
a,
abbr,
acronym,
address,
applet,
b,
big,
blockquote,
body,
button,
caption,
center,
cite,
code,
dd,
del,
dfn,
div,
dl,
dt,
em,
fieldset,
font,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
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
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 10px
}

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
}

body,
html {
    height: 100%
}

body {
    overflow-x: auto;
    overflow-y: scroll
}

.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
}

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.dont-overflow-hidden-site-root #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 {
    overflow: hidden;
    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)
}

.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,
#masterPage.mesh-layout #SITE_FOOTER_WRAPPER,
#masterPage.mesh-layout #SITE_HEADER,
#masterPage.mesh-layout #SITE_HEADER_WRAPPER,
#masterPage.mesh-layout #SITE_PAGES,
#masterPage.mesh-layout #masterPageinlineContent,
#site-root {
    position: relative
}

#site-root {
    margin: 0 auto;
    min-height: 100%;
    top: var(--wix-ads-top-height)
}

#site-root img:not([src]) {
    visibility: hidden
}

#site-root svg img:not([src]) {
    visibility: visible
}

body:not(.responsive) #site-root {
    min-width: var(--site-width);
    width: 100%
}

#SITE_CONTAINER {
    position: relative
}

.auto-generated-link {
    color: inherit
}

body:not([data-js-loaded]) [data-hide-prejs] {
    visibility: hidden
}

#SCROLL_TO_BOTTOM,
#SCROLL_TO_TOP {
    height: 0
}

.has-click-trigger {
    cursor: pointer
}

[data-z-counter] {
    z-index: 0
}

[data-z-counter="0"] {
    z-index: auto
}

.wixSiteProperties {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}


.YzqVVZ {
    overflow: visible;
    position: relative
}

.mwF7X1 {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.YGilLk {
    cursor: pointer
}

.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
}

.I5zqsT {
    display: block
}

.I5zqsT,
.MW5IWV {
    height: 100%;
    width: 100%
}

.MW5IWV {
    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
}

.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)
}

.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)), var(--alpha-bg, 1)));
    border-bottom: var(--brwb, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1)));
    border-top: var(--brwt, 0) solid var(--screenwidth-corvid-border-color, rgba(var(--brd, var(--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)), 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(--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-left, 0)
}

.kuTaGy:after,
.kuTaGy:before {
    align-self: stretch;
    content: "";
    flex-grow: 1
}

.kuTaGy:after {
    max-width: var(--margin-right, 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))));
    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)), var(--alpha-bg, 1)));
    border: solid var(--corvid-border-color, rgba(var(--brd, var(--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)), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, var(--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)))
}

: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)), var(--alpha-bgh, 1));
    border-color: rgba(var(--brdh, var(--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)))
}

.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-left, 0)
}

.U2uNPe:after,
.U2uNPe:before {
    align-self: stretch;
    content: "";
    flex-grow: 1
}

.U2uNPe:after {
    max-width: var(--margin-right, 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)));
    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)));
    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))));
    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))
}

:host(:not(.device-mobile-optimized)) .Lw0u6i,
body:not(.device-mobile-optimized) .Lw0u6i {
    --display: flex;
    display: var(--display)
}

:host(:not(.device-mobile-optimized)) .So7Ias,
body:not(.device-mobile-optimized) .So7Ias {
    display: flex;
    margin: 0 auto;
    position: relative;
    width: calc(100% - var(--padding)*2)
}

:host(:not(.device-mobile-optimized)) .So7Ias>*,
body:not(.device-mobile-optimized) .So7Ias>* {
    flex: var(--column-flex) 1 0%;
    left: 0;
    margin-bottom: var(--padding);
    margin-left: var(--margin);
    margin-top: var(--padding);
    min-width: 0;
    position: relative;
    top: 0
}

:host(:not(.device-mobile-optimized)) .So7Ias>:first-child,
body:not(.device-mobile-optimized) .So7Ias>:first-child {
    margin-left: 0
}

:host(.device-mobile-optimized) .So7Ias,
body.device-mobile-optimized .So7Ias {
    display: block;
    padding: var(--padding) 0;
    position: relative
}

:host(.device-mobile-optimized) .So7Ias>*,
body.device-mobile-optimized .So7Ias>* {
    margin-bottom: var(--margin);
    position: relative
}

:host(.device-mobile-optimized) .So7Ias>:first-child,
body.device-mobile-optimized .So7Ias>:first-child {
    margin-top: var(--firstChildMarginTop, 0)
}

:host(.device-mobile-optimized) .So7Ias>:last-child,
body.device-mobile-optimized .So7Ias>:last-child {
    margin-bottom: var(--lastChildMarginBottom, var(--margin))
}

.qby0Dy {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.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
}

.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
}

.nTOEE9 {
    height: 100%;
    overflow: hidden;
    width: 100%
}

.nTOEE9.sqUyGm:hover {
    cursor: url(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(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)), 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
}



.aVng1S {
    border-top: var(--lnw, 2px) solid rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1));
    box-sizing: border-box;
    height: 0
}


.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
}

.I5zqsT {
    display: block;
    height: 100%;
    width: 100%
}

.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
}

.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] 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 {
    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-left: .5em;
    padding-left: 1.3em
}

.KriRUO .RpJUy_ ol[dir=rtl],
.KriRUO .RpJUy_ ul[dir=rtl] {
    margin-right: .5em;
    padding-right: 1.3em
}

.KriRUO .RpJUy_ ul {
    list-style-type: disc
}

.KriRUO .RpJUy_ ol {
    list-style-type: decimal
}

.KriRUO .RpJUy_ ol[dir=rtl],
.KriRUO .RpJUy_ ul[dir=rtl] {
    margin-right: .5em;
    padding-right: 1.3em
}

.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: 0
}

.KriRUO .RpJUy_ a {
    color: inherit
}

.BaOVQ8,
.KcpHeO {
    word-wrap: break-word;
    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-left: .5em;
    margin-right: 0;
    padding-left: 1.3em;
    padding-right: 0
}

.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 ol[dir=rtl],
.BaOVQ8 ol[dir=rtl] ol,
.BaOVQ8 ol[dir=rtl] ul,
.BaOVQ8 ul[dir=rtl],
.BaOVQ8 ul[dir=rtl] ol,
.BaOVQ8 ul[dir=rtl] ul,
.KcpHeO ol[dir=rtl],
.KcpHeO ol[dir=rtl] ol,
.KcpHeO ol[dir=rtl] ul,
.KcpHeO ul[dir=rtl],
.KcpHeO ul[dir=rtl] ol,
.KcpHeO ul[dir=rtl] ul {
    margin-left: 0;
    margin-right: .5em;
    padding-left: 0;
    padding-right: 1.3em
}

.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: 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))
}


#SITE_CONTAINER.focus-ring-active.keyboard-tabbing-on .search-box-component-focus-ring-visible {
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff!important;
    z-index: 999
}

.QdV_oU {
    --force-state-metadata: focus
}

.btVOrl {
    --alpha-searchBoxBackgroundColor: var(--alpha-inputBackgroundColor, 1);
    --alpha-searchInputIconColor: var(--alpha-inputIconColor, 1);
    --borderAlpha: var(--alpha-inputBorderColor, 1);
    --borderColor: var(--inputBorderColor, $inputBorderColorFallback);
    --borderWidth: var(--inputBorderWidth, $inputDefaultBorderWidth);
    --leftBorderWidth: var(--input-left-border-width, inputDefaultBorderWidth);
    --searchBoxBackgroundColor: var(--inputBackgroundColor, $inputBackgroundColorFallback);
    --searchInputIconColor: var(--inputIconColor, var(--color_15));
    --display: grid;
    display: var(--display)
}

.btVOrl:hover {
    --alpha-searchBoxBackgroundColor: var(--alpha-inputHoverBackgroundColor, 1);
    --alpha-searchInputIconColor: 1;
    --borderAlpha: var(--alpha-inputHoverBorderColor, 1);
    --borderColor: var(--inputHoverBorderColor, $inputBorderColorFallback);
    --borderWidth: var(--inputHoverBorderWidth, $inputDefaultBorderWidth);
    --leftBorderWidth: var(--input-hover-left-border-width, inputDefaultBorderWidth);
    --searchBoxBackgroundColor: var(--inputHoverBackgroundColor, $inputBackgroundColorFallback);
    --searchInputIconColor: var(--inputHoverIconColor, var(--color_15))
}

.btVOrl.QdV_oU,
.btVOrl:focus-within,
.btVOrl:focus-within:hover {
    --alpha-searchBoxBackgroundColor: var(--alpha-inputFocusBackgroundColor, 1);
    --alpha-searchInputIconColor: 1;
    --borderAlpha: var(--alpha-inputFocusBorderColor, 1);
    --borderColor: var(--inputFocusBorderColor, $inputBorderColorFallback);
    --borderWidth: var(--inputFocusBorderWidth, $inputDefaultBorderWidth);
    --leftBorderWidth: var(--input-focus-left-border-width, inputDefaultBorderWidth);
    --searchBoxBackgroundColor: var(--inputFocusBackgroundColor, $inputBackgroundColorFallback);
    --searchInputIconColor: var(--inputFocusIconColor, var(--color_15))
}

.RlO8U_ {
    --mobileSuggestionsFontSize: 16px;
    --mobileSuggestionsContentColor: 0, 0, 0;
    --alpha-mobileSuggestionsContentColor: 0.6;
    --mobileSuggestionsBackgroundColor: 255, 255, 255;
    --alpha--mobileSuggestionsBackgroundColor: 1;
    --alpha-inputFocusBackgroundColor: var(--alpha--mobileSuggestionsBackgroundColor);
    --alpha-searchBoxBackgroundColor: var(--alpha-mobileSuggestionsContentColorAlpha);
    --alpha-searchInputIconColor: 0.6;
    --borderAlpha: var(--alpha-mobileSuggestionsContentColor);
    --borderColor: var(--mobileSuggestionsContentColor);
    --borderWidth: 1px;
    --clearBoxWidth: 44px;
    --clearButtonOpacity: 1;
    --container-direction: row;
    --icon-spacing: 20px;
    --input-left-border-width: 1px;
    --input-text-align: initial;
    --inputBorderRadius: 0;
    --inputFocusBackgroundColor: var(--mobileSuggestionsBackgroundColor);
    --inputFont: var(--font_8);
    --inputPlaceholderColor: var(--mobileSuggestionsContentColor);
    --inputShadow: none;
    --inputTextColor: var(--mobileSuggestionsContentColor);
    --leftBorderWidth: 1px;
    --search-button-display: none;
    --search-icon-display: block;
    --searchBoxBackgroundColor: var(--mobileSuggestionsBackgroundColor);
    --searchInputIconColor: var(--mobileSuggestionsContentColor);
    --text-padding: 0px;
    --text-spacing: 12px;
    --groupTitleFont: var(--font_2);
    --groupTitleFontSize: var(--mobileSuggestionsFontSize);
    background-color: rgba(var(--mobileSuggestionsBackgroundColor), var(--alpha-mobileSuggestionsBackgroundColor, 1));
    bottom: 0;
    flex-direction: column;
    font: var(--inputFont, var(--font_8));
    font-size: var(--mobileSuggestionsFontSize)!important;
    height: 100%;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 2147483647!important
}

.RlO8U_,
.RlO8U_ .Q2YYMa {
    align-items: center;
    display: flex;
    width: 100%
}

.RlO8U_ .Q2YYMa {
    flex-direction: row;
    height: 40px;
    justify-content: flex-start;
    margin-bottom: 20px;
    margin-top: 20px;
    min-height: 40px
}

.RlO8U_ .oEUJj7 {
    -webkit-margin-end: 20px;
    border-color: rgba(var(--mobileSuggestionsContentColor), var(--alpha-mobileSuggestionsContentColor, 1));
    border-style: solid;
    border-width: 1px;
    display: grid;
    flex: 1;
    height: 100%;
    margin-inline-end: 20px;
    overflow: hidden
}

.RlO8U_ .TaFPqR {
    overflow-y: scroll;
    text-overflow: ellipsis;
    width: 100%
}

.RlO8U_ input[type=search]::-moz-placeholder {
    color: rgba(0, 0, 0, .6)
}

.RlO8U_ input[type=search]:-ms-input-placeholder {
    color: rgba(0, 0, 0, .6)
}

.RlO8U_ input[type=search]::placeholder {
    color: rgba(0, 0, 0, .6)
}

.RlO8U_ input {
    font-size: var(--mobileSuggestionsFontSize)!important
}

.XeX7vS {
    align-items: center;
    display: flex;
    height: 100%;
    margin: 0 10px;
    touch-action: manipulation
}

.r_WbdF {
    -webkit-padding-start: 11px;
    -webkit-padding-end: 15px;
    padding-inline-end: 15px;
    padding-inline-start: 11px;
    padding: 0 10px
}

.r_WbdF.ZxQq8q {
    transform: scaleX(-1)
}

.k6cep8 {
    background: rgba(var(--inputFocusBackgroundColor, var(--color_11)), var(--alpha-inputFocusBackgroundColor, 1));
    overflow: auto;
    pointer-events: auto
}

.k6cep8.Zg1VXg {
    padding-bottom: 20px
}

.k6cep8 .q0F5lM:hover,
.k6cep8 .q0F5lM[aria-selected=true] {
    background: RGBA(var(--inputTextColor, color_15), .05)
}

:host(:not(.device-mobile-optimized)) .k6cep8,
body:not(.device-mobile-optimized) .k6cep8 {
    max-height: 480px
}

.U603xX {
    cursor: pointer;
    display: flex;
    padding: 10px 20px
}

.U603xX .FedNkl {
    -webkit-margin-start: 12px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-inline-start: 12px;
    min-width: 0
}

.U603xX .FedNkl:first-child {
    -webkit-margin-start: 0;
    margin-inline-start: 0
}

.U603xX .Z3eRZ6 {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    flex: 0 0 auto;
    height: 55px;
    width: 73px
}

.U603xX .Z3eRZ6.UXNCo3 {
    background-image: url(svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNzYiIGhlaWdodD0iMTI0Ij48ZyBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGZpbGw9IiM5REE1QUYiIGQ9Ik0wIDBoMTc2djEyNEgweiIvPjxwYXRoIGZpbGw9IiNEN0RDRTIiIGQ9Ik05OS43MjEgNDhIMTA5YTQgNCAwIDAgMSA0IDR2MjZhNCA0IDAgMCAxLTQgNEg2OGE0IDQgMCAwIDEtNC00VjUyYTQgNCAwIDAgMSA0LTRoOS4yOTRsMS41NS01LjI4MmExIDEgMCAwIDEgLjk2LS43MThIOTcuMjlhMSAxIDAgMCAxIC45NjQuNzMyTDk5LjcyIDQ4ek04OC41IDc1LjVDOTQuMjk5IDc1LjUgOTkgNzAuNzk5IDk5IDY1cy00LjcwMS0xMC41LTEwLjUtMTAuNVM3OCA1OS4yMDEgNzggNjVzNC43MDEgMTAuNSAxMC41IDEwLjV6Ii8+PC9nPjwvc3ZnPg==)
}

.U603xX .Z3eRZ6.D_fVyl {
    background-color: #eee;
    overflow: hidden;
    position: relative
}

.U603xX .Z3eRZ6.D_fVyl:after {
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: D_fVyl;
    background-image: linear-gradient(90deg, hsla(0, 0%, 88%, 0), #e0e0e0 51%, hsla(0, 0%, 91%, 0));
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.U603xX .CA8K4D {
    line-height: 1.5
}

.U603xX .CA8K4D,
.U603xX .zQjJyB {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.U603xX .zQjJyB {
    font-size: .875em;
    line-height: 1.42;
    margin-top: 4px;
    opacity: .6
}

@keyframes D_fVyl {
    0% {
        transform: translateX(-100%)
    }
    to {
        transform: translateX(100%)
    }
}

.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
}

.I5zqsT {
    display: block;
    height: 100%;
    width: 100%
}

.u6Qhf2 {
    font: var(--groupTitleFont, inherit);
    font-size: var(--groupTitleFontSize, inherit);
    padding: 20px 20px 10px 20px
}

.u6Qhf2 .Nn5HXB {
    display: flex;
    justify-content: space-between
}

.u6Qhf2 .YmTE5t {
    background: rgba(var(--color_15), var(--alpha-color_15, 1));
    height: 1px;
    margin-top: 8px;
    opacity: .3
}

.u6Qhf2 .wroB1H {
    color: inherit;
    flex-shrink: 0;
    font-size: .9em;
    opacity: .8;
    transition: opacity .2s
}

.u6Qhf2 .wroB1H:hover {
    opacity: 1
}

.GWiB9A {
    margin: 20px
}

.q6kVwv {
    background-color: #000;
    color: #fff;
    display: block;
    font: inherit;
    line-height: 36px;
    overflow: hidden;
    padding: 0 20px;
    text-align: center;
    text-overflow: ellipsis;
    touch-action: manipulation;
    white-space: nowrap
}

.g3as8r,
.q6kVwv {
    box-sizing: border-box;
    text-decoration: none;
    width: 100%
}

.g3as8r {
    --footer-text-opacity: 0.6;
    align-items: center;
    background: rgba(var(--inputFocusBackgroundColor, var(--color_11)), var(--alpha-inputFocusBackgroundColor, 1));
    color: inherit;
    cursor: pointer;
    display: flex;
    font: var(--inputFont, var(--font_8));
    height: 38px;
    outline: none;
    padding: 12px 20px;
    pointer-events: auto;
    transition: opacity .2s
}

.g3as8r:hover {
    --footer-text-opacity: 1
}

.g3as8r .TrbL5O {
    -webkit-margin-end: 12px;
    flex-shrink: 0;
    height: 12px;
    margin-inline-end: 12px;
    width: 12px
}

.g3as8r .TrbL5O,
.g3as8r .h0H1OP {
    opacity: var(--footer-text-opacity)
}

.g3as8r .h0H1OP {
    font-size: .75em;
    line-height: 1.5;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.fuYJV8 {
    background-color: hsla(0, 0%, 100%, .8);
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 80px
}

.fuYJV8 .q4fpr5 {
    animation: sqiFbB 2s linear infinite;
    height: 20px;
    left: 50%;
    margin-left: -10px;
    position: absolute;
    top: 20px;
    width: 20px
}

.fuYJV8 .q4fpr5 .WRjDFM {
    stroke: #000;
    animation: gpxbMK 1.5s ease-in-out infinite
}

@keyframes sqiFbB {
    to {
        transform: rotate(1turn)
    }
}

@keyframes gpxbMK {
    0% {
        stroke-dasharray: 1, 150;
        stroke-dashoffset: 0
    }
    50% {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -35
    }
    to {
        stroke-dasharray: 90, 150;
        stroke-dashoffset: -124
    }
}

.wdVIxK {
    box-sizing: border-box;
    cursor: text;
    display: flex;
    height: 100%;
    overflow: hidden;
    touch-action: manipulation;
    width: 100%
}

.wdVIxK.yu5tzD {
    touch-action: pinch-zoom pan-y
}

.shCc15 {
    border: none;
    display: block;
    height: 0;
    padding: 0;
    pointer-events: none;
    position: absolute;
    visibility: hidden;
    width: 0
}

:host(:not(.device-mobile-optimized)) .wdVIxK.Btc0MU,
body:not(.device-mobile-optimized) .wdVIxK.Btc0MU {
    border-bottom: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.aXOBOn {
    align-items: center;
    background-color: rgba(var(--searchBoxBackgroundColor), var(--alpha-searchBoxBackgroundColor, 1));
    display: flex;
    flex-direction: var(--container-direction, row);
    flex-grow: 1;
    overflow: hidden
}

.aXOBOn .KsMOVs {
    flex-shrink: 0;
    width: calc(var(--icon-spacing, 12px) - var(--leftBorderWidth) + var(--input-left-border-width, inputDefaultBorderWidth))
}

.aXOBOn .KsMOVs,
.aXOBOn .ipSfdV {
    display: var(--search-icon-display, flex)
}

.aXOBOn .ipSfdV {
    color: rgba(var(--searchInputIconColor, var(--color_15)), var(--alpha-searchInputIconColor, 1))
}

.aXOBOn .lS0Z88 {
    align-items: center;
    background: rgba(var(--buttonBackgroundColor, var(--color_15)), var(--alpha-buttonBackgroundColor, 1));
    border: solid rgba(var(--inputBorderColor, var(--color_15)), var(--alpha-inputBorderColor, 1)) var(--borderWidth);
    border-bottom: none;
    border-right: none;
    border-top: none;
    color: rgb(var(--buttonIconColor, var(--color_11)));
    cursor: pointer;
    display: var(--search-button-display, none);
    font: inherit;
    height: 100%;
    padding-left: var(--icon-spacing);
    padding-right: var(--icon-spacing)
}

.aXOBOn .lS0Z88:hover {
    background: rgba(var(--buttonHoverBackgroundColor, var(--color_15)), var(--alpha-buttonHoverBackgroundColor, 1))
}

.aXOBOn .lS0Z88:focus {
    box-shadow: inset 0 0 0 2px #116dff, inset 0 0 0 3px #fff;
    z-index: 999
}

.TmqMif {
    flex-shrink: 0;
    height: .9em;
    max-height: 50px;
    max-width: 50px;
    min-height: 14px;
    min-width: 14px;
    width: .9em
}

.TmqMif svg {
    display: block
}

.nNn3mc {
    --bgf: transparent;
    --bgd: transparent;
    --bgh: transparent;
    --bg: transparent;
    --rd: 0;
    --brw: 0;
    --brwf: 0;
    --brwh: 0;
    --brwd: 0;
    --shd: none;
    --fnt: var(--inputFont, var(--font_8));
    --textAlign: var(--input-text-align);
    --textPadding: var(--text-padding);
    --txt: var(--inputTextColor);
    --txtd: var(--inputTextColor);
    --txt2: var(--inputPlaceholderColor);
    -webkit-margin-end: 42px;
    -webkit-margin-start: var(--text-spacing);
    align-items: center;
    display: flex;
    height: 100%;
    margin-inline-end: 42px;
    margin-inline-start: var(--text-spacing);
    overflow: hidden;
    width: 100%
}

.nNn3mc.LIyiar {
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

.nNn3mc:focus-within .fkomZa {
    visibility: visible
}

.nNn3mc input[type=search]::-webkit-search-cancel-button,
.nNn3mc input[type=search]::-webkit-search-decoration,
.nNn3mc input[type=search]::-webkit-search-results-button,
.nNn3mc input[type=search]::-webkit-search-results-decoration {
    display: none
}

.LYhw1A {
    flex-grow: 1;
    flex-shrink: 1;
    height: 100%;
    overflow: hidden;
    position: relative
}

.FwtNU8,
.fkomZa {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.fkomZa {
    visibility: hidden
}

.fkomZa input {
    opacity: .4
}

:host(.device-mobile-optimized) .nNn3mc,
body.device-mobile-optimized .nNn3mc {
    -webkit-margin-end: var(--clearBoxWidth, 38px);
    margin-inline-end: var(--clearBoxWidth, 38px)
}

:host(.device-mobile-optimized) .nNn3mc.LIyiar,
body.device-mobile-optimized .nNn3mc.LIyiar {
    -webkit-margin-end: 0;
    margin-inline-end: 0
}

.KvoMHf.ErucfC[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    margin: 0
}

.MpKiNN {
    --display: flex;
    display: var(--display);
    flex-direction: column;
    min-height: 25px;
    position: relative
}

.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))))
}

.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(--dir);
    font: var(--fnt, var(--font_8));
    margin: 0;
    max-width: 100%;
    min-height: var(--inputHeight);
    padding: var(--textPadding);
    text-align: var(--textAlign);
    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)))
}

.MpKiNN .KvoMHf:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15)))
}

.MpKiNN .KvoMHf::placeholder {
    color: rgb(var(--txt2, var(--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)));
    direction: var(--dir);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding: var(--labelPadding);
    text-align: var(--textAlign);
    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;
    display: var(--display);
    flex-direction: column
}

.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))));
    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(--dir);
    flex: 1;
    font: var(--fnt, var(--font_8));
    margin: 0;
    padding: var(--textPadding);
    text-align: var(--textAlign);
    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)))
}

.ZXdXNL .KvoMHf:-ms-input-placeholder {
    color: rgb(var(--txt2, var(--color_15)))
}

.ZXdXNL .KvoMHf::placeholder {
    color: rgb(var(--txt2, var(--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)));
    direction: var(--dir);
    display: inline-block;
    font: var(--fntlbl, var(--font_8));
    line-height: 1;
    margin-bottom: var(--labelMarginBottom);
    padding: var(--labelPadding);
    text-align: var(--textAlign);
    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));
    display: flex;
    flex-direction: row;
    gap: 4px;
    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
}

.dHwu5A {
    align-items: center;
    color: rgb(var(--inputTextColor, var(--color_15)));
    cursor: pointer;
    display: flex;
    height: 100%;
    justify-content: center;
    opacity: var(--clearButtonOpacity, .6);
    touch-action: manipulation;
    transition: opacity .2s;
    width: var(--clearBoxWidth, 38px)
}

.dHwu5A svg {
    background-color: rgba(var(--inputTextColor, var(--color_15)), calc(var(--alpha-inputTextColor, 1) * .06));
    border-radius: 50%;
    padding: 4px
}

.dHwu5A:hover {
    color: rgb(var(--inputTextColor, var(--color_15)));
    opacity: 1
}

.HRqysE {
    align-items: center;
    background: rgba(var(--inputBackgroundColor, buttonBackgroundColor), var(--alpha-inputBackgroundColor, 1));
    border: solid rgba(var(--inputBorderColor, var(--color_15)), var(--alpha-inputBorderColor, 1)) var(--borderWidth);
    border-radius: var(--inputBorderRadius, 0);
    color: rgba(var(--searchInputIconColor, var(--color_15)), var(--alpha-searchInputIconColor, 1));
    cursor: pointer;
    display: flex;
    font: var(--inputFont, var(--font_8));
    height: 100%;
    justify-content: center;
    width: 100%
}

