:root{--duration:1.5s;--container-size:100px;--box-size:15px;--box-border-radius:100vmax}.page-load-status{display:none;margin:0 auto 3rem!important;max-width:20rem;width:100%}.page-load-status p{text-align:center;margin:0!important}.loaderContainer{align-items:center;display:flex;justify-content:space-between;position:relative;width:var(--container-size);margin-inline:auto}.sqdot{height:var(--box-size);border-radius:var(--box-border-radius);display:block;position:relative;transform-origin:-50% center;width:var(--box-size)}.sqdot:after{background-color:hsl(from var(--wp--preset--color--pax-magenta) h s calc(l + 50));border-radius:var(--box-border-radius);content:"";height:100%;position:absolute;right:0;top:0;width:100%}.sqdot:nth-child(1){animation:slide var(--duration) ease-in-out infinite alternate}.sqdot:nth-child(1):after{animation:color-change var(--duration) ease-in-out infinite alternate}.sqdot:nth-child(2){animation:flip-1 var(--duration) ease-in-out infinite alternate}.sqdot:nth-child(2):after{animation:squidge-1 var(--duration) ease-in-out infinite alternate}.sqdot:nth-child(3){animation:flip-2 var(--duration) ease-in-out infinite alternate}.sqdot:nth-child(3):after{animation:squidge-2 var(--duration) ease-in-out infinite alternate}.sqdot:nth-child(4){animation:flip-3 var(--duration) ease-in-out infinite alternate}.sqdot:nth-child(4):after{animation:squidge-3 var(--duration) ease-in-out infinite alternate}.sqdot:nth-child(5){animation:flip-4 var(--duration) ease-in-out infinite alternate}.sqdot:nth-child(5):after{animation:squidge-4 var(--duration) ease-in-out infinite alternate}.sqdot:nth-child(2):after{background-color:hsl(from var(--wp--preset--color--pax-magenta) h s calc(l + 5))}.sqdot:nth-child(3):after{background-color:hsl(from var(--wp--preset--color--pax-magenta) h s calc(l + 10))}.sqdot:nth-child(4):after{background-color:hsl(from var(--wp--preset--color--pax-magenta) h s calc(l + 30))}.sqdot:nth-child(5):after{background-color:hsl(from var(--wp--preset--color--pax-magenta) h s calc(l + 50))}@keyframes slide{0%{background-color:hsl(from var(--wp--preset--color--pax-magenta) h s l);transform:translatex(0vw)}100%{background-color:hsl(from var(--wp--preset--color--pax-magenta) h s calc(l + 50));transform:translatex(calc(var(--container-size) - var(--box-size) * 1.25))}}@keyframes color-change{0%{background-color:hsl(from var(--wp--preset--color--pax-magenta) h s l)}100%{background-color:hsl(from var(--wp--preset--color--pax-magenta) h s calc(l + 55))}}@keyframes flip-1{0%,15%{transform:rotate(0)}35%,100%{transform:rotate(-180deg)}}@keyframes squidge-1{5%{transform-origin:center bottom;transform:scalex(1) scaley(1)}15%{transform-origin:center bottom;transform:scalex(1.3) scaley(.7)}25%,20%{transform-origin:center bottom;transform:scalex(.8) scaley(1.4)}55%,100%{transform-origin:center top;transform:scalex(1) scaley(1)}40%{transform-origin:center top;transform:scalex(1.3) scaley(.7)}}@keyframes flip-2{0%,30%{transform:rotate(0)}50%,100%{transform:rotate(-180deg)}}@keyframes squidge-2{20%{transform-origin:center bottom;transform:scalex(1) scaley(1)}30%{transform-origin:center bottom;transform:scalex(1.3) scaley(.7)}40%,35%{transform-origin:center bottom;transform:scalex(.8) scaley(1.4)}70%,100%{transform-origin:center top;transform:scalex(1) scaley(1)}55%{transform-origin:center top;transform:scalex(1.3) scaley(.7)}}@keyframes flip-3{0%,45%{transform:rotate(0)}65%,100%{transform:rotate(-180deg)}}@keyframes squidge-3{35%{transform-origin:center bottom;transform:scalex(1) scaley(1)}45%{transform-origin:center bottom;transform:scalex(1.3) scaley(.7)}55%,50%{transform-origin:center bottom;transform:scalex(.8) scaley(1.4)}85%,100%{transform-origin:center top;transform:scalex(1) scaley(1)}70%{transform-origin:center top;transform:scalex(1.3) scaley(.7)}}@keyframes flip-4{0%,60%{transform:rotate(0)}80%,100%{transform:rotate(-180deg)}}@keyframes squidge-4{50%{transform-origin:center bottom;transform:scalex(1) scaley(1)}60%{transform-origin:center bottom;transform:scalex(1.3) scaley(.7)}70%,65%{transform-origin:center bottom;transform:scalex(.8) scaley(1.4)}100%,100%{transform-origin:center top;transform:scalex(1) scaley(1)}85%{transform-origin:center top;transform:scalex(1.3) scaley(.7)}}