@property --bg-color{syntax:"<color>";inherits:true;initial-value:#e9e9e9}@property --text-color{syntax:"<color>";inherits:true;initial-value:#252525}@property --text-gray{syntax:"<color>";inherits:false;initial-value:#575757}@property --color-spacer{syntax:"<color>";inherits:false;initial-value:hsl(223,21%,83%)}@property --primary-color{syntax:"<color>";inherits:true;initial-value:hsl(26,100%,62%)}@property --primary-light{syntax:"<color>";inherits:true;initial-value:hsl(26,100%,82%)}@property --primary-dark{syntax:"<color>";inherits:true;initial-value:hsl(26,100%,32%)}@property --primary-text{syntax:"<color>";inherits:true;initial-value:hsl(26,100%,47%)}@property --primary-hover-color{syntax:"<color>";inherits:true;initial-value:hsla(26,100%,70%,.5)}@property --dark-color{syntax:"<color>";inherits:true;initial-value:hsl(0,0%,17%)}@property --light-color{syntax:"<color>";inherits:true;initial-value:hsl(0,0%,88%)}@property --color-bg-gray{syntax:"<color>";inherits:false;initial-value:#d0d0d0}@property --color-bg-gray-hover{syntax:"<color>";inherits:false;initial-value:#b6b6b6}@property --color-success{syntax:"<color>";inherits:true;initial-value:hsl(134,61%,41%)}@property --color-error{syntax:"<color>";inherits:true;initial-value:hsl(354,70%,54%)}@property --color-warning{syntax:"<color>";inherits:true;initial-value:hsl(45,100%,51%)}@property --color-info{syntax:"<color>";inherits:true;initial-value:hsl(188,78%,41%)}@property --dark-linear{syntax:"*";inherits:false;initial-value:linear-gradient(180deg,hsl(0,0%,15%),hsl(0,0%,31%))}@property --primary-linear{syntax:"*";inherits:false;initial-value:linear-gradient(180deg,hsl(26,100%,32%),hsl(26,100%,47%))}@property --primary-light-linear{syntax:"*";inherits:false;initial-value:linear-gradient(-150deg,hsl(26,100%,78%),hsl(26,100%,90%))}@property --shadow-color{syntax:"<color>";inherits:false;initial-value:rgba(0,0,0,.3)}@property --box-shadow{syntax:"*";inherits:false;initial-value:0 0 6px #979797}@property --radius{syntax:"*";inherits:false;initial-value:6px}@property --pad-s{syntax:"*";inherits:false;initial-value:clamp(.25rem,1vw,.5rem)}@property --pad-m{syntax:"*";inherits:false;initial-value:clamp(.5rem,2vw,1rem)}@property --pad-l{syntax:"*";inherits:false;initial-value:clamp(1rem,5vw,2rem)}@property --max-content-width{syntax:"<length>";inherits:false;initial-value:1350px}@property --font-family{syntax:"*";inherits:false;initial-value:IRANSans}@property --breakpoint-xs{syntax:"<length>";inherits:false;initial-value:0}@property --breakpoint-sm{syntax:"<length>";inherits:false;initial-value:576px}@property --breakpoint-md{syntax:"<length>";inherits:false;initial-value:768px}@property --breakpoint-lg{syntax:"<length>";inherits:false;initial-value:992px}@property --breakpoint-xl{syntax:"<length>";inherits:false;initial-value:1200px}@property --breakpoint-xxl{syntax:"<length>";inherits:false;initial-value:1400px}@property --container-sm{syntax:"<length>";inherits:false;initial-value:540px}@property --container-md{syntax:"<length>";inherits:false;initial-value:720px}@property --container-lg{syntax:"<length>";inherits:false;initial-value:960px}@property --container-xl{syntax:"<length>";inherits:false;initial-value:1140px}@property --container-xxl{syntax:"<length>";inherits:false;initial-value:1320px}.container{width:100%;margin-right:auto;margin-left:auto;padding-right:1rem;padding-right:var(--container-padding,1rem);padding-left:1rem;padding-left:var(--container-padding,1rem)}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}.container-fluid{max-width:100%}.container-full{width:100%;max-width:100%}.container .container,.container-full{padding-right:0;padding-left:0}.container-padded{--container-padding:2rem}.container-tight{--container-padding:0.5rem}.container-bg{position:relative}.container-bg:before{content:"";position:absolute;top:0;right:calc(-1 * (100vw - 100%) / 2);bottom:0;left:calc(-1 * (100vw - 100%) / 2);z-index:-1;background:inherit}:root{--box-shadow:var(--shadow-offset-x) var(--shadow-offset-y) var(--shadow-blur) var(--shadow-color)}*{box-sizing:border-box}a{text-decoration:none;color:var(--primary-color);text-underline-offset:2px}body{margin:0;padding:0;background-color:var(--bg-color);color:var(--text-color);min-height:100dvh;min-height:100vh;transition:background-color .3s ease,color .3s ease;font-size:var(--font-size)}.main{height:-moz-max-content;height:max-content}.server-error{width:100%;background:darkred;color:#fff;padding:var(--pad-s)}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;outline:none;border:2px solid black;background-color:white;cursor:pointer}input[type=radio]:checked{border:6.5px solid var(--primary-color);background-color:transparent;width:20px;height:20px}.dont-select{-webkit-user-select:none;-moz-user-select:none;user-select:none}.scroll-beauty::-webkit-scrollbar{width:5px;height:8px;background-color:transparent}.scroll-beauty::-webkit-scrollbar-thumb{background-color:var(--primary-light)}.strick{position:relative}.strick:after{content:"";width:70px;height:2px;position:absolute;top:50%;left:33%;background:red;transform:translate(-35%,-50%) rotate(-17.3deg)}@media (max-width:390px){:root{--small-pad:0.4rem 0.7rem;--font-size:0.8rem}}.like-h5{font-size:1.3rem;line-height:1.4;font-weight:600}@media screen and (max-width:768px){.like-h5{font-size:1rem}}.loadingContainer{position:fixed;z-index:999;width:100%;height:100vh;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.3);top:0;left:0;right:0}.loadingContainer .mainLoader{position:relative;width:48px;height:48px;background-color:var(--primary-color);color:#fff;animation:layers1 1s linear infinite alternate;transform:perspective(200px) rotateX(65deg) rotate(45deg)}:is(.loadingContainer .mainLoader):after{content:"";position:absolute;inset:0;background-color:rgba(255,255,255,.7);animation:layerTr 1s linear infinite alternate}@keyframes layers1{0%{box-shadow:0 0 0 0}90%,to{box-shadow:20px 20px 0 -4px}}@keyframes layerTr{0%{transform:translate(0) scale(1)}to{transform:translate(-25px,-25px) scale(1)}}