.HRqysE:hover {
    background: rgba(var(--buttonHoverBackgroundColor, var(--color_15)), var(--alpha-buttonHoverBackgroundColor, 1))
}

.HRqysE:focus {
    box-shadow: inset 0 0 0 2px #116dff, inset 0 0 0 3px #fff;
    z-index: 999
}

._xpJkc {
    --alpha-inputFocusBackgroundColor: 1;
    --box-border-color: RGBA(var(--borderColor), var(--borderAlpha));
    border-color: var(--box-border-color);
    border-style: solid;
    border-width: var(--borderWidth);
    box-shadow: var(--inputShadow, none);
    box-sizing: border-box;
    color: rgba(var(--inputTextColor, var(--color_15)), var(--alpha-inputTextColor, 1));
    display: grid;
    font: var(--inputFont, var(--font_8));
    min-height: 100%;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

._xpJkc,
._xpJkc>:last-child {
    border-radius: var(--inputBorderRadius, 0)
}

._xpJkc>:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

._xpJkc.JK71Yc {
    height: auto;
    min-width: 280px;
    z-index: 1000
}

._xpJkc.JK71Yc .oRg3Ie {
    height: calc(var(--component-height) - var(--input-focus-bottom-border-width, 1px))
}

._xpJkc.JK71Yc .UaSQpI {
    min-width: calc(280px - 2 * var(--input-focus-left-border-width, 1px))
}

:host(.device-mobile-optimized) .UaSQpI,
body.device-mobile-optimized .UaSQpI {
    display: none
}


.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)), 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)));
    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)));
    transition: var(--trans, color .4s ease 0s)
}

.vDnwi4[data-state~=selected] .foFAdY {
    color: rgb(var(--txts, var(--color_14)));
    transition: var(--trans, color .4s ease 0s)
}

.P0dCOY .PJ4KCX {
    background-color: rgba(var(--bg, var(--color_11)), var(--alpha-bg, 1));
    bottom: 0;
    left: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 0
}


@-moz-document url-prefix() {
    :invalid {
        box-shadow: none
    }
    :-moz-submit-invalid,
    :-moz-ui-invalid {
        box-shadow: none
    }
}

@keyframes kYZz2Z {
    0% {
        animation-timing-function: ease-out;
        transform: rotate(180deg)
    }
    45% {
        transform: rotate(198deg)
    }
    55% {
        transform: rotate(234deg)
    }
    to {
        transform: rotate(540deg)
    }
}

@keyframes wlf4P4 {
    to {
        opacity: 1;
        transform: rotate(115deg)
    }
}

.bkIuWA.xXaCpo {
    --display: flex;
    align-items: center;
    display: var(--display);
    justify-content: center
}

.d1WWt1 {
    animation: kYZz2Z 1s linear infinite;
    height: 72px;
    margin-left: -18px;
    overflow: hidden;
    position: absolute;
    transform-origin: 100% 50%;
    width: 36px
}

.d1WWt1:after,
.d1WWt1:before {
    animation: wlf4P4 .5s linear infinite alternate;
    border: 3px solid currentColor;
    border-color: currentColor transparent transparent currentColor;
    border-radius: 50%;
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: -100%;
    top: 0;
    transform: rotate(-45deg)
}

.d1WWt1:before {
    color: #7fccf7
}

.d1WWt1:after {
    color: #3899ec;
    opacity: 0
}


.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
}


.Oqnisf {
    overflow: visible
}

.cM88eO {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.YtfWHd {
    left: 0;
    position: absolute;
    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
}

.I5zqsT {
    display: block
}

.I5zqsT,
.MW5IWV {
    height: 100%;
    width: 100%
}

.MW5IWV {
    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
}

.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)
}

.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)
    }
}

.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
}

.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
}


.QjPSrk.I7M4CO,
.dTbtRf.I7M4CO {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

.QjPSrk.I7M4CO .PBM28h,
.dTbtRf.I7M4CO .PBM28h {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1
}

.QjPSrk.I7M4CO .PBM28h.LeOpDH,
.dTbtRf.I7M4CO .PBM28h.LeOpDH {
    justify-self: start
}

.QjPSrk.I7M4CO .PBM28h.QFf6js,
.dTbtRf.I7M4CO .PBM28h.QFf6js {
    justify-self: end
}

.QjPSrk.I7M4CO .WB4GU7,
.dTbtRf.I7M4CO .WB4GU7 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.QjPSrk.I7M4CO .WB4GU7.aU_bHM,
.dTbtRf.I7M4CO .WB4GU7.aU_bHM {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

.QjPSrk.I7M4CO .WB4GU7>*,
.dTbtRf.I7M4CO .WB4GU7>* {
    overflow: var(--slides-overflow)
}

.QjPSrk.I7M4CO .cHtRZF.WB4GU7,
.dTbtRf.I7M4CO .cHtRZF.WB4GU7 {
    height: auto;
    position: relative
}

.QjPSrk.I7M4CO .cHtRZF.WB4GU7>*,
.dTbtRf.I7M4CO .cHtRZF.WB4GU7>* {
    top: 0
}

.QjPSrk.I7M4CO .cHtRZF.WB4GU7>:not(:first-child),
.dTbtRf.I7M4CO .cHtRZF.WB4GU7>:not(:first-child) {
    --force-state-metadata: false;
    position: absolute!important
}

.QjPSrk.I7M4CO .NhRVkd,
.dTbtRf.I7M4CO .NhRVkd {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.QjPSrk.I7M4CO .DNIjoX,
.dTbtRf.I7M4CO .DNIjoX {
    align-self: end;
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%)
}

.QjPSrk.I7M4CO .DNIjoX .HhjGmK,
.dTbtRf.I7M4CO .DNIjoX .HhjGmK {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.QjPSrk.I7M4CO .DNIjoX .x8rUIu,
.dTbtRf.I7M4CO .DNIjoX .x8rUIu {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size)
}

.QjPSrk.I7M4CO .DNIjoX .x8rUIu.Fd6sGQ,
.dTbtRf.I7M4CO .DNIjoX .x8rUIu.Fd6sGQ {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.QjPSrk .PBM28h:hover,
.dTbtRf .PBM28h:hover {
    opacity: .6
}

.QjPSrk .PBM28h.QFf6js,
.dTbtRf .PBM28h.QFf6js {
    transform: scaleX(-1)
}

.QjPSrk .PBM28h svg,
.dTbtRf .PBM28h svg {
    fill: rgba(var(--arrowColor, var(--color_12)), var(--alpha-arrowColor, 1));
    stroke: rgba(var(--arrowColor, var(--color_12)), var(--alpha-arrowColor, 1));
    stroke-width: 1px
}

.dTbtRf .x8rUIu {
    background-color: rgba(var(--dotsColor, var(--color_12)), var(--alpha-dotsColor, 1));
    border-radius: 50%
}

.dTbtRf .x8rUIu.Fd6sGQ {
    background-color: rgba(var(--dotsSelectedColor, var(--color_11)), var(--alpha-dotsSelectedColor, 1))
}

.QjPSrk .x8rUIu {
    background-color: rgba(var(--dotsColor, var(--color_12)), var(--alpha-dotsColor, 1));
    border-radius: 50%
}

.QjPSrk .x8rUIu.Fd6sGQ {
    background-color: transparent;
    border: 2px solid rgba(var(--dotsColor, var(--color_12)), var(--alpha-dotsColor, 1))
}

.M198K2.I7M4CO {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

.M198K2.I7M4CO .PBM28h {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1
}

.M198K2.I7M4CO .PBM28h.LeOpDH {
    justify-self: start
}

.M198K2.I7M4CO .PBM28h.QFf6js {
    justify-self: end
}

.M198K2.I7M4CO .WB4GU7 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.M198K2.I7M4CO .WB4GU7.aU_bHM {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

.M198K2.I7M4CO .WB4GU7>* {
    overflow: var(--slides-overflow)
}

.M198K2.I7M4CO .cHtRZF.WB4GU7 {
    height: auto;
    position: relative
}

.M198K2.I7M4CO .cHtRZF.WB4GU7>* {
    top: 0
}

.M198K2.I7M4CO .cHtRZF.WB4GU7>:not(:first-child) {
    --force-state-metadata: false;
    position: absolute!important
}

.M198K2.I7M4CO .NhRVkd {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.M198K2.I7M4CO .DNIjoX {
    align-self: end;
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%)
}

.M198K2.I7M4CO .DNIjoX .HhjGmK {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.M198K2.I7M4CO .DNIjoX .x8rUIu {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size)
}

.M198K2.I7M4CO .DNIjoX .x8rUIu.Fd6sGQ {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.M198K2 .PBM28h:hover {
    opacity: .6
}

.M198K2 .PBM28h.LeOpDH {
    transform: scaleX(-1)
}

.M198K2 .PBM28h svg {
    fill: rgba(var(--arrowColor, var(--color_12)), var(--alpha-arrowColor, 1))
}

.M198K2 .x8rUIu {
    background-color: rgba(var(--dotsColor, var(--color_12)), var(--alpha-dotsColor, 1));
    border-radius: 50%
}

.M198K2 .x8rUIu.Fd6sGQ {
    background-color: transparent;
    border: 2px solid rgba(var(--dotsColor, var(--color_12)), var(--alpha-dotsColor, 1))
}

.ALm_cS.I7M4CO {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

.ALm_cS.I7M4CO .PBM28h {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1
}

.ALm_cS.I7M4CO .PBM28h.LeOpDH {
    justify-self: start
}

.ALm_cS.I7M4CO .PBM28h.QFf6js {
    justify-self: end
}

.ALm_cS.I7M4CO .WB4GU7 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.ALm_cS.I7M4CO .WB4GU7.aU_bHM {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

.ALm_cS.I7M4CO .WB4GU7>* {
    overflow: var(--slides-overflow)
}

.ALm_cS.I7M4CO .cHtRZF.WB4GU7 {
    height: auto;
    position: relative
}

.ALm_cS.I7M4CO .cHtRZF.WB4GU7>* {
    top: 0
}

.ALm_cS.I7M4CO .cHtRZF.WB4GU7>:not(:first-child) {
    --force-state-metadata: false;
    position: absolute!important
}

.ALm_cS.I7M4CO .NhRVkd {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.ALm_cS.I7M4CO .DNIjoX {
    align-self: end;
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%)
}

.ALm_cS.I7M4CO .DNIjoX .HhjGmK {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.ALm_cS.I7M4CO .DNIjoX .x8rUIu {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size)
}

.ALm_cS.I7M4CO .DNIjoX .x8rUIu.Fd6sGQ {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.ALm_cS .PBM28h:hover {
    opacity: .6
}

.ALm_cS .PBM28h.QFf6js {
    transform: scaleX(-1)
}

.ALm_cS .PBM28h svg path:first-child {
    fill: rgba(var(--arrowContainerColor, var(--color_11)), var(--alpha-arrowContainerColor, 1))
}

.ALm_cS .PBM28h svg path:last-child {
    fill: rgba(var(--arrowColor, var(--color_12)), var(--alpha-arrowColor, 1))
}

.ALm_cS .x8rUIu {
    background-color: rgba(var(--dotsColor, var(--color_12)), var(--alpha-dotsColor, 1))
}

.ALm_cS .x8rUIu.Fd6sGQ {
    background-color: rgba(var(--dotsSelectedColor, var(--color_11)), var(--alpha-dotsSelectedColor, 1))
}

.HUGv3k.I7M4CO {
    --display: grid;
    background-color: transparent;
    box-sizing: border-box;
    display: var(--display);
    min-height: 50px;
    position: relative
}

.HUGv3k.I7M4CO .PBM28h {
    align-self: center;
    cursor: pointer;
    display: var(--nav-button-display);
    grid-area: 1/1/1/1;
    margin: 0 var(--nav-button-offset);
    position: absolute;
    width: var(--nav-button-width);
    z-index: 1
}

.HUGv3k.I7M4CO .PBM28h.LeOpDH {
    justify-self: start
}

.HUGv3k.I7M4CO .PBM28h.QFf6js {
    justify-self: end
}

.HUGv3k.I7M4CO .WB4GU7 {
    grid-area: 1/1/1/1;
    height: 100%;
    overflow: var(--slides-overflow);
    position: absolute;
    width: 100%
}

.HUGv3k.I7M4CO .WB4GU7.aU_bHM {
    overflow: var(--transition-overflow, var(--slides-overflow))
}

.HUGv3k.I7M4CO .WB4GU7>* {
    overflow: var(--slides-overflow)
}

.HUGv3k.I7M4CO .cHtRZF.WB4GU7 {
    height: auto;
    position: relative
}

.HUGv3k.I7M4CO .cHtRZF.WB4GU7>* {
    top: 0
}

.HUGv3k.I7M4CO .cHtRZF.WB4GU7>:not(:first-child) {
    --force-state-metadata: false;
    position: absolute!important
}

.HUGv3k.I7M4CO .NhRVkd {
    border-radius: var(--rd, 0);
    bottom: 0;
    box-shadow: var(--shd, 0 0 0 rgba(0, 0, 0, .6));
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0
}

.HUGv3k.I7M4CO .DNIjoX {
    align-self: end;
    display: var(--nav-dot-section-display);
    grid-area: 1/1/1/1;
    justify-self: center;
    margin-bottom: var(--nav-dot-section-bottom-margin);
    position: absolute;
    transform: translateY(50%)
}

.HUGv3k.I7M4CO .DNIjoX .HhjGmK {
    align-items: center;
    display: flex;
    justify-content: center;
    pointer-events: none;
    position: relative;
    width: 100%
}

.HUGv3k.I7M4CO .DNIjoX .x8rUIu {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: var(--nav-dot-size);
    margin: 0 var(--nav-dot-margin);
    pointer-events: auto;
    position: relative;
    width: var(--nav-dot-size)
}

.HUGv3k.I7M4CO .DNIjoX .x8rUIu.Fd6sGQ {
    height: var(--nav-dot-size-selected);
    width: var(--nav-dot-size-selected)
}

.HUGv3k.I7M4CO {
    min-height: unset
}

.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)
}


.VUwMqR .TVPXMW {
    border-radius: var(--rd, 0);
    will-change: var(--corners-overflow-fix-will-change, initial)
}

.VUwMqR .YVouLY {
    border: var(--brw, 0) solid rgba(var(--brd, var(--color_11)), var(--alpha-brd, 1));
    border-radius: var(--rd, 0);
    bottom: 0;
    left: 0;
    pointer-events: none;
    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
}

.I5zqsT {
    display: block
}

.I5zqsT,
.MW5IWV {
    height: 100%;
    width: 100%
}

.MW5IWV {
    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
}

.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)
}

.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)
    }
}


.nDEeB0 {
    cursor: pointer
}

.hFQZVn {
    --container-corvid-border-color: rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1));
    --container-corvid-border-size: var(--brw, 1px);
    --container-corvid-background-color: rgba(var(--bg, var(--color_11)), var(--alpha-bg, 1))
}

.nTiihL {
    background-color: var(--container-corvid-background-color, rgba(var(--bg, var(--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)), 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
}


.nDEeB0 {
    cursor: pointer
}

.nJ7HCU {
    --container-corvid-border-color: rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1));
    --container-corvid-border-size: var(--brw, 3px);
    --container-corvid-background-color: rgba(var(--bg, var(--color_11)), var(--alpha-bg, 1))
}

.zUNKDy {
    background-color: var(--container-corvid-background-color, rgba(var(--bg, var(--color_11)), var(--alpha-bg, 1)));
    border: var(--container-corvid-border-width, var(--brw, 3px)) solid var(--container-corvid-border-color, rgba(var(--brd, var(--color_15)), var(--alpha-brd, 1)));
    border-radius: 50%;
    bottom: 0;
    box-shadow: var(--shd, 0 1px 4px rgba(0, 0, 0, .6));
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}


:root {
    --color_0: 255, 255, 255;
    --color_27: 232, 98, 185;
    --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_28: 174, 74, 139;
    --color_9: 114, 114, 114;
    --color_10: 176, 176, 176;
    --color_11: 255, 255, 255;
    --color_12: 244, 244, 244;
    --color_13: 224, 224, 224;
    --color_14: 110, 110, 110;
    --color_15: 15, 14, 14;
    --color_16: 194, 216, 250;
    --color_17: 135, 179, 244;
    --color_18: 101, 134, 183;
    --color_29: 116, 49, 93;
    --color_19: 68, 90, 122;
    --color_20: 34, 45, 61;
    --color_21: 173, 198, 248;
    --color_22: 131, 168, 240;
    --color_23: 111, 103, 207;
    --color_24: 14, 62, 155;
    --color_25: 7, 31, 78;
    --color_30: 58, 25, 46;
    --color_31: 246, 211, 179;
    --color_32: 236, 170, 108;
    --color_33: 177, 128, 81;
    --color_34: 118, 85, 54;
    --color_35: 59, 43, 27;
    --font_0: normal normal bold 80px/1.4em wfont_abbc3e_8171878616cb4ed0996b1bde28dac50f, wf_8171878616cb4ed0996b1bde2, orig_proxima_nova_extrabold;
    --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 normal 58px/1.4em wfont_abbc3e_aaf2ddf61c614949b1359b4da5fa759f, wf_aaf2ddf61c614949b1359b4da, orig_proxima_nova_bold;
    --font_3: normal normal normal 50px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --font_4: normal normal normal 31px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --font_5: normal normal normal 30px/1.4em wfont_abbc3e_aaf2ddf61c614949b1359b4da5fa759f, wf_aaf2ddf61c614949b1359b4da, orig_proxima_nova_bold;
    --font_6: normal normal normal 16px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --font_7: normal normal normal 22px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --font_8: normal normal normal 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --font_9: normal normal normal 12px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --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;
    --wix-ads-top-height: 0px;
    --site-width: 980px;
    --above-all-z-index: 100000;
    --portals-z-index: 100001;
    --minViewportSize: 320;
    --color_26: 244, 173, 219;
    --maxViewportSize: 1920
}

.font_0 {
    font: var(--font_0);
    color: rgb(var(--color_14));
    letter-spacing: 0em
}

.font_1 {
    font: var(--font_1);
    color: rgb(var(--color_14));
    letter-spacing: 0em
}

.font_2 {
    font: var(--font_2);
    color: rgb(var(--color_14));
    letter-spacing: 0em
}

.font_3 {
    font: var(--font_3);
    color: rgb(var(--color_15));
    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_15));
    letter-spacing: 0em
}

.font_6 {
    font: var(--font_6);
    color: rgb(var(--color_14));
    letter-spacing: 0em
}

.font_7 {
    font: var(--font_7);
    color: rgb(var(--color_15));
    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_14));
    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))
}

.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))
}

#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
}

[data-mesh-id=SITE_HEADERinlineContent] {
    height: auto;
    width: 100%;
    display: flex
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    margin-top: -1143px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%
}

[data-mesh-id="comp-kvu1dd6q-rotated-wrapper"] > [id="comp-kvu1dd6q"] {
    position: relative;
    left: 176px;
    top: 9px
}

[data-mesh-id="comp-kvu1dd7y-rotated-wrapper"] > [id="comp-kvu1dd7y"] {
    position: relative;
    left: 496px;
    top: 9px
}

[data-mesh-id="comp-kvu1dd89-rotated-wrapper"] > [id="comp-kvu1dd89"] {
    position: relative;
    left: 344px;
    top: 9px
}

[data-mesh-id="comp-kvu1dd94-rotated-wrapper"] > [id="comp-kvu1dd94"] {
    position: relative;
    left: 656px;
    top: 9px
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] > [id="comp-kvu1dd6b"] {
    position: relative;
    margin: 3px 0px 10px calc((100% - 980px) * 0.5);
    left: 16px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kvu1dd6q-rotated-wrapper] {
    position: static;
    height: 22px;
    width: 0;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] > [id="comp-kvu1dd7c"] {
    position: relative;
    margin: 3px 0px 10px calc((100% - 980px) * 0.5);
    left: 200px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] > [id="comp-kvu1dd7o"] {
    position: relative;
    margin: 3px 0px 10px calc((100% - 980px) * 0.5);
    left: 360px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kvu1dd7y-rotated-wrapper] {
    position: static;
    height: 22px;
    width: 0;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kvu1dd89-rotated-wrapper] {
    position: static;
    height: 22px;
    width: 0;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] > [id="comp-kvu1dd8o"] {
    position: relative;
    margin: 3px 0px 10px calc((100% - 980px) * 0.5);
    left: 512px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kvu1dd94-rotated-wrapper] {
    position: static;
    height: 22px;
    width: 0;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] > [id="comp-kvu1ddae"] {
    position: relative;
    margin: 3px 0px 10px calc((100% - 980px) * 0.5);
    left: 680px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] > [id="comp-kvu1ddbf"] {
    position: relative;
    margin: 4px 0px 10px calc((100% - 980px) * 0.5);
    left: 856px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=SITE_HEADERinlineContent-gridContainer] > [id="comp-jryqre01"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=SITE_HEADERinlineContent-wedge-3] {
    visibility: hidden;
    height: 1143px;
    width: 0;
    grid-area: 1 / 1 / 3 / 2
}

[data-mesh-id=SITE_FOOTERinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-jrzdi85s"] {
    position: relative;
    margin: 56px 0px 56px calc((100% - 980px) * 0.5);
    left: 40px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=SITE_FOOTERinlineContent-gridContainer] > [id="comp-ktodfi3y"] {
    position: relative;
    margin: 53px 0px 67px calc((100% - 980px) * 0.5);
    left: 520px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-kvu1ddbfinlineContent] {
    height: auto;
    width: 142px
}

[data-mesh-id=comp-kvu1ddbfinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-kvu1ddbfinlineContent-gridContainer] > [id="comp-kvu1ddra1"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-jryqrz86inlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-jryqrz86inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-jryqrz86inlineContent-gridContainer] > [id="comp-kt023vmq"] {
    position: relative;
    margin: 35px 0px 28px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-jryqrz86inlineContent-gridContainer] > [id="comp-jryqvhfk"] {
    position: relative;
    margin: 43px 0px 36px calc((100% - 980px) * 0.5);
    left: 116px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-jryqrz86inlineContent-gridContainer] > [id="comp-krc98lf3"] {
    position: relative;
    margin: 43px 0px 36px calc((100% - 980px) * 0.5);
    left: 755px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krc98lf3inlineContent] {
    height: auto;
    width: 220px
}

[data-mesh-id=comp-krc98lf3inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-krc98lf3inlineContent-gridContainer] > [id="comp-krc98lga"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

#comp-krc98lk1 {
    justify-self: center;
    align-self: end;
    margin-bottom: 20px;
    position: absolute;
    grid-area: 1 / 1 / 2 / 2;
    pointer-events: auto
}

#comp-kvu1dd6b {
    width: 159px;
    height: 40px
}

#comp-kvu1dd6q {
    transform: rotate(90deg);
    width: 22px;
    height: 5px
}

#comp-kvu1dd7c {
    width: 149px;
    height: 40px
}

#comp-kvu1dd7o {
    width: 142px;
    height: 40px
}

#comp-kvu1dd7y {
    transform: rotate(90deg);
    width: 22px;
    height: 5px
}

#comp-kvu1dd89 {
    transform: rotate(90deg);
    width: 22px;
    height: 5px
}

#comp-kvu1dd8o {
    width: 142px;
    height: 40px
}

#comp-kvu1dd94 {
    transform: rotate(90deg);
    width: 22px;
    height: 5px
}

#comp-kvu1ddae {
    width: 148px;
    height: 40px
}

#comp-jrzdi85s {
    width: 821px;
    height: 20px
}

#comp-ktodfi3y {
    width: 68px;
    height: 12px
}

#comp-kvu1ddra1 {
    width: 142px;
    height: 39px
}

#comp-kt023vmq {
    width: 104px;
    height: 55px
}

#comp-jryqvhfk {
    width: 629px;
    height: 39px
}

#comp-krc98lga {
    width: 220px;
    height: 39px
}

#masterPage {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px
}

#SITE_HEADER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
    --pinned-layer-in-container: 50;
    --above-all-in-container: 49
}

#PAGES_CONTAINER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
    --pinned-layer-in-container: 52;
    --above-all-in-container: 49
}

#SITE_FOOTER {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px;
    --pinned-layer-in-container: 53;
    --above-all-in-container: 49
}

#comp-kvu1ddbf {
    width: 142px
}

#comp-jryqre01 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px
}

#SITE_PAGES {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px
}

#comp-jryqrz86 {
    width: 980px
}

#comp-krc98lf3 {
    width: 220px
}

#comp-krc98lk1-pinned-layer {
    z-index: 51;
    --above-all-in-container: 10000
}

#masterPage.landingPage #SITE_HEADER {
    display: none
}

#masterPage.landingPage #comp-krc98lk1 {
    display: none
}

#masterPage.landingPage #SITE_FOOTER {
    display: none
}

#masterPage.landingPage #SITE_HEADER-placeholder {
    display: none
}

#masterPage.landingPage #SITE_FOOTER-placeholder {
    display: none
}

#masterPage:not(.landingPage) #PAGES_CONTAINER {
    margin-top: 0px;
    margin-bottom: 0px
}

@font-face {
    font-family: wf_8171878616cb4ed0996b1bde2;
    src: url("/static.wixstatic.com/ufonts/abbc3e_8171878616cb4ed0996b1bde28dac50f/woff2/file.woff2") format("woff2"), url("/static.wixstatic.com/ufonts/abbc3e_8171878616cb4ed0996b1bde28dac50f/woff/file.woff") format("woff"), url("/static.wixstatic.com/ufonts/abbc3e_8171878616cb4ed0996b1bde28dac50f/ttf/file.ttf") format("ttf");
}

