p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    -webkit-text-decoration-skip-ink: none;
    text-decoration-skip-ink: none
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

ol,
ul {
    padding-left: 2rem
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: .875em
}

mark {
    padding: .1875em
}

sub,
sup {
    position: relative;
    font-size: .75em;
    line-height: 0;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    text-decoration: underline
}

a:not([href]):not([class]),
a:not([href]):not([class]):hover {
    color: inherit;
    text-decoration: none
}

code,
kbd,
pre,
samp {
    font-size: 1em
}

pre {
    display: block;
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    font-size: .875em
}

pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal
}

code {
    font-size: .875em;
    word-wrap: break-word
}

a>code {
    color: inherit
}

kbd {
    padding: .1875rem .375rem;
    font-size: .875em;
    border-radius: .25rem
}

kbd kbd {
    padding: 0;
    font-size: 1em
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

table {
    caption-side: bottom;
    border-collapse: collapse
}

caption {
    padding-top: .5rem;
    padding-bottom: .5rem;
    text-align: left
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent
}

tbody,
td,
tfoot,
th,
thead,
tr {
    border-color: inherit;
    border-style: solid;
    border-width: 0
}

label {
    display: inline-block
}

button {
    border-radius: 0
}

button:focus:not(:focus-visible) {
    outline: 0
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
    display: none !important
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button;
    appearance: button
}

[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled),
button:not(:disabled) {
    cursor: pointer
}

::-moz-focus-inner {
    padding: 0;
    border-style: none
}

textarea {
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    float: left;
    width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: calc(1.275rem + .3vw);
    line-height: inherit
}

@media (min-width:1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend+* {
    clear: left
}

::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-year-field {
    padding: 0
}

::-webkit-inner-spin-button {
    height: auto
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
    appearance: textfield
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-color-swatch-wrapper {
    padding: 0
}

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

::file-selector-button {
    font: inherit;
    -webkit-appearance: button;
    appearance: button
}

output {
    display: inline-block
}

iframe {
    border: 0
}

summary {
    display: list-item;
    cursor: pointer
}

progress {
    vertical-align: baseline
}

section {
    position: relative
}

[hidden] {
    display: none !important
}

.container,
.container-fluid {
    width: 100%;
    padding-right: calc(var(--lqd-row-gutter-x) * .5);
    padding-left: calc(var(--lqd-row-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * var(--lqd-row-gutter-x));
    margin-left: calc(-.5 * var(--lqd-row-gutter-x))
}

.col {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--lqd-row-gutter-x) * .5);
    padding-left: calc(var(--lqd-row-gutter-x) * .5);
    padding-bottom: calc(var(--lqd-row-gutter-y) * .5);
    padding-top: calc(var(--lqd-row-gutter-y) * .5)
}

@media (min-width:576px) {
    .container {
        max-width: var(--lqd-container-width-xs, 540px)
    }
}

@media (min-width:768px) {
    .container {
        max-width: var(--lqd-container-width-sm, 720px)
    }
}

@media (min-width:992px) {
    .container {
        max-width: var(--lqd-container-width-md, 960px)
    }
}

@media (min-width:1200px) {
    .container {
        max-width: var(--lqd-container-width-lg, 1140px)
    }
}

@media (min-width:1400px) {
    .container {
        max-width: var(--lqd-container-width)
    }
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>.col {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>.col {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>.col {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>.col {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>.col {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>.col {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>.col {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>.col {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>.col {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>.col {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>.col {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>.col {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>.col {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>.col {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>.col {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>.col {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>.col {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>.col {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>.col {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>.col {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>.col {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>.col {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>.col {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>.col {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>.col {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>.col {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>.col {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>.col {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>.col {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>.col {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>.col {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>.col {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>.col {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>.col {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>.col {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>.col {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>.col {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>.col {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>.col {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>.col {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>.col {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>.col {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
}

body,
html {
    max-width: 100vw
}

html {
    font-size: 100%;
    overflow-x: hidden
}

body {
    margin: 0;
    font-family: var(--lqd-body-font-family);
    font-size: var(--lqd-body-font-size);
    font-weight: var(--lqd-body-font-weight);
    letter-spacing: var(--lqd-body-letter-spacing);
    line-height: var(--lqd-body-line-height);
    color: var(--lqd-body-text-color);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

iframe {
    max-width: 100%
}

.font_small,
small {
    font-size: .667em
}

a {
    text-decoration: none;
    color: var(--lqd-color-link);
    transition: all .3s
}

a:focus,
a:hover {
    text-decoration: none
}

img {
    max-width: 100%;
    height: auto
}

figure {
    margin-bottom: 0
}

label {
    font-weight: 400
}

textarea {
    resize: vertical
}

dd {
    margin-inline-start: 1.5em;
    margin-top: .5em;
    margin-bottom: .5em
}

table {
    width: 100%;
    color: #333
}

table tr {
    border-bottom: 1px solid #dedede
}

table td,
table th {
    border: none;
    padding: .5em 1em .5em 0
}

table th,
table th a {
    color: #000
}

table thead th {
    padding-top: .8em;
    padding-bottom: .8em;
    font-size: .8em;
    text-transform: uppercase;
    letter-spacing: .1em
}

table tbody th {
    font-weight: 400
}

table tbody tr:nth-child(odd) {
    background-color: #f7f7f7
}

pre {
    margin-bottom: 1.5em
}

blockquote {
    display: block;
    margin-bottom: 2.5em;
    font-style: italic
}

blockquote cite {
    display: inline-block;
    position: relative;
    padding-top: 1em;
    margin-top: 1em;
    font-size: 12px;
    letter-spacing: .2em;
    text-transform: uppercase;
    font-style: normal
}

blockquote cite:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: currentColor
}

#lqd-site-content,
#wrap {
    position: relative
}

#lqd-site-content {
    z-index: 2;
    transition: transform .3s
}

@media screen and (max-width:879px) {
    body {
        overflow: hidden
    }
}


h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

.h1,
h1 {
    font-family: var(--lqd-h1-font-family, var(--lqd-heading-font-family));
    font-size: var(--lqd-h1-font-size, var(--lqd-heading-font-size));
    line-height: var(--lqd-h1-line-height, var(--lqd-heading-line-height));
    font-weight: var(--lqd-h1-font-weight, var(--lqd-heading-font-weight));
    text-transform: var(--lqd-h1-text-transform, var(--lqd-heading-text-transform));
    letter-spacing: var(--lqd-h1-letter-spacing, var(--lqd-heading-letter-spacing));
    color: var(--lqd-h1-color, var(--lqd-heading-color))
}

.h2,
h2 {
    font-family: var(--lqd-h2-font-family, var(--lqd-heading-font-family));
    font-size: var(--lqd-h2-font-size, var(--lqd-heading-font-size));
    line-height: var(--lqd-h2-line-height, var(--lqd-heading-line-height));
    font-weight: var(--lqd-h2-font-weight, var(--lqd-heading-font-weight));
    text-transform: var(--lqd-h2-text-transform, var(--lqd-heading-text-transform));
    letter-spacing: var(--lqd-h2-letter-spacing, var(--lqd-heading-letter-spacing));
    color: var(--lqd-h2-color, var(--lqd-heading-color))
}

.h3,
h3 {
    font-family: var(--lqd-h3-font-family, var(--lqd-heading-font-family));
    font-size: var(--lqd-h3-font-size, var(--lqd-heading-font-size));
    line-height: var(--lqd-h3-line-height, var(--lqd-heading-line-height));
    font-weight: var(--lqd-h3-font-weight, var(--lqd-heading-font-weight));
    text-transform: var(--lqd-h3-text-transform, var(--lqd-heading-text-transform));
    letter-spacing: var(--lqd-h3-letter-spacing, var(--lqd-heading-letter-spacing));
    color: var(--lqd-h3-color, var(--lqd-heading-color))
}

.h4,
h4 {
    font-family: var(--lqd-h4-font-family, var(--lqd-heading-font-family));
    font-size: var(--lqd-h4-font-size, var(--lqd-heading-font-size));
    line-height: var(--lqd-h4-line-height, var(--lqd-heading-line-height));
    font-weight: var(--lqd-h4-font-weight, var(--lqd-heading-font-weight));
    text-transform: var(--lqd-h4-text-transform, var(--lqd-heading-text-transform));
    letter-spacing: var(--lqd-h4-letter-spacing, var(--lqd-heading-letter-spacing));
    color: var(--lqd-h4-color, var(--lqd-heading-color))
}

.h5,
h5 {
    font-family: var(--lqd-h5-font-family, var(--lqd-heading-font-family));
    font-size: var(--lqd-h5-font-size, var(--lqd-heading-font-size));
    line-height: var(--lqd-h5-line-height, var(--lqd-heading-line-height));
    font-weight: var(--lqd-h5-font-weight, var(--lqd-heading-font-weight));
    text-transform: var(--lqd-h5-text-transform, var(--lqd-heading-text-transform));
    letter-spacing: var(--lqd-h5-letter-spacing, var(--lqd-heading-letter-spacing));
    color: var(--lqd-h5-color, var(--lqd-heading-color))
}

.h6,
h6 {
    font-family: var(--lqd-h6-font-family, var(--lqd-heading-font-family));
    font-size: var(--lqd-h6-font-size, var(--lqd-heading-font-size));
    line-height: var(--lqd-h6-line-height, var(--lqd-heading-line-height));
    font-weight: var(--lqd-h6-font-weight, var(--lqd-heading-font-weight));
    text-transform: var(--lqd-h6-text-transform, var(--lqd-heading-text-transform));
    letter-spacing: var(--lqd-h6-letter-spacing, var(--lqd-heading-letter-spacing));
    color: var(--lqd-h6-color, var(--lqd-heading-color))
}

.container,
.container-fluid {
    width: 100%;
    padding-right: calc(var(--lqd-row-gutter-x) * .5);
    padding-left: calc(var(--lqd-row-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(-.5 * var(--lqd-row-gutter-x));
    margin-left: calc(-.5 * var(--lqd-row-gutter-x))
}

.col {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--lqd-row-gutter-x) * .5);
    padding-left: calc(var(--lqd-row-gutter-x) * .5);
    padding-bottom: calc(var(--lqd-row-gutter-y) * .5);
    padding-top: calc(var(--lqd-row-gutter-y) * .5)
}

@media (min-width:576px) {
    .container {
        max-width: var(--lqd-container-width-xs, 540px)
    }
}

@media (min-width:768px) {
    .container {
        max-width: var(--lqd-container-width-sm, 720px)
    }
}

@media (min-width:992px) {
    .container {
        max-width: var(--lqd-container-width-md, 960px)
    }
}

@media (min-width:1200px) {
    .container {
        max-width: var(--lqd-container-width-lg, 1140px)
    }
}

@media (min-width:1400px) {
    .container {
        max-width: var(--lqd-container-width)
    }
}

.col {
    flex: 1 0 0%
}

.row-cols-auto>.col {
    flex: 0 0 auto;
    width: auto
}

.row-cols-1>.col {
    flex: 0 0 auto;
    width: 100%
}

.row-cols-2>.col {
    flex: 0 0 auto;
    width: 50%
}

.row-cols-3>.col {
    flex: 0 0 auto;
    width: 33.3333333333%
}

.row-cols-4>.col {
    flex: 0 0 auto;
    width: 25%
}

.row-cols-5>.col {
    flex: 0 0 auto;
    width: 20%
}

.row-cols-6>.col {
    flex: 0 0 auto;
    width: 16.6666666667%
}

.col-auto {
    flex: 0 0 auto;
    width: auto
}

.col-1 {
    flex: 0 0 auto;
    width: 8.33333333%
}

.col-2 {
    flex: 0 0 auto;
    width: 16.66666667%
}

.col-3 {
    flex: 0 0 auto;
    width: 25%
}

.col-4 {
    flex: 0 0 auto;
    width: 33.33333333%
}

.col-5 {
    flex: 0 0 auto;
    width: 41.66666667%
}

.col-6 {
    flex: 0 0 auto;
    width: 50%
}

.col-7 {
    flex: 0 0 auto;
    width: 58.33333333%
}

.col-8 {
    flex: 0 0 auto;
    width: 66.66666667%
}

.col-9 {
    flex: 0 0 auto;
    width: 75%
}

.col-10 {
    flex: 0 0 auto;
    width: 83.33333333%
}

.col-11 {
    flex: 0 0 auto;
    width: 91.66666667%
}

.col-12 {
    flex: 0 0 auto;
    width: 100%
}

.offset-1 {
    margin-left: 8.33333333%
}

.offset-2 {
    margin-left: 16.66666667%
}

.offset-3 {
    margin-left: 25%
}

.offset-4 {
    margin-left: 33.33333333%
}

.offset-5 {
    margin-left: 41.66666667%
}

.offset-6 {
    margin-left: 50%
}

.offset-7 {
    margin-left: 58.33333333%
}

.offset-8 {
    margin-left: 66.66666667%
}

.offset-9 {
    margin-left: 75%
}

.offset-10 {
    margin-left: 83.33333333%
}

.offset-11 {
    margin-left: 91.66666667%
}

@media (min-width:576px) {
    .col-sm {
        flex: 1 0 0%
    }

    .row-cols-sm-auto>.col {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-sm-1>.col {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-sm-2>.col {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-sm-3>.col {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-sm-4>.col {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-sm-5>.col {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-sm-6>.col {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-sm-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-sm-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-sm-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-sm-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-sm-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-sm-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-sm-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-sm-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-sm-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-sm-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-sm-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-sm-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-sm-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-sm-0 {
        margin-left: 0
    }

    .offset-sm-1 {
        margin-left: 8.33333333%
    }

    .offset-sm-2 {
        margin-left: 16.66666667%
    }

    .offset-sm-3 {
        margin-left: 25%
    }

    .offset-sm-4 {
        margin-left: 33.33333333%
    }

    .offset-sm-5 {
        margin-left: 41.66666667%
    }

    .offset-sm-6 {
        margin-left: 50%
    }

    .offset-sm-7 {
        margin-left: 58.33333333%
    }

    .offset-sm-8 {
        margin-left: 66.66666667%
    }

    .offset-sm-9 {
        margin-left: 75%
    }

    .offset-sm-10 {
        margin-left: 83.33333333%
    }

    .offset-sm-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:768px) {
    .col-md {
        flex: 1 0 0%
    }

    .row-cols-md-auto>.col {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-md-1>.col {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-md-2>.col {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-md-3>.col {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-md-4>.col {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-md-5>.col {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-md-6>.col {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-md-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-md-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-md-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-md-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-md-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-md-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-md-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-md-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-md-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-md-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-md-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-md-0 {
        margin-left: 0
    }

    .offset-md-1 {
        margin-left: 8.33333333%
    }

    .offset-md-2 {
        margin-left: 16.66666667%
    }

    .offset-md-3 {
        margin-left: 25%
    }

    .offset-md-4 {
        margin-left: 33.33333333%
    }

    .offset-md-5 {
        margin-left: 41.66666667%
    }

    .offset-md-6 {
        margin-left: 50%
    }

    .offset-md-7 {
        margin-left: 58.33333333%
    }

    .offset-md-8 {
        margin-left: 66.66666667%
    }

    .offset-md-9 {
        margin-left: 75%
    }

    .offset-md-10 {
        margin-left: 83.33333333%
    }

    .offset-md-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:992px) {
    .col-lg {
        flex: 1 0 0%
    }

    .row-cols-lg-auto>.col {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-lg-1>.col {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-lg-2>.col {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-lg-3>.col {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-lg-4>.col {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-lg-5>.col {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-lg-6>.col {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-lg-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-lg-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-lg-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-lg-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-lg-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-lg-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-lg-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-lg-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-lg-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-lg-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-lg-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-lg-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-lg-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-lg-0 {
        margin-left: 0
    }

    .offset-lg-1 {
        margin-left: 8.33333333%
    }

    .offset-lg-2 {
        margin-left: 16.66666667%
    }

    .offset-lg-3 {
        margin-left: 25%
    }

    .offset-lg-4 {
        margin-left: 33.33333333%
    }

    .offset-lg-5 {
        margin-left: 41.66666667%
    }

    .offset-lg-6 {
        margin-left: 50%
    }

    .offset-lg-7 {
        margin-left: 58.33333333%
    }

    .offset-lg-8 {
        margin-left: 66.66666667%
    }

    .offset-lg-9 {
        margin-left: 75%
    }

    .offset-lg-10 {
        margin-left: 83.33333333%
    }

    .offset-lg-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1200px) {
    .col-xl {
        flex: 1 0 0%
    }

    .row-cols-xl-auto>.col {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xl-1>.col {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xl-2>.col {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xl-3>.col {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xl-4>.col {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xl-5>.col {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xl-6>.col {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xl-0 {
        margin-left: 0
    }

    .offset-xl-1 {
        margin-left: 8.33333333%
    }

    .offset-xl-2 {
        margin-left: 16.66666667%
    }

    .offset-xl-3 {
        margin-left: 25%
    }

    .offset-xl-4 {
        margin-left: 33.33333333%
    }

    .offset-xl-5 {
        margin-left: 41.66666667%
    }

    .offset-xl-6 {
        margin-left: 50%
    }

    .offset-xl-7 {
        margin-left: 58.33333333%
    }

    .offset-xl-8 {
        margin-left: 66.66666667%
    }

    .offset-xl-9 {
        margin-left: 75%
    }

    .offset-xl-10 {
        margin-left: 83.33333333%
    }

    .offset-xl-11 {
        margin-left: 91.66666667%
    }
}

@media (min-width:1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

    .row-cols-xxl-auto>.col {
        flex: 0 0 auto;
        width: auto
    }

    .row-cols-xxl-1>.col {
        flex: 0 0 auto;
        width: 100%
    }

    .row-cols-xxl-2>.col {
        flex: 0 0 auto;
        width: 50%
    }

    .row-cols-xxl-3>.col {
        flex: 0 0 auto;
        width: 33.3333333333%
    }

    .row-cols-xxl-4>.col {
        flex: 0 0 auto;
        width: 25%
    }

    .row-cols-xxl-5>.col {
        flex: 0 0 auto;
        width: 20%
    }

    .row-cols-xxl-6>.col {
        flex: 0 0 auto;
        width: 16.6666666667%
    }

    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xxl-1 {
        flex: 0 0 auto;
        width: 8.33333333%
    }

    .col-xxl-2 {
        flex: 0 0 auto;
        width: 16.66666667%
    }

    .col-xxl-3 {
        flex: 0 0 auto;
        width: 25%
    }

    .col-xxl-4 {
        flex: 0 0 auto;
        width: 33.33333333%
    }

    .col-xxl-5 {
        flex: 0 0 auto;
        width: 41.66666667%
    }

    .col-xxl-6 {
        flex: 0 0 auto;
        width: 50%
    }

    .col-xxl-7 {
        flex: 0 0 auto;
        width: 58.33333333%
    }

    .col-xxl-8 {
        flex: 0 0 auto;
        width: 66.66666667%
    }

    .col-xxl-9 {
        flex: 0 0 auto;
        width: 75%
    }

    .col-xxl-10 {
        flex: 0 0 auto;
        width: 83.33333333%
    }

    .col-xxl-11 {
        flex: 0 0 auto;
        width: 91.66666667%
    }

    .col-xxl-12 {
        flex: 0 0 auto;
        width: 100%
    }

    .offset-xxl-0 {
        margin-left: 0
    }

    .offset-xxl-1 {
        margin-left: 8.33333333%
    }

    .offset-xxl-2 {
        margin-left: 16.66666667%
    }

    .offset-xxl-3 {
        margin-left: 25%
    }

    .offset-xxl-4 {
        margin-left: 33.33333333%
    }

    .offset-xxl-5 {
        margin-left: 41.66666667%
    }

    .offset-xxl-6 {
        margin-left: 50%
    }

    .offset-xxl-7 {
        margin-left: 58.33333333%
    }

    .offset-xxl-8 {
        margin-left: 66.66666667%
    }

    .offset-xxl-9 {
        margin-left: 75%
    }

    .offset-xxl-10 {
        margin-left: 83.33333333%
    }

    .offset-xxl-11 {
        margin-left: 91.66666667%
    }
}


img {
    max-width: 100%;
    height: auto
}

figure {
    margin-bottom: 0
}

label {
    font-weight: 400
}





.lqd-section-scroll-dots {
    top: 50%;
    right: 65px;
    transform: translateY(-50%);
    counter-reset: section-scroll-dots
}

.lqd-section-scroll-dot {
    width: 40px;
    height: 40px;
    border: 1px solid #ddd;
    cursor: pointer;
    font-size: 14px;
    color: #000;
    transition: background .3s;
    counter-increment: section-scroll-dots
}

.lqd-section-scroll-dot:before {
    content: counter(section-scroll-dots, decimal-leading-zero)
}

.lqd-section-scroll-dot.is-active,
.lqd-section-scroll-dot:hover {
    border-color: #000;
    background-color: #000;
    color: #fff
}

.lqd-section-scroll-dot:not(:last-child) {
    margin-bottom: 17px
}

@media screen and (min-width:992px) {
    [data-lqd-section-scroll=true].lqd-section-scroll-activated {
        --transition-duration: 1s;
        position: relative;
        height: 100vh;
        overflow: hidden
    }

    [data-lqd-section-scroll=true].lqd-section-scroll-activated>.container,
    [data-lqd-section-scroll=true].lqd-section-scroll-activated>.container-fluid {
        height: 100%;
        position: static
    }

    .lqd-section-scroll-sections {
        transition: transform var(--transition-duration) ease
    }
}

@media (max-width:991px) {
    .lqd-section-scroll-dots {
        display: none
    }
}

.lqd-section>.carousel-nav:not(.carousel-nav-floated) {
    width: 100%
}

.lqd-section>.carousel-dots {
    width: 100%;
    z-index: 2
}

@media (min-width:1200px) {
    .lqd-section-flow-panel-end {
        padding-inline-start: 3%;
        padding-inline-end: 13%
    }
}

@media (min-width:992px) {
    .lqd-section-flow {
        display: flex
    }

    .lqd-section-flow-content-mobile {
        display: none
    }

    .lqd-section-flow-panel-start {
        clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%)
    }

    .lqd-section-flow-panel-start .sticky {
        top: var(--lqd-sticky-header-height, 0)
    }

    .lqd-section-flow-panel-end .lqd-section-flow-item {
        opacity: .1
    }
}

@media (max-width:991px) {
    .lqd-section-flow-panel-start {
        display: none
    }
}

.has-sidebar .blog-post-footer .container,
.has-sidebar .comments-area .comment-form .container,
.has-sidebar .comments-area .comment-list .container,
.has-sidebar.lqd-blog-post-style-4 .related-posts .container,
.has-sidebar.lqd-blog-post-style-6 .related-posts .container {
    padding-inline-start: 0;
    padding-inline-end: 0
}

.has-sidebar .lqd-single-post-content>.container {
    width: 100%;
    padding: 0
}

.lqd-blog-post-style-1 .comment-reply-title,
.lqd-blog-post-style-1 .related-posts-title,
.lqd-blog-post-style-2 .comment-reply-title,
.lqd-blog-post-style-2 .related-posts-title,
.lqd-blog-post-style-3 .comment-reply-title,
.lqd-blog-post-style-3 .related-posts-title,
.lqd-blog-post-style-5 .comment-reply-title,
.lqd-blog-post-style-5 .related-posts-title,
.lqd-blog-post-style-7 .comment-reply-title,
.lqd-blog-post-style-7 .related-posts-title {
    font-size: 34px
}

.lqd-blog-post-style-4 .comment-reply-title,
.lqd-blog-post-style-4 .related-posts-title,
.lqd-blog-post-style-5 .comment-reply-title,
.lqd-blog-post-style-5 .related-posts-title {
    font-size: 24px;
    margin-bottom: 1.5em
}

.lqd-blog-post-style-6 .comment-reply-title,
.lqd-blog-post-style-6 .related-posts-title {
    font-size: 30px;
    margin-bottom: 1.5em
}

.vc_mobile .lqd-woo-single-layout-1,
.vc_mobile .lqd-woo-single-layout-1 #wrap,
.vc_mobile .lqd-woo-single-layout-2,
.vc_mobile .lqd-woo-single-layout-2 #wrap,
.vc_mobile .lqd-woo-single-layout-3,
.vc_mobile .lqd-woo-single-layout-3 #wrap {
    overflow: visible
}

@media screen and (min-width:768px) {

    .blog-post-footer,
    .comments-area .comment-form,
    .comments-area .comment-list,
    .comments-area .comment-reply-title,
    .lqd-blog-post-style-4 .related-posts,
    .lqd-blog-post-style-6 .related-posts {
        max-width: 1170px;
        padding: 0 15px;
        margin-inline-start: auto;
        margin-inline-end: auto
    }

    .blog-post-footer .container,
    .comments-area .comment-form .container,
    .comments-area .comment-list .container,
    .comments-area .comment-reply-title .container,
    .lqd-blog-post-style-4 .related-posts .container,
    .lqd-blog-post-style-6 .related-posts .container {
        width: 100%;
        padding: 0
    }

    .container .blog-post-footer,
    .container .comments-area .comment-form,
    .container .comments-area .comment-list,
    .container .comments-area .comment-reply-title,
    .lqd-blog-post-style-4 .container .related-posts,
    .lqd-blog-post-style-6 .container .related-posts {
        padding-inline-start: 0;
        padding-inline-end: 0
    }

    .has-sidebar .blog-post-footer,
    .has-sidebar .comments-area .comment-form,
    .has-sidebar .comments-area .comment-list,
    .has-sidebar.lqd-blog-post-style-4 .related-posts,
    .has-sidebar.lqd-blog-post-style-6 .related-posts {
        max-width: none
    }
}

@media screen and (max-width:479px) {

    .lqd-blog-post .comment-reply-title,
    .lqd-blog-post .related-posts-title {
        font-size: 24px;
        margin-bottom: 1.5em
    }
}

.lqd-post-header {
    display: grid;
    grid-template-columns: 1fr
}

.lqd-post-header .entry-title {
    -ms-word-wrap: break-word;
    word-wrap: break-word
}

.lqd-post-header[data-parallax] {
    will-change: transform
}

.lqd-blog-post-style-1 .lqd-post-media,
.lqd-blog-post-style-2 .lqd-post-media,
.lqd-blog-post-style-5 .lqd-post-media {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.lqd-blog-post-style-1 .lqd-post-media img,
.lqd-blog-post-style-2 .lqd-post-media img,
.lqd-blog-post-style-5 .lqd-post-media img {
    height: 100%;
    object-fit: cover;
    object-position: center
}

.lqd-blog-post-style-1 .lqd-post-header,
.lqd-blog-post-style-2 .lqd-post-header,
.lqd-blog-post-style-5 .lqd-post-header {
    padding: 15vmin 15px;
    position: relative;
    z-index: 2
}

.lqd-blog-post-style-1 .entry-meta,
.lqd-blog-post-style-2 .entry-meta,
.lqd-blog-post-style-5 .entry-meta {
    font-size: 12px;
    line-height: 1.8em;
    letter-spacing: .1em;
    text-transform: uppercase;
    color: #fff
}

.lqd-blog-post-style-1 .entry-meta a,
.lqd-blog-post-style-1 .entry-meta time,
.lqd-blog-post-style-2 .entry-meta a,
.lqd-blog-post-style-2 .entry-meta time,
.lqd-blog-post-style-5 .entry-meta a,
.lqd-blog-post-style-5 .entry-meta time {
    font-size: 17px;
    letter-spacing: 0;
    text-transform: none;
    color: #fff
}

.lqd-blog-post-style-1 h1.entry-title,
.lqd-blog-post-style-2 h1.entry-title,
.lqd-blog-post-style-5 h1.entry-title {
    color: #fff;
    text-align: center
}

.lqd-blog-post-style-1 .lqd-post-header,
.lqd-blog-post-style-2 .lqd-post-header {
    place-content: center
}

.lqd-blog-post-style-1 .main-header-overlay+#lqd-site-content .lqd-post-header {
    padding-top: calc(15vmin + 100px)
}

.lqd-blog-post-style-6 .lqd-post-cover {
    padding: 0 15px
}

.lqd-blog-post-style-6 .container>.lqd-post-cover {
    padding: 0
}

.lqd-blog-post-style-7 .lqd-post-header {
    padding: 0 15px
}

.lqd-blog-post-style-6 .lqd-post-cover,
.lqd-blog-post-style-7 .lqd-post-cover {
    display: flex;
    margin: auto;
    flex-direction: column-reverse
}

.lqd-blog-post-style-6 .cat-links,
.lqd-blog-post-style-7 .cat-links {
    font-weight: 700
}

.lqd-blog-post-style-6 h1.entry-title,
.lqd-blog-post-style-7 h1.entry-title {
    margin-bottom: .25em
}

.lqd-blog-post-style-6 .lqd-post-header,
.lqd-blog-post-style-7 .lqd-post-header {
    margin-bottom: .5em
}

.has-sidebar.lqd-blog-post-style-6 .lqd-post-cover {
    padding-inline-start: 0;
    padding-inline-end: 0
}

@media screen and (min-width:768px) {

    .lqd-blog-post-style-1 .entry-meta,
    .lqd-blog-post-style-2 .entry-meta {
        width: 75%;
        margin: auto
    }
}

@media screen and (min-width:992px) {

    .lqd-blog-post-style-1 .lqd-post-header,
    .lqd-blog-post-style-2 .lqd-post-header {
        max-width: 940px;
        margin: auto
    }

    .lqd-blog-post-style-1 h1.entry-title,
    .lqd-blog-post-style-2 h1.entry-title {
        font-size: 70px
    }

    .lqd-blog-post-style-1 .entry-meta,
    .lqd-blog-post-style-2 .entry-meta {
        width: 90%
    }

    .lqd-blog-post-style-3 .main-header-overlay~#lqd-site-content #lqd-contents-wrap {
        padding-top: 100px
    }
}

@media screen and (min-width:1200px) {

    .lqd-blog-post-style-1 .entry-meta,
    .lqd-blog-post-style-2 .entry-meta {
        width: 70%
    }
}

@media screen and (max-width:768px) {

    .lqd-blog-post-style-3 h1.entry-title,
    .lqd-blog-post-style-4 h1.entry-title,
    .lqd-blog-post-style-6 h1.entry-title,
    .lqd-blog-post-style-7 h1.entry-title {
        font-size: 40px
    }

    .lqd-blog-post-style-1 .lqd-post-header,
    .lqd-blog-post-style-2 .lqd-post-header {
        padding-top: 25vmin;
        padding-bottom: 25vmin
    }
}

@media screen and (max-width:479px) {
    .lqd-blog-post .lqd-post-header h1.entry-title {
        font-size: clamp(32px, 20vmax, 50px)
    }

    .lqd-blog-post-style-3 .lqd-post-header h1.entry-title {
        font-size: clamp(30px, 4vmax, 42px)
    }

    .lqd-blog-post-style-4 .lqd-post-header h1.entry-title,
    .lqd-blog-post-style-6 .lqd-post-header h1.entry-title,
    .lqd-blog-post-style-7 .lqd-post-header h1.entry-title {
        font-size: clamp(30px, 4.5vmax, 42px)
    }
}

.entry-meta {
    color: #000;
    font-size: 14px
}

.entry-meta a {
    color: inherit
}

.entry-meta a:hover {
    opacity: .7
}

.entry-meta>div {
    display: flex;
    align-items: center;
    margin-bottom: 1.2em
}

.entry-meta .byline>span>span:first-of-type,
.entry-meta .cat-links>span:first-of-type,
.entry-meta .posted-on>span:first-of-type {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 1px;
    word-wrap: normal
}

.entry-meta .byline {
    flex-direction: row;
    align-items: center
}

.entry-meta .byline figure {
    width: 42px;
    flex-shrink: 0;
    margin-inline-end: 20px;
    border-radius: 60px;
    overflow: hidden
}

.entry-meta .updated {
    display: none
}

.entry-meta .cat-links:only-child {
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: .1em
}

.lqd-blog-post-style-1 .entry-meta>div,
.lqd-blog-post-style-2 .entry-meta>div {
    padding: 0 15px
}

.lqd-blog-post-style-1 .entry-meta>div:not(.byline),
.lqd-blog-post-style-2 .entry-meta>div:not(.byline) {
    flex-direction: column;
    align-items: start
}

.lqd-blog-post-style-1 .entry-meta>div:after,
.lqd-blog-post-style-2 .entry-meta>div:after {
    content: none
}

.lqd-blog-post-style-1 .entry-meta .byline>span>span:first-of-type,
.lqd-blog-post-style-1 .entry-meta .cat-links>span:first-of-type,
.lqd-blog-post-style-1 .entry-meta .posted-on>span:first-of-type,
.lqd-blog-post-style-2 .entry-meta .byline>span>span:first-of-type,
.lqd-blog-post-style-2 .entry-meta .cat-links>span:first-of-type,
.lqd-blog-post-style-2 .entry-meta .posted-on>span:first-of-type {
    clip: auto;
    height: auto;
    overflow: visible;
    position: relative;
    top: auto;
    left: auto;
    width: auto;
    font-weight: 700
}

.lqd-blog-post-style-1 .entry-meta .byline figure,
.lqd-blog-post-style-2 .entry-meta .byline figure {
    width: 57px
}

.lqd-blog-post-style-3 .byline figure,
.lqd-blog-post-style-6 .byline figure {
    display: none
}

.lqd-blog-post-style-3 .tags-links a {
    mix-blend-mode: hard-light
}

@media screen and (min-width:480px) {
    .entry-meta>div:after {
        content: "";
        width: 3px;
        height: 3px;
        border-radius: 2px;
        margin-inline-start: 1em;
        margin-inline-end: 1em;
        background-color: currentColor
    }

    .entry-meta>div:last-child:after,
    .entry-meta>div:only-child:after {
        content: none
    }
}

@media screen and (min-width:992px) {

    .lqd-blog-post-style-1 .entry-meta,
    .lqd-blog-post-style-2 .entry-meta {
        justify-content: space-between
    }
}

@media screen and (max-width:991px) {

    .lqd-blog-post-style-1 .entry-meta,
    .lqd-blog-post-style-2 .entry-meta {
        justify-content: space-between
    }
}

@media screen and (max-width:479px) {

    .share-links,
    .tags-links {
        width: 100%
    }

    .entry-meta>div {
        flex: 1 50%;
        margin-bottom: .5em
    }

    .entry-meta .byline figure {
        display: none
    }

    .cat-links:only-child {
        margin-bottom: 1em
    }

    .lqd-blog-post-style-1 .entry-meta>div,
    .lqd-blog-post-style-2 .entry-meta>div {
        justify-content: center
    }

    .lqd-blog-post-style-1 .entry-meta>div:not(.byline),
    .lqd-blog-post-style-2 .entry-meta>div:not(.byline) {
        align-items: center
    }

    .lqd-blog-post-style-4 .lqd-post-header .entry-meta:last-child>div,
    .lqd-blog-post-style-5 .lqd-post-header .entry-meta:last-child>div,
    .lqd-blog-post-style-6 .lqd-post-header .entry-meta:last-child>div,
    .lqd-blog-post-style-7 .lqd-post-header .entry-meta:last-child>div {
        flex: 0 auto;
        padding: .25em 1em;
        margin-inline-end: .5em;
        border-radius: 3px;
        background-color: #f3f3f3
    }
}

.lqd-post-cover {
    position: relative
}

.lqd-post-cover h1.entry-title {
    margin-bottom: .35em
}

.lqd-post-media {
    position: relative
}

.lqd-post-media img {
    width: 100%
}

.lqd-post-media:empty {
    display: none
}

.lqd-post-media[data-parallax] {
    will-change: transform
}

.lqd-post-cover-overlay {
    pointer-events: none
}

.lqd-blog-post-style-1 .lqd-post-cover-overlay,
.lqd-blog-post-style-2 .lqd-post-cover-overlay {
    background-color: rgba(0, 0, 0, .37)
}

.lqd-blog-post-style-6 .lqd-post-media,
.lqd-blog-post-style-7 .lqd-post-media {
    padding-top: 62.5%
}

.lqd-blog-post-style-6 .lqd-post-media img,
.lqd-blog-post-style-7 .lqd-post-media img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover
}

.lqd-blog-post-style-7 .lqd-post-media {
    padding-top: 45%
}

.lqd-blog-post-style-1 .lqd-post-cover,
.lqd-blog-post-style-2 .lqd-post-cover,
.lqd-blog-post-style-3 .lqd-post-cover,
.lqd-blog-post-style-5 .lqd-post-cover,
.lqd-blog-post-style-7 .lqd-post-cover {
    margin-bottom: 70px
}

.comments-area {
    padding-bottom: 50px;
    clear: both
}

.comment-respond {
    margin: .2em 0 0
}

.comment-form {
    margin-top: 3em;
    font-size: 16px
}

.comment-form>.row {
    display: flex;
    flex-wrap: wrap
}

.comment-form input,
.comment-form textarea {
    position: relative;
    z-index: 1;
    width: 100%;
    border: none;
    background-color: transparent;
    line-height: 1.5em
}

.comment-form input:focus,
.comment-form textarea:focus {
    outline: 0
}

.comment-form input {
    height: 45px
}

.comment-form input[type=checkbox],
.comment-form input[type=radio] {
    height: auto
}

.comment-form input[type=checkbox]+label,
.comment-form input[type=radio]+label {
    margin-inline-start: 8px
}

.comment-form input[type=submit] {
    display: inline-block;
    width: auto;
    height: auto;
    padding: 16px 55px;
    border: none;
    background-color: #181b31;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    box-shadow: 0 0 0 rgba(0, 0, 0, .5);
    transition: transform .3s, box-shadow .3s
}

.comment-form input[type=submit]:hover {
    box-shadow: 0 5px 25px rgba(0, 0, 0, .2);
    transform: translateY(-2px)
}

.comment-form .comment-form-author,
.comment-form .comment-form-comment,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
    margin-bottom: 35px;
    position: relative;
    perspective: 1200px
}

.comment-form .comment-form-author:after,
.comment-form .comment-form-author:before,
.comment-form .comment-form-comment:after,
.comment-form .comment-form-comment:before,
.comment-form .comment-form-email:after,
.comment-form .comment-form-email:before,
.comment-form .comment-form-url:after,
.comment-form .comment-form-url:before {
    content: "";
    display: table;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: transform .6s cubic-bezier(.23, 1, .32, 1)
}

.comment-form .comment-form-author:before,
.comment-form .comment-form-comment:before,
.comment-form .comment-form-email:before,
.comment-form .comment-form-url:before {
    transform: scale(1);
    transform-origin: left center;
    background-color: #d8dbe2
}

.comment-form .comment-form-author:after,
.comment-form .comment-form-comment:after,
.comment-form .comment-form-email:after,
.comment-form .comment-form-url:after {
    clear: both;
    transform: scale(0, 2);
    transform-origin: right center;
    background-color: #181b31
}

.comment-form .comment-form-author.form-submit,
.comment-form .comment-form-comment.form-submit,
.comment-form .comment-form-email.form-submit,
.comment-form .comment-form-url.form-submit {
    margin-bottom: 90px
}

.comment-form .comment-form-author.comment-notes:after,
.comment-form .comment-form-author.comment-notes:before,
.comment-form .comment-form-author.form-submit:after,
.comment-form .comment-form-author.form-submit:before,
.comment-form .comment-form-comment.comment-notes:after,
.comment-form .comment-form-comment.comment-notes:before,
.comment-form .comment-form-comment.form-submit:after,
.comment-form .comment-form-comment.form-submit:before,
.comment-form .comment-form-email.comment-notes:after,
.comment-form .comment-form-email.comment-notes:before,
.comment-form .comment-form-email.form-submit:after,
.comment-form .comment-form-email.form-submit:before,
.comment-form .comment-form-url.comment-notes:after,
.comment-form .comment-form-url.comment-notes:before,
.comment-form .comment-form-url.form-submit:after,
.comment-form .comment-form-url.form-submit:before {
    content: none
}

.comment-form .comment-form-author.input-focused:before,
.comment-form .comment-form-comment.input-focused:before,
.comment-form .comment-form-email.input-focused:before,
.comment-form .comment-form-url.input-focused:before {
    transform: scale(0, 2);
    transform-origin: right center
}

.comment-form .comment-form-author.input-focused:after,
.comment-form .comment-form-comment.input-focused:after,
.comment-form .comment-form-email.input-focused:after,
.comment-form .comment-form-url.input-focused:after {
    transform: scale(1);
    transform-origin: left center
}

.comment-form .comment-form-author.input-filled .split-unit,
.comment-form .comment-form-comment.input-filled .split-unit,
.comment-form .comment-form-email.input-filled .split-unit,
.comment-form .comment-form-url.input-filled .split-unit {
    opacity: 0 !important;
    transform: translateY(-27%) rotateX(-45de) !important
}

.comment-form .logged-in-as {
    padding-inline-start: 15px;
    padding-inline-end: 14px
}

.comment-form .logged-in-as:after,
.comment-form .logged-in-as:before {
    content: none
}

.comment-form .comment-subscription-form {
    text-align: start;
    margin-bottom: .5em
}

.comment-form .comment-subscription-form+input[type=submit] {
    margin-top: 1em
}

.comment-notes {
    text-align: center
}

.comment-reply-title {
    font-weight: 700
}

.comment-reply-title small {
    vertical-align: middle
}

.comment-form-cookies-consent {
    display: flex;
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    align-items: center;
    order: 3
}

.comment-form-cookies-consent:after,
.comment-form-cookies-consent:before {
    content: none
}

.comment-form-cookies-consent input,
.comment-form-cookies-consent label {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    font-weight: inherit
}

.comment-form-cookies-consent~div {
    order: 2
}

#cancel-comment-reply-link {
    padding: .35em .75em .5em;
    margin-inline-start: 1em;
    background-color: rgba(253, 58, 24, .6);
    font-size: 12px;
    line-height: 1.5em;
    text-transform: none;
    color: #fff;
    border-radius: 2px
}

#cancel-comment-reply-link:hover {
    background-color: #fd3a18
}

.no-comments {
    font-weight: 700;
    text-align: center;
    color: #333
}

.lqd-blog-post-style-4 .comment-form input[type=submit],
.lqd-blog-post-style-6 .comment-form input[type=submit] {
    border-radius: 50em
}

.has-sidebar .comment-reply-title {
    text-align: inherit;
    justify-content: inherit
}

@media screen and (max-width:991px) {
    .comments-area {
        padding: 0 15px 40px
    }
}

@media screen and (max-width:768px) {
    .comment-form>.row>div {
        width: 100%;
        text-align: inherit !important
    }
}

@media screen and (max-width:479px) {
    .container .comments-area {
        padding-inline-start: 0;
        padding-inline-end: 0
    }

    .comment-form {
        margin-top: 2em
    }

    .comment-form input[type=checkbox],
    .comment-form input[type=radio] {
        width: 20px;
        height: 20px;
        flex: 1 0 20px;
        margin-inline-end: 6px
    }
}

.comment-author {
    display: flex;
    color: #16171e
}

.comment-author a {
    color: #16171e
}

.comment-author .avatar {
    width: 70px;
    margin-inline-end: 18px;
    border-radius: 50em
}

.comment-author .says {
    display: none
}

.comment-meta {
    display: flex;
    align-items: start;
    justify-content: space-between
}

.comment-edit-link,
.comment-permalink {
    color: var(--lqd-color-link)
}

.comment-edit-link {
    margin-inline-start: 5px
}

.comment-metadata {
    font-size: .7777777778em
}

.comment-metadata a {
    color: #40414a
}

.comment .comment-extras,
.comment-content {
    padding-inline-start: 88px
}

.comment-content {
    margin: 0 0 15px
}

.comment-content p {
    margin-bottom: .75em
}

.comment-extras {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.comment-extras p {
    margin: 0
}

.comment-body {
    margin-bottom: 30px
}

.comment {
    font-size: 16px;
    line-height: 1.3333333333em
}

.comment .reply a {
    display: inline-block;
    padding: 7px 13px;
    font-size: 10px;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #181b31;
    border: 1px solid #d8dbe2
}

.comment .reply a:hover {
    border-color: #181b31;
    background-color: #181b31;
    color: #fff
}

.comment ul {
    list-style-type: disc
}

.comment ul ul {
    list-style-type: circle
}

.comment ul ul ul {
    list-style-type: square
}

.comment.bypostauthor .comment-author,
.comment.bypostauthor .comment-author a {
    color: var(--lqd-color-primary)
}

.pingback,
.trackback {
    font-size: 18px;
    line-height: 1.3333333333em;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d8dbe2
}

.pingback cite,
.trackback cite {
    flex-basis: 50%;
    padding: 0;
    margin: 0;
    flex-grow: 1;
    text-transform: none;
    letter-spacing: 0;
    font-size: 1em
}

.pingback cite:before,
.trackback cite:before {
    content: none
}

.pingback time,
.trackback time {
    margin: 0 1.5em
}

.comment-list {
    padding: 1em 0;
    margin: 2.25em 0 1em
}

.comment-list,
.comment-list ol.children {
    list-style: none
}

.comment-list ol.children {
    padding: 0;
    margin: 0
}

.comment-list ol.children {
    margin-inline-start: 86px
}

.comment-list ol.children .avatar {
    width: 45px
}

.comment-list ol.children .comment .comment-extras,
.comment-list ol.children .comment-content {
    padding-inline-start: 63px
}

.comment-list ol.children .comment-content {
    margin-top: 4px
}

.comment-list .comment-respond {
    background: 0 0;
    padding: 0
}

@media screen and (max-width:768px) {
    .comment-extras {
        display: block
    }

    p.comment-awaiting-moderation {
        margin-top: .75em;
        font-size: 13px;
        color: #000
    }

    .comment-list ol.children {
        margin-inline-start: 25px
    }
}

@media screen and (max-width:479px) {
    .comment-content {
        margin-top: 0
    }

    .comment-meta {
        flex-wrap: wrap
    }

    .comment-metadata {
        width: 100%
    }
}

.blog-post-footer {
    padding-top: 50px;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    font-size: 13px
}

.blog-post-footer:before {
    content: "";
    display: inline-block;
    border-top: 1px dashed #cecece;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px
}

.container .blog-post-footer:before {
    left: 0;
    right: 0
}

.share-links:not(:first-child),
.tags-links:not(:first-child) {
    padding-inline-start: 0.5em
}

.share-links>span,
.tags-links>span {
    margin-inline-end: 1.5em
}

.tags-links a {
    display: inline-block;
    padding: .25em 1em;
    margin-inline-end: 10px;
    margin-bottom: 5px;
    border-radius: 30px;
    background-color: #f5f7fa;
    line-height: 1.5em;
    color: #000
}

.tags-links a:hover {
    background-color: #000;
    color: #fff
}

.tags-links>span {
    margin-bottom: 5px
}

.share-links a {
    color: #63686a
}

.share-links a:hover {
    color: #000
}

.lqd-blog-post-style-3 .blog-post-footer {
    display: flex;
    padding-top: 65px;
    flex-direction: column;
    border-top: 1px solid #c3c3c3
}

.lqd-blog-post-style-3 .blog-post-footer>div:first-child {
    margin-top: 50px
}

.lqd-blog-post-style-3 .post-author {
    order: -1;
    align-self: center;
    flex-shrink: 0
}

.lqd-blog-post-style-4 .blog-post-footer {
    padding-top: 2.25em;
    border-top: 1px solid #d8dbe2
}

@media screen and (max-width:991px) {
    .blog-post-footer {
        padding-inline-start: 0;
        padding-inline-end: 0;
        margin: 30px 15px
    }

    .container .blog-post-footer {
        margin-inline-start: 0;
        margin-inline-end: 0
    }
}

@media screen and (max-width:479px) {
    .blog-post-footer {
        padding-top: 20px
    }

    .blog-post-footer:before {
        left: 0;
        right: 0
    }

    .blog-post-footer>.d-flex {
        flex-wrap: wrap
    }

    .blog-post-footer .tags-links {
        margin-bottom: 2em
    }

    .blog-post-footer .share-links:last-child,
    .blog-post-footer .tags-links:last-child {
        margin-bottom: 20px
    }

    .lqd-blog-post-style-3 .blog-post-footer {
        padding-top: 35px
    }
}

.post-author {
    display: flex;
    margin: 2em 0;
    padding: 3em 0;
    border-top: 1px solid #d8dbe2;
    border-bottom: 1px solid #d8dbe2;
    position: relative;
    font-size: 16px
}

.post-author figure {
    margin-inline-end: 30px;
    width: 88px;
    flex-shrink: 0
}

.post-author figure img {
    width: 100%;
    border-radius: 50em
}

.post-author p {
    margin: 0;
    line-height: 1.32em
}

.post-author h3,
.post-author h6 {
    margin: 0;
    line-height: 1.5em
}

.post-author h3 {
    font-size: 19px;
    font-weight: 700;
    color: #181b31
}

.post-author h3 a {
    font-size: inherit;
    color: inherit
}

.post-author h3:last-child {
    margin-bottom: .65em
}

.post-author h6 {
    margin-bottom: 1em;
    margin-top: .5em;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #a7a9b8
}

.post-author .post-author-info {
    overflow: hidden;
    flex-grow: 1
}

.post-author .author-all-posts {
    display: inline-flex;
    align-items: center;
    font-size: 15px;
    color: #000
}

.post-author .author-all-posts i {
    margin-inline-start: 10px
}

.post-author-info-head>div:last-child {
    display: none
}

.post-author-img-overlay {
    padding: 0;
    border: none;
    flex-direction: column-reverse
}

.post-author-img-overlay figure {
    width: 100%;
    padding-top: 78%;
    margin: 0;
    position: relative
}

.post-author-img-overlay figure:after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #000, transparent 50%)
}

.post-author-img-overlay figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0;
    object-fit: cover
}

.post-author-img-overlay h6 {
    order: 4;
    margin: 0;
    font-size: 18px;
    text-transform: none;
    letter-spacing: 0;
    color: rgba(0, 0, 0, .75)
}

.post-author-img-overlay h3 {
    margin-bottom: .25em;
    font-size: 35px;
    font-weight: 700
}

.post-author-img-overlay .post-author-info {
    position: absolute;
    bottom: 2em;
    left: 10%;
    right: 10%;
    font-size: 18px;
    color: rgba(255, 255, 255, .75)
}

.lqd-blog-post-style-4 .post-author,
.lqd-blog-post-style-6 .post-author {
    margin-bottom: 0
}

@media screen and (min-width:768px) {
    .post-author-img-overlay {
        width: 500px
    }
}

@media screen and (max-width:768px) {
    .post-author-img-overlay {
        width: 85%
    }
}

@media screen and (max-width:479px) {
    .post-author-img-overlay {
        width: 100%
    }

    .post-author-classic {
        flex-direction: column
    }

    .post-author-classic>figure {
        margin-inline-end: 0;
        margin-bottom: .5em
    }

    .post-author-classic .post-author-info-head {
        flex-direction: column;
        align-items: inherit !important
    }

    .post-author-classic .author-all-posts {
        margin-bottom: 1em
    }
}

nav.post-nav {
    display: flex;
    padding: 2.25em 0;
    margin: 0;
    font-size: 19px;
    font-weight: 600;
    line-height: 1.2272727273em;
    word-break: break-word
}

nav.post-nav a {
    display: inline-block;
    position: relative;
    color: #000
}

nav.post-nav a:hover .nav-subtitle {
    background-color: #000;
    color: #fff
}

nav.post-nav .nav-subtitle {
    display: inline-flex;
    align-items: center;
    padding: .5em 1.5em;
    margin-bottom: 20px;
    border-radius: 2em;
    background-color: #f5f7fa;
    font-size: 12px;
    line-height: 1.85em;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000;
    transition: color .3s, background-color .3s
}

nav.post-nav .nav-subtitle:last-child {
    margin-bottom: 0
}

nav.post-nav .nav-subtitle svg {
    width: 1.35em;
    height: 1.35em;
    stroke: currentColor
}

nav.post-nav .nav-title {
    display: block
}

nav.post-nav svg {
    transition: transform .3s cubic-bezier(0, .95, .3, 1)
}

nav.post-nav .nav-next,
nav.post-nav .nav-previous {
    flex-basis: 45%
}

nav.post-nav .lqd-pf-nav-all {
    display: flex;
    line-height: 1em
}

nav.post-nav .lqd-pf-nav-all i {
    font-style: normal
}

nav.post-nav .lqd-pf-nav-all .nav-subtitle {
    display: none;
    margin: 0
}

nav.post-nav .nav-previous {
    padding-inline-end: 15px;
    margin-inline-end: auto
}

nav.post-nav .nav-previous .nav-subtitle svg {
    margin-inline-end: 1em
}

nav.post-nav .nav-next {
    text-align: end;
    padding-inline-start: 15px;
    margin-inline-start: auto
}

nav.post-nav .nav-next .nav-subtitle svg {
    order: 1;
    margin-inline-start: 1em
}

.blog-post-footer nav.post-nav:first-child {
    padding-top: 0
}

@media screen and (max-width:479px) {
    nav.post-nav {
        padding: 15px 0 0;
        flex-direction: column;
        align-items: center
    }

    nav.post-nav .nav-next,
    nav.post-nav .nav-previous {
        width: 100%;
        text-align: inherit;
        padding: 0;
        margin-inline-start: 0;
        margin-inline-end: 0
    }

    nav.post-nav .nav-previous:not(:last-child) {
        margin-bottom: 1.15em
    }

    nav.post-nav .lqd-pf-nav-all {
        order: -1;
        width: 100%;
        height: auto;
        margin-top: 0;
        margin-bottom: 1.25em;
        justify-content: end
    }

    nav.post-nav .lqd-pf-nav-all i {
        font-style: normal
    }

    nav.post-nav .lqd-pf-nav-all span {
        order: -1;
        margin-inline-end: 20px;
        margin-inline-start: 7px
    }

    nav.post-nav .lqd-pf-nav-all .nav-subtitle {
        display: flex
    }

    .lqd-blog-post-style-3 .post-nav,
    .lqd-blog-post-style-4 .post-nav,
    .lqd-blog-post-style-6 .post-nav {
        padding-top: 20px;
        padding-bottom: 20px;
        border-top: 1px solid #e4e4e4;
        border-bottom: 1px solid #e4e4e4
    }

    .lqd-blog-post-style-3 .post-nav:first-child,
    .lqd-blog-post-style-4 .post-nav:first-child,
    .lqd-blog-post-style-6 .post-nav:first-child {
        border-top: none
    }
}

.related-posts {
    margin-bottom: 30px;
    color: #696969
}

.related-posts p:empty {
    display: none
}

.related-posts>.container>.row {
    display: flex;
    flex-wrap: wrap
}

.related-posts>.container>.row:after,
.related-posts>.container>.row:before {
    content: none
}

.related-posts .lqd-lp {
    margin-bottom: 30px
}

.related-posts .lqd-lp .lqd-lp-meta {
    line-height: 2em
}

.related-posts .lqd-lp .lqd-lp-cat a {
    background-color: #000
}

.related-posts .lqd-lp .lqd-lp-excerpt {
    font-size: 15px
}

.related-posts .lqd-lp .lqd-lp-date,
.related-posts .lqd-lp .lqd-lp-footer a {
    color: #000
}

.related-posts .lqd-lp-style-10 .lqd-lp-date {
    font-weight: 400 !important;
    color: #fff
}

.related-posts .lqd-lp-style-13 .lqd-lp-img>figure,
.related-posts .lqd-lp-style-20 .lqd-lp-img>figure {
    width: 100%;
    padding-top: 66.7%
}

.related-posts .lqd-lp-style-13 .lqd-lp-img>figure img,
.related-posts .lqd-lp-style-20 .lqd-lp-img>figure img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center
}

.related-posts .lqd-lp-style-13 .lqd-lp-title {
    font-size: 19px
}

.related-posts .lqd-lp-style-13 .lqd-lp-meta {
    font-size: 13px;
    line-height: 1.15em
}

.related-posts .lqd-lp-style-13 .lqd-lp-date {
    background-color: #f2f3f5
}

.related-posts .lqd-lp-style-13 .lqd-lp-excerpt {
    line-height: 1.8em
}

.related-posts .lqd-lp-style-13 .lqd-lp-footer {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em
}

.related-posts .lqd-lp-style-13 .lqd-lp-footer .btn i {
    font-size: 1.25em
}

.related-posts .lqd-lp-style-13 .lqd-lp-cat {
    background-color: #3b3b3b
}

.related-posts .lqd-lp-style-13 .lqd-lp-cat a {
    background-color: transparent
}

.related-posts .lqd-lp-style-13:hover .lqd-lp-title a {
    color: var(--lqd-color-primary)
}

.related-posts-title {
    margin-top: 0;
    margin-bottom: 2em;
    font-weight: 700
}

.lqd-blog-post-style-1 .related-posts,
.lqd-blog-post-style-2 .related-posts,
.lqd-blog-post-style-7 .related-posts {
    margin-top: 100px;
    margin-bottom: 100px;
    padding: 70px 0;
    background-color: #f5f6f8
}

.lqd-blog-post-style-1 .related-posts {
    margin-top: 90px
}

.has-sidebar .related-posts-title {
    text-align: inherit
}

.has-sidebar.lqd-blog-post-style-1 .related-posts,
.has-sidebar.lqd-blog-post-style-2 .related-posts,
.has-sidebar.lqd-blog-post-style-7 .related-posts {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    background: 0 0
}

.has-sidebar.lqd-blog-post-style-1 .related-posts .container,
.has-sidebar.lqd-blog-post-style-2 .related-posts .container,
.has-sidebar.lqd-blog-post-style-7 .related-posts .container {
    padding-inline-start: 0;
    padding-inline-end: 0
}

@media screen and (min-width:768px) {
    .has-sidebar .related-posts>.container>.row>div {
        width: 50%
    }
}

@media screen and (min-width:991px) {
    .lqd-blog-post-style-5 .related-posts {
        padding-top: 25px;
        padding-bottom: 35px
    }
}

@media screen and (max-width:768px) {

    .lqd-blog-post-style-1 .related-posts,
    .lqd-blog-post-style-2 .related-posts,
    .lqd-blog-post-style-7 .related-posts {
        margin-top: 0
    }
}

@media screen and (max-width:479px) {
    .related-posts-title {
        padding: 0 15px
    }

    .container .related-posts-title {
        padding: 0
    }
}

.lqd-post-sticky-stuff {
    color: #797979
}

.lqd-post-sticky-stuff a {
    color: inherit
}

.lqd-post-sticky-stuff .entry-meta {
    padding-top: 0;
    margin-bottom: 2.5em;
    border: none
}

.lqd-post-sticky-stuff .byline img {
    width: 100%
}

.lqd-post-sticky-stuff .lqd-post-share {
    font-size: 27px;
    color: #797979
}

.lqd-post-sticky-stuff .lqd-post-share>span {
    display: block;
    margin-bottom: .75em;
    font-size: 13px;
    line-height: 1em;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .1em;
    color: #000
}

.lqd-post-sticky-stuff .lqd-post-share:only-child a {
    padding-inline-end: 2em
}

.lqd-post-sticky-stuff .lqd-post-share .social-icon-sm {
    font-size: 14px;
    line-height: 1em
}

.lqd-post-sticky-stuff .lqd-post-share .social-icon-lg {
    font-size: 20px
}

.lqd-post-sticky-stuff .lqd-post-share .social-icon-lg li {
    margin-bottom: 1.2em
}

.lqd-post-sticky-stuff .social-icon-underline {
    color: #000
}

.lqd-post-sticky-stuff .social-icon-underline li {
    border-bottom: 1px solid rgba(0, 0, 0, .15)
}

.lqd-post-sticky-stuff .social-icon-underline a {
    padding-top: 1em;
    padding-bottom: 1em
}

.lqd-post-sticky-stuff .social-icon-vertical li {
    margin-bottom: .5em
}

.lqd-post-sticky-stuff .social-icon-vertical a {
    display: flex;
    align-items: center
}

@media screen and (min-width:992px) {
    .lqd-post-sticky-stuff {
        position: absolute;
        top: 3vh;
        bottom: 0;
        left: 0;
        z-index: 10;
        margin-inline-start: 5vw;
        pointer-events: none
    }

    .lqd-post-sticky-stuff-inner {
        display: inline-flex;
        flex-direction: column;
        position: sticky;
        top: calc(10vh + var(--lqd-sticky-header-height, 0));
        left: 0;
        pointer-events: auto
    }
}

@media screen and (max-width:1366px) {
    .lqd-post-sticky-stuff {
        margin-inline-start: 3vw
    }
}

@media screen and (max-width:991px) {
    .lqd-post-sticky-stuff {
        display: none
    }
}

@media screen and (min-width:992px) {

    body.has-sidebar.lqd-blog-post-style-1 #lqd-contents-wrap,
    body.has-sidebar.lqd-blog-post-style-2 #lqd-contents-wrap,
    body.has-sidebar.lqd-blog-post-style-4 #lqd-contents-wrap,
    body.has-sidebar.lqd-blog-post-style-5 #lqd-contents-wrap,
    body.has-sidebar.lqd-blog-post-style-7 #lqd-contents-wrap {
        padding-top: 0
    }

    body.has-sidebar.lqd-blog-post-style-1 .lqd-post-cover,
    body.has-sidebar.lqd-blog-post-style-2 .lqd-post-cover,
    body.has-sidebar.lqd-blog-post-style-4 .lqd-post-cover,
    body.has-sidebar.lqd-blog-post-style-5 .lqd-post-cover,
    body.has-sidebar.lqd-blog-post-style-7 .lqd-post-cover {
        width: 100vw;
        left: 50%;
        right: 50%;
        margin-inline-start: -50vw;
        margin-inline-end: 0
    }

    body.has-sidebar.lqd-blog-post-style-3 #lqd-contents-wrap,
    body.has-sidebar.lqd-blog-post-style-6 #lqd-contents-wrap {
        padding-top: 50px
    }

    body.has-sidebar.lqd-blog-post-style-3 .lqd-post-cover,
    body.has-sidebar.lqd-blog-post-style-6 .lqd-post-cover {
        width: 100%
    }

    body.has-sidebar .related-posts>.container {
        width: 100%
    }

    body.has-sidebar .lqd-post-sticky-stuff {
        left: -8vw;
        margin-inline-start: 0
    }
}

.lqd-blog-post-style-6 .lqd-post-header {
    display: block;
    padding-top: 45px
}

.lqd-blog-post-style-6 .lqd-post-header .entry-meta:last-of-type a {
    opacity: .65
}

.lqd-blog-post-style-6 .lqd-post-header .entry-meta:last-of-type a:hover {
    opacity: 1
}

.lqd-blog-post-style-6 .lqd-post-cover {
    margin-bottom: 50px
}

.lqd-blog-post-style-6 .cat-links a {
    padding: .25em 1em;
    border-radius: 2em;
    background-color: #f1f1f1;
    font-size: 11px;
    font-weight: 600;
    color: #000;
    line-height: 1.5em;
    opacity: 1
}

.lqd-blog-post-style-6 .cat-links a:hover {
    background-color: var(--lqd-color-primary);
    color: #fff
}

.lqd-blog-post-style-6 .lqd-post-media img {
    border-radius: 5px
}

.lqd-blog-post-style-6 h1.entry-title {
    margin-top: .1em;
    margin-bottom: .375em;
    font-size: 44px;
    line-height: 1em
}

.lqd-blog-post-style-6.blog-single-post-has-not-thumbnail .lqd-post-cover {
    margin-bottom: 20px
}

@media screen and (min-width:992px) {
    .lqd-blog-post-style-6 .lqd-post-cover {
        width: 85%
    }

    .lqd-blog-post-style-6.has-sidebar .lqd-post-header {
        padding-top: 0
    }
}

@media screen and (min-width:1200px) {
    .lqd-blog-post-style-6 .lqd-post-cover {
        width: 1140px
    }
}

@media screen and (max-width:479px) {
    .lqd-blog-post-style-6 .lqd-post-cover {
        margin-bottom: 35px
    }
}

.lqd-blog-post-style-5 .lqd-post-cover-overlay {
    background: linear-gradient(to top, #141414, transparent 50%)
}

.lqd-blog-post-style-5 .lqd-post-header {
    padding-inline-start: 15px;
    padding-inline-end: 15px;
    min-height: 40vmax;
    place-content: end;
    margin: auto
}

.lqd-blog-post-style-5 .lqd-post-header .entry-meta {
    justify-content: center !important
}

.lqd-blog-post-style-5 h1.entry-title {
    margin-bottom: .25em;
    font-size: 100px;
    line-height: 1em
}

@media screen and (min-width:992px) {
    .lqd-blog-post-style-5 .lqd-post-header {
        width: 75vw;
        padding-bottom: 10vmin
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .lqd-blog-post-style-5 h1.entry-title {
        font-size: 10vmax
    }
}

@media screen and (min-width:1200px) {
    .lqd-blog-post-style-5 .lqd-post-header {
        width: 1000px
    }
}

@media screen and (max-width:768px) {
    .lqd-blog-post-style-5 .lqd-post-header {
        min-height: 60vmax
    }

    .lqd-blog-post-style-5 h1.entry-title {
        margin-bottom: .5em
    }

    .lqd-blog-post-style-5 .entry-meta>div {
        justify-content: center
    }
}

.lqd-blog-post-style-3 .lqd-post-cover {
    margin: 0 auto;
    padding: 75px 15px
}

.lqd-blog-post-style-3 .lqd-post-header .entry-meta {
    padding-top: 0;
    border: none
}

.lqd-blog-post-style-3 .lqd-post-media {
    margin-bottom: 30px
}

.lqd-blog-post-style-3 .entry-meta {
    padding-top: 1.2em;
    border-bottom: 1px solid #c3c3c3
}

.lqd-blog-post-style-3 .entry-meta .byline:after {
    content: none
}

.lqd-blog-post-style-3 .entry-meta .posted-on {
    order: -1
}

.lqd-blog-post-style-3 .entry-meta .read-time {
    order: 3
}

.lqd-blog-post-style-3 h1.entry-title {
    margin-bottom: .5em;
    font-size: 45px;
    line-height: 1.0444444444em
}

.lqd-blog-post-style-3 .lqd-post-sticky-stuff .byline {
    display: flex;
    align-items: stretch
}

.lqd-blog-post-style-3 .lqd-post-sticky-stuff .byline figure {
    display: block;
    width: 103px;
    border-radius: 0;
    margin-inline-end: 3px
}

.lqd-blog-post-style-3 .lqd-post-sticky-stuff .byline>span {
    writing-mode: vertical-lr;
    transform: rotate(180deg)
}

.lqd-blog-post-style-3 .lqd-post-sticky-stuff .social-icon {
    width: 90%
}

.lqd-blog-post-style-3 .lqd-post-sticky-stuff .social-icon li {
    border-bottom-color: #d3d3d3
}

@media screen and (min-width:768px) {
    .lqd-blog-post-style-3 .lqd-post-cover {
        display: grid;
        grid-template-areas: "header . media" "meta meta meta";
        align-items: center;
        grid-template-columns: 50% auto 360px
    }

    .lqd-blog-post-style-3 .lqd-post-media {
        grid-area: media;
        margin-bottom: 0
    }

    .lqd-blog-post-style-3 .lqd-post-header {
        grid-area: header;
        display: block;
        padding-inline-end: 25px
    }

    .lqd-blog-post-style-3 .entry-meta {
        grid-area: meta
    }

    .lqd-blog-post-style-3 .entry-meta .read-time {
        margin-inline-start: auto
    }
}

@media screen and (min-width:1200px) {
    .lqd-blog-post-style-3 .lqd-post-cover {
        width: 1060px
    }
}

@media screen and (min-width:768px) and (max-width:991px) {
    .lqd-blog-post-style-3 .lqd-post-cover {
        grid-template-columns: 1fr auto 360px
    }

    .lqd-blog-post-style-3 .lqd-post-header {
        padding-inline-end: 3vw
    }

    .lqd-blog-post-style-3 h1.entry-title {
        font-size: 5vw
    }
}

@media screen and (max-width:768px) {
    .lqd-blog-post-style-3 .entry-meta>div {
        flex: auto;
        justify-content: flex-start
    }
}

@media screen and (max-width:479px) {
    .lqd-blog-post-style-3 .entry-meta {
        padding-bottom: .75em
    }
}

.lqd-blog-post-style-2 .lqd-post-header {
    min-height: 100vh
}

.lqd-blog-post-style-4 .lqd-post-header {
    padding: 45px 15px;
    margin: -5% auto 0;
    border-radius: 5px 5px 0 0;
    position: relative;
    z-index: 2;
    background-color: #fff
}

.lqd-blog-post-style-4 h1.entry-title {
    margin-bottom: .45em;
    font-size: 45px;
    line-height: 1.0666666667em
}

.lqd-blog-post-style-4 .lqd-post-media {
    margin-inline-start: 2vw;
    margin-inline-end: 2vw;
    max-height: 85vh
}

.lqd-blog-post-style-4 .lqd-post-media img {
    max-height: inherit;
    object-fit: cover
}

@media screen and (min-width:992px) {
    .lqd-blog-post-style-4 .lqd-post-header {
        width: clamp(970px, 1280px, 95%);
        padding-inline-start: 90px;
        padding-inline-end: 60px
    }

    .lqd-blog-post-style-4 h1.entry-title {
        width: 75%
    }

    .lqd-blog-post-style-4 .entry-meta .read-time {
        position: absolute;
        top: 65px;
        right: 60px
    }

    .lqd-blog-post-style-4 .entry-meta .cat-links:after {
        content: none
    }

    .lqd-blog-post-style-4 .container .lqd-post-header {
        padding-inline-start: 75px
    }
}

@media screen and (max-width:1199px) {
    .lqd-blog-post-style-4 .lqd-post-media {
        padding-top: 2vw
    }
}

@media screen and (max-width:991px) {
    .lqd-blog-post-style-4 .lqd-post-media {
        margin-inline-start: 0;
        margin-inline-end: 0
    }
}

@media screen and (max-width:768px) {
    .lqd-blog-post-style-4 .lqd-post-cover {
        margin-bottom: 15px
    }

    .lqd-blog-post-style-4 .lqd-post-header {
        padding: 30px 15px 15px !important;
        margin-top: 0
    }

    .lqd-blog-post-style-4 .container .lqd-post-media {
        margin-inline-start: 0;
        margin-inline-end: 0;
        padding-top: 15px
    }

    .lqd-blog-post-style-4 .container .lqd-post-header {
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important
    }
}

.lqd-blog-post-style-7 .lqd-post-header {
    padding-top: 50px;
    padding-bottom: 50px;
    margin: auto
}

.lqd-blog-post-style-7 h1.entry-title {
    margin-bottom: .35em;
    font-size: 44px
}

.lqd-blog-post-style-7 .cat-links a {
    position: relative
}

.lqd-blog-post-style-7 .cat-links a:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: currentColor
}

@media screen and (min-width:992px) {
    .lqd-blog-post-style-7 .lqd-post-header {
        width: 80vw
    }
}

@media screen and (min-width:1200px) {
    .lqd-blog-post-style-7 .main-header-overlay+#lqd-site-content .lqd-post-cover {
        padding-top: 100px
    }

    .lqd-blog-post-style-7 .lqd-post-header {
        width: 50vw
    }
}

@media screen and (max-width:479px) {
    .lqd-blog-post-style-7 .lqd-post-header {
        padding-bottom: 15px
    }
}

@media screen and (max-width:360px) {
    .lqd-blog-post-style-7 h1.entry-title {
        font-size: 36px
    }
}

.ld-fancy-heading>ol,
.ld-fancy-heading>ul {
    padding: 0;
    margin: 0;
    list-style-position: inside
}

.ld-fh-element {
    vertical-align: middle;
    transition: color .3s;
    display: inline-block
}

.ld-fh-element .h1,
.ld-fh-element .h2,
.ld-fh-element .h3,
.ld-fh-element .h4,
.ld-fh-element .h5,
.ld-fh-element .h6 {
    font-size: 1em;
    text-transform: inherit;
    letter-spacing: normal;
    font-weight: inherit
}

.ld-fh-element small {
    display: inline-block
}

.ld-fh-element>:last-child {
    margin-bottom: 0
}

.gradient-word,
.ld-gradient-heading {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-fill-color: transparent !important
}

.ld-gradient-heading .split-inner,
.ld-gradient-heading .split-inner>i,
.ld-gradient-heading .split-unit,
.ld-gradient-heading .txt-rotate-keyword,
.ld-gradient-heading .txt-rotate-keywords {
    background: inherit
}

.e--ua-safari .ld-gradient-heading .fa,
.e--ua-safari .ld-gradient-heading .fab,
.e--ua-safari .ld-gradient-heading .far,
.e--ua-safari .ld-gradient-heading .fas,
.e--ua-safari .ld-gradient-heading .lqd-icn-ess {
    background: inherit
}

.mask-text .split-unit {
    overflow: hidden
}

.ld-fh-txt-outline {
    position: absolute;
    top: 0;
    left: 0;
    color: transparent;
    opacity: 0;
    -webkit-text-stroke: 2px #000;
    transition: opacity .65s cubic-bezier(.23, 1, .32, 1)
}

.ld-fh-outline-static .ld-fh-element {
    color: transparent
}

.ld-fh-outline-static .ld-fh-txt-outline {
    opacity: 1
}

.ld-fh-outline:hover .ld-fh-txt-outline {
    opacity: 1
}

@media (max-width:767px) {
    .ld-fh-element.text-vertical {
        writing-mode: unset;
        transform: none
    }
}

ld-fancy-heading>ol,
.ld-fancy-heading>ul {
    padding: 0;
    margin: 0;
    list-style-position: inside
}

.lqd-vslider-ext .ld-fancy-heading h1,
.lqd-vslider-ext .ld-fancy-heading h2,
.lqd-vslider-ext .ld-fancy-heading h3,
.lqd-vslider-ext .ld-fancy-heading h4,
.lqd-vslider-ext .ld-fancy-heading h5,
.lqd-vslider-ext .ld-fancy-heading h6,
.lqd-vslider-ext .ld-fancy-heading p {
    color: #fff
}

.lqd-vslider-ext .ld-fancy-heading a {
    color: inherit
}

@media screen and (max-width:991px) and (max-height:650px) {
    .lqd-vslider-ext>ul>li>.ld-fancy-heading:last-of-type {
        display: none
    }
}

.ld-fancy-heading>ol,
.ld-fancy-heading>ul {
    padding: 0;
    margin: 0;
    list-style-position: inside
}

.gradient-word,
.ld-gradient-heading {
    -webkit-background-clip: text !important;
    background-clip: text !important;
    -webkit-text-fill-color: transparent !important;
    text-fill-color: transparent !important
}

.ld-gradient-heading .split-inner,
.ld-gradient-heading .split-inner>i,
.ld-gradient-heading .split-unit,
.ld-gradient-heading .txt-rotate-keyword,
.ld-gradient-heading .txt-rotate-keywords {
    background: inherit
}

.e--ua-safari .ld-gradient-heading .fa,
.e--ua-safari .ld-gradient-heading .fab,
.e--ua-safari .ld-gradient-heading .far,
.e--ua-safari .ld-gradient-heading .fas,
.e--ua-safari .ld-gradient-heading .lqd-icn-ess {
    background: inherit
}

.lqd-pf-related-projects .lqd-pf-column {
    flex-grow: 0
}

.lqd-pf-related-projects .lqd-pf-item {
    width: 100%
}

.lqd-pf-item {
    margin-bottom: 30px
}

.lqd-pf-item .lqd-pf-details .lqd-pf-title,
.lqd-pf-item .lqd-pf-details a {
    color: #000
}

.lqd-pf-item .lqd-pf-details a:not(:hover) {
    opacity: .5
}

.lqd-pf-item .lqd-pf-details .lqd-pf-title a:not(:hover) {
    opacity: 1
}

.lqd-pf-img>figure {
    transform: scale(1);
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1)
}

.lqd-pf-item:hover .lqd-pf-img>figure {
    transform: scale(1.05)
}

.lqd-pf-overlay-bg {
    border-radius: inherit;
    opacity: 0;
    transform: scale(.95);
    transition: opacity .65s, transform .65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-pf-item:hover .lqd-pf-overlay-bg {
    opacity: 1;
    transform: scale(1)
}

.lqd-pf-overlay-bg-scale .lqd-pf-overlay-bg {
    font-size: 55px;
    transform: scale(1);
    color: #fff
}

.lqd-pf-overlay-bg-scale .lqd-pf-overlay-bg i {
    display: inline-block;
    opacity: 0;
    transition: opacity .65s, transform .65s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
    transform: translateX(-20px)
}

.lqd-pf-overlay-bg-scale:hover .lqd-pf-overlay-bg i {
    opacity: 1;
    transform: translateX(0)
}

.pf-details-h-end {
    text-align: end
}

.pf-details-h-mid {
    text-align: center
}

.pf-details-h-str {
    text-align: start
}

.carousel-item .lqd-pf-content-v {
    margin-top: 3px
}

.carousel-item .lqd-pf-content-v .lqd-pf-img {
    padding-top: 75%
}

.carousel-item .lqd-pf-content-v .lqd-pf-img>figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.lqd-pf-filterable-carousel h6 {
    font-size: 13px
}

.lqd-pf-filterable-carousel .filter-list li {
    margin-bottom: 1.65em
}

.lqd-pf-filterable-carousel .liquid-filter-items {
    align-items: flex-start
}

@media (min-width:768px) {
    .lqd-pf-carousel-header h2 {
        margin-bottom: 3.5rem
    }
}

@media (min-width:992px) {
    .lqd-pf-carousel-header {
        padding-bottom: 2rem;
        margin-bottom: 4rem;
        transform-origin: 0% 50% -180px
    }

    .lqd-pf-filterable-carousel .col-lg-4 {
        transform-style: preserve-3d
    }

    .lqd-pf-filterable-carousel .carousel-nav {
        display: inline-flex
    }

    .lqd-pf-filterable-carousel .flickity-button {
        width: 80px;
        height: 73px;
        margin: 0
    }
}

@media (max-width:991px) {
    .lqd-pf-filterable-carousel .carousel-nav {
        margin-top: 0 !important;
        position: absolute !important;
        bottom: 110px !important;
        left: 15px !important
    }

    .lqd-pf-filterable-carousel .flickity-button {
        margin: 0 !important
    }
}

@media (max-width:768px) {
    .lqd-pf-carousel .carousel-dots-mobile {
        display: flex;
        justify-content: center;
        bottom: 20px;
        left: 15px;
        right: 15px
    }

    .lqd-pf-carousel .carousel-dots-mobile .flickity-page-dots {
        display: flex;
        width: auto;
        padding: 10px 15px;
        margin-top: 0;
        border-radius: 20em;
        background-color: rgba(255, 255, 255, .5);
        -webkit-backdrop-filter: blur(3px) brightness(115%);
        backdrop-filter: blur(3px) brightness(115%)
    }
}

@media (max-width:479px) {
    .lqd-pf-filterable-carousel .lqd-pf-carousel-header .liquid-filter-items {
        padding-top: 1em;
        margin-bottom: 0
    }

    .lqd-pf-filterable-carousel .carousel-dots-mobile .flickity-page-dots {
        margin-top: 0
    }
}

.lqd-pf-dark p {
    color: rgba(0, 0, 0, .55)
}

.lqd-pf-dark .lqd-pf-overlay-bg {
    color: #000
}

.lqd-pf-light .lqd-pf-overlay-bg {
    color: #fff
}

.lqd-pf-light .lqd-pf-details a,
.lqd-pf-light .lqd-pf-details h2 {
    color: #fff
}

.lqd-pf-light .lqd-pf-details p {
    color: rgba(255, 255, 255, .7)
}

.lqd-pf-item-style-1 .lqd-pf-cat,
.lqd-pf-item-style-1 .lqd-pf-title {
    transition: transform .85s, opacity .85s, visibility .85s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-pf-item-style-1 .lqd-pf-cat,
.lqd-pf-item-style-1 .lqd-pf-title {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px)
}

.lqd-pf-item-style-1 .lqd-pf-overlay-bg {
    opacity: 1;
    transform: none
}

.lqd-pf-item-style-1 .lqd-pf-details {
    position: absolute;
    bottom: 1.5em;
    right: 5%;
    left: 5%;
    transform: translateY(1em);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: clip-path .65s, -webkit-clip-path .65s, transform .85s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-pf-item-style-1 .lqd-pf-info {
    padding-inline-start: 7%;
    padding-inline-end: 7%
}

.lqd-pf-item-style-1 .lqd-pf-cat a:not(:hover) {
    opacity: .4
}

.lqd-pf-item-style-1.pf-details-h-end .lqd-pf-details {
    text-align: start
}

.lqd-pf-item-style-1.pf-details-h-mid .lqd-pf-details {
    left: 0
}

.lqd-pf-item-style-1.pf-details-h-mid .lqd-pf-details>div {
    width: 100% !important
}

.lqd-pf-item-style-1.pf-details-h-mid .lqd-pf-details .lqd-pf-link {
    padding-top: 15px;
    padding-bottom: 15px
}

.lqd-pf-item-style-1.pf-details-h-str .lqd-pf-details {
    left: 0;
    right: 10%;
    flex-direction: row-reverse;
    text-align: end
}

.lqd-pf-item-style-1:hover .lqd-pf-cat,
.lqd-pf-item-style-1:hover .lqd-pf-title {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.lqd-pf-item-style-1:hover .lqd-pf-title {
    transition-delay: 0.2s
}

.lqd-pf-item-style-1:hover .lqd-pf-cat {
    transition-delay: 0.35s
}

.lqd-pf-item-style-1:hover .lqd-pf-details {
    transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important
}

.lqd-pf-item-style-2 {
    transition: transform .65s cubic-bezier(.23, 1, .32, 1)
}

.lqd-pf-item-style-2 .lqd-pf-overlay-bg {
    transform: scale(1)
}

.lqd-pf-item-style-2:hover {
    transform: translateY(-4px)
}

.lqd-pf-item-style-3 {
    margin-bottom: 30px
}

.lqd-pf-item-style-3 .lqd-pf-img {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08)
}

.carousel-item .lqd-pf-item-style-3 .lqd-pf-img {
    padding-top: 100%;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .08)
}

.lqd-pf-item-style-4 {
    box-shadow: 0 0 0 transparent;
    transition: box-shadow .65s cubic-bezier(.19, 1, .22, 1)
}

.lqd-pf-item-style-4 .lqd-pf-title:before {
    content: "—";
    margin-bottom: .5em
}

.lqd-pf-item-style-4 .lqd-pf-title,
.lqd-pf-item-style-4 p {
    transform: translateX(-25px);
    opacity: 0;
    transition: transform .65s, opacity .65s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.lqd-pf-item-style-4 .lqd-pf-title {
    transition-delay: 0.15s
}

.lqd-pf-item-style-4 .lqd-pf-overlay-bg {
    background: rgba(0, 0, 0, .25);
    transform: scale(1)
}

.carousel-item .lqd-pf-item-style-4 {
    margin-bottom: 110px
}

.is-selected .lqd-pf-item-style-4,
.lqd-pf-item-style-4:hover {
    box-shadow: 0 40px 80px rgba(0, 0, 0, .18)
}

.is-selected .lqd-pf-item-style-4 .lqd-pf-overlay-bg,
.lqd-pf-item-style-4:hover .lqd-pf-overlay-bg {
    opacity: 1
}

.is-selected .lqd-pf-item-style-4 .lqd-pf-title,
.is-selected .lqd-pf-item-style-4 p,
.lqd-pf-item-style-4:hover .lqd-pf-title,
.lqd-pf-item-style-4:hover p {
    opacity: 1;
    transform: translateX(0)
}

.is-selected .lqd-pf-item-style-4 .lqd-pf-title,
.lqd-pf-item-style-4:hover .lqd-pf-title {
    transition-delay: 0s
}

.is-selected .lqd-pf-item-style-4 p,
.lqd-pf-item-style-4:hover p {
    transition-delay: 0.15s
}

.is-selected .lqd-pf-item-style-4 {
    transition-delay: 0.35s
}

.is-selected .lqd-pf-item-style-4 .lqd-pf-overlay-bg {
    transition-delay: 0.45s
}

.is-selected .lqd-pf-item-style-4 .lqd-pf-title {
    transition-delay: 0.6s
}

.is-selected .lqd-pf-item-style-4 p {
    transition-delay: 0.75s
}

@media (max-width:768px) {
    .lqd-pf-item-style-4 .lqd-pf-details .text-vertical {
        padding: 2.5rem
    }

    .carousel-item .lqd-pf-item-style-4 {
        margin-bottom: 30px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, .18)
    }
}

@media (max-width:479px) {
    .lqd-pf-item-style-4 .portfolio-summary {
        display: none
    }
}

.lqd-pf-item-style-5 .lqd-pf-details {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.lqd-pf-item-style-5 .lqd-pf-overlay-bg {
    background: rgba(0, 0, 0, .25);
    transform: scale(1)
}

.lqd-pf-item-style-5:hover figure {
    transform: scale(1.05)
}

.page-has-frame .lqd-pf-item-style-5 {
    height: calc(100vh - 40px)
}

.carousel-items .lqd-pf-item-style-5 {
    margin-bottom: 0
}

@media (min-width:768px) {
    .lqd-pf-item-style-5 .lqd-pf-details {
        padding-inline-start: 3.5rem;
        padding-inline-end: 3.5rem
    }
}

@media (min-width:992px) {
    .lqd-pf-item-style-5 .lqd-pf-details {
        padding-top: 2.5rem;
        padding-bottom: 2.5rem
    }
}

@media (max-width:768px) {
    .lqd-pf-item-style-5 .lqd-pf-details {
        padding-top: 70px
    }
}

.lqd-pf-item-style-6 {
    box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
    transform: translateY(0);
    background-color: #fff;
    transition: transform .3s, box-shadow .3s
}

.lqd-pf-item-style-6 .lqd-pf-item-inner:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    position: absolute;
    top: .55rem;
    left: 1rem;
    z-index: 2;
    color: rgba(0, 0, 0, .07);
    background-color: currentColor;
    box-shadow: 10px 0 0 currentColor, 20px 0 0 currentColor
}

.lqd-pf-item-style-6 .lqd-pf-details .lqd-pf-title {
    margin-bottom: .1em;
    font-size: 16px
}

.lqd-pf-item-style-6 .lqd-pf-cat {
    font-size: 13px;
    width: 100%
}

.lqd-pf-item-style-6:hover {
    box-shadow: 0 20px 75px rgba(0, 0, 0, .1);
    transform: translateY(-3px)
}

.lqd-pf-item-style-6:hover .lqd-pf-img>figure {
    transform: none
}

.lqd-pf-item-style-1 .lqd-pf-cat,
.lqd-pf-item-style-1 .lqd-pf-title {
    transition: transform .85s, opacity .85s, visibility .85s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-pf-item-style-1 .lqd-pf-cat,
.lqd-pf-item-style-1 .lqd-pf-title {
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px)
}

.lqd-pf-item-style-1 .lqd-pf-overlay-bg {
    opacity: 1;
    transform: none
}

.lqd-pf-item-style-1 .lqd-pf-details {
    position: absolute;
    bottom: 1.5em;
    right: 5%;
    left: 5%;
    transform: translateY(1em);
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transition: clip-path .65s, -webkit-clip-path .65s, transform .85s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-pf-item-style-1 .lqd-pf-info {
    padding-inline-start: 7%;
    padding-inline-end: 7%
}

.lqd-pf-item-style-1 .lqd-pf-cat a:not(:hover) {
    opacity: .4
}

.lqd-pf-item-style-1.pf-details-h-end .lqd-pf-details {
    text-align: start
}

.lqd-pf-item-style-1.pf-details-h-mid .lqd-pf-details {
    left: 0
}

.lqd-pf-item-style-1.pf-details-h-mid .lqd-pf-details>div {
    width: 100% !important
}

.lqd-pf-item-style-1.pf-details-h-mid .lqd-pf-details .lqd-pf-link {
    padding-top: 15px;
    padding-bottom: 15px
}

.lqd-pf-item-style-1.pf-details-h-str .lqd-pf-details {
    left: 0;
    right: 10%;
    flex-direction: row-reverse;
    text-align: end
}

.lqd-pf-item-style-1:hover .lqd-pf-cat,
.lqd-pf-item-style-1:hover .lqd-pf-title {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

.lqd-pf-item-style-1:hover .lqd-pf-title {
    transition-delay: 0.2s
}

.lqd-pf-item-style-1:hover .lqd-pf-cat {
    transition-delay: 0.35s
}

.lqd-pf-item-style-1:hover .lqd-pf-details {
    transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%) !important
}

.lqd-pf-item-style-6 .lqd-pf-item-inner:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-radius: 5px;
    position: absolute;
    top: .55rem;
    left: 1rem;
    z-index: 2;
    color: rgba(0, 0, 0, .07);
    background-color: currentColor;
    box-shadow: 10px 0 0 currentColor, 20px 0 0 currentColor
}

.lqd-pf-img>figure {
    transform: scale(1);
    transition: transform 1.5s cubic-bezier(.19, 1, .22, 1)
}

.lqd-pf-item:hover .lqd-pf-img>figure {
    transform: scale(1.05)
}

.carousel-item .lqd-pf-content-v .lqd-pf-img {
    padding-top: 75%
}

.carousel-item .lqd-pf-content-v .lqd-pf-img>figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.lqd-pf-item-style-3 .lqd-pf-img {
    box-shadow: 0 20px 50px rgba(0, 0, 0, .08)
}

.carousel-item .lqd-pf-item-style-3 .lqd-pf-img {
    padding-top: 100%;
    box-shadow: 0 12px 25px rgba(0, 0, 0, .08)
}

.lqd-pf-item-style-6:hover .lqd-pf-img>figure {
    transform: none
}

.lqd-pf-related-projects .lqd-pf-img {
    padding-top: 100%
}

.lqd-pf-related-projects .lqd-pf-img>figure {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.lqd-pf-related-projects .lqd-pf-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.ld-gradient-heading .txt-rotate-keywords {
    background: inherit
}

.txt-rotate-keywords {
    display: inline-block;
    position: relative;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    white-space: nowrap;
    transition: width .8s cubic-bezier(.86, 0, .07, 1);
    transform: translate3d(0, 0, 0)
}

.txt-rotate-keywords span {
    background: inherit
}

.txt-rotate-keyword {
    display: inline-block;
    position: absolute;
    top: auto;
    left: 0;
    opacity: 0;
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.txt-rotate-keyword span {
    display: inline-block
}

.txt-rotate-keyword:first-child {
    position: relative;
    top: auto;
    left: auto;
    opacity: 1
}

.txt-rotate-keyword .lqd-words>.split-inner {
    display: inline-block
}

.text-rotator-activated .txt-rotate-keyword {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0
}

.text-rotator-activated .txt-rotate-keyword.active {
    position: relative;
    opacity: 1
}

@media screen and (max-width:479px) {
    .txt-rotate-keywords {
        white-space: normal;
        min-width: 100%
    }

    .txt-rotate-keywords .lqd-keyword-slide-out:not(.active):not(.is-next) {
        white-space: nowrap
    }
}

.txt-rotator-basic .txt-rotate-keyword {
    display: none;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1
}

.txt-rotator-basic .txt-rotate-keyword.active {
    display: inline-block
}

@keyframes lqdKeywordSlideIn {
    from {
        transform: translateY(65%) rotateX(-95deg);
        opacity: 0
    }

    to {
        transform: translateY(0) rotateX(0);
        opacity: 1
    }
}

@keyframes lqdKeywordSlideOut {
    from {
        transform: translateY(0) rotateX(0);
        opacity: 1
    }

    to {
        transform: translateY(-65%) rotateX(95deg);
        opacity: 0
    }
}

.txt-rotate-keyword.lqd-keyword-slide-out {
    animation: lqdKeywordSlideOut .8s cubic-bezier(.86, 0, .07, 1) both
}

.txt-rotate-keyword.lqd-keyword-slide-in {
    animation: lqdKeywordSlideIn .8s cubic-bezier(.86, 0, .07, 1) both
}

.txt-rotator-list .txt-rotate-keywords {
    --visible-words: 3;
    text-align: start;
    -webkit-mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 75%, transparent 100%);
    mask-image: linear-gradient(to bottom, transparent 0%, #000 25%, #000 75%, transparent 100%)
}

.txt-rotator-list .txt-rotate-keyword {
    display: block;
    width: 100%;
    position: relative;
    top: auto !important;
    left: auto !important;
    right: auto;
    opacity: 1 !important;
    text-align: inherit;
    transform: none
}

.txt-rotator-list .txt-rotate-keywords-inner {
    --clip-start: calc(50% + var(--current-keyword-height, 0px) + 0.1em);
    --clip-stop: calc(50% + var(--current-keyword-height, 0px) - 0.15em);
    --fade-start: calc(50% + var(--current-keyword-height, 0px) + 0.2em);
    --fade-stop: calc(50% - var(--current-keyword-height, 0px) + 0.15em);
    --lqd-color-start: var(--lqd-color-gradient-start);
    --lqd-color-stop: var(--lqd-color-gradient-stop);
    --active-color-start: var(--lqd-color-start, var(--lqd-color-primary));
    --active-color-stop: var(--lqd-color-stop, var(--lqd-color-primary))
}

.txt-rotator-list .txt-rotate-keywords-inner-clone {
    -webkit-clip-path: inset(var(--clip-start) 0 var(--clip-stop) 0);
    clip-path: inset(var(--clip-start) 0 var(--clip-stop) 0)
}

.txt-rotator-list .txt-rotate-keywords-inner-clone .txt-rotate-keyword {
    -webkit-text-stroke: 0.00001px var(--active-color-start);
    background: linear-gradient(to right, var(--active-color-start), var(--active-color-stop));
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    text-fill-color: transparent
}

.txt-rotator-list.text-rotator-activated .txt-rotate-keyword {
    position: relative
}

.txt-rotator-list.text-rotator-activated .txt-rotate-keywords-inner {
    --clip-start: calc(50% + var(--current-keyword-height, 0px) + 0.1em);
    --clip-stop: calc(50% + var(--current-keyword-height, 0px) - 0.15em);
    --fade-start: calc(50% + var(--current-keyword-height, 0px) + 0.2em);
    --fade-stop: calc(50% - var(--current-keyword-height, 0px) + 0.15em);
    --lqd-color-start: var(--lqd-color-gradient-start);
    --lqd-color-stop: var(--lqd-color-gradient-stop);
    --active-color-start: var(--lqd-color-start, var(--lqd-color-primary));
    --active-color-stop: var(--lqd-color-stop, var(--lqd-color-primary))
}

.txt-rotator-list.text-rotator-activated .txt-rotate-keywords-inner:not(:last-child) {
    -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 var(--fade-start), transparent var(--fade-start), transparent var(--fade-stop), #000 var(--fade-stop), #000 100%);
    mask-image: linear-gradient(to bottom, #000 0%, #000 var(--fade-start), transparent var(--fade-start), transparent var(--fade-stop), #000 var(--fade-stop), #000 100%)
}

.lqd-imggrp-img-container {
    max-width: 100%
}

.lqd-imggrp-img-container,
.lqd-imggrp-single,
.lqd-imggrp-single .lqd-imggrp-img-container,
.lqd-imggrp-single figure {
    border-radius: inherit
}

.lqd-imggrp-single {
    transition: transform .65s cubic-bezier(.05, .7, .2, 1), opacity .3s
}

.lqd-imggrp-single figure {
    display: inline-block;
    margin: 0 !important
}

.lqd-imggrp-single figure:empty {
    display: none
}

@media screen and (max-width:991px) {
    .lqd-imggrp-img-container {
        flex-direction: column
    }

    .lqd-imggrp-content {
        order: 2;
        margin-top: 1em
    }

    .lqd-imggrp-content:not(.lqd-imggrp-content-fixed-in).lqd-imggrp-content-fixed {
        writing-mode: inherit;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        transform: none !important
    }

    .lqd-imggrp-content:not(.lqd-imggrp-content-fixed-in).lqd-imggrp-content-fixed .lqd-imggrp-content-inner {
        transform: none
    }
}

.lqd-imggrp-content {
    transition: opacity .65s, visibility .65s, transform 1s;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
    transition-delay: 0.2s
}

.lqd-imggrp-content-fixed {
    writing-mode: vertical-rl;
    bottom: 0;
    min-width: 1em;
    max-height: 50%;
    color: #000
}

.lqd-imggrp-content-fixed .lqd-imggrp-content-inner {
    transform: rotate(180deg)
}

.lqd-imggrp-content-fixed p {
    flex-grow: 1
}

.lqd-imggrp-content-fixed p a {
    color: inherit
}

.lqd-imggrp-content-fixed strong {
    font-size: 1.1875em;
    margin-bottom: .5em;
    font-weight: inherit;
    text-decoration: underline
}

[data-reveal] .lqd-imggrp-content {
    opacity: 0;
    visibility: hidden
}

.element-uncovered .lqd-imggrp-content {
    opacity: 1;
    visibility: visible
}

[data-reveal]:not(.element-uncovered) .lqd-imggrp-content-fixed-left .lqd-imggrp-content-inner {
    transform: rotate(180deg) translateY(-4em) translateX(1em)
}

.lqd-imggrp-content-fixed-left {
    left: 0;
    margin-block-start: 0.75em
}

[data-reveal]:not(.element-uncovered) .lqd-imggrp-content-fixed-left .lqd-imggrp-content-inner {
    transform: rotate(180deg) translateY(-4em) translateX(1em)
}

[data-reveal]:not(.element-uncovered) .lqd-imggrp-content-fixed-right .lqd-imggrp-content-inner {
    transform: rotate(180deg) translateY(-4em) translateX(-1em)
}

.lqd-imggrp-content-fixed-right {
    order: 1;
    right: 0;
    margin-block-end: 0.75em
}

.lqd-imggrp-content-fixed-in {
    justify-content: flex-start;
    margin: 0;
    min-height: 45%;
    max-height: 100%;
    position: absolute;
    z-index: 3
}

.lqd-imggrp-content-fixed-in p {
    padding: 1.25em .65em
}

[data-reveal]:not(.element-uncovered) .lqd-imggrp-content-fixed-in.lqd-imggrp-content-fixed-left .lqd-imggrp-content-inner {
    transform: translateX(-1em)
}

[data-reveal]:not(.element-uncovered) .lqd-imggrp-content-fixed-in.lqd-imggrp-content-fixed-right .lqd-imggrp-content-inner {
    transform: translateX(1em)
}

@keyframes lqdFIFloatOne {
    0% {
        transform: translateY(var(--float-animate-from, 0))
    }

    100% {
        transform: translateY(var(--float-animate-to, 3%))
    }
}

.lqd-imggrp-single[data-float] {
    --float-animation-ease: ease;
    --float-animate-from: 0%;
    --float-animate-to: 3%;
    --float-delay: 0s;
    animation: lqdFIFloatOne 1s var(--float-animation-ease) infinite alternate;
    animation-delay: var(--float-delay)
}

.lqd-imggrp-single[data-shadow-style="1"] figure {
    box-shadow: 0 25px 30px rgba(0, 0, 0, .07)
}

.lqd-imggrp-single[data-shadow-style="2"] figure {
    box-shadow: 0 30px 50px rgba(0, 0, 0, .15)
}

.lqd-imggrp-single[data-shadow-style="3"] figure {
    box-shadow: 0 30px 70px rgba(0, 0, 0, .15)
}

.lqd-imggrp-single[data-shadow-style="4"] figure {
    box-shadow: 0 30px 100px rgba(0, 0, 0, .17)
}

.lqd-imggrp-single[data-animate-shadow] figure {
    box-shadow: 0 0 0 rgba(0, 0, 0, .3);
    transition: box-shadow .5s cubic-bezier(.7, 0, .3, 1)
}

.lqd-imggrp-single[data-animate-shadow] img {
    opacity: .00000001;
    transition: opacity .65s cubic-bezier(.5, 1, .5, 1)
}

.lqd-imggrp-single[data-animate-shadow].is-in-view img {
    opacity: 1;
    transition-delay: 0.35s
}

.lqd-imggrp-single[data-animate-shadow].is-in-view img.ld-lazyload {
    opacity: .00000001
}

.lqd-imggrp-single[data-animate-shadow].is-in-view img.ld-lazyload.loaded {
    opacity: 1
}

.lqd-imggrp-single[data-animate-shadow][data-shadow-style="1"].is-in-view figure {
    box-shadow: 0 25px 30px rgba(0, 0, 0, .07)
}

.lqd-imggrp-single[data-animate-shadow][data-shadow-style="2"].is-in-view figure {
    box-shadow: 0 30px 50px rgba(0, 0, 0, .15)
}

.lqd-imggrp-single[data-animate-shadow][data-shadow-style="3"].is-in-view figure {
    box-shadow: 0 30px 70px rgba(0, 0, 0, .15)
}

.lqd-imggrp-single[data-animate-shadow][data-shadow-style="4"].is-in-view figure {
    box-shadow: 0 30px 100px rgba(0, 0, 0, .17)
}

.ld-gmap-contents .iconbox {
    max-width: 75%;
    margin-bottom: 20px;
    justify-content: flex-start
}

.iconbox .iconbox-icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.iconbox-icon-container {
    line-height: 1em;
    transition: all .3s;
    transition-property: border, color, background, box-shadow
}

.iconbox-icon-container i,
.iconbox-icon-container>svg {
    display: inline-block
}

.iconbox-icon-container>svg {
    line-height: 0;
    fill: currentColor
}

.iconbox-icon-container i,
.iconbox-icon-container img {
    height: auto
}

.iconbox-icon-container i {
    font-size: 1em
}

.iconbox {
    transition: box-shadow .3s ease, background .3s ease;
    display: flex
}

.iconbox h3,
.iconbox p {
    transition-property: color, background;
    transition-duration: .3s;
    transition-timing-function: ease
}

.iconbox h3 {
    display: inline-block
}

.iconbox p {
    margin-bottom: 0
}

.iconbox .iconbox-icon-container,
.iconbox .iconbox-icon-wrap {
    flex-shrink: 0
}

.iconbox .contents>p>span {
    display: inline-block
}

.iconbox .contents>mark {
    display: block
}

.iconbox .contents .lqd-highlight-txt {
    display: inline-block;
    line-height: 1.5em;
    padding: .25em 1em
}

.iconbox .contents .lqd-highlight-inner {
    opacity: .15 !important;
    transform: none;
    border-radius: 50em
}

.iconbox-inline .iconbox-icon-wrap {
    margin-inline-end: 15px
}

.iconbox-inline h3 {
    display: inline-flex;
    justify-content: inherit;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 0
}

.iconbox-inline .contents {
    flex-basis: 100%
}

.iconbox-side .iconbox-icon-wrap {
    margin-inline-end: 15px
}

.iconbox-side>h3:last-child {
    margin-bottom: 0
}

.iconbox .btn {
    margin-top: 1.5em
}

.iconbox-icon-shaped .iconbox-icon-container {
    background-color: var(--lqd-color-primary);
    font-size: 40px;
    color: #fff
}

.iconbox-icon-shaped .iconbox-icon-container i,
.iconbox-icon-shaped .iconbox-icon-container img,
.iconbox-icon-shaped .iconbox-icon-container>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.iconbox-icon-shaped .iconbox-icon-container img,
.iconbox-icon-shaped .iconbox-icon-container>svg {
    width: 50px
}

.iconbox-circle .iconbox-icon-container img[src$=".svg"],
.iconbox-circle .iconbox-icon-container>svg {
    width: 44px
}

.iconbox-custombg .iconbox-icon-container .icon-custom-bg {
    transition: opacity .15s
}

.iconbox-custombg .iconbox-icon-container .icon-custom-bg>* {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%)
}

.iconbox-custombg.iconbox-side .iconbox-icon-container {
    margin: 0
}

.iconbox-lozenge .iconbox-icon-container {
    border-radius: 15px;
    transform: rotate(45deg)
}

.iconbox-lozenge .iconbox-icon-container i,
.iconbox-lozenge .iconbox-icon-container img[src$=".svg"],
.iconbox-lozenge .iconbox-icon-container>svg {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.iconbox .iconbox-icon-container>svg,
.iconbox .iconbox-icon-container>svg circle,
.iconbox .iconbox-icon-container>svg ellipse,
.iconbox .iconbox-icon-container>svg path,
.iconbox .iconbox-icon-container>svg polygon,
.iconbox .iconbox-icon-container>svg polyline,
.iconbox .iconbox-icon-container>svg rect {
    transition: fill .3s, stroke .3s
}

.iconbox .iconbox-icon-container>svg stop {
    transition: stop-color .3s ease
}

.iconbox-label {
    padding: 6px 12px;
    font-size: 10px;
    line-height: 1.5em
}

.contents .iconbox-label {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 2em
}

.iconbox-bubble {
    background: 0 0
}

.iconbox-bubble .contents {
    padding: 35px 40px 25px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 25px 55px rgba(0, 0, 0, .1)
}

.iconbox-bubble .contents:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: inherit;
    position: absolute;
    top: -8px;
    left: calc(50% - 8px);
    transform: rotate(45deg)
}

.iconbox-bubble .contents h6 {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700
}

.iconbox-contents-show-onhover .ld-slideelement-hidden-inner {
    opacity: 0
}

.iconbox-contents-show-onhover.iconbox-bubble .contents {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 5%);
    transition: transform .65s, opacity, .65s, visibility .65s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.iconbox-contents-show-onhover.iconbox-bubble.iconbox-inline .contents,
.iconbox-contents-show-onhover.iconbox-bubble.iconbox-side .contents {
    margin: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    transform: translate(0, 5%)
}

.iconbox-contents-show-onhover.iconbox-bubble:hover .contents {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0)
}

.iconbox-contents-show-onhover.iconbox-bubble:hover.iconbox-inline .contents,
.iconbox-contents-show-onhover.iconbox-bubble:hover.iconbox-side .contents {
    transform: translate(0, 0)
}

@media screen and (min-width:992px) {
    .iconbox-contents-show-onhover.iconbox-bubble .contents {
        min-width: 350px
    }
}

@media screen and (max-width:768px) {
    .iconbox-contents-show-onhover.iconbox-bubble .contents {
        position: relative;
        top: auto;
        left: auto !important;
        right: auto !important;
        opacity: 1;
        visibility: visible;
        transform: none !important
    }
}

@media screen and (max-width:540px) {
    .iconbox-contents-show-onhover.iconbox-bubble {
        width: 100%
    }
}

.iconbox-heading-arrow-onhover h3 svg {
    height: 1em;
    opacity: 0;
    transform: translateX(0);
    vertical-align: middle;
    transition: transform .5s, opacity .5s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-iconbox:hover .iconbox-heading-arrow-onhover h3 svg {
    opacity: 1;
    transform: translateX(.5em)
}

[data-animate-icon=true] .iconbox-icon-container>svg {
    opacity: 0
}

[data-animate-icon=true].iconbox-icon-animating .iconbox-icon-container>svg {
    opacity: 1
}

.iconbox-icon-gradient .iconbox-icon-container i {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    line-height: 1.15em
}

.iconbox-icon-linked .iconbox-icon-wrap:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 170%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    background-color: #e9e9e9
}

.iconbox-icon-linked .iconbox-icon-wrap.items-center:before {
    top: 50%;
    height: 150%
}

@keyframes iconRipple {
    0% {
        border-width: 4px;
        transform: scale(1)
    }

    80% {
        border-width: 1px;
        transform: scale(1.36)
    }

    100% {
        opacity: 0
    }
}

.iconbox-icon-ripple .iconbox-icon-container:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    border: 1px solid var(--lqd-color-primary);
    animation: iconRipple 2s cubic-bezier(.23, 1, .32, 1) both infinite
}

.lqd-iconbox-scale {
    transition: transform .85s cubic-bezier(.23, 1, .32, 1), background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.lqd-iconbox-scale:hover {
    transform: scale(1.1)
}

.lqd-tabs-nav-iconbox .lqd-tabs-nav {
    --icon-size: 26px
}

.lqd-tabs-nav-iconbox .lqd-tabs-nav-icon-icon {
    font-size: var(--icon-size);
    flex-shrink: 0
}

@media screen and (max-width:768px) {

    .lqd-tabs-style-5 .lqd-tabs-content,
    .lqd-tabs-style-5 .lqd-tabs-nav-wrap {
        width: 100%;
        padding-inline-start: 0 !important;
        padding-inline-end: 0 !important
    }

    .lqd-tabs-style-5 .lqd-tabs-nav-wrap {
        margin-bottom: 1.5em
    }

    .lqd-tabs-style-5 .lqd-tabs-nav .iconbox .iconbox-icon-container {
        font-size: 30px
    }
}

.iconbox .iconbox-icon-container {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative
}

.iconbox-icon-container {
    line-height: 1em;
    transition: all .3s;
    transition-property: border, color, background, box-shadow
}

.iconbox-icon-container i,
.iconbox-icon-container>svg {
    display: inline-block
}

.iconbox-icon-container>svg {
    line-height: 0;
    fill: currentColor
}

.iconbox-icon-container i,
.iconbox-icon-container img {
    height: auto
}

.iconbox-icon-container i {
    font-size: 1em
}

.iconbox {
    transition: box-shadow .3s ease, background .3s ease;
    display: flex
}

.iconbox h3,
.iconbox p {
    transition-property: color, background;
    transition-duration: .3s;
    transition-timing-function: ease
}

.iconbox h3 {
    display: inline-block
}

.iconbox p {
    margin-bottom: 0
}

.iconbox .iconbox-icon-container,
.iconbox .iconbox-icon-wrap {
    flex-shrink: 0
}

.iconbox .contents>p>span {
    display: inline-block
}

.iconbox .contents>mark {
    display: block
}

.iconbox .contents .lqd-highlight-txt {
    display: inline-block;
    line-height: 1.5em;
    padding: .25em 1em
}

.iconbox .contents .lqd-highlight-inner {
    opacity: .15 !important;
    transform: none;
    border-radius: 50em
}

.iconbox-inline .iconbox-icon-wrap {
    margin-inline-end: 15px
}

.iconbox-inline h3 {
    display: inline-flex;
    justify-content: inherit;
    align-items: center;
    flex-grow: 1;
    margin-bottom: 0
}

.iconbox-inline .contents {
    flex-basis: 100%
}

.iconbox-side .iconbox-icon-wrap {
    margin-inline-end: 15px
}

.iconbox-side>h3:last-child {
    margin-bottom: 0
}

.iconbox .btn {
    margin-top: 1.5em
}

.iconbox-icon-shaped .iconbox-icon-container {
    background-color: var(--lqd-color-primary);
    font-size: 40px;
    color: #fff
}

.iconbox-icon-shaped .iconbox-icon-container i,
.iconbox-icon-shaped .iconbox-icon-container img,
.iconbox-icon-shaped .iconbox-icon-container>svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%)
}

.iconbox-icon-shaped .iconbox-icon-container img,
.iconbox-icon-shaped .iconbox-icon-container>svg {
    width: 50px
}

.iconbox-circle .iconbox-icon-container img[src$=".svg"],
.iconbox-circle .iconbox-icon-container>svg {
    width: 44px
}

.iconbox-custombg .iconbox-icon-container .icon-custom-bg {
    transition: opacity .15s
}

.iconbox-custombg .iconbox-icon-container .icon-custom-bg>* {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%)
}

.iconbox-custombg.iconbox-side .iconbox-icon-container {
    margin: 0
}

.iconbox-lozenge .iconbox-icon-container {
    border-radius: 15px;
    transform: rotate(45deg)
}

.iconbox-lozenge .iconbox-icon-container i,
.iconbox-lozenge .iconbox-icon-container img[src$=".svg"],
.iconbox-lozenge .iconbox-icon-container>svg {
    transform: translateX(-50%) translateY(-50%) rotate(-45deg)
}

.iconbox .iconbox-icon-container>svg,
.iconbox .iconbox-icon-container>svg circle,
.iconbox .iconbox-icon-container>svg ellipse,
.iconbox .iconbox-icon-container>svg path,
.iconbox .iconbox-icon-container>svg polygon,
.iconbox .iconbox-icon-container>svg polyline,
.iconbox .iconbox-icon-container>svg rect {
    transition: fill .3s, stroke .3s
}

.iconbox .iconbox-icon-container>svg stop {
    transition: stop-color .3s ease
}

.iconbox-label {
    padding: 6px 12px;
    font-size: 10px;
    line-height: 1.5em
}

.contents .iconbox-label {
    position: relative;
    top: auto;
    right: auto;
    margin-bottom: 2em
}

.iconbox-bubble {
    background: 0 0
}

.iconbox-bubble .contents {
    padding: 35px 40px 25px;
    margin-top: 20px;
    background-color: #fff;
    box-shadow: 0 25px 55px rgba(0, 0, 0, .1)
}

.iconbox-bubble .contents:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: inherit;
    position: absolute;
    top: -8px;
    left: calc(50% - 8px);
    transform: rotate(45deg)
}

.iconbox-bubble .contents h6 {
    margin: 0;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-weight: 700
}

.iconbox-contents-show-onhover .ld-slideelement-hidden-inner {
    opacity: 0
}

.iconbox-contents-show-onhover.iconbox-bubble .contents {
    position: absolute;
    top: 100%;
    left: 50%;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 5%);
    transition: transform .65s, opacity, .65s, visibility .65s;
    transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1)
}

.iconbox-contents-show-onhover.iconbox-bubble.iconbox-inline .contents,
.iconbox-contents-show-onhover.iconbox-bubble.iconbox-side .contents {
    margin: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    transform: translate(0, 5%)
}

.iconbox-contents-show-onhover.iconbox-bubble:hover .contents {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0)
}

.iconbox-contents-show-onhover.iconbox-bubble:hover.iconbox-inline .contents,
.iconbox-contents-show-onhover.iconbox-bubble:hover.iconbox-side .contents {
    transform: translate(0, 0)
}

@media screen and (min-width:992px) {
    .iconbox-contents-show-onhover.iconbox-bubble .contents {
        min-width: 350px
    }
}

@media screen and (max-width:768px) {
    .iconbox-contents-show-onhover.iconbox-bubble .contents {
        position: relative;
        top: auto;
        left: auto !important;
        right: auto !important;
        opacity: 1;
        visibility: visible;
        transform: none !important
    }
}

@media screen and (max-width:540px) {
    .iconbox-contents-show-onhover.iconbox-bubble {
        width: 100%
    }
}

.iconbox-heading-arrow-onhover h3 svg {
    height: 1em;
    opacity: 0;
    transform: translateX(0);
    vertical-align: middle;
    transition: transform .5s, opacity .5s;
    transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1)
}

.lqd-iconbox:hover .iconbox-heading-arrow-onhover h3 svg {
    opacity: 1;
    transform: translateX(.5em)
}

[data-animate-icon=true] .iconbox-icon-container>svg {
    opacity: 0
}

[data-animate-icon=true].iconbox-icon-animating .iconbox-icon-container>svg {
    opacity: 1
}

.iconbox-icon-gradient .iconbox-icon-container i {
    background-clip: text !important;
    -webkit-background-clip: text !important;
    text-fill-color: transparent !important;
    -webkit-text-fill-color: transparent !important;
    line-height: 1.15em
}

.iconbox-icon-linked .iconbox-icon-wrap:before {
    content: "";
    display: inline-block;
    width: 1px;
    height: 170%;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: -1;
    background-color: #e9e9e9
}

.iconbox-icon-linked .iconbox-icon-wrap.items-center:before {
    top: 50%;
    height: 150%
}

@keyframes iconRipple {
    0% {
        border-width: 4px;
        transform: scale(1)
    }

    80% {
        border-width: 1px;
        transform: scale(1.36)
    }

    100% {
        opacity: 0
    }
}

.iconbox-icon-ripple .iconbox-icon-container:before {
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    border: 1px solid var(--lqd-color-primary);
    animation: iconRipple 2s cubic-bezier(.23, 1, .32, 1) both infinite
}

.lqd-iconbox-scale {
    transition: transform .85s cubic-bezier(.23, 1, .32, 1), background .3s, border .3s, border-radius .3s, box-shadow .3s
}

.lqd-iconbox-scale:hover {
    transform: scale(1.1)
}

.ld-flipbox-face,
.ld-flipbox-inner,
.ld-flipbox-wrap {
    min-height: inherit;
    border-radius: inherit
}

.ld-flipbox-inner :last-child {
    margin-bottom: 0
}

.ld-flipbox-face {
    background-size: cover;
    background-position: center;
    background-color: var(--lqd-color-primary)
}

.ld-flipbox-front .ld-flipbox-face {
    display: grid;
    grid-auto-columns: 1fr
}

.ld-flipbox-front .ld-flipbox-inner {
    transform: translate3d(0, 0, 60px) scale(.85)
}

.ld-flipbox-back {
    transform: rotateY(180deg) translateZ(1px)
}

.ld-flipbox-back .ld-flipbox-inner {
    transform: translate3d(0, 0, 60px) scale(.95)
}

.ld-flipbox-wrap {
    transition-property: box-shadow, transform;
    transition-duration: .6s;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}

.ld-flipbox {
    min-height: 270px
}

.ld-flipbox:hover .ld-flipbox-wrap {
    transform: rotateY(180deg);
    transform-origin: 50% 50% !important
}

@media screen and (max-width:768px) {
    .ld-flipbox-inner {
        padding: 35px
    }
}

@media screen and (max-width:479px) {
    .ld-flipbox-inner {
        padding: 25px
    }
}

.ld-flipbox-bt .ld-flipbox-back {
    transform: rotateY(-180deg) rotateZ(-180deg)
}

.ld-flipbox-bt.ld-flipbox-shadow:hover .ld-flipbox-wrap {
    box-shadow: 0 -50px 60px rgba(0, 0, 0, .15)
}

.ld-flipbox:hover.ld-flipbox-bt .ld-flipbox-wrap {
    transform: rotateX(180deg)
}

.ld-flipbox:hover.ld-flipbox-rl .ld-flipbox-wrap {
    transform: rotateY(-180deg)
}

.ld-flipbox-tb .ld-flipbox-back {
    transform: rotateY(-180deg) rotateZ(-180deg)
}

.ld-flipbox:hover.ld-flipbox-tb .ld-flipbox-wrap {
    transform: rotateX(-180deg)
}

.ld-flipbox-shadow .ld-flipbox-wrap {
    box-shadow: 0 50px 60px rgba(0, 0, 0, .15)
}

.ld-flipbox-tb.ld-flipbox-shadow:hover .ld-flipbox-wrap {
    box-shadow: 0 -50px 60px rgba(0, 0, 0, .15)
}

.ld-flipbox-bt.ld-flipbox-shadow:hover .ld-flipbox-wrap {
    box-shadow: 0 -50px 60px rgba(0, 0, 0, .15)
}

.ld-flipbox:hover.ld-flipbox-shadow-onhover .ld-flipbox-wrap {
    box-shadow: 0 50px 60px rgba(0, 0, 0, .15)
}

.ld-flipbox:hover.ld-flipbox-shadow-onhover.ld-flipbox-bt .ld-flipbox-wrap {
    box-shadow: 0 -50px 60px rgba(0, 0, 0, .15)
}

.ld-flipbox:hover.ld-flipbox-shadow-onhover.ld-flipbox-tb .ld-flipbox-wrap {
    box-shadow: 0 -50px 60px rgba(0, 0, 0, .15)
}

.carousel-container:hover .carousel-nav.carousel-nav-appear-onhover {
    opacity: 1;
    visibility: visible
}

@media screen and (max-width:768px) {
    .carousel-container {
        max-width: 100vw
    }
}

.carousel-nav {
    display: flex;
    align-items: center;
    position: relative
}

.lqd-section>.carousel-nav:not(.carousel-nav-floated) {
    width: 100%
}

.carousel-nav.carousel-nav-bottom {
    top: auto;
    bottom: 0;
    transform: translate(0)
}

.carousel-nav.carousel-nav-bottom .flickity-button.next,
.carousel-nav.carousel-nav-bottom .flickity-button.previous {
    transform: translateY(0)
}

.carousel-nav.carousel-nav-middle {
    top: 50%
}

.carousel-nav.carousel-nav-middle .flickity-button {
    top: 50%
}

.carousel-nav.carousel-nav-middle .flickity-button.next,
.carousel-nav.carousel-nav-middle .flickity-button.previous {
    transform: translateY(-50%)
}

.carousel-nav.carousel-nav-top {
    top: 0
}

.carousel-nav.carousel-nav-top .flickity-button.next,
.carousel-nav.carousel-nav-top .flickity-button.previous {
    transform: translateY(0)
}

.carousel-nav.carousel-nav-center {
    text-align: center;
    justify-content: center
}

.carousel-nav.carousel-nav-left {
    text-align: start;
    justify-content: flex-start
}

.carousel-nav.carousel-nav-right {
    text-align: end;
    justify-content: flex-end
}

.carousel-nav.carousel-nav-appear-onhover {
    transition: opacity .3s, visibility .3s;
    opacity: 0;
    visibility: hidden
}

.carousel-container:hover .carousel-nav.carousel-nav-appear-onhover {
    opacity: 1;
    visibility: visible
}

@media screen and (min-width:992px) {
    .carousel-nav.carousel-nav-dot-between .flickity-button.previous {
        margin-inline-end: 40px
    }

    .carousel-nav.carousel-nav-dot-between .flickity-button.previous:after {
        content: "";
        display: inline-block;
        width: 6px;
        height: 6px;
        position: absolute;
        top: calc(50% - 3px);
        right: -27px;
        background-color: #000;
        opacity: .3;
        border-radius: 50em
    }

    .carousel-nav.carousel-nav-dot-between .flickity-button:hover:after {
        background: #000
    }
}

.carousel-nav.carousel-nav-floated {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    margin: 0
}

.carousel-nav.carousel-nav-floated.carousel-nav-center .flickity-button,
.carousel-nav.carousel-nav-floated.carousel-nav-middle .flickity-button {
    position: absolute
}

.carousel-nav.carousel-nav-left.carousel-nav-floated {
    right: auto;
    left: 0
}

.carousel-nav.carousel-nav-right.carousel-nav-floated {
    left: auto;
    right: 0
}

.carousel-nav.carousel-nav-shadowed .flickity-button {
    box-shadow: 0 7px 28px rgba(0, 0, 0, .12)
}

.carousel-nav.carousel-nav-shadowed-onhover .flickity-button:hover {
    box-shadow: 0 7px 28px rgba(0, 0, 0, .12)
}

.carousel-nav.carousel-nav-circle .flickity-button {
    border-radius: 10em
}

.carousel-nav.carousel-nav-circle .flickity-button svg {
    max-width: 50%
}

.carousel-nav.carousel-nav-square .flickity-button svg {
    max-width: 50%
}

.carousel-nav.carousel-nav-shaped .flickity-button:hover {
    color: #fff;
    fill: #fff
}

.carousel-nav.carousel-nav-shaped .flickity-button:hover svg {
    fill: inherit
}

.carousel-nav.carousel-nav-shaped .flickity-button:hover:before {
    opacity: 1
}

.carousel-nav.carousel-nav-bordered .flickity-button {
    border-color: #181b30
}

.carousel-nav.carousel-nav-bordered .flickity-button:before {
    background: #181b30
}

.carousel-nav.carousel-nav-solid .flickity-button {
    background: #fff;
    border: none !important
}

.carousel-nav.carousel-nav-sm .flickity-button {
    font-size: 20px;
    width: 35px;
    height: 35px
}

.carousel-nav.carousel-nav-lg .flickity-button {
    font-size: 26px;
    width: 50px;
    height: 50px
}

.carousel-nav.carousel-nav-xl .flickity-button {
    font-size: 28px;
    width: 60px;
    height: 60px
}

.carousel-nav.carousel-nav-vertical.carousel-nav-right .flickity-button {
    margin-inline-start: auto
}

.carousel-nav.carousel-nav-vertical.carousel-nav-center {
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.carousel-nav.carousel-nav-vertical.carousel-nav-center .flickity-button {
    margin-inline-start: auto !important;
    margin-inline-end: auto !important
}

.carousel-nav.carousel-nav-vertical.carousel-nav-left .flickity-button {
    margin-inline-end: auto
}

.carousel-nav.carousel-nav-vertical {
    width: auto;
    flex-direction: column
}

.carousel-nav.carousel-nav-vertical .flickity-button {
    display: flex;
    position: relative;
    margin-inline-start: 0;
    margin-inline-end: 0;
    transform: none !important
}

.carousel-nav.carousel-nav-vertical .flickity-button.previous {
    margin-bottom: 5px
}

.carousel-nav.carousel-nav-vertical .flickity-button.next {
    margin-top: 5px
}

.carousel-nav.carousel-nav-vertical.carousel-nav-center {
    left: 50%;
    transform: translateY(-50%) translateX(-50%)
}

.carousel-nav.carousel-nav-vertical.carousel-nav-center .flickity-button {
    margin-inline-start: auto !important;
    margin-inline-end: auto !important
}

.carousel-nav.carousel-nav-vertical.carousel-nav-left .flickity-button {
    margin-inline-end: auto
}

.carousel-nav.carousel-nav-vertical.carousel-nav-right .flickity-button {
    margin-inline-start: auto
}

.carousel-dots {
    text-align: center
}

.lqd-section>.carousel-dots {
    width: 100%;
    z-index: 2
}

.carousel-dots-to-hide {
    display: none
}

.carousel-dots-mobile {
    display: none
}

.carousel-dots-mobile .flickity-page-dots {
    display: block;
    width: 100%;
    padding: 0;
    margin-top: 1.5em;
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    right: auto;
    text-align: center
}

.carousel-dots-mobile .flickity-page-dots .dot {
    margin: 0 6px
}

.carousel-dots-mobile .flickity-page-dots .dot:first-child {
    margin-inline-start: 0
}

.carousel-dots-center.carousel-dots {
    text-align: center
}

.carousel-dots-left.carousel-dots {
    text-align: start
}

.carousel-dots-right.carousel-dots {
    text-align: end
}

.carousel-dots-bottom.carousel-dots {
    top: auto;
    bottom: 25px
}

.carousel-dots-middle.carousel-dots {
    top: 50%;
    bottom: auto;
    transform: translateY(-50%)
}

.carousel-dots-top.carousel-dots {
    top: 25px;
    bottom: auto
}

.carousel-dots-inside.carousel-dots {
    width: auto;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    padding: 0 20px
}

.carousel-dots-inside.carousel-dots.carousel-dots-left {
    right: auto
}

.carousel-dots-inside.carousel-dots.carousel-dots-right {
    left: auto
}

.lqd-carousel-slides-numbers {
    font-size: 18px;
    color: #000;
    transition: color .3s
}

.lqd-carousel-slides-numbers svg {
    stroke: currentColor;
    transition: stroke .3s
}

.lqd-carousel-slides-numbers .flickity-page-dots {
    display: none
}

.lqd-carousel-slides>svg {
    display: none
}

.carousel-nav .lqd-carousel-slides {
    display: inline-flex;
    width: auto;
    height: auto;
    margin-inline-start: 1em;
    margin-inline-end: 1em;
    position: relative;
    top: auto;
    left: auto;
    font-size: 1em;
    color: #000;
    align-items: center;
    justify-content: center
}

.carousel-nav .lqd-carousel-slides>svg {
    display: inline-block;
    margin: 0 .25em
}

.carousel-nav .lqd-carousel-slides .lqd-carousel-slides-total:before {
    content: none
}

.lqd-carousel-slides-total:before {
    content: "/";
    margin: 0 .25em
}

.lqd-carousel-slides-current {
    width: .75em;
    margin-top: -.35em;
    font-size: 2.1111111111em;
    line-height: 1.15em;
    -webkit-mask-image: linear-gradient(to right, transparent 0%, #000 22%, #000 78%, transparent 100%);
    mask-image: linear-gradient(to right, transparent 0%, #000 22%, #000 78%, transparent 100%)
}

.carousel-nav .lqd-carousel-slides-current {
    margin-top: 0;
    top: auto;
    font-size: 1em;
    line-height: 1
}

.lqd-carousel-slides-current-inner span {
    width: .75em;
    text-indent: .05em
}

@media screen and (max-width:768px) {
    .carousel-dots-desktop {
        display: none !important
    }
}

.lqd-carousel-numbers-line {
    font-size: 13px;
    color: #000
}

.lqd-carousel-numbers-line .flickity-page-dots,
.lqd-carousel-numbers-line svg {
    margin-inline-start: 3em;
    margin-inline-end: 3em
}

.lqd-carousel-numbers-line .flickity-page-dots {
    width: 200px;
    display: flex;
    justify-content: space-between;
    position: absolute;
    bottom: -6px
}

.lqd-carousel-numbers-line .flickity-page-dots .dot {
    flex: 1;
    height: 12px;
    border-radius: 0;
    margin: 0;
    color: inherit
}

.lqd-carousel-numbers-line .flickity-page-dots .dot,
.lqd-carousel-numbers-line .flickity-page-dots .dot.is-selected {
    opacity: 0;
    background-color: currentColor
}

.lqd-carousel-numbers-line .flickity-page-dots .dot:hover {
    opacity: .1
}

.lqd-carousel-numbers-line .lqd-carousel-slides {
    justify-content: space-between
}

.lqd-carousel-numbers-line .lqd-carousel-slides-current {
    margin-top: 0;
    width: 1.4em;
    font-size: 1em;
    -webkit-mask-image: none;
    mask-image: none
}

.lqd-carousel-numbers-line .lqd-carousel-slides-current-inner span {
    width: 1em;
    margin: 0 .2em;
    text-indent: 0
}

.lqd-carousel-numbers-line .lqd-carousel-slides-total:before {
    content: none
}

.carousel-dots-vertical .carousel-dots .flickity-page-dots {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.carousel-dots-vertical .carousel-dots .flickity-page-dots .dot {
    margin: 8px 0
}

.carousel-dots-vertical .carousel-dots .flickity-page-dots .dot:first-child {
    margin-top: 0
}

.carousel-dots-vertical .carousel-dots .flickity-page-dots .dot:last-child {
    margin-bottom: 0
}

.carousel-dots-sm .dot {
    width: 9px;
    height: 9px
}

.carousel-dots-lg .dot {
    width: 12px;
    height: 12px
}

.carousel-dots-style2 .dot {
    background-color: #a4a4a4;
    transition: background .3s
}

.carousel-dots-style2 .dot.is-selected,
.carousel-dots-style2 .dot:hover {
    transform: scale(1.35);
    background-color: #000
}

.carousel-dots-style3 .dot:before {
    content: "";
    display: inline-block;
    position: absolute;
    top: -1.5px;
    left: -1.5px;
    bottom: -1.5px;
    right: -1.5px;
    border: 3px solid;
    border-radius: inherit;
    transform: scale(.5);
    opacity: 0;
    transition: transform .3s cubic-bezier(.23, 1, .32, 1), opacity .15s
}

.carousel-dots-style3 .dot.is-selected,
.carousel-dots-style3 .dot:hover {
    background: 0 0
}

.carousel-dots-style3 .dot.is-selected:before,
.carousel-dots-style3 .dot:hover:before {
    opacity: 1;
    transform: scale(1)
}

.carousel-dots-style4 .dot {
    width: 6px;
    height: 6px;
    background-color: rgba(23, 24, 26, .2)
}

.carousel-dots-style4 .dot:before {
    width: 200%;
    height: 200%;
    top: -50%;
    left: -50%;
    border: none
}

.carousel-dots-style4 .dot.is-selected {
    width: 15px;
    background-color: #17181a
}

.carousel-dots-style4.carousel-dots-lg .dot.is-selected {
    width: 25px
}

.carousel-dots-mobile-left.carousel-dots-mobile .flickity-page-dots {
    text-align: start
}

.carousel-dots-mobile-right.carousel-dots-mobile .flickity-page-dots {
    text-align: end
}

@media screen and (max-width:768px) {

    .carousel-dots-desktop,
    .carousel-nav,
    .lqd-carousel-slides-numbers {
        display: none !important
    }

    .carousel-nav {
        width: 100%;
        position: relative !important;
        top: auto !important;
        left: auto !important;
        bottom: auto !important;
        right: auto !important;
        justify-content: center !important;
        transform: none !important
    }

    .carousel-dots-mobile {
        display: block;
        width: 100%
    }

    .carousel-dots-mobile .flickity-page-dots {
        top: auto !important;
        left: auto !important;
        right: auto !important;
        bottom: auto !important
    }

    .carousel-dots-mobile .flickity-page-dots+.carousel-dots-from-options {
        display: none
    }
}

@media screen and (max-width:768px) {
    .carousel-dots-mobile-inside.carousel-dots-mobile {
        width: auto;
        position: absolute;
        bottom: 15px;
        left: 45px;
        right: 45px
    }
}

.flickity-slider,
.flickity-viewport {
    width: 100% !important;
    height: 100%
}

.flickity-enabled .flickity-slider,
.flickity-enabled .flickity-viewport {
    height: 100%
}

.flickity-equal-cells .flickity-slider>.carousel-item {
    min-height: 100%
}

.flickity-equal-cells .carousel-item-content,
.flickity-equal-cells .carousel-item-inner {
    min-height: inherit
}

.flickity-enabled.is-fade .carousel-item {
    pointer-events: none;
    z-index: 0;
    transition: none
}

.flickity-enabled.is-fade .is-selected {
    pointer-events: auto;
    z-index: 1
}

.carousel-items-random-v-offset .carousel-item.has-one-child .carousel-item-inner {
    display: block;
    flex-grow: 0
}

.lqd-scroll-badge-container {
    display: none
}

.lqd-scroll-badge {
    padding: 1em 1.25em;
    margin-bottom: 25px;
    box-shadow: 0 10px 25px -2px rgba(0, 0, 0, .1);
    background-color: #fff;
    font-size: 12px;
    line-height: 1em;
    color: #000
}

.carousel-shadow-active .carousel-item-inner {
    margin-bottom: 100px
}

.carousel-shadow-active .carousel-item-content {
    transition: box-shadow .3s;
    box-shadow: 0 0 0 transparent
}

.carousel-shadow-active .is-selected .carousel-item-content {
    box-shadow: 0 50px 75px rgba(0, 0, 0, .1)
}

.carousel-shadow-all .carousel-item-inner {
    margin-bottom: 100px
}

.carousel-shadow-all .carousel-item-content {
    box-shadow: 0 30px 45px -2px rgba(0, 0, 0, .15)
}

@media screen and (min-width:769px) {
    .lqd-carousel-stack {
        padding: 0;
        margin-bottom: 80px;
        position: relative
    }

    .lqd-carousel-stack .carousel-items {
        display: block;
        overflow: visible;
        width: 100%;
        height: 100%;
        perspective: 1200px;
        perspective-origin: 50% 200%
    }

    .lqd-carousel-stack .carousel-item {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        cursor: pointer;
        visibility: visible;
        transform-origin: 50% -10%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0, 0, -180px)
    }

    .lqd-carousel-stack .carousel-item>* {
        margin: 0
    }

    .lqd-carousel-stack .carousel-item.is-first,
    .lqd-carousel-stack .carousel-item.is-second,
    .lqd-carousel-stack .carousel-item.is-third {
        opacity: 1
    }

    .lqd-carousel-stack .lqd-carousel-handle {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2
    }

    .lqd-carousel-stack-btn {
        width: 58px;
        height: 58px;
        border: none;
        border-radius: 30px;
        background: #fff;
        position: absolute;
        top: 50%;
        z-index: 2;
        cursor: pointer;
        transform: translateY(-50%);
        box-shadow: 0 15px 30px rgba(131, 150, 255, .25)
    }

    .lqd-carousel-stack-btn,
    .lqd-carousel-stack-btn svg {
        transition: transform .45s cubic-bezier(.23, 1, .32, 1), background .3s
    }

    .lqd-carousel-stack-btn svg {
        fill: currentColor;
        transition: fill .3s
    }

    .lqd-carousel-stack-btn:focus {
        outline: 0
    }

    .lqd-carousel-stack-btn:hover {
        transform: translate(var(--trans-val), -50%) scale(1.1);
        background-color: var(--lqd-color-primary)
    }

    .lqd-carousel-stack-btn:hover svg {
        fill: #fff
    }

    .lqd-carousel-stack-prev {
        left: -29px
    }

    .lqd-carousel-stack-prev:hover {
        --trans-val: -2px
    }

    .lqd-carousel-stack-prev:hover svg {
        transform: translateX(-3px)
    }

    .lqd-carousel-stack-next {
        right: -29px;
        --trans-val: 2px
    }

    .lqd-carousel-stack-next:hover svg {
        transform: translateX(3px)
    }
}

@media screen and (max-width:768px) {
    .lqd-carousel-stack .carousel-items {
        display: flex
    }

    .lqd-carousel-stack .carousel-items:after {
        content: "flickity";
        display: none
    }

    .lqd-carousel-stack .carousel-item {
        width: 100%;
        flex: 0 0 auto;
        padding: 0 10px
    }

    .lqd-carousel-stack .carousel-item-content {
        white-space: normal
    }

    .lqd-carousel-stack-nav {
        display: none
    }
}

.carousel-item.has-one-child .carousel-item-content,
.carousel-item.has-one-child .carousel-item-inner {
    display: flex;
    flex-grow: 1;
    align-items: inherit
}

.carousel-items-random-v-offset .carousel-item.has-one-child .carousel-item-inner {
    display: block;
    flex-grow: 0
}

.carousel-shadow-active .carousel-item-inner {
    margin-bottom: 100px
}

.carousel-shadow-all .carousel-item-inner {
    margin-bottom: 100px
}

.carousel-item.has-one-child .carousel-item-content,
.carousel-item.has-one-child .carousel-item-inner {
    display: flex;
    flex-grow: 1;
    align-items: inherit
}

.carousel-item.has-one-child .carousel-item-content {
    flex: 1 0 100%
}

.carousel-item.has-one-child .carousel-item-content>article,
.carousel-item.has-one-child .carousel-item-content>div {
    flex-grow: 1;
    max-width: 100%
}

.carousel-item-content {
    white-space: nowrap
}

.carousel-item-content>* {
    white-space: normal
}

.carousel-item-content>p:only-child {
    width: 100%;
    margin-bottom: 0
}

.carousel-dots-to-hide {
    display: none
}

@media screen and (max-width:767px) {
    .carousel-item {
        width: 100%
    }
}

@media screen and (max-width:768px) {
    .carousel-container {
        max-width: 100vw
    }
}

.flickity-equal-cells .carousel-item-content,
.flickity-equal-cells .carousel-item-inner {
    min-height: inherit
}

.carousel-shadow-active .carousel-item-content {
    transition: box-shadow .3s;
    box-shadow: 0 0 0 transparent
}

.carousel-shadow-active .is-selected .carousel-item-content {
    box-shadow: 0 50px 75px rgba(0, 0, 0, .1)
}

.carousel-shadow-all .carousel-item-content {
    box-shadow: 0 30px 45px -2px rgba(0, 0, 0, .15)
}

@media screen and (max-width:768px) {
    .lqd-carousel-stack .carousel-items {
        display: flex
    }

    .lqd-carousel-stack .carousel-items:after {
        content: "flickity";
        display: none
    }

    .lqd-carousel-stack .carousel-item {
        width: 100%;
        flex: 0 0 auto;
        padding: 0 10px
    }

    .lqd-carousel-stack .carousel-item-content {
        white-space: normal
    }

    .lqd-carousel-stack-nav {
        display: none
    }
}


@media screen and (min-width:769px) {
    .lqd-carousel-stack {
        padding: 0;
        margin-bottom: 80px;
        position: relative
    }

    .lqd-carousel-stack .carousel-items {
        display: block;
        overflow: visible;
        width: 100%;
        height: 100%;
        perspective: 1200px;
        perspective-origin: 50% 200%
    }

    .lqd-carousel-stack .carousel-item {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        opacity: 0;
        cursor: pointer;
        visibility: visible;
        transform-origin: 50% -10%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        transform: translate3d(0, 0, -180px)
    }

    .lqd-carousel-stack .carousel-item>* {
        margin: 0
    }

    .lqd-carousel-stack .carousel-item.is-first,
    .lqd-carousel-stack .carousel-item.is-second,
    .lqd-carousel-stack .carousel-item.is-third {
        opacity: 1
    }

    .lqd-carousel-stack .lqd-carousel-handle {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2
    }

    .lqd-carousel-stack-btn {
        width: 58px;
        height: 58px;
        border: none;
        border-radius: 30px;
        background: #fff;
        position: absolute;
        top: 50%;
        z-index: 2;
        cursor: pointer;
        transform: translateY(-50%);
        box-shadow: 0 15px 30px rgba(131, 150, 255, .25)
    }

    .lqd-carousel-stack-btn,
    .lqd-carousel-stack-btn svg {
        transition: transform .45s cubic-bezier(.23, 1, .32, 1), background .3s
    }

    .lqd-carousel-stack-btn svg {
        fill: currentColor;
        transition: fill .3s
    }

    .lqd-carousel-stack-btn:focus {
        outline: 0
    }

    .lqd-carousel-stack-btn:hover {
        transform: translate(var(--trans-val), -50%) scale(1.1);
        background-color: var(--lqd-color-primary)
    }

    .lqd-carousel-stack-btn:hover svg {
        fill: #fff
    }

    .lqd-carousel-stack-prev {
        left: -29px
    }

    .lqd-carousel-stack-prev:hover {
        --trans-val: -2px
    }

    .lqd-carousel-stack-prev:hover svg {
        transform: translateX(-3px)
    }

    .lqd-carousel-stack-next {
        right: -29px;
        --trans-val: 2px
    }

    .lqd-carousel-stack-next:hover svg {
        transform: translateX(3px)
    }
}

.lqd-testi-np h3,
.lqd-testi-np h4 {
    margin: 0;
    font-size: 15px;
    line-height: 1.5em
}

.lqd-testi-np h3 {
    margin-bottom: .25em
}

.lqd-testi-np h4 {
    color: #8c8c8c
}

.lqd-testi-np[class*=ps-]:only-child {
    padding-inline-start: 0
}

.lqd-testi-quote blockquote {
    margin: 0;
    line-height: 1.5em;
    font-style: normal
}

.lqd-testi-quote blockquote p:last-child {
    margin-bottom: 0
}

.lqd-testi-inner {
    border-radius: inherit
}

.lqd-testi {
    color: #243858
}

.lqd-testi blockquote {
    padding: 0;
    border: none
}

.lqd-testi-avatar-48 .lqd-testi-avatar {
    width: 48px
}

.lqd-testi-avatar-60 .lqd-testi-avatar {
    width: 60px
}

.lqd-testi-avatar-65 .lqd-testi-avatar {
    width: 65px
}

.lqd-testi-avatar-68 .lqd-testi-avatar {
    width: 68px
}

.lqd-testi-avatar-72 .lqd-testi-avatar {
    width: 72px
}

.lqd-testi-avatar-85 .lqd-testi-avatar {
    width: 85px
}

.lqd-testi-avatar-90 .lqd-testi-avatar {
    width: 90px
}

.lqd-testi-time {
    font-size: 15px
}

.lqd-testi-brd {
    border: 2px solid #f5f5f5
}

.lqd-testi-bubble {
    border: 1px solid #d3dee3
}

.lqd-testi-bubble:after,
.lqd-testi-bubble:before {
    content: "" !important;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid;
    border-left-color: inherit;
    position: absolute;
    bottom: -20px;
    left: 25%;
    z-index: 1
}

.lqd-testi-bubble:after {
    border-width: 18px;
    bottom: -18px;
    left: calc(25% + 1px);
    border-left-color: #fff
}

.lqd-testi-bubble .lqd-testi-inner {
    background-color: #fff;
    z-index: 2
}

.lqd-testi-bubble-all {
    background: #fff
}

.lqd-testi-bubble-all:after {
    content: "" !important;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid;
    border-top-color: inherit;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -20px;
    left: 55px;
    z-index: 1
}

.lqd-testi-bubble-alt .lqd-testi-quote {
    background: #fff
}

.lqd-testi-bubble-alt .lqd-testi-quote:after {
    content: "" !important;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 10px solid #fff;
    border-right: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid transparent;
    position: absolute;
    bottom: -20px;
    left: calc(50% - 10px);
    z-index: 1
}

.lqd-testi-card {
    padding: 30px 35px;
    border-radius: 7px
}

@media screen and (max-width:479px) {
    .lqd-testi-card {
        padding: 25px 15px
    }
}

.lqd-testi-card-nospace {
    padding: 0
}

.lqd-testi-details-inline .lqd-testi-np h3:not(:only-child):after {
    content: ",";
    margin-inline-end: .5em
}

.lqd-testi-details-lg .lqd-testi-np h3 {
    font-size: 18px
}

.lqd-testi-details-lg .lqd-testi-np h4 {
    font-size: 16px
}

.lqd-testi-details-same .lqd-testi-np h3,
.lqd-testi-details-same .lqd-testi-np h4 {
    font-size: 14px
}

.lqd-testi-details-sm .lqd-testi-np h3 {
    font-size: 14px
}

.lqd-testi-details-sm .lqd-testi-np h4 {
    font-size: 12px
}

.lqd-testi-details-xl .lqd-testi-np h3 {
    font-size: 19px
}

.lqd-testi-details-xl .lqd-testi-np h4 {
    font-size: 14px
}

.lqd-testi-quote-icon-flip {
    transform: scaleX(-1)
}

.lqd-testi-quote-16 .lqd-testi-quote blockquote {
    font-size: 16px
}

.lqd-testi-quote-18 .lqd-testi-quote blockquote {
    font-size: 18px
}

.lqd-testi-quote-21 .lqd-testi-quote blockquote {
    font-size: 21px
}

@media screen and (max-width:479px) {
    .lqd-testi-quote-21 .lqd-testi-quote blockquote {
        font-size: 20px
    }
}

.lqd-testi-quote-22 .lqd-testi-quote blockquote {
    font-size: 22px
}

@media screen and (max-width:479px) {
    .lqd-testi-quote-22 .lqd-testi-quote blockquote {
        font-size: 20px
    }
}

.lqd-testi-quote-25 .lqd-testi-quote blockquote {
    font-size: 25px
}

@media screen and (max-width:479px) {
    .lqd-testi-quote-25 .lqd-testi-quote blockquote {
        font-size: 20px
    }
}

.lqd-testi-quote-27 .lqd-testi-quote blockquote {
    font-size: 27px
}

@media screen and (max-width:479px) {
    .lqd-testi-quote-27 .lqd-testi-quote blockquote {
        font-size: 20px
    }
}

@media screen and (max-width:479px) {
    .lqd-testi-quote-icon-gradient {
        max-width: 90px;
        max-height: 80px
    }
}

.lqd-testi-quote-icon circle,
.lqd-testi-quote-icon path {
    fill: var(--lqd-color-primary)
}

.lqd-testi-quote-icon circle {
    opacity: .1
}

.lqd-testi-shadow-lg {
    box-shadow: 0 15px 55px rgba(0, 0, 0, .075)
}

.lqd-testi-shadow-none {
    box-shadow: none
}

.lqd-testi-shadow-sm {
    box-shadow: 0 10px 35px rgba(0, 0, 0, .05)
}

.lqd-testi-shadow-sm2 {
    box-shadow: 0 10px 60px rgba(232, 235, 253, .76)
}

.lqd-testi-shadow-xl {
    box-shadow: 0 25px 45px rgba(0, 0, 0, .1)
}

.lqd-testi-shadow-xs {
    box-shadow: 0 5px 15px rgba(0, 0, 0, .05)
}

.lqd-testi-shadow-xxl {
    box-shadow: 0 45px 55px rgba(0, 0, 0, .075)
}

.lqd-testi-social-icon {
    font-size: 23px
}

.lqd-testi .lqd-star-rating {
    color: #878f9d
}

.lqd-testi .lqd-star-rating li {
    color: inherit
}

.lqd-testi .lqd-star-rating .active {
    color: var(--lqd-color-primary)
}

.lqd-testi-style-9 .lqd-testi-info {
    border-bottom-style: solid;
    border-bottom-width: inherit;
    border-color: inherit
}

@media (min-width:992px) {
    .lqd-testi-style-16 .lqd-testi-side {
        width: 50%
    }

    .lqd-testi-style-16 .lqd-testi-right {
        padding: 4rem
    }
}

.lqd-testi-style-18 {
    background-color: #fff;
    border-radius: 3px 3px 22px 22px
}

.lqd-testi-style-18:before {
    content: "";
    display: inline-block;
    height: 7px;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    border-radius: 5px;
    background-color: var(--lqd-color-primary);
    -webkit-mask-image: linear-gradient(60deg, transparent 35%, #000 40%);
    mask-image: linear-gradient(60deg, transparent 35%, #000 40%)
}

.lqd-testi-style-18 .lqd-testi-extra {
    border-top: 1px solid rgba(0, 0, 0, .045)
}

@media (min-width:992px) {
    .lqd-testi-style-18 .lqd-testi-quote {
        padding-inline-start: 2rem;
        padding-inline-end: 2rem
    }
}

.lqd-testi-style-19 {
    padding-top: 38px;
    padding-bottom: 38px;
    background-color: #fff
}

.woocommerce ul.cart_list li .lqd-star-rating,
.woocommerce ul.product_list_widget li .lqd-star-rating {
    font-size: 11px;
    margin-top: .25em;
    margin-bottom: .25em;
    color: var(--lqd-color-primary)
}

.lqd-testi .lqd-star-rating {
    color: #878f9d
}

.lqd-testi .lqd-star-rating li {
    color: inherit
}

.lqd-testi .lqd-star-rating .active {
    color: var(--lqd-color-primary)
}

.lqd-contact-form {
    --input-margin-bottom: 20px;
    --inputs-margin: 0 0 var(--input-margin-bottom) 0
}

.lqd-contact-form h1,
.lqd-contact-form h2,
.lqd-contact-form h3,
.lqd-contact-form h4,
.lqd-contact-form h5,
.lqd-contact-form h6 {
    margin-top: 0
}

.lqd-contact-form p {
    margin-bottom: 0;
    position: relative
}

.lqd-contact-form p>label:only-child {
    width: 100%;
    margin-inline-end: 0
}

.lqd-contact-form form>.lqd-cf-form-control:last-child {
    margin-bottom: 0
}

.lqd-contact-form form>.row>div:last-child .lqd-cf-form-control {
    margin-bottom: 0
}

.lqd-contact-form form .lqd-cf-not-valid-tip {
    text-align: start
}

.lqd-contact-form .lqd-cf-response-output {
    margin: 15px 0 0
}

.lqd-contact-form .form-message {
    padding: .7em 1em;
    border-radius: 4px
}

.lqd-contact-form .form-message.form-success {
    background-color: #00cb99;
    color: #18302a
}

.lqd-contact-form .form-message.form-error {
    background-color: #fe8282;
    color: #301818
}

.lqd-contact-form .lqd-form-control-wrap {
    display: block;
    margin: var(--inputs-margin);
    flex-grow: 1;
    position: relative
}

.lqd-contact-form .ui-button.ui-selectmenu-button,
.lqd-contact-form input,
.lqd-contact-form select,
.lqd-contact-form textarea {
    display: flex;
    width: 100%;
    height: 50px;
    position: relative;
    align-items: center;
    transition: all .3s
}

.lqd-contact-form .ui-button.ui-selectmenu-button::-webkit-input-placeholder,
.lqd-contact-form input::-webkit-input-placeholder,
.lqd-contact-form select::-webkit-input-placeholder,
.lqd-contact-form textarea::-webkit-input-placeholder {
    color: inherit
}

.lqd-contact-form .ui-button.ui-selectmenu-button::-moz-placeholder,
.lqd-contact-form input::-moz-placeholder,
.lqd-contact-form select::-moz-placeholder,
.lqd-contact-form textarea::-moz-placeholder {
    color: inherit
}

.lqd-contact-form .ui-button.ui-selectmenu-button:-moz-placeholder,
.lqd-contact-form input:-moz-placeholder,
.lqd-contact-form select:-moz-placeholder,
.lqd-contact-form textarea:-moz-placeholder {
    color: inherit
}

.lqd-contact-form .ui-button.ui-selectmenu-button:-ms-input-placeholder,
.lqd-contact-form input:-ms-input-placeholder,
.lqd-contact-form select:-ms-input-placeholder,
.lqd-contact-form textarea:-ms-input-placeholder {
    color: inherit
}

.lqd-contact-form .ui-button.ui-selectmenu-button:focus,
.lqd-contact-form input:focus,
.lqd-contact-form select:focus,
.lqd-contact-form textarea:focus {
    outline: 0
}

.lqd-contact-form input[type=date] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.lqd-contact-form input[type=file] {
    height: auto !important;
    padding: 0 !important;
    border: none !important;
    background: 0 0 !important
}

.lqd-contact-form button[type=submit],
.lqd-contact-form input[type=submit] {
    display: inline-flex;
    width: auto;
    height: 50px;
    margin-bottom: 0;
    padding: 0 2.8em;
    align-items: center;
    transition: all .3s ease
}

.lqd-contact-form button[type=submit]:hover,
.lqd-contact-form input[type=submit]:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 35px rgba(0, 0, 0, .125)
}

.text-center .lqd-contact-form button[type=submit],
.text-center .lqd-contact-form input[type=submit] {
    margin-inline-start: auto;
    margin-inline-end: auto
}

.lqd-contact-form button[type=submit] i {
    position: relative;
    top: auto;
    left: auto;
    margin-top: 0;
    transform: none
}

.lqd-contact-form input[type=checkbox],
.lqd-contact-form input[type=radio] {
    display: initial;
    width: auto;
    height: auto
}

.lqd-contact-form select {
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.lqd-contact-form select[multiple] {
    padding: 0;
    height: auto
}

.lqd-contact-form select[multiple] option {
    padding: .5em 2em
}

.lqd-contact-form label {
    font-weight: inherit;
    margin-inline-end: 5px
}

.lqd-contact-form textarea {
    height: auto !important;
    padding-top: 1em;
    padding-bottom: 1em;
    border-radius: 0 !important
}

.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-icon,
.lqd-contact-form i,
.lqd-contact-form svg {
    display: inline-block;
    position: absolute;
    z-index: 2;
    top: 50%;
    right: calc(1em + 15px);
    pointer-events: none;
    transform: translateY(-50%)
}

.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-icon~input,
.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-icon~label,
.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-icon~textarea,
.lqd-contact-form i~input,
.lqd-contact-form i~label,
.lqd-contact-form i~textarea,
.lqd-contact-form svg~input,
.lqd-contact-form svg~label,
.lqd-contact-form svg~textarea {
    text-indent: 1em
}

.lqd-contact-form .ajax-loader {
    margin: 0;
    position: absolute;
    top: calc(50% - 8px);
    right: 20px
}

.lqd-contact-form .ui-selectmenu-button {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-text {
    flex: 1 auto
}

.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-icon {
    order: 1;
    background: 0 0;
    width: 1em;
    height: 1em;
    font-size: 1em
}

.lqd-contact-form .ui-button.ui-selectmenu-button .ui-selectmenu-icon:after {
    content: "\ea2f";
    display: inline-flex;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    text-indent: 0;
    font: normal 1.15em/1 lqd-essentials
}

.lqd-contact-form .ui-spinner {
    width: 100%;
    padding: 0;
    border-radius: 0;
    border: none
}

.lqd-contact-form input.ui-spinner-input {
    margin: 0;
    box-shadow: none
}

.lqd-contact-form a.ui-spinner-button {
    border: none;
    border-radius: 0;
    background-color: transparent
}

.lqd-contact-form a.ui-spinner-button:active {
    background-color: #181b31
}

.lqd-contact-form[class*=vc_custom_] {
    background-color: transparent !important
}


@media screen and (max-width:991px) {
    .lqd-contact-form .row>div {
        width: 100%
    }
}

.lqd-contact-form-inputs-filled .ui-button.ui-selectmenu-button,
.lqd-contact-form-inputs-filled input,
.lqd-contact-form-inputs-filled select,
.lqd-contact-form-inputs-filled textarea {
    border: none
}

.lqd-contact-form-inputs-underlined .ui-button.ui-selectmenu-button,
.lqd-contact-form-inputs-underlined input,
.lqd-contact-form-inputs-underlined select,
.lqd-contact-form-inputs-underlined textarea {
    border-bottom-width: 1px;
    border-top: none;
    border-right: none;
    border-left: none
}

.lqd-contact-form-inputs-underlined .ui-button.ui-selectmenu-button .ui-selectmenu-icon,
.lqd-contact-form-inputs-underlined i,
.lqd-contact-form-inputs-underlined svg {
    right: 15px
}

.lqd-contact-form-inputs-underlined .ui-button.ui-selectmenu-button .ui-selectmenu-icon~input,
.lqd-contact-form-inputs-underlined .ui-button.ui-selectmenu-button .ui-selectmenu-icon~label,
.lqd-contact-form-inputs-underlined .ui-button.ui-selectmenu-button .ui-selectmenu-icon~textarea,
.lqd-contact-form-inputs-underlined i~input,
.lqd-contact-form-inputs-underlined i~label,
.lqd-contact-form-inputs-underlined i~textarea,
.lqd-contact-form-inputs-underlined svg~input,
.lqd-contact-form-inputs-underlined svg~label,
.lqd-contact-form-inputs-underlined svg~textarea {
    text-indent: 2em
}

.lqd-contact-form-inputs-round .ui-button.ui-selectmenu-button,
.lqd-contact-form-inputs-round input,
.lqd-contact-form-inputs-round select,
.lqd-contact-form-inputs-round textarea {
    border-radius: 4px
}

.lqd-contact-form-inputs-round button[type=submit],
.lqd-contact-form-inputs-round input[type=submit] {
    border-radius: 4px
}

.lqd-contact-form-inputs-circle .ui-button.ui-selectmenu-button,
.lqd-contact-form-inputs-circle input,
.lqd-contact-form-inputs-circle select,
.lqd-contact-form-inputs-circle textarea {
    border-radius: 50em
}

.lqd-contact-form-inputs-circle textarea {
    border-radius: 15px !important
}

.lqd-contact-form-inputs-circle button[type=submit],
.lqd-contact-form-inputs-circle input[type=submit] {
    border-radius: 50em
}

.lqd-contact-form-inputs-circle .ui-spinner-button {
    right: 1em
}

.lqd-contact-form-inputs-border-none .ui-button.ui-selectmenu-button,
.lqd-contact-form-inputs-border-none input,
.lqd-contact-form-inputs-border-none select,
.lqd-contact-form-inputs-border-none textarea {
    border-width: 0
}

.lqd-contact-form-inputs-border-none button[type=submit],
.lqd-contact-form-inputs-border-none input[type=submit] {
    border-width: 0
}

.lqd-contact-form-inputs-border-thick .ui-button.ui-selectmenu-button,
.lqd-contact-form-inputs-border-thick input,
.lqd-contact-form-inputs-border-thick select,
.lqd-contact-form-inputs-border-thick textarea {
    border-width: 2px
}

.lqd-contact-form-inputs-border-thick button[type=submit],
.lqd-contact-form-inputs-border-thick input[type=submit] {
    border-width: 2px
}

.lqd-contact-form-inputs-border-thicker .ui-button.ui-selectmenu-button,
.lqd-contact-form-inputs-border-thicker input,
.lqd-contact-form-inputs-border-thicker select,
.lqd-contact-form-inputs-border-thicker textarea {
    border-width: 3px
}

.lqd-contact-form-inputs-border-thicker button[type=submit],
.lqd-contact-form-inputs-border-thicker input[type=submit] {
    border-width: 3px
}

.lqd-contact-form-inputs-border-thin .ui-button.ui-selectmenu-button,
.lqd-contact-form-inputs-border-thin input,
.lqd-contact-form-inputs-border-thin select,
.lqd-contact-form-inputs-border-thin textarea {
    border-width: 1px
}

.lqd-contact-form-inputs-border-thin button[type=submit],
.lqd-contact-form-inputs-border-thin input[type=submit] {
    border-width: 1px
}

.lqd-contact-form-inputs-sm .ui-button.ui-selectmenu-button,
.lqd-contact-form-inputs-sm input,
.lqd-contact-form-inputs-sm select,
.lqd-contact-form-inputs-sm textarea {
    height: 40px
}

.lqd-contact-form-inputs-sm button[type=submit],
.lqd-contact-form-inputs-sm input[type=submit] {
    height: 40px
}

.lqd-contact-form-inputs-md .ui-button.ui-selectmenu-button,
.lqd-contact-form-inputs-md input,
.lqd-contact-form-inputs-md select,
.lqd-contact-form-inputs-md textarea {
    height: 50px
}

.lqd-contact-form-inputs-md button[type=submit],
.lqd-contact-form-inputs-md input[type=submit] {
    height: 50px
}

.lqd-contact-form-inputs-lg .ui-button.ui-selectmenu-button,
.lqd-contact-form-inputs-lg input,
.lqd-contact-form-inputs-lg select,
.lqd-contact-form-inputs-lg textarea {
    height: 60px
}

.lqd-contact-form-inputs-lg button[type=submit],
.lqd-contact-form-inputs-lg input[type=submit] {
    height: 60px
}

.lqd-contact-form-button-underlined button[type=submit],
.lqd-contact-form-button-underlined input[type=submit] {
    padding-inline-start: 0;
    padding-inline-end: 0;
    border-width: 0;
    border-bottom-width: 1px
}

.lqd-contact-form-button-underlined button[type=submit]:hover,
.lqd-contact-form-button-underlined input[type=submit]:hover {
    box-shadow: none;
    transform: none
}

.lqd-contact-form-button-round button[type=submit],
.lqd-contact-form-button-round input[type=submit] {
    border-radius: 4px !important
}

.lqd-contact-form-button-circle button[type=submit],
.lqd-contact-form-button-circle input[type=submit] {
    border-radius: 50em !important
}

.lqd-contact-form-button-border-none button[type=submit],
.lqd-contact-form-button-border-none input[type=submit] {
    border-width: 0
}

.lqd-contact-form-button-border-thick button[type=submit],
.lqd-contact-form-button-border-thick input[type=submit] {
    border-width: 2px
}

.lqd-contact-form-button-border-thicker button[type=submit],
.lqd-contact-form-button-border-thicker input[type=submit] {
    border-width: 3px
}

.lqd-contact-form-button-border-thin button[type=submit],
.lqd-contact-form-button-border-thin input[type=submit] {
    border-width: 1px
}

.lqd-contact-form-button-sm button[type=submit],
.lqd-contact-form-button-sm input[type=submit] {
    height: 40px
}

.lqd-contact-form-button-md button[type=submit],
.lqd-contact-form-button-md input[type=submit] {
    height: 50px
}

.lqd-contact-form-button-lg button[type=submit],
.lqd-contact-form-button-lg input[type=submit] {
    height: 60px
}

.lqd-contact-form-button-block button[type=submit],
.lqd-contact-form-button-block input[type=submit] {
    width: 100%;
    justify-content: center;
    text-align: center
}

.lqd-fb-footer {
    border-top: 1px solid rgba(0, 0, 0, .065)
}

.lqd-lp-style-8 .lqd-lp-footer i {
    display: inline-block;
    font-size: 21px;
    color: #000;
    transition: transform .45s cubic-bezier(.23, 1, .32, 1)
}

.lqd-lp-style-8:hover .lqd-lp-footer i {
    transform: translateX(5px)
}

.mobile-nav-activated [data-mobile-nav-style=modern] .main-footer
{
    transform: translate3d(-80vw, 0, 0)
}

.module-collapsing [data-mobile-nav-style=modern] .main-footer,
.module-expanding [data-mobile-nav-style=modern] .main-footer 
{
    transition: transform .45s cubic-bezier(.23, 1, .32, 1)
}

.module-expanding [data-mobile-nav-style=modern] .main-footer {
    transition-delay: 25ms
}

.lqd-main-footer-default {
    margin-top: 30px;
    background-color: #292d36;
    font-size: 16px;
    color: #cbcbcb
}

@media screen and (min-width:1200px) {
    [data-sticky-footer] {
        position: -webkit-sticky;
        position: sticky;
        bottom: 0;
        overflow: hidden
    }

    .lqd-footer-cant-stick {
        position: relative;
        bottom: auto;
        transform: none !important
    }

    .lqd-sticky-footer-shadow-1 #lqd-site-content {
        box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .1)
    }

    .lqd-sticky-footer-shadow-2 #lqd-site-content {
        box-shadow: 0 10px 25px -10px rgba(0, 0, 0, .1)
    }

    .lqd-sticky-footer-shadow-3 #lqd-site-content {
        box-shadow: 0 25px 50px -15px rgba(0, 0, 0, .1)
    }

    .lqd-sticky-footer-shadow-4 #lqd-site-content {
        box-shadow: 0 30px 70px -25px rgba(0, 0, 0, .1)
    }
}

@media screen and (max-width:768px) {
    .main-footer {
        transform: none !important;
        visibility: visible !important
    }

    .lqd-sticky-footer-sentinel {
        display: none
    }
}

.lqd-fb-footer {
    border-top: 1px solid rgba(0, 0, 0, .065)
}

.lqd-lp-style-8 .lqd-lp-footer i {
    display: inline-block;
    font-size: 21px;
    color: #000;
    transition: transform .45s cubic-bezier(.23, 1, .32, 1)
}

.lqd-lp-style-8:hover .lqd-lp-footer i {
    transform: translateX(5px)
}

.lqd-lp-style-19 .lqd-lp-img .lqd-lp-footer {
    top: 0;
    left: 0
}

.lqd-lp-style-21 .lqd-lp-footer .btn {
    font-size: 22px;
    color: inherit
}

.lqd-pt-style-4 .lqd-pt-footer-extra a,
.lqd-pt-style-4 .lqd-pt-footer-extra>span {
    color: inherit;
    text-decoration: underline
}

.has-sidebar .blog-post-footer .container,
.has-sidebar .comments-area .comment-form .container,
.has-sidebar .comments-area .comment-list .container,
.has-sidebar.lqd-blog-post-style-4 .related-posts .container,
.has-sidebar.lqd-blog-post-style-6 .related-posts .container {
    padding-inline-start: 0;
    padding-inline-end: 0
}

@media screen and (min-width:768px) {

    .blog-post-footer,
    .comments-area .comment-form,
    .comments-area .comment-list,
    .comments-area .comment-reply-title,
    .lqd-blog-post-style-4 .related-posts,
    .lqd-blog-post-style-6 .related-posts {
        max-width: 1170px;
        padding: 0 15px;
        margin-inline-start: auto;
        margin-inline-end: auto
    }

    .blog-post-footer .container,
    .comments-area .comment-form .container,
    .comments-area .comment-list .container,
    .comments-area .comment-reply-title .container,
    .lqd-blog-post-style-4 .related-posts .container,
    .lqd-blog-post-style-6 .related-posts .container {
        width: 100%;
        padding: 0
    }

    .container .blog-post-footer,
    .container .comments-area .comment-form,
    .container .comments-area .comment-list,
    .container .comments-area .comment-reply-title,
    .lqd-blog-post-style-4 .container .related-posts,
    .lqd-blog-post-style-6 .container .related-posts {
        padding-inline-start: 0;
        padding-inline-end: 0
    }

    .has-sidebar .blog-post-footer,
    .has-sidebar .comments-area .comment-form,
    .has-sidebar .comments-area .comment-list,
    .has-sidebar.lqd-blog-post-style-4 .related-posts,
    .has-sidebar.lqd-blog-post-style-6 .related-posts {
        max-width: none
    }
}

@media screen and (max-width:479px) {

    .lqd-blog-post .comment-reply-title,
    .lqd-blog-post .related-posts-title {
        font-size: 24px;
        margin-bottom: 1.5em
    }
}

.blog-post-footer {
    padding-top: 50px;
    margin-top: 40px;
    margin-bottom: 30px;
    position: relative;
    font-size: 13px
}

.blog-post-footer:before {
    content: "";
    display: inline-block;
    border-top: 1px dashed #cecece;
    position: absolute;
    top: 0;
    left: 15px;
    right: 15px
}

.container .blog-post-footer:before {
    left: 0;
    right: 0
}


.lqd-blog-post-style-3 .blog-post-footer {
    display: flex;
    padding-top: 65px;
    flex-direction: column;
    border-top: 1px solid #c3c3c3
}

.lqd-blog-post-style-3 .blog-post-footer>div:first-child {
    margin-top: 50px
}

.lqd-blog-post-style-3 .post-author {
    order: -1;
    align-self: center;
    flex-shrink: 0
}

.lqd-blog-post-style-4 .blog-post-footer {
    padding-top: 2.25em;
    border-top: 1px solid #d8dbe2
}

@media screen and (max-width:991px) {
    .blog-post-footer {
        padding-inline-start: 0;
        padding-inline-end: 0;
        margin: 30px 15px
    }

    .container .blog-post-footer {
        margin-inline-start: 0;
        margin-inline-end: 0
    }
}

@media screen and (max-width:479px) {
    .blog-post-footer {
        padding-top: 20px
    }

    .blog-post-footer:before {
        left: 0;
        right: 0
    }

    .blog-post-footer>.d-flex {
        flex-wrap: wrap
    }

    .blog-post-footer .tags-links {
        margin-bottom: 2em
    }

    .blog-post-footer .share-links:last-child,
    .blog-post-footer .tags-links:last-child {
        margin-bottom: 20px
    }

    .lqd-blog-post-style-3 .blog-post-footer {
        padding-top: 35px
    }
}

.blog-post-footer nav.post-nav:first-child {
    padding-top: 0
}

.related-posts .lqd-lp .lqd-lp-date,
.related-posts .lqd-lp .lqd-lp-footer a {
    color: #000
}

.related-posts .lqd-lp-style-13 .lqd-lp-footer {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .1em
}

.related-posts .lqd-lp-style-13 .lqd-lp-footer .btn i {
    font-size: 1.25em
}

.section-before-footer {
    z-index: 2
}

.pp-enabled [data-liquid-stack=true] .main-footer {
    top: auto;
    bottom: 0;
    z-index: 1;
    animation: none !important
}

.lqd-stack-footer-active #pp-nav,
.lqd-stack-footer-active .lqd-stack-page-number,
.lqd-stack-footer-active .lqd-stack-prevnext-button {
    opacity: 0;
    visibility: hidden
}

.lqd-stack-footer-active section.pp-section.section-before-footer {
    top: 0 !important;
    visibility: visible !important;
    pointer-events: auto !important
}


@media (min-width:992px) {
    

    

    .lqd-stack-has-footer .lqd-stack-nav-style-1 #pp-nav li:nth-last-child(2) {
        margin-bottom: 0
    }

    
}


@media (min-width:992px) {
    

    .lqd-stack-has-footer .lqd-stack-nav-style-4 #pp-nav li:nth-last-child(2) {
        margin-bottom: 0
    }

    
}

.social-icons-wrapper {
    align-items: center;
    display: inline-flex
}

.social-icons-wrapper .grid-item {
    display: inline-flex;
    align-items: center;
    word-break: break-word;
    min-width: 0;
    margin-bottom: var(--grid-row-gap)
}

.social-icons-wrapper .icon.social-icon {
    background-color: transparent;
    --icon-padding: 0em;
    font-size: var(--icon-size, 25px);
    line-height: var(--icon-size, 25px);
    width: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    height: calc(var(--icon-size, 25px) + (2 * var(--icon-padding, .5em)));
    display: inline-flex
}

.social-icon {
    padding: 0;
    margin: 0;
    list-style: none;
    line-height: 1em
}

.social-icon li {
    display: inline-block;
    margin-inline-end: 1.2em;
    font-size: 1em;
    line-height: 1em
}

.social-icon li:last-child {
    margin-inline-end: 0
}

.social-icon i {
    font-style: normal
}

.social-icon-sm {
    font-size: 14px
}

.social-icon-md {
    font-size: 18px
}

.social-icon-lg {
    font-size: 20px
}

.social-icon-lg li {
    margin-inline-end: 1em
}

.social-icon-vertical a,
.social-icon-vertical li {
    display: block;
    width: 100%
}

.social-icon-vertical li {
    margin-inline-end: 0 !important;
    margin-bottom: 1.2em
}

.social-icon-vertical li:last-child {
    margin-bottom: 0
}


.lity-hide {
    display: none
}

.lqd-modal {
    width: 100%;
    position: relative;
    padding: 25px 2em
}

.lqd-modal-head h2 {
    margin-top: 0;
    margin-bottom: 1.25em;
    padding-bottom: 1em;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    font-size: 28px;
    font-weight: 500
}

.lqd-modal-head h2:empty {
    display: none
}

.lity .lity-close {
    padding: 0 !important;
    border: none !important;
    background: 0 0
}

@media (min-width:992px) {
    .featherlight-content>iframe.featherlight-inner {
        min-width: 850px
    }
}

@keyframes modalDefaultContainer {
    from {
        opacity: 0;
        transform: perspective(600px) translate3d(0, 25%, 0) rotate3d(1, 0, 0, -3deg)
    }

    to {
        opacity: 1;
        transform: perspective(600px) translate3d(0, 0, 0) rotate3d(0, 0, 0, 0)
    }
}

@keyframes modalDefaultContent {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

.lity[data-modal-type=default] {
    perspective: 1200px
}

.lity[data-modal-type=default] .lity-container {
    border-radius: 4px;
    box-shadow: 0 20px 65px -5px rgba(0, 0, 0, .5)
}

.lity[data-modal-type=default] .lity-content {
    max-height: 90vh
}

.lity-opened[data-modal-type=default] .lity-container {
    animation: modalDefaultContainer .65s cubic-bezier(.3, 1, .6, 1) alternate both
}

.lity-opened[data-modal-type=default] .lity-content {
    animation: modalDefaultContent .65s .15s cubic-bezier(.3, 1, .6, 1) alternate both
}

@media (min-width:768px) {
    [data-modal-type=default] .lity-container {
        width: 750px
    }
}

@media (min-width:992px) {
    [data-modal-type=default] .lity-container {
        width: 970px
    }
}

@media (min-width:1200px) {
    [data-modal-type=default] .lity-container {
        width: 1170px
    }
}

[data-modal-type=box] .lity-backdrop {
    background: 0 0
}

[data-modal-type=box] .lqd-modal-head h2 {
    margin-top: 5px;
    border-bottom: none;
    font-size: 20px
}

.lity[data-modal-type=box] {
    width: 350px;
    height: 500px;
    bottom: auto;
    right: auto;
    background: 0 0
}

.lity[data-modal-type=box] .lity-wrap {
    display: block
}

.lity[data-modal-type=box] .lity-container {
    border-radius: 15px;
    box-shadow: 0 10px 65px -5px rgba(0, 0, 0, .15)
}

.lity[data-modal-type=box] .lity-container:before {
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    position: absolute;
    bottom: -8px;
    left: 10%;
    border-radius: 20px;
    transform: rotate(130deg);
    border-top: 12px solid #fff;
    border-right: 12px solid transparent;
    border-left: 12px solid transparent
}

.lity[data-modal-type=box] .lity-container,
.lity[data-modal-type=box] .lity-wrap {
    width: 100%;
    height: 100%
}

.lity[data-modal-type=box] .lity-close {
    width: 35px;
    height: 35px;
    position: absolute;
    top: 25px;
    right: 25px;
    border-radius: 20px;
    font-size: 28px;
    line-height: 35px;
    color: rgba(0, 0, 0, .75);
    background-color: rgba(255, 255, 255, .65);
    text-align: center;
    backdrop-filter: blur(3px);
    box-shadow: 0 5px 15px -2px rgba(0, 0, 0, .1)
}

.lity[data-modal-type=box] .lity-close:hover {
    background-color: rgba(255, 0, 0, .65);
    color: #fff
}

.lity[data-modal-type=box].to-left .lity-container:before {
    left: auto;
    right: 10%;
    transform: rotate(-130deg)
}

.lity-dark[data-modal-type=fullscreen] .lity-close {
    color: #fff
}

@keyframes modalFullscreenContainer {
    from {
        height: 0;
        transform-origin: top
    }

    to {
        height: 100vh
    }
}

@keyframes modalFullscreenContent {
    from {
        opacity: 0;
        transform: translate3d(0, 50px, 0)
    }

    to {
        opacity: 1;
        transform: translate3d(0, 0, 0)
    }
}

[data-modal-type=fullscreen] .lity-backdrop {
    display: none
}

.lity[data-modal-type=fullscreen] {
    padding: 0 !important
}

.lity[data-modal-type=fullscreen] .lity-wrap {
    display: block
}

.lity[data-modal-type=fullscreen] .lity-container {
    width: 100vw;
    height: 100vh
}

.lity[data-modal-type=fullscreen] .lity-content,
.lity[data-modal-type=fullscreen] .lqd-modal,
.lity[data-modal-type=fullscreen] .lqd-modal-inner {
    height: 100%
}

.lity[data-modal-type=fullscreen] .lity-close {
    color: #000
}

.lqd-modal[data-modal-type=fullscreen] {
    padding: 0
}

.lity-opened[data-modal-type=fullscreen] .lity-container {
    transform-origin: top;
    animation: modalFullscreenContainer .8s cubic-bezier(.95, 0, .15, 1) alternate both
}

.lity-opened[data-modal-type=fullscreen] .lity-content {
    animation: modalDefaultContent .65s .45s cubic-bezier(.3, 1, .6, 1) alternate both
}