
img:is([sizes="auto" i], [sizes^="auto," i]) {
    contain-intrinsic-size: 3000px 1500px
}

* {
    box-sizing: border-box
}

html {
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    overflow-x: hidden;
    -webkit-tap-highlight-color: var(--color-content-primary-faded)
}

a {
    text-decoration: none;
    background: none;
    transition-property: background, box-shadow, border, color, opacity, text-decoration-color, text-underline-offset, transform;
    transition-duration: .2s
}

img {
    height: auto;
    max-width: 100%
}

button,
input,
optgroup,
select,
textarea {
    vertical-align: top;
    text-transform: none;
    color: inherit;
    font: inherit;
    border: none;
    margin: 0
}

button,
[type=button],
[type=reset],
[type=submit] {
    overflow: visible;
    -webkit-appearance: button;
    cursor: pointer
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%
}

dl,
ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0
}

audio,
video,
iframe,
object,
embed {
    max-width: 100%;
    border: none
}

html,
.l-header .widget,
.menu-item-object-us_page_block {
    font-family: var(--font-family, inherit);
    font-weight: var(--font-weight, 400);
    font-size: var(--font-size, 16px);
    font-style: var(--font-style, normal);
    text-transform: var(--text-transform, none);
    line-height: var(--line-height, 28px);
    letter-spacing: var(--letter-spacing, 0)
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding-top: 1.5rem;
    color: var(--color-content-heading)
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
h1+h2,
h2+h3,
h3+h4,
h4+h5,
h5+h6 {
    padding-top: 0
}

p,
ul,
ol,
dl,
address,
pre,
table,
blockquote,
fieldset {
    margin: 0 0 1.5rem
}

ul {
    list-style-type: disc;
    margin-left: 2.5rem
}

li {
    margin: 0 0 0.5rem
}

li>ul,
li>ol {
    margin-bottom: 0.5rem;
    margin-top: 0.5rem
}

h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
li:last-child,
pre:last-child,
table:last-child,
address:last-child,
fieldset:last-child,
blockquote:last-child {
    margin-bottom: 0
}

.l-section[class*="color_"] h1,
.l-section[class*="color_"] h2,
.l-section[class*="color_"] h3,
.l-section[class*="color_"] h4,
.l-section[class*="color_"] h5,
.l-section[class*="color_"] h6,
.has_text_color h1,
.has_text_color h2,
.has_text_color h3,
.has_text_color h4,
.has_text_color h5,
.has_text_color h6 {
    color: inherit
}

.hidden {
    display: none !important
}

.i-cf:after {
    content: '';
    display: block;
    clear: both
}

.align_left {
    text-align: left
}

.align_center {
    text-align: center
}

a {
    color: var(--color-content-link)
}

.no-touch a:hover {
    color: var(--color-content-link-hover)
}

.l-canvas {
    margin: 0 auto;
    width: 100%;
    flex-grow: 1;
    background: var(--color-content-bg-grad);
    color: var(--color-content-text)
}

@media screen and (min-width:1025px) {
    body:not(.us_iframe) {
        display: flex;
        flex-direction: column;
        min-height: 100vh
    }
}

.l-footer {
    overflow: hidden;
    margin: 0 auto;
    width: 100%;
    background: var(--color-content-bg-grad);
    color: var(--color-content-text)
}

.l-subheader,
.l-section {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.l-section {
    position: relative;
    margin: 0 auto
}

.l-section-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.l-section-h {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: var(--site-content-width, 1200px)
}

.l-section.width_full {
    padding-left: 0;
    padding-right: 0
}

.l-section.width_full>.l-section-h {
    max-width: none !important
}

.l-section.height_small {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.l-section.height_large {
    padding-top: 6rem;
    padding-bottom: 6rem
}

.header_hor .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h,
.header_hor .l-header.pos_fixed~.l-main>form>.l-section:first-of-type>.l-section-h,
.header_hor .l-header.pos_static.bg_transparent~.l-main>.l-section:first-of-type>.l-section-h,
.header_hor .l-header.pos_static.bg_transparent~.l-main>form>.l-section:first-of-type>.l-section-h {
    padding-top: var(--header-height)
}

.l-section.color_primary {
    background: var(--color-content-primary-grad);
    color: #fff
}

.l-section.color_secondary {
    background: var(--color-content-secondary-grad);
    color: #fff
}

.l-section.color_primary a,
.l-section.color_secondary a {
    color: inherit
}

.fal,
.far,
.fas,
.fab,
.fad {
    display: inline-block;
    line-height: 1;
    font-family: "fontawesome";
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased
}

.g-preloader.type_1:before,
.g-preloader.type_1:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 50%;
    border: 2px solid
}

.g-preloader.type_1:before {
    opacity: 0.2
}

.g-preloader.type_1:after {
    border-color: transparent;
    border-top-color: inherit;
    animation: rotation 0.8s infinite cubic-bezier(.6, .3, .3, .6)
}

@keyframes rotation {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.l-cookie {
    position: fixed;
    z-index: 9999;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    line-height: 20px;
    padding: 10px 5px;
    box-shadow: var(--box-shadow);
    background: var(--color-content-bg-grad);
    color: var(--color-content-text)
}

.l-cookie.pos_bottom {
    bottom: 0;
    box-shadow: var(--box-shadow-up)
}

.l-cookie>* {
    margin: 0 5px
}

.l-cookie>.w-btn {
    flex-shrink: 0;
    font-size: inherit !important
}

.w-toplink {
    position: fixed !important;
    z-index: 99;
    bottom: 0;
    transform: translate3d(0, 150%, 0) !important;
    margin: 15px
}

.w-toplink.pos_right {
    right: 0
}

.w-toplink.active {
    transform: translate3d(0, 0, 0) !important
}

.l-body .vc_row:after,
.l-body .vc_row:before,
.l-body .vc_column-inner:after,
.l-body .vc_column-inner:before {
    display: none
}

.g-cols.wpb_row,
.wpb_revslider_element.wpb_content_element,
.wpb_widgetised_column.wpb_content_element {
    margin-bottom: 0
}

.wpb_text_column:not(:last-child) {
    margin-bottom: var(--text-block-margin-bottom, 0px)
}

.rounded_none .w-header-show,
.rounded_none .w-toplink {
    border-radius: 0 !important
}

@media (max-width:1024px) {}

@media (max-width:1024px) {
    .l-section.height_large {
        padding-top: 6vmax;
        padding-bottom: 6vmax
    }
}

@media screen and (max-width:900px) {
    .l-subheader {
        padding-left: 1rem !important;
        padding-right: 1rem !important
    }
}

@media screen and (max-width:600px) {
    p {
        margin-bottom: 1rem
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        padding-top: 1rem
    }
}

@media screen and (max-width:600px) {

    .w-header-show,
    .w-toplink {
        margin: 10px !important
    }

    .l-subheader,
    .l-section {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .l-sidebar,
    .l-section.height_small,
    .l-section.height_medium {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem
    }
}

.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn)
    }
}

.fa-analytics:before {
    content: "\f643"
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-arrow-right:before {
    content: "\f061"
}

.fa-check-circle:before {
    content: "\f058"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-icons:before {
    content: "\f86d"
}

.fa-link:before {
    content: "\f0c1"
}

.fa-linkedin:before {
    content: "\f08c"
}

.fa-location:before {
    content: "\f601"
}

.fa-object-group:before {
    content: "\f247"
}

.fa-phone:before {
    content: "\f095"
}

.fa-phone-laptop:before {
    content: "\f87a"
}

@keyframes fade {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes afc {
    from {
        opacity: 0;
        transform: scale(0.1)
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes afl {
    from {
        opacity: 0;
        transform: translateX(-5rem)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes afr {
    from {
        opacity: 0;
        transform: translateX(5rem)
    }

    to {
        opacity: 1;
        transform: translateX(0)
    }
}

@keyframes aft {
    from {
        opacity: 0;
        transform: translateY(-5rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes afb {
    from {
        opacity: 0;
        transform: translateY(5rem)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}

@keyframes wfc {
    from {
        opacity: 0;
        transform: scaleX(0.01)
    }

    to {
        opacity: 1;
        transform: scaleX(1)
    }
}

@keyframes hfc {
    from {
        opacity: 0;
        transform: scaleY(0.01)
    }

    to {
        opacity: 1;
        transform: scaleY(1)
    }
}

@keyframes bounce {
    0% {
        opacity: 0;
        transform: scale3d(0.3, 0.3, 0.3)
    }

    20% {
        transform: scale3d(1.1, 1.1, 1.1)
    }

    40% {
        transform: scale3d(0.9, 0.9, 0.9)
    }

    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03)
    }

    80% {
        transform: scale3d(0.97, 0.97, 0.97)
    }

    to {
        opacity: 1;
        transform: scale3d(1, 1, 1)
    }
}

.w-btn,
.button,
button[type=submit],
input[type=submit] {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    line-height: 1.2;
    position: relative;
    transition-property: background, border, box-shadow, color, opacity, transform;
    transition-duration: 0.3s;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.w-btn,
.button {
    padding: 0.8em 1.8em
}

.w-btn i {
    display: inline-block;
    vertical-align: top;
    line-height: inherit
}

.w-btn.icon_atright i {
    margin-left: 0.5em
}

.w-btn:before,
.button:before,
button[type=submit]:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    border-style: solid;
    border-color: inherit;
    border-image: inherit
}

.links_underline a.w-btn,
.links_underline a.button {
    text-decoration: none !important
}

.w-btn-wrapper {
    margin: 0.3rem 0
}

.w-btn-wrapper.align_none {
    display: inline-block;
    vertical-align: top
}

*:not(.w-hwrapper)>.w-btn-wrapper.align_none {
    margin-right: 0.6rem
}

.g-cols.via_flex {
    display: flex;
    flex-wrap: wrap
}

.vc_column_container {
    display: flex;
    flex-direction: column;
    position: relative;
    border-color: var(--color-content-border)
}

.g-cols.via_flex>div>.vc_column-inner {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    position: relative;
    border-color: inherit
}



.g-cols.via_flex.type_default[style*="gap"] {
    margin: 0 calc(-1.5rem - var(--additional-gap, 0))
}

.g-cols.via_flex[style*="gap"]>.vc_column_container {
    padding-left: var(--additional-gap, 0);
    padding-right: var(--additional-gap, 0)
}

.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.g-cols.via_flex.valign_middle>div>.vc_column-inner,
.g-cols.via_grid.valign_middle>.vc_column_container {
    justify-content: center
}

.g-cols.via_flex.valign_bottom>div>.vc_column-inner,
.g-cols.via_grid.valign_bottom>.vc_column_container {
    justify-content: flex-end
}

.w-grid {
    clear: both;
    container-type: inline-size
}

.w-grid-item {
    flex-shrink: 0;
    min-width: 0
}

.w-grid-item-h {
    position: relative;
    height: 100%
}

.w-grid-item-h time {
    display: block
}

.w-grid.type_grid .w-grid-list {
    display: grid;
    grid-template-columns: repeat(var(--columns, 1), 1fr);
    grid-auto-flow: dense;
    gap: calc(var(--gap, 0px) * 2)
}

@keyframes background-moving {
    0% {
        background-position: -500px 0
    }

    100% {
        background-position: 500px 0
    }
}

.g-loadmore {
    text-align: center;
    position: relative;
    min-height: 2.5rem;
    margin-top: calc(var(--gap, 0px) * 2)
}

.l-header a,
.l-header .g-preloader {
    color: inherit
}

.l-subheader-cell {
    display: flex;
    align-items: center;
    flex-grow: 1
}

.l-subheader-cell.at_left {
    justify-content: flex-start
}

.header_hor .l-subheader-cell.at_left>* {
    margin-right: 1.4rem
}

.l-subheader-cell.at_center {
    justify-content: center
}

.l-subheader-cell.at_right {
    justify-content: flex-end
}

.header_hor .l-subheader-cell.at_right>* {
    margin-left: 1.4rem
}

.l-subheader-cell:empty {
    display: none
}

.l-header:before {
    content: 'auto';
    left: -100%;
    position: absolute;
    top: -100%;
    visibility: hidden !important
}

.w-iconbox {
    position: relative
}

.w-iconbox-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 2rem;
    text-align: center;
    max-width: 100%;
    transition: background .2s, color .2s, box-shadow .2s
}

.w-iconbox:not(.icontype_img) .w-iconbox-icon {
    line-height: 1
}

.w-iconbox-icon i {
    vertical-align: top;
    line-height: inherit
}

.w-iconbox-title {
    margin-bottom: 0
}

.w-iconbox-title:not(:empty) {
    padding: .5em 0
}

.w-iconbox-text p:not(:last-child) {
    margin-bottom: 0.75rem
}

.w-iconbox.color_custom .w-iconbox-icon {
    color: var(--icon-color)
}

.l-header .w-image {
    flex-shrink: 0;
    transition: height 0.3s
}

.l-main .w-image {
    max-width: 100%
}

.w-image-h {
    display: block;
    height: inherit;
    max-height: inherit;
    border-radius: inherit;
    border-color: inherit !important;
    color: inherit !important
}

.w-image:not([class*="style_phone"]) .w-image-h {
    background: inherit
}

.w-image img,
.w-image picture {
    object-fit: contain;
    vertical-align: top;
    height: inherit;
    max-height: inherit;
    border-radius: inherit
}

.w-image.has_height img,
.w-image[class*="ush_image_"] img {
    width: auto
}

.w-image-h[href] {
    position: relative
}

.l-subheader-cell .w-nav {
    margin-left: 0;
    margin-right: 0
}

.w-nav-list {
    list-style: none;
    margin: 0
}

.w-nav-list:not(.level_1) {
    display: none
}

.w-nav.type_desktop .w-nav-list:not(.level_1) {
    box-shadow: var(--box-shadow)
}

.w-nav.type_desktop .w-nav-list.level_2 {
    text-align: left;
    position: absolute;
    left: 0;
    z-index: 120;
    min-width: 12rem
}

.w-nav .menu-item {
    display: block;
    position: relative;
    margin: 0
}

.w-nav-anchor {
    display: block;
    overflow: hidden;
    position: relative;
    outline: none !important
}

.w-nav.type_desktop .w-nav-anchor.level_1 {
    z-index: 1
}

.w-nav.type_desktop .w-nav-anchor:not(.level_1) {
    line-height: 1.5em;
    padding: .6em 20px;
    white-space: nowrap;
    transition-property: text-decoration-color, text-underline-offset
}

.w-nav-arrow {
    display: none;
    vertical-align: top;
    font-weight: normal;
    line-height: inherit;
    text-transform: none;
    text-align: center
}

.w-nav-arrow:focus {
    outline: 0 !important
}

.w-nav-arrow:before {
    content: '\f107';
    vertical-align: top;
    font-family: fontawesome;
    font-weight: 400
}

.w-nav.type_mobile .w-nav-anchor:not(.w-btn) .w-nav-arrow:before {
    font-size: 1.5em
}

.w-nav.type_desktop .w-nav-anchor.level_1 .w-nav-arrow:before {
    font-size: 1.3em;
    margin-left: 0.4em
}

.w-nav.type_desktop .w-nav-list.level_2 .w-nav-arrow:before {
    content: '\f105';
    font-size: 1.3em
}

.w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 {
    text-decoration: none !important
}

.w-nav.type_desktop .hover_underline .w-nav-title {
    position: relative
}

.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: -0.4em;
    margin: 0 auto -2px;
    height: 2px;
    width: 100%;
    background: currentColor;
    opacity: 0;
    transition: all .2s
}

.no-touch .w-nav.type_desktop .hover_underline .menu-item.level_1:hover .w-nav-title:after {
    bottom: -2px;
    opacity: 1
}

.header_hor .w-nav.type_desktop>.w-nav-list {
    display: flex;
    align-items: center
}

.header_hor .w-nav.type_desktop>.w-nav-list>.menu-item {
    flex-shrink: 0
}

.l-header.bg_transparent:not(.sticky) .type_desktop .menu-item.level_1>a:not(.w-btn) {
    background: none
}

.w-nav.type_desktop.dropdown_height .w-nav-list:not(.level_1) {
    display: block;
    transform-origin: 50% 0;
    transform: scaleY(0) translateZ(0);
    opacity: 0;
    transition: transform 0.3s, opacity 0.3s
}

.no-touch .w-nav.type_desktop.dropdown_height .menu-item:hover>.w-nav-list,
.w-nav.type_desktop.dropdown_height .w-nav-anchor:focus~.w-nav-list,
.w-nav.type_desktop.dropdown_height .menu-item.opened>.w-nav-list {
    transform: scaleY(1) translateZ(0);
    opacity: 1
}

.header_hor .l-subheader-cell.at_right .w-nav:last-child .w-nav-control {
    margin-right: -0.8rem
}

.w-nav.type_mobile .w-nav-list {
    z-index: 3;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.w-nav.type_mobile .w-nav-anchor:not(.w-btn) {
    line-height: 1.6em;
    padding: 0.7rem;
    transition: none
}

.w-nav.type_mobile .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
    display: inline-block;
    vertical-align: top;
    transition: transform 0.3s
}

.w-nav.type_mobile .menu-item-has-children.opened>.w-nav-anchor .w-nav-arrow {
    transform: rotate(180deg)
}

.w-nav.type_mobile.m_align_center {
    text-align: center
}

.w-nav.type_mobile.m_align_none .menu-item-has-children>.w-nav-anchor .w-nav-arrow,
.w-nav.type_mobile.m_align_center .menu-item-has-children>.w-nav-anchor .w-nav-arrow {
    margin-left: 0.4em
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 {
    position: fixed;
    display: flex;
    flex-direction: column;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-height: 100vh;
    padding: 2rem;
    pointer-events: none;
    transition: transform 0.3s cubic-bezier(.4, 0, .2, 1), opacity 0.3s cubic-bezier(.4, 0, .2, 1)
}

.header_ver .w-nav.type_mobile.m_layout_fullscreen.m_effect_afb .w-nav-list.level_1,
.w-nav.type_mobile.m_layout_fullscreen.m_effect_aft .w-nav-list.level_1 {
    transform: translateY(-100%)
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-control.active+.w-nav-list.level_1 {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0) scale(1)
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li {
    flex-shrink: 0
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li:first-child {
    margin-top: auto
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1>li:nth-last-child(2) {
    margin-bottom: auto
}

.w-nav.type_mobile.m_layout_fullscreen .w-nav-list.level_1 .w-nav-close {
    display: block
}

.w-nav-control {
    display: none;
    line-height: 50px;
    height: 50px;
    padding: 0 0.8rem;
    color: inherit
}

.w-nav-icon {
    display: inline-block;
    vertical-align: top;
    font-size: 20px;
    position: relative;
    height: inherit;
    width: 1em
}

.w-nav-icon>div,
.w-nav-icon>div:before,
.w-nav-icon>div:after {
    content: '';
    display: block;
    position: absolute;
    height: 0;
    width: inherit
}

.w-nav-icon>div {
    border-bottom: 0.15em solid
}

.w-nav-icon>div:before,
.w-nav-icon>div:after {
    border-bottom: inherit
}

.w-nav-icon>div {
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.15s cubic-bezier(0, 1, .8, 1)
}

.w-nav-icon>div:before {
    top: -0.3333em;
    transition: top 0.15s cubic-bezier(0, 1, .8, 1) 0.15s, opacity 0.15s cubic-bezier(0, 1, .8, 1)
}

.w-nav-icon>div:after {
    top: 0.3333em;
    transition: top 0.15s cubic-bezier(0, 1, .8, 1) 0.15s, transform 0.15s cubic-bezier(0, 1, .8, 1)
}

.w-nav-control.active .w-nav-icon>div {
    transform: translateY(-50%) rotate(45deg);
    transition-delay: 0.15s
}

.w-nav-control.active .w-nav-icon>div:before {
    top: 0;
    opacity: 0;
    transition: top 0.15s cubic-bezier(0, 1, .8, 1), opacity 0.15s cubic-bezier(0, 1, .8, 1) 0.15s
}

.w-nav-control.active .w-nav-icon>div:after {
    top: 0;
    transform: rotate(90deg);
    transition: top 0.15s cubic-bezier(0, 1, .8, 1), transform 0.15s cubic-bezier(0, 1, .8, 1) 0.15s
}

.w-nav-close {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    font-size: 3rem;
    line-height: 2;
    width: 2em;
    cursor: pointer;
    opacity: 0.5;
    transition: color 0.3s, opacity 0.3s
}

.no-touch .w-nav-close:hover {
    opacity: 1
}

.w-nav-close:before {
    content: '×';
    font-family: fontawesome;
    font-weight: normal;
    vertical-align: top
}

.w-nav.type_mobile {
    animation: none !important;
    opacity: 1
}

@media screen and (max-width:767px) {
    .w-nav-close {
        font-size: 2rem
    }
}

@media screen and (max-width:480px) {

    .w-nav-anchor.level_2,
    .w-nav-anchor.level_3,
    .w-nav-anchor.level_4 {
        white-space: normal
    }
}

.w-user-elm.color_link_inherit a:not(:hover),
.w-post-elm.color_link_inherit a:not(:hover),
.color_alternate .w-post-elm.color_link_inherit a:not(:hover),
.no-touch .w-user-elm.color_link_inherit.has_text_color>a:hover,
.no-touch .w-post-elm.color_link_inherit.has_text_color>a:hover {
    color: inherit
}

.w-post-elm.post_date {
    display: inline-block;
    vertical-align: top
}

.w-post-elm.post_title {
    padding: 0
}

.w-grid div:not(.w-vwrapper)>.post_title {
    margin-bottom: 0
}

.w-separator {
    clear: both;
    overflow: hidden;
    line-height: 0;
    height: 1.5rem
}

.w-separator:not(.with_content),
.w-separator.with_content .w-separator-h {
    position: relative
}

.w-separator.size_small:empty {
    height: 1.5rem
}

.w-separator.size_medium:empty {
    height: 3rem
}

.w-separator.size_huge:empty {
    height: 6rem
}

@media (max-width:1024px) {
    .w-separator.size_small:empty {
        height: 1rem
    }
}

@media (max-width:1024px) {
    .w-separator.size_medium:empty {
        height: calc(1rem + 2.5vw)
    }
}

@media (max-width:1024px) {
    .w-separator.size_huge:empty {
        height: calc(1rem + 7.5vw)
    }
}

.w-menu .menu {
    margin: 0
}

.w-menu ul,
.w-menu li {
    list-style: none;
    margin: 0
}

.w-menu li:last-child {
    margin: 0 !important
}

.w-menu.layout_ver {
    line-height: 1.4
}

.w-menu.layout_ver .menu>li {
    margin-bottom: var(--main-gap, 0)
}

.w-text {
    padding: 0
}

.w-text.has_text_color a {
    color: inherit
}

.w-text i {
    display: inline-block;
    vertical-align: top;
    line-height: inherit
}

.w-text:not(.no_text).icon_atleft i {
    margin-inline-end: .4em
}

.w-video:not(.confirm_load) {
    background: #111
}

.w-video-h {
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%
}

.w-video-h iframe,
.w-video-h object,
.w-video-h embed,
.w-video-h video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.w-video.with_overlay {
    position: relative;
    background-size: cover;
    background-position: center;
    cursor: pointer
}

.w-video.with_overlay .w-video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.5em 0 0 -1.5em;
    line-height: 3;
    width: 2.8em;
    padding-left: 0.2em;
    text-align: center;
    box-sizing: content-box;
    border-radius: 50%;
    pointer-events: none;
    transition: transform 0.2s
}

.w-video.with_overlay:hover .w-video-icon {
    transform: scale(1.2)
}

.w-video.with_overlay .w-video-icon:after {
    content: '\f04b';
    font-family: fontawesome;
    font-weight: 900;
    vertical-align: top
}

.w-vwrapper {
    display: flex;
    flex-direction: column
}

.w-vwrapper>*:not(:last-child) {
    margin-bottom: var(--vwrapper-gap, 0.7rem)
}

:root {
    --tec-font-family-sans-serif: inherit
}

:root {
    --color-header-middle-bg: #000000;
    --color-header-middle-bg-grad: #000000;
    --color-header-middle-text: #ffffff;
    --color-header-middle-text-hover: #45c2b1;
    --color-header-transparent-bg: transparent;
    --color-header-transparent-bg-grad: transparent;
    --color-header-transparent-text: #ffffff;
    --color-header-transparent-text-hover: #ffffff;
    --color-chrome-toolbar: #f5f5f5;
    --color-header-top-transparent-bg: rgba(0, 0, 0, 0.2);
    --color-header-top-transparent-bg-grad: rgba(0, 0, 0, 0.2);
    --color-header-top-transparent-text: rgba(255, 255, 255, 0.66);
    --color-header-top-transparent-text-hover: #fff;
    --color-content-bg: #F4F2F0;
    --color-content-bg-grad: #F4F2F0;
    --color-content-bg-alt: #f5f5f5;
    --color-content-bg-alt-grad: #f5f5f5;
    --color-content-heading: #000000;
    --color-content-heading-grad: #000000;
    --color-content-text: #4b4d4c;
    --color-content-link: #45c2b1;
    --color-content-link-hover: #45c2b1;
    --color-content-primary: #45c2b1;
    --color-content-primary-grad: #45c2b1;
    --color-content-secondary: #000000;
    --color-content-secondary-grad: #000000;
    --color-content-faded: #888888;
    --color-content-overlay: rgba(0, 0, 0, 0.75);
    --color-content-overlay-grad: rgba(0, 0, 0, 0.75);
    --color-alt-content-bg: #EDF8F9;
    --color-alt-content-bg-grad: #EDF8F9;
    --color-alt-content-bg-alt: #f5f5f5;
    --color-alt-content-bg-alt-grad: #f5f5f5;
    --color-alt-content-heading: #000000;
    --color-alt-content-heading-grad: #000000;
    --color-alt-content-text: #4b4d4c;
    --color-alt-content-link: #45c2b1;
    --color-alt-content-link-hover: #000000;
    --color-alt-content-primary: #000000;
    --color-alt-content-primary-grad: #000000;
    --color-alt-content-secondary: #45c2b1;
    --color-alt-content-secondary-grad: #45c2b1;
    --color-alt-content-faded: #888888;
    --color-alt-content-overlay: #5eada3;
    --color-alt-content-overlay-grad: #5eada3;
    --color-footer-bg: #45c2b1;
    --color-footer-bg-grad: #45c2b1;
    --color-footer-bg-alt: #000000;
    --color-footer-bg-alt-grad: #000000;
    --color-footer-text: #666666;
    --color-footer-link: #666666;
    --color-footer-link-hover: #45c2b1;
    --color-subfooter-bg: #45c2b1;
    --color-subfooter-bg-grad: #45c2b1;
    --color-subfooter-bg-alt: #000000;
    --color-subfooter-bg-alt-grad: #000000;
    --color-subfooter-heading: #ffffff;
    --color-subfooter-heading-grad: #ffffff;
    --color-subfooter-text: #ffffff;
    --color-subfooter-link: #ffffff;
    --color-subfooter-link-hover: #d1f0eb;
    --color-content-primary-faded: rgba(69, 194, 177, 0.15);
    --box-shadow: 0 5px 15px rgba(0, 0, 0, .15);
    --box-shadow-up: 0 -5px 15px rgba(0, 0, 0, .15);
    --site-canvas-width: 1240px;
    --site-content-width: 1280px;
    --site-sidebar-width: 30%;
    --text-block-margin-bottom: 0rem
}

a {
    text-decoration: none;
    text-underline-offset: 0.2em
}

.no-touch a:hover {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-underline-offset: 0.2em
}

:root {
    --font-family: "Plus Jakarta Sans";
    --font-size: 1.1rem;
    --line-height: 29px;
    --font-weight: 500;
    --bold-font-weight: 500;
    --text-transform: none;
    --font-style: normal;
    --letter-spacing: 0.01em;
    --h1-font-family: "Plus Jakarta Sans";
    --h1-font-size: 3.6em;
    --h1-line-height: 1.1;
    --h1-font-weight: 700;
    --h1-bold-font-weight: 700;
    --h1-text-transform: none;
    --h1-font-style: normal;
    --h1-letter-spacing: -0.04em;
    --h1-margin-bottom: 0.9rem;
    --h2-font-family: var(--h1-font-family);
    --h2-font-size: max(min(2.9vw, 2.9rem), 1.5rem);
    --h2-line-height: 1.12;
    --h2-font-weight: var(--h1-font-weight);
    --h2-bold-font-weight: var(--h1-bold-font-weight);
    --h2-text-transform: var(--h1-text-transform);
    --h2-font-style: var(--h1-font-style);
    --h2-letter-spacing: -0.04em;
    --h2-margin-bottom: 1.5rem;
    --h3-font-family: var(--h1-font-family);
    --h3-font-size: max(min(2.2vw, 2.2rem), 1.2rem);
    --h3-line-height: 1.2;
    --h3-font-weight: 700;
    --h3-bold-font-weight: var(--h1-bold-font-weight);
    --h3-text-transform: var(--h1-text-transform);
    --h3-font-style: var(--h1-font-style);
    --h3-letter-spacing: -0.04em;
    --h3-margin-bottom: 1.5rem;
    --h4-font-family: "Lexend Deca";
    --h4-font-size: max(min(1.2vw, 1.2em), 1.1rem);
    --h4-line-height: 1.4;
    --h4-font-weight: 400;
    --h4-bold-font-weight: var(--h1-bold-font-weight);
    --h4-text-transform: var(--h1-text-transform);
    --h4-font-style: var(--h1-font-style);
    --h4-letter-spacing: -0.01em;
    --h4-margin-bottom: 1rem;
    --h5-font-family: Lexend, sans-serif;
    --h5-font-size: max(1.1rem, 1.1vw);
    --h5-line-height: 1.1;
    --h5-font-weight: 500;
    --h5-bold-font-weight: 700;
    --h5-text-transform: uppercase;
    --h5-font-style: var(--h1-font-style);
    --h5-letter-spacing: 0.09em;
    --h5-margin-bottom: 1.8rem;
    --h5-color: #888888;
    --h6-font-family: var(--h1-font-family);
    --h6-font-size: 0.8rem;
    --h6-line-height: 1.4;
    --h6-font-weight: 400;
    --h6-bold-font-weight: var(--h1-bold-font-weight);
    --h6-text-transform: var(--h1-text-transform);
    --h6-font-style: italic;
    --h6-letter-spacing: 0em;
    --h6-margin-bottom: 1.5rem
}

@media (min-width:1025px) and (max-width:1280px) {
    :root {
        --line-height: 30px;
        --h5-font-size: max(1.2rem, 1.2vw)
    }
}

@media (min-width:601px) and (max-width:1024px) {
    :root {
        --line-height: 30px;
        --h1-font-size: 3em;
        --h5-font-size: max(1.2rem, 1.2vw)
    }
}

@media (max-width:600px) {
    :root {
        --line-height: 24px;
        --h1-font-size: 3em;
        --h5-font-size: 1em;
        --h6-font-size: 8px
    }
}

h1 {
    font-family: var(--h1-font-family, inherit);
    font-weight: var(--h1-font-weight, inherit);
    font-size: var(--h1-font-size, inherit);
    font-style: var(--h1-font-style, inherit);
    line-height: var(--h1-line-height, 1.4);
    letter-spacing: var(--h1-letter-spacing, inherit);
    text-transform: var(--h1-text-transform, inherit);
    margin-bottom: var(--h1-margin-bottom, 1.5rem)
}

h2 {
    font-family: var(--h2-font-family, inherit);
    font-weight: var(--h2-font-weight, inherit);
    font-size: var(--h2-font-size, inherit);
    font-style: var(--h2-font-style, inherit);
    line-height: var(--h2-line-height, 1.4);
    letter-spacing: var(--h2-letter-spacing, inherit);
    text-transform: var(--h2-text-transform, inherit);
    margin-bottom: var(--h2-margin-bottom, 1.5rem)
}

h3 {
    font-family: var(--h3-font-family, inherit);
    font-weight: var(--h3-font-weight, inherit);
    font-size: var(--h3-font-size, inherit);
    font-style: var(--h3-font-style, inherit);
    line-height: var(--h3-line-height, 1.4);
    letter-spacing: var(--h3-letter-spacing, inherit);
    text-transform: var(--h3-text-transform, inherit);
    margin-bottom: var(--h3-margin-bottom, 1.5rem)
}

h4 {
    font-family: var(--h4-font-family, inherit);
    font-weight: var(--h4-font-weight, inherit);
    font-size: var(--h4-font-size, inherit);
    font-style: var(--h4-font-style, inherit);
    line-height: var(--h4-line-height, 1.4);
    letter-spacing: var(--h4-letter-spacing, inherit);
    text-transform: var(--h4-text-transform, inherit);
    margin-bottom: var(--h4-margin-bottom, 1.5rem)
}

body {
    background: #eee
}

@media (min-width:1025px) and (max-width:1280px) {
    body.usb_preview .hide_on_laptops {
        opacity: 0.25 !important
    }

    .vc_hidden-md,
    body:not(.usb_preview) .hide_on_laptops {
        display: none !important
    }

    .laptops_align_left {
        text-align: left;
        justify-content: flex-start
    }

    .laptops_align_right {
        text-align: right;
        justify-content: flex-end
    }

    .laptops_align_center {
        text-align: center;
        justify-content: center
    }

    .w-hwrapper.laptops_align_center>* {
        margin-left: calc(var(--hwrapper-gap, 1.2rem) / 2);
        margin-right: calc(var(--hwrapper-gap, 1.2rem) / 2)
    }

    .laptops_align_justify {
        justify-content: space-between
    }

    .w-hwrapper>.laptops_align_justify,
    .laptops_align_justify>.w-btn {
        width: 100%
    }

    .g-cols.via_grid[style*="--laptops-columns-gap"] {
        gap: var(--laptops-columns-gap, 3rem)
    }
}

@media (max-width:600px) {}

@media (max-width:600px) {
    .g-cols>div:not([class*="vc_col-xs-"]) {
        width: 100%;
        margin: 0 0 1.5rem
    }
}

@media (max-width:600px) {

    .g-cols.type_boxes>div,
    .g-cols.reversed>div:first-child,
    .g-cols:not(.reversed)>div:last-child,
    .g-cols>div.has_bg_color {
        margin-bottom: 0
    }
}

@media (min-width:601px) {}

@media (min-width:601px) {
    .vc_col-sm-3 {
        width: 25%
    }
}

@media (min-width:601px) {
    .vc_col-sm-6 {
        width: 50%
    }
}

@media (min-width:601px) {
    .vc_col-sm-12 {
        width: 100%
    }
}

@media (min-width:1025px) and (max-width:1280px) {
    .g-cols.via_flex.type_default>div[class*="vc_col-lg-"] {
        margin-top: 1rem;
        margin-bottom: 1rem
    }
}

@media (max-width:767px) {
    .l-canvas {
        overflow: hidden
    }
}

@media (max-width:767px) {
    .g-cols.stacking_default.via_flex>div:not([class*="vc_col-xs"]) {
        width: 100%;
        margin: 0 0 1.5rem
    }
}

@media (max-width:767px) {

    .g-cols.stacking_default.via_flex.type_boxes>div,
    .g-cols.stacking_default.via_flex.reversed>div:first-child,
    .g-cols.stacking_default.via_flex:not(.reversed)>div:last-child,
    .g-cols.stacking_default.via_flex>div.has_bg_color {
        margin-bottom: 0
    }
}

a,
button,
input[type=submit],
.ui-slider-handle {
    outline: none !important
}

.w-header-show {
    background: rgba(0, 0, 0, 0.3)
}

.no-touch .w-header-show:hover {
    background: var(--color-content-primary-grad)
}

.us-nav-style_5>*,
.navstyle_5>.owl-nav button,
.us-btn-style_5 {
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 1.2 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0.01em;
    border-radius: 28px;
    padding: 1em 1.5em;
    background: #45c2b1;
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0px 0em 0em 0px rgba(0, 0, 0, 0.2)
}

.us-nav-style_5>*:before,
.navstyle_5>.owl-nav button:before,
.us-btn-style_5:before {
    border-width: 0px
}

.us-nav-style_5>span.current,
.no-touch .us-nav-style_5>a:hover,
.no-touch .navstyle_5>.owl-nav button:hover,
.no-touch .us-btn-style_5:hover {
    box-shadow: 0px 0em 0em 0px rgba(0, 0, 0, 0.2);
    background: var(--color-header-middle-bg);
    border-color: transparent;
    color: #ffffff !important
}

.us-nav-style_8>*,
.navstyle_8>.owl-nav button,
.us-btn-style_8 {
    font-family: var(--font-family);
    font-size: 1rem;
    line-height: 1.20 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0.01em;
    border-radius: 28px;
    padding: 1em 1.5em;
    background: #ffffff;
    border-color: transparent;
    color: var(--color-header-middle-bg) !important;
    box-shadow: 0px 0em 0em 0px rgba(0, 0, 0, 0.2)
}

.us-nav-style_8>*:before,
.navstyle_8>.owl-nav button:before,
.us-btn-style_8:before {
    border-width: 0px
}

.us-nav-style_8>span.current,
.no-touch .us-nav-style_8>a:hover,
.no-touch .navstyle_8>.owl-nav button:hover,
.no-touch .us-btn-style_8:hover {
    box-shadow: 0px 0em 0em 0px rgba(0, 0, 0, 0.2);
    background: var(--color-header-middle-bg);
    border-color: transparent;
    color: #ffffff !important
}

.us-nav-style_7>*,
.navstyle_7>.owl-nav button,
.us-btn-style_7 {
    font-family: var(--font-family);
    font-size: 0.9rem;
    line-height: 1.20 !important;
    font-weight: 500;
    font-style: normal;
    text-transform: none;
    letter-spacing: 0.05em;
    border-radius: 25px;
    padding: 1em 1.5em;
    background: #45c2b1;
    border-color: transparent;
    color: #ffffff !important;
    box-shadow: 0px 0em 0em 0px rgba(0, 0, 0, 0.2)
}

.us-nav-style_7>*:before,
.navstyle_7>.owl-nav button:before,
.us-btn-style_7:before {
    border-width: 0px
}

.us-nav-style_7>span.current,
.no-touch .us-nav-style_7>a:hover,
.no-touch .navstyle_7>.owl-nav button:hover,
.no-touch .us-btn-style_7:hover {
    box-shadow: 0px 0em 0em 0px rgba(0, 0, 0, 0.2);
    background: var(--color-header-middle-bg);
    border-color: transparent;
    color: #ffffff !important
}

:root {
    --inputs-font-family: var(--font-family);
    --inputs-font-size: 1rem;
    --inputs-font-weight: 300;
    --inputs-letter-spacing: 0em;
    --inputs-text-transform: none;
    --inputs-height: 2.8rem;
    --inputs-padding: 0.8rem;
    --inputs-checkbox-size: 1.5em;
    --inputs-border-width: 0px;
    --inputs-border-radius: 0rem;
    --inputs-background: #f0f2f5;
    --inputs-border-color: #d4d4d4;
    --inputs-text-color: #4b4d4c;
    --inputs-box-shadow: 0px 1px 0px 0px rgba(0, 0, 0, 0.08) inset;
    --inputs-focus-background: #f0f2f5;
    --inputs-focus-border-color: #d4d4d4;
    --inputs-focus-text-color: #4b4d4c;
    --inputs-focus-box-shadow: 0px 0px 0px 2px #45c2b1
}

.fa-angle-up:before {
    content: "\f106"
}

.fa-envelope:before {
    content: "\f0e0"
}

.fa-phone:before {
    content: "\f095"
}

.w-iconbox .w-iconbox-title:not(:empty) {
    padding: 0.5em 0 !important
}

.g-cols.via_flex.type_default>div>.vc_column-inner {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

@keyframes animatedGradient {
    0% {
        background-position: 0% 50%
    }

    50% {
        background-position: 100% 50%
    }

    100% {
        background-position: 0% 50%
    }
}

.l-section.height_large {
    padding-top: 4rem !important
}

p {
    letter-spacing: 0.03rem
}

h3,
h4,
h6 {
    padding-top: 0px !important
}

h2 {
    margin-bottom: 2.0rem
}

h1 {
    margin-bottom: 1.0rem
}

p a {
    font-weight: 500
}

li a {
    font-weight: 600
}

@media (max-width:767px) {
    .l-subheader.at_middle {
        height: 90px !important
    }
}

@media (max-width:767px) {
    html {
        font-size: 17px !important;
        line-height: 24px
    }
}

@media (max-width:767px) {
    h3 {
        font-size: 22px !important
    }
}

@media (max-width:767px) {
    .w-nav.type_mobile .w-nav-anchor:not(.w-btn) {
        line-height: 1.3em !important;
        padding: 0.5rem !important
    }
}

p a,
p a:visited,
p a:active {
    text-decoration: none;
    border-bottom: 1px dotted
}

p a:hover {
    text-decoration: none;
    border-bottom: 1px dotted
}

.l-footer {
    font-size: 0.9rem;
    line-height: 1.5rem
}


.fas {
    font-family: "fontawesome";
    font-weight: 900
}

.far {
    font-family: "fontawesome";
    font-weight: 400
}

.fal {
    font-family: "fontawesome";
    font-weight: 300
}

.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400
}


.l-subheader.at_middle,
.l-subheader.at_middle .w-dropdown-list,
.l-subheader.at_middle .type_mobile .w-nav-list.level_1 {
    background: var(--color-header-middle-bg);
    color: var(--color-header-middle-text)
}

.no-touch .l-subheader.at_middle a:hover,
.no-touch .l-header.bg_transparent .l-subheader.at_middle .w-dropdown.opened a:hover {
    color: var(--color-header-middle-text-hover)
}

.l-header.bg_transparent:not(.sticky) .l-subheader.at_middle {
    background: var(--color-header-transparent-bg);
    color: var(--color-header-transparent-text)
}

.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-cart-link:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-text a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-html a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-nav>a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-menu a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-search>a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-socials.color_text a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-socials.color_link a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .w-dropdown a:hover,
.no-touch .l-header.bg_transparent:not(.sticky) .at_middle .type_desktop .menu-item.level_1:hover>a {
    color: var(--color-header-transparent-text-hover)
}

@media (min-width:901px) {}

@media (min-width:901px) {
    .l-header {
        position: relative;
        z-index: 111;
        width: 100%
    }

    .l-subheader {
        margin: 0 auto
    }
}

@media (min-width:901px) {
    .l-subheader-h {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 auto;
        max-width: var(--site-content-width, 1200px);
        height: inherit
    }

    .w-header-show {
        display: none
    }
}

@media (min-width:901px) {
    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: none !important;
        background: none
    }
}

@media (min-width:901px) {
    .l-header.pos_static.bg_transparent {
        position: absolute;
        left: 0
    }
}

@media (min-width:901px) {

    .l-header.shadow_thin .l-subheader.at_middle,
    .l-header.shadow_thin .l-subheader.at_bottom {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08)
    }
}

@media (min-width:901px) {
    :root {
        --header-height: 100px;
        --header-sticky-height: 60px
    }

    .l-header:before {
        content: '100'
    }
}

@media (min-width:901px) {
    .l-subheader.at_middle {
        height: auto
    }
}

@media (min-width:901px) and (max-width:900px) {
    .hidden_for_laptops {
        display: none !important
    }

    .l-subheader.at_top {
        display: none
    }

    .l-subheader.at_bottom {
        display: none
    }

    .l-header {
        position: relative;
        z-index: 111;
        width: 100%
    }

    .l-subheader {
        margin: 0 auto
    }

    .l-subheader.width_full {
        padding-left: 1.5rem;
        padding-right: 1.5rem
    }

    .l-subheader-h {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 auto;
        max-width: var(--site-content-width, 1200px);
        height: inherit
    }

    .w-header-show {
        display: none
    }

    .l-header.pos_fixed {
        position: fixed;
        left: 0
    }

    .l-header.pos_fixed:not(.notransition) .l-subheader {
        transition-property: transform, background, box-shadow, line-height, height;
        transition-duration: .3s;
        transition-timing-function: cubic-bezier(.78, .13, .15, .86)
    }

    .headerinpos_bottom.sticky_first_section .l-header.pos_fixed {
        position: fixed !important
    }

    .header_hor .l-header.sticky_auto_hide {
        transition: transform .3s cubic-bezier(.78, .13, .15, .86) .1s
    }

    .header_hor .l-header.sticky_auto_hide.down {
        transform: translateY(-110%)
    }

    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: none !important;
        background: none
    }

    .l-header.bg_transparent~.l-main .l-section.width_full.height_auto:first-of-type>.l-section-h {
        padding-top: 0 !important;
        padding-bottom: 0 !important
    }

    .l-header.pos_static.bg_transparent {
        position: absolute;
        left: 0
    }

    .l-subheader.width_full .l-subheader-h {
        max-width: none !important
    }

    .l-header.shadow_thin .l-subheader.at_middle,
    .l-header.shadow_thin .l-subheader.at_bottom {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08)
    }

    .l-header.shadow_wide .l-subheader.at_middle,
    .l-header.shadow_wide .l-subheader.at_bottom {
        box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.1), 0 2px 1px -1px rgba(0, 0, 0, 0.05)
    }

    .header_hor .l-subheader-cell>.w-cart {
        margin-left: 0;
        margin-right: 0
    }

    :root {
        --header-height: 100px;
        --header-sticky-height: 60px
    }

    .l-header:before {
        content: '100'
    }

    .l-header.sticky:before {
        content: '60'
    }

    .l-subheader.at_top {
        line-height: 40px;
        height: 40px
    }

    .l-header.sticky .l-subheader.at_top {
        line-height: 40px;
        height: 40px
    }

    .l-subheader.at_middle {
        height: auto
    }

    .l-header.sticky .l-subheader.at_middle {
        line-height: 60px;
        height: 60px
    }

    .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px
    }

    .l-header.sticky .l-subheader.at_bottom {
        line-height: 50px;
        height: 50px
    }

    .headerinpos_above .l-header.pos_fixed {
        overflow: hidden;
        transition: transform 0.3s;
        transform: translate3d(0, -100%, 0)
    }

    .headerinpos_above .l-header.pos_fixed.sticky {
        overflow: visible;
        transform: none
    }

    .headerinpos_above .l-header.pos_fixed~.l-section>.l-section-h,
    .headerinpos_above .l-header.pos_fixed~.l-main .l-section:first-of-type>.l-section-h {
        padding-top: 0 !important
    }

    .headerinpos_below .l-header.pos_fixed:not(.sticky) {
        position: absolute;
        top: 100%
    }

    .headerinpos_below .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
        padding-top: 0 !important
    }

    .headerinpos_below .l-header.pos_fixed~.l-main .l-section.full_height:nth-of-type(2) {
        min-height: 100vh
    }

    .headerinpos_below .l-header.pos_fixed~.l-main>.l-section:nth-of-type(2)>.l-section-h {
        padding-top: var(--header-height)
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) {
        position: absolute;
        top: 100vh
    }

    .headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
        padding-top: 0 !important
    }

    .headerinpos_bottom .l-header.pos_fixed~.l-main>.l-section:first-of-type>.l-section-h {
        padding-bottom: var(--header-height)
    }

    .headerinpos_bottom .l-header.pos_fixed.bg_transparent~.l-main .l-section.valign_center:not(.height_auto):first-of-type>.l-section-h {
        top: calc(var(--header-height) / 2)
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-cart-dropdown,
    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_2 {
        bottom: 100%;
        transform-origin: 0 100%
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_mobile.m_layout_dropdown .w-nav-list.level_1 {
        top: auto;
        bottom: 100%;
        box-shadow: var(--box-shadow-up)
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_3,
    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-nav.type_desktop .w-nav-list.level_4 {
        top: auto;
        bottom: 0;
        transform-origin: 0 100%
    }

    .headerinpos_bottom .l-header.pos_fixed:not(.sticky) .w-dropdown-list {
        top: auto;
        bottom: -0.4em;
        padding-top: 0.4em;
        padding-bottom: 2.4em
    }

    .admin-bar .l-header.pos_static.bg_solid~.l-main .l-section.full_height:first-of-type {
        min-height: calc(100vh - var(--header-height) - 32px)
    }

    .admin-bar .l-header.pos_fixed:not(.sticky_auto_hide)~.l-main .l-section.full_height:not(:first-of-type) {
        min-height: calc(100vh - var(--header-sticky-height) - 32px)
    }

    .admin-bar.headerinpos_below .l-header.pos_fixed~.l-main .l-section.full_height:nth-of-type(2) {
        min-height: calc(100vh - 32px)
    }
}

@media (min-width:601px) and (max-width:900px) {}

@media (min-width:601px) and (max-width:900px) {
    .l-header {
        position: relative;
        z-index: 111;
        width: 100%
    }

    .l-subheader {
        margin: 0 auto
    }
}

@media (min-width:601px) and (max-width:900px) {
    .l-subheader-h {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 auto;
        max-width: var(--site-content-width, 1200px);
        height: inherit
    }

    .w-header-show {
        display: none
    }
}

@media (min-width:601px) and (max-width:900px) {
    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: none !important;
        background: none
    }
}

@media (min-width:601px) and (max-width:900px) {
    .l-header.pos_static.bg_transparent {
        position: absolute;
        left: 0
    }
}

@media (min-width:601px) and (max-width:900px) {

    .l-header.shadow_thin .l-subheader.at_middle,
    .l-header.shadow_thin .l-subheader.at_bottom {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08)
    }
}

@media (min-width:601px) and (max-width:900px) {
    :root {
        --header-height: 100px;
        --header-sticky-height: 60px
    }

    .l-header:before {
        content: '100'
    }
}

@media (min-width:601px) and (max-width:900px) {
    .l-subheader.at_middle {
        height: 
    }
}

@media (max-width:600px) {}

@media (max-width:600px) {
    .l-header {
        position: relative;
        z-index: 111;
        width: 100%
    }

    .l-subheader {
        margin: 0 auto
    }
}

@media (max-width:600px) {
    .l-subheader-h {
        display: flex;
        align-items: center;
        position: relative;
        margin: 0 auto;
        max-width: var(--site-content-width, 1200px);
        height: inherit
    }

    .w-header-show {
        display: none
    }
}

@media (max-width:600px) {
    .l-header.bg_transparent:not(.sticky) .l-subheader {
        box-shadow: none !important;
        background: none
    }
}

@media (max-width:600px) {
    .l-header.pos_static.bg_transparent {
        position: absolute;
        left: 0
    }
}

@media (max-width:600px) {

    .l-header.shadow_thin .l-subheader.at_middle,
    .l-header.shadow_thin .l-subheader.at_bottom {
        box-shadow: 0 1px 0 rgba(0, 0, 0, 0.08)
    }
}

@media (max-width:600px) {
    :root {
        --header-height: 60px;
        --header-sticky-height: 60px
    }

    .l-header:before {
        content: '60'
    }
}

@media (max-width:600px) {
    .l-subheader.at_middle {
        height: auto;
    }
}

@media (min-width:901px) {
    .ush_image_2 {
        height: 65px !important
    }
}

@media (min-width:901px) and (max-width:900px) {
    .ush_image_2 {
        height: 60px !important
    }

    .l-header.sticky .ush_image_2 {
        height: 30px !important
    }
}

@media (min-width:601px) and (max-width:900px) {
    .ush_image_2 {
        height: 50px !important
    }
}

@media (max-width:600px) {
    .ush_image_2 {
        height: 40px !important
    }
}

.header_hor .ush_menu_2.type_desktop .menu-item.level_1>a:not(.w-btn) {
    padding-left: 20px;
    padding-right: 20px
}

.ush_menu_2.type_desktop .menu-item-has-children.level_1>a>.w-nav-arrow {
    display: inline-block
}

.ush_menu_2.type_desktop .menu-item:not(.level_1) {
    font-size: 0.9rem
}

.ush_menu_2.type_mobile .w-nav-anchor.level_1,
.ush_menu_2.type_mobile .w-nav-anchor.level_1+.w-nav-arrow {
    font-size: 1em
}

.ush_menu_2.type_mobile .w-nav-anchor:not(.level_1),
.ush_menu_2.type_mobile .w-nav-anchor:not(.level_1)+.w-nav-arrow {
    font-size: 1em
}

@media (min-width:901px) and (max-width:900px) {
    .ush_menu_2 .w-nav-icon {
        font-size: 32px
    }
}

@media (min-width:601px) and (max-width:900px) {
    .ush_menu_2 .w-nav-icon {
        font-size: 30px
    }
}

@media (max-width:600px) {
    .ush_menu_2 .w-nav-icon {
        font-size: 30px
    }
}

.ush_menu_2 .w-nav-icon>div {
    border-width: 3px
}

@media screen and (max-width:899px) {
    .w-nav.ush_menu_2>.w-nav-list.level_1 {
        display: none
    }

    .ush_menu_2 .w-nav-control {
        display: block
    }
}

.ush_menu_2 .w-nav-item.level_1>a:not(.w-btn):focus,
.no-touch .ush_menu_2 .w-nav-item.level_1.opened>a:not(.w-btn),
.no-touch .ush_menu_2 .w-nav-item.level_1:hover>a:not(.w-btn) {
    background: transparent;
    color: var(--color-content-primary)
}

.ush_menu_2 .w-nav-list:not(.level_1) {
    background: rgba(0, 0, 0, 0.45);
    color: var(--color-header-middle-text)
}

.no-touch .ush_menu_2 .w-nav-item:not(.level_1)>a:focus,
.no-touch .ush_menu_2 .w-nav-item:not(.level_1):hover>a {
    background: transparent;
    color: var(--color-content-primary)
}

.ush_image_2 {
    margin-left: -10px !important
}


.us_custom_2ae23654 {
    letter-spacing: 0.02em !important;
    font-weight: 400 !important;
    text-transform: uppercase !important
}

.us_custom_57a6131f {
    font-size: max(min(4.5vw, 4.5em), 2.4rem) !important
}

.us_custom_2fd2fa5e {
    font-size: 1.2rem !important
}

.us_custom_30a2ff86 {
    padding-right: 40px !important
}

.us_custom_33b9ee00 {
    margin-left: auto !important;
    margin-right: auto !important
}

.us_custom_00f8fca0 {
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-color: var(--color-content-faded) !important;
    border-top-style: solid !important;
    border-bottom-style: solid !important
}

.us_custom_5ebcf784 {
    font-weight: 400 !important;
    text-transform: uppercase !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.us_custom_41843a68 {
    max-width: 900px !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.us_custom_3ad0ea63 {
    border-radius: 10px !important;
    border-color: var(--color-content-faded) !important;
    border-width: 1px !important;
    background: var(--color-header-middle-text) !important;
    padding: 30px 30px 30px 30px !important
}

.us_custom_45f256f2 {
    border-radius: 10px !important;
    background: var(--color-header-middle-text) !important;
    padding: 60px 30px 60px 30px !important
}

.us_custom_afc134cd {
    padding-top: 6vmax !important;
    padding-bottom: 6vmax !important;
    border-top-width: 1px !important;
    border-bottom-width: 1px !important;
    border-color: var(--color-chrome-toolbar) !important;
    border-top-style: solid !important;
    border-bottom-style: solid !important
}

.us_custom_38ec8cf5 {
    padding-left: 20px !important;
    padding-right: 20px !important
}

.us_custom_dccdc381 {
    line-height: 1.2 !important
}

.us_custom_5bf271db {
    border-top-width: 1px !important;
    border-color: var(--color-content-faded) !important;
    border-top-style: solid !important
}

.us_custom_8fac178d {
    color: var(--color-content-bg) !important;
    text-align: center !important
}

.us_custom_6ada2b44 {
    border-bottom-width: 1px !important;
    border-color: #969696 !important;
    border-bottom-style: solid !important
}

.us_custom_82b90a5d {
    font-size: 1.4rem !important;
    line-height: 1.15 !important
}

.us_custom_580fc2f3 {
    margin-left: 3em !important
}

.us_custom_31769ab1 {
    margin-right: 2.5em !important
}

.us_custom_df5f4c97 {
    color: var(--color-header-middle-text) !important
}

.us_custom_7854edda {
    max-width: 180px !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.us_custom_eb849559 {
    text-align: center !important
}

.us_custom_72f3494d {
    max-width: 175px !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.us_custom_2f2a68e7 {
    max-width: 200px !important;
    margin-left: auto !important;
    margin-right: auto !important
}

.us_custom_8a7fa3c8 {
    margin-bottom: -180px !important
}

@media (min-width:1025px) and (max-width:1280px) {
    .us_custom_2fd2fa5e {
        font-size: 1rem !important
    }

    .us_custom_30a2ff86 {
        padding-right: 40px !important
    }

    .us_custom_afc134cd {
        padding-top: 6vmax !important;
        padding-bottom: 6vmax !important
    }

    .us_custom_8a7fa3c8 {
        margin-bottom: -180px !important
    }
}

@media (min-width:601px) and (max-width:1024px) {
    .us_custom_2fd2fa5e {
        font-size: 1rem !important
    }

    .us_custom_30a2ff86 {
        padding-right: 40px !important
    }

    .us_custom_afc134cd {
        padding-top: 6vmax !important;
        padding-bottom: 6vmax !important
    }

    .us_custom_457d5aa1 {
        margin-top: 50px !important
    }

    .us_custom_8a7fa3c8 {
        margin-bottom: 0 !important
    }
}

@media (max-width:600px) {
    .us_custom_2fd2fa5e {
        font-size: 1rem !important
    }

    .us_custom_30a2ff86 {
        padding-right: 0px !important
    }

    .us_custom_afc134cd {
        padding-top: 6vmax !important;
        padding-bottom: 6vmax !important
    }

    .us_custom_457d5aa1 {
        margin-top: 50px !important
    }

    .us_custom_8a7fa3c8 {
        margin-bottom: 0 !important
    }
}


.seopress-user-consent {
    left: 50%;
    position: fixed;
    z-index: 8000;
    padding: 20px;
    display: inline-flex;
    justify-content: center;
    border: 1px solid #CCC;
    max-width: 100%;
    width: 100%;
    bottom: 0;
    transform: translate(-50%, 0);
    text-align: center;
    background: #F1F1F1;
}

@media (max-width: 782px) {
    .seopress-user-consent {
        display: block;
    }
}

.seopress-user-consent.seopress-user-message p:first-child {
    margin-right: 20px
}

.seopress-user-consent p {
    margin: 0;
    font-size: 0.8em;
    align-self: center;
}

.seopress-user-consent button {
    vertical-align: middle;
    margin: 0;
    font-size: 14px;
}

.seopress-user-consent button:hover {}

#seopress-user-consent-close {
    margin: 0;
    position: relative;
    font-weight: bold;
    border: 1px solid #ccc;
    background: none;
    color: inherit;
}

#seopress-user-consent-close:hover {
    cursor: pointer;
    background: #222;
    color: #fff;
}

.seopress-user-consent-hide {
    display: none;
}


.w-grid-item {
    margin-bottom: -30px !important
}


.layout_blog_2 .w-grid-item-h {}

.layout_blog_2 .usg_post_title_1 {
    font-size: 1rem !important
}

.layout_blog_2 .usg_post_date_1 {
    color: var(--color-content-faded) !important;
    font-size: 0.8rem !important
}


@media (max-width:600px) {
    .us_menu_1 .menu {
        display: block !important
    }

    .us_menu_1 .menu>li {
        margin: 0 0 var(--main-gap, 1em) !important
    }
}


@media (max-width:600px) {
    .us_menu_2 .menu {
        display: block !important
    }

    .us_menu_2 .menu>li {
        margin: 0 0 var(--main-gap, 1em) !important
    }
}

