:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,0.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-color:var(--toastify-spinner-color-empty-area);border-right:2px solid var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes footer_gradiantColor__Ci6H_{0%{background-color:#257c86}25%{background-color:#2957a4}50%{background-color:#813f88}75%{background-color:#257c86}to{background-color:#007eac}}.footer_footer__KeVRa{color:#fff;width:100%;height:10rem;text-align:center;height:-moz-fit-content;height:fit-content}.footer_footer__KeVRa .footer_footerGoUp__8MECZ{display:flex;justify-content:space-between;align-items:center;padding:1.275rem}.footer_footer__KeVRa .footer_footerGoUp__8MECZ .footer_logoContainer__yv5Uc{width:5.625rem;height:1.875rem}.footer_footer__KeVRa .footer_footerGoUp__8MECZ button{color:#7e91b1;font-size:12px;font-family:ShabnamF;font-weight:700;border-radius:5px;padding:12px 16px;border:.6px solid #c2cbda}.footer_footer__KeVRa .footer_footerGoUp__8MECZ button span{margin-right:.5rem;height:23px;font-size:23px;font-weight:400}.footer_footer__KeVRa .footer_footerSlogan__lM2F0{position:relative;animation-name:footer_gradiantColor__Ci6H_;animation-duration:10s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate;padding:1.5rem 1rem;overflow:hidden}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ{display:none}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_leftCircles__752GX>div:first-child{position:absolute;left:-412px;top:-170%}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_leftCircles__752GX>div:first-child svg{width:38rem;height:38rem}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_leftCircles__752GX>div:first-child svg circle{fill:rgba(243,243,243,.05)}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_leftCircles__752GX>div:nth-child(2){position:absolute;left:-321px;top:-170%}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_leftCircles__752GX>div:nth-child(2) svg{width:38rem;height:38rem}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_leftCircles__752GX>div:nth-child(2) svg circle{fill:rgba(243,243,243,.05)}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_leftCircles__752GX>div:nth-child(3){position:absolute;left:-241px;top:-170%}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_leftCircles__752GX>div:nth-child(3) svg{width:38rem;height:38rem}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_leftCircles__752GX>div:nth-child(3) svg circle{fill:rgba(243,243,243,.05)}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_rightCircles__YuR98>div:first-child{position:absolute;right:-223px;top:-170%}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_rightCircles__YuR98>div:first-child svg{width:38rem;height:38rem}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_rightCircles__YuR98>div:first-child svg circle{fill:rgba(243,243,243,.05)}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_rightCircles__YuR98>div:nth-child(2){position:absolute;right:-134px;top:-170%}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_rightCircles__YuR98>div:nth-child(2) svg{width:38rem;height:38rem}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_rightCircles__YuR98>div:nth-child(2) svg circle{fill:rgba(243,243,243,.05)}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_rightCircles__YuR98>div:nth-child(3){position:absolute;right:-53px;top:-170%}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_rightCircles__YuR98>div:nth-child(3) svg{width:38rem;height:38rem}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ .footer_rightCircles__YuR98>div:nth-child(3) svg circle{fill:rgba(243,243,243,.05)}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 p{color:#fff;font-size:.75rem;margin-bottom:.5rem;margin-top:1rem}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 button{font-size:12px;font-family:ShabnamF;border-radius:5px;padding:12px 16px;color:#fff;border:.6px solid #f0f2f6;font-size:.625rem;margin:1rem 0;font-weight:500}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 button span{margin-right:.5rem;height:23px}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 button>span:first-child{height:11px;margin-bottom:.2rem;margin-right:3px}.footer_footer__KeVRa .footer_footerStatus__oB_YX{padding:1.1rem 1rem 0}.footer_footer__KeVRa .footer_footerStatus__oB_YX .footer_statusTop___I1Yy{color:#273e74;display:flex;justify-content:space-between}.footer_footer__KeVRa .footer_footerStatus__oB_YX .footer_statusTop___I1Yy a,.footer_footer__KeVRa .footer_footerStatus__oB_YX .footer_statusTop___I1Yy span{font-size:.75rem;font-weight:500;font-weight:700}.footer_footer__KeVRa .footer_footerStatus__oB_YX .footer_statusTimes__7_eYq{border-bottom:1px solid rgba(126,145,177,.12)}.footer_footer__KeVRa .footer_footerStatus__oB_YX .footer_statusTimes__7_eYq p{color:#7e91b1;font-size:.688rem}.footer_footer__KeVRa .footer_footerNav__VWppq{display:flex;justify-content:space-around;text-align:right;border-bottom:1px solid rgba(126,145,177,.12)}.footer_footer__KeVRa .footer_footerNav__VWppq ul{padding-right:0}.footer_footer__KeVRa .footer_footerNav__VWppq ul li span{font-size:.785rem;color:#273e74;font-weight:550}.footer_footer__KeVRa .footer_footerNav__VWppq ul li a{font-size:.75rem;color:#7e91b1}.footer_footer__KeVRa .footer_footerContact__KIdcx{display:flex;padding:.813rem;justify-content:space-between}.footer_footer__KeVRa .footer_footerContact__KIdcx .footer_address__L9pgX{text-align:right;margin-left:1rem}.footer_footer__KeVRa .footer_footerContact__KIdcx .footer_address__L9pgX span{font-size:.75rem;font-weight:600;color:#7e91b1}.footer_footer__KeVRa .footer_footerContact__KIdcx .footer_address__L9pgX p{font-size:.625rem;color:#7e91b1;margin-top:0}.footer_footer__KeVRa .footer_footerContact__KIdcx .footer_marks__UMwKc{display:flex;align-items:center}.footer_footer__KeVRa .footer_footerContact__KIdcx .footer_marks__UMwKc span{width:67px!important;height:67px!important;border-radius:5px!important;margin:.2rem!important}.footer_footer__KeVRa .footer_footerContact__KIdcx .footer_marks__UMwKc span span{margin:0!important}.footer_footer__KeVRa .footer_footerContact__KIdcx .footer_marks__UMwKc img{width:50px;height:50px}.footer_footer__KeVRa .footer_footerContact__KIdcx .footer_marks__UMwKc>a,.footer_footer__KeVRa .footer_footerContact__KIdcx .footer_marks__UMwKc>a img{width:67px;height:67px}.footer_footer__KeVRa .footer_footerSocial__TczM4{display:flex;justify-content:space-between;padding:.813rem;align-items:center}.footer_footer__KeVRa .footer_footerSocial__TczM4 span{color:#7e91b1;font-size:.75rem;font-weight:600}.footer_footer__KeVRa .footer_footerSocial__TczM4 .footer_footerSocial__links__3ZH46{display:flex;justify-content:space-evenly;align-items:center}.footer_footer__KeVRa .footer_footerSocial__TczM4 .footer_footerSocial__links__3ZH46 span{cursor:pointer!important}.footer_footer__KeVRa .footer_footerSocial__TczM4 .footer_footerSocial__links__3ZH46 span span img{border-radius:5px;margin-left:.75rem!important;width:24px;height:24px}.footer_footer__KeVRa .footer_footerSocial__TczM4 .footer_footerSocial__links__3ZH46 span span img:nth-child(3){width:140px;height:36px}.footer_footer__KeVRa .footer_footerSocial__TczM4 .footer_footerSocial__links__3ZH46>span:last-child{margin-right:.5rem!important;width:22px!important}.footer_darkMode__CXTxC.footer_footer__KeVRa,.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerGoUp__8MECZ{background-color:#222a35}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerGoUp__8MECZ button{color:#98acce;border:.6px solid #434d65}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerStatus__oB_YX{background-color:#222a35;border-bottom:1px solid #434d65}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerStatus__oB_YX .footer_statusTop___I1Yy{color:#fff}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerStatus__oB_YX .footer_statusTimes__7_eYq{border-bottom:none}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerStatus__oB_YX .footer_statusTimes__7_eYq p{color:#98acce}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerNav__VWppq{background-color:#222a35;border-bottom:1px solid #434d65}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerNav__VWppq ul li span{color:#fff}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerNav__VWppq ul li a{font-size:.75rem;color:#98acce}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerContact__KIdcx{background-color:#222a35;border-bottom:1px solid #434d65}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerContact__KIdcx .footer_address__L9pgX span{color:#fff}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerContact__KIdcx .footer_address__L9pgX p{color:#98acce}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerSocial__TczM4{background-color:#222a35}.footer_darkMode__CXTxC.footer_footer__KeVRa .footer_darkMode__CXTxC.footer_footerSocial__TczM4 span{color:#fff}@media only screen and (min-width:768px){.footer_footer__KeVRa .footer_footerSlogan__lM2F0 .footer_circles__GCdjJ{display:block}.footer_footer__KeVRa .footer_footerSlogan__lM2F0 p{font-size:.875rem}.footer_footer__KeVRa .footer_footerStatus__oB_YX{margin:0 1rem}.footer_footer__KeVRa .footer_footerStatus__oB_YX .footer_statusTop___I1Yy span{font-size:1rem}.footer_footer__KeVRa .footer_footerStatus__oB_YX .footer_statusTimes__7_eYq p{text-align:right;font-size:.875rem}.footer_footer__KeVRa .footer_footerNav__VWppq{justify-content:right}.footer_footer__KeVRa .footer_footerNav__VWppq ul{margin-right:2rem}.footer_footer__KeVRa .footer_footerNav__VWppq ul li{margin-bottom:1rem}.footer_footer__KeVRa .footer_footerNav__VWppq ul li span{font-size:1rem}.footer_footer__KeVRa .footer_footerNav__VWppq ul li a{font-size:.875rem}.footer_footer__KeVRa .footer_footerContact__KIdcx{margin:0 1rem;justify-content:space-between}.footer_footer__KeVRa .footer_footerContact__KIdcx .footer_address__L9pgX span{font-size:1rem}.footer_footer__KeVRa .footer_footerContact__KIdcx .footer_address__L9pgX p{font-size:.875rem;margin-top:.5rem}.footer_footer__KeVRa .footer_footerSocial__TczM4{margin:0 1rem}.footer_footer__KeVRa .footer_footerSocial__TczM4 span{font-size:1rem}}.copy-right_CopyRight__PB4iE{padding:.5rem;text-align:center}.copy-right_CopyRight__PB4iE span{color:#7e91b1;font-weight:500;font-size:.563rem;text-align:center}.copy-right_CopyRight__PB4iE div{height:89px}.copy-right_darkMode__RMuNB.copy-right_CopyRight__PB4iE{background-color:#11161e}.copy-right_darkMode__RMuNB.copy-right_CopyRight__PB4iE span{color:#98acce}@media only screen and (min-width:768px){.copy-right_CopyRight__PB4iE span{font-size:.875rem}}.layout-hf_fillDown__92uZk{height:84px;width:100%}.layout-hf_darkMode__9RgzW{background-color:#222a35;border-bottom:none}tr.basket-product-list-row_productListRow__zfLis{border-spacing:5em;align-items:flex-start}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_priceContainer__TJSja{box-shadow:0 3px 0 0 rgba(0,0,0,.04)}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_priceContainer__TJSja:last-child{box-shadow:none}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_checked__CVB7y{border:1px solid #8ac03f;border-bottom-color:rgba(126,145,177,.22)}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_checked__CVB7y>td{padding:1rem}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_checked__CVB7y>td>.basket-product-list-row_checkContainer__YjKmb{display:flex;align-items:center}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_checked__CVB7y>td>.basket-product-list-row_checkContainer__YjKmb>.basket-product-list-row_check__asUug{background-color:#8ac03f;padding:.1rem;position:relative;width:16px;height:16px}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_checked__CVB7y>td>.basket-product-list-row_checkContainer__YjKmb>.basket-product-list-row_check__asUug>span:before{font-size:2rem}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_checked__CVB7y>td{padding:.5rem}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_checked__CVB7y>td>.basket-product-list-row_check__asUug{background-color:#8ac03f;padding:.2rem}tr.basket-product-list-row_productListRow__zfLis>td{padding:1rem}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_checkContainer__YjKmb{display:flex;align-items:center}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_checkContainer__YjKmb>.basket-product-list-row_check__asUug{display:inline-block;position:relative;width:16px;padding:.1rem;height:16px;border:1px solid rgba(126,145,177,.5);margin-left:.5rem;cursor:pointer;background-color:#fff}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_checkContainer__YjKmb>.basket-product-list-row_check__asUug>span:before{font-size:1.5rem}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_name__0vlBl{text-align:right;display:block;font-weight:500;font-size:13px;color:#273e74}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_details__oV4uI{display:flex;margin-top:.2rem;align-items:flex-start;font-weight:400;font-size:14px;color:#1890ff;justify-content:flex-start}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_details__oV4uI>div{margin-right:1rem;font-size:11px;text-align:center}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_details__oV4uI .basket-product-list-row_color__wElET{display:flex;align-items:center;margin-right:0}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_details__oV4uI .basket-product-list-row_color__wElET>span:first-child{border-radius:50%;width:12px;height:12px;display:inline-block;margin-left:.3rem}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_count__O81Cq{background:rgba(91,208,102,.16);border-radius:5px;padding:.2rem;display:flex;align-items:center;justify-content:center;width:60px}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_count__O81Cq>span:first-child{font-weight:400;font-size:12px;color:#273e74;margin-left:.2rem}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_count__O81Cq>span:last-child{font-weight:500;font-size:13px;color:#27b43e}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI{display:flex;align-items:center;justify-content:space-between}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI>span{font-weight:400;font-size:14px;color:#7e91b1;margin-left:1rem}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI>div .basket-product-list-row_regular__hVOE_{font-weight:500;font-size:14px;color:#273e74;text-decoration:none}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI>div .basket-product-list-row_regular__hVOE_.basket-product-list-row_hasSpatial__qfZYm{text-decoration:line-through}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI>div>div{font-weight:500;font-size:14px;line-height:25px;text-align:center;color:#934a9b}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI>div>div>span:last-child{margin-right:.2rem}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI>div>div.basket-product-list-row_regular__hVOE_{font-size:14px;color:#273e74;text-align:center}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI>div>div.basket-product-list-row_regular__hVOE_>span{text-decoration:none}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI>div>div.basket-product-list-row_regular__hVOE_>span.basket-product-list-row_hasSpatial__qfZYm{text-decoration:line-through}tr.basket-product-list-row_notMandatory__nuPPL{background:#f7f8fa}tr.basket-product-list-row_notMandatory__nuPPL.basket-product-list-row_checked__CVB7y{border:1px solid #8ac03f}tr.basket-product-list-row_notMandatory__nuPPL.basket-product-list-row_checked__CVB7y>div:first-child>.basket-product-list-row_check__asUug{background-color:#8ac03f;display:flex;align-items:center;justify-content:center}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG{width:100%}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div{flex-direction:column;width:100%;padding:1rem;display:flex;align-items:center;justify-content:center;border-bottom:1px solid rgba(126,145,177,.22)}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div>.basket-product-list-row_text__uFa1k{font-weight:400;font-size:14px;color:#7e91b1;text-align:center}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div>.basket-product-list-row_itemCount__rnYk3 .basket-product-list-row_priceHandle__count__S_xHv{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div>.basket-product-list-row_itemCount__rnYk3 .basket-product-list-row_priceHandle__count__S_xHv>span{color:#273e74;font-size:1rem;padding:.5rem 1rem;height:40px;display:inline-block;background:#fff;border:1px solid #1890ff;box-shadow:0 0 0 2px rgba(24,144,255,.2);border-radius:2px;margin:.6rem}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div>.basket-product-list-row_itemCount__rnYk3 .basket-product-list-row_priceHandle__count__S_xHv button{background:#1890ff;border-radius:5px;padding:.5rem 1.5rem;margin:0 .5rem;color:#fff;height:40px;width:100px}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div>.basket-product-list-row_itemCount__rnYk3 .basket-product-list-row_priceHandle__count__S_xHv button.basket-product-list-row_disabled__sX_p3{background:#fff;color:#7e91b1;border:1px solid #7e91b1;border-radius:5px}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div>.basket-product-list-row_itemCount__rnYk3 .basket-product-list-row_priceHandle__count__S_xHv button.basket-product-list-row_disabled__sX_p3>span:before{color:#7e91b1;font-size:1rem}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div>.basket-product-list-row_itemCount__rnYk3 .basket-product-list-row_priceHandle__count__S_xHv button>span.basket-product-list-row_icon__Bm5AA:before{color:#fff;font-size:1rem}@media only screen and (max-width:400px){tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_checked__CVB7y>td{padding:.2rem}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_checked__CVB7y>td>.basket-product-list-row_checkContainer__YjKmb>.basket-product-list-row_check__asUug{padding:.1rem;width:20px;height:15px}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_checked__CVB7y>td>.basket-product-list-row_checkContainer__YjKmb>.basket-product-list-row_check__asUug>span:before{font-size:2rem}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_checked__CVB7y>td{padding:1rem}tr.basket-product-list-row_productListRow__zfLis.basket-product-list-row_checked__CVB7y>td>.basket-product-list-row_check__asUug{padding:.2rem}tr.basket-product-list-row_productListRow__zfLis>td{padding:1rem}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_checkContainer__YjKmb>.basket-product-list-row_check__asUug{width:20px;height:15px}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_checkContainer__YjKmb>.basket-product-list-row_check__asUug>span:before{font-size:2rem}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_name__0vlBl{font-size:11px}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_details__oV4uI{margin-top:.2rem;font-size:11px}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_details__oV4uI>div{margin-right:1rem;font-size:10px}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_details__oV4uI .basket-product-list-row_color__wElET{margin-right:0}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_details__oV4uI .basket-product-list-row_color__wElET>span:first-child{width:12px;height:12px;margin-left:.3rem}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_count__O81Cq{padding:.3rem;width:50px}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_count__O81Cq>span:first-child{font-size:10px;margin-left:.2rem}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_count__O81Cq>span:last-child{font-size:10px}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI>div .basket-product-list-row_regular__hVOE_,tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI>span{font-size:12px}tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI>div>div,tr.basket-product-list-row_productListRow__zfLis>td>.basket-product-list-row_price__giVnI>div>div.basket-product-list-row_regular__hVOE_{font-size:14px}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div>.basket-product-list-row_text__uFa1k{font-size:12px}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div>.basket-product-list-row_itemCount__rnYk3 .basket-product-list-row_priceHandle__count__S_xHv button{width:60px}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div>.basket-product-list-row_itemCount__rnYk3 .basket-product-list-row_priceHandle__count__S_xHv button.basket-product-list-row_disabled__sX_p3{background:#fff;color:#7e91b1;border:1px solid #7e91b1;border-radius:5px}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div>.basket-product-list-row_itemCount__rnYk3 .basket-product-list-row_priceHandle__count__S_xHv button.basket-product-list-row_disabled__sX_p3>span:before{color:#7e91b1;font-size:1rem}tr.basket-product-list-row_notMandatory__nuPPL>td.basket-product-list-row_countButtons__6CpcG>div>.basket-product-list-row_itemCount__rnYk3 .basket-product-list-row_priceHandle__count__S_xHv button>span.basket-product-list-row_icon__Bm5AA:before{color:#fff;font-size:1rem}}.basket-product-list_products__kMCgo>div:first-child{background:rgba(24,144,255,.11);padding:1rem;display:flex;align-items:center;justify-content:space-between}.basket-product-list_products__kMCgo>div:first-child>span{font-weight:400;font-size:13px;color:#2957a4}.basket-product-list_products__kMCgo>div:first-child>span.basket-product-list_title__mCVKM{font-weight:500;font-size:16px;color:#1890ff}.basket_basketContainer__QxFKQ{padding:1.5rem;margin:0 auto}.basket_basketContainer__QxFKQ>.basket_title__a_Z7p{font-weight:500;font-size:18px;color:#273e74;margin-bottom:.5rem}.basket_basketContainer__QxFKQ>.basket_content__acXZt{box-shadow:0 6px 12px -6px rgba(24,39,75,.12),0 8px 24px -4px rgba(24,39,75,.08)}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J{position:sticky;bottom:0;z-index:1000;background:#fff;border-top:1px solid #e3dede}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div{display:flex;align-items:center;justify-content:space-between;padding:1rem}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:last-child>span{font-size:12px;color:#7e91b1}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:last-child>div{font-size:14px;margin-top:.5rem;color:#273e74;font-weight:600}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:last-child>div>span:last-child{font-weight:400;margin-right:.2rem}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:first-child>div:first-child,.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:first-child>div:last-child{display:flex;align-items:center}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:first-child>div:first-child>span,.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:first-child>div:last-child>span{font-size:12px;color:#7e91b1}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:first-child>div:first-child>div,.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:first-child>div:last-child>div{font-size:14px;margin-right:1rem;color:#273e74;font-weight:600}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:first-child>div:first-child>div>span:last-child,.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:first-child>div:last-child>div>span:last-child{font-weight:400;margin-right:.2rem}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:first-child>div:nth-child(2){display:flex;align-items:center;margin:.5rem 0}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:first-child>div:nth-child(2)>span{font-size:12px;color:#0ea627}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:first-child>div:nth-child(2)>div{margin-right:1rem;font-size:14px;color:#0ea627;font-weight:600}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>div:first-child>div:nth-child(2)>div>span:last-child{font-weight:400;margin-right:.2rem}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>.basket_divider__Oyv9F{width:2px;height:44px;background-color:rgba(126,145,177,.2);margin:0 1rem}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div .basket_addToCart__5WUjJ{text-align:left;display:block}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div .basket_addToCart__5WUjJ button{width:100%;border-radius:5px;background-color:#934a9b;color:#fff;font-weight:700;font-family:ShabnamF;margin-top:.2rem;height:3rem;font-size:.75rem;margin-right:.2rem;width:120px}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>a{width:100%;border-radius:5px;background-color:#934a9b;color:#fff;font-weight:700;font-family:ShabnamF;margin-top:1rem;height:3rem;font-size:.75rem;margin-right:.2rem;width:120px;align-self:flex-end}@media only screen and (max-width:400px){.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div{display:flex;align-items:flex-start;justify-content:center;padding:1rem;flex-direction:column}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div .basket_addToCart__5WUjJ{align-self:flex-end}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div .basket_addToCart__5WUjJ button,.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>a{width:100%;border-radius:5px;background-color:#934a9b;color:#fff;font-weight:700;font-family:ShabnamF;margin-top:1rem;height:3rem;font-size:.75rem;margin-right:.2rem;width:120px}.basket_basketContainer__QxFKQ>.basket_content__acXZt>.basket_bottomInfo__TFu9J>div>a{align-self:flex-end}}