@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;600;800&family=Oswald:wght@500;600;700&display=swap');

.container{width:100%;padding-right:var(--gx);padding-left:var(--gx);margin-right:auto;margin-left:auto;position:relative}
@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}}
.row{display:flex;flex-wrap:wrap;margin-right:calc(var(--gx)*-1);margin-left:calc(var(--gx)*-1)}
.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:var(--gx);padding-left:var(--gx)}
.col{flex:1 0 0%;width:auto;max-width:100%}
.col-auto{flex:0 0 auto;width:auto}
.col-1{flex:0 0 auto;width:8.333333%}
.col-2{flex:0 0 auto;width:16.666667%}
.col-3{flex:0 0 auto;width:25%}
.col-4{flex:0 0 auto;width:33.333333%}
.col-5{flex:0 0 auto;width:41.666667%}
.col-6{flex:0 0 auto;width:50%}
.col-7{flex:0 0 auto;width:58.333333%}
.col-8{flex:0 0 auto;width:66.666667%}
.col-9{flex:0 0 auto;width:75%}
.col-10{flex:0 0 auto;width:83.333333%}
.col-11{flex:0 0 auto;width:91.666667%}
.col-12{flex:0 0 auto;width:100%}
.row-cols-1>*{flex:0 0 auto;width:100%}
.row-cols-2>*{flex:0 0 auto;width:50%}
.row-cols-3>*{flex:0 0 auto;width:33.333333%}
.row-cols-4>*{flex:0 0 auto;width:25%}
.row-cols-5>*{flex:0 0 auto;width:20%}
.row-cols-6>*{flex:0 0 auto;width:16.666667%}
.row-cols-7>*{flex:0 0 auto;width:14.285714%}
.row-cols-8>*{flex:0 0 auto;width:12.5%}
.row-cols-9>*{flex:0 0 auto;width:11.111111%}
.row-cols-10>*{flex:0 0 auto;width:10%}
.row-cols-11>*{flex:0 0 auto;width:9.090909%}
.row-cols-12>*{flex:0 0 auto;width:8.333333%}
.offset-0{margin-left:0%}
.offset-1{margin-left:8.333333%}
.offset-2{margin-left:16.666667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.333333%}
.offset-5{margin-left:41.666667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.333333%}
.offset-8{margin-left:66.666667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.333333%}
.offset-11{margin-left:91.666667%}
.justify-content-start{justify-content:flex-start}
.align-content-start{align-content:flex-start}
.justify-content-end{justify-content:flex-end}
.align-content-end{align-content:flex-end}
.justify-content-center{justify-content:center}
.align-content-center{align-content:center}
.justify-content-between{justify-content:space-between}
.align-content-between{align-content:space-between}
.justify-content-around{justify-content:space-around}
.align-content-around{align-content:space-around}
.justify-content-evenly{justify-content:space-evenly}
.align-content-evenly{align-content:space-evenly}
.align-items-start{align-items:flex-start}
.align-self-start{align-self:flex-start}
.align-items-end{align-items:flex-end}
.align-self-end{align-self:flex-end}
.align-items-center{align-items:center}
.align-self-center{align-self:center}
.align-items-baseline{align-items:baseline}
.align-self-baseline{align-self:baseline}
.align-items-stretch{align-items:stretch}
.align-self-stretch{align-self:stretch}
.d-none{display:none!important}
.d-block{display:block!important}
.d-flex{display:flex!important}
.d-inline-flex{display:inline-flex!important}
.d-inline-block{display:inline-block!important}
.text-start{text-align:left}
.text-end{text-align:right}
.text-center{text-align:center}
@media (min-width:576px){
.col-sm{flex:1 0 0%;width:auto;max-width:100%}
.col-sm-auto{flex:0 0 auto;width:auto}
.col-sm-1{flex:0 0 auto;width:8.333333%}
.col-sm-2{flex:0 0 auto;width:16.666667%}
.col-sm-3{flex:0 0 auto;width:25%}
.col-sm-4{flex:0 0 auto;width:33.333333%}
.col-sm-5{flex:0 0 auto;width:41.666667%}
.col-sm-6{flex:0 0 auto;width:50%}
.col-sm-7{flex:0 0 auto;width:58.333333%}
.col-sm-8{flex:0 0 auto;width:66.666667%}
.col-sm-9{flex:0 0 auto;width:75%}
.col-sm-10{flex:0 0 auto;width:83.333333%}
.col-sm-11{flex:0 0 auto;width:91.666667%}
.col-sm-12{flex:0 0 auto;width:100%}
.row-cols-sm-1>*{flex:0 0 auto;width:100%}
.row-cols-sm-2>*{flex:0 0 auto;width:50%}
.row-cols-sm-3>*{flex:0 0 auto;width:33.333333%}
.row-cols-sm-4>*{flex:0 0 auto;width:25%}
.row-cols-sm-5>*{flex:0 0 auto;width:20%}
.row-cols-sm-6>*{flex:0 0 auto;width:16.666667%}
.row-cols-sm-7>*{flex:0 0 auto;width:14.285714%}
.row-cols-sm-8>*{flex:0 0 auto;width:12.5%}
.row-cols-sm-9>*{flex:0 0 auto;width:11.111111%}
.row-cols-sm-10>*{flex:0 0 auto;width:10%}
.row-cols-sm-11>*{flex:0 0 auto;width:9.090909%}
.row-cols-sm-12>*{flex:0 0 auto;width:8.333333%}
.offset-sm-0{margin-left:0%}
.offset-sm-1{margin-left:8.333333%}
.offset-sm-2{margin-left:16.666667%}
.offset-sm-3{margin-left:25%}
.offset-sm-4{margin-left:33.333333%}
.offset-sm-5{margin-left:41.666667%}
.offset-sm-6{margin-left:50%}
.offset-sm-7{margin-left:58.333333%}
.offset-sm-8{margin-left:66.666667%}
.offset-sm-9{margin-left:75%}
.offset-sm-10{margin-left:83.333333%}
.offset-sm-11{margin-left:91.666667%}
.justify-content-sm-start{justify-content:flex-start}
.align-content-sm-start{align-content:flex-start}
.justify-content-sm-end{justify-content:flex-end}
.align-content-sm-end{align-content:flex-end}
.justify-content-sm-center{justify-content:center}
.align-content-sm-center{align-content:center}
.justify-content-sm-between{justify-content:space-between}
.align-content-sm-between{align-content:space-between}
.justify-content-sm-around{justify-content:space-around}
.align-content-sm-around{align-content:space-around}
.justify-content-sm-evenly{justify-content:space-evenly}
.align-content-sm-evenly{align-content:space-evenly}
.align-items-sm-start{align-items:flex-start}
.align-self-sm-start{align-self:flex-start}
.align-items-sm-end{align-items:flex-end}
.align-self-sm-end{align-self:flex-end}
.align-items-sm-center{align-items:center}
.align-self-sm-center{align-self:center}
.align-items-sm-baseline{align-items:baseline}
.align-self-sm-baseline{align-self:baseline}
.align-items-sm-stretch{align-items:stretch}
.align-self-sm-stretch{align-self:stretch}
.d-sm-none{display:none!important}
.d-sm-block{display:block!important}
.d-sm-flex{display:flex!important}
.d-sm-inline-flex{display:inline-flex!important}
.d-sm-inline-block{display:inline-block!important}
.text-sm-start{text-align:left}
.text-sm-end{text-align:right}
.text-sm-center{text-align:center}
}
@media (min-width:768px){
.col-md{flex:1 0 0%;width:auto;max-width:100%}
.col-md-auto{flex:0 0 auto;width:auto}
.col-md-1{flex:0 0 auto;width:8.333333%}
.col-md-2{flex:0 0 auto;width:16.666667%}
.col-md-3{flex:0 0 auto;width:25%}
.col-md-4{flex:0 0 auto;width:33.333333%}
.col-md-5{flex:0 0 auto;width:41.666667%}
.col-md-6{flex:0 0 auto;width:50%}
.col-md-7{flex:0 0 auto;width:58.333333%}
.col-md-8{flex:0 0 auto;width:66.666667%}
.col-md-9{flex:0 0 auto;width:75%}
.col-md-10{flex:0 0 auto;width:83.333333%}
.col-md-11{flex:0 0 auto;width:91.666667%}
.col-md-12{flex:0 0 auto;width:100%}
.row-cols-md-1>*{flex:0 0 auto;width:100%}
.row-cols-md-2>*{flex:0 0 auto;width:50%}
.row-cols-md-3>*{flex:0 0 auto;width:33.333333%}
.row-cols-md-4>*{flex:0 0 auto;width:25%}
.row-cols-md-5>*{flex:0 0 auto;width:20%}
.row-cols-md-6>*{flex:0 0 auto;width:16.666667%}
.row-cols-md-7>*{flex:0 0 auto;width:14.285714%}
.row-cols-md-8>*{flex:0 0 auto;width:12.5%}
.row-cols-md-9>*{flex:0 0 auto;width:11.111111%}
.row-cols-md-10>*{flex:0 0 auto;width:10%}
.row-cols-md-11>*{flex:0 0 auto;width:9.090909%}
.row-cols-md-12>*{flex:0 0 auto;width:8.333333%}
.offset-md-0{margin-left:0%}
.offset-md-1{margin-left:8.333333%}
.offset-md-2{margin-left:16.666667%}
.offset-md-3{margin-left:25%}
.offset-md-4{margin-left:33.333333%}
.offset-md-5{margin-left:41.666667%}
.offset-md-6{margin-left:50%}
.offset-md-7{margin-left:58.333333%}
.offset-md-8{margin-left:66.666667%}
.offset-md-9{margin-left:75%}
.offset-md-10{margin-left:83.333333%}
.offset-md-11{margin-left:91.666667%}
.justify-content-md-start{justify-content:flex-start}
.align-content-md-start{align-content:flex-start}
.justify-content-md-end{justify-content:flex-end}
.align-content-md-end{align-content:flex-end}
.justify-content-md-center{justify-content:center}
.align-content-md-center{align-content:center}
.justify-content-md-between{justify-content:space-between}
.align-content-md-between{align-content:space-between}
.justify-content-md-around{justify-content:space-around}
.align-content-md-around{align-content:space-around}
.justify-content-md-evenly{justify-content:space-evenly}
.align-content-md-evenly{align-content:space-evenly}
.align-items-md-start{align-items:flex-start}
.align-self-md-start{align-self:flex-start}
.align-items-md-end{align-items:flex-end}
.align-self-md-end{align-self:flex-end}
.align-items-md-center{align-items:center}
.align-self-md-center{align-self:center}
.align-items-md-baseline{align-items:baseline}
.align-self-md-baseline{align-self:baseline}
.align-items-md-stretch{align-items:stretch}
.align-self-md-stretch{align-self:stretch}
.d-md-none{display:none!important}
.d-md-block{display:block!important}
.d-md-flex{display:flex!important}
.d-md-inline-flex{display:inline-flex!important}
.d-md-inline-block{display:inline-block!important}
.text-md-start{text-align:left}
.text-md-end{text-align:right}
.text-md-center{text-align:center}
}
@media (min-width:992px){
.col-lg{flex:1 0 0%;width:auto;max-width:100%}
.col-lg-auto{flex:0 0 auto;width:auto}
.col-lg-1{flex:0 0 auto;width:8.333333%}
.col-lg-2{flex:0 0 auto;width:16.666667%}
.col-lg-3{flex:0 0 auto;width:25%}
.col-lg-4{flex:0 0 auto;width:33.333333%}
.col-lg-5{flex:0 0 auto;width:41.666667%}
.col-lg-6{flex:0 0 auto;width:50%}
.col-lg-7{flex:0 0 auto;width:58.333333%}
.col-lg-8{flex:0 0 auto;width:66.666667%}
.col-lg-9{flex:0 0 auto;width:75%}
.col-lg-10{flex:0 0 auto;width:83.333333%}
.col-lg-11{flex:0 0 auto;width:91.666667%}
.col-lg-12{flex:0 0 auto;width:100%}
.row-cols-lg-1>*{flex:0 0 auto;width:100%}
.row-cols-lg-2>*{flex:0 0 auto;width:50%}
.row-cols-lg-3>*{flex:0 0 auto;width:33.333333%}
.row-cols-lg-4>*{flex:0 0 auto;width:25%}
.row-cols-lg-5>*{flex:0 0 auto;width:20%}
.row-cols-lg-6>*{flex:0 0 auto;width:16.666667%}
.row-cols-lg-7>*{flex:0 0 auto;width:14.285714%}
.row-cols-lg-8>*{flex:0 0 auto;width:12.5%}
.row-cols-lg-9>*{flex:0 0 auto;width:11.111111%}
.row-cols-lg-10>*{flex:0 0 auto;width:10%}
.row-cols-lg-11>*{flex:0 0 auto;width:9.090909%}
.row-cols-lg-12>*{flex:0 0 auto;width:8.333333%}
.offset-lg-0{margin-left:0%}
.offset-lg-1{margin-left:8.333333%}
.offset-lg-2{margin-left:16.666667%}
.offset-lg-3{margin-left:25%}
.offset-lg-4{margin-left:33.333333%}
.offset-lg-5{margin-left:41.666667%}
.offset-lg-6{margin-left:50%}
.offset-lg-7{margin-left:58.333333%}
.offset-lg-8{margin-left:66.666667%}
.offset-lg-9{margin-left:75%}
.offset-lg-10{margin-left:83.333333%}
.offset-lg-11{margin-left:91.666667%}
.justify-content-lg-start{justify-content:flex-start}
.align-content-lg-start{align-content:flex-start}
.justify-content-lg-end{justify-content:flex-end}
.align-content-lg-end{align-content:flex-end}
.justify-content-lg-center{justify-content:center}
.align-content-lg-center{align-content:center}
.justify-content-lg-between{justify-content:space-between}
.align-content-lg-between{align-content:space-between}
.justify-content-lg-around{justify-content:space-around}
.align-content-lg-around{align-content:space-around}
.justify-content-lg-evenly{justify-content:space-evenly}
.align-content-lg-evenly{align-content:space-evenly}
.align-items-lg-start{align-items:flex-start}
.align-self-lg-start{align-self:flex-start}
.align-items-lg-end{align-items:flex-end}
.align-self-lg-end{align-self:flex-end}
.align-items-lg-center{align-items:center}
.align-self-lg-center{align-self:center}
.align-items-lg-baseline{align-items:baseline}
.align-self-lg-baseline{align-self:baseline}
.align-items-lg-stretch{align-items:stretch}
.align-self-lg-stretch{align-self:stretch}
.d-lg-none{display:none!important}
.d-lg-block{display:block!important}
.d-lg-flex{display:flex!important}
.d-lg-inline-flex{display:inline-flex!important}
.d-lg-inline-block{display:inline-block!important}
.text-lg-start{text-align:left}
.text-lg-end{text-align:right}
.text-lg-center{text-align:center}
}
@media (min-width:1200px){
.col-xl{flex:1 0 0%;width:auto;max-width:100%}
.col-xl-auto{flex:0 0 auto;width:auto}
.col-xl-1{flex:0 0 auto;width:8.333333%}
.col-xl-2{flex:0 0 auto;width:16.666667%}
.col-xl-3{flex:0 0 auto;width:25%}
.col-xl-4{flex:0 0 auto;width:33.333333%}
.col-xl-5{flex:0 0 auto;width:41.666667%}
.col-xl-6{flex:0 0 auto;width:50%}
.col-xl-7{flex:0 0 auto;width:58.333333%}
.col-xl-8{flex:0 0 auto;width:66.666667%}
.col-xl-9{flex:0 0 auto;width:75%}
.col-xl-10{flex:0 0 auto;width:83.333333%}
.col-xl-11{flex:0 0 auto;width:91.666667%}
.col-xl-12{flex:0 0 auto;width:100%}
.row-cols-xl-1>*{flex:0 0 auto;width:100%}
.row-cols-xl-2>*{flex:0 0 auto;width:50%}
.row-cols-xl-3>*{flex:0 0 auto;width:33.333333%}
.row-cols-xl-4>*{flex:0 0 auto;width:25%}
.row-cols-xl-5>*{flex:0 0 auto;width:20%}
.row-cols-xl-6>*{flex:0 0 auto;width:16.666667%}
.row-cols-xl-7>*{flex:0 0 auto;width:14.285714%}
.row-cols-xl-8>*{flex:0 0 auto;width:12.5%}
.row-cols-xl-9>*{flex:0 0 auto;width:11.111111%}
.row-cols-xl-10>*{flex:0 0 auto;width:10%}
.row-cols-xl-11>*{flex:0 0 auto;width:9.090909%}
.row-cols-xl-12>*{flex:0 0 auto;width:8.333333%}
.offset-xl-0{margin-left:0%}
.offset-xl-1{margin-left:8.333333%}
.offset-xl-2{margin-left:16.666667%}
.offset-xl-3{margin-left:25%}
.offset-xl-4{margin-left:33.333333%}
.offset-xl-5{margin-left:41.666667%}
.offset-xl-6{margin-left:50%}
.offset-xl-7{margin-left:58.333333%}
.offset-xl-8{margin-left:66.666667%}
.offset-xl-9{margin-left:75%}
.offset-xl-10{margin-left:83.333333%}
.offset-xl-11{margin-left:91.666667%}
.justify-content-xl-start{justify-content:flex-start}
.align-content-xl-start{align-content:flex-start}
.justify-content-xl-end{justify-content:flex-end}
.align-content-xl-end{align-content:flex-end}
.justify-content-xl-center{justify-content:center}
.align-content-xl-center{align-content:center}
.justify-content-xl-between{justify-content:space-between}
.align-content-xl-between{align-content:space-between}
.justify-content-xl-around{justify-content:space-around}
.align-content-xl-around{align-content:space-around}
.justify-content-xl-evenly{justify-content:space-evenly}
.align-content-xl-evenly{align-content:space-evenly}
.align-items-xl-start{align-items:flex-start}
.align-self-xl-start{align-self:flex-start}
.align-items-xl-end{align-items:flex-end}
.align-self-xl-end{align-self:flex-end}
.align-items-xl-center{align-items:center}
.align-self-xl-center{align-self:center}
.align-items-xl-baseline{align-items:baseline}
.align-self-xl-baseline{align-self:baseline}
.align-items-xl-stretch{align-items:stretch}
.align-self-xl-stretch{align-self:stretch}
.d-xl-none{display:none!important}
.d-xl-block{display:block!important}
.d-xl-flex{display:flex!important}
.d-xl-inline-flex{display:inline-flex!important}
.d-xl-inline-block{display:inline-block!important}
.text-xl-start{text-align:left}
.text-xl-end{text-align:right}
.text-xl-center{text-align:center}
}
@media (min-width:1400px){
.col-xxl{flex:1 0 0%;width:auto;max-width:100%}
.col-xxl-auto{flex:0 0 auto;width:auto}
.col-xxl-1{flex:0 0 auto;width:8.333333%}
.col-xxl-2{flex:0 0 auto;width:16.666667%}
.col-xxl-3{flex:0 0 auto;width:25%}
.col-xxl-4{flex:0 0 auto;width:33.333333%}
.col-xxl-5{flex:0 0 auto;width:41.666667%}
.col-xxl-6{flex:0 0 auto;width:50%}
.col-xxl-7{flex:0 0 auto;width:58.333333%}
.col-xxl-8{flex:0 0 auto;width:66.666667%}
.col-xxl-9{flex:0 0 auto;width:75%}
.col-xxl-10{flex:0 0 auto;width:83.333333%}
.col-xxl-11{flex:0 0 auto;width:91.666667%}
.col-xxl-12{flex:0 0 auto;width:100%}
.row-cols-xxl-1>*{flex:0 0 auto;width:100%}
.row-cols-xxl-2>*{flex:0 0 auto;width:50%}
.row-cols-xxl-3>*{flex:0 0 auto;width:33.333333%}
.row-cols-xxl-4>*{flex:0 0 auto;width:25%}
.row-cols-xxl-5>*{flex:0 0 auto;width:20%}
.row-cols-xxl-6>*{flex:0 0 auto;width:16.666667%}
.row-cols-xxl-7>*{flex:0 0 auto;width:14.285714%}
.row-cols-xxl-8>*{flex:0 0 auto;width:12.5%}
.row-cols-xxl-9>*{flex:0 0 auto;width:11.111111%}
.row-cols-xxl-10>*{flex:0 0 auto;width:10%}
.row-cols-xxl-11>*{flex:0 0 auto;width:9.090909%}
.row-cols-xxl-12>*{flex:0 0 auto;width:8.333333%}
.offset-xxl-0{margin-left:0%}
.offset-xxl-1{margin-left:8.333333%}
.offset-xxl-2{margin-left:16.666667%}
.offset-xxl-3{margin-left:25%}
.offset-xxl-4{margin-left:33.333333%}
.offset-xxl-5{margin-left:41.666667%}
.offset-xxl-6{margin-left:50%}
.offset-xxl-7{margin-left:58.333333%}
.offset-xxl-8{margin-left:66.666667%}
.offset-xxl-9{margin-left:75%}
.offset-xxl-10{margin-left:83.333333%}
.offset-xxl-11{margin-left:91.666667%}
.justify-content-xxl-start{justify-content:flex-start}
.align-content-xxl-start{align-content:flex-start}
.justify-content-xxl-end{justify-content:flex-end}
.align-content-xxl-end{align-content:flex-end}
.justify-content-xxl-center{justify-content:center}
.align-content-xxl-center{align-content:center}
.justify-content-xxl-between{justify-content:space-between}
.align-content-xxl-between{align-content:space-between}
.justify-content-xxl-around{justify-content:space-around}
.align-content-xxl-around{align-content:space-around}
.justify-content-xxl-evenly{justify-content:space-evenly}
.align-content-xxl-evenly{align-content:space-evenly}
.align-items-xxl-start{align-items:flex-start}
.align-self-xxl-start{align-self:flex-start}
.align-items-xxl-end{align-items:flex-end}
.align-self-xxl-end{align-self:flex-end}
.align-items-xxl-center{align-items:center}
.align-self-xxl-center{align-self:center}
.align-items-xxl-baseline{align-items:baseline}
.align-self-xxl-baseline{align-self:baseline}
.align-items-xxl-stretch{align-items:stretch}
.align-self-xxl-stretch{align-self:stretch}
.d-xxl-none{display:none!important}
.d-xxl-block{display:block!important}
.d-xxl-flex{display:flex!important}
.d-xxl-inline-flex{display:inline-flex!important}
.d-xxl-inline-block{display:inline-block!important}
.text-xxl-start{text-align:left}
.text-xxl-end{text-align:right}
.text-xxl-center{text-align:center}
}


