.pricing-floating{display:flex;flex-direction:column;align-items:flex-end;position:fixed;bottom:8px;right:16px;z-index:100;padding-top:3rem;padding-bottom:3rem}.pricing-floating__text{text-align:center}.pricing-floating__text-wrapper{display:flex;flex-direction:column;align-items:center;width:194px;padding:16px;background-color:#e0dcf9;-webkit-box-shadow:0 1px 6px 0 rgba(12,40,70,0.3);box-shadow:0 1px 6px 0 rgba(12,40,70,0.3);border-radius:8px;margin-bottom:16px;opacity:0;-webkit-animation-name:zoomIn;animation-name:zoomIn;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:2s;animation-delay:2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media (max-width: 767px){.pricing-floating__text-wrapper{margin-bottom:8px}}.pricing-floating p{margin-bottom:8px;font-size:14px}.pricing-floating a.button{font-size:12px;width:94px;height:34px;color:#1e3f6b;border:1px solid #1e3f6b}.pricing-floating__icon{height:64px;cursor:pointer;opacity:0;-webkit-animation-name:zoomIn;animation-name:zoomIn;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-box-shadow:0 1px 6px 0 rgba(12,40,70,0.3);box-shadow:0 1px 6px 0 rgba(12,40,70,0.3);border-radius:100%}@media (min-width: 768px){.pricing-floating__icon{height:80px}}.pricing-floating__close{width:10px;height:10px}.pricing-floating__close-wrapper{opacity:0;display:flex;flex-direction:column;padding:8px;margin-bottom:8px;background-color:#fff;border-radius:100%;-webkit-box-shadow:0 2px 8px 0 rgba(12,40,70,0.2);box-shadow:0 2px 8px 0 rgba(12,40,70,0.2);cursor:pointer;opacity:0;-webkit-animation-name:fadeIn;animation-name:fadeIn;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-delay:3s;animation-delay:3s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@media (max-width: 767px){.pricing-floating__close-wrapper{margin-bottom:4px}}@-webkit-keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:1}}@keyframes zoomIn{from{opacity:0;-webkit-transform:scale3d(0.3, 0.3, 0.3);transform:scale3d(0.3, 0.3, 0.3)}to{opacity:1}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}