.drawer{z-index:9999;transition:width 0s .3s,height 0s .3s,transform .3s cubic-bezier(.78,.14,.15,.86);position:fixed}.drawer>*{transition:transform .3s cubic-bezier(.78,.14,.15,.86),opacity .3s cubic-bezier(.78,.14,.15,.86),box-shadow .3s cubic-bezier(.78,.14,.15,.86)}.drawer.drawer-open{transition:transform .3s cubic-bezier(.78,.14,.15,.86)}.drawer .drawer-mask{opacity:0;background:#000;width:100%;height:0;transition:opacity .3s cubic-bezier(.78,.14,.15,.86),height 0s .3s;position:absolute;top:0;left:0}.drawer-content-wrapper{background:#fff;position:absolute}.drawer-content{z-index:1;position:relative;overflow:auto}.drawer-handle{cursor:pointer;z-index:0;text-align:center;background:#fff;justify-content:center;align-items:center;width:41px;height:40px;font-size:16px;line-height:40px;display:flex;position:absolute;top:72px}.drawer-handle-icon{background:#333;width:14px;height:2px;transition:background .3s cubic-bezier(.78,.14,.15,.86);position:relative}.drawer-handle-icon:before,.drawer-handle-icon:after{content:"";background:#333;width:100%;height:2px;transition:transform .3s cubic-bezier(.78,.14,.15,.86);display:block;position:absolute}.drawer-handle-icon:before{top:-5px}.drawer-handle-icon:after{top:5px}.drawer-left,.drawer-right{width:0%;height:100%}.drawer-left .drawer-content-wrapper,.drawer-right .drawer-content-wrapper,.drawer-left .drawer-content,.drawer-right .drawer-content{height:100%}.drawer-left.drawer-open,.drawer-right.drawer-open{width:100%}.drawer-left.drawer-open.no-mask,.drawer-right.drawer-open.no-mask{width:0%}.drawer-left{top:0;left:0}.drawer-left .drawer-handle{border-radius:0 4px 4px 0;right:-40px;box-shadow:2px 0 8px #00000026}.drawer-left.drawer-open .drawer-content-wrapper{box-shadow:2px 0 8px #00000026}.drawer-right{top:0;right:0}.drawer-right .drawer-content-wrapper{right:0}.drawer-right .drawer-handle{border-radius:4px 0 0 4px;left:-40px;box-shadow:-2px 0 8px #00000026}.drawer-right.drawer-open .drawer-content-wrapper{box-shadow:-2px 0 8px #00000026}.drawer-right.drawer-open.no-mask{right:1px;transform:translate(1px)}.drawer-top,.drawer-bottom{width:100%;height:0%}.drawer-top .drawer-content-wrapper,.drawer-bottom .drawer-content-wrapper,.drawer-top .drawer-content,.drawer-bottom .drawer-content{width:100%}.drawer-top .drawer-content,.drawer-bottom .drawer-content,.drawer-top.drawer-open,.drawer-bottom.drawer-open{height:100%}.drawer-top.drawer-open.no-mask,.drawer-bottom.drawer-open.no-mask{height:0%}.drawer-top .drawer-handle,.drawer-bottom .drawer-handle{margin-left:-20px;left:50%}.drawer-top{top:0;left:0}.drawer-top .drawer-handle{border-radius:0 0 4px 4px;top:auto;bottom:-40px;box-shadow:0 2px 8px #00000026}.drawer-top.drawer-open .drawer-content-wrapper{box-shadow:0 2px 8px #00000026}.drawer-bottom{bottom:0;left:0}.drawer-bottom .drawer-content-wrapper{bottom:0}.drawer-bottom .drawer-handle{border-radius:4px 4px 0 0;top:-40px;box-shadow:0 -2px 8px #00000026}.drawer-bottom.drawer-open .drawer-content-wrapper{box-shadow:0 -2px 8px #00000026}.drawer-bottom.drawer-open.no-mask{bottom:1px;transform:translateY(1px)}.drawer.drawer-open .drawer-mask{opacity:.3;height:100%;transition:opacity .3s cubic-bezier(.78,.14,.15,.86)}.drawer.drawer-open .drawer-handle-icon{background:0 0}.drawer.drawer-open .drawer-handle-icon:before{transform:translateY(5px)rotate(45deg)}.drawer.drawer-open .drawer-handle-icon:after{transform:translateY(-5px)rotate(-45deg)}
.rc-table-tbody-virtual{border-left:1px solid red}.rc-table-tbody-virtual *{box-sizing:border-box}.rc-table-tbody-virtual .rc-table-row{box-sizing:border-box;width:100%;display:flex}.rc-table-tbody-virtual .rc-table-row-extra .rc-table-cell{background:#c8c8ff!important}.rc-table-tbody-virtual .rc-table-cell{flex:0 0 var(--virtual-width);width:var(--virtual-width);border-bottom:1px solid red;border-right:1px solid red;padding:8px 16px}.rc-table{box-sizing:border-box;color:#666;font-size:12px;line-height:1.5;position:relative}.rc-table-rtl{direction:rtl}.rc-table table{border-spacing:0;width:100%}.rc-table th,.rc-table td{box-sizing:border-box;white-space:normal;border:1px solid red;border-top:0;border-left:0;padding:16px 8px;transition:box-shadow .3s;position:relative}.rc-table-rtl.rc-table th,.rc-table-rtl.rc-table td{border-left:1px solid red;border-right:0}.rc-table-fixed-column-gapped .rc-table-cell-fix-left-last:after,.rc-table-fixed-column-gapped .rc-table-cell-fix-right-first:after{display:none!important}.rc-table-cell{background:#f4f4f4}.rc-table-cell-fix-left,.rc-table-cell-fix-right{z-index:2}.rc-table-cell-fix-right:last-child:not(.rc-table-cell-fix-sticky){border-right-color:#0000}.rc-table-rtl .rc-table-cell-fix-right:last-child{border-right-color:red}.rc-table-rtl .rc-table-cell-fix-left:last-child{border-left-color:#0000}.rc-table-rtl .rc-table-cell-fix-left-first{box-shadow:1px 0 red}.rc-table-cell-fix-left-first:after,.rc-table-cell-fix-left-last:after{content:"";pointer-events:none;width:20px;transition:box-shadow .3s;position:absolute;top:0;bottom:-1px;right:-1px;transform:translate(100%)}.rc-table-cell-fix-left-all:after{display:none}.rc-table-cell-fix-right-first,.rc-table-cell-fix-right-last{box-shadow:-1px 0 red}.rc-table-rtl .rc-table-cell-fix-right-first,.rc-table-rtl .rc-table-cell-fix-right-last{box-shadow:none}.rc-table-cell-fix-right-first:after,.rc-table-cell-fix-right-last:after{content:"";pointer-events:none;width:20px;transition:box-shadow .3s;position:absolute;top:0;bottom:-1px;left:-1px;transform:translate(-100%)}.rc-table-cell.rc-table-cell-ellipsis{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-left-first,.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-left-last,.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-right-first .rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-right-last{overflow:visible}.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-left-first .rc-table-cell-content,.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-left-last .rc-table-cell-content,.rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-right-first .rc-table-cell.rc-table-cell-ellipsis.rc-table-cell-fix-right-last .rc-table-cell-content{text-overflow:ellipsis;display:block;overflow:hidden}.rc-table-cell.rc-table-cell-row-hover{background:#fff4f4}.rc-table-ping-left .rc-table-cell-fix-left-first:after,.rc-table-ping-left .rc-table-cell-fix-left-last:after{box-shadow:inset 10px 0 8px -8px green}.rc-table-ping-right .rc-table-cell-fix-right-first:after,.rc-table-ping-right .rc-table-cell-fix-right-last:after{box-shadow:inset -10px 0 8px -8px green}.rc-table-expand-icon-col{width:60px}.rc-table-row-expand-icon-cell{text-align:center}.rc-table thead th{text-align:center;background:#f7f7f7}.rc-table thead .rc-table-cell-scrollbar:after{content:"";background:#f7f7f7;width:1px;position:absolute;top:0;bottom:0;left:-1px}.rc-table-rtl.rc-table thead .rc-table-cell-scrollbar:after{left:auto;right:-1px}.rc-table-header{border:0;border-top:1px solid red;border-left:1px solid red}.rc-table-placeholder{text-align:center}.rc-table tbody tr td{background:#fff}.rc-table tbody tr th{background:#f7f7f7}th.rc-table-measure-cell{border-top:0;border-bottom:0;padding-top:0;padding-bottom:0}.rc-table-measure-cell-content{visibility:hidden;pointer-events:none;height:0;overflow:hidden}.rc-table-content{border:0;border-top:1px solid red;border-left:1px solid red;border-radius:5px 0 0}.rc-table-body{border:0;border-left:1px solid red}.rc-table-fixed-column .rc-table-body:after{z-index:1;content:"";border-right:1px solid red;position:absolute;top:0;bottom:0;right:0}.rc-table-expanded-row .rc-table-cell{box-shadow:inset 0 8px 8px -8px green}.rc-table-expanded-row-fixed{box-sizing:border-box;margin:-16px -10px -16px -8px;padding:16px 8px}.rc-table-expanded-row-fixed:after{content:"";border-right:1px solid red;width:0;position:absolute;top:0;bottom:0;right:1px}.rc-table-row-expand-icon{color:#aaa;text-align:center;vertical-align:middle;cursor:pointer;border:1px solid;width:16px;height:16px;line-height:16px;display:inline-block}.rc-table-row-expand-icon.rc-table-row-expanded:after{content:"-"}.rc-table-row-expand-icon.rc-table-row-collapsed:after{content:"+"}.rc-table-row-expand-icon.rc-table-row-spaced{visibility:hidden}.rc-table-title{border:1px solid red;border-bottom:0;padding:16px 8px}.rc-table-caption{border-bottom:1px solid red;border-right:1px solid red;padding:16px 8px}.rc-table-footer{border:1px solid red;border-top:0;padding:16px 8px}.rc-table tfoot td{background:#fff}.rc-table-summary{border-top:1px solid red;border-left:1px solid red}.rc-table-sticky-holder{z-index:2;position:sticky}.rc-table-sticky-scroll{z-index:2;opacity:.6;border-top:1px solid #f3f3f3;align-items:center;transition:transform .1s ease-in;display:flex;position:sticky;bottom:0}.rc-table-sticky-scroll:hover{transform-origin:bottom;transform:scaleY(1.2)}.rc-table-sticky-scroll-bar{background-color:#bbb;border-radius:4px;height:8px}.rc-table-sticky-scroll-bar:hover,.rc-table-sticky-scroll-bar-active{background-color:#999}
.rc-collapse-motion{transition:height .3s,opacity .3s}.rc-collapse-content-hidden{display:none}.rc-collapse{background-color:#f7f7f7;border:1px solid #d9d9d9;border-radius:3px}.rc-collapse>.rc-collapse-item{border-top:1px solid #d9d9d9}.rc-collapse>.rc-collapse-item:first-child{border-top:none}.rc-collapse>.rc-collapse-item>.rc-collapse-header{color:#666;cursor:pointer;align-items:center;padding:10px 16px;line-height:22px;display:flex}.rc-collapse>.rc-collapse-item>.rc-collapse-header .arrow{content:" ";vertical-align:middle;border-top:3px solid #0000;border-bottom:3px solid #0000;border-left:4px solid #666;width:0;height:0;margin-right:8px;font-size:0;line-height:0;display:inline-block}.rc-collapse>.rc-collapse-item>.rc-collapse-header .rc-collapse-extra{margin:0 16px 0 auto}.rc-collapse>.rc-collapse-item .rc-collapse-collapsible-header{cursor:default}.rc-collapse>.rc-collapse-item .rc-collapse-collapsible-header .rc-collapse-header-text,.rc-collapse>.rc-collapse-item .rc-collapse-collapsible-header .rc-collapse-expand-icon{cursor:pointer}.rc-collapse>.rc-collapse-item .rc-collapse-collapsible-icon{cursor:default}.rc-collapse>.rc-collapse-item .rc-collapse-collapsible-icon .rc-collapse-expand-icon{cursor:pointer}.rc-collapse>.rc-collapse-item-disabled>.rc-collapse-header{cursor:not-allowed;color:#999;background-color:#f3f3f3}.rc-collapse-content{color:#666;background-color:#fff;padding:0 16px;overflow:hidden}.rc-collapse-content>.rc-collapse-content-box{margin-top:16px;margin-bottom:16px}.rc-collapse-item:last-child>.rc-collapse-content{border-radius:0 0 3px 3px}.rc-collapse>.rc-collapse-item-active>.rc-collapse-header .arrow{border-top:4px solid #666;border-left:3px solid #0000;border-right:3px solid #0000;margin-right:6px;position:relative;top:2px}
@font-face{font-family:revicons;fallback:fallback;src:url(../media/revicons.0..pvb1q~5e1d.woff)format("woff"),url(../media/revicons.014dop33xc2p3.ttf)format("ttf"),url(../media/revicons.11pud~zpz6jrf.eot)format("ttf")}.react-multi-carousel-list{align-items:center;display:flex;position:relative;overflow:hidden}.react-multi-carousel-track{transform-style:preserve-3d;backface-visibility:hidden;will-change:transform,transition;flex-direction:row;margin:0;padding:0;list-style:none;display:flex;position:relative}.react-multiple-carousel__arrow{z-index:1000;opacity:1;cursor:pointer;background:#00000080;border:0;border-radius:35px;outline:0;min-width:43px;min-height:43px;transition:all .5s;position:absolute}.react-multiple-carousel__arrow:hover{background:#000c}.react-multiple-carousel__arrow:before{color:#fff;text-align:center;z-index:2;font-family:revicons;font-size:20px;display:block;position:relative}.react-multiple-carousel__arrow:disabled{cursor:default;background:#00000080}.react-multiple-carousel__arrow--left{left:calc(4% + 1px)}.react-multiple-carousel__arrow--left:before{content:""}.react-multiple-carousel__arrow--right{right:calc(4% + 1px)}.react-multiple-carousel__arrow--right:before{content:""}.react-multi-carousel-dot-list{text-align:center;justify-content:center;margin:0;padding:0;list-style:none;display:flex;position:absolute;bottom:0;left:0;right:0}.react-multi-carousel-dot button{opacity:1;width:12px;height:12px;box-shadow:none;cursor:pointer;border:2px solid gray;border-radius:50%;outline:0;margin:0 6px 0 0;padding:0;transition:background .5s;display:inline-block}.react-multi-carousel-dot button:hover:active,.react-multi-carousel-dot--active button{background:#080808}.react-multi-carousel-item{transform-style:preserve-3d;backface-visibility:hidden}@media (-ms-high-contrast:none),(-ms-high-contrast:active){.react-multi-carousel-item{flex-shrink:0!important}.react-multi-carousel-track{overflow:visible!important}}[dir=rtl].react-multi-carousel-list{direction:rtl}.rtl.react-multiple-carousel__arrow--right{left:calc(4% + 1px);right:auto}.rtl.react-multiple-carousel__arrow--right:before{content:""}.rtl.react-multiple-carousel__arrow--left{left:auto;right:calc(4% + 1px)}.rtl.react-multiple-carousel__arrow--left:before{content:""}
.reuseModalOverlay{content:"";z-index:9999;background-color:#000000b3;width:100%;height:100%;position:fixed;inset:0}.reuseModalParentWrapper{box-sizing:border-box;z-index:9999;width:100%;height:100%;display:flex;position:fixed;top:0;left:0;overflow:hidden}.reuseModalHolder{box-sizing:border-box;z-index:99999;background:#f0f0f0;border:1px solid #ddd;width:100%;height:100%;padding:30px;display:flex;overflow:hidden}.innerRndComponent{box-sizing:content-box;width:100%;height:100%}.reuseModalCloseBtn{color:#fff;cursor:pointer;z-index:9999999;background-color:#0000;border:0;outline:0;justify-content:center;align-items:center;width:30px;height:30px;display:inline-flex;position:fixed;top:10px;right:20px}
:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-toast-width);box-sizing:border-box;color:#fff;padding:4px;position:fixed}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;margin:0;padding:0;left:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{min-height:var(--toastify-toast-min-height);box-sizing:border-box;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;z-index:0;direction:ltr;border-radius:4px;justify-content:space-between;margin-bottom:1rem;padding:8px;display:flex;position:relative;overflow:hidden;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{flex:auto;align-items:center;margin:auto 0;padding:6px;display:flex}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;flex-shrink:0;width:20px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;cursor:pointer;opacity:.7;background:0 0;border:none;outline:none;align-self:flex-start;padding:0;transition:all .3s}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;width:14px;height:16px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:0;position:absolute;bottom:0;left:0}.Toastify__progress-bar--animated{animation:linear forwards Toastify__trackProgress}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:100%}.Toastify__spinner{box-sizing:border-box;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);border-radius:100%;width:20px;height:20px;animation:.65s linear infinite Toastify__spin}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)}60%{opacity:1;transform:translate(-25px)}75%{transform:translate(10px)}90%{transform:translate(-5px)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate(-20px)}to{opacity:0;transform:translate(2000px)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)}60%{opacity:1;transform:translate(25px)}75%{transform:translate(-10px)}90%{transform:translate(5px)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate(20px)}to{opacity:0;transform:translate(-2000px)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)}60%{opacity:1;transform:translateY(-20px)}75%{transform:translateY(10px)}90%{transform:translateY(-5px)}to{transform:translate(0,0)}}@keyframes Toastify__bounceOutUp{20%{transform:translateY(-10px)}40%,45%{opacity:1;transform:translateY(20px)}to{opacity:0;transform:translateY(-2000px)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)}60%{opacity:1;transform:translateY(25px)}75%{transform:translateY(-10px)}90%{transform:translateY(5px)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translateY(10px)}40%,45%{opacity:1;transform:translateY(-20px)}to{opacity:0;transform:translateY(2000px)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateX(-20deg)}60%{opacity:1;transform:perspective(400px)rotateX(10deg)}80%{transform:perspective(400px)rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{visibility:visible;transform:translate(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate(0,0)}}@keyframes Toastify__slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(110%)}}@keyframes Toastify__slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-110%)}}@keyframes Toastify__slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-500px)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
.carousel-with-custom-dots{padding-bottom:100px}@media only screen and (max-width:767px){.carousel-with-custom-dots{padding-bottom:65px}}.react-multiple-carousel__arrow{z-index:10}
:root{--bulma-primary:#00a950;--bulma-warning:#ffa400;--bulma-grey-dark:#757763;--bulma-grey-light:#d0d1cd;--bulma-body-background-color:transparent;--bulma-scheme-main-bis:transparent;--bulma-modal-z:9999;--bulma-footer-background-color:transparent;--bulma-footer-padding:1rem;--font-family-base:Asap, sans-serif;--font-family-heading:Bungee, cursive}body{background:linear-gradient(90deg,#ffffff80 65%,#ffa400bf 65%,#ffc53abf 100%),url(/bg.png);width:100vw;height:100vh;margin:0;padding:0;font-family:Asap,sans-serif}html:lang(ar)>body,html:lang(he)>body{background:linear-gradient(-90deg,#ffffff80 65%,#ffa400bf 65%,#ffc53abf 100%),url(/bg.png)}h1,h2,h3,h4,h5,h6{color:#000;font-family:Bungee,cursive}@media only screen and (max-width:768px){.container{padding-top:60px;padding-left:8px;padding-right:8px}}.product-carousel{flex-direction:column;display:flex}.product-carousel .product-slides{flex-direction:row;justify-content:space-between;display:flex}.product-carousel .product-slides .product-texts .product-text{opacity:0;max-width:40vw;padding:30px 50px;transition:all .8s;position:absolute;left:-500px}.product-carousel .product-slides .product-texts .product-text.active{opacity:1;transition:all .8s;left:0}.product-carousel .product-slides .product-texts .product-text h1{max-width:500px;margin:20px 0;font-size:60px;line-height:50px}.product-carousel .product-slides .product-texts .product-text .product-text-subtitle,.product-carousel .product-slides .product-texts .product-text .product-text-ingredients,.product-carousel .product-slides .product-texts .product-text .product-text-ingredients .product-text-ingredient{max-width:450px}.product-carousel .product-slides .product-images{flex-direction:row;display:flex}.product-carousel .product-slides .product-images .product-pano{flex-direction:row;max-width:60vw;margin-right:-5vw;transition:all .8s;display:flex}.product-carousel .product-slides .product-images .product-pano .product-pano-current{z-index:99;vertical-align:middle;filter:drop-shadow(50px 50px 50px #00000040);width:auto;height:500px;transition:box-shadow .3s,transform .3s;display:inline-block;transform:perspective(1px)translateZ(0)}.product-carousel .product-slides .product-images .product-pano .product-pano-current:hover,.product-carousel .product-slides .product-images .product-pano .product-pano-current:focus,.product-carousel .product-slides .product-images .product-pano .product-pano-current:active{filter:drop-shadow(50px 50px 50px #00000059);transform:scale(1.1)}.product-carousel .product-slides .product-images .product-pano .product-pano-next{filter:blur(2.5px);width:auto;height:250px;margin-top:150px;margin-right:0;transition:all .8s}.product-carousel .product-slides .product-images .product-pano .product-pano-with{width:auto;height:280px;margin-right:-5vw;position:absolute;top:250px;right:625px;transform:rotate(-15deg)}.product-carousel .product-slides .product-images .product-pano .product-pano-with:last-child{right:175px;transform:rotate(15deg)}.product-carousel .product-carousel-footer{flex-direction:row;justify-content:space-between;display:flex}.product-carousel .product-carousel-footer .product-list{width:65vw;margin:-50px 0 50px!important}.product-carousel .product-carousel-footer .product-list .product-list-item{opacity:.5;width:auto;height:90px;margin:0 10px;transition:opacity .8s}.product-carousel .product-carousel-footer .product-list .product-list-item.active{opacity:1;transition:opacity .8s}.product-carousel .product-carousel-footer .product-carousel-controls{flex-direction:row;justify-content:space-evenly;width:35vw;margin-right:20%;display:flex}.product-carousel .product-carousel-footer .product-carousel-controls .next,.product-carousel .product-carousel-footer .product-carousel-controls .prev{width:40px;height:40px;padding:0}.product-carousel .product-carousel-footer .product-carousel-controls .next img,.product-carousel .product-carousel-footer .product-carousel-controls .prev img{width:20px;height:20px}.mobile-show{display:none}@media only screen and (max-width:768px){.navbar .navbar-item img{height:4.5rem;margin:20px 0}.product-carousel{display:none}.mobile-show{text-align:center;flex-direction:column;justify-content:center;height:calc(100vh - 200px);padding:0 25vw;display:flex}.mobile-show .logo-store{width:180px;height:60px;margin:0 auto}}.shake{backface-visibility:hidden;perspective:1000px;animation:.82s cubic-bezier(.36,.07,.19,.97) infinite both shake;transform:translate(0,0)}@keyframes shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.rotate{backface-visibility:hidden;perspective:1000px;animation:1s cubic-bezier(.36,.07,.19,.97) both rotate;transform:translate(0,0)}@keyframes rotate{30%,70%{transform:rotate(-10deg)}20%,40%,60%,80%{transform:rotate(-5deg)}10%,50%,to{transform:rotate(0)}}[role=button]{cursor:pointer}.card{border:1px solid #eee}.notification.is-warning{color:#000}.mt-nav{margin-top:90px!important}@media only screen and (max-width:600px){.mt-nav{margin:80px 10px 10px!important}}.type-button{margin:6px 20px;background-color:#f8f7f580!important;padding:0 6px!important;box-shadow:0 0 1px 1px #0000000d!important}.type-button .is-transparent{box-shadow:none;border:none;background:0 0!important}.type-button .is-transparent:focus{box-shadow:none;outline:none}.modal-order-type .modal-order-type-btn{white-space:normal;flex-direction:column;margin-top:10px}.modal-order-type .modal-order-type-btn h4{color:inherit;padding:0;margin:0!important}.modal-order-type .modal-order-type-btn i{font-size:12px;font-style:normal}.navbar .navbar-brand{margin-right:40px}.menu .menu-list{margin-left:0}.menu .menu-list a.is-active{color:inherit;background:#eee;border-left:5px solid green;border-radius:0;margin-left:-1.5rem;margin-right:-1.5rem;padding-left:1.5rem}.menu .menu-list a:hover:not(.is-active){margin-left:-1.5rem;margin-right:-1.5rem;padding-left:2.2rem}.product-row{z-index:1;flex-wrap:wrap;margin:0 -15px;display:flex;position:relative}@media (max-width:768px){.product-row{margin-top:60px;margin-left:-7.5px;margin-right:-7.5px}}.app-version{cursor:help;opacity:.1;color:gray;font-size:smaller;transition:opacity .3s;position:fixed;bottom:10px;right:10px}.app-version:hover{opacity:1;transition:opacity .3s}footer.footer{opacity:.75;font-size:10px}footer.footer small{opacity:.5;font-size:8px}
