.loader-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.6);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:9999}.loader-container{position:relative;max-width:460px;width:calc(100% - 24px);border:6px solid #fff;background:#000;overflow:hidden;border-radius:32px;aspect-ratio:1/1}.loader-slideshow,.loader-slideshow:after{top:0;position:absolute;width:100%;height:100%;left:0}.loader-slideshow{list-style-type:none}.loader-slideshow li span{position:absolute;width:100%;height:100%;top:0;left:0;color:rgba(0,0,0,0);background-size:cover;background-position:50% 50%;background-repeat:no-repeat;opacity:0;z-index:0;-webkit-animation:imageAnimation 7.5s linear infinite 0s;animation:imageAnimation 7.5s linear infinite 0s}.loader-slideshow li span img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top}.loader-slideshow li:nth-child(2) span{-webkit-animation-delay:1.5s;animation-delay:1.5s}.loader-slideshow li:nth-child(3) span{-webkit-animation-delay:3s;animation-delay:3s}.loader-slideshow li:nth-child(4) span{-webkit-animation-delay:4.5s;animation-delay:4.5s}.loader-slideshow li:nth-child(5) span{-webkit-animation-delay:6s;animation-delay:6s}.loader-progres{max-width:260px;width:100%;height:14px;background:repeating-linear-gradient(-45deg,#1bbf75 0 10px,#fff 0 15px) right/200% 100%;-webkit-animation:_progres 8s infinite linear;animation:_progres 8s infinite linear;border-radius:14px;overflow:hidden}.loader-content{position:absolute;top:0;left:0;right:0;bottom:0}.loader-data{position:absolute;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:32px;gap:24px;background:rgba(0,0,0,.7)}@media(max-width:380px){.loader-data{padding:18px 24px 24px;gap:18px}}.loader-data.bottom{bottom:0}.loader-data.full{top:0;bottom:0}.loader-data.center{top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.loader-profiles{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:row;-ms-flex:row;flex:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-right:35px;max-width:300px;width:100%}@media(max-width:380px){.loader-profiles{padding-right:20px}}.loader-profile{width:33.3333333333%;aspect-ratio:1/1;border-radius:50%;overflow:hidden;border:2px solid #28b877;margin-right:-35px}@media(max-width:380px){.loader-profile{margin-right:-20px}}.loader-profile:last-child{background:#000;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#fff;font-size:22px;line-height:1;font-weight:400}.loader-profile img{display:inline-block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.loader-title{display:block;margin:0 0 10px 0;padding:0;font-size:21px;color:red;font-weight:700;line-height:1.3;letter-spacing:0}@media(max-width:380px){.loader-title{font-size:18px}}.loader-status{font-size:18px;line-height:1.3;font-weight:400;color:#fff;margin:0;text-align:center;letter-spacing:0}@media(max-width:380px){.loader-status{font-size:14px}}@-webkit-keyframes imageAnimation{0%{opacity:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}2%{opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}47%{opacity:1}50%{opacity:0}100%{opacity:0}}@keyframes imageAnimation{0%{opacity:0;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}2%{opacity:1;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}47%{opacity:1}50%{opacity:0}100%{opacity:0}}@-webkit-keyframes _progres{100%{background-position:left}}@keyframes _progres{100%{background-position:left}}