: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:hsla(0,0%,100%,.7);--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(90deg,#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{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.Button_btn__W1TTO{align-self:center;background:#000;border:none;border-radius:4px;box-shadow:0 0 0 0 #000;color:#fff;color:var(--color-primary);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;line-height:35px;padding:.4em 1em;text-align:center;text-decoration:none;transition:.2s linear}.Button_btn__W1TTO:hover{background:#ff6801}.Button_btnProduct__uYDnt{align-items:center;-webkit-column-gap:12px;column-gap:12px;font-size:1.4em;justify-content:center;padding:.6em 1.8em}@media screen and (min-width:1280px){.Button_btnProduct__uYDnt{padding:.7em 2.1em}}.Button_disabledBtn__yylQr{color:#fff}.Button_disabledBtn__yylQr:focus,.Button_disabledBtn__yylQr:hover{border-color:#bfbfbf;border-color:var(--color-grey);text-shadow:2px 2px 3px rgba(93,101,106,.3)}.Modal_backDrop__H6bOk{background-color:rgba(0,0,0,.8);height:100vh;left:0;position:fixed;top:0;transition:.2s linear;width:100vw;z-index:100}.Modal_modal__yEgVW{align-items:center;background-color:#d8d8d8;border-radius:2px;box-shadow:0 1px 3px rgba(0,0,0,.12),0 1px 1px rgba(0,0,0,.14),0 2px 1px rgba(0,0,0,.2);color:#0d0d0d;color:var(--color-black);display:flex;flex-direction:column;height:auto;justify-content:center;left:50%;max-width:700px;max-width:768px;overflow:hidden;padding:2rem 2rem 1.5rem;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:.2s linear;width:85vw}@media screen and (min-width:1280px){.Modal_modal__yEgVW{max-height:90vh;padding:40px}}@media(min-width:768px){.Modal_modal__yEgVW{align-items:center;flex-direction:row}}.ButtonClose_closeBtn__M1Zd8{align-items:center;background-color:transparent;border-bottom:2px solid transparent;border-bottom-left-radius:8px;border-left:2px solid transparent;cursor:pointer;display:flex;justify-content:center;left:11px;min-height:45px;min-width:45px;padding:0;position:absolute;top:11px;z-index:1}.ButtonClose_closeBtn__M1Zd8 svg{transition:.2s linear}.ButtonClose_closeBtn__M1Zd8 svg:focus,.ButtonClose_closeBtn__M1Zd8 svg:hover{fill:#fff;fill:var(--color-primary)}.ContactForm_contactForm__O2OxW{align-self:center}.ContactForm_formHeading__uX2L4{color:#bfbfbf;color:var(--color-grey);font-size:1.2rem;font-weight:600;margin-bottom:40px;text-align:center}@media screen and (min-width:1280px){.ContactForm_formHeading__uX2L4{font-size:1.4rem}}.ContactForm_ctaForm__fYhay{margin-bottom:2rem;text-align:center}@media(min-width:768px){.ContactForm_ctaForm__fYhay{margin-bottom:0;margin-right:2rem;text-align:left}}.ContactForm_ctaForm__fYhay h2{font-size:1.5rem;margin:0 auto;max-width:25ch;text-align:center;width:100%}@media(min-width:768px){.ContactForm_ctaForm__fYhay h2{margin:0;text-align:left}}.ContactForm_ctaForm__fYhay p{font-size:1rem;margin-top:1rem;max-width:24ch;text-align:left;width:100%}.ContactForm_labelWrap__O3umY{margin-bottom:1.2rem;position:relative}@media screen and (min-width:1280px){.ContactForm_labelWrap__O3umY{margin-bottom:1.4rem}}.ContactForm_formInput__4newl{border:1px solid #000;border-radius:2px;height:2.5rem;margin:.625rem auto;padding:.5rem 1.25rem;transition:.2s linear;width:clamp(120px,50vw,420px)}@media(min-width:768px){.ContactForm_formInput__4newl{width:clamp(120px,35vw,420px)}}.ContactForm_formInput__4newl:focus{border-top-color:rgba(0,0,0,.1)}.ContactForm_formInput__4newl:focus~.ContactForm_label__eteY1,.ContactForm_formInput__4newl:valid~.ContactForm_label__eteY1{background-color:#fff;background-color:var(--color-white);border-radius:4px;color:#0d0d0d;color:var(--color-black);cursor:pointer;font-size:.8em;left:8px;padding:2px 4px;top:-8px;z-index:2}@media screen and (min-width:1280px){.ContactForm_formInput__4newl:focus~.ContactForm_label__eteY1,.ContactForm_formInput__4newl:valid~.ContactForm_label__eteY1{font-size:1em;top:-10px}}.ContactForm_formTextarea__5m8HY{height:100px;resize:none}.ContactForm_label__eteY1{color:#65564c;cursor:text;font-size:1rem;left:12px;position:absolute;top:17px;transition:.2s linear}.ContactForm_label__eteY1+.ContactForm_formInput__4newl:placeholder-shown{cursor:text;font-size:1em;left:20px;top:17px}.ContactForm_label__eteY1+.ContactForm_formInput__4newl:not(:placeholder-shown){color:inherit;cursor:pointer;font-size:.8em;left:0;top:-1.5em}@media screen and (min-width:1280px){.ContactForm_label__eteY1{font-size:1.1rem}}.ContactForm_errorMsg__8pv2n{bottom:-16px;color:#0d0d0d;color:var(--color-black);font-size:12px;position:absolute;right:0}@media screen and (max-width:1280px){.ContactForm_errorMsg__8pv2n{left:0}}.ContactForm_btnWrap__AGi4b{text-align:center}.ContactForm_LogoForm__mzK4F{align-items:center;display:flex;justify-content:center;margin-bottom:20px;max-height:50px;max-width:50px}.Cart_backDrop__E4zIR{background-color:rgba(0,0,0,.5);height:100vh;left:0;position:fixed;top:70px;width:100vw;z-index:1}.Cart_cart__weGic{background-color:#fff;background-color:var(--color-white);box-shadow:0 0 7px -5px rgba(0,0,0,.5);max-width:600px;padding:40px 20px;position:absolute;right:0}.Cart_wrap__UdPH8{height:84vh;overflow:scroll;padding:0 12px;width:100%}.Cart_title__Ii1uN{font-size:24px;font-weight:400;margin-bottom:30px}.Cart_item__k2oRm{align-items:center;display:flex;gap:12px;justify-content:space-between;margin-bottom:32px}@media screen and (min-width:1280px){.Cart_item__k2oRm{gap:42px}}.Cart_item__k2oRm img{width:80px}.Cart_itemTitle__S8z-h{color:#0d0d0d;color:var(--color-black);font-size:18px;margin-bottom:4px}.Cart_itemDesc__h9uUx{color:#bfbfbf;color:var(--color-grey);font-size:14px;margin-bottom:10px}.Cart_delete__lYaVc{color:#ff6701;color:var(--color-accent-variant);cursor:pointer;font-size:30px}.Cart_delete__lYaVc:focus,.Cart_delete__lYaVc:hover{color:#bfbfbf;color:var(--color-grey)}.Cart_total__SSvWa{align-items:center;color:#0d0d0d;color:var(--color-black);display:flex;font-size:18px;justify-content:space-between;margin-bottom:20px}.Cart_totalValue__5ecR1{font-size:20px}.Cart_btnWrap__IEByC{margin-bottom:20px}.Cart_reset__bAIxi{border-radius:2px;box-shadow:-3px 4px 5px rgba(81,41,10,.1),0 2px 2px rgba(81,41,10,.2);color:#000;cursor:pointer;font-size:16px;padding:4px 8px;text-align:center;text-transform:lowercase;transition:.2s linear}.Cart_reset__bAIxi:focus,.Cart_reset__bAIxi:hover{background-color:#fff;background-color:var(--color-white);box-shadow:-3px 4px 5px rgba(81,41,10,.2),0 2px 2px rgba(81,41,10,.4);color:red}@media screen and (min-width:1280px){.Cart_reset__bAIxi{font-size:18px}}.ExpandableSearchIcon_wrap__hQzUs{align-items:center;display:flex;justify-content:center}.ExpandableSearchIcon_input__wkHmb{position:relative;z-index:1}.ExpandableSearchIcon_searchSuggest__dryUF{background-color:#ff6801;border-radius:0 0 3px 3px;color:#000;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;left:0;max-height:80vh;overflow:scroll;position:absolute;width:100%;z-index:90}@media screen and (min-width:720px){.ExpandableSearchIcon_searchSuggest__dryUF{top:120%}}.ExpandableSearchIcon_item__b\+yIK{align-items:center;cursor:"pointer";display:flex;flex-direction:row;font-size:.8rem;line-height:1.6rem;margin-top:8px;padding-left:12px}@media screen and (min-width:720px){.ExpandableSearchIcon_item__b\+yIK{font-size:1rem}}.ExpandableSearchIcon_item__b\+yIK a{color:#fff;color:var(--color-primary);font-weight:400;transition:.2s linear}.ExpandableSearchIcon_item__b\+yIK a:focus,.ExpandableSearchIcon_item__b\+yIK a:hover{color:#fff;color:var(--color-white)}.ExpandableSearchIcon_item__b\+yIK a:before{content:"-";padding-right:.4rem}.Header_header__OKWO7{background-color:#fff;background-color:var(--color-primary);box-shadow:0 2px 4px rgba(0,0,0,.1);height:70px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:10}.Header_sticky__XEZI7{background-color:rgba(59,88,107,.96);box-shadow:0 2px 4px rgba(0,0,0,.1);transition:.2s linear}.Header_container__TsUVY{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;max-width:1280px;padding:0 14px;position:relative}@media(min-width:720px){.Header_container__TsUVY{padding:0 28px}}.Header_logo__shVBB{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Header_logo__shVBB svg{height:auto;transition:.2s linear;width:45px}.Header_icons__dZ1Ja{align-items:center;color:#bfbfbf;color:var(--color-grey);cursor:pointer;display:flex;gap:12px}@media(max-width:719px){.Header_icons__dZ1Ja{order:3}}.Header_icon__a8FkJ{align-items:center;display:flex;position:relative}.Header_amount__4pwOy{align-items:center;background-color:#ff6701;background-color:var(--color-accent-variant);border-radius:50%;color:#fff;color:var(--color-white);display:flex;font-size:12px;height:18px;justify-content:center;position:absolute;right:-3px;top:-3px;width:18px}@-webkit-keyframes Header_smoothScroll__tA06m{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes Header_smoothScroll__tA06m{0%{-webkit-transform:translateY(-100px);transform:translateY(-100px)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.Header_MuiInputBase-root__56VHC{align-items:center;background-color:#ff6701!important;border-radius:5px!important;box-sizing:border-box;color:rgba(0,0,0,.87);color:#fff;cursor:text;display:inline-flex;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:1rem;font-weight:400;letter-spacing:.00938em;line-height:1.4375em;opacity:1;padding:10px 15px!important;position:relative;transition:opacity .9s}.BeInTouch_beInTouch__Zs62q{margin:0 auto;max-width:400px;text-align:center}@media screen and (max-width:719px){.BeInTouch_beInTouch__Zs62q{padding:0 16px 16px}}.BeInTouch_wrap__GDamX{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.BeInTouch_desc__bRluU{color:#ff6701;font-size:14px;margin-top:15px}@media screen and (min-width:1280px){.BeInTouch_desc__bRluU{font-size:16px}}@media screen and (max-width:1279px){.BeInTouch_desc__bRluU{clip:rect(0 0 0 0);height:1px;margin:-1px;position:absolute;width:1px}}.BeInTouch_title__5thBQ{color:#bfbfbf;color:var(--color-grey);font-size:16px}@media screen and (min-width:720px){.BeInTouch_title__5thBQ{font-size:18px}}@media screen and (min-width:1280px){.BeInTouch_title__5thBQ{font-size:20px}}.BeInTouch_form__BTUFm{display:flex;flex:0 1 300px;flex-direction:column;margin:0 auto;row-gap:.5rem}.BeInTouch_input__zEPxd{background-color:#fff;background-color:var(--color-white);border:1px solid transparent;border-radius:4px;font-size:14px;padding:.7rem 1rem;width:100%}.BeInTouch_button__2aqEE{background-color:#bfbfbf;background-color:var(--color-grey);border-radius:4px;box-shadow:0 7px 15px 0 rgba(0,0,0,.13),0 1px 4px 0 rgba(0,0,0,.11);cursor:pointer;font-size:14px;font-weight:600;padding:.8rem 1rem;transition:.2s linear;white-space:nowrap}.BeInTouch_button__2aqEE:focus,.BeInTouch_button__2aqEE:hover{box-shadow:0 8px 17px 0 rgba(0,0,0,.18),0 2px 6px 0 rgba(0,0,0,.15)}@container (width >=280px){.BeInTouch_form__BTUFm{flex-direction:row}.BeInTouch_input__zEPxd{border-bottom-right-radius:0;border-top-right-radius:0}.BeInTouch_button__2aqEE{border-bottom-left-radius:0;border-top-left-radius:0}}.Footer_footer__PxxIj{background-color:#23313b;box-shadow:inset 0 15px 10px -20px rgba(0,0,0,.45);padding:20px 8px}@media screen and (min-width:720px){.Footer_footer__PxxIj{padding:40px 20px}}@media screen and (min-width:1280px){.Footer_footer__PxxIj{padding:60px 100px 20px}}.Footer_top__XfDGF{display:flex;flex-wrap:wrap;justify-content:space-around;margin:0 auto;max-width:1280px;row-gap:8px}.Footer_beintouch__7oCjp{container-type:inline-size;width:100%}@media screen and (min-width:720px){.Footer_beintouch__7oCjp{flex:2 1}}.Footer_logo__w79hm{display:flex}.Footer_logo__w79hm svg{height:auto;transition:.2s linear;width:50px}.Footer_item__F4ny-{align-items:center;display:flex;flex-direction:column;font-size:12px;gap:8px;text-align:justify}@media screen and (min-width:720px){.Footer_item__F4ny-{flex:1 1;font-size:14px}}.Footer_link__sgKeT{background-color:transparent;color:#88aec6;color:var(--color-secondary);cursor:pointer;font-size:14px;font-weight:400;transition:.2s linear}.Footer_link__sgKeT:focus,.Footer_link__sgKeT:hover{color:#ff6701}@media screen and (min-width:1280px){.Footer_link__sgKeT{font-size:16px}}.Footer_title__xdj5Y{color:#bfbfbf;color:var(--color-grey);font-size:16px;text-align:center}@media screen and (min-width:720px){.Footer_title__xdj5Y{font-size:18px}}@media screen and (min-width:1280px){.Footer_title__xdj5Y{font-size:20px}}.Footer_item__F4ny- span{color:#bfbfbf;color:var(--color-grey)}@media screen and (min-width:1280px){.Footer_orders__g7el4{align-items:center;display:flex;flex:1 1;flex-direction:column;font-size:14px;gap:8px;text-align:justify}}.Footer_text__LFzxy{letter-spacing:.02em;text-align:center}.Footer_bottom__J7kjW{align-items:center;display:flex;flex-direction:column-reverse;margin-top:20px}@media screen and (min-width:1280px){.Footer_bottom__J7kjW{flex-direction:row;gap:60px;justify-content:center;margin-top:45px}}.Footer_left__uf-wb{align-items:center;display:flex;flex-wrap:wrap;gap:12px;justify-content:center}@media screen and (max-width:1279px){.Footer_left__uf-wb{margin-top:12px}}@media screen and (min-width:1280px){.Footer_left__uf-wb{margin-left:230px;position:relative}}.Footer_copyright__2WB24{bottom:-5px;color:#bfbfbf;color:var(--color-grey);font-size:12px;position:relative;text-align:center}@media screen and (min-width:1280px){.Footer_copyright__2WB24{font-size:14px}}.Footer_iconList__QkV-j{align-items:center;display:flex;gap:28px;justify-content:center}@media screen and (min-width:1280px){.Footer_iconList__QkV-j{gap:20px}}.Footer_icon__ctCoM{color:#88aec6;color:var(--color-secondary);cursor:pointer;transition:.2s linear}.Footer_icon__ctCoM:focus,.Footer_icon__ctCoM:hover{color:#ff6701}.CookiesModal_cookieBar__\+2SJd{background:#bfbfbf;background:var(--color-grey);bottom:0;box-shadow:0 4px 16px rgba(17,17,26,.1),0 8px 32px rgba(17,17,26,.05);left:50%;padding:12px;position:fixed;text-align:center;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:100}@media screen and (min-width:1280px){.CookiesModal_cookieBar__\+2SJd{align-items:center;display:flex;gap:2.5rem;justify-content:space-around;padding:16px}}.CookiesModal_cookieText__eKeV3{color:#0d0d0d;color:var(--color-black);font-size:1.1rem}@media screen and (max-width:1279px){.CookiesModal_cookieText__eKeV3{font-size:1rem;margin-bottom:16px}}@media screen and (min-width:1280px){.Hero_container__fQybn{margin-left:auto;margin-right:auto;width:1280px}}.Hero_hero__nA9XN{background-color:#0d0d0d;background-color:var(--color-black);background-image:url(/static/media/hero.530330211a76e24dbdea.jpg);background-position:50%;background-repeat:no-repeat;background-size:cover;height:35vh;position:relative}@media screen and (min-width:720px){.Hero_hero__nA9XN{height:60vh}}@media screen and (min-width:1280px){.Hero_hero__nA9XN{height:70vh;margin-top:40px}}.Hero_linkWrap__1kmcL{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.Hero_link__Ppxz4{align-items:center;border:1px solid transparent;color:#fff;color:var(--color-white);display:flex;font-size:1.2rem;font-weight:600;justify-content:center;line-height:35px;padding:.4em 1em;position:relative;text-align:center;text-decoration:none;transition:.2s linear}@media screen and (min-width:1280px){.Hero_link__Ppxz4{font-size:2rem}}.Hero_link__Ppxz4:after,.Hero_link__Ppxz4:before{content:"";height:100%;position:absolute;top:0;transition:.2s linear}.Hero_link__Ppxz4:before{background-color:#2f4858;border-radius:2px;left:0;width:100%;z-index:-1}.Hero_link__Ppxz4:after{border-bottom:1px solid transparent;border-top:1px solid transparent;left:50%;-webkit-transform:translate(-50%);transform:translate(-50%);width:0;z-index:1}.Hero_link__Ppxz4:hover{color:#000}.Hero_link__Ppxz4:hover:before{-webkit-transform:scaleX(0);transform:scaleX(0)}.Hero_link__Ppxz4:hover:after{border-color:#000;transition-delay:.2s;width:100%}.ProductsBlock_btn__RYSE5{align-self:center;background:#000;border:none;border-radius:4px;box-shadow:0 0 0 0 #000;color:#fff;color:var(--color-primary);cursor:pointer;display:inline-flex;font-size:1rem;font-weight:500;line-height:35px;padding:.4em 1em;text-align:center;text-decoration:none;transition:.2s linear}.ProductsBlock_btn__RYSE5:hover{background:#ff6801}.ProductsBlock_btnProduct__Og1w9{align-items:center;-webkit-column-gap:12px;column-gap:12px;font-size:1.4em;justify-content:center;padding:.6em 1.8em}@media screen and (min-width:1280px){.ProductsBlock_btnProduct__Og1w9{padding:.7em 2.1em}}.ProductsBlock_disabledBtn__cKyYF{color:#fff}.ProductsBlock_disabledBtn__cKyYF:focus,.ProductsBlock_disabledBtn__cKyYF:hover{border-color:#bfbfbf;border-color:var(--color-grey);text-shadow:2px 2px 3px rgba(93,101,106,.3)}.ProductsBlock_sectionTitle__-k0Y6{font-size:2rem;font-weight:600;margin-bottom:20px;text-align:center;text-transform:uppercase}@media screen and (min-width:1280px){.ProductsBlock_sectionTitle__-k0Y6{margin-bottom:40px}}@media screen and (min-width:720px){.ProductsBlock_products__t6skd{display:flex;flex-wrap:wrap;justify-content:center;margin:-10px}}.ProductsBlock_productsItem__NjLyx{display:flex}@media screen and (min-width:720px){.ProductsBlock_productsItem__NjLyx{flex-basis:calc(50% - 20px);margin:10px}}@media screen and (min-width:1280px){.ProductsBlock_productsItem__NjLyx{flex-basis:calc(33.33333% - 20px)}}@media screen and (max-width:719px){.ProductsBlock_productsItem__NjLyx:not(:last-child){margin-bottom:20px}}.Section_section__0XkUm{padding-bottom:40px;padding-top:40px}@media screen and (min-width:1280px){.Section_section__0XkUm{padding-bottom:60px;padding-top:60px}}.Section_products__DZYVU{padding-bottom:60px}.Container_container__MM274{margin-left:auto;margin-right:auto;width:90%}@media screen and (min-width:480px){.Container_container__MM274{padding-left:15px;padding-right:15px;width:480px}}@media screen and (min-width:720px){.Container_container__MM274{width:80%}}@media screen and (min-width:1280px){.Container_container__MM274{width:1280px}}.Card_card__zQfcO{display:flex;flex-direction:column;transition:.2s linear}.Card_card__zQfcO:focus,.Card_card__zQfcO:hover{box-shadow:0 0 12px 0 rgba(0,0,0,.08)}.Card_cardImage__EqXcw{mix-blend-mode:darken;position:relative}.Card_badge__8Aen9{background-color:#2f4859;border-radius:2px;color:#fff;left:28px;padding:2px 4px;position:absolute;text-transform:uppercase;top:4px;z-index:2}@media screen and (min-width:1280px){.Card_badge__8Aen9{font-size:.8rem}}.Card_desc__dIirN{display:flex;flex-direction:column;flex-grow:1;padding:20px 24px;row-gap:1rem;text-align:center}@media screen and (max-width:719px){.Card_desc__dIirN{align-items:center}}.Card_title__fjt9r{color:#000;flex-grow:1;font-size:18px;font-weight:500}.Card_priceList__43OfB{display:flex;gap:18px;justify-content:center;margin-bottom:1rem}.Card_price__WUweu{color:#2f4858;font-size:1.2rem}.Card_oldPrice__bU0e7{color:rgba(64,46,50,.5);text-decoration:line-through}.TextBlock_sectionTitle__iXmux{font-size:2rem;font-weight:500;font-weight:600;margin-bottom:20px;text-align:center;text-transform:uppercase}@media screen and (min-width:1280px){.TextBlock_sectionTitle__iXmux{margin-bottom:40px}.TextBlock_contentWrap__N2xqN{display:flex;flex-direction:row-reverse;justify-content:space-evenly}}.TextBlock_imageWrap__JZQD9{width:300px}@media screen and (max-width:1279px){.TextBlock_imageWrap__JZQD9{margin:0 auto;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.TextBlock_imageWrap__JZQD9 img{object-fit:cover}@media screen and (max-width:1279px){.TextBlock_textWrap__wFrs2{margin-top:20px}}@media screen and (min-width:1280px){.TextBlock_textWrap__wFrs2{display:flex;flex-direction:column;max-width:50%}}.TextBlock_textWrap__wFrs2>p{-webkit-hyphens:none;hyphens:none;letter-spacing:.06em;line-height:1.4em;text-align:justify}.TextBlock_textWrap__wFrs2>p:not(:first-child){margin-top:12px}@media screen and (min-width:1280px){.TextBlock_textWrap__wFrs2>p:not(:first-child){margin-top:24px}}@media screen and (min-width:720px){.TextBlock_textWrap__wFrs2>p{font-size:1.1rem}}@media screen and (min-width:1280px){.TextBlock_textWrap__wFrs2>p{font-size:1.4rem}}.Collapsible_item__QZXQa{display:flex;flex-direction:column;font-size:14px}.Collapsible_item__QZXQa:not(:first-child){margin-top:6px}.Collapsible_item__QZXQa:after{border:1px solid #eeeded;content:"";width:100%}.Collapsible_itemTitle__Lo-zE{align-items:center;display:flex;gap:8px;margin-bottom:8px}.Collapsible_label__086rF{color:#88aec6;color:var(--color-secondary);text-transform:uppercase}.Collapsible_content__2rHz4{font-size:1rem;padding:.5rem}.Collapsible_content__2rHz4 p{margin-bottom:8px;text-transform:capitalize}.Collapsible_content__2rHz4 img{max-width:400px}.Collapsible_parent__j-XE7{height:0;overflow:hidden;transition:.2s linear}:root{--color-white:#fff;--color-black:#0d0d0d;--color-grey:#bfbfbf;--color-primary:#fff;--color-secondary:#88aec6;--color-accent:#ff3025;--color-accent-variant:#ff6701;--toastify-color-dark:var(--color-black)}@media screen and (min-width:1280px){.Product_product__KHMzE{display:flex;flex-direction:row;gap:30px}.Product_left__73Pvt{align-items:flex-start;display:flex;flex:1 1;gap:12px}}.Product_images__4QvNI{flex:1 1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.Product_images__4QvNI img{cursor:pointer;margin-bottom:10px}@media screen and (max-width:1279px){.Product_mainImg__A4DS9{clip:rect(0 0 0 0);height:1px;margin:-1px;position:absolute;width:1px}}@media screen and (min-width:1280px){.Product_mainImg__A4DS9{display:flex;flex:5 1;justify-content:center}}.Product_mainImg__A4DS9 img{max-height:690px;max-width:-webkit-max-content;max-width:max-content;object-fit:contain}.Product_right__uJUCk{display:flex;flex:1 1;flex-direction:column;gap:30px}@media screen and (max-width:1279px){.Product_right__uJUCk{text-align:center}}.Product_price__UaT86{color:#000;font-size:30px}.Product_optionTitle__0zv50{color:#88aec6;color:var(--color-secondary);font-weight:300;margin-bottom:6px}.Product_optionTitle__0zv50 span{color:#fff;color:var(--color-white);font-weight:400}.Product_option__ra4QT>div:not(:last-child){margin-bottom:16px}.Product_radioInput__gFLZk{visibility:hidden}.Product_radioInput__gFLZk:checked+span{border:2px solid #fff;border:2px solid var(--color-white)}.Product_radioColor__rhCis{border:2px solid transparent;border-radius:50%;cursor:pointer;display:inline-block;height:28px;left:-8px;position:relative;top:6px;width:28px}.Product_size__value__Co9HO{align-items:center;background-color:#0d0d0d;background-color:var(--color-black);border:2px solid transparent;color:#fff;color:var(--color-white);cursor:pointer;display:inline-flex;height:42px;justify-content:center;left:-8px;position:relative;top:6px;width:42px}.Product_quantity__pw94s{align-items:center;display:flex;gap:10px}@media screen and (max-width:719px){.Product_quantity__pw94s{justify-content:center}}.Product_productBtn__WFtpu{align-items:center;border:1px solid #88aec6;border:1px solid var(--color-secondary);border-radius:4px;cursor:pointer;display:flex;height:30px;justify-content:center;transition:.2s linear;width:30px}.Product_productBtn__WFtpu:active{box-shadow:inset 0 -23px 25px 0 rgba(0,0,0,.17),inset 0 -36px 30px 0 rgba(0,0,0,.15),inset 0 -79px 40px 0 rgba(0,0,0,.1),0 2px 1px rgba(0,0,0,.06),0 4px 2px rgba(0,0,0,.09),0 8px 4px rgba(0,0,0,.09),0 16px 8px rgba(0,0,0,.09),0 32px 16px rgba(0,0,0,.09)}.Product_quantityValue__OYAwH{width:8px}.Product_linkList__\+Q-V6{align-items:center;display:flex;gap:20px;justify-content:center}.Product_link__HgKU3{align-items:center;color:#88aec6;color:var(--color-secondary);display:flex;font-size:14px;gap:10px}.Product_details__Wc0-0 li{display:flex;line-height:1.3em}.Product_details__Wc0-0 li:not(:last-child){margin-bottom:6px}.Product_details__Wc0-0 li:before{content:"•";padding-right:.8rem}.Product_details__Wc0-0 li p{margin-left:21px;margin-top:6px}.Product_details__Wc0-0 tr:first-child{background-color:#bfbfbf;background-color:var(--color-grey)}.Product_details__Wc0-0 th{font-weight:500;min-width:120px;padding:.8rem 1.6rem}@media screen and (min-width:1280px){.Product_details__Wc0-0 th{min-width:200px}}.Product_details__Wc0-0 th:first-child{background-color:#bfbfbf;background-color:var(--color-grey)}.Product_details__Wc0-0 td{min-width:120px;padding:.8rem 1.6rem;text-align:center;width:100%}@media screen and (min-width:720px){.List_list__469Om{display:flex;flex-wrap:wrap;justify-content:center;margin:-10px}}.List_listItem__xDbKv{display:flex}@media screen and (min-width:720px){.List_listItem__xDbKv{flex-basis:calc(50% - 20px);margin:10px}}@media screen and (min-width:1280px){.List_listItem__xDbKv{flex-basis:calc(33.33333% - 20px)}}@media screen and (max-width:719px){.List_listItem__xDbKv:not(:last-child){margin-bottom:20px}}.List_paginationWrap__WA5nY{bottom:40px;left:50%;position:absolute}@media screen and (max-width:1279px){.List_paginationWrap__WA5nY{bottom:25px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}.Products_products__poCIR{background-color:#f5f5f5;background-position:0 0,4px 4px;background-size:4px 4px;padding-bottom:60px;position:relative}@media screen and (min-width:1280px){.Products_products__poCIR{-webkit-column-gap:70px;column-gap:70px;display:flex;padding:120px 40px}}.Products_left__Z13NJ{flex:1 1;height:100%;position:-webkit-sticky;position:sticky;top:80px}@media screen and (max-width:1279px){.Products_left__Z13NJ{align-items:center;background-color:hsla(0,0%,85%,.9);display:flex;gap:5%;justify-content:center;margin:0 auto;padding:12px;top:70px;z-index:9}.Products_leftItem__oXrOx{min-width:130px}}@media screen and (min-width:1280px){.Products_leftItem__oXrOx:not(:last-child){margin-bottom:28px}}.Products_itemName__RLo3y{margin-bottom:8px;text-transform:uppercase}@media screen and (max-width:1279px){.Products_itemName__RLo3y{font-size:1.1rem;text-align:center}}.Products_productsTitle__b7F8u{font-weight:400;margin-bottom:20px}.Products_inputItem__S3CQ0{-webkit-column-gap:4px;column-gap:4px;display:flex;margin:20px auto;width:218px}.Products_inputItem__S3CQ0 label{margin-left:8px}.Products_right__nl1dv{min-height:560px}@media screen and (max-width:1279px){.Products_right__nl1dv{margin-bottom:20px;margin-top:20px}}@media screen and (min-width:1280px){.Products_right__nl1dv{flex:5 1}}.Products_catImg__Xw5PT{margin:0 auto 40px;max-width:1070px}.Products_range-input-container__HtHLd{margin:20px auto;width:300px}.Products_styledRange__RZjt-{background-color:#ccc;border:none;border-radius:5px;cursor:pointer;outline:none;width:80px}@media screen and (min-width:1280px){.Products_styledRange__RZjt-{width:105px}}.Products_styledRange__RZjt-::-webkit-slider-thumb{background-color:#000;border:none;border-radius:50%;cursor:pointer;height:20px;width:20px}.Products_styledRange__RZjt-::-moz-range-thumb{background-color:#007bff;border:none;border-radius:50%;cursor:pointer;height:20px;width:20px}.InfoPagesText_content__-qBHC{font-size:16px;line-height:1.3em;padding-left:12px;text-align:justify}@media screen and (min-width:1280px){.InfoPagesText_content__-qBHC{font-size:20px;padding:48px}}.InfoPagesText_title__JlQQs{font-size:1.8rem;font-weight:600;margin-bottom:24px;text-align:center}@media screen and (min-width:1280px){.InfoPagesText_title__JlQQs{font-size:2rem;margin-bottom:28px}}.InfoPagesText_content__-qBHC h4{font-size:24px;font-weight:300;margin-bottom:4px;text-align:center}.InfoPagesText_content__-qBHC h3,.InfoPagesText_content__-qBHC p span{color:var(--color-secondary);display:inline-block;font-size:1.3rem;margin-bottom:8px;margin-top:8px;position:relative}@media screen and (min-width:1280px){.InfoPagesText_content__-qBHC h3,.InfoPagesText_content__-qBHC p span{font-size:1.4rem}}.InfoPagesText_content__-qBHC li,.InfoPagesText_content__-qBHC p{font-size:1.2rem;font-weight:300;letter-spacing:.03rem;margin-bottom:8px}@media screen and (min-width:1280px){.InfoPagesText_content__-qBHC li,.InfoPagesText_content__-qBHC p{font-size:1.4rem}}.InfoPagesText_content__-qBHC li{line-height:1.3em}@media screen and (min-width:1280px){.InfoPagesText_content__-qBHC li{line-height:1.4em}}.InfoPagesText_content__-qBHC li::marker{color:var(--color-secondary)}.InfoPagesText_content__-qBHC ol span,.InfoPagesText_content__-qBHC ul span{font-size:24px;font-weight:300}.InfoPagesText_content__-qBHC ul>li:before{content:"•";padding-right:.8rem}:where(html){line-height:1.15}:where(h1){-webkit-margin-after:.67em;-webkit-margin-before:.67em;font-size:2em;margin-block-end:.67em;margin-block-start:.67em}:where(dl,ol,ul) :where(dl,ol,ul){-webkit-margin-after:0;-webkit-margin-before:0;margin-block-end:0;margin-block-start:0}:where(hr){box-sizing:initial;color:inherit;height:0}:where(pre){font-family:monospace,monospace;font-size:1em}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input:is([type=button i],[type=reset i],[type=submit i])){-webkit-appearance:button}:where(progress){vertical-align:initial}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner{border-style:none;padding:0}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}*{border:0;box-sizing:border-box;outline:0}*,h1,h2,h3,h4,h5,h6,p,ul{margin:0;padding:0}ul{list-style:none}html{scroll-behavior:smooth}::-webkit-scrollbar{display:none}*{-ms-overflow-style:none;scrollbar-width:none}body{color:var(--color-black);font-family:Nunito Sans,sans-serif;overflow:overlay}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}a{color:var(--color-grey);text-decoration:none}img{display:block;height:100%;width:100%}input:-webkit-autofill,input:-webkit-autofill:focus{-webkit-transition:background-color 600000s 0s,color 600000s 0s;transition:background-color 600000s 0s,color 600000s 0s}input[type=search]::-ms-clear,input[type=search]::-ms-reveal{display:none;height:0;width:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}.MuiPagination-root button{background-color:#ff8735!important;border:none!important;color:#000!important}
/*# sourceMappingURL=main.a54edcfe.css.map*/