html,body{scroll-behavior:smooth}body{margin:0}*{box-sizing:border-box;font-family:Vazirmatn-FD,serif}@font-face{font-family:Vazirmatn;src:url(./Vazirmatn-Thin-DdUiS1cj.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(./Vazirmatn-ExtraLight-DNfybfsL.woff2) format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(./Vazirmatn-Light-Byrs-DlH.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(./Vazirmatn-Regular-CtGL0YI-.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(./Vazirmatn-Medium-D86t5Axy.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(./Vazirmatn-SemiBold-26ZP1ILp.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(./Vazirmatn-Bold-_OhAJEdh.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(./Vazirmatn-ExtraBold-DCjt2qDm.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn;src:url(./Vazirmatn-Black-DA1YqYMq.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn-FD;src:url(./Vazirmatn-FD-ExtraLight-DWOxcBvX.woff2) format("woff2");font-weight:100;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn-FD;src:url(./Vazirmatn-FD-Light-BfeKiK-D.woff2) format("woff2");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn-FD;src:url(./Vazirmatn-FD-Regular-DHqa3JTn.woff2) format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn-FD;src:url(./Vazirmatn-FD-Medium-CUGnS-PN.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn-FD;src:url(./Vazirmatn-FD-SemiBold-CLISmBOp.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn-FD;src:url(./Vazirmatn-FD-Bold-B_t2WhO7.woff2) format("woff2");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn-FD;src:url(./Vazirmatn-FD-ExtraBold-BReMSWK_.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn-FD;src:url(./Vazirmatn-FD-Black-CJtKXQQl.woff2) format("woff2");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Vazirmatn-FD;src:url(./Vazirmatn-FD-Black-CJtKXQQl.woff2) format("woff2");font-weight:900;font-style:normal;font-display:swap}@keyframes SlideInLeft{0%{transform:translate(-100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes SlideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-100px);opacity:0}}@keyframes SlideInRight{0%{transform:translate(100px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes SlideOutRight{0%{transform:translate(0);opacity:1}to{transform:translate(100px);opacity:0}}.red-border{border:1px solid red!important}hr{margin:0;display:block;height:1px;border:0;border-top:1px solid #ececec;padding:0}.text-center{text-align:center;padding:0 8px}.d-none{display:none!important}.d-block{display:block!important}.error-message{display:none;font-size:.8rem;margin-top:0;color:red;white-space:pre-line}ul.ordered{list-style:none}ul.ordered li{text-indent:-1.5rem;margin-bottom:8px}ul.ordered li:before{content:counter(list-item) "    "}.multi-step-form{height:100dvh;overflow:hidden;display:flex;flex-direction:column;position:relative}.multi-step-form .sync{display:flex;justify-content:center;align-items:center;padding:8px 16px;position:absolute;left:0;top:16px;background-color:#fff;border-top-right-radius:16px;border-bottom-right-radius:16px;box-shadow:4px 4px 8px 8px #f7f7f7}.multi-step-form .sync img{margin-left:8px;width:32px}.multi-step-form .sync span{font-size:.9rem}.multi-step-form .content-container{display:grid}.multi-step-form .content{grid-row:0;grid-column:0;transition:all .3s;opacity:0}.multi-step-form .content.active{display:block;opacity:1}.multi-step-form .content.inactive{display:none;opacity:0}.multi-step-form .content.leave-right{overflow:hidden;animation:SlideOutRight;animation-duration:.3s}.multi-step-form .content.enter-right{overflow:hidden;animation:SlideInRight;animation-duration:.3s}.multi-step-form .content.leave-left{overflow:hidden;animation:SlideOutLeft;animation-duration:.3s}.multi-step-form .content.enter-left{overflow:hidden;animation:SlideInLeft;animation-duration:.3s}.multi-step-form .scrollable{flex-grow:1;overflow-y:auto;overflow-x:hidden}.multi-step-form .header{padding:16px 16px 12px}.multi-step-form .header h1{margin:12px 0 8px;font-weight:600;font-size:24px}.multi-step-form .header p{margin:0;font-weight:300;font-size:16px;line-height:24px}.multi-step-form .body{padding:12px 16px}.multi-step-form .has-footer{height:calc(100vh - 55px);display:grid;grid-template-rows:1fr 120px;grid-template-columns:1fr}@media only screen and (min-width: 768px){.multi-step-form .has-footer{height:100vh}}.multi-step-form .has-footer .scrollable{grid-row:1;grid-column:1}.multi-step-form .has-footer .footer{grid-row:2;grid-column:1}.multi-step-form .footer{height:120px}.multi-step-form .footer .progress{padding:16px}.multi-step-form .footer .controls{display:flex;padding:8px 4px;gap:8px;align-items:center;justify-content:space-between}.multi-step-form .footer .controls .MuiButton-root{flex:1;height:52px}.multi-step-form .progress .MuiLinearProgress-root{height:6px!important}.notistack-SnackbarContainer .notistack-MuiContent{background-color:unset;padding:0}.notistack-SnackbarContainer .notistack-MuiContent #notistack-snackbar{padding:0;width:100%}.notistack-SnackbarContainer .notistack-MuiContent #notistack-snackbar .MuiAlert-root{width:100%}.notistack-SnackbarContainer .notistack-MuiContent .MuiAlert-icon{margin:0 0 0 16px}.datepicker-container .body{display:flex;justify-content:stretch;margin-bottom:8px}.datepicker-container .body .items-column{position:relative;flex-grow:1;height:150px;display:flex;align-items:center;overflow:hidden}.datepicker-container .body .items-column:before{content:"";position:absolute;top:0;left:0;right:0;height:50px;background:linear-gradient(180deg,white,white,white,transparent);opacity:.7;z-index:1;pointer-events:none}.datepicker-container .body .items-column:after{content:"";position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(0,white,white,white,transparent);opacity:.7;z-index:1;pointer-events:none}.datepicker-container .body .items-column .items{width:100%;height:50px;border-top:2px solid #ececec;border-bottom:2px solid #ececec;margin:0 4px}.datepicker-container .body .items-column .items .item{height:50px;width:100%;display:flex;justify-content:center;align-items:center;font-size:1.1rem;font-weight:700;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker-container button.save{width:100%;height:52px;border-radius:26px;border:unset;background-color:#0065dc;color:#fff;font-weight:700;font-size:1.05rem;cursor:pointer}.input.file-input{margin:12px 0 0}.input.file-input.invalid .container{border:1px solid red}.input.file-input .container{padding:8px;min-height:164px;border-radius:12px;background-color:#f5f7f7;border:1px dashed #e1e3e3;cursor:pointer;display:flex;align-items:stretch}.input.file-input .container.show{padding:0;overflow:hidden}.input.file-input .container.show .placeholder{display:none}.input.file-input .container.show .media-container,.input.file-input .container.show .recorded-video{display:flex}.input.file-input .container input[type=file]{display:none}.input.file-input .container .placeholder{display:flex;flex-grow:1;padding:37px 0;flex-direction:column;justify-content:center;align-items:center}.input.file-input .container .placeholder:has(.custom-placeholder){padding:8px 0}.input.file-input .container .placeholder .custom-placeholder{max-width:140px;margin-bottom:12px}.input.file-input .container .placeholder p{-webkit-user-select:none;user-select:none;margin:4px 0 0;padding:4px 16px;background-color:#0065dc;color:#fff;border-radius:16px;font-size:14px;font-weight:500}.input.file-input .container .media-container{position:relative;display:none;flex-grow:1;justify-content:center;padding:24px}.input.file-input .container .remove{width:32px;height:32px;line-height:24px;position:absolute;bottom:12px;left:12px;border-radius:50%;background-color:#fff;padding:8px;box-shadow:#0000001a 0 0 4px 1px}.input.file-input .container .media{max-width:200px;max-height:114px}.input.file-input .container .recorded-video{position:relative;justify-content:center;align-items:center;display:none}.input.file-input .container .recorded-video.playing button{display:none}.input.file-input .container .recorded-video video{width:100%;height:100%}.input.file-input .container .recorded-video button{position:absolute;top:calc(50% - 27px);left:calc(50% - 27px);right:calc(50% - 27px);bottom:calc(50% - 27px);height:54px;width:54px;display:flex;justify-content:center;align-items:center;border:unset;border-radius:50%;background-color:#f5f7f785;cursor:pointer}.input.file-input .container .recorded-video button *{font-size:2rem;color:#0065dc}.input-radio-group *{font-family:Vazirmatn,serif!important}.input-radio-group label{margin-right:0;margin-left:32px}.input-radio-group .MuiRadio-root{padding:0 0 0 6px}.input-radio-group .MuiFormGroup-root{flex-direction:row}.input-radio-group .group-contents .group-content{display:none}.input-radio-group .group-contents .group-content.active{display:block}.capture-camera-pt{position:fixed;top:0;left:0;right:0;bottom:0;z-index:700;margin:0 auto;display:none}.capture-camera-pt.show{display:block}.capture-camera-pt.video.recording .camera-field .bottom button.capture .record-icon{display:none}.capture-camera-pt.video.recording .camera-field .bottom button.capture .stop-icon{display:flex}.capture-camera-pt.video .confirm-box .taken-video{display:block}.capture-camera-pt.video .confirm-box .taken-photo{display:none}.capture-camera-pt.video .camera-field .bottom button.capture .icon *{color:red}.capture-camera-pt.video .camera-field .bottom button.capture .record-icon{display:flex}.capture-camera-pt.confirm .confirm-box{display:grid}.capture-camera-pt.confirm .camera-field{display:none}.capture-camera-pt .confirm-box{max-height:100vh;overflow:hidden;display:none;position:absolute;top:0;left:0;right:0;bottom:0;background-color:#fff;grid-template-rows:1fr 150px;grid-template-columns:1fr}.capture-camera-pt .confirm-box *{color:#000}.capture-camera-pt .confirm-box .scrollable{height:100%;grid-row:1;grid-column:1}.capture-camera-pt .confirm-box .header{text-align:center;margin-bottom:0}.capture-camera-pt .confirm-box .media-contents{width:calc(100% - 32px);overflow:hidden;border-radius:16px;background-color:#f7f7f7;display:flex;justify-content:center;max-height:48vh;margin:0 16px}.capture-camera-pt .confirm-box .taken-video,.capture-camera-pt .confirm-box .taken-photo{max-width:100%;max-height:100%;margin-bottom:-8px}.capture-camera-pt .confirm-box .taken-video.mirrored,.capture-camera-pt .confirm-box .taken-photo.mirrored{transform:scaleX(-1)}.capture-camera-pt .confirm-box .taken-video{display:none;position:relative;justify-content:center;align-items:center;margin-top:-8px;margin-bottom:-8px}.capture-camera-pt .confirm-box .taken-video.playing button{display:none}.capture-camera-pt .confirm-box .taken-video video{width:100%;height:100%}.capture-camera-pt .confirm-box .taken-video button{position:absolute;top:calc(50% - 27px);left:calc(50% - 27px);right:calc(50% - 27px);bottom:calc(50% - 27px);height:54px;width:54px;display:flex;justify-content:center;align-items:center;border:unset;border-radius:50%;background-color:#f5f7f785;cursor:pointer}.capture-camera-pt .confirm-box .taken-video button *{font-size:2rem;color:#0065dc}.capture-camera-pt .confirm-box .footer{grid-row:2;grid-column:1;padding:8px 16px;height:150px}.capture-camera-pt .confirm-box .footer ul{margin-bottom:16px}.capture-camera-pt .confirm-box .footer .button{border-radius:28px;height:56px;font-size:1rem;background-color:#0065dc;display:flex;justify-content:center;align-items:center;width:100%;margin-bottom:8px;color:#fff}.capture-camera-pt .confirm-box .footer .button .MuiSvgIcon-root{margin:0 8px}.capture-camera-pt .confirm-box .footer .button .MuiSvgIcon-root *{color:#fff;font-size:18px}.capture-camera-pt .confirm-box .footer .button.retake{background-color:#f7f7f7;color:#000;margin:0}.capture-camera-pt .confirm-box .footer .button.retake .MuiSvgIcon-root *{color:#000}.capture-camera-pt .camera-field{position:relative;background-color:#202020;display:flex;flex-direction:column;justify-content:space-around;height:100%;color:#fff}.capture-camera-pt .camera-field .hints{width:100%;font-weight:300;padding:0 8px;font-size:.95rem}.capture-camera-pt .camera-field .hints.top{font-size:1rem;font-weight:500}.capture-camera-pt .camera-field .scrollable{display:flex;flex-direction:column;justify-content:space-around;padding-bottom:100px}.capture-camera-pt .camera-field .top{margin-top:3dvh;display:flex;justify-content:center;align-items:center;flex-direction:column}.capture-camera-pt .camera-field .top p{margin:0;text-align:center;padding:0 16px}.capture-camera-pt .camera-field .middle{margin:0 auto;flex-grow:unset;padding:8px;display:flex;flex-direction:column;max-height:48vh}.capture-camera-pt .camera-field .middle .card{background-color:#000;position:relative;width:100%;overflow:hidden;border-radius:16px;display:flex;justify-content:center;align-items:center}.capture-camera-pt .camera-field .middle .card .corner{position:absolute;width:32px;height:32px;border-color:#fff;border-width:3px}.capture-camera-pt .camera-field .middle .card .corner.top-left{top:0;left:0;border-top-style:solid;border-left-style:solid;border-top-left-radius:16px}.capture-camera-pt .camera-field .middle .card .corner.top-right{top:0;right:0;border-top-style:solid;border-right-style:solid;border-top-right-radius:16px}.capture-camera-pt .camera-field .middle .card .corner.bottom-right{right:0;bottom:0;border-bottom-style:solid;border-right-style:solid;border-bottom-right-radius:16px}.capture-camera-pt .camera-field .middle .card .corner.bottom-left{left:0;bottom:0;border-bottom-style:solid;border-left-style:solid;border-bottom-left-radius:16px}.capture-camera-pt .camera-field .middle .card .camera-feed{display:block;width:100%;height:auto}.capture-camera-pt .camera-field .middle .card .camera-feed.mirrored{transform:scaleX(-1)}.capture-camera-pt .camera-field .bottom{position:absolute;bottom:0;left:0;right:0;display:flex;flex-direction:column;justify-content:space-around;align-items:center;height:100px}.capture-camera-pt .camera-field .bottom .buttons{display:grid;grid-template-rows:1fr;grid-template-columns:repeat(3,1fr);justify-content:space-around;align-items:center;width:100%;padding:8px 32px}.capture-camera-pt .camera-field .bottom .buttons button{width:43px;height:43px;border:unset;border-radius:50%;display:flex;justify-content:center;align-items:center;cursor:pointer;margin:0 auto}.capture-camera-pt .camera-field .bottom .buttons button.capture{grid-row:1;grid-column:2;width:64px;height:64px}.capture-camera-pt .camera-field .bottom .buttons button.close{grid-row:1;grid-column:3}.capture-camera-pt .camera-field .bottom .buttons button .icon{display:none;width:32px;height:32px;justify-content:center;align-items:center}.capture-camera-pt .camera-field .bottom .buttons button .icon *{font-size:32px}.capture-camera-pt canvas{display:none}.simple-list-children .child.inactive{display:none}.form-summary .summary-item{margin-bottom:12px}.form-summary .summary-item .title{margin:0 0 4px}.form-summary .summary-item .value{background-color:#f7f7f7;padding:8px;margin:0;border-radius:8px}.form-summary .summary-item .media-value{width:100%;border-radius:8px;overflow:hidden}.form-summary .summary-item .media-value img,.form-summary .summary-item .media-value video{width:100%;margin-bottom:-8px}.form-final-section{text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 24px;height:80vh}.form-final-section img{width:80px;margin-bottom:24px}.form-final-section h3{margin-bottom:0}.form-final-section p{text-align:justify;text-align-last:center}.MuiPaper-root[role=dialog]{border-radius:16px}.landing .main-container{margin-top:66px;padding:0;margin-bottom:100px}@media only screen and (min-width: 768px){.landing .main-container{padding:0 12%;margin:120px 0 48px}}.landing header.biker{border-bottom:1px solid #e1e3e3;position:fixed;top:0;left:0;right:0;z-index:10;background-color:#fff;display:flex;padding:16px;align-items:center;justify-content:end}.landing header.biker a{display:flex;align-items:center}.landing header.biker a img{height:34px}.landing header.biker .register-btn button{display:none;background-color:#0065dc;color:#fff;font-size:14px;font-style:normal;font-weight:500;line-height:24px;border-radius:26px;cursor:pointer;border:unset;padding:4px 12px}@media only screen and (min-width: 768px){.landing header.biker{padding:20px 12%;justify-content:space-between}.landing header.biker a img{height:42px}.landing header.biker .register-btn{transform:translateY(25px);opacity:0;transition:all .3s}.landing header.biker .register-btn.show{transform:translateY(0);opacity:1}.landing header.biker .register-btn button{display:block}}.landing div.bottom-fixed-register{position:fixed;bottom:0;left:0;right:0;background-color:#fff;padding:16px;z-index:10;transform:translateY(100px);opacity:0;transition:all .3s}.landing div.bottom-fixed-register.show{transform:translateY(0);opacity:1}.landing div.bottom-fixed-register button{font-size:18px;font-style:normal;font-weight:500;line-height:32px;border-radius:26px;cursor:pointer;padding:10px 16px;width:100%;text-align:center;background-color:#0065dc;color:#fff;border:none}@media only screen and (min-width: 768px){.landing div.bottom-fixed-register{display:none}}.landing section.top-section{overflow:hidden}.landing section.top-section picture{height:100%;display:flex}.landing section.top-section picture img{width:100%;height:calc(100vw - 50px);object-fit:cover;object-position:top}.landing section.top-section .register-container{background:linear-gradient(180deg,#cfe9fe,#edf3fe);border-radius:16px 16px 0 0;position:relative;width:100%;transform:translateY(-14px);padding:24px 16px 40px;align-items:center;display:flex;flex-direction:column}.landing section.top-section .register-container h1{margin:0 0 8px;padding:0;border:unset;font-size:28px;font-style:normal;font-weight:500;line-height:42px}.landing section.top-section .register-container p{font-size:16px;font-style:normal;font-weight:200;line-height:28px;margin:0 0 8px;color:#000}.landing section.top-section .register-container .input-container{width:100%}.landing section.top-section .register-container .input-container input{width:100%;display:inline-block;margin-top:12px;border-radius:4px;border:unset;padding:8px 18px;direction:rtl;height:52px;font-weight:400;line-height:1.4375em;letter-spacing:.00938em;color:#000000de;font-size:1.1rem}.landing section.top-section .register-container .input-container input::placeholder{font-size:.8rem;color:#ababab;font-weight:300}.landing section.top-section .register-container .input-container input:focus{outline:none}.landing section.top-section .register-container .input-container.error input[type=tel]{border:1px solid #F1998E;background-color:#ffefed}.landing section.top-section .register-container .input-container.error .error{display:block}.landing section.top-section .register-container .input-container .error{display:none;color:red;margin:0 8px;font-size:12px;padding:0;border:0}.landing section.top-section .register-container .buttons{display:flex;flex-wrap:wrap;justify-content:center;margin-top:12px;width:100%}.landing section.top-section .register-container .buttons button{flex-grow:1;margin:8px 8px 0!important}.landing section.top-section .register-container button.btn{cursor:pointer;padding:6px 8px;min-width:105px;font-size:16px;font-style:normal;font-weight:500;line-height:28px;border-radius:26px;border:unset;height:42px;display:flex;justify-content:center;align-items:center;width:100%}.landing section.top-section .register-container button.btn[disabled]{cursor:not-allowed}.landing section.top-section .register-container button.btn[disabled] .text{display:none}.landing section.top-section .register-container button.btn[disabled] .progress{display:block}.landing section.top-section .register-container button.btn .progress{display:none}.landing section.top-section .register-container button.btn .text{display:flex}.landing section.top-section .register-container button.btn .text svg{margin-left:8px;width:24px;height:24px}.landing section.top-section .register-container button.btn.filled{margin-top:20px;background-color:#0065dc;color:#fff;border:unset}.landing section.top-section .register-container button.btn.filled[disabled]{background-color:#d1d1d1}.landing section.top-section .register-container button.btn.filled .progress *{color:#0065dc}.landing section.top-section .register-container button.btn.filled .text svg path{fill:#fff}.landing section.top-section .register-container button.btn.outlined{border:1px solid #0065dc;background-color:#fff;color:#0065dc}.landing section.top-section .register-container button.btn.outlined[disabled]{background-color:#d1d1d1;border:unset}.landing section.top-section .register-container button.btn.outlined .progress *{color:#0065dc}.landing section.top-section .register-container button.btn.outlined .text svg path{fill:#0065dc}@media only screen and (min-width: 768px){.landing section.top-section{margin-bottom:72px;display:flex;flex-direction:row-reverse;align-items:center;background:linear-gradient(180deg,#cfe9fe,#edf3fe);border-radius:16px}.landing section.top-section picture{display:flex;width:50%;height:100%}.landing section.top-section picture img{width:100%;height:100%}.landing section.top-section .register-container{background:unset;width:50%;height:100%;padding:64px;border-radius:unset;align-items:start;transform:unset}.landing section.top-section .register-container h1{margin:0 0 8px;padding:0;border:unset;font-size:29px;font-style:normal;font-weight:500;line-height:42px}.landing section.top-section .register-container p{font-size:17px;font-weight:200}.landing section.top-section .register-container .input-container{width:100%}.landing section.top-section .register-container .input-container input{border-radius:8px;height:47px}.landing section.top-section .register-container button.btn{width:auto}}.landing section.slider-container{margin:62px 0 43px}.landing section.slider-container .slider-contents{overflow:hidden}.landing section.slider-container .slider-contents .keen-slider{position:relative;display:flex;align-items:center;justify-content:center}.landing section.slider-container .slider-contents .keen-slider .controls{display:none;position:absolute;left:0;right:0;height:0;margin-bottom:30px;justify-content:space-between;padding:0 22px;z-index:1}.landing section.slider-container .slider-contents .keen-slider .controls button{width:30px;height:30px;display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:50%;border:unset}.landing section.slider-container .slider-contents .keen-slider .controls button svg{width:10px}.landing section.slider-container .slider-contents .slides{display:flex;flex-direction:row-reverse;touch-action:pan-y;position:relative;-webkit-user-select:none;user-select:none;width:100%}.landing section.slider-container .slider-contents .slides a{display:block;margin:16px}.landing section.slider-container .slider-contents .slides a picture{width:100%}.landing section.slider-container .slider-contents .slides a picture *{width:100%;border-radius:16px}.landing section.slider-container .slider-contents .slider-dots{margin-top:8px;display:flex;justify-content:center;direction:ltr}.landing section.slider-container .slider-contents .slider-dots .slider-dot{border:none;width:10px;height:10px;background:#c5c5c5;margin:0 5px;padding:5px;border-radius:5px;transition:width .1s;cursor:pointer}.landing section.slider-container .slider-contents .slider-dots .slider-dot.active{width:20px;background-color:#000}@media only screen and (min-width: 768px){.landing section.slider-container{margin:85px 0 120px}.landing section.slider-container .slider-contents{margin:-16px}.landing section.slider-container .slider-contents .keen-slider .controls{display:flex}}.landing section.advantages{margin:43px 0}.landing section.advantages h2{font-size:23px;font-style:normal;font-weight:600;line-height:36px;padding:16px;margin-bottom:-16px}.landing section.advantages ul{display:flex;flex-wrap:wrap;justify-content:center;gap:24px 16px;list-style:none;padding:0}.landing section.advantages ul li{padding:16px;display:flex;flex-direction:column;align-items:center;justify-content:center}.landing section.advantages ul li *{text-align:center}.landing section.advantages ul li .img{border-radius:50%;padding:12px;background:#eff3fe;margin-bottom:16px}.landing section.advantages ul li .img img{display:block;width:32px;height:32px}.landing section.advantages ul li h6{font-size:14.5px;font-style:normal;font-weight:600;line-height:24px;margin:0 0 8px}.landing section.advantages ul li p{font-size:13.4px;font-style:normal;font-weight:300;line-height:24px;margin:0;color:#535454}@media only screen and (min-width: 768px){.landing section.advantages{margin:43px 0 95px}.landing section.advantages ul li{max-width:340px}}.landing section.income-section{margin-top:64px;border-radius:16px}.landing section.income-section .income-container{padding:8px 12px 24px}.landing section.income-section .income-container:last-child{background:#f5f7f7;padding-top:46px}.landing section.income-section .income-container h2{font-size:24px;font-style:normal;font-weight:500;padding:0 0 16px;line-height:36px;margin:0}.landing section.income-section .income-container ul{padding:0;list-style:none;margin:0}.landing section.income-section .income-container ul li{gap:16px;padding:12px 0;display:flex}.landing section.income-section .income-container ul li p{font-weight:400;padding:0;font-size:95%;margin:0}.landing section.income-section .income-container p.hint{color:#535454;font-size:14.5px;font-style:normal;font-weight:300;line-height:28px;margin:0}.landing section.income-section .income-container .calc-container{margin:24px 4px 0;padding:16px;border-radius:12px;box-shadow:0 4px 12px #00000014;background-color:#fff}.landing section.income-section .income-container .calc-container .title{color:#535454;text-align:center;width:100%;font-size:20px;font-style:normal;font-weight:400;line-height:35px;margin-top:28px;margin-bottom:0}.landing section.income-section .income-container .calc-container .result-container{display:flex;align-items:flex-end;justify-content:center;gap:4px;margin-bottom:8px}.landing section.income-section .income-container .calc-container .result-container p{margin:0}.landing section.income-section .income-container .calc-container .result-container p.calc-result{text-align:center;font-size:40px;font-style:normal;font-weight:600;line-height:60px;margin-bottom:8px}.landing section.income-section .income-container .calc-container .result-container p:last-child{margin-bottom:8px;font-size:18px;font-style:normal;font-weight:500;line-height:32px}.landing section.income-section .income-container .city-container{background-color:#eaeded;border-radius:8px!important}.landing section.income-section .income-container .city-container fieldset{display:none}.landing section.income-section .income-container .working-hours{display:flex;justify-content:space-between;height:60px;margin-top:8px}.landing section.income-section .income-container .working-hours p{font-size:16px;font-style:normal;font-weight:300;line-height:28px}.landing section.income-section .income-container .working-hours p:last-child{color:#747575}.landing section.income-section .income-container .slider .MuiSlider-root .MuiSlider-rail{box-sizing:content-box;height:16px;background-color:#eaeded!important;border-radius:16px}.landing section.income-section .income-container .slider .MuiSlider-root .MuiSlider-track{box-sizing:content-box;background:linear-gradient(270deg,#1e54b7 7%,#a0bff9 98%);height:16px;border-radius:16px}.landing section.income-section .income-container .slider .MuiSlider-root .MuiSlider-thumb{color:#fff;border:5px solid #0065dc;width:32px;height:32px}@media only screen and (min-width: 768px){.landing section.income-section{padding:24px;display:flex;background:#f5f7f7}.landing section.income-section .income-container{width:100%;padding:0}.landing section.income-section .income-container:last-child{padding:0}.landing section.income-section .income-container h2{padding:24px 16px 16px}.landing section.income-section .income-container ul,.landing section.income-section .income-container p.hint{padding:0 16px}.landing section.income-section .income-container .calc-container{margin:40px 8px 0}}.landing section.available-services{width:100%;margin:40px 0}.landing section.available-services .title{font-size:24px;font-style:normal;font-weight:600;line-height:36px;padding:16px;margin-bottom:0}.landing section.available-services ul{list-style:none;padding:0;margin-top:0}.landing section.available-services ul li{display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:16px;padding:12px 16px}.landing section.available-services ul li img{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;width:24px;height:24px;aspect-ratio:auto 1}.landing section.available-services ul li div{color:#000}@media only screen and (min-width: 768px){.landing section.available-services{margin:100px 0}.landing section.available-services ol{display:flex}.landing section.available-services ol div{width:50%}}.landing section.conditions{width:100%;margin:40px 0}.landing section.conditions h2{font-size:22px;font-style:normal;font-weight:600;line-height:36px;padding:16px;margin-bottom:-8px}.landing section.conditions ol{list-style:none;padding:0}.landing section.conditions ol li{padding:10px 16px;display:flex;align-items:center;gap:16px}.landing section.conditions ol span{width:32px;height:32px;display:block;flex-shrink:0;line-height:32px;color:#0065dc;border-radius:72px;font-size:16px;font-style:normal;font-weight:500;text-align:center;background:#eff3fe}.landing section.conditions ol p{margin:0;font-size:16px;font-style:normal;font-weight:300;line-height:28px;color:#535454}.landing section.conditions .notes{margin:42px 16px 0;color:#747575;font-weight:300}@media only screen and (min-width: 768px){.landing section.conditions{margin:0 0 140px}.landing section.conditions ol{display:flex}.landing section.conditions ol div{width:50%}}.landing section.single-banner{margin:72px 0 24px;padding:8px;display:flex;flex-direction:column;justify-content:center}.landing section.single-banner button.banner-link{outline:none;border:unset;cursor:pointer;background-color:transparent}.landing section.single-banner button.banner-link picture{width:100%;display:flex;flex-direction:column}.landing section.single-banner button.banner-link picture *{flex-grow:1;border-radius:12px}@media only screen and (min-width: 768px){.landing section.single-banner{margin-bottom:140px}}.landing section.faq{margin:55px 0 40px}.landing section.faq h2{padding:0 16px;font-size:1.4rem;font-weight:600;margin-bottom:16px}.landing section.faq .MuiPaper-root:before{background-color:transparent}.landing section.faq *{box-shadow:unset}.landing section.faq .MuiAccordionSummary-root{min-height:inherit!important;padding:12px 16px!important;border-top:1px solid #f5f7f7}.landing section.faq .MuiAccordionSummary-root.Mui-expanded{min-height:inherit!important;padding:12px 16px!important;border-color:transparent}.landing section.faq .MuiAccordionSummary-root .MuiAccordionSummary-content{margin:0!important;font-size:16px;font-style:normal;font-weight:400;line-height:28px}.landing section.faq .Mui-expanded{margin:0!important}.landing section.faq .MuiAccordionDetails-root{background-color:#f5f7f7;font-size:15px;font-style:normal;font-weight:300;line-height:24px;color:#000000de;padding:16px}.landing footer{display:none}@media only screen and (min-width: 768px){.landing footer{background-color:#000;color:#fff;display:flex;justify-content:space-between;gap:16px;padding:48px 12%}.landing footer a.a-tapsi{display:flex;height:44px;margin-bottom:16px}.landing footer .copy-right{font-size:16px;font-style:normal;font-weight:400;line-height:28px;margin:0}.landing footer .social p{font-size:14px;font-style:normal;font-weight:300;line-height:24px;text-align:center}.landing footer .social .social-icons{display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2px;margin-top:8px}.landing footer .social .social-icons a{width:32px;height:32px}}section.confirm-container{display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-width:420px;margin:24px auto;box-sizing:border-box;height:90vh;justify-content:space-between;align-items:center}section.confirm-container *{font-family:Vazirmatn,serif}section.confirm-container header.confirm{display:flex;justify-content:center}section.confirm-container header.confirm img{width:200px;height:200px}section.confirm-container .confirm-box{display:flex;align-items:center;flex-direction:column;max-width:340px}section.confirm-container .confirm-box button.edit-number{background-color:transparent;border:unset;color:#224fae;display:flex;margin:.5rem;cursor:pointer}section.confirm-container .confirm-box button.edit-number span{font-size:1rem;margin-left:.75rem;font-weight:600}section.confirm-container .confirm-box button.edit-number svg{fill:#224fae;width:20px;height:20px}section.confirm-container .confirm-box .input-cells{display:flex;gap:32px;margin:32px 0;direction:ltr}section.confirm-container .confirm-box .input-cells input{font-size:30px;color:#4d4d4d;width:2.5rem;height:3.5rem;background-color:#f7f7f7;padding:0;text-align:center;box-shadow:none!important;transition:all .1s linear;box-sizing:border-box;border:none;border-bottom:2px solid transparent;border-radius:3px;outline:none}section.confirm-container .confirm-box .input-cells input:focus{border-bottom-color:#2266f4}section.confirm-container .confirm-box .progress{visibility:hidden}section.confirm-container .confirm-box .progress.show{visibility:visible}section.confirm-container .confirm-box .timer{display:flex;justify-content:space-between;width:100%}section.confirm-container .confirm-box .timer .hint{color:#404040;margin:0}section.confirm-container .confirm-box .timer button{background-color:transparent;border:unset;color:#224fae;font-weight:700;font-size:1rem;cursor:pointer}section.confirm-container .confirm-box .timer button.disabled{cursor:not-allowed}.modify-phone{max-width:420px;margin:0 auto;height:98vh;display:flex;flex-direction:column;justify-content:flex-end;padding:24px 16px}.register-form{max-width:420px;margin:0 auto}.register-form .form-loading{background-color:#fff;position:fixed;top:0;left:0;right:0;bottom:0;z-index:500;display:flex;justify-content:center;align-items:center;transition:opacity .5s}.register-form .form-loading.hide{opacity:0}.register-form .form-loading img{width:42px}.admin-summary{max-width:420px;margin:16px auto;padding:12px}.admin-summary .header{display:flex;justify-content:space-between;align-items:center}.admin-summary .header h1{margin:0}.admin-summary .header .MuiButtonBase-root{background-color:#0065dc;color:#fff;padding:8px 16px;border-radius:8px}.admin-summary .form-loading{background-color:#fff;position:fixed;top:0;left:0;right:0;bottom:0;z-index:500;display:flex;justify-content:center;align-items:center;transition:opacity .5s}.admin-summary .form-loading.hide{opacity:0}.admin-summary .form-loading img{width:42px}.admin-summary .summary-item:has(.media-value){padding:8px;border-radius:8px;background-color:#f7f7f7}.admin-summary .summary-item:has(.media-value) .title{margin-bottom:8px}.admin-summary .summary-item .title{display:flex;justify-content:space-between;background-color:#fff;padding:8px;border-radius:8px;align-items:center}.admin-summary .summary-item .title .MuiButtonBase-root{color:#fff;background-color:#0065dc;height:32px;width:80px;display:flex;justify-content:center;align-items:center;border-radius:8px;cursor:pointer}.admin-summary .summary-item .title .MuiButtonBase-root[disabled]{cursor:not-allowed}.admin-summary .summary-item .title .MuiButtonBase-root[disabled] .text{display:none}.admin-summary .summary-item .title .MuiButtonBase-root[disabled] .progress{display:block}.admin-summary .summary-item .title .MuiButtonBase-root *{color:#fff}.admin-summary .summary-item .title .MuiButtonBase-root .progress{padding:2px;display:none}:root{--bg-color: #f1f5f9;--surface-color: #ffffff;--text-color: #2d3436;--border-color: #edf2f7;--zebra-color: #f8fafc;--shadow-md: 0 4px 15px rgba(0, 0, 0, .1)}body.admin-sheets{direction:rtl;font-family:Segoe UI,Tahoma,sans-serif;background-color:var(--bg-color);color:var(--text-color);margin:0;padding-top:30px;transition:background-color .3s ease;max-height:100vh;overflow:hidden}@keyframes blink-bg{0%{box-shadow:inset 0 0 20px #0065dc00}50%{box-shadow:inset 0 0 20px #0065dccc}to{box-shadow:inset 0 0 20px #0065dc00}}body.admin-sheets *{direction:rtl}body.admin-sheets .online-users{text-align:center;color:#0065dc;margin:8px 8px 0}body.admin-sheets .container{min-height:calc(100vh - 89px);max-height:calc(100vh - 89px);display:flex;flex-direction:column;padding:0 16px}body.admin-sheets .navbar{position:fixed;top:0;right:10px;left:10px;height:50px;display:flex;justify-content:space-between;align-items:center}body.admin-sheets .navbar .nav-item{color:#fff;padding:4px 8px;cursor:pointer;font-family:inherit;font-size:.7rem;font-weight:600;border-radius:8px;transition:background .2s;background-color:#0065dc;border:1px solid}body.admin-sheets .navbar .nav-item:hover{transform:translateY(-1px)}body.admin-sheets .navbar .excel{background-color:green}body.admin-sheets .top-table-container{overflow-x:auto}body.admin-sheets .top-nav-table{width:100%;border-collapse:separate;border-spacing:0;background-color:var(--surface-color);border-radius:12px;box-shadow:var(--shadow-md);overflow:hidden;border:1px solid #0065dc;margin:0 auto;max-width:800px}body.admin-sheets .top-nav-table *{white-space:nowrap}body.admin-sheets .top-nav-table th{background-color:#0065dc;color:#fff;padding:8px 0;font-size:clamp(.5rem,3.5vw,1rem);text-align:center}body.admin-sheets .top-nav-table td{padding:4px 0;text-align:center;border-bottom:1px solid var(--border-color);font-size:1.5rem;font-weight:500}body.admin-sheets .content-wrapper{padding-top:16px;flex-grow:1}body.admin-sheets .content-wrapper .card{overflow:hidden;background:var(--surface-color);border-radius:12px;padding:25px 0 0;box-shadow:var(--shadow-md);border:1px solid var(--border-color)}body.admin-sheets .content-wrapper .card .controls{padding:0 16px;display:flex;margin-bottom:1rem}body.admin-sheets .content-wrapper .card .controls h3{white-space:nowrap;color:#0065dc;margin:0 0 0 8px}body.admin-sheets .content-wrapper .card .controls button{padding:4px 16px;margin:0 8px;border:unset;border-radius:8px;cursor:pointer;transition:all .3s}body.admin-sheets .content-wrapper .card .controls button:hover{opacity:.8}body.admin-sheets .content-wrapper .card .controls button.green{background-color:#2ecc71;color:#0f172a}body.admin-sheets .content-wrapper .card .controls button.red{background-color:red;color:#fff}body.admin-sheets .content-wrapper .card .controls button.blue{background-color:#0065dc;color:#fff}body.admin-sheets .table-scroll-container{direction:rtl;overflow:auto;max-height:calc(100vh - 300px);writing-mode:horizontal-tb}body.admin-sheets .table-scroll-container .main-table{width:100%;border-collapse:collapse;direction:rtl}body.admin-sheets .table-scroll-container .main-table *{white-space:nowrap}body.admin-sheets .table-scroll-container .main-table input{border-radius:8px;cursor:pointer}body.admin-sheets .table-scroll-container .main-table select{min-width:80px;border-radius:8px;height:32px;padding:4px}body.admin-sheets .table-scroll-container .main-table textarea{white-space:wrap;background-color:transparent;border:unset;color:var(--text-color)}body.admin-sheets .table-scroll-container .main-table thead th{position:sticky;top:0;background-color:#0065dc;color:#fff;padding:15px;z-index:5;text-align:right}body.admin-sheets .table-scroll-container .main-table tbody tr:nth-child(2n){background-color:var(--zebra-color)}body.admin-sheets .table-scroll-container .main-table tbody tr.blue{background-color:#67adff}body.admin-sheets .table-scroll-container .main-table tbody tr.blue:hover{border:3px solid #134075}body.admin-sheets .table-scroll-container .main-table tbody tr.green{background-color:#2ecc71}body.admin-sheets .table-scroll-container .main-table tbody tr.green:hover{border:3px solid #145530}body.admin-sheets .table-scroll-container .main-table tbody tr.selected:hover{border:3px solid #134075}body.admin-sheets .table-scroll-container .main-table tbody tr.blinking{animation:blink-bg 1s infinite}body.admin-sheets .table-scroll-container .main-table tbody tr:hover{border:3px solid gray}body.admin-sheets .table-scroll-container .main-table tbody tr td{padding:0 14px;border-bottom:1px solid var(--border-color)}body.admin-sheets .modal-overlay{display:flex;position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:3000;align-items:center;justify-content:center}body.admin-sheets .modal-overlay .modal-header{display:flex;justify-content:space-between}body.admin-sheets .modal-overlay .modal-header .modal-close{width:32px;height:32px;background-color:#0065dc;color:#fff;border:unset;border-radius:50%;font-size:1.2rem;display:flex;justify-content:center;align-items:center;cursor:pointer}body.admin-sheets .modal-overlay .modal-content{background:var(--surface-color);padding:30px;border-radius:16px;width:400px;max-width:90%;box-shadow:0 10px 30px #0003;border:1px solid var(--border-color)}body.admin-sheets .modal-overlay .modal-content h3{margin-top:0}body.admin-sheets .modal-overlay .modal-content label{display:block;margin:15px 0 5px;font-weight:700}body.admin-sheets .modal-overlay .modal-content input{width:100%;padding:10px;border-radius:6px;border:1px solid var(--border-color);background:var(--surface-color);color:var(--text-color);outline:none}body.admin-sheets .modal-overlay .modal-content input:focus{border-color:#0065dc}body.admin-sheets .save-btn{margin-top:25px;width:100%;padding:12px;background:#0065dc;color:#fff;border:none;border-radius:8px;font-weight:700;cursor:pointer;transition:background .2s}body.admin-sheets .save-btn:hover{background:#0052b4}
