
body {
    background-color: #fff;
    color: #161519;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    height: 100%;
    overflow-x: hidden;
    line-height: 1.6;
    padding: 0;
    margin: 0;
    text-rendering: optimizeLegibility;
    font-size: -webkit-calc(1rem + .025 * ((100vw - 576px) / 864));
    font-size: calc(1rem + .025 * ((100vw - 576px) / 864));
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body * {
    overflow-wrap: break-word
}

body.archive {
    width: 100%
}

body.no-scroll {
    overflow-y: hidden
}

body ::-webkit-scrollbar {
    background: rgba(17, 16, 19, .1);
    width: .5rem;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

body ::-webkit-scrollbar-thumb {
    background: rgba(17, 16, 19, .2);
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

body ::-webkit-scrollbar-thumb:hover {
    background: rgba(17, 16, 19, .3)
}

::-moz-selection {
    background-color: rgba(220, 40, 40, .1)
}

::selection {
    background-color: rgba(220, 40, 40, .1)
}

.card:not(.-contained) .image-holder {
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.card:not(.-contained).-with-shadow .image-holder {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.card .image-holder {
    overflow: hidden;
    position: relative;
    margin: 0
}

.card .image-holder,
.card .image-holder>a {
    display: block
}

.card .image-holder img {
    min-width: 100%;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.card.-metro:not(.-no-media) .image-holder {
    padding-bottom: 100%;
    position: relative
}

.card.-metro:not(.-no-media) .image-holder iframe,
.card.-metro:not(.-no-media) .image-holder img {
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    height: 100%
}

.card.-metro:not(.-no-media) .image-holder .clb-slider {
    position: absolute
}

.card.-metro:not(.-no-media) .image-holder .clb-slider,
.card.-metro:not(.-no-media) .image-holder .clb-slider .clb-slider-outer-stage {
    height: 100%
}

.card.-metro:not(.-no-media) .image-holder .clb-slider img {
    position: relative
}

.card.-contained:not(.-layout13) {
    overflow: hidden;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.card.-contained .card-details {
    background-color: rgba(150, 144, 162, .06)
}

.card.-contained.-with-shadow:not(.-layout13) {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.card.-img-scale:hover .image-holder img {
    -webkit-transform: scale3d(1.06, 1.06, 1.06);
    transform: scale3d(1.06, 1.06, 1.06)
}

.card.-img-overlay .image-holder .overlay,
.card.-img-overlay .image-holder::after {
    background: -webkit-gradient(linear, left top, right top, from(rgba(220, 40, 40, .5)), to(rgba(117, 68, 221, .5)));
    background: -o-linear-gradient(left, rgba(220, 40, 40, .5) 0, rgba(117, 68, 221, .5) 100%);
    background: linear-gradient(90deg, rgba(220, 40, 40, .5) 0, rgba(117, 68, 221, .5) 100%);
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    content: "";
    display: block;
    position: absolute;
    -webkit-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
    transition: opacity cubic-bezier(.645, .045, .355, 1) .35s
}

.card.-img-overlay:hover .image-holder .overlay,
.card.-img-overlay:hover .image-holder::after {
    opacity: 1
}

.card.-img-greyscale:not(:hover) .image-holder img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1)
}

.card.-img-transition .image-holder img:not(:first-child) {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.card.-img-transition:hover .image-holder img:not(:first-child) {
    opacity: 1
}

.card:not(.-with-overlay):not(.-image-only) .card-details {
    padding-top: 1.5rem
}

.card:not(.-with-overlay):not(.-image-only).-contained .card-details {
    padding-bottom: 1.5rem;
    padding-left: 3vh;
    padding-right: 3vh
}

.card:not(.-layout4):not(.-layout6) .overlay-details {
    color: #fff
}

.card .overlay-details {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 3vh
}

.card .overlay-details:not(.-top) {
    bottom: 0
}

.card .overlay-details:not(.card-details) p {
    margin: 0
}

.card .overlay-details.-top {
    top: 0
}

.card:hover .-fade-down,
.card:hover .-fade-up {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.double-width:not(.vc_col-lg-12) .card.-metro .image-holder {
    padding-bottom: -webkit-calc(50% - 1.25rem);
    padding-bottom: calc(50% - 1.25rem)
}

hr {
    background-color: rgba(150, 144, 162, .6);
    width: 100%;
    border: 0;
    height: 1px;
    margin: .5rem auto;
    display: block
}

ol,
ul {
    margin-bottom: 1.35em;
    padding-left: 2rem
}

ol:not(.-unlist)>li,
ul:not(.-unlist)>li {
    margin: 5px 0
}

li>ol,
li>ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin: 0 1.5em 1.5em
}

img {
    height: auto;
    max-width: 100%;
    vertical-align: top
}

figure {
    margin: 1em 0
}

fieldset {
    border: none;
    padding: 0;
    margin: 0
}

fieldset legend {
    font-weight: 600
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden
}

.screen-reader-text:focus {
    -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, .6);
    clip: auto !important;
    display: block;
    font-size: .95em;
    font-size: .875rem;
    font-weight: 600;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000
}

.wp-block-table,
table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0
}

.wp-block-table:not(.-unstyle) td,
.wp-block-table:not(.-unstyle) th,
table:not(.-unstyle) td,
table:not(.-unstyle) th {
    border: none;
    border-top: 1px solid rgba(150, 144, 162, .15);
    border-bottom: 1px solid rgba(150, 144, 162, .15);
    text-align: inherit;
    padding: .7rem .7rem .7rem 0;
    vertical-align: top
}

.wp-block-table:not(.-unstyle) td:last-child,
.wp-block-table:not(.-unstyle) th:last-child,
table:not(.-unstyle) td:last-child,
table:not(.-unstyle) th:last-child {
    padding-right: 0
}

.wp-block-table thead th,
table thead th {
    border: none
}

.wp-block-table th,
table th {
    font-weight: 600;
    font-size: .9rem
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd),
table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: rgba(150, 144, 162, .08)
}

.wp-block-table.is-style-stripes td,
table.is-style-stripes td {
    border-color: rgba(150, 144, 162, .15)
}

.wp-block-table.-unstyle,
table.-unstyle {
    line-height: 1.4
}

.wp-block-table.-unstyle td,
.wp-block-table.-unstyle th,
table.-unstyle td,
table.-unstyle th {
    vertical-align: top
}

a {
    text-decoration: none;
    color: inherit
}

a:not(.-unlink) {
    color: inherit;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 100% .2em;
    background-position: 0 110%
}



a:not(.-unlink).-undash {
    background-image: none
}

a:not(.-unlink).-highlighted {
    color: #dc2828
}

a.titles-typo {
    letter-spacing: -.02rem
}

a .title:hover,
a:hover {
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

@-webkit-keyframes links {
    0% {
        background-size: 100% .2em;
        background-position: 0 110%
    }

    50% {
        background-size: 0 .2em;
        background-position: 0 110%
    }

    50.01% {
        background-size: 0 .2em;
        background-position: right 0 top 110%
    }

    100% {
        background-size: 100% .2em;
        background-position: right 0 top 110%
    }
}

@keyframes links {
    0% {
        background-size: 100% .2em;
        background-position: 0 110%
    }

    50% {
        background-size: 0 .2em;
        background-position: 0 110%
    }

    50.01% {
        background-size: 0 .2em;
        background-position: right 0 top 110%
    }

    100% {
        background-size: 100% .2em;
        background-position: right 0 top 110%
    }
}

body:not(.links-underline) a:not(.-unlink).-dashed,
body:not(.links-underline) a:not(.-unlink):active,
body:not(.links-underline) a:not(.-unlink):focus,
body:not(.links-underline) a:not(.-unlink):hover {
    background-image: none
}

.font-titles,
.titles-typo,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "DM Sans", sans-serif;
    font-weight: 700;
    margin: 0
}

.font-titles:not(.title)+*,
.titles-typo:not(.title)+*,
h1:not(.title)+*,
h2:not(.title)+*,
h3:not(.title)+*,
h4:not(.title)+*,
h5:not(.title)+*,
h6:not(.title)+* {
    -webkit-margin-before: 1em;
    margin-block-start: 1em
}

.font-titles.heading-md,
.font-titles.wc-prl-title,
.titles-typo.heading-md,
.titles-typo.wc-prl-title,
h1.heading-md,
h1.wc-prl-title,
h2.heading-md,
h2.wc-prl-title,
h3.heading-md,
h3.wc-prl-title,
h4.heading-md,
h4.wc-prl-title,
h5.heading-md,
h5.wc-prl-title,
h6.heading-md,
h6.wc-prl-title {
    font-size: 1.55rem;
    margin-bottom: 3vh
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #111013
}

h1 {
    letter-spacing: -.045em;
    line-height: 1;
    font-size: -webkit-calc(2.75rem + 1.75 * ((100vw - 576px) / 864));
    font-size: calc(2.75rem + 1.75 * ((100vw - 576px) / 864))
}

h2 {
    letter-spacing: -.04em;
    line-height: 1.05;
    font-size: -webkit-calc(2.35rem + .9 * ((100vw - 576px) / 864));
    font-size: calc(2.35rem + .9 * ((100vw - 576px) / 864))
}

h3 {
    letter-spacing: -.035em;
    line-height: 1.15;
    font-size: -webkit-calc(2rem + .25 * ((100vw - 576px) / 864));
    font-size: calc(2rem + .25 * ((100vw - 576px) / 864))
}

h3:not(.title)+* {
    margin-top: 1rem
}

h4:not(.title)+*,
h5:not(.title)+*,
h6:not(.title)+* {
    margin-top: .75rem
}

h4 {
    letter-spacing: -.03em;
    line-height: 1.2;
    font-size: -webkit-calc(1.5rem + .25 * ((100vw - 576px) / 864));
    font-size: calc(1.5rem + .25 * ((100vw - 576px) / 864))
}

h5 {
    letter-spacing: -.025em;
    line-height: 1.25;
    font-size: -webkit-calc(1.25rem + 0 * ((100vw - 576px) / 864));
    font-size: calc(1.25rem + 0 * ((100vw - 576px) / 864))
}

h6 {
    font-size: 1em;
    letter-spacing: -.02em;
    line-height: 1.35
}

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

cite,
dfn,
em,
i {
    font-style: italic
}

blockquote,
q {
    margin: 0;
    padding: 0 0 0 1.5rem;
    quotes: "" "";
    position: relative;
    border-left: .25rem solid rgba(150, 144, 162, .5)
}

blockquote p,
q p {
    margin: 0;
    font-style: normal;
    font-weight: 400;
    position: relative
}

blockquote cite,
blockquote h4,
q cite,
q h4 {
    position: relative;
    text-align: left;
    margin-top: 5px;
    font-weight: 600;
    font-size: .95em;
    font-style: normal
}

address {
    margin: 0 0 1.5em;
    font-style: normal
}

pre {
    font-family: menlo, monaco, consolas, "Lucida Console", monospace;
    font-size: .9em;
    background-color: rgba(150, 144, 162, .08);
    border-left: 5px solid rgba(150, 144, 162, .08);
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1rem
}

pre>a {
    color: inherit !important;
    font-weight: 600
}

pre:not(.-warning) {
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

pre.-warning {
    margin: 0;
    -webkit-border-top-right-radius: 0.35rem;
    border-top-right-radius: .35rem;
    -webkit-border-top-left-radius: 0.35rem;
    border-top-left-radius: .35rem
}

pre.-warning+pre {
    margin-top: 0;
    background-color: rgba(236, 128, 19, .15);
    color: #ec8013;
    -webkit-border-top-right-radius: 0;
    border-top-right-radius: 0;
    -webkit-border-top-left-radius: 0;
    border-top-left-radius: 0
}

code {
    font-family: menlo, monaco, consolas, "Lucida Console", monospace;
    font-size: .95em;
    color: #635d6f;
    background-color: rgba(150, 144, 162, .08);
    padding: 3px 6px;
    word-break: normal;
    -webkit-border-radius: 0.25rem;
    border-radius: .25rem
}

caption {
    font-size: .9rem;
    font-weight: 600
}

code,
kbd,
tt,
var {
    font-family: menlo, monaco, consolas, "Lucida Console", monospace
}

abbr,
acronym {
    border-bottom: 1px dotted rgba(150, 144, 162, .08);
    cursor: help
}

ins,
mark {
    text-decoration: none
}

mark {
    background-color: rgba(236, 128, 19, .15);
    padding: .25rem 0
}

big {
    font-size: 125%
}

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none
}

.infinity-end.neverending .site-footer {
    display: block
}

.-block,
.sticky {
    display: block;
    width: 100%
}

.-inline,
.byline {
    display: inline
}

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

.-inline-flex {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto !important
}

.-inline-flex>.button {
    margin-right: 1rem
}

.-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.disabled,
:disabled {
    pointer-events: none;
    -webkit-filter: none;
    filter: none;
    opacity: .5
}

.-unlist {
    margin: 0;
    padding: 0;
    list-style: none
}

.-unlist>li {
    margin: 0;
    padding: 0
}

.-unlist>li::before {
    content: "";
    display: none
}

.-unspace,
.-unspace.elementor-widget-text-editor p {
    margin: 0
}

.-small-t {
    font-size: .95em
}

.-medium-t {
    font-weight: 500
}

.-light-t {
    color: #635d6f
}

.-nowrap-t {
    white-space: nowrap
}

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

.-left-flex {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.-center,
.aligncenter,
.text-center {
    text-align: center
}

.-center-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

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

.-right-flex {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.-alignfull {
    max-width: none;
    position: relative
}

.-float-left {
    float: left
}

.-float-right {
    float: right
}

.-full-h,
.full-height {
    height: 100%;
    max-height: 100%
}

.-full-w,
.full-width {
    width: 100%;
    max-width: 100%
}

.-full-vh,
.-full-vh.clb-slider-item,
.full-vh,
.full-vh.clb-slider-item {
    height: 100vh
}

.-full-vw {
    width: 100vw
}

.-fade-up {
    -webkit-transform: translateY(6%);
    -ms-transform: translateY(6%);
    transform: translateY(6%);
    opacity: 0;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.-fade-down {
    -webkit-transform: translateY(-6%);
    -ms-transform: translateY(-6%);
    transform: translateY(-6%);
    opacity: 0;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.-faded {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.-no-transition,
.no-transition {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.-up {
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.-up:hover {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0)
}

.-blur {
    -webkit-backdrop-filter: saturate(180%) blur(5px);
    backdrop-filter: saturate(180%) blur(5px);
    background-color: rgba(255, 255, 255, .85)
}

.-visible,
.visible {
    opacity: 1 !important;
    visibility: visible !important
}

.-invisible,
.invisible {
    opacity: 0 !important;
    visibility: hidden !important
}

.-hidden,
.hidden,
.hide {
    display: none
}

.show,
.unhidden {
    display: block
}

.-overflow-hidden,
.-overflow-hidden>.elementor-widget-wrap {
    overflow: hidden
}

.-light,
.-light .icon {
    color: #fff
}

[data-ohio-content-scroll] {
    width: 100%
}

[data-isotope-grid] {
    -webkit-transition: height .3s ease-in-out;
    -o-transition: height .3s ease-in-out;
    transition: height .3s ease-in-out
}

.clb__narrow h4 {
    font-size: 1.5rem
}

.site-content {
    background-color: #fff;
    min-height: -webkit-calc(100vh - 25vh);
    min-height: calc(100vh - 25vh)
}

.site-content::before {
    content: "";
    display: table;
    clear: both
}

@supports (-webkit-touch-callout:none) {
    .site-content {
        overflow-x: hidden
    }
}

.page-container {
    margin: 0 auto;
    position: relative;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.page-container:not(.-full-w),
.page-container:not(.-full-w) .elementor-section.elementor-section-boxed>.elementor-container,
.page-container:not(.-full-w) .entry-content>.elementor>.elementor-section.elementor-section-boxed>.elementor-container,
.page-container:not(.-full-w) .entry-content>.elementor>.elementor-section.elementor-section-boxed>.elementor-container .elementor-section.elementor-section-boxed>.elementor-container {
    max-width: 1300px
}

.page-container.-full-w.-reset {
    padding-left: 0;
    padding-right: 0
}

.page-container.top-offset {
    padding-top: 5rem
}

.page-container.bottom-offset {
    padding-bottom: 5rem
}

.page-container::after {
    content: "";
    display: table;
    clear: both
}

.boxed-container {
    position: relative
}

body.page-is-loaded .color-switcher-toddler {
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-transition-property: color, -webkit-transform;
    transition-property: color, -webkit-transform;
    -o-transition-property: transform, color;
    transition-property: transform, color;
    transition-property: transform, color, -webkit-transform
}

.single-post .page-content.-left .content-area .vc_col-lg-8,
.single-post .page-content.-right .content-area .vc_col-lg-8 {
    left: auto;
    width: 100%
}

.search-no-results .breadcrumbs,
.search-no-results .woo-sidebar {
    display: none
}

.search-no-results .page-content.-left,
.search-no-results .page-content.-right {
    width: 100%
}

.global-page-animation>#page {
    opacity: 0;
    margin-top: -1.5rem;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.global-page-animation.global-page-animation-active>#page {
    opacity: 1;
    margin-top: 0
}

.global-page-animation.global-page-animation-fade-out>#page {
    opacity: 0;
    margin-top: -1.5rem
}

.page-sidebar {
    float: right;
    position: relative;
    z-index: 1;
    width: -webkit-calc(25% - 50px);
    width: calc(25% - 50px);
    margin-bottom: 50px
}

.page-sidebar.-left {
    float: left
}

.page-sidebar.-right {
    float: right
}

.page-sidebar.-boxed {
    background-color: rgba(150, 144, 162, .06);
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem;
    padding: 3vh
}

.page-sidebar .widget {
    padding-top: 0
}

.menu-blank.button {
    color: inherit;
    min-height: 2.75rem;
    padding: 0 1rem;
    border: 2px dashed rgba(236, 128, 19, .5) !important
}

.menu-blank.button:hover {
    border: 2px dashed rgba(220, 40, 40, .75) !important
}

.has-submenu-icon {
    position: absolute;
    top: 50%;
    -webkit-transform-origin: center;
    -ms-transform-origin: center;
    transform-origin: center;
    -webkit-transform: translateY(-50%) scale(.75) rotate(0);
    -ms-transform: translateY(-50%) scale(.75) rotate(0);
    transform: translateY(-50%) scale(.75) rotate(0);
    right: 0;
    line-height: 0;
    opacity: .5
}

.has-submenu-icon .menu-plus {
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.has-submenu.active>a>.has-submenu-icon .menu-plus,
.has-submenu.visible>a>.has-submenu-icon .menu-plus,
.has-submenu:hover>a>.has-submenu-icon .menu-plus {
    -webkit-transform: rotate(135deg) !important;
    -ms-transform: rotate(135deg) !important;
    transform: rotate(135deg) !important
}

.menu,
.menu .sub-menu,
.menu .sub-sub-menu {
    margin: 0;
    padding: 0;
    list-style: none
}

.menu .sub-menu>li,
.menu .sub-sub-menu>li,
.menu>li {
    margin: 0;
    padding: 0
}

.menu .sub-menu>li::before,
.menu .sub-sub-menu>li::before,
.menu>li::before {
    content: "";
    display: none
}

.nav {
    cursor: default;
    position: relative;
    z-index: 10;
    font-weight: 500;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.nav .close-bar,
.nav a::before {
    display: none
}

.nav .mobile-overlay {
    display: block
}

.nav.with-counters .nav-item:not(.version) {
    counter-increment: number
}

.nav.with-counters .nav-item:not(.version)>a>span {
    position: relative
}

.nav.with-counters .nav-item:not(.version)>a>span::before {
    content: "0" counter(number);
    display: inline-block;
    font-weight: 700;
    width: auto;
    right: 0;
    top: -.75em;
    line-height: .6em;
    font-size: .6em;
    position: absolute;
    height: auto;
    opacity: .75
}

.nav.hidden:not(.-visible) {
    display: none
}

.header:not(.-mobile) .menu {
    min-height: 2.75rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.header:not(.-mobile) .menu li {
    position: relative;
    padding: 0
}

.header:not(.-mobile) .menu li span {
    white-space: normal;
    line-height: 1.3
}

.header:not(.-mobile) .menu li .menu-chevron {
    margin-left: 2.5vw;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.header:not(.-mobile) .menu li>ul {
    width: auto;
    position: absolute;
    left: 0;
    top: 2.75rem;
    z-index: 10;
    margin: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background-color: #fff;
    min-width: 13.5rem;
    opacity: 0;
    visibility: hidden;
    -webkit-transform-origin: 50% -50px;
    -ms-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem;
    -webkit-box-shadow: 0 20px 32px -8px rgba(17, 16, 19, .15), 0 0 1px rgba(17, 16, 19, .05);
    box-shadow: 0 20px 32px -8px rgba(17, 16, 19, .15), 0 0 1px rgba(17, 16, 19, .05);
    -webkit-transition-property: opacity, visibility, -webkit-transform;
    transition-property: opacity, visibility, -webkit-transform;
    -o-transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility;
    transition-property: transform, opacity, visibility, -webkit-transform
}

.header:not(.-mobile) .menu li>ul>li {
    line-height: 100%;
    font-weight: 400;
    font-size: .98rem
}

.header:not(.-mobile) .menu li>ul>li a {
    padding: .45rem 1.5rem;
    display: block
}

.header:not(.-mobile) .menu li>ul>li a:hover {
    background-color: rgba(150, 144, 162, .06)
}

.header:not(.-mobile) .menu li>ul>li a>.has-submenu-icon>.menu-chevron {
    display: none
}

.header:not(.-mobile) .menu li>ul>li>ul {
    top: -1rem;
    left: 100%
}

.header:not(.-mobile) .menu li>ul .has-submenu-icon {
    margin-right: 1.5rem
}

.header:not(.-mobile) .menu li.active>ul,
.header:not(.-mobile) .menu li:hover>ul {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    z-index: 200;
    transform: none;
    visibility: visible;
    opacity: 1
}

.header:not(.-mobile) .menu li.active .sub-menu-wide ul,
.header:not(.-mobile) .menu li:hover .sub-menu-wide ul {
    visibility: visible;
    opacity: 1
}

.header:not(.-mobile) .menu li.active .menu-chevron,
.header:not(.-mobile) .menu li:hover .menu-chevron {
    -webkit-transform: rotate3d(1, 0, 0, 180deg);
    transform: rotate3d(1, 0, 0, 180deg)
}

.header:not(.-mobile) .menu>.nav-item {
    margin: 0;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.header:not(.-mobile) .menu>.nav-item>a {
    padding: 0 1.2vw;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.header:not(.-mobile) .menu>.nav-item>a>.has-submenu-icon>.menu-plus {
    display: none
}

.header:not(.-mobile) .menu .sub-menu-wide {
    width: -webkit-calc(100vw - 8.8vh);
    width: calc(100vw - 8.8vh);
    -webkit-border-radius: 0.65rem;
    border-radius: .65rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.header:not(.-mobile) .menu .sub-menu-wide>li {
    width: -webkit-calc(100% / 6);
    width: calc(100% / 6)
}

.header:not(.-mobile) .menu .sub-menu-wide>li>a.menu-link {
    text-transform: uppercase;
    opacity: .65;
    font-size: .8em;
    font-weight: 600;
    margin-bottom: .5rem
}

.header:not(.-mobile) .menu .sub-menu-wide>li>a.menu-link:hover {
    background: 0 0
}

.header:not(.-mobile) .menu .sub-menu-wide>li a {
    padding-left: .85rem;
    padding-right: .85rem
}

.header:not(.-mobile) .menu .sub-menu-wide ul {
    padding: 0;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    min-width: unset
}

.header:not(.-mobile) .menu .sub-menu-wide .has-submenu-icon {
    display: none
}

.header:not(.-mobile) .menu:hover .nav-item:not(:hover) {
    opacity: .5
}

.header:not(.-mobile) .mobile-overlay {
    height: 100%
}

.header:not(.-mobile) .mobile-overlay .lang-dropdown {
    display: none
}

.header:not(.-mobile) .mobile-overlay .holder {
    height: 100%
}

.header:not(.-mobile) .copyright,
.header:not(.-mobile) .mobile-hamburger {
    display: none
}

.header:not(.-mobile) .nav-container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.header:not(.-mobile) .nav.with-mobile-menu #mobile-menu {
    display: none
}

.header.-mobile .menu-chevron {
    display: none
}

.header.-mobile .menu li>ul {
    height: 0;
    margin: 0;
    padding-left: 15px;
    overflow: hidden;
    font-size: .95em;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.header.-mobile .menu li>ul.active {
    height: auto
}

.header.-mobile .menu li>ul li {
    padding: 0
}

.header.-mobile .menu li>ul li.active {
    font-weight: 600
}

.header.-mobile .menu li>ul ul {
    font-weight: 500
}

.header.-mobile .menu>.nav-item {
    font-size: 1.05em;
    position: relative;
    padding: 0;
    margin: 0 -20px
}

.header.-mobile .menu>.nav-item a {
    display: block;
    line-height: 2em;
    padding: 5px 20px;
    position: relative
}

.header.-mobile .menu>.nav-item a .has-submenu-icon {
    right: .25rem;
    position: absolute;
    min-width: 3rem;
    width: 3rem;
    height: 3rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.header.-mobile .menu>.nav-item a .has-submenu-icon .icon svg {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.header.-mobile .menu>.nav-item.active>a::before {
    content: "";
    display: block;
    position: absolute;
    height: 100%;
    width: 2px;
    left: 0;
    top: 0;
    opacity: 1;
    background-color: currentColor
}

.header.-mobile .nav.with-mobile-menu #menu-primary {
    display: none
}

.header.-mobile .nav:not(.with-mobile-menu) #mobile-menu {
    display: none
}

.header.-mobile .desktop-hamburger {
    display: none
}

.header.-mobile:not(.without-mobile-search) .search-global {
    display: block !important
}

.header.-mobile.without-mobile-search .search-global {
    display: none
}

.hamburger {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none;
    padding: 0;
    background-color: unset
}

.hamburger-button {
    background-color: unset;
    padding: 0;
    border: none
}

.hamburger-outer {
    background-color: rgba(150, 144, 162, .08);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 3.5rem;
    border-radius: 3.5rem
}

.hamburger-outer>.hamburger.icon-button {
    margin-right: 0 !important;
    background-color: transparent
}

.hamburger-caption {
    margin: 0 .5rem;
    text-transform: uppercase;
    font-weight: 500;
    font-size: .9rem
}

.hamburger.icon-button>.icon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.hamburger.icon-button>.icon::after,
.hamburger.icon-button>.icon::before {
    content: "";
    height: 2px;
    margin: 3px 0;
    background-color: currentColor
}

.hamburger.icon-button>.icon::before {
    width: 1.375rem
}

.hamburger.icon-button>.icon::after {
    width: 1.1rem
}

.menu-optional {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.menu-optional .custom-icon {
    max-width: 50%
}

.menu-optional>li:not(.icon-button-holder):not(:last-child) {
    padding-right: 1rem
}

.menu-optional>li:first-child {
    padding-left: 2vw
}

.hamburger-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 4vh
}

.hamburger-nav-holder {
    height: 100%;
    top: 4vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.hamburger-nav .menu {
    counter-reset: number;
    width: 25%;
    position: relative
}

.hamburger-nav .menu li {
    color: #fff
}

.hamburger-nav .lazy-load.-outlined .menu-blank.button:not(.-flat),
.hamburger-nav .menu-blank.-outlined,
.hamburger-nav .pagination:not(.text-center).-outlined .menu-blank.button:not(.-flat),
.lazy-load.-outlined .hamburger-nav .menu-blank.button:not(.-flat),
.pagination:not(.text-center).-outlined .hamburger-nav .menu-blank.button:not(.-flat) {
    color: #fff
}

.hamburger-nav .menu .menu-chevron {
    display: none
}

.hamburger-nav .menu.menu-blank {
    width: auto;
    margin: 0;
    color: #fff
}

.hamburger-nav .menu .nav-item {
    counter-increment: number
}

.hamburger-nav .menu .nav-item>a::before {
    content: "0" counter(number);
    display: inline-block;
    opacity: 1;
    font-weight: 700;
    width: auto;
    vertical-align: top;
    line-height: 20px;
    font-size: 14px;
    position: relative;
    height: auto;
    background: 0 0;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    color: #9690a2;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.hamburger-nav .menu .mega-menu-item {
    padding: 5px 50px 5px 0;
    list-style-type: none;
    line-height: 1;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.hamburger-nav .menu .mega-menu-item>a {
    width: 100%;
    vertical-align: middle;
    font-weight: 700;
    font-size: 5vh;
    font-family: "DM Sans", sans-serif;
    display: block;
    position: relative;
    z-index: 2
}

.hamburger-nav .menu .mega-menu-item>a:focus,
.hamburger-nav .menu .mega-menu-item>a:hover {
    color: inherit
}

.hamburger-nav .menu .mega-menu-item>a span {
    line-height: 1.2;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.hamburger-nav .menu .mega-menu-item .has-submenu-icon:not(:hover) {
    -webkit-transform: translateY(-50%) scale(1) rotate(0);
    -ms-transform: translateY(-50%) scale(1) rotate(0);
    transform: translateY(-50%) scale(1) rotate(0)
}

.hamburger-nav .menu .mega-menu-item>ul {
    width: 100%;
    margin: 0;
    position: absolute;
    top: 0;
    left: 100%;
    z-index: 1;
    visibility: hidden;
    opacity: 0
}

.hamburger-nav .menu .mega-menu-item>ul.visible {
    opacity: 1;
    visibility: visible
}

.hamburger-nav .menu .mega-menu-item.active>a span,
.hamburger-nav .menu .mega-menu-item:hover>a span {
    opacity: .5;
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem)
}

.hamburger-nav .menu .mega-menu-item.active>a::before,
.hamburger-nav .menu .mega-menu-item:hover>a::before {
    -webkit-transform: translateX(1rem);
    -ms-transform: translateX(1rem);
    transform: translateX(1rem);
    opacity: 0
}

.hamburger-nav .menu .mega-menu-item.active>a .ion,
.hamburger-nav .menu .mega-menu-item:hover>a .ion {
    color: #dc2828
}

.hamburger-nav .menu .mega-menu-item.active>ul,
.hamburger-nav .menu .mega-menu-item:hover>ul {
    opacity: 1;
    visibility: visible
}

.hamburger-nav .menu .mega-menu-item.active>ul>*,
.hamburger-nav .menu .mega-menu-item:hover>ul>* {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    visibility: visible;
    opacity: 1
}

.hamburger-nav-details {
    font-size: .95em;
    padding-top: 2rem;
    padding-right: 2rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    color: #635d6f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.hamburger-nav-details .lang-dropdown {
    background-color: rgba(150, 144, 162, .08);
    color: #fff;
    width: auto;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bbbbbb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.hamburger-nav-details .details-column {
    width: 25%;
    margin: 1rem 0
}

.hamburger-nav-details .details-column .network,
.hamburger-nav-details .details-column b {
    color: #fff
}

.hamburger-nav:not(.type2):not(.type3) {
    padding-left: 4rem;
    padding-right: 4rem
}

.hamburger-nav:not(.type2):not(.type3) .menu .nav-item>a::before {
    margin-right: .5rem
}

.hamburger-nav.type2,
.hamburger-nav.type3 {
    display: block
}

.hamburger-nav.type2 .page-container,
.hamburger-nav.type3 .page-container {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.hamburger-nav.type2 .hamburger-nav-holder,
.hamburger-nav.type3 .hamburger-nav-holder {
    overflow-x: hidden;
    overflow-y: scroll;
    scrollbar-width: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.hamburger-nav.type2 .hamburger-nav-holder::-webkit-scrollbar,
.hamburger-nav.type2 .hamburger-nav-holder::-webkit-scrollbar-thumb,
.hamburger-nav.type3 .hamburger-nav-holder::-webkit-scrollbar,
.hamburger-nav.type3 .hamburger-nav-holder::-webkit-scrollbar-thumb {
    visibility: hidden
}

.hamburger-nav.type2 .menu,
.hamburger-nav.type3 .menu {
    min-width: initial;
    text-align: center;
    width: 40vw
}

.hamburger-nav.type2 .menu .has-submenu-icon,
.hamburger-nav.type3 .menu .has-submenu-icon {
    position: static;
    top: 0;
    right: 0;
    margin-left: -3rem;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
    z-index: 1
}

.hamburger-nav.type2 .menu .has-submenu-icon:not(:hover),
.hamburger-nav.type3 .menu .has-submenu-icon:not(:hover) {
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0)
}

.hamburger-nav.type2 .menu .has-submenu-icon .ion,
.hamburger-nav.type3 .menu .has-submenu-icon .ion {
    background-color: transparent;
    font-size: 1.25em
}

.hamburger-nav.type2 .menu li,
.hamburger-nav.type3 .menu li {
    padding-right: 0;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
    text-transform: uppercase
}

.hamburger-nav.type2 .menu li>a,
.hamburger-nav.type3 .menu li>a {
    position: relative;
    width: auto;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.hamburger-nav.type2 .menu li>a span,
.hamburger-nav.type3 .menu li>a span {
    padding: 0 10px;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.hamburger-nav.type2 .menu li>a span.cloned,
.hamburger-nav.type3 .menu li>a span.cloned {
    position: absolute;
    top: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0
}

.hamburger-nav.type2 .menu li>a::before,
.hamburger-nav.type3 .menu li>a::before {
    position: absolute;
    left: -1rem
}

.hamburger-nav.type2 .menu li>ul,
.hamburger-nav.type3 .menu li>ul {
    max-height: 0;
    overflow: hidden;
    position: static;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.hamburger-nav.type2 .menu li>ul span,
.hamburger-nav.type3 .menu li>ul span {
    font-size: .75em
}

.hamburger-nav.type2 .menu li.active>ul,
.hamburger-nav.type3 .menu li.active>ul {
    max-height: 100vh;
    margin-top: 20px;
    margin-bottom: 20px
}

.hamburger-nav.type2 .menu li:hover .has-submenu-icon,
.hamburger-nav.type3 .menu li:hover .has-submenu-icon {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.hamburger-nav.type2 .menu li:hover>a span:not(.cloned),
.hamburger-nav.type3 .menu li:hover>a span:not(.cloned) {
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    opacity: 0
}

.hamburger-nav.type2 .menu li:hover>a span.cloned,
.hamburger-nav.type3 .menu li:hover>a span.cloned {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    opacity: .5
}

.hamburger-nav.type2 .hamburger-nav-details {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.hamburger-nav.type3 {
    padding: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.hamburger-nav.type3>.page-container {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.hamburger-nav.type3 .hamburger-nav-holder {
    width: 75%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.hamburger-nav.type3 .menu {
    width: 100%;
    padding-left: 0;
    max-height: 80vh
}

.hamburger-nav.type3 .menu .mega-menu-item>a {
    overflow: hidden;
    padding-left: 1.25rem;
    font-size: 10vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.hamburger-nav.type3 .menu .mega-menu-item>a span {
    line-height: .95
}

.hamburger-nav.type3 .menu .mega-menu-item>a span.cloned {
    width: 100%;
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent
}

.hamburger-nav.type3 .menu .mega-menu-item>a::before {
    left: 0
}

.hamburger-nav.type3 .hamburger-nav-details {
    width: 25%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-left: 4vh
}

.hamburger-nav.type3 .hamburger-nav-details .details-column {
    width: 100%
}

.header {
    background: 0 0;
    vertical-align: middle;
    left: 0;
    right: 0;
    z-index: 60;
    border-width: 0;
    border-bottom-width: 1px;
    border-color: rgba(150, 144, 162, .15)
}

.header:not(.-fixed) {
    position: absolute
}

.header-cap {
    width: 100%;
    height: 12vh
}

.header-wrap {
    position: relative;
    z-index: 999;
    height: 12vh
}

.header-wrap .left-part,
.header-wrap .right-part,
.header-wrap .top-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.header-wrap .right-part {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.header-wrap-inner {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.header-wrap-inner.vertical-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.header-wrap-inner .menu-optional {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.header-wrap:not(.page-container) {
    padding-left: 4vh;
    padding-right: 4vh
}

.header-wrap.wrapped-container {
    padding: 0 15px
}

.header-wrap .top-part {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.header-wrap .bottom-part {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.header .social-bar {
    display: none
}

.header ul li {
    list-style: none
}

.header .logo-mobile,
.header .logo-sticky,
.header .logo-sticky-mobile {
    display: none
}

.header .desktop-hamburger.-left .hamburger-outer,
.header .middle-part-inner.-left .hamburger-outer,
.header .mobile-hamburger.-left .hamburger-outer,
.header .top-part-inner.-left .hamburger-outer {
    padding-right: .75rem
}

.header .desktop-hamburger.-right .hamburger-outer,
.header .mobile-hamburger.-right .hamburger-outer {
    padding-left: .75rem;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.header.header-2 .header-wrap .top-part:not(.page-container) {
    padding-left: 4vh;
    padding-right: 4vh
}

.header.header-2:not(.-mobile) .header-wrap {
    height: 20vh;
    padding: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.header.header-2:not(.-mobile) .header-wrap .left-part,
.header.header-2:not(.-mobile) .header-wrap .right-part {
    min-width: 35vw
}

.header.header-2:not(.-mobile) .header-wrap .top-part.page-container::after {
    content: none
}

.header.header-2:not(.-mobile) .header-wrap .middle-part {
    border-top: 1px solid rgba(150, 144, 162, .15)
}

.header.header-2:not(.-mobile) .header-wrap .bottom-part {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
}

.header.header-2:not(.-mobile) .header-wrap .bottom-part,
.header.header-2:not(.-mobile) .header-wrap .top-part {
    height: auto;
    padding-top: 1.5vh;
    padding-bottom: 1.5vh
}

.header.header-2:not(.-mobile).-sticky .header-wrap {
    height: 17vh
}

.header.header-2.-mobile .header-wrap {
    padding: 0
}

.header.header-2.-mobile .header-wrap .right-part {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.header.header-2.-mobile .branding+.menu-optional {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.header.header-3:not(.-mobile) .nav {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header.header-4 .left-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.header.header-4 .left-part .desktop-hamburger {
    margin-right: 1rem
}

.header.header-4 .left-part .menu-optional>li:first-child {
    padding-left: 0
}

.header.header-4:not(.-mobile) {
    opacity: 0;
    -webkit-transition-duration: 50ms;
    -o-transition-duration: 50ms;
    transition-duration: 50ms;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.header.header-4:not(.-mobile) .branding {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.header.header-4:not(.-mobile) .branding-title {
    width: auto;
    padding: 0 30px
}

.header.header-4:not(.-mobile) .left-part,
.header.header-4:not(.-mobile) .right-part {
    z-index: 20
}

.header.header-4:not(.-mobile) .top-part {
    height: 100%;
    position: relative
}

.header.header-4:not(.-mobile) .top-part .nav {
    position: absolute
}

.header.header-4:not(.-mobile) .top-part.page-container::after {
    display: none
}

.header.header-5:not(.-mobile) {
    width: 32vh;
    min-height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    padding: 0
}

.header.header-5:not(.-mobile) .header-wrap {
    height: 100vh;
    padding-bottom: 4vh
}

.header.header-5:not(.-mobile) .header-wrap .top-part {
    min-height: 12vh;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.header.header-5:not(.-mobile) .header-wrap .bottom-part {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.header.header-5:not(.-mobile) .middle-part,
.header.header-5:not(.-mobile) .mobile-overlay {
    width: 100%
}

.header.header-5:not(.-mobile) .menu {
    width: 100%;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.header.header-5:not(.-mobile) .menu li {
    font-size: 1.05em;
    font-weight: 600;
    width: 100%
}

.header.header-5:not(.-mobile) .menu li a {
    width: 100%;
    padding-top: .3rem;
    padding-bottom: .3rem
}

.header.header-5:not(.-mobile) .menu li .sub-menu {
    margin-left: 4vh
}

.header.header-5:not(.-mobile) .menu li .sub-menu,
.header.header-5:not(.-mobile) .menu li .sub-menu .sub-sub-menu {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: 0 0
}

.header.header-5:not(.-mobile) .menu li>ul {
    -webkit-box-shadow: none;
    box-shadow: none;
    min-width: 32vh;
    position: absolute;
    top: 0;
    left: 100%;
    color: #fff;
    background-color: transparent;
    padding: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.header.header-5:not(.-mobile) .menu li>ul li {
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s
}

.header.header-5:not(.-mobile) .menu li:hover::after,
.header.header-5:not(.-mobile) .menu li:hover>ul,
.header.header-5:not(.-mobile) .menu li:hover>ul>* {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    visibility: visible;
    opacity: 1
}

.header.header-5:not(.-mobile) .menu>.nav-item>a {
    padding-left: 0;
    padding-right: 0
}

.header.header-5:not(.-mobile) .menu>.nav-item.has-submenu .menu-plus {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header.header-5:not(.-mobile) .menu>.nav-item.has-submenu .menu-chevron {
    display: none
}

.header.header-5:not(.-mobile) .menu>.nav-item::after {
    content: "";
    height: 100vh;
    background: rgba(17, 16, 19, .99);
    position: fixed;
    left: 32vh;
    right: 0;
    top: 0;
    z-index: -1;
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.header.header-5:not(.-mobile) .menu-optional {
    position: relative;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.header.header-5:not(.-mobile) .menu-optional .cart-button {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.header.header-5:not(.-mobile) .menu-optional>li {
    margin-top: .5rem;
    padding-right: 0;
    width: 100%
}

.header.header-5:not(.-mobile) .menu-optional>li,
.header.header-5:not(.-mobile) .menu-optional>li:first-child {
    padding-left: 0
}

.header.header-5:not(.-mobile) .menu-optional>li .cart-mini {
    top: auto;
    right: auto;
    left: 0;
    margin-bottom: -webkit-calc(56px + 30px);
    margin-bottom: calc(56px + 30px);
    position: fixed;
    bottom: 4vh;
    margin-left: 4vh
}

.header.header-6:not(.-mobile) .branding {
    padding: 0 .75rem;
    white-space: nowrap;
    min-width: 25vh;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.header.header-7 .branding {
    white-space: nowrap
}

.header.header-7:not(.-mobile) .header-wrap-inner {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.header.header-7:not(.-mobile) .branding {
    top: 0
}

.header.header-7:not(.-mobile) .middle-part {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.header.header-7:not(.-mobile) .middle-part .hamburger-outer {
    padding-left: .75rem;
    padding-right: unset;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.header.header-7:not(.-mobile) .middle-part .hamburger-outer>.hamburger {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.header.header-7.-mobile .top-part {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2
}

.header.header-7.-mobile .middle-part {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
}

.header.header-7.-mobile .bottom-part {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -ms-flex-order: 3;
    order: 3
}

.header:not(.-mobile).header-5,
.header:not(.-mobile).header-6,
.header:not(.-mobile).header-7 {
    border-right-width: 1px
}

.header:not(.-mobile).header-6,
.header:not(.-mobile).header-7 {
    width: 10.5vh;
    position: fixed;
    left: 0;
    top: 0;
    height: 100%
}

.header:not(.-mobile).header-6.-sticky .header-wrap,
.header:not(.-mobile).header-7.-sticky .header-wrap {
    height: 100%
}

.header:not(.-mobile).header-6 .header-wrap,
.header:not(.-mobile).header-7 .header-wrap {
    height: 100%
}

.header:not(.-mobile).header-6 .vertical-inner,
.header:not(.-mobile).header-7 .vertical-inner {
    padding-top: 3vh;
    padding-bottom: 3vh
}

.header:not(.-mobile).header-6 .header-wrap,
.header:not(.-mobile).header-7 .header-wrap {
    padding: 0
}

.header:not(.-mobile).header-6~.hamburger-nav.split,
.header:not(.-mobile).header-7~.hamburger-nav.split {
    left: 80px;
    z-index: 100
}

.header:not(.-mobile).header-6 .cart-mini,
.header:not(.-mobile).header-7 .cart-mini {
    top: auto;
    right: auto;
    left: 0;
    bottom: -3.25rem;
    position: fixed;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg) translate(0, 0);
    -ms-transform: rotate(90deg) translate(0, 0);
    transform: rotate(90deg) translate(0, 0);
    margin-bottom: 4vh
}

.header:not(.-mobile).header-6 .menu,
.header:not(.-mobile).header-7 .menu {
    display: none
}

.header:not(.-mobile).header-6 .top-part,
.header:not(.-mobile).header-7 .top-part {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.header:not(.-mobile).header-6 .top-part-inner,
.header:not(.-mobile).header-7 .top-part-inner {
    width: 100%;
    height: 10.5vh;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-90deg) translate(0, -100%);
    -ms-transform: rotate(-90deg) translate(0, -100%);
    transform: rotate(-90deg) translate(0, -100%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.header:not(.-mobile).header-6 .top-part .hamburger,
.header:not(.-mobile).header-7 .top-part .hamburger {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.header:not(.-mobile).header-6 .top-part .hamburger-outer,
.header:not(.-mobile).header-7 .top-part .hamburger-outer {
    padding-left: .75rem;
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.header:not(.-mobile).header-6 .top-part .menu-blank,
.header:not(.-mobile).header-7 .top-part .menu-blank {
    display: none
}

.header:not(.-mobile).header-6 .bottom-part,
.header:not(.-mobile).header-7 .bottom-part {
    height: auto;
    position: relative;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.header:not(.-mobile).header-6 .bottom-part .menu-optional,
.header:not(.-mobile).header-7 .bottom-part .menu-optional {
    height: 10.5vh;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg) translate(0, 100%);
    -ms-transform: rotate(-90deg) translate(0, 100%);
    transform: rotate(-90deg) translate(0, 100%)
}

.header:not(.-mobile).header-6 .bottom-part .menu-optional>li:first-child,
.header:not(.-mobile).header-7 .bottom-part .menu-optional>li:first-child {
    padding-left: 0;
    padding-right: 0
}

.header:not(.-mobile).header-6 .bottom-part .menu-optional .button.btn-optional,
.header:not(.-mobile).header-7 .bottom-part .menu-optional .button.btn-optional {
    margin-right: 1rem;
    white-space: nowrap;
    -webkit-transition-property: background-color, color;
    -o-transition-property: background-color, color;
    transition-property: background-color, color
}

.header:not(.-mobile).header-6 .bottom-part .menu-optional .lang-dropdown,
.header:not(.-mobile).header-7 .bottom-part .menu-optional .lang-dropdown {
    margin-right: 1rem
}

.header:not(.-mobile).header-6 .bottom-part .menu-optional .cart-button,
.header:not(.-mobile).header-7 .bottom-part .menu-optional .cart-button {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.header:not(.-mobile).extended-menu .hamburger {
    display: none
}

.header:not(.-mobile).hamburger-position-right .left-part .hamburger,
.header:not(.-mobile).hamburger-position-right .menu-optional-left .hamburger,
.header:not(.-mobile).hamburger-position-right .top-part .hamburger {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header:not(.-mobile).hamburger-position-right .bottom-part .hamburger,
.header:not(.-mobile).hamburger-position-right .menu-optional-right .hamburger,
.header:not(.-mobile).hamburger-position-right .right-part .hamburger {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header:not(.-mobile).hamburger-position-left .bottom-part .hamburger,
.header:not(.-mobile).hamburger-position-left .menu-optional-right .hamburger,
.header:not(.-mobile).hamburger-position-left .right-part .hamburger {
    display: none
}

.header:not(.-mobile).hamburger-position-left .left-part .hamburger,
.header:not(.-mobile).hamburger-position-left .menu-optional-left .hamburger,
.header:not(.-mobile).hamburger-position-left .top-part .hamburger {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.header.-mobile .social-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header.-mobile.header-5 .header-wrap-inner,
.header.-mobile.header-6 .header-wrap-inner,
.header.-mobile.header-7 .header-wrap-inner {
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row
}

.header.-mobile.header-5 .header-wrap-inner .middle-part,
.header.-mobile.header-5 .header-wrap-inner .top-part,
.header.-mobile.header-6 .header-wrap-inner .middle-part,
.header.-mobile.header-6 .header-wrap-inner .top-part,
.header.-mobile.header-7 .header-wrap-inner .middle-part,
.header.-mobile.header-7 .header-wrap-inner .top-part {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.header.-mobile.header-5 .header-wrap-inner .middle-part,
.header.-mobile.header-6 .header-wrap-inner .middle-part,
.header.-mobile.header-7 .header-wrap-inner .middle-part {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header.-mobile.header-5 .header-wrap-inner .bottom-part,
.header.-mobile.header-6 .header-wrap-inner .bottom-part,
.header.-mobile.header-7 .header-wrap-inner .bottom-part {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.header.-mobile.header-6 .middle-part-inner,
.header.-mobile.header-6 .top-part-inner,
.header.-mobile.header-7 .middle-part-inner,
.header.-mobile.header-7 .top-part-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.header.-sticky {
    background-color: #fff;
    position: fixed;
    top: 0
}

.header.-sticky:not(.-fixed) {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    opacity: 0;
    visibility: hidden
}

.header.-sticky:not(.-fixed) .header-wrap {
    height: 9vh
}

.header.-sticky.showed {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    z-index: 1000;
    -webkit-transition-delay: 0.2s;
    -o-transition-delay: 0.2s;
    transition-delay: 0.2s;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.header.-sticky.with-header-cap {
    margin: 0
}

.header.-sticky .branding img {
    min-height: 38px;
    max-height: 4.5vh
}

.header.-fixed {
    position: fixed
}

.branding {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.branding-title {
    font-weight: 700;
    font-size: 1.4em
}

.branding-title .light {
    color: #fff
}

.branding:hover {
    opacity: .65;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.branding .logo-dynamic:hover img,
.branding .logo-mobile:hover img,
.branding .logo:hover img {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.branding .logo img,
.branding .logo-dynamic img,
.branding .logo-mobile img {
    min-height: 42px;
    max-height: 66px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.branding .logo-sticky {
    display: none
}

:not(.is-mobile-menu).with-header-2 .header-cap {
    height: 20vh
}

:not(.is-mobile-menu).with-header-5.with-spacer .elementor-section-stretched,
:not(.is-mobile-menu).with-header-5.with-spacer .site-content,
:not(.is-mobile-menu).with-header-5.with-spacer [data-vc-stretch-content] {
    padding-left: 32vh
}

:not(.is-mobile-menu).with-header-5.with-spacer .site-footer {
    margin-left: 32vh
}

:not(.is-mobile-menu).with-header-5 .back-link,
:not(.is-mobile-menu).with-header-5 .elements-bar.left,
:not(.is-mobile-menu).with-header-5 .scroll-bar-container,
:not(.is-mobile-menu).with-header-5 .search-global.fixed,
:not(.is-mobile-menu).with-header-5 .subheader {
    margin-left: 32vh
}

:not(.is-mobile-menu).with-header-7 .hamburger-nav:not(.type2):not(.type3) {
    padding-left: 12vh
}

:not(.is-mobile-menu).with-header-7 .hamburger-nav .close-bar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

:not(.is-mobile-menu).with-header-6.with-spacer .elementor-section-stretched,
:not(.is-mobile-menu).with-header-6.with-spacer .site-content,
:not(.is-mobile-menu).with-header-6.with-spacer [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-7.with-spacer .elementor-section-stretched,
:not(.is-mobile-menu).with-header-7.with-spacer .site-content,
:not(.is-mobile-menu).with-header-7.with-spacer [data-vc-stretch-content] {
    padding-left: 10.5vh
}

:not(.is-mobile-menu).with-header-6.with-spacer .site-footer,
:not(.is-mobile-menu).with-header-7.with-spacer .site-footer {
    margin-left: 10.5vh
}

:not(.is-mobile-menu).with-header-6 .hamburger-nav .close-bar,
:not(.is-mobile-menu).with-header-7 .hamburger-nav .close-bar {
    width: 100vh;
    height: 10.5vh;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(90deg) translate(0, -100%);
    -ms-transform: rotate(90deg) translate(0, -100%);
    transform: rotate(90deg) translate(0, -100%);
    padding-left: 3vh;
    padding-right: 3vh
}

:not(.is-mobile-menu).with-header-6 .back-link,
:not(.is-mobile-menu).with-header-6 .elements-bar.left,
:not(.is-mobile-menu).with-header-6 .scroll-bar-container,
:not(.is-mobile-menu).with-header-6 .search-global.fixed,
:not(.is-mobile-menu).with-header-6 .subheader,
:not(.is-mobile-menu).with-header-7 .back-link,
:not(.is-mobile-menu).with-header-7 .elements-bar.left,
:not(.is-mobile-menu).with-header-7 .scroll-bar-container,
:not(.is-mobile-menu).with-header-7 .search-global.fixed,
:not(.is-mobile-menu).with-header-7 .subheader {
    margin-left: 10.5vh
}

:not(.is-mobile-menu).with-header-6 .search-global.fixed,
:not(.is-mobile-menu).with-header-7 .search-global.fixed {
    bottom: 3vh
}

:not(.is-mobile-menu).with-header-5 .header-cap,
:not(.is-mobile-menu).with-header-6 .header-cap,
:not(.is-mobile-menu).with-header-7 .header-cap {
    display: none
}

:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .header-5,
:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .header-6,
:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .header-7,
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .header-5,
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .header-6,
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .header-7,
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .header-5,
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .header-6,
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .header-7 {
    display: none
}

:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .site-content,
:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .site-footer,
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .site-content,
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .site-footer,
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .site-content,
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .site-footer {
    margin-left: 0
}

:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] .elementor-section-stretched,
:not(.is-mobile-menu).with-header-5[data-elementor-device-mode=mobile] [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] .elementor-section-stretched,
:not(.is-mobile-menu).with-header-6[data-elementor-device-mode=mobile] [data-vc-stretch-content],
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] .elementor-section-stretched,
:not(.is-mobile-menu).with-header-7[data-elementor-device-mode=mobile] [data-vc-stretch-content] {
    padding-left: 0
}

.is-mobile-menu .hamburger-nav {
    display: none
}

.is-mobile-menu .header {
    opacity: 1
}

.is-mobile-menu .mobile-hamburger {
    min-width: 56px
}

.is-mobile-menu .mobile-hamburger.-left {
    margin-right: .75rem
}

.is-mobile-menu .mobile-hamburger.-right {
    margin-left: .75rem
}

.elementor-html .header:not(.header-5):not(.header-6):not(.header-7),
.vc_editor .header:not(.header-5):not(.header-6):not(.header-7) {
    z-index: 0
}

.slider-with-bullets .clb-slider:not(.-slider-lightbox) .clb-slider-nav-btn,
.slider-with-bullets .elements-bar.right,
.slider-with-bullets .portfolio-onepage-slider .clb-slider-nav-btn {
    margin-right: 2.75rem
}

.slider-with-bullets:not(.slider-with-bullets-type5) .sticky-nav {
    margin-right: 2.75rem
}

.slider-with-bullets:not(.slider-with-bullets-type8) .header {
    margin-right: 2.75rem
}

.admin-bar .-sticky:not(.-mobile),
.admin-bar .clb-popup:not(.project-lightbox):not(.clb-gallery-lightbox),
.admin-bar .header-5:not(.-mobile) .top-part,
.admin-bar .header-6:not(.-mobile) .top-part,
.admin-bar .header-7:not(.-mobile) .middle-part,
.admin-bar .header-7:not(.-mobile) .top-part {
    margin-top: 32px
}

.admin-bar:not(.with-header-sidebar) .back-link {
    margin-top: -webkit-calc(12vh + 32px);
    margin-top: calc(12vh + 32px)
}

.admin-bar:not(.with-header-sidebar).with-subheader .back-link {
    margin-top: -webkit-calc(12vh + 32px + 2.375rem);
    margin-top: calc(12vh + 32px + 2.375rem)
}

.admin-bar.with-header-sidebar .back-link {
    margin-top: 32px
}

.subheader {
    background-color: rgba(150, 144, 162, .06);
    vertical-align: middle;
    cursor: default;
    position: relative;
    font-size: .85em;
    z-index: 10
}

.subheader,
.subheader a {
    color: #635d6f
}

.subheader .page-container {
    padding-top: 8px;
    padding-bottom: 8px;
    min-height: 2.375rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.subheader .page-container.-full-w {
    padding-left: 4vh;
    padding-right: 4vh
}

.subheader .page-container:after {
    display: none
}

.subheader ul,
.subheader ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.subheader ul.-left>li:not(:last-child)::after,
.subheader ul.-right>li:not(:last-child)::after {
    content: "";
    height: 1rem;
    width: 1px;
    background-color: #635d6f;
    margin: 0 .5rem;
    display: block
}

.subheader ul.-right,
.subheader ul.-right li {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.site-footer {
    background-color: rgba(150, 144, 162, .06)
}

.site-footer .widgets {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.site-footer .widgets p {
    margin-top: 0
}

.site-footer-copyright {
    font-size: .95em
}

.site-footer-copyright .holder {
    padding-top: 3vh;
    padding-bottom: 3vh
}

.site-footer-copyright .holder:not(.-center) {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.site-footer .page-container+.site-footer-copyright .holder {
    border-top: 1px solid rgba(150, 144, 162, .15)
}

.site-footer .page-container.-full-w {
    padding-left: 4vh;
    padding-right: 4vh
}

.site-footer .page-container>.holder {
    padding: 1rem 0;
    min-width: 100%
}

.site-footer .page-container>.holder .-left-bar,
.site-footer .page-container>.holder .-right-bar {
    height: 1.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.site-footer .page-container>.holder .-left-bar .color-switcher,
.site-footer .page-container>.holder .-right-bar .color-switcher {
    left: unset
}

.site-footer .page-container>.holder .-right-bar {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.site-footer .page-container>.holder .-right-bar .color-switcher {
    margin-left: 1.25rem
}

#yith-wcwl-popup-message,
.alert {
    background-color: rgba(150, 144, 162, .06);
    padding: 1rem 1.25rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

#yith-wcwl-popup-message .icon-button,
.alert .icon-button {
    color: inherit;
    margin: -.7rem -.7rem -.7rem 0
}

#yith-wcwl-popup-message a:hover,
.alert a:hover {
    background-image: -o-linear-gradient(currentColor 0, currentColor 100%);
    background-image: linear-gradient(currentColor 0, currentColor 100%)
}

#yith-wcwl-popup-message.-block,
.alert.-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

#yith-wcwl-popup-message.-success,
.alert.-success {
    background-color: rgba(41, 163, 102, .15);
    color: #29a366
}

#yith-wcwl-popup-message.-warning,
.alert.-warning {
    background-color: rgba(236, 128, 19, .15);
    color: #ec8013
}

#yith-wcwl-popup-message.-danger,
.alert.-danger {
    background-color: rgba(221, 60, 87, .15);
    color: #dd3c57
}

#yith-wcwl-popup-message.-small,
.alert.-small {
    padding: .5rem 1rem;
    font-size: .95em
}

#yith-wcwl-popup-message.-large,
.alert.-large {
    padding: 1.25rem 1.5rem;
    font-size: 1.05em
}

#yith-wcwl-popup-message.-fixed,
.alert.-fixed {
    position: fixed;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    z-index: 50;
    bottom: 4vh;
    -webkit-box-shadow: 0 5px 10px 0 rgba(150, 144, 162, .1);
    box-shadow: 0 5px 10px 0 rgba(150, 144, 162, .1)
}

#yith-wcwl-popup-message.-fixed a,
.alert.-fixed a {
    font-weight: 600
}

#yith-wcwl-popup-message.-fixed.-success,
.alert.-fixed.-success {
    background-color: #d6f5e6
}

#yith-wcwl-popup-message.-fixed.-danger,
.alert.-fixed.-danger {
    background-color: #fbe9ec
}

#yith-wcwl-popup-message.-with-shadow,
.alert.-with-shadow {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

#yith-wcwl-popup-message-message .icon,
.alert-message .icon {
    vertical-align: middle;
    margin-top: -2px
}

#yith-wcwl-popup-message-message img,
.alert-message img {
    max-height: 1.5rem
}

.author-details {
    margin-top: .2rem;
    margin-bottom: 0;
    font-size: .95em
}

.avatar {
    background-color: rgba(150, 144, 162, .35);
    width: 3.5rem;
    height: 3.5rem;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.avatar>img.avatar {
    max-width: 100%;
    width: 100%;
    height: auto
}

.avatar.jetpack-lazy-image {
    display: none
}

.avatar::after {
    content: "";
    height: 100%;
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    content: "";
    display: block;
    position: absolute;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-box-shadow: inset 0 0 0 .3125rem rgba(150, 144, 162, .15);
    box-shadow: inset 0 0 0 .3125rem rgba(150, 144, 162, .15)
}

.avatar.-small {
    width: 3rem;
    height: 3rem
}

.avatar.-large {
    width: 4.5rem;
    height: 4.5rem
}

body .badge,
body .tag,
body .tagcloud>a,
body .testimonial-headline>b,
body .wp-block-tag-cloud>a {
    font-weight: 500;
    padding: .35rem .6rem;
    line-height: 1;
    min-height: 1.625rem;
    font-size: .9rem;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

body .badge.-primary {
    background-color: #dc2828
}

body .badge:not(.-outlined) {
    background-color: #161519;
    color: #fff
}

.lazy-load.-outlined body .badge.button:not(.-flat),
.pagination:not(.text-center).-outlined body .badge.button:not(.-flat),
body .badge.-outlined,
body .lazy-load.-outlined .badge.button:not(.-flat),
body .pagination:not(.text-center).-outlined .badge.button:not(.-flat) {
    padding: .25rem .55rem;
    border: 2px solid currentColor
}

body .badge.-pill {
    margin-bottom: .75rem;
    -webkit-border-radius: 0.8rem;
    border-radius: .8rem
}

body .badge.-pill.-inverse {
    color: #fff
}

body .badge.-pill>svg {
    fill: currentColor;
    margin-right: .25rem
}

body .tag,
body .tagcloud>a,
body .testimonial-headline>b,
body .wp-block-tag-cloud>a {
    background: rgba(150, 144, 162, .15);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

body .tag>a,
body .tagcloud>a>a,
body .testimonial-headline>b>a,
body .wp-block-tag-cloud>a>a {
    background-image: none !important
}

body .tag:not(.tag-sale).active,
body .tag:not(.tag-sale):active,
body .tag:not(.tag-sale):focus,
body .tag:not(.tag-sale):hover,
body .tagcloud>a:not(.tag-sale).active,
body .tagcloud>a:not(.tag-sale):active,
body .tagcloud>a:not(.tag-sale):focus,
body .tagcloud>a:not(.tag-sale):hover,
body .testimonial-headline>b:not(.tag-sale).active,
body .testimonial-headline>b:not(.tag-sale):active,
body .testimonial-headline>b:not(.tag-sale):focus,
body .testimonial-headline>b:not(.tag-sale):hover,
body .wp-block-tag-cloud>a:not(.tag-sale).active,
body .wp-block-tag-cloud>a:not(.tag-sale):active,
body .wp-block-tag-cloud>a:not(.tag-sale):focus,
body .wp-block-tag-cloud>a:not(.tag-sale):hover {
    background: rgba(150, 144, 162, .35)
}

body .tag.tag-sale,
body .tagcloud>a.tag-sale,
body .testimonial-headline>b.tag-sale,
body .wp-block-tag-cloud>a.tag-sale {
    background-color: #dc2828;
    color: #fff
}

.breadcrumb {
    width: 100%;
    min-height: 2.125rem;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.breadcrumb-holder {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    font-size: .95em;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.breadcrumb-item {
    font-size: .95em;
    font-weight: 600
}

.breadcrumb-item span.active {
    font-weight: 400
}

.breadcrumb-item svg {
    margin: 0 .4rem;
    fill: currentColor
}

.post-type-archive-product .breadcrumbs-container.vc_col-lg-push-2 {
    left: auto;
    width: 100%
}

.added_to_cart,
.btn,
.button,
a.button,
button[type=submit],
input[type=submit] {
    background-color: #111013;
    font-family: "DM Sans", sans-serif;
    font-size: .95em;
    min-height: 3rem;
    border: 2px solid transparent;
    padding: 0 1.15rem;
    font-weight: 700;
    cursor: pointer;
    line-height: 1.5rem;
    letter-spacing: -.01em;
    white-space: nowrap;
    background-image: none !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.added_to_cart svg,
.btn svg,
.button svg,
a.button svg,
button[type=submit] svg,
input[type=submit] svg {
    fill: currentColor
}

.added_to_cart>img.icon,
.btn>img.icon,
.button>img.icon,
a.button>img.icon,
button[type=submit]>img.icon,
input[type=submit]>img.icon {
    max-height: 1.25em
}

.added_to_cart.-block,
.btn.-block,
.button.-block,
a.button.-block,
button[type=submit].-block,
input[type=submit].-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.added_to_cart:not(.-outlined):not(.-flat):not(.-text):not(.-pagination),
.btn:not(.-outlined):not(.-flat):not(.-text):not(.-pagination),
.button:not(.-outlined):not(.-flat):not(.-text):not(.-pagination),
a.button:not(.-outlined):not(.-flat):not(.-text):not(.-pagination),
button[type=submit]:not(.-outlined):not(.-flat):not(.-text):not(.-pagination),
input[type=submit]:not(.-outlined):not(.-flat):not(.-text):not(.-pagination) {
    color: #fff
}

.added_to_cart:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):active,
.added_to_cart:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):focus,
.added_to_cart:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):hover,
.btn:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):active,
.btn:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):focus,
.btn:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):hover,




button[type=submit]:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):active,
button[type=submit]:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):focus,
button[type=submit]:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):hover,
input[type=submit]:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):active,
input[type=submit]:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):focus,
input[type=submit]:not(.-outlined):not(.-flat):not(.-text):not(.-primary):not(.-pagination):not(.elementor-button[type=submit]):hover {
    background-color: #dc2828;
    color: #fff
}

.added_to_cart.-with-shadow.-flat:hover,
.added_to_cart.-with-shadow:not(.-flat),
.btn.-with-shadow.-flat:hover,
.btn.-with-shadow:not(.-flat),
.button.-with-shadow.-flat:hover,
.button.-with-shadow:not(.-flat),
a.button.-with-shadow.-flat:hover,
a.button.-with-shadow:not(.-flat),
button[type=submit].-with-shadow.-flat:hover,
button[type=submit].-with-shadow:not(.-flat),
input[type=submit].-with-shadow.-flat:hover,
input[type=submit].-with-shadow:not(.-flat) {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.added_to_cart.-outlined,
.btn.-outlined,
.button.-outlined,
.lazy-load.-outlined .added_to_cart.button:not(.-flat),
.lazy-load.-outlined .btn.button:not(.-flat),
.lazy-load.-outlined .button:not(.-flat),
.lazy-load.-outlined a.button:not(.-flat),
.lazy-load.-outlined button.button[type=submit]:not(.-flat),
.lazy-load.-outlined input.button[type=submit]:not(.-flat),
.pagination:not(.text-center).-outlined .added_to_cart.button:not(.-flat),
.pagination:not(.text-center).-outlined .btn.button:not(.-flat),
.pagination:not(.text-center).-outlined .button:not(.-flat),
.pagination:not(.text-center).-outlined a.button:not(.-flat),
.pagination:not(.text-center).-outlined button.button[type=submit]:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=submit]:not(.-flat),
a.button.-outlined,
button[type=submit].-outlined,
input[type=submit].-outlined {
    background-color: transparent;
    color: #111013;
    border-color: currentColor
}

.added_to_cart.-outlined:not(.-pagination):active,
.added_to_cart.-outlined:not(.-pagination):focus,
.added_to_cart.-outlined:not(.-pagination):hover,
.btn.-outlined:not(.-pagination):active,
.btn.-outlined:not(.-pagination):focus,
.btn.-outlined:not(.-pagination):hover,
.button.-outlined:not(.-pagination):active,
.button.-outlined:not(.-pagination):focus,
.button.-outlined:not(.-pagination):hover,
.lazy-load.-outlined .added_to_cart.button:not(.-pagination):active:not(.-flat),
.lazy-load.-outlined .added_to_cart.button:not(.-pagination):focus:not(.-flat),
.lazy-load.-outlined .added_to_cart.button:not(.-pagination):hover:not(.-flat),
.lazy-load.-outlined .btn.button:not(.-pagination):active:not(.-flat),
.lazy-load.-outlined .btn.button:not(.-pagination):focus:not(.-flat),
.lazy-load.-outlined .btn.button:not(.-pagination):hover:not(.-flat),
.lazy-load.-outlined .button:not(.-pagination):active:not(.-flat),
.lazy-load.-outlined .button:not(.-pagination):focus:not(.-flat),
.lazy-load.-outlined .button:not(.-pagination):hover:not(.-flat),
.lazy-load.-outlined a.button:not(.-pagination):active:not(.-flat),
.lazy-load.-outlined a.button:not(.-pagination):focus:not(.-flat),
.lazy-load.-outlined a.button:not(.-pagination):hover:not(.-flat),
.lazy-load.-outlined button.button[type=submit]:not(.-pagination):active:not(.-flat),
.lazy-load.-outlined button.button[type=submit]:not(.-pagination):focus:not(.-flat),
.lazy-load.-outlined button.button[type=submit]:not(.-pagination):hover:not(.-flat),
.lazy-load.-outlined input.button[type=submit]:not(.-pagination):active:not(.-flat),
.lazy-load.-outlined input.button[type=submit]:not(.-pagination):focus:not(.-flat),
.lazy-load.-outlined input.button[type=submit]:not(.-pagination):hover:not(.-flat),
.pagination:not(.text-center).-outlined .added_to_cart.button:not(.-pagination):active:not(.-flat),
.pagination:not(.text-center).-outlined .added_to_cart.button:not(.-pagination):focus:not(.-flat),
.pagination:not(.text-center).-outlined .added_to_cart.button:not(.-pagination):hover:not(.-flat),
.pagination:not(.text-center).-outlined .btn.button:not(.-pagination):active:not(.-flat),
.pagination:not(.text-center).-outlined .btn.button:not(.-pagination):focus:not(.-flat),
.pagination:not(.text-center).-outlined .btn.button:not(.-pagination):hover:not(.-flat),
.pagination:not(.text-center).-outlined .button:not(.-pagination):active:not(.-flat),
.pagination:not(.text-center).-outlined .button:not(.-pagination):focus:not(.-flat),
.pagination:not(.text-center).-outlined .button:not(.-pagination):hover:not(.-flat),
.pagination:not(.text-center).-outlined a.button:not(.-pagination):active:not(.-flat),
.pagination:not(.text-center).-outlined a.button:not(.-pagination):focus:not(.-flat),
.pagination:not(.text-center).-outlined a.button:not(.-pagination):hover:not(.-flat),
.pagination:not(.text-center).-outlined button.button[type=submit]:not(.-pagination):active:not(.-flat),
.pagination:not(.text-center).-outlined button.button[type=submit]:not(.-pagination):focus:not(.-flat),
.pagination:not(.text-center).-outlined button.button[type=submit]:not(.-pagination):hover:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=submit]:not(.-pagination):active:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=submit]:not(.-pagination):focus:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=submit]:not(.-pagination):hover:not(.-flat),
a.button.-outlined:not(.-pagination):active,
a.button.-outlined:not(.-pagination):focus,
a.button.-outlined:not(.-pagination):hover,
button[type=submit].-outlined:not(.-pagination):active,
button[type=submit].-outlined:not(.-pagination):focus,
button[type=submit].-outlined:not(.-pagination):hover,
input[type=submit].-outlined:not(.-pagination):active,
input[type=submit].-outlined:not(.-pagination):focus,
input[type=submit].-outlined:not(.-pagination):hover {
    border-color: currentColor;
    color: #dc2828
}

.added_to_cart.-text,
.btn.-text,
.button.-text,
a.button.-text,
button[type=submit].-text,
input[type=submit].-text {
    background-color: transparent;
    border: none;
    padding: 0;
    min-height: initial;
    -webkit-transition-delay: 0s !important;
    -o-transition-delay: 0s !important;
    transition-delay: 0s !important;
    font-size: 1em;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -webkit-box-shadow: 0 0 0 .6rem transparent;
    box-shadow: 0 0 0 .6rem transparent
}

.added_to_cart.-text:active,
.added_to_cart.-text:focus,
.added_to_cart.-text:hover,
.btn.-text:active,
.btn.-text:focus,
.btn.-text:hover,
.button.-text:active,
.button.-text:focus,
.button.-text:hover,
a.button.-text:active,
a.button.-text:focus,
a.button.-text:hover,
button[type=submit].-text:active,
button[type=submit].-text:focus,
button[type=submit].-text:hover,
input[type=submit].-text:active,
input[type=submit].-text:focus,
input[type=submit].-text:hover {
    background-color: rgba(150, 144, 162, .06);
    -webkit-box-shadow: 0 0 0 .6rem rgba(150, 144, 162, .06);
    box-shadow: 0 0 0 .6rem rgba(150, 144, 162, .06)
}

.added_to_cart.-flat,
.btn.-flat,
.button.-flat,
a.button.-flat,
button[type=submit].-flat,
input[type=submit].-flat {
    background-color: transparent;
    border: none
}

.added_to_cart.-flat:active,
.added_to_cart.-flat:focus,
.added_to_cart.-flat:hover,
.btn.-flat:active,
.btn.-flat:focus,
.btn.-flat:hover,
.button.-flat:active,
.button.-flat:focus,
.button.-flat:hover,
a.button.-flat:active,
a.button.-flat:focus,
a.button.-flat:hover,
button[type=submit].-flat:active,
button[type=submit].-flat:focus,
button[type=submit].-flat:hover,
input[type=submit].-flat:active,
input[type=submit].-flat:focus,
input[type=submit].-flat:hover {
    background-color: rgba(150, 144, 162, .06)
}

.added_to_cart.-primary:not(.-outlined):not(.-flat):not(.-text):active,
.added_to_cart.-primary:not(.-outlined):not(.-flat):not(.-text):focus,
.added_to_cart.-primary:not(.-outlined):not(.-flat):not(.-text):hover,
.added_to_cart.btn-brand:not(.-outlined):not(.-flat):not(.-text):active,
.added_to_cart.btn-brand:not(.-outlined):not(.-flat):not(.-text):focus,
.added_to_cart.btn-brand:not(.-outlined):not(.-flat):not(.-text):hover,
.btn.-primary:not(.-outlined):not(.-flat):not(.-text):active,
.btn.-primary:not(.-outlined):not(.-flat):not(.-text):focus,
.btn.-primary:not(.-outlined):not(.-flat):not(.-text):hover,
.btn.btn-brand:not(.-outlined):not(.-flat):not(.-text):active,
.btn.btn-brand:not(.-outlined):not(.-flat):not(.-text):focus,
.btn.btn-brand:not(.-outlined):not(.-flat):not(.-text):hover,
.button.-primary:not(.-outlined):not(.-flat):not(.-text):active,
.button.-primary:not(.-outlined):not(.-flat):not(.-text):focus,
.button.-primary:not(.-outlined):not(.-flat):not(.-text):hover,
.button.btn-brand:not(.-outlined):not(.-flat):not(.-text):active,
.button.btn-brand:not(.-outlined):not(.-flat):not(.-text):focus,
.button.btn-brand:not(.-outlined):not(.-flat):not(.-text):hover,
a.button.-primary:not(.-outlined):not(.-flat):not(.-text):active,
a.button.-primary:not(.-outlined):not(.-flat):not(.-text):focus,
a.button.-primary:not(.-outlined):not(.-flat):not(.-text):hover,
a.button.btn-brand:not(.-outlined):not(.-flat):not(.-text):active,
a.button.btn-brand:not(.-outlined):not(.-flat):not(.-text):focus,
a.button.btn-brand:not(.-outlined):not(.-flat):not(.-text):hover,
button[type=submit].-primary:not(.-outlined):not(.-flat):not(.-text):active,
button[type=submit].-primary:not(.-outlined):not(.-flat):not(.-text):focus,
button[type=submit].-primary:not(.-outlined):not(.-flat):not(.-text):hover,
button[type=submit].btn-brand:not(.-outlined):not(.-flat):not(.-text):active,
button[type=submit].btn-brand:not(.-outlined):not(.-flat):not(.-text):focus,
button[type=submit].btn-brand:not(.-outlined):not(.-flat):not(.-text):hover,
input[type=submit].-primary:not(.-outlined):not(.-flat):not(.-text):active,
input[type=submit].-primary:not(.-outlined):not(.-flat):not(.-text):focus,
input[type=submit].-primary:not(.-outlined):not(.-flat):not(.-text):hover,
input[type=submit].btn-brand:not(.-outlined):not(.-flat):not(.-text):active,
input[type=submit].btn-brand:not(.-outlined):not(.-flat):not(.-text):focus,
input[type=submit].btn-brand:not(.-outlined):not(.-flat):not(.-text):hover {
    background-color: #161519
}

.added_to_cart.-primary.-outlined,
.added_to_cart.btn-brand.-outlined,
.btn.-primary.-outlined,
.btn.btn-brand.-outlined,
.button.-primary.-outlined,
.button.btn-brand.-outlined,
.lazy-load.-outlined .added_to_cart.-primary.button:not(.-flat),
.lazy-load.-outlined .added_to_cart.btn-brand.button:not(.-flat),
.lazy-load.-outlined .btn.-primary.button:not(.-flat),
.lazy-load.-outlined .btn.btn-brand.button:not(.-flat),
.lazy-load.-outlined .button.-primary:not(.-flat),
.lazy-load.-outlined .button.btn-brand:not(.-flat),
.lazy-load.-outlined a.button.-primary:not(.-flat),
.lazy-load.-outlined a.button.btn-brand:not(.-flat),
.lazy-load.-outlined button.button[type=submit].-primary:not(.-flat),
.lazy-load.-outlined button.button[type=submit].btn-brand:not(.-flat),
.lazy-load.-outlined input.button[type=submit].-primary:not(.-flat),
.lazy-load.-outlined input.button[type=submit].btn-brand:not(.-flat),
.pagination:not(.text-center).-outlined .added_to_cart.-primary.button:not(.-flat),
.pagination:not(.text-center).-outlined .added_to_cart.btn-brand.button:not(.-flat),
.pagination:not(.text-center).-outlined .btn.-primary.button:not(.-flat),
.pagination:not(.text-center).-outlined .btn.btn-brand.button:not(.-flat),
.pagination:not(.text-center).-outlined .button.-primary:not(.-flat),
.pagination:not(.text-center).-outlined .button.btn-brand:not(.-flat),
.pagination:not(.text-center).-outlined a.button.-primary:not(.-flat),
.pagination:not(.text-center).-outlined a.button.btn-brand:not(.-flat),
.pagination:not(.text-center).-outlined button.button[type=submit].-primary:not(.-flat),
.pagination:not(.text-center).-outlined button.button[type=submit].btn-brand:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=submit].-primary:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=submit].btn-brand:not(.-flat),
a.button.-primary.-outlined,
a.button.btn-brand.-outlined,
button[type=submit].-primary.-outlined,
button[type=submit].btn-brand.-outlined,
input[type=submit].-primary.-outlined,
input[type=submit].btn-brand.-outlined {
    border-color: #dc2828;
    color: #dc2828
}

.added_to_cart.-primary.-outlined:active,
.added_to_cart.-primary.-outlined:focus,
.added_to_cart.-primary.-outlined:hover,
.added_to_cart.btn-brand.-outlined:active,
.added_to_cart.btn-brand.-outlined:focus,
.added_to_cart.btn-brand.-outlined:hover,
.btn.-primary.-outlined:active,
.btn.-primary.-outlined:focus,
.btn.-primary.-outlined:hover,
.btn.btn-brand.-outlined:active,
.btn.btn-brand.-outlined:focus,
.btn.btn-brand.-outlined:hover,
.button.-primary.-outlined:active,
.button.-primary.-outlined:focus,
.button.-primary.-outlined:hover,
.button.btn-brand.-outlined:active,
.button.btn-brand.-outlined:focus,
.button.btn-brand.-outlined:hover,
.lazy-load.-outlined .added_to_cart.-primary.button:active:not(.-flat),
.lazy-load.-outlined .added_to_cart.-primary.button:focus:not(.-flat),
.lazy-load.-outlined .added_to_cart.-primary.button:hover:not(.-flat),
.lazy-load.-outlined .added_to_cart.btn-brand.button:active:not(.-flat),
.lazy-load.-outlined .added_to_cart.btn-brand.button:focus:not(.-flat),
.lazy-load.-outlined .added_to_cart.btn-brand.button:hover:not(.-flat),
.lazy-load.-outlined .btn.-primary.button:active:not(.-flat),
.lazy-load.-outlined .btn.-primary.button:focus:not(.-flat),
.lazy-load.-outlined .btn.-primary.button:hover:not(.-flat),
.lazy-load.-outlined .btn.btn-brand.button:active:not(.-flat),
.lazy-load.-outlined .btn.btn-brand.button:focus:not(.-flat),
.lazy-load.-outlined .btn.btn-brand.button:hover:not(.-flat),
.lazy-load.-outlined .button.-primary:active:not(.-flat),
.lazy-load.-outlined .button.-primary:focus:not(.-flat),
.lazy-load.-outlined .button.-primary:hover:not(.-flat),
.lazy-load.-outlined .button.btn-brand:active:not(.-flat),
.lazy-load.-outlined .button.btn-brand:focus:not(.-flat),
.lazy-load.-outlined .button.btn-brand:hover:not(.-flat),
.lazy-load.-outlined a.button.-primary:active:not(.-flat),
.lazy-load.-outlined a.button.-primary:focus:not(.-flat),
.lazy-load.-outlined a.button.-primary:hover:not(.-flat),
.lazy-load.-outlined a.button.btn-brand:active:not(.-flat),
.lazy-load.-outlined a.button.btn-brand:focus:not(.-flat),
.lazy-load.-outlined a.button.btn-brand:hover:not(.-flat),
.lazy-load.-outlined button.button[type=submit].-primary:active:not(.-flat),
.lazy-load.-outlined button.button[type=submit].-primary:focus:not(.-flat),
.lazy-load.-outlined button.button[type=submit].-primary:hover:not(.-flat),
.lazy-load.-outlined button.button[type=submit].btn-brand:active:not(.-flat),
.lazy-load.-outlined button.button[type=submit].btn-brand:focus:not(.-flat),
.lazy-load.-outlined button.button[type=submit].btn-brand:hover:not(.-flat),
.lazy-load.-outlined input.button[type=submit].-primary:active:not(.-flat),
.lazy-load.-outlined input.button[type=submit].-primary:focus:not(.-flat),
.lazy-load.-outlined input.button[type=submit].-primary:hover:not(.-flat),
.lazy-load.-outlined input.button[type=submit].btn-brand:active:not(.-flat),
.lazy-load.-outlined input.button[type=submit].btn-brand:focus:not(.-flat),
.lazy-load.-outlined input.button[type=submit].btn-brand:hover:not(.-flat),
.pagination:not(.text-center).-outlined .added_to_cart.-primary.button:active:not(.-flat),
.pagination:not(.text-center).-outlined .added_to_cart.-primary.button:focus:not(.-flat),
.pagination:not(.text-center).-outlined .added_to_cart.-primary.button:hover:not(.-flat),
.pagination:not(.text-center).-outlined .added_to_cart.btn-brand.button:active:not(.-flat),
.pagination:not(.text-center).-outlined .added_to_cart.btn-brand.button:focus:not(.-flat),
.pagination:not(.text-center).-outlined .added_to_cart.btn-brand.button:hover:not(.-flat),
.pagination:not(.text-center).-outlined .btn.-primary.button:active:not(.-flat),
.pagination:not(.text-center).-outlined .btn.-primary.button:focus:not(.-flat),
.pagination:not(.text-center).-outlined .btn.-primary.button:hover:not(.-flat),
.pagination:not(.text-center).-outlined .btn.btn-brand.button:active:not(.-flat),
.pagination:not(.text-center).-outlined .btn.btn-brand.button:focus:not(.-flat),
.pagination:not(.text-center).-outlined .btn.btn-brand.button:hover:not(.-flat),
.pagination:not(.text-center).-outlined .button.-primary:active:not(.-flat),
.pagination:not(.text-center).-outlined .button.-primary:focus:not(.-flat),
.pagination:not(.text-center).-outlined .button.-primary:hover:not(.-flat),
.pagination:not(.text-center).-outlined .button.btn-brand:active:not(.-flat),
.pagination:not(.text-center).-outlined .button.btn-brand:focus:not(.-flat),
.pagination:not(.text-center).-outlined .button.btn-brand:hover:not(.-flat),
.pagination:not(.text-center).-outlined a.button.-primary:active:not(.-flat),
.pagination:not(.text-center).-outlined a.button.-primary:focus:not(.-flat),
.pagination:not(.text-center).-outlined a.button.-primary:hover:not(.-flat),
.pagination:not(.text-center).-outlined a.button.btn-brand:active:not(.-flat),
.pagination:not(.text-center).-outlined a.button.btn-brand:focus:not(.-flat),
.pagination:not(.text-center).-outlined a.button.btn-brand:hover:not(.-flat),
.pagination:not(.text-center).-outlined button.button[type=submit].-primary:active:not(.-flat),
.pagination:not(.text-center).-outlined button.button[type=submit].-primary:focus:not(.-flat),
.pagination:not(.text-center).-outlined button.button[type=submit].-primary:hover:not(.-flat),
.pagination:not(.text-center).-outlined button.button[type=submit].btn-brand:active:not(.-flat),
.pagination:not(.text-center).-outlined button.button[type=submit].btn-brand:focus:not(.-flat),
.pagination:not(.text-center).-outlined button.button[type=submit].btn-brand:hover:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=submit].-primary:active:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=submit].-primary:focus:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=submit].-primary:hover:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=submit].btn-brand:active:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=submit].btn-brand:focus:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=submit].btn-brand:hover:not(.-flat),
a.button.-primary.-outlined:active,
a.button.-primary.-outlined:focus,
a.button.-primary.-outlined:hover,
a.button.btn-brand.-outlined:active,
a.button.btn-brand.-outlined:focus,
a.button.btn-brand.-outlined:hover,
button[type=submit].-primary.-outlined:active,
button[type=submit].-primary.-outlined:focus,
button[type=submit].-primary.-outlined:hover,
button[type=submit].btn-brand.-outlined:active,
button[type=submit].btn-brand.-outlined:focus,
button[type=submit].btn-brand.-outlined:hover,
input[type=submit].-primary.-outlined:active,
input[type=submit].-primary.-outlined:focus,
input[type=submit].-primary.-outlined:hover,
input[type=submit].btn-brand.-outlined:active,
input[type=submit].btn-brand.-outlined:focus,
input[type=submit].btn-brand.-outlined:hover {
    border-color: #161519;
    color: #161519
}

.added_to_cart.-primary.-flat,
.added_to_cart.-primary.-text,
.added_to_cart.btn-brand.-flat,
.added_to_cart.btn-brand.-text,
.btn.-primary.-flat,
.btn.-primary.-text,
.btn.btn-brand.-flat,
.btn.btn-brand.-text,
.button.-primary.-flat,
.button.-primary.-text,
.button.btn-brand.-flat,
.button.btn-brand.-text,
a.button.-primary.-flat,
a.button.-primary.-text,
a.button.btn-brand.-flat,
a.button.btn-brand.-text,
button[type=submit].-primary.-flat,
button[type=submit].-primary.-text,
button[type=submit].btn-brand.-flat,
button[type=submit].btn-brand.-text,
input[type=submit].-primary.-flat,
input[type=submit].-primary.-text,
input[type=submit].btn-brand.-flat,
input[type=submit].btn-brand.-text {
    color: #dc2828
}

.added_to_cart.-primary:not(.-outlined):not(.-flat):not(.-text),
.added_to_cart.btn-brand:not(.-outlined):not(.-flat):not(.-text),
.btn.-primary:not(.-outlined):not(.-flat):not(.-text),
.btn.btn-brand:not(.-outlined):not(.-flat):not(.-text),
.button.-primary:not(.-outlined):not(.-flat):not(.-text),
.button.btn-brand:not(.-outlined):not(.-flat):not(.-text),
a.button.-primary:not(.-outlined):not(.-flat):not(.-text),
a.button.btn-brand:not(.-outlined):not(.-flat):not(.-text),
button[type=submit].-primary:not(.-outlined):not(.-flat):not(.-text),
button[type=submit].btn-brand:not(.-outlined):not(.-flat):not(.-text),
input[type=submit].-primary:not(.-outlined):not(.-flat):not(.-text),
input[type=submit].btn-brand:not(.-outlined):not(.-flat):not(.-text) {
    background-color: #dc2828
}

.added_to_cart.-small,
.added_to_cart.btn-small,
.btn.-small,
.btn.btn-small,
.button.-small,
.button.btn-small,
a.button.-small,
a.button.btn-small,
button[type=submit].-small,
button[type=submit].btn-small,
input[type=submit].-small,
input[type=submit].btn-small {
    font-size: .9em;
    min-height: 2.125rem
}

.added_to_cart.-small:not(.-text),
.added_to_cart.btn-small:not(.-text),
.btn.-small:not(.-text),
.btn.btn-small:not(.-text),
.button.-small:not(.-text),
.button.btn-small:not(.-text),
a.button.-small:not(.-text),
a.button.btn-small:not(.-text),
button[type=submit].-small:not(.-text),
button[type=submit].btn-small:not(.-text),
input[type=submit].-small:not(.-text),
input[type=submit].btn-small:not(.-text) {
    padding: 0 .75rem
}

.added_to_cart.-large,
.btn.-large,
.button.-large,
a.button.-large,
button[type=submit].-large,
input[type=submit].-large {
    min-height: 3.5rem;
    font-size: 1em;
    line-height: 1.75rem;
    padding: 0 1.4rem;
    -webkit-border-radius: 0.5rem;
    border-radius: .5rem
}

.added_to_cart:active,
.added_to_cart:focus,
.btn:active,
.btn:focus,
.button:active,
.button:focus,
a.button:active,
a.button:focus,
button[type=submit]:active,
button[type=submit]:focus,
input[type=submit]:active,
input[type=submit]:focus {
    -webkit-box-shadow: 0 0 0 .3125rem rgba(150, 144, 162, .15);
    box-shadow: 0 0 0 .3125rem rgba(150, 144, 162, .15)
}

.added_to_cart:hover .icon,
.btn:hover .icon,
.button:hover .icon,
a.button:hover .icon,
button[type=submit]:hover .icon,
input[type=submit]:hover .icon {
    -webkit-animation: iconMove ease-out .35s;
    animation: iconMove ease-out .35s
}

.added_to_cart:hover .icon.-left-animation,
.btn:hover .icon.-left-animation,
.button:hover .icon.-left-animation,
a.button:hover .icon.-left-animation,
button[type=submit]:hover .icon.-left-animation,
input[type=submit]:hover .icon.-left-animation {
    animation: iconMove ease-out .35s reverse
}

.added_to_cart .-left,
.btn .-left,
.button .-left,
a.button .-left,
button[type=submit] .-left,
input[type=submit] .-left {
    margin-right: .5rem
}

.added_to_cart .-right,
.btn .-right,
.button .-right,
a.button .-right,
button[type=submit] .-right,
input[type=submit] .-right {
    margin-left: .5rem
}

.added_to_cart>.spinner,
.btn>.spinner,
.button>.spinner,
a.button>.spinner,
button[type=submit]>.spinner,
input[type=submit]>.spinner {
    color: currentColor;
    margin-right: .5rem
}

a.btn,
a.button {
    background-image: none
}

@-webkit-keyframes iconMove {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        opacity: 0
    }

    31% {
        -webkit-transform: translateX(1.25rem);
        transform: translateX(1.25rem)
    }

    32% {
        -webkit-transform: translateX(-1.25rem);
        transform: translateX(-1.25rem)
    }

    84% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes iconMove {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }

    30% {
        opacity: 0
    }

    31% {
        -webkit-transform: translateX(1.25rem);
        transform: translateX(1.25rem)
    }

    32% {
        -webkit-transform: translateX(-1.25rem);
        transform: translateX(-1.25rem)
    }

    84% {
        opacity: 1
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

input[type=checkbox],
input[type=radio] {
    width: 1.125rem;
    height: 1.125rem;
    margin: 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    border: 2px solid #635d6f;
    vertical-align: middle;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

input[type=checkbox]:checked,
input[type=radio]:checked {
    background-color: #dc2828;
    border-color: #dc2828
}

input[type=checkbox]:invalid:not([aria-required=true]),
input[type=radio]:invalid:not([aria-required=true]) {
    border-color: #dd3c57
}

input[type=checkbox]:active,
input[type=checkbox]:focus,
input[type=radio]:active,
input[type=radio]:focus {
    -webkit-box-shadow: 0 0 0 .3125rem rgba(220, 40, 40, .25);
    box-shadow: 0 0 0 .3125rem rgba(220, 40, 40, .25)
}

input[type=checkbox]+label,
input[type=checkbox]+span,
input[type=radio]+label,
input[type=radio]+span {
    font-weight: 400;
    display: inline;
    vertical-align: middle;
    line-height: 1.4;
    margin-left: .2em
}

input[type=checkbox]+label:not(.woocommerce-terms-and-conditions-checkbox-text),
input[type=checkbox]+span:not(.woocommerce-terms-and-conditions-checkbox-text),
input[type=radio]+label:not(.woocommerce-terms-and-conditions-checkbox-text),
input[type=radio]+span:not(.woocommerce-terms-and-conditions-checkbox-text) {
    font-size: .95em
}

input[type=checkbox] {
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

input[type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e")
}

input[type=radio] {
    -webkit-border-radius: 100%;
    border-radius: 100%
}

input[type=radio]:checked {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")
}

.custom-cursor .circle-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.custom-cursor .circle-cursor-inner {
    margin-left: -3px;
    margin-top: -3px;
    width: 6px;
    height: 6px;
    z-index: 10000001;
    background-color: #dc2828
}

.custom-cursor .circle-cursor-inner.cursor-link-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 20px;
    height: 20px;
    background-color: #dc2828;
    opacity: .5
}

.custom-cursor .circle-cursor-outer {
    margin-left: -15px;
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border: 1px solid #dc2828;
    z-index: 10000000;
    opacity: .5;
    -webkit-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    transition: all .1s ease-out
}

.custom-cursor .cursor-link.circle-cursor-inner {
    background: 0 0 !important
}

.custom-cursor .cursor-link.circle-cursor-inner.cursor-link-hover {
    opacity: 1
}

.custom-cursor .cursor-link.circle-cursor-inner svg {
    fill: #fff
}

.custom-cursor .cursor-link.circle-cursor-outer.cursor-link-hover {
    margin-left: -2rem;
    margin-top: -2rem;
    width: 4rem;
    height: 4rem;
    background-color: rgba(150, 144, 162, .75);
    border: none
}

.custom-cursor a[data-cursor-class] {
    cursor: none
}

.icon-button {
    position: relative;
    background-color: transparent;
    padding: 0;
    border: none;
    cursor: pointer;
    text-align: center;
    outline: 0;
    min-width: 3.5rem;
    width: 3.5rem;
    height: 3.5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: background-color cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: background-color cubic-bezier(.645, .045, .355, 1) .35s;
    transition: background-color cubic-bezier(.645, .045, .355, 1) .35s
}

.icon-button>.icon {
    margin-left: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: transform cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: transform cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-transition: -webkit-transform cubic-bezier(.645, .045, .355, 1) .35s;
    transition: -webkit-transform cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform cubic-bezier(.645, .045, .355, 1) .35s, -webkit-transform cubic-bezier(.645, .045, .355, 1) .35s
}

.icon-button.-small {
    min-width: 3rem;
    width: 3rem;
    height: 3rem
}

.icon-button.-extra-small {
    min-width: 2.125rem;
    width: 2.125rem;
    height: 2.125rem
}

.icon-button.cart,
.icon-button.hamburger,
.icon-button.search-global.fixed,
.icon-button:hover {
    background-color: rgba(150, 144, 162, .08)
}

.icon-button:hover .icon {
    -webkit-transform: scale3d(1.06, 1.06, 1.06);
    transform: scale3d(1.06, 1.06, 1.06)
}

.icon-button:active,
.icon-button:focus {
    background-color: rgba(150, 144, 162, .08);
    -webkit-box-shadow: inset 0 0 0 .3125rem rgba(150, 144, 162, .15);
    box-shadow: inset 0 0 0 .3125rem rgba(150, 144, 162, .15)
}

.icon-buttons-animation .icon-button::before {
    content: "";
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    background: #dc2828;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.icon-buttons-animation .icon-button:focus {
    outline: 0
}

.icon-buttons-animation .icon-button:focus::before {
    -webkit-animation: .35s click_animation cubic-bezier(.645, .045, .355, 1) 1;
    animation: .35s click_animation cubic-bezier(.645, .045, .355, 1) 1
}

@-webkit-keyframes click_animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .15
    }

    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

@keyframes click_animation {
    from {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .15
    }

    to {
        -webkit-transform: scale(4);
        transform: scale(4);
        opacity: 0
    }
}

.icon-group {
    color: inherit;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.icon-group.-contained,
.icon-group.-outlined,
.lazy-load.-outlined .icon-group.button:not(.-flat),
.pagination:not(.text-center).-outlined .icon-group.button:not(.-flat) {
    min-width: 3.5rem;
    max-width: 3.5rem;
    height: 3.5rem
}

.icon-group.-contained .icon,
.icon-group.-outlined .icon,
.lazy-load.-outlined .icon-group.button:not(.-flat) .icon,
.pagination:not(.text-center).-outlined .icon-group.button:not(.-flat) .icon {
    font-size: 1.75em
}

.icon-group.-contained {
    background: rgba(150, 144, 162, .15)
}

.icon-group.-outlined,
.lazy-load.-outlined .icon-group.button:not(.-flat),
.pagination:not(.text-center).-outlined .icon-group.button:not(.-flat) {
    border: 2px solid #161519
}

.icon-group>img,
.icon-group>img.icon {
    max-width: 50%;
    max-height: 50%
}

.icon-group:not(.-contained):not(.-outlined) {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.icon-group:not(.-contained):not(.-outlined)>img {
    max-height: 2rem;
    max-width: initial
}

.icon-group:not(.-contained):not(.-outlined) .icon {
    font-size: 2em
}

.icon-group:not(.-contained):not(.-outlined).-small .icon {
    font-size: 1.75em
}

.icon-group:not(.-contained):not(.-outlined).-large .icon {
    font-size: 2.25em
}

.icon-group.-small.-contained,
.icon-group.-small.-outlined,
.lazy-load.-outlined .icon-group.-small.button:not(.-flat),
.pagination:not(.text-center).-outlined .icon-group.-small.button:not(.-flat) {
    min-width: 3rem;
    max-width: 3rem;
    height: 3rem
}

.icon-group.-large.-contained,
.icon-group.-large.-outlined,
.lazy-load.-outlined .icon-group.-large.button:not(.-flat),
.pagination:not(.text-center).-outlined .icon-group.-large.button:not(.-flat) {
    min-width: 4.5rem;
    max-width: 4.5rem;
    height: 4.5rem
}

.icon {
    font-size: 1.4em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.icon svg path {
    fill: currentColor
}

.icon svg.minimal {
    display: none
}

.icon.-left {
    margin-right: 6px
}

.icon.-right {
    margin-left: 6px
}

body i.icon {
    width: initial;
    height: initial;
    line-height: 1;
    margin: 0;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.-extra-small .icon,
.-small .icon {
    font-size: 1.2em
}

.-extra-small svg:not(.icon-bootstrap),
.-small svg:not(.icon-bootstrap) {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.-large .icon {
    font-size: 1.6em
}

.-large svg {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.pagination>.page-item>.page-link {
    min-width: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.pagination>.page-item>.page-link:active,
.pagination>.page-item>.page-link:focus {
    -webkit-box-shadow: 0 0 0 .3125rem rgba(150, 144, 162, .15);
    box-shadow: 0 0 0 .3125rem rgba(150, 144, 162, .15)
}

.pagination>.page-item>span.page-link {
    pointer-events: none
}

.pagination>.page-item:first-child svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1)
}

.pagination>.page-item:first-child:hover .icon {
    animation: iconMove ease-out .35s reverse
}

.lazy-load {
    margin: auto;
    font-weight: 600;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.lazy-load.load-more .loading-text {
    display: none
}

.lazy-load.load-more.active .loadmore-text {
    display: none
}

.lazy-load.load-more.active .loading-text {
    display: inline
}

.lazy-load:not(.active) .button {
    -webkit-box-shadow: none;
    box-shadow: none
}

.lazy-load,
.pagination:not(.text-center) {
    min-width: 100%;
    padding: 1.25rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.lazy-load.-small .button,
.pagination:not(.text-center).-small .button {
    min-width: 2.125rem;
    min-height: 2.125rem;
    padding: 0 .75rem
}

.lazy-load.-large .button,
.pagination:not(.text-center).-large .button {
    min-height: 3.5rem;
    min-width: 3.5rem;
    font-size: 1em;
    line-height: 1.75rem;
    padding: 0 1.4rem
}

.lazy-load.-flat .button:not(.-flat),
.pagination:not(.text-center).-flat .button:not(.-flat) {
    color: inherit;
    background-color: rgba(150, 144, 162, .06)
}

.lazy-load.-flat .button:active,
.lazy-load.-flat .button:focus,
.lazy-load.-flat .button:hover,
.lazy-load.-outlined .button:active,
.lazy-load.-outlined .button:focus,
.lazy-load.-outlined .button:hover,
.lazy-load.-outlined .pagination.button:not(.text-center):not(.-flat) .button:active,
.lazy-load.-outlined .pagination.button:not(.text-center):not(.-flat) .button:focus,
.lazy-load.-outlined .pagination.button:not(.text-center):not(.-flat) .button:hover,
.pagination:not(.text-center).-flat .button:active,
.pagination:not(.text-center).-flat .button:focus,
.pagination:not(.text-center).-flat .button:hover,
.pagination:not(.text-center).-outlined .button:active,
.pagination:not(.text-center).-outlined .button:focus,
.pagination:not(.text-center).-outlined .button:hover,
.pagination:not(.text-center).-outlined .lazy-load.button:not(.-flat) .button:active,
.pagination:not(.text-center).-outlined .lazy-load.button:not(.-flat) .button:focus,
.pagination:not(.text-center).-outlined .lazy-load.button:not(.-flat) .button:hover {
    background: 0 0 !important
}

.lazy-load:not(.-flat):not(.-outlined):not(.text-center) .button:not(.-flat),
.pagination:not(.text-center):not(.-flat):not(.-outlined):not(.text-center) .button:not(.-flat) {
    color: #fff
}

.pagination-standard {
    min-width: 100%
}

@-webkit-keyframes mymove {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes mymove {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

.progress-holder {
    height: .5rem;
    background-color: rgba(150, 144, 162, .15);
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 0.25rem;
    border-radius: .25rem
}

.progress-holder>.progress-bar {
    width: 0;
    background: -webkit-gradient(linear, left top, right top, from(#dc2828), to(#7544dd));
    background: -o-linear-gradient(left, #dc2828 0, #7544dd 100%);
    background: linear-gradient(90deg, #dc2828 0, #7544dd 100%);
    -webkit-border-radius: 0.25rem;
    border-radius: .25rem;
    -webkit-transition: width cubic-bezier(.645, .045, .355, 1) .9s;
    -o-transition: width cubic-bezier(.645, .045, .355, 1) .9s;
    transition: width cubic-bezier(.645, .045, .355, 1) .9s
}

.progress-holder.-contained {
    height: 1.125rem;
    padding: .3125rem;
    -webkit-border-radius: 0.5625rem;
    border-radius: .5625rem
}

.progress-holder.-contained.-thin {
    height: .875rem;
    -webkit-border-radius: 0.4375rem;
    border-radius: .4375rem
}

.progress-holder.-contained.-bold {
    height: 1.375rem;
    -webkit-border-radius: 0.6875rem;
    border-radius: .6875rem
}

.progress-holder.-thin {
    height: .25rem;
    -webkit-border-radius: 0.125rem;
    border-radius: .125rem
}

.progress-holder.-thin>.progress-bar {
    -webkit-border-radius: 0.125rem;
    border-radius: .125rem
}

.progress-holder.-bold {
    height: .75rem;
    -webkit-border-radius: 0.75rem;
    border-radius: .75rem
}

.progress-holder.-bold>.progress-bar {
    -webkit-border-radius: 0.375rem;
    border-radius: .375rem
}

select {
    position: relative;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 14px 12px;
    padding: 0 1rem;
    padding-right: 2.25rem !important;
    min-height: 3rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231b1b28' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

select:not(.lang-dropdown) {
    color: #635d6f
}

select.lang-dropdown {
    color: inherit;
    width: auto
}

select.-small {
    padding-right: 2rem !important
}

.select2-container--default {
    width: 100% !important
}

.select2-container--default .select2-selection--single {
    height: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding-left: 0;
    color: inherit;
    line-height: initial
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 100%;
    position: relative;
    top: 0;
    right: 0;
    width: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.select2-container--default .select2-selection--single .select2-selection__arrow>b {
    border: none;
    margin: 0;
    left: auto;
    top: auto;
    position: relative;
    height: 1rem;
    width: 1rem;
    background-repeat: no-repeat;
    -webkit-transform: scale(.8) rotate(0);
    -ms-transform: scale(.8) rotate(0);
    transform: scale(.8) rotate(0);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%231b1b28' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.select2-container--default.select2-container--open .select2-selection__arrow>b {
    -webkit-transform: scale(.8) rotate(180deg);
    -ms-transform: scale(.8) rotate(180deg);
    transform: scale(.8) rotate(180deg)
}

.select2-container--default .select2-dropdown {
    border: none;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem;
    -webkit-box-shadow: 0 20px 32px -8px rgba(17, 16, 19, .15), 0 0 1px rgba(17, 16, 19, .05);
    box-shadow: 0 20px 32px -8px rgba(17, 16, 19, .15), 0 0 1px rgba(17, 16, 19, .05)
}

.select2-container--default .select2-search--dropdown {
    padding: 1rem
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0 .75rem;
    min-height: 2.125rem;
    font-size: .9em
}

.select2-container--default .select2-results__option {
    padding-left: 1rem;
    padding-right: 1rem
}

.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: #161519
}

@-moz-document url-prefix() {
    select {
        line-height: 3rem
    }

    select.-small {
        line-height: 2rem
    }
}

.btn-loading::before,
.container-loading::before,
.spinner::before,
.tp-loader.spinner5::before,
.yith-wcan-loading::before {
    content: "";
    width: 1.5rem;
    height: 1.5rem;
    border: .2rem solid rgba(150, 144, 162, .25);
    border-top: .2rem solid currentColor;
    border-right: .2rem solid currentColor;
    opacity: .75;
    -webkit-animation: .75s spinner cubic-bezier(.645, .045, .355, 1) infinite;
    animation: .75s spinner cubic-bezier(.645, .045, .355, 1) infinite;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.btn-loading>.icon,
.container-loading>.icon,
.spinner>.icon,
.tp-loader.spinner5>.icon,
.yith-wcan-loading>.icon {
    display: none
}

.btn-loading.-large,
.container-loading.-large,
.spinner.-large,
.tp-loader.spinner5.-large,
.yith-wcan-loading.-large {
    width: 2.5rem;
    height: 2.5rem
}

.btn-loading::before {
    margin-right: .5rem
}

.container-loading,
.tp-loader.spinner5,
.yith-wcan-loading {
    background-image: none !important;
    background: 0 0
}

.container-loading::before,
.tp-loader.spinner5::before,
.yith-wcan-loading::before {
    position: absolute;
    left: -webkit-calc(50% - 20px);
    left: calc(50% - 20px);
    top: -webkit-calc(50% - 20px);
    top: calc(50% - 20px);
    width: 2.5rem;
    height: 2.5rem
}

.container-loading.hidden::before,
.tp-loader.spinner5.hidden::before,
.yith-wcan-loading.hidden::before {
    display: none
}

@-webkit-keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

@keyframes spinner {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

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

.form-switch>.form-check-input[type=checkbox] {
    position: relative;
    width: 2.125rem;
    border-radius: 2em;
    -webkit-border-radius: 1.1rem;
    border-radius: 1.1rem
}

.form-switch>.form-check-input[type=checkbox]::before {
    content: "";
    position: absolute;
    width: .625rem;
    height: .625rem;
    left: .125rem;
    background-color: #635d6f;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.form-switch>.form-check-input[type=checkbox]:checked {
    background-color: transparent;
    background-image: none
}

.form-switch>.form-check-input[type=checkbox]:checked::before {
    left: -webkit-calc(100% - .125rem);
    left: calc(100% - .125rem);
    -webkit-transform: translate(-100%);
    -ms-transform: translate(-100%);
    transform: translate(-100%);
    background-color: #dc2828
}

.form-switch>.form-check-label {
    color: #161519
}

.select2-container--default .select2-selection--single,
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
    padding: 0 1rem;
    font-family: inherit;
    border: none;
    width: 100%;
    text-align: inherit;
    min-height: 3rem;
    background-color: rgba(150, 144, 162, .08);
    font-size: 1.025rem;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.select2-container--default .select2-selection--single:-moz-placeholder,
input[type=date]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=number]:-moz-placeholder,
input[type=password]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=text]:-moz-placeholder,
input[type=url]:-moz-placeholder,
select:-moz-placeholder,
textarea:-moz-placeholder {
    color: #635d6f
}

.select2-container--default .select2-selection--single::-moz-placeholder,
input[type=date]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=number]::-moz-placeholder,
input[type=password]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=text]::-moz-placeholder,
input[type=url]::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
    color: #635d6f
}

.select2-container--default .select2-selection--single:-ms-input-placeholder,
input[type=date]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=number]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=text]:-ms-input-placeholder,
input[type=url]:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #635d6f
}

.select2-container--default .select2-selection--single::-webkit-input-placeholder,
input[type=date]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=number]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=text]::-webkit-input-placeholder,
input[type=url]::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #635d6f
}

.lazy-load.-outlined .select2-container--default .select2-selection--single.button:not(.-flat),
.lazy-load.-outlined input.button[type=date]:not(.-flat),
.lazy-load.-outlined input.button[type=email]:not(.-flat),
.lazy-load.-outlined input.button[type=number]:not(.-flat),
.lazy-load.-outlined input.button[type=password]:not(.-flat),
.lazy-load.-outlined input.button[type=search]:not(.-flat),
.lazy-load.-outlined input.button[type=tel]:not(.-flat),
.lazy-load.-outlined input.button[type=text]:not(.-flat),
.lazy-load.-outlined input.button[type=url]:not(.-flat),
.lazy-load.-outlined select.button:not(.-flat),
.lazy-load.-outlined textarea.button:not(.-flat),
.pagination:not(.text-center).-outlined .select2-container--default .select2-selection--single.button:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=date]:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=email]:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=number]:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=password]:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=search]:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=tel]:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=text]:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=url]:not(.-flat),
.pagination:not(.text-center).-outlined select.button:not(.-flat),
.pagination:not(.text-center).-outlined textarea.button:not(.-flat),
.select2-container--default .lazy-load.-outlined .select2-selection--single.button:not(.-flat),
.select2-container--default .pagination:not(.text-center).-outlined .select2-selection--single.button:not(.-flat),
.select2-container--default .select2-selection--single.-outlined,
input[type=date].-outlined,
input[type=email].-outlined,
input[type=number].-outlined,
input[type=password].-outlined,
input[type=search].-outlined,
input[type=tel].-outlined,
input[type=text].-outlined,
input[type=url].-outlined,
select.-outlined,
textarea.-outlined {
    background-color: transparent;
    border: 2px solid #9690a2
}

.lazy-load.-outlined .select2-container--default .select2-selection--single.button:active:not(.-flat),
.lazy-load.-outlined .select2-container--default .select2-selection--single.button:focus:not(.-flat),
.lazy-load.-outlined input.button[type=date]:active:not(.-flat),
.lazy-load.-outlined input.button[type=date]:focus:not(.-flat),
.lazy-load.-outlined input.button[type=email]:active:not(.-flat),
.lazy-load.-outlined input.button[type=email]:focus:not(.-flat),
.lazy-load.-outlined input.button[type=number]:active:not(.-flat),
.lazy-load.-outlined input.button[type=number]:focus:not(.-flat),
.lazy-load.-outlined input.button[type=password]:active:not(.-flat),
.lazy-load.-outlined input.button[type=password]:focus:not(.-flat),
.lazy-load.-outlined input.button[type=search]:active:not(.-flat),
.lazy-load.-outlined input.button[type=search]:focus:not(.-flat),
.lazy-load.-outlined input.button[type=tel]:active:not(.-flat),
.lazy-load.-outlined input.button[type=tel]:focus:not(.-flat),
.lazy-load.-outlined input.button[type=text]:active:not(.-flat),
.lazy-load.-outlined input.button[type=text]:focus:not(.-flat),
.lazy-load.-outlined input.button[type=url]:active:not(.-flat),
.lazy-load.-outlined input.button[type=url]:focus:not(.-flat),
.lazy-load.-outlined select.button:active:not(.-flat),
.lazy-load.-outlined select.button:focus:not(.-flat),
.lazy-load.-outlined textarea.button:active:not(.-flat),
.lazy-load.-outlined textarea.button:focus:not(.-flat),
.pagination:not(.text-center).-outlined .select2-container--default .select2-selection--single.button:active:not(.-flat),
.pagination:not(.text-center).-outlined .select2-container--default .select2-selection--single.button:focus:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=date]:active:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=date]:focus:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=email]:active:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=email]:focus:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=number]:active:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=number]:focus:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=password]:active:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=password]:focus:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=search]:active:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=search]:focus:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=tel]:active:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=tel]:focus:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=text]:active:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=text]:focus:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=url]:active:not(.-flat),
.pagination:not(.text-center).-outlined input.button[type=url]:focus:not(.-flat),
.pagination:not(.text-center).-outlined select.button:active:not(.-flat),
.pagination:not(.text-center).-outlined select.button:focus:not(.-flat),
.pagination:not(.text-center).-outlined textarea.button:active:not(.-flat),
.pagination:not(.text-center).-outlined textarea.button:focus:not(.-flat),
.select2-container--default .lazy-load.-outlined .select2-selection--single.button:active:not(.-flat),
.select2-container--default .lazy-load.-outlined .select2-selection--single.button:focus:not(.-flat),
.select2-container--default .pagination:not(.text-center).-outlined .select2-selection--single.button:active:not(.-flat),
.select2-container--default .pagination:not(.text-center).-outlined .select2-selection--single.button:focus:not(.-flat),
.select2-container--default .select2-selection--single.-outlined:active,
.select2-container--default .select2-selection--single.-outlined:focus,
input[type=date].-outlined:active,
input[type=date].-outlined:focus,
input[type=email].-outlined:active,
input[type=email].-outlined:focus,
input[type=number].-outlined:active,
input[type=number].-outlined:focus,
input[type=password].-outlined:active,
input[type=password].-outlined:focus,
input[type=search].-outlined:active,
input[type=search].-outlined:focus,
input[type=tel].-outlined:active,
input[type=tel].-outlined:focus,
input[type=text].-outlined:active,
input[type=text].-outlined:focus,
input[type=url].-outlined:active,
input[type=url].-outlined:focus,
select.-outlined:active,
select.-outlined:focus,
textarea.-outlined:active,
textarea.-outlined:focus {
    outline: 0;
    border-color: #635d6f
}

.select2-container--default .select2-selection--single.-small,
input[type=date].-small,
input[type=email].-small,
input[type=number].-small,
input[type=password].-small,
input[type=search].-small,
input[type=tel].-small,
input[type=text].-small,
input[type=url].-small,
select.-small,
textarea.-small {
    padding: 0 .75rem;
    min-height: 2.125rem;
    font-size: .9em
}

.select2-container--default .select2-selection--single.-large,
input[type=date].-large,
input[type=email].-large,
input[type=number].-large,
input[type=password].-large,
input[type=search].-large,
input[type=tel].-large,
input[type=text].-large,
input[type=url].-large,
select.-large,
textarea.-large {
    padding: 0 1.25rem;
    min-height: 3.5rem;
    font-size: 1.05em
}

.select2-container--default .select2-selection--single:not(.-outlined):active,
.select2-container--default .select2-selection--single:not(.-outlined):focus,
input[type=date]:not(.-outlined):active,
input[type=date]:not(.-outlined):focus,
input[type=email]:not(.-outlined):active,
input[type=email]:not(.-outlined):focus,
input[type=number]:not(.-outlined):active,
input[type=number]:not(.-outlined):focus,
input[type=password]:not(.-outlined):active,
input[type=password]:not(.-outlined):focus,
input[type=search]:not(.-outlined):active,
input[type=search]:not(.-outlined):focus,
input[type=tel]:not(.-outlined):active,
input[type=tel]:not(.-outlined):focus,
input[type=text]:not(.-outlined):active,
input[type=text]:not(.-outlined):focus,
input[type=url]:not(.-outlined):active,
input[type=url]:not(.-outlined):focus,
select:not(.-outlined):active,
select:not(.-outlined):focus,
textarea:not(.-outlined):active,
textarea:not(.-outlined):focus {
    background-color: rgba(150, 144, 162, .15);
    outline: 0
}

.select2-container--default .select2-selection--single.wpcf7-not-valid,
input[type=date].wpcf7-not-valid,
input[type=email].wpcf7-not-valid,
input[type=number].wpcf7-not-valid,
input[type=password].wpcf7-not-valid,
input[type=search].wpcf7-not-valid,
input[type=tel].wpcf7-not-valid,
input[type=text].wpcf7-not-valid,
input[type=url].wpcf7-not-valid,
select.wpcf7-not-valid,
textarea.wpcf7-not-valid {
    -webkit-box-shadow: 0 0 0 .3125rem rgba(220, 40, 40, .2);
    box-shadow: 0 0 0 .3125rem rgba(220, 40, 40, .2)
}

.woocommerce-invalid-required-field .select2-selection--single,
.woocommerce-invalid-required-field input[type=date],
.woocommerce-invalid-required-field input[type=email],
.woocommerce-invalid-required-field input[type=number],
.woocommerce-invalid-required-field input[type=password],
.woocommerce-invalid-required-field input[type=search],
.woocommerce-invalid-required-field input[type=tel],
.woocommerce-invalid-required-field input[type=text],
.woocommerce-invalid-required-field input[type=url],
.woocommerce-invalid-required-field select,
.woocommerce-invalid-required-field textarea {
    -webkit-box-shadow: 0 0 0 .3125rem rgba(220, 40, 40, .2);
    box-shadow: 0 0 0 .3125rem rgba(220, 40, 40, .2)
}

button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: inherit
}

textarea {
    resize: vertical;
    height: 10rem
}

textarea,
textarea.-large,
textarea.-small {
    padding-top: .75rem;
    padding-bottom: .75rem
}

label {
    display: block;
    font-size: .9rem;
    font-weight: 500
}

label+* {
    margin-top: .5rem
}

.tooltip {
    position: relative;
    background-color: #111013;
    padding: .375rem .5rem;
    font-size: .9rem;
    font-weight: 500;
    color: #fff;
    z-index: 10;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.tooltip::before {
    content: "";
    position: absolute;
    width: .625rem;
    height: .625rem;
    background-color: #111013;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: -.3125rem;
    left: -webkit-calc(50% - .3125rem);
    left: calc(50% - .3125rem);
    z-index: -1
}

.tooltip.-right::before {
    bottom: -webkit-calc(50% - .3125rem);
    bottom: calc(50% - .3125rem);
    left: -.3125rem
}

.tooltip.-left::before {
    bottom: -webkit-calc(50% - .3125rem);
    bottom: calc(50% - .3125rem);
    right: -.3125rem;
    left: auto
}

.tooltip.-bottom::before {
    top: -.3125rem;
    bottom: auto
}

.category-holder.-with-tag {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.category-holder.-with-tag>.tag {
    margin: .35rem .35rem 0 0
}

.category-holder:not(.-with-tag) .category:not(:last-child)::after,
.category-holder:not(.-with-tag) a:not(:last-child)::after {
    content: ","
}

.blog-item {
    position: relative
}

.blog-item .card-details .title {
    font-size: -webkit-calc(1.35rem + .2 * ((100vw - 576px) / 864));
    font-size: calc(1.35rem + .2 * ((100vw - 576px) / 864))
}

.blog-item .card-details>* {
    margin-bottom: .6rem
}

.blog-item .card-details .headline-meta {
    font-size: .9rem
}

.blog-item .card-details p {
    margin-top: 0
}

.blog-item .card-details .button {
    margin-top: .9rem
}

.blog-item .card-details-item,
.blog-item .card-details-item .category-holder {
    margin: 0
}

.blog-item .card-details.-center .category-holder,
.blog-item .card-details.-center .headline-meta {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.blog-item .card-details.-right .category-holder,
.blog-item .card-details.-right .headline-meta {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.blog-item .card-details-item>* {
    margin-bottom: .75rem
}

.blog-item .image-holder iframe {
    width: 100%
}

.blog-item .image-holder .slider {
    color: #fff
}

.blog-item .image-holder .slider .clb-slider-nav-btn {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin-bottom: 1.25rem;
    margin-right: 1.25rem
}

.blog-item .image-holder .slider .clb-slider-stage img.active {
    z-index: 1
}

.blog-item .image-holder a+a:not(.tag) {
    display: none
}

.blog-item.sticky .sticky-icon {
    -webkit-transform: scale(1.35);
    -ms-transform: scale(1.35);
    transform: scale(1.35);
    margin-right: .25rem;
    margin-top: -.4rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-item.-layout1 .overlay-details {
    background: #111013;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 16, 19, .5)), to(rgba(17, 16, 19, 0)));
    background: -o-linear-gradient(bottom, rgba(17, 16, 19, .5) 0, rgba(17, 16, 19, 0) 100%);
    background: linear-gradient(360deg, rgba(17, 16, 19, .5) 0, rgba(17, 16, 19, 0) 100%)
}

.blog-item.-layout1 .headline-meta {
    color: #635d6f
}

.blog-item.-layout1.sticky.-contained .card-details {
    background-color: rgba(236, 128, 19, .1)
}

.blog-item.-layout2 .image-holder {
    background-color: rgba(150, 144, 162, .35)
}

.blog-item.-layout2 .overlay-details:not(.-top) {
    background: #111013;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 16, 19, .5)), to(rgba(17, 16, 19, 0)));
    background: -o-linear-gradient(bottom, rgba(17, 16, 19, .5) 0, rgba(17, 16, 19, 0) 100%);
    background: linear-gradient(360deg, rgba(17, 16, 19, .5) 0, rgba(17, 16, 19, 0) 100%)
}

.blog-item.-layout2 .overlay-details .button,
.blog-item.-layout2 .overlay-details .title {
    color: #fff
}

.blog-item.-layout2 .overlay-details .tag {
    background-color: rgba(150, 144, 162, .5)
}

.blog-item.-layout2 .overlay-details.-top,
.blog-item.-layout3 .overlay-details.-top,
.blog-item.-layout5 .overlay-details.-top,
.blog-item.-layout7 .overlay-details.-top {
    background: #111013;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(17, 16, 19, .5)), to(rgba(17, 16, 19, 0)));
    background: -o-linear-gradient(top, rgba(17, 16, 19, .5) 0, rgba(17, 16, 19, 0) 100%);
    background: linear-gradient(180deg, rgba(17, 16, 19, .5) 0, rgba(17, 16, 19, 0) 100%)
}

.blog-item.-layout2 .overlay-details:not(.-top),
.blog-item.-layout4 .overlay-details:not(.-top) {
    display: block
}

.blog-item.-layout2.-no-media .image-holder,
.blog-item.-layout4.-no-media .image-holder {
    padding-bottom: 100%
}

.blog-item.-layout2.-img-overlay .image-holder::after,
.blog-item.-layout4.-img-overlay .image-holder::after {
    display: none
}

.blog-item.-layout3.-no-media>a,
.blog-item.-layout5.-no-media>a {
    background-color: rgba(150, 144, 162, .35);
    -webkit-border-bottom-left-radius: 0.35rem;
    border-bottom-left-radius: .35rem;
    -webkit-border-top-left-radius: 0.35rem;
    border-top-left-radius: .35rem
}

.blog-item.-layout3.-no-media>a .image-holder,
.blog-item.-layout5.-no-media>a .image-holder {
    height: 100%
}

.blog-item.-layout4.sticky .image-holder {
    background-color: rgba(236, 128, 19, .1)
}

.blog-item.-layout4 .overlay-details {
    width: auto
}

.blog-item.-layout4 .image-holder {
    background-color: rgba(150, 144, 162, .06)
}

.blog-item.-layout4 .image-holder .overlay {
    background-color: rgba(17, 16, 19, .5);
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    content: "";
    display: block;
    position: absolute
}

.blog-item.-layout4 .image-holder a>.overlay,
.blog-item.-layout4 .image-holder a>iframe,
.blog-item.-layout4 .image-holder a>img {
    opacity: 0;
    visibility: hidden
}

.blog-item.-layout4:hover .image-holder a>.overlay,
.blog-item.-layout4:hover .image-holder a>iframe,
.blog-item.-layout4:hover .image-holder a>img {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity .35s cubic-bezier(.645, .045, .355, 1) !important;
    -o-transition: opacity .35s cubic-bezier(.645, .045, .355, 1) !important;
    transition: opacity .35s cubic-bezier(.645, .045, .355, 1) !important
}

.blog-item.-layout4:hover * {
    color: #fff
}

.blog-item.-layout4:not(:hover) *,
.blog-item.-layout6.-contained:not(:hover) * {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.blog-item.-layout4:hover *,
.blog-item.-layout6.-contained:hover * {
    -webkit-transition: .35s cubic-bezier(.645, .045, .355, 1) !important;
    -o-transition: .35s cubic-bezier(.645, .045, .355, 1) !important;
    transition: .35s cubic-bezier(.645, .045, .355, 1) !important
}

.blog-item.-layout6 .overlay-details {
    position: relative;
    padding: .5rem 0 0 0
}

.blog-item.-layout6:not(.-contained) {
    border-top: 1px solid rgba(150, 144, 162, .15)
}

.blog-item.-layout6:not(.-contained) .card-details {
    padding-top: 4vh;
    padding-bottom: 4vh
}

.blog-item.-layout7:not(.-contained) {
    border-top: 1px solid rgba(150, 144, 162, .15);
    padding-top: 4vh
}

.blog-item.-layout7.-contained {
    background-color: rgba(150, 144, 162, .06)
}

.blog-item.-layout7.-contained .card-details {
    background-color: transparent
}

.blog-item.-layout6 .read-more,
.blog-item.-layout7 .read-more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.blog-item.-no-media.-contained .card-details {
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.blog-grid .gallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-bottom: 20px !important;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.blog-grid .gallery .gallery-item {
    display: inline-block;
    margin: 0 5px 5px 0;
    margin-top: 0 !important;
    text-align: center;
    vertical-align: top;
    width: 100%;
    position: relative
}

.blog-grid .gallery .gallery-item img {
    border: none !important;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.blog-grid .gallery .gallery-item .gallery-caption {
    position: absolute;
    background: rgba(255, 255, 255, .8);
    padding: 3px 10px;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    width: 100%;
    opacity: 0;
    font-size: .8em;
    font-weight: 400;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.blog-grid .gallery .gallery-item:hover .gallery-caption {
    opacity: 1
}

.blog-grid .gallery .gallery-item:hover img {
    opacity: .8
}

.blog-grid .gallery.gallery-columns-3 .gallery-item {
    max-width: -webkit-calc((100% - 5px * 2)/ 3);
    max-width: calc((100% - 5px * 2)/ 3)
}

.blog-grid .gallery.gallery-columns-3 .gallery-item:last-of-type,
.blog-grid .gallery.gallery-columns-3 .gallery-item:nth-of-type(3n+3) {
    margin-right: 0
}

.page-id-124 .entry-content,
.single-post .entry-content {
    margin-bottom: 3rem
}

.page-id-124 .entry-content .alert,
.page-id-124 .entry-content .ohio-text-sc:last-child p,
.page-id-124 .entry-content ol,
.page-id-124 .entry-content p:not(.-unspace),
.page-id-124 .entry-content ul,
.single-post .entry-content .alert,
.single-post .entry-content .ohio-text-sc:last-child p,
.single-post .entry-content ol,
.single-post .entry-content p:not(.-unspace),
.single-post .entry-content ul {
    margin-bottom: 0.35em;
}

.page-id-124 .entry-content .alert:first-child,
.page-id-124 .entry-content .ohio-text-sc:last-child p:first-child,
.page-id-124 .entry-content ol:first-child,
.page-id-124 .entry-content p:not(.-unspace):first-child,
.page-id-124 .entry-content ul:first-child,
.single-post .entry-content .alert:first-child,
.single-post .entry-content .ohio-text-sc:last-child p:first-child,
.single-post .entry-content ol:first-child,
.single-post .entry-content p:not(.-unspace):first-child,
.single-post .entry-content ul:first-child {
    margin-top: 0
}

.page-id-124 .entry-content a:not(.wp-block-button__link),
.single-post .entry-content a:not(.wp-block-button__link) {
    color: #dc2828
}

.single-post .single-post-layout {
    margin-bottom: 3rem
}

.single-post .single-post-layout.-with-sharing .post-page-container {
    padding-top: 1.5rem
}

.single-post .single-post-layout .post-share .social-networks {
    background-color: rgba(150, 144, 162, .06)
}

.single-post .single-post-layout .share-bar {
    z-index: 10
}

.single-post .single-post-layout.-layout1 .post-share+.page-container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.single-post .single-post-layout.-layout2 .post-page-container .holder>.page-container {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.single-post .entry-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.single-post .entry-footer-tags {
    font-size: .95em
}

.single-post .entry-footer-tags .tags-caption {
    margin-right: .5rem
}

.single-post .entry-footer-tags .tagcloud a {
    margin: .35rem .35rem .35rem 0
}

.single-post .author-container .widget_ohio_widget_about_author {
    background-color: rgba(150, 144, 162, .06);
    padding: 3vh;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem;
    margin-bottom: 3rem
}

.single-post .page-headline .category-holder::after {
    margin-left: .3rem
}

.single-post .related-posts {
    padding-bottom: 4vh
}

.single-post .comments {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.single-post .comments-container {
    background-color: rgba(150, 144, 162, .06)
}

.single-post.with-fixed-header:not(.with-header-sidebar) .single-post-layout.-with-sharing .post-share {
    top: -webkit-calc(12vh + 1.25rem);
    top: calc(12vh + 1.25rem)
}

.single-post.with-fixed-header:not(.with-header-sidebar).admin-bar .single-post-layout.-with-sharing .post-share {
    top: -webkit-calc(12vh + 1.25rem + 32px);
    top: calc(12vh + 1.25rem + 32px)
}

.single-post.with-sticky-header:not(.with-header-sidebar) .single-post-layout.-with-sharing .post-share {
    top: -webkit-calc(9vh + 1.25rem);
    top: calc(9vh + 1.25rem)
}

.single-post.with-sticky-header:not(.with-header-sidebar).admin-bar .single-post-layout.-with-sharing .post-share {
    top: -webkit-calc(9vh + 1.25rem + 32px);
    top: calc(9vh + 1.25rem + 32px)
}

.comments-list {
    padding: 0;
    margin-bottom: 3vh
}

.comments-list ol {
    margin: 0;
    padding: 0;
    list-style: none
}

.comments-list ol>li {
    margin: 0;
    padding: 0
}

.comments-list ol>li::before {
    content: "";
    display: none
}

.comments .comment-author>img {
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.comments .comment-body {
    position: relative;
    padding-bottom: 4vh
}

.comments .comment-body .says {
    display: none
}

.comments .comment-body .comment-metadata,
.comments .comment-body time {
    font-size: .95em;
    margin-bottom: .2rem
}

.comments .comment-body .meta em {
    font-style: normal;
    padding: .25rem .5rem;
    font-size: .9rem;
    background-color: rgba(236, 128, 19, .15);
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.comments .comment-body .meta h4 {
    font-size: 1em;
    letter-spacing: -.02em;
    line-height: 1.35
}

.comments .comment-body .comment-author a {
    font-family: "DM Sans", sans-serif;
    letter-spacing: -.02rem
}

.comments .comment-body time {
    color: #635d6f
}

.comments .comment-body time::after {
    content: 'â€¢';
    display: inline-block;
    vertical-align: middle;
    font-size: .8em;
    margin-top: -2px;
    color: #dc2828;
    margin-left: .3rem
}

.comments .comment-body .reply {
    margin-top: .5rem
}

.comments .comment-body p {
    margin: 0
}

.comments .comment-body .edit-link,
.comments .comment-body .reply {
    font-weight: 600
}

.comments .children {
    padding-left: 5rem
}

.comments .comment-respond .logged-in-as {
    margin: 0;
    font-size: .95em
}

.comments .comment-respond .logged-in-as a:last-child {
    font-weight: 600
}

.comments .comment-respond .comment-form-rating label {
    display: inline-block;
    vertical-align: middle
}

.comments .comment-respond .comment-form-comment {
    margin-top: .5rem
}

.comments .comment-respond .comment-form input[type=date],
.comments .comment-respond .comment-form input[type=email],
.comments .comment-respond .comment-form input[type=number],
.comments .comment-respond .comment-form input[type=password],
.comments .comment-respond .comment-form input[type=search],
.comments .comment-respond .comment-form input[type=tel],
.comments .comment-respond .comment-form input[type=text],
.comments .comment-respond .comment-form input[type=url],
.comments .comment-respond .comment-form textarea {
    width: 100%
}

.comments .comment-respond .comment-form .comment-form-comment,
.comments .comment-respond .comment-form .comment-form-cookies-consent,
.comments .comment-respond .comment-form .comment-notes {
    min-width: 100%
}

.project {
    position: relative
}

.project-gallery {
    position: relative
}

.project-gallery .video-holder {
    background-color: #050506
}

.project-gallery .video-holder iframe {
    height: 100%;
    width: 100%
}

.project-gallery .video-holder:not(.-visible).-cover {
    overflow: hidden;
    position: relative
}

.project-gallery .video-holder.-cover iframe {
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.project-gallery .first-image {
    position: relative;
    overflow: hidden;
    margin-bottom: .5rem;
    z-index: 1
}

.project-gallery .first-image .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.project-gallery .share-bar,
.project-gallery .video-button {
    z-index: 2
}

.project-gallery img {
    min-width: 100%;
    margin-bottom: .5rem
}

.project-gallery img:last-of-type {
    margin-bottom: 0
}

.project-slider:not(.-single) .video-holder iframe {
    visibility: hidden
}

.project-slider:not(.-single) .clb-slider-stage iframe {
    visibility: visible
}

.project .-with-slider:not(.project-content) {
    position: relative;
    z-index: 1
}

.project .-with-slider .project-slider {
    overflow: hidden
}

.project .-with-slider .project-slider>.scale-bg {
    height: 100%
}

.project .-with-slider .clb-slider-outer-stage {
    height: 100%
}

.project .-with-slider .project-image {
    height: 100%;
    background-size: cover;
    background-position: center;
    position: relative
}

.project .-with-slider .overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba(17, 16, 19, .3)
}

.project .-with-slider .share-bar {
    top: auto;
    right: auto;
    bottom: 4vh
}

.project-content {
    z-index: 2
}

.project-content .button,
.project-content .options-group,
.project-content .project-task {
    margin-top: 1.25rem
}

.project-content .video-button {
    margin-bottom: 1.5rem
}

.project-title .headline {
    margin: .75rem 0 1rem
}

.project-title+.project-details p {
    margin: 1.25rem 0 0 0
}

.project-details p {
    margin: 0
}

.project-task .title {
    margin-bottom: .5rem
}

.project-task p {
    font-weight: 600
}

.project .share-bar {
    position: absolute
}

.options-group {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.options-group li {
    min-width: -webkit-calc(25% - 1.75rem);
    min-width: calc(25% - 1.75rem);
    width: -webkit-calc(25% - 1.75rem);
    width: calc(25% - 1.75rem);
    margin-right: 1.75rem;
    padding-top: 1.25rem;
    border-top: 1px solid rgba(99, 93, 111, .65);
    margin-bottom: 1.25rem
}

.options-group li:last-child {
    margin-bottom: 0
}

.options-group li p {
    font-size: .95em;
    margin: .25rem 0 0 0
}

.options-group .title {
    color: inherit
}

.portfolio-comments .comments {
    padding-top: 4rem;
    padding-bottom: 4rem
}

.portfolio-comments .comments-container {
    background-color: rgba(150, 144, 162, .06)
}

.portfolio-filter {
    font-size: .95em;
    padding-bottom: 1.25rem
}

.portfolio-filter li {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.portfolio-filter li:first-child {
    margin-right: .5rem
}

.portfolio-filter:not(.-filter-button) li {
    position: relative
}

.portfolio-filter:not(.-filter-button) li:not(:first-child):not(:last-child)::after {
    content: "/";
    margin: 0 .5rem 0 .25rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.portfolio-filter:not(.-filter-button) a {
    margin-right: .85rem;
    font-weight: 500;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.portfolio-filter:not(.-filter-button) a .num {
    top: -.35rem;
    right: -.9rem;
    text-align: left;
    position: absolute;
    font-size: .65em;
    font-weight: 700
}

.portfolio-filter:not(.-filter-button) a.active {
    color: #dc2828
}

.portfolio-filter.-filter-button a {
    margin: .2rem .1rem
}

.portfolio-filter.-filter-button a .num {
    margin-left: .25rem;
    font-size: .85em;
    color: #635d6f
}

.portfolio-item .title {
    font-size: -webkit-calc(1.25rem + .3 * ((100vw - 576px) / 864));
    font-size: calc(1.25rem + .3 * ((100vw - 576px) / 864))
}

.portfolio-item:not(.-with-slider) .video-button {
    z-index: 1;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.portfolio-item .overlay-details.-top {
    top: 0;
    bottom: auto
}

.portfolio-item .show-project {
    font-size: .95em
}

.portfolio-item .show-project-link::before {
    display: none
}

.portfolio-item.-with-slider {
    min-width: 100%;
    overflow: hidden
}

.portfolio-item.-with-slider .project-content {
    position: relative;
    min-height: 100%;
    padding-left: 0;
    padding-right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.portfolio-item.-with-slider .project-content .headline {
    margin-bottom: 0
}

.portfolio-item.-with-slider .project-content h2 {
    letter-spacing: -.045em;
    line-height: 1;
    font-size: -webkit-calc(2.75rem + 1.75 * ((100vw - 576px) / 864));
    font-size: calc(2.75rem + 1.75 * ((100vw - 576px) / 864))
}

.portfolio-item.-with-slider .project-content h3 {
    letter-spacing: -.035em;
    line-height: 1.15;
    font-size: -webkit-calc(2rem + .25 * ((100vw - 576px) / 864));
    font-size: calc(2rem + .25 * ((100vw - 576px) / 864))
}

.portfolio-item.-with-slider .portfolio-item-image {
    background-size: cover;
    background-position: center;
    position: absolute
}

.portfolio-item.-with-slider:not(.-with-gradient) .portfolio-item-image[data-tilt=true] {
    min-width: -webkit-calc(100vw + 5vw);
    min-width: calc(100vw + 5vw);
    min-height: -webkit-calc(100vh + 5vh);
    min-height: calc(100vh + 5vh);
    left: -2.5vw;
    top: -2.5vh
}

.portfolio-item.-with-slider .overlay::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.portfolio-item.-with-slider .headline-decor {
    position: absolute;
    z-index: 1;
    bottom: -.5rem
}

.portfolio-item.-with-slider .headline-decor .title {
    z-index: -1;
    line-height: .5;
    white-space: nowrap;
    letter-spacing: -.06em;
    font-size: 16vw;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    color: rgba(150, 144, 162, .04);
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-item.-with-gradient .portfolio-item-image::before {
    content: "";
    position: absolute;
    width: 75%;
    top: 0;
    bottom: 0;
    background: #fff;
    background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, .85)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(right, rgba(255, 255, 255, .85) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(270deg, rgba(255, 255, 255, .85) 0, rgba(255, 255, 255, 0) 100%)
}

.portfolio-item.-layout1 .project-details {
    margin-top: .25rem
}

.portfolio-item.-layout2 .overlay-details:not(.-top) {
    width: 100%;
    background: #111013;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 16, 19, .5)), to(rgba(17, 16, 19, 0)));
    background: -o-linear-gradient(bottom, rgba(17, 16, 19, .5) 0, rgba(17, 16, 19, 0) 100%);
    background: linear-gradient(360deg, rgba(17, 16, 19, .5) 0, rgba(17, 16, 19, 0) 100%)
}

.portfolio-item.-layout2 .overlay-details .title {
    color: #fff
}

.portfolio-item.-layout2 .portfolio-item-headline+.show-project {
    position: relative;
    left: 0;
    bottom: 0 !important
}

.portfolio-item.-layout1.-img-overlay .image-holder::after,
.portfolio-item.-layout2.-img-overlay .image-holder::after {
    display: none
}

.portfolio-item.-layout1 .overlay-details,
.portfolio-item.-layout11 .overlay-details,
.portfolio-item.-layout13 .overlay-details,
.portfolio-item.-layout2 .overlay-details {
    width: auto
}

.portfolio-item.-layout1 .show-project,
.portfolio-item.-layout13 .show-project,
.portfolio-item.-layout2 .show-project {
    overflow: hidden;
    position: relative;
    margin-top: .4rem
}

.portfolio-item.-layout1 .show-project a,
.portfolio-item.-layout13 .show-project a,
.portfolio-item.-layout2 .show-project a {
    color: inherit
}

.portfolio-item.-layout1 .show-project-link,
.portfolio-item.-layout13 .show-project-link,
.portfolio-item.-layout2 .show-project-link {
    position: absolute;
    font-weight: 600;
    opacity: 0;
    left: 0;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-item.-layout1 .show-project-link a,
.portfolio-item.-layout13 .show-project-link a,
.portfolio-item.-layout2 .show-project-link a {
    position: relative
}

.portfolio-item.-layout1 .show-project-link a::after,
.portfolio-item.-layout13 .show-project-link a::after,
.portfolio-item.-layout2 .show-project-link a::after {
    content: "";
    width: 3rem;
    height: 2px;
    background-color: currentColor;
    position: absolute;
    right: -.5rem;
    top: 48%;
    -webkit-transform: translate(100%, 50%);
    -ms-transform: translate(100%, 50%);
    transform: translate(100%, 50%)
}

.portfolio-item.-layout1 .show-project .category-holder,
.portfolio-item.-layout13 .show-project .category-holder,
.portfolio-item.-layout2 .show-project .category-holder {
    display: block;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-item.-layout13:hover .show-project-link,
.portfolio-item.-layout1:hover .show-project-link,
.portfolio-item.-layout2:hover .show-project-link {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 1
}

.portfolio-item.-layout13:hover .show-project .category-holder,
.portfolio-item.-layout1:hover .show-project .category-holder,
.portfolio-item.-layout2:hover .show-project .category-holder {
    -webkit-transform: translate(0, -100%);
    -ms-transform: translate(0, -100%);
    transform: translate(0, -100%);
    opacity: 0
}

.portfolio-item.-layout3 .overlay::after,
.portfolio-item.-layout5 .overlay::after,
.portfolio-item.-layout6 .overlay::after {
    background-color: rgba(255, 255, 255, .98)
}

.portfolio-item.-layout3 .project-content,
.portfolio-item.-layout5 .project-content,
.portfolio-item.-layout6 .project-content {
    padding-left: 0;
    padding-right: 0;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.portfolio-item.-layout3.-full-vh .project-content,
.portfolio-item.-layout5.-full-vh .project-content,
.portfolio-item.-layout6.-full-vh .project-content {
    padding-top: 12vh;
    min-height: 65vh
}

.portfolio-item.-layout4 .overlay::after {
    background-color: rgba(255, 255, 255, .5)
}

.portfolio-item.-layout4 .page-container,
.portfolio-item.-layout4 .portfolio-item-image,
.portfolio-item.-layout4 .project {
    height: 100%
}

.portfolio-item.-layout4 .project-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.portfolio-item.-layout4:not(.-full-vh) .project-content {
    min-height: 50vh;
    padding-top: 10vh;
    padding-bottom: 10vh
}

.portfolio-item.-layout5 .headline-decor {
    top: 100%;
    left: 15%;
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    -webkit-transform: translateY(0) rotate(-90deg);
    -ms-transform: translateY(0) rotate(-90deg);
    transform: translateY(0) rotate(-90deg)
}

.portfolio-item.-layout5 .project-content {
    padding-bottom: 4vh;
    padding-right: 4vh;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.portfolio-item.-layout5 .project-content::before {
    height: 25%
}

.portfolio-item.-layout5:not(.-full-vh) .project-content {
    min-height: 50vh;
    padding-top: 10vh;
    padding-bottom: 10vh
}

.portfolio-item.-layout5.active .portfolio-item-image {
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    -webkit-transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s, -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-item.-layout5.prev-slide .portfolio-item-image {
    -webkit-transform: translateY(-100%) !important;
    -ms-transform: translateY(-100%) !important;
    transform: translateY(-100%) !important;
    -webkit-transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s, -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-item.-layout5.prev-slide.last-slide .portfolio-item-image {
    -webkit-transform: translateY(-20%) !important;
    -ms-transform: translateY(-20%) !important;
    transform: translateY(-20%) !important;
    -webkit-transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s, -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-item.-layout5.next-slide .portfolio-item-image {
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s, -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-item.-layout5.next-slide.last-slide .portfolio-item-image {
    -webkit-transform: translateY(20%) !important;
    -ms-transform: translateY(20%) !important;
    transform: translateY(20%) !important;
    -webkit-transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform .5s cubic-bezier(.645, .045, .355, 1) .35s, -webkit-transform .5s cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-item.-layout6 .portfolio-item-image {
    background-position: left bottom
}

.portfolio-item.-layout7 .portfolio-item-image::before {
    right: 0
}

.portfolio-item.-layout7:not(.-full-vh) {
    height: 50vh
}

.portfolio-item.-layout7 .project-content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.portfolio-item.-layout7 .project-content::before {
    height: 12vh
}

.portfolio-item.-layout7 .headline-decor {
    left: -webkit-calc(100% / 3);
    left: calc(100% / 3);
    bottom: 20vh
}

.portfolio-item.-layout7 .video-button,
.portfolio-item.-layout9 .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.portfolio-item.-layout9:not(.-full-vh) {
    height: 50vh
}

.portfolio-item.-layout9 .portfolio-item-image {
    position: relative
}

.portfolio-item.-layout9 .project-content {
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    padding-bottom: 4vh
}

.portfolio-item.-layout9 .project-content::before {
    height: 25%
}

.portfolio-item.-layout9 .headline-decor {
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 25px;
    opacity: 0;
    -webkit-transition: .45s cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: .45s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: .45s cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-item.-layout9 .next-slide-preview {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(-60%, -50%);
    -ms-transform: translate(-60%, -50%);
    transform: translate(-60%, -50%);
    width: 16.5rem;
    height: 16.5rem;
    background-size: cover;
    background-position: center;
    z-index: 1;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.portfolio-item.-layout9 .next-slide-preview:hover {
    -webkit-transform: translate(-55%, -50%);
    -ms-transform: translate(-55%, -50%);
    transform: translate(-55%, -50%)
}

.portfolio-item.-layout9 .image-holder {
    opacity: 0;
    z-index: 1;
    padding: 0;
    position: relative
}

.portfolio-item.-layout9.active .image-holder {
    opacity: 1;
    -webkit-transition: .45s cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: .45s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: .45s cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-item.-layout9.active .headline-decor,
.portfolio-item.-layout9.active .next-project-img-box {
    opacity: 1
}

.portfolio-item.-layout9 .page-container {
    padding-left: 0
}

.portfolio-item.-layout10 .overlay,
.portfolio-item.-layout10 .overlay-image {
    background-size: cover;
    background-position: center
}

.portfolio-item.-layout10 .overlay-image .headline-decor {
    z-index: initial
}

.portfolio-item.-layout10 .overlay-image::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, .98)
}

.portfolio-item.-layout10 .preview {
    top: 18vh;
    bottom: 18vh;
    position: absolute
}

.portfolio-item.-layout10 .portfolio-item-image {
    right: 1.25rem;
    left: 1.25rem;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-item.-layout10 .portfolio-item-image::before {
    left: 0;
    background: #fff;
    background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, .85)), to(rgba(255, 255, 255, 0)));
    background: -o-linear-gradient(left, rgba(255, 255, 255, .85) 0, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(90deg, rgba(255, 255, 255, .85) 0, rgba(255, 255, 255, 0) 100%)
}

.portfolio-item.-layout10 .headline-decor {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    bottom: auto;
    opacity: 0;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-item.-layout10:not(.-full-vh) {
    height: 50vh
}

.portfolio-item.-layout10:not(.-full-vh) .preview {
    top: 0;
    bottom: 0
}

.portfolio-item.-layout10.active .page-container .portfolio-item-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.portfolio-item.-layout10.active .headline-decor {
    opacity: 1
}

.portfolio-item.-layout13 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.portfolio-item.-layout13 .card-details {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.portfolio-item.-layout13 .card-details .holder {
    padding-top: 4vh
}

.portfolio-item.-layout13 .card-details .category-holder .category {
    font-weight: 600
}

.portfolio-item.-layout13 .card-details .project-details {
    padding-top: 1.25rem
}

.portfolio-item.-layout13:not(.-contained) .card-details {
    padding-top: 0;
    padding-left: 2.5rem
}

.portfolio-item.-layout13.-contained.-with-shadow .card-details,
.portfolio-item.-layout13.-contained.-with-shadow .image-holder {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.portfolio-item.-layout13.-contained .card-image {
    position: relative
}

.portfolio-item.-layout13.-contained .card-image .image-holder {
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.portfolio-item.-layout13.-contained .card-details {
    margin-left: 2.5rem;
    padding-top: 0;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem;
    padding-left: 4vh;
    padding-right: 4vh;
    padding-bottom: 4vh
}

.-with-slider .project-content::before,
.portfolio-links .project-content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 50%;
    background-image: -o-radial-gradient(1px 1px, circle, #c3bfca 1px, transparent 0);
    background-image: radial-gradient(circle at 1px 1px, #c3bfca 1px, transparent 0);
    background-size: 20px 20px
}

.portfolio-grid.is-loading {
    max-height: 0 !important
}

.portfolio-grid.is-loading .portfolio-item:not(.-with-slider) {
    visibility: hidden;
    opacity: 0
}

.portfolio-links.grid_8 {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.portfolio-links.grid_8.-with-sorting.-with-pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.portfolio-links.grid_8 .project-content {
    padding: 0
}

.portfolio-links.grid_8 .project-content::before {
    height: 25%;
    left: 50%
}

.portfolio-links.grid_8 .portfolio-grid {
    z-index: 2;
    height: auto !important;
    padding-top: 4rem;
    padding-bottom: 4rem
}

.portfolio-links.grid_8 .grid-item {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    padding: 0 1.25rem !important;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-links.grid_8 .grid-item .portfolio-item {
    padding: .4rem 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.portfolio-links.grid_8 .grid-item .portfolio-item .headline {
    margin: 0;
    line-height: 100%
}

.portfolio-links.grid_8 .grid-item .portfolio-item .category-holder {
    margin-left: .5rem
}

.portfolio-links.grid_8 .grid-item .portfolio-item.active {
    -webkit-transform: scale(2.5);
    -ms-transform: scale(2.5);
    transform: scale(2.5)
}

.portfolio-links.grid_8 .grid-item .portfolio-item.invisible {
    opacity: .05 !important;
    visibility: visible !important
}

.portfolio-links.grid_8 .grid-item .project-title:hover .headline {
    color: inherit
}

.portfolio-links.grid_8 .portfolio-grid-images {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: hidden
}

.portfolio-links.grid_8 .thumbnail {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    z-index: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-links.grid_8 .thumbnail::after {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    content: "";
    display: block;
    position: absolute
}

.portfolio-links.grid_8 .thumbnail.scale {
    opacity: 1;
    -webkit-animation: imageScale 12s 1;
    animation: imageScale 12s 1;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

.portfolio-links.grid_12 {
    position: relative;
    counter-reset: portfolio-number
}

.portfolio-links.grid_12 .portfolio-item {
    overflow: visible;
    white-space: nowrap;
    counter-increment: portfolio-number;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.portfolio-links.grid_12 .portfolio-item-details {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.portfolio-links.grid_12 .portfolio-item-details .category-holder {
    opacity: 0;
    -webkit-transform: translateX(1.75rem);
    -ms-transform: translateX(1.75rem);
    transform: translateX(1.75rem);
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-links.grid_12 .portfolio-item-details .category-holder a {
    font-weight: 600
}

.portfolio-links.grid_12 .portfolio-item-details-headline {
    position: relative
}

.portfolio-links.grid_12 .portfolio-item-details-headline::after {
    content: "0" counter(portfolio-number);
    opacity: .65;
    font-weight: 700;
    top: 0;
    right: 0;
    -webkit-transform: translateX(110%);
    -ms-transform: translateX(110%);
    transform: translateX(110%);
    position: absolute;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-links.grid_12 .portfolio-item-details-headline>a {
    position: relative;
    display: block
}

.portfolio-links.grid_12 .portfolio-item-details-headline>a .title {
    font-size: 6vw;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-links.grid_12 .portfolio-item-details-headline>a .title:hover {
    -webkit-text-stroke: 1px currentColor;
    -webkit-text-fill-color: transparent
}

.portfolio-links.grid_12 .portfolio-item .portfolio-item-image {
    opacity: 0;
    height: 0;
    width: 0;
    visibility: hidden;
    position: absolute;
    top: 0;
    left: 0;
    padding: 0;
    z-index: -1
}

.portfolio-links.grid_12 .portfolio-item .portfolio-item-image>img {
    mix-blend-mode: multiply;
    opacity: .3
}

.portfolio-links.grid_12 .portfolio-item:hover .portfolio-item-details .portfolio-item-details-headline::after {
    -webkit-transform: translateX(-.75rem);
    -ms-transform: translateX(-.75rem);
    transform: translateX(-.75rem);
    opacity: 0
}

.portfolio-links.grid_12 .portfolio-item:hover .portfolio-item-details .category-holder {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.portfolio-links.grid_12 .portfolio-grid-images {
    height: 0;
    width: 0;
    z-index: 10;
    position: relative
}

.portfolio-links.grid_12 .portfolio-grid-images .portfolio-item-image {
    position: fixed;
    left: .75rem;
    top: .75rem;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    will-change: transform
}

.portfolio-links.grid_12 .portfolio-grid-images .portfolio-item-image .card {
    width: 35vh;
    height: 35vh;
    padding: 1rem;
    will-change: transform;
    -webkit-transition: all linear 2s;
    -o-transition: all linear 2s;
    transition: all linear 2s
}

.portfolio-links.grid_12 .portfolio-grid-images .portfolio-item-image .card img {
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-links.grid_12 .portfolio-grid-images .portfolio-item-image.transition {
    -webkit-transition: all linear .25s;
    -o-transition: all linear .25s;
    transition: all linear .25s
}

.portfolio-links.grid_12 .portfolio-grid-images .portfolio-item-image.visible img {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.portfolio-links.grid_12 .portfolio-grid-holder {
    position: relative;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    overflow-x: hidden
}

.portfolio-links.grid_12 .portfolio-grid-holder .portfolio-grid {
    margin-top: 0;
    margin-bottom: 0;
    -webkit-transform-origin: bottom left;
    -ms-transform-origin: bottom left;
    transform-origin: bottom left;
    -webkit-transform: rotate(-90deg) translateY(100%);
    -ms-transform: rotate(-90deg) translateY(100%);
    transform: rotate(-90deg) translateY(100%);
    overflow: hidden;
    left: 1.25rem;
    bottom: 0;
    right: 0;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    top: auto !important;
    position: absolute !important;
    border-left: 1px solid rgba(150, 144, 162, .25)
}

.portfolio-links.grid_12 .portfolio-grid-holder .portfolio-grid::-webkit-scrollbar,
.portfolio-links.grid_12 .portfolio-grid-holder .portfolio-grid::-webkit-scrollbar-thumb {
    visibility: hidden
}

.portfolio-links.grid_12 .portfolio-grid-holder .grid-item {
    position: static !important;
    left: auto !important;
    top: auto !important;
    padding: 0 0 0 2rem !important;
    min-height: -webkit-calc(100% / 10);
    min-height: calc(100% / 10);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.portfolio-links.grid_12 .portfolio-grid-holder-underline {
    position: absolute;
    bottom: 0;
    height: 1px;
    width: 1px;
    background-color: #635d6f;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.portfolio-links.grid_12.-full-vh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.portfolio-links .lazy-load,
.portfolio-links .pagination,
.portfolio-links .portfolio-filter {
    z-index: 3;
    position: relative;
    padding-top: 2rem;
    padding-bottom: 2rem
}

.portfolio-links .project-content::before {
    display: none
}

.ohio-recent-projects-sc .vc_row[data-vc-full-width].vc_hidden {
    opacity: 1
}

@-webkit-keyframes imageScale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes imageScale {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

.project.-layout3>.vc_row {
    margin-right: 0
}

.project.-layout3 .project-gallery:not(.scroll-disabled) .share-bar {
    left: -webkit-calc(50% - 4vh);
    left: calc(50% - 4vh);
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

.project.-layout3 .project-gallery.scroll-disabled .share-bar {
    right: 4vh
}

.project.-layout4>.vc_row {
    margin-left: 0
}

.project.-layout4 .project-gallery:not(.scroll-disabled) .share-bar {
    right: -webkit-calc(50% - 4vh);
    right: calc(50% - 4vh);
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%)
}

.project.-layout4 .project-gallery.scroll-disabled .share-bar {
    left: 4vh
}

.project.-layout5 .project-content {
    padding-top: 5rem;
    padding-bottom: 5rem
}

.project.-layout5 .video-button {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.project.-layout5 .video-holder.-cover iframe {
    height: 140%
}

.project.-layout5 .project-slider,
.project.-layout5 .video-holder {
    height: 75vh
}

.project.-layout6 .project-content {
    height: 100vh;
    padding-top: 12vh
}

.project.-layout6 .project-content .holder {
    position: relative;
    z-index: 1
}

.project.-layout6 .project-content .headline,
.project.-layout6 .project-content .holder {
    color: #fff
}

.project.-layout6 .project-content .options-group li {
    border-top-color: rgba(255, 255, 255, .25)
}

.project.-layout6 .project-content .video-module {
    min-height: 56px;
    margin-bottom: 3vh
}

.project.-layout6 .project-content .page-container,
.project.-layout6 .project-content .vc_row {
    height: 100%
}

.project.-layout6 .project-content .vc_row {
    padding-bottom: 12vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.project.-layout7 {
    padding-bottom: 6rem
}

.project.-layout7 .share-bar {
    top: 4vh;
    left: 4vh
}

.project.-layout8 {
    background-color: #161519
}

.project.-layout8 .project-content {
    padding: 12vh 0
}

.project.-layout8 .project-content .vc_row {
    display: block
}

.project.-layout8 .project-content .holder {
    position: relative
}

.project.-layout8 .project-gallery {
    top: 0;
    right: 0;
    bottom: 0;
    width: 65vw;
    position: absolute
}

.project.-layout8 .project-slider {
    height: 100%
}

.project.-layout8 .overlay {
    background: -webkit-gradient(linear, right top, left top, from(rgba(17, 16, 19, 0)), to(rgba(17, 16, 19, .5)));
    background: -o-linear-gradient(right, rgba(17, 16, 19, 0), rgba(17, 16, 19, .5));
    background: linear-gradient(-90deg, rgba(17, 16, 19, 0), rgba(17, 16, 19, .5))
}

.project.-layout9 .holder {
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.project.-layout9 .holder,
.project.-layout9 .holder .headline {
    color: #fff
}

.project.-layout9 .project-content {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.project.-layout10 .share-bar .social-networks {
    background-color: rgba(150, 144, 162, .08);
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.project.-layout10 .project-slider {
    height: 100vh
}

.project.-layout10 .project-content {
    position: relative
}

.project.-layout10 .project-content .holder {
    height: auto;
    padding: 0 1.25rem
}

.project.-layout1 .video-holder,
.project.-layout2 .video-holder,
.project.-layout3 .video-holder,
.project.-layout4 .video-holder,
.project.-layout7 .video-holder {
    margin-bottom: .5rem
}

.project.-layout1 .video-holder:not(.-custom),
.project.-layout2 .video-holder:not(.-custom),
.project.-layout3 .video-holder:not(.-custom),
.project.-layout4 .video-holder:not(.-custom),
.project.-layout7 .video-holder:not(.-custom) {
    position: relative;
    padding-bottom: -webkit-calc(100% * 9 / 16);
    padding-bottom: calc(100% * 9 / 16)
}

.project.-layout1 .video-holder:not(.-custom) iframe,
.project.-layout2 .video-holder:not(.-custom) iframe,
.project.-layout3 .video-holder:not(.-custom) iframe,
.project.-layout4 .video-holder:not(.-custom) iframe,
.project.-layout7 .video-holder:not(.-custom) iframe {
    position: absolute;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: 0;
    left: 0
}

.project.-layout1 .video-holder.-custom video,
.project.-layout2 .video-holder.-custom video,
.project.-layout3 .video-holder.-custom video,
.project.-layout4 .video-holder.-custom video,
.project.-layout7 .video-holder.-custom video {
    vertical-align: top;
    min-width: 100%
}

.project.-layout3 .page-container,
.project.-layout4 .page-container {
    max-width: 100%
}

.project.-layout3 .project-gallery,
.project.-layout4 .project-gallery {
    padding-left: 0;
    padding-right: 0
}

.project.-layout3 .project-gallery .share-bar,
.project.-layout4 .project-gallery .share-bar {
    bottom: 4vh
}

.project.-layout6 .options-group li p,
.project.-layout8 .options-group li p {
    opacity: .75
}

.project.-layout6 .project-slider,
.project.-layout9 .project-slider {
    height: 100vh;
    width: 100%;
    position: absolute
}

.single.with-spacer.with-header-5 .-layout3 .project-gallery:not(.scroll-disabled) .share-bar {
    left: -webkit-calc(50% + (10.5vh/2) - (1.25rem + 4vh));
    left: calc(50% + (10.5vh/2) - (1.25rem + 4vh))
}

.single.with-spacer.with-header-5 .-layout4 .project-gallery:not(.scroll-disabled) .share-bar {
    right: -webkit-calc(50% - (32vh/2) - (1.25rem + 4vh));
    right: calc(50% - (32vh/2) - (1.25rem + 4vh))
}

.single.with-spacer.with-header-6 .-layout3 .project-gallery:not(.scroll-disabled) .share-bar,
.single.with-spacer.with-header-7 .-layout3 .project-gallery:not(.scroll-disabled) .share-bar {
    left: -webkit-calc(50% + ((10.5vh - 1.25rem)/ 2) - (1.25rem + 4vh));
    left: calc(50% + ((10.5vh - 1.25rem)/ 2) - (1.25rem + 4vh))
}

.single.with-spacer.with-header-6 .-layout4 .project-gallery:not(.scroll-disabled) .share-bar,
.single.with-spacer.with-header-7 .-layout4 .project-gallery:not(.scroll-disabled) .share-bar {
    right: -webkit-calc(50% - ((10.5vh + 1.25rem)/ 2) - (1.25rem + 4vh));
    right: calc(50% - ((10.5vh + 1.25rem)/ 2) - (1.25rem + 4vh))
}

.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .project.-layout1 .share-bar,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .project.-layout3 .share-bar,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .project.-layout4 .share-bar {
    margin-top: 12vh
}

.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.-layout1 .project-content,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.-layout1 .share-bar,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.-layout2 .project-content,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.-layout2 .share-bar,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.-layout3 .project-content,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.-layout3 .share-bar,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.-layout4 .project-content,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.-layout4 .share-bar,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.page-container+.-layout1 .project-content,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.page-container+.-layout1 .share-bar,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.page-container+.-layout2 .project-content,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.page-container+.-layout2 .share-bar,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.page-container+.-layout3 .project-content,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.page-container+.-layout3 .share-bar,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.page-container+.-layout4 .project-content,
.single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .page-headline+.page-container+.-layout4 .share-bar {
    margin-top: 0
}

.single:not(.with-spacer) .-layout7:not(.blog-item),
.single:not(.with-spacer) .-layout8:not(.blog-item) {
    padding-top: 12vh
}

.single:not(.with-spacer) .-layout8 .project-gallery {
    top: 12vh
}

.back-link {
    position: fixed;
    z-index: 5;
    top: 4vh;
    left: 4vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.back-link .caption {
    opacity: 0;
    -webkit-transform: translateX(.5rem);
    -ms-transform: translateX(.5rem);
    transform: translateX(.5rem);
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.back-link:hover .caption {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.back-link.showed {
    opacity: 1;
    visibility: visible
}

body:not(.with-header-sidebar) .back-link {
    margin-top: 12vh
}

body:not(.with-header-sidebar).with-subheader .back-link {
    margin-top: -webkit-calc(12vh + 2.375rem);
    margin-top: calc(12vh + 2.375rem)
}

body:not(.with-header-sidebar).with-header-2 .back-link {
    margin-top: 20vh
}

body:not(.with-header-sidebar).with-header-2.with-subheader .back-link {
    margin-top: -webkit-calc(20vh + 2.375rem);
    margin-top: calc(20vh + 2.375rem)
}

.with-header-sidebar.with-subheader .back-link {
    margin-top: 2.375rem
}

.color-switcher {
    font-weight: 500;
    font-size: .85em;
    position: relative;
    height: 1.8rem;
    background-color: rgba(150, 144, 162, .25);
    cursor: pointer;
    -webkit-box-shadow: 0 0 0 2px rgba(150, 144, 162, .15) inset;
    box-shadow: 0 0 0 2px rgba(150, 144, 162, .15) inset;
    -webkit-border-radius: 0.9rem;
    border-radius: .9rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.color-switcher-item-state {
    margin: 0;
    height: 1.5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.color-switcher-item-state>span {
    line-height: 1
}

.color-switcher-item-state svg {
    fill: currentColor
}

.color-switcher-item,
.color-switcher-toddler-item {
    width: 100%;
    height: 100%;
    padding: 0 .65rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.color-switcher-toddler {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%
}

.color-switcher-toddler-wrap {
    position: relative;
    height: 100%
}

.color-switcher-toddler-item {
    position: absolute;
    background-color: #fff;
    width: 100%;
    -webkit-box-shadow: -3px 0 6px rgba(17, 16, 19, .05);
    box-shadow: -3px 0 6px rgba(17, 16, 19, .05);
    -webkit-border-radius: 0.9rem;
    border-radius: .9rem
}

.color-switcher-toddler-item:hover svg {
    -webkit-transform: scale3d(1.06, 1.06, 1.06);
    transform: scale3d(1.06, 1.06, 1.06);
    -webkit-transition: transform cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: transform cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-transition: -webkit-transform cubic-bezier(.645, .045, .355, 1) .35s;
    transition: -webkit-transform cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform cubic-bezier(.645, .045, .355, 1) .35s;
    transition: transform cubic-bezier(.645, .045, .355, 1) .35s, -webkit-transform cubic-bezier(.645, .045, .355, 1) .35s
}

.color-switcher-toddler-item .light {
    z-index: 1
}

.color-switcher:not(.dark) .color-switcher-toddler-item.light {
    z-index: 1
}

.color-switcher.dark:not(.-simple) .color-switcher-item.light svg {
    fill: rgba(255, 255, 255, 0.75)
}

.color-switcher.dark .color-switcher-toddler .color-switcher-toddler-item {
    color: #fff;
    background-color: #4a4653
}

.color-switcher.dark .color-switcher-toddler .color-switcher-toddler-item.dark {
    z-index: 1
}

.notification .alert {
    background-color: #fff
}

.notification .alert.-blur {
    background-color: rgba(255, 255, 255, .9)
}

.notification .alert .button {
    margin-left: 1rem
}

.elements-bar {
    position: fixed;
    top: 50%;
    min-height: 3.5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.elements-bar>li {
    padding: 0
}

.elements-bar.left {
    z-index: 4;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg) translate(-50%, 0);
    -ms-transform: rotate(-90deg) translate(-50%, 0);
    transform: rotate(-90deg) translate(-50%, 0);
    left: 4vh
}

.elements-bar.right {
    z-index: 3;
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
    -webkit-transform: rotate(-90deg) translate(50%, -100%);
    -ms-transform: rotate(-90deg) translate(50%, -100%);
    transform: rotate(-90deg) translate(50%, -100%);
    right: 4vh
}

.meta-item {
    line-height: 1.4;
    text-align: left
}

.meta-item .prefix {
    font-size: .9em;
    display: block;
    opacity: .75
}

.meta-item span:not(.prefix),
.meta-item time:not(.prefix) {
    font-weight: 600;
    font-size: .95em
}

.headline-meta {
    font-size: .95em;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.headline-meta .category-holder,
.headline-meta .date {
    font-weight: 500
}

.headline-meta .category-holder+::before,
.headline-meta .date+::before {
    margin-left: .25rem;
    margin-right: .25rem;
    content: 'â€¢';
    display: inline-block;
    vertical-align: middle;
    font-size: .8em;
    margin-top: -2px;
    color: #dc2828
}

.headline-meta .post-meta-estimate {
    white-space: nowrap
}

.meta-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.meta-holder .meta-item:not(:first-child):not(:last-child) {
    margin-right: 3vh
}

.meta-holder .meta-item:first-child {
    margin: -.25rem 1rem 0 0
}

.page-preloader {
    background-color: #fff;
    width: 100%;
    height: 100vh;
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.page-preloader .loader {
    width: 6px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-animation: typing 1s linear infinite alternate;
    animation: typing 1s linear infinite alternate;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.page-preloader.hidden {
    opacity: 0;
    visibility: hidden
}

.page-preloader.hide {
    display: none
}

.page-preloader.percentage-preloader .sk-percentage {
    height: 100%;
    width: 0;
    background-color: #fceef1;
    left: 0;
    position: fixed
}

.page-preloader.percentage-preloader .sk-percentage-percent {
    position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 6em;
    font-weight: 600;
    letter-spacing: -.02rem
}

.spinner {
    -webkit-animation: spinner_animation 2s linear infinite;
    animation: spinner_animation 2s linear infinite;
    z-index: 2;
    position: relative
}

.spinner .path {
    opacity: .75;
    stroke: #161519;
    stroke-linecap: round;
    -webkit-animation: spinner_animation_dash 1.5s ease-in-out infinite;
    animation: spinner_animation_dash 1.5s ease-in-out infinite
}

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

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

@-webkit-keyframes spinner_animation_dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

@keyframes spinner_animation_dash {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }

    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }

    100% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.sk-circle {
    position: relative
}

.sk-circle .sk-child {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0
}

.sk-circle .sk-child::before {
    content: "";
    display: block;
    margin: 0 auto;
    width: 15%;
    height: 15%;
    background-color: #161519;
    -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.sk-circle .sk-circle2 {
    -webkit-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    transform: rotate(30deg)
}

.sk-circle .sk-circle2::before {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-circle .sk-circle3 {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg)
}

.sk-circle .sk-circle3::before {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-circle .sk-circle4 {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.sk-circle .sk-circle4::before {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-circle .sk-circle5 {
    -webkit-transform: rotate(120deg);
    -ms-transform: rotate(120deg);
    transform: rotate(120deg)
}

.sk-circle .sk-circle5::before {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

.sk-circle .sk-circle6 {
    -webkit-transform: rotate(150deg);
    -ms-transform: rotate(150deg);
    transform: rotate(150deg)
}

.sk-circle .sk-circle6::before {
    -webkit-animation-delay: -.7s;
    animation-delay: -.7s
}

.sk-circle .sk-circle7 {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.sk-circle .sk-circle7::before {
    -webkit-animation-delay: -.6s;
    animation-delay: -.6s
}

.sk-circle .sk-circle8 {
    -webkit-transform: rotate(210deg);
    -ms-transform: rotate(210deg);
    transform: rotate(210deg)
}

.sk-circle .sk-circle8::before {
    -webkit-animation-delay: -.5s;
    animation-delay: -.5s
}

.sk-circle .sk-circle9 {
    -webkit-transform: rotate(240deg);
    -ms-transform: rotate(240deg);
    transform: rotate(240deg)
}

.sk-circle .sk-circle9::before {
    -webkit-animation-delay: -.4s;
    animation-delay: -.4s
}

.sk-circle .sk-circle10 {
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg)
}

.sk-circle .sk-circle10::before {
    -webkit-animation-delay: -.3s;
    animation-delay: -.3s
}

.sk-circle .sk-circle11 {
    -webkit-transform: rotate(300deg);
    -ms-transform: rotate(300deg);
    transform: rotate(300deg)
}

.sk-circle .sk-circle11::before {
    -webkit-animation-delay: -.2s;
    animation-delay: -.2s
}

.sk-circle .sk-circle12 {
    -webkit-transform: rotate(330deg);
    -ms-transform: rotate(330deg);
    transform: rotate(330deg)
}

.sk-circle .sk-circle12::before {
    -webkit-animation-delay: -.1s;
    animation-delay: -.1s
}

@-webkit-keyframes sk-circleBounceDelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-circleBounceDelay {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-wave {
    width: 50px;
    height: 40px;
    text-align: center;
    font-size: 10px
}

.sk-wave .sk-rect {
    background-color: #161519;
    height: 100%;
    width: 5px;
    display: inline-block;
    -webkit-animation: sk-waveStretchDelay 1.2s infinite ease-in-out;
    animation: sk-waveStretchDelay 1.2s infinite ease-in-out
}

.sk-wave .sk-rect1 {
    -webkit-animation-delay: -1.2s;
    animation-delay: -1.2s
}

.sk-wave .sk-rect2 {
    -webkit-animation-delay: -1.1s;
    animation-delay: -1.1s
}

.sk-wave .sk-rect3 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

.sk-wave .sk-rect4 {
    -webkit-animation-delay: -.9s;
    animation-delay: -.9s
}

.sk-wave .sk-rect5 {
    -webkit-animation-delay: -.8s;
    animation-delay: -.8s
}

@-webkit-keyframes sk-waveStretchDelay {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

@keyframes sk-waveStretchDelay {

    0%,
    100%,
    40% {
        -webkit-transform: scaleY(.4);
        transform: scaleY(.4)
    }

    20% {
        -webkit-transform: scaleY(1);
        transform: scaleY(1)
    }
}

.sk-double-bounce {
    position: relative
}

.sk-double-bounce .sk-child {
    width: 100%;
    height: 100%;
    background-color: #161519;
    opacity: .6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
    animation: sk-doubleBounce 2s infinite ease-in-out;
    -webkit-border-radius: 50%;
    border-radius: 50%
}

.sk-double-bounce .sk-double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s
}

@-webkit-keyframes sk-doubleBounce {

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

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes sk-doubleBounce {

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

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.sk-folding-cube {
    position: relative;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg)
}

.sk-folding-cube .sk-cube {
    float: left;
    width: 50%;
    height: 50%;
    position: relative;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.sk-folding-cube .sk-cube::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #161519;
    -webkit-animation: sk-foldCubeAngle 2.5s infinite linear both;
    animation: sk-foldCubeAngle 2.5s infinite linear both;
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.sk-folding-cube .sk-cube2 {
    -webkit-transform: scale(1.1) rotateZ(90deg);
    -ms-transform: scale(1.1) rotate(90deg);
    transform: scale(1.1) rotateZ(90deg)
}

.sk-folding-cube .sk-cube2::before {
    -webkit-animation-delay: .3125s;
    animation-delay: .3125s
}

.sk-folding-cube .sk-cube3 {
    -webkit-transform: scale(1.1) rotateZ(180deg);
    -ms-transform: scale(1.1) rotate(180deg);
    transform: scale(1.1) rotateZ(180deg)
}

.sk-folding-cube .sk-cube3::before {
    -webkit-animation-delay: 625ms;
    animation-delay: 625ms
}

.sk-folding-cube .sk-cube4 {
    -webkit-transform: scale(1.1) rotateZ(270deg);
    -ms-transform: scale(1.1) rotate(270deg);
    transform: scale(1.1) rotateZ(270deg)
}

.sk-folding-cube .sk-cube4::before {
    -webkit-animation-delay: .9375s;
    animation-delay: .9375s
}

@-webkit-keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }

    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

@keyframes sk-foldCubeAngle {

    0%,
    10% {
        -webkit-transform: perspective(140px) rotateX(-180deg);
        transform: perspective(140px) rotateX(-180deg);
        opacity: 0
    }

    25%,
    75% {
        -webkit-transform: perspective(140px) rotateX(0);
        transform: perspective(140px) rotateX(0);
        opacity: 1
    }

    100%,
    90% {
        -webkit-transform: perspective(140px) rotateY(180deg);
        transform: perspective(140px) rotateY(180deg);
        opacity: 0
    }
}

.sk-circle,
.sk-double-bounce,
.sk-fading-circle,
.sk-folding-cube,
.spinner {
    width: 3.25rem;
    height: 3.25rem
}

.social-bar {
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.social-bar-holder {
    white-space: nowrap;
    font-family: inherit;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.social-bar-holder li {
    margin: 0 5px
}

.social-bar-holder li a::after {
    content: "/";
    display: inline;
    padding-left: 10px
}

.social-bar-holder li:last-child a::after {
    display: none
}

.social-bar-holder.icons li {
    padding: 0 5px
}

.social-bar-holder.icons li i {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.social-bar-holder.icons li a::after {
    display: none
}

.share-bar {
    position: absolute;
    z-index: 1
}

.share-bar .social-networks {
    background-color: #fff;
    padding: .15rem;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.share-bar .social-networks .network,
.share-bar .social-networks:not(.-text) .network {
    margin: 0
}

.share-bar .social-text {
    display: none
}

.share-bar.-vertical .social-networks {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.filter-holder {
    position: relative
}

.filter-holder .button {
    display: none;
    margin-left: 1rem
}

.is-mobile-menu .mobile-overlay {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    visibility: hidden;
    opacity: 0;
    z-index: 99999;
    overflow: hidden;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.is-mobile-menu .mobile-overlay .close-bar {
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.is-mobile-menu .mobile-overlay .close-bar .icon-button.search-global {
    display: block
}

.is-mobile-menu .mobile-overlay .close-bar .icon-button.search-global:not(.-overlay-button):not(.-small) {
    color: inherit
}

.is-mobile-menu .mobile-overlay .overlay {
    position: fixed;
    background-color: rgba(17, 16, 19, .9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.is-mobile-menu .mobile-overlay .holder {
    position: absolute;
    top: 0;
    height: 100vh;
    z-index: 1;
    background-color: #fff;
    width: -webkit-calc(100% - 56px);
    width: calc(100% - 56px);
    text-align: left;
    overflow-y: auto;
    padding: 94px 20px;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px);
    -webkit-transition-duration: .25s;
    -o-transition-duration: .25s;
    transition-duration: .25s;
    opacity: 0
}

.is-mobile-menu .mobile-overlay.visible {
    visibility: visible;
    opacity: 1
}

.is-mobile-menu .mobile-overlay.visible .holder {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.is-mobile-menu .mobile-overlay .copyright {
    font-weight: 400;
    font-size: .95em
}

.is-mobile-menu .mobile-overlay .copyright,
.is-mobile-menu .mobile-overlay select {
    margin: 1rem 0 0 0
}

.is-mobile-menu .mobile-overlay select.lang-dropdown {
    color: inherit
}

.is-mobile-menu .mobile-overlay>.social-bar {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg) translate(50%, 0);
    -ms-transform: rotate(-90deg) translate(50%, 0);
    transform: rotate(-90deg) translate(50%, 0);
    margin: 0;
    position: absolute;
    top: 50%;
    right: 1rem;
    z-index: 1
}

.is-mobile-menu .mobile-overlay>.social-bar * {
    color: #fff
}

.scroll-top {
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-transition-property: opacity, visibility, color;
    -o-transition-property: opacity, visibility, color;
    transition-property: opacity, visibility, color
}

.scroll-top:not(.-left):not(.-right) {
    opacity: 0;
    visibility: hidden
}

.scroll-top.-left {
    margin-left: -1rem
}

.scroll-top.-left,
.scroll-top.-right {
    white-space: nowrap
}

.scroll-top.-left .icon-button .icon,
.scroll-top.-right .icon-button .icon {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.scroll-top-bar {
    width: 3.75rem;
    height: .125rem;
    margin-right: 1rem;
    position: relative
}

.scroll-top-bar::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    background-color: currentColor;
    opacity: .25
}

.scroll-top-bar .scroll-track {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background-color: currentColor
}

.scroll-top.clb-slider-scroll-top {
    visibility: visible;
    opacity: 1
}

.scroll-top.clb-slider-scroll-top .scroll-top-bar .scroll-track {
    width: 0;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.scroll-top,
.social-bar {
    font-weight: 600;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.scroll-top:not(.-right),
.social-bar:not(.-right) {
    margin-right: 1.25rem
}

.scroll-bar-container {
    position: fixed;
    top: 50%;
    z-index: 1;
    min-height: 56px;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: rotate(-90deg) translate(-50%, 0);
    -ms-transform: rotate(-90deg) translate(-50%, 0);
    transform: rotate(-90deg) translate(-50%, 0);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    left: 4vh
}

.scroll-bar-container.grid_9 {
    width: 100%;
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    top: auto
}

.scroll-bar-container.grid_9 .page-container {
    width: 100%
}

.scroll-bar-container.grid_9 .page-container>[class*=vc_col-md-] {
    position: relative
}

.scroll-bar-container.grid_9 .scroll-top {
    position: absolute;
    left: 1.25rem;
    bottom: 3vh
}

.with-switcher .grid_10 .scroll-top,
.with-switcher .grid_10+.scroll-top,
.with-switcher .grid_3 .scroll-top,
.with-switcher .grid_3+.scroll-top,
.with-switcher .grid_4 .scroll-top,
.with-switcher .grid_4+.scroll-top,
.with-switcher .grid_5 .scroll-top,
.with-switcher .grid_5+.scroll-top,
.with-switcher .grid_6 .scroll-top,
.with-switcher .grid_6+.scroll-top,
.with-switcher .grid_7 .scroll-top,
.with-switcher .grid_7+.scroll-top {
    padding-right: 3.25rem
}

.with-switcher .grid_10+.scroll-bar-container .scroll-top,
.with-switcher .grid_3+.scroll-bar-container .scroll-top,
.with-switcher .grid_4+.scroll-bar-container .scroll-top,
.with-switcher .grid_5+.scroll-bar-container .scroll-top,
.with-switcher .grid_6+.scroll-bar-container .scroll-top,
.with-switcher .grid_7+.scroll-bar-container .scroll-top {
    padding-right: 3.25rem
}

.clb-popup {
    position: fixed;
    z-index: 9999999;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-50vh);
    -ms-transform: translateY(-50vh);
    transform: translateY(-50vh)
}

.clb-popup:not(.-slide-in) {
    overflow: hidden;
    background-color: rgba(17, 16, 19, .99);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.clb-popup:not(.-slide-in) .clb-popup-holder {
    height: 100%;
    padding: 12vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.clb-popup.-slide-in .close-bar {
    height: auto;
    width: auto;
    left: unset;
    padding: .75rem
}

.clb-popup.-slide-in .close-bar .icon-button {
    min-width: 3rem;
    width: 3rem;
    height: 3rem
}

.clb-popup.-slide-in .close-bar .icon-button .icon {
    color: initial
}

.clb-popup.-slide-in .popup-subscribe {
    -webkit-box-shadow: 0 5px 10px 0 rgba(150, 144, 162, .1);
    box-shadow: 0 5px 10px 0 rgba(150, 144, 162, .1)
}

.clb-popup.-left-bottom,
.clb-popup.-right-bottom {
    bottom: 4vh
}

.clb-popup.-left-bottom {
    left: 4vh
}

.clb-popup.-right-bottom {
    right: 4vh
}

.clb-popup.hidden {
    opacity: 0;
    visibility: hidden;
    display: initial
}

.clb-popup.visible {
    opacity: 1;
    visibility: visible;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: opacity .5s ease-in-out;
    -o-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out
}

.clb-popup .close-bar {
    position: absolute;
    left: 0;
    right: 0;
    top: 0
}

.clb-popup .close-bar .btn-expand {
    display: inline-block
}

.close-bar {
    position: relative;
    z-index: 11;
    height: 12vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding-left: 4vh;
    padding-right: 4vh
}

.project-lightbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.project-lightbox-details,
.project-lightbox-gallery {
    height: 100%
}

.project-lightbox .options-group {
    color: #9690a2
}

.project-lightbox,
.project-lightbox .project-details,
.project-lightbox .title {
    color: #fff
}

.project-lightbox .clb-slider-nav-btn {
    right: 0
}

.project-lightbox-gallery {
    width: -webkit-calc(100vw - 38vw);
    width: calc(100vw - 38vw);
    position: relative
}

.project-lightbox-gallery .slider {
    width: 100%;
    height: 100%
}

.project-lightbox-gallery .slider .clb-slider-outer-stage,
.project-lightbox-gallery .slider .clb-slider-stage {
    height: 100%
}

.project-lightbox-gallery .slider .clb-slider-pagination {
    left: 0
}

.project-lightbox-gallery .slider .portfolio-lightbox-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center
}

.project-lightbox-gallery iframe {
    height: 100vh;
    width: 100%
}

.project-lightbox-details {
    width: 38vw;
    padding: 12vh 10vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.popup-subscribe {
    overflow: hidden;
    height: auto;
    background-color: #fff;
    -webkit-animation: .4s slide_up_inner cubic-bezier(.645, .045, .355, 1);
    animation: .4s slide_up_inner cubic-bezier(.645, .045, .355, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-border-radius: 0.65rem;
    border-radius: .65rem
}

.popup-subscribe .thumbnail {
    min-height: 25vh;
    background-size: cover;
    background-position: center center
}

.popup-subscribe .thumbnail+.holder {
    padding-top: 3rem;
    padding-bottom: 3rem
}

.popup-subscribe .holder {
    padding: 4vh
}

.popup-subscribe .contact-form {
    margin: 1.25rem 0 0
}

.popup-subscribe .contact-form .button:not(:hover) {
    background-color: #161519 !important
}

.popup-subscribe .contact-form+.close-link {
    margin-top: 1.25rem;
    display: inline-block
}

@-webkit-keyframes slide_up_inner {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: .5
    }

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

@keyframes slide_up_inner {
    0% {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        opacity: .5
    }

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

.clb-video-popup iframe {
    margin: 0;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1
}

.clb-video-popup iframe+.popup-subscribe {
    display: none
}

.clb-video-popup video {
    width: auto;
    height: 100%
}

.clb-gallery-lightbox .close-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.clb-gallery-lightbox.clb-popup .clb-popup-holder {
    padding-top: 0;
    padding-bottom: 0
}

.clb-gallery-lightbox.clb-popup .clb-popup-holder .slider {
    opacity: 0;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.clb-gallery-lightbox.clb-popup .clb-popup-holder .slider.ready .clb-slider-item {
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.clb-gallery-lightbox.clb-popup .clb-popup-holder .slider.ready .clb-slider-item:not(.active) {
    -webkit-transform: scale(.5);
    -ms-transform: scale(.5);
    transform: scale(.5)
}

.clb-gallery-lightbox.clb-popup .clb-popup-holder .clb-slider-stage,
.clb-gallery-lightbox.clb-popup .clb-popup-holder .slider {
    height: 100%
}

.clb-gallery-lightbox.clb-popup .clb-popup-holder .clb-slider-stage .image-wrap,
.clb-gallery-lightbox.clb-popup .clb-popup-holder .slider .image-wrap {
    position: relative
}

.clb-gallery-lightbox.clb-popup .clb-popup-holder .clb-slider-stage .image-wrap img,
.clb-gallery-lightbox.clb-popup .clb-popup-holder .slider .image-wrap img {
    max-height: -webkit-calc(100% - 3rem - 7rem);
    max-height: calc(100% - 3rem - 7rem)
}

.clb-gallery-lightbox .clb-slider-outer-stage {
    overflow: visible
}

.clb-gallery-lightbox .clb-slider-stage {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.clb-gallery-lightbox .clb-slider-item {
    height: 100vh;
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.clb-gallery-lightbox .clb-slider-item.active {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.clb-gallery-lightbox .clb-slider-item:not(.active) {
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.clb-gallery-lightbox .clb-slider-nav-btn {
    position: fixed;
    color: #fff;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    margin-right: 4vh;
    margin-bottom: 4vh
}

.clb-gallery-lightbox .card-details {
    width: 100%;
    text-align: center;
    min-height: 7rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.clb-gallery-lightbox .card-details .title {
    color: #fff;
    font-size: 18px
}

.clb-gallery-lightbox .card-details .caption {
    margin-top: .5rem;
    display: block;
    width: auto;
    color: #635d6f
}

.clb-gallery-lightbox.-metro .clb-slider-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    min-width: 100%;
    height: 100%
}

.gallery-tmpimage {
    position: fixed;
    z-index: 9999999;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.gallery-tmpimage.active {
    left: 50%
}

.search-global.fixed {
    position: fixed;
    left: 4vh;
    bottom: 4vh;
    z-index: 50
}

.search-global.fixed .ion.light-typo {
    color: #fff
}

.search-global.fixed .ion.dark-typo {
    color: #111013
}

.search {
    position: relative
}

.search-field {
    width: 100%
}

.search-submit {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    margin: 0;
    min-width: 3rem
}

.search-submit .icon {
    margin: 0
}

.search-submit.-text:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.search select[name=search_term] {
    right: 3.5rem;
    position: absolute;
    top: 0;
    bottom: 0;
    max-width: 9rem;
    margin: 0
}

.search select[name=search_term],
.search select[name=search_term]:active,
.search select[name=search_term]:focus {
    background-color: transparent
}

.search-popup .holder {
    max-width: 65vh;
    margin: 0 auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 12vh
}

.search-popup .holder input[type=search]::-webkit-search-cancel-button,
.search-popup .holder input[type=search]::-webkit-search-decoration,
.search-popup .holder input[type=search]::-webkit-search-results-button,
.search-popup .holder input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none
}

.search-popup .holder .search-field {
    min-height: 3.5rem
}

.search-popup .holder .search-field:-moz-placeholder {
    color: #9690a2
}

.search-popup .holder .search-field::-moz-placeholder {
    color: #9690a2
}

.search-popup .holder .search-field:-ms-input-placeholder {
    color: #9690a2
}

.search-popup .holder .search-field::-webkit-input-placeholder {
    color: #9690a2
}

.search-popup .holder .search select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bbbbbb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.search-popup .holder .search select,
.search-popup .holder .search-field,
.search-popup .holder .search-submit {
    color: #fff
}

.search-popup .holder .search-results {
    max-height: 27rem;
    padding-bottom: .5rem;
    overflow-x: visible;
    overflow-y: auto
}

.search-popup .holder .search-results .no-search-results,
.search-popup .holder .search-results .search-suggestions {
    margin: 1rem 0;
    color: #635d6f
}

.search-popup .holder .search-results .product-item {
    position: relative;
    padding: 1.25rem 0;
    border-top: 1px solid rgba(150, 144, 162, .15);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.search-popup .holder .search-results .product-item>* {
    color: #fff
}

.search-popup .holder .search-results .product-item img {
    max-width: 4rem;
    min-width: 4rem;
    height: auto
}

.search-popup .holder .search-results .product-item-name {
    font-weight: 600
}

.search-popup .holder .search-results .product-item-details {
    margin-left: 1rem;
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.search-popup .holder .search-results .product-item-details .title {
    color: #fff
}

.search-popup .holder .search-results .product-item-details span>a {
    color: #9690a2;
    font-size: .95em
}

.search-popup .holder .search-results .product-item-price {
    font-weight: 600
}

.search-popup .holder .search-results .product-item:first-child {
    border: none
}

.search-popup .holder .search-results .search-results_btn {
    margin-top: 1rem
}

.search-popup .holder .search-results .button {
    color: #fff
}

.page-headline {
    position: relative;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.page-headline .holder {
    width: 100%;
    position: relative;
    z-index: 2;
    padding-top: 4rem;
    padding-bottom: 1rem
}

.page-headline .animated-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.page-headline .headline-meta {
    margin-bottom: 1.25rem
}

.page-headline .title {
    max-width: 65%
}

.page-headline .post-meta-holder {
    font-size: 1.05em;
    max-width: 60%;
    margin-top: 1.25rem
}

.page-headline .post-meta-holder .btn,
.page-headline .post-meta-holder .button {
    margin-top: 1.25rem
}

.page-headline .bg-image {
    background-position: center center;
    background-size: cover;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

.page-headline::after {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    content: "";
    display: block;
    position: absolute
}

.page-headline.without-cap {
    padding-top: 12vh
}

.page-headline.-center .animated-holder {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.page-headline.-right .animated-holder {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.page-headline .parallax {
    position: absolute;
    width: 100%;
    height: 100%
}

.empty-state .title+.button {
    margin-top: 1.25rem
}

.clb-blank-note {
    background-color: #f9d9b8;
    z-index: 1;
    line-height: 1.5;
    padding: 1.25rem;
    margin: .6rem 0;
    font-size: .95em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.clb-blank-note .icon {
    margin-right: .8rem
}

.clb-blank-note .icon path {
    fill: #ec8013
}

.empty-state .title+.button {
    margin-top: 1.25rem
}

.clb-blank-note {
    background-color: #f9d9b8;
    z-index: 1;
    line-height: 1.5;
    padding: 1.25rem;
    margin: .6rem 0;
    font-size: .95em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.clb-blank-note .icon {
    margin-right: .8rem
}

.clb-blank-note .icon path {
    fill: #ec8013
}

.sticky-nav {
    max-width: 17.8rem;
    position: fixed;
    right: 4vh;
    bottom: 4vh;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.sticky-nav:not(.-fade-up) {
    z-index: 102
}

.sticky-nav-holder {
    height: 100%;
    background: #fff;
    padding-top: 1rem;
    padding-left: 3vh;
    padding-right: 3vh;
    padding-bottom: 3vh
}

.sticky-nav-thumbnail {
    height: 120px;
    background-size: cover;
    background-position: center;
    width: 100%;
    position: absolute;
    top: -100px;
    z-index: -1;
    -webkit-border-top-right-radius: 0.35rem;
    border-top-right-radius: .35rem;
    -webkit-border-top-left-radius: 0.35rem;
    border-top-left-radius: .35rem
}

.sticky-nav .nav-group {
    margin-right: -1rem;
    margin-left: .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.sticky-nav-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.sticky-nav-headline+a {
    letter-spacing: -.025em;
    line-height: 1.25;
    font-size: -webkit-calc(1.25rem + 0 * ((100vw - 576px) / 864));
    font-size: calc(1.25rem + 0 * ((100vw - 576px) / 864))
}

.sticky-nav:hover .sticky-nav-thumbnail {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.sticky-nav-products {
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.coming-soon {
    background: -webkit-gradient(linear, left top, right top, from(#e7f6f8), to(#fbf6f1));
    background: -o-linear-gradient(left, #e7f6f8, #fbf6f1);
    background: linear-gradient(90deg, #e7f6f8, #fbf6f1);
    height: 100vh;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.coming-soon .holder {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.coming-soon .holder p {
    font-size: 1.15em;
    margin-top: 0
}

.coming-soon .holder>* {
    margin-bottom: 1.25rem
}

.coming-soon .social-networks {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    bottom: 6rem
}

.widgets {
    font-size: .98em
}

.widgets ol,
.widgets ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.widgets ol>li,
.widgets ul>li {
    margin: 0;
    padding: 0
}

.widgets ol>li::before,
.widgets ul>li::before {
    content: "";
    display: none
}

.widget {
    padding-top: 3vh
}

.widget select {
    max-width: 100%
}

.widget:not(:first-child) {
    margin-top: 4vh
}

.widget .wc-block-product-search__label,
.widget .wp-block-search__label,
.widget h2,
.widget-title {
    margin-bottom: 1rem;
    letter-spacing: -.01em;
    line-height: inherit;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    font-size: 1em
}

.widget>ul li:not(:last-child) {
    margin-bottom: .25rem
}

.widget .tagcloud,
.widget .wp-block-tag-cloud {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.widget .tagcloud a,
.widget .wp-block-tag-cloud a {
    margin: .35rem .35rem 0 0;
    display: inline-block;
    font-size: .9rem !important
}

.widget .has-submenu-icon {
    display: none
}

.widget.widget_ohio_widget_recent_posts ul li,
.widget.widget_products ul li,
.widget.widget_recent_reviews ul li,
.widget.widget_recently_viewed_products ul li,
.widget.widget_top_rated_products ul li {
    padding-bottom: 1.25rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.widget.widget_ohio_widget_recent_posts ul li:last-child,
.widget.widget_products ul li:last-child,
.widget.widget_recent_reviews ul li:last-child,
.widget.widget_recently_viewed_products ul li:last-child,
.widget.widget_top_rated_products ul li:last-child {
    margin-bottom: 0
}

.widget.widget_ohio_widget_recent_posts img,
.widget.widget_products img,
.widget.widget_recent_reviews img,
.widget.widget_recently_viewed_products img,
.widget.widget_top_rated_products img {
    margin-right: 1rem;
    -o-object-fit: cover;
    object-fit: cover;
    width: 4.25rem;
    min-width: 4.25rem;
    height: 4.25rem
}

.widget.widget_ohio_widget_recent_posts .content-holder h6,
.widget.widget_products .content-holder h6,
.widget.widget_recent_reviews .content-holder h6,
.widget.widget_recently_viewed_products .content-holder h6,
.widget.widget_top_rated_products .content-holder h6 {
    font-weight: 600;
    margin-bottom: .2rem
}

.widget.widget_ohio_widget_recent_posts .content-holder .details,
.widget.widget_products .content-holder .details,
.widget.widget_recent_reviews .content-holder .details,
.widget.widget_recently_viewed_products .content-holder .details,
.widget.widget_top_rated_products .content-holder .details {
    line-height: 1.45;
    font-size: .95em
}

.widget.widget_ohio_widget_recent_posts .content-holder .price,
.widget.widget_products .content-holder .price,
.widget.widget_recent_reviews .content-holder .price,
.widget.widget_recently_viewed_products .content-holder .price,
.widget.widget_top_rated_products .content-holder .price {
    display: block
}

.widget.widget_ohio_widget_recent_posts .content-holder .author,
.widget.widget_ohio_widget_recent_posts .content-holder .price,
.widget.widget_products .content-holder .author,
.widget.widget_products .content-holder .price,
.widget.widget_recent_reviews .content-holder .author,
.widget.widget_recent_reviews .content-holder .price,
.widget.widget_recently_viewed_products .content-holder .author,
.widget.widget_recently_viewed_products .content-holder .price,
.widget.widget_top_rated_products .content-holder .author,
.widget.widget_top_rated_products .content-holder .price {
    font-weight: 600
}

.widget_recent_comments .comment-author-link,
.widget_recent_comments .wp-block-latest-comments__comment-author {
    font-weight: 600
}

.widget_recent_comments .wp-block-latest-comments__comment-date {
    font-size: .95em;
    color: #635d6f
}

.widget_recent_comments .wp-block-latest-comments__comment-excerpt p {
    font-size: inherit;
    line-height: inherit;
    margin: .35rem 0 1.25rem
}

.widget_recent_comments li:not(:last-child) {
    margin-bottom: .5rem
}

.widget_calendar a {
    text-decoration: none
}

.widget_calendar table {
    text-align: center
}

.widget_calendar table td,
.widget_calendar table th {
    border-top: none;
    font-size: .9em;
    padding: .75rem .5rem;
    font-weight: 500;
    background: 0 0;
    border: none
}

.widget_calendar table caption,
.widget_calendar table tbody {
    color: inherit
}

.widget_calendar caption {
    padding: .6rem 1rem;
    font-weight: 700;
    font-family: "DM Sans", sans-serif;
    font-size: 1em;
    background-color: rgba(150, 144, 162, .06);
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.widget_calendar tbody tr td {
    border: none;
    position: relative
}

.widget_calendar tbody tr td a,
.widget_calendar tbody tr td#today {
    display: block;
    font-weight: 700;
    line-height: 1;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.widget_calendar tbody tr td#today {
    background-color: rgba(150, 144, 162, .15);
    width: 100%;
    height: 100%
}

.widget_calendar tbody tr td a {
    background-color: rgba(236, 128, 19, .15);
    min-height: 1.75rem;
    min-width: 1.75rem;
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.widget_calendar .wp-calendar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.widget_nav_menu .current-menu-item,
.widget_nav_menu .current_page_item,
.widget_pages .current-menu-item,
.widget_pages .current_page_item {
    font-weight: 600
}

.widget_nav_menu .sub-menu,
.widget_pages .sub-menu {
    margin-left: 1.5rem
}

.widget_rss a {
    color: #dc2828
}

.widget_rss .rss-date {
    font-size: .95em
}

.widget_rss .rssSummary,
.widget_rss cite {
    margin-top: 1.25rem
}

.widget_rss cite {
    margin-top: 1.25rem
}

.wc-block-product-search .wc-block-product-search__fields,
.wc-block-product-search .wp-block-search__inside-wrapper,
.widget_search .wc-block-product-search__fields,
.widget_search .wp-block-search__inside-wrapper {
    position: relative
}

.wc-block-product-search .wc-block-product-search__fields button[type=submit].wc-block-product-search__button,
.wc-block-product-search .wc-block-product-search__fields button[type=submit].wp-block-search__button,
.wc-block-product-search .wp-block-search__inside-wrapper button[type=submit].wc-block-product-search__button,
.wc-block-product-search .wp-block-search__inside-wrapper button[type=submit].wp-block-search__button,
.widget_search .wc-block-product-search__fields button[type=submit].wc-block-product-search__button,
.widget_search .wc-block-product-search__fields button[type=submit].wp-block-search__button,
.widget_search .wp-block-search__inside-wrapper button[type=submit].wc-block-product-search__button,
.widget_search .wp-block-search__inside-wrapper button[type=submit].wp-block-search__button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: transparent;
    border: none;
    padding: 0 1.15rem
}

.wc-block-product-search .wc-block-product-search__fields button[type=submit].wc-block-product-search__button:not(:hover),
.wc-block-product-search .wc-block-product-search__fields button[type=submit].wp-block-search__button:not(:hover),
.wc-block-product-search .wp-block-search__inside-wrapper button[type=submit].wc-block-product-search__button:not(:hover),
.wc-block-product-search .wp-block-search__inside-wrapper button[type=submit].wp-block-search__button:not(:hover),
.widget_search .wc-block-product-search__fields button[type=submit].wc-block-product-search__button:not(:hover),
.widget_search .wc-block-product-search__fields button[type=submit].wp-block-search__button:not(:hover),
.widget_search .wp-block-search__inside-wrapper button[type=submit].wc-block-product-search__button:not(:hover),
.widget_search .wp-block-search__inside-wrapper button[type=submit].wp-block-search__button:not(:hover) {
    color: #161519
}

.wc-block-product-search input[type=search],
.widget_search input[type=search] {
    border: none
}

.wc-block-product-search .wp-block-search__input,
.widget_search .wp-block-search__input {
    padding: 0 6rem 0 1rem
}

.wc-block-product-search .wc-block-product-search__field,
.widget_search .wc-block-product-search__field {
    padding: 0 4rem 0 1rem
}

.widget_ohio_widget_about_author {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.widget_ohio_widget_about_author .avatar {
    margin-bottom: 1rem
}

.widget_ohio_widget_about_author .social-networks .network {
    margin-top: 1rem
}

.widget_ohio_widget_about_author .content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.widget_ohio_widget_about_author .content .details {
    margin-bottom: .4rem
}

.widget_ohio_widget_about_author .content .details .site {
    font-size: .95em;
    color: #635d6f
}

.widget_ohio_widget_contact li {
    font-weight: 500
}

.widget_ohio_widget_contact li address {
    display: inline;
    font-weight: 400
}

.widget_ohio_widget_logo img:hover {
    opacity: .65;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.widget_ohio_widget_recent_posts .content-holder .comments+.author::before,
.widget_ohio_widget_recent_posts .content-holder .date+.categories::before {
    margin-right: .25rem;
    content: 'â€¢';
    display: inline-block;
    vertical-align: middle;
    font-size: .8em;
    margin-top: -2px;
    color: #dc2828
}

.horizontal-accordion {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.horizontal-accordion-item {
    min-width: 50%;
    position: relative;
    background-color: #fff;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.horizontal-accordion-item .accordion-body {
    height: 100%;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.horizontal-accordion-item:not(:last-child) {
    -webkit-box-shadow: 0 .75rem 2.5rem rgba(0, 0, 0, .08);
    box-shadow: 0 .75rem 2.5rem rgba(0, 0, 0, .08)
}

.horizontal-accordion-item:not(.active) {
    cursor: pointer
}

.horizontal-accordion-item:not(.active):hover .accordion-body {
    background-color: rgba(150, 144, 162, .06)
}

.horizontal-accordion:not(.open) {
    overflow-x: hidden
}

.accordion-item {
    margin-bottom: .5rem
}

.accordion-item .accordion-button {
    position: relative;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.accordion-item .accordion-button .icon-button {
    margin: 0;
    position: relative
}

.accordion-item .accordion-button .icon-button:not(.next-btn) .icon {
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.accordion-item .accordion-button .icon-button:not(.next-btn) .icon::after,
.accordion-item .accordion-button .icon-button:not(.next-btn) .icon::before {
    content: "";
    width: .75rem;
    height: .1rem;
    background-color: currentColor;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.accordion-item .accordion-button .icon-button:not(.next-btn) .icon::before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.accordion-item.active .accordion-collapse {
    opacity: 1
}

.accordion-item.active .icon-button:not(.next-btn) .icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.accordion-item.active .icon-button:not(.next-btn) .icon::before {
    opacity: 0
}

.accordion-item .accordion-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.accordion-item .accordion-header .icon {
    margin-right: .75rem
}

.accordion-item .accordion-collapse {
    overflow: hidden;
    height: 0;
    -webkit-transition: height cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: height cubic-bezier(.645, .045, .355, 1) .35s;
    transition: height cubic-bezier(.645, .045, .355, 1) .35s
}

.accordion-item .accordion-collapse .accordion-body>p {
    margin: 0
}

.accordion-item:last-child {
    margin-bottom: 0
}

.accordion:not(.-outlined):not(.-text) .accordion-item .accordion-button {
    background-color: rgba(150, 144, 162, .08);
    padding: .75rem .75rem .75rem 1.25rem;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.accordion:not(.-outlined):not(.-text) .accordion-item .accordion-collapse .accordion-body {
    padding: .75rem 1.25rem
}

.accordion.-outlined .accordion-item .accordion-collapse .accordion-body,
.accordion.-text .accordion-item .accordion-collapse .accordion-body,
.lazy-load.-outlined .accordion.button:not(.-flat) .accordion-item .accordion-collapse .accordion-body,
.pagination:not(.text-center).-outlined .accordion.button:not(.-flat) .accordion-item .accordion-collapse .accordion-body {
    padding: .75rem 0
}

.accordion.-outlined .accordion-item,
.lazy-load.-outlined .accordion.button:not(.-flat) .accordion-item,
.pagination:not(.text-center).-outlined .accordion.button:not(.-flat) .accordion-item {
    margin: 0
}

.accordion.-outlined .accordion-item .accordion-button,
.lazy-load.-outlined .accordion.button:not(.-flat) .accordion-item .accordion-button,
.pagination:not(.text-center).-outlined .accordion.button:not(.-flat) .accordion-item .accordion-button {
    border-top: 1px solid transparent;
    border-bottom: 1px solid #9690a2;
    padding: .75rem 0
}

.accordion.-outlined .accordion-item.active+.accordion-item .accordion-button,
.accordion.-outlined .accordion-item:first-child .accordion-button,
.lazy-load.-outlined .accordion.button:not(.-flat) .accordion-item.active+.accordion-item .accordion-button,
.lazy-load.-outlined .accordion.button:not(.-flat) .accordion-item:first-child .accordion-button,
.pagination:not(.text-center).-outlined .accordion.button:not(.-flat) .accordion-item.active+.accordion-item .accordion-button,
.pagination:not(.text-center).-outlined .accordion.button:not(.-flat) .accordion-item:first-child .accordion-button {
    border-top-color: #9690a2
}

.accordion.-text .accordion-item .accordion-button {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end
}

.accordion.-text .accordion-item .accordion-button .icon-button {
    margin-left: -.5rem
}

.banner:not(.-with-overlay):not(.-image-only) .overlay-details {
    background: #111013;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 16, 19, .65)), to(rgba(17, 16, 19, 0)));
    background: -o-linear-gradient(bottom, rgba(17, 16, 19, .65) 0, rgba(17, 16, 19, 0) 100%);
    background: linear-gradient(0deg, rgba(17, 16, 19, .65) 0, rgba(17, 16, 19, 0) 100%)
}

.banner.-image-only .overlay-details,
.banner.-with-overlay:not(.team-member) .overlay-details {
    height: 100%;
    background-color: rgba(17, 16, 19, .5);
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.banner.-image-only .overlay-details .title,
.banner.-with-overlay:not(.team-member) .overlay-details .title {
    color: #fff
}

.banner.-image-only .overlay-details {
    opacity: 0;
    -webkit-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: opacity cubic-bezier(.645, .045, .355, 1) .35s;
    transition: opacity cubic-bezier(.645, .045, .355, 1) .35s
}

.banner.-image-only:hover .overlay-details {
    opacity: 1
}

.banner.-image-only:hover .card-details,
.banner.-image-only:hover p {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1
}

.call-to-action {
    width: 100%;
    position: relative;
    background-color: rgba(220, 40, 40, .1);
    padding: 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.call-to-action.-with-shadow {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.circle-progress .circle {
    position: relative;
    display: inline-block
}

.circle-progress .circle svg {
    vertical-align: top
}

.circle-progress .circle .progress {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.circle-progress .circle .progress-meter,
.circle-progress .circle .progress-value {
    fill: none
}

.circle-progress .circle .progress-meter {
    stroke: rgba(150, 144, 162, 0.15)
}

.circle-progress .circle .progress-value {
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000;
    -webkit-transition: .9s cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: .9s cubic-bezier(.645, .045, .355, 1) .35s;
    transition: .9s cubic-bezier(.645, .045, .355, 1) .35s
}

.circle-progress .circle .icon-group,
.circle-progress .circle .range,
.circle-progress .circle i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.circle-progress .circle i {
    font-size: 2rem
}

.circle-progress .progress-content>.range {
    margin-bottom: .4rem
}

.circle-progress:not(.-floating) .progress-content {
    margin-top: 1rem
}

.circle-progress.-thin .progress-meter,
.circle-progress.-thin .progress-value {
    stroke-width: .25rem
}

.circle-progress.-bold .progress-meter,
.circle-progress.-bold .progress-value {
    stroke-width: .75rem
}

.circle-progress.-floating {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.circle-progress.-floating .progress-content {
    margin-left: 1rem;
    margin-right: 1rem
}

.circle-progress.-floating.-center {
    text-align: left;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.circle-progress.-floating.-right {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.logo {
    position: relative
}

.logo img {
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.logo-details {
    background-color: #fff;
    z-index: 1;
    font-size: .95em;
    visibility: hidden;
    opacity: 0;
    width: -webkit-calc(100% + 2rem);
    width: calc(100% + 2rem);
    position: absolute;
    left: -1rem;
    top: 55%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 1rem;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.logo:hover img {
    -webkit-transform: scale3d(1.06, 1.06, 1.06);
    transform: scale3d(1.06, 1.06, 1.06)
}

.logo:hover .logo-details {
    opacity: 1;
    visibility: visible;
    top: 50%
}

.compare-container {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    z-index: 0;
    overflow: hidden;
    position: relative
}

.compare-container img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    display: block
}

.compare-container .compare-before {
    z-index: 2
}

.compare-container .compare-after {
    z-index: 1
}

.compare-container.active .compare-overlay,
.compare-container.active :hover.compare-overlay {
    background: 0 0
}

.compare-container.active .compare-overlay .compare-after-label,
.compare-container.active .compare-overlay .compare-before-label,
.compare-container.active :hover.compare-overlay .compare-after-label,
.compare-container.active :hover.compare-overlay .compare-before-label {
    opacity: 0
}

.compare-container .compare-after-label,
.compare-container .compare-before-label {
    opacity: 0
}

.compare-container .compare-after-label::before,
.compare-container .compare-before-label::before {
    content: attr(data-content)
}

.compare-handle {
    z-index: 40;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.compare-handle::after,
.compare-handle::before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    z-index: 30;
    width: .125em;
    height: 9999px;
    margin-left: -.0625em;
    left: 50%
}

.compare-handle::before {
    bottom: 50%;
    margin-bottom: 1.7em
}

.compare-handle::after {
    top: 50%;
    margin-top: 1.7em
}

.compare-overlay {
    background: 0 0;
    z-index: 3;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.compare-overlay,
.compare-overlay .compare-after-label,
.compare-overlay .compare-before-label {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.compare-overlay .compare-after-label,
.compare-overlay .compare-before-label {
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity
}

.compare-overlay .compare-after-label::before,
.compare-overlay .compare-before-label::before {
    color: #fff;
    position: absolute;
    background-color: #161519;
    font-size: .9rem;
    font-weight: 600;
    padding: .15rem .5rem;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg);
    -webkit-border-radius: 0.25rem;
    border-radius: .25rem
}

.compare-overlay .compare-before-label::before {
    left: 1rem
}

.compare-overlay .compare-after-label::before {
    right: 1rem
}

.compare-overlay:hover {
    background: rgba(17, 16, 19, .25)
}

.compare-overlay:hover .compare-after-label,
.compare-overlay:hover .compare-before-label {
    opacity: 1
}

.compare .icon-button {
    background-color: #f7f7f8;
    padding: 0
}

.compare .icon-button .icon {
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyNCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNOC44OCAxMi4zNjY3TDMuMzYgN0w4Ljg4IDEuNjMzMzNMNy4yIDBMMCA3TDcuMiAxNEw4Ljg4IDEyLjM2NjdaTTE1LjEyIDEyLjM2NjdMMjAuNjQgN0wxNS4xMiAxLjYzMzMzTDE2LjggMEwyNCA3TDE2LjggMTRMMTUuMTIgMTIuMzY2N1oiIGZpbGw9IiMxQjFCMjgiLz48L3N2Zz4=");
    background-position: center;
    background-repeat: no-repeat
}

.compare-vertical .compare-handle {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg)
}

.compare-vertical .compare-after-label::before,
.compare-vertical .compare-before-label::before {
    content: attr(data-content);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    right: auto
}

.compare-vertical .compare-before-label::before {
    top: 1rem;
    bottom: auto
}

.compare-vertical .compare-after-label::before {
    top: auto;
    bottom: 1rem
}

.compare-wrapper.-with-shadow .compare {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.contact-form input:not([type=submit]):not([type=checkbox]):not([type=radio]),
.contact-form select,
.contact-form textarea {
    width: 100%;
    vertical-align: top
}

.contact-form [class^=vc_col]>label {
    margin: 0
}

.contact-form [class^=vc_col]>label input,
.contact-form [class^=vc_col]>label select,
.contact-form [class^=vc_col]>label textarea {
    margin-top: .5rem
}

.contact-form [class^=vc_col].form-check {
    margin-bottom: 1.5rem
}

.contact-form form p {
    margin: 0
}

.contact-form form::after {
    content: "";
    display: table;
    clear: both
}

.contact-form .wpcf7-list-item {
    margin: 0
}

.contact-form .wpcf7-list-item-label {
    vertical-align: middle
}

.contact-form.-outlined input[type=date],
.contact-form.-outlined input[type=email],
.contact-form.-outlined input[type=number],
.contact-form.-outlined input[type=password],
.contact-form.-outlined input[type=search],
.contact-form.-outlined input[type=tel],
.contact-form.-outlined input[type=text],
.contact-form.-outlined input[type=url],
.contact-form.-outlined select,
.contact-form.-outlined textarea,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=date],
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=email],
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=number],
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=password],
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=search],
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=tel],
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=text],
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=url],
.lazy-load.-outlined .contact-form.button:not(.-flat) select,
.lazy-load.-outlined .contact-form.button:not(.-flat) textarea,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=date],
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=email],
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=number],
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=password],
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=search],
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=tel],
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=text],
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=url],
.lazy-load.-outlined .subscribe-form.button:not(.-flat) select,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) textarea,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=date],
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=email],
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=number],
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=password],
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=search],
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=tel],
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=text],
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=url],
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) select,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) textarea,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=date],
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=email],
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=number],
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=password],
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=search],
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=tel],
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=text],
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=url],
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) select,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) textarea,
.subscribe-form.-outlined input[type=date],
.subscribe-form.-outlined input[type=email],
.subscribe-form.-outlined input[type=number],
.subscribe-form.-outlined input[type=password],
.subscribe-form.-outlined input[type=search],
.subscribe-form.-outlined input[type=tel],
.subscribe-form.-outlined input[type=text],
.subscribe-form.-outlined input[type=url],
.subscribe-form.-outlined select,
.subscribe-form.-outlined textarea {
    background-color: transparent;
    border: 2px solid #9690a2
}

.contact-form.-outlined input[type=date]:active,
.contact-form.-outlined input[type=date]:focus,
.contact-form.-outlined input[type=email]:active,
.contact-form.-outlined input[type=email]:focus,
.contact-form.-outlined input[type=number]:active,
.contact-form.-outlined input[type=number]:focus,
.contact-form.-outlined input[type=password]:active,
.contact-form.-outlined input[type=password]:focus,
.contact-form.-outlined input[type=search]:active,
.contact-form.-outlined input[type=search]:focus,
.contact-form.-outlined input[type=tel]:active,
.contact-form.-outlined input[type=tel]:focus,
.contact-form.-outlined input[type=text]:active,
.contact-form.-outlined input[type=text]:focus,
.contact-form.-outlined input[type=url]:active,
.contact-form.-outlined input[type=url]:focus,
.contact-form.-outlined select:active,
.contact-form.-outlined select:focus,
.contact-form.-outlined textarea:active,
.contact-form.-outlined textarea:focus,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=date]:active,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=date]:focus,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=email]:active,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=email]:focus,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=number]:active,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=number]:focus,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=password]:active,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=password]:focus,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=search]:active,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=search]:focus,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=tel]:active,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=tel]:focus,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=text]:active,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=text]:focus,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=url]:active,
.lazy-load.-outlined .contact-form.button:not(.-flat) input[type=url]:focus,
.lazy-load.-outlined .contact-form.button:not(.-flat) select:active,
.lazy-load.-outlined .contact-form.button:not(.-flat) select:focus,
.lazy-load.-outlined .contact-form.button:not(.-flat) textarea:active,
.lazy-load.-outlined .contact-form.button:not(.-flat) textarea:focus,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=date]:active,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=date]:focus,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=email]:active,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=email]:focus,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=number]:active,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=number]:focus,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=password]:active,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=password]:focus,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=search]:active,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=search]:focus,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=tel]:active,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=tel]:focus,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=text]:active,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=text]:focus,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=url]:active,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) input[type=url]:focus,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) select:active,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) select:focus,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) textarea:active,
.lazy-load.-outlined .subscribe-form.button:not(.-flat) textarea:focus,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=date]:active,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=date]:focus,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=email]:active,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=email]:focus,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=number]:active,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=number]:focus,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=password]:active,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=password]:focus,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=search]:active,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=search]:focus,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=tel]:active,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=tel]:focus,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=text]:active,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=text]:focus,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=url]:active,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) input[type=url]:focus,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) select:active,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) select:focus,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) textarea:active,
.pagination:not(.text-center).-outlined .contact-form.button:not(.-flat) textarea:focus,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=date]:active,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=date]:focus,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=email]:active,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=email]:focus,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=number]:active,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=number]:focus,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=password]:active,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=password]:focus,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=search]:active,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=search]:focus,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=tel]:active,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=tel]:focus,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=text]:active,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=text]:focus,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=url]:active,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) input[type=url]:focus,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) select:active,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) select:focus,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) textarea:active,
.pagination:not(.text-center).-outlined .subscribe-form.button:not(.-flat) textarea:focus,
.subscribe-form.-outlined input[type=date]:active,
.subscribe-form.-outlined input[type=date]:focus,
.subscribe-form.-outlined input[type=email]:active,
.subscribe-form.-outlined input[type=email]:focus,
.subscribe-form.-outlined input[type=number]:active,
.subscribe-form.-outlined input[type=number]:focus,
.subscribe-form.-outlined input[type=password]:active,
.subscribe-form.-outlined input[type=password]:focus,
.subscribe-form.-outlined input[type=search]:active,
.subscribe-form.-outlined input[type=search]:focus,
.subscribe-form.-outlined input[type=tel]:active,
.subscribe-form.-outlined input[type=tel]:focus,
.subscribe-form.-outlined input[type=text]:active,
.subscribe-form.-outlined input[type=text]:focus,
.subscribe-form.-outlined input[type=url]:active,
.subscribe-form.-outlined input[type=url]:focus,
.subscribe-form.-outlined select:active,
.subscribe-form.-outlined select:focus,
.subscribe-form.-outlined textarea:active,
.subscribe-form.-outlined textarea:focus {
    outline: 0;
    border-color: #635d6f
}

.contact-form .wpcf7-spinner,
.subscribe-form .wpcf7-spinner {
    display: none
}

.contact-form .wpcf7-form-control-wrap,
.subscribe-form .wpcf7-form-control-wrap {
    display: block
}

.contact-form .wpcf7-form-control-wrap[data-name^=checkbox],
.subscribe-form .wpcf7-form-control-wrap[data-name^=checkbox] {
    margin-top: -.75rem
}

.contact-form .wpcf7-form-control-wrap:not([data-name^=checkbox]),
.subscribe-form .wpcf7-form-control-wrap:not([data-name^=checkbox]) {
    margin-top: .5rem
}

.contact-form .wpcf7-form .wpcf7-not-valid-tip,
.subscribe-form .wpcf7-form .wpcf7-not-valid-tip {
    display: none
}

.contact-form .wpcf7-form .wpcf7-response-output,
.subscribe-form .wpcf7-form .wpcf7-response-output {
    background-color: rgba(41, 163, 102, .1);
    color: #29a366;
    margin: 1rem 0;
    border: none;
    font-size: .95em;
    padding: .65rem 1rem;
    -webkit-border-radius: 0.25rem;
    border-radius: .25rem
}

.contact-form .wpcf7-form.sent .subscribe-form,
.subscribe-form .wpcf7-form.sent .subscribe-form {
    display: none
}

.contact-form .wpcf7-form.sent .wpcf7-response-output,
.subscribe-form .wpcf7-form.sent .wpcf7-response-output {
    background-color: rgba(41, 163, 102, .1);
    color: #29a366
}

.contact-form .wpcf7-form.invalid .wpcf7-response-output,
.contact-form .wpcf7-form.spam .wpcf7-response-output,
.subscribe-form .wpcf7-form.invalid .wpcf7-response-output,
.subscribe-form .wpcf7-form.spam .wpcf7-response-output {
    background-color: rgba(221, 60, 87, .1);
    color: #dd3c57
}

.contact-form .wpcf7-form .wpcf7-not-valid input[type=checkbox],
.subscribe-form .wpcf7-form .wpcf7-not-valid input[type=checkbox] {
    border-color: #dc2828;
    -webkit-box-shadow: 0 0 0 .3125rem rgba(220, 40, 40, .25);
    box-shadow: 0 0 0 .3125rem rgba(220, 40, 40, .25)
}

.post-password-form {
    text-align: left;
    padding: 2em 0
}

.post-password-form input[type=password] {
    margin: .5rem 0 1rem
}

.countdown {
    text-align: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.countdown-item {
    margin: 0 .5rem
}

.countdown-item .number {
    line-height: 1;
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.countdown:not(.-text) .countdown-item .number {
    width: 4rem;
    height: 4rem;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem;
    font-size: -webkit-calc(1.25rem + 1 * ((100vw - 576px) / 864));
    font-size: calc(1.25rem + 1 * ((100vw - 576px) / 864))
}

.countdown:not(.-text) .countdown-item .number-label {
    font-size: .9rem
}

.countdown.-with-divider .countdown-item {
    margin: 0 .75rem
}

.countdown.-with-divider .countdown-item:not(:last-child) .number::after {
    content: ":";
    font-size: 1.25rem;
    position: absolute;
    width: 1rem;
    text-align: center;
    -webkit-transform: translate(.5rem, -50%);
    -ms-transform: translate(.5rem, -50%);
    transform: translate(.5rem, -50%);
    right: -.75rem;
    top: 50%
}

.countdown.-contained .countdown-item .number {
    background: rgba(150, 144, 162, .08);
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(150, 144, 162, .15)), color-stop(49%, rgba(150, 144, 162, .15)), color-stop(50%, rgba(150, 144, 162, .25)), to(rgba(150, 144, 162, .15)));
    background: -o-linear-gradient(bottom, rgba(150, 144, 162, .15) 0, rgba(150, 144, 162, .15) 49%, rgba(150, 144, 162, .25) 50%, rgba(150, 144, 162, .15) 100%);
    background: linear-gradient(360deg, rgba(150, 144, 162, .15) 0, rgba(150, 144, 162, .15) 49%, rgba(150, 144, 162, .25) 50%, rgba(150, 144, 162, .15) 100%);
    margin-bottom: .5rem;
    font-size: -webkit-calc(1.25rem + .75 * ((100vw - 576px) / 864));
    font-size: calc(1.25rem + .75 * ((100vw - 576px) / 864))
}

.countdown.-text .countdown-item:first-child {
    margin-left: 0
}

.countdown.-text .countdown-item:last-child {
    margin-right: 0
}

.countdown.-text .countdown-item .number {
    font-size: -webkit-calc(1.5rem + .5 * ((100vw - 576px) / 864));
    font-size: calc(1.5rem + .5 * ((100vw - 576px) / 864))
}

.counter-number {
    margin-bottom: .5rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.counter-number .icon-group {
    margin-right: .5rem
}

.counter-number .holder {
    line-height: 100%;
    letter-spacing: -.045em;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: -webkit-calc(2.35rem + .4 * ((100vw - 576px) / 864));
    font-size: calc(2.35rem + .4 * ((100vw - 576px) / 864))
}

.counter-number.-with-increaser .holder::after {
    content: "+";
    font-size: .65em;
    margin-left: .4rem
}

.counter>p {
    font-weight: 600;
    line-height: 1.4
}

.counter.-right-icon .counter-number {
    -webkit-box-direction: reverse;
    -webkit-box-orient: horizontal;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

.counter.-right-icon .counter-number .icon-group {
    margin-left: .5rem;
    margin-right: 0
}

.counter.-top-icon .counter-number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.counter.-top-icon .counter-number .icon-group {
    margin-bottom: .5rem;
    margin-right: 0
}

.counter.-top-icon.-center .counter-number {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.counter.-top-icon.-left .counter-number {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.counter.-top-icon.-right .counter-number {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.dynamic-text .typed-cursor {
    opacity: 1;
    margin-right: -.2em;
    -webkit-animation: Blink .75s infinite;
    animation: Blink .75s infinite
}

@-webkit-keyframes Blink {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

.gallery-item {
    cursor: pointer
}

.gallery-item .caption {
    display: none
}

.gallery-item .overlay-details {
    background: #111013;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(17, 16, 19, .65)), to(rgba(17, 16, 19, 0)));
    background: -o-linear-gradient(bottom, rgba(17, 16, 19, .65) 0, rgba(17, 16, 19, 0) 100%);
    background: linear-gradient(0deg, rgba(17, 16, 19, .65) 0, rgba(17, 16, 19, 0) 100%)
}

.gallery-item .overlay-details .heading {
    width: 100%
}

.gallery-item .overlay-details h5 {
    color: #fff
}

.gallery-item.-with-overlay .image-holder+.card-details {
    display: none
}

.google-maps {
    width: 100%;
    height: 100%;
    min-height: 20rem;
    top: 0;
    left: 0;
    overflow: hidden;
    position: relative
}

.google-maps-wrap {
    width: 100%;
    height: 100%;
    min-height: 250px
}

.google-maps .clb-blank-note {
    min-width: 70%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.elementor-widget-ohio_google_maps,
.elementor-widget-ohio_google_maps .elementor-widget-container {
    height: 100%
}

.gm-style img {
    max-width: none !important
}

.heading .title+.divider {
    -webkit-margin-before: 1em;
    margin-block-start: 1em
}

.heading .title+.subtitle {
    padding-top: .5em
}

.heading .title>.badge {
    color: #dc2828;
    background-color: rgba(220, 40, 40, .12) !important;
    padding: .3rem .5rem;
    margin-left: 6px;
    margin-top: -2px;
    font-size: .85rem;
    letter-spacing: 0
}

.heading .highlighted-text {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(220, 40, 40, .5)), to(rgba(220, 40, 40, .5)));
    background-image: -o-linear-gradient(rgba(220, 40, 40, .5), rgba(220, 40, 40, .5));
    background-image: linear-gradient(rgba(220, 40, 40, .5), rgba(220, 40, 40, .5));
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 0 10%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.heading .highlighted-text.aos-animate,
.heading .highlighted-text:not([data-aos=animation]) {
    background-size: 100% 10%
}

.heading .highlighted-text.aos-animate:hover,
.heading .highlighted-text:not([data-aos=animation]):hover {
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s
}

.heading .highlighted-text:hover {
    background-size: 100% 100%
}

.heading .subtitle {
    font-size: .9em;
    font-weight: 500
}

.heading .subtitle+.divider {
    -webkit-margin-before: 1em;
    margin-block-start: 1em
}

.heading .subtitle+.title {
    padding-top: .15em
}

.heading .divider {
    width: 100%;
    height: 1px;
    display: block;
    background-color: rgba(99, 93, 111, .65)
}

.heading .divider+.title {
    padding-top: .35em
}

.heading .divider+.subtitle {
    padding-top: 1em
}

.heading:not(.title)+* {
    -webkit-margin-before: 1em;
    margin-block-start: 1em
}

.heading:not(.title)+.vc_empty_space {
    -webkit-margin-before: initial;
    margin-block-start: initial
}

.icon-box .icon-box-content .icon-box-heading+* {
    margin-top: .5rem
}

.icon-box .icon-box-content p {
    margin: 0
}

.icon-box .icon-box-content .button {
    margin-top: 1rem
}

.icon-box:not(.-left-icon):not(.-floating-icon) .icon-box-content .icon-box-heading {
    margin-top: 1rem
}

.icon-box.-left-icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.icon-box.-left-icon .icon-group {
    margin-right: 1rem
}

.icon-box.-left-icon .icon-box-content {
    -webkit-box-flex: 2;
    -webkit-flex-grow: 2;
    -ms-flex-positive: 2;
    flex-grow: 2
}

.icon-box.-left-icon .icon-box-content .icon-box-heading {
    margin-bottom: .25rem;
    margin-top: .25rem
}

.icon-box.-floating-icon .icon-box-header {
    margin-bottom: .5rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.icon-box.-floating-icon .icon-group {
    margin-right: .75rem
}

.parallax {
    position: relative;
    height: 100%;
    min-height: 100px;
    overflow: hidden
}

.parallax::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1
}

.parallax .parallax-content {
    position: relative;
    z-index: 2;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.parallax-bg {
    background-position: center center;
    width: 100%;
    height: 1000%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    perspective: 1000;
    will-change: transform
}

.parallax-bg.horizontal {
    width: 1000%;
    height: 100%
}

.blog-posts+.holder,
.portfolio-projects .portfolio-grid+.holder {
    margin-top: 1rem
}

.pricing-list-details,
.pricing-list-headline {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.pricing-list-headline {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.pricing-list-price {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.pricing-list-details {
    margin-top: .25em;
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.pricing-list-details p {
    margin: 0
}

.pricing-list-details .badge {
    background-color: #dc2828
}

.pricing-list.-with-discount .pricing-list-price .regular-price {
    color: #635d6f;
    text-decoration: line-through
}

.dark-scheme .pricing-list.-with-discount .pricing-list-price .regular-price {
    color: #9690a2
}

.pricing-table-headline p {
    font-size: .9rem;
    color: #635d6f
}

.pricing-table-price .price-number {
    line-height: 100%;
    display: block;
    letter-spacing: -.05em;
    margin-bottom: .5rem;
    letter-spacing: -.045em;
    line-height: 1;
    font-size: -webkit-calc(2.75rem + 1.75 * ((100vw - 576px) / 864));
    font-size: calc(2.75rem + 1.75 * ((100vw - 576px) / 864))
}

.pricing-table .button {
    margin: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.pricing-table.-contained {
    background-color: rgba(150, 144, 162, .08);
    padding: 3vh;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.pricing-table>*,
.service-table>* {
    margin-bottom: 1.25rem
}

.pricing-table .heading,
.service-table .heading {
    margin-bottom: 1.25rem
}

.pricing-table .button,
.pricing-table>div:last-child,
.service-table .button,
.service-table>div:last-child {
    margin: 0
}

.pricing-table-features ul li,
.service-table-features ul li {
    font-size: .95em;
    margin-bottom: .5rem
}

.pricing-table-features ul li:last-child,
.service-table-features ul li:last-child {
    margin: 0
}

.pricing-table-features .icon,
.service-table-features .icon {
    margin: 0 .5rem .25rem 0;
    line-height: 16px
}

.pricing-table-features .exist .icon,
.service-table-features .exist .icon {
    color: #dc2828
}

.pricing-table-features .missing,
.service-table-features .missing {
    opacity: .65
}

.progress .progress-heading {
    margin-bottom: .625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.progress .progress-heading .progress-percent:not(.tooltip) {
    font-size: .95em;
    font-weight: 600
}

.progress.-tooltip .progress-holder {
    overflow: visible
}

.progress.-tooltip .progress-holder .progress-bar {
    position: relative
}

.progress.-tooltip .progress-holder .progress-percent {
    position: absolute;
    font-size: .8em;
    top: 0;
    right: 0;
    padding: .15rem .45rem;
    -webkit-transform: translateY(-webkit-calc(-100% - 7px)) translateX(50%);
    -ms-transform: translateY(calc(-100% - 7px)) translateX(50%);
    transform: translateY(calc(-100% - 7px)) translateX(50%)
}

.service-table {
    padding: 3vh;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -webkit-transition-property: background-color, -webkit-box-shadow;
    transition-property: background-color, -webkit-box-shadow;
    -o-transition-property: background-color, box-shadow;
    transition-property: background-color, box-shadow;
    transition-property: background-color, box-shadow, -webkit-box-shadow
}

.service-table:hover {
    background-color: rgba(150, 144, 162, .08)
}

.service-table.-with-shadow:hover {
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1)
}

.clb-slider {
    width: 100%;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.clb-slider-outer-stage {
    overflow: hidden;
    position: relative;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0;
    -webkit-transition: height .25s cubic-bezier(.645, .045, .355, 1);
    -o-transition: height .25s cubic-bezier(.645, .045, .355, 1);
    transition: height .25s cubic-bezier(.645, .045, .355, 1)
}

.clb-slider.clb-slider-vertical {
    overflow: hidden
}

.clb-slider.clb-slider-vertical .clb-slider-stage {
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column
}

.clb-slider-stage {
    will-change: transform;
    -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.clb-slider:not(.autoheight) .clb-slider-stage {
    height: 100%
}

.clb-slider-item {
    width: 100vw;
    height: 100%;
    position: relative;
    overflow: hidden
}

.clb-slider-item>p {
    margin: 0
}

.clb-slider-item-inner {
    height: 100%
}

.clb-slider-item .slider-image {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center;
    background-size: cover;
    z-index: 0
}

.clb-slider-item .slider-image[data-tilt=true] {
    width: -webkit-calc(100% + 10%);
    width: calc(100% + 10%);
    height: -webkit-calc(100% + 10%);
    height: calc(100% + 10%);
    left: -5%;
    top: -5%
}

.clb-slider-item>.elementor {
    margin: 0
}

.clb-slider-item .wpb_single_image {
    margin-bottom: 0
}

.clb-slider-nav-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 8rem;
    z-index: 3;
    padding: 4vh;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.clb-slider:not(.-nav-offset):not(.-nav-inset):not(.-woo-slider):not(.-slider-fs):not(.-slider-lightbox)>.clb-slider-nav-btn {
    padding: 0;
    right: 0;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem)
}

.clb-slider.-nav-inset .clb-slider-nav-btn,
.clb-slider.-nav-offset .clb-slider-nav-btn {
    position: static;
    padding: 0;
    bottom: 0
}

.clb-slider.-nav-inset .next-btn,
.clb-slider.-nav-inset .prev-btn,
.clb-slider.-nav-offset .next-btn,
.clb-slider.-nav-offset .prev-btn {
    position: absolute;
    top: 50%
}

.clb-slider.-nav-offset {
    text-align: center
}

.clb-slider.-nav-offset .prev-btn {
    left: -1.5rem;
    -webkit-transform: translate(-100%, -50%);
    -ms-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%)
}

.clb-slider.-nav-offset .next-btn {
    right: -1.5rem;
    -webkit-transform: translate(100%, -50%);
    -ms-transform: translate(100%, -50%);
    transform: translate(100%, -50%)
}

.clb-slider.-nav-inset {
    text-align: center
}

.clb-slider.-nav-inset .prev-btn {
    left: 1.5rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.clb-slider.-nav-inset .next-btn {
    right: 1.5rem;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%)
}

.clb-slider.-slider-offset {
    width: auto
}

.clb-slider.-slider-offset .clb-slider-outer-stage {
    overflow: visible
}

.clb-slider-pagination {
    position: absolute;
    width: 2.75rem;
    right: 0;
    top: 0;
    height: 100%;
    z-index: 3;
    font-weight: 600;
    font-size: .95em;
    background-color: rgba(150, 144, 162, .1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    -webkit-justify-content: space-around;
    justify-content: space-around
}

.clb-slider-pagination .clb-slider-page {
    height: 100%;
    cursor: pointer;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.clb-slider-pagination .clb-slider-page.active {
    background-color: rgba(17, 16, 19, .05)
}

.clb-slider-count {
    position: relative;
    font-weight: 600;
    overflow: hidden;
    margin-top: 2.2rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.clb-slider-count::before {
    content: "";
    width: 2.5rem;
    height: .125rem;
    background: currentColor;
    opacity: .6;
    margin: 0 .9375rem 0 1.5625rem
}

.clb-slider-count-current {
    position: absolute;
    top: 0;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.clb-slider-nav-dots {
    margin-top: 2rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.clb-slider-nav-dots .clb-slider-dot {
    padding: .625rem;
    position: relative;
    background-color: transparent
}

.clb-slider-nav-dots .clb-slider-dot.active svg circle {
    stroke-dashoffset: 0
}

.clb-slider-nav-dots .clb-slider-dot:before {
    content: "";
    position: absolute;
    width: .25rem;
    height: .25rem;
    top: .5rem;
    left: .5rem;
    background-color: currentColor;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.clb-slider-nav-dots .clb-slider-dot svg {
    position: absolute;
    top: -.0625rem;
    left: -.0625rem
}

.clb-slider-nav-dots .clb-slider-dot svg circle {
    stroke: currentColor;
    stroke-dashoffset: 70;
    stroke-dasharray: 70;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.clb-slider.-full-vh .vc_row,
.slider.-full-vh .vc_row {
    height: 100%
}

.clb-slider.-full-vh .clb-slider-outer-stage,
.slider.-full-vh .clb-slider-outer-stage {
    height: 100vh
}

.-slider-fs .clb-slider-nav-dots {
    margin-bottom: 0;
    position: absolute;
    bottom: 2rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.carousel {
    position: relative
}

.carousel .clb-slider-stage {
    height: auto
}

.carousel .clb-slider:not(.-nav-offset):not(.-nav-inset):not(.-woo-slider) .clb-slider-nav-btn .clb-slider-nav-btn {
    padding: 0;
    right: 0;
    -webkit-transform: translateY(1rem);
    -ms-transform: translateY(1rem);
    transform: translateY(1rem)
}

.carousel .spinner {
    position: absolute;
    top: -webkit-calc(50% - 1.25rem);
    top: calc(50% - 1.25rem);
    left: -webkit-calc(50% - 1.25rem);
    left: calc(50% - 1.25rem)
}

.carousel :not(.-with-preloader)+.spinner {
    display: none
}

.carousel .-with-preloader {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.carousel .-with-pagination.-nav-inset .clb-slider-nav-btn>.icon-button,
.carousel .-with-pagination.-nav-ofset .clb-slider-nav-btn>.icon-button {
    top: -webkit-calc(50% - 1.625rem);
    top: calc(50% - 1.625rem)
}

.clb-smooth-slider {
    position: relative
}

.clb-smooth-slider .-full-vh {
    height: 100vh
}

.clb-smooth-slider-item {
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1
}

.clb-smooth-slider-item.active {
    z-index: 3
}

.clb-smooth-slider-item.prev-slide.active {
    z-index: 4
}

.clb-smooth-slider-item.prev-slide.last-slide {
    z-index: 2
}

.clb-smooth-slider-item.next-slide.last-slide {
    z-index: 2
}

.slider.-woo-slider:not(.clb-slider) img:not(:first-child) {
    top: 0;
    position: absolute
}

.ohio-widget.slider {
    width: auto
}

.ohio-widget.slider.-full-vh {
    margin-left: -1.25rem;
    margin-right: -1.25rem
}

.ohio-widget.slider .vc_row:not(.woo-products) {
    margin-left: 0;
    margin-right: 0
}

.ohio-widget.slider:not(.-slider-offset) .clb-slider-outer-stage {
    min-width: 100%
}

.slider-holder {
    position: relative
}

.slider-holder [data-ohio-slider].slider {
    opacity: 0;
    visibility: hidden
}

.slider-holder [data-ohio-slider].slider.clb-slider {
    opacity: 1;
    visibility: visible
}

.slider-holder .spinner {
    position: absolute;
    left: -webkit-calc((100% - 3.25rem)/ 2);
    left: calc((100% - 3.25rem)/ 2);
    top: -webkit-calc((100% - 3.25rem)/ 2);
    top: calc((100% - 3.25rem)/ 2)
}

.social-networks .network {
    text-decoration: none;
    margin-right: .35rem;
    margin-bottom: .6rem;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.social-networks:not(.-text):not(.-contained):not(.-outlined) .network:hover {
    background-color: rgba(150, 144, 162, .08)
}

.social-networks:not(.-text) .network {
    width: 3rem;
    height: 3rem;
    -webkit-border-radius: 100%;
    border-radius: 100%
}

.social-networks:not(.-text) .network:hover {
    -webkit-transform: scale3d(1.06, 1.06, 1.06);
    transform: scale3d(1.06, 1.06, 1.06)
}

.social-networks.-contained .network {
    color: #fff;
    background-color: #111013
}

.social-networks.-contained .network:hover {
    color: #fff;
    background-color: #dc2828
}

.lazy-load.-outlined .social-networks.button:not(.-flat) .network,
.pagination:not(.text-center).-outlined .social-networks.button:not(.-flat) .network,
.social-networks.-outlined .network {
    border: 2px solid currentColor
}

.lazy-load.-outlined .social-networks.button:not(.-flat) .network:hover,
.pagination:not(.text-center).-outlined .social-networks.button:not(.-flat) .network:hover,
.social-networks.-outlined .network:hover {
    color: #dc2828;
    border-color: currentColor
}

.social-networks.-text .icon {
    margin-right: .15rem;
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8)
}

.social-networks.-text .network {
    font-weight: 700
}

.social-networks.-text .network:not(.network:last-child) {
    margin-right: .75rem
}

.social-networks.-text .network:hover {
    color: #111013;
    background-image: -o-linear-gradient(currentColor 0, currentColor 100%);
    background-image: linear-gradient(currentColor 0, currentColor 100%)
}

.social-networks.-small:not(.-text) .network {
    width: 2.2rem;
    height: 2.2rem
}

.social-networks.-small.-text .network {
    font-size: .95em
}

.social-networks.-large:not(.-text) .network {
    width: 3.5rem;
    height: 3.5rem
}

.social-networks.-large.-text .network {
    font-size: 1.05em
}

.social-networks.-default-colors:not(.-contained) .artstation {
    color: #26bbff
}

.social-networks.-default-colors:not(.-contained) .behance {
    color: #0056ff
}

.social-networks.-default-colors:not(.-contained) .deviantart {
    color: #05cc47
}

.social-networks.-default-colors:not(.-contained) .digg {
    color: #1c5891
}

.social-networks.-default-colors:not(.-contained) .discord {
    color: #7289da
}

.social-networks.-default-colors:not(.-contained) .dribbble {
    color: #fd629e
}

.social-networks.-default-colors:not(.-contained) .facebook {
    color: #217cef
}

.social-networks.-default-colors:not(.-contained) .flickr {
    color: #0063db
}

.social-networks.-default-colors:not(.-contained) .github {
    color: #24292e
}

.social-networks.-default-colors:not(.-contained) .houzz {
    color: #007562
}

.social-networks.-default-colors:not(.-contained) .instagram {
    color: #383838
}

.social-networks.-default-colors:not(.-contained) .kaggle {
    color: #32c0fd
}

.social-networks.-default-colors:not(.-contained) .linkedin {
    color: #4477ab
}

.social-networks.-default-colors:not(.-contained) .medium {
    color: #1a8917
}

.social-networks.-default-colors:not(.-contained) .mixer {
    color: #0270d9
}

.social-networks.-default-colors:not(.-contained) .pinterest {
    color: #e4252d
}

.social-networks.-default-colors:not(.-contained) .producthunt {
    color: #ff4f00
}

.social-networks.-default-colors:not(.-contained) .quora {
    color: #a82401
}

.social-networks.-default-colors:not(.-contained) .reddit {
    color: #ff4501
}

.social-networks.-default-colors:not(.-contained) .snapchat {
    color: #e0e410
}

.social-networks.-default-colors:not(.-contained) .soundcloud {
    color: #fd561f
}

.social-networks.-default-colors:not(.-contained) .spotify {
    color: #1ed760
}

.social-networks.-default-colors:not(.-contained) .teamspeak {
    color: #1c82cc
}

.social-networks.-default-colors:not(.-contained) .telegram {
    color: #08c
}

.social-networks.-default-colors:not(.-contained) .threads {
    color: #101010
}

.social-networks.-default-colors:not(.-contained) .tiktok {
    color: #323131
}

.social-networks.-default-colors:not(.-contained) .tumblr {
    color: #2a445f
}

.social-networks.-default-colors:not(.-contained) .twitch {
    color: #9147ff
}

.social-networks.-default-colors:not(.-contained) .twitter {
    color: #2aa3ef
}

.social-networks.-default-colors:not(.-contained) .vimeo {
    color: #1ab8ea
}

.social-networks.-default-colors:not(.-contained) .vine {
    color: #00be8e
}

.social-networks.-default-colors:not(.-contained) .whatsapp {
    color: #0ec143
}

.social-networks.-default-colors:not(.-contained) .xing {
    color: #0c6567
}

.social-networks.-default-colors:not(.-contained) .youtube {
    color: #e4252d
}

.social-networks.-default-colors:not(.-contained) {
    color: #000
}

.social-networks.-default-colors.-contained .artstation {
    color: #fff;
    background-color: #26bbff
}

.social-networks.-default-colors.-contained .behance {
    color: #fff;
    background-color: #0056ff
}

.social-networks.-default-colors.-contained .deviantart {
    color: #fff;
    background-color: #05cc47
}

.social-networks.-default-colors.-contained .digg {
    color: #fff;
    background-color: #1c5891
}

.social-networks.-default-colors.-contained .discord {
    color: #fff;
    background-color: #7289da
}

.social-networks.-default-colors.-contained .dribbble {
    color: #fff;
    background-color: #fd629e
}

.social-networks.-default-colors.-contained .facebook {
    color: #fff;
    background-color: #217cef
}

.social-networks.-default-colors.-contained .flickr {
    color: #fff;
    background-color: #0063db
}

.social-networks.-default-colors.-contained .github {
    color: #fff;
    background-color: #24292e
}

.social-networks.-default-colors.-contained .houzz {
    color: #fff;
    background-color: #007562
}

.social-networks.-default-colors.-contained .instagram {
    color: #fff;
    background-color: #383838
}

.social-networks.-default-colors.-contained .kaggle {
    color: #fff;
    background-color: #32c0fd
}

.social-networks.-default-colors.-contained .linkedin {
    color: #fff;
    background-color: #4477ab
}

.social-networks.-default-colors.-contained .medium {
    color: #fff;
    background-color: #1a8917
}

.social-networks.-default-colors.-contained .mixer {
    color: #fff;
    background-color: #0270d9
}

.social-networks.-default-colors.-contained .pinterest {
    color: #fff;
    background-color: #e4252d
}

.social-networks.-default-colors.-contained .producthunt {
    color: #fff;
    background-color: #ff4f00
}

.social-networks.-default-colors.-contained .quora {
    color: #fff;
    background-color: #a82401
}

.social-networks.-default-colors.-contained .reddit {
    color: #fff;
    background-color: #ff4501
}

.social-networks.-default-colors.-contained .snapchat {
    color: #fff;
    background-color: #e0e410
}

.social-networks.-default-colors.-contained .soundcloud {
    color: #fff;
    background-color: #fd561f
}

.social-networks.-default-colors.-contained .spotify {
    color: #fff;
    background-color: #1ed760
}

.social-networks.-default-colors.-contained .teamspeak {
    color: #fff;
    background-color: #1c82cc
}

.social-networks.-default-colors.-contained .telegram {
    color: #fff;
    background-color: #08c
}

.social-networks.-default-colors.-contained .threads {
    color: #fff;
    background-color: #101010
}

.social-networks.-default-colors.-contained .tiktok {
    color: #fff;
    background-color: #323131
}

.social-networks.-default-colors.-contained .tumblr {
    color: #fff;
    background-color: #2a445f
}

.social-networks.-default-colors.-contained .twitch {
    color: #fff;
    background-color: #9147ff
}

.social-networks.-default-colors.-contained .twitter {
    color: #fff;
    background-color: #2aa3ef
}

.social-networks.-default-colors.-contained .vimeo {
    color: #fff;
    background-color: #1ab8ea
}

.social-networks.-default-colors.-contained .vine {
    color: #fff;
    background-color: #00be8e
}

.social-networks.-default-colors.-contained .whatsapp {
    color: #fff;
    background-color: #0ec143
}

.social-networks.-default-colors.-contained .xing {
    color: #fff;
    background-color: #0c6567
}

.social-networks.-default-colors.-contained .youtube {
    color: #fff;
    background-color: #e4252d
}

.social-networks.-default-colors.-contained {
    color: #fff;
    background-color: #000
}

.social-networks.-hover-default-colors:not(.-contained) .artstation:hover {
    color: #26bbff
}

.social-networks.-hover-default-colors:not(.-contained) .behance:hover {
    color: #0056ff
}

.social-networks.-hover-default-colors:not(.-contained) .deviantart:hover {
    color: #05cc47
}

.social-networks.-hover-default-colors:not(.-contained) .digg:hover {
    color: #1c5891
}

.social-networks.-hover-default-colors:not(.-contained) .discord:hover {
    color: #7289da
}

.social-networks.-hover-default-colors:not(.-contained) .dribbble:hover {
    color: #fd629e
}

.social-networks.-hover-default-colors:not(.-contained) .facebook:hover {
    color: #217cef
}

.social-networks.-hover-default-colors:not(.-contained) .flickr:hover {
    color: #0063db
}

.social-networks.-hover-default-colors:not(.-contained) .github:hover {
    color: #24292e
}

.social-networks.-hover-default-colors:not(.-contained) .houzz:hover {
    color: #007562
}

.social-networks.-hover-default-colors:not(.-contained) .instagram:hover {
    color: #383838
}

.social-networks.-hover-default-colors:not(.-contained) .kaggle:hover {
    color: #32c0fd
}

.social-networks.-hover-default-colors:not(.-contained) .linkedin:hover {
    color: #4477ab
}

.social-networks.-hover-default-colors:not(.-contained) .medium:hover {
    color: #1a8917
}

.social-networks.-hover-default-colors:not(.-contained) .mixer:hover {
    color: #0270d9
}

.social-networks.-hover-default-colors:not(.-contained) .pinterest:hover {
    color: #e4252d
}

.social-networks.-hover-default-colors:not(.-contained) .producthunt:hover {
    color: #ff4f00
}

.social-networks.-hover-default-colors:not(.-contained) .quora:hover {
    color: #a82401
}

.social-networks.-hover-default-colors:not(.-contained) .reddit:hover {
    color: #ff4501
}

.social-networks.-hover-default-colors:not(.-contained) .snapchat:hover {
    color: #e0e410
}

.social-networks.-hover-default-colors:not(.-contained) .soundcloud:hover {
    color: #fd561f
}

.social-networks.-hover-default-colors:not(.-contained) .spotify:hover {
    color: #1ed760
}

.social-networks.-hover-default-colors:not(.-contained) .teamspeak:hover {
    color: #1c82cc
}

.social-networks.-hover-default-colors:not(.-contained) .telegram:hover {
    color: #08c
}

.social-networks.-hover-default-colors:not(.-contained) .threads:hover {
    color: #101010
}

.social-networks.-hover-default-colors:not(.-contained) .tiktok:hover {
    color: #323131
}

.social-networks.-hover-default-colors:not(.-contained) .tumblr:hover {
    color: #2a445f
}

.social-networks.-hover-default-colors:not(.-contained) .twitch:hover {
    color: #9147ff
}

.social-networks.-hover-default-colors:not(.-contained) .twitter:hover {
    color: #2aa3ef
}

.social-networks.-hover-default-colors:not(.-contained) .vimeo:hover {
    color: #1ab8ea
}

.social-networks.-hover-default-colors:not(.-contained) .vine:hover {
    color: #00be8e
}

.social-networks.-hover-default-colors:not(.-contained) .whatsapp:hover {
    color: #0ec143
}

.social-networks.-hover-default-colors:not(.-contained) .xing:hover {
    color: #0c6567
}

.social-networks.-hover-default-colors:not(.-contained) .youtube:hover {
    color: #e4252d
}

.social-networks.-hover-default-colors:not(.-contained):hover {
    color: #000
}

.social-networks.-hover-default-colors.-contained .artstation:hover {
    background-color: #26bbff
}

.social-networks.-hover-default-colors.-contained .behance:hover {
    background-color: #0056ff
}

.social-networks.-hover-default-colors.-contained .deviantart:hover {
    background-color: #05cc47
}

.social-networks.-hover-default-colors.-contained .digg:hover {
    background-color: #1c5891
}

.social-networks.-hover-default-colors.-contained .discord:hover {
    background-color: #7289da
}

.social-networks.-hover-default-colors.-contained .dribbble:hover {
    background-color: #fd629e
}

.social-networks.-hover-default-colors.-contained .facebook:hover {
    background-color: #217cef
}

.social-networks.-hover-default-colors.-contained .flickr:hover {
    background-color: #0063db
}

.social-networks.-hover-default-colors.-contained .github:hover {
    background-color: #24292e
}

.social-networks.-hover-default-colors.-contained .houzz:hover {
    background-color: #007562
}

.social-networks.-hover-default-colors.-contained .instagram:hover {
    background-color: #383838
}

.social-networks.-hover-default-colors.-contained .kaggle:hover {
    background-color: #32c0fd
}

.social-networks.-hover-default-colors.-contained .linkedin:hover {
    background-color: #4477ab
}

.social-networks.-hover-default-colors.-contained .medium:hover {
    background-color: #1a8917
}

.social-networks.-hover-default-colors.-contained .mixer:hover {
    background-color: #0270d9
}

.social-networks.-hover-default-colors.-contained .pinterest:hover {
    background-color: #e4252d
}

.social-networks.-hover-default-colors.-contained .producthunt:hover {
    background-color: #ff4f00
}

.social-networks.-hover-default-colors.-contained .quora:hover {
    background-color: #a82401
}

.social-networks.-hover-default-colors.-contained .reddit:hover {
    background-color: #ff4501
}

.social-networks.-hover-default-colors.-contained .snapchat:hover {
    background-color: #e0e410
}

.social-networks.-hover-default-colors.-contained .soundcloud:hover {
    background-color: #fd561f
}

.social-networks.-hover-default-colors.-contained .spotify:hover {
    background-color: #1ed760
}

.social-networks.-hover-default-colors.-contained .teamspeak:hover {
    background-color: #1c82cc
}

.social-networks.-hover-default-colors.-contained .telegram:hover {
    background-color: #08c
}

.social-networks.-hover-default-colors.-contained .threads:hover {
    background-color: #101010
}

.social-networks.-hover-default-colors.-contained .tiktok:hover {
    background-color: #323131
}

.social-networks.-hover-default-colors.-contained .tumblr:hover {
    background-color: #2a445f
}

.social-networks.-hover-default-colors.-contained .twitch:hover {
    background-color: #9147ff
}

.social-networks.-hover-default-colors.-contained .twitter:hover {
    background-color: #2aa3ef
}

.social-networks.-hover-default-colors.-contained .vimeo:hover {
    background-color: #1ab8ea
}

.social-networks.-hover-default-colors.-contained .vine:hover {
    background-color: #00be8e
}

.social-networks.-hover-default-colors.-contained .whatsapp:hover {
    background-color: #0ec143
}

.social-networks.-hover-default-colors.-contained .xing:hover {
    background-color: #0c6567
}

.social-networks.-hover-default-colors.-contained .youtube:hover {
    background-color: #e4252d
}

.social-networks.-hover-default-colors.-contained :hover {
    background-color: #000
}

.social-networks.-boxed {
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.social-networks.-boxed .network {
    background-color: transparent;
    height: 6.25em;
    margin: 0 !important;
    border: none;
    line-height: 6.25em;
    position: relative;
    overflow: hidden;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}

.social-networks.-boxed .network .icon {
    width: 100%;
    text-align: center;
    position: absolute;
    opacity: 0;
    top: 60%;
    left: 0;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.social-networks.-boxed .network span {
    font-size: .95em;
    position: relative;
    top: 0;
    opacity: 1;
    -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
    transition: all cubic-bezier(.645, .045, .355, 1) .35s
}

.social-networks.-boxed .network:hover {
    background-color: rgba(150, 144, 162, .06)
}

.social-networks.-boxed .network:hover .icon {
    opacity: 1;
    top: 40%
}

.social-networks.-boxed .network:hover span {
    opacity: 0;
    top: -1.875em
}

.has-beige-dark-background-color {
    background-color: #b41d1d
}

.has-beige-dark-background-color.wp-block-button__link {
    border-color: #b41d1d
}

.has-dark-strong-background-color {
    background-color: #111013
}

.has-dark-strong-background-color.wp-block-button__link {
    border-color: #111013
}

.has-dark-light-background-color {
    background-color: #161519
}

.has-dark-light-background-color.wp-block-button__link {
    border-color: #161519
}

.has-grey-strong-background-color {
    background-color: #7c748b
}

.has-grey-strong-background-color.wp-block-button__link {
    border-color: #7c748b
}

.has-grey-light-background-color {
    background-color: #9690a2
}

.has-grey-light-background-color.wp-block-button__link {
    border-color: #9690a2
}

.has-beige-dark-color {
    color: #b41d1d
}

.has-dark-strong-color {
    color: #111013
}

.has-dark-light-color {
    color: #161519
}



.has-regular-font-size {
    font-size: 1.025rem;
    font-family: inherit
}

.has-extra-small-font-size {
    font-size: .867em
}

.has-small-font-size {
    font-size: .934em
}

.has-large-font-size {
    font-size: 1.6875em;
    font-weight: 500
}

.has-larger-font-size {
    font-size: 1.9875em
}

.menu li.new span:after,
.menu li.version span:after {
    margin: -1px 0 0 4px;
    padding: 0 4px;
    height: 1.05rem;
    font-size: 9px;
    font-weight: 700;
    vertical-align: middle;
    color: #fff;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-border-radius: 0.35rem;
    border-radius: .35rem
}

.menu li.new span:after {
    content: "NEW";
    background-color: #dc2828
}

.menu li.version span {
    white-space: nowrap !important
}

.menu li.version span:after {
    content: "V3.3";
    background-color: #161519
}

.dark-scheme:not(.elementor-editor-active):not(.compose-mode) .dark-scheme-hidden {
    display: none
}

.dark-scheme,
.dark-scheme .alert:not(.-success):not(.-warning):not(.-danger),
.dark-scheme .back-link .caption,
.dark-scheme .builder-switcher a,
.dark-scheme .form-switch>.form-check-label,
.dark-scheme .heading .subtitle,
.dark-scheme .site-footer,
.dark-scheme .site-footer .button,
.dark-scheme .site-footer .widgets a,
.dark-scheme .site-footer-copyright,
.dark-scheme .video-button-caption,
.dark-scheme p.subtitle,
.dark-scheme.woocommerce .star-rating span::before,
.dark-scheme.woocommerce .stars.selected a::before,
.dark-scheme.woocommerce .stars.selected:hover span a::before,
.dark-scheme.woocommerce .stars:hover a::before {
    color: rgba(255, 255, 255, .85)
}

.dark-scheme .alert:not(.-success):not(.-warning):not(.-danger) .icon-button .icon,
.dark-scheme .button.-flat,
.dark-scheme .button.-outlined:not(.-primary):not(.-reset-color):not(:hover),
.dark-scheme .button.-text:not(.-primary):not(.-reset-color):not(:hover),
.dark-scheme .clb-slider-pagination,
.dark-scheme .dynamic-text,
.dark-scheme .dynamic-typo.dark-typo,
.dark-scheme .dynamic-typo.dark-typo .titles-typo,
.dark-scheme .header:not(.-sticky) .mobile-overlay .icon-button,
.dark-scheme .headline-meta,
.dark-scheme .icon-button,
.dark-scheme .icon-group,
.dark-scheme .lazy-load.-outlined .button:not(.-primary):not(.-reset-color):not(:hover):not(.-flat),
.dark-scheme .lazy-load.-outlined .social-networks.-default-colors.button:not(.-flat) .network:hover,
.dark-scheme .pagination:not(.text-center).-outlined .button:not(.-primary):not(.-reset-color):not(:hover):not(.-flat),
.dark-scheme .pagination:not(.text-center).-outlined .social-networks.-default-colors.button:not(.-flat) .network:hover,
.dark-scheme .portfolio-item h4.title,
.dark-scheme .site-footer .widget-title,
.dark-scheme .social-networks.-default-colors.-contained .network:hover,
.dark-scheme .social-networks.-default-colors.-outlined .network:hover,
.dark-scheme .social-networks:not(.-default-colors) .network,
.dark-scheme .titles-typo:not(.scroll-top-holder):not(.social-bar-holder),
.dark-scheme .wc-block-product-search .wc-block-product-search__fields button[type=submit].wc-block-product-search__button:not(:hover),
.dark-scheme .widget_search .wp-block-search__inside-wrapper button[type=submit].wp-block-search__button:not(:hover),
.dark-scheme h1,
.dark-scheme h2,
.dark-scheme h3,
.dark-scheme h4,
.dark-scheme h5,
.dark-scheme h6,
.dark-scheme input,
.dark-scheme mark,
.dark-scheme select,
.dark-scheme textarea,
.dark-scheme th,
.lazy-load.-outlined .dark-scheme .button:not(.-primary):not(.-reset-color):not(:hover):not(.-flat),
.lazy-load.-outlined .dark-scheme .social-networks.-default-colors.button:not(.-flat) .network:hover,
.pagination:not(.text-center).-outlined .dark-scheme .button:not(.-primary):not(.-reset-color):not(:hover):not(.-flat),
.pagination:not(.text-center).-outlined .dark-scheme .social-networks.-default-colors.button:not(.-flat) .network:hover {
    color: #fff
}

.dark-scheme code,
.dark-scheme pre {
    color: #9690a2
}

.dark-scheme .blog-item.-layout1 .headline-meta,
.dark-scheme .comments .comment-body time,
.dark-scheme .portfolio-filter.-filter-buttons a .num,
.dark-scheme .subheader,
.dark-scheme .subheader a,
.dark-scheme .widget_ohio_widget_about_author .content .details .site {
    color: #9690a2
}

.dark-scheme .-reset-color,
.dark-scheme .button-group .button.-outlined:not(.-primary):not(.-reset-color):not(:hover),
.dark-scheme .button-group .lazy-load.-outlined .button:not(.-primary):not(.-reset-color):not(:hover):not(.-flat),
.dark-scheme .button-group .pagination:not(.text-center).-outlined .button:not(.-primary):not(.-reset-color):not(:hover):not(.-flat),
.dark-scheme .color-switcher-toddler-item,
.dark-scheme .popup-subscribe .holder *,
.dark-scheme .tag-out-of-stock,
.dark-scheme .woo-products .button-group .button.-outlined,
.dark-scheme .woo-products .button-group .lazy-load.-outlined .button:not(.-flat),
.dark-scheme .woo-products .button-group .pagination:not(.text-center).-outlined .button:not(.-flat),
.dark-scheme .woo-products .clb-slider-nav-btn .icon-button,
.dark-scheme select>option,
.lazy-load.-outlined .dark-scheme .button-group .button:not(.-primary):not(.-reset-color):not(:hover):not(.-flat),
.lazy-load.-outlined .dark-scheme .woo-products .button-group .button:not(.-flat),
.pagination:not(.text-center).-outlined .dark-scheme .button-group .button:not(.-primary):not(.-reset-color):not(:hover):not(.-flat),
.pagination:not(.text-center).-outlined .dark-scheme .woo-products .button-group .button:not(.-flat) {
    color: initial
}

.dark-scheme .portfolio-item.-with-slider .overlay-image::before,
.dark-scheme .portfolio-item.-with-slider .overlay::after {
    background-color: rgba(17, 16, 19, .992)
}

.dark-scheme .portfolio-item.-layout4 .overlay::after {
    background-color: rgba(17, 16, 19, .5) !important
}

.dark-scheme .project.-layout10 .project-content .holder {
    background-color: rgba(22, 21, 25, .95)
}

.dark-scheme,
.dark-scheme .coming-soon,
.dark-scheme .header.-sticky,
.dark-scheme .logo-details,
.dark-scheme .page-headline::before,
.dark-scheme .site-content,
.dark-scheme .site-footer,
.dark-scheme .woo-products .button:not(.-outlined):not(.-text):not(.-flat):not(.-primary):not(:hover) {
    background-color: #161519
}

.dark-scheme .clb-slider-pagination {
    background-color: rgba(0, 0, 0, .25)
}

.dark-scheme .clb-slider-pagination .clb-slider-page.active {
    background-color: rgba(0, 0, 0, .45)
}

.dark-scheme .cart-mini,
.dark-scheme .header.-mobile .mobile-overlay .holder,
.dark-scheme .header:not(.-mobile) .menu li>ul,
.dark-scheme .notification .alert,
.dark-scheme .select2-dropdown,
.dark-scheme .share-bar .social-networks,
.dark-scheme .sticky-nav-holder,
.dark-scheme .sticky-product,
.dark-scheme.single-post .-layout2.-with-featured-image .post-share .share-bar .social-networks {
    background-color: #2a272f
}

.dark-scheme .tabs .tabs-nav-line {
    background-color: rgba(255, 255, 255, .85)
}

.dark-scheme .badge:not(.-outlined),
.dark-scheme .builder-switcher,
.dark-scheme .hamburger-outer,
.dark-scheme .menu li.version span:after,
.dark-scheme .select2-container--default .select2-results__option[aria-selected=true],
.dark-scheme .select2-container--default .select2-results__option[data-selected=true],
.dark-scheme .social-networks.-default-colors.-contained .network:hover,
.dark-scheme .social-networks:not(.-default-colors).-contained .network,
.dark-scheme .tabs.-with-button .tabs-nav-line,
.dark-scheme .video-button:not(.-outlined) .icon-button,
.dark-scheme ::-webkit-scrollbar-thumb,
.dark-scheme input[type=submit] {
    background-color: rgba(150, 144, 162, .25)
}

.dark-scheme .tooltip,
.dark-scheme .tooltip::before {
    background-color: #3b3843
}

.dark-scheme .alert:not(.-success):not(.-danger)>svg,
.dark-scheme .purchase-button {
    background-color: rgba(99, 93, 111, .95)
}

.dark-scheme .project.-layout10 .project-content .inner {
    background-color: rgba(22, 21, 25, .95)
}

.dark-scheme .-with-slider .project-content::before,
.dark-scheme .portfolio-links .project-content::before {
    background-image: -o-radial-gradient(1px 1px, circle, #2a272f 1px, transparent 0);
    background-image: radial-gradient(circle at 1px 1px, #2a272f 1px, transparent 0)
}

.dark-scheme ::-webkit-scrollbar {
    background-color: rgba(150, 144, 162, .08)
}

.dark-scheme .icon-group {
    border-color: #fff
}

.dark-scheme .lazy-load.-outlined .video-button.button:not(.-flat) .icon-button,
.dark-scheme .pagination:not(.text-center).-outlined .video-button.button:not(.-flat) .icon-button,
.dark-scheme .video-button.-outlined .icon-button,
.lazy-load.-outlined .dark-scheme .video-button.button:not(.-flat) .icon-button,
.pagination:not(.text-center).-outlined .dark-scheme .video-button.button:not(.-flat) .icon-button {
    border-color: rgba(255, 255, 255, .85)
}

.dark-scheme .lazy-load.-outlined .video-button.button:not(.-flat) .icon-button:hover,
.dark-scheme .pagination:not(.text-center).-outlined .video-button.button:not(.-flat) .icon-button:hover,
.dark-scheme .video-button.-outlined .icon-button:hover,
.lazy-load.-outlined .dark-scheme .video-button.button:not(.-flat) .icon-button:hover,
.pagination:not(.text-center).-outlined .dark-scheme .video-button.button:not(.-flat) .icon-button:hover {
    border-color: currentColor
}

.dark-scheme .lazy-load.-outlined .social-networks.button:not(.-default-colors):not(.-flat) .network:not(:hover),
.dark-scheme .pagination:not(.text-center).-outlined .social-networks.button:not(.-default-colors):not(.-flat) .network:not(:hover),
.dark-scheme .select2-container--default .select2-search--dropdown .select2-search__field,
.dark-scheme .social-networks.-outlined:not(.-default-colors) .network:not(:hover),
.lazy-load.-outlined .dark-scheme .social-networks.button:not(.-default-colors):not(.-flat) .network:not(:hover),
.pagination:not(.text-center).-outlined .dark-scheme .social-networks.button:not(.-default-colors):not(.-flat) .network:not(:hover) {
    border-color: rgba(150, 144, 162, .15)
}

.dark-scheme .cart-mini,
.dark-scheme .header.-mobile .mobile-overlay .holder,
.dark-scheme .header:not(.-mobile) .menu li>ul,
.dark-scheme .notification .alert,
.dark-scheme .select2-dropdown,
.dark-scheme .sticky-product {
    -webkit-box-shadow: 0 20px 32px -8px rgba(0, 0, 0, .35), 0 0 1px rgba(0, 0, 0, .25);
    box-shadow: 0 20px 32px -8px rgba(0, 0, 0, .35), 0 0 1px rgba(0, 0, 0, .25)
}

.dark-scheme .select2-container--default .select2-selection--single .select2-selection__arrow>b,
.dark-scheme select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bbbbbb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

.dark-scheme .social-networks:not(.-text) .network {
    background-image: none
}

.dark-scheme .video-button .icon-button::after {
    outline-color: rgba(255, 255, 255, .115)
}

.dark-scheme rs-slide .font-headlines {
    color: #fff !important
}

.dark-scheme rs-slide .font-paragraphs {
    color: rgba(255, 255, 255, .85) !important
}

.dark-scheme rs-slide rs-sbg::after {
    content: "";
    background-color: rgba(17, 16, 19, .5);
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute
}

.dark-scheme .portfolio-item.-with-gradient .portfolio-item-image::before {
    background: #111013;
    background: -webkit-gradient(linear, right top, left top, from(rgba(17, 16, 19, .95)), to(rgba(17, 16, 19, 0)));
    background: -o-linear-gradient(right, rgba(17, 16, 19, .95) 0, rgba(17, 16, 19, 0) 100%);
    background: linear-gradient(270deg, rgba(17, 16, 19, .95) 0, rgba(17, 16, 19, 0) 100%)
}

.dark-scheme .clb__dark_mode_light .blog-item.-contained .card-details,
.dark-scheme .clb__dark_mode_light .blog-item.-layout4 .image-holder,
.dark-scheme .clb__dark_mode_light .portfolio-item .card-details,
.dark-scheme .clb__dark_mode_light .pricing-table,
.dark-scheme .clb__dark_mode_light.elementor-element .social-networks.-boxed,
.dark-scheme .clb__dark_mode_light.elementor-section,
.dark-scheme .clb__dark_mode_light.pricing-table,
.dark-scheme .clb__dark_mode_light.social-networks.-boxed,
.dark-scheme .clb__dark_mode_light.vc_row:not(.portfolio-grid):not(.blog-posts),
.dark-scheme .clb__dark_mode_light.vc_section,
.dark-scheme .clb__dark_mode_light:not(.elementor-widget-ohio_recent_posts):not(.elementor-widget-ohio_pricing_table)>.elementor-widget-container,
.dark-scheme .clb__dark_mode_light>.elementor-widget-wrap,
.dark-scheme .clb__dark_mode_light>.vc_column-inner,
.dark-scheme .dark_mode_light_column.wpb_column>.vc_column-inner,
.dark-scheme .dark_mode_light_column>.elementor-column-wrap,
.dark-scheme .dark_mode_light_row,
.dark-scheme .dark_mode_light_widget>.elementor-widget-container {
    background-color: rgba(150, 144, 162, .08) !important
}

.dark-scheme .clb__dark_mode_black.elementor-section,
.dark-scheme .clb__dark_mode_black.vc_row,
.dark-scheme .clb__dark_mode_black.vc_section,
.dark-scheme .clb__dark_mode_black>.elementor-widget-container,
.dark-scheme .clb__dark_mode_black>.elementor-widget-wrap,
.dark-scheme .clb__dark_mode_black>.vc_column-inner {
    background-color: #161519 !important
}

.dark-scheme .horizontal-accordion-item {
    background-color: #161519 !important;
    -webkit-box-shadow: 0 .75rem 2.5rem rgba(0, 0, 0, .75);
    box-shadow: 0 .75rem 2.5rem rgba(0, 0, 0, .75)
}

.dark-scheme .clb__dark_mode_spacer,
.dark-scheme .clb__dark_mode_spacer .elementor-spacer {
    background-color: #161519 !important
}

.dark-scheme .clb__dark_mode_spacer_light,
.dark-scheme .clb__dark_mode_spacer_light .elementor-spacer {
    background-color: rgba(150, 144, 162, .05) !important
}

.dark-scheme .clb__dark_mode_spacer_reset,
.dark-scheme .clb__dark_mode_spacer_reset .elementor-spacer {
    background-color: transparent !important
}

.dark-scheme .clb__dark_mode_image,
.dark-scheme .clb__dark_mode_image img {
    mix-blend-mode: multiply
}

.dark-scheme .branding .light-scheme-logo {
    display: none
}

.dark-scheme .branding .dark-scheme-logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

body:not(.dark-scheme):not(.elementor-editor-active):not(.compose-mode) .dark-scheme-visible {
    display: none
}

body:not(.dark-scheme) .branding .dark-scheme-logo {
    display: none
}

body:not(.dark-scheme) .widget_shopping_cart_content .buttons .button:first-child:not(:hover):not(:active):not(:focus) {
    color: initial !important
}

.switching .portfolio-item.-layout12 .portfolio-item-details .portfolio-item-details-headline::after,
.switching :not(.color-switcher-toddler) {
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

body:not(.dark-scheme) .dynamic-typo.dark-typo .color-switcher-item.dark,
body:not(.dark-scheme) .dynamic-typo.dark-typo .scroll-top,
body:not(.dark-scheme) .dynamic-typo.dark-typo .social-bar,
body:not(.dark-scheme) .dynamic-typo.dark-typo.back-link,
body:not(.dark-scheme) .dynamic-typo.dark-typo.icon-button.fixed,
body:not(.dark-scheme) .dynamic-typo.light-typo .color-switcher-item.dark,
body:not(.dark-scheme) .dynamic-typo.light-typo .scroll-top,
body:not(.dark-scheme) .dynamic-typo.light-typo .social-bar,
body:not(.dark-scheme) .dynamic-typo.light-typo.back-link,
body:not(.dark-scheme) .dynamic-typo.light-typo.icon-button.fixed {
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
    -o-transition: color .2s cubic-bezier(.645, .045, .355, 1);
    transition: color .2s cubic-bezier(.645, .045, .355, 1)
}

body:not(.dark-scheme) .dynamic-typo.light-typo .color-switcher-item.dark,
body:not(.dark-scheme) .dynamic-typo.light-typo .scroll-top,
body:not(.dark-scheme) .dynamic-typo.light-typo .social-bar,
body:not(.dark-scheme) .dynamic-typo.light-typo.back-link,
body:not(.dark-scheme) .dynamic-typo.light-typo.icon-button.fixed {
    color: #fff !important
}

body:not(.dark-scheme) .dynamic-typo.dark-typo {
    color: inherit
}

body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky) .branding:not(.text-logo) .logo-dynamic .dark,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky) .branding:not(.text-logo) .logo-dynamic .light {
    display: unset;
    position: absolute;
    opacity: 0;
    top: 0;
    -webkit-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    -o-transition: opacity .2s cubic-bezier(.645, .045, .355, 1);
    transition: opacity .2s cubic-bezier(.645, .045, .355, 1)
}

body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .branding,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .cart-button-total a,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .hamburger-outer,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .icon-button:not(.-overlay-button):not(.-small),
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .lang-dropdown,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .menu-blank,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .menu>li>a {
    color: #fff !important
}

body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .branding:not(.text-logo) .logo-dynamic .dark {
    opacity: 0
}

body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .branding:not(.text-logo) .logo-dynamic .light {
    opacity: 1
}

body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23bbbbbb' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e")
}

body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .branding,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .cart-button-total a,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .hamburger-outer,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .icon-button:not(.-overlay-button):not(.-small),
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .lang-dropdown,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .menu-blank,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .menu>li>a {
    color: inherit
}

body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .branding:not(.text-logo) .logo-dynamic .dark {
    opacity: 1
}

body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .branding:not(.text-logo) .logo-dynamic .light {
    opacity: 0
}

body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .branding:not(.text-logo) .logo,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .branding:not(.text-logo) .logo {
    opacity: 0
}

body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .branding,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .cart-button-total a,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .hamburger-outer,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .icon-button:not(.-overlay-button):not(.-small),
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .lang-dropdown,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .menu-blank,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).dark-typo .menu>li>a,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .branding,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .cart-button-total a,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .hamburger-outer,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .icon-button:not(.-overlay-button):not(.-small),
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .lang-dropdown,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .menu-blank,
body:not(.dark-scheme) .header-dynamic-typo:not(.-sticky).light-typo .menu>li>a {
    -webkit-transition: color .2s cubic-bezier(.645, .045, .355, 1);
    -o-transition: color .2s cubic-bezier(.645, .045, .355, 1);
    transition: color .2s cubic-bezier(.645, .045, .355, 1)
}

body:not(.dark-scheme) .header-sidebar.-mobile.-sticky-with-dynamic-typo .header-dynamic-typo.light-typo .branding,
body:not(.dark-scheme) .header-sidebar.-mobile.-sticky-with-dynamic-typo .header-dynamic-typo.light-typo .cart-button-total a,
body:not(.dark-scheme) .header-sidebar.-mobile.-sticky-with-dynamic-typo .header-dynamic-typo.light-typo .hamburger-outer,
body:not(.dark-scheme) .header-sidebar.-mobile.-sticky-with-dynamic-typo .header-dynamic-typo.light-typo .icon-button:not(.-overlay-button):not(.-small),
body:not(.dark-scheme) .header-sidebar.-mobile.-sticky-with-dynamic-typo .header-dynamic-typo.light-typo .lang-dropdown,
body:not(.dark-scheme) .header-sidebar.-mobile.-sticky-with-dynamic-typo .header-dynamic-typo.light-typo .menu-blank,
body:not(.dark-scheme) .header-sidebar.-mobile.-sticky-with-dynamic-typo .header-dynamic-typo.light-typo .menu>li>a {
    color: inherit !important
}

@media (min-width:768px) {
    div[class*=vc_col-sm-] {
        float: left
    }

    .vc_col-sm-1 {
        width: -webkit-calc(100%/12 * 1);
        width: calc(100%/12 * 1)
    }

    .vc_col-sm-2 {
        width: -webkit-calc(100%/12 * 2);
        width: calc(100%/12 * 2)
    }

    .vc_col-sm-3 {
        width: -webkit-calc(100%/12 * 3);
        width: calc(100%/12 * 3)
    }

    .vc_col-sm-4 {
        width: -webkit-calc(100%/12 * 4);
        width: calc(100%/12 * 4)
    }

    .vc_col-sm-5 {
        width: -webkit-calc(100%/12 * 5);
        width: calc(100%/12 * 5)
    }

    .vc_col-sm-6 {
        width: -webkit-calc(100%/12 * 6);
        width: calc(100%/12 * 6)
    }

    .vc_col-sm-7 {
        width: -webkit-calc(100%/12 * 7);
        width: calc(100%/12 * 7)
    }

    .vc_col-sm-8 {
        width: -webkit-calc(100%/12 * 8);
        width: calc(100%/12 * 8)
    }

    .vc_col-sm-9 {
        width: -webkit-calc(100%/12 * 9);
        width: calc(100%/12 * 9)
    }

    .vc_col-sm-10 {
        width: -webkit-calc(100%/12 * 10);
        width: calc(100%/12 * 10)
    }

    .vc_col-sm-11 {
        width: -webkit-calc(100%/12 * 11);
        width: calc(100%/12 * 11)
    }

    .vc_col-sm-12 {
        width: -webkit-calc(100%/12 * 12);
        width: calc(100%/12 * 12)
    }
}

@media screen and (min-width:769px) {
    .row-bg-lines {
        position: absolute;
        height: 100%;
        left: 0;
        right: 0
    }

    .row-bg-lines div {
        background: rgba(150, 144, 162, .1);
        width: 1px;
        height: 100%;
        position: absolute
    }

    .row-bg-lines div:nth-child(2) {
        margin-left: -webkit-calc((100% / 4)*1);
        margin-left: calc((100% / 4)*1)
    }

    .row-bg-lines div:nth-child(3) {
        margin-left: -webkit-calc((100% / 4)*2);
        margin-left: calc((100% / 4)*2)
    }

    .row-bg-lines div:nth-child(4) {
        margin-left: -webkit-calc((100% / 4)*3);
        margin-left: calc((100% / 4)*3)
    }

    .row-bg-lines div:nth-child(5) {
        margin-left: -webkit-calc((100% / 4)*4 - 40px);
        margin-left: calc((100% / 4)*4 - 40px)
    }

    .row-bg-text {
        position: absolute;
        font-size: 5vw;
        font-weight: 600;
        line-height: 1;
        letter-spacing: -.04em;
        top: 0;
        font-family: "DM Sans", sans-serif;
        color: rgba(150, 144, 162, .15);
        -webkit-transform-origin: 0 0;
        -ms-transform-origin: 0 0;
        transform-origin: 0 0
    }

    .row-bg-text.left {
        -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
        -ms-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
        transform: rotate(-90deg) translateX(-100%) translateY(-100%)
    }

    .row-bg-text.right {
        left: 1300px;
        -webkit-transform: rotate(-90deg) translateX(-100%) translateY(0);
        -ms-transform: rotate(-90deg) translateX(-100%) translateY(0);
        transform: rotate(-90deg) translateX(-100%) translateY(0)
    }

    .-full-w .row-bg-text.left {
        -webkit-transform: rotate(-90deg) translateX(-100%) translateY(0);
        -ms-transform: rotate(-90deg) translateX(-100%) translateY(0);
        transform: rotate(-90deg) translateX(-100%) translateY(0)
    }

    .-full-w .row-bg-text.right {
        left: 100%;
        -webkit-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
        -ms-transform: rotate(-90deg) translateX(-100%) translateY(-100%);
        transform: rotate(-90deg) translateX(-100%) translateY(-100%)
    }

    .-sticky-block,
    .-sticky-block>.vc_column-inner>.wpb_wrapper {
        position: -webkit-sticky !important;
        position: sticky !important;
        z-index: 2;
        top: 0
    }

    .page-content {
        width: 100%;
        float: left
    }

    .page-content.-with-left-sidebar {
        width: 100%;
        padding-left: 2.5%
    }

    .page-content.-with-right-sidebar {
        width: 100%;
        padding-right: 2.5%
    }

    .error404 .page-headline .page-container,
    .error404 .site-content .page-container,
    .search-no-results .page-headline .page-container,
    .search-no-results .site-content .page-container,
    .single-post:not(.single-post-sidebar):not(.with-post-type_2) .page-headline .page-container,
    .single-post:not(.single-post-sidebar):not(.with-post-type_2) .site-content .page-container,
    .woocommerce-page:not(.archive):not(.single) .page-headline .page-container,
    .woocommerce-page:not(.archive):not(.single) .site-content .page-container {
        padding-left: 7.4vw;
        padding-right: 7.4vw
    }

    .error404 .page-headline .title,
    .search-no-results .page-headline .title,
    .single-post:not(.single-post-sidebar):not(.with-post-type_2) .page-headline .title,
    .woocommerce-page:not(.archive):not(.single) .page-headline .title {
        max-width: 100%
    }

    .header .desktop-hamburger {
        min-width: 56px
    }

    .header .desktop-hamburger.-left {
        margin-right: 1rem
    }

    .header .desktop-hamburger.-right {
        margin-left: 1rem
    }

    .header.header-4 .menu-blank {
        margin-left: 7.5rem;
        -webkit-transform: translateX(1.25rem);
        -ms-transform: translateX(1.25rem);
        transform: translateX(1.25rem)
    }

    .header.header-5:not(.-mobile) .header-wrap .top-part .desktop-hamburger {
        min-width: unset
    }

    .header.header-6 .top-part-inner.-left .hamburger-outer {
        padding-right: unset
    }

    .header:not(.-mobile).header-6 .bottom-part .menu-optional .account-global,
    .header:not(.-mobile).header-6 .bottom-part .menu-optional .favorites-global,
    .header:not(.-mobile).header-6 .bottom-part .menu-optional .holder,
    .header:not(.-mobile).header-6 .bottom-part .menu-optional .search-global,
    .header:not(.-mobile).header-7 .bottom-part .menu-optional .account-global,
    .header:not(.-mobile).header-7 .bottom-part .menu-optional .favorites-global,
    .header:not(.-mobile).header-7 .bottom-part .menu-optional .holder,
    .header:not(.-mobile).header-7 .bottom-part .menu-optional .search-global {
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate(90deg) translate(-100%, 0);
        -ms-transform: rotate(90deg) translate(-100%, 0);
        transform: rotate(90deg) translate(-100%, 0)
    }

    .site-footer .page-container>.holder {
        margin-top: -4rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .icon-button.-large {
        min-width: 4.5rem;
        width: 4.5rem;
        height: 4.5rem
    }

    .blog-item.-layout3>a {
        min-width: 50%;
        max-width: 50%
    }

    .blog-item.-layout3,
    .blog-item.-layout5 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .blog-item.-layout3>a,
    .blog-item.-layout5>a {
        display: block
    }

    .blog-item.-layout3 .card-details,
    .blog-item.-layout5 .card-details {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .blog-item.-layout3:not(.-contained) .card-details,
    .blog-item.-layout5:not(.-contained) .card-details {
        padding-top: 0
    }

    .blog-item.-layout3.-contained .image-holder,
    .blog-item.-layout5.-contained .image-holder {
        -webkit-border-bottom-left-radius: 0.35rem;
        border-bottom-left-radius: .35rem;
        -webkit-border-top-left-radius: 0.35rem;
        border-top-left-radius: .35rem;
        -webkit-border-bottom-right-radius: 0;
        border-bottom-right-radius: 0;
        -webkit-border-top-right-radius: 0;
        border-top-right-radius: 0
    }

    .blog-item.-layout3.-contained .card-details,
    .blog-item.-layout5.-contained .card-details {
        padding-top: 1.5rem;
        -webkit-border-bottom-right-radius: 0.35rem;
        border-bottom-right-radius: .35rem;
        -webkit-border-top-right-radius: 0.35rem;
        border-top-right-radius: .35rem;
        -webkit-border-bottom-left-radius: 0;
        border-bottom-left-radius: 0;
        -webkit-border-top-left-radius: 0;
        border-top-left-radius: 0
    }

    .blog-item.-layout3:not(.-contained) .card-details,
    .blog-item.-layout5:not(.-contained) .card-details {
        padding-left: 3vh
    }

    .blog-item.-layout5>a {
        min-width: 38%;
        max-width: 38%
    }

    .blog-item.-layout6:not(.-contained) .image-holder {
        display: none
    }

    .blog-item.-layout6.-contained .card-details {
        padding: 4vh
    }

    .blog-item.-layout6.-contained .image-holder>iframe,
    .blog-item.-layout6.-contained .image-holder>img {
        opacity: 0;
        visibility: hidden;
        -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
        -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
        transition: all cubic-bezier(.645, .045, .355, 1) .35s
    }

    .blog-item.-layout6.-contained:hover .image-holder>iframe,
    .blog-item.-layout6.-contained:hover .image-holder>img {
        opacity: 1;
        visibility: visible
    }

    .blog-item.-layout6.-contained:hover * {
        color: #fff
    }

    .blog-item.-layout6 .card-details {
        position: relative;
        z-index: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .blog-item.-layout6 .card-details-item {
        margin: 0
    }

    .blog-item.-layout6 .card-details-item .headline-meta {
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .blog-item.-layout6 .card-details-item:nth-child(1) {
        min-width: 25%
    }

    .blog-item.-layout6 .card-details-item:nth-child(2) {
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        padding-left: 4vh;
        padding-right: 4vh
    }

    .blog-item.-layout6 .image-holder {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0;
        height: 100%;
        -webkit-border-radius: 0.35rem;
        border-radius: .35rem
    }

    .blog-item.-layout6 .image-holder iframe,
    .blog-item.-layout6 .image-holder img {
        position: absolute;
        left: 0;
        top: 0;
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        min-width: 100%;
        height: 100%
    }

    .blog-item.-layout7 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .blog-item.-layout7 .read-more {
        position: absolute;
        right: 0;
        top: -webkit-calc(1.25rem * 2);
        top: calc(1.25rem * 2);
        z-index: 1
    }

    .blog-item.-layout7 .card-details,
    .blog-item.-layout7>a {
        -webkit-transform-style: preserve-3d;
        transform-style: preserve-3d;
        -webkit-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
        -o-transition: all cubic-bezier(.645, .045, .355, 1) .35s;
        transition: all cubic-bezier(.645, .045, .355, 1) .35s;
        -webkit-transition-duration: -webkit-calc(.35s * 1.5);
        -o-transition-duration: calc(.35s * 1.5);
        transition-duration: calc(.35s * 1.5)
    }

    .blog-item.-layout7.-metro>a:not(.read-more) {
        display: block;
        opacity: 0;
        min-width: -webkit-calc((100% - 1.25rem)/ 3);
        min-width: calc((100% - 1.25rem)/ 3);
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }

    .blog-item.-layout7.-metro .card-details {
        -webkit-transform: translate3d(-webkit-calc((-100% - 1.25rem)/ 2 + 1.25rem), 0, 0);
        transform: translate3d(calc((-100% - 1.25rem)/ 2 + 1.25rem), 0, 0)
    }

    .blog-item.-layout7.-metro .image-holder {
        padding-bottom: 55%
    }

    .blog-item.-layout7 .card-details {
        width: 100%
    }

    .blog-item.-layout7:not(.-contained).-metro>a:not(.read-more) {
        padding-right: 1.25rem
    }

    .blog-item.-layout7:not(.-contained) .card-details {
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .blog-item.-layout7.-contained {
        background-color: rgba(150, 144, 162, .06)
    }

    .blog-item.-layout7.-contained .read-more {
        right: 1.25rem;
        top: 1.25rem
    }

    .blog-item.-layout7:hover:not(.-contained) .card-details {
        padding-left: 1.25rem
    }

    .blog-item.-layout7:hover>a:not(.read-more) {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .blog-item.-layout7:hover .card-details {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .single-post .single-post-layout.-with-sharing .breadcrumb-holder {
        padding-top: 0
    }

    .single-post .single-post-layout .share-bar {
        left: -1.25rem;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%)
    }

    .single-post .single-post-layout.-layout2 .page-headline>.holder .post-meta-holder,
    .single-post .single-post-layout.-layout2 .page-headline>.holder .title {
        max-width: 85%
    }

    .comments .comment-body {
        padding-left: 5rem
    }

    .comments .comment-body .comment-author>img {
        position: absolute;
        top: 0;
        left: 0
    }

    .comments .comment-respond .comment-form {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .comments .comment-respond .comment-form>p {
        margin: .5rem 0
    }

    .comments .comment-respond .comment-form>p.comment-notes {
        margin-top: 0
    }

    .comments .comment-respond .comment-form>p:not(.comment-form-comment) {
        width: -webkit-calc((100% / 3) - 1rem);
        width: calc((100% / 3) - 1rem)
    }

    .project-content:not(.-with-slider) .holder {
        padding-top: 5rem;
        padding-bottom: 5rem
    }

    .portfolio-item.-layout3 .project-content,
    .portfolio-item.-layout5 .project-content,
    .portfolio-item.-layout6 .project-content {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .portfolio-item.-layout5 .overlay {
        width: 50%;
        height: 100%
    }

    .portfolio-item.-layout6 .overlay {
        padding: 0 6.75vw
    }

    .portfolio-item.-layout7 .portfolio-item-image {
        width: 50vw;
        height: auto;
        z-index: 2;
        top: 20vh;
        bottom: 20vh
    }

    .portfolio-item.-layout7:not(.-full-vh) .portfolio-item-image {
        top: 0;
        bottom: 0
    }

    .portfolio-item.-layout7 .overlay {
        height: 100%
    }

    .portfolio-item.-layout9 .portfolio-item-image::before {
        display: none
    }

    .portfolio-item.-layout9 .project-content .project-details {
        font-weight: 600;
        font-size: 1.05em
    }

    .portfolio-item.-layout10 .portfolio-item-image {
        -webkit-transform: scale(.9);
        -ms-transform: scale(.9);
        transform: scale(.9)
    }

    .portfolio-item.-layout10 .project-content {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .portfolio-links.grid_8 .grid-item .portfolio-item .category-holder {
        -webkit-transform: translateY(-.25rem);
        -ms-transform: translateY(-.25rem);
        transform: translateY(-.25rem)
    }

    .grid_13.-reversed .grid-item:nth-child(2n) .-layout13 {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .grid_13.-reversed .grid-item:nth-child(2n) .-layout13:not(.-contained) .card-details {
        padding-left: 0;
        padding-right: 2.5rem
    }

    .grid_13.-reversed .grid-item:nth-child(2n) .-layout13.-contained .card-details {
        margin-left: 0;
        margin-right: 2.5rem
    }

    .grid_13 .grid-item.vc_col-lg-12 .-layout13 .card-image {
        min-width: -webkit-calc(((100% / 3) * 2) - 1.25rem);
        min-width: calc(((100% / 3) * 2) - 1.25rem);
        width: -webkit-calc(((100% / 3) * 2) - 1.25rem);
        width: calc(((100% / 3) * 2) - 1.25rem)
    }

    .grid_13 .grid-item.vc_col-lg-2 .-layout13 .card-image,
    .grid_13 .grid-item.vc_col-lg-3 .-layout13 .card-image,
    .grid_13 .grid-item.vc_col-lg-4 .-layout13 .card-image,
    .grid_13 .grid-item.vc_col-lg-6 .-layout13 .card-image {
        min-width: -webkit-calc((100% / 2) - 1.25rem);
        min-width: calc((100% / 2) - 1.25rem);
        width: -webkit-calc((100% / 2) - 1.25rem);
        width: calc((100% / 2) - 1.25rem)
    }

    .project.-layout1 .share-bar {
        margin-left: 1.25rem;
        top: 4vh;
        left: 4vh
    }

    .project.-layout2 .share-bar {
        margin-right: 1.25rem;
        top: 4vh;
        right: 4vh
    }

    .project.-layout5 .project-content .project-task {
        margin-top: 0
    }

    .project.-layout8 .video-holder.-cover iframe {
        width: 130%;
        -webkit-transform: translate(-15%, -50%);
        -ms-transform: translate(-15%, -50%);
        transform: translate(-15%, -50%)
    }

    .project.-layout8 .overlay {
        width: 50%
    }

    .project.-layout8 .share-bar {
        bottom: 0 !important
    }

    .project.-layout9 .project-content .project-task {
        margin-top: 0
    }

    .project.-layout10 .share-bar {
        margin-top: 1.25rem;
        right: unset;
        bottom: unset;
        position: relative
    }

    .project.-layout10 .project-content {
        top: 0;
        width: 50%;
        height: 100vh;
        position: absolute
    }

    .project.-layout10 .project-content .holder {
        z-index: 1;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        padding: 6vh;
        background-color: rgba(255, 255, 255, .95)
    }

    .project.-layout1 .holder,
    .project.-layout3 .holder {
        padding-left: -webkit-calc(3vw - 1rem);
        padding-left: calc(3vw - 1rem)
    }

    .project.-layout3 .project-gallery:not(.scroll-disabled) .share-bar,
    .project.-layout4 .project-gallery:not(.scroll-disabled) .share-bar {
        position: fixed;
        z-index: 10
    }

    .project.-layout6 .video-holder,
    .project.-layout9 .video-holder {
        height: 100vh
    }

    .project.-layout6 .video-holder.-cover iframe,
    .project.-layout9 .video-holder.-cover iframe {
        height: 110%
    }

    .single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .project.-layout1 .project-content,
    .single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .project.-layout3 .project-content,
    .single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7) .project.-layout4 .project-content {
        margin-top: 12vh
    }

    .single:not(.with-spacer):not(.with-header-5):not(.with-header-6):not(.with-header-7):not(.with-headline) .project.-layout2 {
        margin-top: 12vh
    }

    .filter-holder .close-bar {
        display: none
    }

    .filter-holder select {
        margin-left: .5rem;
        max-width: 8rem;
        white-space: nowrap;
        overflow: hidden;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis
    }

    .filter-holder .woocommerce-ordering {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .filter-holder .woocommerce-ordering:nth-of-type(1) select {
        max-width: 8.75rem
    }

    .filter-holder .woocommerce-ordering:nth-of-type(2) select {
        max-width: 10rem
    }

    .filter-holder .result {
        white-space: nowrap
    }

    .filter-holder .result+.woocommerce-ordering select,
    .filter-holder .result+select {
        margin-left: 1.5rem
    }

    .filter>select:nth-of-type(1) {
        min-width: 7.25rem
    }

    .filter>select:nth-of-type(2) {
        max-width: 4.75rem
    }

    .filter>select:nth-of-type(3) {
        max-width: 6rem
    }

    .is-mobile-menu.admin-bar .mobile-overlay,
    .is-mobile-menu.admin-bar .mobile-overlay .overlay {
        height: -webkit-calc(100% - 32px);
        height: calc(100% - 32px);
        top: 32px
    }

    .popup-subscribe {
        width: 770px
    }

    .popup-subscribe.-left-image>*,
    .popup-subscribe.-right-image>* {
        min-width: 50%
    }

    .popup-subscribe.-top-image {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .popup-subscribe.-right-image {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .popup-subscribe.-bottom-image {
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .clb-gallery-lightbox.clb-popup .clb-popup-holder .clb-slider-stage .image-wrap img,
    .clb-gallery-lightbox.clb-popup .clb-popup-holder .slider .image-wrap img {
        margin-top: 3rem
    }

    .clb-gallery-lightbox .clb-slider {
        max-width: 70%
    }

    .empty-state {
        max-width: 50%
    }

    .empty-state .search {
        max-width: 18rem
    }

    .empty-state {
        max-width: 50%
    }

    .empty-state .search {
        max-width: 18rem
    }

    .sticky-nav-holder {
        -webkit-border-radius: 0.35rem;
        border-radius: .35rem
    }

    .tabs:not(.-contained):not(.-with-button):not(.-vertical) .tabs-nav-link:not(:last-child) {
        margin-right: 1.25rem
    }

    .tabs.-vertical {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .tabs.-vertical .tabs-nav {
        width: auto;
        margin-right: 1.5rem;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .tabs.-vertical .tabs-nav-link {
        width: 100%
    }

    .tabs.-vertical .tabs-nav-line {
        width: 2px;
        top: 0;
        left: auto;
        right: 0
    }

    .tabs.-vertical .tabs-content {
        width: auto;
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2
    }

    .tabs.-vertical:not(.-contained):not(.-with-button) .tabs-nav-link {
        padding: 0;
        padding-right: 1rem
    }

    .tabs.-vertical.-with-button .tabs-nav-link {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center
    }

    .tabs.-vertical.-with-button .tabs-nav-line {
        width: 100%
    }

    .wc-category:not(.-offset) .image-holder,
    .wc-category:not(.-offset) .wc-category-content {
        width: 50%
    }

    .wc-category.-offset .card {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .wc-category.-offset .image-holder {
        width: -webkit-calc(100% - 7.5em);
        width: calc(100% - 7.5em)
    }

    .wc-category.-offset .image-holder img {
        -webkit-border-radius: 0.35rem;
        border-radius: .35rem
    }

    .wc-category.-offset .wc-category-content {
        top: 0;
        bottom: 0;
        left: 1.25rem;
        padding-right: 1.25rem;
        position: absolute;
        max-width: 50%
    }

    .dark-scheme .portfolio-item.-with-gradient.-layout10 .portfolio-item-image::before {
        background: #111013;
        background: -webkit-gradient(linear, left top, right top, from(rgba(17, 16, 19, .95)), to(rgba(17, 16, 19, 0)));
        background: -o-linear-gradient(left, rgba(17, 16, 19, .95) 0, rgba(17, 16, 19, 0) 100%);
        background: linear-gradient(90deg, rgba(17, 16, 19, .95) 0, rgba(17, 16, 19, 0) 100%)
    }
}

@media screen and (min-width:769px) and (min-width:1921px) {
    .row-bg-text.right {
        left: 1360px
    }
}

@media (min-width:769px) {
    div[class*=vc_col-md] {
        float: left
    }

    .vc_col-md-1 {
        width: -webkit-calc(100%/12 * 1);
        width: calc(100%/12 * 1)
    }

    .vc_col-md-2 {
        width: -webkit-calc(100%/12 * 2);
        width: calc(100%/12 * 2)
    }

    .vc_col-md-3 {
        width: -webkit-calc(100%/12 * 3);
        width: calc(100%/12 * 3)
    }

    .vc_col-md-4 {
        width: -webkit-calc(100%/12 * 4);
        width: calc(100%/12 * 4)
    }

    .vc_col-md-5 {
        width: -webkit-calc(100%/12 * 5);
        width: calc(100%/12 * 5)
    }

    .vc_col-md-6 {
        width: -webkit-calc(100%/12 * 6);
        width: calc(100%/12 * 6)
    }

    .vc_col-md-7 {
        width: -webkit-calc(100%/12 * 7);
        width: calc(100%/12 * 7)
    }

    .vc_col-md-8 {
        width: -webkit-calc(100%/12 * 8);
        width: calc(100%/12 * 8)
    }

    .vc_col-md-9 {
        width: -webkit-calc(100%/12 * 9);
        width: calc(100%/12 * 9)
    }

    .vc_col-md-10 {
        width: -webkit-calc(100%/12 * 10);
        width: calc(100%/12 * 10)
    }

    .vc_col-md-11 {
        width: -webkit-calc(100%/12 * 11);
        width: calc(100%/12 * 11)
    }

    .vc_col-md-12 {
        width: -webkit-calc(100%/12 * 12);
        width: calc(100%/12 * 12)
    }

    .vc_col-md-push-1 {
        left: -webkit-calc(100%/12 * 1);
        left: calc(100%/12 * 1);
        position: relative
    }

    .vc_col-md-push-2 {
        left: -webkit-calc(100%/12 * 2);
        left: calc(100%/12 * 2);
        position: relative
    }

    .vc_col-md-push-3 {
        left: -webkit-calc(100%/12 * 3);
        left: calc(100%/12 * 3);
        position: relative
    }

    .vc_col-md-push-4 {
        left: -webkit-calc(100%/12 * 4);
        left: calc(100%/12 * 4);
        position: relative
    }

    .vc_col-md-push-5 {
        left: -webkit-calc(100%/12 * 5);
        left: calc(100%/12 * 5);
        position: relative
    }

    .vc_col-md-push-6 {
        left: -webkit-calc(100%/12 * 6);
        left: calc(100%/12 * 6);
        position: relative
    }

    .vc_col-md-push-7 {
        left: -webkit-calc(100%/12 * 7);
        left: calc(100%/12 * 7);
        position: relative
    }

    .vc_col-md-push-8 {
        left: -webkit-calc(100%/12 * 8);
        left: calc(100%/12 * 8);
        position: relative
    }

    .vc_col-md-push-9 {
        left: -webkit-calc(100%/12 * 9);
        left: calc(100%/12 * 9);
        position: relative
    }

    .vc_col-md-push-10 {
        left: -webkit-calc(100%/12 * 10);
        left: calc(100%/12 * 10);
        position: relative
    }

    .vc_col-md-push-11 {
        left: -webkit-calc(100%/12 * 11);
        left: calc(100%/12 * 11);
        position: relative
    }

    .vc_col-md-push-12 {
        left: -webkit-calc(100%/12 * 12);
        left: calc(100%/12 * 12);
        position: relative
    }
}

@media screen and (min-width:1181px) {
    .clb__narrow {
        padding-right: 4.1vw;
        padding-left: 4.1vw
    }

    .boxed-container {
        margin-left: 12vw;
        margin-right: 12vw
    }

    .header:not(.-mobile) .menu .sub-menu-wide {
        padding: 1.75rem 1rem
    }

    .with-sticky-footer .site-content {
        position: relative;
        z-index: 2
    }

    .with-sticky-footer .site-footer {
        width: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 1;
        visibility: hidden
    }

    .with-sticky-footer .site-footer.visible {
        visibility: visible
    }

    .page-id-124 .entry-content h2:not(:first-child),
    .page-id-124 .entry-content h3:not(:first-child),
    .single-post .entry-content h2:not(:first-child),
    .single-post .entry-content h3:not(:first-child) {
        margin-top: 3rem
    }

    .page-id-124 .entry-content h4:not(:first-child),
    .page-id-124 .entry-content h5:not(:first-child),
    .page-id-124 .entry-content h6:not(:first-child),
    .single-post .entry-content h4:not(:first-child),
    .single-post .entry-content h5:not(:first-child),
    .single-post .entry-content h6:not(:first-child) {
        margin-top: 2.5rem
    }

    .single-post .single-post-layout.-with-breadcrumbs:not(.-with-sharing) .breadcrumb-holder {
        padding-top: 0
    }

    .single-post .single-post-layout.-layout2.-with-sharing .vc_col-lg-6.-sticky-block {
        width: 49%
    }

    .single-post .single-post-layout.-layout2.-with-sharing .vc_col-lg-6.post-page-container {
        width: 51%;
        padding-left: -webkit-calc(1.25rem * 2);
        padding-left: calc(1.25rem * 2);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .single-post .single-post-layout.-layout2.-with-sharing .share-bar {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none
    }

    .single-post .single-post-layout.-layout2 .-with-breadcrumbs .share-bar {
        margin-top: 0
    }

    .single-post .single-post-layout.-layout2 .-with-breadcrumbs .breadcrumb {
        margin-top: -1.75rem
    }

    .single-post .single-post-layout.-layout2 .page-headline.-full-vh {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start
    }

    .single-post .single-post-layout.-layout2 .page-headline>.holder {
        padding-top: 12vh;
        padding-left: -webkit-calc(4vh + 3.5rem + 4vh);
        padding-left: calc(4vh + 3.5rem + 4vh)
    }

    .single-post .single-post-layout.-layout2 .post-page-container {
        padding-top: 12vh;
        padding-left: 4vh;
        padding-right: -webkit-calc(4vh + 3.5rem + 4vh);
        padding-right: calc(4vh + 3.5rem + 4vh)
    }

    .single-post:not(.with-spacer) .-layout2 .post-page-container {
        margin-top: 12vh
    }

    .single-post .author-container .widget_ohio_widget_about_author {
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between
    }

    .single-post .author-container .widget_ohio_widget_about_author .avatar {
        margin-bottom: 0;
        margin-right: 1.5rem;
        min-width: 4.5rem
    }

    .single-post .author-container .widget_ohio_widget_about_author .social-networks {
        margin: 0 0 0 1.5rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .single-post .author-container .widget_ohio_widget_about_author .social-networks .network {
        margin: 0 0 .4rem 0
    }

    .portfolio-item.-layout4 .project-details {
        margin-right: 35%
    }

    .portfolio-item.-layout11 .card-details {
        opacity: 0;
        visibility: hidden;
        position: fixed;
        top: .5rem;
        left: 1rem;
        z-index: 10;
        will-change: transform
    }

    .portfolio-item.-layout11 .card-details.-center .category-holder {
        -webkit-align-self: center;
        -ms-flex-item-align: center;
        align-self: center
    }

    .portfolio-item.-layout11 .card-details.-right .category-holder {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end
    }

    .portfolio-item.-layout11 .category-holder,
    .portfolio-item.-layout11 .title {
        background-color: rgba(17, 16, 19, .5);
        margin: 0;
        padding: .2rem .75rem;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        color: #fff
    }

    .portfolio-item.-layout11:hover .card-details {
        opacity: 1;
        visibility: visible
    }

    .portfolio-item.-layout11:hover .card-details .category-holder {
        -webkit-transform: translateY(0) !important;
        -ms-transform: translateY(0) !important;
        transform: translateY(0) !important;
        opacity: 1 !important
    }

    .project.-layout2 .holder,
    .project.-layout4 .holder {
        padding-right: -webkit-calc(3vw - 1rem);
        padding-right: calc(3vw - 1rem)
    }

    .color-switcher:not(.-simple) {
        min-width: 6.5rem
    }

    .color-switcher-item-state svg {
        margin-left: .2rem;
        margin-right: -.2rem
    }

    .color-switcher:not(.dark):not(.-simple) .color-switcher-item.dark svg {
        display: none
    }

    .color-switcher.dark:not(.-simple) .color-switcher-item.light svg {
        display: none
    }

    .color-switcher.-simple {
        height: 2rem;
        -webkit-border-radius: 1rem;
        border-radius: 1rem
    }

    .color-switcher.-simple:not(.dark) .color-switcher-toddler {
        -webkit-transform: translateX(-100%) !important;
        -ms-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important
    }

    .color-switcher.-simple.dark .color-switcher-toddler {
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important
    }

    .color-switcher.-simple .color-switcher-item-state svg {
        margin: 0
    }

    .color-switcher.-simple .color-switcher-item,
    .color-switcher.-simple .color-switcher-toddler-item {
        width: 2rem;
        min-width: 2rem;
        -webkit-border-radius: 1rem;
        border-radius: 1rem
    }

    .with-header-2 .page-headline.without-cap {
        padding-top: 20vh
    }

    .with-header-5:not(.with-post-type_2) .page-headline.without-cap,
    .with-header-6:not(.with-post-type_2) .page-headline.without-cap,
    .with-header-7:not(.with-post-type_2) .page-headline.without-cap {
        padding-top: initial
    }

    .post-password-form {
        width: 50%
    }

    .instagram-feed:not(.no-margins) #sb_instagram #sbi_images {
        margin: -1.25rem
    }

    .vc_row.stc-row {
        margin-right: 2vw;
        margin-left: 2vw;
        margin-bottom: 12vh
    }

    .vc_row.stc-row-wide {
        margin-right: auto;
        margin-left: auto
    }

    .vc_row.stc-row-narrow {
        margin-right: 10vw;
        margin-left: 10vw
    }
}

@media (min-width:1200px) {
    .vc_hidden-lg {
        display: none !important
    }

    div[class*=vc_col-lg] {
        float: left
    }

    .vc_col-lg-1 {
        width: -webkit-calc(100%/12 * 1);
        width: calc(100%/12 * 1)
    }

    .vc_col-lg-2 {
        width: -webkit-calc(100%/12 * 2);
        width: calc(100%/12 * 2)
    }

    .vc_col-lg-3 {
        width: -webkit-calc(100%/12 * 3);
        width: calc(100%/12 * 3)
    }

    .vc_col-lg-4 {
        width: -webkit-calc(100%/12 * 4);
        width: calc(100%/12 * 4)
    }

    .vc_col-lg-5 {
        width: -webkit-calc(100%/12 * 5);
        width: calc(100%/12 * 5)
    }

    .vc_col-lg-6 {
        width: -webkit-calc(100%/12 * 6);
        width: calc(100%/12 * 6)
    }

    .vc_col-lg-7 {
        width: -webkit-calc(100%/12 * 7);
        width: calc(100%/12 * 7)
    }

    .vc_col-lg-8 {
        width: -webkit-calc(100%/12 * 8);
        width: calc(100%/12 * 8)
    }

    .vc_col-lg-9 {
        width: -webkit-calc(100%/12 * 9);
        width: calc(100%/12 * 9)
    }

    .vc_col-lg-10 {
        width: -webkit-calc(100%/12 * 10);
        width: calc(100%/12 * 10)
    }

    .vc_col-lg-11 {
        width: -webkit-calc(100%/12 * 11);
        width: calc(100%/12 * 11)
    }

    .vc_col-lg-12 {
        width: -webkit-calc(100%/12 * 12);
        width: calc(100%/12 * 12)
    }

    .vc_col-lg-push-1 {
        left: -webkit-calc(100%/12 * 1);
        left: calc(100%/12 * 1);
        position: relative
    }

    .vc_col-lg-push-2 {
        left: -webkit-calc(100%/12 * 2);
        left: calc(100%/12 * 2);
        position: relative
    }

    .vc_col-lg-push-3 {
        left: -webkit-calc(100%/12 * 3);
        left: calc(100%/12 * 3);
        position: relative
    }

    .vc_col-lg-push-4 {
        left: -webkit-calc(100%/12 * 4);
        left: calc(100%/12 * 4);
        position: relative
    }

    .vc_col-lg-push-5 {
        left: -webkit-calc(100%/12 * 5);
        left: calc(100%/12 * 5);
        position: relative
    }

    .vc_col-lg-push-6 {
        left: -webkit-calc(100%/12 * 6);
        left: calc(100%/12 * 6);
        position: relative
    }

    .vc_col-lg-push-7 {
        left: -webkit-calc(100%/12 * 7);
        left: calc(100%/12 * 7);
        position: relative
    }

    .vc_col-lg-push-8 {
        left: -webkit-calc(100%/12 * 8);
        left: calc(100%/12 * 8);
        position: relative
    }

    .vc_col-lg-push-9 {
        left: -webkit-calc(100%/12 * 9);
        left: calc(100%/12 * 9);
        position: relative
    }

    .vc_col-lg-push-10 {
        left: -webkit-calc(100%/12 * 10);
        left: calc(100%/12 * 10);
        position: relative
    }

    .vc_col-lg-push-11 {
        left: -webkit-calc(100%/12 * 11);
        left: calc(100%/12 * 11);
        position: relative
    }

    .vc_col-lg-push-12 {
        left: -webkit-calc(100%/12 * 12);
        left: calc(100%/12 * 12);
        position: relative
    }
}

@media screen and (min-width:1440px) {
    body {
        font-size: 1.025rem
    }

    h1 {
        font-size: 4.5rem
    }

    h2 {
        font-size: 3.25rem
    }

    h3 {
        font-size: 2.25rem
    }

    h4 {
        font-size: 1.75rem
    }

    h5 {
        font-size: 1.25rem
    }

    .blog-item .card-details .title {
        font-size: 1.55rem
    }

    .portfolio-item .title {
        font-size: 1.55rem
    }

    .portfolio-item.-with-slider .project-content h2 {
        font-size: 4.5rem
    }

    .portfolio-item.-with-slider .project-content h3 {
        font-size: 2.25rem
    }

    .sticky-nav-headline+a {
        font-size: 1.25rem
    }

    .countdown:not(.-text) .countdown-item .number {
        font-size: 2.25rem
    }

    .countdown.-contained .countdown-item .number {
        font-size: 2rem
    }

    .countdown.-text .countdown-item .number {
        font-size: 2rem
    }

    .counter-number .holder {
        font-size: 2.75rem
    }

    .pricing-table-price .price-number {
        font-size: 4.5rem
    }
}

@media screen and (min-width:1441px) {
    .single-post .single-post-layout.-layout2 .page-headline>.holder {
        padding-left: 12.5vw
    }

    .single-post .single-post-layout.-layout2 .post-page-container {
        padding-right: 12.5vw
    }

    .project.-layout3 .project-content .holder {
        padding-right: -webkit-calc((100vw - 1300px)/ 2);
        padding-right: calc((100vw - 1300px)/ 2)
    }

    .project.-layout4 .project-content .holder {
        padding-left: -webkit-calc((100vw - 1300px)/ 2);
        padding-left: calc((100vw - 1300px)/ 2)
    }
}

@media screen and (min-width:1921px) {

    .page-container:not(.-full-w),
    .page-container:not(.-full-w) .elementor-section.elementor-section-boxed>.elementor-container,
    .page-container:not(.-full-w) .entry-content>.elementor>.elementor-section.elementor-section-boxed>.elementor-container,
    .page-container:not(.-full-w) .entry-content>.elementor>.elementor-section.elementor-section-boxed>.elementor-container .elementor-section.elementor-section-boxed>.elementor-container {
        max-width: 1360px
    }

    rs-slide .rev_row_zone_bottom>.rs-parallax-wrap,
    rs-slide .rev_row_zone_top>.rs-parallax-wrap {
        width: 100% !important;
        left: 0 !important;
        margin: 0 auto;
        max-width: 1360px
    }
}

@media screen and (max-width:1180px) {
    .card:not(.-with-overlay):not(.-image-only).-contained .card-details {
        padding-left: 1.25rem
    }

    .card:not(.-with-overlay):not(.-image-only).-contained .card-details {
        padding-right: 1.25rem
    }

    .card .overlay-details {
        padding: 1.25rem
    }

    .font-titles.heading-md,
    .font-titles.wc-prl-title,
    .titles-typo.heading-md,
    .titles-typo.wc-prl-title,
    h1.heading-md,
    h1.wc-prl-title,
    h2.heading-md,
    h2.wc-prl-title,
    h3.heading-md,
    h3.wc-prl-title,
    h4.heading-md,
    h4.wc-prl-title,
    h5.heading-md,
    h5.wc-prl-title,
    h6.heading-md,
    h6.wc-prl-title {
        margin-bottom: 1.25rem
    }

    h1 {
        line-height: 1.1
    }

    .page-container.top-offset {
        padding-top: 3rem
    }

    .page-container.bottom-offset {
        padding-bottom: 3rem
    }

    .error404 .page-headline .title,
    .search-no-results .page-headline .title,
    .single-post:not(.single-post-sidebar):not(.with-post-type_2) .page-headline .title,
    .woocommerce-page:not(.archive):not(.single) .page-headline .title {
        max-width: 85%
    }

    .single-post:not(.single-post-sidebar):not(.with-post-type_1) .page-headline .page-container,
    .single-post:not(.single-post-sidebar):not(.with-post-type_1) .site-content .page-container {
        padding-left: 7.4vw;
        padding-right: 7.4vw
    }

    .page-sidebar.-boxed {
        padding: 1.25rem
    }

    .header:not(.-mobile) .menu li>ul>li a {
        padding: .4rem 1rem
    }

    .header:not(.-mobile) .menu>.nav-item>a {
        padding: 0 1.5vw
    }

    .header:not(.-mobile) .menu .sub-menu-wide {
        height: auto !important;
        width: -webkit-calc(100vw - 40px);
        width: calc(100vw - 40px);
        margin-left: -1rem
    }

    .hamburger-nav {
        padding: 1.25rem
    }

    .hamburger-nav-holder {
        top: 1.25rem
    }

    .hamburger-nav .menu {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3)
    }

    .hamburger-nav-details .details-column {
        width: -webkit-calc(100% / 3);
        width: calc(100% / 3)
    }

    .hamburger-nav:not(.type2):not(.type3) {
        padding-left: 3rem
    }

    .hamburger-nav:not(.type2):not(.type3) {
        padding-right: 3rem
    }

    .hamburger-nav.type3 .menu .mega-menu-item>a {
        font-size: 8vh
    }

    .hamburger-nav.type3 .hamburger-nav-details {
        padding-left: 1.25rem
    }

    .header-wrap:not(.page-container) {
        padding-left: 1.25rem
    }

    .header-wrap:not(.page-container) {
        padding-right: 1.25rem
    }

    .header.header-2 .header-wrap .top-part:not(.page-container) {
        padding-left: 1.25rem
    }

    .header.header-2 .header-wrap .top-part:not(.page-container) {
        padding-right: 1.25rem
    }

    .header.header-4 .top-part.page-container {
        padding: 0
    }

    .header.header-5:not(.-mobile) .header-wrap {
        padding-bottom: 1.25rem
    }

    .header.header-5:not(.-mobile) .menu li .sub-menu {
        margin-left: 1.25rem
    }

    .header.header-5:not(.-mobile) .menu-optional>li .cart-mini {
        bottom: 1.25rem
    }

    .header.header-5:not(.-mobile) .menu-optional>li .cart-mini {
        margin-left: 1.25rem
    }

    .header:not(.-mobile).header-6 .vertical-inner,
    .header:not(.-mobile).header-7 .vertical-inner {
        padding-top: 1.25rem
    }

    .header:not(.-mobile).header-6 .vertical-inner,
    .header:not(.-mobile).header-7 .vertical-inner {
        padding-bottom: 1.25rem
    }

    .header:not(.-mobile).header-6 .cart-mini,
    .header:not(.-mobile).header-7 .cart-mini {
        margin-bottom: 1.25rem
    }

    :not(.is-mobile-menu).with-header-5 .elements-bar.left .color-switcher {
        top: -webkit-calc((100vw - 32vh) - 1.25rem * 2);
        top: calc((100vw - 32vh) - 1.25rem * 2)
    }

    :not(.is-mobile-menu).with-header-6 .hamburger-nav .close-bar,
    :not(.is-mobile-menu).with-header-7 .hamburger-nav .close-bar {
        padding-left: 1.25rem
    }

    :not(.is-mobile-menu).with-header-6 .hamburger-nav .close-bar,
    :not(.is-mobile-menu).with-header-7 .hamburger-nav .close-bar {
        padding-right: 1.25rem
    }

    :not(.is-mobile-menu).with-header-6 .elements-bar.left .color-switcher,
    :not(.is-mobile-menu).with-header-7 .elements-bar.left .color-switcher {
        top: -webkit-calc((100vw - 10.5vh) - 1.25rem * 2);
        top: calc((100vw - 10.5vh) - 1.25rem * 2)
    }

    :not(.is-mobile-menu).with-header-6 .search-global.fixed,
    :not(.is-mobile-menu).with-header-7 .search-global.fixed {
        bottom: 1.25rem
    }

    .slider-with-bullets .color-switcher {
        margin-top: -2.75rem
    }

    .slider-with-bullets.with-mobile-switcher:not(.is-mobile-menu) .clb-slider:not(.-slider-lightbox) .clb-slider-nav-btn,
    .slider-with-bullets.with-mobile-switcher:not(.is-mobile-menu) .clb-smooth-slider:not(.-slider-lightbox) .clb-slider-nav-btn {
        display: none
    }

    .subheader .page-container.-full-w {
        padding-left: 1.25rem
    }

    .subheader .page-container.-full-w {
        padding-right: 1.25rem
    }

    .subheader {
        padding-right: 1.25rem;
        padding-left: 1.25rem
    }

    .site-footer .widgets {
        padding-top: 3rem
    }

    .site-footer .widgets {
        padding-bottom: 3rem
    }

    .site-footer-copyright .holder {
        padding-top: 1.25rem
    }

    .site-footer-copyright .holder {
        padding-bottom: 1.25rem
    }

    .site-footer .page-container.-full-w {
        padding-left: 1.25rem
    }

    .site-footer .page-container.-full-w {
        padding-right: 1.25rem
    }

    .site-footer .page-container .color-switcher .color-switcher-item.dark {
        color: inherit !important
    }

    #yith-wcwl-popup-message.-fixed,
    .alert.-fixed {
        bottom: 1.25rem
    }

    .custom-cursor .circle-cursor {
        display: none
    }

    .blog-item.-layout6:not(.-contained) .card-details {
        padding-top: 1.25rem
    }

    .blog-item.-layout6:not(.-contained) .card-details {
        padding-bottom: 1.25rem
    }

    .blog-item.-layout7:not(.-contained) {
        padding-top: 1.25rem
    }

    .page-id-124 .entry-content,
    .single-post .entry-content {
        margin-bottom: 2rem
    }

    .single-post .single-post-layout {
        margin-bottom: 2rem
    }

    .single-post .single-post-layout.-layout2>.vc_row {
        margin-left: 0;
        margin-right: 0
    }

    .single-post .single-post-layout.-layout2 .-sticky-block.vc_col-lg-6 {
        position: static !important
    }

    .single-post .single-post-layout.-layout2 .-with-breadcrumbs .share-bar {
        margin-top: 2rem
    }

    .single-post .author-container .widget_ohio_widget_about_author {
        padding: 1.25rem
    }

    .single-post .author-container .widget_ohio_widget_about_author {
        margin-bottom: 2rem
    }

    .single-post .related-posts {
        padding-bottom: 1.25rem
    }

    .single-post .comments {
        padding-top: 3rem
    }

    .single-post .comments {
        padding-bottom: 3rem
    }

    .comments-list {
        margin-bottom: 1.25rem
    }

    .comments .comment-body {
        padding-bottom: 1.25rem
    }

    .project .-with-slider .share-bar {
        bottom: 1.25rem
    }

    .project-content {
        padding: 3rem 0
    }

    .options-group li {
        min-width: -webkit-calc((100% / 3) - 1.5rem);
        min-width: calc((100% / 3) - 1.5rem);
        width: -webkit-calc((100% / 3) - 1.5rem);
        width: calc((100% / 3) - 1.5rem);
        margin-right: 1.5rem
    }

    .portfolio-comments .comments {
        padding-top: 3rem
    }

    .portfolio-comments .comments {
        padding-bottom: 3rem
    }

    .portfolio-item.-layout3 .project-content,
    .portfolio-item.-layout5 .project-content,
    .portfolio-item.-layout6 .project-content {
        padding-top: 3rem
    }

    .portfolio-item.-layout3 .project-content,
    .portfolio-item.-layout5 .project-content,
    .portfolio-item.-layout6 .project-content {
        padding-bottom: 3rem
    }

    .portfolio-item.-layout5 .project-content {
        padding-bottom: 1.25rem
    }

    .portfolio-item.-layout5 .project-content {
        padding-right: 1.25rem
    }

    .portfolio-item.-layout6 .overlay {
        padding-left: 1.25rem
    }

    .portfolio-item.-layout9 .project-content {
        padding-bottom: 1.25rem
    }

    .portfolio-item.-layout9 .next-slide-preview {
        display: none
    }

    .portfolio-item.-layout9 .image-holder+.vc_col-md-5 {
        padding-right: -webkit-calc(1.25rem + 2.75rem);
        padding-right: calc(1.25rem + 2.75rem)
    }

    .portfolio-item.-layout13 .card-details .holder {
        padding-top: 1.25rem
    }

    .portfolio-item.-layout13.-contained .card-details {
        padding-left: 1.25rem
    }

    .portfolio-item.-layout13.-contained .card-details {
        padding-right: 1.25rem
    }

    .portfolio-item.-layout13.-contained .card-details {
        padding-bottom: 1.25rem
    }

    .portfolio-links.grid_8 .portfolio-grid {
        padding-top: 3rem
    }

    .portfolio-links.grid_8 .portfolio-grid {
        padding-bottom: 3rem
    }

    .project.-layout3 .project-gallery:not(.scroll-disabled) .share-bar {
        left: -webkit-calc(50% - 1.25rem);
        left: calc(50% - 1.25rem)
    }

    .project.-layout3 .project-gallery.scroll-disabled .share-bar {
        right: 1.25rem
    }

    .project.-layout4 .project-gallery:not(.scroll-disabled) .share-bar {
        right: -webkit-calc(50% - 1.25rem);
        right: calc(50% - 1.25rem)
    }

    .project.-layout4 .project-gallery.scroll-disabled .share-bar {
        left: 1.25rem
    }

    .project.-layout5 .project-content {
        padding-top: 3rem
    }

    .project.-layout5 .project-content {
        padding-bottom: 3rem
    }

    .project.-layout6 .project-content .video-module {
        margin-bottom: 1.25rem
    }

    .project.-layout7 .share-bar {
        top: 1.25rem
    }

    .project.-layout7 .share-bar {
        left: 1.25rem
    }

    .project.-layout7 {
        padding-bottom: 3rem
    }

    .project.-layout9 .project-content {
        padding-top: 3rem
    }

    .project.-layout9 .project-content {
        padding-bottom: 3rem
    }

    .project.-layout3 .project-gallery .share-bar,
    .project.-layout4 .project-gallery .share-bar {
        bottom: 1.25rem
    }

    .back-link {
        top: 1.25rem
    }

    .back-link {
        left: 1.25rem
    }

    .color-switcher {
        background-color: #e5e3e8;
        height: 2.25rem;
        -webkit-border-radius: 1.25rem;
        border-radius: 1.25rem
    }

    .color-switcher:not(.-left):not(.-right) {
        z-index: 100;
        position: absolute
    }

    .color-switcher svg {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1)
    }

    .color-switcher .caption {
        display: none
    }

    .color-switcher:not(.color-switcher-mobile) {
        display: none
    }

    .color-switcher.color-switcher-mobile.dark .color-switcher-toddler {
        -webkit-transform: initial !important;
        -ms-transform: initial !important;
        transform: initial !important
    }

    .color-switcher-item,
    .color-switcher-toddler-item {
        padding: 0;
        width: 2.25rem !important;
        min-width: 2.25rem !important;
        -webkit-border-radius: 1.25rem;
        border-radius: 1.25rem
    }

    .color-switcher-toddler {
        height: 2.25rem !important;
        width: 2.25rem !important
    }

    .color-switcher-toddler p {
        width: 100% !important
    }

    .color-switcher-toddler-item {
        padding: 0
    }

    .color-switcher-toddler-item {
        -webkit-box-shadow: 1px 1px 6px rgba(17, 16, 19, .05);
        box-shadow: 1px 1px 6px rgba(17, 16, 19, .05)
    }

    .color-switcher:not(.dark) .color-switcher-toddler {
        -webkit-transform: translateX(-100%) !important;
        -ms-transform: translateX(-100%) !important;
        transform: translateX(-100%) !important
    }

    .color-switcher.dark {
        background-color: rgba(40, 37, 44, .95)
    }

    .elements-bar {
        min-height: unset;
        width: 100vh
    }

    .elements-bar.left {
        left: 1.25rem
    }

    .elements-bar.left .color-switcher {
        top: -webkit-calc(100vw - 1.25rem * 2);
        top: calc(100vw - 1.25rem * 2);
        right: -webkit-calc(100vh - 1.25rem * 4.75);
        right: calc(100vh - 1.25rem * 4.75);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: rotate(90deg) translate(-100%, -100%);
        -ms-transform: rotate(90deg) translate(-100%, -100%);
        transform: rotate(90deg) translate(-100%, -100%)
    }

    .elements-bar.right {
        right: 1.25rem
    }

    .elements-bar.right .color-switcher {
        bottom: -webkit-calc(1.25rem * 2);
        bottom: calc(1.25rem * 2);
        right: -webkit-calc(100vh - 1.25rem * 5);
        right: calc(100vh - 1.25rem * 5);
        -webkit-transform-origin: top left;
        -ms-transform-origin: top left;
        transform-origin: top left;
        -webkit-transform: rotate(90deg) translate(0, -100%);
        -ms-transform: rotate(90deg) translate(0, -100%);
        transform: rotate(90deg) translate(0, -100%)
    }

    .meta-holder .meta-item:not(:first-child):not(:last-child) {
        margin-right: 1.25rem
    }

    .scroll-bar-container {
        left: 1.25rem
    }

    .scroll-bar-container.grid_9 .scroll-top {
        bottom: 1.25rem
    }

    .clb-popup.-left-bottom,
    .clb-popup.-right-bottom {
        bottom: 1.25rem
    }

    .clb-popup.-left-bottom {
        left: 1.25rem
    }

    .clb-popup.-right-bottom {
        right: 1.25rem
    }

    .close-bar {
        padding-left: 1.25rem
    }

    .close-bar {
        padding-right: 1.25rem
    }

    .project-lightbox-gallery {
        width: 50%
    }

    .project-lightbox-details {
        padding: 12vh 5vh;
        width: 50%
    }

    .popup-subscribe .holder {
        padding: 1.25rem
    }

    .clb-video-popup video {
        height: auto;
        width: 100%
    }

    .clb-gallery-lightbox .clb-slider-nav-btn {
        margin-right: 1.25rem
    }

    .clb-gallery-lightbox .clb-slider-nav-btn {
        margin-bottom: 1.25rem
    }

    .search-global.fixed {
        left: 1.25rem
    }

    .search-global.fixed {
        bottom: 1.25rem
    }

    .page-headline .holder {
        padding-top: 3rem
    }

    .page-headline .holder {
        padding-bottom: 3rem
    }

    .page-headline {
        min-height: 30vh;
        margin-bottom: -1.25rem
    }

    .page-headline::before {
        background-color: #fff;
        width: 100%;
        height: 1.25rem;
        bottom: 0;
        left: 0;
        z-index: 2;
        content: "";
        display: block;
        position: absolute;
        -webkit-border-top-right-radius: 1.25rem;
        border-top-right-radius: 1.25rem;
        -webkit-border-top-left-radius: 1.25rem;
        border-top-left-radius: 1.25rem
    }

    .page-headline+.page-container:not(.post-page-container) {
        padding-top: 1.25rem
    }

    .sticky-nav {
        right: 1.25rem
    }

    .sticky-nav {
        bottom: 1.25rem
    }

    .sticky-nav {
        max-width: 16rem
    }

    .sticky-nav-holder {
        padding-left: 1.25rem
    }

    .sticky-nav-holder {
        padding-right: 1.25rem
    }

    .sticky-nav-holder {
        padding-bottom: 1.25rem
    }

    .coming-soon .social-networks {
        bottom: 3rem
    }

    .widget {
        padding-top: 1.25rem
    }

    .widget:not(:first-child) {
        margin-top: 1.25rem
    }

    .call-to-action {
        padding: 2rem
    }

    .pricing-table.-contained {
        padding: 1.25rem
    }

    .service-table {
        padding: 1.25rem
    }

    .clb-slider-nav-btn {
        padding: 1.25rem
    }

    .elementor-widget .ohio-widget .clb-slider-item {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    .team-group .item-holder {
        padding: 1.25rem
    }

    .wc-category:not(.-offset) .wc-category-content {
        padding: 1.25rem
    }

    body:not(.dark-scheme) .dynamic-typo .color-switcher .color-switcher-item.dark {
        color: inherit !important
    }

    .purchase-button {
        bottom: 1.25rem
    }

    .purchase-button {
        left: 1.25rem
    }

    .purchase-button {
        display: none
    }

    .with-header-6 .purchase-button,
    .with-header-7 .purchase-button {
        left: 1.25rem
    }

    .with-header-6 .purchase-button,
    .with-header-7 .purchase-button {
        bottom: 1.25rem
    }

    .with-fixed-search.with-header-6 .purchase-button,
    .with-fixed-search.with-header-7 .purchase-button {
        bottom: 1.25rem
    }

    .clb__remove_stretch_md .stretch-content {
        left: auto !important;
        width: auto !important
    }

    #page .clb__padding_set.ohio-widget,
    #page .clb__padding_set>.content_box_container,
    .clb__padding_set.vc_row,
    .clb__padding_set.vc_section,
    .clb__padding_set>.vc_column-inner,
    .vc_row.clb__padding_set>.wpb_column>.vc_column-inner {
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important
    }

    #page .clb__padding_reset.ohio-widget,
    #page .clb__padding_reset>.content_box_container,
    .clb__padding_reset.vc_row,
    .clb__padding_reset.vc_section,
    .clb__padding_reset>.vc_column-inner,
    .vc_row.vc__padding_remove>.wpb_column>.vc_column-inner {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
}

@media screen and (max-width:768px) {
    .card .overlay-details {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .font-titles.heading-md,
    .font-titles.wc-prl-title,
    .titles-typo.heading-md,
    .titles-typo.wc-prl-title,
    h1.heading-md,
    h1.wc-prl-title,
    h2.heading-md,
    h2.wc-prl-title,
    h3.heading-md,
    h3.wc-prl-title,
    h4.heading-md,
    h4.wc-prl-title,
    h5.heading-md,
    h5.wc-prl-title,
    h6.heading-md,
    h6.wc-prl-title {
        font-size: 1.35rem
    }

    h4,
    h5,
    h6 {
        line-height: 1.3
    }

    .error404 .page-headline .title,
    .search-no-results .page-headline .title,
    .single-post:not(.single-post-sidebar):not(.with-post-type_2) .page-headline .title,
    .woocommerce-page:not(.archive):not(.single) .page-headline .title {
        max-width: 100%
    }

    .single-post:not(.single-post-sidebar):not(.with-post-type_1) .page-headline .page-container,
    .single-post:not(.single-post-sidebar):not(.with-post-type_1) .site-content .page-container {
        padding-left: 1.25rem;
        padding-right: 1.25rem
    }

    .page-sidebar {
        width: 100%;
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
        margin: 40px 0 0 0
    }

    .page-container .content-area,
    .page-container:not(.top-part) {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .nav.with-counters .nav-item:not(.version)>a>span::before {
        display: none
    }

    body:not(.page-is-loaded) .nav {
        display: none
    }

    .header .mobile-overlay {
        opacity: 0
    }

    .menu-optional>li:first-child {
        padding-left: 0
    }

    .hamburger-nav .menu .nav-item>a::before {
        font-size: 11px
    }

    .hamburger-nav.type3>.page-container {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .hamburger-nav.type3 .hamburger-nav-holder {
        width: 100%
    }

    .hamburger-nav.type3 .menu .mega-menu-item>a {
        font-size: 9vw
    }

    .hamburger-nav.type3 .hamburger-nav-details {
        width: 100%;
        padding-left: 0
    }

    .header.header-2 .header-wrap .menu-optional {
        min-width: auto !important
    }

    .header.header-2 .branding+.menu-optional {
        -webkit-box-flex: 2;
        -webkit-flex-grow: 2;
        -ms-flex-positive: 2;
        flex-grow: 2;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .header {
        opacity: 0;
        -webkit-transition-duration: 50ms;
        -o-transition-duration: 50ms;
        transition-duration: 50ms;
        -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        -o-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
        -webkit-transition-property: opacity;
        -o-transition-property: opacity;
        transition-property: opacity
    }

    .header .lang-dropdown-holder {
        display: none
    }

    .header .lang-dropdown-holder+li {
        padding-left: 0
    }

    .header.header-6 .hamburger,
    .header.header-7 .hamburger {
        margin-right: .6rem
    }

    .header.header-6 .mobile-hamburger.-right .hamburger,
    .header.header-7 .mobile-hamburger.-right .hamburger {
        margin-right: 0
    }

    .header.header-6 .bottom-part .menu-optional .ion,
    .header.header-6 .bottom-part .menu-optional a,
    .header.header-7 .bottom-part .menu-optional .ion,
    .header.header-7 .bottom-part .menu-optional a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none
    }

    .header.mobile-hamburger-position-right .left-part .hamburger,
    .header.mobile-hamburger-position-right .menu-optional-left .hamburger,
    .header.mobile-hamburger-position-right .middle-part .hamburger,
    .header.mobile-hamburger-position-right .top-part .hamburger {
        display: none
    }

    .header.mobile-hamburger-position-right .bottom-part .hamburger,
    .header.mobile-hamburger-position-right .menu-optional-right .hamburger,
    .header.mobile-hamburger-position-right .right-part .hamburger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .header.mobile-hamburger-position-left .bottom-part .hamburger,
    .header.mobile-hamburger-position-left .menu-optional-right .hamburger,
    .header.mobile-hamburger-position-left .right-part .hamburger {
        display: none
    }

    .header.mobile-hamburger-position-left .left-part .hamburger,
    .header.mobile-hamburger-position-left .menu-optional-left .hamburger,
    .header.mobile-hamburger-position-left .middle-part .hamburger,
    .header.mobile-hamburger-position-left .top-part .hamburger {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .header .logo.with-mobile {
        display: none
    }

    .header .logo-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .header.header-2 .top-part,
    .header.header-4 .top-part {
        height: 100%
    }

    .header.header-2 .menu-optional.-left,
    .header.header-2 .menu-optional.-right,
    .header.header-4 .menu-optional.-left,
    .header.header-4 .menu-optional.-right {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .header.header-2 .menu-optional.-left li,
    .header.header-2 .menu-optional.-right li,
    .header.header-4 .menu-optional.-left li,
    .header.header-4 .menu-optional.-right li {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .branding .logo img,
    .branding .logo-dynamic img,
    .branding .logo-mobile img {
        max-height: 46px
    }

    :not(.is-mobile-menu).with-header-5 .header-cap,
    :not(.is-mobile-menu).with-header-6 .header-cap,
    :not(.is-mobile-menu).with-header-7 .header-cap {
        display: block
    }

    .admin-bar .header:not(.-sticky).-mobile .cart-mini {
        margin-top: 46px
    }

    .with-header-5.with-spacer .elementor-section-stretched,
    .with-header-5.with-spacer .site-content,
    .with-header-5.with-spacer .site-footer,
    .with-header-5.with-spacer [data-vc-stretch-content],
    .with-header-6.with-spacer .elementor-section-stretched,
    .with-header-6.with-spacer .site-content,
    .with-header-6.with-spacer .site-footer,
    .with-header-6.with-spacer [data-vc-stretch-content],
    .with-header-7.with-spacer .elementor-section-stretched,
    .with-header-7.with-spacer .site-content,
    .with-header-7.with-spacer .site-footer,
    .with-header-7.with-spacer [data-vc-stretch-content] {
        padding-left: 0 !important
    }

    .subheader {
        padding-right: 0;
        padding-left: 0
    }

    .site-footer .widgets-column:not(:last-child) {
        margin-bottom: 2.5rem
    }

    .site-footer-copyright .holder:not(.-center) {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .site-footer-copyright .holder:not(.-center)>div {
        text-align: center
    }

    .site-footer-copyright .holder:not(.-center)>div:not(:last-child) {
        margin-bottom: .5rem
    }

    #yith-wcwl-popup-message.-fixed,
    .alert.-fixed {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: 4vh;
        right: 4vh
    }

    .breadcrumb-holder {
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }

    .blog-item .card-details-item .overlay-details {
        display: none
    }

    .blog-item.-layout6:not(.-contained) {
        margin-bottom: 1.25rem
    }

    .blog-item.-layout6:not(.-contained) .image-holder {
        margin-top: 1.25rem
    }

    .blog-item.-layout6 .read-more,
    .blog-item.-layout7 .read-more {
        position: absolute
    }

    .blog-item.-layout6.-contained .read-more,
    .blog-item.-layout7.-contained .read-more {
        right: 1.25rem;
        bottom: 1.25rem
    }

    .blog-item.-layout6:not(.-contained) .read-more,
    .blog-item.-layout7:not(.-contained) .read-more {
        bottom: 0;
        right: 0
    }

    .grid-item.-nospace .blog-item.-layout6.-contained {
        margin-bottom: -webkit-calc(1.25rem * 2);
        margin-bottom: calc(1.25rem * 2)
    }

    .single-post .single-post-layout.-with-sharing .post-page-container {
        padding-top: 1.25rem
    }

    .single-post .single-post-layout.-with-sharing:not(.-with-breadcrumbs) .share-bar {
        margin-bottom: 1.25rem
    }

    .single-post .single-post-layout .share-bar {
        position: relative;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        left: unset;
        margin-top: unset
    }

    .single-post .single-post-layout .share-bar .social-networks {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row
    }

    .comments .comment-body .comment-author {
        margin-bottom: 1rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center
    }

    .comments .comment-body .comment-author img {
        margin-right: .5rem
    }

    .comments .children {
        padding-left: 1.25rem
    }

    .project .-with-slider .holder {
        margin-right: 2.75rem
    }

    .options-group li {
        min-width: -webkit-calc(50% - 1.5rem);
        min-width: calc(50% - 1.5rem);
        width: -webkit-calc(50% - 1.5rem);
        width: calc(50% - 1.5rem)
    }

    .portfolio-item.-with-slider .project-content {
        padding-right: 3rem;
        padding-left: 0
    }

    .portfolio-item.-with-slider .project-content h3.headline {
        font-size: 2.75rem
    }

    .portfolio-item.-with-slider .headline-decor {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
        transform-origin: left bottom;
        left: -webkit-calc(100% - 3rem);
        left: calc(100% - 3rem);
        bottom: 1rem;
        top: auto
    }

    .portfolio-item.-with-slider .headline-decor .title {
        font-size: 25vw
    }

    .portfolio-item.-with-gradient .portfolio-item-image {
        height: 45vh;
        position: relative;
        overflow: hidden
    }

    .portfolio-item.-with-gradient .portfolio-item-image+.project {
        min-height: 55vh
    }

    .portfolio-item.-with-gradient .portfolio-item-image::before {
        top: 35%;
        width: 100%;
        background: #fff;
        background: -webkit-gradient(linear, left bottom, left top, from(white), to(rgba(255, 255, 255, 0)));
        background: -o-linear-gradient(bottom, #fff 0, rgba(255, 255, 255, 0) 100%);
        background: linear-gradient(360deg, #fff 0, rgba(255, 255, 255, 0) 100%)
    }

    .portfolio-item.-with-gradient .project-content {
        top: -10vh
    }

    .portfolio-item.-layout9 .image-holder+.vc_col-md-5 {
        padding-right: 1.25rem
    }

    .portfolio-item.-layout9 .page-container {
        padding: 0
    }

    .portfolio-item.-layout9 .project-content {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .portfolio-item.-layout9 .project-content .project-details {
        padding-top: 1rem
    }

    .portfolio-item.-layout10 .preview {
        padding: 0;
        top: 0;
        left: -1.25rem;
        right: 1.25rem
    }

    .portfolio-item.-layout10 .project-content {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }

    .portfolio-item.-layout13 {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .portfolio-item.-layout13:not(.-contained) .card-details {
        padding-left: 0
    }

    .portfolio-item.-layout13.-contained .card-details {
        margin-left: 0;
        margin-top: 1.25rem
    }

    .portfolio-links.grid_8 .portfolio-grid {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .portfolio-links.grid_12 .portfolio-item-details-headline::after {
        font-size: .9em
    }

    .portfolio-links.grid_12 .portfolio-item-details-headline>a .title {
        font-size: 14vw
    }

    .portfolio-links.grid_12 .portfolio-item {
        white-space: normal
    }

    .portfolio-links.grid_12 .portfolio-item .portfolio-item-details>a {
        display: block
    }

    .portfolio-links.grid_12 .portfolio-item .portfolio-item-details .category-holder {
        display: none
    }

    .portfolio-links.grid_12 .portfolio-grid-holder .portfolio-grid {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        overflow: visible;
        position: relative !important;
        top: auto !important;
        height: auto !important;
        left: 1.25rem;
        max-width: 100%
    }

    .portfolio-links.grid_12 .portfolio-grid-holder .portfolio-grid .grid-item {
        padding: 0 0 .25rem 1.25rem !important
    }

    .portfolio-links.grid_12 .portfolio-grid-holder {
        height: auto !important
    }

    .portfolio-links.grid_12 .portfolio-grid-holder-underline {
        bottom: auto;
        top: 0
    }

    .project.-layout8 .project-content {
        padding-top: 2rem
    }

    .project.-layout8 .project-gallery {
        width: 100%
    }

    .project.-layout8 .share-bar {
        margin-top: 2rem;
        position: static;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }

    .project.-layout10 .share-bar {
        -webkit-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        transform: translateY(-100%);
        top: -4.25rem
    }

    .project.-layout10 .project-slider {
        position: relative;
        height: 50vh
    }

    .project.-layout1 .share-bar,
    .project.-layout2 .share-bar,
    .project.-layout3 .share-bar,
    .project.-layout4 .share-bar {
        margin: 0;
        position: absolute !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        top: 4vh
    }

    .project.-layout1 .share-bar,
    .project.-layout3 .share-bar {
        left: auto !important;
        right: 1.25rem !important
    }

    .project.-layout1 .project-gallery,
    .project.-layout2 .project-gallery {
        padding-left: 0;
        padding-right: 0
    }

    .project.-layout2 .vc_row,
    .project.-layout4 .vc_row {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .project.-layout2 .share-bar,
    .project.-layout4 .share-bar {
        right: auto !important;
        left: 1.25rem !important
    }

    .project.-layout3 .page-container+.vc_row,
    .project.-layout4 .page-container+.vc_row {
        margin: 0
    }

    .project.-layout3,
    .project.-layout4 {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-direction: reverse;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .single:not(.with-spacer) .page-headline+.-layout3,
    .single:not(.with-spacer) .page-headline+.-layout4,
    .single:not(.with-spacer) .page-headline+.-layout7 {
        padding-top: 0
    }

    .single-ohio_portfolio .project-title .headline {
        font-size: 2.65rem !important
    }

    .meta-holder {
        font-size: .95em
    }

    .meta-holder .meta-item:not(:first-child):not(:last-child) {
        margin-right: 1rem
    }

    .social-bar {
        display: none
    }

    .filter-holder .button {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        vertical-align: middle;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .filter {
        display: block
    }

    .filter .result p {
        margin: 0
    }

    .is-mobile-menu.admin-bar .mobile-overlay,
    .is-mobile-menu.admin-bar .mobile-overlay .overlay {
        height: -webkit-calc(100% - 46px);
        height: calc(100% - 46px);
        top: 46px
    }

    .scroll-top:not(.-left):not(.-right) {
        display: none
    }

    .clb-popup:not(.-slide-in) .clb-popup-holder {
        padding: 1.25rem
    }

    .clb-popup.-left-bottom {
        right: 4vh
    }

    .clb-popup.-right-bottom {
        left: 4vh
    }

    .clb-popup {
        overflow-y: auto
    }

    .project-lightbox {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .project-lightbox.visible {
        overflow-y: scroll
    }

    .project-lightbox::-webkit-scrollbar {
        width: 0
    }

    .project-lightbox-gallery {
        width: 100%;
        min-height: 50%
    }

    .project-lightbox-details {
        width: 100%;
        height: auto;
        padding: 1.25rem
    }

    .popup-subscribe .thumbnail {
        -webkit-border-bottom-left-radius: 0px;
        border-bottom-left-radius: 0
    }

    .popup-subscribe .contact-form input[type=email] {
        margin-bottom: 0
    }

    .popup-subscribe {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .popup-subscribe>* {
        width: 100%
    }

    .clb-video-popup iframe {
        height: -webkit-calc(100vh - 12vh - 12vh);
        height: calc(100vh - 12vh - 12vh)
    }

    .search-popup .holder {
        max-width: 100%
    }

    .page-headline .post-meta-holder,
    .page-headline .title {
        max-width: 100%
    }

    .sticky-nav {
        position: static;
        max-width: 100%
    }

    .sticky-nav .sticky-nav-holder {
        padding-bottom: 2rem;
        background-color: transparent;
        border-top: 1px solid rgba(150, 144, 162, .15)
    }

    .sticky-nav .nav-group {
        margin-right: 0
    }

    .horizontal-accordion {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .horizontal-accordion .horizontal-accordion-item {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .horizontal-accordion .horizontal-accordion-item .accordion-body {
        padding-left: 0
    }

    .call-to-action {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .countdown:not(.-text) {
        -webkit-transform: scale(.8);
        -ms-transform: scale(.8);
        transform: scale(.8)
    }

    .google-maps {
        position: relative
    }

    .parallax .parallax-content {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .service-table {
        background-color: rgba(150, 144, 162, .08)
    }

    .clb-slider.-nav-inset .next-btn,
    .clb-slider.-nav-inset .prev-btn {
        -webkit-transform: translate(0, -webkit-calc(-50% - 1.5rem));
        -ms-transform: translate(0, calc(-50% - 1.5rem));
        transform: translate(0, calc(-50% - 1.5rem))
    }

    .clb-slider.-nav-inset .prev-btn {
        left: .5rem
    }

    .clb-slider.-nav-inset .next-btn {
        right: .5rem
    }

    .clb-slider.-slider-offset {
        overflow-x: hidden
    }

    .clb-slider-count {
        margin-top: 1.25rem
    }

    .-slider-fs:not(.-slider-fs-10) .clb-slider-nav-btn {
        left: 0;
        right: auto;
        padding: .75rem
    }

    .-slider-fs.-slider-fs-10 .clb-slider-nav-btn {
        right: 2.75rem
    }

    .elementor-widget .ohio-widget .clb-slider-item {
        padding-right: 2.75rem !important
    }

    .portfolio-onepage-slider.-full-vh {
        height: 100vh
    }

    .ohio-widget.ohio-slider .clb-slider-nav-btn {
        left: auto
    }

    .social-networks.-boxed .network {
        height: 3.75em;
        line-height: 3.75em;
        font-size: 1.2em
    }

    .social-networks.-boxed .network span {
        display: none
    }

    .social-networks.-boxed .network .icon {
        opacity: 1;
        position: static
    }

    .tabs-nav {
        overflow-x: auto
    }

    .tabs.-vertical .tabs-nav-link:not(:last-child) {
        margin-right: 1.25rem
    }

    .tabs.-vertical .tabs-nav .tabs-nav-line {
        height: 2px !important
    }

    .team-group {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .team-group-item {
        -webkit-box-flex: 1;
        -webkit-flex: auto;
        -ms-flex: auto;
        flex: auto
    }

    .team-group-item .-fade-up {
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        opacity: 1
    }

    .instagram-feed #sb_instagram #sbi_images .sbi_item {
        width: 50% !important
    }

    .instagram-feed:not(.no-margins) #sb_instagram #sbi_images .sbi_item {
        padding-top: .5rem !important;
        padding-bottom: .5rem !important
    }

    .instagram-feed:not(.no-margins) #sb_instagram #sbi_images .sbi_item:nth-child(odd) {
        padding-right: .5rem !important
    }

    .instagram-feed:not(.no-margins) #sb_instagram #sbi_images .sbi_item:nth-child(even) {
        padding-left: .5rem !important
    }

    .wc-category .card {
        -webkit-box-direction: normal;
        -webkit-box-orient: vertical;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .wc-category.-offset .wc-category-content {
        padding-top: 1.25rem
    }

    .dark-scheme .woo-product-details {
        background: #161519
    }

    .dark-scheme .portfolio-item.-with-gradient .portfolio-item-image::before {
        background: #111013;
        background: -webkit-gradient(linear, left bottom, left top, from(#111013), to(rgba(17, 16, 19, 0)));
        background: -o-linear-gradient(bottom, #111013 0, rgba(17, 16, 19, 0) 100%);
        background: linear-gradient(360deg, #111013 0, rgba(17, 16, 19, 0) 100%)
    }

    body:not(.dark-scheme) .dynamic-typo.light-typo .color-switcher-item.dark {
        color: inherit
    }
}














