﻿.preloader-orso{position:relative;width:100px;height:100px;}.preloader-orso .orbit{position:absolute;top:0;left:0;width:100%;height:100%;}.preloader-orso .circle{position:absolute;width:35px;height:35px;border-radius:50%;background-color:var(--PW-preloader-color-1);animation:spin 2s ease infinite;}.preloader-orso .circle:nth-child(2){background-color:var(--PW-preloader-color-2);animation-delay:.5s;}.preloader-orso .circle:nth-child(3){background-color:var(--PW-preloader-color-1);animation-delay:1s;}.preloader-orso .circle:nth-child(4){background-color:var(--PW-preloader-color-2);animation-delay:1.5s;}.preloader-orso .center-circle{position:absolute;width:35px;height:35px;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:bold;}@media(max-width:768px){.preloader-orso .center-circle{width:23.45px;height:23.45px;font-size:16px;}}@keyframes spin{0%,100%{transform:translate(0,0);}25%{transform:translate(calc(65px),0);}50%{transform:translate(calc(65px),calc(65px));}75%{transform:translate(0,calc(65px));}}@media(max-width:768px){.preloader-orso{width:67px;height:67px;}.preloader-orso .circle{width:23.45px;height:23.45px;animation:spin-mobile 2s ease infinite;}@keyframes spin-mobile{0%,100%{transform:translate(0,0);}25%{transform:translate(calc(43.55px),0);}50%{transform:translate(calc(43.55px),calc(43.55px));}75%{transform:translate(0,calc(43.55px));}}