:root {
  --gx: 12px;
  --bg: #0a0821;
  --bg-2: #100d2c;
  --panel: #191545;
  --panel-2: #221c58;
  --line: rgba(255, 255, 255, 0.09);
  --cream: #f4efe6;
  --muted: #a7a1cf;
  --cherry: #ff2e55;
  --cherry-2: #d3103f;
  --gold: #ffc93c;
  --gold-2: #ff9d2f;
  --display: 'Oswald', 'Arial Narrow', sans-serif;
  --body: 'Manrope', 'Segoe UI', Arial, sans-serif;
  --radius: 18px;
  --shadow: 0 18px 40px rgba(0, 0, 0, 0.45);
  --dots: radial-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--bg);
  background-image: radial-gradient(900px 500px at 50% -120px, rgba(255, 46, 85, 0.18), transparent 70%),
    radial-gradient(700px 400px at 100% 10%, rgba(108, 75, 214, 0.22), transparent 70%);
  background-repeat: no-repeat;
  color: var(--cream);
  font-family: var(--body);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--cream);
  text-decoration: none;
  transition: color 0.2s ease, opacity 0.2s ease;
}

a:hover {
  color: var(--gold);
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.bold {
  font-weight: 800;
}

:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
  border-radius: 4px;
}

.buttons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: var(--display);
  font-weight: 600;
  font-size: 15px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 12px 26px;
  min-height: 46px;
  border-radius: 999px;
  border: 1px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background 0.18s ease, color 0.18s ease;
}

