:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.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);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.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);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.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;z-index:1}.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:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.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{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color: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,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: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,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: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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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: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%{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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}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:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.theme-light body,.theme-light footer,.theme-light header{background-color:#f1f2f4}.theme-dark body,.theme-dark footer,.theme-dark header{background-color:rgba(5,5,5,.822)}.theme-light-hyper body,.theme-light-hyper footer,.theme-light-hyper header{background-color:#f8fafc}.margin-1x{margin:.5rem}.margin-2x{margin:1rem}.margin-3x{margin:1.5rem}.margin-4x{margin:2rem}.margin-5x{margin:2.5rem}.margin-6x{margin:3rem}.margin-7x{margin:3.5rem}.margin-bottom-1x{margin-bottom:.5rem}.margin-bottom-2x{margin-bottom:1rem}.margin-bottom-3x{margin-bottom:1.5rem}.margin-bottom-4x{margin-bottom:2rem}.margin-bottom-5x{margin-bottom:2.5rem}.margin-bottom-6x{margin-bottom:3rem}.margin-bottom-7x{margin-bottom:3.5rem}.margin-top-1x{margin-top:.5rem}.margin-top-2x{margin-top:1rem}.margin-top-3x{margin-top:1.5rem}.margin-top-4x{margin-top:2rem}.margin-top-5x{margin-top:2.5rem}.margin-top-6x{margin-top:3rem}.margin-top-7x{margin-top:3.5rem}.margin-left-1x{margin-left:.5rem}.margin-left-2x{margin-left:1rem}.margin-left-3x{margin-left:1.5rem}.margin-left-4x{margin-left:2rem}.margin-left-5x{margin-left:2.5rem}.margin-left-6x{margin-left:3rem}.margin-left-7x{margin-left:3.5rem}.margin-right-1x{margin-right:.5rem}.margin-right-2x{margin-right:1rem}.margin-right-3x{margin-right:1.5rem}.margin-right-4x{margin-right:2rem}.margin-right-5x{margin-right:2.5rem}.margin-right-6x{margin-right:3rem}.margin-right-7x{margin-right:3.5rem}@media(min-width:0)and (max-width:700px){.margin-1x{margin:.25rem}.margin-2x{margin:.5rem}.margin-3x{margin:.75rem}.margin-4x{margin:1rem}.margin-5x{margin:1.25rem}.margin-6x{margin:1.5rem}.margin-7x{margin:1.75rem}.margin-bottom-1x{margin-bottom:.25rem}.margin-bottom-2x{margin-bottom:.5rem}.margin-bottom-3x{margin-bottom:.75rem}.margin-bottom-4x{margin-bottom:1rem}.margin-bottom-5x{margin-bottom:1.25rem}.margin-bottom-6x{margin-bottom:1.5rem}.margin-bottom-7x{margin-bottom:1.75rem}.margin-top-1x{margin-top:.25rem}.margin-top-2x{margin-top:.5rem}.margin-top-3x{margin-top:.75rem}.margin-top-4x{margin-top:1rem}.margin-top-5x{margin-top:1.25rem}.margin-top-6x{margin-top:1.5rem}.margin-top-7x{margin-top:1.75rem}.margin-left-1x{margin-left:.25rem}.margin-left-2x{margin-left:.5rem}.margin-left-3x{margin-left:.75rem}.margin-left-4x{margin-left:1rem}.margin-left-5x{margin-left:1.25rem}.margin-left-6x{margin-left:1.5rem}.margin-left-7x{margin-left:1.75rem}.margin-right-1x{margin-right:.25rem}.margin-right-2x{margin-right:.5rem}.margin-right-3x{margin-right:.75rem}.margin-right-4x{margin-right:1rem}.margin-right-5x{margin-right:1.25rem}.margin-right-6x{margin-right:1.5rem}.margin-right-7x{margin-right:1.75rem}}.padding-1x{padding:.5rem}.padding-2x{padding:1rem}.padding-3x{padding:1.5rem}.padding-4x{padding:2rem}.padding-5x{padding:2.5rem}.padding-6x{padding:3rem}.padding-7x{padding:3.5rem}.padding-bottom-1x{padding-bottom:.5rem}.padding-bottom-2x{padding-bottom:1rem}.padding-bottom-3x{padding-bottom:1.5rem}.padding-bottom-4x{padding-bottom:2rem}.padding-bottom-5x{padding-bottom:2.5rem}.padding-bottom-6x{padding-bottom:3rem}.padding-bottom-7x{padding-bottom:3.5rem}.padding-top-1x{padding-top:.5rem}.padding-top-2x{padding-top:1rem}.padding-top-3x{padding-top:1.5rem}.padding-top-4x{padding-top:2rem}.padding-top-5x{padding-top:2.5rem}.padding-top-6x{padding-top:3rem}.padding-top-7x{padding-top:3.5rem}.padding-left-1x{padding-left:.5rem}.padding-left-2x{padding-left:1rem}.padding-left-3x{padding-left:1.5rem}.padding-left-4x{padding-left:2rem}.padding-left-5x{padding-left:2.5rem}.padding-left-6x{padding-left:3rem}.padding-left-7x{padding-left:3.5rem}.padding-right-1x{padding-right:.5rem}.padding-right-2x{padding-right:1rem}.padding-right-3x{padding-right:1.5rem}.padding-right-4x{padding-right:2rem}.padding-right-5x{padding-right:2.5rem}.padding-right-6x{padding-right:3rem}.padding-right-7x{padding-right:3.5rem}@media(min-width:0)and (max-width:700px){.padding-1x{padding:.25rem}.padding-2x{padding:.5rem}.padding-3x{padding:.75rem}.padding-4x{padding:1rem}.padding-5x{padding:1.25rem}.padding-6x{padding:1.5rem}.padding-7x{padding:1.75rem}.padding-bottom-1x{padding-bottom:.25rem}.padding-bottom-2x{padding-bottom:.5rem}.padding-bottom-3x{padding-bottom:.75rem}.padding-bottom-4x{padding-bottom:1rem}.padding-bottom-5x{padding-bottom:1.25rem}.padding-bottom-6x{padding-bottom:1.5rem}.padding-bottom-7x{padding-bottom:1.75rem}.padding-top-1x{padding-top:.25rem}.padding-top-2x{padding-top:.5rem}.padding-top-3x{padding-top:.75rem}.padding-top-4x{padding-top:1rem}.padding-top-5x{padding-top:1.25rem}.padding-top-6x{padding-top:1.5rem}.padding-top-7x{padding-top:1.75rem}.padding-left-1x{padding-left:.25rem}.padding-left-2x{padding-left:.5rem}.padding-left-3x{padding-left:.75rem}.padding-left-4x{padding-left:1rem}.padding-left-5x{padding-left:1.25rem}.padding-left-6x{padding-left:1.5rem}.padding-left-7x{padding-left:1.75rem}.padding-right-1x{padding-right:.25rem}.padding-right-2x{padding-right:.5rem}.padding-right-3x{padding-right:.75rem}.padding-right-4x{padding-right:1rem}.padding-right-5x{padding-right:1.25rem}.padding-right-6x{padding-right:1.5rem}.padding-right-7x{padding-right:1.75rem}}@font-face{font-family:iransans;src:url("/blog/_next/static/media/IRANSansWeb(FaNum).3c8fe9e4.eot");src:url("/blog/_next/static/media/IRANSansWeb(FaNum).3c8fe9e4.eot") format("embedded-opentype"),url("/blog/_next/static/media/IRANSansWeb(FaNum).a1644463.woff") format("woff"),url("/blog/_next/static/media/IRANSansWeb(FaNum).db36d064.woff2") format("woff2"),url("/blog/_next/static/media/IRANSansWeb(FaNum).a56fbd99.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:iransans;src:url("/blog/_next/static/media/IRANSansWeb(FaNum)_Light.1d71b388.eot");src:url("/blog/_next/static/media/IRANSansWeb(FaNum)_Light.1d71b388.eot") format("embedded-opentype"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Light.921c84ad.woff") format("woff"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Light.f0629f66.woff2") format("woff2"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Light.55a30297.ttf") format("truetype");font-weight:200;font-style:normal}@font-face{font-family:iransans;src:url("/blog/_next/static/media/IRANSansWeb(FaNum)_Light.1d71b388.eot");src:url("/blog/_next/static/media/IRANSansWeb(FaNum)_Light.1d71b388.eot") format("embedded-opentype"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Light.921c84ad.woff") format("woff"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Light.f0629f66.woff2") format("woff2"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Light.55a30297.ttf") format("truetype");font-weight:400;font-style:normal}@font-face{font-family:iransans;src:url("/blog/_next/static/media/IRANSansWeb(FaNum)_Medium.037a0c7b.eot");src:url("/blog/_next/static/media/IRANSansWeb(FaNum)_Medium.037a0c7b.eot") format("embedded-opentype"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Medium.ffbe689c.woff") format("woff"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Medium.bea7ea6c.woff2") format("woff2"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Medium.7ca2db4e.ttf") format("truetype");font-weight:600;font-style:normal}@font-face{font-family:iransans;src:url("/blog/_next/static/media/IRANSansWeb(FaNum)_Medium.037a0c7b.eot");src:url("/blog/_next/static/media/IRANSansWeb(FaNum)_Medium.037a0c7b.eot") format("embedded-opentype"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Medium.ffbe689c.woff") format("woff"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Medium.bea7ea6c.woff2") format("woff2"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Medium.7ca2db4e.ttf") format("truetype");font-weight:700;font-style:normal}@font-face{font-family:iransans;src:url("/blog/_next/static/media/IRANSansWeb(FaNum)_Bold.bc9d0506.eot");src:url("/blog/_next/static/media/IRANSansWeb(FaNum)_Bold.bc9d0506.eot") format("embedded-opentype"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Bold.75569fd1.woff") format("woff"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Bold.873e7d7a.woff2") format("woff2"),url("/blog/_next/static/media/IRANSansWeb(FaNum)_Bold.2a9116aa.ttf") format("truetype");font-weight:800;font-style:normal}@font-face{font-family:anjoman;src:url(/blog/_next/static/media/AnjomanMaxFN-Light.b78bbc52.eot);src:url(/blog/_next/static/media/AnjomanMaxFN-Light.b78bbc52.eot) format("embedded-opentype"),url(/blog/_next/static/media/AnjomanMaxFN-Light.315a1837.woff) format("woff"),url(/blog/_next/static/media/AnjomanMaxFN-Light.9d84d1d4.woff2) format("woff2"),url(/blog/_next/static/media/AnjomanMaxFN-Light.452660dd.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:anjoman;src:url(/blog/_next/static/media/AnjomanMaxFN-Regular.faee36d1.eot);src:url(/blog/_next/static/media/AnjomanMaxFN-Regular.faee36d1.eot) format("embedded-opentype"),url(/blog/_next/static/media/AnjomanMaxFN-Regular.035554e9.woff) format("woff"),url(/blog/_next/static/media/AnjomanMaxFN-Regular.c7b9c7dd.woff2) format("woff2"),url(/blog/_next/static/media/AnjomanMaxFN-Regular.ec44e7ff.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:anjoman;src:url(/blog/_next/static/media/AnjomanMaxFN-SemiBold.93e0e6f3.eot);src:url(/blog/_next/static/media/AnjomanMaxFN-SemiBold.93e0e6f3.eot) format("embedded-opentype"),url(/blog/_next/static/media/AnjomanMaxFN-SemiBold.d4e12454.woff) format("woff"),url(/blog/_next/static/media/AnjomanMaxFN-SemiBold.5a7968f8.woff2) format("woff2"),url(/blog/_next/static/media/AnjomanMaxFN-SemiBold.29e5f0a3.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:anjoman;src:url(/blog/_next/static/media/AnjomanMaxFN-Bold.526f5081.eot);src:url(/blog/_next/static/media/AnjomanMaxFN-Bold.526f5081.eot) format("embedded-opentype"),url(/blog/_next/static/media/AnjomanMaxFN-Bold.3c911c17.woff) format("woff"),url(/blog/_next/static/media/AnjomanMaxFN-Bold.0b18d740.woff2) format("woff2"),url(/blog/_next/static/media/AnjomanMaxFN-Bold.adf8df8b.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:anjoman;src:url(/blog/_next/static/media/AnjomanMaxFN-ExBold.a049643d.eot);src:url(/blog/_next/static/media/AnjomanMaxFN-ExBold.a049643d.eot) format("embedded-opentype"),url(/blog/_next/static/media/AnjomanMaxFN-ExBold.7c61555e.woff) format("woff"),url(/blog/_next/static/media/AnjomanMaxFN-ExBold.1fc3a3b3.woff2) format("woff2"),url(/blog/_next/static/media/AnjomanMaxFN-ExBold.cfb44d06.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:yekanbakh;src:url(/blog/_next/static/media/YekanBakh-Light.d293f289.eot);src:url(/blog/_next/static/media/YekanBakh-Light.d293f289.eot) format("embedded-opentype"),url(/blog/_next/static/media/YekanBakh-Light.b0cadab8.woff) format("woff"),url(/blog/_next/static/media/YekanBakh-Light.a3616e4f.woff2) format("woff2"),url(/blog/_next/static/media/YekanBakh-Light.1955b1c9.ttf) format("truetype");font-weight:200;font-style:normal}@font-face{font-family:yekanbakh;src:url(/blog/_next/static/media/YekanBakh-Regular.6ba6bc1b.eot);src:url(/blog/_next/static/media/YekanBakh-Regular.6ba6bc1b.eot) format("embedded-opentype"),url(/blog/_next/static/media/YekanBakh-Regular.83d9d513.woff) format("woff"),url(/blog/_next/static/media/YekanBakh-Regular.4fa09be0.woff2) format("woff2"),url(/blog/_next/static/media/YekanBakh-Regular.8bb48e0f.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:yekanbakh;src:url(/blog/_next/static/media/YekanBakh-Medium.e661ea27.eot);src:url(/blog/_next/static/media/YekanBakh-Medium.e661ea27.eot) format("embedded-opentype"),url(/blog/_next/static/media/YekanBakh-Medium.5f8a5522.woff) format("woff"),url(/blog/_next/static/media/YekanBakh-Medium.c4182344.woff2) format("woff2"),url(/blog/_next/static/media/YekanBakh-Medium.df806482.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:yekanbakh;src:url(/blog/_next/static/media/YekanBakh-Bold.e7212679.eot);src:url(/blog/_next/static/media/YekanBakh-Bold.e7212679.eot) format("embedded-opentype"),url(/blog/_next/static/media/YekanBakh-Bold.a3f6cc3c.woff) format("woff"),url(/blog/_next/static/media/YekanBakh-Bold.2971b89b.woff2) format("woff2"),url(/blog/_next/static/media/YekanBakh-Bold.d017b8ff.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:yekanbakh;src:url(/blog/_next/static/media/YekanBakh-Heavy.14ab9ca8.eot);src:url(/blog/_next/static/media/YekanBakh-Heavy.14ab9ca8.eot) format("embedded-opentype"),url(/blog/_next/static/media/YekanBakh-Heavy.3053f9f9.woff) format("woff"),url(/blog/_next/static/media/YekanBakh-Heavy.4c23dc74.woff2) format("woff2"),url(/blog/_next/static/media/YekanBakh-Heavy.d1a729cb.ttf) format("truetype");font-weight:800;font-style:normal}.theme-light *{color:#3f4064}.theme-dark *,.theme-light *{font-family:yekanbakh;font-weight:500}.theme-dark *{color:#f1f2f4}.theme-light-hyper *{font-family:iransans;color:#3f4064;font-weight:500}.title{font-size:16.9px;font-weight:700!important}@media(min-width:0)and (max-width:700px){.title{font-size:15.6px}}@media(min-width:700px)and (max-width:992px){.title{font-size:15.6px}}.theme-light .label-item{font-size:14.3px;font-weight:400}@media(min-width:0)and (max-width:700px){.theme-light .label-item{font-size:13.2px}}@media(min-width:700px)and (max-width:992px){.theme-light .label-item{font-size:13.2px}}.theme-dark .label-item{font-size:14.3px;font-weight:400}@media(min-width:0)and (max-width:700px){.theme-dark .label-item{font-size:13.2px}}@media(min-width:700px)and (max-width:992px){.theme-dark .label-item{font-size:13.2px}}.theme-light-hyper .label-item{font-size:14.3px;font-weight:400}@media(min-width:0)and (max-width:700px){.theme-light-hyper .label-item{font-size:13.2px}}@media(min-width:700px)and (max-width:992px){.theme-light-hyper .label-item{font-size:13.2px}}.f-8{font-size:8px!important}.f-10{font-size:10px!important}.f-11{font-size:11px!important}.f-12{font-size:12px!important}.f-13{font-size:13px!important}.f-14{font-size:14px!important}.f-15{font-size:15px!important}.f-16{font-size:16px!important}.f-17{font-size:17px!important}.f-18{font-size:18px!important}.f-19{font-size:19px!important}.f-20{font-size:20px!important}.f-21{font-size:21px!important}.f-22{font-size:22px!important}.f-23{font-size:23px!important}.f-24{font-size:24px!important}.f-25{font-size:25px!important}.f-26{font-size:26px!important}.Toastify__toast-body div{color:#fff;font-size:14.3px}@media(min-width:0)and (max-width:700px){.Toastify__toast-body div{font-size:13.2px}}@media(min-width:700px)and (max-width:992px){.Toastify__toast-body div{font-size:13.2px}}.Toastify__close-button--dark svg{fill:#fff}.max-line-1{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-height:2.5rem;max-height:3rem;min-height:2.5rem}.disselect-text{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.text-limit-1{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:1;line-height:1.5rem;max-height:2rem;min-height:1.5rem}.header{position:relative;z-index:10!important}.header .main-menu-container{justify-content:flex-start}.header .main-menu li::marker{display:none;content:""}.theme-light .header .main-menu .nav-link:hover *{color:#dbab02}.theme-dark .header .main-menu .nav-link:hover *{color:#fdc913}.theme-light-hyper .header .main-menu .nav-link:hover *{color:#f15e2a}.theme-light .header .icon-button:hover *{color:#dbab02}.theme-dark .header .icon-button:hover *{color:#fdc913}.theme-light-hyper .header .icon-button:hover *{color:#f15e2a}.post-box-item{cursor:default}.post-box-item__image{background-size:cover!important;background-position:50%!important;filter:grayscale(.1)}.post-box-item__overlay{position:absolute;width:100%;height:100%;top:0;right:0;transition:all .3s ease}.theme-light .post-box-item__overlay{background-color:#fff;opacity:0}.theme-dark .post-box-item__overlay{background-color:#222;opacity:0}.theme-light-hyper .post-box-item__overlay{background-color:#fff;opacity:0}.post-box-item:hover.bg-transparent .post-box-item__overlay{opacity:.5}.post-box-item:hover .post-box-item__text__section{transition:all .4s ease;top:50%}.post-box-item:hover .post-box-item__text__section.bg-transparent{top:70%}.post-box-item__text__section{top:75%;border-top-left-radius:8px;border-top-right-radius:8px;padding:10px;height:50%;transition:all .4s ease}.theme-light .post-box-item__text__section:not(.bg-transparent){background-color:#fff}.theme-dark .post-box-item__text__section:not(.bg-transparent){background-color:#222}.theme-light-hyper .post-box-item__text__section:not(.bg-transparent){background-color:#fff}.post-box-item__text__section.bg-transparent{top:100%;height:30%;overflow:hidden}.post-box-item__text__link{text-decoration:none}.post-box-item__text__title{-webkit-line-clamp:1;max-height:2rem;min-height:1.5rem}.post-box-item__text__description,.post-box-item__text__title{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;line-height:1.5rem}.post-box-item__text__description{font-size:11.7px;text-align:justify;-webkit-line-clamp:4;max-height:6.5rem;min-height:6rem}@media(min-width:0)and (max-width:700px){.post-box-item__text__description{font-size:10.8px}}@media(min-width:700px)and (max-width:992px){.post-box-item__text__description{font-size:10.8px}}.post-box-visible-text{border-radius:16px;padding:10px}.theme-light .post-box-visible-text{background-color:#fff;border:1px solid #e0e0e6}.theme-dark .post-box-visible-text,.theme-light .post-box-visible-text{-ms-box-shadow:0 .13rem .3rem 0 rgba(0,0,0,.07);-o-box-shadow:0 .13rem .3rem 0 rgba(0,0,0,.07);box-shadow:0 .13rem .3rem 0 rgba(0,0,0,.07)}.theme-dark .post-box-visible-text{background-color:#222;border:1px solid #555}.theme-light-hyper .post-box-visible-text{background-color:#fff;-ms-box-shadow:0 .13rem .3rem 0 rgba(0,0,0,.07);-o-box-shadow:0 .13rem .3rem 0 rgba(0,0,0,.07);box-shadow:0 .13rem .3rem 0 rgba(0,0,0,.07);border:1px solid #e2e8f0}.post-box-visible-text__text-description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:4;line-height:1rem;max-height:4.5rem;min-height:4rem;font-size:11.7px;text-align:justify}@media(min-width:0)and (max-width:700px){.post-box-visible-text__text-description{font-size:10.8px}}@media(min-width:700px)and (max-width:992px){.post-box-visible-text__text-description{font-size:10.8px}}.post-box-visible-text__text-title{text-decoration:none}.post-box-visible-text__image-container{border-radius:16px;background-position:50%!important;background-size:cover!important;background-repeat:no-repeat;position:relative;overflow:hidden;cursor:pointer}.post-box-visible-text__image-container:hover .post-box-visible-text__image-container__overlay{transition:all .3s ease;opacity:.2;scale:1}.post-box-visible-text__image-container__overlay{position:absolute;width:100%;height:100%;scale:1.5;opacity:0}.theme-light .post-box-visible-text__image-container__overlay{background-color:#fff}.theme-dark .post-box-visible-text__image-container__overlay{background-color:#222}.theme-light-hyper .post-box-visible-text__image-container__overlay{background-color:#fff}.post-item-small-tumbnail{width:100%;padding:5px;border-radius:8px;margin:5px 0}.theme-light .post-item-small-tumbnail{background-color:#fff}.theme-dark .post-item-small-tumbnail{background-color:#222}.theme-light-hyper .post-item-small-tumbnail{background-color:#fff}.post-item-small-tumbnail:first-child{margin-top:0!important}.post-item-small-tumbnail__image{border-radius:3px;background-position:50%!important;background-size:cover!important;cursor:pointer}.post-item-small-tumbnail__image__overlay{position:absolute;width:100%;height:100%;top:0;right:0;transition:all .3s ease}.theme-light .post-item-small-tumbnail__image__overlay{background-color:#fff;opacity:0}.theme-dark .post-item-small-tumbnail__image__overlay{background-color:#222;opacity:0}.theme-light-hyper .post-item-small-tumbnail__image__overlay{background-color:#fff;opacity:0}.post-item-small-tumbnail__image:hover .post-item-small-tumbnail__image__overlay{opacity:.2}.post-item-small-tumbnail__content__title__container{text-decoration:none;font-size:13px}@media(min-width:0)and (max-width:700px){.post-item-small-tumbnail__content__title__container{font-size:12px}}@media(min-width:700px)and (max-width:992px){.post-item-small-tumbnail__content__title__container{font-size:12px}}.post-item-small-tumbnail__content__title__container__title{font-weight:650!important}.post-item-small-tumbnail__content__description{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:9;line-height:2rem;max-height:18.5rem;min-height:18rem;margin-bottom:0}.section-title{position:relative;width:100%;padding:10px 0;display:flex;overflow:hidden}.section-title:before{content:"";position:absolute;width:100%;right:0;height:2px;top:calc(50% - 5px)}.theme-light .section-title:before{background-color:#3f4064}.theme-dark .section-title:before{background-color:#f1f2f4}.theme-light-hyper .section-title:before{background-color:#3f4064}.section-title .title{z-index:2}.theme-light .section-title .title{padding-left:15px;background-color:#f1f2f4!important;font-size:19.5px}@media(min-width:0)and (max-width:700px){.theme-light .section-title .title{font-size:18px}}@media(min-width:700px)and (max-width:992px){.theme-light .section-title .title{font-size:18px}}.theme-dark .section-title .title{padding-left:15px;background-color:rgba(5,5,5,.822)!important;font-size:19.5px}@media(min-width:0)and (max-width:700px){.theme-dark .section-title .title{font-size:18px}}@media(min-width:700px)and (max-width:992px){.theme-dark .section-title .title{font-size:18px}}.theme-light-hyper .section-title .title{padding-left:15px;background-color:#f8fafc!important;font-size:19.5px}@media(min-width:0)and (max-width:700px){.theme-light-hyper .section-title .title{font-size:18px}}@media(min-width:700px)and (max-width:992px){.theme-light-hyper .section-title .title{font-size:18px}}.bgoverlay{position:absolute;width:100%;height:100%;z-index:2;top:0;right:0;background-color:#000;opacity:.5}.image-section{flex-direction:column;row-gap:1rem}.container{max-width:98%!important}@media(min-width:0)and (max-width:700px){.container{max-width:100%!important}}@media(min-width:700px)and (max-width:992px){.container{max-width:98%!important}}@media(min-width:1700px){.container{max-width:1676px!important}}html.overflow-hidden body{padding-right:8px!important}@media(min-width:0)and (max-width:700px){html.overflow-hidden body{padding-right:0!important}}body.overflow-hidden{padding-right:8px!important}@media(min-width:0)and (max-width:700px){body.overflow-hidden{padding-right:0!important}}body{overflow-x:hidden!important;overflow-y:auto}.grid-row{display:flex;flex-wrap:wrap;padding:.5rem}.mobile-only{display:none}@media(min-width:0)and (max-width:700px){.mobile-only{display:block}}@media(min-width:700px)and (max-width:992px){.mobile-only{display:block}}@media(min-width:0)and (max-width:700px){.desktop-only{display:none!important}}@media(min-width:700px)and (max-width:992px){.desktop-only{display:none!important}}.font-size-10{font-size:15.6px}@media(min-width:0)and (max-width:700px){.font-size-10{font-size:14.4px}}@media(min-width:700px)and (max-width:992px){.font-size-10{font-size:14.4px}}.font-size-9{font-size:11.7px}@media(min-width:0)and (max-width:700px){.font-size-9{font-size:10.8px}}@media(min-width:700px)and (max-width:992px){.font-size-9{font-size:10.8px}}.text-left{text-align:left}.text-right{text-align:right}.theme-light .off-badge{background-color:#d32f2f;color:#fff;width:25px;height:20px;border-radius:8px;display:flex;justify-content:center;align-items:center;font-size:11.7px;font-weight:400!important}@media(min-width:0)and (max-width:700px){.theme-light .off-badge{font-size:10.8px}}@media(min-width:700px)and (max-width:992px){.theme-light .off-badge{font-size:10.8px}}.theme-dark .off-badge{background-color:#d32f2f;color:#fff;width:25px;height:20px;border-radius:8px;display:flex;justify-content:center;align-items:center;font-size:11.7px;font-weight:400!important}@media(min-width:0)and (max-width:700px){.theme-dark .off-badge{font-size:10.8px}}@media(min-width:700px)and (max-width:992px){.theme-dark .off-badge{font-size:10.8px}}.theme-light-hyper .off-badge{background-color:#d32f2f;color:#fff;width:25px;height:20px;border-radius:8px;display:flex;justify-content:center;align-items:center;font-size:11.7px;font-weight:400!important}@media(min-width:0)and (max-width:700px){.theme-light-hyper .off-badge{font-size:10.8px}}@media(min-width:700px)and (max-width:992px){.theme-light-hyper .off-badge{font-size:10.8px}}.btn-colored{line-height:2rem;font-size:14.3px;transition:all .3s ease}@media(min-width:0)and (max-width:700px){.btn-colored{font-size:13.2px}}@media(min-width:700px)and (max-width:992px){.btn-colored{font-size:13.2px}}.theme-light .btn-colored{background-color:#dbab02}.theme-dark .btn-colored,.theme-light .btn-colored{color:#fff;border-radius:8px;width:100%;display:flex;justify-content:center;align-items:center;gap:.5rem}.theme-dark .btn-colored{background-color:#fdc913}.theme-light-hyper .btn-colored{background-color:#f15e2a;color:#fff;border-radius:8px;width:100%;display:flex;justify-content:center;align-items:center;gap:.5rem}.btn-colored i{margin-top:.1rem}.theme-dark .btn-colored i,.theme-light .btn-colored i,.theme-light-hyper .btn-colored i{color:#fff}.btn-colored:hover{;-ms-box-shadow:0 .13rem .3rem 0 rgba(0,0,0,.07);-o-box-shadow:0 .13rem .3rem 0 rgba(0,0,0,.07);box-shadow:0 .13rem .3rem 0 rgba(0,0,0,.07)}.theme-light .btn-colored:hover{background-color:#a98301}.theme-dark .btn-colored:hover{background-color:#c29702}.theme-light-hyper .btn-colored:hover{background-color:#aa350b}.theme-light .btn-default-outline{color:#dbab02;border:1px solid #dbab02;font-size:16.9px}@media(min-width:0)and (max-width:700px){.theme-light .btn-default-outline{font-size:15.6px}}@media(min-width:700px)and (max-width:992px){.theme-light .btn-default-outline{font-size:15.6px}}@media(min-width:0)and (max-width:700px){.theme-light .btn-default-outline{font-size:19.5px}}@media(min-width:0)and (max-width:700px)and (min-width:0)and (max-width:700px){.theme-light .btn-default-outline{font-size:18px}}@media(min-width:0)and (max-width:700px)and (min-width:700px)and (max-width:992px){.theme-light .btn-default-outline{font-size:18px}}.theme-light .btn-default-outline i{color:#dbab02}.theme-light .btn-default-outline:hover{transition:all .3s ease;border-color:#a98301;color:#a98301}.theme-light .btn-default-outline:hover i{color:#a98301}.theme-dark .btn-default-outline{color:#fdc913;border:1px solid #fdc913;font-size:16.9px}@media(min-width:0)and (max-width:700px){.theme-dark .btn-default-outline{font-size:15.6px}}@media(min-width:700px)and (max-width:992px){.theme-dark .btn-default-outline{font-size:15.6px}}@media(min-width:0)and (max-width:700px){.theme-dark .btn-default-outline{font-size:19.5px}}@media(min-width:0)and (max-width:700px)and (min-width:0)and (max-width:700px){.theme-dark .btn-default-outline{font-size:18px}}@media(min-width:0)and (max-width:700px)and (min-width:700px)and (max-width:992px){.theme-dark .btn-default-outline{font-size:18px}}.theme-dark .btn-default-outline i{color:#fdc913}.theme-dark .btn-default-outline:hover{transition:all .3s ease;border-color:#dbab02;color:#dbab02}.theme-dark .btn-default-outline:hover i{color:#dbab02}.theme-light-hyper .btn-default-outline{color:#f15e2a;border:1px solid #f15e2a;font-size:16.9px}@media(min-width:0)and (max-width:700px){.theme-light-hyper .btn-default-outline{font-size:15.6px}}@media(min-width:700px)and (max-width:992px){.theme-light-hyper .btn-default-outline{font-size:15.6px}}@media(min-width:0)and (max-width:700px){.theme-light-hyper .btn-default-outline{font-size:19.5px}}@media(min-width:0)and (max-width:700px)and (min-width:0)and (max-width:700px){.theme-light-hyper .btn-default-outline{font-size:18px}}@media(min-width:0)and (max-width:700px)and (min-width:700px)and (max-width:992px){.theme-light-hyper .btn-default-outline{font-size:18px}}.theme-light-hyper .btn-default-outline i{color:#f15e2a}.theme-light-hyper .btn-default-outline:hover{transition:all .3s ease;border-color:#da430e;color:#da430e}.theme-light-hyper .btn-default-outline:hover i{color:#da430e}.iframe-container{min-height:100vh;padding:0!important;overflow:hidden!important}.theme-light .iframe-container{width:100%;background-color:#fff}.theme-dark .iframe-container{width:100%;background-color:#222}.theme-light-hyper .iframe-container{width:100%;background-color:#fff}section.desktop-widgets{margin:1rem 0}.theme-light .iframe-pages-content{background-color:#fff}.theme-dark .iframe-pages-content{background-color:#222}.theme-light-hyper .iframe-pages-content{background-color:#fff}.theme-light .bg-main{background-color:#fff!important}.theme-dark .bg-main{background-color:#222!important}.theme-light-hyper .bg-main{background-color:#fff!important}.shadow-top-sm{;-ms-box-shadow:0 -.13rem .3rem 0 rgba(0,0,0,.07);-o-box-shadow:0 -.13rem .3rem 0 rgba(0,0,0,.07);box-shadow:0 -.13rem .3rem 0 rgba(0,0,0,.07)}.f-14{font-size:18.2px}@media(min-width:0)and (max-width:700px){.f-14{font-size:16.8px}}@media(min-width:700px)and (max-width:992px){.f-14{font-size:16.8px}}.badge.f-14{font-size:12px!important;padding:.25rem}.f-13{font-size:13px}.badge-buy{position:relative;border:none!important}.badge-buy *{font-size:15.6px}@media(min-width:0)and (max-width:700px){.badge-buy *{font-size:14.4px}}@media(min-width:700px)and (max-width:992px){.badge-buy *{font-size:14.4px}}.badge-buy:after{content:"";width:5px;height:5px;position:absolute;top:-4px;right:-3px;border-radius:50%;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.theme-dark .badge-buy:after,.theme-light .badge-buy:after,.theme-light-hyper .badge-buy:after{background-color:#f9a825}.colered-circle{width:15px;height:15px;border-radius:50%}.size-circle{vertical-align:middle;text-align:center;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}@keyframes blure{0%{scale:2.5;opacity:1}80%{scale:1;opacity:.8}95%{scale:2.5;opacity:.4}to{scale:3;opacity:.2}}.theme-dark .bi.bi-heart-fill.color-danger,.theme-light .bi.bi-heart-fill.color-danger,.theme-light-hyper .bi.bi-heart-fill.color-danger{color:#d32f2f}#favoriteButton{cursor:pointer}#favoriteButton i{transition:all .3s ease}.theme-light .bg-secondary{background-color:#f1f2f4!important}.theme-dark .bg-secondary{background-color:rgba(5,5,5,.822)!important}.theme-light-hyper .bg-secondary{background-color:#f8fafc!important}body.overfolow-hidden{overflow:hidden!important}.pr-0{padding-right:0!important}.pl-0{padding-left:0!important}.theme-dark .react-tooltip,.theme-light .react-tooltip,.theme-light-hyper .react-tooltip{z-index:99999999!important}.theme-dark .duration-5,.theme-light .duration-5,.theme-light-hyper .duration-5{animation-duration:5s!important}.cursor-pointer{cursor:pointer!important}.top-50px{top:50px!important}.top-60px{top:60px!important}.top-70px{top:70px!important}.backdrop-blur{background-color:hsla(0,0%,100%,.4);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}.city-list{padding:10px}.city-list .list-item{padding:10px;cursor:pointer!important;transition:all .3s ease;border-radius:8px}.city-list .list-item::marker{content:"";display:none}.city-list .list-item.active,.city-list .list-item:hover{transition:all .3s ease}.theme-light .city-list .list-item.active,.theme-light .city-list .list-item:hover{background-color:#fff}.theme-light .city-list .list-item.active *,.theme-light .city-list .list-item:hover *{color:#fff}.theme-dark .city-list .list-item.active,.theme-dark .city-list .list-item:hover{background-color:#fff}.theme-dark .city-list .list-item.active *,.theme-dark .city-list .list-item:hover *{color:#222}.theme-light-hyper .city-list .list-item.active,.theme-light-hyper .city-list .list-item:hover{background-color:#fff}.theme-light-hyper .city-list .list-item.active *,.theme-light-hyper .city-list .list-item:hover *{color:#fff}.css-1m8qzkt{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;top:0!important;right:0!important}.theme-dark .css-1m8qzkt,.theme-light .css-1m8qzkt,.theme-light-hyper .css-1m8qzkt{position:fixed;z-index:10000000000000000;background-color:rgba(0,0,9,.349)}.min-height-50{min-height:50px!important}.bi.bi-star-half{transform:rotateY(180deg)!important}.text-limit-2{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;line-height:1.5rem;max-height:3.5rem;min-height:3rem}.h-50px{height:50px}@media(min-width:0)and (max-width:700px){.border-sm-none{border:none!important}}.swiper-button-next,.swiper-button-prev{width:40px!important;height:40px!important;border-radius:100%;top:50%}.theme-light .swiper-button-next,.theme-light .swiper-button-prev{background-color:#fff;border:1px solid #e0e0e6;color:#dbab02}.theme-dark .swiper-button-next,.theme-dark .swiper-button-prev{background-color:#222;border:1px solid #555;color:#fdc913}.theme-light-hyper .swiper-button-next,.theme-light-hyper .swiper-button-prev{background-color:#fff;border:1px solid #e2e8f0;color:#f15e2a}.swiper-button-next:after,.swiper-button-prev:after{font-size:14px!important;font-weight:550}.swiper-button-next{left:0!important}.swiper-button-prev{right:0!important}.theme-light .alert-dark{background-color:#b8bdc7;border-color:#fff;color:#fff}.theme-dark .alert-dark{background-color:rgba(0,0,0,.822);border-color:hsla(0,0%,42%,.822);color:hsla(0,0%,52%,.822)}.theme-light-hyper .alert-dark{background-color:#b1c7dd;border-color:#fff;color:#fff}.swiper-button-disabled{display:none!important}.theme-light .bg-light{background-color:#f1f2f4!important}.theme-dark .bg-light{background-color:rgba(5,5,5,.822)!important}.theme-light-hyper .bg-light{background-color:#f8fafc!important}.theme-light .border{border-color:#e0e0e6!important}.theme-dark .border{border-color:#555!important}.theme-light-hyper .border{border-color:#e2e8f0!important}.border-x-0{border-left:0!important;border-right:0!important}.shine-wrapper{margin:30px;padding:30px;background:#fff;width:360px;height:640px;display:flex;flex-direction:column}.shine-wrapper-cell{display:flex;margin-bottom:30px}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes placeHolderShimmerToTop{0%{background-position:0 -900px}to{background-position:0 600px}}.animated-background-to-top{animation-duration:4.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmerToTop;animation-timing-function:linear;background-size:cover;position:relative}.theme-light .animated-background-to-top{background:#fff;background-image:-webkit-linear-gradient(left,#fff,#e8eaed 20%,#e8eaed 40%,#e8eaed)}.theme-dark .animated-background-to-top{background:#222;background-image:-webkit-linear-gradient(left,#222,rgba(0,0,0,.822) 20%,rgba(0,0,0,.822) 40%,rgba(0,0,0,.822))}.theme-light-hyper .animated-background-to-top{background:#fff;background-image:-webkit-linear-gradient(left,#fff,#edf2f7 20%,#edf2f7 40%,#edf2f7)}.animated-background{animation-duration:2.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background-size:cover;position:relative}.theme-light .animated-background{background:#fff;background-image:-webkit-linear-gradient(left,#fff,#e8eaed 20%,#e8eaed 40%,#e8eaed)}.theme-dark .animated-background{background:#222;background-image:-webkit-linear-gradient(left,#222,rgba(0,0,0,.822) 20%,rgba(0,0,0,.822) 40%,rgba(0,0,0,.822))}.theme-light-hyper .animated-background{background:#fff;background-image:-webkit-linear-gradient(left,#fff,#edf2f7 20%,#edf2f7 40%,#edf2f7)}.shine-image{height:260px;width:100%;animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background-size:800px 104px;position:relative}.theme-light .shine-image{background:#fff;background-image:-webkit-linear-gradient(left,#fff,#e8eaed 20%,#e8eaed 40%,#e8eaed)}.theme-dark .shine-image{background:#222;background-image:-webkit-linear-gradient(left,#222,rgba(0,0,0,.822) 20%,rgba(0,0,0,.822) 40%,rgba(0,0,0,.822))}.theme-light-hyper .shine-image{background:#fff;background-image:-webkit-linear-gradient(left,#fff,#edf2f7 20%,#edf2f7 40%,#edf2f7)}@media only screen and (max-width:700px){.shine-image{height:100px}}.shine-text{display:flex;align-items:center;justify-content:center;flex-wrap:wrap}.shine-text-line{height:15px;width:220px;margin:4px 0;flex:0 0 90%;animation-duration:1.25s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background-size:800px 104px;position:relative}.theme-light .shine-text-line{background:#fff;background-image:-webkit-linear-gradient(left,#fff,#e8eaed 20%,#e8eaed 40%,#e8eaed)}.theme-dark .shine-text-line{background:#222;background-image:-webkit-linear-gradient(left,#222,rgba(0,0,0,.822) 20%,rgba(0,0,0,.822) 40%,rgba(0,0,0,.822))}.theme-light-hyper .shine-text-line{background:#fff;background-image:-webkit-linear-gradient(left,#fff,#edf2f7 20%,#edf2f7 40%,#edf2f7)}.shine-text-line.half{flex:0 0 50%}@media only screen and (max-width:600px){.shine-text-line{margin:1px 0}}[data-view=grid-list] .is-loading .product-single{display:flex;justify-content:center;width:100%;padding-top:10px;align-items:flex-start}[data-view=grid-list] .is-loading .product-single .product-box{width:30%;flex:0 1 30%}[data-view=grid-list] .is-loading .product-single .bottom-product-shine{padding-top:10px;width:70%!important;flex:0 1 70%}[data-view=grid-list] .is-loading .product-single .products-list-items{width:100%}[data-view=grid-list] .is-loading .product-single .products-list-items .flip-image-inner{width:100%;height:300px}.products-grid[data-view=grid-4] .products-item .product-single .flip-image-inner{min-height:200px}.box-loader{display:block;width:100%;animation-duration:3s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeHolderShimmer;animation-timing-function:linear;background-size:800px 104px;position:relative}.theme-light .box-loader{background:#fff;background-image:-webkit-linear-gradient(left,#fff,#e8eaed 20%,#e8eaed 40%,#e8eaed)}.theme-dark .box-loader{background:#222;background-image:-webkit-linear-gradient(left,#222,rgba(0,0,0,.822) 20%,rgba(0,0,0,.822) 40%,rgba(0,0,0,.822))}.theme-light-hyper .box-loader{background:#fff;background-image:-webkit-linear-gradient(left,#fff,#edf2f7 20%,#edf2f7 40%,#edf2f7)}.theme-light .box-loader.bg-reverse{background:#fff;background-image:-webkit-linear-gradient(left,#fff,#e8eaed 20%,#e8eaed 40%,#e8eaed)}.theme-dark .box-loader.bg-reverse{background:#222;background-image:-webkit-linear-gradient(left,#222,rgba(0,0,0,.822) 20%,rgba(0,0,0,.822) 40%,rgba(0,0,0,.822))}.theme-light-hyper .box-loader.bg-reverse{background:#fff;background-image:-webkit-linear-gradient(left,#fff,#edf2f7 20%,#edf2f7 40%,#edf2f7)}.pagination-base{width:100%;padding:.5rem;border-radius:8px}.theme-light .pagination-base{border:1px solid #e0e0e6}.theme-dark .pagination-base{border:1px solid #555}.theme-light-hyper .pagination-base{border:1px solid #e2e8f0}.pagination-base .pagination{display:flex;justify-content:center;align-items:center;padding:0;margin-bottom:0}.pagination-base .pagination .page-item{width:35px;height:35px;border-radius:100%!important;margin:0 .125rem;cursor:pointer;display:flex;justify-content:center;align-items:center}.theme-light .pagination-base .pagination .page-item{border:1px solid #e0e0e6}.theme-dark .pagination-base .pagination .page-item{border:1px solid #555}.theme-light-hyper .pagination-base .pagination .page-item{border:1px solid #e2e8f0}.theme-light .pagination-base .pagination .page-item.active .page-link,.theme-light .pagination-base .pagination .page-item:hover .page-link{background-color:#3f4064}.theme-dark .pagination-base .pagination .page-item.active .page-link,.theme-dark .pagination-base .pagination .page-item:hover .page-link{background-color:#c3c3ce}.theme-light-hyper .pagination-base .pagination .page-item.active .page-link,.theme-light-hyper .pagination-base .pagination .page-item:hover .page-link{background-color:#3f4064}.pagination-base .pagination .page-item .page-link{border:none;width:100%;height:100%;border-radius:100%!important;margin:0!important;padding:.5rem 0 0!important;text-align:center}.theme-light .pagination-base .pagination .page-item .page-link{font-size:13px}@media(min-width:0)and (max-width:700px){.theme-light .pagination-base .pagination .page-item .page-link{font-size:12px}}@media(min-width:700px)and (max-width:992px){.theme-light .pagination-base .pagination .page-item .page-link{font-size:12px}}.theme-dark .pagination-base .pagination .page-item .page-link{font-size:13px}@media(min-width:0)and (max-width:700px){.theme-dark .pagination-base .pagination .page-item .page-link{font-size:12px}}@media(min-width:700px)and (max-width:992px){.theme-dark .pagination-base .pagination .page-item .page-link{font-size:12px}}.theme-light-hyper .pagination-base .pagination .page-item .page-link{font-size:13px}@media(min-width:0)and (max-width:700px){.theme-light-hyper .pagination-base .pagination .page-item .page-link{font-size:12px}}@media(min-width:700px)and (max-width:992px){.theme-light-hyper .pagination-base .pagination .page-item .page-link{font-size:12px}}.pagination-base .pagination .page-item .page-link:focus,.pagination-base .pagination .page-item .page-link:focus-visible,.pagination-base .pagination .page-item .page-link:hover{transition:all .3s ease-in}.theme-light .pagination-base .pagination .page-item .page-link:focus,.theme-light .pagination-base .pagination .page-item .page-link:focus-visible,.theme-light .pagination-base .pagination .page-item .page-link:hover{color:#fff;border:none;outline:none;box-shadow:none;opacity:1}.theme-light .pagination-base .pagination .page-item .page-link:focus i,.theme-light .pagination-base .pagination .page-item .page-link:focus-visible i,.theme-light .pagination-base .pagination .page-item .page-link:hover i{color:#fff}.theme-dark .pagination-base .pagination .page-item .page-link:focus,.theme-dark .pagination-base .pagination .page-item .page-link:focus-visible,.theme-dark .pagination-base .pagination .page-item .page-link:hover{color:#222;border:none;outline:none;box-shadow:none;opacity:1}.theme-dark .pagination-base .pagination .page-item .page-link:focus i,.theme-dark .pagination-base .pagination .page-item .page-link:focus-visible i,.theme-dark .pagination-base .pagination .page-item .page-link:hover i{color:#222}.theme-light-hyper .pagination-base .pagination .page-item .page-link:focus,.theme-light-hyper .pagination-base .pagination .page-item .page-link:focus-visible,.theme-light-hyper .pagination-base .pagination .page-item .page-link:hover{color:#fff;border:none;outline:none;box-shadow:none;opacity:1}.theme-light-hyper .pagination-base .pagination .page-item .page-link:focus i,.theme-light-hyper .pagination-base .pagination .page-item .page-link:focus-visible i,.theme-light-hyper .pagination-base .pagination .page-item .page-link:hover i{color:#fff}.pagination-base .pagination .page-item.disable{cursor:not-allowed;opacity:.5}.theme-light .form-control.search-input{border-bottom:1px solid #ccc!important;border-top:1px solid #ccc!important;border-radius:0;border-left:none!important;border-right:1px solid #ccc;padding-right:20px;border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.theme-light .form-control.search-input:focus,.theme-light .form-control.search-input:focus-visible{box-shadow:none}.theme-dark .form-control.search-input{border-bottom:1px solid #ccc!important;border-top:1px solid #ccc!important;border-radius:0;border-left:none!important;border-right:1px solid #ccc;padding-right:20px;border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.theme-dark .form-control.search-input:focus,.theme-dark .form-control.search-input:focus-visible{box-shadow:none}.theme-light-hyper .form-control.search-input{border-bottom:1px solid #ccc!important;border-top:1px solid #ccc!important;border-radius:0;border-left:none!important;border-right:1px solid #ccc;padding-right:20px;border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.theme-light-hyper .form-control.search-input:focus,.theme-light-hyper .form-control.search-input:focus-visible{box-shadow:none}.search-btn-submit{border-bottom-right-radius:0;border-top-right-radius:0;border-bottom-left-radius:8px!important;border-top-left-radius:8px!important;font-size:14.3px;border:1px solid #ccc}@media(min-width:0)and (max-width:700px){.search-btn-submit{font-size:13.2px}}@media(min-width:700px)and (max-width:992px){.search-btn-submit{font-size:13.2px}}.search-input-base{width:0;overflow:hidden;transition:all .3s ease}.search-input-base .input-group{visibility:hidden;opacity:0;transition:all .1s ease;display:none!important}.search-input-base.active{width:100%!important;top:0;right:0;height:100%;padding:5px;transition:all .4s ease}.search-input-base.active .input-group{visibility:visible;opacity:1;transition:all .3s ease;display:flex!important}.search-input-base .cancel-btn{border:none!important;margin:0 5px;border-radius:none!important}.search-input-base .cancel-btn i{font-size:15px}.search-input-base .cancel-btn i:before{padding-top:1px;display:block;margin-bottom:0!important}