:root{--joinchat-ico:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M3.516 3.516c4.686-4.686 12.284-4.686 16.97 0s4.686 12.283 0 16.97a12 12 0 0 1-13.754 2.299l-5.814.735a.392.392 0 0 1-.438-.44l.748-5.788A12 12 0 0 1 3.517 3.517zm3.61 17.043.3.158a9.85 9.85 0 0 0 11.534-1.758c3.843-3.843 3.843-10.074 0-13.918s-10.075-3.843-13.918 0a9.85 9.85 0 0 0-1.747 11.554l.16.303-.51 3.942a.196.196 0 0 0 .219.22zm6.534-7.003-.933 1.164a9.84 9.84 0 0 1-3.497-3.495l1.166-.933a.79.79 0 0 0 .23-.94L9.561 6.96a.79.79 0 0 0-.924-.445l-2.023.524a.797.797 0 0 0-.588.88 11.754 11.754 0 0 0 10.005 10.005.797.797 0 0 0 .88-.587l.525-2.023a.79.79 0 0 0-.445-.923L14.6 13.327a.79.79 0 0 0-.94.23z'/%3E%3C/svg%3E");--joinchat-font:-apple-system,blinkmacsystemfont,"Segoe UI",roboto,oxygen-sans,ubuntu,cantarell,"Helvetica Neue",sans-serif}.joinchat{--sep:20px;--bottom:var(--sep);--s:60px;--h:calc(var(--s)/2);--header:max(50px,var(--s)*1.166667);--vh:100vh;--ch:142;--cs:70%;--cl:49%;--bw:1;--text:hsl(0deg 0% clamp(0%,var(--bw)*1000%,100%)/clamp(70%,var(--bw)*1000%,100%));--hover:hsl(var(--ch) var(--cs) calc(var(--cl) + 20%));--hsl:var(--ch) var(--cs) var(--cl);--color:hsl(var(--hsl));--dark:hsl(var(--ch) var(--cs) calc(var(--cl) - 10%));--bg:hsl(var(--hsl)/4%);--msg:var(--color);color:var(--text);display:none;position:fixed;z-index:9000;right:var(--sep);bottom:var(--bottom);font:normal normal normal 16px/1.625em var(--joinchat-font);letter-spacing:0;animation:joinchat_show .5s cubic-bezier(.18,.89,.32,1.28) 10ms both;transform:scale3d(0,0,0);transform-origin:calc(var(--s)/-2) calc(var(--s)/-4);-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:manipulation;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:rgb(0 0 0/0);contain:style}.joinchat *,.joinchat :after,.joinchat :before{box-sizing:border-box}.joinchat--show{display:block;transform:scaleX(1)}.joinchat--left{right:auto;left:var(--sep)}.joinchat--dark{--msg:var(--dark)}.joinchat--noanim{animation:none}.joinchat--chatbox:not(.joinchat--noanim){transform-origin:0 0;animation-timing-function:ease-in-out}.joinchat--hidden{display:none!important}@supports not (width:clamp(1px,1%,10px)){.joinchat{--text:hsl(0deg 0% calc(var(--bw)*1%)/90%)}}.joinchat__button{position:absolute;z-index:2;bottom:8px;right:8px;height:var(--s);width:var(--s);background:#25d366 var(--joinchat-ico) 50%/60% no-repeat;color:inherit;border-radius:50%;box-shadow:1px 6px 24px 0 rgba(7,94,84,.24);cursor:pointer;transition:background-color .2s linear}.joinchat__button:hover{background-color:#128c7e}.joinchat:has(.joinchat__chatbox) .joinchat__button:hover{transition-duration:1.5s}.joinchat__button:active{background-color:#128c7e;transition:none}.joinchat--left .joinchat__button{right:auto;left:8px}.joinchat--chatbox .joinchat__button{display:none}.joinchat__button__ico{position:absolute;inset:0;display:flex;border-radius:50%;overflow:hidden;color:var(--text)!important}.joinchat__button__ico svg{width:var(--ico-size,100%);height:var(--ico-size,100%);margin:calc((100% - var(--ico-size, 1))/2)}.joinchat__button:has(.joinchat__button__ico){background:var(--color);box-shadow:1px 6px 24px 0 hsl(var(--ch) var(--cs) calc(var(--cl) - 10%)/24%)}.joinchat__button:has(.joinchat__button__ico):active,.joinchat__button:has(.joinchat__button__ico):hover{background:var(--hover)}.joinchat__button__image{position:absolute;inset:1px;border-radius:50%;overflow:hidden;opacity:0}.joinchat__button__image img,.joinchat__button__image video{display:block;width:100%;height:100%;object-fit:cover;object-position:center}.joinchat--show .joinchat__button__image{animation:joinchat_image_loop 20s linear 5s infinite normal both}.joinchat--img .joinchat__button__image{opacity:1;animation:none}.joinchat__badge{position:absolute;z-index:2;bottom:calc(var(--s) - 8px);right:4px;width:20px;height:20px;border:none;border-radius:50%;background:#e82c0c;color:#fff;font-size:12px;font-weight:600;line-height:20px;text-align:center;box-shadow:none;opacity:0;pointer-events:none}.joinchat--left .joinchat__badge{right:auto;left:calc(var(--s) - 8px)}.joinchat__badge.joinchat__badge--in{animation:joinchat_badge_in .5s cubic-bezier(.27,.9,.41,1.28) 1 both}.joinchat__badge.joinchat__badge--out{animation:joinchat_badge_out .4s cubic-bezier(.215,.61,.355,1) 1 both}.joinchat__tooltip{position:absolute;top:calc(var(--h) - 16px);right:calc(var(--s) + 16px);max-width:calc(100vw - var(--s) - 45px);height:32px;padding:0 14px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);line-height:31px;white-space:nowrap;opacity:0;transition:opacity .3s ease-out .4s;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));pointer-events:none}.joinchat__tooltip:after{content:"";display:block;position:absolute;top:10px;right:-6px;border:8px solid transparent;border-width:6px 0 6px 8px;border-left-color:#fff}.joinchat__tooltip div{width:-moz-max-content;width:max-content;max-width:100%;overflow:hidden;text-overflow:ellipsis}.joinchat--tooltip .joinchat__tooltip{animation:joinchat_tootlip 20s linear 5s 1 normal both}.joinchat--chatbox .joinchat__tooltip{display:none}.joinchat--left .joinchat__tooltip{right:auto;left:calc(var(--s) + 16px)}.joinchat--left .joinchat__tooltip:after{left:-6px;right:auto;border-color:transparent;border-width:6px 8px 6px 0;border-right-color:#fff}.joinchat__qr{position:absolute;z-index:2;bottom:calc(var(--s) + 24px);right:8px;display:none;flex-direction:column-reverse;width:228px;min-height:200px;padding:14px 14px 10px;border:none;border-radius:16px;background:#fff;color:rgba(0,0,0,.8);text-align:center;white-space:nowrap;filter:drop-shadow(0 1px 4px rgba(0,0,0,.4));animation:joinchat_badge_in .4s cubic-bezier(.11,.84,.83,1.01) .5s both;pointer-events:none}.joinchat__qr:after{content:"";display:block;position:absolute;bottom:-6px;right:calc(var(--h) - 6px);border:8px solid transparent;border-width:8px 6px 0;border-top-color:#fff}.joinchat--left .joinchat__qr{left:8px;right:auto}.joinchat--left .joinchat__qr:after{left:calc(var(--h) - 6px);right:auto}.joinchat__qr div{font-size:14px;color:#4a4a4a;overflow:hidden;text-overflow:ellipsis}.joinchat__qr canvas{display:block;width:200px;height:200px;margin:0;image-rendering:pixelated}.joinchat__chatbox{content-visibility:hidden;contain-intrinsic-size:auto 400px auto 240px;display:flex;flex-direction:column;position:absolute;bottom:0;right:0;z-index:1;width:calc(100vw - var(--sep)*2);max-width:400px;max-height:calc(var(--vh) - var(--bottom) - var(--sep));border-radius:calc(var(--h) + 2px);background:#fff linear-gradient(180deg,var(--color),var(--color) var(--header),var(--bg) var(--header),var(--bg));box-shadow:0 2px 6px 0 rgba(0,0,0,.5);text-align:left;overflow:hidden;transform:scale3d(0,0,0);opacity:0;transition:opacity 80ms,transform 0s linear 81ms}[dir=rtl] .joinchat__chatbox{text-align:right}.joinchat--chatbox .joinchat__chatbox{content-visibility:visible;opacity:1;transform:scaleX(1);transition:opacity .2s ease-out,transform 0s linear}.joinchat--left .joinchat__chatbox{right:auto;left:0}.joinchat--dark .joinchat__chatbox{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg))}.joinchat__header{display:flex;flex-flow:row;align-items:center;position:relative;flex-shrink:0;height:var(--header);padding:0 70px 0 26px;margin:0}[dir=rtl] .joinchat__header{padding:0 26px 0 70px}.joinchat__header span{font-size:19px;font-weight:600;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;opacity:.8}.joinchat__header a{font-size:11px;line-height:18px;color:inherit!important;text-decoration:none!important;fill:currentcolor;opacity:.8}.joinchat__header a svg{display:inline-block;width:auto;height:18px;vertical-align:-30%}.joinchat__header a:active,.joinchat__header a:hover{color:inherit!important;text-decoration:none!important;opacity:.9;filter:drop-shadow(0 1px 3px rgba(0,0,0,.3))}.joinchat__wa{display:block;fill:currentcolor;opacity:.8}.joinchat__close{--size:34px;position:absolute;top:calc(50% - var(--size)/2);right:24px;width:var(--size);height:var(--size);border-radius:50%;background:rgba(0,0,0,.4) url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 24 24'%3E%3Cpath d='M24 2.4 21.6 0 12 9.6 2.4 0 0 2.4 9.6 12 0 21.6 2.4 24l9.6-9.6 9.6 9.6 2.4-2.4-9.6-9.6z'/%3E%3C/svg%3E") 50%/12px no-repeat;cursor:pointer;transition:background-color .3s ease-out}.joinchat__close:hover{background-color:rgba(0,0,0,.6)}.joinchat__close:active{background-color:rgba(0,0,0,.7)}[dir=rtl] .joinchat__close{right:auto;left:24px}.joinchat__scroll{overflow:hidden scroll;overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}.joinchat__scroll::-webkit-scrollbar{width:4px;background:rgb(0 0 0/0)}.joinchat__scroll::-webkit-scrollbar-thumb{border-radius:2px;background:rgb(0 0 0/0)}.joinchat--blur .joinchat__scroll{background:hsl(var(--hsl)/2%);backdrop-filter:blur(10px)}.joinchat__scroll:hover::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2)}.joinchat__content{display:flex;flex-direction:column;width:calc(100% + 4px);padding:20px 0 8px}.joinchat__content:after{content:"";display:block;position:absolute;bottom:0;left:0;right:4px;height:calc(var(--s) + 20px);background:#fff linear-gradient(180deg,var(--bg),var(--bg));-webkit-mask-image:linear-gradient(rgb(0 0 0/0),rgb(0 0 0/60%) 25%,rgb(0 0 0/92%) 70%,rgb(0 0 0/100%) 95%,rgb(0 0 0/100%));mask-image:linear-gradient(rgb(0 0 0/0),rgb(0 0 0/60%) 25%,rgb(0 0 0/92%) 70%,rgb(0 0 0/100%) 95%,rgb(0 0 0/100%));pointer-events:none}.joinchat--dark .joinchat__content:after{background-color:#1a1a1a}.joinchat__open{position:sticky;z-index:2;bottom:8px;align-self:flex-end;display:flex;flex-direction:row;min-width:var(--s);height:var(--s);margin:0 8px;background:var(--color);color:inherit;border-radius:var(--h);box-shadow:0 1px 2px 0 rgba(0,0,0,.3);overflow:hidden;cursor:pointer;transition:background-color .2s linear}[dir=rtl] .joinchat__open{align-self:flex-start}.joinchat__open:active,.joinchat__open:hover{background:var(--hover)}.joinchat--left .joinchat__open{align-self:flex-start}[dir=rtl] .joinchat--left .joinchat__open{align-self:flex-end}.joinchat--optout .joinchat__open{background-color:#999;pointer-events:none}.joinchat__open__icon{flex-shrink:0;width:var(--s);height:var(--s);max-width:var(--s);padding:calc(var(--s)*0.18);margin:0;overflow:hidden}[dir=rtl] .joinchat__open__icon{transform:rotateY(180deg)}.joinchat__open__icon path{fill:none!important;stroke:var(--text)!important;stroke-linecap:round;stroke-width:33px;animation:none}.joinchat__open__icon .joinchat__pa{--stroke:1097}.joinchat__open__icon .joinchat__pb{--stroke:1020}.joinchat--chatbox .joinchat__open__icon path{stroke-dasharray:var(--stroke);stroke-dashoffset:var(--stroke);animation:joinchat_send_svg 6s .2s ease-in-out infinite}.joinchat--chatbox .joinchat__open__icon .joinchat__pb{animation-delay:3.2s}.joinchat--optout .joinchat__open__icon path{animation:none}.joinchat--optout .joinchat__open__icon .joinchat__pa{stroke-dasharray:0}.joinchat__open__text{--mw:0;max-width:var(--mw);width:-moz-fit-content;width:fit-content;padding:0;font-weight:600;line-height:var(--s);white-space:nowrap;opacity:0;overflow:hidden;text-overflow:ellipsis}.joinchat--chatbox .joinchat__open__text{--mw:min(400px - 16px - var(--s),100vw - 16px - var(--s) - 2*var(--sep));padding:0 4px 0 24px;opacity:1}[dir=rtl] .joinchat__open__text{padding:0 24px 0 4px}.joinchat--chatbox.joinchat--opening .joinchat__open__text{animation:joinchat_open_text .45s ease-out both}@keyframes joinchat_open_text{0%{max-width:0;opacity:0}60%{max-width:var(--mw);opacity:0}to{max-width:var(--mw);opacity:1}}.joinchat__optin{padding:0 16px;margin-bottom:16px;color:#4a4a4a;font-size:13px;line-height:1.33}.joinchat__optin a{display:inline;padding:0;color:inherit!important;text-decoration:underline}.joinchat__optin a:hover{text-decoration-thickness:2px}.joinchat__optin input{position:absolute;visibility:hidden}.joinchat__optin label{position:relative;display:block;margin:0;padding:0 0 0 30px;color:inherit;font:inherit;cursor:pointer}.joinchat__optin label:before{content:"";display:block;position:absolute;top:min(50% - 11px,5px);left:0;width:22px;height:22px;border:3px solid var(--color);border-radius:4px;background:#fff;box-shadow:0 0 0 1px var(--text);transition:box-shadow .3s ease-in-out}.joinchat--dark .joinchat__optin label:before{background:#000}.joinchat__optin label:after{content:"";display:none;position:absolute;top:min(50% - 8px,8px);left:8px;width:6px;height:14px;border:solid var(--text);border-width:0 3px 3px 0;transform:rotate(45deg)}[dir=rtl] .joinchat__optin label{padding:0 30px 0 0}[dir=rtl] .joinchat__optin label:before{left:auto;right:0}[dir=rtl] .joinchat__optin label:after{left:auto;right:8px}.joinchat__optin input:checked+label:before{box-shadow:0 0 0 1px var(--text),inset 0 0 0 10px var(--color)}.joinchat__optin input:checked+label:after{display:block}.joinchat--dark .joinchat__optin{color:#d8d8d8}.joinchat__chat{--peak_l:path("M17 25V0C17 12.877 6.082 14.9 1.031 15.91c-1.559.31-1.179 2.272.004 2.272C9.609 18.182 17 18.088 17 25z");--peak_r:path("M0 25.68V0c0 13.23 10.92 15.3 15.97 16.34 1.56.32 1.18 2.34 0 2.34-8.58 0-15.97-.1-15.97 7Z");--peak:var(--peak_l);display:flex;flex-direction:column;align-items:flex-start;padding-bottom:10px;transition:height .2s ease-out}[dir=rtl] .joinchat__chat{--peak:var(--peak_r)}.joinchat__bubble{flex-shrink:0;position:relative;min-width:60px;max-width:calc(100% - 52px);min-height:56px;padding:15px 20px;margin:0 26px 16px;border-radius:26px;background:#fff;color:#4a4a4a;word-break:break-word;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));transform-origin:0 50%;animation:joinchat_show .22s cubic-bezier(0,0,.58,1.19) 10ms both}[dir=rtl] .joinchat__bubble{transform-origin:100% 50%}.joinchat__bubble:before{content:"";display:block;position:absolute;bottom:18px;left:-15px;width:17px;height:25px;background:inherit;clip-path:var(--peak)}[dir=rtl] .joinchat__bubble:before{left:auto;right:-15px}.joinchat--dark .joinchat__bubble{background:#505050;color:#d8d8d8}.joinchat__bubble.joinchat__bubble--loading{width:70px;border:none;background:transparent url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3E%3Ccircle cx='4' cy='12' r='3'%3E%3Canimate id='c' attributeName='cy' begin='0;a.end+0.1s' calcMode='spline' dur='0.4s' keySplines='.33,.66,.66,1;.33,0,.66,.33' values='12;6;12'/%3E%3C/circle%3E%3Ccircle cx='12' cy='12' r='3'%3E%3Canimate attributeName='cy' begin='c.begin+0.1s' calcMode='spline' dur='0.4s' keySplines='.33,.66,.66,1;.33,0,.66,.33' values='12;6;12'/%3E%3C/circle%3E%3Ccircle cx='20' cy='12' r='3'%3E%3Canimate id='a' attributeName='cy' begin='c.begin+0.2s' calcMode='spline' dur='0.4s' keySplines='.33,.66,.66,1;.33,0,.66,.33' values='12;6;12'/%3E%3C/circle%3E%3C/svg%3E") 20px 20px no-repeat!important;transform-origin:50%!important;animation:joinchat_show .1s ease-out 10ms both}.joinchat--dark .joinchat__bubble.joinchat__bubble--loading{filter:invert(.5)}.joinchat__bubble.joinchat__bubble--note{min-height:0;padding:0;background:none!important;font-size:13px;line-height:1.33;filter:none;animation:none}.joinchat__bubble.joinchat__bubble--media{padding:5px}.joinchat__bubble.joinchat__bubble--loading:before,.joinchat__bubble.joinchat__bubble--note:before{content:none}.joinchat__bubble a{color:var(--msg)!important;font-size:1em;text-decoration:underline}.joinchat__bubble a:active,.joinchat__bubble a:hover{color:var(--hover)!important;border-color:var(--hover)}.joinchat__bubble a.joinchat__btn{display:inline-block;min-height:46px;max-width:100%;padding:10px 20px;margin:5px 0;border:3px solid var(--msg);border-radius:23px;line-height:20px;text-align:center;text-decoration:none!important;overflow:hidden;text-overflow:ellipsis}.joinchat__bubble a.joinchat__btn+.joinchat__bubble a.joinchat__btn{margin-top:-5px}.joinchat__bubble img,.joinchat__bubble video{max-width:100%;height:auto;margin:.2em 0;border-radius:4px;box-shadow:0 1px 5px rgb(0 0 0/10%)}.joinchat__bubble .joinchat--inline{display:inline-block;margin:-10px 0;border-radius:0;box-shadow:none;vertical-align:middle}.joinchat__bubble--media .joinchat--inline,.joinchat__bubble--media img,.joinchat__bubble--media video{display:block;margin:0;border-radius:21px;box-shadow:none}.joinchat__bubble code{padding:2px 5px;font-size:90%;color:#c7254e;background-color:#f9f2f4;border-radius:4px}.joinchat__bubble hr{width:100%!important;height:0!important;padding:0!important;border:none!important;border-top:2px solid var(--msg)!important;margin:10px 0!important}@keyframes joinchat_show{0%{transform:scale3d(0,0,0)}to{transform:scaleX(1)}}@keyframes joinchat_badge_in{0%{opacity:0;transform:translate3d(0,50px,0)}to{opacity:1;transform:translateZ(0)}}@keyframes joinchat_badge_out{0%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-20px,0)}}@keyframes joinchat_send_svg{0%,50%,to{stroke-dashoffset:var(--stroke)}5%,45%{stroke-dashoffset:0}}@keyframes joinchat_image_loop{0%{opacity:0}3%,20%{opacity:1}25%,to{opacity:0}}@keyframes joinchat_tootlip{0%{opacity:0;transform:scaleY(0)}1%,20%{opacity:1;transform:scaleX(1)}25%,to{opacity:0;transform:scaleX(1)}}.joinchat__woo-btn__wrapper{clear:both}.joinchat__woo-btn{--s:40px;display:inline-block;box-sizing:border-box;height:var(--s);max-width:100%;padding:0 calc(var(--s)/2) 0 var(--s);background:#25d366 var(--joinchat-ico) calc(var(--s)*0.2) 50% no-repeat;background-size:calc(var(--s)*0.6);color:#fff;border-radius:calc(var(--s)/2);font:700 normal calc(var(--s)*0.35)/var(--s) var(--joinchat-font);white-space:nowrap;text-overflow:ellipsis;overflow:hidden;cursor:pointer;transition:background-color .2s}.joinchat__woo-btn:empty{padding-right:0}.joinchat__woo-btn:hover{background-color:#128c7e}@media (orientation:landscape) and (height >= 481px),(orientation:portrait) and (width >= 481px){.joinchat--mobile{display:none!important}}@media (width <= 767px){.joinchat--footer-bar{--bottom:76px!important}}@media (orientation:landscape) and (height <= 480px),(width <= 480px){.joinchat{--sep:6px;--header:max(50px,var(--s)*0.9166667)}.joinchat__header__text{font-size:17px}.joinchat__close{--size:28px}.joinchat__bubble{max-width:calc(100% - 40px);padding:16px;margin:0 20px 10px;line-height:24px}}@media (hover:hover){.joinchat__button:hover .joinchat__tooltip{opacity:1;animation:none;transition:opacity .2s}.joinchat--btn .joinchat__button:hover~.joinchat__qr,.joinchat--chatbox:has(.joinchat__open:hover) .joinchat__qr{display:flex}}@media (prefers-color-scheme:dark){.joinchat--dark-auto{--msg:var(--dark)}.joinchat--dark-auto .joinchat__chatbox{background:#1a1a1a linear-gradient(180deg,var(--dark),var(--dark) var(--header),var(--bg) var(--header),var(--bg))}.joinchat--dark-auto .joinchat__content:after{background-color:#1a1a1a}.joinchat--dark-auto .joinchat__optin label:before{background:#000}.joinchat--dark-auto .joinchat__optin{color:#d8d8d8}.joinchat--dark-auto .joinchat__bubble{background:#505050;color:#d8d8d8}.joinchat--dark-auto .joinchat__bubble.joinchat__bubble--loading{filter:invert(.5)}}@media (prefers-reduced-motion){.joinchat,.joinchat__open__icon path{animation:none}.joinchat__open__icon .joinchat__pa{stroke-dasharray:0}.joinchat--chatbox.joinchat--opening .joinchat__open__text{animation:none}.joinchat__bubble{animation:none!important}}
@namespace svg "http://www.w3.org/2000/svg";/*!From https://github.com/andy-piccalilli/modern-css-reset*/.depicter-revert{text-rendering:optimizeSpeed;line-height:1.5;direction:ltr}.depicter-revert,.depicter-revert h1,.depicter-revert h2,.depicter-revert h3,.depicter-revert h4,.depicter-revert h5,.depicter-revert h6,.depicter-revert p,.depicter-revert figure,.depicter-revert blockquote,.depicter-revert dl,.depicter-revert dd,.depicter-revert ul[role=list],.depicter-revert ol[role=list],.depicter-revert img,.depicter-revert picture,.depicter-revert input,.depicter-revert input[type=submit],.depicter-revert input[type=reset],.depicter-revert input[type=button],.depicter-revert input[type=text],.depicter-revert input[type=email],.depicter-revert input[type=number],.depicter-revert input[type=password],.depicter-revert input[type=search],.depicter-revert input[type=tel],.depicter-revert input[type=url],.depicter-revert button,.depicter-revert textarea,.depicter-revert table,.depicter-revert td,.depicter-revert tr,.depicter-revert th,.depicter-revert tbody,.depicter-revert thead,.depicter-revert nav,.depicter-revert aside,.depicter-revert strong,.depicter-revert select{all:revert}.depicter-revert *,.depicter-revert *::before,.depicter-revert *::after{box-sizing:border-box}.depicter-revert h1,.depicter-revert h2,.depicter-revert h3,.depicter-revert h4,.depicter-revert p,.depicter-revert figure,.depicter-revert blockquote,.depicter-revert dl,.depicter-revert dd{margin:0;font-weight:400}.depicter-revert ul[role=list],.depicter-revert ol[role=list]{list-style:none}.depicter-revert a:not([class]){text-decoration-skip-ink:auto}.depicter-revert img,.depicter-revert picture{display:block}.depicter-revert input,.depicter-revert button,.depicter-revert textarea,.depicter-revert select{font:inherit;text-transform:unset}.depicter{position:relative}.depicter svg:has(>symbol:first-child):not(:has(+symbol)){display:none}.depicter-content-composer{position:relative}.depicter-content-composer:focus{outline:none}.depicter-primary-container{display:flex;flex-flow:column wrap;clear:both;overflow:hidden;height:100%}.depicter-overflow-fix{overflow-x:hidden}.depicter-view-container{flex:auto;width:100%;order:2}.depicter-layout-fullscreen,.depicter-layout-fullwidth{width:100%;max-width:none!important}.depicter-layout-fullscreen{height:100vh}.depicter-layout-fullscreen .depicter-view,.depicter-layout-fullscreen .depicter-section,.depicter-layout-fullscreen .depicter-sections,.depicter-layout-fullscreen .depicter-section-mask{height:100%}.depicter-layout-auto{width:100%;height:100%}.depicter-mid-row{display:flex;flex-flow:row wrap;flex:1;order:2}.depicter-narrow-layout .depicter-mid-row{flex-flow:column wrap}.depicter-inner-container{display:flex;flex-flow:column wrap;order:2;flex:1}.depicter-left-container,.depicter-top-container{order:1}.depicter-right-container,.depicter-bottom-container{order:3}.depicter-rtl .depicter-right-container{order:1}.depicter-rtl .depicter-left-container{order:3}.depicter-loading-container{position:absolute;left:50%;top:50%;transform:translateY(-50%)translateX(-50%);z-index:10}.depicter-loading-container.depicter-loading-none{display:none}.depicter-content-composer>*,.depicter>*,.depicter-revert .depicter-section>*{transition:opacity 300ms,visibility 300ms;opacity:0;visibility:hidden}.depicter-content-composer>.depicter-loading-container,.depicter-content-composer>.depicter-section-loading,.depicter>.depicter-loading-container,.depicter>.depicter-section-loading,.depicter-revert .depicter-section>.depicter-loading-container,.depicter-revert .depicter-section>.depicter-section-loading{opacity:1;visibility:visible}.depicter-content-composer,.depicter{pointer-events:none}.depicter-content-composer.depicter-ready,.depicter.depicter-ready{pointer-events:all;overflow:hidden}.depicter-content-composer:not(.depicter-ready)>*:not(.depicter-loading-container),.depicter:not(.depicter-ready)>*:not(.depicter-loading-container){visibility:hidden;pointer-events:none}.depicter-content-composer:not(.depicter-ready) .depicter-loading-container,.depicter:not(.depicter-ready) .depicter-loading-container{position:sticky;transform:translateX(-50%)}.depicter-ready>*,.depicter-revert .depicter-ready>*{opacity:1;visibility:visible}.depicter-ready>.depicter-loading-container,.depicter-ready>.depicter-section-loading,.depicter-revert .depicter-ready>.depicter-loading-container,.depicter-revert .depicter-ready>.depicter-section-loading{opacity:0;visibility:hidden}.depicter-preload-all:not(.depicter-ready)>.depicter-primary-container *{pointer-events:none!important}
.depicter-view-container{position:relative}.depicter-view{position:relative;height:100%;overflow:hidden;-webkit-user-select:none;-moz-user-select:none;-depicter-user-select:none;user-select:none;touch-action:manipulation}.depicter-sections{will-change:transform}.depicter-auto-height .depicter-view{transition:height 300ms}.depicter-stack-view .depicter-sections{transform-style:preserve-3d}.depicter-transform-view{perspective:2e3px}.depicter-transform-view .depicter-sections{transform-style:preserve-3d}.depicter-mask-view .depicter-section-mask{overflow:hidden;position:absolute;pointer-events:none}.depicter-mask-view .depicter-section-mask .depicter-section{position:relative}.depicter-cube-view{perspective:2e3px}.depicter-cube-view .depicter-sections{perspective:2e3px;transform-style:preserve-3d;perspective-origin:center;height:100%}.depicter-cube-view .depicter-section{backface-visibility:hidden}.depicter-animative-view .depicter-section.depicter-neutral{visibility:hidden}.depicter-section{position:absolute;overflow:hidden}.depicter-background-animation-wrap,.depicter-background-container{height:100%;width:100%;position:absolute}.depicter-section-background{width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.depicter-section-background.depicter-is-hidden{display:none}.depicter-section{display:flex;flex-direction:column;justify-content:center;align-items:center}.depicter-section .depicter-bg.depicter-cropped,.depicter-section picture.depicter-bg .depicter-cropped{position:absolute}.depicter-section .depicter-section-background>picture{width:100%;height:100%;position:relative}.depicter-section .depicter-section-background>img,.depicter-section .depicter-section-background>picture img{width:100%;height:100%;opacity:0;transition:opacity 300ms}.depicter-section.depicter-ready .depicter-section-background>img,.depicter-section.depicter-ready .depicter-section-background>picture img{opacity:1}.depicter-section.depicter-section-hidden,.depicter-section.depicter-section-hidden *{visibility:hidden!important}.depicter-section>a.depicter-section-link:not(.depicter-layer):not(.depicter-not-section-link):first-child{position:absolute;top:0;left:0;display:block;width:100%;height:100%;z-index:2;overflow:hidden;text-indent:-100em}.depicter-section>a.depicter-section-link:not(.depicter-layer):not(.depicter-not-section-link):first-child.depicter-over-all{z-index:1000}.depicter-anim-section:not(.depicter-active) *{pointer-events:none}.depicter-anim-section:not(.depicter-is-interactive) *{pointer-events:none}.depicter-anim-section.depicter-is-interactive *{pointer-events:auto}.depicter-layers-container{position:relative;display:flex;width:100%;height:100%;align-items:center;flex-direction:row;pointer-events:none}.depicter-auto-layout .depicter-layer{flex-shrink:0}.depicter-fade-layers .depicter-layer-frame:not(.depicter-interactive-anim):not(.depicter-static){transition:opacity 300ms,visibility 300ms;visibility:hidden;opacity:0}.depicter-fade-layers .depicter-active .depicter-layer-frame:not(.depicter-interactive-anim):not(.depicter-static){opacity:1;visibility:visible}.depicter-layers-wrapper{position:relative;padding:0;box-sizing:content-box;margin:0 auto;height:100%;width:100%}.depicter-layers-fold{position:relative;height:100%;pointer-events:none}.depicter-layers-fold>*{pointer-events:all}.depicter-content-first .depicter-layers-container{position:relative}.depicter-content-first .depicter-layers-container,.depicter-content-first .depicter-layers-wrapper,.depicter-content-first .depicter-layers-fold{height:auto}.depicter-content-first .depicter-section-background{position:absolute;height:100%;top:0}.depicter-layer-frame{visibility:visible}.depicter-layer-frame.depicter-pos-absolute{position:absolute}.depicter-layer-frame .depicter-mask-frame{overflow:hidden}.depicter-layer-frame>a{text-decoration:none;color:inherit}.depicter-relative-width *:not(.depicter-relative-width .depicter-layer *),.depicter-relative-width .depicter-relative-width *:not(.depicter-relative-width .depicter-relative-width .depicter-layer *){width:100%}.depicter-relative-height *:not(.depicter-relative-height .depicter-layer *),.depicter-relative-height .depicter-relative-height *:not(.depicter-relative-height .depicter-relative-height .depicter-layer *){height:100%}.depicter-layer.depicter-has-action{cursor:pointer}.depicter-layer.depicter-layer-hidden,.depicter-layer.depicter-is-hidden,.depicter-layer-frame.depicter-layer-hidden,.depicter-layer-frame.depicter-is-hidden{visibility:hidden!important}.depicter-layer.depicter-layer-hidden *,.depicter-layer.depicter-is-hidden *,.depicter-layer-frame.depicter-layer-hidden *,.depicter-layer-frame.depicter-is-hidden *{visibility:hidden!important}.depicter-no-wrap{white-space:nowrap}.depicter-fixed-layers{pointer-events:none}.depicter-fixed-layers .depicter-layer{pointer-events:auto}.depicter-static-position,.depicter-relative-position{position:relative}.depicter-float-width *{width:100%}.depicter-float-width .depicter-layer>*{width:auto}.depicter-float-height *{height:100%}.depicter-float-height .depicter-layer>*{height:auto}.depicter-image-layer .depicter-layer{width:100%;height:100%}.depicter-image-layer .depicter-layer:not(.depicter-is-hidden) img{opacity:0;visibility:hidden;transition:opacity 150ms ease-out}.depicter-image-layer .depicter-layer:not(.depicter-is-hidden) img.depicter-loaded{opacity:1;visibility:visible}.depicter-image-layer picture{overflow:hidden}.depicter-image-layer picture:not(.depicter-cropped) img{width:100%}.depicter-image-layer img{position:relative;min-width:100%}.depicter-icon-layer svg{width:100%;height:100%;fill:currentColor}.depicter-shape-layer svg{width:100%;height:100%}.depicter-video-layer iframe{border:none}.depicter-video-layer iframe,.depicter-video-layer img{width:100%;height:100%}.depicter-video-layer img{position:absolute;top:0;z-index:2;object-fit:cover;transition:opacity 400ms,visibility 400ms}.depicter-video-layer .depicter-layer{overflow:hidden;isolation:isolate}.depicter-video-layer .depicter-video-player{z-index:1}.depicter-video-layer .depicter-video-btn{transition:opacity 400ms,visibility 400ms}.depicter-video-layer video{display:block;width:100%;height:100%}.depicter-video-layer .depicter-playing img,.depicter-video-layer .depicter-playing .depicter-video-btn{opacity:0;visibility:hidden}.depicter-hotspot-layer{cursor:pointer}.depicter-hotspot-layer .depicter-hotspot-point{position:relative;transform:translateX(-50%)translateY(-50%)}.depicter-hotspot-layer .depicter-point-center{width:20px;height:20px;background:#dedede;border-radius:50%}.depicter-hotspot-tooltip{position:absolute;top:0;left:0;z-index:200;pointer-events:none;visibility:hidden;opacity:0;transition:opacity 900ms cubic-bezier(.19,1,.22,1),transform 900ms cubic-bezier(.19,1,.22,1),visibility 900ms cubic-bezier(.19,1,.22,1)}.depicter-hotspot-tooltip .depicter-tooltip-cont{position:relative;padding:10px;background:rgba(240,240,240,.88);text-shadow:0 1px 0 #fff;pointer-events:auto}.depicter-hotspot-tooltip::after{content:"";position:absolute;top:15px;left:-12px;display:block;transform-origin:center -15px;width:0;height:0;border-opposite-position(top):10px solid rgba(240,240,240,.88);border-left:12px solid transparent;border-right:12px solid transparent}.depicter-hotspot-tooltip.depicter-align-right{transform:translateX(50px)}.depicter-hotspot-tooltip.depicter-align-right::after{transform:rotate(-90deg)}.depicter-hotspot-tooltip.depicter-align-right .depicter-tooltip-cont{transform:translateY(-50%)translateX(25px)}.depicter-hotspot-tooltip.depicter-align-left{transform:translateX(-50px)}.depicter-hotspot-tooltip.depicter-align-left::after{transform:rotate(90deg)}.depicter-hotspot-tooltip.depicter-align-left .depicter-tooltip-cont{transform:translateY(-50%)translateX(-100%)translateX(-25px)}.depicter-hotspot-tooltip.depicter-align-bottom{transform:translateY(50px)}.depicter-hotspot-tooltip.depicter-align-bottom .depicter-tooltip-cont{transform:translateX(-50%)translateY(25px)}.depicter-hotspot-tooltip.depicter-align-top{transform:translateY(-50px)}.depicter-hotspot-tooltip.depicter-align-top::after{transform:rotate(180deg)}.depicter-hotspot-tooltip.depicter-align-top .depicter-tooltip-cont{transform:translateX(-50%)translateY(-100%)translateY(-25px)}.depicter-hotspot-tooltip.depicter-tooltip-active{transform:none;opacity:1;visibility:visible}.depicter-hotspot-tooltip.depicter-no-transition{transition:none!important}.depicter-symbol-layer .depicter-layer{display:flex;align-items:center;justify-content:center}.depicter-symbol-layer .depicter-symbol-container{display:flex;align-items:center;justify-content:center}.depicter-symbol-layer .depicter-symbol-container svg{fill:inherit}.depicter-bullet-layer .depicter-layer{width:auto!important;display:inline-flex;align-items:center;justify-content:center}.depicter-bullet-layer .depicter-bullets-wrapper{display:flex}.depicter-bullet-layer .depicter-bullet-item{cursor:pointer}.depicter-lineTimer-layer .depicter-layer{overflow:hidden}.depicter-lineTimer-layer .depicter-timer-bar{height:100%;transition:width 200ms}.depicter-playAndPause-layer{cursor:pointer}.depicter-playAndPause-layer .depicter-layer{display:flex;align-items:center;justify-content:center}.depicter-playAndPause-layer svg{display:none}.depicter-playAndPause-layer .depicter-active{display:inline-block}.depicter-button-layer .depicter-layer,.depicter-badge-layer .depicter-layer,.depicter-wooSaleBadge-layer .depicter-layer{appearance:none;border:none;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;cursor:pointer;width:100%}.depicter-button-layer .dp-inner-content,.depicter-badge-layer .dp-inner-content,.depicter-wooSaleBadge-layer .dp-inner-content{display:inline-flex;align-items:center;height:100%}.depicter-button-layer .dp-inner-content .dp-icon-container,.depicter-badge-layer .dp-inner-content .dp-icon-container,.depicter-wooSaleBadge-layer .dp-inner-content .dp-icon-container{line-height:0}.depicter-button-layer .dp-icon-right .dp-inner-content,.depicter-badge-layer .dp-icon-right .dp-inner-content,.depicter-wooSaleBadge-layer .dp-icon-right .dp-inner-content{flex-direction:row-reverse}.depicter-badge-layer .depicter-layer,.depicter-wooSaleBadge-layer .depicter-layer{cursor:default}.depicter-tagList-layer{display:flex;flex-flow:row wrap}.depicter-tagList-layer a{color:inherit;text-decoration:inherit;font:inherit}.depicter-rating-layer .depicter-layer>div{display:flex;width:100%;height:100%}.depicter-rating-layer .depicter-layer .depicter-rating-container{flex:1;position:relative}.depicter-rating-layer .depicter-layer .depicter-symbol-container{width:100%;height:100%}.depicter-rating-layer .depicter-layer .depicter-track-container{position:absolute;top:0;left:0;width:100%;height:100%}.depicter-flex-layer .depicter-layer{display:flex;flex-wrap:wrap;position:relative}.depicter-overlay-layers{position:absolute;top:0;width:100%;height:100%;pointer-events:none;display:flex;align-items:center;justify-content:center;flex-direction:column;user-select:none}.depicter-animation-wrap{visibility:visible}.depicter-section .depicter-section-video-btn,.depicter-video-layer .depicter-video-btn{position:absolute;top:50%;left:50%;margin-left:-23px;margin-top:-23px;width:46px;height:46px;background:#dedede;border-radius:50%;text-align:center;cursor:pointer;z-index:2}.depicter-section .depicter-section-video-btn::after,.depicter-video-layer .depicter-video-btn::after{content:"►";position:relative;top:1px;left:2px;color:#666;line-height:46px}.depicter-section .depicter-section-video-close-btn{position:absolute;width:36px;height:36px;background:#666;color:#dedede;border-radius:50%;text-align:center;cursor:pointer}.depicter-section .depicter-section-video-close-btn::after{content:"✕";position:relative;top:1px;line-height:36px}.depicter-section .depicter-section-video{position:absolute;top:0;left:0;width:100%;height:100%;z-index:100;background:#000;transition:opacity 400ms,visibility 400ms;visibility:hidden;opacity:0}.depicter-section .depicter-section-video-btn{z-index:101;transition:opacity 400ms,visibility 400ms}.depicter-section .depicter-section-video-close-btn{top:2em;right:2em;z-index:102;transition:opacity 400ms,visibility 400ms;visibility:hidden;opacity:0}.depicter-section.depicter-video-open .depicter-section-video,.depicter-section.depicter-video-open .depicter-section-video-close-btn{visibility:visible;opacity:1}.depicter-section.depicter-video-open .depicter-section-video-btn{opacity:0;visibility:hidden}.depicter-bg-video{position:absolute;top:0;width:100%;height:100%;overflow:hidden;z-index:1}.depicter-bg-video video{width:100%;height:100%}.depicter-bg-video iframe{width:100%;height:100%;pointer-events:none}.depicter-bg-video img{position:absolute;top:0;z-index:2;width:100%;height:100%;object-fit:cover}.depicter-bg-video.depicter-embed-video{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.depicter-bg-video.depicter-playing img{opacity:0;visibility:hidden}.depicter-section>a:not(.depicter-layer):not(.depicter-not-section-link):first-child{position:absolute;top:0;left:0;display:block;width:100%;height:100%;z-index:2;overflow:hidden;text-indent:-100em}.depicter-section>a:not(.depicter-layer):not(.depicter-not-section-link):first-child.depicter-over-all{z-index:1000}@media screen and (min-width:1025px){.depicter-revert .depicter-hide-on-desktop,.depicter-revert.depicter-hide-on-desktop{position:fixed;opacity:0;visibility:hidden;pointer-events:none;top:-100%;left:-100%}}@media screen and (max-width:1024px)and (min-width:768px){.depicter-revert .depicter-hide-on-tablet,.depicter-revert.depicter-hide-on-tablet{position:fixed;opacity:0;visibility:hidden;pointer-events:none;top:-100%;left:-100%}}@media screen and (max-width:767px){.depicter-revert .depicter-hide-on-mobile,.depicter-revert.depicter-hide-on-mobile{position:fixed;opacity:0;visibility:hidden;pointer-events:none;top:-100%;left:-100%}}.depicter-cursor-grab{cursor:-webkit-grab;cursor:grab}.depicter-cursor-grabbing{cursor:-webkit-grabbing;cursor:grabbing}.depicter-auto-height .depicter-primary-container{height:auto}.depicter-has-mouse-action{cursor:pointer!important;pointer-events:all!important}.depicter-section:not(.depicter-active) .depicter-has-animation-in:not(.depicter-text-layer){display:none}.depicter-section:not(.depicter-active) .depicter-has-animation-in.depicter-text-layer{visibility:hidden;pointer-events:none}.depicter-nearby-sections-visible .depicter-view{overflow:visible;width:100%}.depicter-nearby-sections-visible .depicter-view-container{display:flex;width:auto;height:auto}.depicter-nearby-sections-visible.depicter-view-dir-v .depicter-view-container{flex-direction:column}.depicter-nearby-sections-visible.depicter-view-dir-v .depicter-view{margin:0;width:100%}.depicter-nearby-sections-visible.depicter-nearby-view-align-left .depicter-view-container{justify-content:flex-start}.depicter-nearby-sections-visible.depicter-nearby-view-align-center .depicter-view-container{justify-content:center}.depicter-nearby-sections-visible.depicter-nearby-view-align-right .depicter-view-container{justify-content:flex-end}.depicter-carousel-helper .depicter-view,.depicter-carousel-helper .depicter-primary-container{overflow:visible}.depicter-sticky-ref{all:revert!important;padding:0!important;margin:0!important;height:0!important;border:0!important}.depicter-dot-flashing{display:inline-flex;align-items:center;justify-content:center;gap:9px}.depicter-dot-flashing span{display:inline-block;width:12px;height:12px;border-radius:50%}.depicter-dot-flashing.depicter-loading-dark span{background-color:#050a0e}.depicter-dot-flashing.depicter-loading-light span{background-color:#fff}.depicter-dot-flashing span{will-change:opacity;animation:middleDotFlashing 1500ms infinite cubic-bezier(.5,0,.75,0)}.depicter-dot-flashing span:first-of-type{animation:firstDotFlashing 1500ms infinite cubic-bezier(.5,0,.75,0)}.depicter-dot-flashing span:last-of-type{animation:lastDotFlashing 1500ms infinite cubic-bezier(.5,0,.75,0)}@keyframes firstDotFlashing{0%{opacity:1}33.3%{opacity:.2}66.6%,100%{opacity:1}}@keyframes middleDotFlashing{0%,5%{opacity:1}38.8%{opacity:.2}72.2%,100%{opacity:1}}@keyframes lastDotFlashing{0%,23.3%{opacity:1}56.6%{opacity:.2}90%,100%{opacity:1}}.depicter-dot-straight-swing{display:inline-flex;align-items:center;justify-content:center}.depicter-dot-straight-swing span{display:inline-block;width:12px;height:12px;margin-right:0;border-radius:50%}.depicter-dot-straight-swing span:last-of-type{margin-right:0}.depicter-dot-straight-swing.depicter-loading-dark span{background-color:#050a0e}.depicter-dot-straight-swing.depicter-loading-light span{background-color:#fff}.depicter-dot-straight-swing span{will-change:transform}.depicter-dot-straight-swing span:first-of-type{animation:firstDotStraightSwing 1400ms infinite}.depicter-dot-straight-swing span:last-of-type{animation:lastDotStraightSwing 1400ms infinite}@keyframes firstDotStraightSwing{0%{transform:translateX(-9px);animation-timing-function:cubic-bezier(.5,0,.75,0)}33.3%{transform:translateX(0);animation-timing-function:linear}62%{transform:translateX(0);animation-timing-function:cubic-bezier(.25,1,.5,1)}100%{transform:translateX(-9px)}}@keyframes lastDotStraightSwing{0%{transform:translateX(0);animation-timing-function:linear}33%{transform:translateX(0);animation-timing-function:cubic-bezier(.25,1,.5,1)}52%{transform:translateX(9px);animation-timing-function:cubic-bezier(.5,0,.75,0)}70%,100%{transform:translateX(0);animation-timing-function:linear}}.depicter-dot-swing{display:inline-flex;align-items:center;justify-content:center}.depicter-dot-swing span{display:inline-block;width:12px;height:12px;margin-right:0;border-radius:50%}.depicter-dot-swing span:last-of-type{margin-right:0}.depicter-dot-swing.depicter-loading-dark span{background-color:#050a0e}.depicter-dot-swing.depicter-loading-light span{background-color:#fff}.depicter-dot-swing span{transform-origin:center -10px;will-change:transform}.depicter-dot-swing span:first-of-type{animation:firstDotSwing 2e3ms infinite}.depicter-dot-swing span:last-of-type{animation:lastDotSwing 2e3ms infinite}@keyframes firstDotSwing{0%{transform:rotate(45deg);animation-timing-function:cubic-bezier(.5,0,.75,0)}23.3%{transform:rotate(0);animation-timing-function:linear}74.1%{transform:rotate(0);animation-timing-function:cubic-bezier(.25,1,.5,1)}100%{transform:rotate(45deg)}}@keyframes lastDotSwing{0%{transform:rotate(0);animation-timing-function:linear}23.3%{transform:rotate(0);animation-timing-function:cubic-bezier(.25,1,.5,1)}49.1%{transform:rotate(-45deg);animation-timing-function:cubic-bezier(.5,0,.75,0)}74.1%,100%{transform:rotate(0);animation-timing-function:linear}}.depicter-dot-replacing{display:inline-flex;align-items:center;justify-content:center}.depicter-dot-replacing span{display:inline-block;width:12px;height:12px;margin-right:9px;border-radius:50%}.depicter-dot-replacing span:last-of-type{margin-right:0}.depicter-dot-replacing.depicter-loading-dark span{background-color:#050a0e}.depicter-dot-replacing.depicter-loading-light span{background-color:#fff}.depicter-dot-replacing span{animation:middleDotReplacing 1500ms infinite cubic-bezier(.25,1,.5,1);will-change:transform}.depicter-dot-replacing span:first-of-type{animation:firstDotReplacing 1500ms infinite cubic-bezier(.76,0,.24,1)}.depicter-dot-replacing span:last-of-type{animation:lastDotReplacing 1500ms infinite cubic-bezier(.25,1,.5,1)}@keyframes firstDotReplacing{from{transform:translateX(0)}to{transform:translateX(40px)}}@keyframes middleDotReplacing{0%,38.8%{transform:translateX(0)}66%,100%{transform:translateX(-20px)}}@keyframes lastDotReplacing{0%,66%{transform:translateX(0)}91.5%,100%{transform:translateX(-20px)}}.depicter-single-svg-loading{max-width:40px;max-height:40px;width:100%}.depicter-single-svg-loading.depicter-small{max-width:20px;max-height:20px}.depicter-loading-symbol{display:inline-flex;align-items:center;justify-content:center}.depicter-banner-bar-container{width:100%}.depicter-banner-bar-container.depicter-position-fixed{position:fixed;z-index:100}.depicter-banner-bar-container.depicter-placement-bottom{bottom:0}.depicter-banner-bar-container.depicter-placement-bottom.depicter-position-sticky{position:fixed;z-index:100}.depicter-banner-bar-container.depicter-placement-top{top:0}.depicter-banner-bar-container.depicter-placement-top.depicter-position-sticky{position:sticky;z-index:100}.depicter-popup-container{position:fixed;display:flex;width:100%;height:100%;pointer-events:none;z-index:100;top:0;left:0}.depicter-popup-container .depicter-content-wrap{width:100%}.depicter-popup-container .depicter{width:100%}.depicter-popup-container .depicter.depicter-layout-boxed{margin:0!important}.depicter-popup-container.depicter-placement-h-t{align-items:flex-start}.depicter-popup-container.depicter-placement-v-m{align-items:center}.depicter-popup-container.depicter-placement-v-b{align-items:flex-end}.depicter-popup-container.depicter-placement-h-l{justify-content:flex-start}.depicter-popup-container.depicter-placement-h-c{justify-content:center}.depicter-popup-container.depicter-placement-h-r{justify-content:flex-end}.depicter-teaser-container{z-index:100;position:fixed;display:flex;left:0;right:0}.depicter-teaser-container .depicter-content-wrap{width:100%;cursor:pointer}.depicter-teaser-container.depicter-placement-h-l{justify-content:flex-start}.depicter-teaser-container.depicter-placement-h-c{justify-content:center}.depicter-teaser-container.depicter-placement-h-r{justify-content:flex-end}.depicter-teaser-container.depicter-placement-v-t{top:0}.depicter-teaser-container.depicter-placement-v-m{top:50%;transform:translateY(-50%)}.depicter-teaser-container.depicter-placement-v-b{bottom:0}.depicter-backdrop{width:100vw;height:100vh;position:fixed;top:0;left:0;pointer-events:none;z-index:999;background-color:rgba(0,0,0,.7);opacity:0;transition:opacity 300ms}.depicter-status-before-close .depicter-backdrop{transition-duration:600ms}.depicter-status-open .depicter-backdrop{pointer-events:all;opacity:1}.depicter-display-container.depicter-visibility-hidden{position:fixed;opacity:0;visibility:hidden;pointer-events:none;top:-100%;left:-100%}.depicter-display-container{overflow:hidden}.depicter-display-container .depicter-content-wrap{z-index:1000;position:relative}.depicter-display-container.depicter-content-layout-fullscreen,.depicter-display-container.depicter-content-layout-fullscreen .depicter-content-wrap,.depicter-display-container.depicter-content-layout-fullscreen .depicter-display-animation-wrap{height:100%;width:100%}.depicter-with-display:not(.depicter-ready){position:absolute;display:hidden;pointer-events:none;left:-100vw}.depicter-svg-clip-paths{position:absolute;left:-100vw;top:-100vh;pointer-events:none}.elementor-widget-depicter_slider{width:100%}.elementor-widget-depicter_slider .elementor-widget-container{display:var(--display);flex-direction:column}.elementor-widget-depicter_slider .depicter.depicter-layout-boxed{width:100%;align-self:var(--align-self)}

.depicter-revert.depicter-3 .depicter-layers-wrapper{
	padding-left:20px !important;
	padding-right:20px !important;
}
.depicter-revert .depicter-3-element-21:not(.depicter-hover-off){
	transition:all ease 0.3s !important;
}
.depicter-revert .depicter-3-element-21:not(.depicter-hover-off):hover {
	background-color:transparent !important;
	border-color:#000 !important;
}
.depicter-3-element-21 .depicter-symbol-container{
	fill:rgba(255, 255, 255, 0.7) !important;
	transition:all ease 0.3s !important;
}
.depicter-3-element-21:hover .depicter-symbol-container{
	fill:#F26F2F !important;
}
.depicter-revert .depicter-3-element-22:not(.depicter-hover-off){
	transition:all ease 0.3s !important;
}
.depicter-revert .depicter-3-element-22:not(.depicter-hover-off):hover {
	background-color:transparent !important;
	border-color:#000 !important;
}
.depicter-3-element-22 .depicter-symbol-container{
	fill:#FFF !important;
	transition:all ease 0.3s !important;
}
.depicter-3-element-22:hover .depicter-symbol-container{
	fill:#F26F2F !important;
}
.depicter-revert .depicter-3-element-333{
	filter:none !important;
	box-shadow:none !important;
	backdrop-filter:none !important;
	background-color:#EBEBEB !important;
	border:none !important;
}
.depicter-revert .depicter-3-element-333:not(.depicter-hover-off){
	transition:all ease 1s !important;
}
.depicter-revert .depicter-3-element-333:not(.depicter-hover-off):hover {
	transform:scale(1.06) !important;
	border-color:#000 !important;
}
.depicter-revert .depicter-3-element-333-frame{
	mix-blend-mode:normal !important;
}
.depicter-revert .depicter-3-element-332{
	font-size:20px !important;
	color:#FFF !important;
	font-family:"Roboto" !important;
	font-weight:400 !important;
	line-height:140% !important;
	background-color:transparent !important;
}
.depicter-revert .depicter-3-element-331{
	font-size:35px !important;
	color:#FFF !important;
	font-family:"Roboto" !important;
	font-weight:400 !important;
	line-height:120% !important;
	background-color:transparent !important;
}
.depicter-revert .depicter-3-element-330{
	font-size:100px !important;
	color:#FFF !important;
	font-family:"Bebas Neue" !important;
	font-weight:400 !important;
	line-height:120% !important;
	background-color:transparent !important;
}
.depicter-revert .depicter-3-element-330:not(.depicter-hover-off){
	transition-property:none !important;
}
.depicter-revert .depicter-3-element-330-frame{
	mix-blend-mode:normal !important;
}
.depicter-revert .depicter-3-section-329 .depicter-section-background{
	background-color:#FFF !important;
}
.depicter-revert .depicter-3-section-329 .depicter-section-background::after{
	content:"" !important;
	display:block !important;
	position:absolute !important;
	top:0 !important;
	bottom:0 !important;
	right:0 !important;
	left:0 !important;
	z-index:1 !important;
	background-color:rgba(13, 35, 49, 0.53) !important;
}
.depicter-revert .depicter-3-element-340{
	filter:none !important;
	box-shadow:none !important;
	backdrop-filter:none !important;
	background-color:#EBEBEB !important;
	border:none !important;
}
.depicter-revert .depicter-3-element-340:not(.depicter-hover-off){
	transition:all ease 1s !important;
}
.depicter-revert .depicter-3-element-340:not(.depicter-hover-off):hover {
	transform:scale(1.06) !important;
	border-color:#000 !important;
}
.depicter-revert .depicter-3-element-340-frame{
	mix-blend-mode:normal !important;
}
.depicter-revert .depicter-3-element-339{
	font-size:20px !important;
	color:#FFF !important;
	font-family:"Roboto" !important;
	font-weight:400 !important;
	line-height:140% !important;
	background-color:transparent !important;
}
.depicter-revert .depicter-3-element-338{
	font-size:35px !important;
	color:#FFF !important;
	font-family:"Roboto" !important;
	font-weight:400 !important;
	line-height:120% !important;
	background-color:transparent !important;
}
.depicter-revert .depicter-3-element-337{
	font-size:100px !important;
	color:#FFF !important;
	font-family:"Bebas Neue" !important;
	font-weight:400 !important;
	line-height:120% !important;
	background-color:transparent !important;
}
.depicter-revert .depicter-3-element-337:not(.depicter-hover-off){
	transition-property:none !important;
}
.depicter-revert .depicter-3-element-337-frame{
	mix-blend-mode:normal !important;
}
.depicter-revert .depicter-3-section-336 .depicter-section-background{
	background-color:#FFF !important;
}
.depicter-revert .depicter-3-section-336 .depicter-section-background::after{
	content:"" !important;
	display:block !important;
	position:absolute !important;
	top:0 !important;
	bottom:0 !important;
	right:0 !important;
	left:0 !important;
	z-index:1 !important;
	background-color:rgba(13, 35, 49, 0.53) !important;
}

/***** Tablet *****/
@media screen and (max-width: 1024px){

.depicter-revert .depicter-3-element-332{
	font-size:13px !important;
	color:#FFF !important;
	font-family:"Roboto" !important;
	font-weight:400 !important;
	line-height:120% !important;
}
.depicter-revert .depicter-3-element-331{
	font-size:40px !important;
	color:#FFF !important;
	font-family:"Roboto" !important;
	font-weight:300 !important;
	line-height:120% !important;
}
.depicter-revert .depicter-3-element-330{
	font-size:80px !important;
	color:#FFF !important;
	font-family:"Bebas Neue" !important;
	font-weight:400 !important;
	line-height:120% !important;
}
.depicter-revert .depicter-3-section-329 .depicter-section-background{
	background-color:#FFF !important;
}
.depicter-revert .depicter-3-section-329 .depicter-section-background::after{
	content:"" !important;
	display:block !important;
	position:absolute !important;
	top:0 !important;
	bottom:0 !important;
	right:0 !important;
	left:0 !important;
	z-index:1 !important;
	background-color:rgba(13, 35, 49, 0.53) !important;
}
.depicter-revert .depicter-3-element-339{
	font-size:13px !important;
	color:#FFF !important;
	font-family:"Roboto" !important;
	font-weight:400 !important;
	line-height:120% !important;
}
.depicter-revert .depicter-3-element-338{
	font-size:40px !important;
	color:#FFF !important;
	font-family:"Roboto" !important;
	font-weight:300 !important;
	line-height:120% !important;
}
.depicter-revert .depicter-3-element-337{
	font-size:80px !important;
	color:#FFF !important;
	font-family:"Bebas Neue" !important;
	font-weight:400 !important;
	line-height:120% !important;
}
.depicter-revert .depicter-3-section-336 .depicter-section-background{
	background-color:#FFF !important;
}
.depicter-revert .depicter-3-section-336 .depicter-section-background::after{
	content:"" !important;
	display:block !important;
	position:absolute !important;
	top:0 !important;
	bottom:0 !important;
	right:0 !important;
	left:0 !important;
	z-index:1 !important;
	background-color:rgba(13, 35, 49, 0.53) !important;
}

}
/***** Mobile *****/
@media screen and (max-width: 767px){

.depicter-revert .depicter-3-element-332{
	font-size:11px !important;
	text-align:left !important;
	color:#FFF !important;
	font-family:"Roboto" !important;
	font-weight:300 !important;
	line-height:120% !important;
}
.depicter-revert .depicter-3-element-331{
	font-size:20px !important;
	color:#FFF !important;
	font-family:"Roboto" !important;
	font-weight:300 !important;
	line-height:120% !important;
}
.depicter-revert .depicter-3-element-330{
	font-size:40px !important;
	color:#FFF !important;
	font-family:"Bebas Neue" !important;
	font-weight:400 !important;
	line-height:120% !important;
}
.depicter-revert .depicter-3-element-339{
	font-size:11px !important;
	text-align:left !important;
	color:#FFF !important;
	font-family:"Roboto" !important;
	font-weight:300 !important;
	line-height:120% !important;
}
.depicter-revert .depicter-3-element-338{
	font-size:20px !important;
	color:#FFF !important;
	font-family:"Roboto" !important;
	font-weight:300 !important;
	line-height:120% !important;
}
.depicter-revert .depicter-3-element-337{
	font-size:40px !important;
	color:#FFF !important;
	font-family:"Bebas Neue" !important;
	font-weight:400 !important;
	line-height:120% !important;
}

}