.buttons:hover {
  transform: translateY(-2px);
}

.buttons:active {
  transform: translateY(0);
}

.btn-login {
  color: var(--cream);
  border-color: rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.04);
}

.btn-login:hover {
  color: var(--bg);
  background: var(--cream);
  border-color: var(--cream);
}

.btn-register,
.slider__item .buttons,
.button-get {
  color: #fff;
  background: linear-gradient(180deg, var(--cherry) 0%, var(--cherry-2) 100%);
  box-shadow: 0 10px 24px rgba(255, 46, 85, 0.32);
}

.btn-register:hover,
.slider__item .buttons:hover,
.button-get:hover {
  color: #fff;
  box-shadow: 0 16px 32px rgba(255, 46, 85, 0.5);
}

.button-get {
  color: #2a1400;
  background: linear-gradient(180deg, var(--gold) 0%, var(--gold-2) 100%);
  box-shadow: 0 12px 28px rgba(255, 157, 47, 0.35);
  font-size: 18px;
  padding: 16px 42px;
  min-height: 56px;
}

.button-get:hover {
  color: #2a1400;
  box-shadow: 0 18px 38px rgba(255, 157, 47, 0.55);
}

.section-box-header {
  position: sticky;
  top: 0;
  z-index: 100;
  padding: 14px 0;
  background: rgba(10, 8, 33, 0.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid var(--line);
}

.logo {
  display: inline-block;
}

.logo img {
  height: 38px;
  width: auto;
}

.header-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px 18px;
}

