:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.Menu_wrapper{background-color:#010a2b87;border-left:1px solid #fff;font-size:12px;height:100vh;max-width:243px;padding:10px;width:16%}.Menu_inside{color:#fff;padding:60px 50px 0 0;width:auto}.Menu_ul-li-inside{display:flex;gap:15px}.Menu_ul-li{display:block;list-style-type:none;margin-bottom:30px}.Menu_ul-li:hover .Menu_ul-li-text{color:#01c2f0}.Menu_ul-li:hover{color:#01c2f0;text-decoration:none}.Menu_ul-li-image{align-items:center;color:#fff;display:flex;height:auto;justify-content:center;width:100%}.Menu_ul-li-item-text{margin-right:15px;padding:10px 20px}.Menu_ul-li-item-image{align-items:center;display:flex;justify-content:center;width:25px}.Menu_ul-li-text{color:#fff;font-size:16px;font-weight:700;line-height:22px;transition:all .3s;white-space:nowrap}.Menu_ul-li-text.active{color:#01c2f0}.Menu_alerticon{cursor:pointer}@media only screen and (max-width:1300px){.Menu_inside{padding:40px 30px 0 0}}@media only screen and (max-width:1200px){.Menu_inside{padding:40px 30px 0 0}.Menu_ul-li-item-text{margin-right:0}}@media only screen and (max-width:992px){.Menu_ul-li-image{width:80%}.Menu_ul-li-text{font-size:8px}.Menu_ul-li-item-text{padding:10px}}@media only screen and (max-width:786px){.Menu_wrapper{background-color:#010a2b;border:none;bottom:-1px!important;display:flex;font-size:8px;height:auto;max-width:none;padding:0!important;position:fixed;width:100%;z-index:99}.Menu_inside{justify-content:space-between;padding:10px}.Menu_inside,.Menu_ul{align-items:center;display:flex;width:100%}.Menu_ul{justify-content:space-evenly}.Menu_ul-li{list-style-type:none;margin-bottom:0!important;padding:0;width:20%}.Menu_ul-li-inside{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:10px}.Menu_ul-li-image{color:#fff;height:auto;width:100%}.Menu_ul-li-item-image{height:23px;width:20px}.profileicon{width:18px!important}.Menu_ul-li-item-text{margin-right:0;padding:5px 0}.Menu_alerticon{display:none}}.ModalCart_box{align-items:center;background:#fff;border-radius:8.01688px;box-shadow:0 2px 10px rgba(0,0,0,.5),inset -3px -3px 12px rgba(0,0,0,.09);display:flex;flex-direction:column;height:230px;justify-content:space-between;max-width:300px;padding:20px;width:90%}.ModalCart_box>img{margin-top:-40px;width:62px}.ModalCart_box h3{color:#020d1b;font-size:16px;font-weight:700;line-height:31px;text-align:center}.ModalCart_box button{align-items:center;background:#fff;border-radius:21.3032px;box-shadow:1.52166px 1.52166px 3.04332px rgba(0,0,0,.09),inset -1.52166px -1.52166px 6.08663px #fff,inset 1.52166px 1.52166px 7.60829px rgba(0,0,0,.05);display:flex;font-size:12px;font-weight:700;gap:7px;justify-content:center;line-height:160%;padding:12px 16px}.ModalCart_box button>img{width:21px}.BellNotification_content-inside{background:#fff;border-radius:12px;margin-bottom:10px;padding:24px 16px;width:100%}.podcast{margin-top:12px}.center-img{width:40%}.podcast-text{align-items:center;color:#020d1b;display:flex;font-size:14px;line-height:20px;text-align:right}.podcast-box-right-title{font-size:10px}.podcast-box{display:flex}.podcast-box,.podcast-box-comment{background:#eee;border-radius:11.4716px;color:#020d1b;gap:13px;margin:18px 0 12px}.podcast-box-comment{padding:11px 13px}.podcast-box-right-bottom{display:flex;font-size:8px;gap:5px}.podcast-box-top{align-items:center;display:flex;gap:9px}.podcast-box-text{font-size:12px;margin-top:13px}.podcast-box-top-left{display:flex;justify-content:space-between;width:100%}.podcast-box-icon{align-items:center;background-color:#020d1b;border-radius:100%;display:flex;height:40.45px;justify-content:center;width:40.45px}.podcast-box-icon img{height:15px;width:15px}.top-pod-text{line-height:18px}.test-karshenasi-mob,.top-pod-text{color:#020d1b;display:none;font-size:13px;font-style:normal;font-weight:400}.test-karshenasi-mob{line-height:16px;max-width:300px}.podcast-in-mob{display:none}@media only screen and (max-width:600px){.podcast-box-right,.podcast-in-desc{display:none}.podcast-in-mob{background-color:#010a2b;border-radius:7px;display:block;width:100%}.podcast-in-mob .Audio-player-inside{align-items:center;display:flex;padding:10px 7px}.podcast-in-mob .Audio-player-inside-line{margin-top:0}.podcast-in-mob .Audio-player-inside-player{height:23px;padding:5px 7px}.podcast-in-mob .Audio-player-inside-time-time-text{font-size:10px!important}.podcast-box-icon{height:30px;width:30px}.test-karshenasi-mob{display:block}.podcast-box-icon img{height:10px;width:10px}.podcast-box-top-name{color:#020d1b;font-size:12px;font-style:normal;font-weight:400;line-height:20px}.podcast-box-top-day{font-size:12px}.podcast-text{display:none}.top-pod-text{display:block}}.BellNotification_wrapper{align-items:center;background:#f0f7fe;border-radius:20px 0 0 20px;display:flex;flex-direction:column;height:100vh;justify-content:start;max-width:450px;padding:50px 64px;position:fixed;right:-100%;top:0;transition:all .5s;width:50%;z-index:999}.BellNotification_wrapper.isOpen{right:0}.BellNotification_top{align-items:center;display:flex;justify-content:center;margin-bottom:40px;width:100%}.BellNotification_top p{color:#020d1b;flex:1 1;font-size:20px;font-weight:700;line-height:27px;text-align:center}.BellNotification_top .BellNotification_top_close{align-items:center;border-radius:50%;cursor:pointer;display:flex;height:20px;justify-content:center;width:20px}.BellNotification_top img{height:32px;width:28px}.BellNotification_tabs{align-items:center;background:#fff;border-radius:20px;box-shadow:inset 3px 3px 8px rgba(0,0,0,.09);display:flex;justify-content:center;list-style:none;margin-bottom:20px;width:100%}.BellNotification_tabs li{color:#757575;cursor:pointer;flex:1 1;font-size:20px;font-weight:700;line-height:27px;list-style:none;padding:16px;text-align:center}.BellNotification_tabs li.active{background:#af41c6;border-radius:20px;box-shadow:inset 4px 6px 8px rgba(0,0,0,.3);color:#fff}.BellNotification_no-content{overflow-y:scroll;scrollbar-color:#f0f7fe #f0f7fe;scrollbar-width:thin;width:100%}.BellNotification_no-content-img{height:55px;width:70px}.BellNotification_no-content h3{color:#e2e2e2;font-size:16px;font-weight:700;line-height:34px}.BellNotification_content-send{overflow-y:scroll;scrollbar-color:#f0f7fe #f0f7fe;scrollbar-width:thin;width:100%}.BellNotification_content{width:100%}.BellNotification_content-ketabno{background:#fff;border-radius:12px;margin-bottom:10px;padding:24px 16px;width:100%}.BellNotification_content span{color:#020d1b;font-size:12px}.BellNotification_content .BellNotification_content-text{color:#020d1b;font-size:14px;line-height:31px;margin-top:12px;text-align:right}.BellNotification_content-inside .top{align-items:center;display:flex;width:100%}.BellNotification_content-inside .top .send-img{margin-left:5px}.BellNotification_content-inside .top .top-day,.top-time{color:#020d1b;display:flex;font-size:10px;margin-left:4px;text-align:center}.BellNotification_content-inside .center{display:flex;justify-content:space-between;margin-top:13px;width:100%}.BellNotification_content-inside .center .center-title{color:#020d1b;display:flex;font-size:14px}.BellNotification_content-inside .bottom .bottom-hashtag{color:#3a37e5;font-size:8px}@media screen and (max-width:768px){.BellNotification_no-content{padding:0 23px}.BellNotification_wrapper{border-radius:0;max-width:none;padding:0;width:100%}.BellNotification_top{-webkit-backdrop-filter:blur(10.5px);backdrop-filter:blur(10.5px);background:rgba(0,0,0,.25);margin-bottom:20px;padding:22px}.BellNotification_top p{color:#fff;font-size:16px;line-height:22px}.BellNotification_top .BellNotification_top_close svg path{fill:#fff}.BellNotification_top img{height:auto;width:18px}.BellNotification_tabs{align-items:center;background:#fff;border-radius:20px;box-shadow:inset 3px 3px 8px rgba(0,0,0,.09);display:flex;justify-content:center;list-style:none;margin-bottom:20px;width:90%}.BellNotification_tabs li{font-size:14px;line-height:20px}.BellNotification_content-send{padding:0 23px}.BellNotification_content{padding:0 50px}}.Page_wrapper{align-items:center;background-color:#010a2b;display:flex;height:100vh;justify-content:start;width:100%}.Page_wrapper .Page_content{-ms-overflow-style:none;flex:1 1;height:100vh;overflow-y:auto;scrollbar-width:none}.Page_wrapper .Page_content .blog-page .ChangeProfile{max-width:646px;width:100%}.Page_wrapper .Page_content .blog-page .Bashgah-inside-item2-left{display:flex;flex-direction:column;margin-bottom:15px;margin-right:0;margin-top:-30px;width:100%}.Page_wrapper .Page_content .blog-page .Bashgah-inside-item1-res{margin-bottom:40px;margin-top:-103px;z-index:20}.Page_wrapper .Page_content .blog-page .Profile-top-right-inside-text-name{left:50%;position:absolute;top:70%;-webkit-transform:translate(-50%);transform:translate(-50%)}.Page_wrapper .Page_content .blog-page .Bashgah-inside-item2-left .Bashgah-inside-item2-left-top{justify-content:end;padding-left:4%;width:100%}.Page_wrapper .Page_content .blog-page .Bashgah-inside-item2-left .Bashgah-inside-item2-left-bottom{flex-wrap:nowrap;justify-content:end;padding-left:4%;width:100%}.Page_wrapper .Page_content .blog-page .Bashgah-inside-item2-left .Bashgah-inside-item2-left-box-text{font-size:13px}.Page_wrapper .Page_content .blog-page .Bashgah-inside-item2-left .Bashgah-inside-item2-left-box{max-width:200px}.Page_wrapper .Page_content .blog-page .Bashgah-inside-item2-left .Bashgah-inside-item2-left-box-img{width:32px}.Page_wrapper .Page_content::-webkit-scrollbar{display:none}.BookAction_top .BookAction_right .BookAction_right-tabs-wrapper li{white-space:nowrap}@media only screen and (max-width:768px){.Page_wrapper .Page_content .blog-page .Bashgah-inside-item2-left{display:none}}.gap-5{gap:20px}.BookSlider_popup-content.styled{background-color:#f4f4f4;border-radius:24px;max-width:600px;padding:40px 20px;position:relative;text-align:center;width:90%}.BookSlider_popup-video{height:auto;margin-bottom:20px;overflow:hidden}.BookSlider_popup-title{color:#111;font-size:24px;font-weight:700;margin-bottom:20px}.BookSlider_popup-video{align-items:center;background-color:#0c0f16;border-radius:20px;display:flex;justify-content:center;margin-bottom:25px}.BookSlider_popup-play{color:#fff;cursor:pointer;font-size:60px}.BookSlider_popup-description{color:#6e6e6e;font-size:16px;line-height:1.8;margin-bottom:30px}.BookSlider_popup-close{background:#333;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:14px;padding:10px 20px}.mw-150px{max-width:150px!important}.BookSlider_wrapper{align-items:center;display:flex;justify-content:center;padding:0;position:relative;text-align:center;width:100%}.BookSlider_swiper-wrapper{padding-right:65px!important}.BookSlider_slides-container{display:flex;overflow:hidden;padding:0 80px 0 0;width:100%}.Book-popup{align-items:center;background:#3a37e5;border-radius:21.303px;color:#fff;display:flex;flex-direction:column;flex-shrink:0;gap:8px;justify-content:center;opacity:.5;padding:12px 22px;width:100%}.BookSlider_bookbutton_active{opacity:1}.BookSlider_next-slide-button,.BookSlider_prev-slide-button{align-items:center;background:#f1f1f1;border-radius:50%;color:#020d1b;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;top:140px;transition:all .3s;width:40px;z-index:3}.BookSlider_prev-slide-button{right:15px}.BookSlider_next-slide-button{left:40px}.BookSlider_next-slide-button:hover,.BookSlider_prev-slide-button:hover{background-color:#dedede}.BookSlider_justify-content-center{justify-content:center}.BookSlider_book_img{aspect-ratio:17/24;border-radius:15px;cursor:pointer;opacity:.6;-webkit-transform:scale(.81);transform:scale(.81)}.Blog_wrapper .BookSlider_book_img,.Home_wrapper .BookSlider_book_img{margin-top:6px;-webkit-transform:scale(.95);transform:scale(.95)}.BookSlider_book_name{color:#fff;font-size:16px;line-height:166.32%;margin-bottom:0;margin-top:-15px;text-decoration:none}.Blog_wrapper .BookSlider_book_name,.Home_wrapper .BookSlider_book_name{margin-top:5px}.BookSlider_book_name:hover{text-decoration:none}.BookSlider_book_active{margin-bottom:16px;opacity:1;-webkit-transform:scale(.89);transform:scale(.89)}.Blog_wrapper .BookSlider_book_active,.Home_wrapper .BookSlider_book_active{margin-bottom:11px;-webkit-transform:scale(1.04);transform:scale(1.04)}.BookSlider_popup-overlay{align-items:center;background-color:rgba(0,0,0,.6);display:flex;height:100%;justify-content:center;left:0;opacity:0;pointer-events:none;position:fixed;top:0;transition:opacity .3s ease-in-out;width:100%;z-index:1000}.BookSlider_popup-overlay.show{opacity:1;pointer-events:auto}.BookSlider_popup-content{-webkit-animation:popupScale .3s forwards;animation:popupScale .3s forwards;background:#fff;border-radius:12px;max-width:400px;padding:20px;text-align:center;-webkit-transform:scale(.8);transform:scale(.8);transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}@-webkit-keyframes popupScale{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@keyframes popupScale{0%{opacity:0;-webkit-transform:scale(.8);transform:scale(.8)}to{opacity:1;-webkit-transform:scale(1);transform:scale(1)}}@media screen and (max-width:1440px){.BookSlider_justify-content-center{justify-content:start}}@media screen and (max-width:768px){.BookSlider_next-slide-button,.BookSlider_prev-slide-button{height:26px;width:26px}.BookSlider_slides-container{padding-right:50px}.BookSlider_swiper-wrapper{padding-right:0!important}}@media screen and (max-width:420px){.BookSlider_book_img{-webkit-transform:scale(.65);transform:scale(.65)}.BookSlider_book_active{margin-bottom:20px;opacity:1;-webkit-transform:scale(.71);transform:scale(.71)}.BookSlider_book_name{margin-top:-35px}}.PenText_one-left{width:100%;z-index:9999}.PenText_one-left-item{background-color:#fff;border-radius:7px;color:#000;font-size:16px;line-height:200%;margin:auto;padding:22px;text-align:justify;width:80%}.PenText_one-left-item-text{font-family:kalameh;font-size:14px;padding:5px 0;text-align:justify}.PenText_one-left-item-svg{margin-right:5%}.PenText_one-left-svg{width:20%}.PenText_one-left-item-svg-polygon{margin-right:5%;position:absolute}.PenText_one-left-item-delete{background:none;border:none;width:20px}.PenText_one-left-delet{display:none}@media only screen and (max-width:1200px){.PenText_one-left-item{width:100%}.PenText_one-left-item-text{font-size:10px}.PenText_one-left-item-svg{margin-right:0!important}}@media only screen and (max-width:786px){.PenText_one-left{display:none}.PenText_one-left-item{font-size:12px;padding:10px;width:90%}}.MobileNavBar_top{display:none}.MobileNavBar_top-left{display:flex;gap:10px}.MobileNavBar_top-left-image-Shop{cursor:pointer;width:30%}.MobileNavBar_top-left-image-Alert{cursor:pointer;width:25%}@media only screen and (max-width:786px){.MobileNavBar_top-left{display:flex;gap:10px;justify-content:end}.MobileNavBar_top{align-items:center;-webkit-backdrop-filter:blur(6.4px);backdrop-filter:blur(6.4px);background:hsla(0,0%,100%,0);border:none;color:#fff;display:flex;font-size:16px;height:65px;justify-content:space-between;padding:15px 20px 20px!important;position:-webkit-sticky;position:sticky;top:0!important;width:100%;z-index:999}.MobileNavBar_top-right{text-align:center}.MobileNavBar_top-center{font-size:20px;font-weight:700;line-height:22px;margin-right:18%;text-align:center}.MobileNavBar_top-left{text-align:center}}@media only screen and (max-width:768px){.Ravi-res{bottom:5%;padding:0 30px;position:absolute}.Ravi-res-item{background-color:#fff;border-radius:7px;color:#000;font-size:16px;font-weight:500;line-height:28px;margin:auto;min-width:255.2px;padding:13px 15px;width:100%}.Ravi-res-text{padding:0 30px}.Ravi-res-item-text{font-family:kalameh;font-size:16px;padding:5px 0;text-align:justify;width:100%}.Ravi-res-item-back{align-items:center;background:none;border:none;display:flex;justify-content:end;width:100%}.PenText_one-left-item-svg-res{display:flex;gap:10px;justify-content:center;margin-top:36px}.PenText{background:#010a2b;border-radius:10px;box-shadow:inset 0 0 10px 1px #a9a9a9;width:50%}.PenText p{display:flex;font-size:14px;font-weight:700;justify-content:center;padding:15px;text-align:center}}@media only screen and (max-width:500px){.Ravi-res-item-text{font-size:12px;padding:5px 0}.Ravi-res-item-back{font-size:12px}.Ravi-res-item-back-img{width:15px}}.AddHomePage{background:#fff;border-radius:0 0 20px 20px;gap:100px;padding:13px 0;position:absolute;right:0;top:0;width:100%}.AddHomePage,.AddHomePage-text{display:flex;justify-content:center}.AddHomePage-text{color:#020d1b;font-size:20px;font-weight:400;margin:auto 0}.AddHomePage-button{background:#af41c6;border-radius:10px;color:#fff;font-size:20px;font-weight:700;padding:4px 24px}@media screen and (max-width:768px){.AddHomePage{background:#fff;border-radius:0;display:flex;gap:10px;justify-content:center;padding:13px 0;position:absolute;right:0;top:7%;width:100%}}@media screen and (max-width:500px){.AddHomePage{padding:8px 0}.AddHomePage-text{font-size:14px}.AddHomePage-button{font-size:14px;padding:8px 24px}}.Home_wrapper{padding:60px 0;width:100%}.Home_one{align-content:center}.Home_Three,.Home_one{display:flex;justify-content:center}.Home_Three{align-items:center;margin-top:90px}.Home_Three_Box_parent:first-child{margin-left:40px}.Home_Three .Home_Three_Box{align-items:center;background:#091934;border-radius:10px;display:flex;padding:20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Home_Three .Home_Three_Box:hover{cursor:pointer}.Home_Three_Right_Parent{align-items:center;display:flex;flex-direction:column;padding:0 12px}.Home_Three_Box .Home_Three_Title{color:#fff;font-size:20px;font-weight:700;line-height:147.4%;max-width:200px;text-align:center}.Home_Three_Prices{align-items:center;display:flex;flex-direction:column;justify-content:center}.Home_Three_Prices .price{color:#fff;font-size:20px;font-weight:700;line-height:147.4%;margin-top:15px;text-align:center}.Home_Three_Prices .discount_price{align-items:center;display:flex;margin-top:0}.Home_Three_Prices .discount_price .badge{background-color:#fe5c65;border-radius:10px;color:#fff;font-size:11px;font-weight:700;line-height:168.4%;margin-left:8px;padding:0 11.5px;white-space:nowrap}.Home_Three_Prices .Home_Three_Score{align-items:center;display:flex;justify-content:center;margin-top:15px}.Home_Three_Prices .Home_Three_Score img{margin-left:8px;width:32px}.Home_Three_Prices .Home_Three_Score p{font-size:15px;white-space:nowrap}.Home_Three_Prices .discount_price p{font-size:15px;text-decoration-line:line-through;white-space:nowrap}.Home_Three_Box .Home_Three_Banner{height:205px;width:205px}.Home_wrapper .Home_two{margin:65px 0}.Home_Three-right,.Home_one-right{text-align:center;width:50%}.Home_one-right-image{max-width:500px;text-align:center;width:100%}.Home_Three-left,.Home_one-left{width:50%}.Home_one-right-svg{width:20%}.Home_one-right-item-svg{margin-bottom:10px;text-align:center}.Home_Three-item{text-align:center;width:100%}.Home_Three-image{width:30%}.Home_Three-image2{cursor:pointer;width:28%}.Home_responsive-item-pen,.Home_responsive-item-text,.Home_responsive-svg-polygon,.Home_responsive-text,.Home_top{display:none}img{user-drag:none;-webkit-user-drag:none;user-select:none;-moz-user-select:none;-webkit-user-select:none;-ms-user-select:none}@media only screen and (max-width:1200px){.Home_one-right-image{width:60%}.Home_Three .Home_Three_Box{flex-direction:column-reverse}.Home_Three_Box .Home_Three_Banner{margin-bottom:15px}}@media only screen and (max-width:786px){.Home_Three_Prices .Home_Three_Score p{font-size:14px}.Home_Three_Prices .Home_Three_Score img{width:29px}.Home_Three_Box .Home_Three_Title{max-width:160px}.Home_Three_Prices .discount_price p{font-size:12.5px}.Home_Three_Prices .discount_price .badge{font-size:10px}.Home_Three_Box .Home_Three_Title,.Home_Three_Prices .price{font-size:14px}.Home_Three .Home_Three_Box{padding:30px 0}.Home_Three_Box .Home_Three_Banner{height:116px;width:99px}.Home_wrapper{padding:0 0 100px;width:100%}.Home_one,.Mohtava{margin-right:0!important}.Home_Three{padding:0 19px}.Home_one-right{border-radius:0 0 20px 20px;box-shadow:0 5px 10px #455b7f;width:100%}.Home_one-right-image{width:65%}.Home_wrapper .Home_two{margin:25px 0}.Home_one-right-svg{width:20%}.Home_leftbanner{display:none}.Home_Three-image{width:90%}.Home_Three-item{position:relative}.Home_responsive-item-pen{bottom:10%;display:block;position:fixed;text-align:center;z-index:4}.Home_responsive-pen{width:75%}.Home_responsive-item-text{background-color:#fff;border:1px solid #020d1b;border-radius:12px;bottom:30%;display:block;position:fixed;right:15%;text-align:center;width:70%;z-index:4}.Home_responsive-text-one{font-family:kalameh;font-size:14px;padding:10px 0;text-align:center}.text-none{display:none}.Home_responsive-text-two{display:none;font-family:kalameh;font-size:14px;padding:10px 5px;text-align:center}.Home_responsive-text-button-nex{background-color:#fff;border:none;cursor:pointer;margin-right:5px;width:5%}.Home_responsive-text{display:block;padding-top:10px}.Home_responsive-svg-polygon{bottom:-25%!important;display:block;position:absolute;right:10%}.Home_top{align-items:center;-webkit-backdrop-filter:blur(6.4px);backdrop-filter:blur(6.4px);background:hsla(0,0%,100%,0);border:none;color:#fff;display:flex;font-size:12px;height:65px;justify-content:space-between;padding:15px 20px 20px!important;position:absolute;top:0!important;width:100%;z-index:1}.Home_top-center,.Home_top-right{text-align:center}.Home_top-center{font-size:16px;font-weight:700;line-height:22px}.Home_top-left{text-align:center}.Home_one-left{align-items:center;display:flex;justify-content:center;position:absolute;width:100%}.Home_Three_Box_parent:first-child{margin-left:20px}}.Home_top-left-image{color:#fff;width:60%}.Home_one-left-item{background-color:#fff;border:1px solid #020d1b;border-radius:12px;width:100%}.Home_one-left{margin-top:5%}.Home_one-left-item{margin:auto;padding:22px;width:80%}.Home_one-left-item-text{font-family:kalameh;font-size:10px;padding:5px 0;text-align:justify;text-align:right}.Home_one-left-item-svg{margin-right:5%}.Home_one-left-svg{width:20%}.Home_one-left-item-svg-polygon{margin-right:5%;position:absolute}.Blog_wrapper{background-color:#010a2b;width:100%}.blog-back-icon{align-items:center;cursor:pointer;display:flex;justify-content:right;padding:70px 100px 0 0;width:auto}.cart-page .blog-back-icon{padding:30px 100px 0 0}.blog-top-img-container{flex-direction:column;padding:0 100px}.blog-top-img-container,.blog-top-img-container-img{align-items:center;display:flex;justify-content:right;width:100%}.blog-top-img{padding-right:200px}.blog-header-top{align-items:center;display:flex;text-align:center;width:100%}.blog-header-top-span{color:#fff;font-family:KalamehFaNum;font-size:20px;font-style:normal;font-weight:700;padding-left:40px}.blog-slider-container{padding:20px 0}.blog-slider-container-span{font-family:Kalameh;font-size:.75vw;font-style:normal;font-weight:700;padding:10px 0 0}.blog-slider-container-line{background-color:#fff;width:100%}.blog-talar-container{padding:20px 0}.blog-talar-container-firtchild{align-items:center;display:flex;justify-content:space-between;padding:5px 50px}.blog-book-name{font-size:8px;font-weight:700;line-height:27px;white-space:nowrap}.blog-talar-container-text{font-size:1em;font-weight:900;width:50%}.blog-talar-container-introduce{font-size:1em;justify-content:center;width:49%}.blog-talar-container-introduce,.blog-talar-container-subchild{align-items:center;background-color:#fff;border-radius:10px;color:#000;display:flex;gap:5px;padding:10px}.blog-talar-container-subchild{cursor:pointer;font-family:Kalameh;font-size:.75vw;font-weight:700;width:24%}.blog-slider-container-mobile,.blog-talar-container-mobile{display:none}@media screen and (max-width:768px){.blog-talar-container{display:none}.Blog_wrapper{padding-bottom:100px}.blog-top-img{padding-right:0}.blog-back-icon{display:none}.blog-top-img-container-img{justify-content:center}.blog-top-img-container{padding:20px}.blog-header-top-span,.blog-slider-container,.blog-slider-container-span{display:none}.blog-slider-container-mobile{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.blog-imagebook-slider-container{align-items:center;color:#fff;display:flex;flex-direction:column;font-family:KalamehFaNum;font-weight:700;justify-self:center;padding:20px;width:32%}.blog-imagebook-slider{width:100%}.blog-imagebook-slider-innercontainer{background-color:#fff;border-radius:5px;padding:5px}.blog-slider-container-line{display:none}.blog-header-top{font-size:12px;font-weight:700;justify-content:center;margin-top:20px}.blog-top-title{color:#fff;font-size:16px;font-weight:700}.blog-talar-container-mobile{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.blog-talar-container-mobile-span{color:#fff;font-family:KalamehFaNum;font-style:normal;font-weight:700;padding:10px 0}.blog-talar-container-mobile-child{align-items:center;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between;padding:20px 30px;width:100%}.blog-talar-container-mobile-subChild{align-items:center;background-color:#fff;border-radius:10px;color:#000;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:10px;width:48%}.subChild-res{width:100%}.blog-border-top{border-top:1px solid #898989;margin:50px 0 27px;width:70%}}.Box{align-items:center;display:flex;flex-direction:column;font-size:16px;justify-content:center;width:100%;z-index:1}.Box-inside-item-image{text-align:center;width:12%}.Box-inside-image{margin:0;position:relative;-webkit-transform:translateY(70%);transform:translateY(70%);z-index:1}.Box-inside{background:linear-gradient(180deg,#2e1c7d,#3a37e5);border-radius:10px;height:auto;padding:10% 20px 5%;width:100%}.Box-inside-text{color:#fff;margin-top:5px;text-align:center;white-space:nowrap}.Box-inside-item{align-items:center;background-color:#fff;border-radius:15px;display:flex;justify-content:space-between;margin-top:10%;padding:5px 10px;position:relative;width:100%}.Box-inside-item-border-text{font-size:14px;font-weight:400;line-height:140.5%;padding:10px}.Box-inside-item-border-button{text-align:left}.Box-inside-item-button{background:linear-gradient(0deg,#2e1c7d,#3a37e5);border:none;border-radius:18px;color:#fff;cursor:pointer;font-size:14px;font-weight:700;line-height:140.5%;padding:10px;width:30%}.Box-inside-item-button:hover{color:#fff;text-decoration:none}@media only screen and (max-width:1200px){.Box{font-size:14px}}@media only screen and (max-width:786px){.Box{font-size:14px;width:350px}.Box-inside-item-image{text-align:center;width:10.5%}.Box-inside-image{position:relative;z-index:1}.Box-inside{border-radius:10px;height:auto;padding:12% 20px 5%}.Box-inside-text{color:#fff;text-align:center}.Box-inside-item{background-color:#fff;border-radius:15px;margin-top:10%;padding:5px 10px;position:relative}.Box-inside-item-border-text{font-size:12px;padding:10px}.Box-inside-item-border-button{text-align:left}.Box-inside-item-button{font-size:12px;padding:10px;width:30%}}.Button_wrapper{align-items:center;background-color:#fff;border:none;border-radius:34.2105px;display:flex;flex-direction:row-reverse;font-size:20px;justify-content:space-between;line-height:31px;margin-left:auto;max-width:232px;outline:none;padding-left:5px;text-align:left;width:100%}.Button_wrapper,.Button_wrapper:hover{text-decoration:none}.Button_wrapper:hover span{background:#a535bb}.Button_wrapper svg{flex:1 1}.Button_wrapper span{align-items:center;background:#ea15ad;border-radius:34.2105px;box-shadow:-6.84211px 0 10.2632px rgba(0,0,0,.3);color:#fff;cursor:pointer;display:flex;font-size:16px;justify-content:center;padding:12px 0;transition:background-color .3s;white-space:nowrap;width:80%}.Button_wrapper.disabled svg{visibility:hidden}.Button_wrapper.disabled span{background-color:#00000099;color:#ffffff80;pointer-events:none}.Button_wrapper.inset-box-shadow{box-shadow:inset 3px 0 5px rgba(0,0,0,.1)}.Button_wrapper.inset-box-shadow span{box-shadow:none}@media screen and (max-width:1200px){.Button_wrapper{font-size:16px;max-width:220px}}@media screen and (max-width:768px){.Button_wrapper{margin:0 auto;max-width:140px}.Button_wrapper.mobile-right{margin:0}.Button_wrapper svg{margin:auto;max-width:14px}.Button_wrapper span{font-size:12px;line-height:18px}.seeMore-button-parent{margin-top:10px;white-space:nowrap}.seeMore-button-parent .Button_wrapper span{margin-left:3px;padding:12px 7px;width:auto}}.BoxPlural_wrapper{font-size:12px;padding:10px;text-align:center;width:100%}.BoxPlural_inside-item-buttom,.BoxPlural_inside-item-image{text-align:center}.BoxPlural_inside-image{margin:0;position:relative;-webkit-transform:translateY(30%);transform:translateY(30%);z-index:1}.BoxPlural_inside{background-color:#fff;border-radius:10px;box-shadow:inset 0 0 10px 1px #a9a9a9;display:inline-flex;justify-content:center;padding:40px 25px}.BoxPlural_inside-border{border:none;display:inline-flex;text-align:center}.BoxPlural_inside-border-inside{border-radius:20px;box-shadow:1px 1px 20px 1px #b4b1b1;margin:0 10px;padding:5px 15px;width:150px}.BoxPlural_inside-border-center{border-left:1px solid #a9a9a9}.BoxPlural_inside-item-buttom-border{background:linear-gradient(270deg,#2e1c7d,#3a37e5);border-radius:10px;box-shadow:0 3px 1px #fff;color:#fff;cursor:pointer;margin:0;padding:12px 35px;position:relative;z-index:1}.BoxPlural_inside-item-buttom-border:hover{color:#fff;text-decoration:none}@media only screen and (max-width:786px){.BoxPlural_wrapper{font-size:10px;width:350px}.BoxPlural_inside{padding:25px 15px}.BoxPlural_inside-border-inside{width:auto}}.BackArrow_wrapper{align-items:center;background-color:#3a37e5;border:5px solid #010a2b;border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;outline:3px solid #3a37e5;padding:8px;position:absolute;width:50px}.BackArrow_wrapper:after{background:#270a34;border-radius:50%;content:"";-webkit-filter:blur(15px);filter:blur(15px);height:40px;left:70%;position:absolute;top:70%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:40px}@media only screen and (max-width:768px){.BackArrow_wrapper{height:40px;width:40px}.BackArrow_wrapper:after{height:30px;width:30px}}.LoadingSpinner_wrapper{animation:rotate 1.4s linear infinite;-webkit-animation:rotate 1.4s linear infinite;-moz-animation:rotate 1.4s linear infinite;height:27px;position:relative;width:27px}.LoadingSpinner_circle-path{stroke-dasharray:170;stroke-dashoffset:20}@keyframes rotate{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes rotate{to{-webkit-transform:rotate(1turn)}}@media only screen and (max-width:768px){.LoadingSpinner_wrapper{height:22px;width:22px}}.NewComment_wrapper{padding:10px}.NewComment_part1-text{color:#fff;font-size:16px}.NewComment_part2{margin-top:10px}.NewComment_part2-comment{background-color:#fff;border:none;border-radius:10px;color:#020d1b;height:200px;outline:none;padding:15px;resize:none;width:100%}.NewComment_part3{margin-top:10px}.NewComment_part3-button{background-color:#3a37e5;border-radius:10px;color:#fff;cursor:pointer;line-height:27px;padding:15px 20%;width:100%}.NewComment_part4{color:#fff;margin-top:10px}.NewComment_part4-comment{background-color:#020d1b;border-radius:10px;box-shadow:inset 0 0 10px 1px #a9a9a9;padding:10px}.NewComment_part4-comment-item1,.NewComment_part4-comment-item1-right{display:flex}.NewComment_part4-comment-item1-right{text-align:right;width:70%}.NewComment_part4-comment-item1-right-name{color:#fff;margin-right:10px;padding:10px 5px}.NewComment_part4-comment-item1-left-border-button{background:none;border:none;color:#fff;cursor:pointer;font-size:25px;-webkit-transform:rotate(90deg);transform:rotate(90deg)}.NewComment_part4-comment-item1{padding:5px 10px}.NewComment_part4-comment-item1-right{border:none;border-radius:50px;width:300px}.NewComment_part4-comment-item4{display:flex;padding:0 10px}.NewComment_part4-comment-item4-right{display:block;padding:10px 0;text-align:right;width:50%}.NewComment_part4-comment-item4-right-button-dislike-svg,.NewComment_part4-comment-item4-right-button-like-svg{cursor:pointer;width:15px}.NewComment_part4-comment-item4-right-button-dislike-number,.NewComment_part4-comment-item4-right-button-like-number{margin-right:10px}.NewComment_part4-comment-item4-left{padding:15px 0;text-align:left;width:50%}.NewComment_part4-comment-item4-right-button{display:flex}.NewComment_part4-comment-item4-right-button-dislike,.NewComment_part4-comment-item4-right-button-like{align-items:center;background:#fff;border:none;border-radius:18px;color:#000;display:flex;justify-content:center;padding:5px 10px}.NewComment_part4-comment-item4-right-button-dislike{margin-right:5px}.NewComment_part4-comment-item4-left-reply{cursor:pointer}.NewComment_part4-comment-item4-left-reply-text{align-items:center;color:#09d4ff;display:flex;font-size:12px;gap:5px;justify-content:end}.NewComment_part4-comment-item3{padding:0 10px;text-align:right}.NewComment_part4-comment-item3-comment{font-size:12px;text-align:justify}.NewComment_part4-comment-item5{font-size:14px;margin-top:5%;padding:10px 0}.NewComment_part4-comment-item5-button{background-color:#020d1b;border:1px solid #e5e5e5;border-radius:10px;color:#e5e5e5;cursor:pointer;padding:10px 20%;width:100%}.NewComment_part4-comment-item2{display:flex;padding:0 10px}.NewComment_part4-comment-item2-right{text-align:right;width:50%}.NewComment_part4-comment-item2-right-emoji-img{-webkit-filter:grayscale(100%);filter:grayscale(100%);pointer-events:none;width:20px}.NewComment_part4-comment-item2-right-emoji-img.active{-webkit-filter:grayscale(0);filter:grayscale(0)}.NewComment_part4-comment-item2-left{color:#fff;text-align:left;width:50%}.NewComment_replay-comment-box{height:350px;padding:20px}.NewComment_replay-comment-box,.report-box{align-items:flex-start;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;justify-content:space-between;max-width:350px;width:90%}.report-box{height:auto;position:relative}.report-box-inside{padding:40px 25px 20px;width:100%}.report{display:flex;justify-content:center;position:absolute;-webkit-transform:translate(-190%,-80%);transform:translate(-190%,-80%)}.report-box-inside h4{font-size:18px;font-weight:700;line-height:24px;margin-bottom:30px;text-align:center;width:100%}.report-box-label{font-size:16px;line-height:20px;margin-bottom:15px;text-align:right;width:100%}.NewComment_replay-comment-box h4{font-size:18px;font-weight:700;line-height:24px;text-align:center;width:100%}.NewComment_replay-comment-box div.input-group label{font-size:16px;line-height:20px;text-align:right;width:100%}.NewComment_replay-comment-box div.input-group textarea{border:1px solid #020d1b;border-radius:5px;font-size:16px;outline:none;padding:10px;resize:none;width:100%}.report-box-inside div.input-group textarea{border:1px solid #020d1b;border-radius:8px;font-size:16px;margin-bottom:15px;outline:none;padding:10px;resize:none;width:100%}.NewComment_replay-comment-box .NewComment_replay-btns-wrapper,.report-box-inside .NewComment_replay-btns-wrapper{align-items:center;display:flex;justify-content:space-evenly;width:100%}.NewComment_replay-comment-box .NewComment_replay-btns-wrapper button,.report-box-inside .NewComment_replay-btns-wrapper button{border-radius:50px;font-size:16px;font-weight:700;line-height:27px;padding:10px;width:32%}.NewComment_replay-comment-box .NewComment_replay-btns-wrapper button.sendModalBtn{background:#af41c6;color:#fff}.NewComment_replay-comment-box .NewComment_replay-btns-wrapper button.closeModalBtn{background:#fff;box-shadow:1.52166px 1.52166px 3.04332px rgba(0,0,0,.09),inset -1.52166px -1.52166px 6.08663px #fff,inset 1.52166px 1.52166px 7.60829px rgba(0,0,0,.05)}.report-box-inside .NewComment_replay-btns-wrapper button.sendModalBtn{background:#af41c6;color:#fff}.report-box-inside .NewComment_replay-btns-wrapper button.closeModalBtn{background:#fff;box-shadow:1.52166px 1.52166px 3.04332px rgba(0,0,0,.09),inset -1.52166px -1.52166px 6.08663px #fff,inset 1.52166px 1.52166px 7.60829px rgba(0,0,0,.05)}.NewComment-clickButton{background-color:#fff;border-radius:8px;box-shadow:2.375px 2.375px 4.75px rgba(0,0,0,.2);position:absolute;-webkit-transform:translateX(100%);transform:translateX(100%);width:150px}.MyBook-inside-item2-Book-bottom-clickButton-inside-bottom-img,.MyBook-inside-item2-Book-bottom-clickButton-inside-top-img{margin-right:10px}.NewComment-clickButton-inside{padding:13px 3px;width:100%}.NewComment-clickButton-inside-bottom,.NewComment-clickButton-inside-top{align-items:center;cursor:pointer;display:flex;justify-content:start;margin-bottom:5px}.NewComment-clickButton-inside-bottom-text,.NewComment-clickButton-inside-top-text{color:#010a2b;font-size:16px;font-weight:700;margin-right:8px}@media only screen and (max-width:992px){.NewComment-clickButton{background-color:#fff;border-radius:8px;box-shadow:2.375px 2.375px 4.75px rgba(0,0,0,.2);margin-top:20px;position:absolute}}@media only screen and (max-width:768px){.NewComment-clickButton{background-color:#fff;border-radius:8px;box-shadow:2.375px 2.375px 4.75px rgba(0,0,0,.2);margin-top:5px;position:absolute}}.LoadingLeft_wrapper{align-items:center;-webkit-backdrop-filter:blur(1.10663px);backdrop-filter:blur(1.10663px);background:hsla(0,0%,100%,.05);border-radius:3px;display:flex;flex-direction:column;float:left;height:100vh;justify-content:space-between;padding:100px 0 40px;position:fixed;right:100%;text-align:center;top:0;transition:all .3s;width:60px;z-index:5}.LoadingLeft_wrapper-show{right:calc(100% - 60px)}.LoadingLeft_handler{cursor:pointer;left:100%;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:32px}.LoadingLeft_inside{border-radius:50px;height:100%;overflow:hidden;width:13px}.LoadingLeft_inside-loading{background-color:#020d1b;border:1px solid #020d1b;border-radius:50px;height:80%;margin-top:75px}.LoadingLeft_inside-loading-1{height:100%;padding:3px;width:100%}.LoadingLeft_inside-loading-2{background-color:#09d4ff;border-radius:50px;box-shadow:0 0 3px #09d4ff;width:100%;z-index:2}.LoadingLeft_inside-loading-bottom{color:#fff;font-size:14px}.LoadingLeft_inside-loading-bottom-percent{font-size:10px;font-weight:700;line-height:24px}.LoadingLeft_inside-loading-bottom-text{font-size:14px;font-weight:700;line-height:25px}@media only screen and (max-width:768px){.LoadingLeft_wrapper{height:90vh;padding:60px 0}}.Actionmodal{background-color:#020d1b;border-radius:10px;box-shadow:0 -1.24358px 6.21789px rgba(0,0,0,.15),3.73073px 2.48716px 3.73073px rgba(0,0,0,.15),inset -2.48716px -1.24358px 9.94863px hsla(0,0%,100%,.2),inset 1.24358px 2.48716px 9.94863px hsla(0,0%,100%,.2);max-width:380px;width:90%;z-index:2}.Actionmodal-inside-form-label1,.Actionmodal-inside-form-label2{color:#fff;margin-bottom:7px}.Actionmodal-inside{padding:27px 24px;position:relative}.Actionmodal-close-icon{cursor:pointer;left:15px;position:absolute;top:15px;width:20px}.Actionmodal-inside-form{display:grid}.Actionmodal-inside-form-input1,.Actionmodal-inside-form-input2{background-color:#020d1b;border:1px dashed #fff;border-radius:10px;color:#fff;font-size:18px;outline:none}.Actionmodal-inside-form-input1{padding:10px}.Actionmodal-inside-form-input2{padding:10px;resize:none}.Actionmodal-inside-form-label2{margin-top:30px}.Actionmodal-inside-form-input3{color:#020d1b;font-size:10px}.Actionmodal-inside-form-input3-inside{background-color:#020d1b;border:1px dashed #fff;border-radius:10px;color:#fff;cursor:pointer;margin-top:40px;max-width:332px;overflow:hidden;padding:20px;text-align:center;width:100%}.Actionmodal-inside-form-input3-text1,.Actionmodal-inside-form-input3-text2{margin-top:10px}.Actionmodal-inside-form-input3-text2{font-size:14px}.Actionmodal-inside-form-btn{background:#3a37e5;border-radius:10px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;line-height:22px;line-height:27px;margin-top:10px;padding:10px;width:100%}.ActionModalClose{height:100vh;position:absolute;width:100%;z-index:1}.ButtonKonesh_wrapper{align-items:center;background-color:#fff;border:none;border-radius:34.2105px;display:flex;flex-direction:row-reverse;font-size:10px;justify-content:space-between;line-height:31px;margin-left:auto;max-width:232px;outline:none;padding-left:5px;text-align:left;text-decoration:none;width:100%}.ButtonKonesh_wrapper:hover{text-decoration:none}.ButtonKonesh_wrapper:hover span{background:#a535bb}.ButtonKonesh_wrapper svg{flex:1 1}.ButtonKonesh_wrapper span{align-items:center;background:#af41c6;border-radius:34.2105px;box-shadow:-6.84211px 0 10.2632px rgba(0,0,0,.3);color:#fff;cursor:pointer;display:flex;justify-content:center;padding:3px 10px;transition:background-color .3s;white-space:nowrap;width:80%}.ButtonKonesh_wrapper.disabled span{background-color:#00000099;color:#ffffff80;pointer-events:none}.ButtonKonesh_wrapper.inset-box-shadow{box-shadow:inset 3px 0 5px rgba(0,0,0,.1)}.ButtonKonesh_wrapper.inset-box-shadow span{box-shadow:none}@media only screen and (max-width:768px){.Recharg{margin-top:0;max-width:none;padding:0;width:100%}.Recharg-inside-item3{display:flex;justify-content:center;margin-top:28px}.Recharg-inside-item3-inside-right{color:#fff;font-size:12px;margin-top:7px;text-align:center;width:100%}.Recharg-inside-item3-inside-left{color:#fff;font-size:16px;margin-top:7px;text-align:center;width:100%}.Recharg-inside-item3-inside-left-Money{font-size:30px!important}.Recharg-inside-item5{margin-top:68px}.Recharg-inside-item5-top{display:none}.Recharg-inside-item6-button{font-size:12px}.Recharg-inside-item5-bottom-inside{display:block;width:100%}.Recharg-inside-item5-bottom-inside-top{display:flex;justify-content:center;margin-bottom:20px}.Recharg-inside-item4{padding:0 15px}.Recharg-inside-item6{margin:48px 10px 0}.Recharg-inside-item4-inside-bottom-input:focus~label,.Recharg-inside-item4-inside-bottom-input:valid~label{background-color:#010a2b}}.Bookpage,.h_iframe-aparat_embed_frame{width:100%}.Bookpage{color:#020d1b;margin-right:auto;overflow-x:hidden;overflow-y:hidden;position:relative}.Bookpage_BackIcon{align-items:center;display:flex;justify-content:center;position:absolute;right:100px;top:100px}.Bookpage-Loadingleft{position:fixed;width:10%}.Bookpage-responsive{display:none}.Bookpage-item1,.Bookpage-item1-display,.Bookpage-item1-display2,.Bookpage-item1-display3,.Bookpage-item1-display4{display:inline-flex}.Bookpage-item1{height:auto;margin-top:10%;padding:10px 30px;width:100%}.Bookpage-item1-part1-right{margin-left:20px;-webkit-transform:translateY(50px);transform:translateY(50px);width:100px}.Bookpage-item1-part1-right-image{height:auto}.Bookpage-item1-part1-right-border{background-color:#020d1b;border-radius:10px;box-shadow:inset 0 0 10px 1px #a9a9a9;width:200px}.Bookpage-item1-part1-right-border-text{color:#fff;line-height:25px;padding:20px;text-align:center}.Bookpage-item1-part3-right{display:grid;-webkit-transform:translateY(50px);transform:translateY(50px)}.Bookpage-item1-part3-right-svg-bottom{margin-right:40px;-webkit-transform:translateY(90px);transform:translateY(90px);width:75%}.Bookpage-item1-part4-center{position:relative;-webkit-transform:translateY(150px);transform:translateY(150px)}.Bookpage-item1-part4-center-image{z-index:1}.Bookpage-item1-part4-image-book{left:43%;position:absolute;top:2px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:39%}.Bookpage-item1-part4-center-image-div{position:relative}.Bookpage-item1-part4-center-jeld-image{margin-top:5px;position:absolute;-webkit-transform:translateX(119px);transform:translateX(119px);width:78px;z-index:3}.Bookpage-item1-part5-center{-webkit-transform:translateY(80px);transform:translateY(80px);width:200px}.Bookpage-item1-part5-center-top{color:#fff;text-align:center}.Bookpage-item1-part5-center-top-text1{font-size:12px;margin-bottom:10px}.Bookpage-item1-part5-center-top-text2,.Bookpage-item1-part5-center-top-text3{font-size:26px;margin-bottom:20px}.Bookpage-item1-part5-center-center{margin-top:20%}.Bookpage-item1-part5-center-top2{color:#fff;margin-top:30px;text-align:center}.Bookpage-item1-part5-center-center2{margin-top:15%}.Bookpage-item1-part5-center-bottom{margin-right:20px;-webkit-transform:translateY(100px);transform:translateY(100px)}.Bookpage-item1-part6-left{margin-right:10px}.Bookpage-item1-part6-left-bottom,.Bookpage-item1-part6-left-top{width:300px}.Bookpage-item1-part6-left-bottom{-webkit-transform:translateY(30px);transform:translateY(30px)}.Bookpage-item2{display:inline-flex;height:250px;padding:0 40px}.Bookpage-item2-part1-right-top-fortext{-webkit-transform:translateY(70px);transform:translateY(70px);width:200px}.Bookpage-item2-part1-right-top{font-size:16px;text-align:center}.Bookpage-item2-part1-right-top-text1{color:#fff;line-height:25px;text-align:right}.Bookpage-item2-part1-right-center{-webkit-transform:translateY(100px);transform:translateY(100px);width:60%}.Bookpage-item2-part1-right-left{display:inline-flex;pointer-events:none;-webkit-transform:translateX(-50px);transform:translateX(-50px)}.Bookpage-item2part2-right-line{margin-right:10px;-webkit-transform:translateY(160px);transform:translateY(160px);width:200px}.Bookpage-item2-part1-right-bottom-bottom,.Bookpage-item2-part1-right-bottom-top{-webkit-transform:translateY(-40px);transform:translateY(-40px);width:290px}.Bookpage-item2-part1-right-bottom-bottom{margin-top:20px}.Bookpage-item2-part1-right-bottom{padding:20px;-webkit-transform:translateY(5px);transform:translateY(5px)}.Bookpage-item2-part1-right{width:300px}.Bookpage-item2part2-right-image{-webkit-transform:translateX(-60px);transform:translateX(-60px)}.Bookpage-item2-part1-center-top{color:#fff;line-height:25px}.Bookpage-item3-part1-right{display:inline-flex}.Bookpage-item3{margin-top:50px;padding:0 30px}.Bookpage-item3-inside{display:inline-flex}.Bookpage-item3-part1{margin-top:20px;width:300px}.Bookpage-item3-part2{-webkit-transform:translateX(-40px);transform:translateX(-40px);width:250px}.Bookpage-item3-part1-right-inside-right-line{width:70%}.Bookpage-item3-part3{text-align:center;width:200px}.Bookpage-item3-part3-center-top{color:#fff;font-size:16px;line-height:25px;padding:1 15px;text-align:right}.Bookpage-item3-part3-center-top-text2{margin-top:20px}.Bookpage-item3-part3-center-bottom{-webkit-transform:translateY(40px);transform:translateY(40px)}.Bookpage-item3-part4{-webkit-transform:translateX(-20px);transform:translateX(-20px);width:250px}.Bookpage-item3-part5{width:300px}.Bookpage-item4{padding:0 10%;width:100%}.Bookpage-item4-inside{display:inline-flex;width:100%}.Bookpage-item4-part1-right-top{color:#fff;line-height:25px;margin-top:30px;padding:0 5px;-webkit-transform:translateX(-140px);transform:translateX(-140px);width:250px}.Bookpage-item4-part1-right-top-text-1{font-size:18px}.Bookpage-item4-part1-right-top-text-2{font-size:12px}.Bookpage-item4-part1-right-botttom{margin-top:20px;position:relative}.Bookpage-item4-part1-right-botttom span:hover{color:#eee}.Bookpage-item4-part1-right-botttom-img{padding:0 20px;position:absolute;-webkit-transform:translate(-29%,2%);transform:translate(-29%,2%);width:279px}.Bookpage-item4-part1-right-botttom-img-bottom,.Bookpage-item4-part1-right-botttom-img-top{display:flex;justify-content:space-between;text-align:center;width:100%}.Bookpage-item4-part1-right-botttom-img-bottom{margin-top:20px}.Bookpage-item4-part1-item-ButtonKonesh{cursor:pointer;height:30px}.Bookpage-item4-part1-right-ButtonKonesh span{color:#fff;cursor:pointer;font-size:12px;font-weight:700;line-height:18px;padding:5px;position:absolute;transition:all .3s}.Bookpage-item4-part1-right-botttom span.poster-action{right:8%;top:41.5%}.Bookpage-item4-part1-right-botttom span.image-action{left:27%;top:18%}.Bookpage-item4-part1-right-botttom span.podcast-action{left:11%;top:45%}.Bookpage-item4-part1-right-botttom span.drawComic-action{right:28%;top:28%}.Bookpage-item4-part2-center{height:100px;-webkit-transform:translateY(170px);transform:translateY(170px);width:250px}.Bookpage-item4-part2-left-bottom,.Bookpage-item4-part2-left-top{width:300px}.Bookpage-item3-part4-line{margin-top:80%;-webkit-transform:translateX(190px);transform:translateX(190px);width:450px}.Bookpage-item4-part2-left-botton{text-align:center}.Bookpage-item4-part2-left-botton-border{background-color:#020d1b;border-radius:10px;box-shadow:inset 0 0 10px 1px #a9a9a9;width:250px}.Bookpage-item4-part2-left-botton-border-text1{color:#fff;padding:20px 20px 10px;text-align:center}.Bookpage-item4-part2-left-botton-border-text2{color:#fff;padding:0 20px 20px;text-align:center}.Bookpage-item4-part2-left-botton-image{text-align:center;width:250px}.Bookpage-item4-part2-left-botton-image-pen{width:50%}.Bookpage-item4-part1-right-botttom-item-first{margin-top:15px}.Bookpage-item4-part2-left-botton-box{margin-right:-70px}.Bookpage-item4-part2-left-botton-box-emoji{display:inline-block}.Bookpage-item5-inside{-webkit-transform:translateX(-60%);transform:translateX(-60%);width:450px}.Bookpage-item5-inside-image,.Bookpage-item6{width:100%}.Bookpage-item6-inside{display:inline-flex;padding:0 50px;text-align:center}.Bookpage-item6-inside-right{width:350px}.Bookpage-item6-inside-right-comment{background:#020d1b;border-radius:6px;cursor:pointer;-webkit-filter:drop-shadow(0 4px 4px rgba(0,0,0,.25)) drop-shadow(0 4px 4px rgba(0,0,0,.25));filter:drop-shadow(0 4px 4px rgba(0,0,0,.25)) drop-shadow(0 4px 4px rgba(0,0,0,.25));margin:24px 40px 15px 0;padding:9px 0;width:247px}.Bookpage-item6-inside-right-text{color:#fff}.Bookpage-item6-inside-center{margin-right:50px;text-align:center;-webkit-transform:translateY(30%);transform:translateY(30%)}.Bookpage-item6-inside-center-bottom,.Bookpage-item6-inside-center-top{width:300px}.Bookpage-item6-inside-left{margin-right:50px;-webkit-transform:translateY(55%);transform:translateY(55%);width:300px}.Bookpage-item7{padding:0 10%;-webkit-transform:translateX(-70px);transform:translateX(-70px)}.Bookpage-item7-inside{display:inline-flex}.Bookpage-item7-inside-box{-webkit-transform:translateY(-20px);transform:translateY(-20px)}.Bookpage-item7-inside-line{width:450px}.Bookpage-item8-inside-right{display:inline-flex;font-size:16px;margin-right:40px;text-align:center;width:60%}.Bookpage-item8-inside-right-pre,.Bookpage-item8-inside-right-pre-border-buttom{position:relative}.Bookpage-item8-inside-right-nex{display:inline-flex;margin-right:30px;-webkit-transform:translateY(10%);transform:translateY(10%)}.Bookpage-item8-inside-right-nex-border-buttom{margin-right:20px}.Bookpage-item8-inside-left{text-align:end;width:100%}.Bookpage-item8-inside-left img{width:100%}.Bookpage-item8-inside{display:flex;flex-wrap:wrap}.Bookpage-item8-inside-right{color:#fff}.Loadingleft-responsive{display:none}.Bookpage-item4-part2-left-botton-box-emoji-img{cursor:pointer;-webkit-filter:grayscale(100%);filter:grayscale(100%)}.Bookpage-item4-part2-left-botton-box-emoji-img.active{cursor:pointer;-webkit-filter:grayscale(0);filter:grayscale(0)}.Bookpage_BackArrow{align-items:center;background-color:#3a37e5;border:5px solid #010a2b;border-radius:50%;bottom:120%;cursor:pointer;display:flex;height:50px;justify-content:center;left:50%;outline:3px solid #3a37e5;padding:8px;position:absolute;-webkit-transform:translateX(-50%) rotate(90deg);transform:translateX(-50%) rotate(90deg);width:50px}.Bookpage_BackArrow:after{background:#270a34;border-radius:50%;content:"";-webkit-filter:blur(15px);filter:blur(15px);height:40px;left:70%;position:absolute;top:70%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:40px}.d-desktop-none{display:none}@media screen and (max-width:1400px) and (min-width:1200px){.Bookpage-item3-part3{width:175px}.Bookpage-item1-part1-right-border{width:170px}.Bookpage-item1-part1-right-border-text{font-size:14px}.Bookpage-item1-part3-right{width:135px}.Bookpage-item1-part3-right-svg-top{width:188px}.Bookpage-item1-part3-right-svg-bottom{width:200px}.Bookpage-item1-part4-center-image,.Bookpage-item1-part5-center{width:160px}.Button_wrapper span{font-size:13px}.Box-inside{width:90%}.Box-inside-text{font-size:14px}.Bookpage-item1-part5-center-top-text1{font-size:8px}.Bookpage-item1-part5-center-top-text2,.Bookpage-item1-part5-center-top-text3{font-size:20px}.Bookpage-item1-part5-center-center{-webkit-transform:translateX(0);transform:translateX(0)}.Bookpage-item1-part5-center-bottom{margin-right:0!important}.Bookpage-item2-part1-right-left{width:50%}.Bookpage-item2part2-right-image{-webkit-transform:translateX(-20px);transform:translateX(-20px)}.Bookpage-item3{padding:0 50px}.Bookpage-item1-part3-right-svg-bottom{margin-right:0!important;width:170px}.Bookpage-item3-part2{width:190px}.Bookpage-item3-part4{-webkit-transform:translateX(0);transform:translateX(0);width:170px}.Bookpage-item3-part4-image{width:160px}.Bookpage-item3-part1{width:250px}.Bookpage-item3-part1-right-inside-right-line{width:150px}.Bookpage-item3-part4-line{width:400px}.Bookpage-item1-part4-center-jeld-image{margin-top:-9px;position:absolute;-webkit-transform:translateX(106px);transform:translateX(106px);width:78px;z-index:3}}@media screen and (max-width:1200px) and (min-width:992px){.Bookpage-item1-part3-right{width:150px}.Bookpage-item1-part3-right-svg-bottom,.Bookpage-item1-part3-right-svg-top{width:200px}.Bookpage-item1-part4-center-image{width:160px}.Bookpage-item1-part5-center{width:120px}.Bookpage-item1-part5-center-top-text1{font-size:8px}.Bookpage-item1-part5-center-top-text2,.Bookpage-item1-part5-center-top-text3{font-size:20px}.Bookpage-item1-part5-center-center{-webkit-transform:translateX(0);transform:translateX(0)}.Bookpage-item1-part5-center-bottom{margin-right:0!important}.Bookpage-item2-part1-right-left{width:200px}.Bookpage-item2part2-right-image{-webkit-transform:translateX(-20px);transform:translateX(-20px)}.Bookpage-item3{padding:0 40px}.Bookpage-item1-part3-right-svg-bottom{margin-right:0!important}.Bookpage-item3-part2{-webkit-transform:translateX(-20px);transform:translateX(-20px);width:170px}.Bookpage-item3-part4{-webkit-transform:translateX(0);transform:translateX(0);width:170px}.Bookpage-item3-part4-image{width:160px}.Bookpage-item3-part1{width:250px}.Bookpage-item3-part1-right-inside-right-line{width:150px}.Bookpage-item3-part4-line{width:400px}.Bookpage-item1-part4-center-jeld-image{margin-top:-7px;-webkit-transform:translateX(105px);transform:translateX(105px);z-index:3}}@media only screen and (max-width:768px){.d-desktop-none{display:block}.d-mob-none{display:none!important}.Bookpage-item1-part5-center-center{margin-top:15%}.parent-book-price,.parent-book-price div{display:flex;width:100%}.parent-book-price div{align-items:center;flex-direction:column;margin-top:8px}.Bookpage_BackArrow{height:40px;width:40px}.Bookpage_BackArrow:after{height:30px;width:30px}.Bookpage{margin-right:0;padding-bottom:84px;width:100%}.Bookpage_BackIcon{right:40px;top:40px}.Bookpage-responsive{display:block;text-align:center}.Bookpage-item1{display:block;text-align:center!important}.Bookpage-item1-part3-right{display:none}.Bookpage-item4-part2-left-botton-box{margin-right:0}.Bookpage-item1-part4-center{-webkit-transform:translateY(0);transform:translateY(0);width:160px}.Bookpage-item1-part5-center-bottom{margin-bottom:25%;margin-right:10px;-webkit-transform:translateY(60px);transform:translateY(60px)}.Bookpage-item1-part4-center-image{width:160px}.Bookpage-item1-display2{display:flex!important;justify-content:center;width:100%}.Bookpage-item1-part5-center{-webkit-transform:translateY(0);transform:translateY(0)}.Bookpage-item1-part6-left{margin-right:0}.Bookpage-item1-part6-left-bottom{-webkit-transform:translateY(0);transform:translateY(0)}.Bookpage-item1-part5-center-top-text2,.Bookpage-item1-part5-center-top-text3{font-size:20px}.Bookpage-item2{display:flex;height:auto;justify-content:center;width:100%}.BBookpage-item3-part4-inside-line,.Bookpage-item3-part1-right-inside-right-line,.Bookpage-item3-part2,.Bookpage-item3-part4-line,.Bookpage-item4-part2-left-botton-line,.Bookpage-item5,.Bookpage-item7-inside-line{display:none}.Bookpage-item1-display3{display:inline-flex}.Bookpage-item3-inside{display:block}.Bookpage-item1-display3{display:flex;width:100%}.Bookpage-item3-part3{display:flex;justify-content:end;width:50%}.Bookpage-item3-part4{-webkit-transform:translateX(0);transform:translateX(0);width:50%}.Bookpage-item3-part4-image{width:160px}.Bookpage-item4,.Bookpage-item4-inside{text-align:center}.Bookpage-item4{width:100%}.Bookpage-item4-part1-right-top{color:#fff;line-height:25px;margin-top:30px;padding:0 5px;-webkit-transform:translateX(0);transform:translateX(0);width:100%}.Bookpage-item4-part1-right-botttom-image{width:300px}.Bookpage-item1-display4,.Bookpage-item4-part1-right{display:block}.Bookpage-item4-part2-center{display:flex;height:auto;justify-content:center;margin:20px 0;-webkit-transform:translateY(0);transform:translateY(0);width:100%}.Bookpage-item4-part2-left-botton-border,.Bookpage-item4-part2-left-botton-image{width:300px}.Bookpage-item6-inside{display:block}.Bookpage-item6-inside-right{display:flex;justify-content:center;width:100%}.Bookpage-item6-inside-center{margin-right:0;padding:0 30px;-webkit-transform:translateY(0);transform:translateY(0)}.Bookpage-item6-inside-left{display:flex;justify-content:center;margin-right:0;width:100%}.Comment{width:70%}.Bookpage-item6-inside{padding:0}.Bookpage-item6{margin-bottom:30px}.Bookpage-item7-inside{display:block}.Bookpage-item7{padding:0;-webkit-transform:translateX(0);transform:translateX(0)}.Bookpage-item8{margin-top:0;padding:0}.Bookpage-item8-inside-left{text-align:center;width:100%}.Bookpage-item8-inside-left-image{width:100%}.Bookpage-item8-inside-right{margin:40px 0;width:100%}.Bookpage-item8-inside-right-nex,.Bookpage-item8-inside-right-pre{width:50%}.Bookpage-item3-part3-center-top{padding:1 15px;text-align:right;width:150px}.Bookpage-item2-part1-right{width:100%}.Bookpage-item2-part1-right,.Bookpage-item2-part1-right-top{display:flex;justify-content:center}.Bookpage-item2-part1-right-left{display:flex;-webkit-transform:translateX(0);transform:translateX(0)}.Bookpage-display5{display:flex;margin-top:10%;width:24%}.Bookpage-item2part2-right-image{-webkit-transform:translateX(0);transform:translateX(0);width:210px}.Bookpage-item1-part6-left-bottom,.Bookpage-item1-part6-left-top{display:flex;justify-content:center;justify-items:center;text-align:center;width:100%}.Bookpage-display6{display:block;width:100%}.Bookpage-item3{padding:0;width:100%}.Bookpage-item3-part1{margin-top:0;padding:0 30px;width:100%}.Bookpage-item2-part1-right-bottom-bottom,.Bookpage-item2-part1-right-bottom-top{display:flex;justify-content:center;justify-items:center;text-align:center;width:100%}.Bookpage-item3-part5{display:flex;justify-content:center;margin-bottom:20px;padding:0 30px;width:100%}.Bookpage-item4-inside{display:flow-root;width:100%}.Bookpage-item4-part2-left-bottom,.Bookpage-item4-part2-left-center,.Bookpage-item4-part2-left-top,.Bookpage-item6-inside-center-bottom,.Bookpage-item6-inside-center-top{display:flex;justify-content:center;width:100%}.Bookpage-item7-inside-box{display:flex;justify-content:center;-webkit-transform:translateY(-20px);transform:translateY(-20px)}.Bookpage-item2-part1-right-top-fortext{-webkit-transform:translateY(0);transform:translateY(0)}.Bookpage-item2-part1-right-center{-webkit-transform:translateY(20px);transform:translateY(20px)}.Bookpage-display7{display:grid;justify-content:center}.Bookpage-item8-inside{display:flex;display:block}.Loadingleft-desktop{display:none}.Loadingleft-responsive{display:block}.Bookpage-item1-part4-center-jeld-image{margin-top:5px;position:absolute;-webkit-transform:translateX(106px);transform:translateX(106px);width:70px;z-index:3}.Bookpage-item4-part1-right-botttom{margin:90px auto 0;width:-webkit-max-content;width:max-content}.Bookpage-item4-part1-right-botttom span{font-size:12px;white-space:nowrap}.Bookpage-item4-part1-right-botttom span.image-action{left:27%;top:16%}.Bookpage-item4-part1-right-botttom span.podcast-action{left:10%;top:44%}.Bookpage-item4-part1-right-botttom span.drawComic-action{top:26%}.Bookpage-item4-part1-right-botttom-img{left:50%;padding:0 20px;position:absolute;-webkit-transform:translate(-54%,-30%);transform:translate(-54%,-30%);width:300px}.Bookpage-item4-part1-right-botttom-img-top{display:flex;justify-content:space-between;text-align:center;width:100%}.Bookpage-item4-part1-right-botttom-item-first{margin-top:20px}.Bookpage-item4-part1-right-botttom-img-bottom{display:flex;justify-content:space-between;margin-top:20px;text-align:center;width:100%}.Bookpage-item4-part1-item-ButtonKonesh{cursor:pointer;height:30px}.Bookpage-item6-inside-right-comment{margin-right:0}}.NavBar_wrapper{align-items:center;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px);background:rgba(0,0,0,.25);border-radius:0 0 20px 20px;display:flex;justify-content:space-between;left:0;padding:20px 35px;position:fixed;top:0;width:100%;z-index:99}.NavBar_wrapper .NavBar_wrapper-menu-wrapper{max-width:520px;width:100%}.NavBar_wrapper .NavBar_wrapper-hamburger-menu-button{background-color:initial;border:none;cursor:pointer;display:none;outline:none}.NavBar_wrapper #hamburger-menu-input:checked~.NavBar_wrapper-mobile-menu-wrapper{right:0}.NavBar_wrapper .NavBar_wrapper-mobile-menu-wrapper{align-items:stretch;display:none;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:right .3s;width:100%}.NavBar_wrapper .NavBar_wrapper-mobile-menu-wrapper .NavBar_wrapper-mobile-menu-wrapper-content{align-items:flex-start;background-color:#fff;flex-direction:column;height:100vh;justify-content:center;max-width:188px;width:50%}.NavBar_wrapper .NavBar_wrapper-mobile-menu-wrapper .NavBar_wrapper-mobile-menu-wrapper-close{flex:1 1;height:100vh}.NavBar_wrapper .NavBar_wrapper-mobile-menu-wrapper .NavBar_wrapper-mobile-menu-wrapper-top{margin-bottom:6px;padding:24px 36px;width:100%}.NavBar_wrapper .NavBar_wrapper-mobile-menu-wrapper .NavBar_wrapper-mobile-menu-list{display:flex;flex-wrap:wrap;width:100%}.NavBar_wrapper .NavBar_wrapper-mobile-menu-wrapper .NavBar_wrapper-mobile-menu-list .NavBar_wrapper-mobile-menu-list-item{background-color:initial;color:#020d1b;padding:10px 36px;text-decoration:none;transition:all .3s;width:100%}.NavBar_wrapper .NavBar_wrapper-mobile-menu-wrapper .NavBar_wrapper-mobile-menu-list .NavBar_wrapper-mobile-menu-list-item.active,.NavBar_wrapper .NavBar_wrapper-mobile-menu-wrapper .NavBar_wrapper-mobile-menu-list .NavBar_wrapper-mobile-menu-list-item:hover{background-color:#eaeaea}.NavBar_wrapper .NavBar_wrapper-mobile-menu-wrapper .NavBar_wrapper-mobile-menu-wrapper-bottom{margin-top:auto;padding:33px 0;text-align:center;width:100%}.NavBar_wrapper .NavBar_wrapper-mobile-menu-wrapper .NavBar_wrapper-mobile-menu-wrapper-bottom p{color:#020d1b;font-size:12px;font-weight:bolder;line-height:27px;margin:0}.NavBar_wrapper .NavBar_wrapper-menu-wrapper .NavBar_wrapper-menu-list{align-items:center;display:flex;justify-content:space-between;list-style:none;margin-bottom:0;width:100%}.NavBar_wrapper .NavBar_wrapper-menu-wrapper .NavBar_wrapper-menu-list .NavBar_wrapper-menu-item{font-size:20px;line-height:27px}.NavBar_wrapper .NavBar_wrapper-menu-wrapper .NavBar_wrapper-menu-list .NavBar_wrapper-menu-item a{color:#fff;padding:5px;text-decoration:none;transition:all .3s}.NavBar_wrapper .NavBar_wrapper-menu-wrapper .NavBar_wrapper-menu-list .NavBar_wrapper-menu-item a:hover{color:#01cbfb}.NavBar_wrapper .NavBar_wrapper-menu-wrapper .NavBar_wrapper-menu-list .NavBar_wrapper-menu-item a.active{border-bottom:1px solid #01cbfb;color:#01cbfb;position:relative}.NavBar_wrapper .NavBar_wrapper-menu-wrapper .NavBar_wrapper-menu-list .NavBar_wrapper-menu-item a.active:before{background:#01cbfb;border-radius:50%;content:"";-webkit-filter:blur(17px);filter:blur(17px);height:75%;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:130%}.NavBar_wrapper .NavBar_wrapper-logo-wrapper{width:55px}.NavBar_wrapper .NavBar_wrapper-logo-wrapper img{width:100%}@media screen and (max-width:1200px){.NavBar_wrapper{padding:18px 30px}.NavBar_wrapper .NavBar_wrapper-menu-wrapper{max-width:500px}.NavBar_wrapper .NavBar_wrapper-menu-wrapper .NavBar_wrapper-menu-list .NavBar_wrapper-menu-item{font-size:16px;line-height:24px}}@media screen and (max-width:992px){.NavBar_wrapper .NavBar_wrapper-menu-wrapper{max-width:400px}}@media screen and (max-width:768px){.NavBar_wrapper{padding:18px 24px;width:100%}.nav-bar-hidden{order:2;width:40px}.NavBar_wrapper .NavBar_wrapper-hamburger-menu-button{display:flex}.NavBar_wrapper .NavBar_wrapper-logo-wrapper{width:45px}.NavBar_wrapper .NavBar_wrapper-menu-wrapper{display:none}.NavBar_wrapper .NavBar_wrapper-logo-wrapper{order:1}.NavBar_wrapper .NavBar_wrapper-mobile-menu-wrapper{display:flex}}.Comment_wrapper{background:#fff;background-color:#fff;border-radius:20px;max-width:400px;padding:24px 32px;position:relative}.Comment_wrapper img{border:5px solid #020d1b;border-radius:50%;height:100px;position:absolute;top:-50px;width:100px;z-index:2}.Comment_wrapper h5{color:#020d1b;font-size:14px;line-height:19px;margin-bottom:12px;text-align:right}.Comment_wrapper p{color:#020d1b;font-size:16px;font-weight:100!important;line-height:26px;margin:0}.Comment_wrapper img.left{left:-60px}.Comment_wrapper img.right{right:-60px}@media only screen and (max-width:992px){.Comment_wrapper{border-radius:12px;max-width:300px;padding:20px 26px 20px 5px;width:100%}.Comment_wrapper img{border:3px solid #020d1b;height:63px;top:-31.5px;width:63px}.Comment_wrapper h5{font-size:10px;line-height:12px;margin-bottom:4px}.Comment_wrapper p{font-size:10px;line-height:16px}.Comment_wrapper img.left{left:-35px}.Comment_wrapper img.right{right:-35px}}@media only screen and (max-width:768px){.Comment_wrapper{border-radius:12px;max-width:none;padding:20px 26px 20px 5px;width:100%}.Comment_wrapper img{border:3px solid #020d1b;height:63px;top:-31.5px;width:63px}.Comment_wrapper h5{font-size:10px;line-height:12px;margin-bottom:4px}.Comment_wrapper p{font-size:10px;line-height:16px}.Comment_wrapper img.left{left:-35px}.Comment_wrapper img.right{right:-35px}}.ComponentPoster{cursor:pointer;height:80vh!important}@media screen and (max-width:768px){.ComponentPoster{width:80%!important}}.Landing_main{background-color:#010d1b;padding:80px 0 0;width:100%}.w-md-10{width:40px}.max-w-130px{max-width:130px!important}.Landing_main .Landing_main-first-section{align-items:stretch;background-image:url(/static/media/first-section-background.923571ec60fa3e263294.svg);background-position:50%;background-repeat:no-repeat;display:flex;flex-wrap:wrap;justify-content:center;padding-top:50px}.Landing_main .Landing_main-first-section .Landing_main-first-section-left,.Landing_main .Landing_main-first-section .Landing_main-first-section-right{align-items:center;display:flex;justify-content:center;width:50%}.Landing_main .Landing_main-first-section .Landing_main-first-section-right{margin-top:28px;z-index:1}.Landing_main .Landing_main-first-section .Landing_main-first-section-left{z-index:2}.Landing_main .Landing_main-first-section .Landing_main-first-section-left img{width:75%}.Landing_main .Landing_main-first-section .Landing_main-first-section-right .Landing_main-first-section-right-wrapper{max-width:475px;width:100%}.Landing_main .Landing_main-first-section .Landing_main-first-section-right .Landing_main-first-section-right-wrapper img{margin-bottom:12px;width:243px}.Landing_main .Landing_main-first-section .Landing_main-first-section-right .Landing_main-first-section-right-wrapper p{color:#fff;font-size:22px;font-weight:400!important;line-height:44px;margin-bottom:75px;width:100%}.faq-row-wrapper{width:100%}.Landing_main .Landing_main-first-section .Landing_main-first-section-right .Landing_main-first-section-right-wrapper p span{border-bottom:1px solid #ea15ad;font-size:inherit;padding-bottom:5px}.Landing_main-second-section{align-items:center;background-color:#010d1b;display:flex;justify-content:center;padding:219px 0 99px;width:100%}.Landing_main-second-section p{background:linear-gradient(180deg,rgba(97,0,255,.3),#082366 90%);border-radius:28px;color:#fff;font-size:18px;font-weight:400!important;line-height:182.32%;max-width:800px;padding:16px 38px;position:relative;text-align:right;text-align:justify;width:90%}.Landing_main-second-section .Landing_main-second-section-img{height:130px;left:-13%;position:absolute;top:-20%}.Landing_main-third-section{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding:0 261px;width:100%}.Landing_main-third-section .Landing_main-third-section-top-row{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:40px;width:100%}.Landing_main-third-section .Landing_main-third-section-top-row>img{margin-top:45px;width:70px}.Landing_main-third-section .Landing_main-third-section-top-row .Landing_main-third-section-award-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Landing_main-third-section .Landing_main-third-section-top-row .Landing_main-third-section-award-wrapper img{margin-bottom:24px}.Landing_main-third-section .Landing_main-third-section-top-row .Landing_main-third-section-award-wrapper p{font-size:13px;font-weight:400;font-weight:100!important;line-height:28px;margin:0}.Landing_main-third-section .Landing_main-third-section-top-row .Landing_main-third-section-award-wrapper p span{font-size:22px;font-weight:900;margin-left:2px}.Landing_main-third-section .Landing_main-third-section-bottom-row{align-items:flex-start;display:flex;justify-content:space-evenly;margin-bottom:40px;width:100%}.Landing_main-third-section .Landing_main-third-section-bottom-row>img{margin-top:45px}.Landing_main-third-section .Landing_main-third-section-bottom-row .Landing_main-third-section-award-wrapper{align-items:center;display:flex;flex-direction:column;justify-content:start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.Landing_main-third-section .Landing_main-third-section-bottom-row .Landing_main-third-section-award-wrapper img{margin-bottom:24px}.Landing_main-third-section .Landing_main-third-section-bottom-row .Landing_main-third-section-award-wrapper p{font-size:12px;font-weight:400;font-weight:100!important;line-height:28px;margin:0}.Landing_main-third-section .Landing_main-third-section-bottom-row .Landing_main-third-section-award-wrapper p span{font-size:22px;font-weight:900;margin-left:2px}.Landing_main-fourth-section{align-items:center;background-color:#fff;display:flex;flex-wrap:wrap;justify-content:center;margin:100px 0;padding:23px 77px 55px;position:relative}.Landing_main-fourth-section-half-circle-for-top-left{left:0;position:absolute;top:0}.Landing_main-fourth-section h2{color:#020d1b;font-size:32px;font-weight:400;line-height:166.32%;margin-bottom:50px;text-align:center;width:100%}.Landing_main-fourth-section-awards-wrapper{align-items:center;display:flex;justify-content:space-around;width:100%}.Landing_main-fourth-section-awards-item{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:0 5px}.Landing_main-fourth-section-awards-item .Landing_main-fourth-section-awards-item-info-container{background-color:#f3f3f3;border-radius:50%;height:144px;width:144px}.Landing_main-fourth-section-awards-item .Landing_main-fourth-section-awards-item-info-container .award-count{color:#020d1b;font-size:16px;line-height:25px;padding:7px;text-align:left}.Landing_main-fourth-section-awards-item .Landing_main-fourth-section-awards-item-info-container .award-image{align-items:center;display:flex;justify-content:center;width:75%}.Landing_main-fourth-section-awards-item .Landing_main-fourth-section-awards-item-info-container .award-image img{max-height:100px}.Landing_main-fourth-section-awards-item .Landing_main-fourth-section-awards-item-info-container .award-count span{font-size:54px}.Landing_main-fourth-section-awards-item .award-title{color:#020d1b;font-size:14px;font-weight:400!important;line-height:25px;margin-top:30px}.Landing_main-seventh-section-right-h2-img{margin-right:15px;width:50px}.Landing_main-fives-section{padding:0 100px}.Landing_main-fives-section h2{color:#fff;font-size:30px;line-height:166.32%;margin-bottom:20px}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-top-row{align-items:center;display:flex;gap:10px;justify-content:space-around;margin:10px 0 30px;width:100%}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-top-row img:first-child{margin-top:-6%;width:5%}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-top-row img.arrow{width:7%}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-top-row div.adventure-step{max-width:300px;text-align:center;width:15%}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-top-row div.adventure-step img{margin-bottom:15px;width:100%}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-top-row div.adventure-step p{font-size:20px;font-weight:100!important;line-height:33px;margin:0;white-space:nowrap}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-bottom-row{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-evenly;width:100%}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-bottom-row div.adventure-step{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:300px;text-align:center;width:15%}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-bottom-row div.adventure-step img{margin-bottom:15px;width:100%}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-bottom-row div.adventure-step p{font-size:20px;font-weight:100!important;line-height:33px;margin:0;text-align:center;white-space:nowrap}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-bottom-row div.adventure-step:last-child p{font-size:20px;font-weight:400!important;line-height:37px}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-bottom-row div.adventure-step:last-child p span{color:#fae764}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-bottom-row img:first-child{margin:-6% 0 0 4%;-webkit-transform:scaleX(-1);transform:scaleX(-1);width:5%}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-bottom-row img.arrow{-webkit-transform:scaleX(-1);transform:scaleX(-1);width:7%}.Landing_main-sixth-section{align-items:flex-start;display:flex;flex-direction:column;justify-content:start;padding:150px 0 50px;width:100%}.Landing_main-sixth-section h1{border-bottom:1px solid #fff;color:#fff;font-size:32px;line-height:166.32%;margin-bottom:50px;margin-right:80px;padding-left:35px}.Landing_main-sixth-section .slider-wrapper{width:100%}.Landing_main-seventh-section{align-items:center;display:flex;justify-content:space-between;margin-bottom:70px;padding:50px 75px;width:100%}.Landing_main-seventh-section .Landing_main-seventh-section-right{border-right:1px solid #fff;max-width:500px;padding-right:20px;width:50%}.Landing_main-seventh-section .Landing_main-seventh-section-right h2{color:#fff;font-size:36px;line-height:26px;margin-bottom:18px;text-align:right;width:100%}.Landing_main-seventh-section .Landing_main-seventh-section-right p{color:#fff;font-size:18px;font-weight:100!important;line-height:28px;margin:0;text-align:justify}.Landing_main-seventh-section .Landing_main-seventh-section-left{max-width:400px;width:50%}.Landing_main-seventh-section .Landing_main-seventh-section-left p{font-size:20px;font-weight:400!important;line-height:34px;margin-bottom:30px}.Landing_main-eighth-section{background-color:#fff;background-image:url(/static/media/wave-bg.da8dedee63b003522398.svg);background-repeat:no-repeat;background-size:contain;width:100%}.Landing_main-eighth-section .Landing_main-eighth-section-top{align-items:flex-end;display:flex;justify-content:center;margin-bottom:230px;padding:40px;position:relative;width:100%}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-particle{left:30px;position:absolute;top:40px}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:90px}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right h1{color:#020d1b;font-size:26px;line-height:166.32%;margin-bottom:20px}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right .Landing_main-eighth-section-top-right-list{border-bottom:1.5px solid #bbb;color:#868686;display:none;justify-content:space-between;list-style:none;width:100%}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right .Landing_main-eighth-section-top-right-list li{flex:1 1;font-size:10px;line-height:166.32%;padding-bottom:12px;text-align:center}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right .Landing_main-eighth-section-top-right-list li.active{border-bottom:1px solid #020d1b;color:#020d1b}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right .video-wrapper{align-items:center;border-radius:18.85px;display:flex;height:342px;justify-content:center;overflow:hidden;width:624px}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right .video-wrapper img{border-radius:18.85px;cursor:pointer;height:100%}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right .video-wrapper .video-wrapper-poster-img-onClick{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#00000040;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:99}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right .video-wrapper .video-wrapper-poster-img{border-radius:18.85px;cursor:pointer;height:100%}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-left{border-right:4px solid #bbb;height:342px}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-left ul{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:space-between;list-style:none;margin:0;width:100%}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-left ul li{color:#868686;cursor:pointer;font-size:26px;line-height:26px;padding:13px 24px;width:100%}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-left ul li.active{color:#020d1b}.Landing_main-eighth-section .Landing_main-eighth-section-bottom{display:flex;padding:0 90px 90px}.Landing_main-eighth-section .Landing_main-eighth-section-bottom .Landing_main-eighth-section-bottom-right{align-items:center;display:flex;flex-direction:column;justify-content:start;width:50%}.Landing_main-eighth-section-bottom-right-button{width:100%}.Landing_main-eighth-section .Landing_main-eighth-section-bottom .Landing_main-eighth-section-bottom-right p{border-right:1px solid #020d1b;color:#020d1b;display:flex;font-size:18px;font-weight:100;line-height:29px;margin-bottom:70px;padding:30px 20px;text-align:right}.Landing_main-eighth-section .Landing_main-eighth-section-bottom .Landing_main-eighth-section-bottom-left{align-items:center;display:flex;justify-content:center;width:50%}.Landing_main-eighth-section .Landing_main-eighth-section-bottom .Landing_main-eighth-section-bottom-left img{max-width:534px;width:100%}.slider-wrapper-infographic{width:624px}.slider-wrapper-MotionDastani{height:100%;width:100%}.Landing_main-tenth-section{align-items:center;display:flex;flex-direction:row-reverse;flex-wrap:wrap;justify-content:center;padding:67px 90px}.Landing_main-tenth-section .Landing_main-tenth-section-left{align-items:center;display:flex;justify-content:center;width:35%}.Landing_main-tenth-section .Landing_main-tenth-section-left img{max-width:320px;width:100%}.Landing_main-tenth-section .Landing_main-tenth-section-right{align-items:center;display:flex;flex-wrap:wrap;justify-content:start;width:65%}.Landing_main-tenth-section .Landing_main-tenth-section-right h1{color:#fff;font-size:34px;line-height:45px;margin-bottom:24px;width:100%}.Landing_main-tenth-section .Landing_main-tenth-section-right p{font-size:22px;font-weight:100!important;line-height:31px;margin-bottom:65px;width:100%}.Landing_main-tenth-section .Landing_main-tenth-section-right .social-wrapper{align-items:center;display:flex;flex-wrap:wrap;justify-content:start;width:65%}.Landing_main-tenth-section .Landing_main-tenth-section-right .social-wrapper a{align-items:center;display:flex;justify-content:center;width:60px}.Landing_main-tenth-section .Landing_main-tenth-section-right .social-wrapper a img{width:80%}.Landing_main-eleventh-section{width:100%}.Landing_main-eleventh-section-content-wrapper{align-items:center;background-color:#052364;display:flex;justify-content:space-between;padding:57px 83px;width:100%}.Landing_main-eleventh-section-content-item{align-items:center;display:flex;flex-direction:column;justify-content:center;width:20%}.Landing_main-eleventh-section-content-item .Landing_main-eleventh-section-content-item-title{color:#fff;font-size:24px;line-height:54px;margin-bottom:8px}.Landing_main-eleventh-section-content-item .Landing_main-eleventh-section-content-item-description{color:#fff;font-size:18px;font-weight:100!important;line-height:24px;margin-bottom:12px}.Landing_main-eleventh-section-content-item .Landing_main-eleventh-section-content-item-icon img{height:40px;max-width:40px}.Landing_main-twoelfth-section{align-items:center;background-color:#fff;display:flex;flex-wrap:wrap;justify-content:center;padding:60px 144px}.wrapper-ambassadors .Landing_main-twoelfth-section h1{margin-bottom:20px}.wrapper-ambassadors .Landing_main-twoelfth-section{justify-content:flex-start}.wrapper-ambassadors .Landing_main-twoelfth-section>div{width:100%}.Landing_main-twoelfth-section h1{color:#020d1b;font-size:36px;line-height:45px;text-align:center;width:100%}.Landing_main-twoelfth-section .styles_faq-row-wrapper__3vA1D .styles_row-body__1NvUo .styles_faq-row__2YF3c .styles_row-title__1YiiY .styles_row-title-text__1MuhU{font-size:14px;line-height:20px;margin-right:8px!important;padding-right:0!important}.Landing_main-twoelfth-section .styles_faq-row-wrapper__3vA1D .styles_row-body__1NvUo .styles_faq-row__2YF3c .styles_row-content__QOGZd .styles_row-content-text__2sgAB{color:#525252!important;font-size:14px!important;font-weight:100!important;line-height:24px!important;padding:0 19px 10px!important}.Landing_main-twoelfth-section .styles_faq-row-wrapper__3vA1D .styles_row-body__1NvUo .styles_faq-row__2YF3c .styles_row-title__1YiiY .styles_icon-wrapper__2cftw{color:#ea15ad!important;position:static!important}.Landing_main-twoelfth-section .styles_faq-row-wrapper__3vA1D .styles_row-body__1NvUo .styles_faq-row__2YF3c .styles_row-title__1YiiY{flex-direction:row-reverse!important;justify-content:start!important}.Landing_main-twoelfth-section .styles_faq-row-wrapper__3vA1D .styles_row-body__1NvUo .styles_faq-row__2YF3c .styles_row-title__1YiiY.styles_expanded__3elPy+.styles_row-content__QOGZd{height:auto!important}.Landing_main-fiveteenth-section{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;padding:100px;width:100%}.Landing_main-fiveteenth-section h1{color:#020d1b;font-size:28px;font-weight:900;line-height:36px;margin-bottom:60px}.Landing_main-fiveteenth-section .slider-wrapper{width:100%}.Landing_main-sixteenth-section{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;padding:0 100px 100px;width:100%}.Landing_main-sixteenth-section h1{color:#020d1b;font-size:28px;font-weight:900;line-height:36px;margin-bottom:60px}.Landing_main-sixteenth-section .slider-wrapper{width:100%}.Landing_main-thirteenth-section{align-items:center;background-color:#f3f3f3;display:flex;justify-content:space-between;padding:105px 79px}.Landing_main-thirteenth-section h1{color:#020d1b;font-size:30px;line-height:45px;white-space:nowrap;width:25%}.Landing_main-thirteenth-section .slider-wrapper{width:75%}.Landing_main-fourteenth-section{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:80px;width:100%}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top{align-items:center;display:flex;justify-content:center;padding:25px 0 150px;position:relative}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top .Landing_main-fourteenth-section-top-comment-wrapper{position:absolute;width:-webkit-max-content;width:max-content}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top>img{max-width:480px;width:100%}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top .Landing_main-fourteenth-section-top-comment-wrapper.first-comment{right:100%;top:20%}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top .Landing_main-fourteenth-section-top-comment-wrapper.second-comment{bottom:10%;right:80%}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top .Landing_main-fourteenth-section-top-comment-wrapper.third-comment{bottom:50%;left:85%;-webkit-transform:translateY(50%);transform:translateY(50%)}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-bottom{align-items:center;display:flex;justify-content:center;width:100%}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-bottom .Landing_main-fourteenth-section-bottom-icon{margin-left:18px}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-bottom .Landing_main-fourteenth-section-bottom-text{font-size:20px;font-weight:100!important;line-height:19px;margin:0 0 0 30px}.Landing_main-seventeenth-section{align-items:flex-end;background-color:#fff;border-top:1px solid #a2a2a2;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:18px;padding:40px 80px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right{align-items:stretch;display:flex;flex-direction:column;justify-content:space-between;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top{align-items:center;border-bottom:2px solid #ea15ad;display:flex;justify-content:space-between;margin-bottom:20px;padding:10px 0 10px 30px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top .logo-wrapper{max-width:80px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top .logo-wrapper img{width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top .social-wrapper{align-items:center;display:flex;flex:1 1;gap:20px;justify-content:end}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top .social-wrapper a{align-items:center;background:#797979;border-radius:50%;display:flex;height:24px;justify-content:center;padding:3px;width:24px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top .social-wrapper a img{width:80%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom{align-items:stretch;display:flex;justify-content:space-between;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-right{align-items:flex-start;display:flex;flex-direction:column;gap:5px;justify-content:start;width:25%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-right .Landing_main-seventeenth-section-right-bottom-right-title{color:#020d1b;font-size:16px;font-weight:700;line-height:22px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-right a{color:#020d1b;font-size:16px;font-weight:400;line-height:22px;padding:6px 0 6px 12px;text-decoration:none}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right{align-items:flex-start;display:flex;flex-direction:column;justify-content:start;width:25%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .compony-info{display:flex;justify-content:start;margin-bottom:11px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .number-phone{align-items:center;color:#020d1b;display:flex;flex-direction:column;font-size:16px;font-weight:400;justify-content:center;line-height:24px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .compony-info .icon{margin-left:7px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .compony-info .info{color:#020d1b;display:flex;font-size:16px;font-weight:700;line-height:22px;margin:0 0 0 5px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .compony-info .site-setting{font-weight:400;margin-right:10px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .social-wrapper{margin-top:8px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .social-wrapper .title{color:#020d1b;font-size:14px;font-weight:400;line-height:19px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .social-wrapper .social{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:17px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .social-wrapper .social a{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-bottom:20px;width:17%}.wrapper-ambassadors .Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .social-wrapper .social a{width:15%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-left{align-items:flex-start;display:flex;flex-direction:column;justify-content:start;width:25%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-left .compony-info{display:flex;margin-bottom:20px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-left .compony-info .icon{margin-left:7px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-left .compony-info .info{color:#020d1b;display:flex;font-size:16px;font-weight:400;justify-content:center;line-height:33px;max-width:253px;text-align:justify}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left{align-items:center;display:flex;flex-direction:column;justify-content:center;width:25%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left .Landing_main-seventeenth-section-right-bottom-left-top{align-items:center;display:flex;gap:30px;justify-content:center;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left .Landing_main-seventeenth-section-right-bottom-left-bottom{display:flex;justify-content:left;justify-items:left;margin-top:40px;text-align:left;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left .compony-info .icon{margin-left:7px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left .compony-info .info{color:#020d1b;font-size:16px;font-weight:100;line-height:22px;margin:0}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left{align-items:flex-start;display:flex;justify-content:space-between;width:50%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left-right{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;width:40%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left-right .img-wrapper{align-items:center;display:flex;justify-content:center;width:50%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left-left{align-items:center;display:flex;flex-wrap:wrap;justify-content:end;width:40%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left .img-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:17px;width:50%}.green-logo{align-items:center;display:flex;justify-content:center;width:100%}.green-logo img{height:120%;width:120%}.Landing_footer{background-color:#020d1b;padding:42px;width:100%}.Landing_footer p.footer-text{font-size:12px;font-weight:100!important;line-height:18px;margin:0;text-align:center;width:100%}@media screen and (max-width:1200px){.Landing_main{padding:70px 0 0}.Landing_main .Landing_main-first-section{padding-top:50px}.Landing_main .Landing_main-first-section .Landing_main-first-section-left img{width:80%}.Landing_main .Landing_main-first-section .Landing_main-first-section-right .Landing_main-first-section-right-wrapper{max-width:475px;padding:0 30px;width:100%}.Landing_main .Landing_main-first-section .Landing_main-first-section-right .Landing_main-first-section-right-wrapper img{margin-bottom:10px;width:220px}.Landing_main .Landing_main-first-section .Landing_main-first-section-right .Landing_main-first-section-right-wrapper p{font-size:20px;line-height:36px;margin-bottom:55px}.Landing_main-second-section{padding:180px 0 90px}.Landing_main-second-section p{font-size:18px;padding:16px 35px}.Landing_main-second-section .Landing_main-second-section-img{left:-5%;top:-100%;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.Landing_main-second-section .Landing_main-second-section-arrow-wrapper{left:5%;position:absolute;top:10%;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.Landing_main-second-section .Landing_main-second-section-arrow-wrapper img{width:60%}.Landing_main-sixth-section h1{font-size:28px;line-height:150%;margin-bottom:40px;margin-right:50px;padding-left:35px}.Landing_main-third-section{padding:0 160px}.Landing_main-fourth-section{padding:23px 65px 55px}.Landing_main-fourth-section h2{font-size:34px;line-height:160%}.Landing_main-fourth-section-awards-item .Landing_main-fourth-section-awards-item-info-container .award-count{font-size:16px}.Landing_main-fourth-section-awards-item .Landing_main-fourth-section-awards-item-info-container .award-count span{font-size:40px}.Landing_main-fourth-section-awards-item .award-title{font-size:14px}.Landing_main-tenth-section{padding:60px 80px}.Landing_main-tenth-section .Landing_main-tenth-section-left img{max-width:300px}.Landing_main-tenth-section .Landing_main-tenth-section-right h1{font-size:26px;line-height:40px;margin-bottom:20px}.Landing_main-tenth-section .Landing_main-tenth-section-right p{font-size:20px;line-height:27px;margin-bottom:60px}.Landing_main-tenth-section .Landing_main-tenth-section-right .social-wrapper{gap:25px}.Landing_main-tenth-section .Landing_main-tenth-section-right .social-wrapper a{height:55px;width:55px}.Landing_main-eleventh-section-content-wrapper{padding:57px 75px}.Landing_main-eleventh-section-content-item .Landing_main-eleventh-section-content-item-title{font-size:26px;line-height:50px}.Landing_main-eleventh-section-content-item .Landing_main-eleventh-section-content-item-description{font-size:14px;line-height:22px}.Landing_main-eleventh-section-content-item .Landing_main-eleventh-section-content-item-icon img{height:35px;max-width:35px}.Landing_main-seventh-section{padding:50px 70px}.Landing_main-seventh-section .Landing_main-seventh-section-right{padding-right:18px}.Landing_main-seventh-section .Landing_main-seventh-section-right h2{font-size:34px;line-height:24px}.Landing_main-seventh-section .Landing_main-seventh-section-right p{font-size:16px;line-height:26px}.Landing_main-seventh-section .Landing_main-seventh-section-left p{font-size:26px;line-height:32px}.Landing_main-seventeenth-section{padding:35px 70px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top{margin-bottom:18px;padding:10px 0 10px 20px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top .social-wrapper{gap:10px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-right a{font-size:14px;line-height:20px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left .compony-info{margin-bottom:18px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left .compony-info .icon{margin-left:6px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left .compony-info .info{font-size:14px;line-height:20px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left{align-items:flex-start;display:flex;justify-content:space-between;width:50%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left-right .img-wrapper{width:50%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left-right .img-wrapper img{width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left-left{width:40%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left .img-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:17px;width:50%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left .img-wrapper img{width:100%}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top>img{max-width:360px}.Landing_main-fives-section{padding:0 80px}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-bottom-row div.adventure-step:last-child p{font-size:20px;font-weight:400!important;line-height:30px}.Landing_main-thirteenth-section{padding:70px 50px}.Landing_main-thirteenth-section h1{color:#020d1b;font-size:26px;line-height:45px;white-space:nowrap;width:auto}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top .Landing_main-fourteenth-section-top-comment-wrapper.first-comment{right:87%}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top .Landing_main-fourteenth-section-top-comment-wrapper.second-comment{right:70%}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top .Landing_main-fourteenth-section-top-comment-wrapper.third-comment{left:80%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-right{width:15%}}@media screen and (max-width:992px){.Landing_main-third-section{padding:0 70px}.Landing_main-fives-section{padding:0 60px}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-bottom-row div.adventure-step:last-child p{font-size:16px;line-height:18px}.Landing_main-third-section .Landing_main-third-section-bottom-row>img,.Landing_main-third-section .Landing_main-third-section-top-row>img{width:50px}.Landing_main-fourth-section-awards-wrapper{flex-wrap:wrap}.Landing_main-fourth-section-awards-item:first-child,.Landing_main-fourth-section-awards-item:nth-child(2),.Landing_main-fourth-section-awards-item:nth-child(3){margin-top:0}.Landing_main-sixth-section h1{font-size:24px;line-height:150%;margin-right:40px;padding-left:30px}.Landing_main-fourth-section-awards-item{margin:45px 0 0;width:33%}.Landing_main-twoelfth-section{padding:60px 80px}.Landing_main-twoelfth-section h1{font-size:32px;line-height:40px}.Landing_main-twoelfth-section .styles_faq-row-wrapper__3vA1D .styles_row-body__1NvUo .styles_faq-row__2YF3c .styles_row-title__1YiiY .styles_row-title-text__1MuhU{font-size:12px;line-height:18px}.Landing_main-twoelfth-section .styles_faq-row-wrapper__3vA1D .styles_row-body__1NvUo .styles_faq-row__2YF3c .styles_row-content__QOGZd .styles_row-content-text__2sgAB{font-size:12px!important;line-height:22px!important}.Landing_main-tenth-section{padding:40px 60px}.Landing_main-tenth-section .Landing_main-tenth-section-right h1{font-size:24px;line-height:35px;margin-bottom:18px}.Landing_main-tenth-section .Landing_main-tenth-section-right p{font-size:16px;line-height:20px;margin-bottom:50px}.Landing_main-tenth-section .Landing_main-tenth-section-right .social-wrapper{gap:20px}.Landing_main-tenth-section .Landing_main-tenth-section-right .social-wrapper a{height:45px;width:45px}.Landing_main-eleventh-section-content-item .Landing_main-eleventh-section-content-item-title{font-size:22px;line-height:30px}.Landing_main-eleventh-section-content-item .Landing_main-eleventh-section-content-item-description{font-size:12px;line-height:18px}.Landing_main-eleventh-section-content-wrapper{padding:50px 30px}.Landing_main-seventh-section{padding:40px 50px}.Landing_main-seventh-section .Landing_main-seventh-section-right{padding-right:18px}.Landing_main-seventh-section .Landing_main-seventh-section-right h2{font-size:28px;line-height:20px}.Landing_main-seventh-section .Landing_main-seventh-section-right p{font-size:14px;line-height:24px}.Landing_main-seventh-section .Landing_main-seventh-section-left{margin-right:30px;max-width:400px;width:50%}.Landing_main-seventh-section .Landing_main-seventh-section-left p{font-size:20px;line-height:26px;margin-bottom:30px}.Landing_main-eighth-section .Landing_main-eighth-section-top{margin-bottom:170px;padding:30px}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right{margin-left:20px}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right h1{font-size:32px;line-height:150%}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-left ul li{font-size:22px;line-height:25px;padding:10px 20px}.Landing_main-eighth-section .Landing_main-eighth-section-bottom{padding:0 60px 60px}.Landing_main-eighth-section .Landing_main-eighth-section-bottom .Landing_main-eighth-section-bottom-right p{font-size:16px;line-height:29px;margin-bottom:50px;padding:25px 17px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .compony-info .info{align-items:center;color:#020d1b;display:flex;font-size:14px;font-weight:700;line-height:22px;margin:0 0 0 5px;white-space:nowrap}.Landing_main-fiveteenth-section,.Landing_main-sixteenth-section{padding:30px}.Landing_main-seventeenth-section{border-top:none;flex-wrap:wrap;padding:24px 0 0}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right{width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top{align-items:center;flex-direction:column;flex-wrap:wrap;justify-content:center;padding:15px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top .logo-wrapper{margin-bottom:25px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top .logo-wrapper img{width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top .social-wrapper{gap:18px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top .social-wrapper a{height:28px;width:28px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom{flex-wrap:wrap;padding:0 50px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-right{flex-direction:row;flex-wrap:wrap;justify-content:start}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left .compony-info{align-items:flex-start;margin-bottom:18px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left{padding:24px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left-right{max-width:200px;width:45%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left-right .img-wrapper{width:50%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left-left{align-items:center;display:flex;flex-wrap:wrap;justify-content:end;max-width:200px;width:40%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-left .img-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:17px;width:48%}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top .Landing_main-fourteenth-section-top-comment-wrapper.second-comment{bottom:25%}.Landing_main-thirteenth-section{padding:50px 40px}.Landing_main-thirteenth-section h1{font-size:22px;line-height:40px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-right{display:flex;flex-direction:column;flex-wrap:nowrap;justify-content:center;margin-bottom:30px;width:50%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right{align-items:center;display:flex;flex-direction:column;justify-content:center;width:50%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-left{width:40%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left{width:60%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .compony-info{align-items:center;justify-content:center}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left .Landing_main-seventeenth-section-right-bottom-left-bottom{padding-left:80px}.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-bottom-row div.adventure-step p,.Landing_main-fives-section .Landing_main_fives-section-adventure-wrapper .Landing_main_fives-section-adventure-wrapper-top-row div.adventure-step p{font-size:16px}}@media screen and (max-width:768px){.Landing_main-tenth-section .Landing_main-tenth-section-right .social-wrapper{width:100%}.w-5{width:20px}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-particle{display:none}.Landing_main{padding:0}.Landing_main .Landing_main-first-section{background-image:none;flex-direction:column-reverse;padding:0}.Landing_main .Landing_main-first-section .Landing_main-first-section-left,.Landing_main .Landing_main-first-section .Landing_main-first-section-right{width:100%}.Landing_main .Landing_main-first-section .Landing_main-first-section-right .Landing_main-first-section-right-wrapper{text-align:center}.Landing_main .Landing_main-first-section .Landing_main-first-section-right .Landing_main-first-section-right-wrapper img{margin-bottom:12px;margin-top:-20px;width:101px}.Landing_main .Landing_main-first-section .Landing_main-first-section-right .Landing_main-first-section-right-wrapper p{font-size:20px;line-height:34px;margin-bottom:48px}.Landing_main-sixth-section{padding-bottom:0;padding-top:100px}.Landing_main-sixth-section h1{font-size:16px;line-height:166.32%;margin-right:24px;padding-left:80px}.Landing_main-second-section{padding:47px 0 0}.Landing_main-second-section p{border-radius:10px;font-size:12px;line-height:182.32%;padding:17px 23px}.Landing_main-second-section .Landing_main-second-section-img{bottom:115%;height:60px;left:10%;top:auto;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.Landing_main-second-section .Landing_main-second-section-arrow-wrapper{left:-10%;top:-40%;-webkit-transform:rotate(30deg);transform:rotate(30deg)}.Landing_main-second-section .Landing_main-second-section-arrow-wrapper img{width:40%}.Landing_main-third-section{padding:0 30px}.Landing_main-third-section .Landing_main-third-section-bottom-row>img,.Landing_main-third-section .Landing_main-third-section-top-row>img{max-width:70px;width:30%}.Landing_main-third-section .Landing_main-third-section-top-row{justify-content:space-evenly;margin-bottom:0;margin-top:50px}.Landing_main-third-section-award-wrapper-spiral-arrow{height:90px;left:-90px;position:absolute;top:-20px}.Landing_main-third-section .Landing_main-third-section-top-row .Landing_main-third-section-award-wrapper{margin-bottom:50px;width:32%}.Landing_main-third-section .Landing_main-third-section-top-row .Landing_main-third-section-award-wrapper p{font-size:10px;line-height:24px;white-space:nowrap}.Landing_main-third-section .Landing_main-third-section-bottom-row{flex-wrap:wrap;justify-content:space-evenly;margin-bottom:0}.Landing_main-third-section .Landing_main-third-section-bottom-row .Landing_main-third-section-award-wrapper{margin-bottom:50px;position:relative;width:32%}.Landing_main-third-section .Landing_main-third-section-bottom-row .Landing_main-third-section-award-wrapper p{font-size:10px;line-height:24px;white-space:nowrap}.Landing_main-fourth-section{margin-bottom:22px;margin-top:0;padding:20px;position:static}.Landing_main-fourth-section h2{font-size:14px}.Landing_main-fourth-section-half-circle-for-top-left{display:none}.Landing_main-fourth-section-awards-item:first-child,.Landing_main-fourth-section-awards-item:nth-child(2){margin-top:0!important}.Landing_main-fourth-section-awards-item{margin-top:67px!important;width:50%}.Landing_main-fourth-section-awards-item .award-title{font-size:12px;line-height:15px;white-space:nowrap}.Landing_main-twoelfth-section{padding:30px}.Landing_main-twoelfth-section h1{font-size:18px;line-height:30px}.Landing_main-tenth-section{flex-direction:column-reverse;padding:70px 40px}.Landing_main-tenth-section .Landing_main-tenth-section-left{margin-top:50px;width:100%}.Landing_main-tenth-section .Landing_main-tenth-section-left img{max-width:270px;width:100%}.Landing_main-tenth-section .Landing_main-tenth-section-right{width:100%}.Landing_main-tenth-section .Landing_main-tenth-section-right h1{font-size:14px;line-height:20px;margin-bottom:14px;text-align:center}.Landing_main-tenth-section .Landing_main-tenth-section-right p{font-size:14px;line-height:20px;margin-bottom:50px;text-align:center}.Landing_main-tenth-section .Landing_main-tenth-section-right .social-wrapper{gap:17px;justify-content:center}.Landing_main-tenth-section .Landing_main-tenth-section-right .social-wrapper a{height:38px;padding:5px;width:38px}.Landing_main-eleventh-section{padding:20px}.Landing_main-eleventh-section-content-wrapper{background:linear-gradient(180deg,#4a14a1 37%,#031f58 63%);border-radius:26px;flex-wrap:wrap;justify-content:center;padding:40px 0}.Landing_main-eleventh-section-content-item{margin-bottom:38px;width:50%}.Landing_main-eleventh-section-content-item:last-child{margin-bottom:0}.Landing_main-eleventh-section-content-item .Landing_main-eleventh-section-content-item-title{font-size:14px;line-height:31px;margin-bottom:4.5px}.Landing_main-eleventh-section-content-item .Landing_main-eleventh-section-content-item-description{font-size:10px;line-height:14px;margin-bottom:14px}.Landing_main-eleventh-section-content-item .Landing_main-eleventh-section-content-item-icon img{height:26px;max-width:26px}.Landing_main-seventh-section{flex-wrap:wrap;padding:50px 30px 0}.Landing_main-seventh-section .Landing_main-seventh-section-right{margin-bottom:50px;padding-right:6px;width:100%}.Landing_main-seventh-section .Landing_main-seventh-section-right h2{font-size:12px;line-height:26px;margin-bottom:11px}.Landing_main-seventh-section .Landing_main-seventh-section-right p{font-size:10px;line-height:21px}.Landing_main-seventh-section .Landing_main-seventh-section-left{margin-right:0;width:100%}.Landing_main-seventh-section .Landing_main-seventh-section-left p{font-size:12px;line-height:18px;margin-bottom:26px}.Landing_main-eighth-section{background-image:none}.Landing_main-eighth-section .Landing_main-eighth-section-top{margin-bottom:43px;padding:16px 16px 0}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right{margin-left:0;width:100%}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right h1{font-size:14px;line-height:30px;margin-bottom:30px}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right .Landing_main-eighth-section-top-right-list{display:flex;margin-bottom:18px}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right .video-wrapper{border-radius:5px;height:auto;max-width:624px;overflow:hidden;width:100%}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right .video-wrapper video{width:100%}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-left{display:none}.Landing_main-eighth-section .Landing_main-eighth-section-bottom{flex-wrap:wrap;padding:0}.Landing_main-eighth-section .Landing_main-eighth-section-bottom .Landing_main-eighth-section-bottom-right{margin-bottom:70px;padding:0 49px;width:100%}.Landing_main-eighth-section .Landing_main-eighth-section-bottom .Landing_main-eighth-section-bottom-right p{border-right:none;margin-bottom:52px;padding:0;text-align:center}.Landing_main-eighth-section .Landing_main-eighth-section-bottom .Landing_main-eighth-section-bottom-left{padding:16px;width:100%}.Landing_main-eighth-section .Landing_main-eighth-section-bottom .Landing_main-eighth-section-bottom-left img{max-width:251px}.Landing_main-fiveteenth-section,.Landing_main-sixteenth-section{padding:10px}.Landing_main-fourteenth-section{padding:50px}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top{flex-direction:column;padding:0}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top>img{margin-bottom:37px;max-width:180px;width:100%}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top .Landing_main-fourteenth-section-top-comment-wrapper{margin-bottom:30px;position:static;width:100%}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top .Landing_main-fourteenth-section-top-comment-wrapper.first-comment{left:0;order:3;top:0}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top .Landing_main-fourteenth-section-top-comment-wrapper.second-comment{bottom:0;left:5%;order:1}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-top .Landing_main-fourteenth-section-top-comment-wrapper.third-comment{bottom:50%;order:2;right:0;-webkit-transform:none;transform:none}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-bottom{flex-direction:column;width:100%}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-bottom .Landing_main-fourteenth-section-bottom-icon{margin-left:0}.Landing_main-fourteenth-section .Landing_main-fourteenth-section-bottom .Landing_main-fourteenth-section-bottom-text{font-size:12px;line-height:6px;margin-bottom:32px;margin-left:0;margin-top:20px}.Landing_main-thirteenth-section{flex-wrap:wrap;justify-content:center;padding:17px 0}.Landing_main-sixteenth-section{padding-top:50px}.Landing_main-sixteenth-section h1{font-size:12px;line-height:18px}.Landing_main-fiveteenth-section h1{font-size:12px;line-height:18px;padding-top:25px}.Landing_main-thirteenth-section h1{font-size:12px;line-height:18px;margin-bottom:22px;text-align:center;width:100%}.Landing_main-thirteenth-section .slider-wrapper{width:90%}.Landing_main-fourth-section-awards-item .Landing_main-fourth-section-awards-item-info-container .award-image img{max-height:none;max-width:175px}.Landing_main-seventh-section-right-h2-img{margin-right:10px;width:30px}.Landing_main-fives-section{padding:0 31px}.Landing_main-fives-section h2{display:flex;font-size:16px;font-weight:400;justify-content:center;line-height:166.32%}.Landing_main_fives-section-adventure-wrapper-mobile{display:flex;flex-direction:column;width:100%}.Landing_main_fives-section-adventure-wrapper-mobile-top{align-items:flex-start;display:flex;justify-content:space-around;margin-bottom:55px;position:relative;width:100%}.Landing_main_fives-section-adventure-wrapper-mobile-top>img{width:15%}.Landing_main_fives-section-adventure-wrapper-mobile-top>img.arrow{margin-top:40px}.Landing_main_fives-section-adventure-wrapper-mobile-top>.adventure-step{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:120px;width:32%}.Landing_main_fives-section-adventure-wrapper-mobile-top>.adventure-step img{margin-bottom:20px;width:100%}.Landing_main_fives-section-adventure-wrapper-mobile-top>img:first-child{max-width:28px}.Landing_main_fives-section-adventure-wrapper-mobile-top>img:last-child{bottom:-18px;height:7px;left:32px;position:absolute;-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.Landing_main_fives-section-adventure-wrapper-mobile-second-row{align-items:flex-start;display:flex;flex-direction:row-reverse;justify-content:space-between;position:relative;width:100%}.Landing_main_fives-section-adventure-wrapper-mobile-second-row .adventure-step{align-items:center;display:flex;flex-direction:column;justify-content:center;max-width:180px;width:40%}.Landing_main_fives-section-adventure-wrapper-mobile-second-row .adventure-step p{margin:0;text-align:center}.Landing_main_fives-section-adventure-wrapper-mobile-second-row .adventure-step img{margin-bottom:20px;max-height:61px;width:100%}.Landing_main_fives-section-adventure-wrapper-mobile-second-row>img.arrow{margin-top:40px;-webkit-transform:scale(-1);transform:scale(-1);width:16%}.Landing_main_fives-section-adventure-wrapper-mobile-bottom{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.Landing_main_fives-section-adventure-wrapper-mobile-bottom img{margin-bottom:17px;max-width:112px;width:100%}.Landing_main_fives-section-adventure-wrapper-mobile-bottom p{font-size:12px;font-weight:400;line-height:26px;text-align:center}.Landing_main_fives-section-adventure-wrapper-mobile-bottom p span{color:#fae764}.Landing_main_fives-section-adventure-wrapper-mobile-third-row{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.Landing_main_fives-section-adventure-wrapper-mobile-third-row>img{position:absolute}.Landing_main_fives-section-adventure-wrapper-mobile-third-row .adventure-step{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:55px 0}.Landing_main_fives-section-adventure-wrapper-mobile-third-row .adventure-step>img{margin-bottom:20px;max-width:75px;width:100%}.Landing_main_fives-section-adventure-wrapper-mobile-third-row>img.first{right:20%;top:12%;width:30px}.Landing_main_fives-section-adventure-wrapper-mobile-third-row>img.second{bottom:0;left:10%;-webkit-transform:rotate(30deg) scaleX(-1);transform:rotate(30deg) scaleX(-1);width:35px}.Landing_main_fives-section-adventure-wrapper-mobile-third-row .adventure-step>p{font-size:12px;line-height:16px;margin:0}.Landing_main-eighth-section .Landing_main-eighth-section-top .Landing_main-eighth-section-top-right .video-wrapper img{width:100%}.Landing_main-seventeenth-section-right-bottom{display:flex}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-top .logo-wrapper{margin-bottom:0;max-width:120px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom{padding:0}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right{align-items:center;border-top:2px solid #ea15ad;display:flex;flex-direction:column;justify-content:center;padding-top:10px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-left{align-items:center;border-top:2px solid #ea15ad;display:flex;flex-direction:column;justify-content:center;padding:30px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left{border-top:2px solid #ea15ad;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-left .Landing_main-seventeenth-section-right-bottom-left-top{margin-top:22px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-left .compony-info{display:flex;margin-bottom:20px;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-left .compony-info .info{justify-content:center;max-width:none;text-align:justify}.number-phone{color:#020d1b;display:flex;flex-direction:column;margin-right:5px;padding-top:9px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-left .compony-info .icon{margin-top:6px}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .social-wrapper .title{color:#020d1b;display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:19px;text-align:center}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-center-right .social-wrapper .social{justify-content:center;text-align:center}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-right{display:flex;flex-wrap:nowrap;justify-content:center;margin-bottom:15px;overflow-x:scroll;padding:0 10px;scrollbar-width:none;white-space:nowrap;width:100%}.Landing_main-seventeenth-section .Landing_main-seventeenth-section-right-bottom .Landing_main-seventeenth-section-right-bottom-right ::-webkit-scrollbar{display:none;width:0}::-webkit-scrollbar{width:0}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:#fff}::-webkit-scrollbar-thumb:hover{background:#fff}.Landing_main-seventeenth-section{margin-top:0}}@font-face{font-family:swiper-icons;font-style:normal;font-weight:400;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")}:root{--swiper-theme-color:#007aff}.swiper{list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;height:100%;position:relative;transition-property:-webkit-transform;transition-property:transform;transition-property:transform,-webkit-transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:height,-webkit-transform;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{-webkit-perspective:1200px;perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-pagination{position:absolute;text-align:center;-webkit-transform:translateZ(0);transform:translateZ(0);transition:opacity .3s;z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{position:relative;-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{-webkit-transform:scale(1);transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{-webkit-transform:scale(.66);transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{-webkit-transform:scale(.33);transform:scale(.33)}.swiper-pagination-bullet{background:#000;background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:50%;display:inline-block;height:8px;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:.2;opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:8px;width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px))}button.swiper-pagination-bullet{-webkit-appearance:none;appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:1;opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{display:block;margin:6px 0;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px;margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-theme-color);background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;-webkit-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;transform-origin:left top;width:100%}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{-webkit-transform-origin:right top;transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{height:4px;left:0;top:0;width:100%}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{height:100%;left:0;top:0;width:4px}.swiper-pagination-lock{display:none}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-theme-color);color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:44px;height:var(--swiper-navigation-size);justify-content:center;margin-top:-22px;margin-top:calc(0px - var(--swiper-navigation-size)/2);position:absolute;top:50%;width:27px;width:calc(var(--swiper-navigation-size)/44*27);z-index:10}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:44px;font-size:var(--swiper-navigation-size);font-variant:normal;letter-spacing:0;line-height:1;text-transform:none!important}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{left:auto;right:10px}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.slider-wrapper-infographic{width:100%}.InfographicSlider_Infographic_img{border-radius:15px;cursor:pointer;opacity:1;-webkit-transform:scale(.8);transform:scale(.8);width:98%}.MotionDastani_swiper-wrapper{height:100%;width:100%}.Motion-dastani{display:flex;width:100%}.MotionDastani_img{border-radius:15px;cursor:pointer;height:100%;opacity:.6;opacity:1;-webkit-transform:scale(.8);transform:scale(.8);width:100%}.slider-wrapper-MotionDastani .swiper-wrapper{align-items:center;display:flex}.MotionMoarefi_swiper-wrapper{height:100%;width:100%}.MyBook{align-items:center;display:flex;max-width:664px;width:100%}.MyBook-inside{background-color:#f0f7fe;border-radius:25px;height:90vh;justify-content:center;overflow-x:hidden;overflow-y:scroll;padding:58px 56px 56px 48px;scrollbar-width:none;width:100%}.MyBook-inside-item1{display:flex;width:100%}.MyBook-inside-item1-text{color:#000;font-size:20px;text-align:left;width:55%}.MyBook-inside-item1-image{text-align:end;width:40%}.MyBook-inside-item1-image-img{cursor:pointer;width:8%}.MyBook-inside-item2{align-items:center;display:flex;flex-wrap:wrap;gap:19px;justify-content:center;margin-top:44px;width:100%}.MyBook-inside-item2-Book{width:-webkit-max-content;width:max-content}.MyBook-inside-item2-Book-top{background-color:#fff;border-radius:6px;max-width:170px;width:100%}.MyBook-inside-item2-Book-top-img{padding:8px 11px;width:100%}.MyBook-inside-item2-Book-bottom{display:flex;justify-content:space-around;margin-top:16px;position:relative;width:100%}.MyBook-inside-item2-Book-bottom-right-numberBook{color:#020d1b;font-size:12px;font-weight:700}.MyBook-inside-item2-Book-bottom-right-nameBook{color:#020d1b;font-size:14px;font-weight:700;margin-top:12px}.MyBook-inside-item2-Book-bottom-left{margin-right:35px}.MyBook-inside-item2-Book-bottom-clickButton{background-color:#fff;border-radius:8px;box-shadow:2.375px 2.375px 4.75px rgba(0,0,0,.2);position:absolute}.MyBook-inside-item2-Book-bottom-clickButton-inside{padding:17px 20px 15px;width:100%}.MyBook-inside-item2-Book-bottom-clickButton-inside-bottom,.MyBook-inside-item2-Book-bottom-clickButton-inside-top{display:flex}.MyBook-inside-item2-Book-bottom-clickButton-inside-bottom-text,.MyBook-inside-item2-Book-bottom-clickButton-inside-top-text{color:#010a2b;font-size:16px;margin-right:8px}.MyBook-inside-item2-Book-bottom-clickButton-inside-bottom-img,.MyBook-inside-item2-Book-bottom-clickButton-inside-top-img{width:20px}.MyBook-inside-item2-Book-bottom-clickButton-inside-bottom{margin-top:30px}.MyBook-inside-item2-Book-bottom-clickButton-inside-button{background:none;display:flex;justify-content:end;margin-bottom:25px;padding:5px;width:100%}.MyBook-inside-item2-Book-bottom-left-btn{background-color:initial;padding:5px}@media only screen and (max-width:768px){.MyBook{margin-top:0;max-width:none;padding:0;width:100%}.MyBook-inside{background-color:#010a2b;height:100vh;padding:60px 8px 100px}.MyBook-inside-item1{display:none}.MyBook-inside-item2-Book-bottom-right-numberBook{color:#fff}.MyBook-inside-item2-Book-bottom-right-nameBook{color:#fff;font-size:10px}.MyBook-inside-item2-Book-bottom-clickButton-inside-bottom-text,.MyBook-inside-item2-Book-bottom-clickButton-inside-top-text{color:#010a2b;font-size:16px}.MyBook-inside-item2-Book-bottom-clickButton-inside-button{background:none;display:flex;justify-content:end;margin-bottom:10px;width:100%}}.History{align-items:center;display:flex;max-width:664px;width:100%}.History-inside{background-color:#f0f7fe;border-radius:25px;justify-content:center;max-height:90vh;overflow-x:hidden;overflow-y:scroll;padding:58px 56px 56px 48px;scrollbar-color:#f0f7fe #f0f7fe;scrollbar-width:none;width:100%}.History-inside-item1{display:flex;width:100%}.History-inside-item1-text{color:#000;font-size:20px;text-align:left;width:55%}.History-inside-item1-image{text-align:end;width:40%}.History-inside-item1-image-img{cursor:pointer;width:8%}.History-inside-item2,.History-inside-item3{margin-top:51px}.History-inside-item2-top,.History-inside-item3-top{display:flex}.History-inside-item2-top-text,.History-inside-item3-top-text{color:#000;font-size:20px;margin-right:11px}.History-inside-item2-bottom,.History-inside-item3-bottom{background-color:#fff;border-radius:20px;margin-top:18px;padding:45px 40px 39px}.History-inside-item2-bottom-item1,.History-inside-item2-bottom-item2,.History-inside-item2-bottom-item3,.History-inside-item3-bottom-item1,.History-inside-item3-bottom-item2,.History-inside-item3-bottom-item3{display:flex;width:100%}.History-inside-item2-bottom-item1-right,.History-inside-item2-bottom-item2-right,.History-inside-item2-bottom-item3-right,.History-inside-item3-bottom-item1-right,.History-inside-item3-bottom-item2-right,.History-inside-item3-bottom-item3-right{color:#000;font-size:24px;text-align:right;width:50%}.History-inside-item2-bottom-item1-left,.History-inside-item3-bottom-item1-left{width:50%}.History-inside-item2-bottom-item1-left-text,.History-inside-item3-bottom-item1-left-text{color:#000;font-size:24px;text-align:left}.History-inside-item2-bottom-item1-left-Money,.History-inside-item3-bottom-item1-left-Money{font-size:22px!important;margin-left:8px}.History-inside-item2-bottom-item2,.History-inside-item3-bottom-item2{margin-top:49px}.History-inside-item2-bottom-item2-left,.History-inside-item2-bottom-item3-left,.History-inside-item3-bottom-item2-left,.History-inside-item3-bottom-item3-left{text-align:left;width:50%}.History-inside-item2-bottom-item2-left-time,.History-inside-item2-bottom-item3-left-code,.History-inside-item3-bottom-item2-left-time,.History-inside-item3-bottom-item3-left-code{color:#000;font-size:14px;margin-top:5px}.History-inside-item2-bottom-item3,.History-inside-item3-bottom-item3{margin-top:44px}@media only screen and (max-width:1200px){.History-inside-item2-top-text,.History-inside-item3-top-text{margin-right:8px}.History-inside-item2-bottom-item1-right,.History-inside-item2-bottom-item2-right,.History-inside-item2-bottom-item3-right,.History-inside-item3-bottom-item1-right,.History-inside-item3-bottom-item2-right,.History-inside-item3-bottom-item3-right{font-size:14px}.History-inside-item2-bottom-item2,.History-inside-item3-bottom-item2{margin-top:21px}.History-inside-item2-bottom-item1-left-text,.History-inside-item3-bottom-item1-left-text{font-size:14px}.History-inside-item2-bottom-item1-left-Money,.History-inside-item3-bottom-item1-left-Money{font-size:14px!important}.History-inside-item2-bottom-item3,.History-inside-item3-bottom-item3{margin-top:19px}.History-inside-item2-bottom-item2-left-time,.History-inside-item2-bottom-item3-left-code,.History-inside-item3-bottom-item2-left-time,.History-inside-item3-bottom-item3-left-code{font-size:12px}.History-inside-item2,.History-inside-item3{margin-top:31px}.History-inside-item2-bottom,.History-inside-item3-bottom{padding:21px 24px 19px}}@media only screen and (max-width:992px){.History-inside-item2-top-text,.History-inside-item3-top-text{margin-right:8px}.History-inside-item2-bottom-item1-right,.History-inside-item2-bottom-item2-right,.History-inside-item2-bottom-item3-right,.History-inside-item3-bottom-item1-right,.History-inside-item3-bottom-item2-right,.History-inside-item3-bottom-item3-right{font-size:14px}.History-inside-item2-bottom-item2,.History-inside-item3-bottom-item2{margin-top:21px}.History-inside-item2-bottom-item1-left-text,.History-inside-item3-bottom-item1-left-text{font-size:14px}.History-inside-item2-bottom-item1-left-Money,.History-inside-item3-bottom-item1-left-Money{font-size:14px!important}.History-inside-item2-bottom-item3,.History-inside-item3-bottom-item3{margin-top:19px}.History-inside-item2-bottom-item2-left-time,.History-inside-item2-bottom-item3-left-code,.History-inside-item3-bottom-item2-left-time,.History-inside-item3-bottom-item3-left-code{font-size:12px}.History-inside-item2,.History-inside-item3{margin-top:31px}.History-inside-item2-bottom,.History-inside-item3-bottom{padding:21px 24px 19px}}@media only screen and (max-width:786px){.History{max-width:none}.History-inside{background-color:#010a2b;min-height:100vh;padding:65px 24px 100px}.History-inside-item1{display:none}.History-inside-item2-top-text,.History-inside-item3-top-text{color:#fff;margin-right:8px}.History-inside-item2-bottom-item1-right,.History-inside-item2-bottom-item2-right,.History-inside-item2-bottom-item3-right,.History-inside-item3-bottom-item1-right,.History-inside-item3-bottom-item2-right,.History-inside-item3-bottom-item3-right{font-size:14px}.History-inside-item2-bottom-item2,.History-inside-item3-bottom-item2{margin-top:21px}.History-inside-item2-bottom-item1-left-text,.History-inside-item3-bottom-item1-left-text{font-size:14px}.History-inside-item2-bottom-item1-left-Money,.History-inside-item3-bottom-item1-left-Money{font-size:14px!important}.History-inside-item2-bottom-item3,.History-inside-item3-bottom-item3{margin-top:19px}.History-inside-item2-bottom-item2-left-time,.History-inside-item2-bottom-item3-left-code,.History-inside-item3-bottom-item2-left-time,.History-inside-item3-bottom-item3-left-code{font-size:12px}.History-inside-item2,.History-inside-item3{margin-top:31px}.History-inside-item2-bottom,.History-inside-item3-bottom{padding:21px 24px 19px}}.Transfer{align-items:center;display:flex;max-width:664px;width:100%}.Transfer-inside{background-color:#f0f7fe;border-radius:25px;justify-content:center;max-height:90vh;overflow-x:hidden;overflow-y:scroll;padding:58px 56px 56px 48px;scrollbar-color:#f0f7fe #f0f7fe;scrollbar-width:none;width:100%}.Transfer-inside-item1{display:flex;width:100%}.Transfer-inside-item1-text{color:#020d1b;font-size:20px;font-weight:700;text-align:left;width:60%}.Transfer-inside-image{text-align:end;width:40%}.Transfer-inside-image-img{cursor:pointer}.Transfer-inside-item2{display:flex;justify-content:center;margin-top:40px;width:100%}.Transfer-inside-item3{margin-top:57px}.Transfer-inside-item3-inside{background-color:#fff;border-radius:10px;display:flex;padding:26px 24px;width:100%}.Transfer-inside-item3-inside-right{color:#020d1b;font-size:16px;margin-top:7px;text-align:right;width:50%}.Transfer-inside-item3-inside-left{color:#020d1b;font-size:16px;text-align:left;width:50%}.Transfer-inside-item3-inside-left-Money{font-size:22px!important;margin-left:6px}.Transfer-inside-item4{display:flex;justify-content:center;margin-top:40px;width:100%}.Transfer-inside-item4-inside-top{color:#020d1b;display:flex;font-size:16px;font-weight:400;justify-content:center}.Transfer-inside-item4-inside-bottom{margin-top:30px;position:relative;width:100%}.Transfer-inside-item4-inside{width:100%}.Transfer-inside-item4-inside-bottom-input{background-color:#f0f7fe;border:1px solid #020d1b;border-radius:10px;color:#020d1b;font-size:16px;padding:15px 24px;text-align:left;width:100%}.Transfer-inside-item4-inside-bottom-label{color:#020d1b;font-size:16px;font-weight:400;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s}.Transfer-inside-item4-inside-bottom-input:focus{outline:none}.Transfer-inside-item4-inside-bottom-input::-webkit-inner-spin-button{-webkit-appearance:none}.Transfer-inside-item4-inside-bottom-input:focus~label,.Transfer-inside-item4-inside-bottom-input:valid~label{background-color:#f0f7fe;top:0}.Transfer-inside-item5{display:flex;justify-content:center;margin-top:24px;width:100%}.Transfer-inside-item4-inside-bottom-text{color:#020d1b;font-size:16px;left:15px;position:absolute;top:25%;z-index:2}.Transfer-inside-item6{display:flex;justify-content:center;margin-top:40px;width:100%}.Transfer-inside-item6-button{background-color:#3a37e5;border-radius:10px;color:#fff;line-height:27px;padding:21px;width:100%}@media only screen and (max-width:992px){.Transfer-inside-item3-inside-text{font-size:20px;margin-top:8px}}@media only screen and (max-width:768px){.Transfer{margin-top:0;max-width:none;padding:0}.Transfer-inside{background-color:#010a2b;min-height:100vh;padding:24px}.Transfer-inside-item1{display:none}.Transfer-inside-item4-inside-bottom-text{color:#fff}.Transfer-inside-item3-inside{background-color:#010a2b;display:block}.Transfer-inside-item3{margin-top:28px}.Transfer-inside-item3-inside-right{color:#fff;display:flex;font-size:12px;justify-content:center;width:100%}.Transfer-inside-item3-inside-left{color:#fff;font-size:16px;text-align:center;width:100%}.Transfer-inside-item4-inside-top{color:#fff;font-size:12px}.Transfer-inside-item4-inside-bottom-input{background-color:#010a2b;border:1px solid #fff;border-radius:10px;color:#fff;font-size:16px;padding:15px 24px;text-align:left;width:100%}.Transfer-inside-item4-inside-bottom-label{color:#fff;font-size:16px;font-weight:400}.Transfer-inside-item4-inside-bottom-input:focus~label,.Transfer-inside-item4-inside-bottom-input:valid~label{background-color:#010a2b}}.Transferwallet{margin-top:5%;max-width:664px;width:100%}.Transferwallet-inside{background-color:#f0f7fe;border-radius:25px;justify-content:center;max-height:90vh;overflow-x:hidden;overflow-y:scroll;padding:58px 56px 56px 48px;width:100%}.Transferwallet-inside-item1{display:flex;width:100%}.Transferwallet-inside-item1-text{color:#020d1b;font-size:20px;font-weight:700;text-align:left;width:60%}.Transferwallet-inside-item1-image{text-align:end;width:40%}.Transferwallet-inside-item2{display:flex;justify-content:center;margin-top:40px;width:100%}.Transferwallet-inside-item3{margin-top:57px}.Transferwallet-inside-item3-inside{background-color:#fff;border-radius:10px;display:flex;justify-content:center;padding:23px 0}.Transferwallet-inside-item3-inside-image{margin-left:25px}.Transferwallet-inside-item3-inside-text{color:#000;font-size:24px;margin-top:5px}.Transferwallet-inside-item4{background-color:#fff;border-radius:20px;margin-top:42px;padding:45px 40px 39px}.Transferwallet-inside-item5{display:flex;justify-content:center;margin-top:59px}.Transferwallet-inside-item5-button{background-color:#3a37e5;border-radius:10px;color:#fff;font-size:16px;padding:21px 0;text-align:center;width:100%}@media only screen and (max-width:1200px){.Transferwallet{padding:64px 150px 98px}}@media only screen and (max-width:992px){.Transferwallet{padding:64px 150px 98px}.Transferwallet-inside-item3-inside-text{font-size:20px;margin-top:8px}}@media only screen and (max-width:786px){.Transferwallet{padding:0}.Transferwallet-inside{background-color:#010a2b;min-height:100vh;padding:65px 24px 24px}.Transferwallet-inside-item1{display:none}.Transferwallet-inside-item3-inside{background-color:#010a2b;padding:0}.Transferwallet-inside-item3{margin-top:63px}.Transferwallet-inside-item3-inside-image{margin-left:11px}.Transferwallet-inside-item3-inside-image-img{width:40px}.Transferwallet-inside-item3-inside-text{color:#fff;font-size:20px;margin-top:5px}.Transferwallet-inside-item5{background-color:#3a37e5;border-radius:10px;margin-top:69px}.Transferwallet-inside-item5-button{background-color:#3a37e5;color:#fff;font-size:12px}.Transferwallet-inside-item2-image1-img,.Transferwallet-inside-item2-image3-img{width:60px}.Transferwallet-inside-item2-image2-img{width:50px}.Transferwallet-inside-item2-image1{margin-left:6px}.Transferwallet-inside-item2-image3{margin-right:6px}}.Recharg{margin-top:5%;max-width:664px;width:100%}.h-130px{height:130px}.Recharg-inside{background-color:#f0f7fe;border-radius:25px;justify-content:center;max-height:90vh;overflow-x:hidden;overflow-y:scroll;padding:58px 56px 56px 48px;scrollbar-color:#f0f7fe #f0f7fe;scrollbar-width:none;width:100%}.Recharg-inside-item1{display:flex;width:100%}.Recharg-inside-item1-text{color:#020d1b;font-size:20px;text-align:left;width:60%}.Recharg-inside-item1-image{text-align:end;width:40%}.Recharg-inside-item1-image-img{cursor:pointer;width:8%}.Recharg-inside-item2{display:flex;justify-content:center;margin-top:40px;width:100%}.Recharg-inside-item3{margin-top:57px;padding:0 25px}.Recharg-inside-item3-inside{background-color:#fff;border-radius:10px;display:flex;padding:26px 24px;width:100%}.Recharg-inside-item3-inside-right{color:#020d1b;font-size:16px;margin-top:7px;text-align:right;width:50%}.Recharg-inside-item3-inside-left{color:#020d1b;font-size:16px;text-align:left;width:50%}.Recharg-inside-item3-inside-left-Money{font-size:20px!important;margin-left:6px}.Recharg-inside-item4{margin-top:40px;padding:0 25px}.Recharg-inside-item4-inside-bottom{margin-top:30px;position:relative;width:100%}.Recharg-inside-item4-inside{width:100%}.Recharg-inside-item4-inside-bottom-input{background-color:#f0f7fe;border:1px solid #020d1b;border-radius:10px;color:#020d1b;font-size:16px;padding:15px 24px;text-align:left;width:100%}.input-Money{padding:15px 24px 15px 60px!important}.Recharg-inside-item4-inside-bottom-label{color:#020d1b;font-size:16px;font-weight:400;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s}.Recharg-inside-item4-inside-bottom-input:focus{outline:none}.Recharg-inside-item4-inside-bottom-input::-webkit-inner-spin-button{-webkit-appearance:none}.Recharg-inside-item4-inside-bottom-input:focus~label,.Recharg-inside-item4-inside-bottom-input:valid~label{background-color:#f0f7fe;top:0}.Recharg-inside-item4-inside-top,.Recharg-inside-item5-top{color:#000;display:flex;font-size:16px;justify-content:center}.Recharg-inside-item5{margin-top:40px}.Recharg-inside-item5-bottom{display:flex;justify-content:center;margin-top:32px}.Recharg-inside-item5-bottom-inside,.Recharg-inside-item5-bottom-inside-bottom,.Recharg-inside-item5-bottom-inside-top{display:flex;gap:10px}.Recharg-inside-item5-bottom-inside-box{background:#fff;border-radius:12px;box-shadow:1px 1px 10px rgba(0,0,0,.24);color:#020d1b;cursor:pointer;width:40%}.Recharg-inside-item5-bottom-inside-box-inside{padding:8px 23px}.Recharg-inside-item5-bottom-inside-box-inside-Money{display:flex;font-size:14px;font-weight:700;justify-content:center;margin-bottom:6px}.Recharg-inside-item5-bottom-inside-box-inside-text{display:flex;font-size:12px;justify-content:center}.Recharg-inside-item5-bottom{width:100%}.Recharg-inside-item6{margin:48px 28px 0}.Recharg-inside-item6-button{background-color:#3a37e5;border-radius:10px;color:#fff;font-size:16px;line-height:27px;padding:21px 0;text-align:center;width:100%}.Recharg-inside-item4-inside-bottom-text{color:#020d1b;font-size:16px;left:15px;position:absolute;top:25%;z-index:2}@media only screen and (max-width:1200px){.Recharg-inside-item5-bottom{overflow-x:scroll}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:none}::-webkit-scrollbar-thumb:hover{background:none}}@media only screen and (max-width:992px){.Recharg-inside-item3-inside-text{font-size:20px;margin-top:8px}}@media only screen and (max-width:768px){.Recharg{margin-top:0;max-width:none;padding:0;width:100%}.Recharg-inside{background-color:#010a2b;max-height:92vh;padding:24px}.Recharg-inside-item1{display:none}.Recharg-inside-item3{display:flex;justify-content:center;margin-top:28px}.Recharg-inside-item3-inside{background-color:#010a2b;display:block;padding:26px 24px;width:100%}.Recharg-inside-item3-inside-right{color:#fff;font-size:12px;margin-top:7px;text-align:center;width:100%}.Recharg-inside-item3-inside-left{color:#fff;font-size:16px;margin-top:7px;text-align:center;width:100%}.Recharg-inside-item3-inside-left-Money{font-size:30px!important}.Recharg-inside-item4-inside-top{color:#fff;display:flex;font-size:12px}.Recharg-inside-item5{margin-top:68px}.Recharg-inside-item5-top{display:none}.Recharg-inside-item6-button{font-size:12px}.Recharg-inside-item5-bottom-inside{display:block;width:100%}.Recharg-inside-item5-bottom-inside-top{display:flex;justify-content:center;margin-bottom:20px}.Recharg-inside-item4{padding:0 15px}.Recharg-inside-item6{margin:48px 10px 0}.Recharg-inside-item4-inside-bottom-input{background-color:#010a2b;border:1px solid #fff;color:#fff;font-size:16px}.Recharg-inside-item4-inside-bottom-label{color:#fff;font-size:10px;font-weight:400;padding:0 10px}.Recharg-inside-item4-inside-bottom-text{color:#fff}.Recharg-inside-item4-inside-bottom-input:focus~label,.Recharg-inside-item4-inside-bottom-input:valid~label{background-color:#010a2b}}.Registerprofile{display:flex;height:100%;justify-content:center;width:100%}.Registerprofile-inside{display:block;margin-top:150px}.Registerprofile-inside-item1{display:flex;justify-content:center}.Registerprofile-inside-item1-img{width:144px}.Registerprofile-inside-item2{font-size:20px;margin-top:64px}.Registerprofile-inside-item3{display:flex;justify-content:center;margin-top:80px}.Registerprofile-inside-item3-link{background-color:#af41c6;border-radius:20px;color:#fff;font-size:20px;padding:16px 40px}.Registerprofile-inside-item3-link:hover{color:#fff;text-decoration:none}@media only screen and (max-width:786px){.Registerprofile-inside{margin-top:119px}.Registerprofile-inside-item1-img{width:69px}.Registerprofile-inside-item2{font-size:14px;margin-top:24px}.Registerprofile-inside-item3{margin-top:62px}.Registerprofile-inside-item3-link{font-size:12px;padding:10px 15px}}.ChangeProfile{width:100%}.ChangeProfile,.ChangeProfile-image{position:relative}.ChangeProfile-Profile{border-radius:50%;height:44%;left:50%;top:19%;width:23%}.ChangeProfile-Profile,.ChangeProfile-icon{position:absolute;-webkit-transform:translate(-50%,1%);transform:translate(-50%,1%)}.ChangeProfile-icon{cursor:pointer;left:57%;top:48%}@media only screen and (max-width:1200px){.ChangeProfile-image{width:100%}.ChangeProfile-Profile{width:21.2%}.ChangeProfile-icon{width:9%}}.Profile{padding:0 78px 64px}.Profile-top{display:flex;width:100%}.Profile-top-right{margin-top:160px;width:30%}.Profile-top-right-inside{display:block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:100px}.Profile-top-right-inside-text{display:flex;justify-content:center}.Profile-top-right-inside-text-display{display:block}.Profile-top-right-inside-text-name{color:#fff;font-size:24px;margin-bottom:15px}.Profile-top-right-inside-text-phone{color:#007dec;font-size:20px;margin-bottom:15px}.Profile-top-right-inside-button{display:flex;justify-content:center}.Profile-top-right-inside-button-edit{background-color:#af41c6;border:1px solid #af41c6;border-radius:20px;color:#fff;font-size:16px;padding:8px 20px}.Profile-top-right-inside-button-getout{background:none;border:1px solid #fff;border-radius:20px;color:#fff;font-size:16px;margin-right:8px;padding:8px 18px}.Profile-top-left-image{width:100%}.Seke{padding:23px 17px!important}.Seke-imge{width:41.07px!important}.Group{padding:23px 17px!important}.Group-img{width:46.27px!important}.Medal{padding:21px 24px!important}.Medal-img{width:38.39px!important}.Star-img{width:39.59px!important}.Star{padding:20px!important}.Profile-bottom,.Profile-center{display:flex;margin-top:20px}.Profile-bottom-right,.Profile-center-left,.Profile-center-right{background-color:#f0f7fe;border-radius:10px;display:flex}.Profile-bottom-right-inside,.Profile-center-left-inside,.Profile-center-right-inside{display:flex;padding:24px 18px}.Profile-center-right-inside-items{font-size:16px;margin:5px 8px;width:23%!important}.Profile-center-right-inside-border,.Profile-center-right-inside-border-gold{background-color:#fff;border:1px solid #fff;border-radius:15px;box-shadow:inset 1px 1px 9px 1px #ebebeb;display:flex;justify-content:center;padding:15px}.Profile-center-right-inside-image{width:32px}.Profile-center-right-inside-text{color:#020d1b;margin-top:10px}.Profile-center-left-inside-left,.Profile-center-left-inside-right{display:block;width:40%}.Profile-center-left-inside-right-top-wallet{display:flex}.Profile-center-left-inside-right-top-wallet-text{color:#000;font-size:16px;margin-top:5px}.Profile-center-left-inside-right-top-wallet-image{margin-right:5px;width:32px}.Profile-center-left-inside-right-top-Money{color:#000;font-size:16px;margin-top:5px}.Profile-Money{color:#000;font-size:24px;margin-left:5px}.Profile-center-left-inside-right-bottom-button{align-items:center;background-color:#fff;border:none;border-radius:12px;box-shadow:1px 1px 9px 1px #ebebeb;display:flex;justify-content:space-between;margin-top:10px;padding:14px;width:100%}.Profile-center-left-inside-right-bottom-button-text{font-size:14px;text-align:right;width:160px;width:100%}.Profile-center-left-inside-right-bottom-button-image{margin-top:3px;width:7px}.Profile-center-left-inside-left{margin:0 22px;width:50%}.Profile-center-left-inside-right{width:50%}.Profile-center-left-inside-left-bottom1{margin-bottom:25px;width:100%}.res{display:none}.Profile-center{display:flex;justify-content:space-between}.Profile-center-right{width:49%}.Profile-center-right-inside{display:flex;justify-content:space-between;padding:24px 32px;width:100%!important}.Profile-center-right-inside-border{background-color:#fff;border:1px solid #fff;border-radius:15px;box-shadow:inset 1px 1px 9px 1px #ebebeb;display:flex;justify-content:center;padding:15px}.Profile-center-left{width:48%}.Profile-center-left-inside{display:flex;padding:24px 32px;width:100%}.Profile-bottom,.Profile-center-left-inside{justify-content:space-between}.Profile-bottom-right-inside-top-text{font-size:16px}.Profile-bottom-right-inside-center-display{display:flex}.Profile-bottom-right-inside{display:block;width:100%}.Profile-bottom-left-inside-center-border-button2,.Profile-bottom-right-inside-center-border-button2{margin-right:10px}.Profile-bottom-left{display:flex}.Profile-bottom-right{width:100%}.Group,.Seke{padding:25px 17px!important}.Profile-bottom-right-inside-top-text{color:#000}.Profile-bottom-left-inside{display:block;width:100%}.Profile-bottom-left-inside-top,.Profile-bottom-left-inside-top-bottom{background-color:#fff;border-radius:10px;color:#000;display:flex;justify-content:center;padding:12px 20px;width:100%}.Profile-bottom-left-inside-top-image{width:30px}.Profile-bottom-left-inside-top-text{color:#000;padding:5px;white-space:nowrap}.Profile-bottom-left-inside-bottom,.Profile-bottom-left-inside-center{display:flex;justify-content:space-between;margin-top:15px;width:100%}.Profile-bottom-left-inside-bottom2{display:flex;justify-content:space-between;margin-bottom:15px;width:100%}.Profile-bottom-left-inside-center-left,.Profile-bottom-left-inside-center-right{background-color:#fff;border-radius:10px;display:flex;padding:12px 20px;width:50%}.Profile-bottom-left-inside-top-display{display:flex}.Profile-bottom-left-inside-center-right{margin-left:13px}.Profile-center-left-inside-right-top-wallet-image-res{display:none}.Profile-bottom-left-inside-center-right-display,.Profile-bottom-left-inside-top-image-display{display:flex}.Profile-bottom-left-inside-bottom-res{display:none}.Profile-bottom-left,.Profile-bottom-left-inside-center-border-button1,.Profile-bottom-left-inside-center-border-button2,.Profile-bottom-right-inside-bottom,.Profile-bottom-right-inside-centeer-display,.Profile-bottom-right-inside-center,.Profile-bottom-right-inside-center-border-button1,.Profile-bottom-right-inside-center-border-button2{width:100%}.Profile-bottom-right-border{width:48%}.Profile-bottom-left-border{width:49%}.Profile-center-text{text-align:center}#order1{order:4}#order2{order:2}#order3{order:3}#order4{order:1}.Poyesh{width:100%}.MotionMoarefi_img,.Poyesh_swiper-wrapper{height:100%;width:100%}.MotionMoarefi_img{border-radius:15px;cursor:pointer;opacity:.6;opacity:1;-webkit-transform:scale(.8);transform:scale(.8)}.topSwiperContainer{margin-bottom:27px;padding-right:24px}.parentTopSwiperClub{align-items:center;background-color:#fff;border-radius:16px;display:flex;height:85px;justify-content:center;width:85px}.parent-score{margin-bottom:25px}.parent-score,.score-item{align-items:center;display:flex}.score-item{background-color:#fff;border-radius:24.151px;color:#020d1b;font-size:16px;font-weight:700;line-height:27px;margin-left:16px;padding:15px 21.5px}.score-item img{height:28px;margin-left:8.97px;width:28px}.score-item p{white-space:nowrap}@media only screen and (max-width:1244px){.score-item{display:flex;justify-content:center;margin-top:20px;padding:15px 0;width:100%}}@media only screen and (max-width:1200px){.score-item{font-size:14px;margin-left:12px}.score-item img{height:26px;width:26px}.Profile-center-right-inside{flex-wrap:wrap}.Profile-center-right-inside-items{width:48%!important}.Profile-top-right-inside-text-name{font-size:20px}.Profile-top-right-inside-button-edit{font-size:12px;padding:10px 7px}.Profile-top-right-inside-button-getout{font-size:12px;margin-right:8px;padding:8px 16px}.Profile-center-right-inside-items{font-size:14px;margin:0!important}.Profile-center-left-inside-right-top-Money,.Profile-center-left-inside-right-top-wallet-text{font-size:12px}.Profile-Money{font-size:20px}.Profile-center-left-inside-left-bottom1{margin-bottom:15px}.Profile-top-right-inside-button-edit,.Profile-top-right-inside-button-getout{white-space:nowrap}}@media only screen and (max-width:992px){.Profile-bottom-left-inside-top-display{display:block}.Profile-top-right-inside-button-edit,.Profile-top-right-inside-button-getout{white-space:nowrap}.Profile-bottom-left-inside-center-right-display,.Profile-bottom-left-inside-top-image-display{display:flex;justify-content:center}.Profile-bottom-left-inside-center-left,.Profile-bottom-left-inside-center-right{justify-content:center}.Profile-center-left-inside-right-bottom-button{display:block}.Profile-bottom-left-inside-top-text{text-align:center}.Profile-center-left-inside-right-bottom-button-text{font-size:10px}.Profile-Money{font-size:14px}.Profile-center-left-inside-right-top-wallet-text{font-size:10px;white-space:nowrap}.Profile-center-left-inside-right-top-wallet{display:flex;flex-direction:column-reverse}.Profile-top-right-inside-button{margin-top:30px}}@media only screen and (max-width:786px){.Profile-center-right-inside-border,.Profile-center-right-inside-border-gold{border-radius:9px;height:100%}.Profile-center-left-inside-right-top-wallet{margin-top:-25px}.Profile-top-right-inside{width:auto}.Profile-center-right-inside-items{width:24%!important}.Profile{padding:0}.Profile-top-left{width:100%}.Profile-top{border:1px solid #01070f;border-radius:0 0 25px 25px;box-shadow:0 5px 10px #455b7f;justify-content:center;padding-bottom:112px;position:relative;width:100%}.Profile .Profile-top{padding-bottom:190px}.Profile-top-left-image{width:100%}.Profile-top-right{margin-left:0;margin-top:34%;position:absolute;width:100%;z-index:2}.Profile-top-right-inside-text-name{color:#fff;font-size:16px;margin-bottom:5px}.Profile-top-right-inside-text-phone{color:#fff;font-size:14px;margin-bottom:30px}.Profile-top-right-inside-button-edit,.Profile-top-right-inside-button-getout{padding:10px 20px}.Profile-center{display:block;width:100%}.Profile-bottom-right,.Profile-center-left,.Profile-center-right{background:none;border-radius:10px;display:flex}.Profile-bottom-left-border,.Profile-bottom-right-border,.Profile-center-left{width:100%}.Profile-center-right{justify-content:center;width:100%}.Profile-Money{color:#fff;font-size:20px;font-weight:700}.Profile-bottom-left,.Profile-bottom-right{width:100%}.Profile-center-text{display:none}.Profile-center-left-inside{display:block;width:100%}.Profile-center-left-inside-right-top-wallet-text{color:#fff;font-size:14px;font-weight:400px!important;margin-top:10px}.Profile-center-left-inside-right-top-Money{color:#fff;font-size:14px;font-weight:700;margin-bottom:15px}.Profile-center-left-inside-right-bottom-button-text{font-size:12px;font-weight:700;margin-bottom:0;margin-left:12px;text-align:center;white-space:nowrap;width:auto}.Profile-center-left-inside-right-bottom-button{align-items:center;aspect-ratio:100/87;box-shadow:0 #ebebeb;box-shadow:none;display:block;display:flex;justify-content:center;min-width:90px;padding:12px 10px}.Profile-center-left-inside-left-bottom2{width:100%}.Profile-center-left-inside-left{align-items:stretch;display:flex;gap:5px;justify-content:center;margin-top:20px;margin:0;width:100%}.Profile-bottom{display:block}.Profile-bottom-right-inside-top-text{color:#fff;font-size:18px}.Profile-center-left-inside-right-top-res{display:block}.Profile-center-left-inside-right-top{display:flex;justify-content:center;text-align:center}.Profile-center-left-inside-right-top-wallet-image-res{display:block}.Profile-center-left-inside-right-top-wallet-image{display:none}.Profile-center-left-inside-right-top-wallet{display:block}.Profile-center-left-inside-right-top-wallet-image-res-img{width:50px}.Profile-center-left-inside-left-bottom1{margin-left:0}.Profile-center-left-inside-right{width:100%}.res{display:flex}.dis{display:none}.Profile-bottom-right-inside-centeer-display{display:flex;flex-wrap:wrap;margin-top:8px;overflow-x:scroll}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:none}::-webkit-scrollbar-thumb:hover{background:none}.button-res{aspect-ratio:150/76;width:100%!important}.Profile-bottom-right-inside-center-display{margin-left:10px}.Profile-bottom-left{margin-top:15px}.Profile-bottom-left-inside{margin-bottom:100px;padding:0 20px;width:100%}.Profile-bottom-left-inside-top{background-color:#fff;border-radius:10px;display:flex;justify-content:center;padding:12px 20px;width:auto}.Profile-bottom-left-inside-top-display{display:block}.Profile-bottom-left-inside-top-image-display{display:flex;justify-content:center}.Profile-bottom-left-inside-center-left,.Profile-bottom-left-inside-center-right{display:flex;justify-content:center;width:48.5%}.Profile-bottom-left-inside-center-right-display{display:block}.Profile-bottom-left-inside-top-image{width:50px}.Profile-bottom-left-inside-bottom-res{background-color:#fff;border-radius:10px;display:block;display:flex;justify-content:center;margin-top:15px;padding:12px 20px;width:auto}.Profile-bottom-left-inside-top-image-res{width:40px}.Profile-bottom-right-border{padding:0 20px}.wallet-box-profile{min-height:95.2px}}@media only screen and (max-width:500px){.Profile-top-right-inside-text-phone{margin-bottom:0}}.Ashnai{background-color:#fff;border-radius:20px;max-width:440px;width:100%}.Ashnai-inside{padding:40px}.Ashnai-inside-top{display:flex}.Ashnai-inside-top-text{color:#020d1b;font-size:20px;text-align:left;width:55%}.Ashnai-inside-top-image{text-align:end;width:40%}.Ashnai-inside-bottom{display:flex;justify-content:center;width:100%}.Ashnai-inside-bottom-submit{background-color:#3a37e5;border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:400;padding:13px;width:100%}.Ashnai-inside-center{margin-top:24px}.Ashnai-inside-center-ul{list-style-type:none}.Ashnai-inside-center-ul-Option-label{background-color:#fff;border:1px solid #fff;border-radius:8px;cursor:pointer;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.Ashnai-inside-center-ul-Option-label-inside-inside-circle{align-items:center;display:flex;justify-content:center}.Ashnai-inside-center-ul-Option-label-inside{display:flex}.Ashnai-inside-center-ul-Option-label-inside-insid-text{color:#111c29;padding:12px 2px}.Ashnai-inside-center-ul-Option-input{appearance:none;-webkit-appearance:none;background:none;border-radius:50%;border-radius:1%;height:7%;position:absolute;width:25%}.Ashnai-inside-center-ul-Option-input:checked+label{background-color:#fff;border:1px solid #1e37e5;border-radius:8px;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.Ashnai-inside-center-ul-Option-input:checked+label .Ashnai-inside-center-ul-Option-label-inside-inside-circle svg circle{fill:#1e37e5}.Ashnai-inside-center-ul-Option-input:checked{appearance:none;-webkit-appearance:none;background:#1e37e5;border-radius:50%;height:8px;margin:11px 26px;padding:10px;position:absolute;width:8px}@media screen and (max-width:768px){.Ashnai{border-radius:20px 20px 0 0;height:90%;max-width:none}.Ashnai-inside-center{height:45vh;margin-top:14px;scrollbar-color:#fff #fff;scrollbar-width:thin}.Ashnai-inside{padding:40px 40px 50px}.Ashnai-inside-bottom{margin-top:152px}.Ashnai-inside-center-ul-Option-label{margin-bottom:13px}}.Gender{background-color:#fff;border-radius:20px;max-width:440px;width:100%}.Gender-inside{padding:40px}.Gender-inside-top{display:flex}.Gender-inside-top-text{color:#020d1b;font-size:20px;text-align:left;width:55%}.Gender-inside-top-image{text-align:end;width:40%}.Gender-inside-bottom{display:flex;justify-content:center;width:100%}.Gender-inside-bottom-submit{background-color:#3a37e5;border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:400;padding:13px;width:100%}.Gender-inside-center{margin-top:24px}.Gender-inside-center-ul{list-style-type:none}.Gender-inside-center-ul-Option-label{background-color:#fff;border:1px solid #fff;border-radius:8px;cursor:pointer;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.Gender-inside-center-ul-Option-label-inside-inside-circle{align-items:center;display:flex;justify-content:center}.Gender-inside-center-ul-Option-label-inside{display:flex}.Gender-inside-center-ul-Option-label-inside-insid-text{color:#111c29;padding:12px 2px}.Gender-inside-center-ul-Option-input{appearance:none;-webkit-appearance:none;background:none;border-radius:50%;border-radius:1%;height:7%;position:absolute;width:25%}.Gender-inside-center-ul-Option-input:checked+label{background-color:#fff;border:1px solid #1e37e5;border-radius:8px;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.Gender-inside-center-ul-Option-input:checked+label .Gender-inside-center-ul-Option-label-inside-inside-circle svg circle{fill:#1e37e5}.Gender-inside-center-ul-Option-input:checked{appearance:none;-webkit-appearance:none;background:#1e37e5;border-radius:50%;height:8px;margin:11px 26px;padding:10px;position:absolute;width:8px}@media only screen and (max-width:768px){.Gender{border-radius:20px 20px 0 0;max-width:none}.Gender-inside{padding:40px 40px 50px}}.City{background-color:#fff;border-radius:20px;max-width:440px;position:relative;width:100%;z-index:1000}.City-inside{padding:40px}.City-inside-top{display:flex}.City-inside-top-text{color:#020d1b;font-size:20px;text-align:left;width:55%}.City-inside-top-image{text-align:end;width:40%}.City-inside-bottom{display:flex;justify-content:center;margin:15px 0;padding:0 30px;width:100%}.City-inside-bottom-submit{background-color:#3a37e5;border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:400;padding:13px;width:100%}.City-inside-center{height:29vh;margin-top:24px;overflow-x:hidden;overflow-y:scroll;scrollbar-color:#fff #fff;scrollbar-width:thin}.City-inside-center::-webkit-scrollbar{display:none}.City-inside-center-ul{list-style-type:none}.City-inside-center-ul-Option-label{background-color:#fff;border:1px solid #fff;border-radius:8px;cursor:pointer;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.City-inside-center-ul-Option-label-inside-inside-circle{align-items:center;display:flex;justify-content:center}.City-inside-center-ul-Option-label-inside{display:flex}.City-inside-center-ul-Option-label-inside-insid-text{color:#111c29;padding:12px 2px}.City-inside-center-ul-Option-input{appearance:none;-webkit-appearance:none;background:none;border-radius:50%;border-radius:1%;height:7%;position:absolute;width:25%}.City-inside-center-ul-Option-input:checked+label{background-color:#fff;border:1px solid #1e37e5;border-radius:8px;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.City-inside-center-ul-Option-input:checked+label .City-inside-center-ul-Option-label-inside-inside-circle svg circle{fill:#1e37e5}.City-inside-center-ul-Option-input:checked{appearance:none;-webkit-appearance:none;background:#1e37e5;border-radius:50%;height:8px;margin:11px 26px;padding:10px;position:absolute;width:8px}.City-inside-search-input{background-color:#f0f7fe;border:none;border-radius:10px;font-size:16px;left:0;line-height:22px;margin-bottom:6px;margin-top:24px;outline:none;padding:13px 15px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:12}::-webkit-scrollbar{width:0!important}@media only screen and (max-width:768px){.City{border-radius:20px 20px 0 0;max-width:none}.City-inside{padding:40px 40px 50px}}.Province{background-color:#fff;border-radius:20px;max-width:440px;position:relative;width:100%}.Province-inside{padding:40px}.Province-inside-top{display:flex}.Province-inside-top-text{color:#020d1b;font-size:24px;text-align:left;width:55%}.Province-inside-top-image{text-align:end;width:40%}.Province-inside-bottom{display:flex;justify-content:center;margin:15px 0;padding:0 30px;width:100%}.Province-inside-bottom-submit{background-color:#3a37e5;border:none;border-radius:10px;color:#fff;font-size:20px;font-weight:400;padding:13px;width:100%}.Province-inside-center{height:29vh;margin-top:24px;overflow-x:hidden;overflow-y:scroll;scrollbar-color:#fff #fff;scrollbar-width:thin}.Province-inside-center::-webkit-scrollbar{display:none}.Province-inside-center-ul{list-style-type:none}.Province-inside-center-ul-Option-label{background-color:#fff;border:1px solid #fff;border-radius:8px;cursor:pointer;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.Province-inside-center-ul-Option-label-inside-inside-circle{align-items:center;display:flex;justify-content:center}.Province-inside-center-ul-Option-label-inside{display:flex}.Province-inside-center-ul-Option-label-inside-insid-text{color:#111c29;padding:12px 2px}.Province-inside-center-ul-Option-input{appearance:none;-webkit-appearance:none;background:none;border-radius:50%;border-radius:1%;height:7%;position:absolute;width:25%}.Province-inside-center-ul-Option-input:checked+label{background-color:#fff;border:1px solid #1e37e5;border-radius:8px;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.Province-inside-center-ul-Option-input:checked+label .Province-inside-center-ul-Option-label-inside-inside-circle svg circle{fill:#1e37e5}.Province-inside-center-ul-Option-input:checked{appearance:none;-webkit-appearance:none;background:#1e37e5;border-radius:50%;height:8px;margin:11px 26px;padding:10px;position:absolute;width:8px}.Province-inside-search-input{background-color:#f0f7fe;border:none;border-radius:10px;font-size:20px;left:0;line-height:22px;margin-bottom:6px;margin-top:24px;outline:none;padding:13px 15px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:12}@media only screen and (max-width:768px){.Province{border-radius:20px 20px 0 0;max-width:none}.Province-inside{padding:40px 40px 50px}}.Education{background-color:#fff;border-radius:20px;max-width:440px;width:100%}.Education-inside{padding:40px}.Education-inside-top{display:flex}.Education-inside-top-image-img{cursor:pointer}.Education-inside-top-text{color:#020d1b;font-size:20px;text-align:left;width:55%}.Education-inside-top-image{text-align:end;width:40%}.Education-inside-bottom{display:flex;justify-content:center;width:100%}.Education-inside-bottom-submit{background-color:#3a37e5;border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:400;padding:13px;width:100%}.Education-inside-center{margin-top:24px}.Education-inside-center-ul{list-style-type:none}.Education-inside-center-ul-Option-label{background-color:#fff;border:1px solid #fff;border-radius:8px;cursor:pointer;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.Education-inside-center-ul-Option-label-inside-inside-circle{align-items:center;display:flex;justify-content:center}.Education-inside-center-ul-Option-label-inside{display:flex}.Education-inside-center-ul-Option-label-inside-insid-text{color:#111c29;padding:12px 2px}.Education-inside-center-ul-Option-input{appearance:none;-webkit-appearance:none;background:none;border-radius:50%;border-radius:1%;height:7%;position:absolute;width:25%}.Education-inside-center-ul-Option-input:checked+label{background-color:#fff;border:1px solid #1e37e5;border-radius:8px;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.Education-inside-center-ul-Option-input:checked+label .Education-inside-center-ul-Option-label-inside-inside-circle svg circle{fill:#1e37e5}.Education-inside-center-ul-Option-input:checked{appearance:none;-webkit-appearance:none;background:#1e37e5;border-radius:50%;height:8px;margin:11px 26px;padding:10px;position:absolute;width:8px}@media only screen and (max-width:768px){.Education{border-radius:20px 20px 0 0;max-width:none}.Education-inside{padding:40px 40px 50px}}.Gender-inside-center-top{cursor:pointer;display:flex;padding-bottom:18px}.Gender-inside-center-top-text{color:#020d1b;font-size:16px;margin-right:16px}.Gender-inside-center-bottom{cursor:pointer;display:flex;padding-top:24px}.Edit{padding:0 78px 64px}.Edit-top{display:flex;width:100%}.Edit-top-right{margin-top:140px;width:30%}.Edit-top-right-inside{display:block}.Edit-top-right-inside-text{display:flex;justify-content:center}.Edit-top-right-inside-text-display{display:block;text-align:center}.Edit-top-right-inside-text-name{color:#fff;font-size:28px;margin-bottom:15px}.Edit-top-right-inside-text-phone{color:#007dec;font-size:24px;margin-bottom:15px}.Edit-top-right-inside-button{display:flex;justify-content:center}.Edit-top-right-inside-button-edit{background-color:#af41c6;border:1px solid #af41c6;border-radius:20px;color:#fff;font-size:20px;padding:8px 20px}.Edit-top-right-inside-button-getout{background:none;border:1px solid #fff;border-radius:20px;color:#fff;font-size:20px;margin-right:8px;padding:8px 18px}.Edit-bottom{margin-top:60px}.Edit-bottom-inside{background-color:#f0f7fe;border-radius:20px;padding:40px 40px 56px;width:100%}.Edit-bottom-inside-form{margin-top:41px;width:100%}.Edit-bottom-inside-titleForm{color:#020d1b;font-size:24px;font-weight:400}.Edit-bottom-inside-form-div-border{color:#020d1b;height:65px}.Edit-bottom-inside-form-div-border,.Edit-bottom-inside-form-div-input,.birthday-input input{background-color:#f0f7fe;border:1px solid #020d1b;border-radius:10px;font-family:kalamehFaNum,Arial,Helvetica,sans-serif;font-size:20px;padding:15px 24px;width:100%}.Edit-bottom-inside-form-div-border-inside-label{background-color:#f0f7fe;color:#020d1b;position:absolute;-webkit-transform:translateY(-100%);transform:translateY(-100%)}.Edit-bottom-inside-form-div-label,.Edit-bottom-inside-form-div-label-star{color:#020d1b;font-size:20px;font-weight:400;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s}.Edit-bottom-inside-form-div-label-star.label-datepicker{background-color:#f0f7fe;color:#020d1b;font-size:20px;font-weight:400;position:absolute;right:15px;top:0;transition:all .3s}.Edit-bottom-inside-form-div-labelStar{-webkit-transform:translateY(-50%);transform:translateY(-50%)}.Edit-bottom-inside-form-div-icon{left:15px;position:absolute;top:50%}.number{text-align:left!important}.label-top{background-color:#f0f7fe;top:-32px!important;transition:all 1s}.Edit-bottom-inside-form-div-input:focus{outline:none}.Edit-bottom-inside-form-div-input::-webkit-inner-spin-button{-webkit-appearance:none}.Edit-bottom-inside-form-item{display:flex;justify-content:center;margin-bottom:24px;width:100%}.Edit-bottom-inside-form-item-finish{width:48%}.Edit-bottom-inside-form-div{position:relative;width:100%}.div-left{margin-right:33px}.Edit-bottom-inside-form-submit{display:flex;justify-content:end;margin-top:40px}.Edit-bottom-inside-form-submit-input{background-color:#2b7a0b;border:none;border-radius:20px;color:#fff;display:flex;font-size:20px;justify-content:center;padding:16px 19px;text-align:center;width:50%}.Edit-bottom-inside-form-div-input:focus~label,.Edit-bottom-inside-form-div-input:valid~label,.birthday-input input:focus~label,.birthday-input input:valid~label{background-color:#f0f7fe;top:0}.Edit-bottom-inside-form-div-label-star:focus~label,.Edit-bottom-inside-form-div-label-star:valid~label{background-color:#f0f7fe;top:0}.number:disabled{border:1px solid #a6a0a0}.number:disabled~.Edit-bottom-inside-form-div-label{color:#a6a0a0}.number:disabled~label{background-color:#f0f7fe;top:0}.Edit_profile_divData{align-items:center;display:flex;height:100%;justify-content:space-evenly;width:100%}.DateBirthDropDown{-webkit-appearance:none;appearance:none;background-color:#f0f7fe;border:1px solid #000;border-radius:5px;cursor:pointer;height:35px;margin-top:5px;outline:none;text-align:center;width:30%}@media only screen and (max-width:1200px){.Edit-top-right-inside-text-name{font-size:20px}.Edit-top-right-inside-button-edit{font-size:12px;padding:10px 7px}.Edit-top-right-inside-button-getout{font-size:12px;margin-right:8px;padding:8px 16px}.Edit-top-right-inside-button-edit,.Edit-top-right-inside-button-getout{white-space:nowrap}}.rules-text{color:#09d4ff;font-weight:900}.rules-text,.rules-wrapper{font-size:16px;line-height:140.5%}.rules-wrapper{color:#01070f;cursor:pointer;flex:1 1;font-weight:100;margin:0}.Edit-birthDayWrapper{border:1px solid #020d1b;border-radius:10px}@media only screen and (max-width:768px){.Edit-birthDayWrapper{border:1px solid #fff;border-radius:7px;padding:15px}.Edit-birthDayWrapper label{font-size:10px!important}.DateBirthDropDown{background-color:#020d1b;border:1px solid #fff;color:#fff}.rules-wrapper{color:#fff;font-weight:100}.Edit-bottom-inside-form-div-label-star.label-datepicker{background-color:#020d1b;color:#fff}.Edit{padding:0}.Edit-top,.Edit-top-left{width:100%}.Edit-top{border:1px solid #01070f;border-radius:0 0 25px 25px;box-shadow:0 5px 20px 0 #455b7f;justify-content:center;padding-bottom:100px;position:relative}.Edit-top-left-image{width:100%}.Edit-top-right{margin-left:0;margin-top:34%;position:absolute;width:100%;z-index:2}.Edit-top-right-inside-text-name{color:#fff;font-size:16px;margin-bottom:10px}.Edit-top-right-inside-text-phone{color:#fff;font-size:14px;margin-bottom:30px}.Edit-top-right-inside-button-edit,.Edit-top-right-inside-button-getout{padding:10px 20px}.Edit-bottom-inside-form-item{display:block;padding-top:5px}.div-left{margin-right:0;margin-top:30px}.Edit-bottom-inside-form-item-finish,.Edit-bottom-inside-form-submit-input{width:100%}.Edit-bottom-inside-titleForm{color:#fff;font-size:16px;text-align:center}.Edit-bottom-inside-form-div-input{background-color:#020d1b;border:1px solid #fff;color:#fff;color:20px}.Edit-bottom-inside{background-color:#020d1b;padding-bottom:100px;padding-left:25px;padding-right:25px}.Edit-bottom-inside-form-div-label{color:#fff;font-size:10px}.Edit-bottom-inside-form-div-label-star{background-color:#020d1b;color:#fff;font-size:10px}.Edit-bottom-inside-form-div-input:focus~label,.Edit-bottom-inside-form-div-label-star:focus~label{background-color:#020d1b}.Edit-bottom-inside-form-submit{margin-bottom:50px}.Edit-bottom{margin-top:10px}.Edit-bottom-inside-form-div-input:disabled~label{background-color:#020d1b;top:0}.number:disabled~label{background-color:#020d1b}.Edit-bottom-inside-form-div-input:focus~label,.Edit-bottom-inside-form-div-input:valid~label{background-color:#020d1b}.Edit-bottom-inside-form-div-label-star:focus~label,.Edit-bottom-inside-form-div-label-star:valid~label{background-color:#020d1b}.Edit-bottom-inside-form-div-border{background-color:#020d1b;border:1px solid #f0f7fe;border-radius:10px;color:#f0f7fe}.Edit-bottom-inside-form-div-border-inside-label{background-color:#020d1b;color:#f0f7fe;font-size:10px;-webkit-transform:translateY(-160%);transform:translateY(-160%)}}.School{background-color:#fff;border-radius:20px;height:80vh;max-width:440px;width:100%}.School-inside{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:40px}.School-inside-top-image-img{cursor:pointer}.School-inside-top{display:flex;width:100%}.School-inside-center-input{background-color:#f0f7fe;border:none;border-radius:10px;font-size:16px;left:0;line-height:22px;margin-bottom:6px;outline:none;padding:13px 15px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:12}.School-inside-top-text{color:#020d1b;font-size:20px;text-align:left;width:55%}.School-inside-top-image{text-align:end;width:40%}.School-inside-bottom{display:flex;justify-content:center;width:100%}.School-inside-bottom-submit{background-color:#3a37e5;border:none;border-radius:10px;color:#fff;font-size:16px;font-weight:400;padding:13px;width:100%}.School-inside-center{flex:1 1;margin-top:24px;overflow-y:auto;width:100%}.School-inside-center-ul{list-style-type:none}.School-inside-center-ul-Option-label{background-color:#fff;border:1px solid #fff;border-radius:8px;cursor:pointer;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.School-inside-center-ul-Option-label-inside-inside-circle{align-items:center;display:flex;justify-content:center}.School-inside-center-ul-Option-label-inside{display:flex}.School-inside-center-ul-Option-label-inside-insid-text{color:#111c29;padding:12px 2px}.School-inside-center-ul-Option-input{appearance:none;-webkit-appearance:none;background:none;border-radius:50%;border-radius:1%;height:7%;position:absolute;width:25%}.School-inside-center-ul-Option-input:checked+label{background-color:#fff;border:1px solid #1e37e5;border-radius:8px;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.School-inside-center-ul-Option-input:checked+label .School-inside-center-ul-Option-label-inside-inside-circle svg circle{fill:#1e37e5}.School-inside-center-ul-Option-input:checked{appearance:none;-webkit-appearance:none;background:#1e37e5;border-radius:50%;height:8px;margin:11px 26px;padding:10px;position:absolute;width:8px}@media only screen and (max-width:768px){.School{border-radius:20px 20px 0 0;max-width:none}.School-inside{padding:40px 40px 50px}}.Bashgah-inside-item4-right-box-inside-box-inside-rank{font-size:20px;font-weight:700;margin-top:24px}.Bashgah-inside-item4-right-box-inside-box-inside-rank-number{margin-right:10px}.Bashgah-inside-item4-right-box-inside-box-top{background:linear-gradient(270deg,#e68f00,#fdfcf2);border-radius:20px;padding:5px 4px 9px;position:absolute;-webkit-transform:translateY(-100px);transform:translateY(-100px)}.Bashgah-inside-item4-right-box-inside-box-top-inside{background-color:#051e55;border-radius:10px;padding:19px 56px 15px}.Bashgah-inside-item4-right-box-inside{background:linear-gradient(0deg,#031233,#6c15a2);border-radius:10px;padding:63px 31px 24px;position:relative;width:100%}.Bashgah-inside-item4-right-box-inside-box{background-color:#062366;border-radius:10px;box-shadow:0 -5px 7px hsla(0,0%,100%,.3),inset 0 6px 0 rgba(0,0,0,.3),inset 0 -6px 0 hsla(0,0%,100%,.2);width:100%}.Bashgah-inside-item4-right-box-inside-box-top-inside-text{font-size:24px;font-weight:700;white-space:nowrap}.Bashgah-inside-item4-right-box-inside-box-inside{padding:24px}.Bashgah-inside-item4-right-box-inside-box-inside-border{border-bottom:1px solid #d9d9d9;display:flex;justify-content:center;margin-top:26px;width:100%}.Bashgah-inside-item4-right-box-inside-box-inside-border-ten{margin-top:26px}.Bashgah-inside-item4-right-box-inside-box-inside-border-inside{align-items:center;display:flex;justify-content:center;margin-bottom:26px;width:100%}.Bashgah-inside-item4-right-box-inside-box-inside-border-number{font-size:20px;font-weight:700;margin-right:62px}.Bashgah-inside-item4-right-box-inside-box-inside-border-profile{margin-right:40px}.Bashgah-inside-item4-right-box-inside-box-inside-border-name{color:#fff;flex:1 1;font-size:18px;font-weight:700;margin-right:16px}.Bashgah-inside-item4-box-inside-border-left{background-color:#fff;border-radius:7px;color:#020d1b;display:flex;gap:5px;padding:3px 6px 3px 8px}.Bashgah-button{display:flex;justify-content:center;margin-top:10px}.Bashgah-button-inside{align-items:center;background:#af41c6;border-radius:6px;box-shadow:inset 5px 5px 9px rgba(0,0,0,.15),inset -3px -5px 9px hsla(0,0%,100%,.25);color:#fff;display:flex;gap:13px;justify-content:center;padding:13px 0;width:90%}@media only screen and (max-width:1200px){.Bashgah-inside-item4-right-box-inside-box-top-inside-text{font-size:18px}.Bashgah-inside-item4-right-box-inside-box-inside-border-name{font-size:16px}.Bashgah-inside-item4-right-box-inside-box-inside-border-profile{margin-right:20px}}@media only screen and (max-width:768px){.Bashgah-inside-item4-right-box-inside-box-top-inside-text{font-size:16px}.Bashgah-inside-item4-right-box-inside-box-inside-border-name{font-size:12px}.Bashgah-inside-item4-right-box-inside-box-inside-border-number{font-size:14px}.Bashgah-inside-item4-right-box-inside-box-inside-border-profile-img{width:30px}.Bashgah-inside-item4-right-box-inside-box-inside-border-image-img{width:26px}.Bashgah-inside-item4-right-box-inside-box-inside-border-image{margin-right:15px}.Bashgah-inside-item4-right-box-inside-box-inside-border-profile{margin-right:20px}.Bashgah-inside-item4-box-inside-border-left{font-size:12px}}@media only screen and (max-width:500px){.Bashgah-inside-item4-right-box-inside-box-top-inside{padding:5px 10px}.Bashgah-inside-item4-right-box-inside-box-top-inside-text{font-size:12px}.Bashgah-inside-item4-right-box-inside{padding:30px 10px 10px}.Bashgah-inside-item4-right-box-inside-box-top{-webkit-transform:translateY(-60px);transform:translateY(-60px)}.Bashgah-inside-item4-right-box-inside-box-inside-border-image-img{width:20px}.Bashgah-inside-item4-right-box-inside-box-inside-border-name{margin-right:10px}.Bashgah-inside-item4-right-box-inside-box-inside{padding:12px}.Bashgah-inside-item4-right-box-inside-box-inside-rank{font-size:14px}.Bashgah-inside-item4-right-box-inside-box-inside-border-number{font-size:10px}.Bashgah-inside-item4-right-box-inside-box-inside-border-inside{margin-bottom:24px}.Bashgah-inside-item4-box-inside-border-left{font-size:10px}}.Bashgah{padding-bottom:70px}.Bashgah-inside{padding:19px 80px 108px 74px}.Bashgah-inside-item1{display:flex;justify-content:center;width:100%}.Bashgah-inside-item1-box{display:flex;justify-content:center;width:30%}.margin-box-res{margin-left:12px}.Bashgah-inside-item1-res{margin-top:40px}.Bashgah-inside-item1-res-bottom,.Bashgah-inside-item1-res-top{display:flex;justify-content:center;width:100%}.Bashgah-inside-item1-res-bottom{margin-top:14px}.Bashgah-inside-item1-res-box-inside{align-items:center;background-color:#fff;border-radius:24px;display:flex;height:100%;padding:8px 12px}.Bashgah-inside-item1-res-box-inside-img{width:20px}.Bashgah-inside-item1-res-box-inside-text{color:#020d1b;font-size:11px;font-weight:700;margin-right:7px;white-space:nowrap}.Bashgah-inside-item2-left-box-inside{cursor:pointer}.Bashgah-inside-item1-reght-text{display:block;margin-top:105px}.Bashgah-inside-item1-reght-name{color:#fff;font-size:24px;font-weight:700}.Bashgah-inside-item1-reght-number{color:#007dec;font-size:20px;font-weight:400}.Bashgah-inside-item4-right-box-inside-box-inside-border-image-img{width:30px}.Bashgah-inside-item2{display:flex;margin-top:80px;width:100%}.Bashgah-inside-item2-right{background-color:#f0f7fe;border-radius:10px;display:flex;justify-content:center;width:55%}.Bashgah-inside-item2-right-inside-image2-img{margin:0 12px}.Bashgah-inside-item2-right-inside-image2-img:hover{-webkit-transform:scale(1.1);transform:scale(1.1);transition:.3s}.Bashgah-inside-item2-right-inside{display:block;padding:24px}.Bashgah-inside-item2-right-inside-title{color:#020d1b;display:flex;font-size:24px;font-weight:700;justify-content:center;text-align:center}.Bashgah-inside-item2-right-inside-text{color:#020d1b;font-size:16px;font-weight:400;line-height:32.49px;margin-top:16px}.Bashgah-inside-item2-right-inside-image1,.Bashgah-inside-item2-right-inside-image2,.Bashgah-inside-item2-right-inside-text{display:flex;justify-content:center;text-align:center}.Bashgah-inside-item2-right-inside-image2{margin-top:50px}.Bashgah-inside-item2-left{margin-right:50px;width:45%}.Bashgah-inside-item2-left-top{display:flex;width:100%}.Bashgah-inside-item2-left-box{background:#fff;border-radius:36px;box-shadow:inset 1px -1px 9px rgba(0,0,0,.6);display:flex;max-width:218px;width:100%}.left{margin-right:20px}.Bashgah-inside-item2-left-box-inside{display:flex;justify-content:center;padding:12px 20px;width:100%}.Bashgah-inside-item2-left-box-text{align-items:center;color:#020d1b;display:flex;font-size:14px;font-weight:700;line-height:27px;margin-right:10px;text-align:center;white-space:nowrap}.Bashgah-inside-item2-left-center{display:flex;margin-top:16px}.Bashgah-inside-item2-left-bottom{display:flex;flex-wrap:wrap;gap:20px;margin-top:16px}.Bashgah-box{display:flex;justify-content:center;text-align:center}.Bashgah-inside-item3{display:flex;margin-top:88px;width:100%}.Bashgah-inside-item3-right{margin-left:75px;width:50%}.Bashgah-inside-item3-left{width:50%}.Bashgah-inside-item4{display:flex;margin-top:92px}.Bashgah-inside-item4-right{margin-left:75px;width:50%}.Bashgah-inside-item4-right-box-inside-box-top-border{display:flex;justify-content:center;width:100%}.Bashgah-inside-item4-right-box-inside-box-inside-border-profile-img{border-radius:50%;height:32px;width:32px}.Bashgah-inside-item4-left{width:50%}.Bashgah-inside-item4-left-b{background-color:#fff;border-radius:10px;display:flex;position:relative;width:100%}.Bashgah-inside-item4-left-inside{padding:30px 24px;width:100%}.Bashgah-inside-item4-left-inside-title{color:#010a2b;display:flex;font-size:24px;font-weight:700;justify-content:center;margin-bottom:40px;text-align:center}.Bashgah-inside-item4-left-image-img{width:40px}.Bashgah-inside-item4-left-inside-item{background:#ffc727;border-radius:20px;box-shadow:0 0 2px #ffc727,1.52166px 1.52166px 3.04332px rgba(0,0,0,.09),inset 0 -2px 7px rgba(0,0,0,.2),inset 2px 2px 8px rgba(0,0,0,.05);display:flex;margin-bottom:24px;padding:20px 44px;width:100%}.Bashgah-inside-item4-left-inside-item-right{color:#020d1b;font-size:18px;font-weight:400;width:50%}.Bashgah-inside-item4-left-inside-item-left{color:#020d1b;font-size:18px;font-weight:700;text-align:left;width:50%}.Bashgah-inside-item5{margin-top:65px;width:100%}.Bashgah-inside-item5-top{display:flex;width:100%}.Bashgah-inside-item5-top-border{border-bottom:1px solid #ebeaea;display:flex;padding-bottom:25px;width:100%}.Bashgah-inside-item5-top-right{color:#fff;font-size:20px;font-weight:700;width:50%}.Bashgah-inside-item5-top-left{position:relative;text-align:left;width:50%}.filter{display:flex;justify-content:end;margin-left:30px;padding-left:40px;position:absolute;width:100%;z-index:2}.filter-inside{background:#f0f7fe;border-radius:6px;box-shadow:2.375px 2.375px 4.75px rgba(0,0,0,.2);padding:12px 28px;position:absolute;text-align:center}.filter-inside-text{color:#010a2b;cursor:pointer;font-size:16px;font-weight:700;margin-bottom:12px}.Bashgah-inside-item5-bottom{display:flex;flex-wrap:wrap;justify-content:center;width:100%}.Bashgah-inside-item5-bottom-box{background-color:#fff;border-radius:10px;box-shadow:inset -3px -3px 12px rgba(0,0,0,.09);margin-left:10px;margin-top:69px;max-width:242px;position:relative}@media only screen and (max-width:564px){.Bashgah-inside-item5-bottom-box{margin-left:0;width:48%}.Bashgah-inside-item5-bottom{justify-content:space-between}.Bashgah-inside-item5-bottom-box-inside-bottom-inside img{width:26px}.Bashgah-inside-item5-bottom-box-image{height:68px!important;width:68px!important}}.box4{margin-left:0!important}.Bashgah-inside-item5-bottom-box-image{background-color:#fff;border:1px solid #000;border-radius:50%;display:flex;height:80px;justify-content:center;left:50%;position:absolute;text-align:center;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80px}.Bashgah-inside-item5-bottom-box-image-img{padding:7px}.Bashgah-inside-item5-bottom-box-inside{padding:56px 53px 32px;width:100%}.Bashgah-inside-item5-bottom-box-inside-title{color:#020d1b;display:flex;font-size:18px;font-weight:700;justify-content:center;text-align:center}.Bashgah-inside-item5-bottom-box-inside-text{color:#020d1b;display:flex;font-size:14px;font-weight:400;justify-content:center;line-height:151.5%;text-align:center}.Bashgah-inside-item5-bottom-box-inside-bottom{padding:0 7px}.Bashgah-inside-item5-bottom-box-inside-bottom-inside{background:#fff;border-radius:25px;box-shadow:1.52166px 1.52166px 3.04332px rgba(0,0,0,.09),inset -1.52166px -1.52166px 6.08663px #fff,inset 1.52166px 1.52166px 7.60829px rgba(0,0,0,.05);cursor:pointer;display:flex;gap:5px;justify-content:center;margin-top:24px;padding:12px 0;width:100%}.Bashgah-inside-item5-bottom-box-inside-bottom-text{color:#020d1b;display:flex;font-size:14px;font-weight:700;justify-content:center;margin:auto 0}.Bashgah-inside-item5-center{background:#fff;border-radius:8px;cursor:pointer;display:flex;justify-content:center;justify-items:center;margin-top:26px;padding:15px 63px;width:100%}.Bashgah-inside-item5-center-text{color:#020d1b;display:flex;font-size:24px;font-weight:700;justify-content:center;justify-items:center;margin:auto 10px;white-space:nowrap}.Bashgah-inside-item4-left-inside-top{display:flex;gap:10px;justify-content:center;width:100%}.Bashgah-inside-item5-center-img{margin-left:10px}@media only screen and (max-width:992px){.Bashgah-inside{padding:0}.Bashgah-inside-item1{background-color:#010a2b;border-radius:0 0 20px 20px;box-shadow:0 6px 27px hsla(0,0%,100%,.18);display:flex;flex-direction:column-reverse;justify-content:center;padding-bottom:30px;position:relative;width:100%}.Bashgah-inside-item1-reght{display:flex;justify-content:center;position:absolute;top:60%;width:100%;z-index:2}.Bashgah-inside-item1-reght-name{font-size:20px}.Bashgah-inside-item1-reght-number{color:#007dec;font-size:16px;font-weight:400}.Bashgah-inside-item1-reght-text{display:block;margin-top:-15px}.Bashgah-inside-item1-left{display:flex;justify-content:center;width:100%}.Bashgah-inside-item1-left-img{width:100%}.Bashgah-inside-item2{display:flex;flex-direction:column-reverse;margin-top:0;width:100%}.Bashgah-inside-item2-right{background-color:#010a2b;border-radius:10px;display:flex;justify-content:center;margin-top:40px;width:100%}.Bashgah-inside-item2-right-inside-title{color:#fff;font-size:20px;font-weight:700}.Bashgah-inside-item2-right-inside-text{color:#fff;font-size:14px;margin-top:12px}.Bashgah-inside-item3{display:block;margin-top:88px;width:100%}.Bashgah-inside-item3-right{margin-left:0;padding:0 30px;width:100%}.Bashgah-inside-item3-left{margin-top:92px;padding:0 30px;width:100%}.Bashgah-inside-item4{display:block;margin-top:89px}.Bashgah-inside-item4-right{margin-left:0;padding:0 30px;width:100%}.Bashgah-inside-item4-left{margin-top:89px;padding:0 30px;width:100%}.Bashgah-inside-item4-left-inside-title{font-size:16px}.Bashgah-inside-item4-left-inside-item-right{font-size:14px;white-space:nowrap}.Bashgah-inside-item4-left-inside-item-left{font-size:16px}.Bashgah-inside-item4-left-image-img{width:70%}.Bashgah-inside-item5{padding:0 30px}.Bashgah-inside-item5-top-right{font-size:18px}.Bashgah-inside-item5-bottom-box-inside-title{font-size:14px;margin-top:8px}.Bashgah-inside-item5-bottom-box-inside-text{font-size:10px;padding:0 50px}.Bashgah-inside-item5-bottom-box-inside-bottom-text{font-size:10px}.Bashgah-inside-item5-bottom-box-inside{padding:40px 18px 32px}.Bashgah-inside-item5-bottom{margin-bottom:20%}.res-box{margin-left:20px}.Bashgah-inside-item2-left{display:none}.Bashgah-inside-item5-center-text{font-size:16px}.Bashgah-inside-item5-center-img{width:50px}.Bashgah-inside-item4-left-image{right:15%;top:2%;-webkit-transform:translate(-10%,1%);transform:translate(-10%,1%)}.Bashgah-inside-item4-left-image-img{width:35px}}@media only screen and (max-width:500px){.Bashgah-inside-item1-reght{display:flex;justify-content:center;position:absolute;top:50%;width:100%}.Bashgah-inside-item5-center-img{margin-left:8px;width:50px}.Bashgah-inside-item1-reght-name{font-size:16px}.Bashgah-inside-item1-reght-number{font-size:14px}.Bashgah-inside-item1-res-box-inside-img{width:18px}.Bashgah-inside-item4-left-inside-item{padding:10px 20px}.Bashgah-inside-item4-left-image-img{width:20px}.Bashgah-inside-item5-bottom-box-inside-text{padding:0 10px}.Bashgah-inside-item5-bottom-box-inside-bottom-inside{padding:8px 0}.Bashgah-inside-item4-left-inside{padding:35px 10px}.Bashgah-inside-item4-left-inside-title{font-size:14px;margin-bottom:20px}.Bashgah-inside-item4-left-inside-item-left{font-size:12px;margin-left:5px}.filter-inside{padding:12px 2px;width:100%}.filter-inside-text{font-size:14px}.Bashgah-inside-item2-right-inside-image1-img{width:180px}.Bashgah-inside-item1-reght-up .Bashgah-inside-item1-reght-text{align-items:center;display:flex;flex-direction:column;margin-top:-25px}.Bashgah-inside-item1-reght-up .Bashgah-inside-item1-reght-number{color:#fff}}.FalseTrue{color:#fff;margin-right:15%;padding-top:30px;position:absolute;width:30%;z-index:3}.FalseTrue-inside{background-color:#020d1b;border-radius:10px;display:flex;justify-content:center;padding:35px 0;text-align:center;width:100%}.FalseTrue-inside-div-1,.FalseTrue-inside-div-2{font-size:16px}.FalseTrue-inside-div-3-top{display:flex;font-size:14px}.FalseTrue-inside-div-3-top-right{display:flex}.FalseTrue-inside-div-3-top-left-text,.FalseTrue-inside-div-3-top-right-text{padding:2px 3px 0}.FalseTrue-inside-div-3-top-left{display:flex;margin-right:30px}.FalseTrue-inside-div-1{margin-bottom:10px}.FalseTrue-inside-div-2{margin-bottom:25px}.FalseTrue-inside-div-3-top-right-img{width:18px}.FalseTrue-inside-div-3-top-left-img{width:12px}.FalseTrue-inside-div-3-bottom{display:flex;justify-content:center;margin-right:10px;margin-top:10px}.FalseTrue-inside-div-3-bottom-left,.FalseTrue-inside-div-3-bottom-right{border-radius:5px;color:#fff;font-size:20px;padding:13px 18px}.FalseTrue-inside-div-3-bottom-center{font-size:25px;margin-top:18px;width:50px}.FalseTrue-inside-div-4-button{background-color:#af41c6;border:none;border-radius:15px;box-shadow:-1px 1px 3px 2px #0c0c0c33;color:#fff;cursor:pointer;display:flex;font-size:12px;padding:10px 20px}.FalseTrue-inside-div-4-button:hover{color:#fff;text-decoration:none}.FalseTrue-inside-div-4{display:flex;justify-content:center;margin-top:30px;width:100%}@media only screen and (max-width:768px){.FalseTrue{margin-right:0;margin-top:20px;padding-top:0;width:100%}.FalseTrue-inside-div-3-bottom-left,.FalseTrue-inside-div-3-bottom-right{background:linear-gradient(0deg,#05205c,#5014a8);font-size:36px!important;padding:20px 35px}.FalseTrue-inside-div-3{margin-top:70px}.FalseTrue-inside-div-3-bottom{margin-top:10px}.FalseTrue-inside{padding:35px 0 50px}.FalseTrue-inside-div-1,.FalseTrue-inside-div-2{font-size:20px}.FalseTrue-inside-div-3-top{display:flex;font-size:16px}.FalseTrue-inside-div-3-bottom-left,.FalseTrue-inside-div-3-bottom-right{font-size:26px}.FalseTrue-inside-div-3-top-left-text,.FalseTrue-inside-div-3-top-right-text{font-size:20px;padding:2px 10px 0}.FalseTrue-inside-div-3-top-left{display:flex;margin-right:60px}.FalseTrue-inside-div-3-bottom-center{font-size:36px;margin-top:20px;width:90px}.FalseTrue-inside-div-4-button{font-size:14px}.FalseTrue-inside-div-4{margin-top:70px}}.Testpage-inside-bottom-inside-question-ul-title-inside{display:flex}.Testpage-inside-bottom-inside-question-ul-title-inside-text{margin-right:15px;text-align:justify}.Testpage-inside-bottom-inside-question-ul{list-style-type:none}.Testpage-inside-bottom-inside-question-ul-title{color:#68727c;font-size:14px;margin-bottom:30px;margin-right:2px}.Testpage-inside-bottom-inside-question-ul-Option{background-color:#fff;border:1px solid #fff;border-radius:8px;cursor:pointer;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.Testpage-inside-bottom-inside-question-ul-Option-inside-circle{align-items:center;display:flex;justify-content:center}.Testpage-inside-bottom-inside-question-ul-Option-inside{display:flex}.Testpage-inside-bottom-inside-question-ul-Option-inside-text{color:#111c29;font-size:12px;padding:12px 2px}.Testpage-inside-bottom-inside-question-input-test{border:1.31148px solid #1e37e5;border-radius:7.87px;height:200px;margin-right:-45px;padding:27px;width:465px}.Testpage-inside-bottom-inside-question-input-test:focus{outline:#1e37e5}.Testpage-inside-bottom-inside-question-input-test::-webkit-input-placeholder{color:#868686;font-size:16px}.Testpage-inside-bottom-inside-question-input-test::placeholder{color:#868686;font-size:16px}.Testpage-inside-bottom-inside-question-ul-Option-input{appearance:none;-webkit-appearance:none;background:none;border-radius:50%;border-radius:1%;height:7%;position:absolute;width:25%}.circle{fill:#d9d9d9}.Testpage-inside-bottom-inside-question-ul-Option-input:checked+label{background-color:#fff;border:1px solid #1e37e5;border-radius:8px;display:flex;margin-bottom:15px;padding:1px 15px;width:100%}.Testpage-inside-bottom-inside-question-ul-Option-input:checked+label .Testpage-inside-bottom-inside-question-ul-Option-inside-circle svg circle{fill:#1e37e5}.Testpage-inside-bottom-inside-question-ul-Option-input:checked{appearance:none;-webkit-appearance:none;background:#1e37e5;border-radius:50%;height:8px;margin:11px 26px;padding:10px;position:absolute;width:8px}@media only screen and (max-width:1238px){.Testpage-inside-bottom-inside-question-input-test{width:400px}}@media only screen and (max-width:1078px){.Testpage-inside-bottom-inside-question-input-test{height:160px;width:370px}}@media only screen and (max-width:967px){.Testpage-inside-bottom-inside-question-input-test{height:120px;width:320px}}@media only screen and (max-width:863px){.Testpage-inside-bottom-inside-question-input-test{height:120px;width:280px}}@media only screen and (max-width:768px){.Testpage-inside-bottom-inside-question-ul-Option,.Testpage-inside-bottom-inside-question-ul-title{font-size:16px}.Testpage-inside-bottom-inside-question-ul-Option-input{margin-top:20px}.Testpage-inside-bottom-inside-question-ul-title-inside{color:#fff}.Testpage-inside-bottom-inside-question-ul-Option-input{appearance:none;-webkit-appearance:none;background:none;border-radius:50%;border-radius:1%;height:5%;margin-top:0;position:absolute;width:80%}.Testpage-inside-bottom-inside-question-input-test{margin-right:0;width:100%}}.filter-blur{-webkit-backdrop-filter:blur(6.4px);backdrop-filter:blur(6.4px);background:hsla(0,0%,100%,0);border:none;display:flex;height:100vh;left:0;margin-right:50px;position:absolute;top:0;width:100%;z-index:3}.Testpage{overflow-y:hidden;padding:70px 100px;position:relative}.Testpage-inside{display:block;width:80%}.Testpage-inside-Top{display:flex}.Testpage-inside-Top-knowledgeExam{align-items:end;display:flex;justify-content:space-between}.timer-exam-box{background-color:#d5eafb;border-radius:10px;font-size:12px;font-weight:700;line-height:16px;margin-bottom:40px;padding:12.5px}.timer-exam-box span{color:#000}.timer-exam-box .time-parent{align-items:center;display:flex;justify-content:center;margin-top:10px}.timer-exam-box .time-parent .time-card{background-color:#00968a}.timer-exam-box .time-parent .time-card,.timer-exam-box .time-parent .time-card-dangerosly{align-items:center;border-radius:8px;color:#fff;display:flex;flex-direction:column;height:58px;padding:12px;width:45px}.timer-exam-box .time-parent .time-card-dangerosly{background-color:#c64141}.Testpage-inside-Top-knowledgeExam .timer-exam-box .time-parent .time-card h5:first-child,.Testpage-inside-Top-knowledgeExam .timer-exam-box .time-parent .time-card-dangerosly h5:first-child{font-size:20px;font-weight:800;line-height:16px}.Testpage-inside-Top-knowledgeExam .timer-exam-box .time-parent .time-card h5:last-child,.Testpage-inside-Top-knowledgeExam .timer-exam-box .time-parent .time-card-dangerosly h5:last-child{font-size:10px;font-style:normal;font-weight:500}.timer-exam-box .time-parent .time-split{color:#00968a;font-size:28px;margin-left:7px;margin-right:7px}.Testpage-inside-Top-right{background-color:#fff;border-radius:5px;height:100px;width:60px}.Testpage-inside-Top-right-image{border-radius:7px;width:100%}.Testpage-inside-Top-center{color:#fff;display:block;margin:0 50px 80px}.Testpage-inside-Top-center-book{display:flex;padding-top:20px}.Testpage-inside-bottom{background-color:#f0f7fe;border-radius:5px;width:100%}.Testpage-inside-bottom-inside{display:flex;justify-content:center;padding-top:50px}.Testpage-inside-bottom-inside-display{display:block;width:40%}.Testpage-inside-bottom-inside-title{color:#020d1b;font-size:14px;margin-bottom:20px}.Testpage-inside-bottom-inside-border{border-bottom:1px solid #76808a;margin-bottom:20px;width:100%}.Testpage-inside-bottom-inside-button{margin:30px 0 50px}.Testpage-inside-bottom-inside-button-inside{display:flex;justify-content:center}.Testpage-inside-bottom-inside-button-inside-div-button{display:flex}.Testpage-inside-bottom-inside-button-inside-nextbutton,.Testpage-inside-bottom-inside-button-inside-prebutton{align-items:center;background-color:#af41c6;border:none;border-radius:20px;box-shadow:-1px 1px 3px 2px #0c0c0c33;color:#fff;cursor:pointer!important;display:flex;font-size:8px;justify-content:space-around;padding:12px;width:100px}.Testpage-inside-bottom-inside-button-inside-showtbutton{background-color:#af41c6;border:none;border-radius:20px;box-shadow:-1px 1px 3px 2px #0c0c0c33;color:#fff;cursor:pointer;display:flex;font-size:8px;padding:10px 25px}.Testpage-inside-bottom-inside-button-inside-prebutton{margin-left:20px}.Testpage-inside-bottom-inside-button-inside-prebutton:disabled{background-color:#5a575a;color:#8b898b;pointer-events:none}.Testpage-inside-bottom-inside-button-inside-prebutton:disabled .Testpage-inside-bottom-inside-button-inside-prebutton-icon{-webkit-filter:brightness(.5);filter:brightness(.5)}.Testpage-inside-bottom-inside-button-inside-prebutton-icon{margin-left:5px;-webkit-transform:rotate(90deg);transform:rotate(90deg);width:15px}.Testpage-inside-bottom-inside-button-inside-nextbutton-icon{margin-right:5px;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);width:15px}.class-FalseTrue{display:none}.show-class-FalseTrue{display:block}.Testpage-inside-bottom-inside-button-inside-nextbutton-text,.Testpage-inside-bottom-inside-button-inside-prebutton-text,.Testpage-inside-bottom-inside-button-inside-showtbutton-text{font-size:16px;font-weight:700;line-height:22px}@media screen and (max-width:1400px) and (min-width:1200px){.Testpage-inside-Top{height:130px}.Testpage-inside-bottom-inside{padding-top:0}.Testpage-inside-bottom-inside-display{padding:20px 0 0}.Testpage-inside-bottom-inside-button{margin:20px 0}}@media only screen and (max-width:768px){.Testpage{padding:0}.Testpage-inside{width:100%}.Testpage-inside-Top{border:1px solid #01070f;border-radius:0 0 25px 25px;box-shadow:0 0 20px 1px #455b7f;display:flex;justify-content:center;padding:21px 10px 8px}.Testpage-inside-Top-center{font-size:16px;margin:30px 20px}.Testpage-inside-bottom-inside{padding-top:30px}.Testpage-inside-bottom-inside-display{width:80%}.Testpage-inside-bottom-inside-title{color:#fff;font-size:16px}.Testpage-inside-bottom-inside-button-inside-nextbutton,.Testpage-inside-bottom-inside-button-inside-prebutton,.Testpage-inside-bottom-inside-button-inside-showtbutton{font-size:16px}.Testpage-inside-bottom-inside-button-inside-nextbutton-icon,.Testpage-inside-bottom-inside-button-inside-prebutton-icon{width:25px}.Testpage-inside-bottom{background-color:#010a2b;margin-top:10px;padding-bottom:50px}.Testpage-inside-bottom-inside-border{border-bottom:1px solid #010a2b}.Testpage-inside .timer-exam-boxs{flex-direction:column!important}.timer-exam-box .time-parent .time-split{font-size:24px}}.BookRead_progressBar-wrapper{background-color:#e3e1e1;border-radius:10px;height:2px;max-width:1060px;position:absolute;top:-5px;width:100%}.BookRead_progressBar{background-color:#020d1b;border-radius:10px;height:100%;position:relative}.BookRead_progressBar:after{background:#020d1b;border-radius:50%;content:"";height:14px;left:0;position:absolute;top:-7px;width:14px;z-index:2}.Introduce_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:start;padding:64px;position:relative;width:100%}.Introduce_wrapper>img{height:160px;margin-bottom:40px;width:160px}.Introduce_wrapper>h1{color:#fff;font-size:20px;font-weight:700;line-height:41px;margin-bottom:48px}.Introduce_wrapper>p{color:#fff;font-size:16px;font-weight:400;line-height:185.4%;margin-bottom:64px;max-width:700px;text-align:justify}.Introduce_bottom-alert{align-items:center;background:#f0f7fe;border-radius:10px;display:flex;justify-content:center;padding:20px 40px}.Introduce_bottom-alert>img{margin-left:24px;width:64px}.Introduce_bottom-alert .Introduce_bottom-alert-text-container{align-items:flex-start;display:flex;flex-direction:column;justify-content:start}.Introduce_bottom-alert .Introduce_bottom-alert-text-container>h3{color:#020d1b;font-size:16px;font-weight:700;line-height:22px;margin-bottom:16px}.Introduce_bottom-alert .Introduce_bottom-alert-text-container>p{color:#020d1b;font-size:16px;font-weight:700;line-height:22px}.Introduce_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}@media screen and (max-width:768px){.Introduce_wrapper{padding:26px 26px 100px}.Introduce_wrapper>img{height:83px;margin-bottom:28px;width:83px}.Introduce_wrapper>h1{font-size:16px;font-weight:700;line-height:31px;margin-bottom:16px}.Introduce_wrapper>p{font-size:14px;font-weight:400;line-height:168.4%;margin-bottom:42px}.Introduce_bottom-alert{padding:19px}.Introduce_bottom-alert>img{margin-left:8px;width:50px}.Introduce_bottom-alert .Introduce_bottom-alert-text-container>h3{color:#020d1b;font-size:12px;line-height:18px;margin-bottom:12px}.Introduce_bottom-alert .Introduce_bottom-alert-text-container>p{color:#020d1b;font-size:12px;line-height:18px}}.BlogAlerts_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:64px;position:relative;width:100%}.BlogAlerts_wrapper>img{margin-bottom:50px;width:128px}.BlogAlerts_wrapper>h1{color:#fff;font-size:20px;font-weight:700;line-height:41px;margin-bottom:55px}.BlogAlerts_alerts-container{max-width:800px;width:90%}.BlogAlerts_alerts-container>div{background-color:initial}.BlogAlerts_alerts-container>div .icon-wrapper{left:0;right:auto!important;top:30px!important}.BlogAlerts_alerts-container>div .icon-wrapper .arrow-image svg{fill:#fff!important}.BlogAlerts_alerts-container>div .row-title-text{color:#fff;font-family:kalamehFaNum!important;font-size:12px!important;font-weight:400!important;line-height:34px!important;padding:15px 0 5px!important}.BlogAlerts_alerts-container>div .row-content-text{color:#fff!important;font-size:16px!important;font-weight:400!important;line-height:168.4%!important;padding:16px 0!important;text-align:justify!important}.BlogAlerts_alerts-container>div .faq-row{border-bottom:1px solid #525252}.BlogAlerts_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}@media screen and (max-width:768px){.BlogAlerts_wrapper{padding:24px 24px 100px}.BlogAlerts_wrapper>img{margin-bottom:24px;width:81px}.BlogAlerts_wrapper>h1{font-size:14px;line-height:31px;margin-bottom:20px}.BlogAlerts_alerts-container{max-width:800px;width:100%}.BlogAlerts_alerts-container>div .icon-wrapper{top:22px!important}.BlogAlerts_alerts-container>div .row-title-text{font-size:16px!important;line-height:24px!important;padding:10px 0 3px!important}.BlogAlerts_alerts-container>div .row-content-text{font-size:14px!important;line-height:168.4%!important;padding:8px 0!important}}.News_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:64px;position:relative;width:100%}.News_wrapper>img{margin-bottom:50px;width:128px}.News_wrapper>h1{color:#fff;font-size:20px;font-weight:700;line-height:41px;margin-bottom:55px}.News_alerts-container{max-width:800px;width:90%}.News_alerts-container>div{background-color:initial}.News_alerts-container>div .icon-wrapper{left:0;right:auto!important;top:30px!important}.News_alerts-container>div .icon-wrapper .arrow-image svg{fill:#fff!important}.News_alerts-container>div .row-title-text{color:#fff;font-family:kalamehFaNum!important;font-size:12px!important;font-weight:400!important;line-height:34px!important;padding:15px 0 5px!important}.News_alerts-container>div .row-content-text{color:#fff!important;font-size:16px!important;font-weight:400!important;line-height:168.4%!important;padding:16px 0!important;text-align:justify!important}.News_alerts-container>div .faq-row{border-bottom:1px solid #525252}.News_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}@media screen and (max-width:768px){.News_wrapper{padding:24px 24px 100px}.News_wrapper>img{margin-bottom:24px;width:81px}.News_wrapper>h1{font-size:14px;line-height:31px;margin-bottom:20px}.News_alerts-container{max-width:800px;width:100%}.News_alerts-container>div .icon-wrapper{top:22px!important}.News_alerts-container>div .row-title-text{font-size:16px!important;line-height:24px!important;padding:10px 0 3px!important}.News_alerts-container>div .row-content-text{font-size:14px!important;line-height:168.4%!important;padding:8px 0!important}}.KetaBlogItem_wrapper{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.KetaBlogItem_questions-container{list-style:none;margin-top:100px;max-width:800px;width:90%}.KetaBlogItem_questions-container .KetaBlogItem_questions-question{list-style:none;margin-bottom:40px}.KetaBlogItem_questions-container .KetaBlogItem_questions-question h3{font-size:16px;font-weight:400;line-height:168.4%;margin-bottom:26px}.KetaBlogItem_questions-container .KetaBlogItem_questions-question img{border-radius:10px;margin-bottom:24px}.KetaBlogItem_questions-container .KetaBlogItem_questions-question p{font-size:16px;font-weight:400;line-height:168.4%;text-align:justify}.KetaBlogItem_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}@media screen and (max-width:768px){.KetaBlogItem_wrapper{padding-bottom:100px}.KetaBlogItem_questions-container{margin-top:10px}.KetaBlogItem_questions-container .KetaBlogItem_questions-question{margin-bottom:30px}.KetaBlogItem_questions-container .KetaBlogItem_questions-question h3{font-size:16px;line-height:168.4%;margin-bottom:12px}.KetaBlogItem_questions-container .KetaBlogItem_questions-question img{border-radius:6px;margin-bottom:18px}.KetaBlogItem_questions-container .KetaBlogItem_questions-question p{font-size:12px;line-height:168.4%}}.Ketablog_wrapper{background-color:#010a2b;padding:70px 100px;position:relative;width:100%}.ketablog-back-icon{cursor:pointer;position:absolute;width:5px}.ketablog-topImage-conatiner{align-items:center;display:flex;gap:10px;justify-content:center;padding-right:50px;width:100%}.ketablog-topImage-right{position:relative;width:50%}.ketablog-topImage-left{align-items:center;display:flex;flex-direction:column;gap:20px;justify-content:center;position:relative;width:40%}.ketablog-topImage-right-style{opacity:.35;width:100%}.ketablog-topImage-left-style{height:70%;opacity:.5;width:90%}.ketablog-topImage-right-spanone{font-size:32px;font-weight:700;line-height:61px;top:60%}.ketablog-topImage-right-spanone,.ketablog-topImage-right-spantwo{color:#fff;font-family:KalamehFaNum;font-style:normal;position:absolute;right:10%}.ketablog-topImage-right-spantwo{font-size:20px;font-weight:400;line-height:41px;top:80%}.ketablog-topImage-left-spanone,.ketablog-topImage-left-spantwo{color:#fff;font-family:KalamehFaNum;font-size:16px;font-style:normal;font-weight:700;line-height:34px;position:absolute;right:10%;top:60%}.ketablog-topImage-left-child{display:flex;position:relative;width:95%}.ketablog-mataleb-container{display:flex;flex-direction:column;padding:50px 0}.ketablog-mataleb-spantitle{color:#fff;display:flex;font-family:Kalameh;font-size:20px;font-style:normal;font-weight:700;justify-content:center;line-height:27px;padding:10px 0}.ketablog-mataleb-hr{background-color:#fff}.ketablog-lastmataleb-container{display:flex;flex-direction:column;padding:50px 0}.ketablog-lastmataleb-datacontainer{align-items:center;cursor:grab;gap:20px}.ketablog-lastmataleb-datacontainer:active{cursor:grabbing}.ketablog-lastmataleb-data{color:#fff;cursor:pointer;display:flex;flex-direction:column;font-family:KalamehFaNum;font-size:.75vw;font-style:normal;font-weight:400;line-height:31px;width:100%}.ketablog-lastmataleb-img{border-radius:5px;opacity:.5;width:100%}.ketablog-lastmataleb-span-date,.ketablog-lastmataleb-span-title{color:#fff;font-family:KalamehFaNum;font-size:14px;font-style:normal;font-weight:400;line-height:31px}.ketablog-mataleb-data{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;height:470px;padding:20px;position:relative}.ketablog-mataleb-img{border-radius:10px;width:100%}.ketablog-mataleb-span-title{color:#020d1b;font-family:KalamehFaNum;font-size:16px;font-style:normal;font-weight:900;line-height:34px;margin:12px 0}.ketablog-mataleb-span-text{color:#020d1b;font-size:16px;font-weight:400;line-height:168.4%;text-align:justify}.ketablog-mataleb-more{bottom:0;padding:20px 0;position:absolute;width:50%}.ketablog-lastmataleb-datacontainer-mobile,.ketablog-mataleb-slider-visibility-mobile,.ketablog-topImage-left-visibility{display:none}.ketablog-bottom{border-top:3px solid #525252;display:flex;flex-direction:column;width:100%}.ketablog-bottom-title{color:#fff;display:flex;font-size:20px;font-weight:700;justify-content:center;padding:30px 0 0}.ketablog-bottom-grouping-border{display:flex;justify-content:center;padding:0;width:100%}.ketablog-bottom-grouping{border-bottom:1px solid #525252;display:flex;justify-content:space-between;padding:27px 0;width:100%}.ketablog-bottom-grouping-img{cursor:pointer;width:8px}.ketablog{background-color:#fff;border-radius:10px;display:flex;gap:27px;margin-bottom:20px;margin-top:20px;padding:26px 17px 28px 33px;position:relative;width:100%}.ketablog-right-title{display:flex;font-weight:700;justify-content:center;margin-top:5px}.ketablog-left-text,.ketablog-right-title{color:#020d1b;font-size:20px}.ketablog-left-button{position:absolute;right:75%;top:65%;-webkit-transform:translate(1%,1%);transform:translate(1%,1%);width:100%}@media screen and (max-width:1200px){.ketablog-left-button{position:absolute;right:70%;top:70%;-webkit-transform:translate(1%,1%);transform:translate(1%,1%);width:100%}}@media screen and (max-width:992px){.Ketablog_wrapper{padding:0 0 100px}.ketablog-back-icon{display:none}.ketablog-topImage-conatiner{flex-direction:column;padding:20px 20px 0}.ketablog-topImage-right{width:100%}.ketablog-topImage-left{flex-direction:row;gap:7px;justify-content:center;width:100%}.ketablog-topImage-left-style{width:100%}.ketablog-topImage-left-visibility{display:flex}.ketablog-topImage-left-style{height:100px}.ketablog-topImage-left-child{justify-content:center}.ketablog-topImage-left-spanone,.ketablog-topImage-left-spantwo{top:70%}.ketablog-mataleb-container{padding:20px 0}.ketablog-mataleb-spantitle{font-size:4vw;padding:10px 0;text-align:center}.ketablog-mataleb-slider-visibility{display:none}.ketablog-mataleb-slider-visibility-mobile{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;padding-top:10px}.ketablog-mataleb-slider-mobile{align-items:center;background-color:#fff;border-radius:10px;display:flex;flex-direction:column;padding:10px 0;width:90%}.ketablog-mataleb-slider-mobile-imagecontainer{display:flex;flex-direction:column;justify-content:center;padding:10px 0;width:90%}.ketablog-mataleb-slider-mobile-imagecontainer img{width:100%}.ketablog-mataleb-slider-mobile-title{color:#020d1b;font-family:KalamehFaNum;font-size:18px;font-style:normal;font-weight:700;line-height:31px}.ketablog-mataleb-slider-mobile-text{color:#020d1b;display:flex;font-family:Kalameh;font-size:16px;font-style:normal;font-weight:400;justify-content:center;line-height:168.4%;width:90%}.ketablog-mataleb-more{align-items:center;display:flex;justify-content:center;position:relative;width:90%}.ketablog-lastmataleb-datacontainer{display:none}.ketablog-lastmataleb-datacontainer-mobile{display:flex;flex-direction:column;padding:10px}.ketablog-lastmataleb-data{flex-direction:row;height:100px;padding:10px}.ketablog-lastmataleb-img{height:83px;width:83px}.ketablog-lastmataleb-titlemobile{display:flex;flex-direction:column;padding:10px}.ketablog-lastmataleb-span-title{font-size:2.5vw}.ketablog-lastmataleb-span-date{font-size:2vw}.ketablog-topImage-right-spanone{font-size:4vw}.ketablog-topImage-right-spantwo{font-size:2vw;top:80%}.ketablog-topImage-left-spanone,.ketablog-topImage-left-spantwo{font-size:2vw}.ketablog-mataleb-hr{display:none}.ketablog-lastmataleb-container{padding:20px 0}.swiper{overflow:none}}.ketabBlogFAQ_questions-container{max-width:100%;width:100%}.ketabBlogFAQ_questions-item{border-bottom:1px solid #525252;display:flex;justify-content:space-between;padding:27px 0}.ketabBlogFAQ_questions-item p{color:#fff;font-size:16px;font-weight:700}@media screen and (max-width:993px){.ketablog-bottom-grouping-border{padding:0 36px}}@media screen and (max-width:768px){.ketablog-bottom-grouping-border{padding:0 25px}.ketabBlogFAQ_questions-item p{font-size:14px}}.TermsAndConditions_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:64px;position:relative;width:100%}.TermsAndConditions_wrapper>img{margin-bottom:50px;width:128px}.TermsAndConditions_wrapper>h1{color:#fff;font-size:20px;font-weight:700;line-height:41px;margin-bottom:40px}.TermsAndConditions_alerts-container{max-width:800px;width:90%}.TermsAndConditions_alerts-container>div{background-color:initial}.TermsAndConditions_alerts-container>div .icon-wrapper{left:0;right:auto!important;top:30px!important}.TermsAndConditions_alerts-container>div .icon-wrapper .arrow-image svg{fill:#fff!important}.TermsAndConditions_alerts-container>div .row-title-text{color:#fff;font-family:kalamehFaNum!important;font-size:12px!important;font-weight:400!important;line-height:34px!important;padding:15px 0 5px!important}.TermsAndConditions_alerts-container>div .row-content-text{color:#fff!important;font-size:16px!important;font-weight:400!important;line-height:168.4%!important;padding:16px 0!important;text-align:justify!important}.TermsAndConditions_alerts-container>div .faq-row{border-bottom:1px solid #525252}.TermsAndConditions_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}@media screen and (max-width:768px){.TermsAndConditions_wrapper{padding:24px 24px 100px}.TermsAndConditions_wrapper>img{margin-bottom:24px;width:81px}.TermsAndConditions_wrapper>h1{font-size:14px;line-height:31px;margin-bottom:20px}.TermsAndConditions_alerts-container{max-width:800px;width:100%}.TermsAndConditions_alerts-container>div .icon-wrapper{top:22px!important}.TermsAndConditions_alerts-container>div .row-title-text{font-size:16px!important;line-height:24px!important;padding:10px 0 3px!important}.TermsAndConditions_alerts-container>div .row-content-text{font-size:14px!important;line-height:168.4%!important;padding:8px 0!important}}.TermsOfUse_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:64px;position:relative;width:100%}.TermsOfUse_wrapper>img{margin-bottom:50px;width:128px}.TermsOfUse_wrapper>h1{color:#fff;font-size:20px;font-weight:700;line-height:41px;margin-bottom:55px}.TermsOfUse_alerts-container{max-width:800px;width:90%}.TermsOfUse_alerts-container>div{background-color:initial}.TermsOfUse_alerts-container>div .icon-wrapper{left:0;right:auto!important;top:30px!important}.TermsOfUse_alerts-container>div .icon-wrapper .arrow-image svg{fill:#fff!important}.TermsOfUse_alerts-container>div .row-title-text{color:#fff;font-family:kalamehFaNum!important;font-size:12px!important;font-weight:400!important;line-height:34px!important;padding:15px 0 5px!important}.TermsOfUse_alerts-container>div .row-content-text{color:#fff!important;font-size:16px!important;font-weight:400!important;line-height:168.4%!important;padding:16px 0!important;text-align:justify!important}.TermsOfUse_alerts-container>div .faq-row{border-bottom:1px solid #525252}.TermsOfUse_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}@media screen and (max-width:768px){.TermsOfUse_wrapper{padding:24px 24px 100px}.TermsOfUse_wrapper>img{margin-bottom:24px;width:81px}.TermsOfUse_wrapper>h1{font-size:14px;line-height:31px;margin-bottom:20px}.TermsOfUse_alerts-container{max-width:800px;width:100%}.TermsOfUse_alerts-container>div .icon-wrapper{top:22px!important}.TermsOfUse_alerts-container>div .row-title-text{font-size:16px!important;line-height:24px!important;padding:10px 0 3px!important}.TermsOfUse_alerts-container>div .row-content-text{font-size:14px!important;line-height:168.4%!important;padding:8px 0!important}}.Guide_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:64px;position:relative;width:100%}.Guide_quides-container,.Guide_search-container{max-width:800px;width:90%}.Guide_search-container{margin-bottom:60px;position:relative}.Guide_search-container>img{height:27px;left:25px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:27px}.Guide_search-container>input{background:#fff;border:none;border-radius:15px;color:#010a2b;font-size:10px;font-weight:400;line-height:22px;outline:none;padding:14px 20px;width:100%}.Guide_quides-container>div{background-color:initial}.Guide_quides-container>div .icon-wrapper{left:0;right:auto!important;top:30px!important}.Guide_quides-container>div .icon-wrapper .arrow-image svg{fill:#fff!important}.Guide_quides-container>div .row-title-text{color:#fff;font-family:kalamehFaNum!important;font-size:12px!important;font-weight:400!important;line-height:34px!important;padding:15px 0 5px!important}.Guide_quides-container>div .row-content-text{color:#fff!important;font-size:16px!important;font-weight:400!important;line-height:168.4%!important;padding:16px 0!important;text-align:justify!important}.Guide_quides-container>div .faq-row{border-bottom:1px solid #525252}.Guide_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}@media screen and (max-width:768px){.Guide_wrapper{padding:24px 24px 100px}.Guide_quides-container>div .icon-wrapper{top:22px!important}.Guide_quides-container>div .row-title-text{font-size:10px!important;line-height:24px!important;padding:10px 0 3px!important}.Guide_quides-container>div .row-content-text{font-size:12px!important;line-height:168.4%!important;padding:8px 0!important}.Guide_search-container{margin-bottom:40px}.Guide_search-container>img{height:18px;left:15px;width:18px}.Guide_search-container>input{border-radius:10px;font-size:8px;font-weight:400;line-height:18px;padding:10px 16px}}.BlogFAQ_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:64px;position:relative;width:100%}.BlogFAQ_wrapper>img{margin-bottom:50px;width:128px}.BlogFAQ_wrapper>h1{color:#fff;font-size:20px;font-weight:700;line-height:41px;margin-bottom:55px}.BlogFAQ_questions-container{max-width:800px;width:90%}.BlogFAQ_questions-container>div{background-color:initial}.BlogFAQ_questions-container>div .icon-wrapper{left:0;right:auto!important;top:30px!important}.BlogFAQ_questions-container>div .icon-wrapper .arrow-image svg{fill:#fff!important}.BlogFAQ_questions-container>div .row-title-text{color:#fff;font-family:kalamehFaNum!important;font-size:12px!important;font-weight:400!important;line-height:34px!important;padding:15px 0 5px!important}.BlogFAQ_questions-container>div .row-content-text{color:#fff!important;font-size:16px!important;font-weight:400!important;line-height:168.4%!important;padding:16px 0!important;text-align:justify!important}.BlogFAQ_questions-container>div .faq-row{border-bottom:1px solid #525252}.BlogFAQ_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}@media screen and (max-width:768px){.BlogFAQ_wrapper{padding:24px 24px 100px}.BlogFAQ_wrapper>img{margin-bottom:24px;width:81px}.BlogFAQ_wrapper>h1{font-size:14px;line-height:31px;margin-bottom:20px}.BlogFAQ_questions-container{max-width:800px;width:100%}.BlogFAQ_questions-container>div .icon-wrapper{top:22px!important}.BlogFAQ_questions-container>div .row-title-text{font-size:16px!important;line-height:24px!important;padding:10px 0 3px!important}.BlogFAQ_questions-container>div .row-content-text{font-size:14px!important;line-height:168.4%!important;padding:8px 0!important}}.BookInfo_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:64px;position:relative;width:100%}.BookInfo_wrapper>img{border-radius:10px;margin-bottom:52px;max-width:200px;width:50%}.BookInfo_wrapper>p{color:#fff;font-size:20px;font-weight:400;line-height:27px;margin-bottom:60px}.BookInfo_actions-list{align-items:center;display:flex;flex-wrap:wrap;gap:20px 10px;justify-content:space-evenly;width:100%}.BookInfo_actions-list a{align-items:center;background:#f0f7fe;border-radius:10px;display:flex;flex-direction:column;justify-content:center;min-height:184px;width:184px}.BookInfo_actions-list a img{margin-bottom:8px}.BookInfo_actions-list a p{color:#020d1b;font-size:20px;font-weight:700;line-height:27px}.BookInfo_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}@media screen and (max-width:768px){.BookInfo_wrapper{padding:25px 25px 100px}.BookInfo_wrapper>img{margin-bottom:20px;max-width:120px}.BookInfo_wrapper>p{font-size:12px;line-height:18px;margin-bottom:55px;text-align:center}.BookInfo_actions-list a{border-radius:15px;min-height:114px;width:48%}.BookInfo_actions-list a img{max-width:34px}.BookInfo_actions-list a:last-child{max-width:none;width:100%}.BookInfo_actions-list a p{font-size:16px;line-height:22px}}.Support_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:64px;position:relative;width:100%}.Support_wrapper>p{font-size:16px;font-weight:400;line-height:34px;margin-bottom:50px}.Support_wrapper>.Support_btn-wrapper{align-items:stretch;display:flex;gap:40px;justify-content:space-between;max-width:800px;width:100%}.Support_wrapper>.Support_btn-wrapper a,.Support_wrapper>.Support_btn-wrapper button{align-items:center;background:#f0f7fe;border-radius:10px;color:#020d1b;display:flex;flex:1 1;flex-direction:column;font-size:16px;font-weight:700;gap:14px;justify-content:center;line-height:22px;padding:21px;text-align:center}.Support_alerts-container{max-width:800px;width:90%}.Support_alerts-container>div{background-color:initial;margin:50px 0}.Support_alerts-container>div .icon-wrapper{left:0;right:auto!important;top:30px!important}.Support_alerts-container>div .icon-wrapper .arrow-image svg{fill:#fff!important}.Support_alerts-container>div .row-title-text{color:#fff;font-family:kalamehFaNum!important;font-size:12px!important;font-weight:400!important;line-height:34px!important;padding:15px 0 5px!important}.Support_alerts-container>div .row-content-text{color:#fff!important;font-size:16px!important;font-weight:400!important;line-height:168.4%!important;padding:16px 0!important;text-align:justify!important}.Support_alerts-container>div .faq-row{border-bottom:1px solid #525252}.Support_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}@media screen and (max-width:768px){.Support_wrapper{padding:24px 24px 100px}.Support_wrapper>.Support_btn-wrapper{gap:13px}.Support_alerts-container{max-width:800px;width:100%}.Support_alerts-container>div .icon-wrapper{top:22px!important}.Support_alerts-container>div .row-title-text{font-size:10px!important;line-height:24px!important;padding:10px 0 3px!important}.Support_alerts-container>div .row-content-text{font-size:12px!important;line-height:168.4%!important;padding:8px 0!important}.Support_wrapper>.Support_btn-wrapper a,.Support_wrapper>.Support_btn-wrapper button{font-size:12px}}.InviteFriends{position:relative}.InviteFriends-inside{padding:83px 162px 100px 100px}.InviteFriends_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}.InviteFriends-inside-item1{display:flex;width:100%}.InviteFriends-inside-item1-res{display:none}.InviteFriends-inside-item1-right{background-color:#f0f7fe;border-radius:10px;display:flex;justify-content:center;margin-left:55px;max-width:468.52px;width:50%}.InviteFriends-inside-item1-right-inside{display:block;padding:70px 0 55px;width:100%}.InviteFriends-inside-item1-right-inside-text1{color:#020d1b;font-size:24px;font-weight:700;text-align:center}.InviteFriends-inside-item1-right-inside-text2{color:#020d1b;font-size:18px;font-weight:400;margin-top:32px;text-align:center}.InviteFriends-inside-item1-left{width:50%}.InviteFriends-inside-item1-left-img{max-width:471px;width:100%}.InviteFriends-inside-item2{display:flex;margin-top:64px;width:100%}.InviteFriends-inside-item2-left,.InviteFriends-inside-item2-right{width:50%}.InviteFriends-inside-item2-right{margin-left:55px}.InviteFriends-inside-item2-left-top,.InviteFriends-inside-item2-right-top{color:#fff;display:flex;font-size:18px;font-weight:700;justify-content:center;text-align:center;width:100%}.InviteFriends-inside-item2-left-top-text,.InviteFriends-inside-item2-right-top-text{display:flex;justify-content:center;text-align:center;white-space:nowrap}.InviteFriends-inside-item2-left-bottom,.InviteFriends-inside-item2-right-bottom{margin-top:51px;position:relative;width:100%}.InviteFriends-inside-item2-left-bottom-input,.InviteFriends-inside-item2-right-bottom-input{background-color:#010a2b;border:1px solid #fff;border-radius:10px;color:#fff;font-size:16px;padding:20px 24px;width:100%}.InviteFriends-inside-item2-left-bottom-input{padding:20px 45px!important}.InviteFriends-inside-item2-left-bottom-label,.InviteFriends-inside-item2-right-bottom-label{color:#fff;font-size:18px;font-weight:400;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s}.InviteFriends-inside-item2-left-bottom-button,.InviteFriends-inside-item2-right-bottom-button{background-color:#79747e;border-radius:10px;color:#fff;left:15px;padding:14px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.InviteFriends-inside-item2-left-bottom-icon{position:absolute;right:15px;top:25%}.InviteFriends-inside-item2-left-bottom-input:focus,.InviteFriends-inside-item2-right-bottom-input:focus{outline:none}.InviteFriends-inside-item2-left-bottom-icon{display:none}.InviteFriends-inside-item2-left-bottom-input:valid~.InviteFriends-inside-item2-left-bottom-icon{display:block}.InviteFriends-inside-item2-left-bottom-input::-webkit-inner-spin-button,.InviteFriends-inside-item2-right-bottom-input::-webkit-inner-spin-button{-webkit-appearance:none}.InviteFriends-inside-item2-left-bottom-input:focus~label,.InviteFriends-inside-item2-left-bottom-input:valid~label,.InviteFriends-inside-item2-right-bottom-input:focus~label,.InviteFriends-inside-item2-right-bottom-input:valid~label{background-color:#010a2b;padding:0 10px;top:0}.InviteFriends-inside-item2-right-bottom-input:valid~.InviteFriends-inside-item2-right-bottom-button{background-color:#3a37e5}.InviteFriends-inside-item2-left-bottom-input:valid~.InviteFriends-inside-item2-left-bottom-button{background-color:#2b7a0b}.InviteFriends-inside-item2-right-bottom-error{color:#da1212;display:none;font-size:14px;margin-top:8px}.error{border:1px solid #da1212}.label-error{color:#da1212}.InviteFriends-inside-item3{margin-top:53px;width:100%}.InviteFriends-inside-item3-top{color:#fff;font-size:20px;font-weight:700}.InviteFriends-inside-item3-top-border{border:1px solid #fff;margin-top:24px;width:100%}.InviteFriends-inside-item3-bottom{display:flex;flex-wrap:wrap;gap:30px;justify-content:space-evenly;margin-top:40px;width:100%}.boxFriends{max-width:342px;width:31%}.InviteFriends-inside-item3-bottom-boxFriends{background-color:#fff;border-radius:10px}.InviteFriends-inside-item3-bottom-boxFriends-inside{padding:20px}.InviteFriends-inside-item3-bottom-boxFriends-inside-item1{display:flex}.InviteFriends-inside-item3-bottom-boxFriends-inside-item1-left-top{color:#020d1b;display:flex;font-size:16px;font-weight:400}.InviteFriends-inside-item3-bottom-boxFriends-inside-item1-left-top-text{margin-left:5px}.InviteFriends-inside-item3-bottom-boxFriends-inside-item1-left-bottom{color:#020d1b;font-size:14px;font-weight:400}.InviteFriends-inside-item3-bottom-boxFriends-inside-item2{margin-top:30px}.InviteFriends-inside-item3-bottom-boxFriends-inside-item2-inside{display:flex;margin-top:15px;width:100%}.InviteFriends-inside-item3-bottom-boxFriends-inside-item2-right{color:#020d1b;font-size:14px;font-weight:400;text-align:right;width:50%}.InviteFriends-inside-item3-bottom-boxFriends-inside-item2-left{color:#020d1b;font-size:14px;font-weight:700;text-align:left;width:50%}@media screen and (max-width:992px){.InviteFriends-inside-item1-right-inside{padding:20px 0}.InviteFriends-inside-item1-right-inside-text1{font-size:16px}.InviteFriends-inside-item1-right-inside-text2{font-size:14px;margin-top:20px}}@media screen and (max-width:768px){.InviteFriends-inside{padding:0 0 100px}.InviteFriends-inside-item1{display:block;justify-content:center;position:relative;width:100%}.InviteFriends-inside-item1-right{display:none}.InviteFriends-inside-item1-res{display:block;margin-top:25px}.InviteFriends-inside-item1-right-inside{padding:0}.InviteFriends-inside-item1-right-inside-text1{color:#fff}.InviteFriends-inside-item1-right-inside-text2{color:#fff;font-size:14px;margin-top:12px}.InviteFriends-inside-item1-left{width:100%}.InviteFriends-inside-item1-left-img{max-width:none;width:100%}.InviteFriends-inside-item2{display:block;padding:0 22px}.InviteFriends-inside-item2-left,.InviteFriends-inside-item2-right{margin-top:60px;width:100%}.InviteFriends-inside-item2-left-bottom,.InviteFriends-inside-item2-right-bottom{margin-top:32px}.InviteFriends-inside-item3{margin-top:89px;padding:0 24px;text-align:center}.InviteFriends-inside-item3-bottom{display:block}.boxFriends{display:flex;justify-content:center;margin-bottom:8px;margin-left:0;max-width:none;width:100%}.InviteFriends-inside-item3-bottom-boxFriends{width:100%}.InviteFriends-inside-item3-top{color:#fff;font-size:16px;font-weight:700}.InviteFriends-inside-item3-bottom-boxFriends-inside-item2-left,.InviteFriends-inside-item3-bottom-boxFriends-inside-item2-right{font-size:12px}.InviteFriends-inside-item3-bottom-boxFriends-inside-item1-left-top{font-size:14px}.InviteFriends-inside-item3-bottom-boxFriends-inside-item1-left-bottom{font-size:12px}.InviteFriends-inside-item2-left-top-text,.InviteFriends-inside-item2-right-top-text{font-size:14px}.InviteFriends-inside-item2-left-bottom-label,.InviteFriends-inside-item2-right-bottom-label{font-size:12px}.InviteFriends-inside-item2-left-bottom-button,.InviteFriends-inside-item2-right-bottom-button{font-size:12px;padding:9px}.InviteFriends-inside-item2-left-bottom-input,.InviteFriends-inside-item2-right-bottom-input{font-size:12px}}.Cart{align-items:flex-start;display:flex;padding:40px 80px 100px 64px;width:100%}.Cart-right{width:60%}.Cart-right-bottom,.Cart-right-top{background-color:#fff;border-radius:20px;margin-bottom:20px}.Cart-right-bottom-inside-right,.Cart-right-top-inside-right{width:30%}.Cart-right-bottom-inside-right-img,.Cart-right-top-inside-right-img{width:100%}.Cart-right-bottom{margin-top:40px}.Cart-right-bottom-inside,.Cart-right-top-inside{display:flex;padding:40px}.Cart-right-bottom-inside-center,.Cart-right-top-inside-center{margin-right:42px;width:70%}.Cart-right-bottom-inside-center-top,.Cart-right-top-inside-center-top{display:flex;width:100%}.Cart-right-bottom-inside-center-top-name,.Cart-right-top-inside-center-top-name{color:#020d1b;font-size:16px;font-weight:700;margin-right:0!important;text-align:right;width:70%}.Cart-right-top-inside-center-top-name-description{color:#020d1b;font-size:16px}.Cart-right-top-inside-center-top-nameBook{color:#020d1b;font-size:16px;text-align:right;width:70%}.Cart-right-bottom-inside-center-top-image,.Cart-right-top-inside-center-top-image{text-align:left;width:30%}.Cart-right-bottom-inside-center-top-image-img,.Cart-right-top-inside-center-top-image-img{cursor:pointer}.Cart-right-bottom-inside-center-bottom,.Cart-right-top-inside-center-bottom{display:flex;margin-top:45%;width:100%}.Cart-right-bottom-inside-center-bottom-right,.Cart-right-top-inside-center-bottom-right{display:flex;text-align:right;width:50%}.Cart-right-bottom-inside-center-bottom-left-text1,.Cart-right-bottom-inside-center-bottom-right-text1,.Cart-right-top-inside-center-bottom-left-text1,.Cart-right-top-inside-center-bottom-right-text1{color:#020d1b;font-size:12px;font-weight:400}.Cart-right-bottom-inside-center-bottom-right-text2,.Cart-right-top-inside-center-bottom-right-text2{color:#da1212;font-size:12px;font-weight:400;margin-right:12px}.Cart-right-bottom-inside-center-bottom-left,.Cart-right-top-inside-center-bottom-left{display:flex;justify-content:left;width:50%}.Cart-right-bottom-inside-center-bottom-left-text2,.Cart-right-top-inside-center-bottom-left-text2{color:#2b7a0b;font-size:12px;font-weight:400;margin-right:12px}.Cart-left{background-color:#f0f7fe;border-radius:20px;margin-right:48px;width:40%}.Cart-left-inside{padding:40px 26px;width:100%}.Cart-left-inside-item1-title,.Cart-left-inside-item2-title{color:#020d1b;font-size:14px;font-weight:700}.Cart-left-inside-item1-wallet-top{align-items:center;display:flex;margin-top:37px}.Cart-left-inside-item1-wallet-bottom-input:checked,.Cart-left-inside-item1-wallet-top-input:checked{appearance:none;-webkit-appearance:none;background:#1e37e5;border-radius:50%}.Cart-left-inside-item1-wallet-bottom-text,.Cart-left-inside-item1-wallet-top-text{appearance:none;-webkit-appearance:none;color:#020d1b;font-size:16px;font-weight:400;margin-right:16px}.Cart-left-inside-item1-wallet-center{display:flex;margin-top:25px;width:100%}.Cart-left-inside-item1-wallet-center-right{display:flex;margin-top:20px;width:60%}.Cart-left-inside-item1-wallet-center-right-text1{color:#020d1b;font-size:14px;font-weight:400}.Cart-left-inside-item1-wallet-center-right-text2{color:#020d1b;font-size:16px;font-weight:700;margin-right:8px}.Cart-left-inside-item1-wallet-center-left{text-align:end;width:40%}.Cart-left-inside-item1-wallet-center-left-button{background-color:#2b7a0b;border-radius:20px;color:#fff;padding:12px 16px;white-space:nowrap}.Cart-left-inside-item1-wallet-center-left-button-img{margin-left:8px}.Cart-left-inside-item1-wallet-bottom{align-items:center;display:flex;margin-top:57px}.Cart-left-inside-item2{margin-top:56px}.ModalCart{border:1px solid #020d1b;border-radius:10px;display:flex;padding:5px;position:relative;width:100%}.ModalCart-input{background-color:#fff;border:none;margin-right:20px;width:70%}.ModalCart-input:focus{outline:none}.ModalCart-label{background-color:#fff;color:#020d1b;font-size:10px;font-weight:400;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s}.ModalCart-input:focus~label,.ModalCart-input:valid~label{background-color:#fff;padding:0 10px;top:0}.ModalCart-button{background-color:#79747e;border-radius:4.34px;font-size:18px;font-weight:400;white-space:nowrap;width:30%}.ModalCart-input:valid~.ModalCart-button{background-color:#3a37e5;border-radius:4.34px;color:#fff;font-size:11px;font-weight:400;margin-left:10px;white-space:nowrap}.Cart-left-inside-item2-code{border:1px solid #020d1b;border-radius:10px;display:flex;margin-top:42px;padding:12px 16px;position:relative;width:100%}.Cart-left-inside-item2-code-input{background-color:#f0f7fe;border:none;margin-right:20px;width:70%}.Cart-left-inside-item2-code-input:focus{outline:none}.Cart-left-inside-item2-code-input::-webkit-inner-spin-button{-webkit-appearance:none}.Cart-left-inside-item2-code-label{background-color:#f0f7fe;color:#020d1b;font-size:16px;font-weight:400;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s}.Cart-left-inside-item2-code-input:focus~label,.Cart-left-inside-item2-code-input:valid~label{background-color:#f0f7fe;padding:0 10px;top:0}.Cart-left-inside-item2-code-input:valid~.Cart-left-inside-item2-code-button{background-color:#3a37e5}.Cart-left-inside-item2-code-inpu:focus{outline:none}.Cart-left-inside-item2-code-button{background-color:#79747e;border-radius:10px;color:#fff;font-size:18px;font-weight:400;padding:12px 19px 12px 21px;white-space:nowrap;width:30%}.Cart-left-inside-item2-code-button:disabled{background-color:#5a575a;pointer-events:none}.Cart-left-inside-item2-code-icon{display:none;position:absolute;right:15px;top:40%}.Cart-left-inside-item2-code-input:valid~.Cart-left-inside-item2-code-icon{display:block}.Cart-left-inside-item2-off{display:flex;margin-top:16px}.Cart-left-inside-item2-off-text{color:#020d1b;font-size:12px;font-weight:400}.Cart-left-inside-item2-Money{color:#020d1b;font-size:12px;font-weight:700}.Cart-left-inside-item3{background-color:#c4c4c4;display:flex;justify-content:center;padding:17px 0;width:100%}.Cart-left-inside-item3-center,.Cart-left-inside-item3-left,.Cart-left-inside-item3-right{text-align:center;width:30%}.Cart-left-inside-item3-right-text{color:#020d1b;font-size:12px;font-weight:400}.Cart-left-inside-item3-center,.Cart-left-inside-item3-left{display:flex}.Cart-left-inside-item3-center{margin-right:30px}.Cart-left-inside-item3-text{color:#020d1b;font-size:12px;font-weight:700;margin-right:8px}.Cart-left-inside-item4-inside{display:flex;padding:24px 26px 40px;width:100%}.Cart-left-inside-item4-inside-right{text-align:right;width:50%}.Cart-left-inside-item4-inside-left{text-align:left;width:50%}.Cart-left-inside-item4-inside-right-button{background-color:#020d1b;border-radius:30px;color:#fff;font-size:16px;font-weight:700;padding:16px 40px}.Cart-left-inside-item4-inside-left-text{color:#020d1b;font-size:14px;font-weight:400}.Cart-left-inside-item4-inside-left-Money{color:#020d1b;font-size:20px;font-weight:700}.Cart-next{background-color:#010a2b;bottom:65px;padding:10px 20px 20px;position:absolute;position:fixed;right:0}.Cart-next,.Cart-next-button{display:flex;justify-content:center;width:100%}.Cart-next-button{background-color:#2b7a0b;border-radius:10px;color:#fff;font-size:16px;font-weight:700;padding:11px 0}.Cart-right-delete-cart{color:#ec8888;display:flex;font-size:20px;justify-content:end;width:100%}.Cart-right-delete-cart-text{cursor:pointer}.Cart-Collection-position{align-items:center;background:#010a2b;bottom:140px;display:flex;flex-wrap:wrap;justify-content:center;padding:10px 23px;position:absolute;position:fixed;right:0;width:100%}.Cart-HelpText-Collection{border:1px solid #fff;border-radius:10px;margin-bottom:15px;padding:10px}.Cart-HelpText-Collection p{line-height:24px;text-align:justify}.Cart-Collection{border:1px solid #fff;border-radius:10px;display:flex;padding:20px 16px;position:relative;width:100%}.Cart-Collection-input{background-color:#010a2b;border:none;color:#fff;font-size:24px;font-weight:700;margin-right:20px;text-align:left;width:44%}.Cart-Collection-input:focus{outline:none}.Cart-Collection-input::-webkit-inner-spin-button{-webkit-appearance:none}.Cart-Collection-label{background-color:#010a2b;color:#fff;font-size:14px;font-weight:400;position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s}.Cart-Collection-input~label{background-color:#010a2b;padding:0 10px;top:0}.Cart-Collection-inpu:focus{outline:none}.Cart-Collection-text{color:#fff;display:none;left:37%;position:absolute;top:33%}.Cart-Collection-input:valid~.Cart-Collection-text{display:block}.cart-null{display:flex;justify-content:center;width:100%}@media only screen and (max-width:768px){.Cart{display:block;padding:30px 24px 100px}.Cart,.Cart-right{width:100%}.Cart-right-bottom-inside,.Cart-right-top-inside{padding:20px}.Cart-right-bottom-inside-center-top-name,.Cart-right-top-inside-center-top-name{font-size:12px}.Cart-right-bottom-inside-center-bottom-right,.Cart-right-top-inside-center-bottom-right{display:block;text-align:center}.Cart-right-bottom-inside-center-top-image-img,.Cart-right-top-inside-center-top-image-img{width:17px}.Cart-right-bottom-inside-center-bottom-left,.Cart-right-top-inside-center-bottom-left{display:block;justify-content:center;text-align:center}.Cart-right-bottom-inside-center-bottom-left-text1,.Cart-right-bottom-inside-center-bottom-right-text1,.Cart-right-top-inside-center-bottom-left-text1,.Cart-right-top-inside-center-bottom-right-text1{font-size:8px}.Cart-right-bottom-inside-center-bottom-left-text2,.Cart-right-bottom-inside-center-bottom-right-text2,.Cart-right-top-inside-center-bottom-left-text2,.Cart-right-top-inside-center-bottom-right-text2{font-size:10px;margin-right:0}.Cart-right-bottom-inside-center,.Cart-right-top-inside-center{margin-right:12px}.Cart-right-bottom-inside-center-bottom,.Cart-right-top-inside-center-bottom{display:flex;margin-top:30%;width:100%}.Cart-right-bottom{margin-top:8px}.Cart-left{background-color:#010a2b;margin-right:0;width:100%}.Cart-left-inside{padding:0}.Cart-left-inside-item1-title,.Cart-left-inside-item2-title{color:#fff;font-size:10px}.Cart-left-inside-item1-wallet-bottom-text,.Cart-left-inside-item1-wallet-top-text{color:#fff;font-size:12px;margin-right:16px}.Cart-left-inside-item1-wallet-center-right-text1{color:#fff;font-size:10px}.Cart-left-inside-item1-wallet-center-right-text2{color:#fff;font-size:12px}.Cart-left-inside-item1-wallet-center-left{display:flex;justify-content:center}.Cart-left-inside-item1-wallet-center-left-button{background-color:#2b7a0b;padding:12px 10px}.Cart-left-inside-item3,.Cart-left-inside-item4{display:none}.Cart-left-inside-item2-code{border:1px solid #fff;margin-top:24px;padding:12px 16px}.Cart-left-inside-item2-code-label{font-size:10px}.Cart-left-inside-item2-code-input,.Cart-left-inside-item2-code-label{background-color:#010a2b;color:#fff}.Cart-left-inside-item2-code-button{font-size:10px}.Cart-left-inside-item2-off-text{color:#fff;font-size:8px}.Cart-left-inside-item2-Money{color:#fff;font-size:10px}.Cart-left-inside-item1-wallet-top{margin-top:24px}.Cart-left-inside-item1-wallet-center{margin-top:8px}.Cart-left-inside-item1-wallet-bottom{margin-top:40px}.Cart-left-inside-item2-code-input:focus~label,.Cart-left-inside-item2-code-input:valid~label{background-color:#010a2b;padding:0 10px;top:0}.Cart-right-top-inside-center-top-name-description,.Cart-right-top-inside-center-top-nameBook{font-size:12px}}@media only screen and (max-width:1200px){.Cart{padding:20px}.Cart-left-inside{padding:20px 15px 40px}.Cart-left-inside-item1-wallet-center-right-text2{font-size:14px}.Cart-right-bottom-inside,.Cart-right-top-inside{padding:20px}.Cart-left-inside-item2-code-button{padding:12px 1px}.Cart-left-inside-item1-wallet-center-right{width:50%}.Cart-left-inside-item1-wallet-center-left{justify-content:end;width:50%}.Cart-left-inside-item3-center{margin-right:0}.Cart-left-inside-item3-img{width:30px}.Cart-left-inside-item3-text{margin-top:10px}.Cart-right-bottom-inside-center-top-name,.Cart-right-top-inside-center-top-name{font-size:14px}.Cart-right-bottom-inside-center-bottom-right,.Cart-right-top-inside-center-bottom-right{display:block;text-align:center}.Cart-right-bottom-inside-center-top-image-img,.Cart-right-top-inside-center-top-image-img{width:20px}.Cart-right-bottom-inside-center-bottom-left,.Cart-right-top-inside-center-bottom-left{display:block;justify-content:center;text-align:center}.Cart-right-bottom-inside-center-bottom-left-text1,.Cart-right-bottom-inside-center-bottom-right-text1,.Cart-right-top-inside-center-bottom-left-text1,.Cart-right-top-inside-center-bottom-right-text1{font-size:10px}.Cart-right-bottom-inside-center-bottom-left-text2,.Cart-right-bottom-inside-center-bottom-right-text2,.Cart-right-top-inside-center-bottom-left-text2,.Cart-right-top-inside-center-bottom-right-text2{font-size:14px;margin-right:0}.Cart-right-bottom-inside-center,.Cart-right-top-inside-center{margin-right:12px}.Cart-right-bottom-inside-center-bottom,.Cart-right-top-inside-center-bottom{display:flex;margin-top:30%;width:100%}.cart-null{margin-top:50%}.Cart-Collection-input{font-size:18px;margin-right:12px;text-align:center;width:100%}}.Cart-HelpText-Desktap-Collection{border:1px solid #010a2b;border-radius:10px;color:#010a2b;margin:10px auto auto;padding:12px;width:90%}.Cart-HelpText-Desktap-Collection p{text-align:justify}.BookAction_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:64px;position:relative;width:100%}.BookAction_wrapper .BookAction_content{max-width:950px;width:100%}.BookAction_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}.BookAction_top{align-items:center;display:flex;justify-content:center;margin-bottom:50px}.BookAction_top .BookAction_right{margin-left:70px;margin-right:30px;width:-webkit-max-content;width:max-content}.BookAction_top .BookAction_right .BookAction_right-tabs-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:24px 0;justify-content:center;width:100%}.BookAction_top .BookAction_right .BookAction_right-tabs-wrapper li{background:#f0f7fe;border-radius:10px;color:#020d1b;cursor:pointer;font-size:16px;font-weight:700;line-height:22px;list-style:none;padding:8px 16px}.BookAction_top .BookAction_right .BookAction_right-tabs-wrapper li.active{background:#af41c6;box-shadow:inset 4px 6px 8px rgba(0,0,0,.3);color:#fff}.BookAction_top .BookAction_left{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center;position:relative}.BookAction_top .BookAction_left>h1{color:#fff;font-size:16px;font-weight:700;line-height:168.4%}.BookAction_top .BookAction_left>p{color:#fff;font-size:14px;font-weight:700;line-height:168.4%}.BookAction_top .BookAction_left .BookAction_left-book-img{border-radius:14px;bottom:0;left:50%;max-width:170px;position:absolute;-webkit-transform:translate(-50%);transform:translate(-50%);width:30%}.BookAction_top .BookAction_left .BookAction_left-bg{width:100%}.BookAction_actions-container{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:9px;width:100%}.BookAction-button{display:flex;justify-content:end;padding-left:10px;width:100%}.book-loading-button{background-color:#af41c6;border-radius:6px;display:flex;justify-content:center;padding:3px 5px;width:126px}.book-loading-button .LoadingSpinner_wrapper{width:20px}.BookAction-button-text{align-items:center;background:#af41c6;border-radius:6px;color:#fff;display:flex;height:30px;justify-content:center;width:126px}@media screen and (max-width:768px){.BookAction_wrapper{padding:0 0 100px}.BookAction_top{flex-direction:column-reverse;margin-bottom:26px}.BookAction_top .BookAction_left{border-radius:0 0 20px 20px;box-shadow:0 6px 27px hsla(0,0%,100%,.18);margin-bottom:30px;padding-bottom:24px;width:100%}.BookAction_top .BookAction_left .BookAction_left-book-img{border-radius:8px;bottom:0;left:50%;max-width:88px;position:absolute;-webkit-transform:translate(-50%,-70%);transform:translate(-50%,-70%)}.BookAction_top .BookAction_right{margin-left:0;margin-right:0;overflow-x:scroll;scrollbar-width:none;width:100%}.BookAction_top .BookAction_right .BookAction_right-tabs-wrapper{align-items:center;display:flex;flex-direction:row;gap:0 12px;justify-content:start;padding:0 12px}.BookAction_top .BookAction_right .BookAction_right-tabs-wrapper li{border-radius:20px;font-size:12px;font-weight:700;line-height:18px;padding:12px 18px;white-space:nowrap}}.Action-wrapper{margin-bottom:20px;width:100%}.Action{padding:80px 160px}.Action-podcast,.Action-poster{background-color:#fff;border-radius:10px}.Action-podcast{margin-top:40px}.Action-podcast-inside,.Action-poster-inside{display:flex;padding:40px 42px;width:100%}.Action-podcast-inside-right,.Action-poster-inside-right{flex:1 1}.Action-podcast-inside-right-title,.Action-poster-inside-right-title{color:#020d1b;font-size:16px;font-weight:700;margin-top:15px}.Action-podcast-inside-right-text,.Action-poster-inside-right-text{color:#020d1b;font-size:16px;font-weight:400;line-height:36px;margin-top:12px}.Action-podcast-inside-right-hashtag,.Action-poster-inside-right-hashtag{margin-top:12px}.Action-podcast-inside-right-bottom,.Action-poster-inside-right-bottom{display:flex;margin-top:48px;width:100%}.Action-podcast-inside-right-bottom-right,.Action-poster-inside-right-bottom-right{align-items:flex-end;display:flex;width:50%}.Action-podcast-inside-right-bottom-left,.Action-poster-inside-right-bottom-left{align-items:flex-end;display:flex;justify-content:left;text-align:left;width:50%}.Action-podcast-inside-right-bottom-right-disLike,.Action-podcast-inside-right-bottom-right-like,.Action-poster-inside-right-bottom-right-disLike,.Action-poster-inside-right-bottom-right-like{background-color:#f0f7fe;border-radius:31px;color:#010a2b;display:flex;font-size:12px;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:5px 16px}.Action-podcast-inside-right-bottom-right-comment,.Action-poster-inside-right-bottom-right-comment{background-color:#f0f7fe;border-radius:31px;color:#010a2b;display:flex;font-size:12px;font-weight:700;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:8px 19px}.Action-podcast-inside-right-bottom-right-disLike,.Action-poster-inside-right-bottom-right-disLike{margin-right:24px}.Action-podcast-inside-right-bottom-right-comment-text,.Action-podcast-inside-right-bottom-right-disLike-text,.Action-podcast-inside-right-bottom-right-like-text,.Action-poster-inside-right-bottom-right-comment-text,.Action-poster-inside-right-bottom-right-disLike-text,.Action-poster-inside-right-bottom-right-like-text{margin-top:2px}.Action-podcast-inside-right-bottom-right-comment-img,.Action-podcast-inside-right-bottom-right-disLike-img,.Action-podcast-inside-right-bottom-right-like-img,.Action-poster-inside-right-bottom-right-comment-img,.Action-poster-inside-right-bottom-right-disLike-img,.Action-poster-inside-right-bottom-right-like-img{margin-left:16px}.Action-podcast-inside-left,.Action-poster-inside-left{flex:1 1;margin-right:50px}.Action-poster-inside-left{border-radius:10px;max-height:350px;max-width:450px}.activities-image-style{height:100%;max-height:350px;width:100%}.Action-podcast-inside-left{background-color:#dadada;border-radius:10px;padding:0 24px 30px;width:100%}.Action-podcast-inside-left-img{display:flex;justify-content:center;padding:70px 188px 56px;width:100%}.Action-podcast-inside-left-player{background-color:#020d1b;border-radius:10px;display:flex;width:100%}.Action-podcast-inside-left-player-inside{display:flex;justify-content:center;padding:13px 0;width:100%}.Action-podcast-inside-left-player-inside-volume{cursor:pointer;margin-left:10px}.Action-podcast-inside-left-player-inside-line{margin-left:5px;margin-top:4px}.Action-podcast-inside-left-player-inside-time{color:#fff;margin-top:4px}.Action-podcast-inside-left-player-inside-next{cursor:pointer;margin-right:17px}.Action-podcast-inside-left-player-inside-pre{cursor:pointer;margin-right:15px}.Action-podcast-inside-left-player-inside-player{background:linear-gradient(0deg,#eb5757,#e62460);border-radius:7px;box-shadow:0 3.31018px 13.2407px rgba(230,36,96,.8);cursor:pointer;margin-right:13px;padding:4px 10px}.Action-podcast-res{display:flex}.Action-podcast-inside-left-player-res,.Action-podcast-inside-right-res-img{display:none}.Action-poster-inside-left-img{height:100%;width:100%}.Action-poster-inside-right-user{align-items:center;display:flex;margin-bottom:0;width:100%}.Action-podcast-inside-right-user-center{flex:1 1;margin-right:16px}.Action-podcast-inside-right-user-center-name,.Action-podcast-inside-right-user-center-time{color:#020d1b;font-size:12px;font-weight:400;margin-top:5px}.Action-podcast-inside-right-user-left{position:relative;text-align:left;width:50%}.Action-podcast-inside-right-user-left-img{cursor:pointer}.Action-inside-item2-Book-bottom-clickButton{background-color:#f0f7fe;border-radius:8px;box-shadow:2.375px 2.375px 4.75px rgba(0,0,0,.2);left:5%;position:absolute;top:14%;-webkit-transform:translate(5%,1%);transform:translate(5%,1%)}.Action-inside-item2-Book-bottom-clickButton-inside{padding:17px 20px 15px;width:100%}.Action-inside-item2-Book-bottom-clickButton-inside-bottom,.Action-inside-item2-Book-bottom-clickButton-inside-top{cursor:pointer;display:flex}.Action-inside-item2-Book-bottom-clickButton-inside-bottom{margin-top:20px}.Action-inside-item2-Book-bottom-clickButton-inside-top-img{width:20px}.Action-inside-item2-Book-bottom-clickButton-inside-bottom-img{width:18px}.Action-inside-item2-Book-bottom-clickButton-inside-bottom-text,.Action-inside-item2-Book-bottom-clickButton-inside-top-text{color:#010a2b;font-size:16px;margin-right:8px}.Action-poster-comment{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:40px 42px;width:100%}.Action-poster-comment-header-container{display:flex;justify-content:space-between;padding:10px 0;width:100%}.Action-right-comment-style{width:45%}.Action-poster-comment-header-container-area{display:flex;flex-direction:column;gap:10px;justify-content:space-between;width:100%}.Action-poster-comment-header-container-button{background:#3a37e5;border-radius:20px;color:#fff;height:46px;width:100%}.Action-poster-comment-header{color:#020d1b;font-family:Kalameh;font-size:16px;font-style:normal;font-weight:700;line-height:22px}.Action-poster-comment-button{align-items:center;background:#af41c6;border-radius:6px;color:#fff;display:flex;height:30px;justify-content:center;width:126px}.Action-poster-comment-textarea{background:#f0f7fe;border:none;border-radius:10px;height:144px;outline:none;overflow:hidden;padding:10px;resize:none;width:100%}.Action-poster-post-container{background:#fff;border:.935189px solid #020d1b;border-radius:9.35189px;display:flex;flex-direction:column;height:100%;position:relative;width:100%}.Action-poster-post-name{align-items:center;display:flex;flex-direction:column;font-family:Kalameh;font-size:12px;font-weight:700;justify-content:center}.Action-poster-post-date,.Action-poster-post-name{color:#020d1b;font-style:normal;line-height:168.4%}.Action-poster-post-date{font-family:KalamehFaNum;font-size:6px;font-weight:400;padding:0 10px 0 0}.Action-poster-post-dots{height:15px;left:5%;position:absolute;top:15px}.Action-poster-post-dots img{height:15px}.Action-poster-top-container{align-items:center;display:flex;width:100%}.Action-poster-post-text{color:#020d1b;font-family:Kalameh;font-size:14px;font-style:normal;font-weight:400;padding:0 15px}.Action-poster-top-container-img{border-radius:4.36122px;height:32px;margin:20px 10px;width:32px}.Action-poster-post-like{display:flex;justify-content:space-between;padding:20px 25px}.Action-poster-post-reply{align-items:center;background-color:#fff;color:#020d1b;display:flex;font-family:Kalameh;font-size:12px;font-style:normal;font-weight:400;gap:5px;justify-content:center}.Action-poster-post-reply-container{align-items:center;display:flex;justify-content:center;width:50%}.Action-poster-comment-button-mobile,.Action-res>img{display:none}.Action-podcast-wrapper{display:none;margin-top:10px}.Action-comments-comment{display:flex;flex-direction:column;gap:10px;width:50%}.Action-poster-post-like{padding:20px}.rep{justify-content:end}.like-disLike{justify-content:flex-start}.NewComment_replay-comment-box{color:#020d1b}@media only screen and (max-width:1200px){.Action-podcast-wrapper{display:block}.Action-podcast-inside-left,.Action-poster-inside-left{margin-right:0}.Action{padding:0 9px}.Action-podcast,.Action-poster{border-radius:20px}.Action-podcast-inside,.Action-poster-inside{flex-direction:column-reverse;padding:13px 17px}.Action-poster-inside-right{margin-top:0}.Action-podcast-inside-right-res{display:flex}.Action-podcast-inside-right-res-text{margin-right:14px}.Action-podcast-inside-right,.Action-poster-inside-right{margin-left:0;max-width:100%;width:100%}.Action-podcast-inside-left,.Action-poster-inside-left,.Action-poster-inside-left-img{width:100%}.res{display:block;margin-bottom:12px}.des{display:none}.Action-podcast-inside-right-text,.Action-poster-inside-right-text{font-size:8px;line-height:20px;margin-top:4px;text-align:justify}.Action-podcast-inside-right-text{margin-top:4px}.Action-podcast-inside-right-title,.Action-poster-inside-right-title{font-size:10px}.Action-podcast-inside-right-hashtag,.Action-poster-inside-right-hashtag{font-size:8px;margin-right:10px;margin-top:7px}.Action-poster-inside-right-bottom{margin-top:40px}.Action-podcast-inside-right-bottom{margin-top:28px}.Action-podcast-inside-right-bottom-right-comment-img,.Action-podcast-inside-right-bottom-right-disLike-img,.Action-podcast-inside-right-bottom-right-like-img,.Action-poster-inside-right-bottom-right-comment-img,.Action-poster-inside-right-bottom-right-disLike-img,.Action-poster-inside-right-bottom-right-like-img{width:15px}.Action-podcast-inside-right-bottom-right-comment-text,.Action-podcast-inside-right-bottom-right-disLike-text,.Action-podcast-inside-right-bottom-right-like-text,.Action-poster-inside-right-bottom-right-comment-text,.Action-poster-inside-right-bottom-right-disLike-text,.Action-poster-inside-right-bottom-right-like-text{margin-top:0}.Action-podcast-inside-right-bottom-right-disLike,.Action-podcast-inside-right-bottom-right-like,.Action-poster-inside-right-bottom-right-disLike,.Action-poster-inside-right-bottom-right-like{background-color:#f0f7fe;display:flex;font-size:10px;padding:8px 8px 5px}.Action-podcast-inside-right-bottom-right-comment,.Action-poster-inside-right-bottom-right-comment{font-size:10px;padding:8px}.Action-podcast-inside-left{display:none}.Action-podcast-inside-left-player-res{display:flex}.Action-podcast-inside-left-player-inside-time-text{color:#020d1b;font-size:6px;font-weight:400;margin:4px 11px 0 6px}.Action-podcast-inside{margin-bottom:35%}.Action-podcast-inside-right-res-img{display:block;text-align:center}.Action-poster-comment-header-container{flex-direction:column}.Action-poster-comment-button{display:none}.Action-poster-comment-header-container-area,.Action-poster-post-container{width:100%}.Action-poster-post-reply{font-size:10px}.Action-poster-comment-button-mobile{align-items:center;background:#af41c6;border-radius:6px;color:#fff;display:flex;height:36px;justify-content:center;width:70%}.Action-poster-comment-button-mobile-container{align-items:center;display:flex;justify-content:center;padding:10px;width:100%}.Action-res{align-items:flex-start;display:flex}.Action-res>img{display:flex;width:40px}.Action-res-text{margin-right:10px}.Action-right-comment-style{width:100%}.Action-comments-comment{margin-top:24px;width:100%}}@media screen and (max-width:768px){.Action-poster-comment{padding:20px}.Action-poster-inside-right-title{font-size:14px;margin-top:12px}.Action-poster-inside-right-text{font-size:12px}}.Audio{height:100%}.Audio-player{background-color:#020d1b;border-radius:10px;display:flex;width:100%}.Audio-player-inside{display:flex;justify-content:center;padding:13px 20px;width:100%}.Audio-player-inside-volume{cursor:pointer;margin-left:10px}.Audio-player-inside-volume-res{background-color:#f1f1f1;border-radius:50%;box-shadow:1px 1px 30px 1px #f1f1f1;cursor:pointer;margin-right:8px;padding:1px 2px}.Audio-player-inside-line{margin-left:5px;margin-top:4px}.Audio-player-inside-time{color:#fff;margin-top:4px;text-align:center;width:30%}.Audio-player-inside-time-time-text{cursor:pointer}.Audio-player-inside-pre{cursor:pointer;margin-right:15px}.Audio-player-inside-player{background:linear-gradient(0deg,#eb5757,#e62460);border-radius:7px;box-shadow:0 3.31018px 13.2407px rgba(230,36,96,.8)}.Audio-player-inside-player,.Audio-player-inside-player-res{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-right:13px;padding:5px 10px}.Audio-player-inside-player-res{background:#020d1b;border-radius:50%}.Audio-player-inside-line{flex:1 1;margin-top:12px;width:40%}.line{background:linear-gradient(0deg,#eb5757,#e62460),#020d1b;height:100%;pointer-events:none}.Audio-player-inside-time-time-text number-font{width:88%}.progress{background-color:#e8d9d5!important;cursor:pointer;height:.5rem!important;justify-content:end!important}.Audio-res{align-items:center;border-radius:10px;display:flex;margin-top:20px}.Audio-player-inside-next,.Audio-player-inside-pre{cursor:pointer}.Audio-podcast-inside-left{align-items:center;background-color:#ddd;border-radius:10px;display:flex;flex-direction:column;height:100%;justify-content:center;padding:10px}.Audio-podcast-inside-left-img{align-items:center;display:flex;flex:1 1;justify-content:center;width:100%}.Audio-podcast-inside-left-img-player{align-items:center;background:#020d1b;border-radius:50%;cursor:pointer;display:flex;height:50px;justify-content:center;max-width:53px;min-width:53px;width:14%}@media screen and (max-width:992px){.Audio-player-inside-time{margin-top:4px;text-align:center;width:20%}.Audio-player{background-color:#010a2b;border-radius:10px;bottom:83px;display:flex;left:0;position:fixed;width:100%}.time-res{color:#020d1b}}@media screen and (max-width:400px){.Audio-player-inside-time-time-text,.time-res{font-size:12px!important}.Audio-player-inside-line{margin-top:4.5px}.Audio-player-inside-player-res{min-height:25px}}.Chat_wrapper{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;padding:64px;position:relative;width:100%}.Chat_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:50px;top:50px;width:20px}.Chat_messages-container{display:flex;flex:1 1;flex-direction:column;max-width:800px;overflow-x:hidden;overflow-y:auto;width:100%}.Chat_message-input{align-items:center;display:flex;flex-direction:row-reverse;gap:10px;justify-content:center;max-width:800px;position:relative;width:100%}.messages-container-submit-btn{background-color:#010a2b!important;border-radius:50%;bottom:5px;left:5px;padding:10px!important;position:absolute}.Chat_message-input>textarea{background:#fff;border:none;border-radius:10px;font-size:20px;font-weight:400;height:25vh;line-height:22px;outline:none;padding:26px;resize:none;width:100%}.Chat_message-input>button{align-items:center;background-color:initial;cursor:pointer;display:flex;justify-content:center;padding:5px}.Chat_message-wrapper{align-items:flex-end;display:flex;flex-direction:column;justify-content:start;margin-bottom:10px;width:100%}.Chat_message-wrapper.my-message{align-items:flex-start}.Chat_message-wrapper>p{background-color:#f2f3c5;border-radius:10px;color:#181818;font-size:16px;font-weight:400;line-height:36px;margin-bottom:5px;max-width:60%;padding:8px 20px;text-align:right}.Chat_message-wrapper.my-message>p{background-color:#d3d4ff}.Chat_message-info{align-items:center;display:flex;gap:3px;justify-content:center}.Chat_message-info span{color:#adb5bd;font-size:12px;font-weight:400;line-height:24px}@media screen and (max-width:768px){.Chat_wrapper{height:calc(100vh - 85px);padding:18px 18px 70px}.Chat_message-input{padding-top:10px}.Chat_message-input>textarea{border-radius:7px;font-size:12px;height:40px;line-height:18px;padding:10px}.Chat_message-wrapper>p{border-radius:7px;font-size:12px;font-weight:400;line-height:16px;margin-bottom:3px;max-width:60%;padding:9px 12px}.Chat_message-info span{font-size:10px;line-height:12px}.Chat_message-info svg{height:12px;width:10px}}.SekeBashgah{position:relative}.SekeBashgah_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}.SekeBashgah-inside{padding:19px 80px 108px 74px}.SekeBashgah-res{background:#020d1b;border-radius:0 0 20px 20px;box-shadow:0 6px 27px hsla(0,0%,100%,.18),inset 0 -2px 15px #000;width:100%}.SekeBashgah-res-inside{display:flex;justify-content:center;padding-top:40px;width:100%}.SekeBashgah-res-inside-left,.SekeBashgah-res-inside-right{align-items:center;background:#020d1b;border-radius:20px;box-shadow:inset 4px 6px 8px rgba(0,0,0,.3);color:#fff;display:flex;flex:1 1;font-size:14px;font-weight:700;justify-content:center;padding:11px 0}.SekeBashgah-res-inside-left.active,.SekeBashgah-res-inside-right.active{background:#af41c6}.SekeBashgah-inside-item1{display:flex;justify-content:center;width:100%}.SekeBashgah-inside-item1-reght{display:flex;justify-content:center;width:30%}.SekeBashgah-inside-item1-reght-text{display:block;margin-top:107px}.SekeBashgah-inside-item1-reght-name{color:#fff;font-size:24px;font-weight:700;text-align:center}.SekeBashgah-inside-item1-reght-number{color:#007dec;font-size:20px;font-weight:400}.SekeBashgah-inside-item3{margin-top:64px}.SekeBashgah-inside-item2-top-border,.SekeBashgah-inside-item3-top-border{border-bottom:1px solid #ebeaea;padding-bottom:24px}.SekeBashgah-inside-item2-top-border-title,.SekeBashgah-inside-item3-top-border-title{color:#fff;font-size:20px;font-weight:700}.SekeBashgah-inside-item2-bottom,.SekeBashgah-inside-item3-bottom{display:flex;margin-top:40px;width:100%}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background:none}::-webkit-scrollbar-thumb:hover{background:none}.SekeBashgah-inside-item2-bottom-no-coin{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center;margin-top:150px}@media only screen and (max-width:768px){.SekeBashgah{padding-bottom:100px;width:100%}.SekeBashgah-inside{padding:0}.SekeBashgah-inside-item2-bottom,.SekeBashgah-inside-item3-bottom{display:block;padding:0 24px}}.Bashgah-modal-CS{background:#fff;border-radius:10px;height:100%;margin-left:10px;max-width:249px}.Bashgah-modal-inside-CS{padding:22px 20px;width:100%}.Bashgah-modal-inside-CS-top{display:flex;width:100%}.Bashgah-modal-inside-CS-top-text{color:#020d1b;font-size:14px;font-weight:700;margin:8px 10px 0;white-space:nowrap;width:50%}.Bashgah-modal-inside-CS-top-time{color:#020d1b;font-size:12px;font-weight:400;margin-top:8px;text-align:left;width:30%}.Bashgah-modal-inside-CS-bottom{color:#020d1b;display:flex;font-size:16px;font-weight:400;justify-content:center;margin-top:20px;width:100%}@media only screen and (max-width:786px){.Bashgah-modal-CS{background:#fff;border-radius:10px;margin-bottom:8px;margin-left:0;max-width:none;width:100%}.Bashgah-modal-inside-CS-top-time{font-size:12px;width:50%}.Bashgah-modal-inside-CS-bottom{font-size:14px;justify-content:right}.Bashgah-modal-inside-CS-top-text{font-size:12px}.Bashgah-modal-inside-CS-top-image-img{width:32px}}.Bashgah-modal-help-CS{background:#fff;border-radius:10px;height:100%;margin-left:10px;max-width:249px}.Bashgah-modal-inside-help-CS{padding:22px 20px;width:100%}.Bashgah-modal-inside-help-CS-top{display:flex;justify-content:center;width:100%}.Bashgah-modal-inside-help-CS-top-text{color:#020d1b;font-size:14px;font-weight:700;margin:8px 10px 0}.Bashgah-modal-inside-help-CS-bottom{color:#020d1b;display:flex;font-size:16px;font-weight:400;justify-content:center;margin-top:20px;width:100%}@media only screen and (max-width:1200px){.Bashgah-modal-inside-help-CS-top-text{white-space:nowrap}}@media only screen and (max-width:786px){.Bashgah-modal-help-CS{background:#fff;border-radius:10px;margin-bottom:8px;margin-left:10px;max-width:none;width:100%}.Bashgah-modal-inside-help-CS{display:flex;padding:22px 20px}.Bashgah-modal-inside-help-CS-top-image-img{width:24px}.Bashgah-modal-inside-help-CS-top-text{font-size:12px;margin:0 10px;white-space:nowrap}.Bashgah-modal-inside-help-CS-bottom{font-size:10px;justify-content:right;margin-top:0}.Bashgah-modal-inside-help-CS-top{align-items:center;display:flex;justify-content:right}}.FreeDiscussion_wrapper{display:flex;justify-content:center;position:relative;width:100%}.FreeDiscussion{max-width:800px;padding:64px;width:95%}.FreeDiscussion-top{display:flex;width:100%}.FreeDiscussion-top-center{margin:20px 16px}.FreeDiscussion-top-center,.FreeDiscussion-top-left{color:#fff;font-size:12px;font-weight:400;width:100%}.FreeDiscussion-top-left{display:flex;justify-content:end;margin:20px 0}.FreeDiscussion-center{background:#020d1b;border-radius:11px;box-shadow:0 -1.07216px 5.36082px rgba(0,0,0,.15),3.21649px 2.14433px 3.21649px rgba(0,0,0,.15),inset -2.14433px -1.07216px 8.57732px hsla(0,0%,100%,.2),inset 1.07216px 2.14433px 8.57732px hsla(0,0%,100%,.2);margin-top:16px}.FreeDiscussion-center-inside{padding:32px 40px}.FreeDiscussion-bottom{display:flex;margin-top:24px;width:100%}.FreeDiscussion-bottom-right{display:flex}.FreeDiscussion-bottom-right-dislike,.FreeDiscussion-bottom-right-like{background-color:#fff;border-radius:31px;color:#010a2b;display:flex;font-size:12px;font-weight:700;padding:5px 10px}.FreeDiscussion-bottom-right-dislike{margin-right:24px}.FreeDiscussion-bottom-right-like-text{margin-right:16px}.FreeDiscussion-bottom-left{display:flex;justify-content:end;margin-top:5px;width:100%}.FreeDiscussion-bottom-left-text{color:#09d4ff;font-size:12px;font-weight:400;margin-left:7px}.FreeDiscussion-box-bottom{border-right:1px solid #fff;margin-top:24px}.FreeDiscussion-box-bottom-inside{padding-right:20px}.FreeDiscussion_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}.FreeDiscussion-center-inside-text{font-size:14px;line-height:22px}@media only screen and (max-width:1200px){.FreeDiscussion{padding:64px 100px 179px}}@media only screen and (max-width:992px){.FreeDiscussion{padding:20px 25px 100px}.FreeDiscussion-bottom-left-text{font-size:10px}.FreeDiscussion-bottom-right-like-text{margin-right:12px}.FreeDiscussion-bottom-right-dislike{margin-right:6px}}@media only screen and (max-width:500px){.FreeDiscussion-bottom-right-like-img{width:20px}}.EmtiyazBashgah{position:relative}.EmtiyazBashgah_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}.EmtiyazBashgah-inside-item2-bottom-no-coin{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center;margin-top:150px}.EmtiyazBashgah-inside{padding:19px 80px 108px 74px}.EmtiyazBashgah-res{background:#020d1b;border-radius:0 0 20px 20px;box-shadow:0 6px 27px hsla(0,0%,100%,.18),inset 0 -2px 15px #000;width:100%}.EmtiyazBashgah-res-inside{display:flex;justify-content:center;padding-top:40px;width:100%}.EmtiyazBashgah-res-inside-left,.EmtiyazBashgah-res-inside-right{background:#020d1b;border-radius:20px;box-shadow:inset 4px 6px 8px rgba(0,0,0,.3);color:#fff;flex:1 1;font-size:14px;font-weight:700;padding:11px 30px;white-space:nowrap}.EmtiyazBashgah-res-inside-right-text{text-align:center}.EmtiyazBashgah-res-inside-left.active,.EmtiyazBashgah-res-inside-right.active{background:#af41c6}.EmtiyazBashgah-inside-item1{display:flex;justify-content:center;width:100%}.EmtiyazBashgah-inside-item1-reght{display:flex;justify-content:center;width:30%}.EmtiyazBashgah-inside-item1-reght-text{display:block;margin-top:107px}.EmtiyazBashgah-inside-item1-reght-name{color:#fff;font-size:24px;font-weight:700;text-align:center}.EmtiyazBashgah-inside-item1-reght-number{color:#007dec;font-size:20px;font-weight:400}.EmtiyazBashgah-inside-item3{margin-top:64px}.EmtiyazBashgah-inside-item2-top-border,.EmtiyazBashgah-inside-item3-top-border{border-bottom:1px solid #ebeaea;padding-bottom:24px}.EmtiyazBashgah-inside-item2-top-border-title,.EmtiyazBashgah-inside-item3-top-border-title{color:#fff;font-size:20px;font-weight:700}.EmtiyazBashgah-inside-item2-bottom,.EmtiyazBashgah-inside-item3-bottom{display:flex;margin-top:40px;width:100%}@media only screen and (max-width:1200px){.EmtiyazBashgah-inside-item1-left-img{width:100%}}@media only screen and (max-width:768px){.EmtiyazBashgah-inside{padding:0}.EmtiyazBashgah-inside-item2-bottom,.EmtiyazBashgah-inside-item3-bottom{display:block;padding:0 24px 100px}}.NeshanBashgah{position:relative}.NeshanBashgah-res{background:#020d1b;border-radius:0 0 20px 20px;box-shadow:0 6px 27px hsla(0,0%,100%,.18),inset 0 -2px 15px #000;width:100%}.NeshanBashgah-inside-item3-bottom .swiper-slide{height:auto!important}.NeshanBashgah-res-inside{display:flex;justify-content:center;padding-top:40px;width:100%}.NeshanBashgah-res-inside-left,.NeshanBashgah-res-inside-right{background:#020d1b;border-radius:20px;box-shadow:inset 4px 6px 8px rgba(0,0,0,.3);color:#fff;flex:1 1;font-size:14px;font-weight:700;padding:11px 30px;white-space:nowrap}.NeshanBashgah-res-inside-left-text,.NeshanBashgah-res-inside-right-text{text-align:center}.NeshanBashgah-res-inside-left.active,.NeshanBashgah-res-inside-right.active{background:#af41c6}.NeshanBashgah-inside-item1{display:flex;justify-content:center;width:100%}.NeshanBashgah-inside-item1-reght{display:flex;justify-content:center;width:30%}.NeshanBashgah-inside-item1-reght-text{display:block;margin-top:107px}.NeshanBashgah-inside-item1-reght-name{color:#fff;font-size:24px;font-weight:700;text-align:center}.NeshanBashgah-inside-item1-reght-number{color:#007dec;font-size:20px;font-weight:400}.NeshanBashgah-inside-item2,.NeshanBashgah-inside-item3{margin-top:64px;padding:20px 80px 80px 50px}.NeshanBashgah-inside-item2-top-border,.NeshanBashgah-inside-item3-top-border{border-bottom:1px solid #ebeaea;padding-bottom:24px}.NeshanBashgah-inside-item2-top-border-title,.NeshanBashgah-inside-item3-top-border-title{color:#fff;font-size:20px;font-weight:700}.NeshanBashgah-inside-item2-bottom,.NeshanBashgah-inside-item3-bottom{margin-top:40px;width:100%}@media only screen and (max-width:1200px){.NeshanBashgah-inside-item1-left-img{width:100%}}@media only screen and (max-width:768px){.NeshanBashgah-inside{padding:0}.NeshanBashgah-inside-item2-bottom,.NeshanBashgah-inside-item3-bottom{display:block;padding:0 24px 100px}}.ModalNeshan-help{background:#fff;border-radius:10px;height:100%;margin-left:10px;max-width:317px}.ModalNeshan-inside-help{padding:15px 10px;width:100%}.ModalNeshan-inside-help-top{display:flex;justify-content:center;width:100%}.ModalNeshan-inside-help-top-text{color:#020d1b;font-size:14px;font-weight:700;margin:8px 10px 0}.ModalNeshan-inside-help-bottom{color:#020d1b;font-size:16px;font-weight:400;margin-top:20px;width:100%}.ModalNeshan-inside-help-bottom-item,.ModalNeshan-inside-help-bottom-text{display:flex;justify-content:center;text-align:center}.ModalNeshan-inside-help-bottom-text{background-color:#fff;border-radius:21.3032px;box-shadow:1.52166px 1.52166px 3.04332px rgba(0,0,0,.09),inset -1.52166px -1.52166px 6.08663px #fff,inset 1.52166px 1.52166px 7.60829px rgba(0,0,0,.05);color:#020d1b;font-size:16px;font-weight:400;padding:10px}.ModalNeshan-inside-help-bottom-text-div{display:flex;justify-content:center;margin-top:21px;width:100%}@media only screen and (max-width:1200px){.ModalNeshan-inside-help-top-text{white-space:nowrap}}@media only screen and (max-width:768px){.ModalNeshan-help{background:#fff;border-radius:10px;margin-bottom:8px;margin-left:10px;max-width:none;width:100%}.ModalNeshan-inside-help{padding:5px 10px}.ModalNeshan-inside-help-top{justify-content:right}.ModalNeshan-inside-help-top-div-text{display:flex;justify-content:center;width:90%}}.MedalBashgah{position:relative}.MedalBashgah_back-arrow{border-radius:50%;cursor:pointer;height:20px;position:absolute;right:64px;top:64px;width:20px}.MedalBashgah-inside{padding:19px 80px 108px 74px}.MedalBashgah-res{background:#020d1b;border-radius:0 0 20px 20px;box-shadow:0 6px 27px hsla(0,0%,100%,.18),inset 0 -2px 15px #000;width:100%}.MedalBashgah-res-inside-left,.MedalBashgah-res-inside-right{background:#020d1b;border-radius:20px;box-shadow:inset 4px 6px 8px rgba(0,0,0,.3);color:#fff;flex:1 1;font-size:14px;font-weight:700;padding:11px 30px;white-space:nowrap}.MedalBashgah-res-inside{display:flex;justify-content:center;padding-top:40px;width:100%}.MedalBashgah-res-inside-right-text{text-align:center}.MedalBashgah-res-inside-left{padding:12px;text-align:center}.MedalBashgah-res-inside-left.active,.MedalBashgah-res-inside-right.active{background:#af41c6;flex:1 1;padding:12px}.MedalBashgah-inside-item1{display:flex;justify-content:center;width:100%}.MedalBashgah-inside-item1-reght{display:flex;justify-content:center;width:30%}.MedalBashgah-inside-item1-reght-text{display:block;margin-top:107px}.MedalBashgah-inside-item1-reght-name{color:#fff;font-size:24px;font-weight:700;text-align:center}.MedalBashgah-inside-item1-reght-number{color:#007dec;font-size:20px;font-weight:400}.MedalBashgah-inside-item3{margin-top:64px}.MedalBashgah-inside-item2-top-border,.MedalBashgah-inside-item3-top-border{border-bottom:1px solid #ebeaea;padding-bottom:24px}.MedalBashgah-inside-item2-top-border-title,.MedalBashgah-inside-item3-top-border-title{color:#fff;font-size:20px;font-weight:700}.MedalBashgah-inside-item2-bottom,.MedalBashgah-inside-item3-bottom{display:flex;margin-top:40px;width:100%}.MedalBashgah-inside-item2-bottom-no-coin{align-items:center;display:flex;flex-direction:column;gap:15px;justify-content:center;margin-top:150px}@media only screen and (max-width:1200px){.MedalBashgah-inside-item1-left-img{width:100%}}@media only screen and (max-width:768px){.MedalBashgah-inside{padding:0}.MedalBashgah-inside-item2-bottom,.MedalBashgah-inside-item3-bottom{display:block;padding:0 24px}}.ModalMedal-modal{background:#fff;border-radius:10px;height:100%;margin-left:10px;max-width:249px}.ModalMedal-modal-inside{padding:22px 20px;width:100%}.ModalMedal-modal-inside-help-top{display:flex;justify-content:center;width:100%}.ModalMedal-modal-inside-help-top-text{color:#020d1b;font-size:14px;font-weight:700;margin:8px 10px 0}.ModalMedal-modal-inside-help-bottom{color:#020d1b;display:flex;font-size:16px;font-weight:400;justify-content:center;margin-top:20px;width:100%}@media only screen and (max-width:1200px){.ModalMedal-modal-inside-help-CS-top-text{white-space:nowrap}}@media only screen and (max-width:786px){.ModalMedal-modal{background:#fff;border-radius:10px;margin-bottom:8px;margin-left:10px;max-width:none;padding:0;width:100%}.ModalMedal-modal-inside{padding:0}.ModalMedal-modal-inside-help-top{justify-content:right}.ModalMedal-modal-inside-help-top-image-img{width:28px}.ModalMedal-modal-inside-help-top-title{display:flex;justify-content:center;margin-top:18px;width:90%}.ModalMedal-modal-inside-help-top-text{margin:0}.ModalMedal-modal-inside-help-bottom{font-size:14px;margin-top:8px;padding:0 18px 28px;text-align:center}}.Activities_wrapper{padding:64px;position:relative;width:100%}.Action-podcast-inside-right,.Activities_wrapper .Action-poster-inside-right{flex:1.3 1}.Activities_content{margin:auto;max-width:800px;width:100%}.stemp-icon-activities{margin-left:21px}@media screen and (max-width:768px){.Activities_wrapper{padding:24px 24px 100px}.stemp-icon-activities{margin-left:8px;width:70px}}@media screen and (max-width:344px){.stemp-icon-activities{margin-left:8px;width:60px}}.Saved_wrapper{padding:64px;position:relative;width:100%}.Saved_content{margin:auto;max-width:800px;width:100%}@media screen and (max-width:768px){.Saved_wrapper{padding:24px 24px 100px}}.OfferCodes_wrapper{align-content:center;display:flex;justify-content:center;padding:64px;position:relative;width:100%}.offerCodes_content{max-width:800px;width:90%}.OfferCodes_code-container{align-items:flex-start;background:#fff;border-radius:12px;box-shadow:inset -3px -3px 12px rgba(0,0,0,.09);display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;padding:20px;width:100%}.OfferCodes_code-container-top{align-items:center;display:flex;justify-content:space-between;width:100%}.OfferCodes_code-container-top .OfferCodes_code-container-top-left h4{color:#020d1b;font-size:14px;font-weight:700;line-height:165%;margin-bottom:0}.OfferCodes_code-container-top .OfferCodes_code-container-top-right{align-items:center;display:flex;justify-content:center}.OfferCodes_code-container-top .OfferCodes_code-container-top-right img{margin-left:10px;width:50px}.OfferCodes_code-container-top .OfferCodes_code-container-top-right h3{color:#020d1b;font-size:16px;font-weight:700;line-height:28px;margin-bottom:0}.OfferCodes_code-container p{color:#020d1b;font-size:14px;font-weight:400;line-height:165%;margin:15px 0;text-align:justify;width:100%}.OfferCodes_code-container span{font-size:14px;font-weight:700;line-height:165%;width:100%}@media screen and (max-width:768px){.OfferCodes_wrapper{padding:24px 24px 100px}.offerCodes_content{width:100%}.OfferCodes_code-container{border-radius:8px;margin-bottom:15px;padding:16px}.OfferCodes_code-container-top .OfferCodes_code-container-top-left h4{font-size:12px;line-height:145%}.OfferCodes_code-container-top .OfferCodes_code-container-top-right img{width:40px}.OfferCodes_code-container-top .OfferCodes_code-container-top-right h3{font-size:14px;line-height:24px}.OfferCodes_code-container p{color:#020d1b;margin:11px 0}.OfferCodes_code-container p,.OfferCodes_code-container span{font-size:11px;line-height:145%}}.chapVersion_wrapper{align-items:center;display:flex;flex-direction:column;justify-content:center;position:relative;width:100%}.chapVersion_wrapper .first-input{margin-left:15px}.chapVersion_wrapper .filter-Box{width:100%}.chapVersion_wrapper .Login_wrapper-right-side-container-form{margin-bottom:0;margin-top:0;max-width:100%}.chapVersion_wrapper .b-none{border:none!important}.chapVersion_wrapper .border-select{border:1px solid #fff;border-radius:12px;padding-left:10px;padding-right:10px}.chapVersion_wrapper .Login_wrapper-right-side-container-form-input-number{background-color:#010a2b;border-radius:12px!important;font-size:14px;height:53px;padding-right:none!important;width:100%}.chapVersion_wrapper .Login_wrapper-right-side-container-form-item-label{background-color:#010a2b!important}.filter-box-parent{padding:80px 120px 40px;width:100%}.filter-Box{margin-top:50px}.filter-Box,.filter-Box .title-box{align-items:center;display:flex}.filter-Box .title-box img{height:79px;margin-left:32px;width:76px}.filter-Box .title-box p{font-size:18px;font-weight:400;line-height:22px;margin-left:28px;min-width:199.55px;text-align:left}.filter-Box select{padding-right:12px}.chapVersion_wrapper .available-books-parent{padding:0 120px;width:100%}.chapVersion_wrapper .available-books-parent .available-books-title span{display:flex;font-size:20px;font-weight:700;justify-content:right;line-height:22px}.chapVersion_wrapper .available-books-parent .available-books-title hr{background-color:#fff;margin-bottom:22px}.available-books-content{grid-gap:23px;display:grid;gap:23px;grid-template-columns:auto auto auto;width:100%}.available-books-item{background:#fff;border-radius:6.52047px;padding:15px 26px 10px;width:100%}.available-books-item .text-parent{align-items:center;display:flex;justify-content:space-between;margin-top:5px}.available-books-item .text-title{color:#020d1b;font-size:14px;font-weight:500;line-height:24px;text-align:center;white-space:nowrap}.available-books-item .text-label{color:#020d1b;font-size:12px;font-weight:400;line-height:20px}.available-books-item .text-value{color:#020d1b;font-size:13.0409px;font-weight:500;line-height:22px}.chapVersion_wrapper .available-books-parent{margin-bottom:100px}.chapVersion_wrapper .parent-submit-book{display:flex;justify-content:flex-end;width:100%}.chapVersion_wrapper .disabled-form-btn{background-color:#5a575a!important}.chapVersion_wrapper .Actionmodal-inside-form-btn{background-color:#af41c6;font-size:16px;padding:10px 30px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media screen and (max-width:1374px){.chapVersion_wrapper .available-books-parent,.filter-box-parent{padding:55px}}@media screen and (max-width:992px){.filter-Box .title-box{flex-direction:column}.filter-box-parent{border-radius:0 0 20px 20px;box-shadow:0 6px 27px hsla(0,0%,100%,.18),inset 0 -2px 15px #010a2b;padding:30px}.chapVersion_wrapper .available-books-parent{padding:30px}.filter-Box{flex-direction:column;margin-top:0}.filter-Box .Login_wrapper-right-side-container-form{margin-top:25px}.filter-Box .title-box img{margin-bottom:21px}.available-books-content{grid-template-columns:auto auto}}@media only screen and (max-width:768px){.chapVersion_wrapper .Actionmodal-inside-form-btn{margin-top:18px;width:100%}.filter-Box select{padding-right:12px}.chapVersion_wrapper .available-books-parent,.filter-box-parent{padding:30px}.filter-Box .Login_wrapper-right-side-container-form{margin-top:18px}.filter-Box .title-box img{margin-left:0}.filter-Box .title-box p{font-size:16px;margin-bottom:12px;margin-left:0;text-align:center}.available-books-content{grid-template-columns:auto}.chapVersion_wrapper .available-books-parent .available-books-title span{justify-content:center;margin-bottom:17px}}.first-section-ambassadors{position:relative}.header-bg-stars{position:absolute;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%);width:90%}.first-section-ambassadors-body{position:relative;z-index:10}.header-star-mobile{height:600px;position:absolute;right:50%;-webkit-transform:translateX(41%);transform:translateX(41%);width:80%}.parent-header-logo-box{display:flex;justify-content:center;width:100%}.header-logo-box{align-items:flex-end;display:flex;justify-content:space-between;max-width:950px;padding-top:110px;position:relative}.header-logo-box .bottle-banner{margin-right:-60px;width:50%}.header-logo-box .safiran-text-img{margin-left:-30px;margin-right:16px;width:150px}.header-logo-box .desc-safiran-head{font-size:28px;font-weight:500;line-height:56px;margin-top:4px}.parent-left-side-logos{align-items:flex-end;display:flex}.header-banner{max-width:600px;min-width:350px;width:30%}.logo-decription{margin-right:18px;margin-top:0;max-width:600px;min-width:350px;position:absolute;width:32%}.section-end-part{flex-direction:column;padding-top:55px}.desription-box,.section-end-part{align-items:center;display:flex;justify-content:center}.desription-box{width:100%}.desription-box p{background:linear-gradient(180deg,rgba(97,0,255,.3),#082366 90%);border-radius:28px;color:#fff;font-size:16px;font-weight:400!important;line-height:182.32%;max-width:900px;padding:16px 38px;position:relative;text-align:right;text-align:justify;width:80%}.parent-start-btn{display:flex;justify-content:flex-end;max-width:900px;padding-top:25px;width:80%}.parent-start-btn .Button_wrapper{margin-left:0;max-width:324px}.parent-start-btn .Button_wrapper span{padding:12px 140px}.first-banners{align-items:center;display:flex;justify-content:center}.first-banners .advertise-arrow-box img{width:110px}.first-banners .card-advertise{align-items:center;display:flex;flex-direction:column}.first-banners .card-advertise p{color:#fff;font-size:20px;font-weight:700;margin-top:5px}.mid-title{align-items:center;display:flex;justify-content:center;margin-bottom:50px;margin-top:50px;width:100%}.mid-title p{color:#fff;font-size:20px;font-weight:700;line-height:166.32%}.mid-title img{margin-right:29px;margin-top:-60px}.last-banners{display:flex;justify-content:center;padding:0 20px;width:100%}.secound-section-ambassadors{padding:90px 10px 50px;position:relative;z-index:10}.secound-section-ambassadors .last-banners .arrow-svg{margin-left:15px;margin-right:15px;margin-top:40px}.secound-section-ambassadors .Landing_main-third-section-award-wrapper{align-items:center;color:#fff;display:flex;flex-direction:column}.secound-section-ambassadors .Landing_main-third-section-award-wrapper:last-child{margin-right:-10px}.secound-section-ambassadors .Landing_main-third-section-award-wrapper img{max-width:85px}.secound-section-ambassadors .Landing_main-third-section-award-wrapper .amount{color:#fae261;font-size:16px;font-weight:700}.secound-section-ambassadors .Landing_main-third-section-award-wrapper p:nth-child(3){margin-bottom:7px;margin-top:5px}.secound-section-ambassadors .Landing_main-third-section-award-wrapper .amount .number-font{font-size:26px;margin-left:3px}.three-section-ambassadors{background-color:#fff}.get-know-ambassadors{border-radius:15px;cursor:pointer;height:342px;margin-top:-27px;max-width:624px;opacity:.6;opacity:1;-webkit-transform:scale(.8);transform:scale(.8);width:100%}.wrapper-ambassadors .get-know-ambassadors{height:320px}.parent-know-box{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.know-ambassadors-title{color:#020d1b;font-size:26px;font-weight:700;line-height:166.32%;margin-top:35px}.title-lable-parent{background-image:linear-gradient(270deg,#ff9d00,#ffc200,#f3eaa9,#fff);border-radius:10.5354px;margin-left:15px;padding:7px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.title-lable-parent:last-child{margin-left:0}.title-lable-box{align-items:center;background-color:#051e55;border-radius:10.5354px;box-shadow:inset 8px -19px 19px rgba(0,0,0,.65);display:flex;font-size:18px;font-weight:700;justify-content:center;line-height:20px;padding:20px;white-space:nowrap;width:150px}.four-section-ambassadors{background:linear-gradient(0deg,#031233,#6c15a2);padding-bottom:50px;padding-top:35px}.top-ambassadors-title{color:#fff;font-weight:500;line-height:166.32%;margin-bottom:25px;text-align:center}.top-ambassadors-buttons,.winner-top-parent{align-items:center;display:flex;justify-content:center}.winner-top-parent{flex-direction:column}.winner-top-ambassadors{align-items:center;border-bottom:1px solid #b4a8b0;display:flex;justify-content:space-between;max-width:552px;padding:20px 55px 20px 25px;width:100%}.winner-top-ambassadors:last-child{border-bottom:0}.winner-top-ambassadors span{font-size:18px;font-weight:700;line-height:304.32%}.winner-top-ambassadors span:first-child{margin-right:35px}.winner-top-ambassadors .winner-top-ambassadors-inivite{margin-right:40px}.copyLink-account-ambassador,.copyLink-ambassador{margin-bottom:15px;margin-top:0;max-width:500px;width:100%}.Menu_wrapper_Safiran{background-color:#010a2b87}.safiran-logo-menu{margin-bottom:50px;width:120px}.InviteFriends-inside-item2-left-bottom-parent{align-items:center;display:flex;justify-content:center;max-width:950px;padding-left:25px;padding-right:25px;padding-top:50px;width:100%}.InviteFriends-inside-item2-left-bottom-parent .InviteFriends-inside-item2-left-bottom:first-child{margin-left:15px}.left-side-banner-text{width:50%}.input-in-ambassadors .InviteFriends-inside-item2-left-bottom{position:relative}.input-in-ambassadors .InviteFriends-inside-item2-left-bottom .InviteFriends-inside-item2-left-bottom-input{padding:26px 45px!important}.input-in-ambassadors .InviteFriends-inside-item2-left-bottom .link-ambasadors-input{font-size:12.5px;position:absolute!important;right:50px!important;top:23px;width:150px}.wrapper-account-ambassadors .title-select-invite{font-size:18px;font-weight:500;line-height:25px;margin-top:55px}.input-in-ambassadors .InviteFriends-inside-item2-left-bottom-input:valid~.InviteFriends-inside-item2-left-bottom-icon{top:31.5%}.InviteFriends-inside-item2-left-bottom-parent .parent-input-box-invite{text-align:center;width:50%}.InviteFriends-inside-item2-left-bottom-parent .parent-input-box-invite:first-child{margin-left:20px}.wrapper-account-ambassadors .parent-guide-box{align-items:center;display:flex}.wrapper-account-ambassadors .parent-guide-box .text-warning-ambassadors{color:#000;font-size:16px;font-weight:300;line-height:27px}.wrapper-account-ambassadors .parent-guide-box .arrow-icon-ambassadors{position:absolute;right:-18px}.wrapper-account-ambassadors .parent-guide-box .warning-icon-ambassadors{margin-left:10px}.shaba-label{color:#000;left:20px;position:absolute;top:18.5px}.wrapper-account-ambassadors .invitation-letter-box{display:flex;justify-content:center;width:100%}.blur-color{background:rgba(234,21,173,.6);-webkit-filter:blur(21.5px);filter:blur(21.5px);height:20px;margin-top:5px;position:absolute;width:284px}.wrapper-account-ambassadors .invitation-letter-card{align-items:center;background:linear-gradient(0deg,#031233,#191770,#6c15a2);border-radius:12px;display:flex;flex-direction:column;height:460px;margin-top:100px;max-width:600px;position:relative;width:100%}.wrapper-account-ambassadors .invitation-letter-card .main-cadr{background:#062366;border-radius:12px;box-shadow:0 -5px 7px hsla(0,0%,100%,.3),inset 0 6px 0 rgba(0,0,0,.3),inset 0 -6px 0 hsla(0,0%,100%,.2);height:74%;margin-top:60px;padding-left:27px;padding-right:27px;padding-top:20px;width:92%}.wrapper-account-ambassadors .invitation-letter-card .main-cadr .row-label{align-items:center;border-bottom:1px solid hsla(0,0%,85%,.5);display:flex;justify-content:space-between;padding-bottom:18px;padding-top:18px}.wrapper-account-ambassadors .invitation-letter-card .main-cadr .row-label:last-child{border-bottom:0}.wrapper-account-ambassadors .invitation-letter-card .main-cadr .row-label .title-label{color:#fff;font-size:16px;font-weight:700;line-height:168.4%}.wrapper-account-ambassadors .invitation-letter-card .main-cadr .row-label .rate-lable{background-color:#fff;border-radius:7px;color:#000;font-weight:800;text-align:center;width:67px}.wrapper-account-ambassadors .invitation-letter-card .foot-double-parent{bottom:20px}.wrapper-account-ambassadors .invitation-letter-card .foot-double-parent,.wrapper-account-ambassadors .invitation-letter-card .title-double-parent{background-color:#e68f00;border-radius:10.5354px;padding-bottom:5px;position:absolute;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;z-index:10}.wrapper-account-ambassadors .invitation-letter-card .title-double-parent{margin-top:-32px}.wrapper-account-ambassadors .title-lable-box{font-size:16px;padding:15px}.wrapper-account-ambassadors .invitation-letter-card .title-lable-parent .title-lable-box{width:173px}.card-img-box h5{color:#4a4848;font-size:16px;margin-top:10px;text-align:center}@media screen and (max-width:1629px){.section-end-part{padding-top:5.5%}}@media screen and (max-width:1491px){.wrapper-account-ambassadors .parent-guide-box .text-warning-ambassadors{font-size:15px}}@media screen and (max-width:1425px){.wrapper-account-ambassadors .parent-guide-box .text-warning-ambassadors{font-size:14.5px}}@media screen and (max-width:1392px){.wrapper-account-ambassadors .parent-guide-box .text-warning-ambassadors{font-size:14px}}@media screen and (max-width:1297px){.desription-box p{font-size:16px}.section-end-part{padding-top:8.5%}.safiran-logo-menu{width:100px}}@media screen and (max-width:1146px){.header-logo-box .bottle-banner{margin-right:0}.header-logo-box .safiran-text-img{width:115px}.header-logo-box .logo-img-safiran{width:250px}.header-logo-box .desc-safiran-head{font-size:24px}.InviteFriends-inside-item2-left-bottom-parent .titile-invite-input-ambassadors{font-size:14px;white-space:nowrap}}@media screen and (max-width:962px){.section-end-part{padding-top:9.5%}.safiran-logo-menu{width:80px}.header-logo-box .safiran-text-img{width:100px}.header-logo-box .logo-img-safiran{width:230px}.header-logo-box .desc-safiran-head{font-size:22px}.InviteFriends-inside-item2-left-bottom-parent .titile-invite-input-ambassadors{font-size:12px}.wrapper-account-ambassadors .InviteFriends-inside-item2-left-bottom-parent .titile-invite-input-ambassadors{font-size:14px}}@media screen and (max-width:768px){.input-in-ambassadors .InviteFriends-inside-item2-left-bottom .link-ambasadors-input{font-size:9px;text-align:right}.wrapper-ambassadors .InviteFriends-inside-item2-left-bottom-parent{flex-direction:column;padding-left:0;padding-right:0}.wrapper-account-ambassadors .InviteFriends-inside-item2-left-bottom-parent .parent-input-box-invite,.wrapper-ambassadors .InviteFriends-inside-item2-left-bottom-parent .parent-input-box-invite{align-items:center;display:flex;flex-direction:column;width:100%}.wrapper-ambassadors .InviteFriends-inside-item2-left-bottom-parent .InviteFriends-inside-item2-left-bottom:first-child,.wrapper-ambassadors .InviteFriends-inside-item2-left-bottom-parent .parent-input-box-invite:first-child{margin-left:0}.wrapper-ambassadors .InviteFriends-inside-item2-left-bottom-parent .parent-input-box-invite .input-in-ambassadors{display:flex;justify-content:center;width:100%}.header-logo-box .logo-img-safiran{width:180px}.header-logo-box .safiran-text-img{width:90px}.header-logo-box .desc-safiran-head{font-size:18px}.Menu_wrapper_Safiran{background-color:#010a2b}.safiran-logo-menu{display:none}.wrapper-ambassadors{padding-bottom:85px}.header-logo-box{align-items:center;flex-direction:column;padding-top:45px}.header-banner{min-width:63%!important;width:63%}.logo-decription{margin-right:10px;margin-top:0;min-width:68%!important;width:68%}.section-end-part{padding-top:7.5%}.desription-box{padding:47px 0 0}.desription-box p{border-radius:10px;border-radius:30px;font-size:14px;line-height:182.32%;padding:17px 23px}.parent-start-btn .Button_wrapper{margin-left:auto;max-width:200px}.parent-start-btn .Button_wrapper span{padding:12px 0}.secound-section-ambassadors .Landing_main-third-section-award-wrapper img{width:70%}.secound-section-ambassadors .last-banners .arrow-svg{margin-left:3px;margin-right:0;margin-top:110px;width:30px}.secound-section-ambassadors .Landing_main-third-section-award-wrapper .amount{font-size:12px;text-align:center;white-space:nowrap}.secound-section-ambassadors .Landing_main-third-section-award-wrapper p{font-size:12px;margin-top:5px;text-align:center;width:90px}.secound-section-ambassadors .Landing_main-third-section-award-wrapper .amount .number-font{font-size:17px}.mid-title{margin-bottom:45px;margin-top:45px}.mid-title p{font-size:14px}.mid-title img{margin-right:12px;margin-top:-45px;width:30px}.first-banners .card-advertise p{font-size:14px;text-align:center}.first-banners .card-advertise img{width:110px}.first-banners .advertise-arrow-box img{width:70px}.know-ambassadors-title{font-size:20px;margin-bottom:27px;margin-top:23px}.get-know-ambassadors{height:165px;max-width:90%}.wrapper-ambassadors .get-know-ambassadors{height:200px}.title-lable-parent{margin-left:10px;padding:5px;width:100%}.top-ambassadors-buttons{padding-left:20px;padding-right:20px}.title-lable-box{font-size:15px;font-weight:500;min-width:80px;padding:10px;width:100%}.top-ambassadors-title{font-size:20px}.winner-top-ambassadors{padding:15px 0 15px 35px}.winner-top-ambassadors span:first-child{margin-right:16%}.first-section-ambassadors-body,.secound-section-ambassadors{z-index:0!important}.copyLink-account-ambassador{width:85%}.copyLink-account-ambassador .InviteFriends-inside-item2-left-bottom-label{background-color:#020d1b!important}.copyLink-ambassador{width:80%}.InviteFriends-inside-item2-left-bottom-input,.copyLink-account-ambassador .InviteFriends-inside-item2-right-bottom-input{background-color:#020d1b!important}.InviteFriends-inside-item2-left-bottom-input-safiran{background-color:#010a2b!important}.card-img-box p{color:#fff;font-size:18px}.card-img-box h5{color:#e2dfdf;font-size:12px;margin:10px;text-align:center}.Menu_wrapper_SafiranAccount{background-color:#020d1b!important}.header-logo-box .bottle-banner{width:80%}.left-side-banner-text{align-items:center;display:flex;flex-direction:column;margin-top:27px;width:100%}.desription-box{padding:0}.secound-section-ambassadors .Landing_main-third-section-award-wrapper:last-child{margin-right:0}.wrapper-account-ambassadors .parent-guide-box{align-items:center;flex-direction:column;justify-content:center}.wrapper-account-ambassadors .parent-guide-box .warning-icon-ambassadors{margin-bottom:10px;margin-left:0}.wrapper-account-ambassadors .parent-guide-box .text-warning-ambassadors{color:#fff;font-size:16px;font-weight:300;line-height:27px;text-align:center}.shaba-label{color:#fff}.input-in-ambassadors .InviteFriends-inside-item2-left-bottom .InviteFriends-inside-item2-left-bottom-input{padding:23px 45px!important}.wrapper-account-ambassadors .InviteFriends-inside-item2-left-bottom-parent{flex-direction:column;max-width:1000px}.wrapper-account-ambassadors .InviteFriends-inside-item2-left-bottom-parent .input-in-ambassadors{display:flex;justify-content:center;width:100%}.wrapper-account-ambassadors .InviteFriends-inside-item2-left-bottom-parent :first-child{margin-left:0}.wrapper-account-ambassadors .input-in-ambassadors .InviteFriends-inside-item2-left-bottom{width:100%}.wrapper-account-ambassadors .InviteFriends-inside-item2-left-bottom-input-safiran,.wrapper-account-ambassadors .InviteFriends-inside-item2-left-bottom-label{background-color:#020d1b!important}.wrapper-account-ambassadors .title-select-invite{font-size:15px}.wrapper-account-ambassadors .invitation-letter-box{background-color:#020d1b;padding-bottom:150px}.wrapper-account-ambassadors .invitation-letter-card{width:88.2%}.wrapper-account-ambassadors .invitation-letter-card .main-cadr .row-label .title-label{font-size:14px}}.login-ambassadors-img img{max-width:85%;width:100%}.wrapper_hisstoriPlus{padding:0 20px}.wrapper_hisstoriPlus .header-bg-stars{right:55%;width:80%}.hisstori-plus-section-top{display:flex;justify-content:center;padding-top:80px;position:relative;width:100%;z-index:20}.hisstori-plus-section-top .header-banners{align-items:center;display:flex;justify-content:center;max-width:1400px;width:100%}.hisstori-plus-section-top .parent-book-banner{display:flex;justify-content:center;width:50%}.hisstori-plus-section-top .book-banner{width:64%}.hisstori-plus-section-top .left-description-box{margin-right:-35px;width:50%}.hisstori-plus-section-top .left-description-box img{max-width:349px;width:36%}.hisstori-plus-section-top .left-description-box p{color:#fff;font-size:30px;font-weight:500;line-height:56px;margin-top:10px;max-width:610px}.hisstori-plus-card-section{display:flex;justify-content:center;padding-bottom:82px;padding-top:82px;position:relative;width:100%;z-index:10}.competition-card:first-child{margin-left:20px}.competition-card{background:#1a1e7e;border-radius:20px;max-width:490px;padding:30px;width:100%}.competition-card .banner-card-parent{display:flex;justify-content:center}.competition-card .banner-card-img{max-width:300px}.competition-card .banner-card-img-2{max-width:286px}.competition-card .competition-card-title{color:#f9b850;font-size:32px;font-weight:700;margin-top:25px;text-align:center}.competition-card p{color:#fff;font-size:22px;font-weight:400;line-height:40px;margin-top:18px}.competition-card .copetition-card-btn-box{margin-top:30px}.competition-card .copetition-card-btn{align-items:center;background:#0d329c;border-radius:10px;display:flex;height:57px;max-width:232px;padding:0 8px;width:100%}.competition-card .copetition-card-btn img{margin-left:8px;width:45px}.competition-card .copetition-card-btn span{color:#fff;font-size:16px;font-weight:700;line-height:168.4%;white-space:nowrap}.competition-card .parent-bottom-box-btns{margin-top:10px}.competition-card .copetition-card-btn-two-parts{background:#99a1e5;border-radius:10px;height:57px;margin-left:10px;max-width:232px;width:100%}.competition-card .copetition-card-btn-two-parts .left-side-btn{align-items:center;background:#0d329c;border-radius:10px;color:#fff;display:flex;font-size:16px;font-weight:700;height:100%;justify-content:center;line-height:168.4%;margin-right:23px;white-space:nowrap}.competition-card .copetition-card-btn-unlock{background:#af41c6;height:57px;max-width:232px}.competition-card .copetition-card-btn-lock,.competition-card .copetition-card-btn-unlock{align-items:center;border-radius:10px;cursor:pointer;display:flex;justify-content:space-between;width:100%}.competition-card .copetition-card-btn-lock{background:#99a1e5;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;min-height:57px;padding:0 13px}.competition-card .copetition-card-btn-lock span,.competition-card .copetition-card-btn-unlock span{color:#fff;font-size:16px;font-weight:700;line-height:168.4%;margin-right:14px;white-space:nowrap}.competition-card .copetition-card-btn-lock img,.competition-card .copetition-card-btn-unlock img{margin-left:14px;width:32px}.competition-card .copetition-card-btn:first-child{margin-left:10px}@media screen and (max-width:1297px){.hisstori-plus-section-top .left-description-box p{font-size:27px}}@media screen and (max-width:1256px){.competition-card{width:47%}}@media screen and (max-width:1225px){.hisstori-plus-section-top .left-description-box p{font-size:24px}}@media screen and (max-width:1172px){.hisstori-plus-card-section{align-items:center;flex-direction:column}.competition-card{max-width:490px;width:100%}.competition-card:last-child{margin-top:20px}.competition-card:first-child{margin-left:0}}@media screen and (max-width:962px){.hisstori-plus-section-top .left-description-box p{font-size:20px}}@media screen and (max-width:768px){.hisstori-plus-section-top{padding-top:50px}.hisstori-plus-section-top .header-banners{flex-direction:column}.hisstori-plus-section-top .parent-book-banner{width:87%}.hisstori-plus-section-top .left-description-box{margin-right:0;width:100%}.hisstori-plus-section-top .left-description-box .parent-svg-plus{display:flex;justify-content:center}.hisstori-plus-section-top .left-description-box img{margin-top:25px;width:54%}.hisstori-plus-section-top .left-description-box p{padding:0 10px}.competition-card .copetition-card-btn-box{flex-direction:column}.competition-card .copetition-card-btn{margin-bottom:18px}.competition-card .copetition-card-btn:first-child{margin-left:0}.competition-card .parent-bottom-box-btns{align-items:center;flex-direction:column;margin-top:0}.competition-card .copetition-card-btn-two-parts{margin-bottom:18px;margin-left:0}.hisstori-plus-card-section{padding-bottom:100px}.competition-card .banner-card-img{max-width:230px}.competition-card .banner-card-img-2{max-width:216px}.competition-card .competition-card-title{font-size:26px;margin-top:30px;white-space:nowrap}.competition-card p{font-size:16px;line-height:36px;margin-top:10px;text-align:center}.competition-card .copetition-card-btn span,.competition-card .copetition-card-btn-two-parts .left-side-btn,.competition-card .copetition-card-btn-unlock span{font-size:14px}.competition-card .copetition-card-btn-lock{align-items:center;flex-direction:column;max-width:232px;padding-bottom:10px;padding-top:10px}.competition-card .copetition-card-btn-lock span{font-size:14px;line-height:19px;margin-bottom:12px;text-align:center;white-space:pre-wrap}.competition-card .copetition-card-btn img{width:40px}.competition-card .copetition-card-btn-unlock img{width:31px}.competition-card .copetition-card-btn-lock img{margin-left:0;width:31px}}.wrapper_hisstoriKnowledge .header-bg-stars{-webkit-transform:translateX(52%);transform:translateX(52%);width:95%!important}.hisstori-knowledge-section-top{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-top:80px;position:relative;width:100%;z-index:10;z-index:20}.hisstori-knowledge-section-top img{max-width:315px}.hisstori-knowledge-section-top h1{color:#f1ae55;font-size:37px;font-weight:700;line-height:68px;margin-top:12px}.hisstori-knowledge-section-top .desc-hissotiPlus-headSection{font-size:27px;font-weight:400;line-height:40px;margin-top:10px;max-width:670px;text-align:center}.wrapper_hisstoriKnowledge .book-card-knowledge-parent{grid-column-gap:13px;grid-row-gap:18px;-webkit-column-gap:13px;column-gap:13px;display:grid;grid-template-columns:404px 404px;justify-content:center;padding-bottom:51px;padding-top:51px;row-gap:18px}.wrapper_hisstoriKnowledge .book-knowledge-card{align-items:center;background-color:#061a55;border-radius:20px;display:flex;flex-direction:column;max-width:404px;padding:31px 23px 21px;width:100%}.wrapper_hisstoriKnowledge .book-knowledge-card:nth-child(2n){background-color:#1a1e7e}.wrapper_hisstoriKnowledge .book-knowledge-card-banner{border-radius:20px;height:372px;width:263px}.wrapper_hisstoriKnowledge .book-knowledge-card-title{color:#fae261;font-size:24px;font-weight:700;line-height:41px;margin-top:15px}.wrapper_hisstoriKnowledge .book-knowledge-card-desc{color:#fff;font-size:22px;font-weight:500;line-height:30px}.wrapper_hisstoriKnowledge .book-knowledge-card-diamond-box{align-items:center;background:#0d329c;border-radius:10px;display:flex;height:57px;justify-content:space-between;margin-top:17px;padding-left:6px;padding-right:20px;width:100%}.wrapper_hisstoriKnowledge .book-knowledge-card-diamond-box span{font-size:18px;font-weight:700;white-space:nowrap}.wrapper_hisstoriKnowledge .book-knowledge-card-exam-box{align-items:center;border-radius:10px;display:flex;height:57px;justify-content:space-between;margin-top:17px;padding-left:6px;padding-right:20px;width:100%}.wrapper_hisstoriKnowledge .book-knowledge-card-exam-box span{color:#fff;font-size:16px;font-weight:700;white-space:nowrap}.wrapper_hisstoriKnowledge .book-knowledge-card-exam-box img{margin-left:7px;width:34px}.wrapper_hisstoriKnowledge .book-knowledge-card-diamond-box-parent{display:flex!important;width:100%}.wrapper_hisstoriKnowledge .book-knowledge-card-diamond-box-parent .book-knowledge-card-diamond-box{flex-direction:row-reverse;justify-content:flex-end;padding-left:0;padding-right:10px}.wrapper_hisstoriKnowledge .book-knowledge-card-diamond-box img{margin-left:6px}.wrapper_hisstoriKnowledge .book-knowledge-card-diamond-box span{color:#fff;font-weight:500}.wrapper_hisstoriKnowledge .book-knowledge-card-diamond-box:first-child{margin-left:10px}@media screen and (max-width:1012px){.wrapper_hisstoriKnowledge .book-card-knowledge-parent{grid-template-columns:auto auto}}@media screen and (max-width:952px){.wrapper_hisstoriKnowledge .book-card-knowledge-parent{grid-template-columns:auto}}@media screen and (max-width:768px){.hisstori-knowledge-section-top{padding-left:39px;padding-right:39px;padding-top:46px}.hisstori-knowledge-section-top img{max-width:230px}.hisstori-knowledge-section-top h1{font-size:24px;font-weight:700;margin-top:3px}.hisstori-knowledge-section-top .desc-hissotiPlus-headSection{font-size:18px;margin-top:-15px;text-align:right}.wrapper_hisstoriKnowledge .book-card-knowledge-parent{align-items:center;display:flex;flex-direction:column;padding-left:39px;padding-right:39px}.wrapper_hisstoriKnowledge .book-knowledge-card-banner{height:248px;width:170px}.wrapper_hisstoriKnowledge .book-knowledge-card-desc,.wrapper_hisstoriKnowledge .book-knowledge-card-title{font-size:15px}.wrapper_hisstoriKnowledge .book-knowledge-card-diamond-box{padding-right:10px}.wrapper_hisstoriKnowledge .book-knowledge-card-diamond-box span{font-size:13px}.wrapper_hisstoriKnowledge .book-knowledge-card-diamond-box img{min-width:40px;width:40px}.wrapper_hisstoriKnowledge .book-knowledge-card-exam-box{padding-right:10px}.wrapper_hisstoriKnowledge .book-knowledge-card-exam-box span{font-size:13px}.wrapper_hisstoriKnowledge .book-knowledge-card-exam-box img{min-width:30px;width:30px}}.aparat-introduction-box{align-items:center;background:#99a1e5;border-radius:10px;cursor:pointer;display:flex;margin-top:30px;padding:17px 25px}.aparat-introduction-box p{color:#061a55;font-size:18px;font-weight:700;line-height:25px}.aparat-introduction-box p:first-child{margin-bottom:5px}.aparat-introduction-box img{margin-left:14px;width:32px}.wrapper_hisstoriTvPlus .tv-introduction-parent{align-items:center;display:flex;flex-direction:column;padding:60px 39px 50px;position:relative;z-index:20}.wrapper_hisstoriTvPlus .header-bg-stars{-webkit-transform:translateX(52%);transform:translateX(52%);width:95%!important}.wrapper_hisstoriTvPlus .tv-introduction-card{border-radius:20px;display:flex;justify-content:space-between;margin-bottom:18px;max-width:958px;padding:21px 58px;width:100%}.wrapper_hisstoriTvPlus .tv-introduction-card:nth-child(odd){background-color:#061a55}.wrapper_hisstoriTvPlus .tv-introduction-card:nth-child(2n){background-color:#1a1e7e}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-side-right{display:flex}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-side-left{display:flex;flex-direction:column;justify-content:space-between}.wrapper_hisstoriTvPlus .tv-introduction-card .book-image{border-radius:10px;height:127px;margin-left:42px;width:90px}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-title{color:#fae261;font-size:24px;font-weight:700;line-height:41px}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-description{color:#fff;font-size:22px;line-height:41px}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-score-btn{align-items:center;background:#0d329c;border-radius:10px;display:flex;height:57px;justify-content:space-between;padding:0 11px;width:189px}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-score-btn span{color:#fff;font-size:16px;font-weight:700}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-score-btn img{width:42px}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-lock-btn{align-items:center;background:#0d32;border-radius:10px;display:flex;height:57px;justify-content:space-between;padding:0 11px;width:189px}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-lock-btn span{color:#fff;font-size:16px;font-weight:700}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-lock-btn img{margin-left:3px;width:32px}@media screen and (max-width:768px){.aparat-introduction-box{flex-direction:column}.aparat-introduction-box img{width:37px}.aparat-introduction-box p{font-size:16px;margin-top:10px}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-side-right{align-items:center;flex-direction:column}.wrapper_hisstoriTvPlus .tv-introduction-card .book-image{margin-bottom:13px;margin-left:0}.wrapper_hisstoriTvPlus .tv-introduction-card{align-items:center;flex-direction:column;padding:21px 8px}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-side-left{flex-direction:row-reverse;margin-top:25px}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-score-btn{margin-right:7px}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-title{font-size:15px;line-height:26px;text-align:center}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-description{font-size:13px;line-height:26px;text-align:center}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-side-left{width:100%}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-lock-btn{height:42px;width:50%}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-score-btn{height:42px;width:50%}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-lock-btn span,.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-score-btn span{font-size:12px;white-space:nowrap}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-lock-btn img{width:23px}.wrapper_hisstoriTvPlus .tv-introduction-card .tv-introduction-card-score-btn img{width:28px}.wrapper_hisstoriTvPlus .tv-introduction-parent{padding-bottom:100px}}.tv-plus-result-modal{align-items:center;background-color:#061a55;border-radius:20px;display:flex;flex-direction:column;height:495px;justify-content:center;width:560px}.tv-plus-result-modal-title{font-size:30px;font-weight:700;line-height:51px}.tv-plus-result-modal .tv-introduction-card-side-left{align-items:center;display:flex;flex-direction:column}.tv-plus-result-modal .tv-introduction-card-score-btn{align-items:center;background-color:#0d329c;border-radius:10px;display:flex;justify-content:center;margin-bottom:20px;margin-top:12px;padding:11px 25px}.tv-plus-result-modal .tv-introduction-card-score-btn span{font-size:20px;margin-left:13px;white-space:nowrap}.tv-plus-result-modal .tv-introduction-card-score-btn img{width:43px}.tv-plus-result-modal .tv-introduction-card-lock-btn{align-items:center;border-radius:10px;display:flex;justify-content:center;margin-bottom:20px;margin-top:12px;padding:11px 25px}.tv-plus-result-modal .tv-introduction-card-lock-btn span{font-size:20px;margin-left:13px}.tv-plus-result-modal .tv-introduction-card-lock-btn img{width:32px}.tv-plus-result-modal .tv-introduction-card-back-btn{align-items:center;background-color:#99a1e5;border-radius:10px;border-radius:20px;display:flex;height:54px;justify-content:center;margin-bottom:20px;margin-top:12px;padding:6px 25px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}@media only screen and (max-width:786px){.FalseTrue-tv-Plus{display:flex;justify-content:center}.tv-plus-result-modal{height:291px;width:85%}.tv-plus-result-modal-title{font-size:21px}.tv-plus-result-modal .tv-introduction-card-score-btn{height:44px;margin-bottom:14px;margin-top:0;padding:0 10px}.tv-plus-result-modal .tv-introduction-card-score-btn span{font-size:14px}.tv-plus-result-modal .tv-introduction-card-score-btn img{width:33px}.tv-plus-result-modal .tv-introduction-card-lock-btn{height:44px;margin-bottom:14px;margin-top:0;padding:0 10px}.tv-plus-result-modal .tv-introduction-card-lock-btn span{font-size:14px}.tv-plus-result-modal .tv-introduction-card-lock-btn img{width:24px}.tv-plus-result-modal .tv-introduction-card-back-btn{font-size:14px;height:44px;margin-top:12px}}.Login_page-wrapper{align-items:center;background-color:#020d1b;display:flex;flex-direction:row-reverse;flex-wrap:wrap;height:100vh;justify-content:center;padding:48px;width:100%}.Login_wrapper-left-side,.Login_wrapper-right-side{width:50%}.login-back-icon{align-items:center;cursor:pointer;display:flex;gap:12px;margin-bottom:40px}.Login_wrapper-left-side-code,.Login_wrapper-right-side{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding:0 48px}.login_wrapper-top{display:none}.Login_wrapper-left-side{align-items:center;display:flex;height:100%;justify-content:center}.Login_wrapper-right-side-container{text-align:center;width:100%}.Login_wrapper-left-side-image{width:100%}.Login_wrapper-right-side-container-title{color:#fff;font-size:30px;margin-bottom:60px}.Login_wrapper-right-side-container-footer-text{color:#fff;font-size:16px;font-weight:100!important}.Login_wrapper-right-side-container-footer-text-register{color:#08d4ff;cursor:pointer;margin-right:10px;text-decoration:none;transition:color .3s}.Login_wrapper-right-side-container-footer-text-register:hover{color:#0f97ff;text-decoration:none}.Login_wrapper-right-side-container-form{display:flex;margin:0 auto 48px;max-width:576px;position:relative}.Login_wrapper-right-side-container-form-input-number{background-color:#020d1b;border:1px solid #fff;border-radius:10px;color:#fff;font-size:25px;letter-spacing:1px;line-height:41px;outline:none;padding:21px 65px 21px 140px;transition:all .2s ease;width:100%}.Login_wrapper-right-side-container-form-input-number:focus~.Login_wrapper-right-side-container-form-item-label,.Login_wrapper-right-side-container-form-input-number:valid~.Login_wrapper-right-side-container-form-item-label{font-size:12px;top:0}.Login_wrapper-right-side-container-form-error-text{color:#da1212;font-size:14px;line-height:20px;margin:-40px auto 20px;max-width:576px;text-align:right;width:100%}.Login_wrapper-right-side-container-form-item-label.label-error{color:#da1212!important}.Login_wrapper-right-side-container-form-input-number.input-error{border-color:#da1212!important}.Login_wrapper-right-side-container-form .Login_wrapper-right-side-container-form-item-label{background-color:#020d1b;color:#fff;font-size:18px;padding:2px 10px;pointer-events:none;position:absolute;right:4%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s ease}.Login_wrapper-right-side-container-form-item-Delete{background-color:#020d1b;border:none;max-width:100px;right:3%;width:6%}.Login_wrapper-right-side-container-form-button-send,.Login_wrapper-right-side-container-form-item-Delete{color:#fff;cursor:pointer;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.Login_wrapper-right-side-container-form-button-send{background:linear-gradient(90deg,#2e1c7d,#3a37e5);border:none;border-radius:10px;font-size:16px;font-weight:700;height:60%;left:3%;max-width:300px;padding:10px;text-align:center;width:20%}.Login_wrapper-right-side-container-form-button-send-after:after{background:#270a34;border-radius:50%;bottom:-50%;content:"";-webkit-filter:blur(30.5px);filter:blur(30.5px);height:45px;left:0;pointer-events:none;position:absolute;-webkit-transform:rotate(15.65deg);transform:rotate(15.65deg);width:64px}.Login_wrapper-right-side-container-form-button-send:disabled{background:#79747e;pointer-events:none}.Login_wrapper-right-side-container-form-button-send-load{display:contents;-webkit-transform:translateX(-20px);transform:translateX(-20px)}@media only screen and (max-width:1200px){.Login_page-wrapper{padding:36px}.Login_wrapper-right-side-container-form-input-number{border-radius:7px;font-size:18px;line-height:36px;padding:20px 40px 20px 140px;width:100%}.Login_wrapper-right-side-container-form-button-send{border-radius:8px;font-size:12px;padding:1px}.Login_wrapper-right-side-container-form .Login_wrapper-right-side-container-form-item-label{font-size:16px}}@media only screen and (max-width:992px){.Login_page-wrapper{padding:24px}.Login_wrapper-left-side-code,.Login_wrapper-right-side{padding:0 24px}.Login_wrapper-right-side-container-form .Login_wrapper-right-side-container-form-item-label{font-size:14px}}@media only screen and (max-width:768px){.Login_page-wrapper{padding:0}.Login_wrapper-right-side-container-title{font-size:24px}.Login_wrapper-right-side-container-form-item .Login_wrapper-right-side-container-form-item-label{color:#fff;font-size:8px;padding:10px;position:absolute;right:4%;transition:all .4s ease}.Login_wrapper-right-side-container-form-input-number{padding:20px 10% 20px 125px}.Login_spinner{width:40px}.page-wrapper{background-color:#020d1b;display:flex;height:100vh;padding:0;width:100%}.Login_wrapper-Top-side-image,.Login_wrapper-right-side{width:100%}.Login_wrapper-left-side{display:none}.login_wrapper-top{display:block;height:100vh;position:fixed;top:0;width:100%}.Login_wrapper-right-side-container{text-align:center}.Login_wrapper-right-side{-webkit-transform:translateY(75%);transform:translateY(75%)}.Login_wrapper-right-side-container-title{font-size:20px;margin-bottom:36px}.Login_wrapper-right-side-container-form-item .Login_wrapper-right-side-container-form-item-label{font-size:10px;line-height:16px;right:5%;top:15px}.Login_wrapper-right-side-container-form-button-send{border-radius:8px;font-size:8px;padding:1px}.Login_wrapper-right-side-container-form-input-number{font-size:14px;padding:18px 9% 18px 125px}.Login_wrapper-right-side-container-footer-text{font-size:12px}.Login_wrapper-right-side-container-form-error-text{font-size:10px;line-height:16px;margin-bottom:8px;margin-top:-24px}.Login_wrapper-right-side-container-form{margin-bottom:28px}.Login_wrapper-right-side-container-form-button-send{font-size:12px;line-height:18px;width:26%}}.Register_page-wrapper{align-items:center;background-color:#020d1b;display:flex;flex-direction:row-reverse;flex-wrap:wrap;height:100vh;justify-content:center;padding:48px;width:100%}.Register_wrapper-left-side,.Register_wrapper-right-side{width:50%}.Register_wrapper-left-side-code,.Register_wrapper-right-side{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding:0 48px}.Register_wrapper-top{display:none}.Register_wrapper-left-side{align-items:center;display:flex;height:100%;justify-content:center}.Register_wrapper-left-side-image{width:100%}.Register_wrapper-right-side-container{text-align:center;width:100%}.form-item-login{width:100%}.Register_wrapper-right-side-container-title{color:#fff;font-size:30px;margin-bottom:60px}.Register_wrapper-right-side-container-footer-text{color:#fff;font-size:16px;font-weight:100!important}.Register_wrapper-right-side-container-footer-text-register{color:#08d4ff;cursor:pointer;margin-right:10px;text-decoration:none;transition:color .3s}.Register_wrapper-right-side-container-footer-text-register:hover{color:#0f97ff;text-decoration:none}.Register_wrapper-right-side-container-form{display:flex;margin:0 auto 48px;max-width:576px;position:relative}.Register_wrapper-right-side-container-form-input-number{background-color:#020d1b;border:1px solid #fff;border-radius:10px;color:#fff;font-size:25px;letter-spacing:1px;line-height:41px;outline:none;padding:21px 65px 21px 21px;transition:all .2s ease;width:100%}.Register_wrapper-right-side-container-form-input-number:focus~.Register_wrapper-right-side-container-form-item-label,.Register_wrapper-right-side-container-form-input-number:valid~.Register_wrapper-right-side-container-form-item-label{font-size:12px;top:0}.Register_wrapper-right-side-container-form-error-text{color:#da1212;font-size:14px;line-height:20px;margin:-40px auto 20px;max-width:576px;text-align:right;width:100%}.Register_wrapper-right-side-container-form-item-label.label-error{color:#da1212!important}.Register_wrapper-right-side-container-form-input-number.input-error{border-color:#da1212!important}.Register_wrapper-right-side-container-form .Register_wrapper-right-side-container-form-item-label{background-color:#020d1b;color:#fff;font-size:18px;padding:2px 10px;pointer-events:none;position:absolute;right:4%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:all .3s ease}.Register_wrapper-right-side-container-form-item-Delete{background-color:#020d1b;border:none;max-width:100px;right:3%;width:6%}.Register_wrapper-right-side-container-form-button-send,.Register_wrapper-right-side-container-form-item-Delete{color:#fff;cursor:pointer;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.Register_wrapper-right-side-container-form-button-send{background:linear-gradient(90deg,#2e1c7d,#3a37e5);border:none;border-radius:10px;font-size:16px;font-weight:700;height:60%;left:3%;max-width:300px;padding:10px;text-align:center;width:20%}.Register_wrapper-right-side-container-form-button-send-after:after{background:#270a34;border-radius:50%;bottom:-50%;content:"";-webkit-filter:blur(30.5px);filter:blur(30.5px);height:45px;left:0;pointer-events:none;position:absolute;-webkit-transform:rotate(15.65deg);transform:rotate(15.65deg);width:64px}.Register_wrapper-right-side-container-form-button-send:disabled{background:#79747e;pointer-events:none}.Register_wrapper-right-side-container-form-button-send-load{display:contents;-webkit-transform:translateX(-20px);transform:translateX(-20px)}@media only screen and (max-width:1200px){.Register_page-wrapper{padding:36px}.Register_wrapper-right-side-container-form-input-number{border-radius:7px;font-size:18px;line-height:36px;padding:20px 40px 20px 20px;width:100%}.Register_wrapper-right-side-container-form-button-send{border-radius:8px;font-size:12px;padding:1px}.Register_wrapper-right-side-container-form .Register_wrapper-right-side-container-form-item-label{font-size:16px}}@media only screen and (max-width:992px){.Register_page-wrapper{padding:24px}.Register_wrapper-left-side-code,.Register_wrapper-right-side{padding:0 24px}.Register_wrapper-right-side-container-form .Register_wrapper-right-side-container-form-item-label{font-size:14px}}@media only screen and (max-width:768px){.Register_page-wrapper{padding:0}.Register_wrapper-right-side-container-title{font-size:24px}.Register_wrapper-right-side-container-form-item .Register_wrapper-right-side-container-form-item-label{color:#fff;font-size:8px;padding:10px;position:absolute;right:4%;transition:all .4s ease}.Register_wrapper-right-side-container-form-button-send{font-size:8px}.Register_wrapper-right-side-container-form-input-number{font-size:14px;padding:20px 10%}.Register_spinner{width:40px}.page-wrapper{background-color:#020d1b;display:flex;height:100vh;padding:0;width:100%}.Register_wrapper-Top-side-image,.Register_wrapper-right-side{width:100%}.Register_wrapper-left-side{display:none}.Register_wrapper-top{display:block;height:100vh;position:fixed;top:0;width:100%}.Register_wrapper-right-side-container{text-align:center}.Register_wrapper-right-side{-webkit-transform:translateY(75%);transform:translateY(75%)}.Register_wrapper-right-side-container-title{font-size:20px;margin-bottom:36px}.Register_wrapper-right-side-container-form-item .Register_wrapper-right-side-container-form-item-label{font-size:10px;line-height:16px;right:5%;top:15px}.Register_wrapper-right-side-container-form-button-send{border-radius:8px;padding:1px}.Register_wrapper-right-side-container-form-input-number{font-size:18px;padding:18px 9%}.Register_wrapper-right-side-container-footer-text{font-size:12px}.Register_wrapper-right-side-container-form-error-text{font-size:10px;line-height:16px;margin-bottom:8px;margin-top:-24px}.Register_wrapper-right-side-container-form{margin-bottom:28px}.Register_wrapper-right-side-container-form-button-send{font-size:12px;line-height:18px;width:26%}}.ConfirmPhoneNumber_page-wrapper{align-items:center;background-color:#020d1b;display:flex;flex-direction:row-reverse;flex-wrap:wrap;height:100vh;justify-content:center;padding:48px;width:100%}.ConfirmPhoneNumber_wrapper-left-side,.ConfirmPhoneNumber_wrapper-right-side{width:50%}.ConfirmPhoneNumber_wrapper-left-side{align-items:center;display:flex;height:100%;justify-content:center}.ConfirmPhoneNumber_wrapper-left-side-image{width:100%}.ConfirmPhoneNumber_wrapper-top-code{display:none}.ConfirmPhoneNumber_wrapper-right-side-container-title{color:#fff;font-size:30px;margin-bottom:30px}.ConfirmPhoneNumber_wrapper-left-side-code{align-items:center;display:flex;justify-content:center;width:50%}.ConfirmPhoneNumber_wrapper-right-side-code-containe{max-width:400px;position:relative;text-align:center;width:70%;z-index:2}.ConfirmPhoneNumber_wrapper-right-side-code-container-tetx{color:#fff;font-size:16px;line-height:22px;margin-bottom:24px}.ConfirmPhoneNumber_wrapper-right-side-code-container-tetx span{font-size:14px;margin:0 3.5px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-stay-code{align-items:center;display:flex;flex-direction:row-reverse;justify-content:space-between;margin-bottom:20px;width:100%}.ConfirmPhoneNumber_wrapper-right-side-code-containe-stay-code-input{background-color:#020d1b;border:1px solid #a2a2a2;border-radius:10px;color:#fff;font-size:18px;height:60px;outline:none;padding:16px 4px;text-align:center;width:60px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-button-Continuation{background-color:#3a37e5;border:none;border-radius:15px;color:#fff;font-size:22px;font-weight:700;padding:15px 10px;position:relative;width:100%}.ConfirmPhoneNumber_wrapper-right-side-code-containe-footer{align-items:center;display:flex;justify-content:space-between;margin-bottom:30px;width:100%}.ConfirmPhoneNumber_wrapper-right-side-code-containe-footer-right{color:#fff;display:flex}.ConfirmPhoneNumber_wrapper-right-side-code-containe-footer-left{color:#07caf5;cursor:pointer;direction:ltr;display:flex;text-decoration:none;transition:all .3s}.ConfirmPhoneNumber_wrapper-right-side-code-containe-footer-left:hover{color:#0f97ff;text-decoration:none}.ConfirmPhoneNumber_resend-code-timer-wrapper{font-size:14px;font-weight:400}.ConfirmPhoneNumber_resend-code-wrapper{transition:all .3s}.ConfirmPhoneNumber_resend-code-wrapper:hover{stroke:#0091ff;color:#0f97ff}.ConfirmPhoneNumber_resend-code-wrapper{align-items:center;cursor:pointer;display:flex;gap:5px;justify-content:center}.ConfirmPhoneNumber_resend-code-wrapper .icon{align-content:center;display:flex;height:16px;justify-content:center;width:16px}.ConfirmPhoneNumber_resend-code-wrapper p{font-size:12px;font-weight:400;line-height:27px;margin:0}.ConfirmPhoneNumber_wrapper-right-side-code-containe-button-Continuation:disabled{background:#79747e!important;pointer-events:none}.ConfirmPhoneNumber_error-text{font-size:14px;font-weight:400;line-height:24px;margin:-10px 0 0;text-align:center}@media only screen and (max-width:1200px){.ConfirmPhoneNumber_page-wrapper{padding:36px}.ConfirmPhoneNumber_wrapper-right-side-code-container-tetx{font-size:10px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-button-Continuation{font-size:16px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-stay-code-input{border-radius:7px;font-size:16px;height:50px;padding:16px 4px;width:50px}}@media only screen and (max-width:992px){.ConfirmPhoneNumber_page-wrapper{padding:24px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-stay-code-input{border-radius:5px;height:40px;width:40px}}@media only screen and (max-width:768px){.ConfirmPhoneNumber_page-wrapper{align-items:end;height:auto;min-height:100vh;padding:0}.ConfirmPhoneNumber_wrapper-Top-side-image-code{height:70%;width:100%}.ConfirmPhoneNumber_wrapper-left-side-code{background-color:#020d1b;border-radius:50px 50px 0 0;padding:20px 0;width:100%;z-index:2}.ConfirmPhoneNumber_wrapper-right-side-code-containe{max-width:none;width:80%}.ConfirmPhoneNumber_wrapper-left-side{display:none}.ConfirmPhoneNumber_wrapper-top-code{display:flex;position:fixed;top:0;width:100%}.ConfirmPhoneNumber_wrapper-right-side-code-containe-footer{margin-bottom:20px}.ConfirmPhoneNumber_wrapper-right-side-container-title{font-size:22px;font-weight:700}.ConfirmPhoneNumber_wrapper-right-side-code-container-tetx{font-size:12px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-stay-code-input{border-radius:7px;font-size:15px;height:50px;padding:12px 4px;width:50px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-footer-left{font-size:12px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-button-Continuation{font-size:14px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-stay-code{justify-content:space-evenly}.ConfirmPhoneNumber_resend-code-timer-wrapper{font-size:14px;line-height:22px}.ConfirmPhoneNumber_resend-code-wrapper .icon{height:14px;width:14px}.ConfirmPhoneNumber_resend-code-wrapper p{font-size:12px;line-height:22px}}@media only screen and (max-width:576px){.ConfirmPhoneNumber_page-wrapper{align-items:end;height:auto;min-height:100vh;padding:0 0 50px}.ConfirmPhoneNumber_wrapper-Top-side-image-code{height:70%;width:100%}.ConfirmPhoneNumber_wrapper-left-side-code{background-color:#020d1b;border-radius:50px 50px 0 0;padding:20px 0;width:100%;z-index:2}.ConfirmPhoneNumber_wrapper-right-side-code-containe{max-width:none;width:80%}.ConfirmPhoneNumber_wrapper-left-side{display:none}.ConfirmPhoneNumber_wrapper-top-code{display:flex;position:fixed;top:0;width:100%}.ConfirmPhoneNumber_wrapper-right-side-container{text-align:center;width:90%}.ConfirmPhoneNumber_wrapper-right-side{-webkit-transform:translateY(60%);transform:translateY(60%)}.ConfirmPhoneNumber_wrapper-right-side-container-title{font-size:20px;font-weight:700;line-height:27px;margin-bottom:23px}.ConfirmPhoneNumber_wrapper-right-side-code-container-tetx{font-size:12px;font-weight:400;line-height:20px}.ConfirmPhoneNumber_wrapper-right-side-code-container-tetx span{font-size:14px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-stay-code-input{border-radius:7px;font-size:14px;height:50px;padding:12px 4px;width:50px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-footer-left{font-size:12px;font-weight:400;line-height:20px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-button-Continuation{border-radius:7px;font-size:12px;padding:10px}.ConfirmPhoneNumber_resend-code-timer-wrapper{font-size:10px;line-height:22px}.ConfirmPhoneNumber_resend-code-wrapper .icon{height:12px;width:12px}.ConfirmPhoneNumber_resend-code-wrapper p{font-size:12px;line-height:22px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-footer{margin-bottom:20px}.ConfirmPhoneNumber_wrapper-right-side-code-containe-stay-code{justify-content:space-between}}
/*# sourceMappingURL=main.7deec6b5.css.map*/