@font-face {
    font-display: block;
    font-family: "DIN-Next-W01-Light";
    src: url("services/third-party/fonts/user-site-fonts/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix");
    src: url("services/third-party/fonts/user-site-fonts/fonts/3e0b2cd7-9657-438b-b4af-e04122e8f1f7.eot?#iefix") format("eot"), url("services/third-party/fonts/user-site-fonts/fonts/bc176270-17fa-4c78-a343-9fe52824e501.woff") format("woff"), url("services/third-party/fonts/user-site-fonts/fonts/3516f91d-ac48-42cd-acfe-1be691152cc4.ttf") format("truetype"), url("services/third-party/fonts/user-site-fonts/fonts/d1b1e866-a411-42ba-8f75-72bf28e23694.svg#d1b1e866-a411-42ba-8f75-72bf28e23694") format("svg");
}

@font-face {
    font-display: block;
    font-family: "DIN-Next-W02-Light";
    src: url("services/third-party/fonts/user-site-fonts/fonts/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix");
    src: url("services/third-party/fonts/user-site-fonts/fonts/48e5a0e1-2d56-46e5-8fc4-3d6d5c973cbf.eot?#iefix") format("eot"), url("services/third-party/fonts/user-site-fonts/fonts/07d62b21-8d7a-4c36-be86-d32ab1089972.woff") format("woff"), url("services/third-party/fonts/user-site-fonts/fonts/c0050890-bbed-44b9-94df-2611d72dbb06.ttf") format("truetype"), url("services/third-party/fonts/user-site-fonts/fonts/9f774d17-c03a-418e-a375-34f3beecbc7a.svg#9f774d17-c03a-418e-a375-34f3beecbc7a") format("svg");
}

@font-face {
    font-display: block;
    font-family: "DIN-Next-W10-Light";
    src: url("services/third-party/fonts/user-site-fonts/fonts/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix");
    src: url("services/third-party/fonts/user-site-fonts/fonts/3d009cd7-c8fe-40c0-93da-74f4ea8c530b.eot?#iefix") format("eot"), url("services/third-party/fonts/user-site-fonts/fonts/a9e95a29-98a7-404a-90ee-1929ad09c696.woff") format("woff"), url("services/third-party/fonts/user-site-fonts/fonts/0a7663fd-eae8-4e50-a67a-225271f8cceb.ttf") format("truetype"), url("services/third-party/fonts/user-site-fonts/fonts/58ae9be9-5d95-44b6-8b6c-e6da6a46822c.svg#58ae9be9-5d95-44b6-8b6c-e6da6a46822c") format("svg");
}

@font-face {
    font-family: wf_aaf2ddf61c614949b1359b4da;
    src: url("/static.wixstatic.com/ufonts/abbc3e_aaf2ddf61c614949b1359b4da5fa759f/woff2/file.woff2") format("woff2"), url("/static.wixstatic.com/ufonts/abbc3e_aaf2ddf61c614949b1359b4da5fa759f/woff/file.woff") format("woff"), url("/static.wixstatic.com/ufonts/abbc3e_aaf2ddf61c614949b1359b4da5fa759f/ttf/file.ttf") format("ttf");
}

@font-face {
    font-family: wf_f55e394b7efc4af0b0803f3ad;
    src: url("/static.wixstatic.com/ufonts/b19fc4_f55e394b7efc4af0b0803f3ad31c838f/woff2/file.woff2") format("woff2"), url("/static.wixstatic.com/ufonts/b19fc4_f55e394b7efc4af0b0803f3ad31c838f/woff/file.woff") format("woff"), url("/static.wixstatic.com/ufonts/b19fc4_f55e394b7efc4af0b0803f3ad31c838f/ttf/file.ttf") format("ttf");
}

@font-face {
    font-display: block;
    font-family: "Proxima-N-W01-Reg";
    src: url("services/third-party/fonts/user-site-fonts/fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix");
    src: url("services/third-party/fonts/user-site-fonts/fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix") format("eot"), url("services/third-party/fonts/user-site-fonts/fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff2") format("woff2"), url("services/third-party/fonts/user-site-fonts/fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff") format("woff"), url("services/third-party/fonts/user-site-fonts/fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf") format("truetype"), url("services/third-party/fonts/user-site-fonts/fonts/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235") format("svg");
}

@font-face {
    font-family: "Proxima-N-W05-Reg";
    src: url("services/santa-resources/resources/viewer/user-site-fonts/fonts/ProximNova/v1/ProximaNovaW05-Regular.woff2") format("woff2"), url("services/santa-resources/resources/viewer/user-site-fonts/fonts/ProximNova/v1/ProximaNovaW05-Regular.woff") format("woff");
}

@font-face {
    font-display: block;
    font-family: "Futura-LT-W01-Book";
    src: url("services/third-party/fonts/user-site-fonts/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix");
    src: url("services/third-party/fonts/user-site-fonts/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix") format("eot"), url("services/third-party/fonts/user-site-fonts/fonts/8bf38806-3423-4080-b38f-d08542f7e4ac.woff2") format("woff2"), url("services/third-party/fonts/user-site-fonts/fonts/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"), url("services/third-party/fonts/user-site-fonts/fonts/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype"), url("services/third-party/fonts/user-site-fonts/fonts/dc423cc1-bf86-415c-bc7d-ad7dde416a34.svg#dc423cc1-bf86-415c-bc7d-ad7dde416a34") format("svg");
}

@font-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("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-face {
    font-display: block;
    font-family: "Poppins-ExtraLight";
    src: url("tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/h3r77AwDsldr1E_2g4qqGPk_vArhqVIZ0nv9q090hN8.woff2") format("woff2"), url("tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/h3r77AwDsldr1E_2g4qqGBsxEYwM7FgeyaSgU71cLG0.woff") format("woff")
}

@font-face {
    font-display: block;
    font-family: "Poppins-ExtraLight";
    font-weight: 700;
    src: url("tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/rijG6I_IOXJjsH07UEo2mw.woff2") format("woff2"), url("tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/p0A1C4_gK5NzKtuGSwNurQ.woff") format("woff")
}

@font-face {
    font-display: block;
    font-family: "Poppins-ExtraLight";
    font-style: italic;
    src: url("tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKRUOjZSKWg4xBWp_C_qQx0o.woff2") format("woff2"), url("tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKRa1RVmPjeKy21_GQJaLlJI.woff") format("woff")
}

@font-face {
    font-display: block;
    font-family: "Poppins-ExtraLight";
    font-weight: 700;
    font-style: italic;
    src: url("tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/Fm41upUVp7KTKUZhL0PfQVtXRa8TVwTICgirnJhmVJw.woff2") format("woff2"), url("tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/Fm41upUVp7KTKUZhL0PfQT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff")
}

@font-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: local('Poppins Italic'), local('Poppins-Italic'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: local('Poppins Italic'), local('Poppins-Italic'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: local('Poppins Italic'), local('Poppins-Italic'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url("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;
}

#comp-kvu1dd6b {
    --txth: var(--color_14);
    --alpha-txth: 1;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --txt: var(--color_14);
    --alpha-txt: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --label-align: center;
    --label-text-align: center
}

#comp-kvu1dd6q {
    --lnw: 3px;
    --brd: var(--color_14);
    --alpha-brd: 1;
    transform-origin: center 1.5px
}

#comp-kvu1dd7c {
    --txth: var(--color_14);
    --alpha-txth: 1;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --txt: var(--color_14);
    --alpha-txt: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --label-align: center;
    --label-text-align: center
}

#comp-kvu1dd7o {
    --txth: var(--color_14);
    --alpha-txth: 1;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --txt: var(--color_14);
    --alpha-txt: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --label-align: center;
    --label-text-align: center
}

#comp-kvu1dd7y {
    --lnw: 3px;
    --brd: var(--color_14);
    --alpha-brd: 1;
    transform-origin: center 1.5px
}

#comp-kvu1dd89 {
    --lnw: 3px;
    --brd: var(--color_14);
    --alpha-brd: 1;
    transform-origin: center 1.5px
}

#comp-kvu1dd8o {
    --txth: var(--color_14);
    --alpha-txth: 1;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --txt: var(--color_14);
    --alpha-txt: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --label-align: center;
    --label-text-align: center
}

#comp-kvu1dd94 {
    --lnw: 3px;
    --brd: var(--color_14);
    --alpha-brd: 1;
    transform-origin: center 1.5px
}

#comp-kvu1ddae {
    --txth: var(--color_14);
    --alpha-txth: 1;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --txt: var(--color_14);
    --alpha-txt: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --label-align: center;
    --label-text-align: center
}

#comp-jrzdi85s {
    --min-height: 20px;
    height: auto
}

#comp-ktodfi3y {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --height: 12px;
    --width: 68px
}

#comp-kvu1ddra1 {
    --inputShadow: none;
    --suggestionSectionDividerColorNew: var(--color_15);
    --buttonHoverBackgroundColor: 54, 143, 217;
    --inputFocusBorderWidth: 1px;
    --inputBorderRadius: 15px 15px 15px 15px;
    --inputFont: normal normal normal 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --inputTextColor: 50, 50, 50;
    --alpha-inputTextColor: 1;
    --inputBorderWidth: 1px;
    --inputBorderColor: var(--color_13);
    --alpha-inputBorderColor: 1;
    --alpha-buttonHoverBackgroundColor: 1;
    --inputPlaceholderColor: 120, 120, 120;
    --alpha-inputPlaceholderColor: 1;
    --inputIconColor: var(--color_14);
    --alpha-inputIconColor: 1;
    --inputHoverIconColor: var(--color_15);
    --alpha-inputHoverIconColor: 1;
    --inputFocusIconColor: var(--color_15);
    --alpha-inputFocusIconColor: 1;
    --buttonBackgroundColor: 61, 155, 233;
    --buttonFocusBackgroundColor: 61, 155, 233;
    --alpha-buttonFocusBackgroundColor: 1;
    --buttonIconColor: 255, 255, 255;
    --alpha-buttonIconColor: 1;
    --buttonHoverIconColor: 255, 255, 255;
    --alpha-buttonHoverIconColor: 1;
    --buttonFocusIconColor: 255, 255, 255;
    --alpha-buttonFocusIconColor: 1;
    --inputBackgroundColor: 255, 255, 255;
    --inputHoverBackgroundColor: 255, 255, 255;
    --alpha-inputHoverBackgroundColor: 1;
    --inputFocusBackgroundColor: 255, 255, 255;
    --alpha-inputFocusBackgroundColor: 1;
    --inputHoverBorderWidth: 1px;
    --inputHoverBorderColor: 49, 134, 204;
    --inputHoverTextColor: 143, 143, 143;
    --alpha-suggestionSectionDividerColorNew: 1;
    --alpha-buttonFocusColor: 1;
    --alpha-iconColor: 1;
    --alpha-inputBackgroundColor: 1;
    --alpha-inputHoverBorderColor: 1;
    --boxShadowToggleOn-inputShadow: none;
    --buttonColor: 61, 155, 233;
    --alpha-buttonColor: 1;
    --buttonFocusColor: 61, 155, 233;
    --inputFocusBorderColor: 61, 155, 233;
    --buttonHoverColor: 61, 155, 233;
    --alpha-buttonHoverColor: 1;
    --iconColor: 61, 155, 233;
    --iconFocusColor: 61, 155, 233;
    --alpha-iconFocusColor: 1;
    --iconHoverColor: 61, 155, 233;
    --alpha-iconHoverColor: 1;
    --alpha-inputHoverTextColor: 1;
    --inputPlaceholderHoverTextColor: 143, 143, 143;
    --alpha-inputPlaceholderHoverTextColor: 1;
    --inputPlaceholderTextColor: 143, 143, 143;
    --inputFocusTextColor: 143, 143, 143;
    --alpha-buttonBackgroundColor: 1;
    --alpha-inputPlaceholderTextColor: 1;
    --text-padding: 8px 0 8px 0;
    --container-direction: row;
    --icon-spacing: 15px;
    --input-focus-bottom-border-width: 1px;
    --input-left-border-width: 1px;
    --input-hover-left-border-width: 1px;
    --input-focus-left-border-width: 1px;
    --search-button-display: none;
    --search-icon-display: flex;
    --alpha-inputFocusTextColor: 1;
    --alpha-inputFocusBorderColor: 1;
    --text-spacing: 11px
}

#comp-kt023vmq {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --height: 55px;
    --width: 104px;
    --mask-image: url("svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat
}

#comp-jryqvhfk {
    --menuTotalBordersX: 0px;
    --menuTotalBordersY: 0px;
    --bgDrop: var(--color_12);
    --rd: 0px;
    --shd: none;
    --fnt: normal normal normal 18px/1.4em proxima-n-w01-reg, proxima-n-w05-reg, sans-serif;
    --pad: 5px;
    --txt: var(--color_14);
    --alpha-txt: 1;
    --trans: color 0.4s ease 0s;
    --txth: var(--color_13);
    --alpha-txth: 1;
    --txts: var(--color_14);
    --alpha-txts: 1;
    --alpha-bgDrop: 1;
    --boxShadowToggleOn-shd: none
}

#comp-krc98lga {
    --inputShadow: none;
    --suggestionSectionDividerColorNew: var(--color_15);
    --buttonHoverBackgroundColor: 54, 143, 217;
    --inputFocusBorderWidth: 1px;
    --inputBorderRadius: 15px 15px 15px 15px;
    --inputFont: normal normal normal 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --inputTextColor: 50, 50, 50;
    --alpha-inputTextColor: 1;
    --inputBorderWidth: 1px;
    --inputBorderColor: var(--color_13);
    --alpha-inputBorderColor: 1;
    --alpha-buttonHoverBackgroundColor: 1;
    --inputPlaceholderColor: 120, 120, 120;
    --alpha-inputPlaceholderColor: 1;
    --inputIconColor: var(--color_14);
    --alpha-inputIconColor: 1;
    --inputHoverIconColor: var(--color_15);
    --alpha-inputHoverIconColor: 1;
    --inputFocusIconColor: var(--color_15);
    --alpha-inputFocusIconColor: 1;
    --buttonBackgroundColor: 61, 155, 233;
    --buttonFocusBackgroundColor: 61, 155, 233;
    --alpha-buttonFocusBackgroundColor: 1;
    --buttonIconColor: 255, 255, 255;
    --alpha-buttonIconColor: 1;
    --buttonHoverIconColor: 255, 255, 255;
    --alpha-buttonHoverIconColor: 1;
    --buttonFocusIconColor: 255, 255, 255;
    --alpha-buttonFocusIconColor: 1;
    --inputBackgroundColor: 255, 255, 255;
    --inputHoverBackgroundColor: 255, 255, 255;
    --alpha-inputHoverBackgroundColor: 1;
    --inputFocusBackgroundColor: 255, 255, 255;
    --alpha-inputFocusBackgroundColor: 1;
    --inputHoverBorderWidth: 1px;
    --inputHoverBorderColor: 49, 134, 204;
    --inputHoverTextColor: 143, 143, 143;
    --alpha-suggestionSectionDividerColorNew: 1;
    --alpha-buttonFocusColor: 1;
    --alpha-iconColor: 1;
    --alpha-inputBackgroundColor: 1;
    --alpha-inputHoverBorderColor: 1;
    --boxShadowToggleOn-inputShadow: none;
    --buttonColor: 61, 155, 233;
    --alpha-buttonColor: 1;
    --buttonFocusColor: 61, 155, 233;
    --inputFocusBorderColor: 61, 155, 233;
    --buttonHoverColor: 61, 155, 233;
    --alpha-buttonHoverColor: 1;
    --iconColor: 61, 155, 233;
    --iconFocusColor: 61, 155, 233;
    --alpha-iconFocusColor: 1;
    --iconHoverColor: 61, 155, 233;
    --alpha-iconHoverColor: 1;
    --alpha-inputHoverTextColor: 1;
    --inputPlaceholderHoverTextColor: 143, 143, 143;
    --alpha-inputPlaceholderHoverTextColor: 1;
    --inputPlaceholderTextColor: 143, 143, 143;
    --inputFocusTextColor: 143, 143, 143;
    --alpha-buttonBackgroundColor: 1;
    --alpha-inputPlaceholderTextColor: 1;
    --text-padding: 8px 0 8px 0;
    --container-direction: row;
    --icon-spacing: 15px;
    --input-focus-bottom-border-width: 1px;
    --input-left-border-width: 1px;
    --input-hover-left-border-width: 1px;
    --input-focus-left-border-width: 1px;
    --search-button-display: none;
    --search-icon-display: flex;
    --alpha-inputFocusTextColor: 1;
    --alpha-inputFocusBorderColor: 1;
    --text-spacing: 11px
}

#SITE_HEADER {
    --bg: var(--color_12);
    --shd: none;
    --brwt: 0px;
    --brd: var(--color_13);
    --brwb: 0px;
    --bgctr: var(--color_12);
    --rd: 0px;
    --alpha-bg: 1;
    --alpha-bgctr: 1;
    --alpha-brd: 1;
    --boxShadowToggleOn-shd: none;
    --shc-mutated-brightness: 122, 122, 122
}

#SITE_FOOTER {
    --bg: 250, 250, 250;
    --shd: none;
    --brwt: 0px;
    --brd: var(--color_15);
    --brwb: 0px;
    --bgctr: 250, 250, 250;
    --rd: 0px;
    --alpha-bgctr: 1;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --shc-mutated-brightness: 125, 125, 125
}

#comp-jryqre01 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px
}

#SITE_PAGES {
    --transition-duration: 700ms
}

#comp-jryqrz86 {
    --bg-overlay-color: rgb(255, 255, 254);
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980
}

#BACKGROUND_GROUP {
    --transition-duration: 700ms
}


[data-mesh-id=comp-lckhyg4minlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-lckhyg4minlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-lckhyg4minlineContent-gridContainer] > [id="comp-krf3mvnx"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: -650px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-lckhyg4m1inlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-lckhyg4m1inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-lckhyg4m1inlineContent-gridContainer] > [id="comp-jw4ofzp4"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-lckhyg4m2inlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-lckhyg4m2inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-lckhyg4m2inlineContent-gridContainer] > [id="comp-js0kkkzx"] {
    position: relative;
    margin: 0px 0px 1px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-lckhyg4m3inlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-lckhyg4m3inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-lckhyg4m3inlineContent-gridContainer] > [id="comp-js00p0zk"] {
    position: relative;
    margin: 0px 0px 55px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krf3mvpuinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-krf3mvpuinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 462px;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-krf3mvpuinlineContent-gridContainer] > [id="comp-krmc97iy"] {
    position: relative;
    margin: 121px 0px 25px calc((100% - 980px) * 0.5);
    left: 132px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krf3mvpuinlineContent-gridContainer] > [id="comp-krmc97ho"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 141px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krf3mvpdinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-krf3mvpdinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 462px;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-krf3mvpdinlineContent-gridContainer] > [id="comp-krcc2ap12"] {
    position: relative;
    margin: 130px 0px 13px calc((100% - 980px) * 0.5);
    left: 190px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krf3mvpdinlineContent-gridContainer] > [id="comp-krc5bop4"] {
    position: relative;
    margin: 0px 0px 26px calc((100% - 980px) * 0.5);
    left: 202px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krf3mvpdinlineContent-gridContainer] > [id="comp-krf6dumv"] {
    position: relative;
    margin: 0px 0px 10px calc((100% - 980px) * 0.5);
    left: 207px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krf3mvpdinlineContent-gridContainer] > [id="comp-krf6dunr"] {
    position: relative;
    margin: 11px 0px 10px calc((100% - 980px) * 0.5);
    left: 282px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-jw4ofzqiinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-jw4ofzqiinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%
}

[data-mesh-id="comp-krm9mwpz-rotated-wrapper"] > [id="comp-krm9mwpz"] {
    position: relative;
    left: 154px;
    top: 9px
}

[data-mesh-id="comp-krm9k66a-rotated-wrapper"] > [id="comp-krm9k66a"] {
    position: relative;
    left: 474px;
    top: 9px
}

[data-mesh-id="comp-krm9ng1p-rotated-wrapper"] > [id="comp-krm9ng1p"] {
    position: relative;
    left: 322px;
    top: 9px
}

[data-mesh-id="comp-ktkd0zp8-rotated-wrapper"] > [id="comp-ktkd0zp8"] {
    position: relative;
    left: 625px;
    top: 9px
}

[data-mesh-id=comp-jw4ofzqiinlineContent-gridContainer] > [id="comp-krm3lbc7"] {
    position: relative;
    margin: 37px 0px 31px calc((100% - 980px) * 0.5);
    left: 3px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krm9mwpz-rotated-wrapper] {
    position: static;
    height: 22px;
    width: 0;
    margin: 47px 0px 39px calc((100% - 980px) * 0.5);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-jw4ofzqiinlineContent-gridContainer] > [id="comp-krm46w75"] {
    position: relative;
    margin: 36px 0px 32px calc((100% - 980px) * 0.5);
    left: 178px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-jw4ofzqiinlineContent-gridContainer] > [id="comp-krm46ype"] {
    position: relative;
    margin: 36px 0px 32px calc((100% - 980px) * 0.5);
    left: 338px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krm9k66a-rotated-wrapper] {
    position: static;
    height: 22px;
    width: 0;
    margin: 47px 0px 39px calc((100% - 980px) * 0.5);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krm9ng1p-rotated-wrapper] {
    position: static;
    height: 22px;
    width: 0;
    margin: 47px 0px 39px calc((100% - 980px) * 0.5);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-jw4ofzqiinlineContent-gridContainer] > [id="comp-krm4704c"] {
    position: relative;
    margin: 36px 0px 32px calc((100% - 980px) * 0.5);
    left: 490px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-ktkd0zp8-rotated-wrapper] {
    position: static;
    height: 22px;
    width: 0;
    margin: 45px 0px 41px calc((100% - 980px) * 0.5);
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-jw4ofzqiinlineContent-gridContainer] > [id="comp-ktkd28jl"] {
    position: relative;
    margin: 36px 0px 32px calc((100% - 980px) * 0.5);
    left: 642px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-jw4ofzqiinlineContent-gridContainer] > [id="comp-ktkdgw76"] {
    position: relative;
    margin: 37px 0px 32px calc((100% - 980px) * 0.5);
    left: 834px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-jw4ofzqiinlineContent-gridContainer] > [id="comp-lau05wt5"] {
    position: relative;
    margin: 41px 0px -38px calc((100% - 980px) * 0.5);
    left: 1255px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-jw4ofzqiinlineContent-gridContainer] > [id="comp-krcefe2h"] {
    position: relative;
    margin: 0px 119px 15px 119px;
    left: 0;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: stretch;
    align-self: start
}

[data-mesh-id=comp-jw4ofzqiinlineContent-gridContainer] > [id="comp-kxp3obe2"] {
    position: relative;
    margin: 0px 0px 35px calc((100% - 980px) * 0.5);
    left: 366px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-js0kkl13inlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-js0kkl13inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-js0kkl13inlineContent-gridContainer] > [id="comp-ktyd9gtq"] {
    position: relative;
    margin: 33px 0px 6px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-js0kkl13inlineContent-gridContainer] > [id="comp-krmd9v17"] {
    position: relative;
    margin: 0px 0px -8px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-js0kkl13inlineContent-gridContainer] > [id="comp-krgsgaja"] {
    position: relative;
    margin: 19px 0px 13px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-js0kkl13inlineContent-gridContainer] > [id="comp-krm9z0lu"] {
    position: relative;
    margin: 0px 0px 62px calc((100% - 980px) * 0.5);
    left: 512px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-js00p0ztinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=comp-js00p0ztinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: min-content 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-js00p0ztinlineContent-gridContainer] > [id="comp-krcfqy38"] {
    position: relative;
    margin: 0px 0px 0px calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-js00p0ztinlineContent-gridContainer] > [id="comp-krdh76w7"] {
    position: relative;
    margin: 4px 0px 70px calc((100% - 980px) * 0.5);
    left: 592px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-js00p0ztinlineContent-gridContainer] > [id="comp-krdh6nzc"] {
    position: relative;
    margin: 29px 0px -4px calc((100% - 980px) * 0.5);
    left: 592px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-js00p0ztinlineContent-gridContainer] > [id="comp-ktx4kyxr"] {
    position: relative;
    margin: 21px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-ktkdgw76inlineContent] {
    height: auto;
    width: 142px
}

[data-mesh-id=comp-ktkdgw76inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-ktkdgw76inlineContent-gridContainer] > [id="comp-ktkdgw8e"] {
    position: relative;
    margin: 0px 0px 0px 0;
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krm9z0luinlineContent] {
    height: auto;
    width: 456px
}

[data-mesh-id=comp-krm9z0luinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(2, min-content) 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-krm9z0luinlineContent-gridContainer] > [id="comp-krm9y553"] {
    position: relative;
    margin: 0px 0px 14px 0;
    left: 43px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krm9z0luinlineContent-gridContainer] > [id="comp-kugvx87o"] {
    position: relative;
    margin: 36px 0px -24px 0;
    left: 51px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krm9z0luinlineContent-gridContainer] > [id="comp-krmbyuzv"] {
    position: relative;
    margin: 0px 0px 47px 0;
    left: 142px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krcfqy38inlineContent] {
    height: auto;
    width: 980px
}

[data-mesh-id=comp-krcfqy38inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: repeat(4, min-content) 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-krcfqy38inlineContent-gridContainer] > [id="comp-kreyi8to"] {
    position: relative;
    margin: 22px 0px 8px 0;
    left: 38px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krcfqy38inlineContent-gridContainer] > [id="comp-krdiwa1m"] {
    position: relative;
    margin: 0px 0px 20px 0;
    left: 38px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krcfqy38inlineContent-gridContainer] > [id="comp-krw4qldi"] {
    position: relative;
    margin: 0px 0px 3px 0;
    left: 38px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krcfqy38inlineContent-gridContainer] > [id="comp-krl1bndu"] {
    position: relative;
    margin: 0px 0px 10px 0;
    left: 38px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krcfqy38inlineContent-gridContainer] > [id="comp-kvuvwklw"] {
    position: relative;
    margin: 4px 0px 57px 0;
    left: 277px;
    grid-area: 1 / 1 / 6 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krdh76w7inlineContent] {
    height: auto;
    width: 367px
}

