.loading-spinner{-webkit-animation-name:spin;animation-name:spin;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(.1,.7,1,.1);animation-timing-function:cubic-bezier(.1,.7,1,.1);border-color:rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) var(--spinner-color);border-style:solid;border-width:var(--spinner-thickness);border-radius:calc(var(--spinner-size)/2);height:var(--spinner-size);width:var(--spinner-size)}@-webkit-keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@-webkit-keyframes fadein{from{opacity:0}}@keyframes fadein{from{opacity:0}}.modal.popup-modal{max-width:426px;padding:0;width:88%}@media(min-width:768px){.modal.popup-modal{width:78%}}@media(min-width:1024px){.modal.popup-modal{max-width:1280px}}.modal.popup-modal .card{gap:0}.modal.popup-modal .card__content{margin:24px}.modal.popup-modal .card__media{height:300px;max-height:95vh}@media(min-width:768px){.modal.popup-modal .card__inner{height:auto}.modal.popup-modal .card__media{height:360px;width:100%}}@media(min-width:768px)and (min-width:1024px){.modal.popup-modal .card__media{height:auto}}@media(min-width:768px)and (min-width:1920px){.modal.popup-modal .card__heading{font-size:44px;line-height:1.1}}@media(min-width:768px){.modal.popup-modal .card__content{-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:40px;padding:0}}@media(min-width:768px)and (min-width:1024px){.modal.popup-modal .card__content{margin:48px;max-width:304px;width:100%}}@media(min-width:768px)and (min-width:1280px){.modal.popup-modal .card__content{margin:56px;max-width:374px}}@media(min-width:768px)and (min-width:1440px){.modal.popup-modal .card__content{margin:80px}}@media(min-width:1024px){.modal.popup-modal .card{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}