body.device-mobile-optimized {
    overflow-x: hidden;
    overflow-y: scroll
}

body.device-mobile-optimized:not(.responsive) #SITE_CONTAINER {
    margin-left: auto;
    margin-right: auto;
    overflow-x: visible;
    position: relative;
    width: 320px
}

body.device-mobile-optimized:not(.responsive):not(.blockSiteScrolling) #SITE_CONTAINER {
    margin-top: 0
}

body.device-mobile-optimized>* {
    max-width: 100% !important
}

body.device-mobile-optimized #site-root {
    overflow-x: hidden;
    overflow-y: hidden
}

@supports(overflow: clip) {
    body.device-mobile-optimized #site-root {
        overflow-x: clip;
        overflow-y: clip
    }
}

body.device-mobile-non-optimized #SITE_CONTAINER #site-root {
    overflow-x: hidden;
    overflow-y: auto
}

body.device-mobile-non-optimized.fullScreenMode {
    background-color: #5f6360
}

body.device-mobile-non-optimized.fullScreenMode #MOBILE_ACTIONS_MENU,
body.device-mobile-non-optimized.fullScreenMode #SITE_BACKGROUND,
body.device-mobile-non-optimized.fullScreenMode #site-root,
body.fullScreenMode #WIX_ADS {
    visibility: hidden
}

body.fullScreenMode {
    overflow-x: hidden !important;
    overflow-y: hidden !important
}

body.fullScreenMode.device-mobile-optimized #TINY_MENU {
    opacity: 0;
    pointer-events: none
}

body.fullScreenMode-scrollable.device-mobile-optimized {
    overflow-x: hidden !important;
    overflow-y: auto !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage,
body.fullScreenMode-scrollable.device-mobile-optimized #site-root {
    overflow-x: hidden !important;
    overflow-y: hidden !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #SITE_BACKGROUND,
body.fullScreenMode-scrollable.device-mobile-optimized #masterPage {
    height: auto !important
}

body.fullScreenMode-scrollable.device-mobile-optimized #masterPage.mesh-layout {
    height: 0 !important
}

body.blockSiteScrolling {
    position: fixed;
    width: 100%
}

body.blockSiteScrolling #SITE_CONTAINER {
    margin-top: calc(var(--blocked-site-scroll-margin-top)*-1)
}

body.blockSiteScrolling:not(.responsive) #WIX_ADS {
    margin-top: var(--blocked-site-scroll-margin-top)
}

body.blockSiteScrollingWithOverflow {
    overflow-y: hidden
}

@keyframes slide-horizontal-new {
    0% {
        transform: translateX(100%)
    }
}

@keyframes slide-horizontal-old {
    80% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateX(-100%)
    }
}

@keyframes slide-vertical-new {
    0% {
        transform: translateY(-100%)
    }
}

@keyframes slide-vertical-old {
    80% {
        opacity: 1
    }

    to {
        opacity: 0;
        transform: translateY(100%)
    }
}

@keyframes out-in-new {
    0% {
        opacity: 0
    }
}

@keyframes out-in-old {
    to {
        opacity: 0
    }
}

html[data-page-transition=SlideHorizontal]::view-transition-old(page-group) {
    animation: slide-horizontal-old .6s cubic-bezier(.83, 0, .17, 1) forwards;
    mix-blend-mode: normal
}

html[data-page-transition=SlideHorizontal]::view-transition-new(page-group) {
    animation: slide-horizontal-new .6s cubic-bezier(.83, 0, .17, 1) backwards;
    mix-blend-mode: normal
}

html[data-page-transition=SlideVertical]::view-transition-old(page-group) {
    animation: slide-vertical-old .6s cubic-bezier(.83, 0, .17, 1) forwards;
    mix-blend-mode: normal
}

html[data-page-transition=SlideVertical]::view-transition-new(page-group) {
    animation: slide-vertical-new .6s cubic-bezier(.83, 0, .17, 1) backwards;
    mix-blend-mode: normal
}

html[data-page-transition=OutIn]::view-transition-old(page-group) {
    animation: out-in-old .35s cubic-bezier(.64, 0, .78, 0) forwards
}

html[data-page-transition=OutIn]::view-transition-new(page-group) {
    animation: out-in-new .35s cubic-bezier(.22, 1, .36, 1) .35s backwards
}

@media(prefers-reduced-motion:reduce) {

    ::view-transition-group(*),
    ::view-transition-new(*),
    ::view-transition-old(*) {
        animation: none !important
    }
}

body,
html {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

body {
    --scrollbar-width: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px
}

body,
html {
    height: 100%
}

body {
    overflow-x: auto;
    overflow-y: scroll
}

body:not(.responsive) #site-root {
    min-width: var(--site-width);
    width: 100%
}

body:not([data-js-loaded]) [data-hide-prejs] {
    visibility: hidden
}

#SITE_CONTAINER {
    position: relative
}

:root {
    --one-unit: 1vw
}

@supports(container-type:inline-size) {
    :root {
        --one-unit: 1cqw
    }
}

a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
button,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
nav,
object,
ol,
p,
pre,
q,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
title,
tr,
tt,
u,
ul,
var {
    background: transparent;
    border: 0;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline
}

input,
select,
textarea {
    box-sizing: border-box;
    font-family: Helvetica, Arial, sans-serif
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a {
    cursor: pointer;
    text-decoration: none
}

.testStyles {
    overflow-y: hidden
}

.reset-button {
    -webkit-appearance: none;
    background: none;
    border: 0;
    color: inherit;
    font: inherit;
    line-height: normal;
    outline: 0;
    overflow: visible;
    padding: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none
}

:focus {
    outline: none
}

#site-root {
    margin: 0 auto;
    min-height: 100%;
    position: relative;
    top: var(--wix-ads-height)
}

#site-root img:not([src]) {
    visibility: hidden
}

#site-root svg img:not([src]) {
    visibility: visible
}

.auto-generated-link {
    color: inherit
}

#SCROLL_TO_BOTTOM,
#SCROLL_TO_TOP {
    height: 0
}

.has-click-trigger {
    cursor: pointer
}

.fullScreenOverlay {
    bottom: 0;
    display: flex;
    justify-content: center;
    left: 0;
    overflow-y: hidden;
    position: fixed;
    right: 0;
    top: -60px;
    z-index: 1005
}

.fullScreenOverlay>.fullScreenOverlayContent {
    bottom: 0;
    left: 0;
    margin: 0 auto;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 60px;
    transform: translateZ(0)
}

[data-mesh-id$=centeredContent],
[data-mesh-id$=form],
[data-mesh-id$=inlineContent] {
    pointer-events: none;
    position: relative
}

[data-mesh-id$=-gridWrapper],
[data-mesh-id$=-rotated-wrapper] {
    pointer-events: none
}

[data-mesh-id$=-gridContainer]>*,
[data-mesh-id$=-rotated-wrapper]>*,
[data-mesh-id$=inlineContent]>:not([data-mesh-id$=-gridContainer]) {
    pointer-events: auto
}

.device-mobile-optimized #masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID {
    grid-area: 2/1/3/2;
    -ms-grid-row: 2;
    position: relative
}

#masterPage.mesh-layout {
    -ms-grid-rows: max-content max-content min-content max-content;
    -ms-grid-columns: 100%;
    align-items: start;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 100%;
    grid-template-rows: max-content max-content min-content max-content;
    justify-content: stretch
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #SITE_FOOTER-placeholder,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
#masterPage.mesh-layout #SITE_HEADER-placeholder,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER,
#masterPage.mesh-layout #SOSP_CONTAINER_CUSTOM_ID[data-state~=mobileView],
#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
    -ms-grid-row-align: start;
    -ms-grid-column-align: start;
    -ms-grid-column: 1
}

#masterPage.mesh-layout #SITE_HEADER-placeholder,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER {
    grid-area: 1/1/2/2;
    -ms-grid-row: 1
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
    grid-area: 3/1/4/2;
    -ms-grid-row: 3
}

#masterPage.mesh-layout #soapAfterPagesContainer,
#masterPage.mesh-layout #soapBeforePagesContainer {
    width: 100%
}

#masterPage.mesh-layout #PAGES_CONTAINER {
    align-self: stretch
}

#masterPage.mesh-layout main#PAGES_CONTAINER {
    display: block
}

#masterPage.mesh-layout #SITE_FOOTER-placeholder,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER {
    grid-area: 4/1/5/2;
    -ms-grid-row: 4
}

#masterPage.mesh-layout #SITE_PAGES,
#masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERcenteredContent],
#masterPage.mesh-layout [data-mesh-id=PAGES_CONTAINERinlineContent] {
    height: 100%
}

#masterPage.mesh-layout.desktop>* {
    width: 100%
}

#masterPage.mesh-layout #PAGES_CONTAINER,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER,
#masterPage.mesh-layout #SITE_PAGES,
#masterPage.mesh-layout #masterPageinlineContent,
#masterPage.mesh-layout:not(.one-doc) #SITE_FOOTER,
#masterPage.mesh-layout:not(.one-doc) #SITE_HEADER {
    position: relative
}

[data-z-counter] {
    z-index: 0
}

[data-z-counter="0"] {
    z-index: auto
}

.wixSiteProperties {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.StylableButton2545352419__root {
    -archetype: box;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 100%;
    min-height: 10px;
    min-width: 10px;
    padding: 0;
    touch-action: manipulation;
    width: 100%
}

.StylableButton2545352419__root[disabled] {
    pointer-events: none
}

.StylableButton2545352419__root.StylableButton2545352419--hasBackgroundColor {
    background-color: var(--corvid-background-color) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderColor {
    border-color: var(--corvid-border-color) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderRadius {
    border-radius: var(--corvid-border-radius) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasBorderWidth {
    border-width: var(--corvid-border-width) !important
}

.StylableButton2545352419__root.StylableButton2545352419--hasColor,
.StylableButton2545352419__root.StylableButton2545352419--hasColor .StylableButton2545352419__label {
    color: var(--corvid-color) !important
}

.StylableButton2545352419__link {
    -archetype: box;
    box-sizing: border-box;
    color: #000;
    text-decoration: none
}

.StylableButton2545352419__container {
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: row;
    flex-grow: 1;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    transition: all .2s ease, visibility 0s;
    width: 100%
}

.StylableButton2545352419__label {
    -archetype: text;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(first);
    max-width: 100%;
    min-width: 1.8em;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    transition: inherit;
    white-space: nowrap
}

.StylableButton2545352419__root.StylableButton2545352419--isMaxContent .StylableButton2545352419__label {
    text-overflow: unset
}

.StylableButton2545352419__root.StylableButton2545352419--isWrapText .StylableButton2545352419__label {
    min-width: 10px;
    overflow-wrap: break-word;
    white-space: break-spaces;
    word-break: break-word
}

.StylableButton2545352419__icon {
    -archetype: icon;
    -controller-part-type: LayoutChildDisplayDropdown, LayoutFlexChildSpacing(last);
    flex-shrink: 0;
    height: 50px;
    min-width: 1px;
    transition: inherit
}

.StylableButton2545352419__icon.StylableButton2545352419--override {
    display: block !important
}

.StylableButton2545352419__icon svg,
.StylableButton2545352419__icon>div {
    display: flex;
    height: inherit;
    width: inherit
}

.Vd6aQZ {
    overflow: hidden;
    padding: 0;
    pointer-events: none;
    white-space: nowrap
}

.mHZSwn {
    display: none
}

.nDEeB0 {
    cursor: pointer
}

.lvxhkV {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.QJjwEo {
    transform: translateY(-100%);
    transition: .2s ease-in
}

.kdBXfh {
    transition: .2s
}

.MP52zt {
    opacity: 0;
    transition: .2s ease-in
}

.MP52zt.Bhu9m5 {
    z-index: -1 !important
}

.LVP8Wf {
    opacity: 1;
    transition: .2s
}

.VrZrC0 {
    height: auto
}

.VrZrC0,
.cKxVkc {
    position: relative;
    width: 100%
}

:host(:not(.device-mobile-optimized)) .vlM3HR,
body:not(.device-mobile-optimized) .vlM3HR {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

.AT7o0U[data-focuscycled=active] {
    outline: 1px solid transparent
}

.AT7o0U[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

.AT7o0U .vlM3HR {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.WzbAF8 .mpGTIt .O6KwRn {
    display: var(--item-display);
    height: var(--item-size);
    margin: var(--item-margin);
    width: var(--item-size)
}

.WzbAF8 .mpGTIt .O6KwRn:last-child {
    margin: 0
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN {
    display: block
}

.WzbAF8 .mpGTIt .O6KwRn .oRtuWN .YaS0jR {
    height: var(--item-size);
    width: var(--item-size)
}

.WzbAF8 .mpGTIt {
    height: 100%;
    position: absolute;
    white-space: nowrap;
    width: 100%
}

:host(.device-mobile-optimized) .WzbAF8 .mpGTIt,
body.device-mobile-optimized .WzbAF8 .mpGTIt {
    white-space: normal
}

.sNF2R0 {
    opacity: 0
}

.hLoBV3 {
    transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1)
}

.Rdf41z,
.hLoBV3 {
    opacity: 1
}

.ftlZWo {
    transition: opacity var(--transition-duration) cubic-bezier(.37, 0, .63, 1)
}

.ATGlOr,
.ftlZWo {
    opacity: 0
}

.KQSXD0 {
    transition: opacity var(--transition-duration) cubic-bezier(.64, 0, .78, 0)
}

.KQSXD0,
.pagQKE {
    opacity: 1
}

._6zG5H {
    opacity: 0;
    transition: opacity var(--transition-duration) cubic-bezier(.22, 1, .36, 1)
}

.BB49uC {
    transform: translateX(100%)
}

.j9xE1V {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.ICs7Rs,
.j9xE1V {
    transform: translateX(0)
}

.DxijZJ {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.B5kjYq,
.DxijZJ {
    transform: translateX(-100%)
}

.cJijIV {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.cJijIV,
.hOxaWM {
    transform: translateX(0)
}

.T9p3fN {
    transform: translateX(100%);
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.qDxYJm {
    transform: translateY(100%)
}

.aA9V0P {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.YPXPAS,
.aA9V0P {
    transform: translateY(0)
}

.Xf2zsA {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.Xf2zsA,
.y7Kt7s {
    transform: translateY(-100%)
}

.EeUgMu {
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

.EeUgMu,
.fdHrtm {
    transform: translateY(0)
}

.WIFaG4 {
    transform: translateY(100%);
    transition: transform var(--transition-duration) cubic-bezier(.87, 0, .13, 1)
}

body:not(.responsive) .JshATs {
    overflow-x: clip
}

[data-view-transition=page-transition] .JshATs {
    view-transition-name: page-group
}

.fcNEqv {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: 100%
}

.fcNEqv>div {
    align-self: stretch !important;
    justify-self: stretch !important
}

.u9k3ts {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.WQ4fSJ {
    cursor: pointer
}

.aizuI7 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    fill: var(--fill);
    fill-opacity: var(--fill-opacity);
    stroke: var(--stroke);
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow, none);
    opacity: var(--opacity);
    transform: var(--flip)
}

.aizuI7,
.aizuI7 svg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.aizuI7 svg {
    height: var(--svg-calculated-height, 100%);
    margin: auto;
    padding: var(--svg-calculated-padding, 0);
    width: var(--svg-calculated-width, 100%)
}

.TcoJIb * {
    vector-effect: non-scaling-stroke
}

.R8rhQA svg,
.elfY4_ svg {
    overflow: visible !important
}

@supports(-webkit-hyphens: none) {
    .aizuI7.elfY4_ {
        will-change: filter
    }
}

ol.font_100,
ul.font_100 {
    color: #080808;
    font-family: "Arial, Helvetica, sans-serif", serif;
    font-size: 10px;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    letter-spacing: normal;
    line-height: normal;
    margin: 0;
    text-decoration: none
}

ol.font_100 li,
ul.font_100 li {
    margin-bottom: 12px
}

ol.wix-list-text-align,
ul.wix-list-text-align {
    list-style-position: inside
}

ol.wix-list-text-align h1,
ol.wix-list-text-align h2,
ol.wix-list-text-align h3,
ol.wix-list-text-align h4,
ol.wix-list-text-align h5,
ol.wix-list-text-align h6,
ol.wix-list-text-align p,
ul.wix-list-text-align h1,
ul.wix-list-text-align h2,
ul.wix-list-text-align h3,
ul.wix-list-text-align h4,
ul.wix-list-text-align h5,
ul.wix-list-text-align h6,
ul.wix-list-text-align p {
    display: inline
}

.dZ1L9N {
    cursor: pointer
}

.m0paWe {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.tz5f0K [data-attr-richtext-marker=true] {
    display: block
}

.tz5f0K [data-attr-richtext-marker=true] table {
    border-collapse: collapse;
    margin: 15px 0;
    width: 100%
}

.tz5f0K [data-attr-richtext-marker=true] table td {
    padding: 12px;
    position: relative
}

.tz5f0K [data-attr-richtext-marker=true] table td:after {
    border-bottom: 1px solid currentColor;
    border-left: 1px solid currentColor;
    bottom: 0;
    content: "";
    left: 0;
    opacity: .2;
    position: absolute;
    right: 0;
    top: 0
}

.tz5f0K [data-attr-richtext-marker=true] table tr td:last-child:after {
    border-right: 1px solid currentColor
}

.tz5f0K [data-attr-richtext-marker=true] table tr:first-child td:after {
    border-top: 1px solid currentColor
}

.Mpd2QF {
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width)
}

.Mpd2QF .RpJUy_ {
    word-wrap: break-word;
    height: 100%;
    overflow-wrap: break-word;
    position: relative;
    width: 100%
}

.Mpd2QF .RpJUy_ ul {
    list-style: disc inside
}

.Mpd2QF .RpJUy_ li {
    margin-bottom: 12px
}

.BaOVQ8 blockquote,
.BaOVQ8 h1,
.BaOVQ8 h2,
.BaOVQ8 h3,
.BaOVQ8 h4,
.BaOVQ8 h5,
.BaOVQ8 h6,
.BaOVQ8 p {
    letter-spacing: normal;
    line-height: normal
}

.KriRUO {
    min-height: var(--min-height);
    min-width: var(--min-width)
}

.KriRUO .RpJUy_ {
    word-wrap: break-word;
    height: 100%;
    overflow-wrap: break-word;
    position: relative;
    width: 100%
}

.KriRUO .RpJUy_ ol,
.KriRUO .RpJUy_ ul {
    letter-spacing: normal;
    line-height: normal;
    margin-inline-start: .5em;
    padding-inline-start: 1.3em
}

.KriRUO .RpJUy_ ul {
    list-style-type: disc
}

.KriRUO .RpJUy_ ol {
    list-style-type: decimal
}

.KriRUO .RpJUy_ ol ul,
.KriRUO .RpJUy_ ul ul {
    line-height: normal;
    list-style-type: circle
}

.KriRUO .RpJUy_ ol ol ul,
.KriRUO .RpJUy_ ol ul ul,
.KriRUO .RpJUy_ ul ol ul,
.KriRUO .RpJUy_ ul ul ul {
    line-height: normal;
    list-style-type: square
}

.KriRUO .RpJUy_ li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit
}

.KriRUO .RpJUy_ h1,
.KriRUO .RpJUy_ h2,
.KriRUO .RpJUy_ h3,
.KriRUO .RpJUy_ h4,
.KriRUO .RpJUy_ h5,
.KriRUO .RpJUy_ h6,
.KriRUO .RpJUy_ p {
    letter-spacing: normal;
    line-height: normal;
    margin-block: 0;
    margin: 0
}

.KriRUO .RpJUy_ a {
    color: inherit
}

.BaOVQ8,
.KcpHeO {
    word-wrap: break-word;
    direction: var(--text-direction);
    min-height: var(--min-height);
    min-width: var(--min-width);
    overflow-wrap: break-word;
    pointer-events: none;
    text-align: start
}

.BaOVQ8>*,
.KcpHeO>* {
    pointer-events: auto
}

.BaOVQ8 li,
.KcpHeO li {
    font-style: inherit;
    font-weight: inherit;
    letter-spacing: normal;
    line-height: inherit
}

.BaOVQ8 ol,
.BaOVQ8 ul,
.KcpHeO ol,
.KcpHeO ul {
    letter-spacing: normal;
    line-height: normal;
    margin-inline-end: 0;
    margin-inline-start: .5em;
    padding-inline-end: 0;
    padding-inline-start: 1.3em
}

.BaOVQ8 ul,
.KcpHeO ul {
    list-style-type: disc
}

.BaOVQ8 ol,
.KcpHeO ol {
    list-style-type: decimal
}

.BaOVQ8 ol ul,
.BaOVQ8 ul ul,
.KcpHeO ol ul,
.KcpHeO ul ul {
    list-style-type: circle
}

.BaOVQ8 ol ol ul,
.BaOVQ8 ol ul ul,
.BaOVQ8 ul ol ul,
.BaOVQ8 ul ul ul,
.KcpHeO ol ol ul,
.KcpHeO ol ul ul,
.KcpHeO ul ol ul,
.KcpHeO ul ul ul {
    list-style-type: square
}

.BaOVQ8 blockquote,
.BaOVQ8 h1,
.BaOVQ8 h2,
.BaOVQ8 h3,
.BaOVQ8 h4,
.BaOVQ8 h5,
.BaOVQ8 h6,
.BaOVQ8 p,
.KcpHeO blockquote,
.KcpHeO h1,
.KcpHeO h2,
.KcpHeO h3,
.KcpHeO h4,
.KcpHeO h5,
.KcpHeO h6,
.KcpHeO p {
    margin-block: 0;
    margin: 0
}

.BaOVQ8 a,
.KcpHeO a {
    color: inherit
}

.big2ZD {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    height: calc(100% - var(--wix-ads-height));
    left: 0;
    margin-top: var(--wix-ads-height);
    position: fixed;
    top: 0;
    width: 100%
}

.SHHiV9,
.big2ZD {
    pointer-events: none;
    z-index: var(--pinned-layer-in-container, var(--above-all-in-container))
}

:host(:not(.device-mobile-optimized)) .CohWsy,
body:not(.device-mobile-optimized) .CohWsy {
    display: flex
}

:host(:not(.device-mobile-optimized)) .V5AUxf,
body:not(.device-mobile-optimized) .V5AUxf {
    -moz-column-gap: var(--margin);
    column-gap: var(--margin);
    display: flex;
    flex-direction: var(--items-direction);
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding)*2)
}

:host(:not(.device-mobile-optimized)) .V5AUxf>*,
body:not(.device-mobile-optimized) .V5AUxf>* {
    flex: var(--column-flex) 1 0%;
    left: 0;
    margin-bottom: var(--padding);
    margin-top: var(--padding);
    min-width: 0;
    position: relative;
    top: 0
}

:host(.device-mobile-optimized) .V5AUxf,
body.device-mobile-optimized .V5AUxf {
    display: block;
    padding: var(--padding) 0;
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>*,
body.device-mobile-optimized .V5AUxf>* {
    margin-bottom: var(--margin);
    position: relative
}

:host(.device-mobile-optimized) .V5AUxf>:first-child,
body.device-mobile-optimized .V5AUxf>:first-child {
    margin-top: var(--firstChildMarginTop, 0)
}

:host(.device-mobile-optimized) .V5AUxf>:last-child,
body.device-mobile-optimized .V5AUxf>:last-child {
    margin-bottom: var(--lastChildMarginBottom)
}

.LIhNy3 {
    backface-visibility: hidden
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.if7Vw2 {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2.f0uTJH {
    clip: rect(0, auto, auto, 0)
}

.if7Vw2 .i1tH8h {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.if7Vw2 .DXi4PB {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.if7Vw2 .DXi4PB img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .if7Vw2.f0uTJH {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.wG8dni {
    height: 100%
}

.tcElKx {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.ImALHf,
.Ybjs9b {
    opacity: var(--fill-layer-video-opacity)
}

.UWmm3w {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.Yjj1af {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.ImALHf {
    height: 100%;
    position: relative;
    width: 100%
}

._uqPqy {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

._uqPqy,
.eKyYhK {
    position: absolute;
    top: 0
}

._uqPqy,
.eKyYhK,
.x0mqQS img {
    height: 100%;
    width: 100%
}

.pnCr6P {
    opacity: 0
}

.blf7sp,
.pnCr6P {
    position: absolute;
    top: 0
}

.blf7sp {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.rWP3Gv {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.Tr4n3d,
.rWP3Gv,
.wRqk6s {
    height: 100%;
    top: 0;
    width: 100%
}

.wRqk6s {
    position: absolute
}

.Tr4n3d {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode: overlay) {
    .Tr4n3d {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.VXAmO2 {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
}

.VXAmO2,
.VXAmO2 .dy3w_9 {
    left: 0;
    position: absolute;
    width: 100%
}

.VXAmO2 .dy3w_9 {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
}

.UORcXs {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.UORcXs .dy3w_9 {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.UORcXs .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.UORcXs .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.UORcXs .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.Io4VUz {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.Io4VUz .dy3w_9 {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.Io4VUz .dy3w_9[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.Io4VUz .dy3w_9[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.Io4VUz .dy3w_9[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}

.YzqVVZ {
    overflow: visible;
    position: relative
}

.mwF7X1 {
    backface-visibility: hidden
}

.YGilLk {
    cursor: pointer
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd,
.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr,
.bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra,
.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,
.SUz0WK,
.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode: overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

._C0cVf {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%
}

.hFwGTD {
    transform: translateY(-100%);
    transition: .2s ease-in
}

.IQgXoP {
    transition: .2s
}

.Nr3Nid {
    opacity: 0;
    transition: .2s ease-in
}

.Nr3Nid.l4oO6c {
    z-index: -1 !important
}

.iQuoC4 {
    opacity: 1;
    transition: .2s
}

.CJF7A2 {
    height: auto
}

.CJF7A2,
.U4Bvut {
    position: relative;
    width: 100%
}

:host(:not(.device-mobile-optimized)) .G5K6X8,
body:not(.device-mobile-optimized) .G5K6X8 {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

.xU8fqS[data-focuscycled=active] {
    outline: 1px solid transparent
}

.xU8fqS[data-focuscycled=active]:not(:focus-within) {
    outline: 2px solid transparent;
    transition: outline .01s ease
}

.xU8fqS ._4XcTfy {
    background-color: var(--screenwidth-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    border-bottom: var(--brwb, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    border-top: var(--brwt, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    bottom: 0;
    box-shadow: var(--shd, 0 0 5px rgba(0, 0, 0, .7));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.xU8fqS .gUbusX {
    background-color: rgba(var(--bgctr, var(--color_11, color_11)), var(--alpha-bgctr, 1));
    border-radius: var(--rd, 0);
    bottom: var(--brwb, 0);
    top: var(--brwt, 0)
}

.xU8fqS .G5K6X8,
.xU8fqS .gUbusX {
    left: 0;
    position: absolute;
    right: 0
}

.xU8fqS .G5K6X8 {
    bottom: 0;
    top: 0
}

:host(.device-mobile-optimized) .xU8fqS .G5K6X8,
body.device-mobile-optimized .xU8fqS .G5K6X8 {
    left: 10px;
    right: 10px
}

.SPY_vo {
    pointer-events: none
}

.BmZ5pC {
    height: 100%;
    min-height: calc(100vh/var(--zoom-factor, 1) - var(--wix-ads-height));
    min-width: var(--site-width);
    position: var(--bg-position);
    top: var(--wix-ads-height);
    width: 100%
}

.zKbzSQ {
    touch-action: manipulation
}

.kuTaGy {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: var(--label-align);
    min-width: 100%;
    text-align: initial;
    width: -moz-max-content;
    width: max-content
}

.kuTaGy:before {
    max-width: var(--margin-start, 0)
}

.kuTaGy:after,
.kuTaGy:before {
    align-self: stretch;
    content: "";
    flex-grow: 1
}

.kuTaGy:after {
    max-width: var(--margin-end, 0)
}

.R6ex7N {
    height: 100%
}

.R6ex7N .kuTaGy {
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: var(--trans1, border-color .4s ease 0s, background-color .4s ease 0s)
}

.R6ex7N .kuTaGy:link,
.R6ex7N .kuTaGy:visited {
    border-color: transparent
}

.R6ex7N .M3I7Z2 {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    font: var(--fnt, var(--font_5));
    margin: 0;
    position: relative;
    transition: var(--trans2, color .4s ease 0s);
    white-space: nowrap
}

.R6ex7N[aria-disabled=false] .kuTaGy {
    background-color: var(--corvid-background-color, rgba(var(--bg, var(--color_17, color_17)), var(--alpha-bg, 1)));
    border: solid var(--corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))) var(--corvid-border-width, var(--brw, 0));
    cursor: pointer !important
}

:host(.device-mobile-optimized) .R6ex7N[aria-disabled=false]:active .kuTaGy,
body.device-mobile-optimized .R6ex7N[aria-disabled=false]:active .kuTaGy {
    background-color: rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1))
}

:host(.device-mobile-optimized) .R6ex7N[aria-disabled=false]:active .M3I7Z2,
body.device-mobile-optimized .R6ex7N[aria-disabled=false]:active .M3I7Z2 {
    color: rgb(var(--txth, var(--color_15, color_15)))
}

:host(:not(.device-mobile-optimized)) .R6ex7N[aria-disabled=false]:hover .kuTaGy,
body:not(.device-mobile-optimized) .R6ex7N[aria-disabled=false]:hover .kuTaGy {
    background-color: rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1))
}

:host(:not(.device-mobile-optimized)) .R6ex7N[aria-disabled=false]:hover .M3I7Z2,
body:not(.device-mobile-optimized) .R6ex7N[aria-disabled=false]:hover .M3I7Z2 {
    color: rgb(var(--txth, var(--color_15, color_15)))
}

.R6ex7N[aria-disabled=true] .kuTaGy {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 204, 204, 204), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 0))
}

.R6ex7N[aria-disabled=true] .M3I7Z2 {
    color: rgb(var(--txtd, 255, 255, 255))
}

.U2uNPe {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: var(--label-align);
    min-width: 100%;
    text-align: initial;
    width: -moz-max-content;
    width: max-content
}

.U2uNPe:before {
    max-width: var(--margin-start, 0)
}

.U2uNPe:after,
.U2uNPe:before {
    align-self: stretch;
    content: "";
    flex-grow: 1
}

.U2uNPe:after {
    max-width: var(--margin-end, 0)
}

.S3GIZZ[aria-disabled=false] .U2uNPe {
    cursor: pointer
}

:host(.device-mobile-optimized) .S3GIZZ[aria-disabled=false]:active .CQ3ICl,
body.device-mobile-optimized .S3GIZZ[aria-disabled=false]:active .CQ3ICl {
    color: rgb(var(--txth, var(--color_15, color_15)));
    transition: var(--trans, color .4s ease 0s)
}

:host(:not(.device-mobile-optimized)) .S3GIZZ[aria-disabled=false]:hover .CQ3ICl,
body:not(.device-mobile-optimized) .S3GIZZ[aria-disabled=false]:hover .CQ3ICl {
    color: rgb(var(--txth, var(--color_15, color_15)));
    transition: var(--trans, color .4s ease 0s)
}

.S3GIZZ .U2uNPe {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.S3GIZZ .CQ3ICl {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    font: var(--fnt, var(--font_5));
    transition: var(--trans, color .4s ease 0s);
    white-space: nowrap
}

.S3GIZZ[aria-disabled=true] .CQ3ICl {
    color: rgb(var(--txtd, 255, 255, 255))
}

.nTOEE9 {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.nTOEE9.sqUyGm:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6ODM3MEUzMUU4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6ODM3MEUzMUQ4OTAyMTFFMzk3Q0FCMkFEODdDNzUzMjQiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz4bqsJgAAACF0lEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPmgI0F2YdmxXQUhX///sVQqK2tDVL4DFkhF8zK2NjY/4aGhshOOMJAJAB5ZjdAADGQCpiB4Cear3uwKQR74vv372BPLFq0CKZ4GnLcdMGiFtnXmzZtQo0Bdnb2r/b29nBFMIwUjkxghby8vHfFxMQwTMQWp0YggZcvX/5HBpqamhgKQdafAQnq6en9j4+P/4/me150nzsCPfYOKrkWKvYCymcjJozPgqIYIMAYcUjKAnEcELsDbVECOpkNiO8B+buAeCEQ3yUqFllYWNYh+4Obm/u/ubn5f0tLy//QPIqM90ATHVagDHTJH5BCfn7+/xcvXvyPC9y7d+8/KHqghv4FYj0M04BxeAOkQEhI6P+vX79QDECOeBj49+/ffzk5OZih91FyP4gAGiIDooH5hIGVlRUsAXQpGMMAMh+Y1xksLCzg5QxGrAFzwAxY2GzYsIGgC48cOYIclsuwBiIbG9sCmCJFRcX/+/fvxwi/EydOwIoDGH6JLQEiA26ga1egxSY2vAUpkcKKEV5iCwVOIObBU8w8RzLYgYHaAAACg5CxaxSLgwAAAABJRU5ErkJggg==), auto
}

.nTOEE9.C_JY0G:hover {
    cursor: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAAH6ji2bAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA3FpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNS1jMDE0IDc5LjE1MTQ4MSwgMjAxMy8wMy8xMy0xMjowOToxNSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6N0I4QkNGQTI4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6N0I4QkNGQTE4OTAyMTFFMzg0RDlBRkM5NDA5QjczRTEiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENDIChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjk0ZTkyMTRlLThiNDQtNjc0My04MWZiLTZlYjIzYTA2ZjcwNCIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpmMWUzNTlkMS1hYjZhLTNkNDctYmM0ZC03MWMyZDYyMWNmNDgiLz4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz7hiSPZAAACGklEQVR42mJgQAd8fHz/gdRvRigfxGEACCA4YvwPBMgCbgABBGOAJP6LiooiZBUUFMCC7969Awk6AQQQA1bAxMTUOnXq1P8/f/78j2zdf5BDQDgoKAgiyMgItv0/1AkozlgJlHwPpDWB+AhAACFL1EJVwvBPIGZHd8P/OXPm/EcHUA3TURT+/fsXQ6G2tjZI4TNkhVwwK2NjY/8bGhoiO+EIA5EA5JndAAHEQCpgBoKfaL7uwaYQHLrfv38He2LRokUwxdOQ46YLFrXIYNOmTagxwM7O/tXe3h4sCYs3EEYKRyawQl5e3rtiYmL/sQH0ODUCCbx8+RJFkaamJoZCkPVnQIJ6enr/4+Pj/6P5nhfd545Aj72DSq6Fir2A8tmICeOzoCgGCDBGHJKyQBwHxO5AW5SATmYD4ntA/i4gXgjEd4mKRRYWlnXI/uDm5v5vbm7+39LS8j80jyLjPdBEhxUoA13yB6SQn5///8WLF//jAvfu3fsPih6ooX+BWA/DNGAc3gApEBIS+v/r16//hMC/f//+y8nJwQy9j2wWC4gAGiIDooH5hIGVlRUsAXQpVq98/PgRVBAwWFhYMDx69AhczkBj7RdyFpgBC5sNGzYQdOGRI0eQw3IZVpvZ2NgWwBQpKir+379/P4ZBJ06cgBUHMPwSWwJEBtxA165Ai01seAtSIoUVI7zEFgqcQMyDp5h5jmSwAwO1AQBU5q033XYWQwAAAABJRU5ErkJggg==), auto
}

.rYiAuL {
    cursor: pointer
}

.gSXewE {
    height: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 0
}

.j7pOnl {
    box-sizing: border-box;
    height: 100%;
    width: 100%
}

.BI8PVQ {
    min-height: var(--image-min-height);
    min-width: var(--image-min-width)
}

.BI8PVQ img {
    filter: var(--filter-effect-svg-url);
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100% 100%);
    mask-size: var(--mask-size, 100% 100%);
    -o-object-position: var(--object-position);
    object-position: var(--object-position)
}

.MazNVa {
    left: var(--left, auto);
    position: var(--position-fixed, static);
    top: var(--top, auto);
    z-index: var(--z-index, auto)
}

.MazNVa .BI8PVQ img {
    box-shadow: 0 0 0 #000;
    position: static;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.MazNVa .j7pOnl {
    display: block;
    overflow: hidden
}

.MazNVa .BI8PVQ {
    overflow: hidden
}

.c7cMWz {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.FVGvCX {
    height: auto;
    position: relative;
    width: 100%
}

body:not(.responsive) .zK7MhX {
    align-self: start;
    grid-area: 1/1/1/1;
    height: 100%;
    justify-self: stretch;
    left: 0;
    position: relative
}

:host(:not(.device-mobile-optimized)) .c7cMWz,
body:not(.device-mobile-optimized) .c7cMWz {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

.fEm0Bo .c7cMWz {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    overflow: hidden
}

:host(.device-mobile-optimized) .c7cMWz,
body.device-mobile-optimized .c7cMWz {
    left: 10px;
    right: 10px
}

.PFkO7r {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.HT5ybB {
    height: auto;
    position: relative;
    width: 100%
}

body:not(.responsive) .dBAkHi {
    align-self: start;
    grid-area: 1/1/1/1;
    height: 100%;
    justify-self: stretch;
    left: 0;
    position: relative
}

:host(:not(.device-mobile-optimized)) .PFkO7r,
body:not(.device-mobile-optimized) .PFkO7r {
    margin-left: calc((100% - var(--site-width))/2);
    width: var(--site-width)
}

:host(.device-mobile-optimized) .PFkO7r,
body.device-mobile-optimized .PFkO7r {
    left: 10px;
    right: 10px
}

.LHrbPP {
    background: #fff;
    border-radius: 24px;
    color: #116dff;
    cursor: pointer;
    font-family: Helvetica, Arial, メイリオ, meiryo, ヒラギノ角ゴ pro w3, hiragino kaku gothic pro, sans-serif;
    font-size: 14px;
    height: 0;
    left: 50%;
    margin-left: -94px;
    opacity: 0;
    padding: 0 24px 0 24px;
    pointer-events: none;
    position: absolute;
    top: 60px;
    width: 0;
    z-index: 9999
}

.LHrbPP:focus {
    border: 2px solid;
    height: 40px;
    opacity: 1;
    pointer-events: auto;
    width: auto
}

.zKbzSQ {
    touch-action: manipulation
}

.TFOeq0 {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    justify-content: var(--label-align);
    min-width: 100%;
    text-align: initial;
    width: -moz-max-content;
    width: max-content
}

.TFOeq0:before {
    max-width: var(--margin-start, 0)
}

.TFOeq0:after,
.TFOeq0:before {
    align-self: stretch;
    content: "";
    flex-grow: 1
}

.TFOeq0:after {
    max-width: var(--margin-end, 0)
}

.gydiew {
    --display: grid;
    display: var(--display);
    grid-template-columns: minmax(0, 1fr)
}

.gydiew .TFOeq0 {
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    padding-bottom: var(--verticalPadding, 0);
    padding-left: var(--horizontalPadding, 0);
    padding-right: var(--horizontalPadding, 0);
    padding-top: var(--verticalPadding, 0);
    position: relative;
    transition: var(--trans1, border-color .4s ease 0s, background-color .4s ease 0s);
    width: auto
}

.gydiew .TFOeq0:before {
    flex-shrink: 0;
    width: var(--margin-start, 0)
}

.gydiew .TFOeq0:after {
    flex-shrink: 0;
    width: var(--margin-end, 0)
}

.gydiew .kclxHl {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    font: var(--fnt, var(--font_5));
    position: relative;
    transition: var(--trans2, color .4s ease 0s)
}

.gydiew[aria-disabled=false] .TFOeq0 {
    background-color: var(--corvid-background-color, rgba(var(--bg, var(--color_17, color_17)), var(--alpha-bg, 1)));
    border: solid var(--corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1))) var(--corvid-border-width, var(--brw, 0));
    cursor: pointer !important
}

:host(.device-mobile-optimized) .gydiew[aria-disabled=false]:active .TFOeq0,
body.device-mobile-optimized .gydiew[aria-disabled=false]:active .TFOeq0 {
    background-color: rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1))
}

:host(.device-mobile-optimized) .gydiew[aria-disabled=false]:active .kclxHl,
body.device-mobile-optimized .gydiew[aria-disabled=false]:active .kclxHl {
    color: rgb(var(--txth, var(--color_15, color_15)))
}

:host(:not(.device-mobile-optimized)) .gydiew[aria-disabled=false]:hover .TFOeq0,
body:not(.device-mobile-optimized) .gydiew[aria-disabled=false]:hover .TFOeq0 {
    background-color: rgba(var(--bgh, var(--color_18, color_18)), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, var(--color_15, color_15)), var(--alpha-brdh, 1))
}

:host(:not(.device-mobile-optimized)) .gydiew[aria-disabled=false]:hover .kclxHl,
body:not(.device-mobile-optimized) .gydiew[aria-disabled=false]:hover .kclxHl {
    color: rgb(var(--txth, var(--color_15, color_15)))
}

.gydiew[aria-disabled=true] .TFOeq0 {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 204, 204, 204), var(--alpha-brdd, 1))
}

.gydiew[aria-disabled=true] .kclxHl {
    color: rgb(var(--txtd, 255, 255, 255))
}

.gydiew .kclxHl {
    text-align: var(--label-text-align)
}

.u9k3ts {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.WQ4fSJ {
    cursor: pointer
}

.aizuI7 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    fill: var(--fill);
    fill-opacity: var(--fill-opacity);
    stroke: var(--stroke);
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow, none);
    opacity: var(--opacity);
    transform: var(--flip)
}

.aizuI7,
.aizuI7 svg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.aizuI7 svg {
    height: var(--svg-calculated-height, 100%);
    margin: auto;
    padding: var(--svg-calculated-padding, 0);
    width: var(--svg-calculated-width, 100%)
}

.TcoJIb * {
    vector-effect: non-scaling-stroke
}

.R8rhQA svg,
.elfY4_ svg {
    overflow: visible !important
}

@supports(-webkit-hyphens: none) {
    .aizuI7.elfY4_ {
        will-change: filter
    }
}

.gM8UhB {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

.gM8UhB,
.q4bY7T {
    position: absolute;
    top: 0
}

.B4ic__ img,
.gM8UhB,
.q4bY7T {
    height: 100%;
    width: 100%
}

.b_Di9f {
    opacity: 0
}

.aThD7A,
.b_Di9f {
    position: absolute;
    top: 0
}

.aThD7A {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.oYv3_8 [data-mesh-id$=inlineContent-gridContainer],
.oYv3_8 [data-mesh-id$=inlineContent] {
    height: 100%
}

.oYv3_8 .XV8dK6 {
    height: 100%;
    position: absolute;
    width: 100%
}

.oYv3_8:before {
    grid-area: 1/1/2/2
}

.F9nckB {
    border-color: var(--border-color);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-width: var(--border-width);
    bottom: 0;
    box-shadow: var(--box-shadow);
    filter: var(--fill-container-drop-shadow, none);
    left: 0;
    margin: var(--border-compensate-margin, 0);
    overflow: var(--fill-container-overflow);
    position: absolute;
    right: 0;
    top: 0;
    transform: var(--fill-container-transform)
}

.wmoHxw {
    transform: var(--fill-transform)
}

.Iiblgf video {
    opacity: 0;
    visibility: hidden
}

.Iiblgf canvas {
    opacity: 0
}

.Iiblgf img {
    filter: var(--filter-effect-svg-url)
}

.Xh82G7 {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: .15s, .5s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(.12, 0, .39, 0), cubic-bezier(.61, 1, .88, 1)
}

.JtS1Rf {
    cursor: pointer;
    opacity: 0;
    transition-delay: .2s;
    transition-duration: .2s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.12, 0, .39, 0)
}

.JtS1Rf:focus {
    opacity: 1
}

.V9rZ5Z {
    width: 48px
}

.TtArsF,
.ngHaxP {
    margin: 5px 10px 7px 8px;
    opacity: 0
}

.oYv3_8[data-can-play] .Xh82G7 {
    opacity: .99
}

.oYv3_8[data-has-play] {
    cursor: pointer
}

.oYv3_8[data-no-audio] .JtS1Rf {
    --display: none;
    display: none
}

.oYv3_8[data-animate-poster=fade] [class~=bgVideoposter] {
    transition: opacity 1.6s ease-out
}

.oYv3_8[data-show-canvas] canvas {
    opacity: 1
}

.oYv3_8[data-show-canvas] [class~=bgVideoposter] {
    opacity: 0
}

.oYv3_8[data-playing] .Xh82G7 {
    opacity: 0;
    transition-duration: .15s, .3s
}

.oYv3_8:not([data-playing]) .F9nckB:focus {
    z-index: auto !important
}

.oYv3_8[data-show-audio] .JtS1Rf {
    opacity: 1;
    transition-delay: .2s;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(.61, 1, .88, 1)
}

.oYv3_8[data-roll-in] .Xh82G7 {
    transform: scale(1.07);
    transition-duration: .25s, .5s
}

.oYv3_8[data-roll-in][data-playing] .Xh82G7 {
    transition-duration: .25s, .3s
}

.oYv3_8[data-audio=off] .ngHaxP,
.oYv3_8[data-audio=on] .TtArsF {
    opacity: 1
}

.oYv3_8[data-stop] {
    cursor: auto
}

.oYv3_8[data-stop] .Xh82G7 {
    opacity: 0;
    transform: none;
    transition: none
}

.oYv3_8[data-stop] .JtS1Rf {
    cursor: auto;
    opacity: 0;
    transition: none
}

.gM8UhB {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

.gM8UhB,
.q4bY7T {
    position: absolute;
    top: 0
}

.B4ic__ img,
.gM8UhB,
.q4bY7T {
    height: 100%;
    width: 100%
}

.b_Di9f {
    opacity: 0
}

.aThD7A,
.b_Di9f {
    position: absolute;
    top: 0
}

.aThD7A {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.oYv3_8 [data-mesh-id$=inlineContent-gridContainer],
.oYv3_8 [data-mesh-id$=inlineContent] {
    height: 100%
}

.oYv3_8 .XV8dK6 {
    height: 100%;
    position: absolute;
    width: 100%
}

.oYv3_8:before {
    grid-area: 1/1/2/2
}

.F9nckB {
    border-color: var(--border-color);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-width: var(--border-width);
    bottom: 0;
    box-shadow: var(--box-shadow);
    filter: var(--fill-container-drop-shadow, none);
    left: 0;
    margin: var(--border-compensate-margin, 0);
    overflow: var(--fill-container-overflow);
    position: absolute;
    right: 0;
    top: 0;
    transform: var(--fill-container-transform)
}

.wmoHxw {
    transform: var(--fill-transform)
}

.Iiblgf video {
    opacity: 0;
    visibility: hidden
}

.Iiblgf canvas {
    opacity: 0
}

.Iiblgf img {
    filter: var(--filter-effect-svg-url)
}

.Xh82G7 {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: .15s, .5s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(.12, 0, .39, 0), cubic-bezier(.61, 1, .88, 1)
}

.JtS1Rf {
    cursor: pointer;
    opacity: 0;
    transition-delay: .2s;
    transition-duration: .2s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.12, 0, .39, 0)
}

.JtS1Rf:focus {
    opacity: 1
}

.V9rZ5Z {
    width: 48px
}

.TtArsF,
.ngHaxP {
    margin: 5px 10px 7px 8px;
    opacity: 0
}

.oYv3_8[data-can-play] .Xh82G7 {
    opacity: .99
}

.oYv3_8[data-has-play] {
    cursor: pointer
}

.oYv3_8[data-no-audio] .JtS1Rf {
    --display: none;
    display: none
}

.oYv3_8[data-animate-poster=fade] [class~=bgVideoposter] {
    transition: opacity 1.6s ease-out
}

.oYv3_8[data-show-canvas] canvas {
    opacity: 1
}

.oYv3_8[data-show-canvas] [class~=bgVideoposter] {
    opacity: 0
}

.oYv3_8[data-playing] .Xh82G7 {
    opacity: 0;
    transition-duration: .15s, .3s
}

.oYv3_8:not([data-playing]) .F9nckB:focus {
    z-index: auto !important
}

.oYv3_8[data-show-audio] .JtS1Rf {
    opacity: 1;
    transition-delay: .2s;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(.61, 1, .88, 1)
}

.oYv3_8[data-roll-in] .Xh82G7 {
    transform: scale(1.07);
    transition-duration: .25s, .5s
}

.oYv3_8[data-roll-in][data-playing] .Xh82G7 {
    transition-duration: .25s, .3s
}

.oYv3_8[data-audio=off] .ngHaxP,
.oYv3_8[data-audio=on] .TtArsF {
    opacity: 1
}

.oYv3_8[data-stop] {
    cursor: auto
}

.oYv3_8[data-stop] .Xh82G7 {
    opacity: 0;
    transform: none;
    transition: none
}

.oYv3_8[data-stop] .JtS1Rf {
    cursor: auto;
    opacity: 0;
    transition: none
}

.u9k3ts {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.WQ4fSJ {
    cursor: pointer
}

.aizuI7 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    fill: var(--fill);
    fill-opacity: var(--fill-opacity);
    stroke: var(--stroke);
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow, none);
    opacity: var(--opacity);
    transform: var(--flip)
}

.aizuI7,
.aizuI7 svg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.aizuI7 svg {
    height: var(--svg-calculated-height, 100%);
    margin: auto;
    padding: var(--svg-calculated-padding, 0);
    width: var(--svg-calculated-width, 100%)
}

.TcoJIb * {
    vector-effect: non-scaling-stroke
}

.R8rhQA svg,
.elfY4_ svg {
    overflow: visible !important
}

@supports(-webkit-hyphens: none) {
    .aizuI7.elfY4_ {
        will-change: filter
    }
}

.LoinW8 .wxjDyf .AgcguT,
.LoinW8 .wxjDyf .SLABZ6,
.wxjDyf .LoinW8 .AgcguT,
.wxjDyf .LoinW8 .SLABZ6,
.wxjDyf .WfZwmg>button {
    justify-content: flex-start
}

.LoinW8 ._ap_Ez .AgcguT,
.LoinW8 ._ap_Ez .SLABZ6,
._ap_Ez .LoinW8 .AgcguT,
._ap_Ez .LoinW8 .SLABZ6,
._ap_Ez .WfZwmg>button {
    justify-content: center
}

.LoinW8 .yaSWtc .AgcguT,
.LoinW8 .yaSWtc .SLABZ6,
.yaSWtc .LoinW8 .AgcguT,
.yaSWtc .LoinW8 .SLABZ6,
.yaSWtc .WfZwmg>button {
    direction: rtl
}

.LoinW8 .SLABZ6 .P1lgnS img,
.LoinW8 ._YBogd .P1lgnS img,
.WfZwmg .LEHGju img {
    display: block;
    height: var(--iconSize)
}

.LoinW8 .AgcguT.s9mhXz,
.LoinW8 .AgcguT:hover,
.LoinW8 .SLABZ6:hover,
.WfZwmg>button:hover {
    background-color: rgba(var(--backgroundColorHover, var(--color_4, color_4)), var(--alpha-backgroundColorHover, 1));
    color: rgb(var(--itemTextColorHover, var(--color_1, color_1)))
}

.LoinW8 .AgcguT.s9mhXz path,
.LoinW8 .AgcguT:hover path,
.LoinW8 .SLABZ6:hover path,
.WfZwmg>button:hover path {
    fill: rgb(var(--itemTextColorHover, var(--color_1, color_1)))
}

.LoinW8 .AgcguT:active,
.LoinW8 .SLABZ6:active,
.LoinW8 .wbgQXa.AgcguT,
.LoinW8 .wbgQXa.SLABZ6,
.WfZwmg>button.wbgQXa,
.WfZwmg>button:active {
    background-color: rgba(var(--backgroundColorActive, var(--color_4, color_4)), var(--alpha-backgroundColorActive, 1));
    color: rgb(var(--itemTextColorActive, var(--color_1, color_1)))
}

.LoinW8 .AgcguT:active path,
.LoinW8 .SLABZ6:active path,
.LoinW8 .wbgQXa.AgcguT path,
.LoinW8 .wbgQXa.SLABZ6 path,
.WfZwmg>button.wbgQXa path,
.WfZwmg>button:active path {
    fill: rgb(var(--itemTextColorActive, var(--color_1, color_1)))
}

.q6zugB {
    width: var(--width)
}

:host(.device-mobile-optimized) .q6zugB,
body.device-mobile-optimized .q6zugB {
    --display: table;
    display: var(--display)
}

.q6zugB.L1JKAI {
    opacity: .38
}

.q6zugB.L1JKAI *,
.q6zugB.L1JKAI:active {
    pointer-events: none
}

.LoinW8 .AgcguT,
.LoinW8 .SLABZ6 {
    align-items: center;
    display: flex;
    height: calc(var(--height) - var(--borderWidth, 1px) * 2)
}

.LoinW8 .AgcguT .FeuKbY,
.LoinW8 .SLABZ6 .FeuKbY {
    line-height: 0
}

.LoinW8 ._ap_Ez .AgcguT .FeuKbY,
.LoinW8 ._ap_Ez .SLABZ6 .FeuKbY,
._ap_Ez .LoinW8 .AgcguT .FeuKbY,
._ap_Ez .LoinW8 .SLABZ6 .FeuKbY {
    position: absolute;
    right: 0
}

.LoinW8 ._ap_Ez .AgcguT .FeuKbY,
.LoinW8 ._ap_Ez .SLABZ6 .FeuKbY,
.LoinW8 .yaSWtc .AgcguT .FeuKbY,
.LoinW8 .yaSWtc .SLABZ6 .FeuKbY,
._ap_Ez .LoinW8 .AgcguT .FeuKbY,
._ap_Ez .LoinW8 .SLABZ6 .FeuKbY,
.yaSWtc .LoinW8 .AgcguT .FeuKbY,
.yaSWtc .LoinW8 .SLABZ6 .FeuKbY {
    margin: 0 20px 0 14px
}

.LoinW8 ._ap_Ez .AgcguT .FeuKbY,
.LoinW8 ._ap_Ez .SLABZ6 .FeuKbY,
.LoinW8 .wxjDyf .AgcguT .FeuKbY,
.LoinW8 .wxjDyf .SLABZ6 .FeuKbY,
._ap_Ez .LoinW8 .AgcguT .FeuKbY,
._ap_Ez .LoinW8 .SLABZ6 .FeuKbY,
.wxjDyf .LoinW8 .AgcguT .FeuKbY,
.wxjDyf .LoinW8 .SLABZ6 .FeuKbY {
    margin: 0 14px 0 20px
}

.LoinW8 .wxjDyf .AgcguT .Z9uI84,
.LoinW8 .wxjDyf .SLABZ6 .Z9uI84,
.LoinW8 .yaSWtc .AgcguT .Z9uI84,
.LoinW8 .yaSWtc .SLABZ6 .Z9uI84,
.wxjDyf .LoinW8 .AgcguT .Z9uI84,
.wxjDyf .LoinW8 .SLABZ6 .Z9uI84,
.yaSWtc .LoinW8 .AgcguT .Z9uI84,
.yaSWtc .LoinW8 .SLABZ6 .Z9uI84 {
    flex-grow: 1
}

.LoinW8 .AgcguT svg,
.LoinW8 .SLABZ6 svg {
    height: auto;
    width: 12px
}

.LoinW8 .AgcguT path,
.LoinW8 .SLABZ6 path {
    fill: rgb(var(--itemTextColor, var(--color_9, color_9)))
}

.LoinW8 .SLABZ6,
.LoinW8 ._YBogd {
    background-color: rgba(var(--backgroundColor, var(--color_4, color_4)), var(--alpha-backgroundColor, 1));
    border-color: rgba(var(--borderColor, 32, 32, 32), var(--alpha-borderColor, 1));
    border-radius: var(--borderRadius, 5px);
    border-style: solid;
    border-width: var(--borderWidth, 1px);
    box-shadow: var(--boxShadow, 0 1px 3px rgba(0, 0, 0, .5));
    overflow: hidden
}

.LoinW8 .SLABZ6 .P1lgnS,
.LoinW8 ._YBogd .P1lgnS {
    margin: 0 -6px 0 14px
}

.LoinW8 ._ap_Ez .SLABZ6 .P1lgnS,
.LoinW8 ._ap_Ez ._YBogd .P1lgnS,
._ap_Ez .LoinW8 .SLABZ6 .P1lgnS,
._ap_Ez .LoinW8 ._YBogd .P1lgnS {
    margin: 0 4px
}

.LoinW8 .yaSWtc .SLABZ6 .P1lgnS,
.LoinW8 .yaSWtc ._YBogd .P1lgnS,
.yaSWtc .LoinW8 .SLABZ6 .P1lgnS,
.yaSWtc .LoinW8 ._YBogd .P1lgnS {
    margin: 0 14px 0 -6px
}

.LoinW8,
.q6zugB {
    height: 100%
}

.LoinW8 {
    color: rgb(var(--itemTextColor, var(--color_9, color_9)));
    cursor: pointer;
    font: var(--itemFont, var(--font_0));
    position: relative;
    width: var(--width)
}

.LoinW8 * {
    box-sizing: border-box
}

.LoinW8 .SLABZ6 {
    height: 100%;
    position: relative;
    z-index: 1
}

.s5_f9m.LoinW8 .SLABZ6 {
    display: none !important
}

.LoinW8 .sJ9lQ9 {
    margin: 0 0 0 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

._ap_Ez .LoinW8 .sJ9lQ9 {
    margin: 0 4px
}

.yaSWtc .LoinW8 .sJ9lQ9 {
    margin: 0 14px 0 0
}

.LoinW8 ._YBogd {
    display: flex;
    flex-direction: column;
    max-height: calc(var(--height)*5.5);
    min-width: 100%;
    overflow-y: auto;
    position: absolute;
    z-index: 1
}

.LoinW8 ._YBogd:not(.qUhEZJ) {
    --itemBorder: 1px 0 0;
    top: 0
}

.LoinW8 ._YBogd.qUhEZJ {
    --itemBorder: 0 0 1px;
    bottom: 0;
    flex-direction: column-reverse
}

.s5_f9m.LoinW8 ._YBogd svg {
    transform: rotate(180deg)
}

.LoinW8.s5_f9m {
    z-index: 47
}

.LoinW8:not(.s5_f9m) ._YBogd {
    display: none
}

.LoinW8 .AgcguT {
    flex-shrink: 0
}

.LoinW8 .AgcguT:not(:first-child) {
    --force-state-metadata: false;
    border-color: rgba(var(--separatorColor, 254, 254, 254), var(--alpha-separatorColor, 1));
    border-style: solid;
    border-width: var(--itemBorder)
}

.s0VQNf {
    height: 100%
}

:host(.device-mobile-optimized) .s0VQNf,
body.device-mobile-optimized .s0VQNf {
    display: table;
    width: 100%
}

.WfZwmg {
    background-color: rgba(var(--backgroundColor, var(--color_4, color_4)), var(--alpha-backgroundColor, 1));
    border-color: rgba(var(--borderColor, 32, 32, 32), var(--alpha-borderColor, 1));
    border-radius: var(--borderRadius, 5px);
    border-style: solid;
    border-width: var(--borderWidth, 1px);
    box-shadow: var(--boxShadow, 0 1px 3px rgba(0, 0, 0, .5));
    color: rgb(var(--itemTextColor, var(--color_9, color_9)));
    display: flex;
    font: var(--itemFont, var(--font_0));
    height: 100%;
    overflow: hidden
}

.WfZwmg,
.WfZwmg * {
    box-sizing: border-box
}

.WfZwmg>button {
    align-items: center;
    background-color: rgba(var(--backgroundColor, var(--color_4, color_4)), var(--alpha-backgroundColor, 1));
    color: inherit;
    cursor: pointer;
    display: flex;
    flex: auto;
    font: inherit;
    height: 100%
}

.WfZwmg>button:not(:first-child) {
    --force-state-metadata: false;
    border-left-color: rgba(var(--separatorColor, 254, 254, 254), var(--alpha-separatorColor, 1));
    border-left-style: solid;
    border-left-width: 1px
}

.WfZwmg>button:first-child,
.WfZwmg>button:last-child {
    border-radius: var(--borderRadius, 5px)
}

.WfZwmg>button:first-child {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0
}

.WfZwmg>button:last-child {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0
}

.yaSWtc .WfZwmg .LEHGju {
    margin: 0 14px 0 -6px
}

._ap_Ez .WfZwmg .LEHGju {
    margin: 0 4px
}

.wxjDyf .WfZwmg .LEHGju {
    margin: 0 -6px 0 14px
}

.WfZwmg .J6PIw1 {
    margin: 0 14px
}

._ap_Ez .WfZwmg .J6PIw1 {
    margin: 0 4px
}

.PSsm68 select {
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1
}

.PSsm68 .ZP_gER {
    display: none
}

/*! remove when this file is updated or https://github.com/wix/yoshi/issues/2689 is resolved */
.z4Uj6S {
    position: relative
}

.z4Uj6S img,
.z4Uj6S wix-bg-media wix-image {
    display: block;
    height: 100%;
    width: 100%
}

.z4Uj6S img {
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100% 100%);
    mask-size: var(--mask-size, 100% 100%);
    opacity: var(--mediaOpacity, 1)
}

.z4Uj6S.dEA8pt img {
    -o-object-fit: var(--responsive-img-object-fit);
    object-fit: var(--responsive-img-object-fit)
}

.z4Uj6S .L4tPY9 {
    background-color: rgba(var(--backgroundColor, var(--color_8, color_8)), var(--alpha-backgroundColor, 1));
    border-color: rgba(var(--borderColor, var(--color_8, color_8)), var(--alpha-borderColor, 1));
    border-radius: var(--cornerRadius, 0);
    border-style: solid;
    border-width: var(--borderWidth, 0);
    bottom: 0;
    box-shadow: var(--boxShadow, none);
    box-sizing: border-box;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.z4Uj6S .AXsuhY {
    display: block;
    height: 100%;
    width: 100%
}

/*! remove when this file is updated or https://github.com/wix/yoshi/issues/2689 is resolved */
.Byppxy {
    background-color: rgba(var(--backgroundColor, var(--color_8, color_8)), var(--alpha-backgroundColor, 1));
    border-color: rgba(var(--borderColor, var(--color_8, color_8)), var(--alpha-borderColor, 1));
    border-radius: var(--cornerRadius, 0);
    border-style: solid;
    border-width: var(--borderWidth, 0);
    box-shadow: var(--boxShadow, none);
    box-sizing: border-box;
    overflow: hidden;
    position: relative
}

.Byppxy:has(a:focus-visible) {
    outline: 2px solid #116dff !important;
    outline-offset: 1px
}

.Byppxy .L4tPY9 {
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.Byppxy img,
.Byppxy wix-bg-media wix-image {
    display: block;
    height: 100%;
    width: 100%
}

.Byppxy img {
    opacity: var(--mediaOpacity, 1)
}

.Byppxy.dEA8pt img {
    -o-object-fit: var(--responsive-img-object-fit);
    object-fit: var(--responsive-img-object-fit)
}

.Byppxy .AXsuhY {
    display: block;
    height: 100%;
    width: 100%
}

.azCDHJ .UXiAup {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.gzNVjA {
    background: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6))
}

.gzNVjA,
.gzNVjA .UXiAup {
    border-radius: var(--rd, 0)
}

.gzNVjA .UXiAup {
    bottom: var(--brw, 0);
    display: inline-block;
    left: var(--brw, 0);
    -webkit-mask-image: radial-gradient(circle, #fff, #000);
    mask-image: radial-gradient(circle, #fff, #000);
    overflow: hidden;
    position: absolute;
    right: var(--brw, 0);
    top: var(--brw, 0)
}

.FiDpOP .UXiAup {
    bottom: 9px;
    left: 9px;
    position: absolute;
    right: 9px;
    top: 9px
}

.FiDpOP .vWE6wc {
    /* background-image: url(https://static.parastorage.com/services/editor-elements-library/dist/thunderbolt/media/sloppyframe.d2412ec4.png); */
    background-repeat: no-repeat;
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.FiDpOP .dj3FJn {
    background-position: 0 0;
    bottom: 3px;
    right: 3px
}

.FiDpOP .W_nooy {
    background-position: 100% 100%;
    left: 3px;
    top: 3px
}

.e4y5ni {
    background-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6))
}

.e4y5ni .UXiAup {
    bottom: var(--brw, 0);
    left: var(--brw, 0);
    overflow: hidden;
    position: absolute;
    right: var(--brw, 0);
    top: var(--brw, 0)
}

.e4y5ni .up3Bvs {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAUoAAAAaCAYAAADR0BVGAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAgY0hSTQAAeiUAAICDAAD5/wAAgOkAAHUwAADqYAAAOpgAABdvkl/FRgAACIFJREFUeNrsnOuS2ygQhRuBnWTf/1k3O5aA/QNbJ8enQfJkapMJXeWyrPul+TjdjRzsmgUxvbXpYGaxfTaYTmZ2a597+/5Cn69t2b1NfzWzbzTvrzadYH5q2+O+Uzvunc7lDucU27q4HM85nLwfta1bzeyAeWo9M7O9fZe2foDlxcxy+53bukebLmb2ZmYPM/unffY2f2+ft7Y+/v7etu/bHm3bA/bff/flfZ+5/eZPhk+B6X4NBab7d7/G6kxf8b3gTHc/xO9t4JfdN/nTfWMDX0vNBxP42FdY/qVt9w388Ub+2fd5Ax/v227UVmK7pgjX0O9VavOsrWuOv/Z5CXz0il/zMy7gl+gDD1r+AN/Z22/0zwf42sPM/m4+2Od/Bx9/gM+/0Qf3vZNvsl+yH9pF37P0Tkiik24ETXbKbfIJ4kEVuOn/tOkbNMLeeBM47Y0cLzrnEcHpAp2LUSPb6Nw6TO5tnQOuuztkXye043QnqgQjfrA7LNsBnOhIbwBPXPeN9vFGkEWQ7rDsgPtc6HwOmH8Q1BUUq/gwHD1HrQOf834zNAP5IH8jfBIAMQkfSeAnXwB0CEKEHUIxwu8IAqGvh0IgAvgi7YMBf4Pz79v259KXYQfe4VqbD9xEeyvU2Rn4AT5b7LgLATPT8h18DjvZNwdweA74fGfciOR3BbbDawt0X4ymfxooZ865OWqSp28CYOzQrLQOghj2lgykO91EPgY3IgPnMoKiEQDZQSJsh5AJcN47bVsEmDJArwhFyeoRHbDvn6F5DJxYTSvgeUrRTsJw1nvXF3zvTAc+g6gNlKcCLHaqajqKCArhGMDvsUNHlcnbbrB9FOBmkXGD+ZVg3+9BFp1BcDqxAtsVao+VwMRRRgEfrSRqdhGxFIKX6tzw/vZjJEctZmJIeK/vpYvOGcT3iPTbQNEpOFbRS20UsvYeFIHLob/6vcFDC7C/Sje1kqIt4mFnguFIIT4EYHeC5iHCml0ALgvAsfLmkCM7Sq8IB5sB72y4XO1jrL4DqDbxYw+wKnIKjkhgv0uOeNiEWkyUEooEUITjTbSn+0SBIkRxn4HacRSdSiWVVmF5oXZbB78P6sQPEgeZtgtOOgWVJLbR6HTcCFNOmYUzvpVe7MFn4c4ovOZGmCE3V+giOjASfG8UOkVHLaBjc6NHFXg4gDwEpDBkrSJUzk4eJ4tw1oR6PCj0OURYwdNGDjkKdT8aZL+KfTTIw8VoK5KwCM50It9NQmWaSBNEJ/8eRSgfKIXAsE4OMBOpU+5cCvmuEh4HddKHyIVj7rEQH4zEjseZSqBV56vSPPUVUHr5oBEkgwhnvAQ7XvgB4UIliByOGq2kXI16DXN6lkygG+XldgHOMoDh7oS6nNcxgnUeFIPqBHrLfh0Q1xehGwb5WAy3cX50orc0ACYXMRmMtxP52jBQnnwNnCcsBNUi0kO7KBB5eUvV2WxwnDBQx+qZubBML0DSU49B5D42UUXmm4e/N1JJ2MNGCBU8J6t0Y6tTmVVwLATIQqDEYgbnV7C4pMLk7OT0gggLlv150B0B9qBoTLXHOAjnA8EOgZcItpgzTU6aYKMiaBTV+UDtvjrpnIOiycPJXSJouY4QKAzfBkwpJzo4Cct0ITluE+XofQcnX3DQfgx6g11UnKOjRk1Uy7OTbOaqnVe5O0h1IggLqeAiCjomKsNV3NPL1bdlf5wFBzLoO4eIrriQg+kqDPVZ0KhRACqii0J5qtqAxxYeElec3LqJiE4JjgD82ChC3Qa8MJGnfGqP6YUK4izsDgOaqzF32Z6H5KhjbuLGqyStGr7AYXZ2FGUm1RjsueJbBoWQM+O1FhCXfUS+NduP1d6thbCjoXycEqukNqOjKKMIx9U6r7TfKpaVicLktjdj0xlA/gDLq8ODgo3HsiEUuVLGlXKjB6dOHMdFKdLzUBaz52E43s3NYlkGpVvoeAz8Zct+RZjOwkwj5cltqwNTqcUOQLPnMambPQ9bMnsecqVC3CpEEl8LXg8Pa+NquQm1qQThuwechwkcR5bhogvk+6KTDxjlaxB63lgoVIaBch9cIebKHALdU4orLF722YzBE4TKyqQ0gz2/kKHSbJgbrfZct1BtmOHqcYfZwKNKlEo9I/6m7T0NgDV7K8JIyamL64DDga78cIJQhwzNTMvMgWlxZLval9cbz94WWbbss4Xz3pjZ4rR/VJaqzuCF+QpSal8mVGgVEMuCDSpVlp12HCb34r9jp4laPDO6PRDkuIfBJOtuz4nV4PRyZn5hhC+Uh94EB+Q2uGnLli0biwYj8cHhPKsz9QaQgiRC1py0nOIFg1GNN569JHEmcgzpxM0KJw5U6ILUMIaN8iDm9Fyequx5CXN6P7xBGPpn59yWLVv2OkSLgNZGy6qNx1kmey7AmOk6hopUZ1Ac/f/A6HVb80LvV+S6US5DqU6vis3vT9sg/Ma3dIqNq8kqx+lVopctW/a6FfPHLzMoVfiOOUxeVxV/1Jt9dZAqYAFlE1AObVaomb0Ly6oxODkIJZ25N7KBVOZxVWdyLcuWLft/bVbnUMOIRsMDzXRV20sHjNTj6L8MToHQBj3A6IJHAPYGXHsnulHPVWwVWpYt+4zg5Gq6UTg+Y8aINSbEmNn1Mc71TGX7TM8QJoA9m1Advb1yivzLli37bYDpia96UciFCfCu/n6aP/t/v7M9w5ntgkN3m+QLtgvrLlu27PcAZZiovtG6KhS3GewuRqI/rBNfhOJsOcMsXAQx7yss31q27NOCslyEahhEpK/+s9Nwebx4cbNlKjQOJ06wnjz+UpPLln0uYP6sP2NWbDjzqmL9GQe/sn2dXHh478kuW7bsjwXqVXao4UkvcybUuhi1bNmyZSPb1i1YtmzZsgXKZcuWLVugXLZs2bKPtH8HADJQ9p+EtD02AAAAAElFTkSuQmCC);
    background-repeat: no-repeat;
    bottom: -26px;
    height: 26px;
    position: absolute;
    width: 165px
}

.e4y5ni .h0JKNn {
    background-position: 0 0;
    left: -20px
}

.e4y5ni .uaUROu {
    background-position: 100% 0;
    right: -20px
}

.rG7wwD {
    --display: flex;
    cursor: pointer;
    display: var(--display);
    opacity: 0;
    transition: visibility 0s .5s, opacity .5s ease 0s;
    visibility: hidden
}

.rG7wwD .tjpQKX {
    height: 100%;
    opacity: var(--icon-opacity, 1);
    width: 100%
}

.rG7wwD .tjpQKX svg {
    overflow: visible
}

.wnbU2e {
    opacity: 1;
    transition-delay: 0s;
    visibility: visible
}

.Ujuv_D {
    direction: var(--direction, ltr)
}

.Ujuv_D>ul {
    box-sizing: border-box;
    width: 100%
}

.Ujuv_D>ul li {
    display: block
}

.Ujuv_D>ul li>div:active,
.Ujuv_D>ul li>div:focus {
    background-color: rgba(var(--bgs, var(--color_15, color_15)), var(--alpha-bgs, 1));
    transition: var(--itemBGColorNoTrans, background-color 50ms ease 0s)
}

.Ujuv_D .DtkLku {
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    position: relative;
    -webkit-transform: translateZ(0)
}

.ygWbWW {
    --display: grid;
    direction: var(--direction, ltr);
    display: var(--display);
    grid-template-columns: minmax(0, 1fr)
}

.ygWbWW>ul {
    box-sizing: border-box;
    width: 100%
}

.ygWbWW>ul li {
    display: block
}

.ygWbWW>ul li>div:active,
.ygWbWW>ul li>div:focus {
    background-color: rgba(var(--bgs, var(--color_15, color_15)), var(--alpha-bgs, 1));
    transition: var(--itemBGColorNoTrans, background-color 50ms ease 0s)
}

.ygWbWW .DtkLku {
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    min-height: 1px;
    position: relative;
    -webkit-transform: translateZ(0)
}

.rZeEFq {
    --padding-left-lvl1: var(--padding-left, 0);
    --padding-right-lvl1: var(--padding-right, 0);
    --padding-left-lvl2: var(--sub-padding-left, 0);
    --padding-right-lvl2: var(--sub-padding-right, 0);
    --padding-left-lvl3: calc(2 * var(--padding-left-lvl2) - var(--padding-left-lvl1));
    --padding-right-lvl3: calc(2 * var(--padding-right-lvl2) - var(--padding-right-lvl1));
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    border-style: solid;
    border-width: var(--brw, 1px);
    box-sizing: border-box;
    display: flex;
    list-style: none;
    margin: 0;
    min-width: 100px;
    position: relative;
    text-align: var(--text-align, left);
    transition: var(--itemBGColorTrans, background-color .4s ease 0s)
}

.rZeEFq .P_UEhm {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr;
    height: var(--item-height, 50px);
    position: relative
}

.rZeEFq .P_UEhm>.zY9Gw4 {
    position: relative;
    text-overflow: ellipsis
}

.rZeEFq .P_UEhm>.zY9Gw4>.Y3Mib0 {
    bottom: 0;
    color: rgb(var(--txt, var(--color_15, color_15)));
    display: inline;
    font: var(--fnt, var(--font_1));
    left: 0;
    line-height: var(--item-height, 50px);
    overflow: hidden;
    position: absolute;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.rZeEFq .P_UEhm>.v2omfl {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    min-width: 12px
}

.rZeEFq .P_UEhm>.v2omfl>.dpcnlT {
    margin: 0 20px;
    min-width: 12px;
    width: 1em
}

.rZeEFq .P_UEhm>.v2omfl>.dpcnlT svg {
    fill: rgb(var(--arrowColor, var(--color_14, color_14)));
    pointer-events: none
}

@supports(-webkit-touch-callout:none) {
    .rZeEFq .P_UEhm>.zY9Gw4>.Y3Mib0 {
        text-decoration: underline;
        text-decoration-color: transparent
    }
}

.rZeEFq.pZ7jQ9>.P_UEhm {
    grid-template-columns: var(--template-columns, 1fr 52px)
}

.rZeEFq.pZ7jQ9>.P_UEhm>.zY9Gw4 {
    grid-column: var(--label-grid-column, auto)
}

.rZeEFq.pZ7jQ9>.P_UEhm>.v2omfl {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    grid-column: var(--arrow-grid-column, auto);
    justify-content: center
}

.rZeEFq.fAMscU>.y5KQEW {
    display: block;
    opacity: 1;
    transition: var(--subMenuOpacityTrans, all .4s ease 0s)
}

.rZeEFq.fAMscU>.P_UEhm .dpcnlT {
    transform: rotate(180deg)
}

.rZeEFq.XBLIbP>.P_UEhm {
    background-color: rgba(var(--bgs, var(--color_15, color_15)), var(--alpha-bgs, 1))
}

.pZ7jQ9 .rZeEFq.XBLIbP>.P_UEhm {
    background-color: rgba(var(--bgsSub, var(--color_15, color_15)), var(--alpha-bgsSub, 1))
}

.rZeEFq.XBLIbP>.P_UEhm>.zY9Gw4>.Y3Mib0 {
    color: rgb(var(--txtsSub, var(--color_13, color_13)));
    color: rgb(var(--txts, var(--color_13, color_13)))
}

.rZeEFq>.y5KQEW {
    display: none;
    min-width: 100%;
    opacity: 0;
    transition: var(--subMenuOpacityTrans, all .4s ease 0s)
}

.rZeEFq>.y5KQEW>.U5UMrS {
    background-color: rgba(var(--bgexpanded, var(--color_15, color_15)), var(--alpha-bgexpanded, 1));
    border: none
}

.rZeEFq>.y5KQEW>.U5UMrS .Y3Mib0 {
    color: rgb(var(--txtexpanded, var(--color_13, color_13)));
    font: var(--fntSubMenu, var(--font_1));
    line-height: var(--item-height, 50px);
    padding-left: var(--padding-left-lvl2, 0);
    padding-right: var(--padding-right-lvl2, 0)
}

.rZeEFq>.y5KQEW .y5KQEW .Y3Mib0 {
    padding-left: var(--padding-left-lvl3, 0);
    padding-right: var(--padding-right-lvl3, 0)
}

.rZeEFq .kNZ7Ao {
    opacity: 0;
    position: absolute
}

.rZeEFq .Y3Mib0 {
    padding-left: var(--padding-left-lvl1, 0);
    padding-right: var(--padding-right-lvl1, 0)
}

.DXlHRo {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    border-style: solid;
    border-width: var(--brw, 1px);
    box-sizing: border-box;
    display: flex;
    list-style: none;
    margin: 0;
    position: relative;
    text-align: var(--text-align, left);
    transition: var(--itemBGColorTrans, background-color .4s ease 0s)
}

.DXlHRo .P_UEhm {
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr;
    height: auto;
    position: relative
}

.DXlHRo .P_UEhm>.zY9Gw4 {
    display: grid;
    position: relative;
    text-overflow: ellipsis
}

.DXlHRo .P_UEhm>.zY9Gw4>.Y3Mib0 {
    color: rgb(var(--txt, var(--color_15, color_15)));
    display: inline;
    font: var(--fnt, var(--font_1));
    overflow: hidden;
    padding-bottom: var(--verticalPadding, 0);
    padding-top: var(--verticalPadding, 0);
    position: relative;
    text-overflow: ellipsis;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap
}

.DXlHRo .P_UEhm>.v2omfl {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px;
    min-width: 12px
}

.DXlHRo .P_UEhm>.v2omfl>.dpcnlT {
    margin: 0 20px;
    min-width: 12px;
    width: 1em
}

.DXlHRo .P_UEhm>.v2omfl>.dpcnlT svg {
    fill: rgb(var(--arrowColor, var(--color_15, color_15)));
    pointer-events: none
}

.DXlHRo.pZ7jQ9>.P_UEhm {
    grid-template-columns: var(--template-columns, 1fr 52px)
}

.DXlHRo.pZ7jQ9>.P_UEhm>.zY9Gw4 {
    grid-column: var(--label-grid-column, auto)
}

.DXlHRo.pZ7jQ9>.P_UEhm>.v2omfl {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    grid-column: var(--arrow-grid-column, auto);
    justify-content: center
}

.DXlHRo.fAMscU>.y5KQEW {
    display: block;
    opacity: 1;
    transition: var(--subMenuOpacityTrans, all .4s ease 0s)
}

.DXlHRo.fAMscU>.P_UEhm .dpcnlT {
    transform: rotate(180deg)
}

.DXlHRo.XBLIbP>.P_UEhm {
    background-color: rgba(var(--bgs, var(--color_15, color_15)), var(--alpha-bgs, 1))
}

.pZ7jQ9 .DXlHRo.XBLIbP>.P_UEhm {
    background-color: rgba(var(--bgsSub, var(--color_15, color_15)), var(--alpha-bgsSub, 1))
}

.DXlHRo.XBLIbP>.P_UEhm>.zY9Gw4>.Y3Mib0 {
    color: rgb(var(--txtsSub, var(--color_13, color_13)));
    color: rgb(var(--txts, var(--color_13, color_13)))
}

.DXlHRo>.y5KQEW {
    display: none;
    min-width: 100%;
    opacity: 0;
    transition: var(--subMenuOpacityTrans, all .4s ease 0s)
}

.DXlHRo>.y5KQEW>.U5UMrS {
    background-color: rgba(var(--bgexpanded, var(--color_15, color_15)), var(--alpha-bgexpanded, 1));
    border: none
}

.DXlHRo>.y5KQEW>.U5UMrS .Y3Mib0 {
    color: rgb(var(--txtexpanded, var(--color_13, color_13)));
    font: var(--fntSubMenu, var(--font_1));
    padding-left: var(--sub-padding-left, 0);
    padding-right: var(--sub-padding-right, 0)
}

.DXlHRo .kNZ7Ao {
    opacity: 0;
    position: absolute
}

.DXlHRo .Y3Mib0 {
    padding-left: var(--padding-left, 0);
    padding-right: var(--padding-right, 0)
}

.GDawPp {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden
}

.GDawPp.azYqd_ {
    opacity: 1;
    visibility: visible
}

.GDawPp[data-undisplayed=true] {
    display: none
}

.GDawPp:not([data-is-mesh]) .E2Zd6Q,
.GDawPp:not([data-is-mesh]) .YEK5jP {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.v8BVWa {
    background-color: rgba(var(--bg, var(--color_15, color_15)), var(--alpha-bg, 1));
    display: initial;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.v8BVWa.IarPtQ {
    display: none
}

:host(.device-mobile-optimized) .v8BVWa,
body.device-mobile-optimized .v8BVWa {
    height: calc(100vh/var(--zoom-factor, 1));
    left: calc((100% - var(--screen-width))/2);
    width: var(--screen-width)
}

:host(.device-mobile-optimized) .GDawPp.IarPtQ,
body.device-mobile-optimized .GDawPp.IarPtQ {
    left: calc((100% - var(--screen-width))/2)
}

:host(.device-mobile-optimized) .GDawPp.KYFH_r,
body.device-mobile-optimized .GDawPp.KYFH_r {
    height: calc(100vh/var(--zoom-factor, 1))
}

:host(:not(.device-mobile-optimized)) .GDawPp.KYFH_r,
body:not(.device-mobile-optimized) .GDawPp.KYFH_r {
    height: calc(100vh/var(--zoom-factor, 1))
}

.PlpxtI.KYFH_r,
.PlpxtI.KYFH_r>:first-child {
    height: calc(var(--menu-height) - var(--wix-ads-height))
}

.PlpxtI.KYFH_r>:first-child {
    margin-top: var(--wix-ads-height)
}

.GDawPp.KYFH_r {
    top: 0
}

.E2Zd6Q {
    height: 100%;
    width: 100%
}

.GDawPp {
    position: fixed;
    z-index: calc(var(--above-all-z-index) - 1)
}

.HFi65M {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden
}

.HFi65M.gkLUgJ {
    opacity: 1;
    visibility: visible
}

.HFi65M[data-undisplayed=true] {
    display: none
}

.HFi65M:not([data-is-mesh]) .CjGKFj,
.HFi65M:not([data-is-mesh]) .qHmlKV {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.E47cFx {
    background-color: rgba(var(--bg, var(--color_15, color_15)), var(--alpha-bg, 1));
    display: initial;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.E47cFx.vcOp3m {
    display: none
}

:host(.device-mobile-optimized) .E47cFx,
body.device-mobile-optimized .E47cFx {
    height: calc(100vh/var(--zoom-factor, 1));
    left: calc((100% - var(--screen-width))/2);
    width: var(--screen-width)
}

:host(.device-mobile-optimized) .HFi65M.vcOp3m,
body.device-mobile-optimized .HFi65M.vcOp3m {
    left: calc((100% - var(--screen-width))/2)
}

:host(.device-mobile-optimized) .HFi65M.YmJi0A,
body.device-mobile-optimized .HFi65M.YmJi0A {
    height: calc(100vh/var(--zoom-factor, 1))
}

:host(:not(.device-mobile-optimized)) .HFi65M.YmJi0A,
body:not(.device-mobile-optimized) .HFi65M.YmJi0A {
    height: calc(100vh/var(--zoom-factor, 1))
}

.Qh9nQP.YmJi0A,
.Qh9nQP.YmJi0A>:first-child {
    height: calc(var(--menu-height) - var(--wix-ads-height))
}

.Qh9nQP.YmJi0A>:first-child {
    margin-top: var(--wix-ads-height)
}

.HFi65M.YmJi0A {
    top: 0
}

.qHmlKV {
    height: 100%;
    width: 100%
}

.HFi65M {
    position: fixed;
    z-index: calc(var(--above-all-z-index) - 1)
}

.Qh9nQP {
    -ms-overflow-style: none;
    overflow-x: hidden;
    overflow-y: scroll;
    overflow: -moz-scrollbars-none;
    position: relative;
    scrollbar-width: none
}

.Qh9nQP::-webkit-scrollbar {
    height: 0;
    width: 0
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd,
.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr,
.bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra,
.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,
.SUz0WK,
.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode: overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.l2dws_ {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .l2dws_ {
    z-index: var(--above-all-in-container)
}

.l2dws_.McKTTM {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .l2dws_ {
        touch-action: manipulation
    }
}

.mN90sd {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.mN90sd,
.mN90sd.McKTTM {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.mN90sd.McKTTM {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.d6OaiD {
    border-radius: 50%;
    cursor: pointer;
    display: block;
    height: 22px;
    position: relative;
    transition: all .3s linear;
    width: 22px
}

.d6OaiD:after,
.d6OaiD:before {
    background: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    border-radius: 5px;
    bottom: 0;
    content: "";
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.d6OaiD:after,
.d6OaiD:before {
    height: 3px;
    width: 22px
}

.d6OaiD:after {
    transform: rotate(90deg);
    transition: all .12s linear
}

.d6OaiD.McKTTM {
    transform: rotate(180deg)
}

.d6OaiD.McKTTM:after,
.d6OaiD.McKTTM:before {
    background: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1))
}

.d6OaiD.McKTTM:after {
    transform: rotate(180deg)
}

.BnoIFS {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .BnoIFS {
    z-index: var(--above-all-in-container)
}

.BnoIFS.cT_boj {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .BnoIFS {
        touch-action: manipulation
    }
}

.HuoAYy {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.HuoAYy,
.HuoAYy.cT_boj {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.HuoAYy.cT_boj {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.E1aQjL {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    height: 21px;
    justify-content: space-between;
    transition: transform .33s ease-out;
    width: 26px
}

.E1aQjL.cT_boj {
    transform: rotate(-45deg)
}

.RUMyTm {
    background-color: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    border-radius: 1.5px;
    height: 3px;
    width: 100%
}

.RUMyTm.MSAuvJ {
    width: 50%
}

.RUMyTm.B2yNzi {
    transform-origin: right;
    transition: transform .33s cubic-bezier(.54, -.81, .57, .57)
}

.cT_boj .RUMyTm.B2yNzi {
    background-color: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1));
    transform: rotate(-90deg) translateX(4px)
}

.RUMyTm.C8olY8 {
    align-self: flex-end;
    transform-origin: left;
    transition: transform .33s cubic-bezier(.54, -.81, .57, .57)
}

.cT_boj .RUMyTm.C8olY8 {
    transform: rotate(-90deg) translateX(-4px)
}

.cT_boj .RUMyTm.C8olY8,
.cT_boj .RUMyTm.Oq33I3 {
    background-color: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1))
}

.rGAY0t {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .rGAY0t {
    z-index: var(--above-all-in-container)
}

.rGAY0t.AUN68S {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .rGAY0t {
        touch-action: manipulation
    }
}

.JsHxLL {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.JsHxLL,
.JsHxLL.AUN68S {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.JsHxLL.AUN68S {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.c8tWu2 {
    height: 20px;
    width: 22px
}

.T4LGgt,
.c8tWu2 {
    position: absolute
}

.T4LGgt {
    background-color: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    height: 2px;
    transition: all .25s ease
}

.JR3mrT {
    top: 0;
    width: 50%
}

.EebqIE,
.Nygina {
    top: 9px;
    width: 100%
}

.dsB_5T {
    bottom: 0;
    width: 50%
}

.Y6b69D {
    left: 0
}

.p1gAKb {
    right: 0
}

.EebqIE.T4LGgt,
.Nygina.T4LGgt {
    transform-origin: center
}

.JR3mrT.T4LGgt.Y6b69D {
    transform-origin: 0 0
}

.JR3mrT.T4LGgt.p1gAKb {
    transform-origin: 100% 0
}

.dsB_5T.T4LGgt.Y6b69D {
    transform-origin: 0 100%
}

.dsB_5T.T4LGgt.p1gAKb {
    transform-origin: 100% 100%
}

.c8tWu2.AUN68S .JR3mrT.T4LGgt.Y6b69D,
.c8tWu2.AUN68S .JR3mrT.T4LGgt.p1gAKb,
.c8tWu2.AUN68S .dsB_5T.T4LGgt.Y6b69D,
.c8tWu2.AUN68S .dsB_5T.T4LGgt.p1gAKb {
    background-color: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1));
    transform: scaleX(0)
}

.c8tWu2.AUN68S .Nygina.T4LGgt {
    transform: rotate(-45deg) scaleX(1)
}

.c8tWu2.AUN68S .EebqIE.T4LGgt,
.c8tWu2.AUN68S .Nygina.T4LGgt {
    background-color: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1))
}

.c8tWu2.AUN68S .EebqIE.T4LGgt {
    transform: rotate(45deg) scaleX(1)
}

.iMjAxV {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .iMjAxV {
    z-index: var(--above-all-in-container)
}

.iMjAxV.a5ALYC {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .iMjAxV {
        touch-action: manipulation
    }
}

.xn62I5 {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    transition: all .5s
}

.xn62I5,
.xn62I5.a5ALYC {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.xn62I5.a5ALYC {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-style: solid;
    border-width: var(--borderwidthOpen, 0)
}

.a9Lpus {
    height: 20px;
    margin: auto;
    position: relative;
    width: 22px
}

.UBzAay {
    background-color: rgba(var(--lineColor, var(--color_11, color_11)), var(--alpha-lineColor, 1));
    border-radius: 2px;
    height: 2px;
    left: 0;
    position: absolute;
    transition: all .25s ease-in-out;
    width: 100%
}

.jAmyzP {
    margin: auto;
    top: 0
}

.BDFUUv,
.jAmyzP {
    bottom: 0
}

.a9Lpus.a5ALYC .UBzAay {
    background-color: rgba(var(--lineColorOpen, var(--color_11, color_11)), var(--alpha-lineColorOpen, 1))
}

.a9Lpus.a5ALYC .htSWpZ {
    transform: translateY(10px) translateY(-50%) rotate(-45deg)
}

.a9Lpus.a5ALYC .jAmyzP {
    opacity: 0
}

.a9Lpus.a5ALYC .BDFUUv {
    transform: translateY(-10px) translateY(50%) rotate(45deg)
}

.xn62I5 {
    background-color: rgba(var(--bg, var(--color_15, color_15)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_15, color_15)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6))
}

.xn62I5.a5ALYC {
    background-color: rgba(var(--bgOpen, var(--color_15, color_15)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_15, color_15)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.oC7jKw {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .oC7jKw {
    z-index: var(--above-all-in-container)
}

.oC7jKw.Mul0Zj {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .oC7jKw {
        touch-action: manipulation
    }
}

.HOQswE {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.HOQswE,
.HOQswE.Mul0Zj {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.HOQswE.Mul0Zj {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.oH6440 {
    cursor: pointer;
    height: 26px;
    width: 26px
}

.zgfWep {
    -webkit-touch-callout: none;
    opacity: 1;
    transition: opacity .5s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.zy8m0v {
    color: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    font-family: Helvetica-bold;
    font-size: 12px;
    left: 55%;
    letter-spacing: 5px;
    transform: translate(-50%, -50%);
    transition: all .25s ease
}

.FUFGyP,
._0Ak2j,
.zy8m0v {
    position: absolute;
    top: 50%
}

.FUFGyP,
._0Ak2j {
    background: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1));
    height: 2px;
    left: 50%;
    opacity: 0;
    width: 0
}

.FUFGyP {
    transform: translate(-50%, -50%) rotate(45deg);
    transition: all .3s ease
}

._0Ak2j {
    transform: translate(-50%, -50%) rotate(-45deg);
    transition: all .3s ease .3s
}

.oH6440.Mul0Zj .FUFGyP,
.oH6440.Mul0Zj ._0Ak2j {
    opacity: 1;
    width: 24px
}

.oH6440.Mul0Zj .zgfWep {
    opacity: 0
}

.xdPYBi {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .xdPYBi {
    z-index: var(--above-all-in-container)
}

.xdPYBi.nKdnmt {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .xdPYBi {
        touch-action: manipulation
    }
}

.jArU4t {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.jArU4t,
.jArU4t.nKdnmt {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.jArU4t.nKdnmt {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.PRL2yM {
    display: block;
    height: 22px;
    position: relative;
    width: 22px
}

.PRL2yM *,
.PRL2yM :after,
.PRL2yM :before {
    box-sizing: border-box
}

.PRL2yM .vXUAfw {
    background-color: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    border-radius: 100%;
    height: 4.4px;
    position: absolute;
    transition: .2s ease-in-out;
    width: 4.4px
}

.PRL2yM .vXUAfw:first-of-type {
    transform: translate(0)
}

.PRL2yM .vXUAfw:nth-of-type(2) {
    transform: translate(8.8px)
}

.PRL2yM .vXUAfw:nth-of-type(3) {
    transform: translate(17.6px)
}

.PRL2yM .vXUAfw:nth-of-type(4) {
    transform: translateY(8.8px)
}

.PRL2yM .vXUAfw:nth-of-type(5) {
    transform: translate(8.8px, 8.8px)
}

.PRL2yM .vXUAfw:nth-of-type(6) {
    transform: translate(17.6px, 8.8px)
}

.PRL2yM .vXUAfw:nth-of-type(7) {
    transform: translateY(17.6px)
}

.PRL2yM .vXUAfw:nth-of-type(8) {
    transform: translate(8.8px, 17.6px)
}

.PRL2yM .vXUAfw:nth-of-type(9) {
    transform: translate(17.6px, 17.6px)
}

.PRL2yM.nKdnmt .vXUAfw {
    background-color: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1))
}

.PRL2yM.nKdnmt .vXUAfw:first-of-type {
    transform: translate(0)
}

.PRL2yM.nKdnmt .vXUAfw:nth-of-type(2) {
    transform: translate(4.4px, 4.4px)
}

.PRL2yM.nKdnmt .vXUAfw:nth-of-type(3) {
    transform: translate(17.6px)
}

.PRL2yM.nKdnmt .vXUAfw:nth-of-type(4) {
    transform: translate(4.4px, 13.2px)
}

.PRL2yM.nKdnmt .vXUAfw:nth-of-type(6) {
    transform: translate(13.2px, 4.4px)
}

.PRL2yM.nKdnmt .vXUAfw:nth-of-type(7) {
    transform: translateY(17.6px)
}

.PRL2yM.nKdnmt .vXUAfw:nth-of-type(8) {
    transform: translate(13.2px, 13.2px)
}

.PRL2yM.nKdnmt .vXUAfw:nth-of-type(9) {
    transform: translate(17.6px, 17.6px)
}

.XuAusd {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .XuAusd {
    z-index: var(--above-all-in-container)
}

.XuAusd.JE2AzB {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .XuAusd {
        touch-action: manipulation
    }
}

.qWnGwM {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.qWnGwM,
.qWnGwM.JE2AzB {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.qWnGwM.JE2AzB {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.XQyHuG {
    height: 20px;
    transition: transform .3s ease-in-out;
    width: 25px
}

.XQyHuG span {
    background-color: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    border-radius: 1px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    transition: width .3s ease-in-out, transform .3s ease-in-out, opacity .3s ease-in-out;
    width: 100%
}

.XQyHuG span:first-child {
    top: 0
}

.XQyHuG span:nth-child(2) {
    top: 5px
}

.XQyHuG span:nth-child(3) {
    top: 10px
}

.JE2AzB.XQyHuG {
    transform: rotate(180deg)
}

.JE2AzB.XQyHuG span {
    background-color: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1));
    width: 16px
}

.JE2AzB.XQyHuG span:first-child {
    opacity: 0
}

.JE2AzB.XQyHuG span:nth-child(2) {
    transform: rotate(45deg) translateX(0) translateY(1px)
}

.JE2AzB.XQyHuG span:nth-child(3) {
    transform: rotate(-45deg) translateX(12px) translateY(1px)
}

.imhtBi {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .imhtBi {
    z-index: var(--above-all-in-container)
}

.imhtBi.IABq1c {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .imhtBi {
        touch-action: manipulation
    }
}

.qXnILO {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.qXnILO,
.qXnILO.IABq1c {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.qXnILO.IABq1c {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.gppiOd {
    display: block;
    height: 20px;
    position: relative;
    width: 24px
}

.gppiOd span,
.gppiOd span:after,
.gppiOd span:before {
    background-color: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    height: 2px;
    margin-top: -1px;
    position: absolute;
    top: 50%;
    width: 24px
}

.gppiOd span:after,
.gppiOd span:before {
    content: "";
    transition: .2s
}

.gppiOd span:before {
    transform: translateY(-9px)
}

.gppiOd span:after {
    transform: translateY(9px)
}

.IABq1c span {
    background-color: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1));
    transform: translateX(1px);
    width: 23px
}

.IABq1c span:before {
    transform: rotate(-35deg);
    transform-origin: left bottom
}

.IABq1c span:after,
.IABq1c span:before {
    background-color: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1));
    width: 12px
}

.IABq1c span:after {
    transform: rotate(35deg);
    transform-origin: left top
}

.SikLTx {
    align-items: center;
    display: flex;
    justify-content: center
}

.Ai_bZJ {
    opacity: 0;
    transform: translateX(50%);
    transform-origin: right center;
    transition: .5s
}

.og0e8L {
    opacity: 1;
    transform: translateX(0)
}

.S6oNCg {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .S6oNCg {
    z-index: var(--above-all-in-container)
}

.S6oNCg.ZuYwVX {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .S6oNCg {
        touch-action: manipulation
    }
}

.x8nB3W {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.x8nB3W,
.x8nB3W.ZuYwVX {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.x8nB3W.ZuYwVX {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.EYwKPD {
    align-items: center;
    display: flex;
    flex-direction: column;
    height: 26px;
    justify-content: space-around;
    transition: transform .2s ease;
    width: 26px
}

.Po05Sz {
    transform: rotate(-45deg);
    transition: opacity .2s ease, transform .2s ease;
    width: 30px
}

.Po05Sz,
.rORATc {
    background-color: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    border-radius: 10px;
    height: 2px
}

.rORATc {
    transition: transform .2s ease, border-color .2s ease;
    width: 17px
}

.rORATc.Gf00ve {
    transform: rotate(-45deg) translate(-7px, -3px)
}

.rORATc.Ok8v3o {
    transform: rotate(-45deg) translate(6px, 2px)
}

.EYwKPD.ZuYwVX .Gf00ve {
    transform: translateY(9px) rotate(135deg)
}

.EYwKPD.ZuYwVX .Gf00ve,
.EYwKPD.ZuYwVX .Ok8v3o {
    background-color: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1));
    width: 20px
}

.EYwKPD.ZuYwVX .Ok8v3o {
    transform: translateY(-9px) rotate(45deg)
}

.EYwKPD.ZuYwVX .Po05Sz {
    opacity: 0;
    transform: rotate(45deg)
}

.jO7CQR {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .jO7CQR {
    z-index: var(--above-all-in-container)
}

.jO7CQR.yGnCll {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .jO7CQR {
        touch-action: manipulation
    }
}

.dVhbaS {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.dVhbaS,
.dVhbaS.yGnCll {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.dVhbaS.yGnCll {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.B8kdQm,
.PcjQkZ {
    cursor: pointer;
    position: relative;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 22px
}

.B8kdQm,
.B8kdQm span,
.PcjQkZ,
.PcjQkZ span {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transition: .2s ease-in-out
}

.B8kdQm span,
.PcjQkZ span {
    backface-visibility: hidden;
    background-color: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    border-radius: 2em;
    height: 3px;
    position: absolute;
    width: 100%
}

.B8kdQm span:nth-child(2),
.PcjQkZ span:nth-child(2) {
    transform: rotate(90deg)
}

.B8kdQm.yGnCll,
.yGnCll.PcjQkZ {
    transform: rotate(135deg)
}

.B8kdQm.yGnCll span,
.yGnCll.PcjQkZ span {
    background: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1))
}

.PcjQkZ {
    align-items: center;
    display: flex;
    justify-content: center
}

.PcjQkZ span {
    left: 0
}

.PcjQkZ span:nth-child(2) {
    transform: rotate(90deg)
}

.PcjQkZ.yGnCll {
    transform: rotate(135deg)
}

.PcjQkZ.yGnCll span {
    background: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1))
}

.lmOvLC {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .lmOvLC {
    z-index: var(--above-all-in-container)
}

.lmOvLC.kcJpWf {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .lmOvLC {
        touch-action: manipulation
    }
}

.ucRu44 {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.ucRu44,
.ucRu44.kcJpWf {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.ucRu44.kcJpWf {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.D4f6Cs {
    cursor: pointer;
    display: block;
    height: 20px;
    position: relative;
    width: 26px
}

.D4f6Cs div {
    background: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    border-radius: 2px;
    height: 2px;
    position: absolute;
    transition: transform .45s cubic-bezier(.9, -.6, .3, 1.6), width .2s ease .2s
}

.D4f6Cs .QKn5y8 {
    left: 0;
    margin: -2px 0 0 0;
    top: 11px;
    transform-origin: 50% 50%;
    width: 26px
}

.D4f6Cs .EVINuM {
    left: 0;
    transform-origin: 0 50%;
    width: 13px
}

.D4f6Cs .LoBgqd {
    bottom: 0;
    transform-origin: 100% 50%;
    width: 18px
}

.D4f6Cs.kcJpWf .QKn5y8 {
    background: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1));
    transform: rotate(-45deg) translate(0);
    transition: transform .2s cubic-bezier(.9, -.6, .3, 1.6) .1s
}

.D4f6Cs.kcJpWf .EVINuM {
    transform: translate(4px) rotate(45deg)
}

.D4f6Cs.kcJpWf .EVINuM,
.D4f6Cs.kcJpWf .LoBgqd {
    background: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1));
    transition: transform .2s cubic-bezier(.9, -.6, .3, 1.6) .1s, width .15s ease;
    width: 13px
}

.D4f6Cs.kcJpWf .LoBgqd {
    transform: translate(9px) rotate(45deg)
}

.kIuDVH {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .kIuDVH {
    z-index: var(--above-all-in-container)
}

.kIuDVH.t35EUg {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .kIuDVH {
        touch-action: manipulation
    }
}

.KcvVn7 {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.KcvVn7,
.KcvVn7.t35EUg {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.KcvVn7.t35EUg {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.orKPQ_ {
    cursor: pointer;
    position: absolute
}

.gIgFJl {
    background: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    height: 2px;
    margin-bottom: 6px;
    position: relative;
    transition: all .3s cubic-bezier(0, 1, .5, 1);
    width: 19px
}

.gIgFJl:first-child {
    left: 0;
    top: 0;
    transform: rotate(0)
}

.t35EUg .gIgFJl:first-child {
    background: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1));
    left: 0;
    top: 8px;
    transform: rotate(-45deg)
}

.gIgFJl:nth-child(2) {
    opacity: 1;
    right: -5px
}

.t35EUg .gIgFJl:nth-child(2) {
    background: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1));
    opacity: 0;
    right: 0
}

.gIgFJl:last-child {
    left: 0;
    margin: 0;
    top: 0;
    transform: rotate(0)
}

.t35EUg .gIgFJl:last-child {
    left: 0;
    top: -8px;
    transform: rotate(45deg)
}

.t35EUg .gIgFJl,
.t35EUg .gIgFJl:last-child {
    background: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1))
}

.c1Tkxm {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .c1Tkxm {
    z-index: var(--above-all-in-container)
}

.c1Tkxm.CgvD38 {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .c1Tkxm {
        touch-action: manipulation
    }
}

.f5g8If {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.f5g8If,
.f5g8If.CgvD38 {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.f5g8If.CgvD38 {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.q6J3lU {
    height: 18px;
    width: 26px
}

.JGTbBo {
    background: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    border-radius: 4px;
    height: 2px;
    position: relative;
    transition: .4s
}

.TIFRYS {
    top: 0;
    width: 26px
}

.hXi0DY {
    top: 6px;
    width: 26px
}

.AlEZYX {
    top: 12px;
    width: 13px
}

.CgvD38 .TIFRYS {
    top: 8px
}

.CgvD38 .AlEZYX,
.CgvD38 .TIFRYS,
.CgvD38 .hXi0DY {
    background: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1))
}

.CgvD38 .AlEZYX {
    top: 4px
}

.tCoR8j {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .tCoR8j {
    z-index: var(--above-all-in-container)
}

.tCoR8j.jBAR_t {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .tCoR8j {
        touch-action: manipulation
    }
}

.oCWBCl {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.oCWBCl,
.oCWBCl.jBAR_t {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.oCWBCl.jBAR_t {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.XcYkhL {
    height: 22px;
    margin: auto;
    position: absolute;
    width: 22px
}

.XcYkhL span {
    background-color: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    display: block;
    height: 2px;
    position: relative;
    transition: transform .2s cubic-bezier(.25, .46, .45, .94), top .2s cubic-bezier(.3, 1.4, .7, 1) .2s, bottom .2s cubic-bezier(.3, 1.4, .7, 1) .2s;
    width: 22px
}

.XcYkhL span:first-of-type {
    top: 5px
}

.XcYkhL span:last-of-type {
    top: 13px
}

.XcYkhL.jBAR_t span {
    transition: transform .2s cubic-bezier(.25, .46, .45, .94) .2s, top .2s cubic-bezier(.3, 1.4, .7, 1), bottom .2s cubic-bezier(.3, 1.4, .7, 1)
}

.XcYkhL.jBAR_t span:first-of-type {
    top: 10px;
    transform: rotate(45deg)
}

.XcYkhL.jBAR_t span:first-of-type,
.XcYkhL.jBAR_t span:last-of-type {
    background-color: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1))
}

.XcYkhL.jBAR_t span:last-of-type {
    top: 8px;
    transform: rotate(-45deg)
}

.CCbrxr {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .CCbrxr {
    z-index: var(--above-all-in-container)
}

.CCbrxr.QHk8HW {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .CCbrxr {
        touch-action: manipulation
    }
}

._SG8qr {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

._SG8qr,
._SG8qr.QHk8HW {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

._SG8qr.QHk8HW {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.vtzbys {
    height: 19px;
    width: 22px
}

.eKmAZJ,
.vtzbys {
    position: absolute
}

.eKmAZJ {
    background-color: rgba(var(--lineColor, var(--color_2, color_2)), var(--alpha-lineColor, 1));
    height: 3px;
    transition: all .25s ease
}

.GezUlx {
    top: 0;
    width: 50%
}

.gMK4JJ {
    top: 8px;
    width: 100%
}

.pL6g2E {
    bottom: 0;
    width: 50%
}

.GDXEcr {
    left: 0
}

.zNs6X3 {
    right: 0
}

.GezUlx.eKmAZJ.GDXEcr {
    transform-origin: 0 0
}

.GezUlx.eKmAZJ.zNs6X3 {
    transform-origin: 100% 0
}

.pL6g2E.eKmAZJ.GDXEcr {
    transform-origin: 0 100%
}

.pL6g2E.eKmAZJ.zNs6X3 {
    transform-origin: 100% 100%
}

.vtzbys.QHk8HW .GezUlx.eKmAZJ.GDXEcr {
    transform: translate(5px, 2px) rotate(45deg)
}

.vtzbys.QHk8HW .GezUlx.eKmAZJ.GDXEcr,
.vtzbys.QHk8HW .GezUlx.eKmAZJ.zNs6X3 {
    background-color: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1))
}

.vtzbys.QHk8HW .GezUlx.eKmAZJ.zNs6X3 {
    transform: translate(-5px, 2px) rotate(-45deg)
}

.vtzbys.QHk8HW .pL6g2E.eKmAZJ.GDXEcr {
    transform: translate(5px, -1px) rotate(-45deg)
}

.vtzbys.QHk8HW .pL6g2E.eKmAZJ.GDXEcr,
.vtzbys.QHk8HW .pL6g2E.eKmAZJ.zNs6X3 {
    background-color: rgba(var(--lineColorOpen, var(--color_2, color_2)), var(--alpha-lineColorOpen, 1))
}

.vtzbys.QHk8HW .pL6g2E.eKmAZJ.zNs6X3 {
    transform: translate(-5px, -1px) rotate(45deg)
}

.vtzbys.QHk8HW .gMK4JJ.eKmAZJ {
    transform: scaleX(0)
}

.aRAzx5 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .aRAzx5 {
    z-index: var(--above-all-in-container)
}

.aRAzx5.OhK4JU {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .aRAzx5 {
        touch-action: manipulation
    }
}

.nPU2a8 {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.nPU2a8,
.nPU2a8.OhK4JU {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.nPU2a8.OhK4JU {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.mftXh1 {
    height: 20px;
    width: 22px
}

.hYlDd2,
.mftXh1 {
    position: absolute
}

.hYlDd2 {
    background-color: rgba(var(--lineColor, var(--color_15, color_15)), var(--alpha-lineColor, 1));
    height: 2px;
    transition: all .25s ease
}

.YjVNXz {
    top: 0;
    width: 100%
}

.aE8qSJ {
    top: 9px;
    width: 100%
}

.Xofflx {
    bottom: 0;
    width: 100%
}

.YjVNXz.hYlDd2 {
    transform-origin: 0 0
}

.Xofflx.hYlDd2 {
    transform-origin: 0 100%
}

.mftXh1.OhK4JU .YjVNXz.hYlDd2 {
    transform: translate(4px, 2px) rotate(45deg)
}

.mftXh1.OhK4JU .Xofflx.hYlDd2,
.mftXh1.OhK4JU .YjVNXz.hYlDd2 {
    background-color: rgba(var(--lineColorOpen, var(--color_15, color_15)), var(--alpha-lineColorOpen, 1))
}

.mftXh1.OhK4JU .Xofflx.hYlDd2 {
    transform: translate(4px, -1px) rotate(-45deg)
}

.mftXh1.OhK4JU .aE8qSJ.hYlDd2 {
    background-color: rgba(var(--lineColorOpen, var(--color_15, color_15)), var(--alpha-lineColorOpen, 1));
    transform: scaleX(0)
}

.gRZbpU {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer
}

body:not(.responsive) .gRZbpU {
    z-index: var(--above-all-in-container)
}

.gRZbpU.qQAcOx {
    z-index: var(--above-all-z-index) !important
}

@supports(-webkit-touch-callout:none) {
    .gRZbpU {
        touch-action: manipulation
    }
}

.dgPk4k {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    border: solid var(--borderwidth, 0) rgba(var(--bordercolor, var(--color_11, color_11)), var(--alpha-bordercolor, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    transition: all .5s
}

.dgPk4k,
.dgPk4k.qQAcOx {
    align-items: center;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

.dgPk4k.qQAcOx {
    background-color: rgba(var(--bgOpen, var(--color_11, color_11)), var(--alpha-bgOpen, 1));
    border-color: rgba(var(--bordercolorOpen, var(--color_11, color_11)), var(--alpha-bordercolorOpen, 1));
    border-radius: var(--rdOpen, 0);
    border-style: solid;
    border-width: var(--borderwidthOpen, 0);
    box-shadow: var(--shdOpen, 0 0 0 rgba(0, 0, 0, .6))
}

.u9k3ts {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.WQ4fSJ {
    cursor: pointer
}

.aizuI7 {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    fill: var(--fill);
    fill-opacity: var(--fill-opacity);
    stroke: var(--stroke);
    stroke-opacity: var(--stroke-opacity);
    stroke-width: var(--stroke-width);
    filter: var(--drop-shadow, none);
    opacity: var(--opacity);
    transform: var(--flip)
}

.aizuI7,
.aizuI7 svg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.aizuI7 svg {
    height: var(--svg-calculated-height, 100%);
    margin: auto;
    padding: var(--svg-calculated-padding, 0);
    width: var(--svg-calculated-width, 100%)
}

.TcoJIb * {
    vector-effect: non-scaling-stroke
}

.R8rhQA svg,
.elfY4_ svg {
    overflow: visible !important
}

@supports(-webkit-hyphens: none) {
    .aizuI7.elfY4_ {
        will-change: filter
    }
}

.R7lArd {
    overflow-x: hidden
}

.R7lArd .l9EQj1 {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%
}

.R7lArd .l9EQj1 .WNM2rt {
    flex: 1
}

.R7lArd .l9EQj1 .DN7syf {
    height: calc(100% - (var(--menuTotalBordersY, 0px)));
    overflow: visible;
    white-space: nowrap;
    width: calc(100% - (var(--menuTotalBordersX, 0px)))
}

.R7lArd .l9EQj1 .DN7syf .rqt3qI {
    display: inline-block
}

.R7lArd .l9EQj1 .DN7syf .d4jfwp {
    display: block;
    width: 100%
}

.R7lArd .JdScD2 {
    display: block;
    opacity: 1;
    z-index: 99999
}

.R7lArd .JdScD2 .k8K0Wj {
    display: inherit;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
    width: auto
}

.R7lArd .JdScD2._3URS4 {
    transition: visibility;
    transition-delay: .2s;
    visibility: visible
}

.R7lArd .JdScD2 .iryznZ {
    display: inline-block
}

.R7lArd .BKX7vq {
    display: none
}

.BSjLjI>nav {
    bottom: 0;
    left: 0;
    right: 0;
    top: 0
}

.BSjLjI .DN7syf,
.BSjLjI .JdScD2,
.BSjLjI>nav {
    position: absolute
}

.BSjLjI .JdScD2 {
    margin-top: 7px;
    visibility: hidden
}

.BSjLjI .JdScD2[data-dropMode=dropUp] {
    margin-bottom: 7px;
    margin-top: 0
}

.BSjLjI .k8K0Wj {
    background-color: rgba(var(--bgDrop, var(--color_11, color_11)), var(--alpha-bgDrop, 1));
    border-radius: var(--rd, 0);
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6))
}

.RfkZFw,
.vDnwi4 {
    box-sizing: border-box;
    height: 100%;
    overflow: visible;
    position: relative;
    width: auto
}

.RfkZFw[data-state~=header] a,
.RfkZFw[data-state~=header] div,
[data-state~=header].vDnwi4 a,
[data-state~=header].vDnwi4 div {
    cursor: default !important
}

.RfkZFw .lY3Nwh,
.vDnwi4 .lY3Nwh {
    display: inline-block;
    height: 100%;
    width: 100%
}

.vDnwi4 {
    --display: inline-block;
    cursor: pointer;
    display: var(--display);
    font: var(--fnt, var(--font_1))
}

.vDnwi4 .rBTT56 {
    padding: 0 var(--pad, 5px)
}

.vDnwi4 .foFAdY {
    color: rgb(var(--txt, var(--color_15, color_15)));
    display: inline-block;
    padding: 0 10px;
    transition: var(--trans, color .4s ease 0s)
}

.vDnwi4[data-state~=drop] {
    display: block;
    width: 100%
}

.vDnwi4[data-state~=drop] .foFAdY {
    padding: 0 .5em
}

.vDnwi4[data-state~=link]:hover .foFAdY,
.vDnwi4[data-state~=over] .foFAdY {
    color: rgb(var(--txth, var(--color_14, color_14)));
    transition: var(--trans, color .4s ease 0s)
}

.vDnwi4[data-state~=selected] .foFAdY {
    color: rgb(var(--txts, var(--color_14, color_14)));
    transition: var(--trans, color .4s ease 0s)
}

.P0dCOY .PJ4KCX {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}

.d7EBK2 {
    border-radius: var(--overflow-wrapper-border-radius)
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.oeWIOw .Ebr6AI .Rhimou {
    display: var(--item-display);
    height: var(--item-size);
    margin: var(--item-margin);
    width: var(--item-size)
}

.oeWIOw .Ebr6AI .Rhimou:last-child {
    margin: 0
}

.oeWIOw .Ebr6AI .Rhimou .Q8t1PH {
    display: block
}

.oeWIOw .Ebr6AI .Rhimou .Q8t1PH .qFhtwZ {
    height: var(--item-size);
    width: var(--item-size)
}

.oeWIOw {
    --display: table;
    display: var(--display)
}

.oeWIOw .Ebr6AI {
    display: flex;
    flex-direction: var(--flex-direction)
}

.KvoMHf.ErucfC[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

.MpKiNN {
    --display: flex;
    direction: var(--direction);
    display: var(--display);
    flex-direction: column;
    min-height: 25px;
    position: relative;
    text-align: var(--align, start)
}

.MpKiNN .pUnTVX {
    height: var(--inputHeight);
    position: relative
}

.MpKiNN .eXvLsN {
    align-items: center;
    display: flex;
    font: var(--fntprefix, normal normal normal 16px/1.4em helvetica-w01-roman);
    justify-content: center;
    left: 0;
    max-height: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    width: 50px
}

.MpKiNN .KvoMHf,
.MpKiNN .eXvLsN {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))))
}

.MpKiNN .KvoMHf {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--corvid-background-color, rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1)));
    border-color: var(--corvid-border-color, rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1)));
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 1px));
    box-shadow: var(--shd, 0 0 0 transparent);
    box-sizing: border-box !important;
    direction: var(--inputDirection, "inherit");
    font: var(--fnt, var(--font_8));
    margin: 0;
    max-width: 100%;
    min-height: var(--inputHeight);
    padding: var(--textPadding);
    padding-inline-end: var(--textPadding_end);
    padding-inline-start: var(--textPadding_start);
    text-align: var(--inputAlign, "inherit");
    text-overflow: ellipsis;
    width: 100%
}

.MpKiNN .KvoMHf[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    width: 100%
}

.MpKiNN .KvoMHf::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.MpKiNN .KvoMHf:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.MpKiNN .KvoMHf::placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.MpKiNN .KvoMHf:hover {
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
    border-style: solid;
    border-width: var(--brwh, 1px)
}

.MpKiNN .KvoMHf:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--brwd, 1px);
    color: rgb(var(--txtd, 255, 255, 255))
}

.MpKiNN:not(.LyB02C) .KvoMHf:focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.MpKiNN.LyB02C .KvoMHf:invalid {
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
    border-style: solid;
    border-width: var(--brwe, 1px)
}

.MpKiNN.LyB02C .KvoMHf:not(:invalid):focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.MpKiNN .wPeA6j {
    display: none
}

.MpKiNN.qzvPmW .wPeA6j {
    color: rgb(var(--txtlbl, var(--color_15, color_15)));
    direction: var(--labelDirection, inherit);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding-inline-end: var(--labelPadding_end);
    padding-inline-start: var(--labelPadding_start);
    text-align: var(--labelAlign, inherit);
    word-break: break-word
}

.MpKiNN.qzvPmW.lPl_oN .wPeA6j:after {
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
    content: " *";
    display: var(--requiredIndicationDisplay, none)
}

.ZXdXNL {
    --display: flex;
    direction: var(--direction);
    display: var(--display);
    flex-direction: column;
    justify-content: var(--align, start);
    text-align: var(--align, start)
}

.ZXdXNL.Bedjyp {
    height: inherit;
    min-height: inherit
}

.ZXdXNL .pUnTVX {
    display: flex;
    flex: 1;
    flex-direction: column;
    position: relative
}

.ZXdXNL .eXvLsN {
    align-items: center;
    display: flex;
    font: var(--fntprefix, normal normal normal 16px/1.4em helvetica-w01-roman);
    justify-content: center;
    left: 0;
    max-height: 100%;
    position: absolute;
    top: 0;
    width: 50px
}

.ZXdXNL .KvoMHf,
.ZXdXNL .eXvLsN {
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    min-height: 100%
}

.ZXdXNL .KvoMHf {
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: var(--corvid-background-color, rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1)));
    border-color: var(--corvid-border-color, rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1)));
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 1px));
    box-shadow: var(--shd, 0 0 0 transparent);
    box-sizing: border-box !important;
    direction: var(--inputDirection, "inherit");
    flex: 1;
    font: var(--fnt, var(--font_8));
    margin: 0;
    padding: var(--textPadding);
    padding-inline-end: var(--textPadding_end);
    padding-inline-start: var(--textPadding_start);
    text-align: var(--inputAlign, "inherit");
    text-overflow: ellipsis;
    width: 100%
}

.ZXdXNL .KvoMHf[type=number] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield
}

.ZXdXNL .KvoMHf::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.ZXdXNL .KvoMHf:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.ZXdXNL .KvoMHf::placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.ZXdXNL .KvoMHf:hover {
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
    border-style: solid;
    border-width: var(--brwh, 1px)
}

.ZXdXNL .KvoMHf:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--brwd, 1px);
    color: rgb(var(--txtd, 255, 255, 255))
}

.ZXdXNL:not(.LyB02C) .KvoMHf:focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.ZXdXNL.LyB02C .KvoMHf:invalid {
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
    border-style: solid;
    border-width: var(--brwe, 1px)
}

.ZXdXNL.LyB02C .KvoMHf:not(:invalid):focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.ZXdXNL .wPeA6j {
    display: none
}

.ZXdXNL.qzvPmW .wPeA6j {
    color: rgb(var(--txtlbl, var(--color_15, color_15)));
    direction: var(--labelDirection, inherit);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding-inline-end: var(--labelPadding_end);
    padding-inline-start: var(--labelPadding_start);
    text-align: var(--labelAlign, inherit);
    word-break: break-word
}

.ZXdXNL.qzvPmW.lPl_oN .wPeA6j:after {
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
    content: " *";
    display: var(--requiredIndicationDisplay, none)
}

.TLWrjM {
    align-items: center;
    color: rgb(var(--errorTextColor, #ff4040));
    direction: var(--errorDirection);
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: var(--errorAlign, inherit);
    padding: 8px 0 0
}

.TLWrjM .GIPQqH {
    flex: none;
    flex-grow: 0;
    order: 0
}

.TLWrjM .JNgJbf {
    display: inline-block;
    flex-grow: 0;
    font: var(--errorTextFont, var(--font_8));
    line-height: 1;
    order: 1;
    word-break: break-word
}

.snt4Te {
    direction: var(--direction);
    text-align: var(--align)
}

.snt4Te .rEindN {
    -webkit-appearance: none;
    background-color: var(--corvid-background-color, rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1)));
    border-color: var(--corvid-border-color, rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1)));
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 1px));
    box-shadow: var(--shd, 0 0 0 transparent);
    box-sizing: border-box !important;
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    direction: var(--inputDirection);
    display: block;
    font: var(--fnt, var(--font_8));
    height: var(--inputHeight);
    margin: 0;
    max-width: 100%;
    min-width: 100%;
    overflow-y: auto;
    padding-bottom: 3px;
    padding-inline-end: var(--textPaddingEnd);
    padding-top: var(--textPaddingTop);
    padding-inline-start: var(--textPaddingStart);
    padding-top: .75em;
    resize: none;
    text-align: var(--inputAlign, "inherit")
}

.snt4Te .rEindN::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.snt4Te .rEindN:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.snt4Te .rEindN::placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.snt4Te .rEindN:hover {
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
    border-style: solid;
    border-width: var(--brwh, 1px)
}

.snt4Te .rEindN:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--brwd, 1px);
    color: rgb(var(--txtd, 255, 255, 255))
}

.snt4Te:not(.pOExcs) .rEindN:focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.snt4Te.pOExcs .rEindN:invalid {
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
    border-style: solid;
    border-width: var(--brwe, 1px)
}

.snt4Te.pOExcs .rEindN:not(:invalid):focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.snt4Te .PSkPrR {
    display: none
}

.snt4Te.oKe0Po .PSkPrR {
    box-sizing: border-box;
    color: rgb(var(--txtlbl, var(--color_15, color_15)));
    direction: var(--labelDirection);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom, 14px);
    padding-inline-end: var(--labelPadding_end, 0);
    padding-inline-start: var(--labelPadding_start, 0);
    text-align: var(--labelAlign, inherit);
    width: 100%;
    word-break: break-word
}

.snt4Te.oKe0Po.NyPO4H .PSkPrR:after {
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
    content: " *";
    display: var(--requiredIndicationDisplay, none)
}

.lk9PkF {
    --display: flex;
    direction: var(--direction);
    display: var(--display);
    flex-direction: column;
    text-align: var(--align)
}

.lk9PkF.q2xQkn {
    height: inherit;
    min-height: inherit
}

.lk9PkF .rEindN {
    -webkit-appearance: none;
    background-color: var(--corvid-background-color, rgba(var(--bg, 255, 255, 255), var(--alpha-bg, 1)));
    border-color: var(--corvid-border-color, rgba(var(--brd, 227, 227, 227), var(--alpha-brd, 1)));
    border-radius: var(--corvid-border-radius, var(--rd, 0));
    border-style: solid;
    border-width: var(--corvid-border-width, var(--brw, 1px));
    box-shadow: var(--shd, 0 0 0 transparent);
    box-sizing: border-box !important;
    color: var(--corvid-color, rgb(var(--txt, var(--color_15, color_15))));
    direction: var(--inputDirection);
    flex: 1;
    font: var(--fnt, var(--font_8));
    height: 100%;
    margin: 0;
    overflow-y: auto;
    padding-bottom: 3px;
    padding-inline-end: var(--textPaddingEnd);
    padding-top: var(--textPaddingTop);
    padding-inline-start: var(--textPaddingStart);
    resize: none;
    text-align: var(--inputAlign, "inherit");
    width: 100%
}

.lk9PkF .rEindN::-moz-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.lk9PkF .rEindN:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.lk9PkF .rEindN::placeholder {
    color: rgb(var(--txt2, var(--color_15, color_15)))
}

.lk9PkF .rEindN:hover {
    background-color: rgba(var(--bgh, 255, 255, 255), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, 163, 217, 246), var(--alpha-brdh, 1));
    border-style: solid;
    border-width: var(--brwh, 1px)
}

.lk9PkF .rEindN:disabled {
    background-color: rgba(var(--bgd, 204, 204, 204), var(--alpha-bgd, 1));
    border-color: rgba(var(--brdd, 163, 217, 246), var(--alpha-brdd, 1));
    border-style: solid;
    border-width: var(--brwd, 1px);
    color: rgb(var(--txtd, 255, 255, 255))
}

.lk9PkF:not(.pOExcs) .rEindN:focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.lk9PkF.pOExcs .rEindN:invalid {
    background-color: rgba(var(--bge, 255, 255, 255), var(--alpha-bge, 1));
    border-color: rgba(var(--brde, 163, 217, 246), var(--alpha-brde, 1));
    border-style: solid;
    border-width: var(--brwe, 1px)
}

.lk9PkF.pOExcs .rEindN:not(:invalid):focus {
    background-color: rgba(var(--bgf, 255, 255, 255), var(--alpha-bgf, 1));
    border-color: rgba(var(--brdf, 163, 217, 246), var(--alpha-brdf, 1));
    border-style: solid;
    border-width: var(--brwf, 1px)
}

.lk9PkF .PSkPrR {
    display: none
}

.lk9PkF.oKe0Po .PSkPrR {
    box-sizing: border-box;
    color: rgb(var(--txtlbl, var(--color_15, color_15)));
    direction: var(--labelDirection);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom, 14px);
    padding-inline-end: var(--labelPadding_end, 0);
    padding-inline-start: var(--labelPadding_start, 0);
    text-align: var(--labelAlign, inherit);
    width: 100%;
    word-break: break-word
}

.lk9PkF.oKe0Po.NyPO4H .PSkPrR:after {
    color: rgba(var(--txtlblrq, 0, 0, 0), var(--alpha-txtlblrq, 0));
    content: " *";
    display: var(--requiredIndicationDisplay, none)
}

.TLWrjM {
    align-items: center;
    color: rgb(var(--errorTextColor, #ff4040));
    direction: var(--errorDirection);
    display: flex;
    flex-direction: row;
    gap: 4px;
    justify-content: var(--errorAlign, inherit);
    padding: 8px 0 0
}

.TLWrjM .GIPQqH {
    flex: none;
    flex-grow: 0;
    order: 0
}

.TLWrjM .JNgJbf {
    display: inline-block;
    flex-grow: 0;
    font: var(--errorTextFont, var(--font_8));
    line-height: 1;
    order: 1;
    word-break: break-word
}

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.K_YxMd,
.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

.O7Ybkb,
.xuzjBY {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1))
}

.V7OeEw {
    transition-delay: var(--transition-delay);
    transition-duration: var(--transition-duration);
    transition-property: var(--transition-property);
    transition-timing-function: var(--transition-timing-function)
}

.V7OeEw.BHIo43 {
    transform: var(--scrolled-transform)
}

.V7OeEw.UvF1nu {
    opacity: var(--scrolled-opacity)
}

.V7OeEw.YzrQFb {
    transition-delay: 0s
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.GeNLDt {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .K8pHFh {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .TaweqS {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .TaweqS img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .MW5IWV.GeNLDt {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.yzHyNT {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.xjgrS3,
.zBFCpO {
    opacity: var(--fill-layer-video-opacity)
}

.b3zSS0 {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.Wsv3ak {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.xjgrS3 {
    height: 100%;
    position: relative;
    width: 100%
}

.KJgt14,
.KJgt14>.MW5IWV .LWbAav {
    background-color: var(--bg-overlay-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    transition-delay: var(--transition-delay);
    transition-duration: var(--transition-duration);
    transition-property: var(--transition-property);
    transition-timing-function: var(--transition-timing-function)
}

.VTwcX7.KJgt14,
.VTwcX7.KJgt14>.MW5IWV .LWbAav {
    background-color: rgba(var(--bg-scrl, var(--color_11, color_11)), var(--alpha-bg-scrl, 1))
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr,
.bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra,
.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,
.SUz0WK,
.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode: overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.dkukWC {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
}

.dkukWC,
.dkukWC .FRCqDF {
    left: 0;
    position: absolute;
    width: 100%
}

.dkukWC .FRCqDF {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
}

.xnZvZH {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.xnZvZH .FRCqDF {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.xnZvZH .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.MBOSCN {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.MBOSCN .FRCqDF {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.MBOSCN .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}

.header-events {
    pointer-events: var(--ref-container-pointer-events) !important
}

.header-events>* {
    pointer-events: auto
}

.d7EBK2 {
    border-radius: var(--overflow-wrapper-border-radius)
}

.gM8UhB {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

.gM8UhB,
.q4bY7T {
    position: absolute;
    top: 0
}

.B4ic__ img,
.gM8UhB,
.q4bY7T {
    height: 100%;
    width: 100%
}

.b_Di9f {
    opacity: 0
}

.aThD7A,
.b_Di9f {
    position: absolute;
    top: 0
}

.aThD7A {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.oYv3_8 [data-mesh-id$=inlineContent-gridContainer],
.oYv3_8 [data-mesh-id$=inlineContent] {
    height: 100%
}

.oYv3_8 .XV8dK6 {
    height: 100%;
    position: absolute;
    width: 100%
}

.oYv3_8:before {
    grid-area: 1/1/2/2
}

.F9nckB {
    border-color: var(--border-color);
    border-radius: var(--border-radius);
    border-style: var(--border-style);
    border-width: var(--border-width);
    bottom: 0;
    box-shadow: var(--box-shadow);
    filter: var(--fill-container-drop-shadow, none);
    left: 0;
    margin: var(--border-compensate-margin, 0);
    overflow: var(--fill-container-overflow);
    position: absolute;
    right: 0;
    top: 0;
    transform: var(--fill-container-transform)
}

.wmoHxw {
    transform: var(--fill-transform)
}

.Iiblgf video {
    opacity: 0;
    visibility: hidden
}

.Iiblgf canvas {
    opacity: 0
}

.Iiblgf img {
    filter: var(--filter-effect-svg-url)
}

.Xh82G7 {
    bottom: 0;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition-duration: .15s, .5s;
    transition-property: transform, opacity;
    transition-timing-function: cubic-bezier(.12, 0, .39, 0), cubic-bezier(.61, 1, .88, 1)
}

.JtS1Rf {
    cursor: pointer;
    opacity: 0;
    transition-delay: .2s;
    transition-duration: .2s;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.12, 0, .39, 0)
}

.JtS1Rf:focus {
    opacity: 1
}

.V9rZ5Z {
    width: 48px
}

.TtArsF,
.ngHaxP {
    margin: 5px 10px 7px 8px;
    opacity: 0
}

.oYv3_8[data-can-play] .Xh82G7 {
    opacity: .99
}

.oYv3_8[data-has-play] {
    cursor: pointer
}

.oYv3_8[data-no-audio] .JtS1Rf {
    --display: none;
    display: none
}

.oYv3_8[data-animate-poster=fade] [class~=bgVideoposter] {
    transition: opacity 1.6s ease-out
}

.oYv3_8[data-show-canvas] canvas {
    opacity: 1
}

.oYv3_8[data-show-canvas] [class~=bgVideoposter] {
    opacity: 0
}

.oYv3_8[data-playing] .Xh82G7 {
    opacity: 0;
    transition-duration: .15s, .3s
}

.oYv3_8:not([data-playing]) .F9nckB:focus {
    z-index: auto !important
}

.oYv3_8[data-show-audio] .JtS1Rf {
    opacity: 1;
    transition-delay: .2s;
    transition-duration: .35s;
    transition-timing-function: cubic-bezier(.61, 1, .88, 1)
}

.oYv3_8[data-roll-in] .Xh82G7 {
    transform: scale(1.07);
    transition-duration: .25s, .5s
}

.oYv3_8[data-roll-in][data-playing] .Xh82G7 {
    transition-duration: .25s, .3s
}

.oYv3_8[data-audio=off] .ngHaxP,
.oYv3_8[data-audio=on] .TtArsF {
    opacity: 1
}

.oYv3_8[data-stop] {
    cursor: auto
}

.oYv3_8[data-stop] .Xh82G7 {
    opacity: 0;
    transform: none;
    transition: none
}

.oYv3_8[data-stop] .JtS1Rf {
    cursor: auto;
    opacity: 0;
    transition: none
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.K_YxMd,
.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr,
.bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra,
.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,
.SUz0WK,
.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode: overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.QOX0dS {
    --container-corvid-border-color: rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1));
    --container-corvid-border-size: var(--brw, 1px);
    --container-corvid-background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1));
    --overflow-wrapper-border-radius: var(--rd)
}

.JCRlLH {
    background: none !important;
    border: none !important;
    box-shadow: none !important
}

.MAs5Tr {
    background-color: var(--container-corvid-background-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    border: var(--container-corvid-border-width, var(--brw, 1px)) solid var(--container-corvid-border-color, rgba(var(--brd, var(--color_15, color_15)), var(--alpha-brd, 1)));
    border-radius: var(--rd, 5px);
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.AG_P7Z {
    bottom: 0 !important;
    height: unset !important;
    left: 0 !important;
    margin: 0 !important;
    max-height: unset !important;
    max-width: unset !important;
    min-height: unset !important;
    min-width: unset !important;
    padding: 0 !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
    width: unset !important;
    z-index: unset !important
}

.nDEeB0 {
    cursor: pointer
}

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.K_YxMd,
.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

.O7Ybkb,
.xuzjBY {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1))
}

.V7OeEw {
    transition-delay: var(--transition-delay);
    transition-duration: var(--transition-duration);
    transition-property: var(--transition-property);
    transition-timing-function: var(--transition-timing-function)
}

.V7OeEw.BHIo43 {
    transform: var(--scrolled-transform)
}

.V7OeEw.UvF1nu {
    opacity: var(--scrolled-opacity)
}

.V7OeEw.YzrQFb {
    transition-delay: 0s
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.GeNLDt {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .K8pHFh {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .TaweqS {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .TaweqS img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .MW5IWV.GeNLDt {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.yzHyNT {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.xjgrS3,
.zBFCpO {
    opacity: var(--fill-layer-video-opacity)
}

.b3zSS0 {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.Wsv3ak {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.xjgrS3 {
    height: 100%;
    position: relative;
    width: 100%
}

.KJgt14,
.KJgt14>.MW5IWV .LWbAav {
    background-color: var(--bg-overlay-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    transition-delay: var(--transition-delay);
    transition-duration: var(--transition-duration);
    transition-property: var(--transition-property);
    transition-timing-function: var(--transition-timing-function)
}

.VTwcX7.KJgt14,
.VTwcX7.KJgt14>.MW5IWV .LWbAav {
    background-color: rgba(var(--bg-scrl, var(--color_11, color_11)), var(--alpha-bg-scrl, 1))
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr,
.bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra,
.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,
.SUz0WK,
.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode: overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.dkukWC {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
}

.dkukWC,
.dkukWC .FRCqDF {
    left: 0;
    position: absolute;
    width: 100%
}

.dkukWC .FRCqDF {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
}

.xnZvZH {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.xnZvZH .FRCqDF {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.xnZvZH .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.MBOSCN {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.MBOSCN .FRCqDF {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.MBOSCN .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}

.KLO7MJ {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden
}

.KLO7MJ.a6BVa5 {
    opacity: 1;
    visibility: visible
}

.KLO7MJ[data-undisplayed=true] {
    display: none
}

.KLO7MJ:not([data-is-mesh]) .qNR7mP,
.KLO7MJ:not([data-is-mesh]) .vyb81L {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.oOL4sX {
    background-color: rgba(var(--bg, var(--color_15, color_15)), var(--alpha-bg, 1));
    display: initial;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.oOL4sX.AESkWR {
    display: none
}

:host(.device-mobile-optimized) .oOL4sX,
body.device-mobile-optimized .oOL4sX {
    height: calc(100vh/var(--zoom-factor, 1));
    left: calc((100% - var(--screen-width))/2);
    width: var(--screen-width)
}

:host(.device-mobile-optimized) .KLO7MJ.AESkWR,
body.device-mobile-optimized .KLO7MJ.AESkWR {
    left: calc((100% - var(--screen-width))/2)
}

:host(.device-mobile-optimized) .KLO7MJ.I2F1wm,
body.device-mobile-optimized .KLO7MJ.I2F1wm {
    height: calc(100vh/var(--zoom-factor, 1))
}

:host(:not(.device-mobile-optimized)) .KLO7MJ.I2F1wm,
body:not(.device-mobile-optimized) .KLO7MJ.I2F1wm {
    height: calc(100vh/var(--zoom-factor, 1))
}

.asChkN.I2F1wm,
.asChkN.I2F1wm>:first-child {
    height: calc(var(--menu-height) - var(--wix-ads-height))
}

.asChkN.I2F1wm>:first-child {
    margin-top: var(--wix-ads-height)
}

.KLO7MJ.I2F1wm {
    top: 0
}

.KLO7MJ.nIzsA4 {
    z-index: calc(var(--above-all-z-index) - 1)
}

.HKnX4d {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    opacity: 0;
    visibility: hidden
}

.HKnX4d.URR62M {
    opacity: 1;
    visibility: visible
}

.HKnX4d[data-undisplayed=true] {
    display: none
}

.HKnX4d:not([data-is-mesh]) .BDZcgu,
.HKnX4d:not([data-is-mesh]) .UjpP2K {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.SaGcIp {
    background-color: rgba(var(--bg, var(--color_15, color_15)), var(--alpha-bg, 1));
    display: initial;
    height: 100%;
    left: 0;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%
}

.SaGcIp.naw_Hj {
    display: none
}

:host(.device-mobile-optimized) .SaGcIp,
body.device-mobile-optimized .SaGcIp {
    height: calc(100vh/var(--zoom-factor, 1));
    left: calc((100% - var(--screen-width))/2);
    width: var(--screen-width)
}

:host(.device-mobile-optimized) .HKnX4d.naw_Hj,
body.device-mobile-optimized .HKnX4d.naw_Hj {
    left: calc((100% - var(--screen-width))/2)
}

:host(.device-mobile-optimized) .HKnX4d.Bh1f0N,
body.device-mobile-optimized .HKnX4d.Bh1f0N {
    height: calc(100vh/var(--zoom-factor, 1))
}

:host(:not(.device-mobile-optimized)) .HKnX4d.Bh1f0N,
body:not(.device-mobile-optimized) .HKnX4d.Bh1f0N {
    height: calc(100vh/var(--zoom-factor, 1))
}

.RcfHS8.Bh1f0N,
.RcfHS8.Bh1f0N>:first-child {
    height: calc(var(--menu-height) - var(--wix-ads-height))
}

.RcfHS8.Bh1f0N>:first-child {
    margin-top: var(--wix-ads-height)
}

.HKnX4d.Bh1f0N {
    top: 0
}

.AVLx_K {
    background-color: rgba(var(--containerBackground, var(--color_11, color_11)), var(--alpha-containerBackground, 1));
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.RcfHS8 {
    height: 100%
}

.d7EBK2 {
    border-radius: var(--overflow-wrapper-border-radius)
}

.MW5IWV.N3eg0s {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .Kv1aVt {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .dLPlxY {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .dLPlxY img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .MW5IWV.N3eg0s {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.VgO9Yg {
    height: 100%
}

.K_YxMd,
.yK6aSC {
    opacity: var(--fill-layer-video-opacity)
}

.NGjcJN {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.mNGsUM {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.K_YxMd {
    height: 100%;
    position: relative;
    width: 100%
}

.O7Ybkb,
.xuzjBY {
    background-color: rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1))
}

.V7OeEw {
    transition-delay: var(--transition-delay);
    transition-duration: var(--transition-duration);
    transition-property: var(--transition-property);
    transition-timing-function: var(--transition-timing-function)
}

.V7OeEw.BHIo43 {
    transform: var(--scrolled-transform)
}

.V7OeEw.UvF1nu {
    opacity: var(--scrolled-opacity)
}

.V7OeEw.YzrQFb {
    transition-delay: 0s
}

.MW5IWV {
    height: 100%;
    left: 0;
    -webkit-mask-image: var(--mask-image, none);
    mask-image: var(--mask-image, none);
    -webkit-mask-position: var(--mask-position, 0);
    mask-position: var(--mask-position, 0);
    -webkit-mask-repeat: var(--mask-repeat, no-repeat);
    mask-repeat: var(--mask-repeat, no-repeat);
    -webkit-mask-size: var(--mask-size, 100%);
    mask-size: var(--mask-size, 100%);
    overflow: hidden;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV.GeNLDt {
    clip: rect(0, auto, auto, 0)
}

.MW5IWV .K8pHFh {
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%
}

.MW5IWV .TaweqS {
    height: var(--fill-layer-image-height, 100%);
    opacity: var(--fill-layer-image-opacity)
}

.MW5IWV .TaweqS img {
    height: 100%;
    width: 100%
}

@supports(-webkit-hyphens: none) {
    .MW5IWV.GeNLDt {
        clip: auto;
        -webkit-clip-path: inset(0)
    }
}

.yzHyNT {
    height: 100%
}

.LWbAav {
    background-color: var(--bg-overlay-color);
    background-image: var(--bg-gradient);
    transition: var(--inherit-transition)
}

.xjgrS3,
.zBFCpO {
    opacity: var(--fill-layer-video-opacity)
}

.b3zSS0 {
    bottom: var(--media-padding-bottom);
    height: var(--media-padding-height);
    position: absolute;
    top: var(--media-padding-top);
    width: 100%
}

.Wsv3ak {
    transform: scale(var(--scale, 1));
    transition: var(--transform-duration, transform 0s)
}

.xjgrS3 {
    height: 100%;
    position: relative;
    width: 100%
}

.KJgt14,
.KJgt14>.MW5IWV .LWbAav {
    background-color: var(--bg-overlay-color, rgba(var(--bg, var(--color_11, color_11)), var(--alpha-bg, 1)));
    transition-delay: var(--transition-delay);
    transition-duration: var(--transition-duration);
    transition-property: var(--transition-property);
    transition-timing-function: var(--transition-timing-function)
}

.VTwcX7.KJgt14,
.VTwcX7.KJgt14>.MW5IWV .LWbAav {
    background-color: rgba(var(--bg-scrl, var(--color_11, color_11)), var(--alpha-bg-scrl, 1))
}

.HlRz5e {
    display: block;
    height: 100%;
    width: 100%
}

.HlRz5e img {
    max-width: var(--wix-img-max-width, 100%)
}

.HlRz5e[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.HlRz5e[data-animate-blur] img[data-load-done] {
    filter: none
}

.bX9O_S {
    -webkit-clip-path: var(--fill-layer-clip);
    clip-path: var(--fill-layer-clip)
}

.Z_wCwr,
.bX9O_S {
    position: absolute;
    top: 0
}

.Jxk_UL img,
.Z_wCwr,
.bX9O_S {
    height: 100%;
    width: 100%
}

.K8MSra {
    opacity: 0
}

.K8MSra,
.YTb3b4 {
    position: absolute;
    top: 0
}

.YTb3b4 {
    height: 0;
    left: 0;
    overflow: hidden;
    width: 0
}

.SUz0WK {
    left: 0;
    pointer-events: var(--fill-layer-background-media-pointer-events);
    position: var(--fill-layer-background-media-position)
}

.FNxOn5,
.SUz0WK,
.m4khSP {
    height: 100%;
    top: 0;
    width: 100%
}

.FNxOn5 {
    position: absolute
}

.m4khSP {
    background-color: var(--fill-layer-background-overlay-color);
    opacity: var(--fill-layer-background-overlay-blend-opacity-fallback, 1);
    position: var(--fill-layer-background-overlay-position);
    transform: var(--fill-layer-background-overlay-transform)
}

@supports(mix-blend-mode: overlay) {
    .m4khSP {
        mix-blend-mode: var(--fill-layer-background-overlay-blend-mode);
        opacity: var(--fill-layer-background-overlay-blend-opacity, 1)
    }
}

.dkukWC {
    --divider-pin-height__: min(1, calc(var(--divider-layers-pin-factor__) + 1));
    --divider-pin-layer-height__: var(--divider-layers-pin-factor__);
    --divider-pin-border__: min(1, calc(var(--divider-layers-pin-factor__) / -1 + 1));
    height: calc(var(--divider-height__) + var(--divider-pin-height__)*var(--divider-layers-size__)*var(--divider-layers-y__))
}

.dkukWC,
.dkukWC .FRCqDF {
    left: 0;
    position: absolute;
    width: 100%
}

.dkukWC .FRCqDF {
    --divider-layer-i__: var(--divider-layer-i, 0);
    background-position: left calc(50% + var(--divider-offset-x__) + var(--divider-layers-x__)*var(--divider-layer-i__)) bottom;
    background-repeat: repeat-x;
    border-bottom-style: solid;
    border-bottom-width: calc(var(--divider-pin-border__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    height: calc(var(--divider-height__) + var(--divider-pin-layer-height__)*var(--divider-layer-i__)*var(--divider-layers-y__));
    opacity: calc(1 - var(--divider-layer-i__)/(var(--divider-layer-i__) + 1))
}

.xnZvZH {
    --divider-height__: var(--divider-top-height, auto);
    --divider-offset-x__: var(--divider-top-offset-x, 0px);
    --divider-layers-size__: var(--divider-top-layers-size, 0);
    --divider-layers-y__: var(--divider-top-layers-y, 0px);
    --divider-layers-x__: var(--divider-top-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-top-layers-pin-factor, 0);
    border-top: var(--divider-top-padding, 0) solid var(--divider-top-color, currentColor);
    opacity: var(--divider-top-opacity, 1);
    top: 0;
    transform: var(--divider-top-flip, scaleY(-1))
}

.xnZvZH .FRCqDF {
    background-image: var(--divider-top-image, none);
    background-size: var(--divider-top-size, contain);
    border-color: var(--divider-top-color, currentColor);
    bottom: 0;
    filter: var(--divider-top-filter, none)
}

.xnZvZH .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-top-layer-1-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-top-layer-2-display, block)
}

.xnZvZH .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-top-layer-3-display, block)
}

.MBOSCN {
    --divider-height__: var(--divider-bottom-height, auto);
    --divider-offset-x__: var(--divider-bottom-offset-x, 0px);
    --divider-layers-size__: var(--divider-bottom-layers-size, 0);
    --divider-layers-y__: var(--divider-bottom-layers-y, 0px);
    --divider-layers-x__: var(--divider-bottom-layers-x, 0px);
    --divider-layers-pin-factor__: var(--divider-bottom-layers-pin-factor, 0);
    border-bottom: var(--divider-bottom-padding, 0) solid var(--divider-bottom-color, currentColor);
    bottom: 0;
    opacity: var(--divider-bottom-opacity, 1);
    transform: var(--divider-bottom-flip, none)
}

.MBOSCN .FRCqDF {
    background-image: var(--divider-bottom-image, none);
    background-size: var(--divider-bottom-size, contain);
    border-color: var(--divider-bottom-color, currentColor);
    bottom: 0;
    filter: var(--divider-bottom-filter, none)
}

.MBOSCN .FRCqDF[data-divider-layer="1"] {
    display: var(--divider-bottom-layer-1-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="2"] {
    display: var(--divider-bottom-layer-2-display, block)
}

.MBOSCN .FRCqDF[data-divider-layer="3"] {
    display: var(--divider-bottom-layer-3-display, block)
}

.d7EBK2 {
    border-radius: var(--overflow-wrapper-border-radius)
}

/* 
@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwjimrq1Q_.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwjimrq1Q_.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8_Zwjimrq1Q_.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwjimrq1Q_.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZwjimrqw.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_vx3rCubqg.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_vx3rCubqg.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w9aXp-p7K4KLjztg.woff2") format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: "DIN-Next-W01-Light";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694") format("svg");
    font-display: block;
}

@font-face {
    font-family: "DIN-Next-W02-Light";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/07d62b21-8d7a-4c36-be86-d32ab1089972.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/c0050890-bbed-44b9-94df-2611d72dbb06.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/9f774d17-c03a-418e-a375-34f3beecbc7a.svg#9f774d17-c03a-418e-a375-34f3beecbc7a") format("svg");
    font-display: block;
}

@font-face {
    font-family: "DIN-Next-W10-Light";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/a9e95a29-98a7-404a-90ee-1929ad09c696.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0a7663fd-eae8-4e50-a67a-225271f8cceb.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/58ae9be9-5d95-44b6-8b6c-e6da6a46822c.svg#58ae9be9-5d95-44b6-8b6c-e6da6a46822c") format("svg");
    font-display: block;
}

@font-face {
    font-family: "Avenir-LT-W01_35-Light1475496";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: "Avenir-LT-W05_35-Light";
    src: url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Avenir_Family_Pack/v1/AvenirLTW05-35Light.woff2") format("woff2"), url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Avenir_Family_Pack/v1/AvenirLTW05-35Light.woff") format("woff");
    font-display: block;
} */

#SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus,
#SITE_CONTAINER.focus-ring-active :not(.has-custom-focus):not(.ignore-focus):not([tabindex="-1"]):focus~.wixSdkShowFocusOnSibling {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px #116dff !important;
    z-index: 1;
}

:root,
:host,
.spxThemeOverride {
    --color_0: 255, 255, 255;
    --color_1: 255, 255, 255;
    --color_2: 0, 0, 0;
    --color_3: 237, 28, 36;
    --color_4: 0, 136, 203;
    --color_5: 255, 203, 5;
    --color_6: 114, 114, 114;
    --color_7: 176, 176, 176;
    --color_8: 255, 255, 255;
    --color_9: 114, 114, 114;
    --color_10: 176, 176, 176;
    --color_11: 255, 255, 255;
    --color_12: 248, 248, 248;
    --color_13: 199, 199, 199;
    --color_14: 153, 153, 151;
    --color_15: 0, 0, 0;
    --color_16: 174, 235, 234;
    --color_17: 104, 216, 214;
    --color_18: 78, 162, 161;
    --color_19: 52, 108, 107;
    --color_20: 26, 54, 54;
    --color_21: 170, 185, 225;
    --color_22: 123, 142, 195;
    --color_23: 44, 76, 165;
    --color_24: 29, 51, 110;
    --color_25: 15, 25, 55;
    --color_26: 249, 231, 179;
    --color_27: 243, 208, 106;
    --color_28: 182, 156, 80;
    --color_29: 121, 104, 53;
    --color_30: 61, 52, 27;
    --color_31: 229, 216, 193;
    --color_32: 202, 186, 155;
    --color_33: 176, 147, 93;
    --color_34: 117, 98, 62;
    --color_35: 59, 49, 31;
    --color_36: 255, 255, 255;
    --color_37: 0, 0, 0;
    --color_38: 248, 248, 248;
    --color_39: 199, 199, 199;
    --color_40: 153, 153, 151;
    --color_41: 235, 0, 63;
    --color_42: 0, 0, 0;
    --color_43: 199, 199, 199;
    --color_44: 255, 255, 255;
    --color_45: 0, 0, 0;
    --color_46: 0, 0, 0;
    --color_47: 248, 248, 248;
    --color_48: 235, 0, 63;
    --color_49: 235, 0, 63;
    --color_50: 255, 255, 255;
    --color_51: 255, 255, 255;
    --color_52: 235, 0, 63;
    --color_53: 235, 0, 63;
    --color_54: 199, 199, 199;
    --color_55: 199, 199, 199;
    --color_56: 255, 255, 255;
    --color_57: 255, 255, 255;
    --color_58: 235, 0, 63;
    --color_59: 255, 255, 255;
    --color_60: 235, 0, 63;
    --color_61: 235, 0, 63;
    --color_62: 255, 255, 255;
    --color_63: 255, 255, 255;
    --color_64: 199, 199, 199;
    --color_65: 199, 199, 199;
    --font_0: normal normal bold 71px/1.4em montserrat, sans-serif;
    --font_1: normal normal normal 16px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --font_2: normal normal bold 40px/1.4em montserrat, sans-serif;
    --font_3: normal normal bold 28px/1.4em montserrat, sans-serif;
    --font_4: normal normal bold 38px/1.4em montserrat, sans-serif;
    --font_5: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --font_6: normal normal bold 22px/1.4em montserrat, sans-serif;
    --font_7: normal normal normal 20px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --font_8: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --font_9: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --font_10: normal normal normal 12px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-ads-height: 0px;
    --sticky-offset: 0px;
    --wix-ads-top-height: 0px;
    --site-width: 980px;
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    --minViewportSize: 320;
    --maxViewportSize: 1920;
    --theme-spx-ratio: 1px;
}

.font_0 {
    font: var(--font_0);
    color: rgb(var(--color_17));
    letter-spacing: 0em;
}

.font_1 {
    font: var(--font_1);
    color: rgb(var(--color_14));
    letter-spacing: 0em;
}

.font_2 {
    font: var(--font_2);
    color: #44C8F5;
    letter-spacing: 0em;
}

.font_3 {
    font: var(--font_3);
    color: rgb(var(--color_17));
    letter-spacing: 0em;
}

.font_4 {
    font: var(--font_4);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_5 {
    font: var(--font_5);
    color: rgb(var(--color_35));
    letter-spacing: 0em;
}

.font_6 {
    font: var(--font_6);
    color: rgb(var(--color_2));
    letter-spacing: 0em;
}

.font_7 {
    font: var(--font_7);
    color: rgb(var(--color_2));
    letter-spacing: 0em;
}

.font_8 {
    font: var(--font_8);
    color: rgb(var(--color_15));
    letter-spacing: 0em;
}

.font_9 {
    font: var(--font_9);
    color: rgb(var(--color_2));
    letter-spacing: 0em;
}

.font_10 {
    font: var(--font_10);
    color: rgb(var(--color_14));
    letter-spacing: 0em;
}

.color_0 {
    color: rgb(var(--color_0));
}

.color_1 {
    color: rgb(var(--color_1));
}

.color_2 {
    color: rgb(var(--color_2));
}

.color_3 {
    color: rgb(var(--color_3));
}

.color_4 {
    color: rgb(var(--color_4));
}

.color_5 {
    color: rgb(var(--color_5));
}

.color_6 {
    color: rgb(var(--color_6));
}

.color_7 {
    color: rgb(var(--color_7));
}

.color_8 {
    color: rgb(var(--color_8));
}

.color_9 {
    color: rgb(var(--color_9));
}

.color_10 {
    color: rgb(var(--color_10));
}

.color_11 {
    color: rgb(var(--color_11));
}

.color_12 {
    color: rgb(var(--color_12));
}

.color_13 {
    color: rgb(var(--color_13));
}

.color_14 {
    color: rgb(var(--color_14));
}

.color_15 {
    color: rgb(var(--color_15));
}

.color_16 {
    color: rgb(var(--color_16));
}

.color_17 {
    color: rgb(var(--color_17));
}

.color_18 {
    color: rgb(var(--color_18));
}

.color_19 {
    color: rgb(var(--color_19));
}

.color_20 {
    color: rgb(var(--color_20));
}

.color_21 {
    color: rgb(var(--color_21));
}

.color_22 {
    color: rgb(var(--color_22));
}

.color_23 {
    color: rgb(var(--color_23));
}

.color_24 {
    color: rgb(var(--color_24));
}

.color_25 {
    color: rgb(var(--color_25));
}

.color_26 {
    color: rgb(var(--color_26));
}

.color_27 {
    color: rgb(var(--color_27));
}

.color_28 {
    color: rgb(var(--color_28));
}

.color_29 {
    color: rgb(var(--color_29));
}

.color_30 {
    color: rgb(var(--color_30));
}

.color_31 {
    color: rgb(var(--color_31));
}

.color_32 {
    color: rgb(var(--color_32));
}

.color_33 {
    color: rgb(var(--color_33));
}

.color_34 {
    color: rgb(var(--color_34));
}

.color_35 {
    color: rgb(var(--color_35));
}

.color_36 {
    color: rgb(var(--color_36));
}

.color_37 {
    color: rgb(var(--color_37));
}

.color_38 {
    color: rgb(var(--color_38));
}

.color_39 {
    color: rgb(var(--color_39));
}

.color_40 {
    color: rgb(var(--color_40));
}

.color_41 {
    color: rgb(var(--color_41));
}

.color_42 {
    color: rgb(var(--color_42));
}

.color_43 {
    color: rgb(var(--color_43));
}

.color_44 {
    color: rgb(var(--color_44));
}

.color_45 {
    color: rgb(var(--color_45));
}

.color_46 {
    color: rgb(var(--color_46));
}

.color_47 {
    color: rgb(var(--color_47));
}

.color_48 {
    color: rgb(var(--color_48));
}

.color_49 {
    color: rgb(var(--color_49));
}

.color_50 {
    color: rgb(var(--color_50));
}

.color_51 {
    color: rgb(var(--color_51));
}

.color_52 {
    color: rgb(var(--color_52));
}

.color_53 {
    color: rgb(var(--color_53));
}

.color_54 {
    color: rgb(var(--color_54));
}

.color_55 {
    color: rgb(var(--color_55));
}

.color_56 {
    color: rgb(var(--color_56));
}

.color_57 {
    color: rgb(var(--color_57));
}

.color_58 {
    color: rgb(var(--color_58));
}

.color_59 {
    color: rgb(var(--color_59));
}

.color_60 {
    color: rgb(var(--color_60));
}

.color_61 {
    color: rgb(var(--color_61));
}

.color_62 {
    color: rgb(var(--color_62));
}

.color_63 {
    color: rgb(var(--color_63));
}

.color_64 {
    color: rgb(var(--color_64));
}

.color_65 {
    color: rgb(var(--color_65));
}

.backcolor_0 {
    background-color: rgb(var(--color_0));
}

.backcolor_1 {
    background-color: rgb(var(--color_1));
}

.backcolor_2 {
    background-color: rgb(var(--color_2));
}

.backcolor_3 {
    background-color: rgb(var(--color_3));
}

.backcolor_4 {
    background-color: rgb(var(--color_4));
}

.backcolor_5 {
    background-color: rgb(var(--color_5));
}

.backcolor_6 {
    background-color: rgb(var(--color_6));
}

.backcolor_7 {
    background-color: rgb(var(--color_7));
}

.backcolor_8 {
    background-color: rgb(var(--color_8));
}

.backcolor_9 {
    background-color: rgb(var(--color_9));
}

.backcolor_10 {
    background-color: rgb(var(--color_10));
}

.backcolor_11 {
    background-color: rgb(var(--color_11));
}

.backcolor_12 {
    background-color: rgb(var(--color_12));
}

.backcolor_13 {
    background-color: rgb(var(--color_13));
}

.backcolor_14 {
    background-color: rgb(var(--color_14));
}

.backcolor_15 {
    background-color: rgb(var(--color_15));
}

.backcolor_16 {
    background-color: rgb(var(--color_16));
}

.backcolor_17 {
    background-color: rgb(var(--color_17));
}

.backcolor_18 {
    background-color: rgb(var(--color_18));
}

.backcolor_19 {
    background-color: rgb(var(--color_19));
}

.backcolor_20 {
    background-color: rgb(var(--color_20));
}

.backcolor_21 {
    background-color: rgb(var(--color_21));
}

.backcolor_22 {
    background-color: rgb(var(--color_22));
}

.backcolor_23 {
    background-color: rgb(var(--color_23));
}

.backcolor_24 {
    background-color: rgb(var(--color_24));
}

.backcolor_25 {
    background-color: rgb(var(--color_25));
}

.backcolor_26 {
    background-color: rgb(var(--color_26));
}

.backcolor_27 {
    background-color: rgb(var(--color_27));
}

.backcolor_28 {
    background-color: rgb(var(--color_28));
}

.backcolor_29 {
    background-color: rgb(var(--color_29));
}

.backcolor_30 {
    background-color: rgb(var(--color_30));
}

.backcolor_31 {
    background-color: rgb(var(--color_31));
}

.backcolor_32 {
    background-color: rgb(var(--color_32));
}

.backcolor_33 {
    background-color: rgb(var(--color_33));
}

.backcolor_34 {
    background-color: rgb(var(--color_34));
}

.backcolor_35 {
    background-color: rgb(var(--color_35));
}

.backcolor_36 {
    background-color: rgb(var(--color_36));
}

.backcolor_37 {
    background-color: rgb(var(--color_37));
}

.backcolor_38 {
    background-color: rgb(var(--color_38));
}

.backcolor_39 {
    background-color: rgb(var(--color_39));
}

.backcolor_40 {
    background-color: rgb(var(--color_40));
}

.backcolor_41 {
    background-color: rgb(var(--color_41));
}

.backcolor_42 {
    background-color: rgb(var(--color_42));
}

.backcolor_43 {
    background-color: rgb(var(--color_43));
}

.backcolor_44 {
    background-color: rgb(var(--color_44));
}

.backcolor_45 {
    background-color: rgb(var(--color_45));
}

.backcolor_46 {
    background-color: rgb(var(--color_46));
}

.backcolor_47 {
    background-color: rgb(var(--color_47));
}

.backcolor_48 {
    background-color: rgb(var(--color_48));
}

.backcolor_49 {
    background-color: rgb(var(--color_49));
}

.backcolor_50 {
    background-color: rgb(var(--color_50));
}

.backcolor_51 {
    background-color: rgb(var(--color_51));
}

.backcolor_52 {
    background-color: rgb(var(--color_52));
}

.backcolor_53 {
    background-color: rgb(var(--color_53));
}

.backcolor_54 {
    background-color: rgb(var(--color_54));
}

.backcolor_55 {
    background-color: rgb(var(--color_55));
}

.backcolor_56 {
    background-color: rgb(var(--color_56));
}

.backcolor_57 {
    background-color: rgb(var(--color_57));
}

.backcolor_58 {
    background-color: rgb(var(--color_58));
}

.backcolor_59 {
    background-color: rgb(var(--color_59));
}

.backcolor_60 {
    background-color: rgb(var(--color_60));
}

.backcolor_61 {
    background-color: rgb(var(--color_61));
}

.backcolor_62 {
    background-color: rgb(var(--color_62));
}

.backcolor_63 {
    background-color: rgb(var(--color_63));
}

.backcolor_64 {
    background-color: rgb(var(--color_64));
}

.backcolor_65 {
    background-color: rgb(var(--color_65));
}

#SITE_HEADER {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --shc-mutated-brightness: 8, 13, 28
}

#SITE_FOOTER {
    --shc-mutated-brightness: 8, 13, 28;
    --bg-overlay-color: transparent;
    --bg-gradient: none
}

#SITE_PAGES {
    --transition-duration: 700ms
}

#BACKGROUND_GROUP {
    --transition-duration: 700ms
}

/* @font-face {
    font-family: "Avenir-LT-W01_35-Light1475496";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0078f486-8e52-42c0-ad81-3c8d3d43f48e.woff2") format("woff2"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/908c4810-64db-4b46-bb8e-823eb41f68c0.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: "Avenir-LT-W05_35-Light";
    src: url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Avenir_Family_Pack/v1/AvenirLTW05-35Light.woff2") format("woff2"), url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Avenir_Family_Pack/v1/AvenirLTW05-35Light.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: "Avenir-LT-W01_85-Heavy1475544";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/d513e15e-8f35-4129-ad05-481815e52625.woff2") format("woff2"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/61bd362e-7162-46bd-b67e-28f366c4afbe.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: "Avenir-LT-W05_85-Heavy";
    src: url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Avenir_Family_Pack/v1/AvenirLTW05-85Heavy.woff2") format("woff2"), url("//static.parastorage.com/services/santa-resources/resources/viewer/user-site-fonts/fonts/Avenir_Family_Pack/v1/AvenirLTW05-85Heavy.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: "Helvetica-W01-Bold";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/f70da45a-a05c-490c-ad62-7db4894b012a.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/f70da45a-a05c-490c-ad62-7db4894b012a.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/c5749443-93da-4592-b794-42f28d62ef72.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/73805f15-38e4-4fb7-8a08-d56bf29b483b.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/874bbc4a-0091-49f0-93ef-ea4e69c3cc7a.svg#874bbc4a-0091-49f0-93ef-ea4e69c3cc7a") format("svg");
    font-display: block;
}

@font-face {
    font-family: "Helvetica-W02-Bold";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/8c0d8b0f-d7d6-4a72-a418-c2373e4cbf27.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/8c0d8b0f-d7d6-4a72-a418-c2373e4cbf27.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/192dac76-a6d9-413d-bb74-22308f2e0cc5.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/47584448-98c4-436c-89b9-8d6fbeb2a776.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/375c70e5-6822-492b-8408-7cd350440af7.svg#375c70e5-6822-492b-8408-7cd350440af7") format("svg");
    font-display: block;
}

@font-face {
    font-family: "Helvetica-LT-W10-Bold";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/9fe262dc-5a55-4d75-91a4-aed76bd32190.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/9fe262dc-5a55-4d75-91a4-aed76bd32190.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/0a3939d0-3833-4db3-8b85-f64c2b3350d2.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/1b128d6d-126f-4c9c-8f87-3e7d30a1671c.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/b791c850-fde1-48b3-adf0-8998d55b0866.svg#b791c850-fde1-48b3-adf0-8998d55b0866") format("svg");
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxC7m0dR9pBOi.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRzS7m0dR9pBOi.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxi7m0dR9pBOi.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRxy7m0dR9pBOi.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUQjIg1_i6t8kCHKm459WxRyS7m0dR9pA.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8fZwjimrq1Q_.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz-PZwjimrq1Q_.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8_Zwjimrq1Q_.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz8vZwjimrq1Q_.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUPjIg1_i6t8kCHKm459WxZcgvz_PZwjimrqw.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyyTh89ZNpQ.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyyTh89ZNpQ.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyyTh89ZNpQ.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WdhyyTh89ZNpQ.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WlhyyTh89Y.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_vx3rCubqg.woff2") format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_vx3rCubqg.woff2") format('woff2');
    unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_vx3rCubqg.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_vx3rCubqg.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_vx3rCs.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 900;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/montserrat/v26/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCvC73w9aXp-p7K4KLjztg.woff2") format('woff2');
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
    font-display: block;
}

@font-face {
    font-family: "Helvetica-W01-Light";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/717f8140-20c9-4892-9815-38b48f14ce2b.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/717f8140-20c9-4892-9815-38b48f14ce2b.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/03805817-4611-4dbc-8c65-0f73031c3973.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/d5f9f72d-afb7-4c57-8348-b4bdac42edbb.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/05ad458f-263b-413f-b054-6001a987ff3e.svg#05ad458f-263b-413f-b054-6001a987ff3e") format("svg");
    font-display: block;
}

@font-face {
    font-family: "Helvetica-W02-Light";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/ff80873b-6ac3-44f7-b029-1b4111beac76.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/ff80873b-6ac3-44f7-b029-1b4111beac76.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/80c34ad2-27c2-4d99-90fa-985fd64ab81a.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/b8cb02c2-5b58-48d8-9501-8d02869154c2.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/92c941ea-2b06-4b72-9165-17476d424d6c.svg#92c941ea-2b06-4b72-9165-17476d424d6c") format("svg");
    font-display: block;
}

@font-face {
    font-family: "Barlow-Medium";
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v1/ZqlneECqpsd9SXlmAsD2E1tXRa8TVwTICgirnJhmVJw.woff2") format("woff2"), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/barlow/v1/ZqlneECqpsd9SXlmAsD2Ez8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: "Barlow-Medium";
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v1/yS165lxqGuDghyUMXeu6xVtXRa8TVwTICgirnJhmVJw.woff2") format("woff2"), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/barlow/v1/yS165lxqGuDghyUMXeu6xT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: "Barlow-Medium";
    font-style: italic;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v1/xJLokI-F3wr7NRWXgS0pZ6g5eI2G47JWe0-AuFtD150.woff2") format("woff2"), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/barlow/v1/xJLokI-F3wr7NRWXgS0pZ9Ih4imgI8P11RFo6YPCPC0.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: "Barlow-Medium";
    font-weight: 700;
    font-style: italic;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v1/hw7DQwyFvE7wFOFzpow4xqg5eI2G47JWe0-AuFtD150.woff2") format("woff2"), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/barlow/v1/hw7DQwyFvE7wFOFzpow4xtIh4imgI8P11RFo6YPCPC0.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    src: local('Barlow Italic'), local('Barlow-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v4/7cHrv4kjgoGqM7E_Cfs0wH8DnzcjTrA.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    src: local('Barlow Italic'), local('Barlow-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v4/7cHrv4kjgoGqM7E_Cfs1wH8DnzcjTrA.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 400;
    src: local('Barlow Italic'), local('Barlow-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v4/7cHrv4kjgoGqM7E_Cfs7wH8Dnzcj.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    src: local('Barlow Bold Italic'), local('Barlow-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v4/7cHsv4kjgoGqM7E_CfOA5WohvToJdLm8BvE.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    src: local('Barlow Bold Italic'), local('Barlow-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v4/7cHsv4kjgoGqM7E_CfOA5WogvToJdLm8BvE.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    font-style: italic;
    font-weight: 700;
    src: local('Barlow Bold Italic'), local('Barlow-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v4/7cHsv4kjgoGqM7E_CfOA5WouvToJdLm8.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: local('Barlow Regular'), local('Barlow-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v4/7cHpv4kjgoGqM7E_A8s5ynghnQci.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: local('Barlow Regular'), local('Barlow-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v4/7cHpv4kjgoGqM7E_Ass5ynghnQci.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 400;
    src: local('Barlow Regular'), local('Barlow-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v4/7cHpv4kjgoGqM7E_DMs5ynghnQ.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: local('Barlow Bold'), local('Barlow-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v4/7cHqv4kjgoGqM7E3t-4s6Fostz0rdom9.woff2") format('woff2');
    unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: local('Barlow Bold'), local('Barlow-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v4/7cHqv4kjgoGqM7E3t-4s6Vostz0rdom9.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Barlow';
    font-style: normal;
    font-weight: 700;
    src: local('Barlow Bold'), local('Barlow-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/barlow/v4/7cHqv4kjgoGqM7E3t-4s51ostz0rdg.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: "Poppins-ExtraLight";
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/h3r77AwDsldr1E_2g4qqGPk_vArhqVIZ0nv9q090hN8.woff2") format("woff2"), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/h3r77AwDsldr1E_2g4qqGBsxEYwM7FgeyaSgU71cLG0.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: "Poppins-ExtraLight";
    font-weight: 700;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/rijG6I_IOXJjsH07UEo2mw.woff2") format("woff2"), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/p0A1C4_gK5NzKtuGSwNurQ.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: "Poppins-ExtraLight";
    font-style: italic;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKRUOjZSKWg4xBWp_C_qQx0o.woff2") format("woff2"), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKRa1RVmPjeKy21_GQJaLlJI.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: "Poppins-ExtraLight";
    font-weight: 700;
    font-style: italic;
    src: url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/Fm41upUVp7KTKUZhL0PfQVtXRa8TVwTICgirnJhmVJw.woff2") format("woff2"), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/Fm41upUVp7KTKUZhL0PfQT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: local('Poppins Italic'), local('Poppins-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiGyp8kv8JHgFVrJJLucXtAOvWDSHFF.woff2") format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
    font-display: block;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: local('Poppins Italic'), local('Poppins-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiGyp8kv8JHgFVrJJLufntAOvWDSHFF.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: local('Poppins Italic'), local('Poppins-Italic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiGyp8kv8JHgFVrJJLucHtAOvWDSA.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15VFteOYktMqlap.woff2") format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
    font-display: block;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15VGdeOYktMqlap.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiDyp8kv8JHgFVrJJLmy15VF9eOYktMqg.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiEyp8kv8JHgFVrJJbecnFHGPezSQ.woff2") format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
    font-display: block;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z11lFd2JQEl8qw.woff2") format('woff2');
    unicode-range: U+0900-097F, U+1CD0-1CF6, U+1CF8-1CF9, U+200C-200D, U+20A8, U+20B9, U+25CC, U+A830-A839, U+A8E0-A8FB;
    font-display: block;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2") format('woff2');
    unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
    font-display: block;
}

@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url("//static.parastorage.com/tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v9/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2") format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
    font-display: block;
}

@font-face {
    font-family: "Helvetica-W01-Roman";
    src: url("//static.parastorage.com/services/santa-resources/dist/viewer/user-site-fonts/fonts/Helvetica/v3/HelveticaLTW04-Roman.woff2") format("woff2"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/4021a3b9-f782-438b-aeb4-c008109a8b64.woff") format("woff");
    font-display: block;
}

@font-face {
    font-family: "Helvetica-W02-Roman";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/e4bd4516-4480-43df-aa6e-4e9b9029f53e.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/b56b944e-bbe0-4450-a241-de2125d3e682.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/7da02f05-ae8b-43a1-aeb9-83b3c0527c06.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/66cac56e-d017-4544-9d0c-f7d978f0c5c2.svg#66cac56e-d017-4544-9d0c-f7d978f0c5c2") format("svg");
    font-display: block;
}

@font-face {
    font-family: "Helvetica-LT-W10-Roman";
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/686a6a06-e711-4bd2-b393-8504a497bb3c.eot?#iefix");
    src: url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/686a6a06-e711-4bd2-b393-8504a497bb3c.eot?#iefix") format("eot"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/6f8d1983-4d34-4fa4-9110-988f6c495757.woff") format("woff"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/7903ee3f-e9ab-4bdc-b7d2-d232de2da580.ttf") format("truetype"), url("//static.parastorage.com/services/third-party/fonts/user-site-fonts/fonts/9c58e9ea-fdea-4b9c-b0f9-0a2157389ed0.svg#9c58e9ea-fdea-4b9c-b0f9-0a2157389ed0") format("svg");
    font-display: block;
} */

#zg724 {
    height: auto;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#zg724 .zg724-container {
    position: relative;
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto auto auto auto auto 0px auto auto auto auto;
    grid-template-columns: minmax(0px, 1fr);
    --container-display: grid;
}

#zg724:not(.zg724-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid;
}

#zg724 {
    --bg: var(--color_11);
    --alpha-bg: 1;
}

#PAGE_SECTIONSzg724 {
    --above-all-in-container: 49;
}

#comp-le50zo19 {
    z-index: 50;
    --above-all-in-container: 10000;
}

#comp-le5f4u5z-pinned-layer {
    z-index: 54;
    --above-all-in-container: 10000;
}

#comp-header {
    z-index: 51;
    --above-all-in-container: 10000;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #PAGE_SECTIONSzg724 {
        --above-all-in-container: 49;
    }
}

#comp-le50znod {
    min-height: 0px;
    min-width: 0px;
    height: calc((100vh - 80px));
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 3/1/4/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le50znod-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le50znod {
        min-height: 0vh;
        --l_display: unset;
    }
}

#comp-le50znod {
    --bg: var(--color_11);
    --alpha-bg: 0;
}

#comp-le50znod {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le6o9y7l {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le6o9y7l-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

#comp-le6o9y7l:not(.comp-le6o9y7l-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid;
}

#comp-le6o9y7l::before {
    --aspect-ratio: 0.52343308865048;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

#comp-le6o9y7p4 {
    --l_display: unset;
    height: auto;
    min-width: 50px;
    width: 21.144278606965173%;
    max-width: 100px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: center;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le6o9y7p4::before {
    --aspect-ratio: 1;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

#comp-le6o9y7r {
    --l_display: unset;
    height: 44px;
    width: auto;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: end;
    justify-self: center;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le6o9y7r {
    --maincolor: 255, 255, 255;
    --alpha-maincolor: 1;
    --progresscolor: 31, 223, 103;
    --alpha-progresscolor: 1;
    --disabledcolor: 141, 141, 141;
    --alpha-disabledcolor: 1;
    --textcolor: 45, 45, 45;
    --alpha-textcolor: 1;
}

#comp-le6o9kwn {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 60%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le6o9kwn-container {
    box-sizing: border-box;
    row-gap: 16px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6o9kwn {
        width: 80%;
    }
}

#comp-le6o9kwn {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le6o9kx0 {
    --l_display: unset;
    height: auto;
    width: 99.9999371415497%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: end;
    justify-self: start;
    margin-left: 0px;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le6o9kx0 {
    --color: var(--color_11);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6o9kx0 {
        --fontSize: 24px;
        --textAlign: center;
    }
}

#comp-le6o9kx0 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le6o9kx8 {
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le6o9kx8 {
    --color: var(--color_11);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6o9kx8 {
        --fontSize: 40px;
        --textAlign: center;
    }
}

#comp-le6o9kx8 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le50zo19 {
    min-height: 94px;
    min-width: 0px;
    height: auto;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 11/1/12/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le50zo19-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

#comp-le50zo19:not(.comp-le50zo19-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le50zo19 {
        --l_display: unset;
    }
}

#comp-le50zo19 {
    --alpha-bg: 0;
    --bg: var(--color_11);
}

#comp-le50zo19 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le50zo19_r_comp-le50z53o {
    height: 345.08928571428555px;
    min-height: 203px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le50zo19_r_comp-le50z53o-container {
    box-sizing: border-box;
    padding-bottom: 32px;
    row-gap: 16px;
    column-gap: 16px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 0.19995136556258922fr 0.6000361821418418fr 0.20001245229556897fr;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    --container-display: grid;
}

#comp-le50zo19_r_comp-le50z53o:not(.comp-le50zo19_r_comp-le50z53o-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le50z53o {
        height: auto;
        min-height: 0px;
    }

    .comp-le50zo19_r_comp-le50z53o-container {
        row-gap: 32px;
        grid-template-rows: auto auto auto auto;
        grid-template-columns: 1fr;
    }
}

#comp-le50zo19_r_comp-le50z53o {
    --bg: var(--color_23);
    --rd: 0px 0px 0px 0px;
    --alpha-brd: 1;
    --alpha-bg: 0;
    --brw: 0px 0px 0px 0px;
    --brd: var(--color_15);
}

#comp-le50zo19_r_comp-le6wg4n4 {
    width: 100%;
    height: max-content;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    grid-area: 3/1/4/6;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le50zo19_r_comp-le6wg4n4-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-display: flex;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le6wg4n4 {
        grid-area: 4/1/5/2;
    }
}

#comp-le50zo19_r_comp-le6wg4n4 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le50zo19_r_comp-le6we8d6 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 8px;
    align-self: center;
    order: 1;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le6we8d6 {
        width: 80%;
    }
}

#comp-le50zo19_r_comp-le6we8d6 {
    --fontSize: 12px;
    --lineHeight: 1.6em;
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: center;
}

#comp-le50zo19_r_comp-le52ho1r {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    align-self: center;
    order: 2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le52ho1r {
        width: 80%;
    }
}

#comp-le50zo19_r_comp-le52ho1r {
    --color: var(--color_11);
    --alpha-color: 1;
    --textAlign: center;
    --lineHeight: 1.6em;
    --fontSize: 12px;
    --fontWeight: normal;
}

#comp-le50zo19_r_comp-le5ahsor {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0%;
    grid-area: 2/5/3/6;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le50zo19_r_comp-le5ahsor-container {
    box-sizing: border-box;
    row-gap: 8px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le5ahsor {
        min-width: 144px;
        width: max-content;
        align-self: center;
        justify-self: center;
        margin-top: 0.0007499999992433004px;
        grid-area: 3/1/4/2;
    }
}

#comp-le50zo19_r_comp-le5ahsor {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le50zo19_r_comp-le5ad9sg {
    --l_display: unset;
    height: auto;
    width: auto;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le5ad9sg {
        justify-self: center;
    }
}

#comp-le50zo19_r_comp-le5ah4nd {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: 0.008867990385679543%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le5ah4nd {
        width: max-content;
        justify-self: center;
        margin-left: 0%;
    }
}

#comp-le50zo19_r_comp-le5ah4nd {
    --textAlign: left;
    --textDecoration: none;
    --color: var(--color_11);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
    #comp-le50zo19_r_comp-le5ah4nd {
        --textAlign: left;
    }
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le5ah4nd {
        --textAlign: center;
        --fontSize: 16px;
    }
}

#comp-le50zo19_r_comp-le53ps8t {
    min-height: 0px;
    --comp-display: flex;
    --l_display: unset;
    height: auto;
    width: 100%;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0%;
    grid-area: 2/4/3/5;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le50zo19_r_comp-le53ps8t .comp-le50zo19_r_comp-le53ps8t-overflow-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}

#comp-le50zo19_r_comp-le53ps8t .comp-le50zo19_r_comp-le53ps8t-container {
    position: relative;
    box-sizing: border-box;
    row-gap: 8px;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 4.6011076828983315fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le53ps8t {
        min-width: 0px;
        width: 80%;
        align-self: center;
        justify-self: center;
        margin-bottom: 0.0003749999999911324px;
        grid-area: 2/1/3/2;
    }

    #comp-le50zo19_r_comp-le53ps8t .comp-le50zo19_r_comp-le53ps8t-container {
        row-gap: 4px;
        grid-template-columns: auto;
    }
}

#comp-le50zo19_r_comp-le53ps8t {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le50zo19_r_comp-le53m574 {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0.10950000000048021px;
    margin-left: 0%;
    margin-right: 0%;
    grid-area: 4/1/5/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le50zo19_r_comp-le53m574-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto;
    grid-template-columns: 24px auto;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le53m574 {
        min-width: 0px;
        width: max-content;
        align-self: start;
        justify-self: center;
        margin-bottom: 0px;
    }

    .comp-le50zo19_r_comp-le53m574-container {
        grid-template-columns: auto auto;
    }
}

#comp-le50zo19_r_comp-le53m574 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le50zo19_r_comp-le530pja {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 24px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le50zo19_r_comp-le530pja::before {
    --aspect-ratio: 1;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le530pja {
        --l_display: none;
    }
}

#comp-le50zo19_r_comp-le53l97c {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: center;
    margin-left: 12px;
    margin-right: 0%;
    margin-top: 0.00005000000000165983px;
    margin-bottom: 0px;
    grid-area: 1/2/2/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le53l97c {
        width: max-content;
        margin-top: 0px;
        margin-left: 0px;
    }
}

#comp-le50zo19_r_comp-le53l97c {
    --fontSize: 14px;
    --lineHeight: 1.6em;
    --color: var(--color_11);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le53l97c {
        --fontSize: 12px;
        --textAlign: center;
    }
}

#comp-le50zo19_r_comp-le53i1jl {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0.10950000000048021px;
    margin-left: 0%;
    margin-right: 0%;
    grid-area: 3/1/4/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le50zo19_r_comp-le53i1jl-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto;
    grid-template-columns: 24px auto;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le53i1jl {
        min-width: 0px;
        width: max-content;
        align-self: start;
        justify-self: center;
        margin-bottom: 0px;
    }

    .comp-le50zo19_r_comp-le53i1jl-container {
        grid-template-columns: auto auto;
    }
}

#comp-le50zo19_r_comp-le53i1jl {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le50zo19_r_comp-le53gk3l {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: center;
    margin-left: 12px;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/2/2/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le53gk3l {
        margin-left: 0px;
    }
}

#comp-le50zo19_r_comp-le53gk3l {
    --fontSize: 14px;
    --lineHeight: 1.6em;
    --color: var(--color_11);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le53gk3l {
        --fontSize: 12px;
        --textAlign: center;
    }
}

#comp-le50zo19_r_comp-le52ue87 {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 24px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le50zo19_r_comp-le52ue87::before {
    --aspect-ratio: 1;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le52ue87 {
        --l_display: none;
    }
}

#comp-le50zo19_r_comp-le53c5dr {
    min-height: 0px;
    --l_display: none;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: end;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le50zo19_r_comp-le53c5dr-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto;
    grid-template-columns: 24px auto;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le53c5dr {
        --l_display: unset;
        min-width: 0px;
        width: max-content;
        align-self: start;
        justify-self: center;
    }

    .comp-le50zo19_r_comp-le53c5dr-container {
        grid-template-columns: auto auto;
    }
}

#comp-le50zo19_r_comp-le53c5dr {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le50zo19_r_comp-le52lznv {
    height: auto;
    width: auto;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: end;
    justify-self: stretch;
    margin-left: 12px;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/2/2/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le52lznv {
        margin-left: 0px;
    }
}

#comp-le50zo19_r_comp-le52lznv {
    --fontSize: 14px;
    --lineHeight: 1.6em;
    --color: var(--color_11);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le52lznv {
        --fontSize: 12px;
        --textAlign: center;
    }
}

#comp-le50zo19_r_comp-le52s2z3 {
    height: auto;
    width: 24px;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le50zo19_r_comp-le52s2z3::before {
    --aspect-ratio: 1;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le52s2z3 {
        --l_display: none;
    }
}

#comp-le50zo19_r_comp-le526sco {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-top: 0.015625px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le526sco {
        width: max-content;
        justify-self: center;
        margin-top: 0px;
    }
}

#comp-le50zo19_r_comp-le526sco {
    --textDecoration: none;
    --fontStyle: normal;
    --color: var(--color_11);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le526sco {
        --textAlign: center;
        --fontSize: 16px;
    }
}

#comp-le50zo19_r_comp-le5bodmh {
    min-height: 100px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 2/1/3/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le50zo19_r_comp-le5bodmh-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(53.9765625px, max-content) minmax(53.9765625px, max-content);
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le5bodmh {
        min-height: 0px;
        width: 50%;
        align-self: start;
        justify-self: center;
        margin-top: 32px;
        grid-area: 1/1/2/2;
    }

    .comp-le50zo19_r_comp-le5bodmh-container {
        grid-template-rows: auto auto;
    }
}

#comp-le50zo19_r_comp-le5bodmh {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le50zo19_r_comp-le5bo1vn {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0%;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le5bo1vn {
        margin-top: 8px;
    }
}

#comp-le50zo19_r_comp-le5bo1vn {
    --textAlign: center;
    --color: var(--color_11);
    --alpha-color: 1;
}

#comp-le50zo19_r_comp-le5blsxe {
    --l_display: unset;
    height: 70px;
    min-width: 0px;
    width: 150px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0.37166563923708207%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le50zo19_r_comp-le5blsxe {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --alpha-borderColor: 1;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --alpha-backgroundColor: 0;
    --boxShadowToggleOn-boxShadow: none;
}

#comp-le50zo19_r_comp-lg0nfxge {
    width: 88.359375px;
    height: 45px;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: end;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 36.31287499999962px;
    grid-area: 2/5/3/6;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 1000px) {
    #comp-le50zo19_r_comp-lg0nfxge {
        --l_display: none;
    }
}

@media screen and (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-lg0nfxge {
        grid-area: 2/1/3/2;
    }
}

#comp-le50zo19_r_comp-lg0nfxge {
    --borderColor: 24, 24, 24;
    --alpha-borderColor: 1;
    --borderWidth: 1px;
    --borderRadius: 0px 0px 0px 0px;
    --boxShadow: none;
    --separatorColor: var(--color_15);
    --alpha-separatorColor: 1;
    --backgroundColor: var(--color_11);
    --borderRadiusValue: 0px 0px 0px 0px;
    --itemFont: normal normal 700 16px/1.4em poppins-extralight, poppins, sans-serif;
    --itemTextColor: var(--color_15);
    --itemTextColorHover: var(--color_12);
    --backgroundColorHover: var(--color_11);
    --alpha-backgroundColorHover: 1;
    --itemTextColorActive: var(--color_15);
    --alpha-itemTextColorActive: 1;
    --backgroundColorActive: var(--color_16);
    --borderSides: none;
    --itemSpacing: 5px;
    --alpha-backgroundColor: 1;
    --alpha-itemTextColorHover: 1;
    --alpha-backgroundColorActive: 0.8;
    --borderColorHover: rgba(32, 32, 32, 1);
    --borderColorActive: rgba(32, 32, 32, 1);
    --boxShadowToggleOn-boxShadow: none;
    --alpha-itemTextColor: 1;
}

#comp-le51mn1n {
    height: 50vh;
    min-height: 0px;
    --comp-display: flex;
    --l_display: unset;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    align-self: stretch;
    justify-self: stretch;
    grid-area: 4/1/5/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le51mn1n .comp-le51mn1n-container {
    position: relative;
    box-sizing: border-box;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: 1fr 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le51mn1n {
        height: 100vh;
    }

    #comp-le51mn1n .comp-le51mn1n-container {
        row-gap: 0px;
        column-gap: 0px;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
    }
}

#comp-le51mn1n {
    --bg: var(--color_11);
    --alpha-bg: 0;
}

#comp-le6pbwjk {
    min-height: 0px;
    --comp-display: flex;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 100%;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    align-self: center;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    grid-area: 1/2/2/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le6pbwjk .comp-le6pbwjk-overflow-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}

#comp-le6pbwjk .comp-le6pbwjk-container {
    position: relative;
    box-sizing: border-box;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6pbwjk {
        margin-right: 0.00037500000001955414px;
        margin-bottom: 0.015625px;
        grid-area: 1/1/2/2;
    }
}

#comp-le6pbwjk {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le6pbwjr4 {
    min-height: 0px;
    --l_display: unset;
    height: 50vh;
    min-width: 0px;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6pbwjr4 {
        height: 100vh;
        align-self: center;
        justify-self: center;
    }
}

#comp-le6pbwjr4 {
    --backgroundColor: var(--color_25);
    --borderColor: 255, 255, 255;
    --alpha-borderColor: 1;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --shd: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
    --rd: 0px;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --bg: 255, 255, 255;
    --alpha-backgroundColor: 0;
    --brw: 0px;
    --brd: 50, 65, 88;
    --boxShadowToggleOn-shd: none;
    --boxShadowToggleOn-boxShadow: none;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6pbwjr4 {
        --backgroundColor: var(--color_15);
        --mediaOpacity: 0.5;
        --alpha-backgroundColor: 1;
    }
}

#comp-le6pbncp {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 100%;
    max-width: 99999px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le6pbncp-container {
    box-sizing: border-box;
    row-gap: 8px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: 492.85899999999987fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6pbncp {
        width: 80%;
        margin-left: 0px;
        margin-right: 0px;
        margin-bottom: 0.01999999999998181px;
    }

    .comp-le6pbncp-container {
        grid-template-columns: 1fr;
    }
}

#comp-le6pbncp {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6pbncp {
        --alpha-bg: 0;
    }
}

#comp-le6pbncu1 {
    --l_display: unset;
    height: auto;
    width: 90%;
    max-width: 99999px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6pbncu1 {
        width: 100%;
        max-width: 650px;
        align-self: center;
        margin-top: 0.0007500000001527951px;
    }
}

#comp-le6pbncu1 {
    --textAlign: center;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6pbncu1 {
        --color: var(--color_11);
        --alpha-color: 1;
    }
}

#comp-le6pbncu1 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le6pbncv5 {
    --l_display: unset;
    height: auto;
    width: 90%;
    max-width: 99999px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6pbncv5 {
        width: 100.00002450605594%;
        max-width: 650px;
        align-self: start;
        margin-left: 0.00012500000002546585px;
    }
}

#comp-le6pbncv5 {
    --textAlign: center;
    --fontSize: 40px;
    --color: 68, 200, 245;
    --alpha-color: 1;
}

#comp-le6pbncv5 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le525ue2 {
    height: auto;
    min-height: 0px;
    --l_display: none;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 7/1/8/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le525ue2-container {
    box-sizing: border-box;
    padding-bottom: 50px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

#comp-le525ue2 {
    --bg: var(--color_11);
    --alpha-bg: 0;
}

#comp-le525uec5 {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 70%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le525uec5-container {
    box-sizing: border-box;
    row-gap: 0px;
    column-gap: 0px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto auto 32px auto 32px auto 32px auto 32px auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le525uec5 {
        width: 100%;
    }

    .comp-le525uec5-container {
        row-gap: 16px;
        grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto;
    }
}

#comp-le525uec5 {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le525uec5 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le53tmyt {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 11/1/12/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le53tmyt-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 6fr 32px 4fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le53tmyt {
        width: 80%;
    }

    .comp-le53tmyt-container {
        row-gap: 0px;
        column-gap: 0px;
        grid-template-columns: 1fr;
    }
}

#comp-le53tmyt {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le525ueq9 {
    height: auto;
    width: 100.00333808082605%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: end;
    justify-self: start;
    margin-left: 0.015374999999949068px;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/3/2/4;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le525ueq9::before {
    --aspect-ratio: 0.7187169423808677;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le525ueq9 {
        width: 100%;
        margin-left: 0px;
        grid-area: 1/1/2/2;
    }

    #comp-le525ueq9::before {
        --aspect-ratio: 0.719749273255814;
    }
}

#comp-le525ueq9 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le525ueq9 {
        opacity: 0.15;
        --comp-opacity: 0.15;
        transform: translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    }
}

#comp-le5e97hi {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 400px;
    width: 100%;
    max-width: 500px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le5e97hi-container {
    box-sizing: border-box;
    row-gap: 8px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: 2fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5e97hi {
        min-width: 0px;
        margin-bottom: 0.015750000000480213px;
    }
}

#comp-le5e97hi {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le525ueg7 {
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le525ueg7 {
        --textAlign: center;
        --fontFamily: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
        --fontSize: 16px;
    }
}

#comp-le525ueg7 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le525uee2 {
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le525uee2 {
        --textAlign: center;
        --fontSize: 24px;
        --color: var(--color_23);
        --alpha-color: 1;
    }
}

#comp-le525uee2 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le53tvjn {
    min-height: 284px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 9/1/10/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le53tvjn-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 4fr 32px 6fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le53tvjn {
        min-height: 0px;
        width: 80%;
    }

    .comp-le53tvjn-container {
        row-gap: 0px;
        column-gap: 0px;
        grid-template-columns: 1fr;
    }
}

#comp-le53tvjn {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le525ueh9 {
    height: auto;
    width: 100.00320879748762%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: end;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le525ueh9::before {
    --aspect-ratio: 0.662902251044882;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le525ueh9 {
        width: 100%;
    }

    #comp-le525ueh9::before {
        --aspect-ratio: 0.6732073643410853;
    }
}

#comp-le525ueh9 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le525ueh9 {
        opacity: 0.15;
        --comp-opacity: 0.15;
        transform: translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    }
}

#comp-le5e0zdc {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 400px;
    width: 100%;
    max-width: 500px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    grid-area: 1/3/2/4;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le5e0zdc-container {
    box-sizing: border-box;
    row-gap: 8px;
    column-gap: 16px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5e0zdc {
        min-width: 0px;
        grid-area: 1/1/2/2;
    }
}

#comp-le5e0zdc {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le525ues4 {
    --l_display: unset;
    height: auto;
    width: 99.91460207289366%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: end;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le525ues4 {
        --fontFamily: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
        --textAlign: center;
        --fontSize: 16px;
    }
}

#comp-le525ues4 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le525uer6 {
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: -0.015625px;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le525uer6 {
        --textAlign: center;
        --fontSize: 24px;
        --color: var(--color_23);
        --alpha-color: 1;
    }
}

#comp-le525uer6 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le53u07v {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 7/1/8/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le53u07v-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 6fr 32px 4fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le53u07v {
        width: 80%;
    }

    .comp-le53u07v-container {
        row-gap: 0px;
        column-gap: 0px;
        grid-template-columns: 1fr;
    }
}

#comp-le53u07v {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le5e8unk {
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-left: 0px;
    margin-right: 1.453125px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/3/2/4;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le5e8unk::before {
    --aspect-ratio: 0.7571655074329195;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

#comp-our-product {
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-left: 0px;
    margin-right: 1.453125px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/3/2/4;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-our-product::before {
    --aspect-ratio: 0.7571655074329195;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5e8unk {
        justify-self: end;
        margin-right: 0.71875px;
        grid-area: 1/1/2/2;
    }
}

#comp-le5e8unk {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-our-product {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5e8unk {
        opacity: 0.15;
        --comp-opacity: 0.15;
        transform: translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    }
}

#comp-le5dwghs {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 400px;
    width: 100%;
    max-width: 500px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le5dwghs-container {
    box-sizing: border-box;
    row-gap: 8px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: auto;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5dwghs {
        min-width: 0px;
    }
}

#comp-le5dwghs {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le525uep10 {
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le525uep10 {
        --textAlign: center;
        --fontFamily: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
        --fontSize: 16px;
    }
}

#comp-le525uep10 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le525ueo7 {
    --l_display: unset;
    height: auto;
    width: 100.00538375015128%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le525ueo7 {
        --textAlign: center;
        --fontSize: 24px;
        --color: var(--color_23);
        --alpha-color: 1;
    }
}

#comp-le525ueo7 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le53v9dp {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: end;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 5/1/6/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le53v9dp-container {
    box-sizing: border-box;
    row-gap: 0px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 4fr 32px 6fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le53v9dp {
        width: 80%;
        align-self: center;
    }

    .comp-le53v9dp-container {
        column-gap: 0px;
        grid-template-columns: 1fr;
    }
}

#comp-le53v9dp {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le53v9e74 {
    height: auto;
    width: 100.00320879748762%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: end;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le53v9e74::before {
    --aspect-ratio: 0.782969530123676;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le53v9e74 {
        width: 100%;
    }

    #comp-le53v9e74::before {
        --aspect-ratio: 0.7933624031007752;
    }
}

#comp-le53v9e74 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le53v9e74 {
        opacity: 0.15;
        --comp-opacity: 0.15;
        transform: translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    }
}

#comp-le5ds826 {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 400px;
    width: 100%;
    max-width: 500px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    grid-area: 1/3/2/4;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le5ds826-container {
    box-sizing: border-box;
    row-gap: 8px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5ds826 {
        min-width: 0px;
        grid-area: 1/1/2/2;
    }
}

#comp-le5ds826 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le53v9ea {
    --l_display: unset;
    height: auto;
    width: 99.99991484839609%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: end;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0%;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le53v9ea {
        --fontFamily: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
        --textAlign: center;
        --fontSize: 16px;
    }
}

#comp-le53v9ea {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le53v9e9 {
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: end;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le53v9e9 {
        --textAlign: center;
        --fontSize: 24px;
        --color: var(--color_23);
        --alpha-color: 1;
    }
}

#comp-le53v9e9 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le5491sm {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 3/1/4/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le5491sm-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 6fr 32px 4fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5491sm {
        width: 80%;
    }

    .comp-le5491sm-container {
        row-gap: 0px;
        column-gap: 0px;
        grid-template-columns: 1fr;
    }
}

#comp-le5491sm {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le5dqgzv {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 400px;
    width: 100%;
    max-width: 500px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le5dqgzv-container {
    box-sizing: border-box;
    row-gap: 8px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5dqgzv {
        min-width: 0px;
    }
}

#comp-le5dqgzv {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le5491te {
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le5491te {
    --fontSize: 20px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5491te {
        --fontSize: 16px;
        --textAlign: center;
        --fontWeight: normal;
        --fontFamily: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
    }
}

#comp-le5491te {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le5491t71 {
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5491t71 {
        justify-self: center;
    }
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5491t71 {
        --textAlign: center;
        --fontSize: 24px;
        --fontWeight: bold;
        --color: var(--color_23);
        --alpha-color: 1;
    }
}

#comp-le5491t71 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le840brs::before {
    --aspect-ratio: 0.6942828584972901;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le840brs {
        width: 100%;
        margin-bottom: 0px;
        margin-left: 378.296875px;
    }

    #comp-le840brs::before {
        --aspect-ratio: 0.7140867248062015;
    }
}

#comp-le840brs {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le840brs {
        opacity: 0.15;
        --comp-opacity: 0.15;
        transform: translateX(0px)translateY(0px)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    }
}

#comp-le840okz {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: auto;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: stretch;
    justify-self: stretch;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    grid-area: 1/3/2/4;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le840okz {
        grid-area: 1/1/2/2;
    }
}

#comp-le840okz {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --alpha-borderColor: 1;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --alpha-backgroundColor: 0;
    --boxShadowToggleOn-boxShadow: none;
}

#comp-le54gfyu {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 48px;
    margin-bottom: 48px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le54gfyu {
        width: 80%;
        margin-top: 32px;
        margin-bottom: 0px;
    }
}

#comp-le54gfyu {
    --textAlign: center;
    --textDecoration: none;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le54gfyu {
        --fontSize: 48px;
    }
}

#comp-le52bsza {
    height: auto;
    min-height: 0px;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 10/1/11/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le52bsza-container {
    box-sizing: border-box;
    padding-top: 32px;
    padding-bottom: 0px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    .comp-le52bsza-container {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
}

#comp-le52bsza {
    --bg: var(--color_11);
    --alpha-bg: 0;
}

#comp-le52l2bh4 {
    min-height: 0px;
    --l_display: unset;
    height: 100%;
    min-width: 0px;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    grid-area: 1/2/2/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le52l2bh4-container {
    box-sizing: border-box;
    padding-right: 32px;
    padding-left: 32px;
    padding-bottom: 32px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le52l2bh4 {
        height: auto;
        align-self: stretch;
        justify-self: stretch;
        margin-top: 32px;
        grid-area: 2/1/3/2;
    }

    .comp-le52l2bh4-container {
        padding-right: 0px;
        padding-left: 0px;
    }
}

#comp-le52l2bh4 {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le593g8u {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 100%;
    max-width: 99999px;
    max-height: 99999px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: end;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le593g8u-container {
    box-sizing: border-box;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

#comp-le593g8u:not(.comp-le593g8u-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le593g8u {
        width: 80%;
        align-self: center;
    }
}

#comp-le593g9l3 {
    height: auto;
    width: auto;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le593g9l3-container {
    box-sizing: border-box;
    row-gap: 20px;
    column-gap: 20px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(70px, max-content) minmax(80px, max-content) minmax(80px, max-content) minmax(90px, max-content) minmax(70px, max-content) minmax(85px, max-content) minmax(100px, max-content);
    grid-template-columns: 1fr 1fr;
    --container-display: grid;
}

#comp-le593g9l3:not(.comp-le593g9l3-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid;
}

#comp-le593g9l3 {
    --rd: 0px;
    --shd: none;
    --bg: var(--color_11);
    --brd: 227, 227, 227;
    --brw: 0px;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le593g9p3 {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0%;
    grid-area: 1/1/2/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le593g9p3 {
    --color: 68, 200, 245;
    --alpha-color: 1;
    --textAlign: center;
    --fontSize: 40px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le593g9p3 {
        --color: var(--color_23);
        --fontSize: 32px;
    }
}

#comp-le593g9s5 {
    min-height: 80px;
    --l_display: unset;
    height: auto;
    width: 99.99991037092097%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0.0038241740381651504%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 2/1/3/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le593g9s5 {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: italic normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --brw: 0px 0px 1px 0px;
    --bg: var(--color_12);
    --txt: var(--color_15);
    --alpha-txt: 1;
    --brd: var(--color_14);
    --txt2: var(--color_12);
    --alpha-txt2: 1;
    --brwh: 0px 0px 2px 0px;
    --bgh: var(--color_12);
    --brdh: var(--color_14);
    --brwf: 0px 0px 2px 0px;
    --bgf: var(--color_12);
    --brdf: var(--color_14);
    --brwe: 0px 0px 2px 0px;
    --bge: 255, 64, 64;
    --brde: 255, 0, 0;
    --bgd: 255, 255, 255;
    --alpha-bgd: 1;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --fntlbl: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --txtlbl: var(--color_15);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_15);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --alpha-bgf: 1;
    --alpha-bge: 0.1;
    --alpha-brdh: 1;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le593ga86 {
    min-height: 80px;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 3/1/4/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le593ga86 {
        grid-area: 3/1/4/3;
    }
}

#comp-le593ga86 {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: italic normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --brw: 0px 0px 1px 0px;
    --bg: var(--color_12);
    --txt: var(--color_15);
    --alpha-txt: 1;
    --brd: var(--color_14);
    --txt2: var(--color_12);
    --alpha-txt2: 1;
    --brwh: 0px 0px 2px 0px;
    --bgh: var(--color_12);
    --brdh: var(--color_14);
    --brwf: 0px 0px 2px 0px;
    --bgf: var(--color_12);
    --brdf: var(--color_14);
    --brwe: 0px 0px 2px 0px;
    --bge: 255, 64, 64;
    --brde: 255, 0, 0;
    --bgd: 255, 255, 255;
    --alpha-bgd: 1;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --fntlbl: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --txtlbl: var(--color_15);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_15);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --alpha-bgf: 1;
    --alpha-bge: 0.1;
    --alpha-brdh: 1;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le593gab4 {
    min-height: 80px;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 3/2/4/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le593gab4 {
        grid-area: 4/1/5/3;
    }
}

#comp-le593gab4 {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: italic normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --brw: 0px 0px 1px 0px;
    --bg: var(--color_12);
    --txt: var(--color_15);
    --alpha-txt: 1;
    --brd: var(--color_14);
    --txt2: var(--color_12);
    --alpha-txt2: 1;
    --brwh: 0px 0px 2px 0px;
    --bgh: var(--color_12);
    --brdh: var(--color_14);
    --brwf: 0px 0px 2px 0px;
    --bgf: var(--color_12);
    --brdf: var(--color_14);
    --brwe: 0px 0px 2px 0px;
    --bge: 255, 64, 64;
    --brde: 255, 0, 0;
    --bgd: 255, 255, 255;
    --alpha-bgd: 1;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 1px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --fntlbl: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --txtlbl: var(--color_15);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_15);
    --alpha-txtlblrq: 1;
    --fntprefix: normal normal normal 16px/1.4em helvetica-w01-roman, helvetica-w02-roman, helvetica-lt-w10-roman, sans-serif;
    --alpha-bgf: 1;
    --alpha-bge: 0.1;
    --alpha-brdh: 1;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le593gae {
    min-height: 189.92187500000045px;
    --l_display: unset;
    height: auto;
    width: 100.00144462136598%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.078125px;
    margin-bottom: 0px;
    grid-area: 4/1/7/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le593gae {
        grid-area: 5/1/7/3;
    }
}

#comp-le593gae {
    --errorTextColor: 255, 64, 64;
    --alpha-errorTextColor: 1;
    --errorTextFont: var(--font_8);
    --shd: none;
    --rd: 0px;
    --fnt: italic normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --brw: 0px 0px 1px 0px;
    --bg: var(--color_12);
    --txt: var(--color_15);
    --alpha-txt: 1;
    --brd: var(--color_14);
    --txt2: var(--color_12);
    --alpha-txt2: 1;
    --brwh: 0px 0px 2px 0px;
    --bgh: var(--color_12);
    --brdh: var(--color_14);
    --bgd: 255, 255, 255;
    --txtd: 219, 219, 219;
    --alpha-txtd: 1;
    --brwd: 0px;
    --brdd: 219, 219, 219;
    --alpha-brdd: 1;
    --brwf: 0px 0px 2px 0px;
    --bgf: var(--color_12);
    --brdf: var(--color_14);
    --brwe: 0px 0px 2px 0px;
    --bge: 255, 64, 64;
    --brde: 255, 0, 0;
    --fntlbl: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --txtlbl: var(--color_15);
    --alpha-txtlbl: 1;
    --txtlblrq: var(--color_15);
    --alpha-txtlblrq: 1;
    --alpha-bgf: 1;
    --alpha-bgd: 1;
    --alpha-bge: 0.1;
    --alpha-brdh: 1;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brde: 1;
    --alpha-brdf: 1;
    --boxShadowToggleOn-shd: none;
    --bg2: 170, 170, 170;
    --alpha-bg2: 1;
}

#comp-le593gak6 {
    min-height: 56px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 5px;
    margin-bottom: 0%;
    grid-area: 7/1/8/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le593gak6 {
    --rd: 0px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --horizontalPadding: 0px;
    --verticalPadding: 0px;
    --fnt: normal normal 700 18px/1.4em avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_11);
    --bg: var(--color_23);
    --brd: 50, 50, 50;
    --brw: 0px;
    --bgh: var(--color_15);
    --brdh: 50, 50, 50;
    --txth: var(--color_11);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txth: 1;
    --alpha-brdh: 1;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
}

#comp-lgao1mtv {
    min-height: 0px;
    --l_display: none;
    height: auto;
    width: 90%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0.004063719115734721%;
    margin-top: 85px;
    margin-bottom: 5px;
    grid-area: 7/1/8/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-lgao1mtv {
        --l_display: unset;
    }
}

#comp-lgao1mtv {
    --textAlign: center;
}

#comp-le52l2c01 {
    min-height: 0px;
    --l_display: unset;
    height: 100%;
    min-width: 0px;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le52l2c01-container {
    box-sizing: border-box;
    row-gap: 0px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le52l2c01 {
        height: auto;
    }

    .comp-le52l2c01-container {
        grid-template-rows: auto auto auto;
    }
}

#comp-le52l2c01 {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le58siy7 {
    min-height: 0px;
    --l_display: unset;
    height: 100%;
    min-width: 0px;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    grid-area: 3/1/4/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le58siy7 {
        height: 50vh;
        align-self: end;
        margin-bottom: -0.12479999999959546px;
    }
}

#comp-le52l2c5 {
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 32px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le52l2c5 {
        width: 80%;
        justify-self: center;
    }
}

#comp-le52l2c5 {
    --textAlign: center;
    --fontSize: 20px;
}

#comp-le52l2c5 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le52l2c17 {
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 16px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le52l2c17 {
        width: 80%;
        align-self: start;
        margin-bottom: 0px;
    }
}

#comp-le52l2c17 {
    --textAlign: center;
    --color: 68, 200, 245;
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le52l2c17 {
        --fontSize: 32px;
        --color: var(--color_23);
    }
}

#comp-le52l2c17 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le54c0iy {
    height: 50vh;
    min-height: 0px;
    --comp-display: flex;
    --l_display: unset;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    align-self: stretch;
    justify-self: stretch;
    grid-area: 5/1/6/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le54c0iy .comp-le54c0iy-container {
    position: relative;
    box-sizing: border-box;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: minmax(max-content, 100%);
    grid-template-columns: 1fr 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le54c0iy {
        height: 100vh;
    }

    #comp-le54c0iy .comp-le54c0iy-container {
        row-gap: 0px;
        column-gap: 0px;
        grid-template-rows: 1fr;
        grid-template-columns: 1fr;
    }
}

#comp-le54c0iy {
    --bg: var(--color_11);
    --alpha-bg: 0;
}

#comp-le6q2rl9 {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le6q2rl9-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6q2rl9 {
        height: 100vh;
        align-self: center;
        justify-self: center;
    }
}

#comp-le6q2rl9 {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6q2rl9 {
        --alpha-bg: 0;
    }
}

#comp-le6q2rlg7 {
    min-height: 0px;
    --l_display: unset;
    height: 50.01360544217687vh;
    min-width: 0px;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6q2rlg7 {
        height: 100vh;
    }
}

#comp-le6q2rlg7 {
    --backgroundColor: var(--color_25);
    --borderColor: 255, 255, 255;
    --alpha-borderColor: 1;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --shd: 0px 1px 4px 0px rgba(0, 0, 0, 0.6);
    --rd: 0px;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --bg: 255, 255, 255;
    --alpha-backgroundColor: 0;
    --brw: 0px;
    --brd: 50, 65, 88;
    --boxShadowToggleOn-shd: none;
    --boxShadowToggleOn-boxShadow: none;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6q2rlg7 {
        --backgroundColor: var(--color_15);
        --mediaOpacity: 0.5;
        --alpha-backgroundColor: 1;
    }
}

#comp-le6q2mcl {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/2/2/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le6q2mcl-container {
    box-sizing: border-box;
    row-gap: 8px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6q2mcl {
        width: 80%;
        grid-area: 1/1/2/2;
    }
}

#comp-le6q2mcl {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6q2mcl {
        --alpha-bg: 0;
    }
}

#comp-le6q2mcw {
    --l_display: unset;
    height: auto;
    width: 90%;
    max-width: 99999px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6q2mcw {
        width: 100%;
        max-width: 650px;
    }
}

#comp-le6q2mcw {
    --textAlign: center;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6q2mcw {
        --color: var(--color_11);
        --alpha-color: 1;
    }
}

#comp-le6q2mcw {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le6q2md22 {
    --l_display: unset;
    height: auto;
    width: 90%;
    max-width: 99999px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6q2md22 {
        width: 100%;
        max-width: 650px;
    }
}

#comp-le6q2md22 {
    --textAlign: center;
    --color: 68, 200, 245;
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le6q2md22 {
        --fontSize: 48px;
        --color: var(--color_27);
    }
}

#comp-le6q2md22 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-le54jutd {
    height: auto;
    min-height: 250px;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 8/1/9/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le54jutd-container {
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le54jutd {
        min-height: 0px;
    }
}

#comp-le54jutd {
    --bg: var(--color_11);
    --alpha-bg: 0;
}

#comp-le54kyb7 {
    min-height: 0px;
    --l_display: unset;
    height: 250px;
    min-width: 0px;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le54kyb7-container {
    box-sizing: border-box;
    padding-left: 32px;
    padding-right: 32px;
    padding-top: 32px;
    padding-bottom: 32px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 3fr 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    .comp-le54kyb7-container {
        row-gap: 24px;
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }

    #comp-le54kyb7 {
        align-self: stretch;
        justify-self: stretch;
        margin-top: 32px;
        margin-bottom: 32px;
    }
}

#comp-le54kyb7 {
    --brw: 0px;
    --brd: var(--color_13);
    --bg: var(--color_23);
    --rd: 0px 0px 0px 0px;
    --shd: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le54lkqg {
    min-height: 65.06156012893825px;
    --l_display: unset;
    height: auto;
    width: 200px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0.015625px;
    grid-area: 1/2/2/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le54lkqg {
        margin-bottom: 0.0007749999992370249px;
        grid-area: 2/1/3/2;
    }
}

#comp-le54lkqg {
    --rd: 999px 999px 999px 999px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --horizontalPadding: 0px;
    --verticalPadding: 0px;
    --fnt: normal normal bold 22px/1.4em montserrat, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_11);
    --bg: 68, 200, 245;
    --brd: var(--color_15);
    --brw: 0px;
    --bgh: var(--color_18);
    --brdh: 50, 50, 50;
    --txth: var(--color_11);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txth: 1;
    --alpha-brdh: 0;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
}

#comp-le88t19c {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-top: 0px;
    margin-left: 0%;
    margin-bottom: 0.015625px;
    margin-right: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le88t19c-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 9fr;
    --container-display: grid;
}

#comp-le88t19c {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le5a4e2e {
    --l_display: unset;
    height: max-content;
    min-width: 0px;
    width: max-content;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0%;
    grid-area: 1/2/2/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le5a4e2e-container {
    box-sizing: border-box;
    padding-left: 0px;
    padding-right: 0px;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-display: flex;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5a4e2e {
        width: 100%;
        grid-area: 1/1/2/3;
    }
}

#comp-le5a4e2e {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le54l9kl {
    height: auto;
    width: 100.0028389734272%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0.046875px;
    margin-right: 0%;
    margin-bottom: 0.015625px;
    align-self: center;
    order: 1;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le54l9kl {
    --textAlign: left;
    --textDecoration: none;
    --color: var(--color_11);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le54l9kl {
        --textAlign: center;
        --fontSize: 40px;
    }
}

#comp-le5978sb {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0.015625px;
    margin-right: 0%;
    margin-bottom: 0px;
    align-self: flex-start;
    order: 2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5978sb {
        margin-top: 8px;
    }
}

#comp-le5978sb {
    --textAlign: left;
    --textDecoration: none;
    --fontSize: 24px;
    --color: var(--color_11);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5978sb {
        --textAlign: center;
        --fontSize: 16px;
    }
}

#comp-le54ma48 {
    height: 540px;
    min-height: 0px;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 9/1/10/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le54ma48-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

#comp-le54ma48 {
    --bg: var(--color_11);
    --alpha-bg: 0;
}

#comp-le54mhep {
    min-height: 0px;
    height: auto;
    min-width: 0px;
    width: auto;
    max-height: 99999px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le54mhep .comp-le54mhep-overflow-wrapper {
    position: relative;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    overflow-x: hidden;
    overflow-y: hidden;
}

#comp-le54mhep .comp-le54mhep-container {
    position: relative;
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

#comp-le54mhep:not(.comp-le54mhep-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid;
}

#comp-le54rh17 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 32px;
    margin-bottom: 32px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le54rh17 {
        width: 80%;
        justify-self: center;
        margin-top: 0px;
    }
}

#comp-le54rh17 {
    --textDecoration: none;
    --fontStyle: normal;
    --color: 68, 200, 245;
    --alpha-color: 1;
    --textAlign: center;
    --fontSize: 40px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le54rh17 {
        --color: var(--color_23);
        --fontSize: 32px;
    }
}

#comp-le5f4u5z {
    height: auto;
    width: auto;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: end;
    margin-top: 0px;
    margin-right: 0px;
    grid-area: 1/1/2/2;
    pointer-events: auto;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le5f4u5z-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

#comp-le5f4u5z:not(.comp-le5f4u5z-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid;
}

#comp-le5f4u5z-pinned-layer {
    position: fixed;
    left: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    top: 0;
    bottom: unset;
    height: calc(100% - var(--wix-ads-height));
    margin-top: var(--wix-ads-height);
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le5f4u5z {
        align-self: center;
        justify-self: center;
        margin-left: 0px;
        margin-bottom: 0px;
    }
}

#comp-le5f4u5z {
    --alpha-bg: 0;
    --bg: var(--color_11);
}

#comp-le5f4u5z_r_comp-le5f4tsy {
    min-height: 100vh;
    height: 100vh;
    width: 100vw;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le5f4u5z_r_comp-le5f4tsy .comp-le5f4u5z_r_comp-le5f4tsy-overflow-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    overflow-x: hidden;
    overflow-y: scroll;
    --sticky-offset: 0px;
    scrollbar-width: none;
    overflow: -moz-scrollbars-none;
    -ms-overflow-style: none;
}

#comp-le5f4u5z_r_comp-le5f4tsy .comp-le5f4u5z_r_comp-le5f4tsy-container {
    position: relative;
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

#comp-le5f4u5z_r_comp-le5f4tsy:not(.comp-le5f4u5z_r_comp-le5f4tsy-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid;
}

#comp-le5f4u5z_r_comp-le5f4tsy .comp-le5f4u5z_r_comp-le5f4tsy-overflow-wrapper::-webkit-scrollbar {
    width: 0;
    height: 0;
}

@media screen and (min-width: 320px) and (max-width: 900px) {
    #comp-le5f4u5z_r_comp-le5f4tsy .comp-le5f4u5z_r_comp-le5f4tsy-container {
        row-gap: 0px;
        column-gap: 0px;
    }
}

#comp-le5f4u5z_r_comp-le5f4tsy {
    --containerBackground: var(--color_11);
    --alpha-containerBackground: 1;
    --bg: var(--color_15);
    --alpha-bg: 0.8;
}

#comp-le5f4u5z_r_comp-le5f4tt9 {
    height: auto;
    width: 50%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: center;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 900px) {
    #comp-le5f4u5z_r_comp-le5f4tt9 {
        width: 80%;
    }
}

#comp-le5f4u5z_r_comp-le5f4tt9 {
    --bgs: var(--color_11);
    --itemBGColorNoTrans: background-color 50ms ease 0s;
    --shd: none;
    --bg: var(--color_11);
    --brw: 0px 0px 0px 0px;
    --brd: var(--color_15);
    --itemBGColorTrans: background-color 0.4s ease 0s;
    --verticalPadding: 15px;
    --fnt: normal normal normal 40px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --txt: var(--color_15);
    --alpha-txt: 1;
    --arrowColor: var(--color_15);
    --alpha-arrowColor: 1;
    --subMenuOpacityTrans: all 0.4s ease 0s;
    --bgsSub: var(--color_11);
    --txtsSub: var(--color_18);
    --alpha-txtsSub: 1;
    --txts: var(--color_18);
    --alpha-txts: 1;
    --bgexpanded: var(--color_11);
    --fntSubMenu: var(--font_7);
    --txtexpanded: var(--color_15);
    --alpha-txtexpanded: 1;
    --subMenuSpacing: 25px;
    --menuSpacing: 10px;
    --bgh: 230, 234, 245;

    --SKINS_fntSubmenu: normal normal normal 16px/1.4em din-next-w01-light {
        color_14
    }

    ;
    --alpha-SKINS_bgSubmenu: 0;
    --rd: 90px;
    --alpha-bgs: 0;
    --alpha-bgsSub: 0;
    --alpha-brd: 0.2;
    --textSpacing: 0;
    --alpha-bg: 0;
    --SKINS_submenuMargin: 0;
    --alpha-bgexpanded: 0;
    --sepw: 1;
    --alpha-bgh: 1;
    --SKINS_submenuBR: 90px;
    --boxShadowToggleOn-shd: none;
    --separatorHeight: 15;
}

@media screen and (min-width: 320px) and (max-width: 900px) {
    #comp-le5f4u5z_r_comp-le5f4tt9 {
        --fnt: normal normal normal 28px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    }
}

#comp-le5f4u5z_r_comp-le89awjf {
    min-height: 45px;
    --l_display: unset;
    height: auto;
    width: 90.9090909090909%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin-top: 30px;
    margin-left: 0%;
    margin-bottom: 0px;
    margin-right: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le5f4u5z_r_comp-le89awjf-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 900px) {
    #comp-le5f4u5z_r_comp-le89awjf {
        min-height: 80px;
        height: 80px;
        width: 100%;
        align-self: center;
        margin-top: 0px;
    }

    .comp-le5f4u5z_r_comp-le89awjf-container {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    }
}

#comp-le5f4u5z_r_comp-le89awjf {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le5f4u5z_r_comp-le5f4uhu {
    height: 36px;
    width: 36px;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: end;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    margin-left: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 900px) {
    #comp-le5f4u5z_r_comp-le5f4uhu {
        align-self: center;
        justify-self: center;
        grid-area: 1/8/2/11;
    }
}

#comp-le5f4u5z_r_comp-le6p0w9p {
    height: 45px;
    width: 166.59375px;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 900px) {
    #comp-le5f4u5z_r_comp-le6p0w9p {
        width: 90%;
        align-self: center;
        justify-self: center;
        grid-area: 1/1/2/5;
    }
}

#comp-le5f4u5z_r_comp-le6p0w9p {
    --borderColor: 24, 24, 24;
    --alpha-borderColor: 1;
    --borderWidth: 1px;
    --borderRadius: 0px 0px 0px 0px;
    --boxShadow: none;
    --separatorColor: var(--color_15);
    --alpha-separatorColor: 1;
    --backgroundColor: var(--color_11);
    --alpha-backgroundColor: 1;
    --borderRadiusValue: 0px 0px 0px 0px;
    --itemFont: normal normal 700 16px/1.4em poppins-extralight, poppins, sans-serif;
    --itemTextColor: var(--color_15);
    --itemTextColorHover: var(--color_12);
    --backgroundColorHover: var(--color_11);
    --alpha-backgroundColorHover: 1;
    --itemTextColorActive: var(--color_15);
    --alpha-itemTextColorActive: 1;
    --backgroundColorActive: var(--color_16);
    --borderSides: none;
    --itemSpacing: 5px;
    --alpha-itemTextColorHover: 1;
    --alpha-backgroundColorActive: 0.8;
    --borderColorHover: rgba(32, 32, 32, 1);
    --borderColorActive: rgba(32, 32, 32, 1);
    --boxShadowToggleOn-boxShadow: none;
    --alpha-itemTextColor: 1;
}

#comp-header {
    min-height: 79px;
    min-width: 0px;
    height: auto;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    position: sticky;
    --top: 0px;
    grid-area: 1/1/2/2;
    --is-sticky: 1;
}

.comp-header-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

#comp-header:not(.comp-header-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid;
}

#comp-header~* {
    will-change: opacity;
}

#masterPage:not(.landingPage) {
    --top-offset: var(--header-height);
}

#masterPage.landingPage {
    --top-offset: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-header {
        --l_display: unset;
    }

    #masterPage:not(.landingPage) {
        --top-offset: var(--header-height);
    }

    #masterPage.landingPage {
        --top-offset: 0px;
    }
}

#comp-header {
    --alpha-bg: 0;
    --bg: var(--color_11);
}

#comp-header {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-header-div {
    height: 86px;
    min-height: 80px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-header-drop-menu {
    min-height: 0px;
    --l_display: unset;
    height: 25px;
    min-width: 0px;
    width: auto;
    top: calc(var(--is-sticky)*(var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: stretch;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1 / 4 / 2 / 9;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-header-drop-menu {
    --menuTotalBordersX: 0px;
    --menuTotalBordersY: 0px;
    --bgDrop: var(--color_11);
    --rd: 0px 0px 0px 0px;
    --shd: none;
    --fnt: normal normal normal 18px/1.4em montserrat, sans-serif;
    --pad: 5px;
    --txt: var(--color_15);
    --trans: color 0.4s ease 0s;
    --txth: var(--color_18);
    --txts: var(--color_18);
    --alpha-txth: 1;
    --alpha-txts: 1;
    --brw: 0px 0px 0px 0px;
    --alpha-bgDrop: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
}

#comp-le50znk0_r_comp-le5cspnk {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

.comp-header-div-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr 0.999983407079646fr 0.999983407079646fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    --container-display: grid;
}

#comp-header-div:not(.comp-header-div-container) {
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: minmax(0, 1fr);
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-header-div {
        height: 80px;
    }
}

#comp-header-div {
    --bg: var(--color_11);
    --rd: 0px 0px 0px 0px;
    --alpha-brd: 1;
    --alpha-bg: 0;
    --brw: 0px 0px 0px 0px;
    --brd: var(--color_15);
}

#comp-header-div-2 {
    height: 0px;
    width: 0px;
    --l_display: none;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-header-div-2 {
        height: 36px;
        width: 36px;
        --l_display: unset;
        align-self: center;
        justify-self: center;
        margin-left: 0.04727272727257403%;
        grid-area: 1/9/2/10;
    }
}

#comp-header_r_comp-le5cspnk {
    min-height: 0px;
    --l_display: unset;
    height: 25px;
    min-width: 0px;
    width: auto;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: stretch;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/4/2/9;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-header_r_comp-le5cspnk {
        --l_display: none;
        width: 100%;
    }
}

#comp-header_r_comp-le5cspnk {
    --menuTotalBordersX: 0px;
    --menuTotalBordersY: 0px;
    --bgDrop: var(--color_11);
    --rd: 0px 0px 0px 0px;
    --shd: none;
    --fnt: normal normal normal 18px/1.4em montserrat, sans-serif;
    --pad: 5px;
    --txt: var(--color_15);
    --trans: color 0.4s ease 0s;
    --txth: var(--color_18);
    --txts: var(--color_18);
    --alpha-txth: 1;
    --alpha-txts: 1;
    --brw: 0px 0px 0px 0px;
    --alpha-bgDrop: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
}

#comp-header_r_comp-le5cspnk {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-header_r_comp-le5cro3t {
    min-height: 50px;
    --l_display: unset;
    height: auto;
    min-width: 180.546875px;
    width: max-content;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: end;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/2/2/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-header_r_comp-le5cro3t-container {
    box-sizing: border-box;
    row-gap: 0px;
    column-gap: 0px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: auto auto;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-header_r_comp-le5cro3t {
        min-height: 0px;
        min-width: 48px;
        justify-self: center;
        grid-area: 1/1/2/4;
    }
}

#comp-header_r_comp-le5cro3t {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-header_r_comp-le5cro404 {
    --l_display: unset;
    height: auto;
    width: max-content;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: end;
    margin-left: 12px;
    margin-right: 12px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/2/2/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-header_r_comp-le5cro404 {
        --l_display: none;
        width: 78.77787558685446%;
    }
}

#comp-header_r_comp-le5cro404 {
    --color: var(--color_15);
    --alpha-color: 1;
    --textDecoration: none;
}

#comp-header_r_comp-le5cro404 {
    transform: translateX(0)translateY(0)scaleX(1)scaleY(1)rotate(0deg)skewX(0deg)skewY(0deg);
    --comp-rotate-z: 0deg;
}

#comp-header_r_comp-le5cro47 {
    height: 70px;
    width: 150px;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-header_r_comp-le5cro47 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --alpha-borderColor: 1;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --alpha-backgroundColor: 0;
    --boxShadowToggleOn-boxShadow: none;
}

#comp-header_r_comp-lg0njsxd {
    min-height: 46px;
    --l_display: unset;
    height: auto;
    width: auto;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: stretch;
    margin-left: 15.000875000000178px;
    margin-right: -0.0006279443614666506%;
    margin-top: 0%;
    margin-bottom: 0%;
    grid-area: 1/9/2/10;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-header_r_comp-lg0njsxd {
        --l_display: none;
    }
}

#comp-header_r_comp-lg0njsxd {
    --rd: 999px 999px 999px 999px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --horizontalPadding: 0px;
    --verticalPadding: 0px;
    --fnt: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_11);
    --bg: 50, 65, 88;
    --brd: var(--color_15);
    --brw: 0px;
    --bgh: var(--color_18);
    --brdh: 50, 50, 50;
    --txth: var(--color_11);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txth: 1;
    --alpha-brdh: 0;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
}

#comp-le85iquh {
    height: auto;
    min-height: 0px;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 6/1/7/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le85iquh-container {
    box-sizing: border-box;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

#comp-le85iquh {
    --bg: var(--color_11);
    --alpha-bg: 0;
}

#comp-le86zs3t {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: end;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 3/1/4/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le86zs3t-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto;
    grid-template-columns: 0.9999593908629442fr 0.9999593908629442fr 1.0000812182741117fr 0.9999593908629442fr 0.9999593908629442fr 1.0000812182741117fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    .comp-le86zs3t-container {
        grid-template-rows: auto auto;
        grid-template-columns: 1fr;
    }
}

#comp-le86zs3t {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le86zk97 {
    min-height: 0px;
    --comp-display: flex;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 80%;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    align-self: center;
    justify-self: center;
    margin-left: 0.0003749999999627107px;
    margin-right: 0%;
    margin-top: 0.0004999999999881766px;
    margin-bottom: 0px;
    grid-area: 1/4/2/6;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le86zk97 .comp-le86zk97-container {
    position: relative;
    box-sizing: border-box;
    padding-left: 0%;
    padding-right: 0%;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86zk97 {
        width: 100%;
        margin-left: 0px;
        margin-right: 0px;
        margin-top: 0px;
        margin-bottom: 0.0003749999999627107px;
        grid-area: 2/1/3/2;
    }

    #comp-le86zk97 .comp-le86zk97-container {
        grid-template-columns: 1fr 79.998695% 1fr;
    }
}

#comp-le86zk97 {
    --brw: 0px;
    --brd: 232, 230, 230;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le86zk9j2 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 16px;
    margin-bottom: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le86zk9j2-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-display: flex;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86zk9j2 {
        margin-left: 0.00004303101891140974%;
        margin-bottom: 32px;
        grid-area: 2/1/3/4;
    }
}

#comp-le86zk9j2 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 0, 0, 0;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le86zk9k1 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    align-self: center;
    order: 1;
    flex-basis: 25%;
    flex-grow: 1;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le86zk9k1 {
    --color: var(--color_23);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86zk9k1 {
        --textAlign: center;
    }
}

#comp-le86zk9l {
    height: 108px;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    align-self: flex-start;
    order: 2;
    flex-basis: 25%;
    flex-grow: 1;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86zk9l {
        margin-top: 8px;
    }
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86zk9l {
        --textAlign: center;
    }
}

#comp-le86zk9l9 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le86zk9l9::before {
    --aspect-ratio: 0.55108184;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86zk9l9 {
        align-self: center;
        margin-left: 0.00004303101891140974%;
        grid-area: 1/1/2/4;
    }
}

#comp-le86zk9l9 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --alpha-borderColor: 1;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --alpha-backgroundColor: 0;
    --boxShadowToggleOn-boxShadow: none;
}

#comp-le86znne {
    min-height: 0px;
    --comp-display: flex;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 80%;
    display: var(--l_display, var(--comp-display, flex));
    flex-direction: column;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    align-self: start;
    justify-self: center;
    margin-left: 0px;
    margin-right: 0.015999999999849024px;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/2/2/4;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le86znne .comp-le86znne-container {
    position: relative;
    box-sizing: border-box;
    padding-left: 0%;
    padding-right: 0%;
    flex-grow: 1;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86znne {
        width: 100%;
        align-self: center;
        margin-right: 0px;
        grid-area: 1/1/2/2;
    }

    #comp-le86znne .comp-le86znne-container {
        grid-template-columns: 1fr 79.998695% 1fr;
    }
}

#comp-le86znne {
    --brw: 0px;
    --brd: 232, 230, 230;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le86znnp {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 16px;
    margin-bottom: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le86znnp-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-display: flex;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86znnp {
        align-self: center;
        margin-left: 0.00004303101891140974%;
        margin-right: 0px;
        margin-bottom: 64px;
        grid-area: 2/1/3/4;
    }
}

#comp-le86znnp {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 0, 0, 0;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le86znnp8 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    align-self: center;
    order: 1;
    flex-basis: 25%;
    flex-grow: 1;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le86znnp8 {
    --color: var(--color_23);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86znnp8 {
        --textAlign: center;
    }
}

#comp-le86znnq8 {
    height: 108px;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    align-self: flex-start;
    order: 2;
    flex-basis: 25%;
    flex-grow: 1;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86znnq8 {
        margin-top: 8px;
        align-self: center;
    }
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86znnq8 {
        --textAlign: center;
    }
}

#comp-le86znnr7 {
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0%;
    margin-right: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le86znnr7::before {
    --aspect-ratio: 0.55108184;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86znnr7 {
        align-self: center;
        margin-left: 0.00004303101891140974%;
        grid-area: 1/1/2/4;
    }
}

#comp-le86znnr7 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --alpha-borderColor: 1;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --alpha-backgroundColor: 0;
    --boxShadowToggleOn-boxShadow: none;
}

#comp-le86zah3 {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 32px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le86zah3-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    .comp-le86zah3-container {
        grid-template-rows: auto auto auto;
        grid-template-columns: 1fr;
    }

    #comp-le86zah3 {
        justify-self: start;
        margin-bottom: 0px;
    }
}

#comp-le86zah3 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le86yhg4 {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 80%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0px;
    grid-area: 1/5/2/7;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le86yhg4-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yhg4 {
        width: 100%;
        align-self: center;
        grid-area: 3/1/4/2;
    }

    .comp-le86yhg4-container {
        grid-template-columns: 1fr 79.998695% 1fr;
    }
}

#comp-le86yhg4 {
    --brw: 0px;
    --brd: 232, 230, 230;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le86yhge6 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 16px;
    margin-bottom: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le86yhge6-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-display: flex;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yhge6 {
        margin-bottom: 64px;
        grid-area: 2/1/3/4;
    }
}

#comp-le86yhge6 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 0, 0, 0;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le86yhgf7 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    align-self: center;
    order: 1;
    flex-basis: 25%;
    flex-grow: 1;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le86yhgf7 {
    --color: var(--color_23);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yhgf7 {
        --textAlign: center;
    }
}

#comp-le86yhgg6 {
    height: 108px;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    align-self: flex-start;
    order: 2;
    flex-basis: 25%;
    flex-grow: 1;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yhgg6 {
        margin-top: 8px;
    }
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yhgg6 {
        --textAlign: center;
    }
}

#comp-le86yhgh5 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0%;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le86yhgh5::before {
    --aspect-ratio: 0.55108184;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yhgh5 {
        align-self: center;
        margin-left: 0.00004303101891140974%;
        grid-area: 1/1/2/4;
    }
}

#comp-le86yhgh5 {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --alpha-borderColor: 1;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --alpha-backgroundColor: 0;
    --boxShadowToggleOn-boxShadow: none;
}

#comp-le86yoov {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 80%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin-left: 0px;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/3/2/5;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le86yoov-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yoov {
        width: 100%;
        align-self: center;
        margin-left: 0.0625px;
        margin-right: 0px;
        grid-area: 2/1/3/2;
    }

    .comp-le86yoov-container {
        grid-template-columns: 1fr 79.99834% 1fr;
    }
}

#comp-le86yoov {
    --brw: 0px;
    --brd: 232, 230, 230;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le86yop3 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: center;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0.0002499999999940883px;
    margin-top: 16px;
    margin-bottom: 0.0007500000001527951px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le86yop3-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-display: flex;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yop3 {
        margin-right: 0px;
        margin-bottom: 64px;
        grid-area: 2/1/3/4;
    }
}

#comp-le86yop3 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 0, 0, 0;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 0;
    --boxShadowToggleOn-shd: none;
}

#comp-le86yop4 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    align-self: center;
    order: 1;
    flex-basis: 25%;
    flex-grow: 1;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le86yop4 {
    --color: var(--color_23);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yop4 {
        --textAlign: center;
    }
}

#comp-le86yop9 {
    height: 108px;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    align-self: center;
    order: 2;
    flex-basis: 25%;
    flex-grow: 1;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yop9 {
        margin-top: 8px;
    }
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yop9 {
        --textAlign: center;
    }
}

#comp-le86yopa {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0.00012499999999704414px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le86yopa::before {
    --aspect-ratio: 0.55108184;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yopa {
        margin-left: 0.00004303101891140974%;
        margin-bottom: 0px;
        grid-area: 1/1/2/4;
    }
}

#comp-le86yopa {
    --backgroundColor: 0, 0, 0;
    --borderColor: 255, 255, 255;
    --alpha-borderColor: 1;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --alpha-backgroundColor: 0;
    --boxShadowToggleOn-boxShadow: none;
}

#comp-le86yrtp {
    min-height: 0px;
    --l_display: unset;
    height: auto;
    min-width: 0px;
    width: 80%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: center;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0%;
    margin-left: 0px;
    grid-area: 1/1/2/3;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le86yrtp-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yrtp {
        width: 100%;
        align-self: center;
        margin-right: 0px;
        grid-area: 1/1/2/2;
    }

    .comp-le86yrtp-container {
        grid-template-columns: 1fr 79.998695% 1fr;
    }
}

#comp-le86yrtp {
    --brw: 0px;
    --brd: 232, 230, 230;
    --bg: var(--color_11);
    --rd: 0px;
    --shd: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le86yru0 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: start;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 16.000125000000025px;
    margin-bottom: 0px;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-le86yru0-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    flex-direction: column;
    --container-display: flex;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yru0 {
        justify-self: end;
        margin-top: 16px;
        margin-bottom: 64px;
        grid-area: 2/1/3/4;
    }
}

#comp-le86yru0 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 255, 255, 255;
    --rd: 0px;
    --shd: none;
    --alpha-brd: 0;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
}

#comp-le86yru08 {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    align-self: center;
    order: 1;
    flex-basis: 25%;
    flex-grow: 1;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le86yru08 {
    --color: var(--color_23);
    --alpha-color: 1;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yru08 {
        --textAlign: center;
    }
}

#comp-le86yru18 {
    height: 108px;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 20px;
    margin-bottom: 0px;
    align-self: flex-start;
    order: 2;
    flex-basis: 25%;
    flex-grow: 1;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yru18 {
        margin-top: 8px;
        align-self: center;
    }
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yru18 {
        --textAlign: center;
    }
}

#comp-le86yru28 {
    height: auto;
    width: 100%;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: 0%;
    margin-right: 0%;
    margin-top: 0px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

#comp-le86yru28::before {
    --aspect-ratio: 0.55108184;
    content: attr(x);
    display: block;
    padding-top: calc(var(--aspect-ratio) * 100%);
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le86yru28 {
        justify-self: end;
        margin-right: 0.000005415101%;
        grid-area: 1/1/2/4;
    }
}

#comp-le86yru28 {
    --backgroundColor: var(--color_11);
    --borderColor: 255, 255, 255;
    --alpha-borderColor: 1;
    --borderWidth: 0px;
    --cornerRadius: 0px;
    --boxShadow: none;
    --mediaOpacity: 1;
    --alpha-backgroundColor: 1;
    --boxShadowToggleOn-boxShadow: none;
}

#comp-le85iquw {
    height: auto;
    width: 100%;
    --l_display: unset;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: center;
    justify-self: center;
    margin-left: 0%;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 32px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le85iquw {
        width: 80%;
    }
}

#comp-le85iquw {
    --color: 68, 200, 245;
    --alpha-color: 1;
    --textAlign: center;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-le85iquw {
        --color: var(--color_23);
    }
}

#comp-lg0nsn3t {
    height: auto;
    min-height: 500px;
    --l_display: none;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    align-self: stretch;
    justify-self: stretch;
    grid-area: 2/1/3/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

.comp-lg0nsn3t-container {
    box-sizing: border-box;
    display: var(--l_display, var(--container-display));
    grid-template-rows: 1fr;
    grid-template-columns: 1fr;
    --container-display: grid;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-lg0nsn3t {
        min-height: 40px;
        --l_display: unset;
    }
}

#comp-lg0nsn3t {
    --bg: var(--color_11);
    --alpha-bg: 0;
}

#comp-lg0nt07a {
    min-height: 46px;
    --l_display: none;
    height: auto;
    width: 142px;
    top: calc(var(--is-sticky) * (var(--top) + var(--sticky-offset)));
    --comp-display: unset;
    display: var(--l_display, var(--display));
    align-self: start;
    justify-self: start;
    margin-left: 21.818181818181817%;
    margin-right: 0%;
    margin-top: -2px;
    margin-bottom: 0px;
    grid-area: 1/1/2/2;
    position: relative;
    --is-sticky: 0;
    --top: 0px;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-lg0nt07a {
        min-height: 50px;
        --l_display: unset;
        width: auto;
        align-self: stretch;
        justify-self: stretch;
        position: sticky;
        margin-left: 0%;
        margin-top: 0px;
        --is-sticky: 1;
    }

    #comp-lg0nt07a~* {
        will-change: opacity;
    }
}

#comp-lg0nt07a {
    --rd: 999px 999px 999px 999px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --horizontalPadding: 0px;
    --verticalPadding: 0px;
    --fnt: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --trans2: color 0.4s ease 0s;
    --txt: var(--color_11);
    --bg: var(--color_15);
    --brd: var(--color_15);
    --brw: 0px;
    --bgh: var(--color_18);
    --brdh: 50, 50, 50;
    --txth: var(--color_11);
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txth: 1;
    --alpha-brdh: 0;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --boxShadowToggleOn-shd: none;
    --alpha-txt: 1;
}

@media screen and (min-width: 320px) and (max-width: 999px) {
    #comp-lg0nt07a {
        --rd: 0px 0px 0px 0px;
        --fnt: normal normal 700 16px/1.4em barlow-medium, barlow, sans-serif;
        --bg: 50, 65, 88;
    }
}

#comp-lg0nt07a {
    --shc-mutated-brightness: 0, 0, 0;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --label-align: center;
    --label-text-align: center
}

#comp-le6o9y7p4 {
    opacity: 1
}

#comp-le6o9y7r {
    stroke-width: 0;
    fill-opacity: 1;
    stroke: #000000;
    stroke-opacity: 1;
    fill: #ffffff;
    undefined: #2d2d2d
}

#comp-le50zo19_r_comp-lg0nfxge {
    --itemFont: normal normal 700 16px/1.4em poppins-extralight, poppins, sans-serif;
    --height: 90px;
    --iconSize: 22px
}

#comp-le54lkqg {
    --shc-mutated-brightness: 34, 100, 123;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal bold 22px/1.4em montserrat, sans-serif;
    --label-align: center;
    --label-text-align: center
}

#comp-le5f4u5z_r_comp-le5f4tt9 {
    height: auto;
    --direction: rtl;
    --item-height: 56px;
    --text-align: center;
    --template-columns: calc(40px + 1em) 1fr calc(40px + 1em);
    --label-grid-column: 2;
    --arrow-grid-column: 3;
    --padding-left: 0px;
    --sub-padding-left: 0px;
    --padding-right: 0px;
    --sub-padding-right: 0px
}

#comp-header-div-2 {
    --stroke-width: 0;
    --fill-opacity: 1;
    --stroke: #5E97FF;
    --stroke-opacity: 1;
    --fill: #242323
}

#comp-header_r_comp-le5cspnk {
    --menuTotalBordersY: 0px;
    --menuTotalBordersX: 0px
}

#comp-header_r_comp-lg0njsxd {
    --shc-mutated-brightness: 25, 33, 44;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal normal 16px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --label-align: center;
    --label-text-align: center
}

#comp-le50zo19_r_comp-le5ad9sg {
    --item-size: 30px;
    --item-margin: 0px 8px 0px 0px;
    --item-display: inline-block;
    --flex-direction: row;
    height: 30px;
    width: calc(2 * (30px + 8px) - 8px)
}

#comp-le525ueq9 {
    --opacity: 1
}

#comp-le525ueh9 {
    --opacity: 1
}

#comp-le5e8unk {
    --opacity: 1
}

#comp-our-product {
    --opacity: 1
}

#comp-le53v9e74 {
    --opacity: 1
}

#comp-le840brs {
    --opacity: 1
}

#comp-le5f4u5z_r_comp-le5f4uhu {
    --stroke-width: 0;
    --fill-opacity: 1;
    --stroke: #ED1566;
    --stroke-opacity: 1;
    --fill: #424242
}

#comp-le5f4u5z_r_comp-le6p0w9p {
    --itemFont: normal normal 700 16px/1.4em poppins-extralight, poppins, sans-serif;
    --height: 90px;
    --iconSize: 22px
}

#comp-le50zo19_r_comp-le530pja {
    --stroke-width: 0;
    --fill-opacity: 1;
    --stroke: #5E97FF;
    --stroke-opacity: 1;
    --fill: #FFFFFF
}

#comp-le50zo19_r_comp-le52ue87 {
    --stroke-width: 0;
    --fill-opacity: 1;
    --stroke: #5E97FF;
    --stroke-opacity: 1;
    --fill: #FFFFFF
}

#comp-le50zo19_r_comp-le52s2z3 {
    --stroke-width: 0;
    --fill-opacity: 1;
    --stroke: #5E97FF;
    --stroke-opacity: 1;
    --fill: #FFFFFF
}

#comp-le593g9s5 {
    --fnt: italic normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --fntlbl: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --direction: inherit;
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 8px;
    --textPadding: 3px;
    --textPadding_start: 15px;
    --textPadding_end: 3px;
    --labelPadding_start: 1px;
    --labelPadding_end: 20px
}

#comp-le593ga86 {
    --fnt: italic normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --fntlbl: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --direction: inherit;
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 8px;
    --textPadding: 3px;
    --textPadding_start: 15px;
    --textPadding_end: 3px;
    --labelPadding_start: 1px;
    --labelPadding_end: 20px
}

#comp-le593gab4 {
    --fnt: italic normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --fntlbl: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --direction: inherit;
    --align: start;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --requiredIndicationDisplay: inline;
    --labelMarginBottom: 8px;
    --textPadding: 3px;
    --textPadding_start: 15px;
    --textPadding_end: 3px;
    --labelPadding_start: 1px;
    --labelPadding_end: 20px
}

#comp-le593gae {
    --fntlbl: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --fnt: italic normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --direction: inherit;
    --labelDirection: inherit;
    --inputDirection: inherit;
    --errorDirection: inherit;
    --align: start;
    --textPaddingTop: 0.75em;
    --textPaddingStart: 15px;
    --textPaddingEnd: 10px;
    --labelMarginBottom: 8px;
    --requiredIndicationDisplay: inline;
    --labelPadding_start: 1px;
    --labelPadding_end: 20px
}

#comp-le593gak6 {
    --shc-mutated-brightness: 22, 38, 83;
    --margin-start: 0px;
    --margin-end: 0px;
    --fnt: normal normal 700 18px/1.4em avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
    --label-align: center;
    --label-text-align: center
}

#zg724 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le50znod {
    --inherit-transition: var(--transition, none)
}

#comp-le50znod {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none
}

#comp-le51mn1n {
    --inherit-transition: var(--transition, none)
}

#comp-le51mn1n {
    --bg-overlay-color: transparent;
    --bg-gradient: none
}

#comp-le525ue2 {
    --inherit-transition: var(--transition, none)
}

#comp-le525ue2 {
    --bg-overlay-color: transparent;
    --bg-gradient: none
}

#comp-le52bsza {
    --inherit-transition: var(--transition, none)
}

#comp-le52bsza {
    --bg-overlay-color: transparent;
    --bg-gradient: none
}

#comp-le54c0iy {
    --inherit-transition: var(--transition, none)
}

#comp-le54c0iy {
    --bg-overlay-color: transparent;
    --bg-gradient: none
}

#comp-le54jutd {
    --inherit-transition: var(--transition, none)
}

#comp-le54jutd {
    --bg-overlay-color: transparent;
    --bg-gradient: none
}

#comp-le54ma48 {
    --inherit-transition: var(--transition, none)
}

#comp-le54ma48 {
    --bg-overlay-color: transparent;
    --bg-gradient: none
}

#comp-le85iquh {
    --inherit-transition: var(--transition, none)
}

#comp-le85iquh {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none
}

#comp-lg0nsn3t {
    --inherit-transition: var(--transition, none)
}

#comp-lg0nsn3t {
    --bg-overlay-color: transparent;
    --bg-gradient: none
}

#comp-le6o9y7l {
    --fill-layer-image-opacity: 1;
    --fill-layer-video-opacity: 1;
    --fill-layer-background-overlay-color: transparent;
    --fill-layer-background-overlay-position: absolute;
    --fill-layer-background-overlay-blend-mode: normal;
    --fill-layer-background-overlay-blend-opacity: 1;
    --fill-layer-background-overlay-blend-opacity-fallback: 1;
    --bg-overlay-color: rgb(33, 33, 33);
    --bg-gradient: none;
    --fill-container-overflow: visible;
    --fill-transform: rotate(0.01deg);
    --border-compensate-margin: 0px;
    --fill-layer-background-overlay-transform: translateZ(0)
}

#comp-le6o9kwn {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le6pbwjk {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le6pbncp {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le525uec5 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le52l2bh4 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le52l2c01 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le6q2rl9 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le6q2mcl {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le54kyb7 {
    --shc-mutated-brightness: 22, 38, 83
}

#comp-le5f4u5z_r_comp-le5f4tsy {
    --screen-width: calc(100vw / var(--zoom-factor, 1))
}

#comp-header-div {
    --inherit-transition: var(--transition, none)
}

#comp-header-div {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none
}

#comp-le86zs3t {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le86zah3 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le50zo19_r_comp-le6wg4n4 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le50zo19_r_comp-le5ahsor {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le50zo19_r_comp-le53ps8t {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le50zo19_r_comp-le5bodmh {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le53tmyt {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le53tvjn {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le53u07v {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le53v9dp {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le5491sm {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le88t19c {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le5f4u5z_r_comp-le89awjf {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-header_r_comp-le5cro3t {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le86zk97 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le86znne {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le86yhg4 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le86yoov {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le86yrtp {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le50zo19_r_comp-le53m574 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le50zo19_r_comp-le53i1jl {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le50zo19_r_comp-le53c5dr {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le5e97hi {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le5e0zdc {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le5dwghs {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le5ds826 {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le5dqgzv {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le5a4e2e {
    --shc-mutated-brightness: 128, 128, 128
}

#comp-le86zk9j2 {
    --shc-mutated-brightness: 0, 0, 0, 0
}

#comp-le86znnp {
    --shc-mutated-brightness: 0, 0, 0, 0
}

#comp-le86yhge6 {
    --shc-mutated-brightness: 0, 0, 0, 0
}

#comp-le86yop3 {
    --shc-mutated-brightness: 0, 0, 0, 0
}

#comp-le86yru0 {
    --shc-mutated-brightness: 128, 128, 128, 0
}

#comp-le54rh17 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #44C8F5;
    font-size: 40px;
    font-style: normal;
    text-decoration: none;
    text-align: center
}

#comp-le85iquw :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #44C8F5;
    text-align: center
}

#comp-le6o9kx0 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #FFFFFF
}

#comp-le6o9kx8 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #FFFFFF
}

#comp-le6pbncu1 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    text-align: center
}

#comp-le6pbncv5 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #44C8F5;
    font-size: 40px;
    text-align: center
}

#comp-le54gfyu :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    text-decoration: none;
    text-align: center
}

#comp-le52l2c5 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    font-size: 20px;
    text-align: center
}

#comp-le52l2c17 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #44C8F5;
    text-align: center
}

#comp-le6q2mcw :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    text-align: center
}

#comp-le6q2md22 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #44C8F5;
    text-align: center
}

#comp-le50zo19_r_comp-le6we8d6 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #FFFFFF;
    font-size: 12px;
    text-align: center;
    line-height: 1.6
}

#comp-le50zo19_r_comp-le52ho1r :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #FFFFFF;
    font-weight: normal;
    font-size: 12px;
    text-align: center;
    line-height: 1.6
}

#comp-le50zo19_r_comp-le5ah4nd :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #FFFFFF;
    text-decoration: none;
    text-align: left
}

#comp-le50zo19_r_comp-le526sco :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #FFFFFF;
    font-style: normal;
    text-decoration: none
}

#comp-le50zo19_r_comp-le5bo1vn :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #FFFFFF;
    text-align: center
}

#comp-header_r_comp-le5cro404 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #000000;
    text-decoration: none
}

#comp-le50zo19_r_comp-le53l97c :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.6
}

#comp-le50zo19_r_comp-le53gk3l :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.6
}

#comp-le50zo19_r_comp-le52lznv :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 1.6
}

#comp-le5491te :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    font-size: 20px
}

#comp-le593g9p3 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #44C8F5;
    font-size: 40px;
    text-align: center
}

#comp-lgao1mtv :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    text-align: center
}

#comp-le54l9kl :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #FFFFFF;
    text-decoration: none;
    text-align: left
}

#comp-le5978sb :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #FFFFFF;
    font-size: 24px;
    text-decoration: none;
    text-align: left
}

#comp-le86zk9k1 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #2C4CA5
}

#comp-le86znnp8 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #2C4CA5
}

#comp-le86yhgf7 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #2C4CA5
}

#comp-le86yop4 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #2C4CA5
}

#comp-le86yru08 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
    color: #2C4CA5
}

#comp-le50zo19_r_comp-le50z53o {
    --bg-overlay-color: rgb(var(--color_23));
    --bg-gradient: none
}

@media (min-width: 320px) and (max-width: 1000px) {
    #comp-le50zo19_r_comp-le5ah4nd :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        text-align: left !important
    }
}

@media (min-width: 320px) and (max-width: 750px) {
    #comp-le50zo19_r_comp-le5ah4nd :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-size: 16px !important;
        text-align: center !important
    }

    #comp-le50zo19_r_comp-le526sco :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-size: 16px !important;
        text-align: center !important
    }

    #comp-le50zo19_r_comp-le53l97c :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-size: 12px !important;
        text-align: center !important
    }

    #comp-le50zo19_r_comp-le53gk3l :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-size: 12px !important;
        text-align: center !important
    }

    #comp-le50zo19_r_comp-le52lznv :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-size: 12px !important;
        text-align: center !important
    }
}

@media (min-width: 320px) and (max-width: 999px) {
    #comp-le6pbncp {
        --shc-mutated-brightness: 128, 128, 128
    }

    #comp-le525uec5 {
        --shc-mutated-brightness: 128, 128, 128
    }

    #comp-le6q2rl9 {
        --shc-mutated-brightness: 128, 128, 128
    }

    #comp-le6q2mcl {
        --shc-mutated-brightness: 128, 128, 128
    }

    #comp-le86zk97 {
        --shc-mutated-brightness: 128, 128, 128
    }

    #comp-le86znne {
        --shc-mutated-brightness: 128, 128, 128
    }

    #comp-le86yhg4 {
        --shc-mutated-brightness: 128, 128, 128
    }

    #comp-le86yoov {
        --shc-mutated-brightness: 128, 128, 128
    }

    #comp-le86yrtp {
        --shc-mutated-brightness: 128, 128, 128
    }

    #comp-lg0nt07a {
        --shc-mutated-brightness: 25, 33, 44;
        --fnt: normal normal 700 16px/1.4em barlow-medium, barlow, sans-serif
    }

    #comp-le54rh17 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        color: #2C4CA5 !important;
        font-size: 32px !important
    }

    #comp-le85iquw :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        color: #2C4CA5 !important
    }

    #comp-le6o9kx0 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-size: 24px !important;
        text-align: center !important
    }

    #comp-le6o9kx8 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-size: 40px !important;
        text-align: center !important
    }

    #comp-le6pbncu1 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        color: #FFFFFF !important
    }

    #comp-le54gfyu :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-size: 48px !important
    }

    #comp-le52l2c17 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        color: #2C4CA5 !important;
        font-size: 32px !important
    }

    #comp-le6q2mcw :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        color: #FFFFFF !important
    }

    #comp-le6q2md22 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        color: #F3D06A !important;
        font-size: 48px !important
    }

    #comp-le525ueg7 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif !important;
        font-size: 16px !important;
        text-align: center !important
    }

    #comp-le525uee2 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        color: #2C4CA5 !important;
        font-size: 24px !important;
        text-align: center !important
    }

    #comp-le525ues4 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif !important;
        font-size: 16px !important;
        text-align: center !important
    }

    #comp-le525uer6 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        color: #2C4CA5 !important;
        font-size: 24px !important;
        text-align: center !important
    }

    #comp-le525uep10 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif !important;
        font-size: 16px !important;
        text-align: center !important
    }

    #comp-le525ueo7 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        color: #2C4CA5 !important;
        font-size: 24px !important;
        text-align: center !important
    }

    #comp-le53v9ea :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif !important;
        font-size: 16px !important;
        text-align: center !important
    }

    #comp-le53v9e9 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        color: #2C4CA5 !important;
        font-size: 24px !important;
        text-align: center !important
    }

    #comp-le5491te :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif !important;
        font-weight: normal !important;
        font-size: 16px !important;
        text-align: center !important
    }

    #comp-le5491t71 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        color: #2C4CA5 !important;
        font-weight: bold !important;
        font-size: 24px !important;
        text-align: center !important
    }

    #comp-le593g9p3 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        color: #2C4CA5 !important;
        font-size: 32px !important
    }

    #comp-le54l9kl :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-size: 40px !important;
        text-align: center !important
    }

    #comp-le5978sb :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        font-size: 16px !important;
        text-align: center !important
    }

    #comp-le86zk9k1 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        text-align: center !important
    }

    #comp-le86zk9l :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        text-align: center !important
    }

    #comp-le86znnp8 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        text-align: center !important
    }

    #comp-le86znnq8 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        text-align: center !important
    }

    #comp-le86yhgf7 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        text-align: center !important
    }

    #comp-le86yhgg6 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        text-align: center !important
    }

    #comp-le86yop4 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        text-align: center !important
    }

    #comp-le86yop9 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        text-align: center !important
    }

    #comp-le86yru08 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        text-align: center !important
    }

    #comp-le86yru18 :is(p, h1, h2, h3, h4, h5, h6, ul, ol, span[data-attr-richtext-marker], blockquote) {
        text-align: center !important
    }
}

.comp-le54mhep {
    --wix-color-1: 255, 255, 255;
    --wix-color-2: 248, 248, 248;
    --wix-color-3: 199, 199, 199;
    --wix-color-4: 153, 153, 151;
    --wix-color-5: 0, 0, 0;
    --wix-color-6: 174, 235, 234;
    --wix-color-7: 104, 216, 214;
    --wix-color-8: 78, 162, 161;
    --wix-color-9: 52, 108, 107;
    --wix-color-10: 26, 54, 54;
    --wix-color-11: 170, 185, 225;
    --wix-color-12: 123, 142, 195;
    --wix-color-13: 44, 76, 165;
    --wix-color-14: 29, 51, 110;
    --wix-color-15: 15, 25, 55;
    --wix-color-16: 249, 231, 179;
    --wix-color-17: 243, 208, 106;
    --wix-color-18: 182, 156, 80;
    --wix-color-19: 121, 104, 53;
    --wix-color-20: 61, 52, 27;
    --wix-color-21: 229, 216, 193;
    --wix-color-22: 202, 186, 155;
    --wix-color-23: 176, 147, 93;
    --wix-color-24: 117, 98, 62;
    --wix-color-25: 59, 49, 31;
    --wix-color-26: 255, 255, 255;
    --wix-color-27: 0, 0, 0;
    --wix-color-28: 248, 248, 248;
    --wix-color-29: 199, 199, 199;
    --wix-color-30: 153, 153, 151;
    --wix-color-31: 235, 0, 63;
    --wix-color-32: 0, 0, 0;
    --wix-color-33: 199, 199, 199;
    --wix-color-34: 255, 255, 255;
    --wix-color-35: 0, 0, 0;
    --wix-color-36: 0, 0, 0;
    --wix-color-37: 248, 248, 248;
    --wix-color-38: 235, 0, 63;
    --wix-color-39: 235, 0, 63;
    --wix-color-40: 255, 255, 255;
    --wix-color-41: 255, 255, 255;
    --wix-color-42: 235, 0, 63;
    --wix-color-43: 235, 0, 63;
    --wix-color-44: 199, 199, 199;
    --wix-color-45: 199, 199, 199;
    --wix-color-46: 255, 255, 255;
    --wix-color-47: 255, 255, 255;
    --wix-color-48: 235, 0, 63;
    --wix-color-49: 255, 255, 255;
    --wix-color-50: 235, 0, 63;
    --wix-color-51: 235, 0, 63;
    --wix-color-52: 255, 255, 255;
    --wix-color-53: 255, 255, 255;
    --wix-color-54: 199, 199, 199;
    --wix-color-55: 199, 199, 199;
    --wix-font-Title: normal normal bold 71px/1.4em montserrat, sans-serif;
    --wix-font-Title-style: normal;
    --wix-font-Title-variant: normal;
    --wix-font-Title-weight: bold;
    --wix-font-Title-size: 71px;
    --wix-font-Title-line-height: 1.4em;
    --wix-font-Title-family: montserrat, sans-serif;
    --wix-font-Title-text-decoration: none;
    --wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-font-Menu-style: normal;
    --wix-font-Menu-variant: normal;
    --wix-font-Menu-weight: normal;
    --wix-font-Menu-size: 16px;
    --wix-font-Menu-line-height: 1.4em;
    --wix-font-Menu-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-font-Menu-text-decoration: none;
    --wix-font-Page-title: normal normal bold 40px/1.4em montserrat, sans-serif;
    --wix-font-Page-title-style: normal;
    --wix-font-Page-title-variant: normal;
    --wix-font-Page-title-weight: bold;
    --wix-font-Page-title-size: 40px;
    --wix-font-Page-title-line-height: 1.4em;
    --wix-font-Page-title-family: montserrat, sans-serif;
    --wix-font-Page-title-text-decoration: none;
    --wix-font-Heading-XL: normal normal bold 28px/1.4em montserrat, sans-serif;
    --wix-font-Heading-XL-style: normal;
    --wix-font-Heading-XL-variant: normal;
    --wix-font-Heading-XL-weight: bold;
    --wix-font-Heading-XL-size: 28px;
    --wix-font-Heading-XL-line-height: 1.4em;
    --wix-font-Heading-XL-family: montserrat, sans-serif;
    --wix-font-Heading-XL-text-decoration: none;
    --wix-font-Heading-L: normal normal bold 38px/1.4em montserrat, sans-serif;
    --wix-font-Heading-L-style: normal;
    --wix-font-Heading-L-variant: normal;
    --wix-font-Heading-L-weight: bold;
    --wix-font-Heading-L-size: 38px;
    --wix-font-Heading-L-line-height: 1.4em;
    --wix-font-Heading-L-family: montserrat, sans-serif;
    --wix-font-Heading-L-text-decoration: none;
    --wix-font-Heading-M: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Heading-M-style: normal;
    --wix-font-Heading-M-variant: normal;
    --wix-font-Heading-M-weight: normal;
    --wix-font-Heading-M-size: 24px;
    --wix-font-Heading-M-line-height: 1.4em;
    --wix-font-Heading-M-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Heading-M-text-decoration: none;
    --wix-font-Heading-S: normal normal bold 22px/1.4em montserrat, sans-serif;
    --wix-font-Heading-S-style: normal;
    --wix-font-Heading-S-variant: normal;
    --wix-font-Heading-S-weight: bold;
    --wix-font-Heading-S-size: 22px;
    --wix-font-Heading-S-line-height: 1.4em;
    --wix-font-Heading-S-family: montserrat, sans-serif;
    --wix-font-Heading-S-text-decoration: none;
    --wix-font-Body-L: normal normal normal 20px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Body-L-style: normal;
    --wix-font-Body-L-variant: normal;
    --wix-font-Body-L-weight: normal;
    --wix-font-Body-L-size: 20px;
    --wix-font-Body-L-line-height: 1.4em;
    --wix-font-Body-L-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Body-L-text-decoration: none;
    --wix-font-Body-M: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Body-M-style: normal;
    --wix-font-Body-M-variant: normal;
    --wix-font-Body-M-weight: normal;
    --wix-font-Body-M-size: 15px;
    --wix-font-Body-M-line-height: 1.4em;
    --wix-font-Body-M-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Body-M-text-decoration: none;
    --wix-font-Body-S: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Body-S-style: normal;
    --wix-font-Body-S-variant: normal;
    --wix-font-Body-S-weight: normal;
    --wix-font-Body-S-size: 14px;
    --wix-font-Body-S-line-height: 1.4em;
    --wix-font-Body-S-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Body-S-text-decoration: none;
    --wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-font-Body-XS-style: normal;
    --wix-font-Body-XS-variant: normal;
    --wix-font-Body-XS-weight: normal;
    --wix-font-Body-XS-size: 12px;
    --wix-font-Body-XS-line-height: 1.4em;
    --wix-font-Body-XS-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-font-Body-XS-text-decoration: none;
    --wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-style: normal;
    --wix-font-LIGHT-variant: normal;
    --wix-font-LIGHT-weight: normal;
    --wix-font-LIGHT-size: 12px;
    --wix-font-LIGHT-line-height: 1.4em;
    --wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-text-decoration: none;
    --wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-style: normal;
    --wix-font-MEDIUM-variant: normal;
    --wix-font-MEDIUM-weight: normal;
    --wix-font-MEDIUM-size: 12px;
    --wix-font-MEDIUM-line-height: 1.4em;
    --wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-text-decoration: none;
    --wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
    --wix-font-STRONG-style: normal;
    --wix-font-STRONG-variant: normal;
    --wix-font-STRONG-weight: normal;
    --wix-font-STRONG-size: 12px;
    --wix-font-STRONG-line-height: 1.4em;
    --wix-font-STRONG-family: HelveticaNeueW01-65Medi;
    --wix-font-STRONG-text-decoration: none;
    --wix-direction: ltr;
    --newItemsDetails: 1;
    --galleryImageRatio: 0;
    --itemClick: 2;
    --gallerySliderImageRatio: 1;
    --slideshowInfoSize: 0;
    --gridStyle: 1;
    --previewHover: 0;
    --arrowsSize: 23;
    --gallerySize: 48;
    --te-padding-slider: 50;
    --newItemsLocation: 0;
    --scrollDirection: 0;
    --overlayAnimation: 0;
    --collageDensity: 80;
    --isAutoSlideshow: 1;
    --loveCounter: 1;
    --galleryLayout: 4;
    --numberOfImagesPerRow: 4;
    --galleryVerticalAlign: 0;
    --imageHoverAnimation: 1;
    --arrowsVerticalPosition: 0;
    --galleryHorizontalAlign: 0;
    --arrowsPosition: 0;
    --overlayType: 0;
    --textFont: normal normal normal 20px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemIconColor: 255, 255, 255;
    --itemIconColor-rgb: 255, 255, 255;
    --itemIconColor-opacity: 1;
    --titleColorExpand: 0, 0, 0;
    --titleColorExpand-rgb: 0, 0, 0;
    --titleColorExpand-opacity: 1;
    --loadMoreButtonFontColor: 0, 0, 0;
    --loadMoreButtonFontColor-rgb: 0, 0, 0;
    --loadMoreButtonFontColor-opacity: 1;
    --itemDescriptionFontColor: 255, 255, 255;
    --itemDescriptionFontColor-rgb: 255, 255, 255;
    --itemDescriptionFontColor-opacity: 1;
    --arrowsContainerBackgroundColor: 0, 0, 0, 0.6;
    --arrowsContainerBackgroundColor-rgb: 0, 0, 0;
    --arrowsContainerBackgroundColor-opacity: 0.6;
    --customButtonBorderColor: 255, 255, 255;
    --customButtonBorderColor-rgb: 255, 255, 255;
    --customButtonBorderColor-opacity: 1;
    --textBoxFillColor: 248, 248, 248;
    --textBoxFillColor-rgb: 248, 248, 248;
    --textBoxFillColor-opacity: 1;
    --itemOpacity: 153, 153, 151, 0;
    --itemOpacity-rgb: 153, 153, 151;
    --itemOpacity-opacity: 0;
    --loadMoreButtonColor: 255, 255, 255;
    --loadMoreButtonColor-rgb: 255, 255, 255;
    --loadMoreButtonColor-opacity: 1;
    --loadMoreButtonBorderColor: 0, 0, 0;
    --loadMoreButtonBorderColor-rgb: 0, 0, 0;
    --loadMoreButtonBorderColor-opacity: 1;
    --customButtonFontColor: 255, 255, 255;
    --customButtonFontColor-rgb: 255, 255, 255;
    --customButtonFontColor-opacity: 1;
    --imageLoadingColor: 199, 199, 199;
    --imageLoadingColor-rgb: 199, 199, 199;
    --imageLoadingColor-opacity: 1;
    --externalCustomButtonBorderColor: 0, 0, 0;
    --externalCustomButtonBorderColor-rgb: 0, 0, 0;
    --externalCustomButtonBorderColor-opacity: 1;
    --itemShadowOpacityAndColor: 0, 0, 0, 0.2;
    --itemShadowOpacityAndColor-rgb: 0, 0, 0;
    --itemShadowOpacityAndColor-opacity: 0.2;
    --externalCustomButtonColor: 78, 162, 161, 0;
    --externalCustomButtonColor-rgb: 78, 162, 161;
    --externalCustomButtonColor-opacity: 0;
    --itemFontColorSlideshow: 0, 0, 0;
    --itemFontColorSlideshow-rgb: 0, 0, 0;
    --itemFontColorSlideshow-opacity: 1;
    --itemFontColor: 255, 255, 255;
    --itemFontColor-rgb: 255, 255, 255;
    --itemFontColor-opacity: 1;
    --arrowsColor: 255, 255, 255;
    --arrowsColor-rgb: 255, 255, 255;
    --arrowsColor-opacity: 1;
    --itemBorderColor: 0, 0, 0;
    --itemBorderColor-rgb: 0, 0, 0;
    --itemBorderColor-opacity: 1;
    --itemIconColorSlideshow: 0, 0, 0;
    --itemIconColorSlideshow-rgb: 0, 0, 0;
    --itemIconColorSlideshow-opacity: 1;
    --foreColor: 248, 248, 248;
    --foreColor-rgb: 248, 248, 248;
    --foreColor-opacity: 1;
    --bgColorExpand: 255, 255, 255;
    --bgColorExpand-rgb: 255, 255, 255;
    --bgColorExpand-opacity: 1;
    --textBoxBorderColor: 0, 0, 0;
    --textBoxBorderColor-rgb: 0, 0, 0;
    --textBoxBorderColor-opacity: 1;
    --customButtonFontColorForHover: 0, 0, 0;
    --customButtonFontColorForHover-rgb: 0, 0, 0;
    --customButtonFontColorForHover-opacity: 1;
    --customButtonColor: 255, 255, 255, 0;
    --customButtonColor-rgb: 255, 255, 255;
    --customButtonColor-opacity: 0;
    --descriptionColorExpand: 0, 0, 0;
    --descriptionColorExpand-rgb: 0, 0, 0;
    --descriptionColorExpand-opacity: 1;
    --actionsColorExpand: 0, 0, 0;
    --actionsColorExpand-rgb: 0, 0, 0;
    --actionsColorExpand-opacity: 1;
    --oneColorAnimationColor: 255, 255, 255;
    --oneColorAnimationColor-rgb: 255, 255, 255;
    --oneColorAnimationColor-opacity: 1;
    --backColor: 248, 248, 248;
    --backColor-rgb: 248, 248, 248;
    --backColor-opacity: 1;
    --itemDescriptionFontColorSlideshow: 0, 0, 0;
    --itemDescriptionFontColorSlideshow-rgb: 0, 0, 0;
    --itemDescriptionFontColorSlideshow-opacity: 1;
    --te-background-color-picker: 104, 216, 214;
    --te-background-color-picker-rgb: 104, 216, 214;
    --te-background-color-picker-opacity: 1;
    --overlayGradientColor2: 255, 255, 255;
    --overlayGradientColor2-rgb: 255, 255, 255;
    --overlayGradientColor2-opacity: 1;
    --overlayGradientColor1: 255, 255, 255;
    --overlayGradientColor1-rgb: 255, 255, 255;
    --overlayGradientColor1-opacity: 1;
    --backgroundColor: 199, 199, 199;
    --backgroundColor-rgb: 199, 199, 199;
    --backgroundColor-opacity: 1;
    --textColor: 0, 0, 0;
    --textColor-rgb: 0, 0, 0;
    --textColor-opacity: 1;
    --customButtonFontForHover: normal normal normal 15px/18px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --customButtonFontForHover-style: normal;
    --customButtonFontForHover-variant: normal;
    --customButtonFontForHover-weight: normal;
    --customButtonFontForHover-size: 15px;
    --customButtonFontForHover-line-height: 18px;
    --customButtonFontForHover-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --customButtonFontForHover-text-decoration: none;
    --text-editor-font: normal normal normal 40px/50px avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
    --text-editor-font-style: normal;
    --text-editor-font-variant: normal;
    --text-editor-font-weight: normal;
    --text-editor-font-size: 40px;
    --text-editor-font-line-height: 50px;
    --text-editor-font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
    --text-editor-font-text-decoration: none;
    --itemDescriptionFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFont-style: normal;
    --itemDescriptionFont-variant: normal;
    --itemDescriptionFont-weight: normal;
    --itemDescriptionFont-size: 15px;
    --itemDescriptionFont-line-height: 1.4em;
    --itemDescriptionFont-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFont-text-decoration: none;
    --text-editor-font-1499774301866: normal normal normal 40px/50px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --text-editor-font-1499774301866-style: normal;
    --text-editor-font-1499774301866-variant: normal;
    --text-editor-font-1499774301866-weight: normal;
    --text-editor-font-1499774301866-size: 40px;
    --text-editor-font-1499774301866-line-height: 50px;
    --text-editor-font-1499774301866-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --text-editor-font-1499774301866-text-decoration: none;
    --customButtonFont: normal normal normal 15px/18px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --customButtonFont-style: normal;
    --customButtonFont-variant: normal;
    --customButtonFont-weight: normal;
    --customButtonFont-size: 15px;
    --customButtonFont-line-height: 18px;
    --customButtonFont-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --customButtonFont-text-decoration: none;
    --loadMoreButtonFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --loadMoreButtonFont-style: normal;
    --loadMoreButtonFont-variant: normal;
    --loadMoreButtonFont-weight: normal;
    --loadMoreButtonFont-size: 15px;
    --loadMoreButtonFont-line-height: 1.4em;
    --loadMoreButtonFont-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --loadMoreButtonFont-text-decoration: none;
    --itemFontSlideshow: normal normal normal 22px/27px helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --itemFontSlideshow-style: normal;
    --itemFontSlideshow-variant: normal;
    --itemFontSlideshow-weight: normal;
    --itemFontSlideshow-size: 22px;
    --itemFontSlideshow-line-height: 27px;
    --itemFontSlideshow-family: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --itemFontSlideshow-text-decoration: none;
    --titleFontExpand: normal normal bold 40px/1.4em montserrat, sans-serif;
    --titleFontExpand-style: normal;
    --titleFontExpand-variant: normal;
    --titleFontExpand-weight: bold;
    --titleFontExpand-size: 40px;
    --titleFontExpand-line-height: 1.4em;
    --titleFontExpand-family: montserrat, sans-serif;
    --titleFontExpand-text-decoration: none;
    --itemDescriptionFontSlideshow: normal normal normal 15px/18px helvetica-w01-light, helvetica-w02-light, sans-serif;
    --itemDescriptionFontSlideshow-style: normal;
    --itemDescriptionFontSlideshow-variant: normal;
    --itemDescriptionFontSlideshow-weight: normal;
    --itemDescriptionFontSlideshow-size: 15px;
    --itemDescriptionFontSlideshow-line-height: 18px;
    --itemDescriptionFontSlideshow-family: helvetica-w01-light, helvetica-w02-light, sans-serif;
    --itemDescriptionFontSlideshow-text-decoration: none;
    --descriptionFontExpand: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --descriptionFontExpand-style: normal;
    --descriptionFontExpand-variant: normal;
    --descriptionFontExpand-weight: normal;
    --descriptionFontExpand-size: 15px;
    --descriptionFontExpand-line-height: 1.4em;
    --descriptionFontExpand-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --descriptionFontExpand-text-decoration: none;
    --itemFont: normal normal bold 22px/1.4em montserrat, sans-serif;
    --itemFont-style: normal;
    --itemFont-variant: normal;
    --itemFont-weight: bold;
    --itemFont-size: 22px;
    --itemFont-line-height: 1.4em;
    --itemFont-family: montserrat, sans-serif;
    --itemFont-text-decoration: none;
    --textFont-style: normal;
    --textFont-variant: normal;
    --textFont-weight: normal;
    --textFont-size: 20px;
    --textFont-line-height: 1.4em;
    --textFont-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --textFont-text-decoration: none;
}

.sGO7Um1.oAIumZh--madefor {
    --wbu-font-stack: var(--wix-font-stack);
    --wbu-font-weight-regular: var(--wix-font-weight-regular);
    --wbu-font-weight-medium: var(--wix-font-weight-medium);
    --wbu-font-weight-bold: var(--wix-font-weight-bold)
}

.smiBI1J.o__5F996w--madefor {
    --wbu-font-stack: var(--wix-font-stack);
    --wbu-font-weight-regular: var(--wix-font-weight-regular);
    --wbu-font-weight-medium: var(--wix-font-weight-medium);
    --wbu-font-weight-bold: var(--wix-font-weight-bold)
}

.nav-arrows-container .custom-nav-arrows svg {
    width: 100%;
    height: 100%
}

._3dhR7 {
    display: block;
    width: 100%;
    height: 100%
}

._3dhR7 img {
    max-width: var(--wix-img-max-width, 100%)
}

._3dhR7[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

._3dhR7[data-animate-blur] img[data-load-done] {
    filter: none
}

.pro-gallery-stop-scroll-for-fullscreen {
    overflow-y: hidden
}

div.pro-gallery-parent-container .show-more-container i.show-more:hover {
    opacity: 1
}

div.pro-gallery-parent-container .show-more-container button.show-more {
    border-style: solid
}

div.pro-gallery-parent-container .show-more-container button.show-more:hover {
    opacity: 1
}

div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more:hover {
    opacity: 1
}

div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more {
    border-style: solid
}

div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more:hover {
    opacity: 1
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i {
    background: none !important;
    font-size: 26px
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    z-index: 12
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    z-index: 11
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info a:hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a:hover {
    opacity: .7
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    font-size: 22px
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    border-style: solid
}

.pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
.pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: .6
}

.pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,
.pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: 1
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    font-size: 15px
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i {
    font-size: 26px
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    z-index: 12
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    z-index: 11
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a:hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a:hover {
    opacity: .7
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    font-size: 22px
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    border-style: solid
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: .6
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: 1
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description {
    font-size: 15px
}

.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,
.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,
.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,
.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,
.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after {
    opacity: .3
}

.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-cart-icon {
    background: inherit !important
}

.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love-store.pro-gallery-loved {
    color: #e03939 !important
}

.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love.pro-gallery-loved {
    color: #e03939 !important
}

.social-share-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200005
}

.social-share-wrapper .mobile-social-share-screen {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0)
}

.social-share-wrapper .mobile-social-share-screen.mobile-social-share-screen-visible {
    z-index: 200005;
    background-color: rgba(0, 0, 0, .6);
    transition: background-color .3s ease
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-background {
    height: calc(100% - 150px);
    touch-action: none
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab.mobile-social-share-tab-visible {
    margin-bottom: 0px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list {
    display: flex;
    justify-content: space-between;
    width: 220px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list .social-share-icon {
    height: 16px;
    width: 16px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container {
    height: 32px;
    margin-top: 20px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-input {
    width: 200px;
    font-size: 11px;
    padding: 2px 4px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button {
    width: 40px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon {
    height: 16px;
    width: 16px
}

.social-share-wrapper .desktop-social-share-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center
}

.social-share-wrapper .desktop-social-share-screen.desktop-social-share-screen-visible {
    z-index: 200005;
    background-color: rgba(0, 0, 0, .6);
    transition: all .4s ease
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-background {
    position: fixed;
    height: 100%;
    width: 100%
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup {
    position: relative;
    width: 580px;
    height: 250px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -100px;
    opacity: 0;
    transition: all .4s ease
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup.desktop-social-share-popup-visible {
    margin-bottom: 0px;
    opacity: 1
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list {
    display: flex;
    justify-content: space-between;
    width: 280px
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list .social-share-icon {
    height: 24px;
    width: 24px;
    transition: color .2s ease
}

.social-share-wrapper .social-share-item {
    position: relative
}

.social-share-wrapper .social-share-item .social-share-button {
    opacity: 1;
    transition: opacity .2s ease;
    cursor: pointer
}

.social-share-wrapper .social-share-item .social-share-button:hover {
    opacity: .65
}

.social-share-wrapper .social-share-item .social-share-button:active {
    opacity: 1
}

.social-share-wrapper .social-share-copylink-container {
    display: flex;
    margin-top: 25px;
    height: 40px
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-input {
    border: 1px solid #000;
    padding: 2px 8px;
    height: 100%;
    width: 260px
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-button {
    width: 50px;
    height: 100%;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: background-color .1s ease
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-button:hover {
    background-color: rgba(0, 0, 0, .65)
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon {
    margin-top: 2px
}

div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover) .gallery-item-content .gallery-item {
    transition: opacity .4s ease !important
}

div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,
div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item {
    opacity: 0
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .hover-info-element {
    transition: transform 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99) !important
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-content {
    transform: scale(1.1)
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
    transform: scale(1.11)
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover) .hover-info-element,
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) .hover-info-element {
    transform: scale(0.9009)
}

div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover) .gallery-item-content {
    transition: filter .4s linear !important
}

div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,
div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item {
    filter: blur(6px)
}

div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover) .gallery-item-content {
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover):hover .gallery-item-content {
    filter: grayscale(1)
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) {
    transition: background-color .4s ease !important
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover) {
    transition: transform .4s ease !important
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover,
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover {
    background-color: rgba(0, 0, 0, 0) !important
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-content {
    transform: scale(0.985)
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
    transform: scale(0.985)
}

div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover) .gallery-item-content {
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover):hover .gallery-item-content {
    filter: invert(1)
}

div.pro-gallery .gallery-item-container.color-in-on-hover .gallery-item-content {
    filter: grayscale(1);
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.color-in-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.color-in-on-hover:hover:not(.hide-hover) .gallery-item-content {
    filter: grayscale(0)
}

div.pro-gallery .gallery-item-container.darkened-on-hover .gallery-item-content {
    filter: brightness(1);
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.darkened-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.darkened-on-hover:hover:not(.hide-hover) .gallery-item-content {
    filter: brightness(0.7)
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover {
    transition: none
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
    opacity: 0
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover .gallery-item-hover-inner {
    opacity: 0
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) {
    transition: none
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover):before {
    opacity: 1;
    background: rgba(8, 8, 8, .75)
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .info-member:not(.hidden),
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden) {
    opacity: 1 !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover {
    transition: filter .4s ease, opacity .4s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover:before {
    transition: filter .4s ease, opacity .4s ease !important;
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover:before {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important;
    transform: scale(0.9);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before {
    transform: scale(1);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateY(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(-100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateX(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateX(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(-100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateY(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover {
    transition: none
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover:before {
    opacity: 1;
    background: rgba(8, 8, 8, .75)
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner {
    opacity: 1
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .info-member:not(.hidden) {
    opacity: 1 !important
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover,
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) {
    transition: none
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover):before {
    opacity: 0
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .info-member:not(.hidden),
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden) {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover {
    transition: filter .4s ease, opacity .4s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover:before {
    transition: filter .4s ease, opacity .4s ease !important;
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover:before {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important;
    transform: scale(1);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before {
    transform: scale(0.9);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateY(100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateX(-100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(100%);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateX(0);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(-100%);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateY(0);
    filter: opacity(0)
}

.animation-slide {
    transition: width .4s ease, height .4s ease, top .4s ease, left .4s ease
}

.item-with-secondary-media-container .secondary-media-item.hide {
    opacity: 0
}

.item-with-secondary-media-container .secondary-media-item.show {
    opacity: 1
}

*[data-collapsed=true] .pro-gallery-parent-container .gallery-item,
*[data-hidden=true] .pro-gallery-parent-container .gallery-item {
    background-image: none !important
}

html.pro-gallery {
    width: 100%;
    height: auto
}

body.pro-gallery {
    transition: opacity 2s ease
}

#gallery-loader {
    position: fixed;
    top: 50%
}

.show-more-container {
    text-align: center;
    line-height: 138px
}

.show-more-container i.show-more {
    color: #5d5d61;
    font-size: 40px;
    cursor: pointer;
    margin-top: -3px
}

.show-more-container button.show-more {
    display: inline-block;
    padding: 11px 29px;
    border-radius: 0;
    border: 2px solid #5d5d61;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 12px;
    color: #5d5d61;
    background: rgba(0, 0, 0, 0);
    cursor: pointer
}

.show-more-container button.show-more:hover {
    background: rgba(0, 0, 0, .1)
}

.more-items-loader {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #3899ec
}

.version-header {
    color: #e03939;
    text-align: left;
    font-family: "Consolas", monospace;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 100px;
    line-height: 30px;
    background: rgba(255, 255, 255, .8);
    z-index: 100
}

.auto-slideshow-button {
    margin-top: 19px;
    padding: 5px;
    height: 28px;
    width: 20px;
    left: auto;
    z-index: 1;
    position: absolute;
    display: flex;
    text-align: center;
    cursor: pointer;
    opacity: .9
}

.auto-slideshow-counter {
    margin-top: 24px;
    left: auto;
    z-index: 1;
    position: absolute;
    display: flex;
    text-align: center;
    opacity: .9;
    font-size: 15px;
    line-height: normal
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.mouse-cursor {
    display: flex;
    width: 100%;
    position: absolute
}

.nav-arrows-container {
    left: auto;
    position: absolute;
    display: flex;
    text-align: center;
    cursor: pointer;
    opacity: .9;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    justify-content: center
}

.nav-arrows-container.follow-mouse-cursor {
    position: relative;
    cursor: none
}

.nav-arrows-container:hover {
    opacity: 1
}

.nav-arrows-container.drop-shadow svg {
    filter: drop-shadow(0px 1px 0.15px #B2B2B2)
}

.nav-arrows-container .slideshow-arrow {
    flex-shrink: 0
}

.arrow-portal-container span {
    animation: fadeIn .1s ease-in-out;
    position: fixed;
    transition: top 50ms, left 50ms;
    display: flex;
    align-items: center;
    justify-content: center
}

div.gallery-slideshow div.pro-gallery,
div.gallery-slideshow .gallery-column {
    box-sizing: content-box !important
}

div.gallery-slideshow .gallery-group,
div.gallery-slideshow .gallery-item-container,
div.gallery-slideshow .gallery-item-wrapper {
    overflow: visible !important
}

div.gallery-slideshow.streched .gallery-slideshow-info {
    padding-left: 50px !important;
    padding-right: 50px !important
}

@media(max-width: 500px) {
    div.gallery-slideshow div.pro-gallery .gallery-slideshow-info {
        padding-left: 20px;
        padding-right: 20px
    }
}

div.gallery-slideshow div.pro-gallery .gallery-item-container .gallery-slideshow-info {
    position: absolute;
    padding-top: 0px;
    bottom: -220px;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    z-index: 15
}

.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px 60px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px 10px 50px
}

.gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
}

div.pro-gallery {
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: relative
}

div.pro-gallery .gallery-column {
    float: left;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden
}

div.pro-gallery .gallery-column .gallery-left-padding {
    display: inline-block;
    height: 100%
}

div.pro-gallery .gallery-column .gallery-top-padding {
    display: block;
    width: 100%
}

div.pro-gallery .gallery-group {
    float: left;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-sizing: border-box;
    padding: 0;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 11px
}

div.pro-gallery .gallery-group.debug.gallery-group-gone {
    background: #cdcdd0
}

div.pro-gallery .gallery-group.debug.gallery-group-visible {
    background: #c1f0c1
}

div.pro-gallery .gallery-group.debug.gallery-group-hidden {
    background: #f99
}

div.pro-gallery .gallery-item-container {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    border: none;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    outline: none;
    text-decoration: none;
    color: inherit;
    will-change: top, left, width, height;
    box-sizing: border-box;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 11px;
    cursor: default;
    scroll-snap-align: center
}

div.pro-gallery .gallery-item-container:hover .gallery-item-common-info {
    cursor: pointer
}

div.pro-gallery .gallery-item-container:hover .gallery-item-common-info button {
    text-decoration: underline;
    cursor: pointer
}

div.pro-gallery .gallery-item-container.visible {
    transform: translate3d(0, 0, 0)
}

div.pro-gallery .gallery-item-container.clickable {
    cursor: pointer
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .gallery-item {
    -o-object-fit: cover;
    object-fit: cover
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .text-item>div {
    width: 100% !important;
    height: 100% !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper.transparent,
div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit {
    background: rgba(0, 0, 0, 0)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-preload {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit .gallery-item {
    background: rgba(0, 0, 0, 0);
    -o-object-fit: contain;
    object-fit: contain
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item {
    box-sizing: border-box;
    /*! autoprefixer: ignore next */
    -webkit-font-smoothing: antialiased;
    white-space: initial
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item .te-pro-gallery-text-item {
    line-height: normal !important;
    letter-spacing: normal !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item>div {
    background: initial !important;
    box-sizing: border-box
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item p,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item span,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item div,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h1,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h2,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h3,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h4,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h5,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h6,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item i {
    margin: 0;
    padding: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item .pro-circle-preloader {
    top: 50%;
    left: 50%;
    height: 30px;
    width: 15px;
    z-index: -1;
    opacity: .4
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item img.gallery--placeholder-item {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1 !important;
    animation: none !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded.image-item:after {
    display: none !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded~.pro-circle-preloader {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.error {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded.grid-fit {
    background-size: contain
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video {
    overflow: hidden;
    text-align: center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video iframe {
    left: 0;
    top: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing i {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playedOnce~.image-item {
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i {
    display: inline-block;
    text-rendering: auto;
    /*! autoprefixer: ignore next */
    -webkit-font-smoothing: antialiased;
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    height: 60px;
    text-align: center;
    margin: -30px 0 0 -30px;
    background: #080808;
    color: #fff;
    border-radius: 50px;
    opacity: .7
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle {
    opacity: 1
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-background,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-background {
    font-size: 26px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:hover,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:hover {
    opacity: .9
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:before,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:before {
    font-size: 2.3em;
    opacity: 1
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info {
    position: absolute;
    bottom: -220px;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    z-index: 15
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info>div {
    height: 100%;
    width: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    white-space: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 15;
    overflow: hidden
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-hover-inner {
    height: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover.no-hover-bg:before {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    z-index: -1
}

div.pro-gallery .gallery-item-container .gallery-item-common-info {
    box-sizing: border-box;
    cursor: pointer
}

div.pro-gallery.one-row {
    white-space: nowrap;
    float: left
}

div.pro-gallery.one-row .gallery-column {
    width: 100%;
    float: none;
    white-space: nowrap
}

div.pro-gallery.one-row .gallery-column .gallery-group {
    display: inline-block;
    float: none
}

div.pro-gallery.one-row.slider .gallery-column {
    overflow-x: scroll
}

div.pro-gallery.one-row.slider .gallery-column.scroll-snap {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

div.pro-gallery.one-row .gallery-horizontal-scroll-inner {
    position: relative;
    will-change: transform
}

div.pro-gallery.thumbnails-gallery {
    overflow: hidden;
    float: left
}

div.pro-gallery.thumbnails-gallery .galleryColumn {
    position: relative;
    overflow: visible
}

div.pro-gallery.thumbnails-gallery .thumbnailItem {
    position: absolute;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    overflow-y: inherit;
    border-radius: 0px;
    cursor: pointer
}

div.pro-gallery.thumbnails-gallery .thumbnailItem.pro-gallery-highlight::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .6)
}

@media(max-width: 500px) {
    div.pro-gallery.thumbnails-gallery {
        overflow: visible
    }
}

div.pro-gallery *:focus {
    box-shadow: none
}

div.pro-gallery.accessible i:focus,
div.pro-gallery.accessible button:not(.nav-arrows-container, .has-custom-focus):focus {
    box-shadow: 0 0 0 1px #fff, 0 0 1px 2px #3899ec
}

div.pro-gallery.accessible .has-custom-focus:focus {
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 1px 4px #3899ec
}

div.pro-gallery.accessible .gallery-item-hover i:focus,
div.pro-gallery.accessible .gallery-item-hover button:focus {
    box-shadow: none
}

div.pro-gallery.accessible .thumbnailItem.pro-gallery-highlight::after {
    box-shadow: inset 0 0 1px 2px #3899ec, inset 0 0 7px 0 #fff, 0 0 10px -5px #3899ec
}

div.pro-gallery.accessible .gallery-item-container:focus::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 1px 2px #3899ec, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #3899ec;
    pointer-events: none;
    border-radius: inherit
}

div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::before {
    box-shadow: inset 0 0 1px 2px #3899ec, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #3899ec
}

div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 1px 2px #3899ec, inset 0 0 7px 0 #fff, 0 0 10px -5px #3899ec;
    pointer-events: none;
    border-radius: inherit
}

div.pro-gallery .hide-scrollbars {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none
}

div.pro-gallery .hide-scrollbars::-webkit-scrollbar,
div.pro-gallery .hide-scrollbars ::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

div.pro-gallery .rtl {
    direction: rtl
}

div.pro-gallery .ltr {
    direction: ltr
}

.sr-only.out-of-view-component {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
    border: 0
}

.screen-logs {
    word-wrap: break-word;
    background: #fff;
    width: 280px;
    font-size: 10px
}

.fade {
    display: block;
    transition: opacity 600ms ease
}

.fade-visible {
    opacity: 1
}

.fade-hidden {
    opacity: 0
}

.deck-before {
    display: block;
    z-index: 1;
    transition: transform 600ms ease;
    transform: translateX(-100%)
}

.deck-before-rtl {
    display: block;
    z-index: 1;
    transition: transform 600ms ease;
    transform: translateX(100%)
}

.deck-current {
    display: block;
    z-index: 0;
    transition: transform 600ms ease;
    transform: translateX(0)
}

.deck-current .override {
    transition: transform 600ms ease, opacity .1s ease 200ms !important
}

.deck-after {
    display: block;
    transition: opacity .2s ease 600ms;
    z-index: -1;
    opacity: 0
}

.deck-after .override {
    transition: opacity .1s ease 0s !important
}

.disabled-transition {
    transition: none !important
}

@keyframes changing_background {
    0% {
        background-color: rgba(241, 241, 241, .2)
    }

    50% {
        background-color: rgba(241, 241, 241, .8)
    }

    100% {
        background-color: rgba(241, 241, 241, .2)
    }
}

.pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]::before {
    content: "";
    position: absolute;
    scroll-snap-align: center;
    top: var(--group-top);
    left: var(--group-left);
    width: var(--group-width);
    right: var(--group-right);
    height: 1px;
    pointer-events: none
}

.pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper::before {
    content: "";
    position: absolute;
    scroll-snap-align: center;
    top: var(--group-top);
    left: var(--group-left);
    width: var(--group-width);
    right: var(--group-right);
    height: 1px;
    pointer-events: none
}

.gallery-item-container {
    scroll-snap-align: none !important
}

.gallery-slideshow .gallery-item-container:not(.clickable) a {
    cursor: default
}

.slideshow-info-element-inner {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%
}

.slideshow-info-element-inner .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
}

.slideshow-info-element-inner .info-element-text>div {
    width: 100%
}

.slideshow-info-element-inner .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
}

.slideshow-info-element-inner .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
}

.slideshow-info-element-inner .info-element-text .info-element-description>span {
    white-space: normal
}

.slideshow-info-element-inner .info-element-text .info-member.hide {
    display: none
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.slideshow-info-element-inner .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
}

.slideshow-info-element-inner .info-element-social.populated-item {
    margin-bottom: 24px
}

.slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
}

.slideshow-info-element-inner .info-element-social.info-align-center {
    justify-content: center
}

.slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share {
    position: relative
}

.slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
}

.slideshow-info-element-inner .info-element-social.info-align-right {
    flex-direction: row-reverse
}

.slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
}

.slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
}

.slideshow-info-element-inner .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
}

.slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button,
.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
}

.slideshow-info-element-inner .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button,
.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
}

.gallery-item-common-info.gallery-item-bottom-info {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%;
    padding-top: 0
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text>div {
    width: 100%
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description>span {
    white-space: normal
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-member.hide {
    display: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.populated-item {
    margin-bottom: 24px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center {
    justify-content: center
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share {
    position: relative
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right {
    flex-direction: row-reverse
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love button,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text>div {
    width: 100%
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description>span {
    white-space: normal
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-member.hide {
    display: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.populated-item {
    margin-bottom: 24px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center {
    justify-content: center
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share {
    position: relative
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right {
    flex-direction: row-reverse
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 0 20px 20px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social {
    margin: 0;
    height: auto;
    position: static;
    display: flex;
    flex-direction: row
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows {
    width: auto;
    margin: 0px -10px 0
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top {
    background: linear-gradient(rgba(0, 0, 0, 0.2) 0, transparent 140px)
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center {
    justify-content: center
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share {
    position: relative
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right {
    flex-direction: row-reverse
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button {
    position: static !important;
    margin: 0;
    padding: 0 20px;
    font-size: 19px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share {
    margin-top: -3px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title {
    white-space: normal
}

.gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
}

.gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 30px 0 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    opacity: 0;
    /*! autoprefixer: ignore next */
    -webkit-box-pack: center;
    transition: opacity .4s ease;
    color: #fff
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper .buy-icon {
    margin-right: 7px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    opacity: 0;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    white-space: nowrap;
    outline: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button .overlay {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin: 0;
    box-sizing: border-box;
    height: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.short-item {
    padding-top: 5px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.narrow-item {
    padding-left: 5px;
    padding-right: 5px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.hidden {
    opacity: 0 !important;
    pointer-events: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text>div {
    width: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.push-down {
    padding-top: 60px;
    box-sizing: border-box
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title {
    line-height: 32px;
    font-size: 21px;
    padding: 0;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    opacity: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    opacity: 0;
    white-space: normal
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-member.hide {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements {
    width: 100%;
    height: 24px !important;
    display: flex;
    flex-direction: row
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-love {
    margin-right: auto
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-button {
    padding-left: 10px;
    padding-right: 10px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-absolute {
    position: absolute;
    top: 0;
    left: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social {
    outline: none;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 90%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item .info-element-social-button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item .info-element-social-button {
    position: initial
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.with-arrows {
    width: 86%;
    margin: 0 7%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.hidden {
    opacity: 0 !important;
    pointer-events: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button {
    outline: none;
    bottom: 30px;
    position: absolute;
    margin: 0;
    display: inline-block;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    padding: 10px;
    margin: -10px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.visible {
    opacity: 1 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments {
    left: 26px;
    top: 26px;
    bottom: initial;
    font-size: 15px;
    border: none;
    background: #2b5672;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love {
    left: 30px;
    bottom: 30px;
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love i {
    outline: none;
    float: left;
    display: inline-block;
    line-height: 14px;
    border: none;
    background: rgba(0, 0, 0, 0);
    font-size: 18px;
    padding: 1px 5px;
    text-decoration: none;
    cursor: pointer
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    line-height: 15px;
    font-size: 15px;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-share {
    bottom: 26px;
    left: auto;
    right: 30px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-dots {
    left: auto;
    right: 22px;
    top: 26px;
    height: 30px;
    width: 20px;
    display: flex;
    justify-content: center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download {
    bottom: 25px;
    left: auto;
    right: 68px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download.pull-right {
    right: 30px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button {
    bottom: calc(50% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments {
    left: calc(25% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love span,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments span {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-share {
    right: calc(25% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-download {
    left: calc(50% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-dots {
    left: calc(50% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button {
    bottom: auto;
    left: calc(50% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-love,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-comments {
    top: calc(25% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-share {
    top: auto;
    right: auto;
    bottom: calc(25% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-download {
    top: calc(50% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-dots {
    bottom: calc(50% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 300px;
    min-width: 200px;
    overflow: visible;
    z-index: 16;
    font-size: 12px;
    opacity: 0;
    transform: translateX(-50%);
    margin-top: 1px;
    margin-left: -3px;
    transition: opacity .4s ease;
    outline: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.hidden {
    opacity: 0 !important;
    pointer-events: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 22px;
    text-align: center;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
    border: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button:hover,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i:hover {
    opacity: .7
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-1,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-1 {
    margin-left: 5px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-2,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-2 {
    font-size: 13px;
    margin-top: 1px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-4,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-4 {
    margin-left: -1px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-5,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-5 {
    font-size: 13px;
    margin-top: 1px;
    margin-left: -3px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item {
    top: 50%;
    left: 0;
    max-width: none;
    min-width: 0;
    max-height: 300px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i {
    left: 50%;
    margin-left: -10px;
    margin-top: 8px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-2,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-2 {
    font-size: 13px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-5,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-5 {
    font-size: 13px
}

div.pro-gallery .gallery-item-container .gallery-item-common-info {
    box-sizing: border-box;
    cursor: pointer
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title {
    /*! autoprefixer: ignore next */
    overflow: hidden;
    /*! autoprefixer: ignore next */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description {
    /*! autoprefixer: ignore next */
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description>span {
    white-space: normal
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-member.hide {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button .overlay {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0
}

div.pro-gallery.thumbnails-gallery .gallery-item-container .info-element-custom-button-wrapper {
    display: none !important
}

:root {
    --tooltip-text-color: white;
    --tooltip-background-color: black;
    --tooltip-margin: 30px;
    --tooltip-arrow-size: 6px
}

.tooltip-wrapper {
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: var(--tooltip-background-color);
    color: var(--tooltip-text-color);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .1);
    border: 1px solid var(--tooltip-text-color)
}

.tooltip-body {
    padding: 4px;
    font-size: 14px;
    font-family: Helvetica
}

.tooltip-body::before {
    content: " ";
    left: 50%;
    border: solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: var(--tooltip-arrow-size);
    margin-left: calc(var(--tooltip-arrow-size)*-1)
}

.tooltip-body.arrow {
    top: calc(var(--tooltip-margin)*-1)
}

.tooltip-body.arrow::before {
    top: 100%;
    border-top-color: var(--tooltip-background-color)
}

.pg-render-indicator {
    position: absolute;
    bottom: 15.5px;
    left: 15.5px;
    border: 1px solid #717171;
    padding: 5px 10px 5px 5px;
    font-size: 16px;
    z-index: 2147483648;
    cursor: default;
    line-height: 20px
}

.pg-render-indicator table {
    table-layout: fixed
}

.pg-render-indicator.rendered {
    background-color: #7fff00
}

.pg-render-indicator.not-rendered {
    background-color: red
}

.pg-render-indicator .log-column {
    max-height: 450px;
    max-width: 500px;
    overflow: auto;
    background-color: #fff
}

.pg-render-indicator .show-on-hover {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    top: -9999px;
    left: -9999px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.pg-render-indicator div.worker-log-text {
    word-wrap: break-word;
    max-width: 500px;
    min-width: 100px
}

.pg-render-indicator:hover {
    max-width: 90%;
    max-height: 90%
}

.pg-render-indicator:hover .show-on-hover {
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    height: auto;
    line-height: normal;
    text-decoration: none;
    width: auto;
    position: static
}

.pro-fullscreen-wrapper,
.pro-fullscreen-wrapper-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100005
}

.pro-gallery-empty {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .9)
}

.pro-gallery-empty .pro-gallery-empty-content {
    height: 334px;
    width: 100%;
    overflow: hidden
}

.pro-gallery-empty .pro-gallery-empty-image {
    margin: 66px auto 35px;
    width: 262px;
    height: 132px;
    background-image: url(media/emptystate.85a4add5.svg);
    background-size: contain
}

.pro-gallery-empty .pro-gallery-empty-title {
    color: #4eb7f5;
    font-family: "HelveticaNeueW01-55Roma", "HelveticaNeueW02-55Roma", "HelveticaNeueW10-55Roma", sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px
}

.pro-gallery-empty .pro-gallery-empty-info {
    color: #4eb7f5;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.lQWuNO {
    display: block;
    width: 100%;
    height: 100%
}

.lQWuNO img {
    max-width: var(--wix-img-max-width, 100%)
}

.lQWuNO[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.lQWuNO[data-animate-blur] img[data-load-done] {
    filter: none
}

.comp-le54mhep div.pro-gallery-parent-container .gallery-item-wrapper-text .gallery-item-content {
    background-color: #000000
}

.comp-le54mhep div.pro-gallery-parent-container .show-more-container i.show-more {
    color: rgba(0, 0, 0, 0.7)
}

.comp-le54mhep div.pro-gallery-parent-container .show-more-container button.show-more {
    --loadMoreButtonBorderRadius: 0;
    --loadMoreButtonBorderColor: #000000;
    --loadMoreButtonBorderWidth: 1;
    --loadMoreButtonColor: #FFFFFF;
    --loadMoreButtonFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --loadMoreButtonFontColor: #000000;
    color: rgba(0, 0, 0, 0.9);
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration: ;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-radius: 0px
}

.comp-le54mhep div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more {
    color: rgba(0, 0, 0, 0.7)
}

.comp-le54mhep div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more {
    --loadMoreButtonBorderRadius: 0;
    --loadMoreButtonBorderColor: #000000;
    --loadMoreButtonBorderWidth: 1;
    --loadMoreButtonColor: #FFFFFF;
    --loadMoreButtonFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --loadMoreButtonFontColor: #000000;
    color: rgb(0, 0, 0);
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration: ;
    background: rgb(255, 255, 255);
    border-width: undefinedpx;
    border-color: rgb(0, 0, 0);
    border-radius: undefinedpx
}

.comp-le54mhep .nav-arrows-container .slideshow-arrow,
.comp-le54mhep .nav-arrows-container .custom-nav-arrows svg {
    --arrowsColor: #FFFFFF;
    fill: rgb(255, 255, 255)
}

.comp-le54mhep .nav-arrows-container.pro-gallery-mobile-indicator .slideshow-arrow,
.comp-le54mhep .nav-arrows-container.pro-gallery-mobile-indicator .custom-nav-arrows svg {
    --arrowsColor: #FFFFFF;
    fill: rgb(255, 255, 255)
}

.comp-le54mhep .pro-gallery.inline-styles .auto-slideshow-counter {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, helvetica-w02-light, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info {
    --itemIconColorSlideshow: #000000
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info a {
    color: rgb(0, 0, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info svg .gallery-item-svg-foreground {
    fill: rgb(0, 0, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, helvetica-w02-light, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded) {
    --imageLoadingColor: #F8F8F8;
    background-color: rgb(199, 199, 199)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    --itemFontColor: #FFFFFF;
    color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    --itemOpacity: #000000;
    color: rgba(153, 153, 151, 0)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background {
    --itemOpacity: #000000;
    fill: rgba(153, 153, 151, 0)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gradient-top,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gradient-top {
    --itemOpacity: #000000;
    background: linear-gradient(rgba(153, 153, 151, 0) 0, transparent 140px) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    --itemIconColor: #FFFFFF
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a {
    color: rgb(255, 255, 255) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground {
    fill: rgb(255, 255, 255) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title {
    --itemFont: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemFontColor: #FFFFFF;
    color: rgb(255, 255, 255);
    font: normal normal bold 22px/1.4em montserrat, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description {
    --itemDescriptionFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFontColor: #FFFFFF;
    color: rgb(255, 255, 255) !important;
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    --customButtonFontColor: #FFFFFF;
    color: rgb(255, 255, 255) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    --customButtonColor: #000000;
    --customButtonBorderRadius: 0;
    --customButtonBorderWidth: 1;
    --customButtonBorderColor: #FFFFFF;
    --customButtonFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(255, 255, 255) !important;
    font: normal normal normal 15px/18px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration: ;
    background: rgba(255, 255, 255, 0) !important;
    border-width: 1px;
    border-radius: 0px;
    border-color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
    --itemOpacity: #000000;
    background: rgba(153, 153, 151, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #000000 !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover:before {
    --itemOpacity: #000000;
    background: rgba(153, 153, 151, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #000000 !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 22px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontColorSlideshow: #000000;
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, helvetica-w02-light, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-custom-button-wrapper button {
    --customButtonFontForHover: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --customButtonFontColorForHover: #000000;
    --externalCustomButtonBorderWidth: 0;
    --externalCustomButtonBorderRadius: 0;
    font: normal normal normal 15px/18px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration: ;
    color: rgb(0, 0, 0) !important;
    background: rgba(78, 162, 161, 0) !important;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
    border-radius: 0px
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded) {
    --imageLoadingColor: #F8F8F8;
    background-color: rgb(199, 199, 199)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    --itemFontColor: #FFFFFF;
    color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    --itemOpacity: #000000;
    color: rgba(153, 153, 151, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background {
    --itemOpacity: #000000;
    fill: rgba(153, 153, 151, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gradient-top,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gradient-top {
    --itemOpacity: #000000;
    background: linear-gradient(rgba(153, 153, 151, 0) 0, transparent 140px) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info {
    --itemIconColorSlideshow: #000000
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a {
    color: rgb(0, 0, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-foreground {
    fill: rgb(0, 0, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, helvetica-w02-light, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover {
    --itemIconColor: #FFFFFF
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a {
    color: rgb(255, 255, 255) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground {
    fill: rgb(255, 255, 255) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-title {
    --itemFont: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemFontColor: #FFFFFF;
    color: rgb(255, 255, 255);
    font: normal normal bold 22px/1.4em montserrat, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-description {
    --itemDescriptionFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFontColor: #FFFFFF;
    color: rgb(255, 255, 255) !important;
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    --customButtonFontColor: #FFFFFF;
    color: rgb(255, 255, 255) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    --customButtonColor: #000000;
    --customButtonBorderRadius: 0;
    --customButtonBorderWidth: 1;
    --customButtonBorderColor: #FFFFFF;
    --customButtonFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(255, 255, 255) !important;
    font: normal normal normal 15px/18px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration: ;
    background: rgba(255, 255, 255, 0) !important;
    border-width: undefinedpx;
    border-radius: undefinedpx;
    border-color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover:not(.hide-hover):before {
    --itemOpacity: #000000;
    background: rgba(153, 153, 151, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #000000 !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover:before {
    --itemOpacity: #000000;
    background: rgba(153, 153, 151, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #000000 !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 22px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontColorSlideshow: #000000;
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, helvetica-w02-light, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-custom-button-wrapper button {
    --customButtonFontForHover: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --customButtonFontColorForHover: #000000;
    --externalCustomButtonBorderWidth: 0;
    --externalCustomButtonBorderRadius: 0;
    font: normal normal normal 15px/18px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration: ;
    color: rgb(0, 0, 0) !important;
    background: rgba(78, 162, 161, 0) !important;
    border-color: rgb(0, 0, 0);
    border-width: undefinedpx;
    border-radius: undefinedpx
}

.comp-le54mhep .te-pro-gallery-text-item {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: #FFFFFF
}

.comp-le54mhep .pro-fullscreen-wrapper .pro-fullscreen-text-item {
    --fullscreen-text-item-bg: #000000;
    background-color: #000000
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles {
    --bgColorExpand: #FFFFFF;
    background-color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-selected-license,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-checkout-link {
    --descriptionColorExpand: #000000;
    --descriptionFontExpand: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(0, 0, 0);
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-mobile-info {
    --bgColorExpand: #FFFFFF;
    background-color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-title {
    --titleColorExpand: #000000;
    --titleFontExpand: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(0, 0, 0);
    font: normal normal bold 40px/1.4em montserrat, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link {
    --descriptionColorExpand: #000000;
    --descriptionFontExpand: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(0, 0, 0);
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after {
    --descriptionColorExpand: #000000;
    border-color: rgb(0, 0, 0)
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social i:not(.pro-gallery-loved),
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social a,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social button,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav i:not(.pro-gallery-loved),
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav a,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav button,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar i:not(.pro-gallery-loved),
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar a,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar button,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social i:not(.pro-gallery-loved),
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social a,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social button {
    --descriptionColorExpand: #000000;
    color: rgb(0, 0, 0)
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-triangle {
    --descriptionColorExpand: #000000;
    color: rgb(0, 0, 0)
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-background {
    --bgColorExpand: #FFFFFF;
    color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon {
    --descriptionColorExpand: #000000;
    --bgColorExpand: #FFFFFF;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255)
}

.comp-le54mhep {
    --wix-color-1: 255, 255, 255;
    --wix-color-2: 248, 248, 248;
    --wix-color-3: 199, 199, 199;
    --wix-color-4: 153, 153, 151;
    --wix-color-5: 0, 0, 0;
    --wix-color-6: 174, 235, 234;
    --wix-color-7: 104, 216, 214;
    --wix-color-8: 78, 162, 161;
    --wix-color-9: 52, 108, 107;
    --wix-color-10: 26, 54, 54;
    --wix-color-11: 170, 185, 225;
    --wix-color-12: 123, 142, 195;
    --wix-color-13: 44, 76, 165;
    --wix-color-14: 29, 51, 110;
    --wix-color-15: 15, 25, 55;
    --wix-color-16: 249, 231, 179;
    --wix-color-17: 243, 208, 106;
    --wix-color-18: 182, 156, 80;
    --wix-color-19: 121, 104, 53;
    --wix-color-20: 61, 52, 27;
    --wix-color-21: 229, 216, 193;
    --wix-color-22: 202, 186, 155;
    --wix-color-23: 176, 147, 93;
    --wix-color-24: 117, 98, 62;
    --wix-color-25: 59, 49, 31;
    --wix-color-26: 255, 255, 255;
    --wix-color-27: 0, 0, 0;
    --wix-color-28: 248, 248, 248;
    --wix-color-29: 199, 199, 199;
    --wix-color-30: 153, 153, 151;
    --wix-color-31: 235, 0, 63;
    --wix-color-32: 0, 0, 0;
    --wix-color-33: 199, 199, 199;
    --wix-color-34: 255, 255, 255;
    --wix-color-35: 0, 0, 0;
    --wix-color-36: 0, 0, 0;
    --wix-color-37: 248, 248, 248;
    --wix-color-38: 235, 0, 63;
    --wix-color-39: 235, 0, 63;
    --wix-color-40: 255, 255, 255;
    --wix-color-41: 255, 255, 255;
    --wix-color-42: 235, 0, 63;
    --wix-color-43: 235, 0, 63;
    --wix-color-44: 199, 199, 199;
    --wix-color-45: 199, 199, 199;
    --wix-color-46: 255, 255, 255;
    --wix-color-47: 255, 255, 255;
    --wix-color-48: 235, 0, 63;
    --wix-color-49: 255, 255, 255;
    --wix-color-50: 235, 0, 63;
    --wix-color-51: 235, 0, 63;
    --wix-color-52: 255, 255, 255;
    --wix-color-53: 255, 255, 255;
    --wix-color-54: 199, 199, 199;
    --wix-color-55: 199, 199, 199;
    --wix-font-Title: normal normal bold 71px/1.4em montserrat, sans-serif;
    --wix-font-Title-style: normal;
    --wix-font-Title-variant: normal;
    --wix-font-Title-weight: bold;
    --wix-font-Title-size: 71px;
    --wix-font-Title-line-height: 1.4em;
    --wix-font-Title-family: montserrat, sans-serif;
    --wix-font-Title-text-decoration: none;
    --wix-font-Menu: normal normal normal 16px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-font-Menu-style: normal;
    --wix-font-Menu-variant: normal;
    --wix-font-Menu-weight: normal;
    --wix-font-Menu-size: 16px;
    --wix-font-Menu-line-height: 1.4em;
    --wix-font-Menu-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-font-Menu-text-decoration: none;
    --wix-font-Page-title: normal normal bold 40px/1.4em montserrat, sans-serif;
    --wix-font-Page-title-style: normal;
    --wix-font-Page-title-variant: normal;
    --wix-font-Page-title-weight: bold;
    --wix-font-Page-title-size: 40px;
    --wix-font-Page-title-line-height: 1.4em;
    --wix-font-Page-title-family: montserrat, sans-serif;
    --wix-font-Page-title-text-decoration: none;
    --wix-font-Heading-XL: normal normal bold 28px/1.4em montserrat, sans-serif;
    --wix-font-Heading-XL-style: normal;
    --wix-font-Heading-XL-variant: normal;
    --wix-font-Heading-XL-weight: bold;
    --wix-font-Heading-XL-size: 28px;
    --wix-font-Heading-XL-line-height: 1.4em;
    --wix-font-Heading-XL-family: montserrat, sans-serif;
    --wix-font-Heading-XL-text-decoration: none;
    --wix-font-Heading-L: normal normal bold 38px/1.4em montserrat, sans-serif;
    --wix-font-Heading-L-style: normal;
    --wix-font-Heading-L-variant: normal;
    --wix-font-Heading-L-weight: bold;
    --wix-font-Heading-L-size: 38px;
    --wix-font-Heading-L-line-height: 1.4em;
    --wix-font-Heading-L-family: montserrat, sans-serif;
    --wix-font-Heading-L-text-decoration: none;
    --wix-font-Heading-M: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Heading-M-style: normal;
    --wix-font-Heading-M-variant: normal;
    --wix-font-Heading-M-weight: normal;
    --wix-font-Heading-M-size: 24px;
    --wix-font-Heading-M-line-height: 1.4em;
    --wix-font-Heading-M-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Heading-M-text-decoration: none;
    --wix-font-Heading-S: normal normal bold 22px/1.4em montserrat, sans-serif;
    --wix-font-Heading-S-style: normal;
    --wix-font-Heading-S-variant: normal;
    --wix-font-Heading-S-weight: bold;
    --wix-font-Heading-S-size: 22px;
    --wix-font-Heading-S-line-height: 1.4em;
    --wix-font-Heading-S-family: montserrat, sans-serif;
    --wix-font-Heading-S-text-decoration: none;
    --wix-font-Body-L: normal normal normal 20px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Body-L-style: normal;
    --wix-font-Body-L-variant: normal;
    --wix-font-Body-L-weight: normal;
    --wix-font-Body-L-size: 20px;
    --wix-font-Body-L-line-height: 1.4em;
    --wix-font-Body-L-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Body-L-text-decoration: none;
    --wix-font-Body-M: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Body-M-style: normal;
    --wix-font-Body-M-variant: normal;
    --wix-font-Body-M-weight: normal;
    --wix-font-Body-M-size: 15px;
    --wix-font-Body-M-line-height: 1.4em;
    --wix-font-Body-M-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Body-M-text-decoration: none;
    --wix-font-Body-S: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Body-S-style: normal;
    --wix-font-Body-S-variant: normal;
    --wix-font-Body-S-weight: normal;
    --wix-font-Body-S-size: 14px;
    --wix-font-Body-S-line-height: 1.4em;
    --wix-font-Body-S-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --wix-font-Body-S-text-decoration: none;
    --wix-font-Body-XS: normal normal normal 12px/1.4em din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-font-Body-XS-style: normal;
    --wix-font-Body-XS-variant: normal;
    --wix-font-Body-XS-weight: normal;
    --wix-font-Body-XS-size: 12px;
    --wix-font-Body-XS-line-height: 1.4em;
    --wix-font-Body-XS-family: din-next-w01-light, din-next-w02-light, din-next-w10-light, sans-serif;
    --wix-font-Body-XS-text-decoration: none;
    --wix-font-LIGHT: normal normal normal 12px/1.4em HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-style: normal;
    --wix-font-LIGHT-variant: normal;
    --wix-font-LIGHT-weight: normal;
    --wix-font-LIGHT-size: 12px;
    --wix-font-LIGHT-line-height: 1.4em;
    --wix-font-LIGHT-family: HelveticaNeueW01-45Ligh;
    --wix-font-LIGHT-text-decoration: none;
    --wix-font-MEDIUM: normal normal normal 12px/1.4em HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-style: normal;
    --wix-font-MEDIUM-variant: normal;
    --wix-font-MEDIUM-weight: normal;
    --wix-font-MEDIUM-size: 12px;
    --wix-font-MEDIUM-line-height: 1.4em;
    --wix-font-MEDIUM-family: HelveticaNeueW01-55Roma;
    --wix-font-MEDIUM-text-decoration: none;
    --wix-font-STRONG: normal normal normal 12px/1.4em HelveticaNeueW01-65Medi;
    --wix-font-STRONG-style: normal;
    --wix-font-STRONG-variant: normal;
    --wix-font-STRONG-weight: normal;
    --wix-font-STRONG-size: 12px;
    --wix-font-STRONG-line-height: 1.4em;
    --wix-font-STRONG-family: HelveticaNeueW01-65Medi;
    --wix-font-STRONG-text-decoration: none;
    --wix-direction: ltr;
    --newItemsDetails: 1;
    --galleryImageRatio: 0;
    --itemClick: 2;
    --gallerySliderImageRatio: 1;
    --slideshowInfoSize: 0;
    --gridStyle: 1;
    --previewHover: 0;
    --arrowsSize: 23;
    --gallerySize: 48;
    --te-padding-slider: 50;
    --newItemsLocation: 0;
    --scrollDirection: 0;
    --overlayAnimation: 0;
    --collageDensity: 80;
    --isAutoSlideshow: 1;
    --loveCounter: 1;
    --galleryLayout: 4;
    --numberOfImagesPerRow: 4;
    --galleryVerticalAlign: 0;
    --imageHoverAnimation: 1;
    --arrowsVerticalPosition: 0;
    --galleryHorizontalAlign: 0;
    --arrowsPosition: 0;
    --overlayType: 0;
    --textFont: normal normal normal 20px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemIconColor: 255, 255, 255;
    --itemIconColor-rgb: 255, 255, 255;
    --itemIconColor-opacity: 1;
    --titleColorExpand: 0, 0, 0;
    --titleColorExpand-rgb: 0, 0, 0;
    --titleColorExpand-opacity: 1;
    --loadMoreButtonFontColor: 0, 0, 0;
    --loadMoreButtonFontColor-rgb: 0, 0, 0;
    --loadMoreButtonFontColor-opacity: 1;
    --itemDescriptionFontColor: 255, 255, 255;
    --itemDescriptionFontColor-rgb: 255, 255, 255;
    --itemDescriptionFontColor-opacity: 1;
    --arrowsContainerBackgroundColor: 0, 0, 0, 0.6;
    --arrowsContainerBackgroundColor-rgb: 0, 0, 0;
    --arrowsContainerBackgroundColor-opacity: 0.6;
    --customButtonBorderColor: 255, 255, 255;
    --customButtonBorderColor-rgb: 255, 255, 255;
    --customButtonBorderColor-opacity: 1;
    --textBoxFillColor: 248, 248, 248;
    --textBoxFillColor-rgb: 248, 248, 248;
    --textBoxFillColor-opacity: 1;
    --itemOpacity: 153, 153, 151, 0;
    --itemOpacity-rgb: 153, 153, 151;
    --itemOpacity-opacity: 0;
    --loadMoreButtonColor: 255, 255, 255;
    --loadMoreButtonColor-rgb: 255, 255, 255;
    --loadMoreButtonColor-opacity: 1;
    --loadMoreButtonBorderColor: 0, 0, 0;
    --loadMoreButtonBorderColor-rgb: 0, 0, 0;
    --loadMoreButtonBorderColor-opacity: 1;
    --customButtonFontColor: 255, 255, 255;
    --customButtonFontColor-rgb: 255, 255, 255;
    --customButtonFontColor-opacity: 1;
    --imageLoadingColor: 199, 199, 199;
    --imageLoadingColor-rgb: 199, 199, 199;
    --imageLoadingColor-opacity: 1;
    --externalCustomButtonBorderColor: 0, 0, 0;
    --externalCustomButtonBorderColor-rgb: 0, 0, 0;
    --externalCustomButtonBorderColor-opacity: 1;
    --itemShadowOpacityAndColor: 0, 0, 0, 0.2;
    --itemShadowOpacityAndColor-rgb: 0, 0, 0;
    --itemShadowOpacityAndColor-opacity: 0.2;
    --externalCustomButtonColor: 78, 162, 161, 0;
    --externalCustomButtonColor-rgb: 78, 162, 161;
    --externalCustomButtonColor-opacity: 0;
    --itemFontColorSlideshow: 0, 0, 0;
    --itemFontColorSlideshow-rgb: 0, 0, 0;
    --itemFontColorSlideshow-opacity: 1;
    --itemFontColor: 255, 255, 255;
    --itemFontColor-rgb: 255, 255, 255;
    --itemFontColor-opacity: 1;
    --arrowsColor: 255, 255, 255;
    --arrowsColor-rgb: 255, 255, 255;
    --arrowsColor-opacity: 1;
    --itemBorderColor: 0, 0, 0;
    --itemBorderColor-rgb: 0, 0, 0;
    --itemBorderColor-opacity: 1;
    --itemIconColorSlideshow: 0, 0, 0;
    --itemIconColorSlideshow-rgb: 0, 0, 0;
    --itemIconColorSlideshow-opacity: 1;
    --foreColor: 248, 248, 248;
    --foreColor-rgb: 248, 248, 248;
    --foreColor-opacity: 1;
    --bgColorExpand: 255, 255, 255;
    --bgColorExpand-rgb: 255, 255, 255;
    --bgColorExpand-opacity: 1;
    --textBoxBorderColor: 0, 0, 0;
    --textBoxBorderColor-rgb: 0, 0, 0;
    --textBoxBorderColor-opacity: 1;
    --customButtonFontColorForHover: 0, 0, 0;
    --customButtonFontColorForHover-rgb: 0, 0, 0;
    --customButtonFontColorForHover-opacity: 1;
    --customButtonColor: 255, 255, 255, 0;
    --customButtonColor-rgb: 255, 255, 255;
    --customButtonColor-opacity: 0;
    --descriptionColorExpand: 0, 0, 0;
    --descriptionColorExpand-rgb: 0, 0, 0;
    --descriptionColorExpand-opacity: 1;
    --actionsColorExpand: 0, 0, 0;
    --actionsColorExpand-rgb: 0, 0, 0;
    --actionsColorExpand-opacity: 1;
    --oneColorAnimationColor: 255, 255, 255;
    --oneColorAnimationColor-rgb: 255, 255, 255;
    --oneColorAnimationColor-opacity: 1;
    --backColor: 248, 248, 248;
    --backColor-rgb: 248, 248, 248;
    --backColor-opacity: 1;
    --itemDescriptionFontColorSlideshow: 0, 0, 0;
    --itemDescriptionFontColorSlideshow-rgb: 0, 0, 0;
    --itemDescriptionFontColorSlideshow-opacity: 1;
    --te-background-color-picker: 104, 216, 214;
    --te-background-color-picker-rgb: 104, 216, 214;
    --te-background-color-picker-opacity: 1;
    --overlayGradientColor2: 255, 255, 255;
    --overlayGradientColor2-rgb: 255, 255, 255;
    --overlayGradientColor2-opacity: 1;
    --overlayGradientColor1: 255, 255, 255;
    --overlayGradientColor1-rgb: 255, 255, 255;
    --overlayGradientColor1-opacity: 1;
    --backgroundColor: 199, 199, 199;
    --backgroundColor-rgb: 199, 199, 199;
    --backgroundColor-opacity: 1;
    --textColor: 0, 0, 0;
    --textColor-rgb: 0, 0, 0;
    --textColor-opacity: 1;
    --customButtonFontForHover: normal normal normal 15px/18px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --customButtonFontForHover-style: normal;
    --customButtonFontForHover-variant: normal;
    --customButtonFontForHover-weight: normal;
    --customButtonFontForHover-size: 15px;
    --customButtonFontForHover-line-height: 18px;
    --customButtonFontForHover-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --customButtonFontForHover-text-decoration: none;
    --text-editor-font: normal normal normal 40px/50px avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
    --text-editor-font-style: normal;
    --text-editor-font-variant: normal;
    --text-editor-font-weight: normal;
    --text-editor-font-size: 40px;
    --text-editor-font-line-height: 50px;
    --text-editor-font-family: avenir-lt-w01_85-heavy1475544, avenir-lt-w05_85-heavy, sans-serif;
    --text-editor-font-text-decoration: none;
    --itemDescriptionFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFont-style: normal;
    --itemDescriptionFont-variant: normal;
    --itemDescriptionFont-weight: normal;
    --itemDescriptionFont-size: 15px;
    --itemDescriptionFont-line-height: 1.4em;
    --itemDescriptionFont-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFont-text-decoration: none;
    --text-editor-font-1499774301866: normal normal normal 40px/50px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --text-editor-font-1499774301866-style: normal;
    --text-editor-font-1499774301866-variant: normal;
    --text-editor-font-1499774301866-weight: normal;
    --text-editor-font-1499774301866-size: 40px;
    --text-editor-font-1499774301866-line-height: 50px;
    --text-editor-font-1499774301866-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --text-editor-font-1499774301866-text-decoration: none;
    --customButtonFont: normal normal normal 15px/18px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --customButtonFont-style: normal;
    --customButtonFont-variant: normal;
    --customButtonFont-weight: normal;
    --customButtonFont-size: 15px;
    --customButtonFont-line-height: 18px;
    --customButtonFont-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --customButtonFont-text-decoration: none;
    --loadMoreButtonFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --loadMoreButtonFont-style: normal;
    --loadMoreButtonFont-variant: normal;
    --loadMoreButtonFont-weight: normal;
    --loadMoreButtonFont-size: 15px;
    --loadMoreButtonFont-line-height: 1.4em;
    --loadMoreButtonFont-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --loadMoreButtonFont-text-decoration: none;
    --itemFontSlideshow: normal normal normal 22px/27px helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --itemFontSlideshow-style: normal;
    --itemFontSlideshow-variant: normal;
    --itemFontSlideshow-weight: normal;
    --itemFontSlideshow-size: 22px;
    --itemFontSlideshow-line-height: 27px;
    --itemFontSlideshow-family: helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif;
    --itemFontSlideshow-text-decoration: none;
    --titleFontExpand: normal normal bold 40px/1.4em montserrat, sans-serif;
    --titleFontExpand-style: normal;
    --titleFontExpand-variant: normal;
    --titleFontExpand-weight: bold;
    --titleFontExpand-size: 40px;
    --titleFontExpand-line-height: 1.4em;
    --titleFontExpand-family: montserrat, sans-serif;
    --titleFontExpand-text-decoration: none;
    --itemDescriptionFontSlideshow: normal normal normal 15px/18px helvetica-w01-light, helvetica-w02-light, sans-serif;
    --itemDescriptionFontSlideshow-style: normal;
    --itemDescriptionFontSlideshow-variant: normal;
    --itemDescriptionFontSlideshow-weight: normal;
    --itemDescriptionFontSlideshow-size: 15px;
    --itemDescriptionFontSlideshow-line-height: 18px;
    --itemDescriptionFontSlideshow-family: helvetica-w01-light, helvetica-w02-light, sans-serif;
    --itemDescriptionFontSlideshow-text-decoration: none;
    --descriptionFontExpand: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --descriptionFontExpand-style: normal;
    --descriptionFontExpand-variant: normal;
    --descriptionFontExpand-weight: normal;
    --descriptionFontExpand-size: 15px;
    --descriptionFontExpand-line-height: 1.4em;
    --descriptionFontExpand-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --descriptionFontExpand-text-decoration: none;
    --itemFont: normal normal bold 22px/1.4em montserrat, sans-serif;
    --itemFont-style: normal;
    --itemFont-variant: normal;
    --itemFont-weight: bold;
    --itemFont-size: 22px;
    --itemFont-line-height: 1.4em;
    --itemFont-family: montserrat, sans-serif;
    --itemFont-text-decoration: none;
    --textFont-style: normal;
    --textFont-variant: normal;
    --textFont-weight: normal;
    --textFont-size: 20px;
    --textFont-line-height: 1.4em;
    --textFont-family: avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --textFont-text-decoration: none;
}

.sGO7Um1.oAIumZh--madefor {
    --wbu-font-stack: var(--wix-font-stack);
    --wbu-font-weight-regular: var(--wix-font-weight-regular);
    --wbu-font-weight-medium: var(--wix-font-weight-medium);
    --wbu-font-weight-bold: var(--wix-font-weight-bold)
}



.smiBI1J.o__5F996w--madefor {
    --wbu-font-stack: var(--wix-font-stack);
    --wbu-font-weight-regular: var(--wix-font-weight-regular);
    --wbu-font-weight-medium: var(--wix-font-weight-medium);
    --wbu-font-weight-bold: var(--wix-font-weight-bold)
}

.nav-arrows-container .custom-nav-arrows svg {
    width: 100%;
    height: 100%
}

._3dhR7 {
    display: block;
    width: 100%;
    height: 100%
}

._3dhR7 img {
    max-width: var(--wix-img-max-width, 100%)
}

._3dhR7[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

._3dhR7[data-animate-blur] img[data-load-done] {
    filter: none
}







.pro-gallery-stop-scroll-for-fullscreen {
    overflow-y: hidden
}

div.pro-gallery-parent-container .show-more-container i.show-more:hover {
    opacity: 1
}

div.pro-gallery-parent-container .show-more-container button.show-more {
    border-style: solid
}

div.pro-gallery-parent-container .show-more-container button.show-more:hover {
    opacity: 1
}

div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more:hover {
    opacity: 1
}

div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more {
    border-style: solid
}

div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more:hover {
    opacity: 1
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i {
    background: none !important;
    font-size: 26px
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    z-index: 12
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    z-index: 11
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info a:hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a:hover {
    opacity: .7
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    font-size: 22px
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    border-style: solid
}

.pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
.pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: .6
}

.pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,
.pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: 1
}

.pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    font-size: 15px
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i {
    font-size: 26px
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    z-index: 12
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    z-index: 11
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a:hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):hover,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a:hover {
    opacity: .7
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    font-size: 22px
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    opacity: 1;
    background: rgba(0, 0, 0, 0);
    border-style: solid
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: .6
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    opacity: 1
}

.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,
.pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description {
    font-size: 15px
}

.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,
.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,
.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,
.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,
.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after {
    opacity: .3
}

.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-cart-icon {
    background: inherit !important
}

.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love-store.pro-gallery-loved {
    color: #e03939 !important
}

.pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon.fullscreen-social-love.pro-gallery-loved {
    color: #e03939 !important
}

.social-share-wrapper {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 200005
}

.social-share-wrapper .mobile-social-share-screen {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0)
}

.social-share-wrapper .mobile-social-share-screen.mobile-social-share-screen-visible {
    z-index: 200005;
    background-color: rgba(0, 0, 0, .6);
    transition: background-color .3s ease
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-background {
    height: calc(100% - 150px);
    touch-action: none
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 150px;
    box-sizing: border-box;
    background-color: #fff;
    margin-bottom: -150px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .4s ease
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab.mobile-social-share-tab-visible {
    margin-bottom: 0px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list {
    display: flex;
    justify-content: space-between;
    width: 220px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-items-list .social-share-icon {
    height: 16px;
    width: 16px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container {
    height: 32px;
    margin-top: 20px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-input {
    width: 200px;
    font-size: 11px;
    padding: 2px 4px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button {
    width: 40px
}

.social-share-wrapper .mobile-social-share-screen .mobile-social-share-tab .social-share-items-container .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon {
    height: 16px;
    width: 16px
}

.social-share-wrapper .desktop-social-share-screen {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: -1;
    background-color: rgba(0, 0, 0, 0);
    display: flex;
    justify-content: center;
    align-items: center
}

.social-share-wrapper .desktop-social-share-screen.desktop-social-share-screen-visible {
    z-index: 200005;
    background-color: rgba(0, 0, 0, .6);
    transition: all .4s ease
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-background {
    position: fixed;
    height: 100%;
    width: 100%
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup {
    position: relative;
    width: 580px;
    height: 250px;
    box-sizing: border-box;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: -100px;
    opacity: 0;
    transition: all .4s ease
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup.desktop-social-share-popup-visible {
    margin-bottom: 0px;
    opacity: 1
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .desktop-social-share-popup-close-button {
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list {
    display: flex;
    justify-content: space-between;
    width: 280px
}

.social-share-wrapper .desktop-social-share-screen .desktop-social-share-popup .social-share-items-container .social-share-items-list .social-share-icon {
    height: 24px;
    width: 24px;
    transition: color .2s ease
}

.social-share-wrapper .social-share-item {
    position: relative
}

.social-share-wrapper .social-share-item .social-share-button {
    opacity: 1;
    transition: opacity .2s ease;
    cursor: pointer
}

.social-share-wrapper .social-share-item .social-share-button:hover {
    opacity: .65
}

.social-share-wrapper .social-share-item .social-share-button:active {
    opacity: 1
}

.social-share-wrapper .social-share-copylink-container {
    display: flex;
    margin-top: 25px;
    height: 40px
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-input {
    border: 1px solid #000;
    padding: 2px 8px;
    height: 100%;
    width: 260px
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-button {
    width: 50px;
    height: 100%;
    background-color: #000;
    color: #fff;
    cursor: pointer;
    transition: background-color .1s ease
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-button:hover {
    background-color: rgba(0, 0, 0, .65)
}

.social-share-wrapper .social-share-copylink-container .social-share-copylink-button .social-share-copylink-icon {
    margin-top: 2px
}

div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover) .gallery-item-content .gallery-item {
    transition: opacity .4s ease !important
}

div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,
div.pro-gallery .gallery-item-container.main-color-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item {
    opacity: 0
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover) .hover-info-element {
    transition: transform 2.2s cubic-bezier(0.14, 0.4, 0.09, 0.99) !important
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-content {
    transform: scale(1.1)
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
    transform: scale(1.11)
}

div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover) .hover-info-element,
div.pro-gallery .gallery-item-container.zoom-in-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) .hover-info-element {
    transform: scale(0.9009)
}

div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover) .gallery-item-content {
    transition: filter .4s linear !important
}

div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover).simulate-hover .gallery-item-content .gallery-item,
div.pro-gallery .gallery-item-container.blur-on-hover:not(.hide-hover):hover .gallery-item-content .gallery-item {
    filter: blur(6px)
}

div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover) .gallery-item-content {
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.grayscale-on-hover:not(.hide-hover):hover .gallery-item-content {
    filter: grayscale(1)
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) {
    transition: background-color .4s ease !important
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover) .gallery-item-hover:not(.hide-hover) {
    transition: transform .4s ease !important
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover,
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover {
    background-color: rgba(0, 0, 0, 0) !important
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-content {
    transform: scale(0.985)
}

div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover).simulate-hover .gallery-item-hover:not(.hide-hover),
div.pro-gallery .gallery-item-container.shrink-on-hover:not(.hide-hover):hover .gallery-item-hover:not(.hide-hover) {
    transform: scale(0.985)
}

div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover) .gallery-item-content {
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover).simulate-hover .gallery-item-content,
div.pro-gallery .gallery-item-container.invert-on-hover:not(.hide-hover):hover .gallery-item-content {
    filter: invert(1)
}

div.pro-gallery .gallery-item-container.color-in-on-hover .gallery-item-content {
    filter: grayscale(1);
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.color-in-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.color-in-on-hover:hover:not(.hide-hover) .gallery-item-content {
    filter: grayscale(0)
}

div.pro-gallery .gallery-item-container.darkened-on-hover .gallery-item-content {
    filter: brightness(1);
    transition: filter .6s ease !important
}

div.pro-gallery .gallery-item-container.darkened-on-hover.simulate-hover:not(.hide-hover) .gallery-item-content,
div.pro-gallery .gallery-item-container.darkened-on-hover:hover:not(.hide-hover) .gallery-item-content {
    filter: brightness(0.7)
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover {
    transition: none
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
    opacity: 0
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover .gallery-item-hover-inner {
    opacity: 0
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) {
    transition: none
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover):before {
    opacity: 1;
    background: rgba(8, 8, 8, .75)
}

div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover) .gallery-item-hover.force-hover .info-member:not(.hidden),
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover):hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden) {
    opacity: 1 !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover {
    transition: filter .4s ease, opacity .4s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover:before {
    transition: filter .4s ease, opacity .4s ease !important;
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover:before {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important;
    transform: scale(0.9);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before {
    transform: scale(1);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateY(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(-100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateX(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateX(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(-100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container:not(.invert-hover).hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateY(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover {
    transition: none
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover:before {
    opacity: 1;
    background: rgba(8, 8, 8, .75)
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner {
    opacity: 1
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover .info-member:not(.hidden) {
    opacity: 1 !important
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover,
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) {
    transition: none
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover):before {
    opacity: 0
}

div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover .gallery-item-hover.force-hover .info-member:not(.hidden),
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover:hover .gallery-item-hover:not(.hide-hover) .info-member:not(.hidden) {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover {
    transition: filter .4s ease, opacity .4s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover:before {
    transition: filter .4s ease, opacity .4s ease !important;
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-fade-in:hover .gallery-item-hover:not(.hide-hover):before {
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover:before {
    transition: transform .4s ease, filter .2s ease, opacity .2s ease !important;
    transform: scale(1);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-expand:hover .gallery-item-hover:not(.hide-hover):before {
    transform: scale(0.9);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-up:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateY(100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(0);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-right:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateX(-100%);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateX(100%);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-left:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateX(0);
    filter: opacity(0)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover:before {
    transition: transform .4s cubic-bezier(0.3, 0.13, 0.12, 1), filter .5s ease, opacity .5s ease !important;
    transform: translateY(-100%);
    filter: opacity(1)
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .gallery-item-hover-inner,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover .info-member:not(.hidden) {
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down .gallery-item-hover.force-hover:before,
div.pro-gallery .gallery-item-container.invert-hover.hover-animation-slide-down:hover .gallery-item-hover:not(.hide-hover):before {
    transform: translateY(0);
    filter: opacity(0)
}

.animation-slide {
    transition: width .4s ease, height .4s ease, top .4s ease, left .4s ease
}

.item-with-secondary-media-container .secondary-media-item.hide {
    opacity: 0
}

.item-with-secondary-media-container .secondary-media-item.show {
    opacity: 1
}

*[data-collapsed=true] .pro-gallery-parent-container .gallery-item,
*[data-hidden=true] .pro-gallery-parent-container .gallery-item {
    background-image: none !important
}

html.pro-gallery {
    width: 100%;
    height: auto
}

body.pro-gallery {
    transition: opacity 2s ease
}

#gallery-loader {
    position: fixed;
    top: 50%
}

.show-more-container {
    text-align: center;
    line-height: 138px
}

.show-more-container i.show-more {
    color: #5d5d61;
    font-size: 40px;
    cursor: pointer;
    margin-top: -3px
}

.show-more-container button.show-more {
    display: inline-block;
    padding: 11px 29px;
    border-radius: 0;
    border: 2px solid #5d5d61;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 12px;
    color: #5d5d61;
    background: rgba(0, 0, 0, 0);
    cursor: pointer
}

.show-more-container button.show-more:hover {
    background: rgba(0, 0, 0, .1)
}

.more-items-loader {
    display: block;
    width: 100%;
    text-align: center;
    line-height: 50px;
    font-size: 30px;
    color: #3899ec
}

.version-header {
    color: #e03939;
    text-align: left;
    font-family: "Consolas", monospace;
    font-size: 13px;
    position: absolute;
    top: 0;
    left: 0;
    width: 320px;
    height: 100px;
    line-height: 30px;
    background: rgba(255, 255, 255, .8);
    z-index: 100
}

.auto-slideshow-button {
    margin-top: 19px;
    padding: 5px;
    height: 28px;
    width: 20px;
    left: auto;
    z-index: 1;
    position: absolute;
    display: flex;
    text-align: center;
    cursor: pointer;
    opacity: .9
}

.auto-slideshow-counter {
    margin-top: 24px;
    left: auto;
    z-index: 1;
    position: absolute;
    display: flex;
    text-align: center;
    opacity: .9;
    font-size: 15px;
    line-height: normal
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.mouse-cursor {
    display: flex;
    width: 100%;
    position: absolute
}

.nav-arrows-container {
    left: auto;
    position: absolute;
    display: flex;
    text-align: center;
    cursor: pointer;
    opacity: .9;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    border: none;
    outline: none;
    justify-content: center
}

.nav-arrows-container.follow-mouse-cursor {
    position: relative;
    cursor: none
}

.nav-arrows-container:hover {
    opacity: 1
}

.nav-arrows-container.drop-shadow svg {
    filter: drop-shadow(0px 1px 0.15px #B2B2B2)
}

.nav-arrows-container .slideshow-arrow {
    flex-shrink: 0
}

.arrow-portal-container span {
    animation: fadeIn .1s ease-in-out;
    position: fixed;
    transition: top 50ms, left 50ms;
    display: flex;
    align-items: center;
    justify-content: center
}

div.gallery-slideshow div.pro-gallery,
div.gallery-slideshow .gallery-column {
    box-sizing: content-box !important
}

div.gallery-slideshow .gallery-group,
div.gallery-slideshow .gallery-item-container,
div.gallery-slideshow .gallery-item-wrapper {
    overflow: visible !important
}

div.gallery-slideshow.streched .gallery-slideshow-info {
    padding-left: 50px !important;
    padding-right: 50px !important
}

@media(max-width: 500px) {
    div.gallery-slideshow div.pro-gallery .gallery-slideshow-info {
        padding-left: 20px;
        padding-right: 20px
    }
}

div.gallery-slideshow div.pro-gallery .gallery-item-container .gallery-slideshow-info {
    position: absolute;
    padding-top: 0px;
    bottom: -220px;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    z-index: 15
}

.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px 60px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px 10px 50px
}

.gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
}

div.pro-gallery {
    width: 100%;
    height: 100%;
    overflow: hidden;
    backface-visibility: hidden;
    position: relative
}

div.pro-gallery .gallery-column {
    float: left;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden
}

div.pro-gallery .gallery-column .gallery-left-padding {
    display: inline-block;
    height: 100%
}

div.pro-gallery .gallery-column .gallery-top-padding {
    display: block;
    width: 100%
}

div.pro-gallery .gallery-group {
    float: left;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    box-sizing: border-box;
    padding: 0;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 11px
}

div.pro-gallery .gallery-group.debug.gallery-group-gone {
    background: #cdcdd0
}

div.pro-gallery .gallery-group.debug.gallery-group-visible {
    background: #c1f0c1
}

div.pro-gallery .gallery-group.debug.gallery-group-hidden {
    background: #f99
}

div.pro-gallery .gallery-item-container {
    position: absolute;
    display: inline-block;
    vertical-align: top;
    border: none;
    padding: 0;
    border-radius: 0;
    box-sizing: border-box;
    overflow: hidden;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    outline: none;
    text-decoration: none;
    color: inherit;
    will-change: top, left, width, height;
    box-sizing: border-box;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 11px;
    cursor: default;
    scroll-snap-align: center
}

div.pro-gallery .gallery-item-container:hover .gallery-item-common-info {
    cursor: pointer
}

div.pro-gallery .gallery-item-container:hover .gallery-item-common-info button {
    text-decoration: underline;
    cursor: pointer
}

div.pro-gallery .gallery-item-container.visible {
    transform: translate3d(0, 0, 0)
}

div.pro-gallery .gallery-item-container.clickable {
    cursor: pointer
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item {
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .gallery-item {
    -o-object-fit: cover;
    object-fit: cover
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .item-with-secondary-media-container .secondary-media-item .text-item>div {
    width: 100% !important;
    height: 100% !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper.transparent,
div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit {
    background: rgba(0, 0, 0, 0)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-preload {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit .gallery-item {
    background: rgba(0, 0, 0, 0);
    -o-object-fit: contain;
    object-fit: contain
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item {
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
    border-radius: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item {
    box-sizing: border-box;
    /*! autoprefixer: ignore next */
    -webkit-font-smoothing: antialiased;
    white-space: initial
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item .te-pro-gallery-text-item {
    line-height: normal !important;
    letter-spacing: normal !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item>div {
    background: initial !important;
    box-sizing: border-box
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item p,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item span,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item div,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h1,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h2,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h3,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h4,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h5,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item h6,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.text-item i {
    margin: 0;
    padding: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item .pro-circle-preloader {
    top: 50%;
    left: 50%;
    height: 30px;
    width: 15px;
    z-index: -1;
    opacity: .4
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item img.gallery--placeholder-item {
    width: 100% !important;
    height: 100% !important;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded {
    background-color: rgba(0, 0, 0, 0);
    opacity: 1 !important;
    animation: none !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded.image-item:after {
    display: none !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded~.pro-circle-preloader {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.error {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-preloaded.grid-fit {
    background-size: contain
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video {
    overflow: hidden;
    text-align: center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video iframe {
    left: 0;
    top: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playing i {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video.playedOnce~.image-item {
    pointer-events: none;
    opacity: 0;
    transition: opacity .2s ease
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i {
    display: inline-block;
    text-rendering: auto;
    /*! autoprefixer: ignore next */
    -webkit-font-smoothing: antialiased;
    position: absolute;
    z-index: 11;
    top: 50%;
    left: 50%;
    height: 60px;
    text-align: center;
    margin: -30px 0 0 -30px;
    background: #080808;
    color: #fff;
    border-radius: 50px;
    opacity: .7
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle {
    opacity: 1
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button.play-background,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-triangle,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.play-background {
    font-size: 26px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:hover,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:hover {
    opacity: .9
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video button:before,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i:before {
    font-size: 2.3em;
    opacity: 1
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info {
    position: absolute;
    bottom: -220px;
    height: 220px;
    width: 100%;
    box-sizing: border-box;
    display: flex;
    z-index: 15
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-info>div {
    height: 100%;
    width: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    white-space: initial;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    border-radius: 0;
    z-index: 15;
    overflow: hidden
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-hover-inner {
    height: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover.no-hover-bg:before {
    opacity: 0 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover:before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    box-sizing: border-box;
    z-index: -1
}

div.pro-gallery .gallery-item-container .gallery-item-common-info {
    box-sizing: border-box;
    cursor: pointer
}

div.pro-gallery.one-row {
    white-space: nowrap;
    float: left
}

div.pro-gallery.one-row .gallery-column {
    width: 100%;
    float: none;
    white-space: nowrap
}

div.pro-gallery.one-row .gallery-column .gallery-group {
    display: inline-block;
    float: none
}

div.pro-gallery.one-row.slider .gallery-column {
    overflow-x: scroll
}

div.pro-gallery.one-row.slider .gallery-column.scroll-snap {
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

div.pro-gallery.one-row .gallery-horizontal-scroll-inner {
    position: relative;
    will-change: transform
}

div.pro-gallery.thumbnails-gallery {
    overflow: hidden;
    float: left
}

div.pro-gallery.thumbnails-gallery .galleryColumn {
    position: relative;
    overflow: visible
}

div.pro-gallery.thumbnails-gallery .thumbnailItem {
    position: absolute;
    background-color: #fff;
    background-size: cover;
    background-position: center;
    overflow-y: inherit;
    border-radius: 0px;
    cursor: pointer
}

div.pro-gallery.thumbnails-gallery .thumbnailItem.pro-gallery-highlight::after {
    content: "";
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(255, 255, 255, .6)
}

@media(max-width: 500px) {
    div.pro-gallery.thumbnails-gallery {
        overflow: visible
    }
}

div.pro-gallery *:focus {
    box-shadow: none
}

div.pro-gallery.accessible i:focus,
div.pro-gallery.accessible button:not(.nav-arrows-container, .has-custom-focus):focus {
    box-shadow: 0 0 0 1px #fff, 0 0 1px 2px #3899ec
}

div.pro-gallery.accessible .has-custom-focus:focus {
    box-shadow: inset 0 0 0 1px #fff, inset 0 0 1px 4px #3899ec
}

div.pro-gallery.accessible .gallery-item-hover i:focus,
div.pro-gallery.accessible .gallery-item-hover button:focus {
    box-shadow: none
}

div.pro-gallery.accessible .thumbnailItem.pro-gallery-highlight::after {
    box-shadow: inset 0 0 1px 2px #3899ec, inset 0 0 7px 0 #fff, 0 0 10px -5px #3899ec
}

div.pro-gallery.accessible .gallery-item-container:focus::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 1px 2px #3899ec, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #3899ec;
    pointer-events: none;
    border-radius: inherit
}

div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::before {
    box-shadow: inset 0 0 1px 2px #3899ec, inset 0 0 7px 0 #fff, inset 0 0 10px -5px #3899ec
}

div.pro-gallery.accessible .pro-gallery-thumbnails-highlighted::after {
    content: " ";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: inset 0 0 1px 2px #3899ec, inset 0 0 7px 0 #fff, 0 0 10px -5px #3899ec;
    pointer-events: none;
    border-radius: inherit
}

div.pro-gallery .hide-scrollbars {
    -ms-overflow-style: none;
    overflow: -moz-scrollbars-none;
    scrollbar-width: none
}

div.pro-gallery .hide-scrollbars::-webkit-scrollbar,
div.pro-gallery .hide-scrollbars ::-webkit-scrollbar {
    width: 0 !important;
    height: 0 !important
}

div.pro-gallery .rtl {
    direction: rtl
}

div.pro-gallery .ltr {
    direction: ltr
}

.sr-only.out-of-view-component {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    -webkit-clip-path: circle(0%);
    clip-path: circle(0%);
    border: 0
}

.screen-logs {
    word-wrap: break-word;
    background: #fff;
    width: 280px;
    font-size: 10px
}

.fade {
    display: block;
    transition: opacity 600ms ease
}

.fade-visible {
    opacity: 1
}

.fade-hidden {
    opacity: 0
}

.deck-before {
    display: block;
    z-index: 1;
    transition: transform 600ms ease;
    transform: translateX(-100%)
}

.deck-before-rtl {
    display: block;
    z-index: 1;
    transition: transform 600ms ease;
    transform: translateX(100%)
}

.deck-current {
    display: block;
    z-index: 0;
    transition: transform 600ms ease;
    transform: translateX(0)
}

.deck-current .override {
    transition: transform 600ms ease, opacity .1s ease 200ms !important
}

.deck-after {
    display: block;
    transition: opacity .2s ease 600ms;
    z-index: -1;
    opacity: 0
}

.deck-after .override {
    transition: opacity .1s ease 0s !important
}

.disabled-transition {
    transition: none !important
}

@keyframes changing_background {
    0% {
        background-color: rgba(241, 241, 241, .2)
    }

    50% {
        background-color: rgba(241, 241, 241, .8)
    }

    100% {
        background-color: rgba(241, 241, 241, .2)
    }
}

.pro-gallery-parent-container.gallery-slideshow [data-hook=group-view]::before {
    content: "";
    position: absolute;
    scroll-snap-align: center;
    top: var(--group-top);
    left: var(--group-left);
    width: var(--group-width);
    right: var(--group-right);
    height: 1px;
    pointer-events: none
}

.pro-gallery-parent-container:not(.gallery-slideshow) [data-hook=group-view] .item-link-wrapper::before {
    content: "";
    position: absolute;
    scroll-snap-align: center;
    top: var(--group-top);
    left: var(--group-left);
    width: var(--group-width);
    right: var(--group-right);
    height: 1px;
    pointer-events: none
}

.gallery-item-container {
    scroll-snap-align: none !important
}

.gallery-slideshow .gallery-item-container:not(.clickable) a {
    cursor: default
}

.slideshow-info-element-inner {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%
}

.slideshow-info-element-inner .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
}

.slideshow-info-element-inner .info-element-text>div {
    width: 100%
}

.slideshow-info-element-inner .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
}

.slideshow-info-element-inner .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
}

.slideshow-info-element-inner .info-element-text .info-element-description>span {
    white-space: normal
}

.slideshow-info-element-inner .info-element-text .info-member.hide {
    display: none
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
}

.slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.slideshow-info-element-inner .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
}

.slideshow-info-element-inner .info-element-social.populated-item {
    margin-bottom: 24px
}

.slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
}

.slideshow-info-element-inner .info-element-social.info-align-center {
    justify-content: center
}

.slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share {
    position: relative
}

.slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
}

.slideshow-info-element-inner .info-element-social.info-align-right {
    flex-direction: row-reverse
}

.slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
}

.slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
}

.slideshow-info-element-inner .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
}

.slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button,
.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
}

.slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
}

.slideshow-info-element-inner .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button,
.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
}

.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
.slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
}

.gallery-item-common-info.gallery-item-bottom-info {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%;
    padding-top: 0
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text>div {
    width: 100%
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-description>span {
    white-space: normal
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-member.hide {
    display: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.populated-item {
    margin-bottom: 24px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center {
    justify-content: center
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share {
    position: relative
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right {
    flex-direction: row-reverse
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love button,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
}

.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
.gallery-item-common-info.gallery-item-bottom-info .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner {
    box-sizing: border-box;
    padding-top: 24px;
    height: 100%;
    width: 100%
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text {
    flex-grow: 1;
    padding: 0;
    margin-bottom: 25px;
    display: flex;
    flex-direction: column
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text>div {
    width: 100%
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-title {
    white-space: normal;
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 32px;
    font-size: 21px;
    height: auto;
    color: #2b5672;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    text-overflow: ellipsis
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description {
    font-family: "HelveticaNeueW01-Thin", "HelveticaNeueW02-Thin", "HelveticaNeueW10-35Thin", sans-serif;
    line-height: 25px;
    font-size: 15px;
    height: auto;
    color: #2b5672;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    transition: opacity .4s ease;
    white-space: nowrap;
    text-overflow: ellipsis
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-description>span {
    white-space: normal
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-member.hide {
    display: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button .overlay {
    display: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover {
    opacity: 1 !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-text .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social {
    height: auto;
    position: static;
    display: flex;
    flex-direction: row;
    margin: 0;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.populated-item {
    margin-bottom: 24px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center {
    justify-content: center
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share {
    position: relative
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right {
    flex-direction: row-reverse
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button {
    margin: 0 15px;
    display: inline-flex;
    font-size: 19px;
    color: #2b5672;
    cursor: pointer
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-icon {
    fill: #2b5672
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love {
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0);
    padding: 0
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love button,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love i {
    float: left;
    display: inline-block;
    border: none;
    background: rgba(0, 0, 0, 0);
    text-decoration: none;
    cursor: pointer
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    color: #2b5672;
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important;
    display: inline-block;
    height: 30px;
    max-width: 300px;
    z-index: 16;
    font-size: 12px;
    transform: none !important
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box.opened {
    width: 210px !important;
    outline: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #2b5672;
    cursor: pointer;
    width: 30px;
    height: 30px;
    line-height: 14px;
    text-align: center;
    margin: 0 6px;
    float: left;
    text-decoration: none;
    background: rgba(0, 0, 0, 0);
    border: none
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button:hover,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i:hover {
    opacity: .7
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.twitter-share,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.twitter-share {
    font-size: 13px
}

.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box button.email-share,
.gallery-slideshow div.pro-gallery .slideshow-info-element-inner .info-element-social .info-element-social-share .info-element-social-share-box i.email-share {
    font-size: 13px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 0 20px 20px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social {
    margin: 0;
    height: auto;
    position: static;
    display: flex;
    flex-direction: row
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.with-arrows {
    width: auto;
    margin: 0px -10px 0
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.gradient-top {
    background: linear-gradient(rgba(0, 0, 0, 0.2) 0, transparent 140px)
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social:hover .info-element-social-share-box {
    width: 0 !important
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center {
    justify-content: center
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share {
    position: relative
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-center .info-element-social-share .info-element-social-share-box {
    position: absolute;
    left: -25px;
    padding-left: 25px !important;
    margin-right: 0 !important
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right {
    flex-direction: row-reverse
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share {
    flex-direction: row-reverse
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social.info-align-right .info-element-social-share:hover .info-element-social-share-box {
    margin-right: 40px !important
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button {
    position: static !important;
    margin: 0;
    padding: 0 20px;
    font-size: 19px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-button.info-element-social-share {
    margin-top: -3px
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share {
    flex-direction: row;
    outline: none
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share:hover .info-element-social-share-box {
    width: 210px !important;
    outline: none
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box {
    width: 0;
    transition: width .3s;
    overflow: hidden;
    margin-left: 25px !important;
    margin-right: 25px !important
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered,
.gallery-thumbnails div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .hover-info-element .info-element-social .info-element-social-share .info-element-social-share-box.hovered {
    width: 210px !important;
    outline: none
}

.gallery-slider div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title {
    white-space: normal
}

.gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    padding: 30px
}

.gallery-columns div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 30px 0 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    opacity: 0;
    /*! autoprefixer: ignore next */
    -webkit-box-pack: center;
    transition: opacity .4s ease;
    color: #fff
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper .buy-icon {
    margin-right: 7px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: block;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    opacity: 0;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    white-space: nowrap;
    outline: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button .overlay {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text {
    padding: 30px;
    display: flex;
    flex-direction: column;
    margin: 0;
    box-sizing: border-box;
    height: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.short-item {
    padding-top: 5px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.narrow-item {
    padding-left: 5px;
    padding-right: 5px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.hidden {
    opacity: 0 !important;
    pointer-events: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text>div {
    width: 100%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-text.push-down {
    padding-top: 60px;
    box-sizing: border-box
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title {
    line-height: 32px;
    font-size: 21px;
    padding: 0;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    opacity: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description {
    line-height: 25px;
    font-size: 15px;
    color: #fff;
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    opacity: 0;
    white-space: normal
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-member.hide {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements {
    width: 100%;
    height: 24px !important;
    display: flex;
    flex-direction: row
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-love {
    margin-right: auto
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-new-info-elements .info-element-social-button {
    padding-left: 10px;
    padding-right: 10px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-absolute {
    position: absolute;
    top: 0;
    left: 0
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social {
    outline: none;
    width: 100%;
    height: 100%;
    overflow: visible;
    z-index: 16;
    transition: opacity .4s ease
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item {
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    height: 90%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.short-item .info-element-social-button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.narrow-item .info-element-social-button {
    position: initial
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.with-arrows {
    width: 86%;
    margin: 0 7%
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.hidden {
    opacity: 0 !important;
    pointer-events: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button {
    outline: none;
    bottom: 30px;
    position: absolute;
    margin: 0;
    display: inline-block;
    font-size: 19px;
    color: #fff;
    cursor: pointer;
    opacity: 0;
    padding: 10px;
    margin: -10px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button:hover:not(.info-element-loved) {
    opacity: .7
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.visible {
    opacity: 1 !important
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments {
    left: 26px;
    top: 26px;
    bottom: initial;
    font-size: 15px;
    border: none;
    background: #2b5672;
    display: flex;
    -moz-column-gap: 7px;
    column-gap: 7px;
    align-items: center;
    padding: 5px;
    margin: -5px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-comments .info-element-social-comments-count {
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    line-height: 15px;
    font-size: 15px;
    letter-spacing: 1px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love {
    left: 30px;
    bottom: 30px;
    font-size: 15px;
    border: none;
    background: rgba(0, 0, 0, 0)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love i {
    outline: none;
    float: left;
    display: inline-block;
    line-height: 14px;
    border: none;
    background: rgba(0, 0, 0, 0);
    font-size: 18px;
    padding: 1px 5px;
    text-decoration: none;
    cursor: pointer
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-love .info-element-social-love-count {
    font-family: "HelveticaNeueW01-UltLt", "HelveticaNeueW02-UltLt", "HelveticaNeueW10-25UltL", sans-serif;
    font-style: normal;
    float: left;
    line-height: 15px;
    font-size: 15px;
    margin-top: 2px;
    display: inline-block;
    padding-left: 9px;
    letter-spacing: 1px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-share {
    bottom: 26px;
    left: auto;
    right: 30px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-dots {
    left: auto;
    right: 22px;
    top: 26px;
    height: 30px;
    width: 20px;
    display: flex;
    justify-content: center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download {
    bottom: 25px;
    left: auto;
    right: 68px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social .info-element-social-button.info-element-social-download.pull-right {
    right: 30px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button {
    bottom: calc(50% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments {
    left: calc(25% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-love span,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-comments span {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-share {
    right: calc(25% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-download {
    left: calc(50% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item .info-element-social-button.info-element-social-dots {
    left: calc(50% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button {
    bottom: auto;
    left: calc(50% - 8px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-love,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-comments {
    top: calc(25% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-share {
    top: auto;
    right: auto;
    bottom: calc(25% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-download {
    top: calc(50% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social.small-item.vertical-item .info-element-social-button.info-element-social-dots {
    bottom: calc(50% - 10px)
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    height: 100%;
    max-width: 300px;
    min-width: 200px;
    overflow: visible;
    z-index: 16;
    font-size: 12px;
    opacity: 0;
    transform: translateX(-50%);
    margin-top: 1px;
    margin-left: -3px;
    transition: opacity .4s ease;
    outline: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.hidden {
    opacity: 0 !important;
    pointer-events: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i {
    display: inline-block;
    font-size: 15px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: 22px;
    text-align: center;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0);
    border: none
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button:hover,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i:hover {
    opacity: .7
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-1,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-1 {
    margin-left: 5px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-2,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-2 {
    font-size: 13px;
    margin-top: 1px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-4,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-4 {
    margin-left: -1px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box button.network-5,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box i.network-5 {
    font-size: 13px;
    margin-top: 1px;
    margin-left: -3px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item {
    top: 50%;
    left: 0;
    max-width: none;
    min-width: 0;
    max-height: 300px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i {
    left: 50%;
    margin-left: -10px;
    margin-top: 8px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-2,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-2 {
    font-size: 13px
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item button.network-5,
div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-social-share-box.vertical-item i.network-5 {
    font-size: 13px
}

div.pro-gallery .gallery-item-container .gallery-item-common-info {
    box-sizing: border-box;
    cursor: pointer
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-title {
    /*! autoprefixer: ignore next */
    overflow: hidden;
    /*! autoprefixer: ignore next */
    display: -webkit-box;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description {
    /*! autoprefixer: ignore next */
    overflow: hidden;
    display: -webkit-box;
    /*! autoprefixer: ignore next */
    -webkit-box-orient: vertical;
    text-overflow: ellipsis
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-description>span {
    white-space: normal
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-member.hide {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper {
    display: flex;
    justify-content: center;
    color: #fff
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    line-height: 25px;
    height: 45px;
    min-width: 190px;
    padding: 0 15px;
    position: relative;
    z-index: 10;
    cursor: pointer;
    outline: none;
    border-style: solid;
    text-decoration: none
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button .overlay {
    display: none
}

div.pro-gallery .gallery-item-container .gallery-item-common-info .info-element-custom-button-wrapper button:hover .overlay {
    display: block;
    background: rgba(255, 255, 255, .1);
    width: 100%;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0
}

div.pro-gallery.thumbnails-gallery .gallery-item-container .info-element-custom-button-wrapper {
    display: none !important
}

:root {
    --tooltip-text-color: white;
    --tooltip-background-color: black;
    --tooltip-margin: 30px;
    --tooltip-arrow-size: 6px
}

.tooltip-wrapper {
    position: absolute;
    top: 0;
    z-index: 100;
    background-color: var(--tooltip-background-color);
    color: var(--tooltip-text-color);
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, .1);
    border: 1px solid var(--tooltip-text-color)
}

.tooltip-body {
    padding: 4px;
    font-size: 14px;
    font-family: Helvetica
}

.tooltip-body::before {
    content: " ";
    left: 50%;
    border: solid rgba(0, 0, 0, 0);
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-width: var(--tooltip-arrow-size);
    margin-left: calc(var(--tooltip-arrow-size)*-1)
}

.tooltip-body.arrow {
    top: calc(var(--tooltip-margin)*-1)
}

.tooltip-body.arrow::before {
    top: 100%;
    border-top-color: var(--tooltip-background-color)
}

.pg-render-indicator {
    position: absolute;
    bottom: 15.5px;
    left: 15.5px;
    border: 1px solid #717171;
    padding: 5px 10px 5px 5px;
    font-size: 16px;
    z-index: 2147483648;
    cursor: default;
    line-height: 20px
}

.pg-render-indicator table {
    table-layout: fixed
}

.pg-render-indicator.rendered {
    background-color: #7fff00
}

.pg-render-indicator.not-rendered {
    background-color: red
}

.pg-render-indicator .log-column {
    max-height: 450px;
    max-width: 500px;
    overflow: auto;
    background-color: #fff
}

.pg-render-indicator .show-on-hover {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    top: -9999px;
    left: -9999px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
    word-wrap: normal !important
}

.pg-render-indicator div.worker-log-text {
    word-wrap: break-word;
    max-width: 500px;
    min-width: 100px
}

.pg-render-indicator:hover {
    max-width: 90%;
    max-height: 90%
}

.pg-render-indicator:hover .show-on-hover {
    clip: auto !important;
    -webkit-clip-path: none;
    clip-path: none;
    display: block;
    height: auto;
    line-height: normal;
    text-decoration: none;
    width: auto;
    position: static
}

.pro-fullscreen-wrapper,
.pro-fullscreen-wrapper-loading {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100005
}

.pro-gallery-empty {
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, .9)
}

.pro-gallery-empty .pro-gallery-empty-content {
    height: 334px;
    width: 100%;
    overflow: hidden
}

.pro-gallery-empty .pro-gallery-empty-image {
    margin: 66px auto 35px;
    width: 262px;
    height: 132px;
    background-image: url(media/emptystate.85a4add5.svg);
    background-size: contain
}

.pro-gallery-empty .pro-gallery-empty-title {
    color: #4eb7f5;
    font-family: "HelveticaNeueW01-55Roma", "HelveticaNeueW02-55Roma", "HelveticaNeueW10-55Roma", sans-serif;
    font-size: 20px;
    line-height: 25px;
    text-align: center;
    margin-bottom: 10px
}

.pro-gallery-empty .pro-gallery-empty-info {
    color: #4eb7f5;
    font-family: "HelveticaNeueW01-45Ligh", "HelveticaNeueW02-45Ligh", "HelveticaNeueW10-45Ligh", sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center
}

.lQWuNO {
    display: block;
    width: 100%;
    height: 100%
}

.lQWuNO img {
    max-width: var(--wix-img-max-width, 100%)
}

.lQWuNO[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.lQWuNO[data-animate-blur] img[data-load-done] {
    filter: none
}

.comp-le54mhep div.pro-gallery-parent-container .gallery-item-wrapper-text .gallery-item-content {
    background-color: #000000
}

.comp-le54mhep div.pro-gallery-parent-container .show-more-container i.show-more {
    color: rgba(0, 0, 0, 0.7)
}

.comp-le54mhep div.pro-gallery-parent-container .show-more-container button.show-more {
    --loadMoreButtonBorderRadius: 0;
    --loadMoreButtonBorderColor: #000000;
    --loadMoreButtonBorderWidth: 1;
    --loadMoreButtonColor: #FFFFFF;
    --loadMoreButtonFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --loadMoreButtonFontColor: #000000;
    color: rgba(0, 0, 0, 0.9);
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration: ;
    background: rgb(255, 255, 255);
    border-width: 1px;
    border-color: rgb(0, 0, 0);
    border-radius: 0px
}

.comp-le54mhep div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator i.show-more {
    color: rgba(0, 0, 0, 0.7)
}

.comp-le54mhep div.pro-gallery-parent-container .show-more-container.pro-gallery-mobile-indicator button.show-more {
    --loadMoreButtonBorderRadius: 0;
    --loadMoreButtonBorderColor: #000000;
    --loadMoreButtonBorderWidth: 1;
    --loadMoreButtonColor: #FFFFFF;
    --loadMoreButtonFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --loadMoreButtonFontColor: #000000;
    color: rgb(0, 0, 0);
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration: ;
    background: rgb(255, 255, 255);
    border-width: undefinedpx;
    border-color: rgb(0, 0, 0);
    border-radius: undefinedpx
}

.comp-le54mhep .nav-arrows-container .slideshow-arrow,
.comp-le54mhep .nav-arrows-container .custom-nav-arrows svg {
    --arrowsColor: #FFFFFF;
    fill: rgb(255, 255, 255)
}

.comp-le54mhep .nav-arrows-container.pro-gallery-mobile-indicator .slideshow-arrow,
.comp-le54mhep .nav-arrows-container.pro-gallery-mobile-indicator .custom-nav-arrows svg {
    --arrowsColor: #FFFFFF;
    fill: rgb(255, 255, 255)
}

.comp-le54mhep .pro-gallery.inline-styles .auto-slideshow-counter {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, helvetica-w02-light, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info {
    --itemIconColorSlideshow: #000000
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info a {
    color: rgb(0, 0, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info svg .gallery-item-svg-foreground {
    fill: rgb(0, 0, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, helvetica-w02-light, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded) {
    --imageLoadingColor: #F8F8F8;
    background-color: rgb(199, 199, 199)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    --itemFontColor: #FFFFFF;
    color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    --itemOpacity: #000000;
    color: rgba(153, 153, 151, 0)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background {
    --itemOpacity: #000000;
    fill: rgba(153, 153, 151, 0)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-slideshow-info .gradient-top,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gradient-top {
    --itemOpacity: #000000;
    background: linear-gradient(rgba(153, 153, 151, 0) 0, transparent 140px) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover {
    --itemIconColor: #FFFFFF
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover a {
    color: rgb(255, 255, 255) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground {
    fill: rgb(255, 255, 255) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-title {
    --itemFont: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemFontColor: #FFFFFF;
    color: rgb(255, 255, 255);
    font: normal normal bold 22px/1.4em montserrat, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-description {
    --itemDescriptionFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFontColor: #FFFFFF;
    color: rgb(255, 255, 255) !important;
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    --customButtonFontColor: #FFFFFF;
    color: rgb(255, 255, 255) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    --customButtonColor: #000000;
    --customButtonBorderRadius: 0;
    --customButtonBorderWidth: 1;
    --customButtonBorderColor: #FFFFFF;
    --customButtonFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(255, 255, 255) !important;
    font: normal normal normal 15px/18px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration: ;
    background: rgba(255, 255, 255, 0) !important;
    border-width: 1px;
    border-radius: 0px;
    border-color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover:before {
    --itemOpacity: #000000;
    background: rgba(153, 153, 151, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #000000 !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover:before {
    --itemOpacity: #000000;
    background: rgba(153, 153, 151, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.invert-hover .gallery-item-hover.default.force-hover:before,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #000000 !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 22px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontColorSlideshow: #000000;
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, helvetica-w02-light, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-text .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-bottom-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-top-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-left-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-item-right-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container .gallery-slideshow-info .info-element-custom-button-wrapper button {
    --customButtonFontForHover: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --customButtonFontColorForHover: #000000;
    --externalCustomButtonBorderWidth: 0;
    --externalCustomButtonBorderRadius: 0;
    font: normal normal normal 15px/18px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration: ;
    color: rgb(0, 0, 0) !important;
    background: rgba(78, 162, 161, 0) !important;
    border-color: rgb(0, 0, 0);
    border-width: 0px;
    border-radius: 0px
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.load-with-color:not(.image-loaded) {
    --imageLoadingColor: #F8F8F8;
    background-color: rgb(199, 199, 199)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-triangle {
    --itemFontColor: #FFFFFF;
    color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item.gallery-item-video i.gallery-item-video-play-background {
    --itemOpacity: #000000;
    color: rgba(153, 153, 151, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-background,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-background {
    --itemOpacity: #000000;
    fill: rgba(153, 153, 151, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gradient-top,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gradient-top {
    --itemOpacity: #000000;
    background: linear-gradient(rgba(153, 153, 151, 0) 0, transparent 140px) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info {
    --itemIconColorSlideshow: #000000
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info i:not(.pro-gallery-loved):not(.info-element-loved),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button):not(.artstore-add-to-cart-button),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info a {
    color: rgb(0, 0, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info svg .gallery-item-svg-foreground {
    fill: rgb(0, 0, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, helvetica-w02-light, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover {
    --itemIconColor: #FFFFFF
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover i:not(.pro-gallery-loved):not(.info-element-loved),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover button:not(.pro-gallery-loved):not(.info-element-loved):not(.info-element-custom-button-button),
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover a {
    color: rgb(255, 255, 255) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover svg .gallery-item-svg-foreground {
    fill: rgb(255, 255, 255) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-title {
    --itemFont: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemFontColor: #FFFFFF;
    color: rgb(255, 255, 255);
    font: normal normal bold 22px/1.4em montserrat, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-description {
    --itemDescriptionFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemDescriptionFontColor: #FFFFFF;
    color: rgb(255, 255, 255) !important;
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper {
    --customButtonFontColor: #FFFFFF;
    color: rgb(255, 255, 255) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-wrapper .gallery-item-hover .info-element-custom-button-wrapper button {
    --customButtonColor: #000000;
    --customButtonBorderRadius: 0;
    --customButtonBorderWidth: 1;
    --customButtonBorderColor: #FFFFFF;
    --customButtonFont: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(255, 255, 255) !important;
    font: normal normal normal 15px/18px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration: ;
    background: rgba(255, 255, 255, 0) !important;
    border-width: undefinedpx;
    border-radius: undefinedpx;
    border-color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover:not(.hide-hover):before {
    --itemOpacity: #000000;
    background: rgba(153, 153, 151, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover) .gallery-item-hover.default.force-hover:before,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator:not(.invert-hover):hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #000000 !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover:before {
    --itemOpacity: #000000;
    background: rgba(153, 153, 151, 0) !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover .gallery-item-hover.default.force-hover:before,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator.invert-hover:hover .gallery-item-hover.default:not(.hide-hover):before {
    background: #000000 !important
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-title,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-title {
    --itemFontSlideshow: normal normal normal 22px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --itemFontColorSlideshow: #000000;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 22px/27px helvetica-w01-bold, helvetica-w02-bold, helvetica-lt-w10-bold, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .gallery-item-description,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-description {
    --itemDescriptionFontColorSlideshow: #000000;
    --itemDescriptionFontSlideshow: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(0, 0, 0) !important;
    font: normal normal normal 15px/18px helvetica-w01-light, helvetica-w02-light, sans-serif !important;
    text-decoration:
}

.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-text .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-bottom-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-top-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-left-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-item-right-info .info-element-custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .custom-button-wrapper button,
.comp-le54mhep .pro-gallery.inline-styles .gallery-item-container.pro-gallery-mobile-indicator .gallery-slideshow-info .info-element-custom-button-wrapper button {
    --customButtonFontForHover: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    --customButtonFontColorForHover: #000000;
    --externalCustomButtonBorderWidth: 0;
    --externalCustomButtonBorderRadius: 0;
    font: normal normal normal 15px/18px avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration: ;
    color: rgb(0, 0, 0) !important;
    background: rgba(78, 162, 161, 0) !important;
    border-color: rgb(0, 0, 0);
    border-width: undefinedpx;
    border-radius: undefinedpx
}

.comp-le54mhep .te-pro-gallery-text-item {
    font: normal normal normal 14px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: #FFFFFF
}

.comp-le54mhep .pro-fullscreen-wrapper .pro-fullscreen-text-item {
    --fullscreen-text-item-bg: #000000;
    background-color: #000000
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles {
    --bgColorExpand: #FFFFFF;
    background-color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-selected-license,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .pro-fullscreen-checkout-link {
    --descriptionColorExpand: #000000;
    --descriptionFontExpand: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(0, 0, 0);
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-mobile-info {
    --bgColorExpand: #FFFFFF;
    background-color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-title {
    --titleColorExpand: #000000;
    --titleFontExpand: normal normal normal 24px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(0, 0, 0);
    font: normal normal bold 40px/1.4em montserrat, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link {
    --descriptionColorExpand: #000000;
    --descriptionFontExpand: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    color: rgb(0, 0, 0);
    font: normal normal normal 15px/1.4em avenir-lt-w01_35-light1475496, avenir-lt-w05_35-light, sans-serif;
    text-decoration:
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description:after,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-description .fullscreen-side-bar-description-line:after,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-exif:after,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-link:after,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-bottom-link:after {
    --descriptionColorExpand: #000000;
    border-color: rgb(0, 0, 0)
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social i:not(.pro-gallery-loved),
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social a,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-side-bar-social button,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav i:not(.pro-gallery-loved),
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav a,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-nav button,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar i:not(.pro-gallery-loved),
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar a,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-mobile-bar button,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social i:not(.pro-gallery-loved),
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social a,
.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-social button {
    --descriptionColorExpand: #000000;
    color: rgb(0, 0, 0)
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-triangle {
    --descriptionColorExpand: #000000;
    color: rgb(0, 0, 0)
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles i.fullscreen-item-video-play.progallery-svg-font-icons-play-background {
    --bgColorExpand: #FFFFFF;
    color: rgb(255, 255, 255)
}

.comp-le54mhep .pro-fullscreen-wrapper #fullscreen-view.fullscreen-bright.pro-fullscreen-inline-styles .fullscreen-icon {
    --descriptionColorExpand: #000000;
    --bgColorExpand: #FFFFFF;
    color: rgb(0, 0, 0);
    background: rgb(255, 255, 255)
}

div.comp-le54mhep:not(.fullscreen-comp-wrapper) {
    height: 100%;
    width: 100%;
    position: relative;
}

div.comp-le54mhep:not(.fullscreen-comp-wrapper)>div {
    position: absolute;
    top: 0;
    left: 0;
}