:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--fade-text:#7e8aab;--nav-height:82px;--nav-text:#bdc5dd;--dark-card:#41444f;--light-nav:#00144f;--footer-social:rgba(247,249,252,.1);--footer-head:#fafbfc;--footer-long:#a9b5d4;--footer-short:#bdc5dd;--faded-secondary:#767f98;--footer-dark:#282c39;--dark-body:#111523;--light-body:#fff;--orange:#ff9310;--light-orange:#f2bd93;--auth-paper:#e9e9e9;--filter_border:#656c84;--filter_border_light:rgba(0,0,0,.12);--dark_text_primary:#c9d7ff;--light-blue:#6186f6;--bg_alert_success:rgba(14,199,143,.1);--text-success:#0ec78f;--fade-heart:rgba(225,29,72,.06);--fade-orange:rgba(255,147,16,.1);--fade-orange2:rgba(255,147,16,.4);--bg-fade-success:rgba(14,199,143,.05);--bg-fade-gray:rgba(250,251,252,.17);--bg-fade-success2:rgba(14,199,143,.2);--bg-fade-gray2:rgba(169,181,212,.15);--bg-fade-primary:rgba(40,94,255,.1);--scrollbar-background:#99999944;--scrollbar-thumb:#999;--scrollbar-thumb-hover:#999999a1}@font-face{font-family:Peyda;src:url(/font/PeydaWeb-Regular.eot);src:url(/font/PeydaWeb-Regular.eot?#iefix) format("embedded-opentype"),url(/font/peyda-medium.woff2) format("woff2"),url(/font/woff/PeydaWeb-Regular.woff) format("woff"),url(/font/PeydaWeb-Regular.ttf) format("truetype"),url(/font/Peyda.png#Peyda) format("png")}body,html{width:100%}*{box-sizing:border-box;padding:0;margin:0;font-family:Peyda,serif;font-feature-settings:none;font-variant-ligatures:none}body{overflow-x:hidden}body,body *{direction:rtl}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,select:-webkit-autofill,select:-webkit-autofill:focus,select:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{border:none;-webkit-text-fill-color:var(--fade-text);-webkit-box-shadow:inset 0 0 0 1000px transparent;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}::placeholder{color:var(--fade-text);font-size:14px;opacity:1;font-weight:lighter}:-ms-input-placeholder{color:var(--fade-text);font-size:14px}::-ms-input-placeholder{color:var(--fade-text);font-size:14px}ol,ul{list-style-position:inside}button{outline:none;border:none;background-color:unset;cursor:pointer;display:block}.scrollbar::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:8px;width:4px}.scrollbar::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}.scrollbar::-webkit-scrollbar{background:var(--scrollbar-background);width:8px}a{color:unset;text-decoration:none}.main{padding-top:10px;min-height:calc(100vh - 400px)}.wrapper{width:100%;max-width:1184px;padding:0 15px;margin-inline:auto}.flex{display:flex!important}.w-full{width:100%}.max-w-300{max-width:300px}.min-w-60{min-width:60px}.h-full{height:100%}.items-center{align-items:center!important}.justify-between{justify-content:space-between}.items-start{align-items:flex-start}.inline{display:inline-block}.gap-20{gap:20px!important}.gap-5{gap:5px!important}.gap-10{gap:10px!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap}.justify-center{justify-content:center}.grow-1{flex-grow:1}.between-center{align-items:center;justify-content:space-between;display:flex}.-mr-15{margin-right:-15px!important}.justify-around{justify-content:space-around}.ml-28{margin-left:28px!important}.max-w-350{max-width:350px!important}.pl-30{padding-left:30px!important}.pl-10{padding-left:10px!important}.ml-10{margin-left:10px!important}.mr-10{margin-right:10px!important}.mr-20{margin-right:20px!important}.ml-40{margin-left:40px!important}.text-right{text-align:right!important}.pb-100{padding-bottom:100px!important}.justify-end{justify-content:flex-end!important}.text-white{color:#fff!important}.dark-primary{color:var(--dark_text_primary)!important}.text-success{color:var(--text-success)!important}.z-10{z-index:10}.z-9{z-index:9}.z-8{z-index:8}.whitespace-nowrap{white-space:nowrap}.text-left{text-align:left}.text-orange{color:var(--orange)}.shadow-none{box-shadow:none!important}.w-300{width:300px!important}.p-20{padding:20px!important}.mt-30{margin-top:30px!important}.m-10{margin:10px!important}.max-w-400{max-width:400px!important}.max-w-270{max-width:270px!important}.ml-20{margin-left:20px!important}.none{display:none}.right-half{right:50%;transform:translate3d(50%,0,0)}.sticky{position:sticky;position:-webkit-sticky}.-bottom-12{bottom:-12px!important}.p-16{padding:16px!important}.mr-5{margin-right:5px!important}.mt-20{margin-top:20px!important}.mb-10{margin-bottom:10px!important}.b-600{font-weight:600!important}.mt-5{margin-top:5px!important}.mb-5{margin-bottom:5px!important}.mt-40{margin-top:40px!important}.ml-5{margin-left:5px!important}.fixed{position:fixed}.items-end{align-items:flex-end}.x-hidden{overflow-x:hidden}.py-40{padding-top:40px!important;padding-bottom:40px!important}.m-auto{margin:auto!important}.p-30{padding:30px!important}.ratio-square{aspect-ratio:1}.pr-0{padding-right:0!important}.text-center{text-align:center!important}.mx-auto{margin-inline:auto}.mb-20{margin-bottom:20px!important}.left-0{left:0}.bottom-0{bottom:0}.min-w-140{min-width:140px}.radius-full{border-radius:999px}.ltr-all,.ltr-all *{direction:ltr!important}.rtl,.rtl *{direction:rtl!important}.mt-100{margin-top:100px}.overflow-hidden{overflow:hidden}.min-h-320{min-height:320px}.h-70{height:70px}.border_none{border:none!important}.z-1000{z-index:1000}.z-1005{z-index:1005}.z-999{z-index:999}.z-998{z-index:998}.relative{position:relative}.navbar-container{height:var(--nav-height);position:-webkit-sticky;position:sticky;top:0;width:100%;right:0;border-radius:0}.nav-btn-height{max-height:48px!important;min-height:48px!important}.nav-btn-width{min-width:48px!important;max-width:48px!important}.cursor-pointer{cursor:pointer}.nav-shadow{box-shadow:0 20px 10px rgba(130,138,158,.09)}.right-0{right:0}.aspect-video{aspect-ratio:16/9}.bottom-full{bottom:100%}.absolute{position:absolute!important}.p-12{padding:12px}.top-0{top:0}.top-80{margin-top:80px}.p-6{padding:6px}.hover_to_show2 .hidden{pointer-events:none;opacity:0;visibility:hidden;transition:.2s}.hover_to_show2:hover .hidden{opacity:1;pointer-events:all;visibility:visible}.mb-15{margin-bottom:15px!important}.mt-15{margin-top:15px!important}.justify-start{justify-content:flex-start}.mt-10{margin-top:10px!important}.mb-60{margin-bottom:60px!important}.mb-40{margin-bottom:40px!important}.-mb-10{margin-bottom:-10px}.mb-30{margin-bottom:30px!important}.pb-20{padding-bottom:20px}.mb-100{margin-bottom:100px}.block{display:block}.p-9{padding:9px}.-mb-4{margin-bottom:-4px}.mt-60{margin-top:60px!important}.radius-20{border-radius:20px}.radius-7{border-radius:7px}.radius-13{border-radius:13px!important}.radius-16{border-radius:16px!important}.radius-10{border-radius:10px!important}.left-40{left:40px}.bg-fade-heart{background-color:var(--fade-heart)}.bg-fade-orange{background-color:var(--fade-orange)}.bg-fade-success{background-color:var(--bg-fade-success)}.bg-fade-success2{background-color:var(--bg-fade-success2)}.bg-fade-gray{background-color:var(--bg-fade-gray2)}.bg-fade-primary{background-color:var(--bg-fade-primary)}.bg_dark_card.dark{background-color:var(--dark-card)!important}.search-box{width:100%;max-width:562px;z-index:1005}.search-loader-backdrop{z-index:1004;width:100%;height:100%;position:fixed;background:rgba(0,5,20,.5);-webkit-backdrop-filter:blur(17px);backdrop-filter:blur(17px)}.search-box-menu{top:100%;padding:0 20px 20px;min-height:100px}.second-nav-container{width:100%;position:-webkit-sticky;position:sticky;top:var(--nav-height);right:0}.second-nav{padding:0 15px;background-color:var(--light-nav);border-radius:0 0 16px 16px;list-style-type:none}.second-nav,.second-nav.dark{box-shadow:0 21px 29px hsla(222,7%,52%,.08)}.second-nav.dark{background-color:var(--dark-card)}.second-nav .nav-li{margin:0 25px;padding:18px 0}.sub-arrow{transition:.2s}.second-nav .nav-li:hover .sub-arrow{transform:rotate(180deg)}.image_cover{object-fit:cover}.px-12{padding-inline:12px}.team-about-us{position:relative;width:900px;max-width:100%;height:900px;backgroundColor:#f0f0f0;overflow:hidden;margin-inline:auto}.second-nav .nav-li:hover .hover-effect{position:absolute;background-color:transparent;top:100%;width:100%;height:40px}.basic-sub,.sub-menu{position:absolute!important;top:-100%;z-index:-1;right:0;visibility:hidden;pointer-events:none;opacity:0;transition:.3s!important;transform:scale(.9);transform-origin:center;padding:15px 15px 10px}.sub-menu{width:100%;right:0}.basic-sub{width:400px;right:-100px}.not_visible{pointer-events:none;visibility:hidden;opacity:0}.menu-col{list-style-type:none;min-width:280px}.w-33percent{width:33.33333%}.max-h-600{max-height:600px}.overflowy-scroll{overflow-y:scroll}.overflowy-auto{overflow-y:auto}.sub-li{width:100%;padding:4px 10px!important}.sub-header{margin-bottom:7px}.sub-menu-course{border-radius:20px;transition:.2s;padding:20px 5px;height:80px}.sub-menu-course:hover{background:hsla(0,0%,47%,.1)}.sub-link{text-decoration:none;width:100%;color:unset}.sub-link p{padding:5px 8px;border-radius:3px;transition:.2s}.basic-sub .sub-link p{padding:15px 10px;position:relative}.sub-link p:hover{background-color:rgba(20,20,120,.2)}.basic-sub .sub-link p:hover{padding:15px}.basic-sub .sub-link p:hover:before{width:50px}.basic-sub .sub-link p:before{content:"";transition:all .3s ease-in-out;width:0;height:3px;border-radius:5px;position:absolute;bottom:0;right:0;background-image:linear-gradient(to right,var(--orange),var(--light-orange),var(--orange))}.nav-li:hover .sub-menu{pointer-events:all;visibility:visible;opacity:1;transform:scale(1);top:calc(100% - 25px);padding-top:40px;border-radius:0 0 16px 16px}.nav-link{text-decoration:none;color:var(--nav-text);position:relative;transition:.2s}.nav-link.active,.nav-link:hover{color:#fff}.nav-link.active:before{content:"";width:6px;height:6px;position:absolute;bottom:-10px;background-color:#fff;right:50%;border-radius:50%}.background_loader{background-color:hsla(0,0%,39%,.1);animation:backgroundLoading 2s linear infinite}@keyframes backgroundLoading{0%{background-color:hsla(0,0%,39%,0)}50%{background-color:hsla(0,0%,39%,.3)}to{background-color:hsla(0,0%,39%,0)}}@media screen and (min-width:800px){.mobile{display:none!important}}.drawer-container{background-color:transparent;position:relative;padding:15px}.drawer-tab{min-height:calc(100vh - 220px);left:-100%}.drawer-link{transition:.2s;border-radius:5px}.drawer-link:hover{color:#fff;transition:.4s}.drawer-link:hover.light{background-color:var(--light-nav)}.drawer-link:hover.dark{background-color:var(--dark-card)}.drawer-slide{width:100%;box-sizing:border-box;padding:15px}.logo-container{min-width:180px;min-height:24px;position:relative}.main-logo-container{width:70px}.footer{padding-top:42px}.footer.dark{background-color:var(--footer-dark)}.footer.light{background-color:var(--light-nav)}.footer-social{padding:10px 37px;border-radius:10px;background-color:var(--footer-social);color:var(--footer-head)}.footer-headers{color:var(--footer-head);font-size:20px!important;font-weight:700}.footer-links{transition:.2s;display:block}.footer-links,.footer-text{font-size:14px!important;font-weight:400;color:var(--footer-short)}.footer-links:hover{color:#fff;text-decoration:underline}.footer-long{color:var(--footer-long);font-size:13px!important;line-height:38px}.slider-h-img img{width:42px;height:42px;z-index:5;position:relative}.circle-left,.circle-right{border-width:26px;border-style:solid;position:absolute;border-radius:50%;width:0;height:0;z-index:1;transform-origin:50% 50%}.circle-left{left:2px;top:-12px;transform:rotate(180deg)}.circle-right{right:-7px;bottom:-10px}.slider-header{font-weight:700;font-size:26px!important;line-height:30px}.slider-subheader{font-weight:400;font-size:14px!important;line-height:25px}.text_editor.dark .ql-container,.text_editor.dark .ql-toolbar{background-color:var(--footer-dark)!important;padding:10px;border:1px solid hsla(0,0%,39%,.08);color:var(--light-body)!important}.text_editor.dark .ql-toolbar .ql-fill,.text_editor.dark .ql-toolbar .ql-stroke{stroke:#fff;fill:transparent}.text_editor.dark .ql-snow .ql-picker-options{background-color:var(--dark-card)!important;color:#fff!important;border:none!important}.text_editor.light .ql-container,.text_editor.light .ql-toolbar{background-color:var(--light-body)!important;padding:10px;border:1px solid hsla(0,0%,39%,.08);color:#000!important;fill:#000!important}.ql-toolbar.ql-snow .ql-picker-label{border:none!important}.text_editor.dark .ql-toolbar.ql-snow .ql-picker-label{color:#fff}.ql-toolbar.ql-snow .ql-picker-label{transform:translateY(-5px)!important}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{top:5px!important;position:relative!important}.ql-editor{min-height:100px;text-align:right!important;word-break:break-all;direction:rtl!important}.ql-editor li:not(.ql-direction-rtl):before{margin-left:unset!important}.quill{border-radius:10px;overflow:hidden}.ql-snow .ql-editor blockquote{border-left:unset!important;border-right:4px solid #ccc;padding-left:unset!important;padding-right:16px}.CCC_container{display:flex;align-items:flex-start;gap:30px}.CCC_1{flex-direction:column;align-items:center;text-align:center;padding:60px 71px}.CCC_0{flex-direction:row;flex-wrap:nowrap}.CCC_image{max-width:320px;width:100%;min-width:320px}.CCC_1 .CCC_image{max-width:452px;min-width:unset;width:100%}.alert_tick{background:var(--bg_alert_success);border-radius:10px;color:var(--text-success);padding:14px}.h51{font-weight:700;font-size:51px!important;line-height:71px}.h41{font-weight:600;font-size:41px!important;line-height:44px}.h64{font-size:64px!important;line-height:90px}.h64,.t32{font-weight:700}.t32{font-size:32px!important;line-height:65px}.t14_12{font-size:14px!important;line-height:26px}.t25{font-weight:500;font-size:25px!important}.t16_14,.t25{line-height:39px}.t16_14{font-size:16px!important}.t18_14{font-weight:400;font-size:18px!important;line-height:50px}.t12_10{font-size:12px!important}.t20_16{font-weight:700}.t20,.t20_16{font-size:20px!important;line-height:28px}.t20{font-weight:600}.t24_16{font-size:24px!important;line-height:28px;font-weight:700}.Toastify__toast--success{background-color:#094!important}.Toastify__toast--error{background-color:#cf000f!important}.Toastify__toast--warning{background-color:#ffa726!important}.infinite-scroll-component__outerdiv{width:100%}.slider-content h1{font-size:32px!important;font-weight:bolder;line-height:50px}.slider-content h2{font-size:26px!important;line-height:45px}.slider-content h3{font-size:14px!important;line-height:33px;font-weight:lighter!important}@media screen and (max-width:1300px){.basic-sub{width:350px}}@media screen and (max-width:1000px){.logo-container{min-width:164px;min-height:21px}.nav-btn{max-width:unset;width:auto}.filter_wrapper{width:auto!important}.desktop-1000px{display:none!important}}@media screen and (max-width:900px){.main{padding-top:10px}}@media screen and (max-width:800px){.second-nav-container{top:calc(var(--nav-height) - 15px)}.slider-content h1{font-size:20px!important;line-height:34px}.slider-content h2{font-size:16px!important;line-height:30px}.slider-content h3{font-size:12px!important;line-height:28px}.main{padding-top:10px}.mobile-order-1{order:1}.slider-header{font-weight:700;font-size:16px!important;line-height:36px}.slider-subheader{font-weight:400;font-size:12px!important;line-height:10px}.slider-view-all{margin-top:10px;width:100%!important}.logo-container{margin-left:0}.nav-btn .ml-20{margin-left:5px}.nav-btn button{border-radius:8px!important}.navbar-container{height:90px}.desktop,.search-nav{display:none!important}.mb_order-1{order:1;width:100%}.CCC_0{flex-direction:column;flex-wrap:wrap}.CCC_image{width:100%;max-width:unset}.CCC_1{padding:20px;text-align:right}.h51{font-weight:700;font-size:38px!important;line-height:50px}.t25{font-weight:500;font-size:19px!important;line-height:35px}.h41{font-weight:600;font-size:24px!important;line-height:48px}.t18_14{font-weight:400;font-size:14px!important;line-height:50px}.t32{font-weight:700;font-size:24px!important;line-height:34px}.t12_10{font-size:10px!important}.t20_16{font-weight:700;font-size:16px!important;line-height:22px}.t16_14{font-size:14px!important;line-height:28px}.hover_to_show2 .hidden{visibility:visible;opacity:1;pointer-events:all}.t14_12{font-size:12px!important}.h64{font-weight:800;font-size:34px!important;line-height:48px}.t24_16{font-size:16px!important;line-height:28px;font-weight:700}.flex-col-mobile{flex-direction:column}}@media screen and (max-width:425px){.sm-w-full{width:100%}.logo-container{min-width:150px;min-height:20px}}.course-card{border-radius:15px!important;width:245px;height:348px;margin-bottom:12px;overflow:hidden}.img-container{overflow:hidden;position:relative;width:100%;height:143px;border-radius:13px}.img-container img{object-fit:cover;position:absolute;top:50%;left:50%;width:100%;height:100%;transform:translate3d(-50%,-50%,0);transition:transform .2s ease}.course-card:hover .img-container img{transform:translate3d(-50%,-50%,0) scale(1.2)}.course-card:hover{box-shadow:0 5px 10px rgba(130,138,158,.1)}.responsive:hover{box-shadow:0 20px 27px rgba(130,138,158,.09)}.cv-card{width:428px;height:667px}.cv-card .img-container{width:403px;height:356px}.tag{display:inline-block;padding:7px 12px;border-radius:6px;margin:2px}.tag .text{font-size:12px!important}.tag.sm .text{font-size:9px!important}.tag.sm{padding:6px 8px}.tag.light{background:#f7f9fc;color:#00144f}.tag.dark{color:#bbc3d8;background:#41444f}.normal_tag{border:1px solid transparent;padding:7px 10px;border-radius:6px}.normal_tag.light{border-color:var(--footer-short)}.normal_tag.dark{background-color:var(--dark-card)}.article-card .title,.course-card .title{font-weight:700;font-size:15px!important;line-height:21px;text-overflow:ellipsis;max-width:100%;overflow:hidden;position:relative;z-index:2;white-space:nowrap}.hover-effect{border-radius:50%;z-index:1;position:absolute;right:0;top:-5px;transition:.2s ease;width:33px;aspect-ratio:1;transform:scale(0);background-color:var(--orange)}.article-card:hover .hover-effect,.course-card:hover .hover-effect{transform:scale(1)}.course-link *{transition:.1s ease}.course-link:after{content:"";width:15px;height:15px;border-radius:50%;left:10px;background-color:var(--light-orange);position:absolute;top:5px;z-index:1;transform:scale(0);transition:.3s}.course-link.podcast:after{background-color:var(--light-blue)}.cvCreateCard .cvImage img{width:100%;height:100%;object-fit:cover}.cvCreateCard .cvImage{width:100%;height:251px}.course-link:hover:after{transform:scale(1)}.auto-width-slider .swiper-slide{width:auto!important}.icon_tag{border-radius:11px;width:46px;height:46px;display:flex;align-items:center;justify-content:center;border:5px solid;outline:1px solid}.icon_tag.light{outline-color:#f7f9fc;border-color:var(--light-body);background-color:#f7f9fc}.icon_tag.dark{outline-color:var(--footer-dark);background-color:var(--footer-dark);border-color:var(--dark-body)}.line-clamp-3{-webkit-line-clamp:3;line-clamp:3}.line-clamp-2,.line-clamp-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.line-clamp-2{-webkit-line-clamp:2;line-clamp:2}.book-card{height:469px;width:301px;border-radius:13px;padding:16px}.book-img{overflow:hidden;position:relative;height:268px;width:266px;border-radius:13px}.book-img img{object-fit:cover;width:100%;height:268px;position:absolute;top:50%;left:50%;transform:translate3d(-50%,-50%,0);transition:transform .2s ease}.book-card:hover .book-img img{transform:translate3d(-50%,-50%,0) scale(1.2)}.book-card h3{text-overflow:ellipsis;max-width:301px;white-space:nowrap;overflow:hidden;position:relative;z-index:2;font-weight:700}.book-card:hover .hover-effect{transform:scale(1)}.head-1{font-weight:700;font-size:32px!important;line-height:65px}.mark{position:relative}.mark:before{content:"";position:absolute;z-index:-1;width:100px;height:15px;top:50%;transform:translateY(-50%);background-color:rgba(248,138,38,.6)}.mark.start{right:0}.mark.center:before{right:calc(50% - 50px)}.text-1{font-weight:400;font-size:17px!important}.btn_slider{padding:20px 15px;border:1px solid var(--faded-secondary);color:var(--faded-secondary);border-radius:15px}.btn_slider:disabled,.btn_slider[disabled]{opacity:.3}.filter_container{margin-bottom:18px;padding:24px;border-radius:10px}.filter_container.dark{background-color:var(--footer-dark);border:.6px solid var(--filter_border)}.filter_container.light{background-color:var(--light-body);border:.6px solid var(--filter_border_light)}.skeleton_height{height:600px}.border{border-radius:8px;border:.6px solid}.border.light{border-color:var(--filter_border_light)}.border.dark{border-color:var(--filter_border)}.paper_normal{padding:20px}.paper_normal.light{background-color:var(--light-body)}.paper_normal.dark{background-color:var(--footer-dark)}.expand-more{height:100px;bottom:0}.expand-more.light{background:linear-gradient(180deg,hsla(0,0%,100%,0),#fff)}.expand-more.dark{background:linear-gradient(180deg,rgba(17,21,35,0),#111523)}.like_chips{background:rgba(253,90,51,.1);color:#ff4a72;border-radius:7px}.article-card{width:245px!important;border-radius:13px!important;transition:.4s}.article_img{border-radius:13px;width:100%;height:143px}.article_img img{width:100%;object-fit:cover;height:100%}.article-card.responsive{width:100%!important}.mobile_img_article{overflow:hidden;min-width:107px;max-width:107px;position:relative;height:107px;border-radius:9px}.mobile_img_article img{min-width:100%;min-height:100%}.user_avatar{width:56px!important;height:56px!important;outline:1px solid #ddd!important}.comment_card{padding-top:20px;z-index:2}.comment_line{position:absolute;width:60%;right:40px;border-left:2px solid transparent;border-top:2px solid transparent;border-right:2px solid transparent;border-right-color:var(--footer-long);border-bottom:2px solid transparent;border-bottom-color:var(--footer-long);border-bottom-right-radius:10px;z-index:1;top:0}.loader{width:40px;aspect-ratio:1;--c:no-repeat linear-gradient(#000 0 0);background:var(--c) 0 0,var(--c) 0 100%,var(--c) 50% 0,var(--c) 50% 100%,var(--c) 100% 0,var(--c) 100% 100%;background-size:8px 50%;animation:l7-0 1s infinite;position:relative;overflow:hidden}.loader:before{content:"";position:absolute;width:8px;height:8px;border-radius:50%;background:#000;top:calc(50% - 4px);left:-8px;animation:inherit;animation-name:l7-1}.dot-pulse{position:relative;border-radius:5px;animation:dot-pulse 2s linear infinite;width:10px;height:10px;transform:scale(0)}@keyframes dot-pulse{0%{transform:scale(0)}40%{transform:scale(1)}80%{transform:scale(0)}to{transform:scale(0)}}.costume_badge{border-radius:100px;min-width:20px;max-height:20px;min-height:20px;font-size:12px!important;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--orange);position:absolute;bottom:-10px}.shop_list_img{min-width:90px;max-width:90px;height:90px;border-radius:13px;margin-left:21px}.course_card_img img{min-width:100%;min-height:100%}.black-shadow_profile{background:linear-gradient(180deg,rgba(26,26,26,0) 55.61%,#050505)}.cropper_container{height:200px;background:transparent}.course-card.responsive,.course-card.responsive .img-container{width:100%}.podcast_normal{width:320px;gap:14px}.podcast_normal .image_container{min-width:107px;max-width:107px;height:161px;position:relative}.podcast_normal.responsive{width:100%}.comment_icon{background:#f2bd93;border-radius:0 0 13px 13px;padding-bottom:2px;color:var(--dark-body)}.circle_dot_attention{background-color:var(--orange);outline:4px solid var(--fade-orange2);width:10px;height:10px}.cv-bottom{background-color:inherit}.animated_circle:after,.animated_circle:before{content:"";background-image:radial-gradient(transparent,transparent,hsla(0,0%,39%,.1),hsla(0,0%,39%,.5));border-radius:1000px;width:0;height:0;position:absolute;animation:grow_circle 2s linear infinite;z-index:5}.animated_circle:before{animation-delay:.6s}.exam_preview .image_container{max-width:234px;aspect-ratio:234/341;margin-left:35px;display:flex;justify-content:center}.exam_preview .image_container img{object-fit:cover;height:100%;width:100%}.exam_preview.larger .img-container{max-width:268px}.exam_preview .exam_btn{max-width:270px}.grid_4{display:grid;grid-template-columns:repeat(4,calc(25% - 15px));grid-gap:20px}.grid_3,.grid_3_v2{display:grid;grid-template-columns:repeat(3,calc(33% - 11px));grid-gap:20px}.grid_2{display:grid;grid-template-columns:repeat(2,calc(50% - 10px));grid-gap:20px}.plyr__control:hover{background-color:var(--orange)!important}.plyr__poster{background-size:cover!important}.plyr__control.plyr__control--overlaid{background-color:#fff!important;color:#777;border:red;opacity:1;width:60px;height:60px;display:flex!important;align-items:center;justify-content:center;z-index:4}.plyr__control.plyr__control--overlaid:hover{background-color:var(--orange)!important}.plyr--paused .plyr__video-wrapper:after{content:"";left:50%;top:50%;transform:translate3d(-50%,-50%,0);background-color:#c0c0c033;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:absolute;z-index:2;width:140px;height:140px;border-radius:500px;outline:2px solid #a0a0a045;outline-offset:25px;animation:offset_change 2s linear infinite}.plyr--paused .plyr__video-wrapper:before{content:"";width:100%;height:100%;z-index:2;position:absolute;top:0;left:0;background-color:#44444455}.plyr--full-ui input[type=range]{color:var(--orange)!important}.plyr--video .plyr__control[aria-expanded=true],.plyr__menu__container .plyr__control[aria-checked=true]:before{background-color:var(--orange)!important}.plyr__controls{flex-wrap:wrap;z-index:6!important;position:relative}.plyr__controls .plyr__controls__item[data-plyr=fast-forward] svg,.plyr__controls .plyr__controls__item[data-plyr=rewind] svg{transform:scale(1.3)}@keyframes offset_change{0%{outline-offset:0;outline-color:#a0a0a045}50%{outline-offset:25px}to{outline-offset:50px;outline-color:transparent}}@keyframes grow_circle{0%{width:0;height:0;opacity:0}50%{opacity:1}to{width:130%;height:130%;opacity:0}}@media screen and (max-width:1350px){.grid_4{grid-template-columns:repeat(3,calc(33% - 10px))}.grid_3:not(.two-col-xs){grid-template-columns:repeat(2,calc(50% - 10px))}}@media screen and (max-width:800px){.icon_tag{width:38px;height:38px}.grid_3_v2{grid-template-columns:repeat(2,calc(50% - 10px))}.slider-h-img img{width:29px;height:29px}.circle-left,.circle-right{border-width:15px!important}.circle-left{top:-3px}.course-card.responsive{height:auto;padding-bottom:0}.circle-right{bottom:-2px}.comment_line{right:25px}.comment_right_line{right:25px;top:50px}.nav-shadow:not(.search){box-shadow:none}.plyr__control.plyr__control--overlaid{width:25px;height:25px;padding:6px}.plyr--paused .plyr__video-wrapper:after{width:50px;height:50px}}@media screen and (max-width:1000px){.skeleton_height{height:80px}.search-bar-wrapper{max-width:unset;width:100%;padding-left:0}.mobile-full-width{width:100%}.filter_container.border_off_mobile{border:none}.outer-filter{flex-direction:row;flex-wrap:wrap;align-items:center;gap:0 20px}.course-card.responsive .img-container{width:100%}.exam_preview.larger .image_container{max-width:250px;margin:auto auto 35px}.exam_preview.larger{flex-direction:column;align-items:flex-start}.exam_preview.larger .data_container{width:100%}.grid_4{grid-template-columns:repeat(2,calc(50% - 10px))}}@media screen and (min-width:800px){.section_header .circle-left,.section_header .circle-right{border-width:26px}.section_header img{width:42px;height:42px}.section_header .circle-left{left:-2px;top:-18px}.section_header .circle-right{right:-9px;bottom:-10px}.desktop_sticky{position:sticky!important;position:-webkit-sticky!important;top:150px!important;z-index:50}a.book.responsive{width:calc(33% - 12px);height:auto}.responsive .book-card,.responsive .book-card .book-img{width:100%}}@media screen and (max-width:800px){.navbar-container{--nav-height:70px;height:var(--nav-height)}.footer-social{padding:8px 24px;margin-bottom:15px}.nav-btn-height{max-height:42px!important;min-height:42px!important}.nav-btn-width{min-width:42px!important}.course-card{border-radius:10px!important;height:339px;width:239px}.shop_list_img{min-width:90px;max-width:90px;height:90px;border-radius:13px;margin-left:21px}.course_card_img img{min-width:100%;min-height:100%;object-fit:cover}.img-container{height:139px;width:100%;border-radius:8px}.course-card.responsive .img-container{width:116px;height:116px}.course-card.responsive .title{white-space:unset;word-break:break-word}.course-card.responsive .responsive_el{flex-wrap:nowrap;justify-content:space-between}.course-card.responsive .responsive_el .inner{width:calc(100% - 125px)}.course-card.responsive .tag .text{font-size:10px!important}.cv-card{width:295px;height:460px}.cv-card .img-container{width:278px;height:245px}.book-card{height:410px;padding:13px;width:249px;border-radius:13px}.book-img{height:221px;width:221px}a.book.responsive{width:calc(50% - 12px);height:auto}.responsive .book-card,.responsive .book-card .book-img{width:100%}.head-1{font-weight:700;font-size:24px!important;line-height:34px}.text-1{font-weight:400;font-size:13px!important}.user_avatar{width:50px!important;height:50px!important}.cropper_container{height:400px}.grid_2{grid-template-columns:100%}.grid_3.two-col-xs{grid-template-columns:repeat(2,calc(50% - 5px));gap:10px}.article-card .title{font-size:12px!important}.article_img{height:111px}}@media screen and (max-width:620px){a.book.responsive{width:100%;height:auto}.responsive .book-card{width:100%;height:auto;display:flex;flex-wrap:nowrap;align-items:center}.responsive .book-card .book-img{min-width:93px;max-width:93px;min-height:109px;margin-left:12px;max-height:109px;border-radius:0}.responsive .book-card .book-img img{width:100%;height:auto}.exam_preview .exam_btn{max-width:unset;width:100%}.exam_preview .image_container{max-width:250px;margin:auto auto 35px}.exam_preview{flex-direction:column;align-items:flex-start}.exam_preview .data_container{width:100%}.cvCreateCard .cvImage{min-width:109px;max-width:109px;height:109px;margin-left:11PX}.cvCreate_top{flex-direction:row}.grid_3:not(.two-col-xs),.grid_3_v2,.grid_4{grid-template-columns:100%}.footer{padding-inline:15px;padding-top:20px}.plyr__controls__item.plyr__progress__container{min-width:100%!important;order:-5}.plyr__controls .plyr__controls__item:first-child{margin-right:2.5px!important}.plyr__controls__item.plyr__time--current.plyr__time{margin-right:auto!important}.plyr__controls__item.plyr__volume input{width:60px!important}.plyr__controls>.plyr__control,.plyr__controls__item>.plyr__control{padding:5px!important}.plyr__control svg{width:14px!important;height:14px!important}.plyr__controls .plyr__controls__item[data-plyr=fast-forward] svg,.plyr__controls .plyr__controls__item[data-plyr=rewind] svg{transform:scale(1.4)}}