.story-buttons{justify-content:center}.story-button,.story-buttons{align-items:center;display:flex}.story-button{background-color:#f4f6f8;border:1px solid #f4f6f8;box-shadow:none;color:#2e3b45;cursor:pointer;font-family:Poppins,Sans-serif;font-size:16px;font-weight:700;gap:15px;letter-spacing:.5px;line-height:1.5em;padding:25px;transition-duration:.3s}.story-button.active,.story-button:hover{background-color:#4089e1;color:#fff}.story-button:first-child{border-radius:5px 0 0 5px!important}.story-button i{color:#4089e1;font-size:32px}.story-button.active i,.story-button:hover i{color:#fff}.story-button:last-child{border-radius:0 5px 5px 0!important}.story-wrapper{padding:40px}.story-content{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:moveUp;animation-name:moveUp;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:cubic-bezier(.26,.69,.37,.96);animation-timing-function:cubic-bezier(.26,.69,.37,.96)}.story-content p{color:#555;font-family:Poppins,Sans-serif;font-size:16px;font-weight:400;line-height:1.6em;margin:0 0 50px}.story-content .hsfc-Step__Content{padding:0!important}.story-content textarea{height:160px}.story-content .hsfc-button{background-color:#3076af!important;border-radius:5px!important;box-shadow:0 10px 25px -10px rgba(48,118,175,.5)!important;color:#fff!important;font-family:Poppins,Sans-serif;font-size:14px!important;font-weight:700!important;letter-spacing:.5px!important;line-height:1.5em!important;padding:10px 30px!important;width:100%!important}.story-content-button{text-align:center;width:100%}.story-content-button a{background-color:#4089e1;font-family:Poppins,Sans-serif;font-size:18px;font-weight:700;letter-spacing:.5px;line-height:1.5em;text-transform:uppercase;fill:#fff;border:1px solid #4089e1;border-radius:5px 5px 5px 5px;color:#fff;padding:10px 30px;text-decoration:none;transition-duration:.3s}.story-content-button a:hover{background-color:#4898f8;color:#fff}@keyframes moveUp{0%{opacity:0;-webkit-transform:translateY(25px);transform:translateY(25px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}