[data-mesh-id=comp-krdh76w7inlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-krdh76w7inlineContent-gridContainer] > [id="comp-krmi3ha8"] {
    position: relative;
    margin: 18px 0px 18px 0;
    left: 21px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krdh6nzcinlineContent] {
    height: auto;
    width: 367px
}

[data-mesh-id=comp-krdh6nzcinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: auto;
    grid-template-rows: 1fr;
    grid-template-columns: 100%
}

[data-mesh-id=comp-krdh6nzcinlineContent-gridContainer] > [id="comp-krdht1m3"] {
    position: relative;
    margin: 12px 0px 12px 0;
    left: 295px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krdh6nzcinlineContent-gridContainer] > [id="comp-krdht3nb"] {
    position: relative;
    margin: 12px 0px 12px 0;
    left: 311px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krdh6nzcinlineContent-gridContainer] > [id="comp-krdhscmn"] {
    position: relative;
    margin: 12px 0px 12px 0;
    left: 328px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=comp-krdht1m3inlineContent] {
    height: auto;
    width: 100%;
    position: static;
    min-height: 10px
}

[data-mesh-id=comp-krdht3nbinlineContent] {
    height: auto;
    width: 100%;
    position: static;
    min-height: 10px
}

[data-mesh-id=comp-krdhscmninlineContent] {
    height: auto;
    width: 100%;
    position: static;
    min-height: 10px
}

[data-mesh-id=ContainerlyzroinlineContent] {
    height: auto;
    width: 100%
}

[data-mesh-id=ContainerlyzroinlineContent-gridContainer] {
    position: static;
    display: grid;
    height: auto;
    width: 100%;
    min-height: 40px;
    grid-template-rows: repeat(3, min-content) 1fr;
    grid-template-columns: 100%;
    padding-bottom: 0px;
    box-sizing: border-box
}

[data-mesh-id=ContainerlyzroinlineContent-gridContainer] > [id="comp-lckhyg4m"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 1 / 1 / 2 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=ContainerlyzroinlineContent-gridContainer] > [id="comp-lckhyg4m1"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=ContainerlyzroinlineContent-gridContainer] > [id="comp-lckhyg4m2"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 3 / 1 / 4 / 2;
    justify-self: start;
    align-self: start
}

[data-mesh-id=ContainerlyzroinlineContent-gridContainer] > [id="comp-lckhyg4m3"] {
    position: relative;
    margin: 0px 0px 0 calc((100% - 980px) * 0.5);
    left: 0px;
    grid-area: 4 / 1 / 5 / 2;
    justify-self: start;
    align-self: start
}

#comp-krmc97iy {
    width: 697px;
    height: 110px
}

#comp-krmc97ho {
    width: 678px;
    height: 96px
}

#comp-krcc2ap12 {
    width: 602px;
    height: 103px
}

#comp-krc5bop4 {
    width: 576px;
    height: 36px
}

#comp-krf6dumv {
    width: 71px;
    height: 27px
}

#comp-krf6dunr {
    width: 15px;
    height: 10px
}

#comp-krm3lbc7 {
    width: 159px;
    height: 40px
}

#comp-krm9mwpz {
    transform: rotate(90deg);
    width: 22px;
    height: 5px
}

#comp-krm46w75 {
    width: 149px;
    height: 40px
}

#comp-krm46ype {
    width: 142px;
    height: 40px
}

#comp-krm9k66a {
    transform: rotate(90deg);
    width: 22px;
    height: 5px
}

#comp-krm9ng1p {
    transform: rotate(90deg);
    width: 22px;
    height: 5px
}

#comp-krm4704c {
    width: 142px;
    height: 40px
}

#comp-ktkd0zp8 {
    transform: rotate(90deg);
    width: 22px;
    height: 5px
}

#comp-ktkd28jl {
    width: 148px;
    height: 40px
}

#comp-lau05wt5 {
    width: 142px;
    height: 105px
}

#comp-kxp3obe2 {
    width: 247px;
    height: 37px
}

#comp-ktyd9gtq {
    width: 285px;
    height: 38px
}

#comp-krmd9v17 {
    width: 181px;
    height: 43px
}

#comp-ktx4kyxr {
    width: 285px;
    height: 38px
}

#comp-ktkdgw8e {
    width: 142px;
    height: 39px
}

#comp-krm9y553 {
    width: 380px;
    height: 271px
}

#comp-kugvx87o {
    width: 348px;
    height: 195px
}

#comp-krmbyuzv {
    width: 198px;
    height: 38px
}

#comp-kreyi8to {
    width: 58px;
    height: 20px
}

#comp-krdiwa1m {
    width: 247px;
    height: 60px
}

#comp-krw4qldi {
    width: 263px;
    height: 105px
}

#comp-krl1bndu {
    width: 150px;
    height: 43px
}

#comp-kvuvwklw {
    width: 396px;
    height: 305px
}

#comp-krmi3ha8 {
    width: 327px;
    height: 256px
}

#lyzro {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px
}

#comp-lckhyg4m {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px
}

#comp-lckhyg4m1 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px
}

#comp-lckhyg4m2 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px
}

#comp-lckhyg4m3 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px
}

#comp-krf3mvnx {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px
}

#comp-jw4ofzp4 {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px
}

#comp-js0kkkzx {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px
}

#comp-js00p0zk {
    left: 0;
    margin-left: 0;
    width: 100%;
    min-width: 980px
}

#comp-krf3mvpu {
    width: 2281px
}

#comp-krf3mvpd {
    width: 980px
}

#comp-jw4ofzqi {
    width: 980px
}

#comp-js0kkl13 {
    width: 980px
}

#comp-js00p0zt {
    width: 980px
}

#comp-ktkdgw76 {
    width: 142px
}

#comp-krcefe2h {
    left: 0;
    margin-left: 119px;
    width: calc(100% - 119px - 119px);
    min-width: initial;
    height: 1367px
}

#comp-krgsgaja {
    width: 512px;
    height: 607px
}

#comp-krm9z0lu {
    width: 456px
}

#comp-krcfqy38 {
    width: 980px
}

#comp-krdh76w7 {
    width: 367px
}

#comp-krdh6nzc {
    width: 367px
}

#comp-krdht1m3 {
    width: 10px
}

#comp-krdht3nb {
    width: 10px
}

#comp-krdhscmn {
    width: 10px
}

#masterPage {
    --pinned-layers-in-page: 0
}

@font-face {
    font-family: wf_f55e394b7efc4af0b0803f3ad;
    src: url("/static.wixstatic.com/ufonts/b19fc4_f55e394b7efc4af0b0803f3ad31c838f/woff2/file.woff2") format("woff2"), url("/static.wixstatic.com/ufonts/b19fc4_f55e394b7efc4af0b0803f3ad31c838f/woff/file.woff") format("woff"), url("/static.wixstatic.com/ufonts/b19fc4_f55e394b7efc4af0b0803f3ad31c838f/ttf/file.ttf") format("ttf");
}

@font-face {
    font-family: wf_8171878616cb4ed0996b1bde2;
    src: url("/static.wixstatic.com/ufonts/abbc3e_8171878616cb4ed0996b1bde28dac50f/woff2/file.woff2") format("woff2"), url("/static.wixstatic.com/ufonts/abbc3e_8171878616cb4ed0996b1bde28dac50f/woff/file.woff") format("woff"), url("/static.wixstatic.com/ufonts/abbc3e_8171878616cb4ed0996b1bde28dac50f/ttf/file.ttf") format("ttf");
}

@font-face {
    font-family: wf_e426b8f75e514a9985f88c480;
    src: url("/static.wixstatic.com/ufonts/abbc3e_e426b8f75e514a9985f88c4807f604f1/woff2/file.woff2") format("woff2"), url("/static.wixstatic.com/ufonts/abbc3e_e426b8f75e514a9985f88c4807f604f1/woff/file.woff") format("woff"), url("/static.wixstatic.com/ufonts/abbc3e_e426b8f75e514a9985f88c4807f604f1/ttf/file.ttf") format("ttf");
}

@font-face {
    font-display: block;
    font-family: "Proxima-N-W01-Reg";
    src: url("services/third-party/fonts/user-site-fonts/fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix");
    src: url("services/third-party/fonts/user-site-fonts/fonts/7e90123f-e4a7-4689-b41f-6bcfe331c00a.eot?#iefix") format("eot"), url("services/third-party/fonts/user-site-fonts/fonts/64017d81-9430-4cba-8219-8f5cc28b923e.woff2") format("woff2"), url("services/third-party/fonts/user-site-fonts/fonts/e56ecb6d-da41-4bd9-982d-2d295bec9ab0.woff") format("woff"), url("services/third-party/fonts/user-site-fonts/fonts/2aff4f81-3e97-4a83-9e6c-45e33c024796.ttf") format("truetype"), url("services/third-party/fonts/user-site-fonts/fonts/ab9cd062-380f-4b53-b1a7-c0bec7402235.svg#ab9cd062-380f-4b53-b1a7-c0bec7402235") format("svg");
}

@font-face {
    font-family: "Proxima-N-W05-Reg";
    src: url("services/santa-resources/resources/viewer/user-site-fonts/fonts/ProximNova/v1/ProximaNovaW05-Regular.woff2") format("woff2"), url("services/santa-resources/resources/viewer/user-site-fonts/fonts/ProximNova/v1/ProximaNovaW05-Regular.woff") format("woff");
}

@font-face {
    font-family: wf_aaf2ddf61c614949b1359b4da;
    src: url("/static.wixstatic.com/ufonts/abbc3e_aaf2ddf61c614949b1359b4da5fa759f/woff2/file.woff2") format("woff2"), url("/static.wixstatic.com/ufonts/abbc3e_aaf2ddf61c614949b1359b4da5fa759f/woff/file.woff") format("woff"), url("/static.wixstatic.com/ufonts/abbc3e_aaf2ddf61c614949b1359b4da5fa759f/ttf/file.ttf") format("ttf");
}

@font-face {
    font-display: block;
    font-family: "Futura-LT-W01-Book";
    src: url("services/third-party/fonts/user-site-fonts/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix");
    src: url("services/third-party/fonts/user-site-fonts/fonts/cf053eae-ba1f-44f3-940c-a34b68ccbbdf.eot?#iefix") format("eot"), url("services/third-party/fonts/user-site-fonts/fonts/8bf38806-3423-4080-b38f-d08542f7e4ac.woff2") format("woff2"), url("services/third-party/fonts/user-site-fonts/fonts/e2b9cbeb-fa8e-41cd-8a6a-46044b29ba52.woff") format("woff"), url("services/third-party/fonts/user-site-fonts/fonts/c2a69697-4f06-4764-abd4-625031a84e31.ttf") format("truetype"), url("services/third-party/fonts/user-site-fonts/fonts/dc423cc1-bf86-415c-bc7d-ad7dde416a34.svg#dc423cc1-bf86-415c-bc7d-ad7dde416a34") format("svg");
}

@font-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 400;
    src: local('Montserrat Italic'), local('Montserrat-Italic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: italic;
    font-weight: 700;
    src: local('Montserrat Bold Italic'), local('Montserrat-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat Regular'), local('Montserrat-Regular'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("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-face {
    font-display: block;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: local('Montserrat Bold'), local('Montserrat-Bold'), url("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-face {
    font-display: block;
    font-family: "Poppins-ExtraLight";
    src: url("tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/h3r77AwDsldr1E_2g4qqGPk_vArhqVIZ0nv9q090hN8.woff2") format("woff2"), url("tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/h3r77AwDsldr1E_2g4qqGBsxEYwM7FgeyaSgU71cLG0.woff") format("woff")
}

@font-face {
    font-display: block;
    font-family: "Poppins-ExtraLight";
    font-weight: 700;
    src: url("tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/rijG6I_IOXJjsH07UEo2mw.woff2") format("woff2"), url("tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/p0A1C4_gK5NzKtuGSwNurQ.woff") format("woff")
}

@font-face {
    font-display: block;
    font-family: "Poppins-ExtraLight";
    font-style: italic;
    src: url("tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKRUOjZSKWg4xBWp_C_qQx0o.woff2") format("woff2"), url("tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/-GlaWpWcSgdVagNuOGuFKRa1RVmPjeKy21_GQJaLlJI.woff") format("woff")
}

@font-face {
    font-display: block;
    font-family: "Poppins-ExtraLight";
    font-weight: 700;
    font-style: italic;
    src: url("tag-bundler/api/v1/fonts-cache/googlefont/woff2/s/poppins/v5/Fm41upUVp7KTKUZhL0PfQVtXRa8TVwTICgirnJhmVJw.woff2") format("woff2"), url("tag-bundler/api/v1/fonts-cache/googlefont/woff/s/poppins/v5/Fm41upUVp7KTKUZhL0PfQT8E0i7KZn-EPnyo3HZu7kw.woff") format("woff")
}

@font-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: local('Poppins Italic'), local('Poppins-Italic'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: local('Poppins Italic'), local('Poppins-Italic'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 400;
    src: local('Poppins Italic'), local('Poppins-Italic'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: italic;
    font-weight: 700;
    src: local('Poppins Bold Italic'), local('Poppins-BoldItalic'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: local('Poppins Regular'), local('Poppins-Regular'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url("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-face {
    font-display: block;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    src: local('Poppins Bold'), local('Poppins-Bold'), url("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;
}

#comp-krmc97iy {
    --min-height: 91px;
    height: auto
}

#comp-krmc97ho {
    height: auto
}

#comp-krcc2ap12 {
    --min-height: 103px;
    height: auto
}

#comp-krc5bop4 {
    height: auto
}

#comp-krf6dumv {
    --txth: 120, 120, 120;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 14px/1.4em wfont_abbc3e_e426b8f75e514a9985f88c4807f604f1, wf_e426b8f75e514a9985f88c480, orig_proxima_nova_regular;
    --txt: 249, 83, 188;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-txth: 1;
    --alpha-txt: 1;
    --margin-left: 0px;
    --label-align: flex-start;
    --label-text-align: left
}

#comp-krf6dunr {
    --stroke-width: 0;
    --fill-opacity: 1;
    --stroke: #5E97FF;
    --stroke-opacity: 1;
    --fill: #F953BC
}

#comp-krm3lbc7 {
    --txth: var(--color_14);
    --alpha-txth: 1;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --txt: var(--color_14);
    --alpha-txt: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --label-align: center;
    --label-text-align: center
}

#comp-krm9mwpz {
    --lnw: 3px;
    --brd: var(--color_14);
    --alpha-brd: 1;
    transform-origin: center 1.5px
}

#comp-krm46w75 {
    --txth: var(--color_14);
    --alpha-txth: 1;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --txt: var(--color_14);
    --alpha-txt: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --label-align: center;
    --label-text-align: center
}

#comp-krm46ype {
    --txth: var(--color_14);
    --alpha-txth: 1;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --txt: var(--color_14);
    --alpha-txt: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --label-align: center;
    --label-text-align: center
}

#comp-krm9k66a {
    --lnw: 3px;
    --brd: var(--color_14);
    --alpha-brd: 1;
    transform-origin: center 1.5px
}

#comp-krm9ng1p {
    --lnw: 3px;
    --brd: var(--color_14);
    --alpha-brd: 1;
    transform-origin: center 1.5px
}

#comp-krm4704c {
    --txth: var(--color_14);
    --alpha-txth: 1;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --txt: var(--color_14);
    --alpha-txt: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --label-align: center;
    --label-text-align: center
}

#comp-ktkd0zp8 {
    --lnw: 3px;
    --brd: var(--color_14);
    --alpha-brd: 1;
    transform-origin: center 1.5px
}

#comp-ktkd28jl {
    --txth: var(--color_14);
    --alpha-txth: 1;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --txt: var(--color_14);
    --alpha-txt: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --label-align: center;
    --label-text-align: center
}

#comp-lau05wt5 {
    width: auto;
    height: auto;
    --custom-element-width: 142px;
    --custom-element-height: 105px
}

#comp-kxp3obe2 {
    --rd: 15px 15px 15px 15px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 15px/1.4em wfont_abbc3e_e426b8f75e514a9985f88c4807f604f1, wf_e426b8f75e514a9985f88c480, orig_proxima_nova_regular;
    --trans2: color 0.4s ease 0s;
    --txt: 255, 255, 255;
    --brw: 0px;
    --bg: 107, 69, 191;
    --brd: var(--color_11);
    --bgh: 139, 140, 214;
    --brdh: 139, 140, 214;
    --txth: 255, 255, 255;
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
    --shc-mutated-brightness: 54, 35, 96;
    --label-align: center;
    --label-text-align: center
}

#comp-ktyd9gtq {
    --min-height: 38px;
    height: auto
}

#comp-krmd9v17 {
    --txth: var(--color_14);
    --alpha-txth: 1;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 14px/1.4em proxima-n-w01-reg, proxima-n-w05-reg, sans-serif;
    --txt: 107, 69, 191;
    --alpha-txt: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --margin-left: 0px;
    --label-align: flex-start;
    --label-text-align: left
}

#comp-ktx4kyxr {
    --min-height: 38px;
    height: auto
}

#comp-ktkdgw8e {
    --inputShadow: none;
    --suggestionSectionDividerColorNew: var(--color_15);
    --buttonHoverBackgroundColor: 54, 143, 217;
    --inputFocusBorderWidth: 1px;
    --inputBorderRadius: 15px 15px 15px 15px;
    --inputFont: normal normal normal 15px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    --inputTextColor: 50, 50, 50;
    --alpha-inputTextColor: 1;
    --inputBorderWidth: 1px;
    --inputBorderColor: var(--color_13);
    --alpha-inputBorderColor: 1;
    --alpha-buttonHoverBackgroundColor: 1;
    --inputPlaceholderColor: 120, 120, 120;
    --alpha-inputPlaceholderColor: 1;
    --inputIconColor: var(--color_14);
    --alpha-inputIconColor: 1;
    --inputHoverIconColor: var(--color_15);
    --alpha-inputHoverIconColor: 1;
    --inputFocusIconColor: var(--color_15);
    --alpha-inputFocusIconColor: 1;
    --buttonBackgroundColor: 61, 155, 233;
    --buttonFocusBackgroundColor: 61, 155, 233;
    --alpha-buttonFocusBackgroundColor: 1;
    --buttonIconColor: 255, 255, 255;
    --alpha-buttonIconColor: 1;
    --buttonHoverIconColor: 255, 255, 255;
    --alpha-buttonHoverIconColor: 1;
    --buttonFocusIconColor: 255, 255, 255;
    --alpha-buttonFocusIconColor: 1;
    --inputBackgroundColor: 255, 255, 255;
    --inputHoverBackgroundColor: 255, 255, 255;
    --alpha-inputHoverBackgroundColor: 1;
    --inputFocusBackgroundColor: 255, 255, 255;
    --alpha-inputFocusBackgroundColor: 1;
    --inputHoverBorderWidth: 1px;
    --inputHoverBorderColor: 49, 134, 204;
    --inputHoverTextColor: 143, 143, 143;
    --alpha-suggestionSectionDividerColorNew: 1;
    --alpha-buttonFocusColor: 1;
    --alpha-iconColor: 1;
    --alpha-inputBackgroundColor: 1;
    --alpha-inputHoverBorderColor: 1;
    --boxShadowToggleOn-inputShadow: none;
    --buttonColor: 61, 155, 233;
    --alpha-buttonColor: 1;
    --buttonFocusColor: 61, 155, 233;
    --inputFocusBorderColor: 61, 155, 233;
    --buttonHoverColor: 61, 155, 233;
    --alpha-buttonHoverColor: 1;
    --iconColor: 61, 155, 233;
    --iconFocusColor: 61, 155, 233;
    --alpha-iconFocusColor: 1;
    --iconHoverColor: 61, 155, 233;
    --alpha-iconHoverColor: 1;
    --alpha-inputHoverTextColor: 1;
    --inputPlaceholderHoverTextColor: 143, 143, 143;
    --alpha-inputPlaceholderHoverTextColor: 1;
    --inputPlaceholderTextColor: 143, 143, 143;
    --inputFocusTextColor: 143, 143, 143;
    --alpha-buttonBackgroundColor: 1;
    --alpha-inputPlaceholderTextColor: 1;
    --text-padding: 8px 0 8px 0;
    --container-direction: row;
    --icon-spacing: 15px;
    --input-focus-bottom-border-width: 1px;
    --input-left-border-width: 1px;
    --input-hover-left-border-width: 1px;
    --input-focus-left-border-width: 1px;
    --search-button-display: none;
    --search-icon-display: flex;
    --alpha-inputFocusTextColor: 1;
    --alpha-inputFocusBorderColor: 1;
    --text-spacing: 11px
}

#comp-krm9y553 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --height: 271px;
    --width: 380px;
    --mask-image: url("svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat
}

#comp-kugvx87o {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --height: 195px;
    --width: 348px
}

#comp-krmbyuzv {
    --rd: 15px 15px 15px 15px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal normal 15px/1.4em wfont_abbc3e_e426b8f75e514a9985f88c4807f604f1, wf_e426b8f75e514a9985f88c480, orig_proxima_nova_regular;
    --trans2: color 0.4s ease 0s;
    --txt: 255, 255, 255;
    --brw: 0px;
    --bg: 77, 77, 77;
    --brd: var(--color_11);
    --bgh: 139, 140, 214;
    --brdh: 139, 140, 214;
    --txth: 255, 255, 255;
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 1;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
    --shc-mutated-brightness: 39, 39, 39;
    --label-align: center;
    --label-text-align: center
}

#comp-kreyi8to {
    --rd: 15px 15px 15px 15px;
    --trans1: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    --shd: none;
    --fnt: normal normal 700 9px/1.4em wfont_abbc3e_e426b8f75e514a9985f88c4807f604f1, wf_e426b8f75e514a9985f88c480, orig_proxima_nova_regular;
    --trans2: color 0.4s ease 0s;
    --txt: 77, 77, 77;
    --brw: 1px;
    --bg: 239, 238, 253;
    --brd: 77, 77, 77;
    --bgh: 139, 140, 214;
    --brdh: 139, 140, 214;
    --txth: 255, 255, 255;
    --bgd: 204, 204, 204;
    --alpha-bgd: 1;
    --brdd: 204, 204, 204;
    --alpha-brdd: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --alpha-bg: 0;
    --alpha-bgh: 1;
    --alpha-brd: 1;
    --alpha-brdh: 0;
    --alpha-txt: 1;
    --alpha-txth: 1;
    --boxShadowToggleOn-shd: none;
    --shc-mutated-brightness: 120, 119, 127;
    --label-align: center;
    --label-text-align: center
}

#comp-krdiwa1m {
    height: auto
}

#comp-krw4qldi {
    height: auto
}

#comp-krl1bndu {
    --txth: var(--color_14);
    --alpha-txth: 1;
    --trans: color 0.4s ease 0s;
    --fnt: normal normal 700 15px/1.4em proxima-n-w01-reg, proxima-n-w05-reg, sans-serif;
    --txt: 249, 83, 188;
    --alpha-txt: 1;
    --txtd: 255, 255, 255;
    --alpha-txtd: 1;
    --margin-left: 0px;
    --label-align: flex-start;
    --label-text-align: left
}

#comp-kvuvwklw {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --height: 305px;
    --width: 396px
}

#comp-krmi3ha8 {
    --contentPaddingLeft: 0px;
    --contentPaddingRight: 0px;
    --contentPaddingTop: 0px;
    --contentPaddingBottom: 0px;
    --height: 256px;
    --width: 327px;
    --mask-image: url("svg+xml,%3Csvg preserveAspectRatio='none' data-bbox='20 20 160 160' viewBox='20 20 160 160' height='200' width='200' xmlns='http://www.w3.org/2000/svg' data-type='shape'%3E%3Cg%3E%3Cpath d='M180 20v160H20V20h160z'/%3E%3C/g%3E%3C/svg%3E%0A");
    --mask-position: 0% 0%;
    --mask-size: 100% 100%;
    --mask-repeat: no-repeat
}

#lyzro {
    width: auto;
    min-height: 40px
}

#comp-lckhyg4m {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px
}

#comp-lckhyg4m1 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px
}

#comp-lckhyg4m2 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px
}

#comp-lckhyg4m3 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    min-width: 980px
}

#comp-krf3mvnx {
    --shd: 0 0 0 rgba(0, 0, 0, 0.6);
    --dotsColor: var(--color_11);
    --arrowColor: var(--color_11);
    --rd: 0px;
    --brw: 0px;
    --brd: var(--color_11);
    --alpha-brd: 1;
    --alpha-arrowColor: 1;
    --alpha-dotsColor: 1;
    height: 462px;
    --nav-dot-section-display: block;
    --nav-dot-section-bottom-margin: 40px;
    --nav-dot-margin: 6px;
    --nav-dot-size: 6px;
    --nav-dot-size-selected: 9px;
    --nav-button-width: 16px;
    --nav-button-offset: 100px;
    --nav-button-display: block;
    --slides-overflow: visible;
    --transition-duration: 700ms
}

#comp-jw4ofzp4 {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px
}

#comp-js0kkkzx {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px
}

#comp-js00p0zk {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    --padding: 0px;
    --margin: 0px;
    min-width: 980px;
    --firstChildMarginTop: -1px;
    --lastChildMarginBottom: -1px
}

#comp-jw4ofzqi {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980
}

#comp-js0kkl13 {
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980
}

#comp-js00p0zt {
    --bg-overlay-color: transparent;
    --bg-gradient: none;
    width: 100%;
    --column-width: 980px;
    --column-flex: 980
}

#comp-krm9z0lu {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 248, 179, 137;
    --rd: 20px 20px 20px 20px;
    --shd: none;
    --alpha-brd: 1;
    --alpha-bg: 0.28;
    --boxShadowToggleOn-shd: none;
    --shc-mutated-brightness: 124, 90, 69
}