.header-links a {
  position: relative;
  font-family: var(--display);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
  padding: 6px 0;
  white-space: nowrap;
}

.header-links a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: var(--cherry);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.22s ease;
}

.header-links a:hover,
.header-links a.active {
  color: var(--cream);
}

.header-links a:hover::after,
.header-links a.active::after {
  transform: scaleX(1);
}

.header-buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header-buttons .buttons {
  font-size: 13px;
  padding: 10px 22px;
  min-height: 42px;
}

.button-mobile-menu {
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 7px;
  border-radius: 12px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.05);
  cursor: pointer;
}

.button-mobile-menu div {
  width: 20px;
  height: 2px;
  border-radius: 2px;
  background: var(--cream);
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.button-mobile-menu:hover {
  border-color: rgba(255, 201, 60, 0.5);
  background: rgba(255, 255, 255, 0.1);
}

.button-mobile-menu.active,
.button-mobile-menu[aria-expanded='true'] {
  border-color: rgba(255, 46, 85, 0.6);
  background: rgba(255, 46, 85, 0.16);
}

.button-mobile-menu.active div:first-child,
.button-mobile-menu[aria-expanded='true'] div:first-child {
  transform: translateY(4.5px) rotate(45deg);
}

.button-mobile-menu.active div:last-child,
.button-mobile-menu[aria-expanded='true'] div:last-child {
  transform: translateY(-4.5px) rotate(-45deg);
}

@media (max-width: 991.98px) {
  .mobile-menu {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0s linear 0.35s;
  }

  .mobile-menu.open,
  body.menu-open .mobile-menu {
    max-height: calc(100vh - 96px);
    overflow-y: auto;
    opacity: 1;
    visibility: visible;
    padding-top: 18px;
    transition: max-height 0.35s ease, opacity 0.25s ease, visibility 0s;
  }

  body.menu-open {
    overflow: hidden;
  }

  .header-links {
    flex-direction: column;
    align-items: stretch;
    gap: 0;
  }

  .header-links li + li {
    border-top: 1px solid var(--line);
  }

  .header-links a {
    display: block;
    font-size: 15px;
    padding: 12px 2px;
  }

  .header-links a::after {
    display: none;
  }

  .mobile-menu .header-buttons {
    padding: 18px 0 6px;
  }

  .mobile-menu .header-buttons__link {
    flex: 1;
  }

  .mobile-menu .header-buttons .buttons {
    width: 100%;
  }

  .mobile-buttons {
    display: none;
  }
}

.section-box-content > section {
  padding: 34px 0;
}

.section-box-title {
  padding-top: 48px !important;
  padding-bottom: 8px !important;
}

.section-box-title__title {
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(30px, 6vw, 58px);
  line-height: 1.08;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin: 0;
  background: linear-gradient(180deg, #ffffff 30%, #b9b2ea 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.section-banner {
  padding-top: 18px !important;
}

.section-banner .container {
  padding-top: 38px;
  padding-bottom: 38px;
  border-radius: 26px;
  border: 1px solid rgba(255, 201, 60, 0.25);
  background-color: var(--panel);
  background-image: var(--dots), radial-gradient(600px 260px at 50% 0, rgba(255, 46, 85, 0.35), transparent 70%),
    linear-gradient(180deg, var(--panel-2), var(--panel));
  background-size: 14px 14px, auto, auto;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.section-banner__text i {
  display: block;
  font-style: normal;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(24px, 4.4vw, 40px);
  line-height: 1.12;
  text-transform: uppercase;
  color: var(--gold);
  text-shadow: 0 4px 0 rgba(0, 0, 0, 0.35);
}

.section-banner__text span {
  display: block;
  margin-top: 10px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.02em;
  color: var(--muted);
}

.section-banner__button {
  margin-top: 22px;
}

.slider {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.slider__item {
  position: relative;
  overflow: hidden;
  min-height: 260px;
  padding: 26px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background-size: cover !important;
  background-position: 50% 50% !important;
  box-shadow: var(--shadow);
}

.slider__item::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(100deg, rgba(10, 8, 33, 0.92) 12%, rgba(10, 8, 33, 0.55) 55%, rgba(10, 8, 33, 0.1) 100%);
}

.slider__item.type-1 {
  border-color: rgba(255, 46, 85, 0.35);
}

.slider__item.type-2 {
  border-color: rgba(255, 201, 60, 0.35);
}

.slider__item.type-3 {
  border-color: rgba(126, 92, 255, 0.4);
}

.slider__item_img {
  position: absolute;
  right: -6%;
  bottom: 0;
  z-index: 1;
  max-height: 100%;
  width: auto;
  pointer-events: none;
  filter: drop-shadow(0 16px 30px rgba(0, 0, 0, 0.5));
}

.slider__item .row {
  position: relative;
  z-index: 2;
  height: 100%;
}

.slider__item_info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 22px;
  min-height: 208px;
}

.slider__item_text {
  font-family: var(--display);
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  text-transform: uppercase;
}

.slider__item.type-2 .slider__item_text {
  color: var(--gold);
}

.section-box-3 .row {
  gap: 14px 0;
}

.advantages__item {
  display: flex;
  align-items: center;
  gap: 14px;
  height: 100%;
  padding: 18px 20px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.055), rgba(255, 255, 255, 0.015));
  transition: border-color 0.2s ease, transform 0.2s ease;
}

