.page-help{height:100%;margin:0 -15px;padding-top:15px;display:flex;flex-direction:column;position:relative}.page-help:after,.page-help:before{content:"";margin:-15px;background-size:100%;position:absolute;left:0;right:0;z-index:0}.page-help__top{width:100%;max-width:1200px;padding:15px 30px;margin:0 auto;position:relative;display:flex;justify-content:space-between;gap:20px;z-index:2}.page-help__top h1{font-weight:700;font-size:clamp(1.5rem,1.5rem + .8vw,2.5rem);line-height:150%;color:#f3feff;display:flex;align-items:center;gap:10px;overflow:hidden}.page-help__top h1 span{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.page-help__top h1 img,.page-help__top h1 svg{min-width:30px}.page-help__back{min-width:44px;aspect-ratio:1;display:flex;align-items:center;justify-content:center;background:#102128;border-radius:4px;cursor:pointer}.page-help__search{position:relative;flex-basis:30%;align-self:center;justify-self:end;display:flex;align-items:self-end;justify-content:end}.page-help__search .search-bar{width:clamp(170px,30vw,315px);background:#1e3139}.page-help__search .search-bar input[type=text]{background:#1e3139}.page-help__search-result{width:100%;max-height:200px;padding:15px 20px;background-color:#1e3139;box-shadow:1px 1px 4px rgba(0,0,0,.25);border-radius:4px;overflow:hidden auto;position:absolute;top:calc(100% + 5px);z-index:8}.page-help__search-result .null{text-align:center;color:#fff;font-size:12px}.page-help__search-result ul{list-style:none;padding:0}.page-help__search-result ul li{padding:8px 0;border-bottom:1px solid #102128}.page-help__search-result ul li:last-child{border-bottom:0}.page-help__search-result ul li a{color:#fff;transition:all .3s ease;text-decoration:none}.page-help__body,.page-help__bottom{grid-column:1/3;position:relative;z-index:1}.page-help__bottom{width:100%;max-width:975px;min-height:140px;padding:20px min(60px,6vw);margin:auto auto 0;display:flex;align-items:center;justify-content:center;gap:35px}.page-help__bottom h2{font-weight:700;font-size:clamp(1.5rem,1.5rem + .8vw,2.5rem);text-transform:capitalize;color:#f3feff}.page-help__bottom .btn{width:clamp(40%,30vw,220px);max-width:220px}.activeRtl .page-help__top h1 img,.activeRtl .page-help__top h1 svg{-webkit-transform:scaleX(-1);transform:scaleX(-1)}@media screen and (max-width:1200px){.page-help__title{max-width:625px;height:77px;padding:5px min(60px,6vw)}.page-help__title h1{font-size:25px}.page-help__bottom{min-height:100px}}@media screen and (max-width:800px){.page-help__title{max-width:100%;height:91px;margin:8px auto}.page-help__title h1{font-size:20px}.page-help__top{padding:15px}.page-help__top h1 img,.page-help__top h1 svg{width:20px;min-width:20px}.page-help__back{width:36px;min-width:36px}}@media screen and (max-width:600px){.page-help{padding:0}.page-help:after,.page-help:before{background-image:unset}.page-help__top{flex-wrap:wrap}.page-help__search{flex-basis:100%}.page-help__search .search-bar{width:100%}}.page-help__list{width:100%;max-width:1200px;padding:30px;margin:0 auto;position:relative}.page-help__list ul{list-style:none;padding:0;display:flex;flex-direction:column;gap:10px}.page-help__list ul li a{width:100%;min-height:77px;padding:10px 25px;display:flex;align-items:center;justify-content:space-between;gap:10px;text-decoration:none;background:#102128;box-shadow:1px 1px 4px rgba(0,0,0,.25);border-radius:5px;transition:all .3s ease;position:relative;overflow:hidden}.page-help__list ul li a:before{content:"";width:8px;height:68%;position:absolute;left:-4px;background:linear-gradient(180deg,#b3fbe5,#00ffc9);border-radius:5px}.page-help__list ul li a:hover span{color:#3cefe4}.page-help__list ul li a:hover svg path{stroke:#3cefe4}.page-help__list ul li a span{font-weight:500;font-size:18px;color:#f3feff}.page-help__list ul li a svg{flex-basis:30px}.activeRtl .page-help__list ul li a:before{left:unset;right:-4px;background:linear-gradient(-180deg,#b3fbe5,#00ffc9)}.activeRtl .page-help__list ul li a svg{transform:scaleX(-1)}@media screen and (max-width:1200px){.page-help__list ul li a span{font-size:15px}}@media screen and (max-width:800px){.page-help__list{padding:15px}.page-help__list ul li a{min-height:70px;padding:5px 15px}.page-help__list ul li a svg{flex-basis:15px}}