#comp-krcfqy38 {
    --brw: 0px;
    --brd: 50, 65, 88;
    --bg: 240, 240, 240;
    --rd: 15px 15px 15px 15px;
    --shd: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --shc-mutated-brightness: 120, 120, 120
}

#comp-krdh76w7 {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: var(--color_11);
    --rd: 0px;
    --shd: 0.82px -0.57px 4px 0px rgba(0, 0, 0, 0.14);
    --alpha-bg: 1;
    --alpha-brd: 1;
    --shc-mutated-brightness: 128, 128, 128
}

#comp-krdh6nzc {
    --brw: 0px;
    --brd: var(--color_15);
    --bg: 107, 69, 191;
    --rd: 15px 15px 0px 0px;
    --shd: 0.84px -0.54px 4px 0px rgba(0, 0, 0, 0.24);
    --alpha-bg: 1;
    --alpha-brd: 1;
    --shc-mutated-brightness: 54, 35, 96
}

#comp-krdht1m3 {
    --brw: 0px;
    --brd: 255, 222, 95;
    --bg: 239, 238, 253;
    --shd: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --shc-mutated-brightness: 120, 119, 127
}

#comp-krdht3nb {
    --brw: 0px;
    --brd: 255, 222, 95;
    --bg: 139, 140, 214;
    --shd: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --shc-mutated-brightness: 70, 70, 107
}

#comp-krdhscmn {
    --brw: 0px;
    --brd: 255, 222, 95;
    --bg: 111, 103, 207;
    --shd: none;
    --alpha-brd: 1;
    --alpha-bg: 1;
    --boxShadowToggleOn-shd: none;
    --shc-mutated-brightness: 56, 52, 104
}

#pageBackground_lyzro {
    --bg-position: absolute;
    --bg-overlay-color: rgb(var(--color_11));
    --bg-gradient: none;
    --fill-layer-background-overlay-color: transparent;
    --fill-layer-background-overlay-position: absolute
}

#comp-krf3mvpu {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(var(--color_15));
    --bg-gradient: none;
    --fill-layer-image-opacity: 0.25
}

#comp-krf3mvpd {
    position: absolute;
    width: 100%;
    height: 100%;
    --bg-overlay-color: rgb(var(--color_15));
    --bg-gradient: none;
    --fill-layer-image-opacity: 0.16
}

.s__7OkLzL.oMP_gfr--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)
}

.stq7n6B.o__536VSk--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)
}

.iqqG_G {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px
}

.C9t2EF {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 490px;
    padding: 16px
}

.m2ZzPh {
    font-size: 24px !important;
    margin-bottom: 18px;
    text-align: center
}

.XEhx62 {
    font-size: 16px !important;
    margin-bottom: 32px;
    text-align: center
}

.mhx2YL {
    margin-top: 20px;
    font-size: 12px !important
}

.zkFmzI {
    position: relative;
    display: inline-block;
    height: 36px;
    margin: 0;
    padding: 0 24px;
    border: 0;
    border-style: none;
    cursor: pointer;
    vertical-align: middle;
    white-space: nowrap;
    min-width: 130px;
    max-width: 300px;
    font-size: 14px !important
}

.zkFmzI:hover {
    opacity: .8
}

.zkFmzI[disabled],
.zkFmzI.tLLrs1 {
    opacity: .5
}

span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
header,
hgroup,
main,
menu,
nav,
output,
ruby,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit
}

.pvCG_v {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.pvCG_v * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.pvCG_v *,
.pvCG_v *::before,
.pvCG_v *::after {
    box-sizing: inherit
}

.pvCG_v a,
.pvCG_v a:visited {
    text-decoration: none
}

.pvCG_v textarea {
    font-family: inherit
}

@media screen {
    html.enable-scroll .pvCG_v,
    html.enable-scroll .l7pLjR,
    html.enable-scroll body,
    html.enable-scroll #root {
        height: 100%;
        display: flex;
        flex-direction: column
    }
}

.l7pLjR {
    position: relative
}

html.enable-scroll .l7pLjR {
    flex: 1;
    overflow-y: auto
}

.medium-gap .l7pLjR {
    padding-top: 50px
}

.large-gap .l7pLjR {
    padding-top: 100px
}

.JNxVBA {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center
}

.mnxIuN {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    margin: 18px 2px;
    opacity: 0
}

.mnxIuN:nth-child(1) {
    animation: a 1s ease-in-out infinite
}

.mnxIuN:nth-child(2) {
    animation: a 1s ease-in-out .33s infinite
}

.mnxIuN:nth-child(3) {
    animation: a 1s ease-in-out .66s infinite
}

@keyframes a {
    0%,
    100% {
        opacity: 0
    }
    60% {
        opacity: 1
    }
}

.woUe2C .Bt5sQV {
    display: grid;
    grid-template-columns: 1fr 5fr 1fr
}

.woUe2C .Bt5sQV .dXvq5u {
    flex-direction: column;
    grid-column: 2;
    place-self: center;
    height: auto;
    margin: unset;
    min-width: 0;
    max-width: 100%
}

.woUe2C .Bt5sQV .dXvq5u .H_gEjP {
    margin-bottom: 5px
}

.woUe2C .Bt5sQV .dXvq5u .htMcyB {
    align-items: center;
    padding: unset
}

.woUe2C .Bt5sQV .bhsfaV {
    justify-self: right;
    align-self: start;
    padding-top: 5px
}

.woUe2C .JGhsWK {
    text-align: center;
    align-items: center
}

.woUe2C .HhgCcE {
    text-align: center
}

.woUe2C .qikwPI .bhsfaV {
    justify-self: left
}

.woUe2C .UjX6YI {
    justify-content: center
}

.mW_sDH .Bt5sQV {
    display: flex;
    justify-content: space-between
}

.mW_sDH .Bt5sQV .dXvq5u {
    height: auto;
    margin: unset
}

.mW_sDH .Bt5sQV .dXvq5u .htMcyB {
    align-items: flex-end;
    padding: unset
}

.mW_sDH .Bt5sQV,
.mW_sDH .dXvq5u,
.mW_sDH .bhsfaV {
    flex-direction: row-reverse
}

.mW_sDH .JGhsWK {
    align-items: flex-end
}

.mW_sDH .UjX6YI {
    justify-content: flex-end
}

.RiOfiW {
    border-radius: 0;
    display: block;
    background: #fff;
    cursor: default
}

.RiOfiW.ac4Ofz.JlQ2sc {
    padding-top: 30px
}

.RiOfiW.jDqjOt,
.RiOfiW.lyd6fK,
.RiOfiW.i_25UC,
.RiOfiW.yWOr1I,
.RiOfiW.hKl06e,
.RiOfiW.UUSLFD,
.RiOfiW.x_FPRX {
    display: flex;
    flex-direction: column;
    height: 100%
}

.app-desktop .RiOfiW {
    border-width: 1px;
    border-style: solid
}

.RiOfiW .PoYsMP,
.RiOfiW .EfvfyL,
.RiOfiW .NAWdyL {
    display: block
}

.RiOfiW.ivAnV0,
.RiOfiW.NAWdyL,
.RiOfiW.PoYsMP,
.RiOfiW.EfvfyL,
.RiOfiW.g8vcTX,
.RiOfiW.TBrkhx {
    display: flex
}

.RiOfiW.ivAnV0.ac4Ofz,
.RiOfiW.NAWdyL.ac4Ofz,
.RiOfiW.PoYsMP.ac4Ofz,
.RiOfiW.EfvfyL.ac4Ofz,
.RiOfiW.g8vcTX.ac4Ofz,
.RiOfiW.TBrkhx.ac4Ofz {
    height: auto
}

@media(max-width: 685px) {
    .use-media-queries .RiOfiW.ivAnV0,
    .use-media-queries .RiOfiW.NAWdyL,
    .use-media-queries .RiOfiW.PoYsMP,
    .use-media-queries .RiOfiW.EfvfyL,
    .use-media-queries .RiOfiW.g8vcTX,
    .use-media-queries .RiOfiW.TBrkhx {
        flex-direction: column
    }
}

.lt-sm .RiOfiW.ivAnV0,
.lt-sm .RiOfiW.NAWdyL,
.lt-sm .RiOfiW.PoYsMP,
.lt-sm .RiOfiW.EfvfyL,
.lt-sm .RiOfiW.g8vcTX,
.lt-sm .RiOfiW.TBrkhx {
    flex-direction: column
}

.RiOfiW.TBrkhx,
.RiOfiW.g8vcTX,
.RiOfiW.PoYsMP,
.RiOfiW.EfvfyL,
.RiOfiW.NAWdyL {
    height: 100%
}

.jDqjOt .ITPCIq,
.lyd6fK .ITPCIq,
.i_25UC .ITPCIq,
.yWOr1I .ITPCIq,
.hKl06e .ITPCIq,
.UUSLFD .ITPCIq,
.x_FPRX .ITPCIq {
    height: 165px;
    padding-bottom: 0
}

.RiOfiW.hKl06e {
    position: absolute;
    width: 100%
}

.feQY6g .ITPCIq {
    height: 400px;
    padding-bottom: 0
}

.ivAnV0 .ITPCIq,
.NAWdyL .ITPCIq,
.PoYsMP .ITPCIq,
.EfvfyL .ITPCIq,
.g8vcTX .ITPCIq,
.TBrkhx .ITPCIq {
    padding-bottom: 0
}

.ivAnV0 .pccjOy,
.ivAnV0 .ITPCIq,
.NAWdyL .pccjOy,
.NAWdyL .ITPCIq,
.PoYsMP .pccjOy,
.PoYsMP .ITPCIq,
.EfvfyL .pccjOy,
.EfvfyL .ITPCIq,
.g8vcTX .pccjOy,
.g8vcTX .ITPCIq,
.TBrkhx .pccjOy,
.TBrkhx .ITPCIq {
    position: absolute;
    top: 0;
    bottom: 0
}

.iSTCpN {
    padding: 30px 18px 25px;
    width: 100%
}

.app-mobile .iSTCpN.QlVZyW {
    box-shadow: 0 1px rgba(0, 0, 0, .1)
}

.iSTCpN.glhtJc.JufO9Q,
.iSTCpN.WdRrHJ.JufO9Q {
    padding: 30px 18px
}

.iSTCpN.glhtJc.JlQ2sc,
.iSTCpN.WdRrHJ.JlQ2sc {
    padding-bottom: 0
}

.iSTCpN.G1V6el {
    padding: 23px
}

.iSTCpN.G1V6el.JufO9Q {
    padding-bottom: 7px
}

.iSTCpN.KwFkyo,
.iSTCpN.x_FPRX {
    padding: 24px 29px
}

.iSTCpN.KwFkyo.JufO9Q,
.iSTCpN.x_FPRX.JufO9Q {
    padding-bottom: 7px
}

.iSTCpN.feQY6g {
    padding: 42px 47px 37px 47px
}

.iSTCpN.feQY6g.JufO9Q {
    padding: 42px 47px 13px 47px
}

.iSTCpN.jDqjOt,
.iSTCpN.lyd6fK,
.iSTCpN.i_25UC,
.iSTCpN.yWOr1I,
.iSTCpN.UUSLFD,
.iSTCpN.x_FPRX {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: var(--blog-pl-common-padding-top) 24px var(--blog-pl-common-padding-bottom)
}

.iSTCpN.hKl06e {
    display: flex;
    flex-direction: column;
    height: 100%;
    min-height: 0;
    padding: var(--blog-pl-slider-padding-top) 16px var(--blog-pl-slider-padding-bottom)
}

.iSTCpN.jDqjOt.ac4Ofz,
.iSTCpN.lyd6fK.ac4Ofz,
.iSTCpN.hKl06e.ac4Ofz,
.iSTCpN.UUSLFD.ac4Ofz {
    height: 100%
}

.iSTCpN.jDqjOt.ac4Ofz.JufO9Q,
.iSTCpN.lyd6fK.ac4Ofz.JufO9Q,
.iSTCpN.hKl06e.ac4Ofz.JufO9Q,
.iSTCpN.UUSLFD.ac4Ofz.JufO9Q {
    height: 100%
}

.iSTCpN.ivAnV0 {
    display: flex;
    flex-direction: column;
    padding: 40px 48px 37px
}

@media(min-width: 686px)and (max-width: 980px) {
    .use-media-queries .iSTCpN.ivAnV0 {
        padding: calc(40px + (var(--root-width) - 981px)/19) calc(48px + (var(--root-width) - 981px)/19)
    }
}

.w686-980 .iSTCpN.ivAnV0 {
    padding: calc(40px + (var(--root-width) - 981px)/19) calc(48px + (var(--root-width) - 981px)/19)
}

@media(max-width: 685px) {
    .use-media-queries .iSTCpN.ivAnV0 {
        padding: 24px
    }
}

.lt-sm .iSTCpN.ivAnV0 {
    padding: 24px
}

.iSTCpN.g8vcTX,
.iSTCpN.TBrkhx {
    display: flex;
    flex-direction: column;
    padding-top: 24px;
    padding-bottom: 24px;
    overflow: hidden;
    flex: 1
}

.iSTCpN.PoYsMP,
.iSTCpN.EfvfyL,
.iSTCpN.NAWdyL {
    padding: 0
}

.iSTCpN.sCkhyN {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    padding: 27px 24px;
    display: inline-block
}

.iSTCpN.sCkhyN.ac4Ofz {
    padding: 32px 24px
}

.iSTCpN.sCkhyN.KEL4fK {
    background-color: rgba(0, 0, 0, .45)
}

.iSTCpN.hp0NoL,
.iSTCpN.FK1tXh,
.iSTCpN.JnzaaY {
    display: flex;
    flex-direction: column
}

.iSTCpN.LdmkLw {
    position: absolute;
    top: 0;
    display: inline-block
}

.iSTCpN.hp0NoL,
.iSTCpN.FK1tXh,
.iSTCpN.LdmkLw,
.iSTCpN.JnzaaY {
    height: 100%;
    width: 100%;
    padding: 27px 24px
}

.iSTCpN.hp0NoL.KEL4fK,
.iSTCpN.FK1tXh.KEL4fK,
.iSTCpN.LdmkLw.KEL4fK,
.iSTCpN.JnzaaY.KEL4fK {
    background-color: rgba(0, 0, 0, .45)
}

.iSTCpN.hp0NoL.ac4Ofz,
.iSTCpN.FK1tXh.ac4Ofz,
.iSTCpN.LdmkLw.ac4Ofz,
.iSTCpN.JnzaaY.ac4Ofz {
    padding: 32px 24px
}

.wAQnV7 {
    isolation: isolate
}

.wAQnV7 .upBvYr,
.wAQnV7 .O16KGI {
    -webkit-padding-end: 40px;
    padding-inline-end: 40px
}

.wAQnV7 .JMCi2v {
    z-index: 0
}

.wAQnV7 .B41uUj {
    z-index: 1;
    position: absolute;
    inset-inline-end: var(--wix-blog-inline-padding)
}

.O16KGI {
    font: inherit;
    color: inherit;
    display: block
}

.i6wKmL {
    position: relative
}

.i6wKmL:focus-visible:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff
}

.JMCi2v {
    font: inherit;
    color: inherit;
    width: 100%;
    flex: 1 1 auto;
    overflow: hidden
}

.JMCi2v.jDqjOt.mqysW5.ZBB0ua {
    margin-top: -19px
}

.JMCi2v.UUSLFD.mqysW5.ZBB0ua {
    margin-top: -48px
}

.JMCi2v.hKl06e.mqysW5.ZBB0ua,
.JMCi2v.i_25UC.mqysW5.ZBB0ua,
.JMCi2v.yWOr1I.mqysW5.ZBB0ua,
.JMCi2v.lyd6fK.mqysW5.ZBB0ua {
    margin-top: -36px
}

.JMCi2v.x_FPRX.mqysW5.ZBB0ua {
    margin-top: -25px
}

.JMCi2v.ivAnV0,
.JMCi2v.g8vcTX,
.JMCi2v.TBrkhx {
    display: flex;
    flex-direction: column
}

.JMCi2v.ivAnV0.ZBB0ua,
.JMCi2v.g8vcTX.ZBB0ua,
.JMCi2v.TBrkhx.ZBB0ua {
    margin-top: -43px
}

.JMCi2v.ivAnV0.xs2MeC.ZBB0ua,
.JMCi2v.g8vcTX.xs2MeC.ZBB0ua,
.JMCi2v.TBrkhx.xs2MeC.ZBB0ua {
    margin-top: -23px
}

.JMCi2v.jDqjOt.ZBB0ua {
    position: relative;
    top: -29px
}

.JMCi2v.UUSLFD.ZBB0ua {
    margin-top: -29px
}

.JMCi2v.hKl06e.ZBB0ua,
.JMCi2v.i_25UC.ZBB0ua,
.JMCi2v.yWOr1I.ZBB0ua,
.JMCi2v.lyd6fK.ZBB0ua {
    margin-top: -13px
}

.JMCi2v.x_FPRX.ZBB0ua {
    margin-top: -6px
}

.JMCi2v.hp0NoL,
.JMCi2v.FK1tXh,
.JMCi2v.JnzaaY {
    height: 100%
}

.JMCi2v.hp0NoL.I5nSmk,
.JMCi2v.FK1tXh.I5nSmk,
.JMCi2v.JnzaaY.I5nSmk {
    flex-grow: 0;
    height: unset
}

.JMCi2v.hKl06e {
    white-space: normal
}

.FbwBsX {
    margin-bottom: var(--blog-pl-default-title-margin)
}

.FbwBsX.hKl06e p {
    margin-top: var(--blog-pl-slider-title-margin-top)
}

@media(min-width: 660px) {
    .use-media-queries .FbwBsX {
        margin-bottom: 20px
    }
    .use-media-queries .FbwBsX.G1V6el {
        margin-bottom: 11px
    }
    .use-media-queries .FbwBsX.G1V6el.ZBB0ua {
        position: relative;
        top: -24px;
        margin-bottom: -14px;
        margin-top: -13px;
        max-width: 209px
    }
    .use-media-queries .FbwBsX.G1V6el.ZBB0ua.CzG_Nm {
        max-width: 189px
    }
    .use-media-queries .FbwBsX.G1V6el.xs2MeC.ZBB0ua {
        margin-top: 12px;
        max-width: none
    }
    .use-media-queries .FbwBsX.G1V6el.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }
    .use-media-queries .FbwBsX.KwFkyo {
        margin-bottom: 10px
    }
    .use-media-queries .FbwBsX.KwFkyo.ZBB0ua {
        position: relative;
        top: -24px;
        margin-bottom: -13px;
        margin-top: -13px;
        max-width: 359px
    }
    .use-media-queries .FbwBsX.KwFkyo.ZBB0ua.CzG_Nm {
        max-width: 339px
    }
    .use-media-queries .FbwBsX.KwFkyo.xs2MeC.ZBB0ua {
        margin-top: 17px;
        max-width: none
    }
    .use-media-queries .FbwBsX.KwFkyo.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }
    .use-media-queries .FbwBsX.x_FPRX {
        margin-bottom: 10px
    }
    .use-media-queries .FbwBsX.feQY6g {
        max-width: 740px;
        margin-bottom: 9px
    }
    .use-media-queries .FbwBsX.feQY6g.ZBB0ua {
        position: relative;
        top: -31px;
        margin-bottom: -12px;
        margin-top: -6px
    }
    .use-media-queries .FbwBsX.feQY6g.xs2MeC.ZBB0ua {
        margin-top: 12px;
        max-width: none
    }
    .use-media-queries .FbwBsX.feQY6g.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }
    .use-media-queries .FbwBsX.jDqjOt {
        margin-bottom: var(--blog-pl-common-title-margin)
    }
    .use-media-queries .FbwBsX.jDqjOt.ZBB0ua {
        max-width: 207px
    }
    .use-media-queries .FbwBsX.jDqjOt.ZBB0ua.CzG_Nm {
        max-width: 187px
    }
    .use-media-queries .FbwBsX.jDqjOt.xs2MeC.ZBB0ua {
        max-width: none
    }
    .use-media-queries .FbwBsX.jDqjOt.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }
    .use-media-queries .FbwBsX.hKl06e,
    .use-media-queries .FbwBsX.lyd6fK,
    .use-media-queries .FbwBsX.i_25UC,
    .use-media-queries .FbwBsX.yWOr1I,
    .use-media-queries .FbwBsX.UUSLFD {
        margin-bottom: var(--blog-pl-common-title-margin)
    }
    .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua,
    .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua,
    .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua,
    .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua,
    .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua,
    .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua {
        max-width: 342px
    }
    .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua.CzG_Nm {
        max-width: 322px
    }
    .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua,
    .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua {
        max-width: none
    }
    .use-media-queries .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
    .use-media-queries .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm {
        max-width: none-20px
    }
    .use-media-queries .FbwBsX.ZpmKeC {
        margin-bottom: 6px
    }
    .use-media-queries .FbwBsX.sCkhyN {
        margin-bottom: 12px
    }
    .use-media-queries .FbwBsX.sCkhyN.JufO9Q {
        margin-bottom: 30px;
        bottom: 0
    }
    .use-media-queries .FbwBsX.hp0NoL,
    .use-media-queries .FbwBsX.FK1tXh,
    .use-media-queries .FbwBsX.LdmkLw,
    .use-media-queries .FbwBsX.JnzaaY {
        margin-bottom: 18px
    }
    .use-media-queries .FbwBsX.hp0NoL.JufO9Q,
    .use-media-queries .FbwBsX.FK1tXh.JufO9Q,
    .use-media-queries .FbwBsX.LdmkLw.JufO9Q,
    .use-media-queries .FbwBsX.JnzaaY.JufO9Q {
        margin-bottom: 36px;
        bottom: 0
    }
    .use-media-queries .FbwBsX.hp0NoL.JufO9Q,
    .use-media-queries .FbwBsX.FK1tXh.JufO9Q,
    .use-media-queries .FbwBsX.JnzaaY.JufO9Q {
        margin-bottom: 0;
        padding-bottom: 0
    }
}

.gt-xs .FbwBsX {
    margin-bottom: 20px
}

.gt-xs .FbwBsX.G1V6el {
    margin-bottom: 11px
}

.gt-xs .FbwBsX.G1V6el.ZBB0ua {
    position: relative;
    top: -24px;
    margin-bottom: -14px;
    margin-top: -13px;
    max-width: 209px
}

.gt-xs .FbwBsX.G1V6el.ZBB0ua.CzG_Nm {
    max-width: 189px
}

.gt-xs .FbwBsX.G1V6el.xs2MeC.ZBB0ua {
    margin-top: 12px;
    max-width: none
}

.gt-xs .FbwBsX.G1V6el.xs2MeC.ZBB0ua.CzG_Nm {
    max-width: none-20px
}

.gt-xs .FbwBsX.KwFkyo {
    margin-bottom: 10px
}

.gt-xs .FbwBsX.KwFkyo.ZBB0ua {
    position: relative;
    top: -24px;
    margin-bottom: -13px;
    margin-top: -13px;
    max-width: 359px
}

.gt-xs .FbwBsX.KwFkyo.ZBB0ua.CzG_Nm {
    max-width: 339px
}

.gt-xs .FbwBsX.KwFkyo.xs2MeC.ZBB0ua {
    margin-top: 17px;
    max-width: none
}

.gt-xs .FbwBsX.KwFkyo.xs2MeC.ZBB0ua.CzG_Nm {
    max-width: none-20px
}

.gt-xs .FbwBsX.x_FPRX {
    margin-bottom: 10px
}

.gt-xs .FbwBsX.feQY6g {
    max-width: 740px;
    margin-bottom: 9px
}

.gt-xs .FbwBsX.feQY6g.ZBB0ua {
    position: relative;
    top: -31px;
    margin-bottom: -12px;
    margin-top: -6px
}

.gt-xs .FbwBsX.feQY6g.xs2MeC.ZBB0ua {
    margin-top: 12px;
    max-width: none
}

.gt-xs .FbwBsX.feQY6g.xs2MeC.ZBB0ua.CzG_Nm {
    max-width: none-20px
}

.gt-xs .FbwBsX.jDqjOt {
    margin-bottom: var(--blog-pl-common-title-margin)
}

.gt-xs .FbwBsX.jDqjOt.ZBB0ua {
    max-width: 207px
}

.gt-xs .FbwBsX.jDqjOt.ZBB0ua.CzG_Nm {
    max-width: 187px
}

.gt-xs .FbwBsX.jDqjOt.xs2MeC.ZBB0ua {
    max-width: none
}

.gt-xs .FbwBsX.jDqjOt.xs2MeC.ZBB0ua.CzG_Nm {
    max-width: none-20px
}

.gt-xs .FbwBsX.hKl06e,
.gt-xs .FbwBsX.lyd6fK,
.gt-xs .FbwBsX.i_25UC,
.gt-xs .FbwBsX.yWOr1I,
.gt-xs .FbwBsX.UUSLFD {
    margin-bottom: var(--blog-pl-common-title-margin)
}

.gt-xs .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua,
.gt-xs .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua,
.gt-xs .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua,
.gt-xs .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua,
.gt-xs .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua,
.gt-xs .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua {
    max-width: 342px
}

.gt-xs .FbwBsX.ivAnV0.ac4Ofz.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.NAWdyL.ac4Ofz.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.PoYsMP.ac4Ofz.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.EfvfyL.ac4Ofz.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.g8vcTX.ac4Ofz.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.TBrkhx.ac4Ofz.ZBB0ua.CzG_Nm {
    max-width: 322px
}

.gt-xs .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua,
.gt-xs .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua {
    max-width: none
}

.gt-xs .FbwBsX.ivAnV0.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.NAWdyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.PoYsMP.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.EfvfyL.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.g8vcTX.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm,
.gt-xs .FbwBsX.TBrkhx.ac4Ofz.xs2MeC.ZBB0ua.CzG_Nm {
    max-width: none-20px
}

.gt-xs .FbwBsX.ZpmKeC {
    margin-bottom: 6px
}

.gt-xs .FbwBsX.sCkhyN {
    margin-bottom: 12px
}