.advantages__item:hover {
  border-color: rgba(255, 201, 60, 0.45);
  transform: translateY(-3px);
}

.advantages__item i {
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: rgba(255, 46, 85, 0.14);
}

.advantages__item i img {
  width: 28px;
  height: auto;
}

.advantages__item span {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
}

.page-title {
  position: relative;
  display: inline-block;
  font-family: var(--display);
  font-weight: 700;
  font-size: clamp(24px, 3.6vw, 38px);
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 28px;
  padding-bottom: 12px;
}

.page-title::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  width: 64px;
  height: 4px;
  border-radius: 4px;
  background: linear-gradient(90deg, var(--cherry), var(--gold));
}

.slot {
  row-gap: 18px;
}

.slot__link {
  display: block;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--panel);
  transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.slot__link img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

.slot__link::after {
  content: 'Играть';
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translate(-50%, 130%);
  font-family: var(--display);
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #fff;
  padding: 7px 18px;
  border-radius: 999px;
  background: linear-gradient(180deg, var(--cherry), var(--cherry-2));
  transition: transform 0.22s ease;
}

.slot__link:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 46, 85, 0.55);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.5);
}

.slot__link:hover::after {
  transform: translate(-50%, 0);
}

.sections-border {
  height: 1px;
  margin: 42px 0 6px;
  background: linear-gradient(90deg, transparent, var(--line) 20%, var(--line) 80%, transparent);
}

