@-webkit-keyframes diffuse{from{-webkit-box-shadow:0 0 1px 0 rgb(231 10 10);box-shadow:0 0 1px 0 rgb(231 10 10)}to{-webkit-box-shadow:0 0 4px 15px rgb(255 0 0 / 20%);box-shadow:0 0 4px 15px rgb(255 0 0 / 20%)}}@keyframes diffuse{from{-webkit-box-shadow:0 0 1px 0 rgb(231 10 10);box-shadow:0 0 1px 0 rgb(231 10 10)}to{-webkit-box-shadow:0 0 4px 15px rgb(255 0 0 / 20%);box-shadow:0 0 4px 15px rgb(255 0 0 / 20%)}}@-webkit-keyframes scale-up-down{from{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes scale-up-down{from{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1.5);transform:scale(1.5)}}.totd__diffuse-animation{-webkit-animation-name:diffuse;animation-name:diffuse;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(0.65,0.13,0.98,0.68);animation-timing-function:cubic-bezier(0.65,0.13,0.98,0.68)}.tips-of-the-day{position:fixed;bottom:3rem;right:3rem;z-index:1000000;background:-o-radial-gradient(rgb(169 0 0 / 80%),rgb(255 0 0 / 70%));background:radial-gradient(rgb(169 0 0 / 80%),rgb(255 0 0 / 70%));padding:10px;border-radius:999px;-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);width:60px;height:60px;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;cursor:pointer}.totd__button{font-weight:700;text-transform:uppercase;color:#fff}.totd__content-item{display:flex;font-size:15px;border-bottom:1px solid #e9e9e9;margin-top:6px;padding-bottom:6px}.totd__content-item:first-child{margin:0}.totd__content-item:last-child{border:none}.totd__content-item svg{fill:#7d7d7d;min-width:24px;min-height:24px;margin-right:10px}.totd__content-item:hover span{color:#0e65c3}.totd__content-item:hover svg{fill:#0e65c3;-webkit-animation-name:scale-up-down;animation-name:scale-up-down;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-timing-function:cubic-bezier(0.43,0.02,0.36,1.06);animation-timing-function:cubic-bezier(0.43,0.02,0.36,1.06)}#TipsOfTheDay .modal-title{font-size:18px;font-weight:800;color:#0e65c3}@media screen and (max-width:768px){.tips-of-the-day{bottom:6.5rem;right:.7rem;width:50px;height:50px}.totd__button{font-size:14px}}