.gt-xs .FbwBsX.sCkhyN.JufO9Q {
    margin-bottom: 30px;
    bottom: 0
}

.gt-xs .FbwBsX.hp0NoL,
.gt-xs .FbwBsX.FK1tXh,
.gt-xs .FbwBsX.LdmkLw,
.gt-xs .FbwBsX.JnzaaY {
    margin-bottom: 18px
}

.gt-xs .FbwBsX.hp0NoL.JufO9Q,
.gt-xs .FbwBsX.FK1tXh.JufO9Q,
.gt-xs .FbwBsX.LdmkLw.JufO9Q,
.gt-xs .FbwBsX.JnzaaY.JufO9Q {
    margin-bottom: 36px;
    bottom: 0
}

.gt-xs .FbwBsX.hp0NoL.JufO9Q,
.gt-xs .FbwBsX.FK1tXh.JufO9Q,
.gt-xs .FbwBsX.JnzaaY.JufO9Q {
    margin-bottom: 0;
    padding-bottom: 0
}

.FbwBsX.glhtJc {
    margin-bottom: 0px
}

.FbwBsX.glhtJc.AkO1lZ,
.FbwBsX.WdRrHJ.AkO1lZ {
    margin-bottom: 18px
}

.FbwBsX.glhtJc.ySFpqx,
.FbwBsX.WdRrHJ.ySFpqx {
    margin-bottom: 0
}

.FbwBsX.glhtJc.ZBB0ua,
.FbwBsX.WdRrHJ.ZBB0ua {
    margin-top: -43px;
    max-width: 263px
}

.FbwBsX.glhtJc.ZBB0ua.CzG_Nm,
.FbwBsX.WdRrHJ.ZBB0ua.CzG_Nm {
    max-width: 243px
}

.FbwBsX.glhtJc.xs2MeC.ZBB0ua,
.FbwBsX.WdRrHJ.xs2MeC.ZBB0ua {
    margin-top: -19px;
    max-width: none
}

.FbwBsX.glhtJc.xs2MeC.ZBB0ua.CzG_Nm,
.FbwBsX.WdRrHJ.xs2MeC.ZBB0ua.CzG_Nm {
    max-width: none-20px
}

.FbwBsX.glhtJc.I5nSmk,
.FbwBsX.glhtJc.xs2MeC.I5nSmk,
.FbwBsX.WdRrHJ.I5nSmk,
.FbwBsX.WdRrHJ.xs2MeC.I5nSmk {
    margin-top: 0
}

.FbwBsX.ivAnV0,
.FbwBsX.g8vcTX,
.FbwBsX.TBrkhx {
    border-bottom: 12px solid rgba(0, 0, 0, 0);
    margin: 0
}

.FbwBsX.PoYsMP,
.FbwBsX.EfvfyL,
.FbwBsX.NAWdyL {
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    margin: 0
}

.nebVix {
    padding-bottom: 18px
}

@media(min-width: 660px) {
    .use-media-queries .nebVix {
        padding-bottom: 23px
    }
}

.gt-xs .nebVix {
    padding-bottom: 23px
}

.nebVix.glhtJc {
    margin-top: 10px
}

.nebVix.glhtJc.JufO9Q,
.nebVix.WdRrHJ.JufO9Q {
    padding-bottom: 0
}

.nebVix.feQY6g {
    max-width: 740px
}

.nebVix.ivAnV0,
.nebVix.NAWdyL,
.nebVix.PoYsMP,
.nebVix.EfvfyL,
.nebVix.g8vcTX,
.nebVix.TBrkhx {
    display: flex;
    flex: 1;
    padding: 0;
    overflow: hidden
}

.sCkhyN {
    color: #fff
}

.sCkhyN.RiOfiW {
    display: inline-block;
    width: 292px;
    height: 292px
}

.sCkhyN.RiOfiW.pu51Xe {
    width: 100%;
    height: 100%
}

.sCkhyN .pccjOy {
    height: 100%;
    width: 100%
}

.sCkhyN .ITPCIq {
    height: 100%;
    width: 100%
}

.sCkhyN.JMCi2v {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.sCkhyN.FbwBsX {
    position: absolute;
    bottom: 60px;
    width: calc(100% - 48px)
}

.sCkhyN.NPsER6 {
    display: inline-block;
    position: absolute;
    bottom: 27px
}

.LdmkLw.FbwBsX {
    position: absolute;
    bottom: 60px;
    width: calc(100% - 48px)
}

.hp0NoL.FbwBsX,
.FK1tXh.FbwBsX,
.JnzaaY.FbwBsX {
    padding-bottom: 30px
}

.hp0NoL.FbwBsX.p8Uk20,
.FK1tXh.FbwBsX.p8Uk20,
.JnzaaY.FbwBsX.p8Uk20 {
    padding: 0;
    margin: 0
}

.LdmkLw,
.hp0NoL,
.FK1tXh,
.JnzaaY {
    color: #fff
}

.LdmkLw.RiOfiW,
.hp0NoL.RiOfiW,
.FK1tXh.RiOfiW,
.JnzaaY.RiOfiW {
    display: inline-block;
    width: 454px;
    height: 454px
}

.LdmkLw.RiOfiW.pu51Xe,
.hp0NoL.RiOfiW.pu51Xe,
.FK1tXh.RiOfiW.pu51Xe,
.JnzaaY.RiOfiW.pu51Xe {
    width: 100%;
    height: 100%
}

.LdmkLw .pccjOy,
.hp0NoL .pccjOy,
.FK1tXh .pccjOy,
.JnzaaY .pccjOy {
    height: 100%;
    width: 100%
}

.LdmkLw .ITPCIq,
.hp0NoL .ITPCIq,
.FK1tXh .ITPCIq,
.JnzaaY .ITPCIq {
    height: 100%;
    width: 100%
}

.LdmkLw.JMCi2v,
.hp0NoL.JMCi2v,
.FK1tXh.JMCi2v,
.JnzaaY.JMCi2v {
    display: flex;
    flex-direction: column;
    justify-content: flex-end
}

.LdmkLw.NPsER6,
.hp0NoL.NPsER6,
.FK1tXh.NPsER6,
.JnzaaY.NPsER6 {
    display: inline-block;
    position: absolute;
    bottom: 27px
}

.n9F1tl {
    fill: #fff
}

.VMF9AQ {
    color: #fff
}

.BVf6py {
    background-color: #fff
}

.TE7que {
    height: 1px;
    opacity: .2
}

@media(min-width: 660px) {
    .use-media-queries .TE7que {
        margin-bottom: 12px
    }
}

.gt-xs .TE7que {
    margin-bottom: 12px
}

.TE7que:not(.iD0LEx) {
    margin-bottom: var(--blog-pl-footer-separator-margin)
}

.TE7que.iD0LEx {
    margin-top: 24px
}

.TE7que.iD0LEx.vxAOcp {
    margin-top: 18px
}

.sCkhyN .TE7que,
.LdmkLw .TE7que,
.hp0NoL .TE7que,
.FK1tXh .TE7que,
.JnzaaY .TE7que {
    opacity: 1
}

.NPsER6.g8vcTX,
.NPsER6.TBrkhx {
    margin-top: auto
}

.NPsER6.g8vcTX.kzwb6t,
.NPsER6.TBrkhx.kzwb6t {
    padding-top: 12px
}

@media(max-width: 685px) {
    .use-media-queries .NPsER6.g8vcTX,
    .use-media-queries .NPsER6.TBrkhx {
        padding-top: 12px
    }
}

.lt-sm .NPsER6.g8vcTX,
.lt-sm .NPsER6.TBrkhx {
    padding-top: 12px
}

.NPsER6.ivAnV0 {
    margin-top: auto
}

.NPsER6.ivAnV0.kzwb6t {
    padding-top: 36px
}

@media(max-width: 685px) {
    .use-media-queries .NPsER6.ivAnV0 {
        padding-top: 36px
    }
}

.lt-sm .NPsER6.ivAnV0 {
    padding-top: 36px
}

.NPsER6.hKl06e,
.NPsER6.jDqjOt,
.NPsER6.lyd6fK,
.NPsER6.i_25UC,
.NPsER6.yWOr1I,
.NPsER6.UUSLFD {
    padding-top: 12px;
    margin-top: auto
}

.NPsER6.i_25UC.zwuMcM,
.NPsER6.yWOr1I.zwuMcM,
.NPsER6.lyd6fK.zwuMcM {
    padding-top: var(--blog-pl-footer-padding-top)
}

.GGI4XB {
    display: block;
    margin: 15px 0 -11px
}

.app-desktop .GGI4XB {
    display: none
}

.NtnM8D {
    opacity: .6
}

.tFEVbz {
    flex: 0 0 50%
}

.QP8OH2 {
    width: 100%;
    padding-top: 75%;
    position: relative
}

.Gf88Ln {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box
}

@media(min-width: 686px) {
    .use-media-queries .Gf88Ln {
        -webkit-line-clamp: 1
    }
}

.gt-s .Gf88Ln {
    -webkit-line-clamp: 1
}

@media(min-width: 740px) {
    .use-media-queries .Gf88Ln {
        -webkit-line-clamp: 2
    }
}

.gt-740 .Gf88Ln {
    -webkit-line-clamp: 2
}

@media(min-width: 886px) {
    .use-media-queries .Gf88Ln {
        -webkit-line-clamp: 3
    }
}

.gt-886 .Gf88Ln {
    -webkit-line-clamp: 3
}

.so9KdE.g8vcTX,
.so9KdE.TBrkhx {
    -webkit-mask-image: linear-gradient(to top, transparent, rgb(0, 0, 0) 20px);
    mask-image: linear-gradient(to top, transparent, rgb(0, 0, 0) 20px)
}

.hMB1wk {
    display: inline
}

.CHRJex {
    cursor: pointer
}

._UH27m {
    position: relative !important
}

.EQ1O0U {
    margin: 14px 0;
    display: flex !important
}

.EQ1O0U.NAWdyL {
    margin: 8px 0
}

.EQ1O0U.ivAnV0,
.EQ1O0U.g8vcTX,
.EQ1O0U.TBrkhx {
    margin-bottom: 2px
}

.EQ1O0U.hp0NoL.JufO9Q,
.EQ1O0U.FK1tXh.JufO9Q,
.EQ1O0U.LdmkLw.JufO9Q,
.EQ1O0U.JnzaaY.JufO9Q {
    margin-bottom: 0
}

.AsLaVa {
    background-image: url("svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='18' height='16' viewBox='0 0 18 16'%3e %3cdefs%3e %3cstyle%3e .cls-1 %7b fill: %23f04545%3b fill-rule: evenodd%3b %7d %3c/style%3e %3c/defs%3e %3cpath class='cls-1' d='M18%2c4.988A4.926%2c4.926%2c0%2c0%2c0%2c13.139%2c0%2c4.828%2c4.828%2c0%2c0%2c0%2c9%2c2.383%2c4.828%2c4.828%2c0%2c0%2c0%2c4.86%2c0%2c4.925%2c4.925%2c0%2c0%2c0%2c0%2c4.988%2c5.025%2c5.025%2c0%2c0%2c0%2c1.668%2c8.743l6.888%2c7.068a0.616%2c0.616%2c0%2c0%2c0%2c.887%2c0l6.888-7.068A5.025%2c5.025%2c0%2c0%2c0%2c18%2c4.988Z'/%3e %3c/svg%3e")
}

.LtaU1R {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 19px;
    height: 19px;
    vertical-align: middle
}

.LtaU1R svg {
    position: relative;
    display: inline-block;
    fill: rgba(0, 0, 0, 0);
    stroke: #e84a43;
    stroke-width: 1.5px;
    transition: fill 250ms
}

.LtaU1R ._zh4Km {
    display: none
}

.LtaU1R.rbBvhf svg {
    opacity: 1;
    fill: #e84a43;
    stroke: none
}

.LtaU1R.rbBvhf ._zh4Km {
    display: inline-block;
    position: absolute;
    top: -3px;
    border-radius: 100%;
    opacity: 0;
    width: 24px;
    height: 24px;
    border: solid 3px #e84a43
}

.LtaU1R.rbBvhf .IiFRN3 {
    display: inline-block;
    position: absolute;
    top: 7px;
    opacity: 0;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #e84a43
}

.U1kLgW.LtaU1R.rbBvhf svg {
    animation: b 500ms
}

.U1kLgW.LtaU1R.rbBvhf ._zh4Km {
    animation: c 300ms
}

.U1kLgW.LtaU1R.rbBvhf .IiFRN3 {
    animation: d 500ms;
    animation-delay: 100ms
}

.TlM_il,
.h1CBon,
.ab2Jus,
.GKdqLq {
    display: inline-block;
    position: absolute;
    top: 7px;
    width: 6px;
    height: 6px
}

.TlM_il {
    transform: rotate(0deg)
}

.h1CBon {
    transform: rotate(144deg)
}

.ab2Jus {
    transform: rotate(216deg)
}

.GKdqLq {
    transform: rotate(288deg)
}

@keyframes b {
    0% {
        transform: scale(0.1)
    }
    40% {
        transform: scale(1.3)
    }
    70% {
        transform: scale(0.9)
    }
    90% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(1)
    }
}

@keyframes c {
    0% {
        transform: scale(0.1);
        opacity: .1
    }
    20% {
        opacity: 1
    }
    100% {
        transform: scale(1.5);
        opacity: 0
    }
}

@keyframes d {
    0% {
        transform: translateX(5px) scale(1);
        opacity: 0
    }
    20% {
        opacity: 1
    }
    100% {
        transform: translateX(17px) scale(0);
        opacity: 0
    }
}

.Kh5HMz {
    border: 0;
    background: none;
    padding: 0;
    color: inherit;
    font: inherit;
    font-size: inherit !important;
    line-height: 1
}

.h7K_lu {
    display: inline-flex;
    align-items: center
}

.p9gct4 {
    flex-direction: row-reverse
}

.laz8E8 {
    border: 0 !important;
    clip: rect(1px, 1px, 1px, 1px) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important;
    white-space: nowrap !important
}

.t66ylj {
    display: inline-flex;
    align-items: center
}

.E54HWO {
    display: flex;
    align-items: center;
    overflow: hidden;
    white-space: nowrap
}

.lkXNhM {
    display: inline-flex;
    color: inherit;
    font: inherit;
    overflow: hidden;
    position: relative
}

.lkXNhM:focus-visible:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff
}

.P7Wc3k {
    position: relative
}

.P7Wc3k:focus-visible:before {
    content: "";
    position: absolute;
    top: 3px;
    left: 3px;
    width: calc(100% - 6px);
    height: calc(100% - 6px);
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #116dff
}

.NT9zC5 {
    display: flex;
    justify-content: space-between;
    height: var(--blog-pl-footer-content-height);
    line-height: 1.5;
    font-size: 12px !important
}

.NT9zC5.eJayAP,
.NT9zC5.T6pLzn,
.NT9zC5.KToN9P {
    justify-content: flex-start
}

.zGPuSQ {
    font-size: inherit !important
}

.PsEy9r {
    display: flex;
    overflow: hidden
}

.L2cuMO {
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.CS4xCt {
    margin: 0px 0 var(--blog-pl-category-label-margin-bottom);
    line-height: 1.2;
    font-size: 0
}

.pratMU {
    display: inline-block
}

.d7TwYL,
.g99UQY,
.u0T9F0 {
    margin-top: 4px
}

.TRcECH {
    margin-bottom: var(--blog-pl-slider-category-label-margin-bottom)
}

.ewnq0g,
.dU7Co_,
.TpXFK4,
.sEWsEY {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    flex-grow: 1
}

@media(max-width: 659px) {
    .use-media-queries .ewnq0g,
    .use-media-queries .dU7Co_,
    .use-media-queries .TpXFK4,
    .use-media-queries .sEWsEY {
        margin-bottom: 0
    }
}

.lt-s .ewnq0g,
.lt-s .dU7Co_,
.lt-s .TpXFK4,
.lt-s .sEWsEY {
    margin-bottom: 0
}

.dqpczu {
    border-style: solid
}

.iT3c03.dqpczu {
    border-style: solid
}

.ERiany {
    position: absolute;
    padding: 4px 9px;
    background: #2f2e2e;
    color: #fff;
    z-index: 1000;
    font-family: "Avenir Next";
    white-space: normal;
    font-size: 12px;
    pointer-events: none
}

.oEw3_Y {
    content: "";
    display: block;
    position: absolute;
    border: 5px solid rgba(0, 0, 0, 0);
    margin: auto;
    top: 100%;
    width: 0;
    height: 0;
    transform: rotate(180deg)
}

.oEw3_Y.wh3B27 {
    border-bottom-color: #2f2e2e
}

.hULj4j {
    content: "";
    display: block;
    position: absolute;
    border: 4px solid rgba(0, 0, 0, 0);
    margin: auto;
    top: 100%;
    width: 0;
    height: 0;
    transform: rotate(180deg)
}

.hULj4j.wh3B27 {
    border-bottom-color: #2f2e2e
}

.s3LKPq {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media print {
    .s3LKPq * {
        fill: #000
    }
}

.MXGxaz {
    position: absolute;
    top: -22px;
    line-height: 1
}

.tQ0Q1A {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%
}

@media print {
    .tQ0Q1A {
        color: #000 !important
    }
}

.tmHsxH {
    height: 1px;
    opacity: .2
}

.Dgf2Op {
    width: 1px;
    height: 100%;
    opacity: .2;
    flex: 0 0 1px;
    flex-shrink: 0
}

.Ki_0_s {
    width: 2px;
    height: 2px;
    border-radius: 50%;
    align-self: center
}

.xUuoH9 {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis
}

.rmqd9q {
    margin: 0 8px
}

.F4tRtJ {
    min-width: 0px
}

.MBUSKJ {
    font-size: inherit !important
}

.UZa2Xr {
    overflow: hidden;
    text-overflow: ellipsis
}

.dZs5e3 {
    display: flex;
    flex-direction: column;
    font-size: 12px !important;
    max-width: 100%
}

.dZs5e3.krCqqh {
    font-size: inherit
}

.dZs5e3.PZIDK7 ul {
    line-height: 19px
}

.mJ89ha {
    font-size: inherit !important
}

.taLqKM {
    display: flex;
    align-items: center;
    height: 19px;
    max-width: 100%
}

.lR3yj5 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    overflow: hidden
}

.lR3yj5:active::after {
    background-color: rgba(0, 0, 0, .3)
}

.lR3yj5::after {
    content: "";
    display: block;
    padding-bottom: 100%
}

.dDcMfv {
    width: 100%;
    height: 100%
}

.VqZCHB {
    display: block;
    width: 100%;
    height: 100%
}

.VqZCHB img {
    max-width: var(--wix-img-max-width, 100%)
}

.VqZCHB[data-animate-blur] img {
    filter: blur(9px);
    transition: filter .8s ease-in
}

.VqZCHB[data-animate-blur] img[data-load-done] {
    filter: none
}

.ERF5R1 {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px
}

@media(min-width: 660px) {
    .use-media-queries .ERF5R1.A9WFUN {
        width: 40px;
        height: 40px
    }
}

.gt-xs .ERF5R1.A9WFUN {
    width: 40px;
    height: 40px
}

@media(min-width: 660px) {
    .use-media-queries .ERF5R1.A0qBRg {
        width: 92px;
        height: 92px
    }
}

.gt-xs .ERF5R1.A0qBRg {
    width: 92px;
    height: 92px
}

.ERF5R1.zI70HL {
    width: 80px;
    height: 80px
}

@media(min-width: 660px) {
    .use-media-queries .ERF5R1.zI70HL {
        width: 100px;
        height: 100px
    }
}

.gt-xs .ERF5R1.zI70HL {
    width: 100px;
    height: 100px
}

.ERF5R1.pozZSb {
    width: 40px;
    height: 40px
}

@media(min-width: 660px) {
    .use-media-queries .ERF5R1.pozZSb {
        width: 80px;
        height: 80px
    }
}

.gt-xs .ERF5R1.pozZSb {
    width: 80px;
    height: 80px
}

.ERF5R1.Zcb_uj {
    width: 30px;
    height: 30px
}

.ERF5R1.bCACxF {
    width: 20px;
    height: 20px
}

@media(min-width: 660px) {
    .use-media-queries .ERF5R1.bCACxF {
        width: 40px;
        height: 40px
    }
}

.gt-xs .ERF5R1.bCACxF {
    width: 40px;
    height: 40px
}

.ERF5R1.C3KamW {
    width: 20px;
    height: 20px
}

@media(min-width: 660px) {
    .use-media-queries .ERF5R1.C3KamW {
        width: 30px;
        height: 30px
    }
}

.gt-xs .ERF5R1.C3KamW {
    width: 30px;
    height: 30px
}

.lBv2XN {
    display: flex;
    align-items: center;
    cursor: pointer
}

.WmZAIu {
    width: 100%;
    display: flex;
    height: 100%;
    position: relative
}

.Bvf4SR {
    font-size: 0;
    border: none;
    background: none;
    padding: 0
}

._EA3Ke {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    width: 24px;
    cursor: pointer
}

.Z9ijf3 {
    position: absolute;
    z-index: 900;
    min-width: 200px;
    max-width: 300px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, .2);
    margin: 5px
}

.l6L1Fh {
    height: 19px
}

.bFiLuu {
    transform: translateZ(0)
}

.bFiLuu.post-header-icons-leave-active,
.bFiLuu.post-header-icons-enter-active {
    transition: max-width .2s
}

.bFiLuu.post-header-icons-leave-active .l6L1Fh,
.bFiLuu.post-header-icons-enter-active .l6L1Fh {
    transition: transform .2s
}

.bFiLuu.post-header-icons-leave,
.bFiLuu.post-header-icons-enter.post-header-icons-enter-active {
    max-width: 22px
}

.bFiLuu.post-header-icons-leave .l6L1Fh,
.bFiLuu.post-header-icons-enter.post-header-icons-enter-active .l6L1Fh {
    transform: scale3d(1, 1, 0)
}

.bFiLuu.post-header-icons-leave.post-header-icons-leave-active,
.bFiLuu.post-header-icons-enter {
    max-width: 0
}

.bFiLuu.post-header-icons-leave.post-header-icons-leave-active .l6L1Fh,
.bFiLuu.post-header-icons-enter .l6L1Fh {
    transform: scale3d(0, 0, 0)
}

.XqK7Ko {
    display: flex;
    align-items: center
}

.SbjQym {
    display: flex;
    align-items: center;
    justify-content: flex-end
}

@media(min-width: 980px) {
    .use-media-queries .SbjQym {
        padding-bottom: 12px
    }
}

.gt-sm .SbjQym {
    padding-bottom: 12px
}

.SbjQym.IStc0y {
    padding-bottom: 18px
}

.SbjQym._dR9OP,
.SbjQym.YD6Z1G {
    padding-bottom: 12px
}

.SbjQym.Nn0z1D,
.SbjQym.SoK2Wc {
    padding-bottom: 24px
}

.SbjQym.DKNKji,
.SbjQym.rA58nq,
.SbjQym.Ij__Zw,
.SbjQym.jc3Fi0,
.SbjQym.kAgxB9,
.SbjQym.MLEYRZ,
.SbjQym.AwRwmV,
.SbjQym.otAa9D {
    padding-bottom: 12px
}

.SbjQym.otAa9D.Fsmreb {
    padding-bottom: 0px
}

.SbjQym.wjdRtO:not(.kAgxB9) {
    padding-bottom: 0;
    margin-bottom: 5px
}

.SbjQym.wjdRtO:not(.kAgxB9).TjmPXo {
    margin-bottom: var(--blog-pl-header-margin-bottom)
}

.SbjQym.wjdRtO:not(.kAgxB9).TjmPXo.vL7wf0 {
    margin-bottom: 0
}

.SbjQym.wjdRtO:not(.kAgxB9).TjmPXo.YVAddP {
    margin-bottom: auto
}

.SbjQym.Mo4mKl {
    padding: 0;
    font-size: inherit
}

@media(min-width: 980px) {
    .use-media-queries .SbjQym.Mo4mKl {
        padding: 11px 11px 24px
    }
}

.gt-sm .SbjQym.Mo4mKl {
    padding: 11px 11px 24px
}

.V_aJB6 {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    font-size: 14px;
    height: var(--blog-pl-header-height);
    max-width: calc(100% - 42px)
}

.V_aJB6.CH7asw {
    max-width: calc(100% - 54px)
}

.Mo4mKl .V_aJB6 {
    font-size: inherit
}

@media(min-width: 980px) {
    .use-media-queries .PVEWzt .V_aJB6,
    .use-media-queries .eOIH_4 .V_aJB6,
    .use-media-queries .otAa9D .V_aJB6,
    .use-media-queries .G1sD4r .V_aJB6 {
        font-size: 12px
    }
}

.gt-sm .PVEWzt .V_aJB6,
.gt-sm .eOIH_4 .V_aJB6,
.gt-sm .otAa9D .V_aJB6,
.gt-sm .G1sD4r .V_aJB6 {
    font-size: 12px
}

.pWST8_ .V_aJB6,
.vL7wf0 .V_aJB6,
.rDlcKq .V_aJB6 {
    height: auto
}

.YiEou4 {
    display: none
}

@media(min-width: 980px) {
    .use-media-queries .YiEou4 {
        display: inline-block
    }
}

.gt-sm .YiEou4 {
    display: inline-block
}

.YfT_t7 {
    opacity: .6
}

.Dgs_GX {
    display: flex;
    align-items: center
}

.GygROR {
    margin: 0
}

.Q8iQIg,
.dtYGur {
    opacity: .1;
    overflow-y: hidden;
    transform: scale3d(0.1, 0.1, 1)
}

.VL02DE,
.EhKyap {
    opacity: 1;
    transform: scale3d(1, 1, 1);
    transition: all .4s ease-in
}

.Z0hXe1 {
    display: flex
}