.comments-row {
  row-gap: 18px;
}

.comment__item_bg {
  position: relative;
  height: 100%;
  padding: 24px 24px 26px;
  border-radius: var(--radius);
  border: 1px solid var(--line);
  background: linear-gradient(180deg, var(--panel-2), var(--panel));
}

.comment__item_bg::before {
  content: '”';
  position: absolute;
  top: 4px;
  right: 20px;
  font-family: Georgia, serif;
  font-size: 70px;
  line-height: 1;
  color: rgba(255, 201, 60, 0.25);
}

.comment__name {
  font-family: var(--display);
  font-weight: 600;
  font-size: 19px;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: var(--gold);
}

.comment__date {
  font-size: 12px;
  letter-spacing: 0.04em;
  color: var(--muted);
  margin-bottom: 12px;
}

.comment__text {
  font-size: 15px;
  color: rgba(244, 239, 230, 0.88);
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.comment__text.open,
.comment__text.show {
  display: block;
  overflow: visible;
}

.comments-row .comment-more,
.comments-row .comment__more {
  display: inline-block;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.03em;
  color: var(--cherry);
  border-bottom: 1px dashed rgba(255, 46, 85, 0.6);
  cursor: pointer;
}

.editor-text {
  font-size: 16px;
  color: rgba(244, 239, 230, 0.86);
}
.editor-text a {color:#ffcd4b;}
.editor-text h2 {
  font-family: var(--display);
  font-weight: 600;
  font-size: clamp(21px, 2.8vw, 30px);
  line-height: 1.22;
  text-transform: uppercase;
  color: var(--cream);
  margin: 38px 0 14px;
  padding-left: 16px;
  border-left: 4px solid var(--cherry);
}

.editor-text h2:first-child {
  margin-top: 0;
}

.editor-text p {
  margin: 0 0 14px;
}

.editor-text ul {
  margin: 0 0 18px;
  padding: 18px 22px;
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.03);
}

.editor-text li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
}

