.parallax{background-attachment:fixed;background-position:50%;background-repeat:no-repeat;background-size:cover}.fade-in{animation-duration:.8s;animation-name:animate-fade;animation-delay:.5s;animation-fill-mode:backwards;animation-timing-function:ease-in-out}.fade-in-right{animation-duration:.8s;animation-name:animate-fade-right;animation-delay:.5s;animation-fill-mode:backwards}.fade-in-scroll{animation-name:animate-fade;animation-fill-mode:backwards;animation-timeline:--fade;animation-range:entry 25% cover 50%;view-timeline-name:--fade}.fade-in-scroll,.fade-in-scroll-right{animation-duration:.8s;view-timeline-axis:block}.fade-in-scroll-right{animation-name:animate-fade-right;animation-fill-mode:backwards;animation-timeline:--fade-right;animation-range:entry 25% cover 50%;view-timeline-name:--fade-right}.fade-in-scroll-left{animation-duration:.8s;animation-name:animate-fade-left;animation-fill-mode:backwards;animation-timeline:--fade-left;animation-range:entry 25% cover 50%;view-timeline-name:--fade-left;view-timeline-axis:block}.spin-slow{animation:spin 280s linear infinite}.oscillation{animation:oscillation 12s linear infinite}@keyframes animate-fade{0%{opacity:0;transform:translateY(80px)}to{opacity:1;transform:translateY(0)}}@keyframes animate-fade-right{0%{opacity:0;transform:translateX(150px)}to{opacity:1;transform:translateX(0)}}@keyframes animate-fade-left{0%{opacity:0;transform:translateX(-150px)}to{opacity:1;transform:translateX(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes pulse-animation{0%{box-shadow:0 0 0 0 rgba(245,243,235,.2)}to{box-shadow:0 0 0 20px rgba(245,243,235,0)}}@keyframes oscillation{0%{transform:translate(0)}15%{transform:translateY(10px)}30%{transform:translate(-10px,10px)}50%{transform:translateY(-10px)}80%{transform:translate(15px,-15px)}90%{transform:translate(15px)}to{transform:translate(0)}}.module-form-prize-simulator{background:linear-gradient(260.6deg,rgba(0,77,202,.7) 1.61%,rgba(15,33,105,.7));border-radius:1rem;padding:2rem}@media(max-width:768px){.module-form-prize-simulator{padding:1.5rem 1rem}}.module-form-prize-simulator h1{text-align:center}@media(max-width:768px){.module-form-prize-simulator h1{margin-bottom:1.5rem}}.module-form-prize-simulator__header{display:flex;flex-direction:column;gap:1.5rem;width:100%;max-width:708px;margin-left:auto;margin-right:auto}.module-form-prize-simulator__header__tabs{display:flex;justify-content:center;margin-bottom:40px}.module-form-prize-simulator__header__tabs-tab{flex:1 1 50%;background-color:rgba(0,0,0,0);color:#fff;font-size:1.25rem;font-weight:400;border:none;border-bottom:2px solid #e8641a;padding:.5625rem .5625rem calc(.5625rem + 2px);cursor:pointer}@media(max-width:768px){.module-form-prize-simulator__header__tabs-tab{padding-inline:0}}.module-form-prize-simulator__header__tabs-tab:hover{background-color:#19267f}.module-form-prize-simulator__header__tabs-tab.active{font-weight:700;padding-bottom:.5625rem;border-bottom:4px solid #e8641a}.module-form-prize-simulator__table{display:flex;flex-wrap:wrap;gap:1rem}.module-form-prize-simulator__table>div{display:flex;align-items:center;flex-grow:1;flex-shrink:1;flex-basis:calc(50% - 1.5rem)}.module-form-prize-simulator__table__section{padding:.75rem 1rem;border-radius:2rem;background-color:#fff;color:#121b5a;font-size:1rem;font-weight:700}.module-form-prize-simulator__table__section.yellow{background-color:#ffd300}.module-form-prize-simulator__table__value{display:flex;gap:1.25rem;font-size:1rem}.module-form-prize-simulator__table__value span{font-size:32px;font-weight:500}