.JMAXlV {
    --full: var(--full-icon-color, #000);
    --empty: var(--empty-icon-color, #ccc);
    position: relative
}

.fbd51l {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.hhO2ky {
    display: flex
}

.JMAXlV .hhO2ky {
    gap: 0 6px
}

.siwre6 {
    color: var(--full)
}

.MKPjdi {
    color: var(--empty)
}

.TbC84K {
    display: flex;
    position: relative
}

.j6jO4F .MrH3GO {
    display: block
}

.j6jO4F {
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0)
}

[dir=rtl] .j6jO4F {
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%)
}

.MrH3GO {
    position: absolute;
    -webkit-clip-path: inset(0 0 0 50%);
    clip-path: inset(0 0 0 50%)
}

[dir=rtl] .MrH3GO {
    -webkit-clip-path: inset(0 50% 0 0);
    clip-path: inset(0 50% 0 0)
}

.TYUuco {
    transition: color .3s ease-in
}

.A6pgue {
    display: flex;
    align-items: center
}

.KJeQ3_ {
    -webkit-margin-start: 12px;
    margin-inline-start: 12px;
    line-height: 1
}

.T5ArNO .KJeQ3_ {
    animation: e .3s ease-in
}

.TW0XHJ .KJeQ3_,
.z8kPtl .KJeQ3_ {
    -webkit-margin-start: 7px;
    margin-inline-start: 7px
}

@keyframes e {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.wR7PET {
    word-break: break-word;
    overflow: hidden;
    line-height: 1.5;
    height: 100%
}

.DxQ8C1 {
    height: 100%;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3
}

.BOlnTh {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.T5UMT5 {
    overflow-wrap: break-word;
    font-weight: inherit;
    word-break: break-word;
    margin-top: 18px;
    font-size: 22px;
    line-height: 30px
}

.T5UMT5:not(.iFTNPs):active {
    opacity: .5;
    cursor: pointer
}

.T5UMT5.mjh3Ex,
.T5UMT5.I9XQQf,
.T5UMT5.xwfLlB,
.T5UMT5.AreR2k,
.T5UMT5.LMmmGm,
.T5UMT5.Qr0HYQ,
.T5UMT5.zKj_nc,
.T5UMT5.WD_8WI {
    margin-top: 0
}

.T5UMT5.tMAW2P {
    margin-top: 0
}

@media(min-width: 660px) {
    .use-media-queries .T5UMT5.tMAW2P {
        line-height: 24px !important
    }
}

.gt-xs .T5UMT5.tMAW2P {
    line-height: 24px !important
}

.T5UMT5.v0TP18,
.T5UMT5.PW6Nzn {
    margin-top: 0
}

@media(max-width: 659px) {
    .use-media-queries .T5UMT5.v0TP18,
    .use-media-queries .T5UMT5.PW6Nzn {
        line-height: 1.4 !important
    }
}

.lt-s .T5UMT5.v0TP18,
.lt-s .T5UMT5.PW6Nzn {
    line-height: 1.4 !important
}

.T5UMT5.nOu63e._wPn3X,
.T5UMT5.xAtwHK._wPn3X,
.T5UMT5.ML3wIh._wPn3X,
.T5UMT5.SmUSYw._wPn3X {
    margin-top: 12px
}

@media(min-width: 660px) {
    .use-media-queries .T5UMT5.nOu63e._wPn3X,
    .use-media-queries .T5UMT5.xAtwHK._wPn3X,
    .use-media-queries .T5UMT5.ML3wIh._wPn3X,
    .use-media-queries .T5UMT5.SmUSYw._wPn3X {
        margin-top: 0
    }
}

.gt-xs .T5UMT5.nOu63e._wPn3X,
.gt-xs .T5UMT5.xAtwHK._wPn3X,
.gt-xs .T5UMT5.ML3wIh._wPn3X,
.gt-xs .T5UMT5.SmUSYw._wPn3X {
    margin-top: 0
}

@media(min-width: 660px) {
    .use-media-queries .T5UMT5 {
        margin-top: 1px;
        font-size: inherit;
        line-height: inherit
    }
    .use-media-queries .T5UMT5.I9XQQf,
    .use-media-queries .T5UMT5.xwfLlB,
    .use-media-queries .T5UMT5.AreR2k,
    .use-media-queries .T5UMT5.LMmmGm,
    .use-media-queries .T5UMT5.Qr0HYQ {
        line-height: 1.4
    }
}

.gt-xs .T5UMT5 {
    margin-top: 1px;
    font-size: inherit;
    line-height: inherit
}

.gt-xs .T5UMT5.I9XQQf,
.gt-xs .T5UMT5.xwfLlB,
.gt-xs .T5UMT5.AreR2k,
.gt-xs .T5UMT5.LMmmGm,
.gt-xs .T5UMT5.Qr0HYQ {
    line-height: 1.4
}

.T5UMT5.zEYAqe,
.T5UMT5.SSbNRm {
    line-height: 1.4 !important
}

.KNiaIk {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden
}

.bD0vt9 {
    font: inherit
}

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.9009009009)
}

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: transparent !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, 0.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, 0.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
}

*[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: transparent;
    cursor: pointer
}

.show-more-container button.show-more:hover {
    background: rgba(0, 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, 0.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
}

.nav-arrows-container {
    left: auto;
    z-index: 1;
    position: absolute;
    display: flex;
    text-align: center;
    cursor: pointer;
    opacity: .9;
    align-items: center;
    background: transparent;
    border: none;
    outline: none;
    justify-content: center
}

.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
}

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;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: relative
}

div.pro-gallery .gallery-column {
    float: left;
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    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;
    -webkit-backface-visibility: hidden;
    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;
    -webkit-backface-visibility: hidden;
    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.transparent,
div.pro-gallery .gallery-item-container .gallery-item-wrapper.cube-type-fit {
    background: transparent
}

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: transparent;
    object-fit: contain
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item {
    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;
    object-fit: cover;
    object-position: center
}

div.pro-gallery .gallery-item-container .gallery-item-wrapper .gallery-item.gallery-item-loaded {
    background-color: transparent;
    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
}

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: white;
    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, 0.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, 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, 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
}

.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
}

._SIYmI .gallery-item-hover::before {
    background: unset !important
}

._SIYmI.post-list-pro-gallery-list-large.gallery-right-align .gallery-item-wrapper,
._SIYmI.post-list-pro-gallery-list-medium.gallery-right-align .gallery-item-wrapper,
._SIYmI.post-list-pro-gallery-list.gallery-right-align .gallery-item-wrapper {
    top: 13px;
    /*!rtl:begin:ignore*/
    right: 13px;
    /*!rtl:end:ignore*/
}

._SIYmI.post-list-pro-gallery-list-large.gallery-left-align .gallery-item-wrapper,
._SIYmI.post-list-pro-gallery-list-medium.gallery-left-align .gallery-item-wrapper,
._SIYmI.post-list-pro-gallery-list.gallery-left-align .gallery-item-wrapper {
    top: 13px;
    /*!rtl:begin:ignore*/
    left: 13px;
    /*!rtl:end:ignore*/
}

._SIYmI.post-list-pro-gallery-list-large .gallery-item-common-info,
._SIYmI.post-list-pro-gallery-list-medium .gallery-item-common-info,
._SIYmI.post-list-pro-gallery-list .gallery-item-common-info {
    overflow: visible !important
}

._SIYmI.post-list-pro-gallery-slider {
    border-style: solid
}

._SIYmI[class^=post-list-pro-gallery] .gallery-item-wrapper {
    cursor: pointer
}

._SIYmI #pro-gallery-container .gallery-item-container {
    scroll-snap-align: center !important
}

._SIYmI.post-list-pro-gallery-flat #pro-gallery-container .gallery-item-container {
    transform-style: flat;
    will-change: top, left, width, height
}

.mobile-slider-border-styles ._SIYmI.post-list-pro-gallery-slider {
    border-style: solid
}

.dvQCZJ {
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: -1
}

.KhVdjt,
.acbUIp,
.IeY3vx,
.gwgQCb,
.lfi41p,
.sI4Nnn {
    line-height: 1
}

.wR7lgz {
    display: flex
}

.wR7lgz .sI4Nnn {
    opacity: 1;
    cursor: inherit
}

.wR7lgz .RcfyI6,
.wR7lgz .ixAZGX {
    cursor: pointer;
    font-size: 14px
}

.wR7lgz .ixAZGX {
    opacity: .8
}

.Q00AY9 {
    display: flex;
    align-items: center;
    height: 100%;
    font-family: "Avenir Next";
    font-size: 16px
}

@media only screen and (max-width: 500px) {
    .Q00AY9 {
        max-width: 100%;
        overflow-y: hidden
    }
}

.Zleldg,
.IEV8qS,
.r1vD9L {
    display: flex;
    align-items: center;
    justify-content: center
}

.IEV8qS,
.r1vD9L {
    margin: 0 3px;
    min-width: 36px;
    min-height: 36px;
    cursor: pointer;
    color: inherit
}

.MdMxZP .IEV8qS,
.MdMxZP .r1vD9L {
    margin: 0 6px
}

.FGoscc {
    cursor: default
}

.XPZZnN {
    opacity: .4;
    cursor: default
}

.Zleldg {
    min-width: 48px;
    margin: 0 6px
}

.aq_u4p {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 16px 0 30px
}

.aq_u4p.HcArW_ {
    margin: 1px 0 0;
    min-height: 68px
}

.arh2qf {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 36px 30px;
    text-align: center;
    overflow: hidden;
    border-style: solid
}

.app-mobile .arh2qf {
    box-shadow: 0 1px rgba(0, 0, 0, .1)
}

@media(min-width: 980px) {
    .use-media-queries .arh2qf {
        height: 450px;
        padding: 0;
        border-style: solid
    }
}

.gt-sm .arh2qf {
    height: 450px;
    padding: 0;
    border-style: solid
}

.cJscj1 {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 34px
}

.cJscj1:focus {
    box-shadow: none !important
}

@media(min-width: 980px) {
    .use-media-queries .cJscj1 {
        margin-bottom: 12px;
        font-size: 32px;
        max-width: 620px;
        line-height: 1.5
    }
}

.gt-sm .cJscj1 {
    margin-bottom: 12px;
    font-size: 32px;
    max-width: 620px;
    line-height: 1.5
}

.cTdFFO {
    line-height: 1.5
}

@media(min-width: 980px) {
    .use-media-queries .cTdFFO {
        max-width: 620px
    }
}

.gt-sm .cTdFFO {
    max-width: 620px
}

.clf9mN {
    font-size: 16px
}

.wdbmEY {
    font-size: 18px;
    margin-top: 18px
}

@media(min-width: 980px) {
    .use-media-queries .wdbmEY {
        margin-top: 48px
    }
}

.gt-sm .wdbmEY {
    margin-top: 48px
}

.nAaNon {
    color: #000;
    background-color: #fff
}

.zVjbZW {
    margin-bottom: 0;
    padding-bottom: 20px
}

.t1YWug {
    position: relative;
    min-height: 100%;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.t1YWug * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.t1YWug *,
.t1YWug *::before,
.t1YWug *::after {
    box-sizing: inherit
}

.t1YWug a,
.t1YWug a:visited {
    text-decoration: none
}

.t1YWug textarea {
    font-family: inherit
}

@media screen {
    html.enable-scroll .t1YWug,
    html.enable-scroll .qHpbsu,
    html.enable-scroll body,
    html.enable-scroll #root {
        height: 100%;
        display: flex;
        flex-direction: column
    }
}

.qHpbsu {
    position: relative
}

html.enable-scroll .qHpbsu {
    flex: 1;
    overflow-y: auto
}

.medium-gap .qHpbsu {
    padding-top: 50px
}

.large-gap .qHpbsu {
    padding-top: 100px
}

html {
    height: 100%;
    margin: 0;
    padding: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    touch-action: manipulation
}

body {
    margin: 0;
    padding: 0;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-highlight: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

#root {
    margin: 0;
    padding: 0
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.gallery-item-common-info.gallery-item-right-info {
    position: absolute;
    /*!rtl:begin:ignore*/
    right: 0;
    /*!rtl:end:ignore*/
}

.gallery-item-common-info.gallery-item-left-info {
    position: absolute;
    /*!rtl:begin:ignore*/
    left: 0;
    /*!rtl:end:ignore*/
}

#pro-gallery-container button.nav-arrows-container {
    box-sizing: border-box
}