.editor-text li:last-child {
  margin-bottom: 0;
}

.editor-text li::before {
  content: '';
  position: absolute;
  left: 4px;
  top: 11px;
  width: 8px;
  height: 8px;
  border-radius: 2px;
  transform: rotate(45deg);
  background: var(--gold);
}

.editor-text strong {
  color: var(--cream);
  font-weight: 800;
}

.section-box-footer {
  margin-top: 40px;
  padding: 40px 0 28px;
  border-top: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.25), rgba(0, 0, 0, 0.55));
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 22px;
  margin-bottom: 26px;
}

.footer-links a {
  font-family: var(--display);
  font-weight: 500;
  font-size: 13px;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--muted);
}

.footer-links a:hover,
.footer-links a.active {
  color: var(--gold);
}

.footer-img-links {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
  padding-bottom: 22px;
  border-bottom: 1px solid var(--line);
}

.footer-img-links img {
  max-height: 42px;
  width: auto;
  opacity: 0.55;
  filter: grayscale(1);
  transition: opacity 0.2s ease, filter 0.2s ease;
}

.footer-img-links a:hover img {
  opacity: 1;
  filter: none;
}

.footer-copyright {
  padding-top: 20px;
  font-size: 13px;
  letter-spacing: 0.03em;
  color: var(--muted);
}

@media (max-width: 991.98px) {
  .slider {
    grid-template-columns: 1fr;
  }

  .slider__item {
    min-height: 230px;
  }

  .slider__item_info {
    min-height: 178px;
  }

  .slider__item_img {
    right: -10%;
    max-height: 88%;
  }
}

@media (max-width: 767.98px) {
  .section-box-content > section {
    padding: 26px 0;
  }

  .section-banner .container {
    border-radius: 20px;
    padding-top: 28px;
    padding-bottom: 28px;
  }

  .section-banner__button {
    margin-top: 20px;
  }

  .section-banner__button .buttons {
    width: 100%;
  }

  .slider__item {
    padding: 20px;
  }

  .slider__item_text {
    font-size: 20px;
  }

  .slider__item_img {
    opacity: 0.5;
    right: -18%;
  }

  .slot {
    row-gap: 12px;
  }

  .editor-text ul {
    padding: 16px 16px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
  }
}