:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--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-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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-color-progress-bgo:.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0, 0, var(--toastify-z-index));width:var(--toastify-container-width);box-sizing:border-box;color:#fff;flex-direction:column;display:flex;position:fixed}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);align-items:center;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y:0;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;word-break:break-word;flex:auto;align-items:center;margin-bottom:1rem;display:flex;position:relative}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{width:100%;transform:translate3d(0, var(--y), 0) scale(var(--s));transition:transform .3s;position:absolute}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";height:calc(var(--g) * 1px);position:absolute;bottom:100%;left:0;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";z-index:-1;height:100%;position:absolute;bottom:0;left:0;right:0;transform:scaleY(3)}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{flex-shrink:0;width:22px;margin-inline-end:10px;display:flex}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.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;z-index:1;background:0 0;border:none;outline:none;padding:0;transition:all .3s;position:absolute;top:6px;right:6px}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.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{z-index:1;opacity:.7;transform-origin:0;width:100%;height:100%;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%;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius);width:100%;height:5px;position:absolute;bottom:0;left:0;overflow:hidden}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height: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:translate3d(-20px, var(--y), 0)}to{opacity:0;transform:translate3d(2000px, var(--y), 0)}}@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:translate3d(20px, var(--y), 0)}to{opacity:0;transform:translate3d(-2000px, var(--y), 0)}}@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:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}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:translate3d(0, calc(var(--y) - 10px), 0)}40%,45%{opacity:1;transform:translate3d(0, calc(var(--y) + 20px), 0)}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:translate3d(0, var(--y), 0) 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:translate3d(0, var(--y), 0) perspective(400px)}30%{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, -20deg);opacity:1}to{transform:translate3d(0, var(--y), 0) perspective(400px) rotate3d(1, 0, 0, 90deg);opacity:0}}.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:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInLeft{0%{visibility:visible;transform:translate(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInUp{0%{visibility:visible;transform:translateY(110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideInDown{0%{visibility:visible;transform:translateY(-110%)}to{transform:translate3d(0, var(--y), 0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(110%, var(--y), 0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translate3d(-110%, var(--y), 0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0, var(--y), 0)}to{visibility:hidden;transform:translateY(500px)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0, var(--y), 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;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-duration:.3s;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-duration:.3s;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);animation-fill-mode:both}.animate__animated.animate__infinite{animation-iteration-count:infinite}.animate__animated.animate__repeat-1{animation-iteration-count:1;-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animate__animated.animate__repeat-2{animation-iteration-count:2;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 2);animation-iteration-count:calc(var(--animate-repeat) * 2)}.animate__animated.animate__repeat-3{animation-iteration-count:3;-webkit-animation-iteration-count:calc(var(--animate-repeat) * 3);animation-iteration-count:calc(var(--animate-repeat) * 3)}.animate__animated.animate__delay-1s{animation-delay:1s;-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animate__animated.animate__delay-2s{animation-delay:2s;-webkit-animation-delay:calc(var(--animate-delay) * 2);animation-delay:calc(var(--animate-delay) * 2)}.animate__animated.animate__delay-3s{animation-delay:3s;-webkit-animation-delay:calc(var(--animate-delay) * 3);animation-delay:calc(var(--animate-delay) * 3)}.animate__animated.animate__delay-4s{animation-delay:4s;-webkit-animation-delay:calc(var(--animate-delay) * 4);animation-delay:calc(var(--animate-delay) * 4)}.animate__animated.animate__delay-5s{animation-delay:5s;-webkit-animation-delay:calc(var(--animate-delay) * 5);animation-delay:calc(var(--animate-delay) * 5)}.animate__animated.animate__faster{animation-duration:.5s;-webkit-animation-duration:calc(var(--animate-duration) / 2);animation-duration:calc(var(--animate-duration) / 2)}.animate__animated.animate__fast{animation-duration:.8s;-webkit-animation-duration:calc(var(--animate-duration) * .8);animation-duration:calc(var(--animate-duration) * .8)}.animate__animated.animate__slow{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2)}.animate__animated.animate__slower{animation-duration:3s;-webkit-animation-duration:calc(var(--animate-duration) * 3);animation-duration:calc(var(--animate-duration) * 3)}@media print,(prefers-reduced-motion:reduce){.animate__animated{transition-duration:1ms!important;animation-duration:1ms!important;animation-iteration-count:1!important}.animate__animated[class*=Out]{opacity:0}}@keyframes bounce{0%,20%,53%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)}40%,43%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-30px)scaleY(1.1)}70%{animation-timing-function:cubic-bezier(.755,.05,.855,.06);transform:translateY(-15px)scaleY(1.05)}80%{transition-timing-function:cubic-bezier(.215,.61,.355,1);transform:translate(0,0)scaleY(.95)}90%{transform:translateY(-4px)scaleY(1.02)}}.animate__bounce{transform-origin:bottom;animation-name:bounce}@keyframes flash{0%,50%,to{opacity:1}25%,75%{opacity:0}}.animate__flash{animation-name:flash}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale3d(1.05,1.05,1.05)}to{transform:scale(1)}}.animate__pulse{animation-name:pulse;animation-timing-function:ease-in-out}@keyframes rubberBand{0%{transform:scale(1)}30%{transform:scale(1.25,.75)}40%{transform:scale(.75,1.25)}50%{transform:scale(1.15,.85)}65%{transform:scale(.95,1.05)}75%{transform:scale(1.05,.95)}to{transform:scale(1)}}.animate__rubberBand{animation-name:rubberBand}@keyframes shakeX{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translate(-10px)}20%,40%,60%,80%{transform:translate(10px)}}.animate__shakeX{animation-name:shakeX}@keyframes shakeY{0%,to{transform:translate(0,0)}10%,30%,50%,70%,90%{transform:translateY(-10px)}20%,40%,60%,80%{transform:translateY(10px)}}.animate__shakeY{animation-name:shakeY}@keyframes headShake{0%{transform:translate(0)}6.5%{transform:translate(-6px)rotateY(-9deg)}18.5%{transform:translate(5px)rotateY(7deg)}31.5%{transform:translate(-3px)rotateY(-5deg)}43.5%{transform:translate(2px)rotateY(3deg)}50%{transform:translate(0)}}.animate__headShake{animation-name:headShake;animation-timing-function:ease-in-out}@keyframes swing{20%{transform:rotate(15deg)}40%{transform:rotate(-10deg)}60%{transform:rotate(5deg)}80%{transform:rotate(-5deg)}to{transform:rotate(0)}}.animate__swing{transform-origin:top;animation-name:swing}@keyframes tada{0%{transform:scale(1)}10%,20%{transform:scale3d(.9,.9,.9)rotate(-3deg)}30%,50%,70%,90%{transform:scale3d(1.1,1.1,1.1)rotate(3deg)}40%,60%,80%{transform:scale3d(1.1,1.1,1.1)rotate(-3deg)}to{transform:scale(1)}}.animate__tada{animation-name:tada}@keyframes wobble{0%{transform:translate(0,0)}15%{transform:translate(-25%)rotate(-5deg)}30%{transform:translate(20%)rotate(3deg)}45%{transform:translate(-15%)rotate(-3deg)}60%{transform:translate(10%)rotate(2deg)}75%{transform:translate(-5%)rotate(-1deg)}to{transform:translate(0,0)}}.animate__wobble{animation-name:wobble}@keyframes jello{0%,11.1%,to{transform:translate(0,0)}22.2%{transform:skew(-12.5deg)skewY(-12.5deg)}33.3%{transform:skew(6.25deg)skewY(6.25deg)}44.4%{transform:skew(-3.125deg)skewY(-3.125deg)}55.5%{transform:skew(1.5625deg)skewY(1.5625deg)}66.6%{transform:skew(-.78125deg)skewY(-.78125deg)}77.7%{transform:skew(.390625deg)skewY(.390625deg)}88.8%{transform:skew(-.195313deg)skewY(-.195313deg)}}.animate__jello{transform-origin:50%;animation-name:jello}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.3)}28%{transform:scale(1)}42%{transform:scale(1.3)}70%{transform:scale(1)}}.animate__heartBeat{animation-name:heartBeat;animation-duration:1.3s;-webkit-animation-duration:calc(var(--animate-duration) * 1.3);animation-duration:calc(var(--animate-duration) * 1.3);animation-timing-function:ease-in-out}@keyframes backInDown{0%{opacity:.7;transform:translateY(-1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInDown{animation-name:backInDown}@keyframes backInLeft{0%{opacity:.7;transform:translate(-2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInLeft{animation-name:backInLeft}@keyframes backInRight{0%{opacity:.7;transform:translate(2000px)scale(.7)}80%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInRight{animation-name:backInRight}@keyframes backInUp{0%{opacity:.7;transform:translateY(1200px)scale(.7)}80%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:1;transform:scale(1)}}.animate__backInUp{animation-name:backInUp}@keyframes backOutDown{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(700px)scale(.7)}}.animate__backOutDown{animation-name:backOutDown}@keyframes backOutLeft{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(-2000px)scale(.7)}}.animate__backOutLeft{animation-name:backOutLeft}@keyframes backOutRight{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translate(0)scale(.7)}to{opacity:.7;transform:translate(2000px)scale(.7)}}.animate__backOutRight{animation-name:backOutRight}@keyframes backOutUp{0%{opacity:1;transform:scale(1)}20%{opacity:.7;transform:translateY(0)scale(.7)}to{opacity:.7;transform:translateY(-700px)scale(.7)}}.animate__backOutUp{animation-name:backOutUp}@keyframes bounceIn{0%,20%,40%,60%,80%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:scale3d(.3,.3,.3)}20%{transform:scale3d(1.1,1.1,1.1)}40%{transform:scale3d(.9,.9,.9)}60%{opacity:1;transform:scale3d(1.03,1.03,1.03)}80%{transform:scale3d(.97,.97,.97)}to{opacity:1;transform:scale(1)}}.animate__bounceIn{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceIn}@keyframes bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(-3000px)scaleY(3)}60%{opacity:1;transform:translateY(25px)scaleY(.9)}75%{transform:translateY(-10px)scaleY(.95)}90%{transform:translateY(5px)scaleY(.985)}to{transform:translate(0,0)}}.animate__bounceInDown{animation-name:bounceInDown}@keyframes bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(-3000px)scaleX(3)}60%{opacity:1;transform:translate(25px)scaleX(1)}75%{transform:translate(-10px)scaleX(.98)}90%{transform:translate(5px)scaleX(.995)}to{transform:translate(0,0)}}.animate__bounceInLeft{animation-name:bounceInLeft}@keyframes bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate(3000px)scaleX(3)}60%{opacity:1;transform:translate(-25px)scaleX(1)}75%{transform:translate(10px)scaleX(.98)}90%{transform:translate(-5px)scaleX(.995)}to{transform:translate(0,0)}}.animate__bounceInRight{animation-name:bounceInRight}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translateY(3000px)scaleY(5)}60%{opacity:1;transform:translateY(-20px)scaleY(.9)}75%{transform:translateY(10px)scaleY(.95)}90%{transform:translateY(-5px)scaleY(.985)}to{transform:translate(0,0)}}.animate__bounceInUp{animation-name:bounceInUp}@keyframes bounceOut{20%{transform:scale3d(.9,.9,.9)}50%,55%{opacity:1;transform:scale3d(1.1,1.1,1.1)}to{opacity:0;transform:scale3d(.3,.3,.3)}}.animate__bounceOut{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:bounceOut}@keyframes bounceOutDown{20%{transform:translateY(10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(-20px)scaleY(.9)}to{opacity:0;transform:translateY(2000px)scaleY(3)}}.animate__bounceOutDown{animation-name:bounceOutDown}@keyframes bounceOutLeft{20%{opacity:1;transform:translate(20px)scaleX(.9)}to{opacity:0;transform:translate(-2000px)scaleX(2)}}.animate__bounceOutLeft{animation-name:bounceOutLeft}@keyframes bounceOutRight{20%{opacity:1;transform:translate(-20px)scaleX(.9)}to{opacity:0;transform:translate(2000px)scaleX(2)}}.animate__bounceOutRight{animation-name:bounceOutRight}@keyframes bounceOutUp{20%{transform:translateY(-10px)scaleY(.985)}40%,45%{opacity:1;transform:translateY(20px)scaleY(.9)}to{opacity:0;transform:translateY(-2000px)scaleY(3)}}.animate__bounceOutUp{animation-name:bounceOutUp}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.animate__fadeIn{animation-name:fadeIn}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInDown{animation-name:fadeInDown}@keyframes fadeInDownBig{0%{opacity:0;transform:translateY(-2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInDownBig{animation-name:fadeInDownBig}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInLeft{animation-name:fadeInLeft}@keyframes fadeInLeftBig{0%{opacity:0;transform:translate(-2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInLeftBig{animation-name:fadeInLeftBig}@keyframes fadeInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInRight{animation-name:fadeInRight}@keyframes fadeInRightBig{0%{opacity:0;transform:translate(2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInRightBig{animation-name:fadeInRightBig}@keyframes fadeInUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInUp{animation-name:fadeInUp}@keyframes fadeInUpBig{0%{opacity:0;transform:translateY(2000px)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInUpBig{animation-name:fadeInUpBig}@keyframes fadeInTopLeft{0%{opacity:0;transform:translate(-100%,-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInTopLeft{animation-name:fadeInTopLeft}@keyframes fadeInTopRight{0%{opacity:0;transform:translate(100%,-100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInTopRight{animation-name:fadeInTopRight}@keyframes fadeInBottomLeft{0%{opacity:0;transform:translate(-100%,100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInBottomLeft{animation-name:fadeInBottomLeft}@keyframes fadeInBottomRight{0%{opacity:0;transform:translate(100%,100%)}to{opacity:1;transform:translate(0,0)}}.animate__fadeInBottomRight{animation-name:fadeInBottomRight}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.animate__fadeOut{animation-name:fadeOut}@keyframes fadeOutDown{0%{opacity:1}to{opacity:0;transform:translateY(100%)}}.animate__fadeOutDown{animation-name:fadeOutDown}@keyframes fadeOutDownBig{0%{opacity:1}to{opacity:0;transform:translateY(2000px)}}.animate__fadeOutDownBig{animation-name:fadeOutDownBig}@keyframes fadeOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)}}.animate__fadeOutLeft{animation-name:fadeOutLeft}@keyframes fadeOutLeftBig{0%{opacity:1}to{opacity:0;transform:translate(-2000px)}}.animate__fadeOutLeftBig{animation-name:fadeOutLeftBig}@keyframes fadeOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)}}.animate__fadeOutRight{animation-name:fadeOutRight}@keyframes fadeOutRightBig{0%{opacity:1}to{opacity:0;transform:translate(2000px)}}.animate__fadeOutRightBig{animation-name:fadeOutRightBig}@keyframes fadeOutUp{0%{opacity:1}to{opacity:0;transform:translateY(-100%)}}.animate__fadeOutUp{animation-name:fadeOutUp}@keyframes fadeOutUpBig{0%{opacity:1}to{opacity:0;transform:translateY(-2000px)}}.animate__fadeOutUpBig{animation-name:fadeOutUpBig}@keyframes fadeOutTopLeft{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-100%,-100%)}}.animate__fadeOutTopLeft{animation-name:fadeOutTopLeft}@keyframes fadeOutTopRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,-100%)}}.animate__fadeOutTopRight{animation-name:fadeOutTopRight}@keyframes fadeOutBottomRight{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(100%,100%)}}.animate__fadeOutBottomRight{animation-name:fadeOutBottomRight}@keyframes fadeOutBottomLeft{0%{opacity:1;transform:translate(0,0)}to{opacity:0;transform:translate(-100%,100%)}}.animate__fadeOutBottomLeft{animation-name:fadeOutBottomLeft}@keyframes flip{0%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translate(0,0)rotateY(-360deg)}40%{animation-timing-function:ease-out;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-190deg)}50%{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translateZ(150px)rotateY(-170deg)}80%{animation-timing-function:ease-in;transform:perspective(400px)scale3d(.95,.95,.95)translate(0,0)rotateY(0)}to{animation-timing-function:ease-in;transform:perspective(400px)scale(1)translate(0,0)rotateY(0)}}.animate__animated.animate__flip{backface-visibility:visible;animation-name:flip}@keyframes flipInX{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)}}.animate__flipInX{animation-name:flipInX;backface-visibility:visible!important}@keyframes flipInY{0%{opacity:0;animation-timing-function:ease-in;transform:perspective(400px)rotateY(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px)rotateY(-20deg)}60%{opacity:1;transform:perspective(400px)rotateY(10deg)}80%{transform:perspective(400px)rotateY(-5deg)}to{transform:perspective(400px)}}.animate__flipInY{animation-name:flipInY;backface-visibility:visible!important}@keyframes flipOutX{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateX(-20deg)}to{opacity:0;transform:perspective(400px)rotateX(90deg)}}.animate__flipOutX{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutX;backface-visibility:visible!important}@keyframes flipOutY{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px)rotateY(-15deg)}to{opacity:0;transform:perspective(400px)rotateY(90deg)}}.animate__flipOutY{animation-duration:.75s;-webkit-animation-duration:calc(var(--animate-duration) * .75);animation-duration:calc(var(--animate-duration) * .75);animation-name:flipOutY;backface-visibility:visible!important}@keyframes lightSpeedInRight{0%{opacity:0;transform:translate(100%)skew(-30deg)}60%{opacity:1;transform:skew(20deg)}80%{transform:skew(-5deg)}to{transform:translate(0,0)}}.animate__lightSpeedInRight{animation-name:lightSpeedInRight;animation-timing-function:ease-out}@keyframes lightSpeedInLeft{0%{opacity:0;transform:translate(-100%)skew(30deg)}60%{opacity:1;transform:skew(-20deg)}80%{transform:skew(5deg)}to{transform:translate(0,0)}}.animate__lightSpeedInLeft{animation-name:lightSpeedInLeft;animation-timing-function:ease-out}@keyframes lightSpeedOutRight{0%{opacity:1}to{opacity:0;transform:translate(100%)skew(30deg)}}.animate__lightSpeedOutRight{animation-name:lightSpeedOutRight;animation-timing-function:ease-in}@keyframes lightSpeedOutLeft{0%{opacity:1}to{opacity:0;transform:translate(-100%)skew(-30deg)}}.animate__lightSpeedOutLeft{animation-name:lightSpeedOutLeft;animation-timing-function:ease-in}@keyframes rotateIn{0%{opacity:0;transform:rotate(-200deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateIn{transform-origin:50%;animation-name:rotateIn}@keyframes rotateInDownLeft{0%{opacity:0;transform:rotate(-45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInDownLeft{transform-origin:0 100%;animation-name:rotateInDownLeft}@keyframes rotateInDownRight{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInDownRight{transform-origin:100% 100%;animation-name:rotateInDownRight}@keyframes rotateInUpLeft{0%{opacity:0;transform:rotate(45deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInUpLeft{transform-origin:0 100%;animation-name:rotateInUpLeft}@keyframes rotateInUpRight{0%{opacity:0;transform:rotate(-90deg)}to{opacity:1;transform:translate(0,0)}}.animate__rotateInUpRight{transform-origin:100% 100%;animation-name:rotateInUpRight}@keyframes rotateOut{0%{opacity:1}to{opacity:0;transform:rotate(200deg)}}.animate__rotateOut{transform-origin:50%;animation-name:rotateOut}@keyframes rotateOutDownLeft{0%{opacity:1}to{opacity:0;transform:rotate(45deg)}}.animate__rotateOutDownLeft{transform-origin:0 100%;animation-name:rotateOutDownLeft}@keyframes rotateOutDownRight{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutDownRight{transform-origin:100% 100%;animation-name:rotateOutDownRight}@keyframes rotateOutUpLeft{0%{opacity:1}to{opacity:0;transform:rotate(-45deg)}}.animate__rotateOutUpLeft{transform-origin:0 100%;animation-name:rotateOutUpLeft}@keyframes rotateOutUpRight{0%{opacity:1}to{opacity:0;transform:rotate(90deg)}}.animate__rotateOutUpRight{transform-origin:100% 100%;animation-name:rotateOutUpRight}@keyframes hinge{0%{animation-timing-function:ease-in-out}20%,60%{animation-timing-function:ease-in-out;transform:rotate(80deg)}40%,80%{opacity:1;animation-timing-function:ease-in-out;transform:rotate(60deg)}to{opacity:0;transform:translateY(700px)}}.animate__hinge{animation-duration:2s;-webkit-animation-duration:calc(var(--animate-duration) * 2);animation-duration:calc(var(--animate-duration) * 2);transform-origin:0 0;animation-name:hinge}@keyframes jackInTheBox{0%{opacity:0;transform-origin:bottom;transform:scale(.1)rotate(30deg)}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes rollIn{0%{opacity:0;transform:translate(-100%)rotate(-120deg)}to{opacity:1;transform:translate(0,0)}}.animate__rollIn{animation-name:rollIn}@keyframes rollOut{0%{opacity:1}to{opacity:0;transform:translate(100%)rotate(120deg)}}.animate__rollOut{animation-name:rollOut}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}.animate__zoomIn{animation-name:zoomIn}@keyframes zoomInDown{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(60px)}}.animate__zoomInDown{animation-name:zoomInDown}@keyframes zoomInLeft{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(-1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(10px)}}.animate__zoomInLeft{animation-name:zoomInLeft}@keyframes zoomInRight{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translate(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translate(-10px)}}.animate__zoomInRight{animation-name:zoomInRight}@keyframes zoomInUp{0%{opacity:0;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.1,.1,.1)translateY(1000px)}60%{opacity:1;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.475,.475,.475)translateY(-60px)}}.animate__zoomInUp{animation-name:zoomInUp}@keyframes zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.animate__zoomOut{animation-name:zoomOut}@keyframes zoomOutDown{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(-60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(2000px)}}.animate__zoomOutDown{transform-origin:bottom;animation-name:zoomOutDown}@keyframes zoomOutLeft{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(42px)}to{opacity:0;transform:scale(.1)translate(-2000px)}}.animate__zoomOutLeft{transform-origin:0;animation-name:zoomOutLeft}@keyframes zoomOutRight{40%{opacity:1;transform:scale3d(.475,.475,.475)translate(-42px)}to{opacity:0;transform:scale(.1)translate(2000px)}}.animate__zoomOutRight{transform-origin:100%;animation-name:zoomOutRight}@keyframes zoomOutUp{40%{opacity:1;animation-timing-function:cubic-bezier(.55,.055,.675,.19);transform:scale3d(.475,.475,.475)translateY(60px)}to{opacity:0;animation-timing-function:cubic-bezier(.175,.885,.32,1);transform:scale3d(.1,.1,.1)translateY(-2000px)}}.animate__zoomOutUp{transform-origin:bottom;animation-name:zoomOutUp}@keyframes slideInDown{0%{visibility:visible;transform:translateY(-100%)}to{transform:translate(0,0)}}.animate__slideInDown{animation-name:slideInDown}@keyframes slideInLeft{0%{visibility:visible;transform:translate(-100%)}to{transform:translate(0,0)}}.animate__slideInLeft{animation-name:slideInLeft}@keyframes slideInRight{0%{visibility:visible;transform:translate(100%)}to{transform:translate(0,0)}}.animate__slideInRight{animation-name:slideInRight}@keyframes slideInUp{0%{visibility:visible;transform:translateY(100%)}to{transform:translate(0,0)}}.animate__slideInUp{animation-name:slideInUp}@keyframes slideOutDown{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(100%)}}.animate__slideOutDown{animation-name:slideOutDown}@keyframes slideOutLeft{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(-100%)}}.animate__slideOutLeft{animation-name:slideOutLeft}@keyframes slideOutRight{0%{transform:translate(0,0)}to{visibility:hidden;transform:translate(100%)}}.animate__slideOutRight{animation-name:slideOutRight}@keyframes slideOutUp{0%{transform:translate(0,0)}to{visibility:hidden;transform:translateY(-100%)}}.animate__slideOutUp{animation-name:slideOutUp}
input:-webkit-autofill{-webkit-text-fill-color:#fff;font-family:Montserrat;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 20px 20px #23232329}input:-webkit-autofill:hover{-webkit-text-fill-color:#fff;font-family:Montserrat;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 20px 20px #23232329}input:-webkit-autofill:focus{-webkit-text-fill-color:#fff;font-family:Montserrat;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 20px 20px #23232329}input:-webkit-autofill:active{-webkit-text-fill-color:#fff;font-family:Montserrat;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 20px 20px #23232329}nextjs-portal{display:none}html body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;background-color:#000;font-family:Montserrat;font-weight:300}html body::-webkit-scrollbar{display:none}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-overflow-style:none;-webkit-overflow-scrolling:touch;background-color:#000;width:100%;height:100%;margin:0;padding:0;font-family:Montserrat,sans-serif;font-weight:300}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}#__next{height:100%}.form-group{text-align:initial;width:100%}.form-group .sel{cursor:pointer;background-clip:unset;border-color:#fff;border-radius:8px;min-height:42px;font-family:Montserrat;font-size:.9rem;font-weight:400;border:none!important;height:42px!important}.required:after{content:" *";color:#ff345f}.contentSection.list-unstyled ul,.tech-corner-content ul{list-style:none}main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .smallImage img{margin-right:.5em}table.table.cart_table{--bs-table-bg:transparent}._categoryFilter .nav.btnWrapper{flex-wrap:nowrap}._categoryFilter .nav.btnWrapper .nav-link{color:inherit}.specs_tab table,.specs_tab table tr,.specs_tab table td{border:1px solid #fff!important}.items{cursor:pointer;width:100%;font-size:0;position:relative;overflow:hidden}.items.active{cursor:grab}@font-face{font-family:futura;src:url(/fonts/fonts/FuturaPTDemi.otf)format("opentype")}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat/static/Montserrat-Light.ttf)format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat/static/Montserrat-Regular.ttf)format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/fonts/Montserrat/static/Montserrat-Medium.ttf)format("truetype");font-weight:500;font-style:normal}@font-face{font-family:DaysOne;src:url(/fonts/DaysOne/DaysOne-Regular.ttf)format("truetype");font-weight:400;font-style:normal}#more{display:none}.themeBtn{color:#010519;background:#42d0ea;border-radius:64px;padding:16px 24px;font-size:1rem}.themeBtn:hover{background-color:#edd7b4}.text-danger{align-items:center;padding:5px 0 0 12px;font-size:14px;font-weight:400;display:flex;color:#e10202!important;margin:0!important}.tabSecX{-webkit-user-select:none;user-select:none}.tabSecX ul li{list-style:none}.tabSecX ul li~br{display:none}.tabSecX p{margin-bottom:.4rem}@media screen and (max-width:1100px){.tabSecX{font-size:17px}}@media screen and (max-width:600px){.tabSecX{font-size:15px}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#010519;font-family:Montserrat;font-weight:300}.recoms .products,.baseBtn,.nrContainer,.black-btn,.main .homepageContent .searchbox .searchTitle,.main .homepageContent ._feature .imageSection ._plusSection,.main .checkoutForm .list-unstyled li,.main .checkoutForm .processBtn,.main .checkoutForm .quoteBtn,.main ._cartPage .table tbody .desc ._listDesc,.main ._cartPage .table tbody .desc,.main ._cartPage._checkoutPage .formSection .addressBlock .card .card-body,.main ._cartPage._checkoutPage .stepper,.main ._whitePage .grid_3_wrapper .item,.main ._contactPage ._formSection .contentSection form .contactSubmit,.main ._contactPage ._formSection .contentSection,.main ._contactPage ._formSection .imageSection,.main ._contactPage .grid_3_wrapper .item,.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .radio label,.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .radio,.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection,.main ._categoryFilter .DetailSection main .DetailDesc .descSection,.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .smallImage,.main ._categoryFilter .DetailSection main .DetailDesc,.main ._categoryFilter .DetailSection,.themeBtn{justify-content:center;align-items:center;display:flex}.errorText{margin-top:.2rem;margin-bottom:0;font-size:.8rem}.main{min-height:calc(100vh - 492px)}.main .videoSection{height:calc(100vh - 100px);min-height:840px}@media only screen and (max-width:1440px){.main .videoSection{height:calc(100vh - 140px);min-height:550px}}@media only screen and (max-width:1300px){.main .videoSection{height:calc(100vh - 140px);min-height:650px}}@media only screen and (max-width:1100px){.main .videoSection{height:calc(100vh - 140px);min-height:520px}}@media only screen and (max-width:820px){.main .videoSection{height:100%;min-height:410px}}@media only screen and (max-width:768px){.main .videoSection{height:100%;min-height:380px}}@media only screen and (max-width:600px){.main .videoSection{height:100%;min-height:260px}}@media only screen and (max-width:480px){.main .videoSection{height:100%;min-height:230px}}.main .videoSection .videoWrapper{background:linear-gradient(#020a34 0%,#2d345700 52%,#00000062 100%) no-repeat padding-box padding-box;width:100%;max-width:1920px;position:absolute;top:0}@media only screen and (max-width:480px){.main .videoSection .videoWrapper{top:60px}}.main .videoSection .videoWrapper video{width:100%;height:100%}.main .videoSection .videoWrapper img{z-index:-1;position:relative}.main ._categoryFilter{margin:1rem 0}@media screen and (max-width:1280px){.main ._categoryFilter .container{-webkit-user-select:none;user-select:none;max-width:100%!important}}.main ._categoryFilter ._title{color:#42d0ea;text-transform:uppercase;font-size:1.2rem}.main ._categoryFilter .btnWrapper{-ms-overflow-style:none;scrollbar-width:none;gap:1rem;padding:.5rem 0 120px;display:flex;overflow-x:auto}.main ._categoryFilter .btnWrapper::-webkit-scrollbar{display:none}@media only screen and (max-width:1100px){.main ._categoryFilter .btnWrapper{white-space:nowrap;margin-bottom:0;padding-bottom:2rem}}.main ._categoryFilter .btnWrapper .gradBtn{color:#ebebf54d;white-space:nowrap;background:0 0;border:1px solid #ebebf529;border-radius:24px;min-width:305px;min-height:56px;font-size:16px;font-weight:500;transition:all .2s ease-in-out!important}.main ._categoryFilter .btnWrapper .gradBtn:hover{color:#3dc9e1;border:1px solid #3dc9e1}.main ._categoryFilter .btnWrapper .gradBtn.active{color:#fff}.main ._categoryFilter .btnWrapper .gradBtn.active:hover{color:#3dc9e1;border:1px solid #3dc9e1}.main ._categoryFilter ._tabSection{text-align:center;-webkit-user-select:none;user-select:none;flex-direction:column;justify-content:center;margin-top:5rem;display:flex}.main ._categoryFilter ._tabSection .nav{-webkit-user-select:none;user-select:none;flex-wrap:wrap;display:flex}.main ._categoryFilter ._tabSection .nav-item{-webkit-user-select:none;user-select:none;flex:1;min-width:250px;margin-left:10px;margin-right:10px}@media only screen and (max-width:480px){.main ._categoryFilter ._tabSection .nav-item{margin-right:.5rem}}.main ._categoryFilter ._tabSection .nav-item .nav-link{letter-spacing:0;text-align:center;color:#ebebf54d;background-color:#fff0;border:1px solid #ebebf529;border-radius:24px;width:100%;margin-bottom:20px;padding:20px 24px;font-size:16px;font-weight:500;line-height:24px;transition:all .2s ease-in-out}.main ._categoryFilter ._tabSection .nav-item .nav-link a{transition:all .2s ease-in-out!important}.main ._categoryFilter ._tabSection .nav-item .nav-link.active{color:#fff}.main ._categoryFilter ._tabSection .nav-item .nav-link:hover{color:#42d0ea;border:1px solid #42d0ea}.main ._categoryFilter ._tabSection .tab-content{color:#fff;width:100%;margin-bottom:4rem;font-size:18px;font-weight:500}@media screen and (max-width:992px){.main ._categoryFilter ._tabSection .tab-content{width:100%}}.main ._categoryFilter ._tabSection .tab-content.conditonTab{background-color:#0e2c42;border-radius:.5rem;margin-bottom:1rem}.main ._categoryFilter ._tabSection .tab-content.conditonTab .tab-pane.active{padding:1rem}.main ._categoryFilter ._tabSection .tab-content.conditonTab .tab-pane.active .productTypeBlock label{color:#40c6e6}.main ._categoryFilter ._tabSection .tab-content.conditonTab .tab-pane.active .productTypeBlock select,.main ._categoryFilter ._tabSection .tab-content.conditonTab .tab-pane.active .productTypeBlock input{appearance:auto;min-height:40px;font-size:.9rem}.main ._categoryFilter ._tabSection .tab-content.conditonTab .tab-pane.active .productTypeBlock select:focus,.main ._categoryFilter ._tabSection .tab-content.conditonTab .tab-pane.active .productTypeBlock input:focus{box-shadow:none;outline:none}.main ._categoryFilter ._tabSection .tab-content.conditonTab .tab-pane.active .productTypeBlock select+.input-group-text,.main ._categoryFilter ._tabSection .tab-content.conditonTab .tab-pane.active .productTypeBlock input+.input-group-text{color:#1f3ece;z-index:9;background-color:#0000;border-color:#0000;height:100%;font-size:.8rem;position:absolute;right:0}.main ._categoryFilter ._tabSection .tab-content.conditonTab .tab-pane.active .productTypeBlock ._buyNow{color:#fff;background-color:#1f3ece;border-radius:1rem;min-width:120px;margin-right:1rem;font-size:.9rem}.main ._categoryFilter ._tabSection .tab-content.conditonTab .tab-pane.active .productTypeBlock ._buyNow:hover{background:#40c6e6}.main ._categoryFilter ._tabSection .tab-content.conditonTab .tab-pane.active .productTypeBlock .price{color:#00db98;font-size:1rem}.main ._categoryFilter ._tabSection .tech-corner-content ul{margin:0 0 1rem;padding:0}.main ._categoryFilter ._tabSection .tech-corner-content ul li~br{display:none}.main ._categoryFilter ._tabSection .tech-corner-content p{margin-bottom:.4rem}.main ._categoryFilter ._tabSection .tech-corner-content p~br{display:none}@media screen and (max-width:1100px){.main ._categoryFilter ._tabSection .tech-corner-content p{font-size:14px!important}}.main ._categoryFilter .DetailSection{-webkit-user-select:none;user-select:none;align-items:start;gap:1rem}@media only screen and (max-width:820px){.main ._categoryFilter .DetailSection{flex-direction:column}}@media only screen and (max-width:768px){.main ._categoryFilter .DetailSection{flex-direction:column}}@media screen and (max-width:1065px){.main ._categoryFilter .DetailSection .sidebar{display:none}}.main ._categoryFilter .DetailSection .sidebar{color:#000;background-color:#ffffffe5;border-radius:10px;width:305px;padding:1.2rem}.main ._categoryFilter .DetailSection .sidebar .subTitle{margin-bottom:14px!important}@media only screen and (max-width:820px){.main ._categoryFilter .DetailSection .sidebar{min-width:100%;max-width:100%}}@media only screen and (max-width:768px){.main ._categoryFilter .DetailSection .sidebar{min-width:100%;max-width:100%}}.main ._categoryFilter .DetailSection .sidebar .iconSection figure{background-color:#fff;border-radius:8px;align-items:flex-start;gap:1rem;margin-bottom:.5rem;padding:1.1rem 1.2rem;display:flex}.main ._categoryFilter .DetailSection .sidebar .iconSection figure h5{font-size:12px;font-weight:700}.main ._categoryFilter .DetailSection .sidebar .iconSection figure p{letter-spacing:0;text-align:left;margin:0;font-size:12px;font-weight:400;line-height:16px}.main ._categoryFilter .DetailSection .sidebar .iconSection figure img{margin:.5rem 0 0}.main ._categoryFilter .DetailSection .sidebar .iconSection figure:last-child{border-bottom-color:#0000;margin-bottom:0}.main ._categoryFilter .DetailSection .sidebar .iconSection figure:last-child figcaption p{margin-bottom:0}.main ._categoryFilter .DetailSection main{flex-grow:1}.main ._categoryFilter .DetailSection main .DetailDesc{align-items:flex-start;gap:1rem}@media only screen and (max-width:480px){.main ._categoryFilter .DetailSection main .DetailDesc{flex-direction:column}}@media screen and (max-width:600px){.main ._categoryFilter .DetailSection main .DetailDesc{align-items:center;flex-direction:column!important}}.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection{min-width:430px;max-width:430px}@media only screen and (max-width:1100px){.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection{min-width:300px;max-width:300px}}@media only screen and (max-width:480px){.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection{width:100%;max-width:100%}}.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container{display:flex}@media only screen and (max-width:1100px){.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container{flex-direction:column-reverse}}.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .bigImage{object-fit:cover;object-position:center;border-radius:10px;width:100%;display:flex}.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .bigImage img{border-radius:10px;width:100%}.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .smallImage{flex-direction:column;justify-content:flex-start}@media only screen and (max-width:1100px){.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .smallImage{flex-direction:row}}.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .smallImage a{margin-right:.5rem}.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .smallImage a:last-child{margin-right:0;position:relative}.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .smallImage a:last-child:before{content:"";background:#010519;width:100%;height:100%;position:absolute}.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .smallImage a:last-child img+span{color:#fff;font-family:futura;font-size:1.2rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .smallImage img{border-radius:10px;width:100%;min-width:90px;max-width:90px;min-height:80px;max-height:80px;margin-bottom:.5rem}@media only screen and (max-width:1100px){.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .smallImage img{margin-top:.5rem}}.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .smallImage img:last-child{margin-bottom:0}@media only screen and (max-width:1100px){.main ._categoryFilter .DetailSection main .DetailDesc ._imgSection .xzoom-container .smallImage img:last-child{margin-bottom:.5rem}}.main ._categoryFilter .DetailSection main .DetailDesc .descSection{color:#fff;flex-direction:column;flex-grow:1;align-items:flex-start;gap:20px;width:calc(100% - 305px)}@media screen and (max-width:1065px){.main ._categoryFilter .DetailSection main .DetailDesc .descSection{width:100%}}.main ._categoryFilter .DetailSection main .DetailDesc .descSection .btn{border-radius:64px;min-width:147px;padding:15px 24px;font-size:16px;font-weight:700;line-height:24px}@media only screen and (max-width:1100px){.main ._categoryFilter .DetailSection main .DetailDesc .descSection{margin-left:0}}.main ._categoryFilter .DetailSection main .DetailDesc .descSection h4{letter-spacing:0;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;font-family:Montserrat;font-size:32px;font-weight:400;line-height:40px;display:-webkit-box;overflow:hidden}@media only screen and (max-width:1100px){.main ._categoryFilter .DetailSection main .DetailDesc .descSection h4{font-size:1.2rem;line-height:1.5rem}}.main ._categoryFilter .DetailSection main .DetailDesc .descSection ._avail{font-size:14px;font-weight:400}.main ._categoryFilter .DetailSection main .DetailDesc .descSection ._avail span{color:#fff}.main ._categoryFilter .DetailSection main .DetailDesc .descSection ._avail span:last-child{color:#42d0ea;padding-left:.5rem}.main ._categoryFilter .DetailSection main .DetailDesc .descSection .tag{color:#000;letter-spacing:0;background-color:#42d0ea;border-radius:64px;padding:8px 16px;font-family:Montserrat;font-size:12px;font-weight:700;line-height:16px}.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection{color:#fff;flex-direction:column;justify-content:space-between;align-items:flex-start;max-width:90%}@media only screen and (max-width:1100px){.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection{max-width:100%}}.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .radio{justify-content:flex-start;width:100%}@media only screen and (max-width:820px){.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .radio{justify-content:flex-start}}@media only screen and (max-width:768px){.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .radio{justify-content:flex-start}}.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .radio input[type=radio],.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .radio input[type=checkbox]{display:none}.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .radio input[type=radio]:checked+label span,.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .radio input[type=checkbox]:checked+label span{background:url(/images/icons/Check.svg) 100% no-repeat;border-color:#0000;position:relative}.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .radio label{cursor:pointer;white-space:nowrap;font-size:.9rem}@media only screen and (max-width:480px){.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .radio label{margin-bottom:1rem}}.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .radio label span{border:1px solid #b1b1b1;border-radius:50%;min-width:1.1rem;max-width:1.1rem;min-height:1.1rem;margin-right:.5rem;display:block}.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .selectionBX{flex-wrap:wrap;justify-content:flex-start;gap:8px;margin-top:.5rem;display:flex}.main ._categoryFilter .DetailSection main .modeSelectionWrapper .modeSelection .selectionBX .radio{letter-spacing:0;width:auto;margin-right:8px;font-size:14px;font-weight:400;line-height:20px}.main ._categoryFilter .DetailSection main .modeSelection2{flex-flow:wrap;gap:20px;width:100%;display:flex}@media screen and (max-width:650px){.main ._categoryFilter .DetailSection main .modeSelection2{flex-direction:column}.main ._categoryFilter .DetailSection main .modeSelection2 .inputContainer{width:100%}}.main ._categoryFilter .DetailSection main .modeSelection2 .customSelect{letter-spacing:0;text-align:left;border:1px solid #ebebf54d;border-radius:8px;font-family:Montserrat;font-size:16px;font-weight:500;line-height:24px;box-shadow:0 20px 24px -4px #10182814;height:56px!important}.main ._categoryFilter .DetailSection main .modeSelection2 .customSelect [id^=react-select-][id$=-placeholder]{text-overflow:ellipsis;white-space:nowrap;width:100%;overflow:hidden;z-index:0!important}.main ._categoryFilter .DetailSection main .modeSelection2 .customSelect [id^=react-select-][id$=-listbox]{text-align:left;overflow:hidden;z-index:0!important;visibility:visible!important;background:#191919!important;border:1px solid #ebebf54d!important;border-radius:8px!important;display:block!important;box-shadow:0 20px 24px -4px #10182814!important}.main ._categoryFilter .DetailSection main .modeSelection2 .customSelect [id^=react-select-][id$=-listbox] div{background:#191919!important;margin:0!important;padding:5px!important}.main ._categoryFilter .DetailSection main .modeSelection2 .customSelect [id^=react-select-][id$=-listbox] div:hover{text-decoration:underline;color:#42d0ea!important}.main ._categoryFilter .DetailSection main .modeSelection2 .customSelect [id^=react-select-][id$=-listbox] div div{text-overflow:ellipsis;white-space:nowrap;cursor:pointer;width:100%;transition:all .3s ease-in-out;overflow:hidden;padding:14px 20px!important}.main ._categoryFilter .DetailSection main .modeSelection2 .customSelect [id^=react-select-][id$=-listbox] div div:hover{text-decoration:underline;color:#42d0ea!important}.main ._categoryFilter .DetailSection main .modeSelection2 .customSelect div{box-shadow:none!important;color:#8e8e93!important;border:none!important;outline:none!important}.main ._categoryFilter .DetailSection main .modeSelection2 .customSelect div:hover{color:#8e8e93!important;border:none!important;outline:none!important}.main ._categoryFilter .DetailSection main .modeSelection2 .customSelect div div span{display:none}.main ._categoryFilter .DetailSection main .modeSelection2 .customSelect input{min-height:0}.main ._contactPage{-webkit-user-select:none;user-select:none;padding-bottom:2rem}.main ._contactPage input:-webkit-autofill{-webkit-text-fill-color:#000;font-family:Montserrat;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 20px 20px #23232329}.main ._contactPage input:-webkit-autofill:hover{-webkit-text-fill-color:#000;font-family:Montserrat;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 20px 20px #23232329}.main ._contactPage input:-webkit-autofill:focus{-webkit-text-fill-color:#000;font-family:Montserrat;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 20px 20px #23232329}.main ._contactPage input:-webkit-autofill:active{-webkit-text-fill-color:#000;font-family:Montserrat;transition:background-color 5000s ease-in-out;box-shadow:inset 0 0 20px 20px #23232329}@media only screen and (max-width:480px){.main ._contactPage{padding-bottom:1rem}}@media screen and (max-width:430px){.main ._contactPage .grid_3_wrapper{flex-direction:column!important;justify-content:flex-start!important}}.main ._contactPage .grid_3_wrapper{flex-direction:row;justify-content:space-between;gap:1rem;margin-top:6rem;margin-bottom:7rem;display:flex}@media only screen and (max-width:480px){.main ._contactPage .grid_3_wrapper{grid-template-columns:repeat(1,1fr)}}@media screen and (min-width:431px){.main ._contactPage .grid_3_wrapper .item{width:32%!important}}@media screen and (max-width:992px){.main ._contactPage .grid_3_wrapper .item{padding:15px!important}.main ._contactPage .grid_3_wrapper .item h4{font-size:12px!important}.main ._contactPage .grid_3_wrapper .item p{font-size:10px!important}}@media screen and (max-width:768px){.main ._contactPage .grid_3_wrapper .item h4{height:40px;margin-bottom:0!important;font-size:11px!important}.main ._contactPage .grid_3_wrapper .item p{font-size:8px!important}}@media screen and (max-width:430px){.main ._contactPage .grid_3_wrapper .item{width:100%!important}}.main ._contactPage .grid_3_wrapper .item{background:0 0;border:1px solid #a2a0a7;border-radius:24px;flex-direction:column;align-items:flex-start;padding:32px 40px;text-decoration:none}@media only screen and (max-width:480px){.main ._contactPage .grid_3_wrapper .item{padding:1rem}}.main ._contactPage .grid_3_wrapper .item img{filter:brightness(0)saturate()invert(71%)sepia(34%)saturate(873%)hue-rotate(142deg)brightness(95%)contrast(86%)}.main ._contactPage .grid_3_wrapper .item h4{color:#42d0ea;margin-top:24px;margin-bottom:38px;font-size:1.2rem}@media only screen and (max-width:820px){.main ._contactPage .grid_3_wrapper .item h4{font-size:1rem}}@media only screen and (max-width:768px){.main ._contactPage .grid_3_wrapper .item h4{font-size:1rem}}.main ._contactPage .grid_3_wrapper .item p{color:#fff;min-height:50px;margin-bottom:0;font-size:.9rem}@media only screen and (max-width:820px){.main ._contactPage .grid_3_wrapper .item p{font-size:.8rem}}@media only screen and (max-width:768px){.main ._contactPage .grid_3_wrapper .item p{font-size:.8rem}}.main ._contactPage .map{border-radius:1rem 0 0 1rem;margin-bottom:0}@media screen and (min-width:992px){.main ._contactPage .imageSection{width:40%!important}}@media screen and (max-width:768px){.main ._contactPage .map{height:300px!important}}.main ._contactPage ._formSection{background-color:#ffffffe5;border-radius:1rem;display:flex;overflow:hidden;box-shadow:0 7px 29px #64646f33}.main ._contactPage ._formSection .customSelect{color:#727f93;font-family:Montserrat;font-size:.9rem;font-weight:400}.main ._contactPage ._formSection .customSelect input{min-height:0}@media only screen and (max-width:820px){.main ._contactPage ._formSection{grid-template-columns:1fr}}@media only screen and (max-width:768px){.main ._contactPage ._formSection{flex-direction:column-reverse;grid-template-columns:1fr;display:flex}}@media only screen and (max-width:480px){.main ._contactPage ._formSection{flex-direction:column-reverse;margin-bottom:0;display:flex}}.main ._contactPage ._formSection .imageSection .map{width:100%;height:100%}.main ._contactPage ._formSection .imageSection .map iframe,.main ._contactPage ._formSection .imageSection img{height:100%}@media only screen and (max-width:1100px){.main ._contactPage ._formSection .imageSection img{object-fit:cover;object-position:0 0;max-width:455px}}@media only screen and (max-width:820px){.main ._contactPage ._formSection .imageSection img{object-fit:cover;object-position:100% 97%;width:100%;height:250px}}@media only screen and (max-width:768px){.main ._contactPage ._formSection .imageSection img{object-fit:cover;object-position:100% 97%;width:100%;height:250px}}@media only screen and (max-width:480px){.main ._contactPage ._formSection .imageSection img{height:200px}}@media screen and (min-width:992px){.main ._contactPage ._formSection .contentSection{width:70%}}@media screen and (max-width:450px){.main ._contactPage ._formSection .contentSection h4{margin-bottom:15px!important;font-size:22px!important}}.main ._contactPage ._formSection .contentSection{flex-direction:column;align-items:flex-start;padding:2rem 5rem 2rem 3rem}@media only screen and (max-width:1100px){.main ._contactPage ._formSection .contentSection{padding:2rem}}@media only screen and (max-width:820px){.main ._contactPage ._formSection .contentSection{padding:2rem}}@media only screen and (max-width:768px){.main ._contactPage ._formSection .contentSection{padding:2rem}}@media only screen and (max-width:480px){.main ._contactPage ._formSection .contentSection{padding:1rem}}.main ._contactPage ._formSection .contentSection h4{color:#1c1c1e;margin-bottom:1rem;font-size:32px;font-weight:400}.main ._contactPage ._formSection .contentSection form{width:100%}.main ._contactPage ._formSection .contentSection form input{background-clip:unset;border-color:#fff;border-radius:8px;min-height:42px;font-family:Montserrat;font-size:.9rem;font-weight:400;color:#000!important}.main ._contactPage ._formSection .contentSection form input::placeholder{color:#0008!important}.main ._contactPage ._formSection .contentSection form .contactSubmit{color:#fff;background:#1c1c1e;border:none;border-radius:64px;min-width:180px;min-height:46px;margin-top:3rem;font-size:1rem;font-weight:700;position:relative;box-shadow:0 20px 24px -4px #10182814}.main ._contactPage ._formSection .contentSection form .contactSubmit:hover{background-color:#0b0b0b}@media only screen and (max-width:1200px){.main ._contactPage ._formSection .contentSection form .contactSubmit{font-size:1rem;transform:none}}@media only screen and (max-width:992px){.main ._contactPage ._formSection .contentSection form .contactSubmit{font-size:1rem;transform:none}}@media only screen and (max-width:1100px){.main ._contactPage ._formSection .contentSection form .contactSubmit{font-size:1rem;transform:none}}@media only screen and (max-width:480px){.main ._contactPage ._formSection .contentSection form .contactSubmit{position:relative;left:0}}.main ._contactPage ._formSection .contentSection form textarea{background-clip:unset;resize:none;border-color:#fff;border-radius:.8rem;height:156px;font-family:Montserrat;font-size:.9rem;font-weight:400}.main ._whitePage{padding-bottom:1rem}@media only screen and (max-width:480px){.main ._whitePage{padding-bottom:1rem}}.main ._whitePage .grid_3_wrapper{grid-template-columns:repeat(4,1fr);gap:1rem;margin:1.5rem 0 0;display:grid}@media only screen and (max-width:1100px){.main ._whitePage .grid_3_wrapper{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:820px){.main ._whitePage .grid_3_wrapper{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:768px){.main ._whitePage .grid_3_wrapper{grid-template-columns:repeat(3,1fr)}}@media only screen and (max-width:480px){.main ._whitePage .grid_3_wrapper{grid-template-columns:repeat(1,1fr);margin:1.5rem 0 3rem}}.main ._whitePage .grid_3_wrapper .item{background:#0e2c42;border:1px solid #0e2c42;border-radius:10px;flex-direction:column;align-items:flex-start;height:100%;text-decoration:none}.main ._whitePage .grid_3_wrapper .item:hover{border:1px solid #00db98}.main ._whitePage .grid_3_wrapper .item:hover figure .overlay{width:100%;height:190px;display:block;position:relative}.main ._whitePage .grid_3_wrapper .item:hover figure .overlay:before{content:"";z-index:9;background:#13c1b33e;width:100%;height:100%;position:absolute;top:0;left:0}.main ._whitePage .grid_3_wrapper .item:hover figure figcaption a{color:#00db98}.main ._whitePage .grid_3_wrapper .item figure{border-top-left-radius:9px;border-top-right-radius:9px;width:100%;overflow:hidden}.main ._whitePage .grid_3_wrapper .item figure img{object-fit:cover;object-position:center;width:100%;min-height:190px;max-height:190px;position:relative}.main ._whitePage .grid_3_wrapper .item figure figcaption{padding:0 1rem}.main ._whitePage .grid_3_wrapper .item figure figcaption a{color:#e8c998;text-overflow:ellipsis;white-space:nowrap;text-transform:capitalize;margin:.5rem 0;font-family:Montserrat;font-size:1rem;font-weight:400;text-decoration:none;display:block;overflow:hidden}@media only screen and (max-width:1440px){.main ._whitePage .grid_3_wrapper .item figure figcaption a{max-width:180px}}@media only screen and (max-width:820px){.main ._whitePage .grid_3_wrapper .item figure figcaption a{font-size:1rem}}@media only screen and (max-width:768px){.main ._whitePage .grid_3_wrapper .item figure figcaption a{font-size:1rem}}.main ._whitePage .grid_3_wrapper .item figure figcaption p{color:#fff;-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:45px;margin-bottom:.5rem;font-size:.9rem;display:-webkit-box;overflow:hidden}@media only screen and (max-width:820px){.main ._whitePage .grid_3_wrapper .item figure figcaption p{min-height:40px;font-size:.8rem}}@media only screen and (max-width:768px){.main ._whitePage .grid_3_wrapper .item figure figcaption p{font-size:.8rem}}@media only screen and (max-width:480px){.main ._whitePage .grid_3_wrapper .item figure figcaption p{min-height:40px}}.main ._whitePage .grid_3_wrapper .item figure figcaption p:last-child{color:#a8acb2;min-height:auto}.main ._cartPage._checkoutPage .stepper{color:#fff;justify-content:space-between;margin:1rem 0 0;padding:1rem 0;font-family:Montserrat;font-size:.9rem;font-weight:400;position:relative;-ms-overflow-style:none!important;scrollbar-width:none!important}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .stepper{overflow:auto hidden}}.main ._cartPage._checkoutPage .stepper::-webkit-scrollbar{display:none!important}.main ._cartPage._checkoutPage .stepper .bar{background-color:#202e31;border-radius:1rem;width:100%;height:10px;position:absolute;top:100%}.main ._cartPage._checkoutPage .stepper .step{position:relative}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .stepper .step{text-align:center;white-space:nowrap;padding-right:1rem;font-size:.8rem}}.main ._cartPage._checkoutPage .stepper .step:first-child.active{color:#42d0ea}.main ._cartPage._checkoutPage .stepper .step:first-child.active~.bar:before{content:"";background-color:#42d0ea;border-radius:1rem;width:60px;height:10px;position:absolute}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .stepper .step:first-child.active~.bar:before{top:-13px}}.main ._cartPage._checkoutPage .stepper .step:first-child.active~.bar:after{content:"";background:url(/images/icons/checkmark.png) 100%/1.2rem no-repeat;border-radius:1rem;width:20px;height:20px;position:absolute;top:-4px;left:50px}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .stepper .step:first-child.active~.bar:after{top:-19px}}.main ._cartPage._checkoutPage .stepper .step:nth-child(2).active{color:#42d0ea}.main ._cartPage._checkoutPage .stepper .step:nth-child(2).active~.bar:before{content:"";background-color:#42d0ea;border-radius:1rem;width:28%;height:10px;position:absolute}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .stepper .step:nth-child(2).active~.bar:before{width:200px;top:-13px}}.main ._cartPage._checkoutPage .stepper .step:nth-child(2).active~.bar:after{content:"";background:url(/images/icons/checkmark.png) 100%/1.2rem no-repeat;border-radius:1rem;width:20px;height:20px;position:absolute;top:-4px;left:27%}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .stepper .step:nth-child(2).active~.bar:after{top:-19px;left:185px}}.main ._cartPage._checkoutPage .stepper .step:nth-child(3).active{color:#42d0ea}.main ._cartPage._checkoutPage .stepper .step:nth-child(3).active~.bar:before{content:"";background-color:#42d0ea;border-radius:1rem;width:52%;height:10px;position:absolute}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .stepper .step:nth-child(3).active~.bar:before{width:300px;top:-13px}}.main ._cartPage._checkoutPage .stepper .step:nth-child(3).active~.bar:after{content:"";background:url(/images/icons/checkmark.png) 100%/1.2rem no-repeat;border-radius:1rem;width:20px;height:20px;position:absolute;top:-4px;left:51%}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .stepper .step:nth-child(3).active~.bar:after{top:-19px;left:285px}}.main ._cartPage._checkoutPage .stepper .step:nth-child(4).active{color:#42d0ea}.main ._cartPage._checkoutPage .stepper .step:nth-child(4).active~.bar:before{content:"";background-color:#42d0ea;border-radius:1rem;width:74%;height:10px;position:absolute}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .stepper .step:nth-child(4).active~.bar:before{width:400px;top:-13px}}.main ._cartPage._checkoutPage .stepper .step:nth-child(4).active~.bar:after{content:"";background:url(/images/icons/checkmark.png) 100%/1.2rem no-repeat;border-radius:1rem;width:20px;height:20px;position:absolute;top:-4px;left:73%}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .stepper .step:nth-child(4).active~.bar:after{top:-19px;left:385px}}.main ._cartPage._checkoutPage .stepper .step:nth-child(5).active{color:#42d0ea}.main ._cartPage._checkoutPage .stepper .step:nth-child(5).active~.bar:before{content:"";background-color:#42d0ea;border-radius:1rem;width:100%;height:10px;position:absolute}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .stepper .step:nth-child(5).active~.bar:before{width:560px;top:-13px}}.main ._cartPage._checkoutPage .stepper .step:nth-child(5).active~.bar:after{content:"";background:url(/images/icons/checkmark.png) 100%/1.2rem no-repeat;border-radius:1rem;width:20px;height:20px;position:absolute;top:-4px;left:95%}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .stepper .step:nth-child(5).active~.bar:after{top:-19px;left:500px}}.main ._cartPage._checkoutPage .formTitle{margin:4rem 0 2rem}@media screen and (max-width:450px){.main ._cartPage._checkoutPage .formTitle h4{font-size:20px!important}}.main ._cartPage._checkoutPage .formTitle h4{color:#fff;text-transform:uppercase;font-size:32px;font-weight:400}.main ._cartPage._checkoutPage .formSection{margin:0;padding-bottom:2rem}.main ._cartPage._checkoutPage .formSection .customSelect>div{height:100%;border-radius:8px!important}.main ._cartPage._checkoutPage .formSection .customSelect>div:not(:first-of-type){height:auto!important}.main ._cartPage._checkoutPage .formSection .customSelect>div>div>div{align-items:center;padding-right:20px!important}.main ._cartPage._checkoutPage .formSection .customSelect>div>div{align-items:center;padding-left:20px}.main ._cartPage._checkoutPage .formSection .customSelect>div:not(:first-of-type){padding-left:0!important}.main ._cartPage._checkoutPage .formSection .customSelect{letter-spacing:0;text-align:left;border:1px solid #ebebf54d;border-radius:8px;font-family:Montserrat;font-size:16px;font-weight:500;line-height:24px;box-shadow:0 20px 24px -4px #10182814;height:56px!important}.main ._cartPage._checkoutPage .formSection .customSelect div{margin:0;padding:0}.main ._cartPage._checkoutPage .formSection .customSelect [id^=react-select-][id$=-placeholder]{text-overflow:ellipsis;white-space:nowrap;width:100%;z-index:0!important}.main ._cartPage._checkoutPage .formSection .customSelect [id^=react-select-][id$=-listbox]{scrollbar-width:none;-ms-overflow-style:none;max-height:150px;overflow:auto;z-index:10!important;visibility:visible!important;background:#191919!important;border:1px solid #ebebf54d!important;border-radius:8px!important;padding:0!important;display:block!important;box-shadow:0 20px 24px -4px #10182814!important}.main ._cartPage._checkoutPage .formSection .customSelect [id^=react-select-][id$=-listbox]::-webkit-scrollbar{display:none}.main ._cartPage._checkoutPage .formSection .customSelect [id^=react-select-][id$=-listbox] div{background:#191919!important;margin:0!important;padding:5px!important}.main ._cartPage._checkoutPage .formSection .customSelect [id^=react-select-][id$=-listbox] div:hover{text-decoration:underline;color:#40c6e6!important}.main ._cartPage._checkoutPage .formSection .customSelect [id^=react-select-][id$=-listbox] div div{text-overflow:ellipsis;white-space:nowrap;cursor:pointer;width:100%;transition:all .3s ease-in-out;overflow:hidden;padding:14px 20px!important}.main ._cartPage._checkoutPage .formSection .customSelect [id^=react-select-][id$=-listbox] div div:hover{text-decoration:underline;color:#fff!important;background:#7979790c!important}.main ._cartPage._checkoutPage .formSection .customSelect div{box-shadow:none!important;color:#fff!important;border:none!important;outline:none!important}.main ._cartPage._checkoutPage .formSection .customSelect div:hover{color:#40c6e6!important;border:none!important;outline:none!important}.main ._cartPage._checkoutPage .formSection .customSelect div div span{display:none}.main ._cartPage._checkoutPage .formSection .customSelect input{min-height:0}.main ._cartPage._checkoutPage .formSection .formTitle{color:#fff;font-family:Futura;font-size:1.2rem}.main ._cartPage._checkoutPage .formSection label{color:#fff;text-transform:uppercase;margin-bottom:.5rem;font-size:1.1rem;font-weight:500}.main ._cartPage._checkoutPage .formSection label p{color:#fff;margin-bottom:.5rem;font-family:Montserrat;font-size:.8rem;font-weight:400}.main ._cartPage._checkoutPage .formSection label p .diffValue{color:#42d0ea;font-weight:400}.main ._cartPage._checkoutPage .formSection select{appearance:auto;color:#727f93;border-radius:1.1rem;min-height:42px;font-family:Montserrat;font-size:.8rem;font-weight:400}.main ._cartPage._checkoutPage .formSection input{z-index:0;-webkit-appearance:none;-moz-appearance:none;letter-spacing:0;color:#fff;background-color:#fff0;border:1px solid #ebebf54d;border-radius:8px;outline:none;flex-direction:column;justify-content:center;width:100%;height:56px;padding:16px 16px 16px 20px;font-family:Montserrat;font-size:16px;font-weight:500;line-height:24px;display:flex;position:relative;inset:0;box-shadow:0 20px 24px -4px #10182814}.main ._cartPage._checkoutPage .formSection input::placeholder{color:#8e8e93}.main ._cartPage._checkoutPage .formSection .form-check .form-check-label{cursor:pointer;align-items:center;font-family:Montserrat;font-size:14px;font-weight:400;line-height:20px;display:flex}.main ._cartPage._checkoutPage .formSection .form-check input[type=radio]{display:none}.main ._cartPage._checkoutPage .formSection .form-check input:checked+label span{border:1px solid #42d0ea}.main ._cartPage._checkoutPage .formSection .form-check input:checked+label span:before{content:"";background-color:#42d0ea;border-radius:50%;width:.5rem;height:.5rem;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.main ._cartPage._checkoutPage .formSection .form-check .checkmark{border:1px solid #a2a0a7;border-radius:50%;width:1rem;height:1rem;margin-right:.5rem;display:block;position:relative}.main ._cartPage._checkoutPage .formSection .quoteBtn{color:#42d0ea;background:0 0;border:1px solid #42d0ea;border-radius:64px;min-width:125px;margin-top:40px;padding:1rem;font-weight:500;position:relative}.main ._cartPage._checkoutPage .formSection .quoteBtn.outline{color:#e8c998;background-color:#0000;border-color:#e8c998;min-height:48px}.main ._cartPage._checkoutPage .formSection .quoteBtn.outline:hover{color:#000;background-color:#e8c998}.main ._cartPage._checkoutPage .formSection .quoteBtn:hover{color:#000;background-color:#42d0ea}.main ._cartPage._checkoutPage .formSection .quoteBtn.mw-auto{min-width:auto;max-width:fit-content}.main ._cartPage._checkoutPage .formSection .quoteBtn:disabled{color:#42d0ea;border:1px solid #42d0ea}.main ._cartPage._checkoutPage .formSection .quoteBtn:disabled:after{border-color:#727f93}@media only screen and (max-width:1200px){.main ._cartPage._checkoutPage .formSection .quoteBtn{font-size:1rem;transform:none}}@media only screen and (max-width:992px){.main ._cartPage._checkoutPage .formSection .quoteBtn{font-size:1rem;transform:none}}@media only screen and (max-width:1100px){.main ._cartPage._checkoutPage .formSection .quoteBtn{font-size:1rem;transform:none}}@media only screen and (max-width:820px){.main ._cartPage._checkoutPage .formSection .quoteBtn{min-width:160px;min-height:40px;font-size:1rem}}@media only screen and (max-width:768px){.main ._cartPage._checkoutPage .formSection .quoteBtn{min-width:160px;min-height:40px;font-size:1rem}}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage .formSection .quoteBtn{position:relative;left:0}}.main ._cartPage._checkoutPage .formSection .addressBlock{margin-bottom:2rem}.main ._cartPage._checkoutPage .formSection .addressBlock .editBtn{min-width:auto;margin:1rem;padding:8px 16px;font-size:12px;font-weight:700}.main ._cartPage._checkoutPage .formSection .addressBlock .card{color:#fff;border-color:#ebebf54d;border-radius:24px;transition:all .2s linear}.main ._cartPage._checkoutPage .formSection .addressBlock .card .order-card-subtitle{margin-bottom:10px!important}.main ._cartPage._checkoutPage .formSection .addressBlock .card:hover{border-color:#42d0ea}.main ._cartPage._checkoutPage .formSection .addressBlock .card:hover .order-card-subtitle{color:#000;background-color:#42d0ea}.main ._cartPage._checkoutPage .formSection .addressBlock .card .order-card-subtitle{color:#42d0ea;background-color:#ebebf529;margin:.5rem 0;font-size:1rem;padding:.3rem 1rem!important}.main ._cartPage._checkoutPage .formSection .addressBlock .card .card-body{flex-direction:column;justify-content:flex-start;align-items:flex-start}.main ._cartPage._checkoutPage .formSection .addressBlock .card .card-body h4{align-items:center;min-height:62px;padding:1rem 1rem 0;font-size:1.2rem;display:flex}.main ._cartPage._checkoutPage .formSection .addressBlock .card .card-body address{width:100%;margin-bottom:0}.main ._cartPage._checkoutPage .formSection .addressBlock .card .card-body address p{margin-bottom:0;padding:0 1rem;font-size:.9rem;font-weight:400}.main ._cartPage._checkoutPage .formSection .addressBlock .card .card-body.sameAddress h4{padding:1rem}.main ._cartPage._checkoutPage .formSection .addressBlock .card .card-body.sameAddress address{width:100%}.main ._cartPage._checkoutPage .formSection .addressBlock .card .card-body.sameAddress address p:first-child{color:#fff;background-color:#282e42;padding:.6rem 1rem}.main ._cartPage._checkoutPage .formSection .shipping_methods .fixedScroll{margin-bottom:1rem;overflow-y:auto}.main ._cartPage._checkoutPage .formSection .shipping_methods .fixedScroll::-webkit-scrollbar{border-radius:1rem;width:.5rem}.main ._cartPage._checkoutPage .formSection .shipping_methods .fixedScroll::-webkit-scrollbar-track{background-color:#0e2c42;border-radius:1rem}.main ._cartPage._checkoutPage .formSection .shipping_methods .fixedScroll::-webkit-scrollbar-thumb{background-color:#40c6e6;border-radius:1rem;outline:1px solid #0000}.main ._cartPage._checkoutPage .formSection ._orderShopping .orderShop{width:100%}.main ._cartPage._checkoutPage ._paymentTimeline{color:#fff;margin:1rem 0 0;padding:0;list-style:none;display:flex}.main ._cartPage._checkoutPage ._paymentTimeline h3{color:#fff}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage ._paymentTimeline{flex-direction:column}}.main ._cartPage._checkoutPage ._paymentTimeline li{width:100%;height:80px;padding-left:1.5rem;position:relative}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage ._paymentTimeline li{height:130px}}.main ._cartPage._checkoutPage ._paymentTimeline li.pandingOrder:before{background-image:url(/images/icons/pendingOrder.svg)}.main ._cartPage._checkoutPage ._paymentTimeline li.pandingOrder span:first-child{color:#ceb216}.main ._cartPage._checkoutPage ._paymentTimeline li:before{content:"";z-index:9;background:url(/images/icons/Checkgreen.svg) 100%/cover no-repeat;border-radius:50%;width:1.2rem;height:1.2rem;position:absolute;top:2px;left:0}.main ._cartPage._checkoutPage ._paymentTimeline li:after{content:"";background:#00db98;width:77%;height:2px;position:absolute;top:10px;left:100px}@media only screen and (max-width:1100px){.main ._cartPage._checkoutPage ._paymentTimeline li:after{width:66%;top:10px;left:94px}}@media only screen and (max-width:820px){.main ._cartPage._checkoutPage ._paymentTimeline li:after{width:58%;top:10px;left:90px}}@media only screen and (max-width:768px){.main ._cartPage._checkoutPage ._paymentTimeline li:after{width:58%;top:10px;left:90px}}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage ._paymentTimeline li:after{width:2px;height:75%;top:28px;left:8px}}.main ._cartPage._checkoutPage ._paymentTimeline li:last-child:after{display:none}.main ._cartPage._checkoutPage ._paymentTimeline li span{margin:0 0 0 .2rem;font-size:.9rem;display:block}.main ._cartPage._checkoutPage ._paymentTimeline li span.info{color:#727f93;padding:.5rem 0;font-family:Montserrat;font-size:.9rem;font-weight:400}.main ._cartPage._checkoutPage ._paymentTimeline li.textPending{color:#ceb216}.main ._cartPage._checkoutPage ._paymentTimeline li.textSuccess{color:#46ed73}.main ._cartPage._checkoutPage ._paymentTimeline+.supportText{color:#ceb216;margin:0 0 0 .2rem;padding-top:1.5rem;padding-left:1.5rem;font-size:.9rem}@media only screen and (max-width:480px){.main ._cartPage._checkoutPage ._paymentTimeline+.supportText{color:#ceb216;margin:0 0 0 .2rem;padding-top:0;padding-bottom:1rem;padding-left:1.5rem;font-size:.9rem}}.main ._cartPage._checkoutPage ._paymentTimeline+.supportText a{color:#1f3ece;font-weight:600;text-decoration:underline}.main ._cartPage .table{border-bottom:0;margin:1rem 0}.main ._cartPage .table thead{color:#727f93;border-color:#727f93;font-size:.9rem}@media only screen and (max-width:820px){.main ._cartPage .table thead{white-space:nowrap}}@media only screen and (max-width:768px){.main ._cartPage .table thead{white-space:nowrap}}@media only screen and (max-width:480px){.main ._cartPage .table thead{white-space:nowrap}}.main ._cartPage .table thead th{color:#fff;font-weight:400}.main ._cartPage .table thead .w_60{width:100%;max-width:60%}.main ._cartPage .table thead .w_20{white-space:nowrap;width:100%;min-width:150px;max-width:20%}.main ._cartPage .table thead .w_10{white-space:nowrap;width:100%;min-width:150px;max-width:10%}.main ._cartPage .table tbody tr{border-color:#0000}.main ._cartPage .table tbody tr td{padding-top:2rem}.main ._cartPage .table tbody .productImg img{object-fit:cover;border-radius:.5rem;width:197px}.main ._cartPage .table tbody .desc .prmainop{width:100%}.main ._cartPage .table tbody .desc{justify-content:flex-start;align-items:flex-start;gap:21px}@media only screen and (max-width:820px){.main ._cartPage .table tbody .desc{min-width:400px}}@media only screen and (max-width:768px){.main ._cartPage .table tbody .desc{min-width:400px}}@media only screen and (max-width:480px){.main ._cartPage .table tbody .desc{min-width:400px}}.main ._cartPage .table tbody .desc h4{color:#fff;font-size:1rem}.main ._cartPage .table tbody .desc .name{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:18px;display:-webkit-box;overflow:hidden}.main ._cartPage .table tbody .desc .vin{color:#42d0ea;font-size:14px}.main ._cartPage .table tbody .desc ._listDesc{cursor:pointer;border-top:1px solid #727f93;border-bottom:1px solid #727f93;justify-content:space-between;align-items:flex-start;width:100%;margin-top:1rem;padding-top:1rem;padding-bottom:1rem;transition:border-color .2s}.main ._cartPage .table tbody .desc ._listDesc:hover{border-color:#42d0ea}.main ._cartPage .table tbody .desc ._listDesc ._list{color:#fff;flex-direction:column;max-width:90%;display:flex}.main ._cartPage .table tbody .desc ._listDesc ._list p{color:#727f93;margin-bottom:0;font-family:Montserrat;font-weight:400}.main ._cartPage .table tbody .desc ._listDesc ._list p span{color:#fff}.main ._cartPage .table tbody .desc ._listDesc ._clapseBtn img{transform:rotate(180deg)}.main ._cartPage .table tbody .desc ._listDesc ._clapseBtn.collapsed img{transform:rotate(0)}.main ._cartPage .table tbody .closeBtn{border:1px solid #ebebf54d;border-radius:8px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;display:flex}.main ._cartPage .table tbody .closeBtn:hover{border-color:#fff}.main ._cartPage .table tbody .closeBtn img{filter:brightness(0)saturate()invert()sepia(0%)saturate(0%)hue-rotate(93deg)brightness(103%)contrast(103%)}.main ._cartPage .table tbody .price{color:#42d0ea;font-size:18px;font-weight:500}.main .subTitle{letter-spacing:0;font-size:18px;font-weight:500;line-height:28px}.main .regularText{font-size:.9rem}.main .checkoutForm{max-width:305px;padding:20px}.main .checkoutForm form{flex-direction:column;gap:24px;display:flex}.main .checkoutForm form .black-btn{margin-top:16px!important}.main .checkoutForm .regularText{color:#1c1c1e;max-width:215px;margin:0!important}.main .checkoutForm .discount_section{display:flex;flex-direction:column!important;gap:24px!important}.main .checkoutForm .discount_section .subTitle{margin-bottom:-10px!important}.main .checkoutForm .discount_section .form-control{letter-spacing:0;text-align:left;color:#000;font-size:16px;font-weight:500;line-height:24px;border:1px solid #0000!important;border-radius:8px!important}.main .checkoutForm .discount_section .form-control:focus{border:1px solid #000!important}.main .checkoutForm .discount_section .form-control::placeholder{color:#0000008f!important}.main .checkoutForm.whiteForm{background-color:#ffffffe5}.main .checkoutForm.discountForm{border-top-left-radius:24px;border-top-right-radius:24px}.main .checkoutForm.priceForm{background-color:#2c2c2e;border-bottom-right-radius:24px;border-bottom-left-radius:24px}.main .checkoutForm.generalForm{color:#fff;background-color:#2c2c2e;border-radius:24px;min-width:305px}.main .checkoutForm select{appearance:auto;color:#727f93;border-radius:1.1rem;min-height:42px;font-size:.9rem}.main .checkoutForm input{border:1px solid #000;border-radius:8px;padding:16px 20px}.main .checkoutForm input:focus{border-color:#000}.main .checkoutForm .quoteBtn{color:#42d0ea;background-color:#0000;border:1px solid #42d0ea;border-radius:64px;padding:1rem;font-size:1rem;font-weight:500}.main .checkoutForm .quoteBtn:hover{color:#000;background-color:#42d0ea}.main .checkoutForm .processBtn a{text-decoration:none}.main .checkoutForm .line{background-image:linear-gradient(90deg,#000 33%,#40c6e6 0%);background-position:bottom;background-repeat:repeat-x;background-size:10px 1px}.main .checkoutForm .list-unstyled{color:#fff;font-weight:500;margin-bottom:40px!important}.main .checkoutForm .list-unstyled li{justify-content:space-between;margin-bottom:.5rem;font-size:1rem}.main .checkoutForm .list-unstyled li.total{color:#42d0ea}.main .checkoutForm .list-unstyled li span.discount{color:#ceb216}.main .homepageContent{-webkit-user-select:none;user-select:none;margin-top:50px;margin-bottom:50px;position:relative}.main .homepageContent .container{-webkit-user-select:none;user-select:none}.main .homepageContent .container.homeContainer{max-width:1440px}.main .homepageContent .container.homeContainer .hm-row{flex-direction:row;justify-content:center;gap:115px;display:flex}@media screen and (max-width:1080px){.main .homepageContent .container.homeContainer .imageSection{padding-top:30px}}@media screen and (max-width:993px){.main .homepageContent .container.homeContainer .hm-row{gap:5px;padding:0!important}}@media screen and (max-width:601px){.main .homepageContent .container.homeContainer .hm-row{flex-direction:column}.main .homepageContent .container.homeContainer .hm-row .op-item{margin:0 auto}.main .homepageContent .container.homeContainer .hm-row .imageSection{padding:0!important}.main .homepageContent .container.homeContainer .hm-row .img-fluid{width:250px}.main .homepageContent .container.homeContainer .alternate{flex-direction:column!important}.main .homepageContent .container.homeContainer .alternate .op-item{margin:0 auto}.main .homepageContent .container.homeContainer .alternate .img-fluid{width:250px}}.main .homepageContent .container.homeContainer .alternate{flex-direction:row-reverse}.main .homepageContent .container.homeContainer .imageSection,.main .homepageContent .container.homeContainer .op-item{width:fit-content}@media only screen and (max-width:1100px){.main .homepageContent .container.homeContainer{max-width:95%}}.main .homepageContent .topImage{object-fit:cover;border-radius:24px;width:100%;height:auto}.main .homepageContent.mLinkBefore:before,.main .homepageContent.mLinkBefore:after{z-index:unset;display:none}.main .homepageContent.mLinkBefore ._feature{z-index:unset}.main .homepageContent.layerMinus{z-index:-9}.main .homepageContent.layerMinus:before,.main .homepageContent.layerMinus:after{display:none}@media only screen and (max-width:1100px){.main .homepageContent{margin-bottom:70px}}@media only screen and (max-width:820px){.main .homepageContent{margin-bottom:50px}}@media only screen and (max-width:768px){.main .homepageContent{margin-bottom:50px}}@media screen and (max-width:601px){.main .homepageContent ._feature{margin:4rem 0 136px;padding:0!important}.main .homepageContent ._feature:first-child{margin:0 0 136px}}.main .homepageContent ._feature{z-index:9;margin:4rem 0 106px;position:relative}.main .homepageContent ._feature.sliderSection{margin-bottom:1rem}@media only screen and (max-width:820px){.main .homepageContent ._feature{margin:3rem 0}}@media only screen and (max-width:768px){.main .homepageContent ._feature{margin:3rem 0}}@media only screen and (max-width:480px){.main .homepageContent ._feature{margin:4rem 0 5rem}}.main .homepageContent ._feature:first-child{margin:0 0 106px;padding:4rem 0 0}@media only screen and (max-width:820px){.main .homepageContent ._feature:first-child{margin:1rem 0;padding:1rem 0}}@media only screen and (max-width:768px){.main .homepageContent ._feature:first-child{margin:1rem 0;padding:1rem 0}}@media only screen and (max-width:480px){.main .homepageContent ._feature:first-child{margin:2rem 0 1rem;padding:0 0 1rem}}@media only screen and (max-width:1100px){.main .homepageContent ._feature:last-child{margin:3rem 0 0}}@media screen and (max-width:1000px){.main .homepageContent ._feature h4{font-size:20px!important}.main .homepageContent ._feature h5{font-size:17px!important}}@media only screen and (max-width:320px){.main .homepageContent ._feature .title{white-space:nowrap}}@media only screen and (max-width:768px){.main .homepageContent ._feature .title h4{font-size:1.2rem}}@media only screen and (max-width:480px){.main .homepageContent ._feature .title h4{font-size:1.2rem}}@media only screen and (max-width:320px){.main .homepageContent ._feature .title{white-space:nowrap}}.main .homepageContent ._feature .title h4{color:#fff;text-align:center;font-family:Montserrat;font-size:32px;font-weight:400}@media only screen and (max-width:768px){.main .homepageContent ._feature .title h4{font-size:1.2rem}}@media only screen and (max-width:480px){.main .homepageContent ._feature .title h4{font-size:1.2rem}}.main .homepageContent ._feature .imageSection{width:10%;position:relative}.main .homepageContent ._feature .imageSection.btmSection{justify-content:center;align-items:flex-end;min-height:270px;display:flex}@media only screen and (max-width:480px){.main .homepageContent ._feature .imageSection.btmSection{min-height:220px}}.main .homepageContent ._feature .imageSection.btmSection figure{z-index:5;position:relative}.main .homepageContent ._feature .imageSection ._plusSection{background-color:#e8c998;border:1px solid #fdd391;border-radius:50%;width:40px;height:40px;position:absolute;top:50%;left:50%;box-shadow:-1px 0 0 9px #e8c9987e}.main .homepageContent ._feature .imageSection img{border-radius:1rem;width:100%}@media only screen and (max-width:480px){.main .homepageContent ._feature .imageSection img{object-fit:contain;object-position:center;width:100%;height:200px;margin-bottom:1rem}}@media only screen and (max-width:600px){.main .homepageContent ._feature .imageSection{margin-bottom:2rem}}@media only screen and (max-width:480px){.main .homepageContent ._feature .imageSection{margin-bottom:1rem}}.main .homepageContent ._feature .imageSection.fxBorder{position:relative}@media only screen and (max-width:480px){.main .homepageContent ._feature .imageSection.fxBorder{width:80%;margin-bottom:2rem;margin-left:auto;margin-right:auto}}@media only screen and (max-width:320px){.main .homepageContent ._feature .imageSection.fxBorder{width:100%}}.main .homepageContent ._feature .imageSection.fxBorder img{object-fit:cover;object-position:top;min-height:200px;max-height:200px}.main .homepageContent ._feature .imageSection.fxBorder:before{content:"";z-index:-1;border:1px solid #46ed73;width:100%;height:100%;position:absolute;bottom:-5px;right:-5px}@media screen and (max-width:1000px){.main .homepageContent ._feature .descriptionContainer{flex-direction:column;justify-content:center;align-items:center;display:flex;padding:30px!important}}.main .homepageContent ._feature .descriptionContainer{border:1px solid #42d0ea;border-radius:24px;width:630px;padding:40px 55px;position:relative;height:fit-content!important}.main .homepageContent ._feature .descriptionContainer p{font-weight:500}@media only screen and (max-width:1100px){.main .homepageContent ._feature .descriptionContainer{width:500px}}@media only screen and (max-width:768px){.main .homepageContent ._feature .descriptionContainer{width:100%}}.main .homepageContent ._feature .descriptionContainer ._sepBorder{background-color:#42d0ea;border-radius:6px;width:12px;height:12px;position:absolute;top:100px;left:-6px}@media only screen and (max-width:992px){.main .homepageContent ._feature .descriptionContainer ._sepBorder{display:none}}.main .homepageContent ._feature .descriptionContainer ._sepBorder:before{content:"";transform-origin:0;z-index:9;background:url(/images/icons/line_plus.svg) no-repeat;width:280px;height:169px;position:absolute;top:-1px;left:-1px;transform:translate(-100%)}@media only screen and (max-width:480px){.main .homepageContent ._feature .descriptionContainer ._sepBorder:before{display:none}}.main .homepageContent ._feature .descriptionContainer .contentSection{color:#fff;flex-direction:column;justify-content:space-between;align-items:flex-start;height:auto;margin-left:1rem;display:flex}@media only screen and (max-width:600px){.main .homepageContent ._feature .descriptionContainer .contentSection{text-align:justify;height:100%;margin-left:0}}@media only screen and (max-width:820px){.main .homepageContent ._feature .descriptionContainer .contentSection{margin-left:0}}@media only screen and (max-width:768px){.main .homepageContent ._feature .descriptionContainer .contentSection{margin-left:0}}@media only screen and (max-width:480px){.main .homepageContent ._feature .descriptionContainer .contentSection{text-align:justify;height:80%;margin-left:0}}.main .homepageContent ._feature .descriptionContainer .contentSection h5{color:#42d0ea;text-align:center;width:100%;font-size:28px;font-weight:400}@media only screen and (max-width:768px){.main .homepageContent ._feature .descriptionContainer .contentSection span{font-size:.9rem}}.main .homepageContent ._feature .descriptionContainer .contentSection .subtitle{text-align:center}.main .homepageContent ._feature .descriptionContainer .contentSection .themeBtn{min-width:180px;min-height:42px;margin-top:1rem;font-size:1rem;font-weight:700;position:relative}@media only screen and (max-width:1200px){.main .homepageContent ._feature .descriptionContainer .contentSection .themeBtn{font-size:1rem;transform:none}}@media only screen and (max-width:992px){.main .homepageContent ._feature .descriptionContainer .contentSection .themeBtn{font-size:1rem;transform:none}}@media only screen and (max-width:1100px){.main .homepageContent ._feature .descriptionContainer .contentSection .themeBtn{font-size:1rem;transform:none}}@media only screen and (max-width:820px){.main .homepageContent ._feature .descriptionContainer .contentSection .themeBtn{min-width:auto;min-height:auto;font-size:.8rem}}@media only screen and (max-width:768px){.main .homepageContent ._feature .descriptionContainer .contentSection .themeBtn{min-width:auto;min-height:auto;font-size:.8rem}}@media only screen and (max-width:480px){.main .homepageContent ._feature .descriptionContainer .contentSection .themeBtn{margin-left:auto;margin-right:auto;position:relative;left:0}}.main .homepageContent ._feature .descriptionContainer .contentSection .link{color:#42d0ea;white-space:nowrap;text-decoration:underline}@media only screen and (max-width:1100px){.main .homepageContent ._feature .descriptionContainer .contentSection h4{font-size:1.2rem}}@media only screen and (max-width:600px){.main .homepageContent ._feature .descriptionContainer .contentSection h4{text-align:left;font-size:1.2rem}}@media only screen and (max-width:820px){.main .homepageContent ._feature .descriptionContainer .contentSection h4{font-size:.9rem}}@media only screen and (max-width:768px){.main .homepageContent ._feature .descriptionContainer .contentSection h4{font-size:.9rem}}@media only screen and (max-width:480px){.main .homepageContent ._feature .descriptionContainer .contentSection h4{font-size:1rem}}.main .homepageContent ._feature .descriptionContainer .contentSection article{text-align:center}@media only screen and (max-width:1100px){.main .homepageContent ._feature .descriptionContainer .contentSection article p{margin-bottom:0;font-size:.9rem}}@media only screen and (max-width:820px){.main .homepageContent ._feature .descriptionContainer .contentSection article p{margin-bottom:1rem;font-size:.8rem}}@media only screen and (max-width:768px){.main .homepageContent ._feature .descriptionContainer .contentSection article p{margin-bottom:1rem;font-size:.8rem}}@media only screen and (max-width:480px){.main .homepageContent ._feature .descriptionContainer .contentSection article p{margin-bottom:0;font-size:.8rem}}.main .homepageContent ._feature .descriptionContainer .contentSection article p.moretext{display:none}.main .homepageContent ._feature .descriptionContainer .contentSection.hybridSection .themeBtn{align-self:center;font-weight:700}.main .homepageContent ._feature .descriptionContainer .contentSection._transmiSec .themeBtn{bottom:30px}@media only screen and (max-width:480px){.main .homepageContent ._feature .descriptionContainer .contentSection._transmiSec .themeBtn{bottom:0;transform:none}}.main .homepageContent ._feature .alternate{flex-direction:row-reverse}.main .homepageContent ._feature .alternate .imageSection{text-align:end}.main .homepageContent ._feature .alternate ._sepBorder{left:auto;right:-6px}.main .homepageContent ._feature .alternate ._sepBorder:before{transform-origin:100% 0;z-index:9;background-position:inherit;position:absolute;top:0;left:auto;right:6px;transform:scaleX(-1)}.main .homepageContent .searchbox{z-index:9;position:relative;top:-40px}.main .homepageContent .searchbox .searchTitle{color:#00db98;text-align:center;background:#010519;border-top-left-radius:1rem;border-top-right-radius:1rem;min-width:250px;min-height:50px;font-family:futura;font-size:1.5rem;position:absolute;top:-30px}@media only screen and (max-width:480px){.main .homepageContent .searchbox .searchTitle{min-width:220px;min-height:45px;font-size:1.2rem;top:-35px}}.main .homepageContent .searchbox .searchTitle span{color:#fff}.main ._featureAbout{color:#fff;letter-spacing:0;max-width:1348px;margin:106px auto;font-family:Montserrat;font-size:18px;font-weight:500;line-height:28px}.main ._featureAbout .alternate{flex-direction:row-reverse}.main ._featureAbout .imageSection img{border-radius:1rem}@media only screen and (max-width:480px){.main ._featureAbout .imageSection img{width:100%;margin-bottom:1rem}}@media only screen and (max-width:600px){.main ._featureAbout .imageSection{margin-bottom:2rem}}@media only screen and (max-width:480px){.main ._featureAbout .imageSection{margin-bottom:1rem}}.main ._featureAbout .contentSection{text-align:left}.main ._featureAbout .contentSection ul{margin:0;padding:0}.main ._featureAbout p{margin:0!important}.timelineSection{-webkit-user-select:none;user-select:none;width:100%;height:100%;margin:2rem 0 0;position:relative}.timelineSection.showmore:after{height:100px}.timelineSection:after{content:"";z-index:99;background:linear-gradient(#2220 0%,#050606 67.19%,#030404 100%);width:100%;height:200px;position:absolute;bottom:0}.timelineSection .title{text-align:start;margin-bottom:78px;position:relative;overflow:hidden}@media only screen and (max-width:320px){.timelineSection .title{white-space:nowrap}}.timelineSection .title h4{color:#fff;padding:0 1rem;font-size:2rem;font-weight:400;position:relative}@media only screen and (max-width:768px){.timelineSection .title h4{font-size:2rem}}@media only screen and (max-width:480px){.timelineSection .title h4{font-size:1.5rem}}.timelineSection .diviCenter{height:1270px;transition:height .1s,all ease-in;position:relative;overflow:hidden}.timelineSection .diviCenter.showmore{height:100%;padding-bottom:64px}@media only screen and (max-width:480px){.timelineSection .diviCenter .contentSection{text-align:start}}.timelineSection .diviCenter .contentSection h4{color:#e8c998;margin:0;padding:.5rem 0;font-family:Montserrat;font-weight:500}.timelineSection .diviCenter .contentSection p{color:#fff}.timelineSection .diviCenter .contentSection p a{color:#00db98;text-decoration:underline}.timelineSection .diviCenter .timelineDataLine{background-color:#42d0ea;flex:1;max-width:100px;height:2px;position:relative}.timelineSection .diviCenter .timelineDataLine_Left:after{content:"";background-color:#42d0ea;border-radius:6px;width:12px;height:12px;position:absolute;top:-5px;right:-5px}.timelineSection .diviCenter .timelineDataLine_Right:before{content:"";background-color:#42d0ea;border-radius:6px;width:12px;height:12px;position:absolute;top:-5px;left:-5px}@media only screen and (max-width:768px){.timelineSection .diviCenter .timelineDataLine{display:none}}.timelineSection .diviCenter ._timeLB{color:#fff;position:relative}@media only screen and (max-width:768px){.timelineSection .diviCenter ._timeLB{margin-top:24px}}.timelineSection .diviCenter ._timeLB ._timeLB_Item{text-align:center;border:1px solid #42d0ea;border-radius:24px;max-width:410px;font-size:14px;font-weight:500;padding:24px!important}.timelineSection .diviCenter ._timeLB ._timeLB_Item a{color:#42d0ea;font-weight:400}@media only screen and (max-width:768px){.timelineSection .diviCenter ._timeLB ._timeLB_Item{max-width:100%}}.timelineSection .diviCenter ._timeLB ._timeLB_Item .timeLB_Type{color:#42d0ea;font-size:inherit;font-weight:inherit;margin-bottom:20px!important}.timelineSection .diviCenter ._timeLB .title{font-size:1.5rem;margin-bottom:20px!important}.timelineSection .diviCenter:before{content:"";background-color:#42d0ea;border-radius:1px;width:2px;height:100%;margin:0 0 2rem;position:absolute;top:0;left:50%;transform:translate(-50%)}@media only screen and (max-width:480px){.timelineSection .diviCenter:before{left:16px}}@media only screen and (max-width:768px){.timelineSection .diviCenter:before{left:0}}.timelineSection .themeBtn{z-index:999;color:#42d0ea;background-color:#050606;border:1px solid #42d0ea;min-width:180px;min-height:42px;margin-top:0;margin-left:auto;margin-right:auto;font-weight:700;position:absolute;bottom:50px;left:50%;transform:translate(-50%,-50%)}.timelineSection .themeBtn.showmore{bottom:0}@media only screen and (max-width:1200px){.timelineSection .themeBtn{font-size:1rem;transform:none}}@media only screen and (max-width:992px){.timelineSection .themeBtn{font-size:1rem;transform:none}}@media only screen and (max-width:1100px){.timelineSection .themeBtn{font-size:1rem;transform:translate(-50%)}}@media only screen and (max-width:820px){.timelineSection .themeBtn{bottom:28px;transform:translate(-50%)}}@media only screen and (max-width:768px){.timelineSection .themeBtn{bottom:28px;transform:translate(-50%)}}@media only screen and (max-width:480px){.timelineSection .themeBtn{bottom:28px;transform:translate(-50%)}}.faQPage .search{position:relative}.faQPage .search img{width:18px;position:absolute;left:10px}.faQPage .search .form-control{color:#fff;text-indent:28px;background-color:#010519;border-color:#40c6e6}.faQPage .accordion-item{background-color:#40c6e6;margin-bottom:1rem}.faQPage .accordion-item .accordion-button{color:#fff;background-color:#0e2c42}.faQPage .accordion-item .accordion-button:focus{box-shadow:none;outline:none}.faQPage .accordion-item .accordion-button:after{background-image:url(/images/icons/arrowActive.svg);border-radius:50%}.faQPage .accordion-item .accordion-body a{color:#fff;text-decoration:none}.privacyPolicy{color:#fff;-webkit-user-select:none;user-select:none}.privacyPolicy .sectionWrapper{padding:2rem 1rem}.privacyPolicy .sectionWrapper h2{color:#40c6e6;font-family:Montserrat;font-size:14px;font-weight:500}.privacyPolicy .sectionWrapper p{color:#f5f5f5;font-family:Montserrat;font-size:14px;font-weight:400}.black-btn{color:#1c1c1e;background-color:#1c1c1e00;border-color:#1c1c1e;border-radius:64px;width:100%;padding:1rem;font-size:1rem;font-weight:700;transition:all .3s ease-in-out;display:block}.black-btn:hover{color:#fff;background-color:#1c1c1e}#oopss{z-index:9999;background:linear-gradient(-45deg,#010519,#010519);width:100%;height:100%;line-height:1.5em;position:fixed;top:0;left:0}#oopss #error-text{color:#fff;direction:rtl;flex-direction:column;align-items:center;font-size:40px;display:flex}@media only screen and (max-width:480px){#oopss #error-text{font-size:20px}}#oopss #error-text img{height:342px;margin:85px auto 20px}@media only screen and (max-width:480px){#oopss #error-text img{height:270px}}#oopss #error-text span{margin-bottom:50px;font-size:3.3em;font-weight:900;position:relative}#oopss #error-text p.p-a{margin:30px 0 15px;font-size:19px}@media only screen and (max-width:480px){#oopss #error-text p.p-a{margin:20px 0 10px;font-size:15px}}#oopss #error-text p.p-b{font-size:15px}#oopss #error-text .back{color:#fff;background:#1f3ece;border-radius:500px;margin:2em auto 0;padding:.7em 2em;font-size:1rem;font-weight:900;text-decoration:none;transition:all .3s}#oopss #error-text .back:hover{background-color:#40c6e6}@keyframes loader-22{0%{transform:rotate(-160deg)}to{transform:rotate(-20deg)}}.nrContainer{flex-direction:column;height:calc(65vh - 220px)}.nrContainer img{filter:brightness(0)saturate()invert(71%)sepia(34%)saturate(873%)hue-rotate(142deg)brightness(95%)contrast(86%);width:100px}.nrContainer figcaption{margin:1rem 0}.nrContainer figcaption i{color:#00db98;text-align:center;margin:auto auto 1rem;font-size:4rem;display:block}.nrContainer figcaption h4{color:#42d0ea;text-align:center;text-transform:uppercase;width:300px;margin-bottom:0;padding:.5rem;font-family:Montserrat;font-weight:600;background-color:#0000!important;font-size:24px!important}@media screen and (-webkit-min-device-pixel-ratio:0){.headerSection .navbar .navbar-brand ._hlogo .searchMenu .input-group select{appearance:none;box-shadow:0;background:#fff url(/images/icons/arrowbt.svg) 85% no-repeat;border:none}.modalDesign select{appearance:none;box-shadow:0;background:url(/images/icons/arrowbt.svg) 96% no-repeat;border:1px solid #b1b1b1}.modalDesign .btn-close{top:20px}}@supports ((-webkit-hyphens:none)){.searchMenu select{text-indent:46px}@media only screen and (max-width:480px){.searchMenu select{text-indent:20px}}.searchMenu select[name=submodel]{text-indent:20px}}.graphWidth{flex-wrap:wrap;justify-content:center;align-items:center;gap:0;margin:0 auto;flex-direction:column!important;width:100%!important;display:flex!important}@media only screen and (max-width:820px){.graphWidth{width:100%;max-width:668px;overflow:auto hidden}}@media only screen and (max-width:768px){.graphWidth{width:100%;max-width:720px;overflow:auto hidden}}@media only screen and (max-width:480px){.graphWidth{width:100%;max-width:380px;overflow:auto hidden}}@media only screen and (max-width:320px){.graphWidth{width:100%;max-width:250px;overflow:auto hidden}}.montserrat{font-family:Montserrat}.daysone{font-family:DaysOne}.partLightning{z-index:1;-webkit-box-shadow:-38px -24px 300px 100px #3dc9e170;-moz-box-shadow:-38px -24px 300px 100px #3dc9e170;background-color:#3498db;border-radius:50%;width:0;height:0;position:absolute;top:50%;left:50%;box-shadow:-38px -24px 300px 120px #3dc9e180}.dashed-line{border-bottom:1px dashed #fff;height:2px}.read-more{font-weight:400}.baseBtn{color:#42d0ea;background:0 0;border:1px solid #42d0ea;border-radius:64px;min-width:125px;padding:1rem}.baseBtn:hover{color:#000;background-color:#42d0ea}input::placeholder{opacity:1;color:#ebebf599!important}.about-btns{flex-flow:wrap;justify-content:center;align-items:center;gap:20px;margin-top:78px;display:flex}.about-btns .about-btn{color:#fff;letter-spacing:0;text-align:center;cursor:pointer;border:1px solid #ebebf54d;border-radius:24px;justify-content:center;align-items:center;width:32%;min-height:88px;padding:20px 24px;font-family:Montserrat;font-size:16px;font-weight:500;line-height:24px;transition:all .3s ease-in-out;display:flex}.about-btns .about-btn:hover{color:#3dc9e1;border:1px solid #3dc9e1}.about-btns .active-abbtn{color:#3dc9e1}.cwtitle{justify-content:center;align-items:center;display:flex;position:relative}.cwtitle h4{letter-spacing:0;color:#fff;background:linear-gradient(#2220 0%,#050606 52.08%,#0000 100%);font-family:Montserrat;font-size:32px;font-weight:400;line-height:40px;position:absolute}.f-botab{margin:78px auto!important}.btnMoreLoad{letter-spacing:0;text-align:center;color:#3dc9e1;cursor:pointer;background-color:#3dc8e100;border:1px solid #3dc9e1;border-radius:64px;flex-direction:row;justify-content:center;align-items:center;gap:8px;margin:0 auto 40px;padding:16px 24px;font-family:Montserrat;font-size:16px;font-weight:700;line-height:24px;transition:all .2s ease-in-out;display:flex;box-shadow:0 20px 24px -4px #10182814}.btnMoreLoad:hover{color:#000;background-color:#3dc9e1}.p-descr{-webkit-user-select:none;user-select:none;width:calc(100% - 305px)}@media screen and (max-width:1065px){.p-descr{width:100%}}.recoms .price{color:#42d0ea;letter-spacing:0;margin-left:15px;font-size:32px;font-weight:400;line-height:40px}@media screen and (max-width:600px){.recoms .price{text-align:center;margin-left:10px;font-size:22px}}.recoms ._realtedProduct ._title h4{letter-spacing:0;color:#fff;text-align:left;text-transform:uppercase;text-align:center;margin:106px 0 78px;font-size:32px;font-weight:400;line-height:40px}@media only screen and (max-width:1100px){.recoms ._realtedProduct ._title h4{font-size:1rem}}.recoms .products{justify-content:flex-start;gap:1rem}@media only screen and (max-width:480px){.recoms .products{flex-direction:column}}@media screen and (max-width:800px){.recoms .products{flex-direction:column}}.recoms .products figure{border:1px solid #727f93;border-radius:1.1rem;flex:0 0 33.33%;margin:1rem 0;overflow:hidden}@media only screen and (max-width:1100px){.recoms .products figure{flex:0 0 49%}}@media only screen and (max-width:480px){.recoms .products figure{flex:0 0 100%}}.recoms .products figure img{object-fit:cover;object-position:center;min-height:250px;max-height:250px}@media only screen and (max-width:1440px){.recoms .products figure img{object-fit:cover;object-position:center;min-height:250px;max-height:250px}}@media only screen and (max-width:1100px){.recoms .products figure img{object-fit:cover;object-position:center;min-height:200px;max-height:200px}}.recoms .products figure figcaption{color:#fff;padding:1rem}.recoms .products figure figcaption h4{-webkit-line-clamp:2;-webkit-box-orient:vertical;min-height:48px;font-size:.9rem;line-height:1.5rem;display:-webkit-box;overflow:hidden}.recoms .products figure figcaption .price{color:#00db98;font-family:Montserrat;font-size:1.2rem;font-weight:500}@media only screen and (max-width:1100px){.recoms .products figure figcaption .price{font-size:1rem}}.recoms .products figure figcaption ._avail span{color:#40c6e6}.recoms .products figure figcaption ._avail span:last-child{color:#42d0ea;padding-left:.5rem}.recit{color:#fff;cursor:pointer;border:1px solid #ebebf54d;border-radius:24px;width:413px;height:243px;text-decoration:none;transition:all .2s ease-in-out;position:relative;overflow:hidden}.recit:hover{border-color:#3dc9e1}.recit:hover .title{color:#3dc9e1}.recit .title{letter-spacing:0;text-align:left;color:#fff;text-transform:uppercase;z-index:1;cursor:pointer;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;max-width:200px;font-family:Montserrat;font-size:18px;font-weight:500;line-height:28px;transition:all .2s ease-in-out;display:-webkit-box;overflow:hidden}.recit .recdesc{letter-spacing:0;text-align:left;-webkit-line-clamp:4;line-clamp:4;-webkit-box-orient:vertical;width:44%;font-family:Montserrat;font-size:14px;font-weight:400;line-height:20px;display:-webkit-box;overflow:hidden}.recit .recdesc span{color:#3dc9e1}.recit .recprice{letter-spacing:0;text-align:left;color:#3dc9e1;font-family:Montserrat;font-size:18px;font-weight:500;line-height:28px}.recit .rectimg{z-index:0;height:100%;position:absolute;top:0;bottom:0;right:-110px}.recit .rectimg img{height:100%}.recit .recinfo{flex-direction:column;justify-content:space-between;gap:24px;height:100%;padding:20px 0 20px 30px;display:flex}.bb1px{border-bottom:1px solid #ebebf599;flex-direction:row;width:100%;padding-bottom:20px;display:flex;justify-content:flex-start!important}.inputContainer{flex-direction:column;gap:8px;width:calc(50% - 10px);display:flex}@media screen and (max-width:600px){.inputContainer{width:100%}}.inputLabel{letter-spacing:0;text-align:left;color:#fff;text-transform:uppercase;text-overflow:ellipsis;white-space:nowrap;width:95%;font-family:Montserrat;font-size:18px;font-weight:500;line-height:28px;overflow:hidden}.selectWrapper{border:1px solid #ebebf54d;border-radius:8px;flex-direction:column;justify-content:center;width:100%;height:56px;display:flex;position:relative;box-shadow:0 20px 24px -4px #10182814}@media screen and (max-width:600px){.selectWrapper{height:40px}}.select{color:#8e8e93;z-index:1;-webkit-appearance:none;-moz-appearance:none;cursor:pointer;letter-spacing:0;background-color:#fff0;border:none;outline:none;flex-direction:row;justify-content:space-between;padding:16px 16px 16px 20px;font-family:Montserrat;font-size:16px;font-weight:500;line-height:24px;display:flex;position:absolute;inset:0}@media screen and (max-width:845px){.select{padding:8px 8px 8px 14px;font-size:14px}}@media screen and (max-width:600px){.select{padding:8px 14px 8px 20px}}.inputProduct{color:#8e8e93;z-index:0;-webkit-appearance:none;-moz-appearance:none;letter-spacing:0;background-color:#fff0;border:1px solid #ebebf54d;border-radius:8px;outline:none;flex-direction:column;justify-content:center;width:100%;height:56px;padding:16px 16px 16px 20px;font-family:Montserrat;font-size:16px;font-weight:500;line-height:24px;display:flex;position:relative;inset:0;box-shadow:0 20px 24px -4px #10182814}.textDang{color:#ff345f;align-items:center;font-size:14px;font-weight:400;display:flex;margin:0!important}.pr-0{padding-left:0!important;padding-right:0!important}.pr-0 div{-ms-overflow-style:none!important;scrollbar-width:none!important}.pr-0 div::-webkit-scrollbar{display:none!important}@media screen and (max-width:750px){.vidsoo{flex-direction:column}}.cartPg{flex-direction:row;gap:128px;width:100%;max-width:1280px;margin:0 auto;padding:0 15px;display:flex}@media screen and (max-width:1200px){.cartPg{gap:15px}.cartPg .cartContent{width:calc(100% - 320px)!important}.cartPg h4{font-size:15px!important}.cartPg p{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;font-size:14px!important}}@media screen and (max-width:1040px){.cartPg{flex-direction:column}.cartPg .nrContainer{height:fit-content}.cartPg .cartContent{width:100%!important}.cartPg .cartSection{justify-content:center;gap:50px;flex-direction:row!important;width:100%!important;display:flex!important}}@media screen and (max-width:800px){.cartPg{flex-direction:column}.cartPg .cartSection{gap:15px}}@media screen and (max-width:550px){.cartPg{flex-direction:column}.cartPg .cartSection{justify-content:center;align-items:center;flex-direction:column-reverse!important}.cartPg .cartSection .quoteForm{width:100%!important;max-width:none!important}.cartPg .cartSection .quoteForm .subTitle{max-width:100%!important}.cartPg .cartSection .checkoutForm,.cartPg .cartSection .dksls{width:100%!important;max-width:none!important}}.cartPg tr th{white-space:nowrap}.cartPg .cartContent{width:calc(100% - 433px)}.cartPg .remt{padding:8px 42px 8px 8px}.cartPg tr:first-child>.desc,.cartPg tr:first-child>.remd,.cartPg tr:first-child>.priced{padding-top:78px!important}.cartPg .desc{padding:40px 12px 0 0!important}.cartPg .desc>.prmainop{width:calc(100% - 218px)!important}@media screen and (max-width:700px){.cartPg thead{display:none!important}.cartPg tr:first-child>.desc,.cartPg tr:first-child>.remd,.cartPg tr:first-child>.priced{padding-top:40px!important}}.cartPg .navprodcheck{display:none}@media screen and (max-width:700px){.cartPg .navprodcheck{flex-direction:row;justify-content:space-between;align-items:center;display:flex}.cartPg tr>td:not(:first-of-type){display:none}}@media screen and (max-width:565px){.cartPg .desc{flex-direction:column;margin-bottom:50px;justify-content:center!important;align-items:center!important;min-width:100%!important}.cartPg .desc .productImg{object-position:top;border-radius:8px;max-height:200px;overflow:hidden;width:100%!important}.cartPg .desc .productImg img{width:100%!important;height:100%!important}.cartPg .desc .prmainop{width:100%!important}}._checkoutPage{flex-direction:row;gap:128px;width:100%;max-width:1280px;margin:0 auto;padding:0 15px;display:flex}._checkoutPage .container{-webkit-user-select:none;user-select:none;max-width:100%!important}@media screen and (max-width:700px){._checkoutPage{gap:15px}._checkoutPage h4{font-size:15px!important}._checkoutPage p{text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;font-size:14px!important}}._checkoutPage table{margin-bottom:50px!important}@media screen and (max-width:1040px){._checkoutPage{flex-direction:column}._checkoutPage .nrContainer{height:fit-content}._checkoutPage .cartContent{width:100%!important}._checkoutPage .cartSection{justify-content:center;gap:50px;flex-direction:row!important;width:100%!important;display:flex!important}}@media screen and (max-width:993px){._checkoutPage{flex-direction:column}._checkoutPage .cartSection{gap:15px}}@media screen and (max-width:550px){._checkoutPage{flex-direction:column}._checkoutPage table{margin-bottom:10px!important}._checkoutPage .cartSection{justify-content:center;align-items:center;flex-direction:column-reverse!important}._checkoutPage .cartSection .quoteForm{width:100%!important;max-width:none!important}._checkoutPage .cartSection .quoteForm .subTitle{max-width:100%!important}._checkoutPage .cartSection .checkoutForm,._checkoutPage .cartSection .dksls{width:100%!important;max-width:none!important}}._checkoutPage tr th{white-space:nowrap}._checkoutPage .remt{padding:8px 42px 8px 8px}._checkoutPage .desc{padding:0 12px 40px 0!important}._checkoutPage .desc>.prmainop{width:calc(100% - 218px)!important}._checkoutPage thead{display:none!important}@media screen and (max-width:993px){._checkoutPage tr:first-child>.desc,._checkoutPage tr:first-child>.remd,._checkoutPage tr:first-child>.priced{padding-bottom:40px!important}}._checkoutPage .navprodcheck{display:none}._checkoutPage tr>td:not(:first-of-type){padding:0 10px!important}@media screen and (max-width:993px){._checkoutPage .navprodcheck{flex-direction:row;justify-content:space-between;align-items:center;display:flex}._checkoutPage tr>td:not(:first-of-type){display:none}}@media screen and (max-width:850px){._checkoutPage .productImg{max-width:140px}}@media screen and (max-width:565px){._checkoutPage .desc{flex-direction:column;margin-bottom:20px;justify-content:center!important;align-items:center!important;min-width:100%!important}._checkoutPage .desc .productImg{object-position:top;border-radius:8px;max-height:200px;overflow:hidden;width:100%!important;max-width:100%!important}._checkoutPage .desc .productImg img{width:100%!important;height:100%!important}._checkoutPage .desc .prmainop{width:100%!important}}.drppcl{position:relative}.drppcl svg{pointer-events:none;margin:auto 0;position:absolute;top:0;bottom:0;right:10px}.drppcl .form-selectt{background-clip:unset;border-color:#fff;border-radius:8px;width:100%;min-height:42px;padding:.375rem .75rem;font-family:Montserrat;font-size:.9rem;font-weight:400;height:42px!important}.drppcl .form-selectt::placeholder{color:#0000008f!important}.drppcl .form-selectt::-ms-expand{display:none}.drppcl select{-webkit-appearance:none;-moz-appearance:none;text-indent:1px;text-overflow:"";outline:none;border:none!important}