.sXdULV {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.sXdULV * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.sXdULV *,
.sXdULV *::before,
.sXdULV *::after {
    box-sizing: inherit
}

.sXdULV a,
.sXdULV a:visited {
    text-decoration: none
}

.sXdULV textarea {
    font-family: inherit
}

.b79EPn {
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.b79EPn * {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.b79EPn *,
.b79EPn *::before,
.b79EPn *::after {
    box-sizing: inherit
}

.b79EPn a,
.b79EPn a:visited {
    text-decoration: none
}

.b79EPn textarea {
    font-family: inherit
}

.x-rtl-check {
    text-align: left
}

.comp-krcefe2h .mW_sDH .Bt5sQV .dXvq5u .H_gEjP {
    margin-left: 10px
}

.comp-krcefe2h .mW_sDH .JGhsWK {
    text-align: right
}

.comp-krcefe2h .mW_sDH .HhgCcE {
    text-align: right
}

.comp-krcefe2h .RiOfiW {
    margin-left: 0;
    margin-right: 0
}

.comp-krcefe2h .RiOfiW.FnDyW0 {
    direction: ltr
}

.comp-krcefe2h .ivAnV0 .pccjOy,
.comp-krcefe2h .ivAnV0 .ITPCIq,
.comp-krcefe2h .NAWdyL .pccjOy,
.comp-krcefe2h .NAWdyL .ITPCIq,
.comp-krcefe2h .PoYsMP .pccjOy,
.comp-krcefe2h .PoYsMP .ITPCIq,
.comp-krcefe2h .EfvfyL .pccjOy,
.comp-krcefe2h .EfvfyL .ITPCIq,
.comp-krcefe2h .g8vcTX .pccjOy,
.comp-krcefe2h .g8vcTX .ITPCIq,
.comp-krcefe2h .TBrkhx .pccjOy,
.comp-krcefe2h .TBrkhx .ITPCIq {
    left: 0;
    right: 0
}

.comp-krcefe2h .iSTCpN.sCkhyN {
    left: 0
}

.comp-krcefe2h .iSTCpN.LdmkLw {
    left: 0
}

.comp-krcefe2h .JMCi2v.pu51Xe {
    text-align: left
}

.comp-krcefe2h .JMCi2v.ivAnV0.ac4Ofz,
.comp-krcefe2h .JMCi2v.g8vcTX.ac4Ofz,
.comp-krcefe2h .JMCi2v.TBrkhx.ac4Ofz {
    padding-right: 0
}

.comp-krcefe2h .FbwBsX.x_FPRX.ZBB0ua,
.comp-krcefe2h .FbwBsX.lyd6fK.ZBB0ua,
.comp-krcefe2h .FbwBsX.i_25UC.ZBB0ua,
.comp-krcefe2h .FbwBsX.yWOr1I.ZBB0ua,
.comp-krcefe2h .FbwBsX.NAWdyL.ZBB0ua,
.comp-krcefe2h .FbwBsX.PoYsMP.ZBB0ua,
.comp-krcefe2h .FbwBsX.EfvfyL.ZBB0ua,
.comp-krcefe2h .FbwBsX.TBrkhx.ZBB0ua,
.comp-krcefe2h .FbwBsX.g8vcTX.ZBB0ua,
.comp-krcefe2h .FbwBsX.hKl06e.ZBB0ua,
.comp-krcefe2h .FbwBsX.UUSLFD.ZBB0ua {
    margin-right: 30px
}

.comp-krcefe2h .FbwBsX.x_FPRX.xs2MeC.ZBB0ua,
.comp-krcefe2h .FbwBsX.lyd6fK.xs2MeC.ZBB0ua,
.comp-krcefe2h .FbwBsX.i_25UC.xs2MeC.ZBB0ua,
.comp-krcefe2h .FbwBsX.yWOr1I.xs2MeC.ZBB0ua,
.comp-krcefe2h .FbwBsX.NAWdyL.xs2MeC.ZBB0ua,
.comp-krcefe2h .FbwBsX.PoYsMP.xs2MeC.ZBB0ua,
.comp-krcefe2h .FbwBsX.EfvfyL.xs2MeC.ZBB0ua,
.comp-krcefe2h .FbwBsX.TBrkhx.xs2MeC.ZBB0ua,
.comp-krcefe2h .FbwBsX.g8vcTX.xs2MeC.ZBB0ua,
.comp-krcefe2h .FbwBsX.hKl06e.xs2MeC.ZBB0ua,
.comp-krcefe2h .FbwBsX.UUSLFD.xs2MeC.ZBB0ua {
    margin-right: 0
}

@media(min-width: 660px) {
    .comp-krcefe2h .use-media-queries .FbwBsX.hKl06e.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.lyd6fK.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.i_25UC.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.yWOr1I.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.UUSLFD.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.NAWdyL.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.PoYsMP.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.EfvfyL.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.g8vcTX.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.TBrkhx.ZBB0ua {
        margin-right: 30px
    }
    .comp-krcefe2h .use-media-queries .FbwBsX.hKl06e.xs2MeC.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.lyd6fK.xs2MeC.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.i_25UC.xs2MeC.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.yWOr1I.xs2MeC.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.UUSLFD.xs2MeC.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.NAWdyL.xs2MeC.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.PoYsMP.xs2MeC.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.EfvfyL.xs2MeC.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.g8vcTX.xs2MeC.ZBB0ua,
    .comp-krcefe2h .use-media-queries .FbwBsX.TBrkhx.xs2MeC.ZBB0ua {
        margin-right: 0
    }
}

.comp-krcefe2h .gt-xs .FbwBsX.hKl06e.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.lyd6fK.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.i_25UC.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.yWOr1I.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.UUSLFD.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.NAWdyL.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.PoYsMP.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.EfvfyL.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.g8vcTX.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.TBrkhx.ZBB0ua {
    margin-right: 30px
}

.comp-krcefe2h .gt-xs .FbwBsX.hKl06e.xs2MeC.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.lyd6fK.xs2MeC.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.i_25UC.xs2MeC.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.yWOr1I.xs2MeC.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.UUSLFD.xs2MeC.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.NAWdyL.xs2MeC.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.PoYsMP.xs2MeC.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.EfvfyL.xs2MeC.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.g8vcTX.xs2MeC.ZBB0ua,
.comp-krcefe2h .gt-xs .FbwBsX.TBrkhx.xs2MeC.ZBB0ua {
    margin-right: 0
}

.comp-krcefe2h .sCkhyN.NPsER6 {
    left: 24px;
    right: 24px
}

.comp-krcefe2h .LdmkLw.NPsER6,
.comp-krcefe2h .hp0NoL.NPsER6,
.comp-krcefe2h .FK1tXh.NPsER6,
.comp-krcefe2h .JnzaaY.NPsER6 {
    left: 24px;
    right: 24px
}

.comp-krcefe2h .EQ1O0U.xczrBK {
    --full-icon-color: #6586B7;
    --empty-icon-color: #E0E0E0;
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    font-size: 14px;
    color: #0F0E0E
}

.comp-krcefe2h .EQ1O0U.xczrBK.amZSNe {
    --full-icon-color: #6586B7;
    --empty-icon-color: #E0E0E0;
    color: #0F0E0E
}

.comp-krcefe2h .EQ1O0U.hrftIZ {
    --full-icon-color: #6586B7;
    --empty-icon-color: #E0E0E0;
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    font-size: 14px;
    color: #0F0E0E
}

.comp-krcefe2h .EQ1O0U.hrftIZ.amZSNe {
    --full-icon-color: #6586B7;
    --empty-icon-color: #E0E0E0;
    color: #0F0E0E
}

.comp-krcefe2h .EQ1O0U.zwuMcM {
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    font-size: 14px;
    --full-icon-color: #6586B7;
    --empty-icon-color: #E0E0E0;
    color: #0F0E0E
}

.comp-krcefe2h .EQ1O0U.zwuMcM.amZSNe {
    --full-icon-color: #6586B7;
    --empty-icon-color: #E0E0E0;
    color: #0F0E0E
}

.comp-krcefe2h .LtaU1R.rbBvhf ._zh4Km {
    left: -3px
}

.comp-krcefe2h .LtaU1R.rbBvhf .IiFRN3 {
    left: 8px
}

.comp-krcefe2h .TlM_il,
.comp-krcefe2h .h1CBon,
.comp-krcefe2h .ab2Jus,
.comp-krcefe2h .GKdqLq {
    left: 8px
}

.comp-krcefe2h .FYRNvd {
    padding-right: 5px
}

.comp-krcefe2h .p9gct4 .FYRNvd {
    padding-right: 0;
    padding-left: 5px
}

.comp-krcefe2h .t66ylj {
    padding-right: 2px
}

.comp-krcefe2h .eYQJQu:not(:first-child) {
    margin-left: 6px
}

.comp-krcefe2h .E54HWO>*+* {
    margin-left: 16px
}

.comp-krcefe2h .PsEy9r {
    margin-right: 16px
}

.comp-krcefe2h .dqpczu {
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    color: #FFFFFF;
    background-color: #6586B7;
    border-color: #6586B7;
    border-width: 0px;
    border-radius: 0px;
    padding: 6px 12px
}

.comp-krcefe2h .dqpczu:hover {
    color: #FFFFFF;
    background-color: #6586B7;
    border-color: #6586B7
}

.comp-krcefe2h .SkWvPq {
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    color: #6586B7
}

.comp-krcefe2h .SkWvPq:hover {
    color: #6586B7
}

.comp-krcefe2h .iT3c03.dqpczu {
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    color: #FFFFFF;
    background-color: #6586B7;
    border-color: #6586B7;
    border-width: 0px;
    border-radius: 0px;
    padding: 6px 12px
}

.comp-krcefe2h .iT3c03.SkWvPq {
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    color: #6586B7
}

.comp-krcefe2h .oEw3_Y {
    right: 0;
    left: 0
}

.comp-krcefe2h .hULj4j {
    right: 0;
    left: 0
}

.comp-krcefe2h .dZs5e3 {
    padding-left: 10px
}

.comp-krcefe2h .dZs5e3:first-child {
    padding-left: 0px
}

@media(min-width: 980px) {
    .comp-krcefe2h .use-media-queries .mtJpOF .dZs5e3 {
        padding-left: 18px
    }
}

.comp-krcefe2h .gt-sm .mtJpOF .dZs5e3 {
    padding-left: 18px
}

.comp-krcefe2h .dlINDG {
    padding-left: 12px
}

.comp-krcefe2h .dlINDG:first-child {
    padding-left: 0px
}

.comp-krcefe2h .XqK7Ko>*+* {
    margin-left: 18px
}

.comp-krcefe2h .V_aJB6 {
    margin-right: auto
}

@media(min-width: 980px) {
    .comp-krcefe2h .use-media-queries .YiEou4 {
        margin-left: auto
    }
}

.comp-krcefe2h .gt-sm .YiEou4 {
    margin-left: auto
}

.comp-krcefe2h .Dgs_GX {
    margin-right: 3px
}

.comp-krcefe2h .YiEou4+.Dgs_GX {
    margin-left: 12px
}

.comp-krcefe2h .GygROR {
    margin-right: -9px
}

.comp-krcefe2h .GygROR.pWST8_,
.comp-krcefe2h .GygROR.rDlcKq {
    margin-right: -18px
}

@media(min-width: 980px) {
    .comp-krcefe2h .use-media-queries .Mo4mKl .GygROR {
        margin-right: 0
    }
}

.comp-krcefe2h .gt-sm .Mo4mKl .GygROR {
    margin-right: 0
}

.comp-krcefe2h ._SIYmI.post-list-pro-gallery-slider {
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.75)
}

.comp-krcefe2h ._SIYmI.post-list-pro-gallery-slider .gallery-slideshow .pro-gallery .gallery-slideshow-info {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.comp-krcefe2h .mobile-slider-border-styles ._SIYmI.post-list-pro-gallery-slider {
    border-width: 1px;
    border-color: #F4F4F4
}

.comp-krcefe2h .mobile-slider-border-styles ._SIYmI.post-list-pro-gallery-slider .gallery-slideshow .pro-gallery .gallery-slideshow-info {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.comp-krcefe2h .dvQCZJ {
    left: 0;
    right: 0
}

.comp-krcefe2h .wR7lgz .RcfyI6,
.comp-krcefe2h .wR7lgz .ixAZGX {
    margin-right: 48px
}

.comp-krcefe2h .sXdULV {
    background-color: rgba(255, 255, 255, 0)
}

.comp-krcefe2h .b79EPn {
    background-color: rgba(0, 0, 0, 0)
}

.comp-krcefe2h .nav-arrows-container svg {
    fill: rgb(15, 14, 14);
    stroke: rgb(15, 14, 14)
}

.comp-krcefe2h .mobile-slider-arrow-color .nav-arrows-container svg {
    fill: #071F4E;
    stroke: #071F4E
}

.comp-krcefe2h .blog-post-post-list-title-font {
    font: normal normal normal 20px/25px wfont_abbc3e_aaf2ddf61c614949b1359b4da5fa759f, wf_aaf2ddf61c614949b1359b4da, orig_proxima_nova_bold;
    line-height: normal
}

.comp-krcefe2h .post-list-pro-gallery-list .blog-post-post-list-title-font {
    font: normal normal normal 20px/25px wfont_abbc3e_aaf2ddf61c614949b1359b4da5fa759f, wf_aaf2ddf61c614949b1359b4da, orig_proxima_nova_bold
}

.comp-krcefe2h .blog-post-post-list-description-style-font {
    font: normal normal normal 16px/20px wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    line-height: normal
}

.comp-krcefe2h .blog-post-post-list-description-font {
    font: normal normal normal 16px/20px wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit
}

.comp-krcefe2h .blog-post-post-list-post-container .blog-post-text-font {
    font: normal normal normal 16px/20px wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    line-height: normal
}

.comp-krcefe2h .blog-post-post-list-mobile-post-container .blog-post-text-font {
    font: normal normal normal 16px/20px wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    line-height: normal
}

.comp-krcefe2h .blog-post-list-pagination-active {
    color: rgb(111, 103, 207)
}

.comp-krcefe2h .blog-post-list-mobile-pagination-active {
    color: #6586B7
}

.comp-krcefe2h .blog-post-post-list-title-color {
    color: rgb(36, 35, 35)
}

.comp-krcefe2h .blog-post-post-list-mobile-title-color {
    color: #0F0E0E
}

.comp-krcefe2h .blog-post-post-list-TOI-title-color {
    color: #FFFFFF
}

.comp-krcefe2h .blog-post-post-list-TOI-mobile-title-color {
    color: #FFFFFF
}

.comp-krcefe2h .blog-post-post-list-description-color {
    color: rgb(36, 35, 35)
}

.comp-krcefe2h .blog-post-post-list-mobile-description-color {
    color: #0F0E0E
}

.comp-krcefe2h .blog-post-post-list-description-fill {
    fill: rgb(36, 35, 35)
}

.comp-krcefe2h .blog-post-post-list-mobile-description-fill {
    fill: #0F0E0E
}

.comp-krcefe2h .blog-post-post-list-description-background-color {
    background-color: rgb(36, 35, 35)
}

.comp-krcefe2h .blog-post-post-list-mobile-description-background-color {
    background-color: #0F0E0E
}

.comp-krcefe2h .blog-post-post-list-TOI-description-color {
    color: #FFFFFF
}

.comp-krcefe2h .blog-post-post-list-TOI-mobile-description-color {
    color: #FFFFFF
}

.comp-krcefe2h .blog-post-post-list-TOI-description-fill {
    fill: #FFFFFF
}

.comp-krcefe2h .blog-post-post-list-TOI-mobile-description-fill {
    fill: #FFFFFF
}

.comp-krcefe2h .blog-post-post-list-TOI-description-background-color {
    background-color: #FFFFFF
}

.comp-krcefe2h .blog-post-post-list-TOI-mobile-description-background-color {
    background-color: #FFFFFF
}

.comp-krcefe2h .blog-post-post-list-border-color {
    border-color: rgba(255, 255, 255, 0.75)
}

.comp-krcefe2h .blog-post-post-list-mobile-border-color {
    border-color: #F4F4F4
}

.comp-krcefe2h .blog-post-post-list-overlay-background-color {
    background-color: rgba(0, 0, 0, 0.55)
}

.comp-krcefe2h .blog-post-post-list-mobile-overlay-background-color {
    background-color: rgba(0, 0, 0, 0.55)
}

.comp-krcefe2h .blog-post-post-list-link-hashtag-hover-color:hover {
    color: rgb(111, 103, 207)
}

.comp-krcefe2h .blog-post-post-list-mobile-link-hashtag-hover-color:hover {
    color: #6586B7
}

.comp-krcefe2h .blog-post-post-list-link-hashtag-hover-fill:hover {
    fill: rgb(111, 103, 207)
}

.comp-krcefe2h .blog-post-post-list-mobile-link-hashtag-hover-fill:hover {
    fill: #6586B7
}

.comp-krcefe2h .blog-post-post-list-link-hashtag-hover-color:hover .blog-post-post-list-title-color {
    color: rgb(111, 103, 207)
}

.comp-krcefe2h .blog-post-post-list-mobile-link-hashtag-hover-color:hover .blog-post-post-list-mobile-title-color {
    color: #6586B7
}

.comp-krcefe2h .blog-post-post-list-link-hashtag-hover-color:hover .blog-post-post-list-TOI-title-color {
    color: rgb(111, 103, 207)
}

.comp-krcefe2h .blog-post-post-list-mobile-link-hashtag-hover-color:hover .blog-post-post-list-TOI-mobile-title-color {
    color: #6586B7
}

.comp-krcefe2h .blog-post-post-list-background-color {
    background-color: rgba(255, 255, 255, 0.14)
}

.comp-krcefe2h .blog-post-post-list-mobile-background-color {
    background-color: #FFFFFF
}

.comp-krcefe2h .blog-post-post-list-TOI-background-color {
    background-color: #0F0E0E
}

.comp-krcefe2h .blog-post-post-list-TOI-mobile-background-color {
    background-color: #0F0E0E
}

.comp-krcefe2h .blog-post-post-list-hover-container:hover .blog-hover-container-element-color {
    color: rgb(111, 103, 207)
}

.comp-krcefe2h .blog-post-post-list-mobile-hover-container:hover .blog-hover-container-element-color {
    color: #6586B7
}

.comp-krcefe2h .blog-post-post-list-hover-container:hover .blog-hover-container-element-fill {
    fill: rgb(111, 103, 207)
}

.comp-krcefe2h .blog-post-post-list-mobile-hover-container:hover .blog-hover-container-element-fill {
    fill: #6586B7
}

.comp-krcefe2h .blog-post-post-list-post-container .blog-link-hashtag-color {
    color: rgb(111, 103, 207)
}

.comp-krcefe2h .blog-post-post-list-mobile-post-container .blog-link-hashtag-color {
    color: #6586B7
}

.comp-krcefe2h .blog-post-post-list-post-container .blog-post-text-color {
    color: rgb(36, 35, 35)
}

.comp-krcefe2h .blog-post-post-list-mobile-post-container .blog-post-text-color {
    color: #0F0E0E
}

.comp-krcefe2h .blog-post-post-list-post-container .blog-icon-fill {
    fill: rgb(36, 35, 35)
}

.comp-krcefe2h .blog-post-post-list-mobile-post-container .blog-icon-fill {
    fill: #0F0E0E
}

.comp-krcefe2h .blog-post-post-list-post-container .blog-link-hover-color:hover {
    color: rgb(111, 103, 207)
}

.comp-krcefe2h .blog-post-post-list-mobile-post-container .blog-link-hover-color:hover {
    color: #6586B7
}

.comp-krcefe2h .blog-post-post-list-post-container .blog-link-hover-fill:hover {
    fill: rgb(111, 103, 207)
}

.comp-krcefe2h .blog-post-post-list-mobile-post-container .blog-link-hover-fill:hover {
    fill: #6586B7
}

.comp-krcefe2h .njVPpi {
    margin-left: 12px
}

.comp-krgsgaja .mW_sDH .Bt5sQV .dXvq5u .H_gEjP {
    margin-left: 10px
}

.comp-krgsgaja .mW_sDH .JGhsWK {
    text-align: right
}

.comp-krgsgaja .mW_sDH .HhgCcE {
    text-align: right
}

.comp-krgsgaja .RiOfiW {
    margin-left: 0;
    margin-right: 0
}

.comp-krgsgaja .RiOfiW.FnDyW0 {
    direction: ltr
}

.comp-krgsgaja .ivAnV0 .pccjOy,
.comp-krgsgaja .ivAnV0 .ITPCIq,
.comp-krgsgaja .NAWdyL .pccjOy,
.comp-krgsgaja .NAWdyL .ITPCIq,
.comp-krgsgaja .PoYsMP .pccjOy,
.comp-krgsgaja .PoYsMP .ITPCIq,
.comp-krgsgaja .EfvfyL .pccjOy,
.comp-krgsgaja .EfvfyL .ITPCIq,
.comp-krgsgaja .g8vcTX .pccjOy,
.comp-krgsgaja .g8vcTX .ITPCIq,
.comp-krgsgaja .TBrkhx .pccjOy,
.comp-krgsgaja .TBrkhx .ITPCIq {
    left: 0;
    right: 0
}

.comp-krgsgaja .iSTCpN.sCkhyN {
    left: 0
}

.comp-krgsgaja .iSTCpN.LdmkLw {
    left: 0
}

.comp-krgsgaja .JMCi2v.pu51Xe {
    text-align: left
}

.comp-krgsgaja .JMCi2v.ivAnV0.ac4Ofz,
.comp-krgsgaja .JMCi2v.g8vcTX.ac4Ofz,
.comp-krgsgaja .JMCi2v.TBrkhx.ac4Ofz {
    padding-right: 0
}

.comp-krgsgaja .FbwBsX.x_FPRX.ZBB0ua,
.comp-krgsgaja .FbwBsX.lyd6fK.ZBB0ua,
.comp-krgsgaja .FbwBsX.i_25UC.ZBB0ua,
.comp-krgsgaja .FbwBsX.yWOr1I.ZBB0ua,
.comp-krgsgaja .FbwBsX.NAWdyL.ZBB0ua,
.comp-krgsgaja .FbwBsX.PoYsMP.ZBB0ua,
.comp-krgsgaja .FbwBsX.EfvfyL.ZBB0ua,
.comp-krgsgaja .FbwBsX.TBrkhx.ZBB0ua,
.comp-krgsgaja .FbwBsX.g8vcTX.ZBB0ua,
.comp-krgsgaja .FbwBsX.hKl06e.ZBB0ua,
.comp-krgsgaja .FbwBsX.UUSLFD.ZBB0ua {
    margin-right: 30px
}

.comp-krgsgaja .FbwBsX.x_FPRX.xs2MeC.ZBB0ua,
.comp-krgsgaja .FbwBsX.lyd6fK.xs2MeC.ZBB0ua,
.comp-krgsgaja .FbwBsX.i_25UC.xs2MeC.ZBB0ua,
.comp-krgsgaja .FbwBsX.yWOr1I.xs2MeC.ZBB0ua,
.comp-krgsgaja .FbwBsX.NAWdyL.xs2MeC.ZBB0ua,
.comp-krgsgaja .FbwBsX.PoYsMP.xs2MeC.ZBB0ua,
.comp-krgsgaja .FbwBsX.EfvfyL.xs2MeC.ZBB0ua,
.comp-krgsgaja .FbwBsX.TBrkhx.xs2MeC.ZBB0ua,
.comp-krgsgaja .FbwBsX.g8vcTX.xs2MeC.ZBB0ua,
.comp-krgsgaja .FbwBsX.hKl06e.xs2MeC.ZBB0ua,
.comp-krgsgaja .FbwBsX.UUSLFD.xs2MeC.ZBB0ua {
    margin-right: 0
}

@media(min-width: 660px) {
    .comp-krgsgaja .use-media-queries .FbwBsX.hKl06e.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.lyd6fK.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.i_25UC.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.yWOr1I.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.UUSLFD.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.NAWdyL.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.PoYsMP.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.EfvfyL.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.g8vcTX.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.TBrkhx.ZBB0ua {
        margin-right: 30px
    }
    .comp-krgsgaja .use-media-queries .FbwBsX.hKl06e.xs2MeC.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.lyd6fK.xs2MeC.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.i_25UC.xs2MeC.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.yWOr1I.xs2MeC.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.UUSLFD.xs2MeC.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.NAWdyL.xs2MeC.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.PoYsMP.xs2MeC.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.EfvfyL.xs2MeC.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.g8vcTX.xs2MeC.ZBB0ua,
    .comp-krgsgaja .use-media-queries .FbwBsX.TBrkhx.xs2MeC.ZBB0ua {
        margin-right: 0
    }
}

.comp-krgsgaja .gt-xs .FbwBsX.hKl06e.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.lyd6fK.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.i_25UC.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.yWOr1I.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.UUSLFD.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.NAWdyL.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.PoYsMP.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.EfvfyL.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.g8vcTX.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.TBrkhx.ZBB0ua {
    margin-right: 30px
}

.comp-krgsgaja .gt-xs .FbwBsX.hKl06e.xs2MeC.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.lyd6fK.xs2MeC.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.i_25UC.xs2MeC.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.yWOr1I.xs2MeC.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.UUSLFD.xs2MeC.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.NAWdyL.xs2MeC.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.PoYsMP.xs2MeC.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.EfvfyL.xs2MeC.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.g8vcTX.xs2MeC.ZBB0ua,
.comp-krgsgaja .gt-xs .FbwBsX.TBrkhx.xs2MeC.ZBB0ua {
    margin-right: 0
}

.comp-krgsgaja .sCkhyN.NPsER6 {
    left: 24px;
    right: 24px
}

.comp-krgsgaja .LdmkLw.NPsER6,
.comp-krgsgaja .hp0NoL.NPsER6,
.comp-krgsgaja .FK1tXh.NPsER6,
.comp-krgsgaja .JnzaaY.NPsER6 {
    left: 24px;
    right: 24px
}

.comp-krgsgaja .EQ1O0U.xczrBK {
    --full-icon-color: #6586B7;
    --empty-icon-color: #E0E0E0;
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    font-size: 14px;
    color: #0F0E0E
}

.comp-krgsgaja .EQ1O0U.xczrBK.amZSNe {
    --full-icon-color: #6586B7;
    --empty-icon-color: #E0E0E0;
    color: #0F0E0E
}

.comp-krgsgaja .EQ1O0U.hrftIZ {
    --full-icon-color: #6586B7;
    --empty-icon-color: #E0E0E0;
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    font-size: 14px;
    color: #0F0E0E
}

.comp-krgsgaja .EQ1O0U.hrftIZ.amZSNe {
    --full-icon-color: #6586B7;
    --empty-icon-color: #E0E0E0;
    color: #0F0E0E
}

.comp-krgsgaja .EQ1O0U.zwuMcM {
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    font-size: 14px;
    --full-icon-color: #6586B7;
    --empty-icon-color: #E0E0E0;
    color: #0F0E0E
}

.comp-krgsgaja .EQ1O0U.zwuMcM.amZSNe {
    --full-icon-color: #6586B7;
    --empty-icon-color: #E0E0E0;
    color: #0F0E0E
}

.comp-krgsgaja .LtaU1R.rbBvhf ._zh4Km {
    left: -3px
}

.comp-krgsgaja .LtaU1R.rbBvhf .IiFRN3 {
    left: 8px
}

.comp-krgsgaja .TlM_il,
.comp-krgsgaja .h1CBon,
.comp-krgsgaja .ab2Jus,
.comp-krgsgaja .GKdqLq {
    left: 8px
}

.comp-krgsgaja .FYRNvd {
    padding-right: 5px
}

.comp-krgsgaja .p9gct4 .FYRNvd {
    padding-right: 0;
    padding-left: 5px
}

.comp-krgsgaja .t66ylj {
    padding-right: 2px
}

.comp-krgsgaja .eYQJQu:not(:first-child) {
    margin-left: 6px
}

.comp-krgsgaja .E54HWO>*+* {
    margin-left: 16px
}

.comp-krgsgaja .PsEy9r {
    margin-right: 16px
}

.comp-krgsgaja .dqpczu {
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    color: #FFFFFF;
    background-color: #6586B7;
    border-color: #6586B7;
    border-width: 0px;
    border-radius: 0px;
    padding: 6px 12px
}

.comp-krgsgaja .dqpczu:hover {
    color: #FFFFFF;
    background-color: #6586B7;
    border-color: #6586B7
}

.comp-krgsgaja .SkWvPq {
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    color: #6586B7
}

.comp-krgsgaja .SkWvPq:hover {
    color: #6586B7
}

.comp-krgsgaja .iT3c03.dqpczu {
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    color: #FFFFFF;
    background-color: #6586B7;
    border-color: #6586B7;
    border-width: 0px;
    border-radius: 0px;
    padding: 6px 12px
}

.comp-krgsgaja .iT3c03.SkWvPq {
    font: normal normal normal 14px/1.4em wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    color: #6586B7
}

.comp-krgsgaja .oEw3_Y {
    right: 0;
    left: 0
}

.comp-krgsgaja .hULj4j {
    right: 0;
    left: 0
}

.comp-krgsgaja .dZs5e3 {
    padding-left: 10px
}

.comp-krgsgaja .dZs5e3:first-child {
    padding-left: 0px
}

@media(min-width: 980px) {
    .comp-krgsgaja .use-media-queries .mtJpOF .dZs5e3 {
        padding-left: 18px
    }
}

.comp-krgsgaja .gt-sm .mtJpOF .dZs5e3 {
    padding-left: 18px
}

.comp-krgsgaja .dlINDG {
    padding-left: 12px
}

.comp-krgsgaja .dlINDG:first-child {
    padding-left: 0px
}

.comp-krgsgaja .XqK7Ko>*+* {
    margin-left: 18px
}

.comp-krgsgaja .V_aJB6 {
    margin-right: auto
}

@media(min-width: 980px) {
    .comp-krgsgaja .use-media-queries .YiEou4 {
        margin-left: auto
    }
}

.comp-krgsgaja .gt-sm .YiEou4 {
    margin-left: auto
}

.comp-krgsgaja .Dgs_GX {
    margin-right: 3px
}

.comp-krgsgaja .YiEou4+.Dgs_GX {
    margin-left: 12px
}

.comp-krgsgaja .GygROR {
    margin-right: -9px
}

.comp-krgsgaja .GygROR.pWST8_,
.comp-krgsgaja .GygROR.rDlcKq {
    margin-right: -18px
}

@media(min-width: 980px) {
    .comp-krgsgaja .use-media-queries .Mo4mKl .GygROR {
        margin-right: 0
    }
}

.comp-krgsgaja .gt-sm .Mo4mKl .GygROR {
    margin-right: 0
}

.comp-krgsgaja ._SIYmI.post-list-pro-gallery-slider {
    border-width: 0px;
    border-color: rgba(255, 255, 255, 0.75)
}

.comp-krgsgaja ._SIYmI.post-list-pro-gallery-slider .gallery-slideshow .pro-gallery .gallery-slideshow-info {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.comp-krgsgaja .mobile-slider-border-styles ._SIYmI.post-list-pro-gallery-slider {
    border-width: 1px;
    border-color: rgba(244, 244, 244, 0.75)
}

.comp-krgsgaja .mobile-slider-border-styles ._SIYmI.post-list-pro-gallery-slider .gallery-slideshow .pro-gallery .gallery-slideshow-info {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.comp-krgsgaja .dvQCZJ {
    left: 0;
    right: 0
}

.comp-krgsgaja .wR7lgz .RcfyI6,
.comp-krgsgaja .wR7lgz .ixAZGX {
    margin-right: 48px
}

.comp-krgsgaja .sXdULV {
    background-color: rgba(255, 255, 255, 0)
}

.comp-krgsgaja .b79EPn {
    background-color: rgb(15, 14, 14)
}

.comp-krgsgaja .nav-arrows-container svg {
    fill: rgb(15, 14, 14);
    stroke: rgb(15, 14, 14)
}

.comp-krgsgaja .mobile-slider-arrow-color .nav-arrows-container svg {
    fill: #071F4E;
    stroke: #071F4E
}

.comp-krgsgaja .blog-post-post-list-title-font {
    font: normal normal normal 21px/26px proxima-n-w01-reg, proxima-n-w05-reg, sans-serif;
    line-height: normal
}

.comp-krgsgaja .post-list-pro-gallery-list .blog-post-post-list-title-font {
    font: normal normal normal 21px/26px proxima-n-w01-reg, proxima-n-w05-reg, sans-serif
}

.comp-krgsgaja .blog-post-post-list-description-style-font {
    font: normal normal normal 15px/18px wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    line-height: normal
}

.comp-krgsgaja .blog-post-post-list-description-font {
    font: normal normal normal 15px/18px wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    line-height: normal;
    font-style: inherit;
    font-weight: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit
}

.comp-krgsgaja .blog-post-post-list-post-container .blog-post-text-font {
    font: normal normal normal 15px/18px wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    line-height: normal
}

.comp-krgsgaja .blog-post-post-list-mobile-post-container .blog-post-text-font {
    font: normal normal normal 15px/18px wfont_b19fc4_f55e394b7efc4af0b0803f3ad31c838f, wf_f55e394b7efc4af0b0803f3ad, orig_proxima_nova_light;
    line-height: normal
}

.comp-krgsgaja .blog-post-list-pagination-active {
    color: rgb(232, 98, 185)
}

.comp-krgsgaja .blog-post-list-mobile-pagination-active {
    color: rgb(101, 134, 183)
}

.comp-krgsgaja .blog-post-post-list-title-color {
    color: rgb(110, 110, 110)
}

.comp-krgsgaja .blog-post-post-list-mobile-title-color {
    color: rgb(15, 14, 14)
}

.comp-krgsgaja .blog-post-post-list-TOI-title-color {
    color: rgb(255, 255, 255)
}

.comp-krgsgaja .blog-post-post-list-TOI-mobile-title-color {
    color: rgb(255, 255, 255)
}

.comp-krgsgaja .blog-post-post-list-description-color {
    color: #0F0E0E
}

.comp-krgsgaja .blog-post-post-list-mobile-description-color {
    color: rgb(15, 14, 14)
}

.comp-krgsgaja .blog-post-post-list-description-fill {
    fill: #0F0E0E
}

.comp-krgsgaja .blog-post-post-list-mobile-description-fill {
    fill: rgb(15, 14, 14)
}

.comp-krgsgaja .blog-post-post-list-description-background-color {
    background-color: #0F0E0E
}

.comp-krgsgaja .blog-post-post-list-mobile-description-background-color {
    background-color: rgb(15, 14, 14)
}

.comp-krgsgaja .blog-post-post-list-TOI-description-color {
    color: rgb(255, 255, 255)
}

.comp-krgsgaja .blog-post-post-list-TOI-mobile-description-color {
    color: rgb(255, 255, 255)
}

.comp-krgsgaja .blog-post-post-list-TOI-description-fill {
    fill: rgb(255, 255, 255)
}

.comp-krgsgaja .blog-post-post-list-TOI-mobile-description-fill {
    fill: rgb(255, 255, 255)
}

.comp-krgsgaja .blog-post-post-list-TOI-description-background-color {
    background-color: rgb(255, 255, 255)
}

.comp-krgsgaja .blog-post-post-list-TOI-mobile-description-background-color {
    background-color: rgb(255, 255, 255)
}

.comp-krgsgaja .blog-post-post-list-border-color {
    border-color: rgba(255, 255, 255, 0.75)
}

.comp-krgsgaja .blog-post-post-list-mobile-border-color {
    border-color: rgba(244, 244, 244, 0.75)
}

.comp-krgsgaja .blog-post-post-list-overlay-background-color {
    background-color: rgba(0, 0, 0, 0.61)
}

.comp-krgsgaja .blog-post-post-list-mobile-overlay-background-color {
    background-color: rgba(0, 0, 0, 0.55)
}

.comp-krgsgaja .blog-post-post-list-link-hashtag-hover-color:hover {
    color: rgb(232, 98, 185)
}

.comp-krgsgaja .blog-post-post-list-mobile-link-hashtag-hover-color:hover {
    color: rgb(101, 134, 183)
}

.comp-krgsgaja .blog-post-post-list-link-hashtag-hover-fill:hover {
    fill: rgb(232, 98, 185)
}

.comp-krgsgaja .blog-post-post-list-mobile-link-hashtag-hover-fill:hover {
    fill: rgb(101, 134, 183)
}

.comp-krgsgaja .blog-post-post-list-link-hashtag-hover-color:hover .blog-post-post-list-title-color {
    color: rgb(232, 98, 185)
}

.comp-krgsgaja .blog-post-post-list-mobile-link-hashtag-hover-color:hover .blog-post-post-list-mobile-title-color {
    color: rgb(101, 134, 183)
}

.comp-krgsgaja .blog-post-post-list-link-hashtag-hover-color:hover .blog-post-post-list-TOI-title-color {
    color: rgb(232, 98, 185)
}

.comp-krgsgaja .blog-post-post-list-mobile-link-hashtag-hover-color:hover .blog-post-post-list-TOI-mobile-title-color {
    color: rgb(101, 134, 183)
}

.comp-krgsgaja .blog-post-post-list-background-color {
    background-color: rgba(255, 255, 255, 0.14)
}

.comp-krgsgaja .blog-post-post-list-mobile-background-color {
    background-color: rgb(255, 255, 255)
}

.comp-krgsgaja .blog-post-post-list-TOI-background-color {
    background-color: #0F0E0E
}

.comp-krgsgaja .blog-post-post-list-TOI-mobile-background-color {
    background-color: #0F0E0E
}

.comp-krgsgaja .blog-post-post-list-hover-container:hover .blog-hover-container-element-color {
    color: rgb(232, 98, 185)
}

.comp-krgsgaja .blog-post-post-list-mobile-hover-container:hover .blog-hover-container-element-color {
    color: rgb(101, 134, 183)
}

.comp-krgsgaja .blog-post-post-list-hover-container:hover .blog-hover-container-element-fill {
    fill: rgb(232, 98, 185)
}

.comp-krgsgaja .blog-post-post-list-mobile-hover-container:hover .blog-hover-container-element-fill {
    fill: rgb(101, 134, 183)
}

.comp-krgsgaja .blog-post-post-list-post-container .blog-link-hashtag-color {
    color: rgb(232, 98, 185)
}

.comp-krgsgaja .blog-post-post-list-mobile-post-container .blog-link-hashtag-color {
    color: rgb(101, 134, 183)
}

.comp-krgsgaja .blog-post-post-list-post-container .blog-post-text-color {
    color: #0F0E0E
}

.comp-krgsgaja .blog-post-post-list-mobile-post-container .blog-post-text-color {
    color: rgb(15, 14, 14)
}

.comp-krgsgaja .blog-post-post-list-post-container .blog-icon-fill {
    fill: #0F0E0E
}

.comp-krgsgaja .blog-post-post-list-mobile-post-container .blog-icon-fill {
    fill: rgb(15, 14, 14)
}

.comp-krgsgaja .blog-post-post-list-post-container .blog-link-hover-color:hover {
    color: rgb(232, 98, 185)
}

.comp-krgsgaja .blog-post-post-list-mobile-post-container .blog-link-hover-color:hover {
    color: rgb(101, 134, 183)
}

.comp-krgsgaja .blog-post-post-list-post-container .blog-link-hover-fill:hover {
    fill: rgb(232, 98, 185)
}

.comp-krgsgaja .blog-post-post-list-mobile-post-container .blog-link-hover-fill:hover {
    fill: rgb(101, 134, 183)
}

.comp-krgsgaja .njVPpi {
    margin-left: 12px
}
