@keyframes fadeInBackdrop{0%{background-color:transparent}to{background-color:rgba(0,0,0,.12)}}@keyframes fadeOutBackdrop{0%{background-color:rgba(0,0,0,.12)}to{background-color:transparent}}@keyframes entryAnimation{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes exitAnimation{0%{transform:translateY(0)}to{transform:translateY(100%)}}.RewardsCalculator{width:100%}.RewardsCalculator iframe{border:none;display:block;max-height:53rem;width:100%}@media(min-width:768px){.RewardsCalculator iframe{max-height:48rem}}.IframedContent--fullScreenDisplay iframe{min-height:calc(100vh - 93px);width:100vw}.IframedContent--modalDisplay iframe{border-radius:1rem;min-height:calc(100vh - 14.5rem);width:100%}