.service-unavailable__container{width:100%;height:100vh;background-color:#f3efe7;background-image:url(/service-unavailble.png);background-repeat:no-repeat;background-position:100% 100%;background-size:42rem 38rem}.service-unavailable__block{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:1.5rem;width:50rem;height:100%;margin:0 auto}.service-unavailable__title{color:var(--aui-primary-200);font-size:2.5rem;font-style:normal;font-weight:700;line-height:3rem}.service-unavailable__body{color:var(--aui-primary-180);font-size:1.25rem;font-style:normal;font-weight:500;line-height:2rem}.service-unavailable__footer{font-weight:600}.service-unavailable__divider{width:5%;border-top:2px solid #f40076}[data-theme=dark] .service-unavailable__container{background-color:#111418}[data-theme=dark] .service-unavailable__title{color:#fff}[data-theme=dark] .service-unavailable__body{color:var(--aui-primary-130)}