.gwx-flow{position:relative;--gwx-slide-size:100%;--gwx-slide-gap:1rem;--gwx-inactive-opacity:0.6}.gwx-flow.is-not-overflow:not(.gwx-flow--editor) :is(.gwx-flow__button,.gwx-flow__counter,.gwx-flow__dots,.gwx-flow__progress){display:none}.gwx-flow.is-not-overflow .gwx-flow__container{transform:none!important}.gwx-flow.is-not-overflow .gwx-flow-slide:last-child{margin-inline-end:0}.gwx-flow.is-destroyed .gwx-flow-slides{overflow:visible}.gwx-flow.is-destroyed .gwx-flow-slide{margin-block-end:0;margin-inline-end:0}.gwx-flow.is-destroyed:not(.gwx-flow--editor) :is(.gwx-flow__button,.gwx-flow__counter,.gwx-flow__dots,.gwx-flow__progress){display:none}.gwx-flow.is-destroyed:not(.gwx-flow--editor) .gwx-flow__container{transform:none!important}.gwx-flow.is-destroyed:not(.gwx-flow--grid-layout) .gwx-flow__container{display:flex;flex-wrap:wrap;gap:var(--gwx-slide-gap);justify-content:var(--gwx-flex-align,flex-start)}.gwx-flow.is-destroyed:not(.gwx-flow--grid-layout) .gwx-flow__container .gwx-flow-slide{flex:0 0 calc(var(--gwx-slide-size) - var(--gwx-slide-gap)*(var(--gwx-columns, 1) - 1)/var(--gwx-columns, 1));min-width:0}.gwx-flow.is-destroyed.gwx-flow--grid-layout .gwx-flow__container{display:grid;gap:var(--gwx-slide-gap);grid-auto-flow:row}.gwx-flow.is-destroyed.gwx-flow--grid-layout.has-columns .gwx-flow__container{grid-template-columns:repeat(var(--gwx-columns),1fr)}.gwx-flow.is-destroyed.gwx-flow--grid-layout:not(.has-columns) .gwx-flow__container{grid-template-columns:repeat(auto-fill,minmax(var(--gwx-slide-size,200px),1fr))}.gwx-flow.is-destroyed.gwx-flow--grid-layout.gwx-flow--equal-heights .gwx-flow__container{grid-auto-rows:1fr}.gwx-flow__viewport{overflow:hidden}.gwx-flow__container{display:flex;touch-action:pan-y pinch-zoom}.gwx-flow__container.is-dragging{cursor:grabbing;-moz-user-select:none;user-select:none;-webkit-user-select:none}.gwx-flow-slides{overflow:hidden}.gwx-flow-slide{display:flex;flex:0 0 calc(var(--gwx-slide-size) - var(--gwx-slide-gap)*(var(--gwx-columns, 1) - 1)/var(--gwx-columns, 1));margin-inline-end:var(--gwx-slide-gap);max-width:100%;min-width:0;overflow:clip}.gwx-flow-slide>.gwx-flow-slide__content{flex-grow:1;transform-origin:center center}.gwx-flow--fade{--gwx-slide-size:100%;--gwx-slide-gap:0}.gwx-flow--fade .gwx-flow-slide{flex:0 0 100%;margin-inline-end:0}.gwx-flow--vertical{--gwx-slide-height:var(--gwx-carousel-height,100px)}.gwx-flow--vertical .gwx-flow__container{flex-direction:column;height:var(--gwx-slide-height);touch-action:pan-x pinch-zoom}.gwx-flow--vertical .gwx-flow-slides{overflow:hidden}.gwx-flow--vertical .gwx-flow-slide{flex:0 0 auto;margin-block-end:var(--gwx-slide-gap);margin-inline-end:0;min-height:var(--gwx-slide-content-height,0);min-width:auto}.gwx-flow__empty,.gwx-flow__loading{align-items:center;color:var(--wp--preset--color--contrast,currentColor);display:flex;flex-direction:column;justify-content:center;opacity:.6;padding:2rem;text-align:center}.gwx-flow__dots.gwx-flow__pagination-shapes{align-items:center;color:inherit;display:flex;flex-wrap:wrap;font-size:1em;gap:var(--wp--style--gap,2px);--gwx-active-color:currentColor;--gwx-border-width:0.125em;background-color:transparent!important}.gwx-flow__dots.gwx-flow__pagination-shapes.is-vertical{flex-direction:column}.gwx-flow__dots.gwx-flow__pagination-shapes.is-justify-left{justify-content:flex-start}.gwx-flow__dots.gwx-flow__pagination-shapes.is-justify-center{justify-content:center}.gwx-flow__dots.gwx-flow__pagination-shapes.is-justify-right{justify-content:flex-end}.gwx-flow__dots.gwx-flow__pagination-shapes.is-justify-space-between{justify-content:space-between}.gwx-flow__dots.gwx-flow__pagination-shapes.is-align-top{align-items:flex-start}.gwx-flow__dots.gwx-flow__pagination-shapes.is-align-center{align-items:center}.gwx-flow__dots.gwx-flow__pagination-shapes.is-align-bottom{align-items:flex-end}.gwx-flow__dots.gwx-flow__pagination-shapes.is-align-stretch{align-items:stretch}.gwx-flow__dots.gwx-flow__pagination-shapes.is-nowrap{flex-wrap:nowrap}.gwx-flow__dots.gwx-flow__pagination-shapes[data-shape=rectangle]{display:grid;grid-auto-rows:auto;grid-template-columns:repeat(auto-fit,minmax(2.5em,1fr));justify-content:stretch;justify-items:stretch}.gwx-flow__pagination-shape{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;border:0;box-sizing:border-box;color:inherit;cursor:pointer;display:block;font-size:1em;margin:0;padding:0;position:relative}.gwx-flow__pagination-shape:after{background-color:currentColor;content:"";display:block;height:1em;opacity:var(--gwx-inactive-opacity,.6);transition:background-color .2s ease,opacity .2s ease;width:1em}.gwx-flow__pagination-shape:hover:after{opacity:1}.gwx-flow__pagination-shape:focus-visible{border-color:color-mix(in srgb,var(--form--input--focus--color) 85%,#000);outline-color:color-mix(in srgb,var(--form--input--focus--color) 50%,transparent);outline-offset:1px;outline-style:solid;outline-width:3px}.gwx-flow__pagination-shape.gwx-flow__dot--selected{cursor:default}.gwx-flow__pagination-shape.gwx-flow__dot--selected:after{background-color:var(--gwx-active-color);opacity:1}.gwx-flow__pagination-shape.gwx-flow__dot--selected:hover:after{opacity:1}.gwx-flow__pagination-shape--circle:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2735%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2735%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--square:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M18 18h64v64H18z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M18 18h64v64H18z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--diamond:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27m50 3 47 47-47 47L3 50z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27m50 3 47 47-47 47L3 50z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--rectangle{padding:.125em .2em}.gwx-flow__pagination-shape--rectangle:after{box-sizing:border-box;height:round(.325em,1px);width:100%}.gwx-flow__pagination-shape--circle-outline:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2728%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%2710%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2728%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%2710%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--square-outline:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-width=%2710%27 d=%27M25 25h50v50H25z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-width=%2710%27 d=%27M25 25h50v50H25z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--diamond-outline:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-width=%2710%27 d=%27m50 10 40 40-40 40-40-40z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-width=%2710%27 d=%27m50 10 40 40-40 40-40-40z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--circle-outline-fill:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2728%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%2710%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2728%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%2710%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--circle-outline-fill.gwx-flow__dot--selected:after{background-color:var(--gwx-active-color);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2735%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2735%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--square-outline-fill:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-width=%2710%27 d=%27M25 25h50v50H25z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-width=%2710%27 d=%27M25 25h50v50H25z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--square-outline-fill.gwx-flow__dot--selected:after{background-color:var(--gwx-active-color);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M18 18h64v64H18z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M18 18h64v64H18z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--diamond-outline-fill:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-width=%2710%27 d=%27m50 10 40 40-40 40-40-40z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-width=%2710%27 d=%27m50 10 40 40-40 40-40-40z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--diamond-outline-fill.gwx-flow__dot--selected:after{background-color:var(--gwx-active-color);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27m50 3 47 47-47 47L3 50z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27m50 3 47 47-47 47L3 50z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--pointer:before{background-color:currentColor;content:"";display:block;height:1em;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M18 18h64v64H18z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M18 18h64v64H18z%27/%3E%3C/svg%3E") center/contain no-repeat;opacity:var(--gwx-inactive-opacity);transition:background-color .2s ease,opacity .2s ease;width:1em}.gwx-flow__pagination-shape--pointer:after{bottom:0;height:1.32em;left:0;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 132%27%3E%3Cpath d=%27m50 26 32 24v64H18V50z%27/%3E%3C/svg%3E") center bottom/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 132%27%3E%3Cpath d=%27m50 26 32 24v64H18V50z%27/%3E%3C/svg%3E") center bottom/contain no-repeat;opacity:0;position:absolute;transition:opacity .2s ease;width:1em}.gwx-flow__pagination-shape--pointer:hover:before{opacity:calc(var(--gwx-inactive-opacity) + .2)}.gwx-flow__pagination-shape--pointer.gwx-flow__dot--selected:before,.gwx-flow__pagination-shape--pointer:hover:after{opacity:0}.gwx-flow__pagination-shape--pointer.gwx-flow__dot--selected:after{background-color:var(--gwx-active-color);opacity:1}.gwx-flow__pagination-shape--pointer.gwx-flow__dot--selected:hover:after{opacity:1}.gwx-flow__pagination-shape--circle-pip:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2728%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%278%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2728%27 fill=%27none%27 stroke=%27%23000%27 stroke-width=%278%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--circle-pip.gwx-flow__dot--selected:before{background-color:var(--gwx-active-color);content:"";inset:0;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2716%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2716%27/%3E%3C/svg%3E") center/contain no-repeat;opacity:1;position:absolute}.gwx-flow__pagination-shape--circle-pip.gwx-flow__dot--selected:after{background-color:currentColor;opacity:var(--gwx-inactive-opacity)}.gwx-flow__pagination-shape--square-pip:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-width=%278%27 d=%27M25 25h50v50H25z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-width=%278%27 d=%27M25 25h50v50H25z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--square-pip.gwx-flow__dot--selected:before{background-color:var(--gwx-active-color);content:"";inset:0;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M35 35h30v30H35z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M35 35h30v30H35z%27/%3E%3C/svg%3E") center/contain no-repeat;opacity:1;position:absolute}.gwx-flow__pagination-shape--square-pip.gwx-flow__dot--selected:after{background-color:currentColor;opacity:var(--gwx-inactive-opacity)}.gwx-flow__pagination-shape--diamond-pip:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-width=%278%27 d=%27m50 10 40 40-40 40-40-40z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath fill=%27none%27 stroke=%27%23000%27 stroke-width=%278%27 d=%27m50 10 40 40-40 40-40-40z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--diamond-pip.gwx-flow__dot--selected:before{background-color:var(--gwx-active-color);content:"";inset:0;-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27m50 28 22 22-22 22-22-22z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27m50 28 22 22-22 22-22-22z%27/%3E%3C/svg%3E") center/contain no-repeat;opacity:1;position:absolute}.gwx-flow__pagination-shape--diamond-pip.gwx-flow__dot--selected:after{background-color:currentColor;opacity:var(--gwx-inactive-opacity)}.gwx-flow__pagination-shape--circle-scale:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2720%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2720%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--circle-scale.gwx-flow__dot--selected:after{background-color:var(--gwx-active-color);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2735%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Ccircle cx=%2750%27 cy=%2750%27 r=%2735%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--square-scale:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M30 30h40v40H30z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M30 30h40v40H30z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--square-scale.gwx-flow__dot--selected:after{background-color:var(--gwx-active-color);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M18 18h64v64H18z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27M18 18h64v64H18z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--diamond-scale:after{-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27m50 20 30 30-30 30-30-30z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27m50 20 30 30-30 30-30-30z%27/%3E%3C/svg%3E") center/contain no-repeat}.gwx-flow__pagination-shape--diamond-scale.gwx-flow__dot--selected:after{background-color:var(--gwx-active-color);-webkit-mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27m50 3 47 47-47 47L3 50z%27/%3E%3C/svg%3E") center/contain no-repeat;mask:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 100 100%27%3E%3Cpath d=%27m50 3 47 47-47 47L3 50z%27/%3E%3C/svg%3E") center/contain no-repeat}
