.modal-loading form{display:flex;flex-direction:column}.modal-loading .body,.modal-loading .header{align-items:center;display:flex;flex-direction:column}.modal-simple.modal-loading .modal-simple__previous{background:var(--bg,transparent);border:var(--border,0);color:var(--color,var(--button-text-ghost-high-contrast));font-family:Jost,sans-serif}.modal-loading .scroll:focus,.modal-loading .scroll:hover,.modal-loading.modal-simple .body:focus,.modal-loading.modal-simple .body:hover{cursor:pointer;transition:all .3s}.modal-loading .scroll:focus::-webkit-scrollbar-thumb,.modal-loading .scroll:hover::-webkit-scrollbar-thumb,.modal-loading.modal-simple .body:focus::-webkit-scrollbar-thumb,.modal-loading.modal-simple .body:hover::-webkit-scrollbar-thumb{background:var(--colors-white-100);box-shadow:inset 0 0 4px #00000080;-webkit-transition:all .3s;transition:all .3s}.modal-loading .scroll:focus::-webkit-scrollbar-track,.modal-loading .scroll:hover::-webkit-scrollbar-track,.modal-loading.modal-simple .body:focus::-webkit-scrollbar-track,.modal-loading.modal-simple .body:hover::-webkit-scrollbar-track{box-shadow:inset 0 0 4px #0000004d;-webkit-transition:all .3s;transition:all .3s}.modal-loading .scroll::-webkit-scrollbar,.modal-loading.modal-simple .body::-webkit-scrollbar{height:3px;width:3px}.modal-loading .scroll::-webkit-scrollbar-track,.modal-loading.modal-simple .body::-webkit-scrollbar-track{border-radius:10px;box-shadow:none}.modal-loading .scroll::-webkit-scrollbar-thumb,.modal-loading.modal-simple .body::-webkit-scrollbar-thumb{background:transparent;border-radius:10px;box-shadow:none}.modal-loading .scroll::-webkit-scrollbar-thumb:window-inactive,.modal-loading.modal-simple .body::-webkit-scrollbar-thumb:window-inactive{background:transparent}.modal-loading .scroll{align-items:center;align-self:center;cursor:default;display:flex;flex-direction:column;max-height:100%;overflow-x:hidden;overflow-y:auto;padding:1rem;position:relative;width:100%}.modal-loading .scroll:has(.body__result--processing){align-items:center;display:flex;height:100%;justify-content:center;padding-bottom:3.125rem}@media (min-width:64rem){.modal-loading .scroll:has(.body__result--processing){padding:3.125rem}}@media (min-width:64rem){.modal-loading .scroll{backdrop-filter:blur(35px);background-color:var(--colors-bgbg-modal);border-radius:24px;height:-moz-fit-content;height:fit-content;justify-content:center;min-width:22.5rem;overflow:hidden;padding:1.25rem}}.modal-loading .heading,.modal-loading .title{color:var(--text-primary);flex-grow:1;font-size:var(--font-size,1.5rem);font-weight:var(--font-weight,700);letter-spacing:var(--letter-spacing,-.24px);line-height:var(--line-height,1.1);margin:0;text-align:var(--text-align,center);z-index:1}.modal-loading .heading--small,.modal-loading .title--small{--font-size:1.125rem;--font-weight:600;--line-height:1.1;--letter-spacing:-.18px}.modal-loading .heading--large,.modal-loading .title--large{--font-size:3rem;--font-weight:700;--line-height:1;--letter-spacing:-1.44px}.modal-loading .heading--success,.modal-loading .title--success{--font-size:1.125rem;--font-weight:700;--line-height:1.1;--letter-spacing:-.18px}.modal-loading .heading--left,.modal-loading .title--left{text-align:left!important}.modal-loading .btn-modal-close{position:absolute;--bg:transparent;--top:5px;--right:5px;align-self:flex-end;margin:0;padding:0;z-index:2}.modal-loading .img{display:grid;height:auto;margin:0 auto;width:8.375rem}.modal-loading .text{color:var(--text-secondary);font-size:var(--font-size,.875rem);font-weight:var(--font-weight,500);letter-spacing:var(--letter-spacing,0);line-height:var(--line-height,1.4);margin:0;text-align:left}.modal-loading .text--centered{text-align:center}.modal-loading .text p{margin:0}.modal-loading .btn-goto{margin:0 auto}.modal-loading .header{flex-direction:row;gap:.875rem}.modal-loading .header--desktop{display:none}@media (min-width:64rem){.modal-loading .header--desktop{display:flex}}.modal-loading .header__image{bottom:3.125rem;position:absolute}.modal-loading .header--bg{align-items:center;align-self:center;background:#c92473;background:linear-gradient(271deg,#c92473,#44218b 81%);border-radius:10px;box-shadow:inset 0 2px 2px #000000a6;display:flex;filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#C92473",endColorstr="#44218B",GradientType=0);flex-direction:column;gap:.125rem;height:7.4375rem;justify-content:flex-end;margin-top:7.5rem;max-width:20.25rem;max-width:100%;padding:.625rem;position:relative;width:100%}.modal-loading .header--bg .title{color:var(--text-primary);flex-grow:0;font-size:var(--font-size,1.5rem);font-weight:var(--font-weight,700);letter-spacing:var(--letter-spacing,-.24px);line-height:var(--line-height,1.1)}.modal-loading .header--bg .title--small{--font-size:1rem;--font-weight:700;--line-height:1.2;--letter-spacing:-.16px}@media (min-width:64rem){.modal-loading .header--bg{display:none}}.modal-loading .header__promo{align-items:baseline;background:linear-gradient(10deg,#44218b 7.47%,#c92473 98.07%);border-radius:24px;box-shadow:6px 0 18px #00000045,inset 0 1px #ffffffed;display:none;flex-direction:column;height:36.25rem;justify-content:space-between;overflow:hidden;width:20rem}.modal-loading .header__promo img{height:100%;max-width:20rem;-o-object-fit:contain;object-fit:contain;-o-object-position:top;object-position:top}.modal-loading .header__promo__text{padding:0 0 1.875rem 1.875rem;width:100%}.modal-loading .header__promo .title,.modal-loading .header__promo__text{color:var(--text-primary);display:flex;flex-direction:column;gap:.9375rem}.modal-loading .header__promo .title{font-size:var(--font-size,3rem);font-weight:var(--font-weight,700);letter-spacing:var(--letter-spacing,-1.44px);line-height:var(--line-height,1);text-align:left}.modal-loading .header__promo .title>span{font-size:2rem}.modal-loading .header__promo .title--small{--font-size:1.5rem;--font-weight:700;--line-height:1.2;--letter-spacing:-.72px;line-height:1.3;max-width:12.5rem}.modal-loading .header__promo .title--bottom{--font-size:2.25rem;--font-weight:700;--line-height:1;--letter-spacing:-1.8px;letter-spacing:-.36px}@media (min-width:64rem){.modal-loading .header__promo{display:flex}.modal-loading .header:not(.header__promo){margin-bottom:.9375rem;padding:0}}.modal-loading .body{gap:.875rem;width:100%}.modal-loading .body__result{gap:1.8125rem!important;margin-top:5.625rem!important;text-align:center}@media (min-width:64rem){.modal-loading .body__result{margin-top:.625rem!important}}.modal-loading .body__result .btn-popup .icon,.modal-loading .body__result .btn-popup span{color:var(--text-primary)}.modal-loading .body__result--success .icon{--icon-size:74px}.modal-loading .body__result--success .title--small{--font-size:1.125rem;--font-weight:500;--line-height:1;--letter-spacing:0;--font-weight:600}.modal-loading .body__result--success .title:not(.title--small){--font-size:1.5rem;--font-weight:700;--line-height:1.1;--letter-spacing:-.24px}.modal-loading .body__result--accepted{max-width:14.6875rem}.modal-loading .body__result--processing{margin:0!important;padding-bottom:3.125rem!important;padding-top:0!important}@media (min-width:64rem){.modal-loading .body__result--processing{padding:3.125rem!important}}.modal-loading .body__result--processing img{animation:pulse 2s ease-out infinite}.modal-loading .body__result--fail .title{max-width:14.6875rem}.modal-loading .body__result .btn-ghost{width:100%}.modal-loading .body .btn-primary{--width:100%!important}.modal-loading .body .btn-primary.size-md{margin-top:0}@media (min-width:64rem){.modal-loading .body{padding:0}}@keyframes pulse{0%{opacity:1;transform:translate(0) translateY(0) translateZ(0) scale(1)}to{opacity:0;transform:translate(0) translateY(0) translateZ(0) scale(1.5)}}.modal-loading form{gap:1rem;width:100%}.modal-simple.modal-loading .modal-simple__previous{align-items:center;border-radius:8px;cursor:pointer;display:flex;height:2rem;justify-content:center;position:var(--position,absolute);width:2rem;--color:var(--icon-primary);--icon-size:20px;border:none!important;--position:relative;background:var(--colors-white-10)}.modal-simple.modal-loading .scroll{padding:1rem}@media (min-width:64rem){.modal-simple.modal-loading .scroll{padding:1.25rem}}.modal-simple.modal-loading .body{padding:1.875rem 1.25rem}@media (min-width:64rem){.modal-simple.modal-loading .body{padding:0}}.modal-simple.modal-loading .text{color:var(--text-helper)}.modal-simple.modal-loading .btn-popup span,.modal-simple.modal-loading .btn-popup span>a{font-size:var(--font-size,.875rem);font-weight:var(--font-weight,500);letter-spacing:var(--letter-spacing,0);line-height:var(--line-height,1.4);text-decoration:underline}.modal-simple--iframe.modal-loading{padding:0 16px;z-index:2000!important}@media (min-width:33rem){.modal-simple--iframe.modal-loading{z-index:1000!important}}@media (min-width:64rem){.modal-simple--iframe.modal-loading{padding:0!important}}.modal-simple--iframe.modal-loading .payment-iframe{background-color:#fff;border:none;border-radius:20px;height:575px;max-width:500px;overflow:hidden;width:100%}@media (min-width:64rem){.modal-simple--iframe.modal-loading .payment-iframe{height:570px;max-width:-moz-fit-content;max-width:fit-content}}.modal-simple--iframe.modal-loading .vfm__content{max-width:100%}@media (min-width:64rem){.modal-simple--iframe.modal-loading .vfm__content{height:100%;max-height:48.125rem!important;max-width:36.25rem!important}}.modal-simple--iframe.modal-loading .scroll{backdrop-filter:none!important;box-shadow:none!important;height:100%;padding-left:0!important;padding-right:0!important}@media (min-width:64rem){.modal-simple--iframe.modal-loading .scroll{background-color:transparent!important;padding-bottom:0!important}}.modal-simple--iframe.modal-loading .body{height:auto;margin:auto!important;max-width:500px;padding:0!important;position:relative;width:100%}@media (min-width:64rem){.modal-simple--iframe.modal-loading .body{max-width:-moz-fit-content;max-width:fit-content}}.modal-simple--iframe.modal-loading .header{padding:0 1rem!important;position:absolute;top:20px}.modal-simple--iframe.modal-loading .header .btn-modal-close{--right:16px!important}@media (min-width:64rem){.modal-loading{padding:1rem}.modal-simple.modal-loading .scroll{box-shadow:inset 0 1px #ffffff24,0 10px 14px #0000004a}}.modal-simple.modal-loading .modal-simple__previous{--bg:transparent;--color:var(--button-text-ghost-high-contrast);border:1px solid var(--colors-white-100);--padding:.125rem 1rem}.modal-simple.modal-loading .modal-simple__previous:hover{cursor:pointer;--bg:var(--colors-bgbg-4);--color:var(--button-text-ghost-hover);border:1px solid transparent}.modal-simple.modal-loading .is-active.modal-simple__previous,.modal-simple.modal-loading .modal-simple__previous:active{--bg:var(--colors-bgbg-3);--color:var(--button-text-ghost-click);border:1px solid transparent}.modal-simple.modal-loading [disabled].modal-simple__previous{pointer-events:none;--bg:transparent;--color:var(--button-text-ghost-disabled);border:none;box-shadow:none}.modal-simple.modal-loading .size-xs.modal-simple__previous{--padding:.125rem 1rem}.modal-simple.modal-loading .size-sm.modal-simple__previous{--padding:.375rem 1rem}.modal-simple.modal-loading .size-lg.modal-simple__previous,.modal-simple.modal-loading .size-md.modal-simple__previous{--padding:.625rem 1rem}.modal-loading .vfm__content{max-width:24.5rem;width:100%}@media (min-width:64rem){.modal-loading .scroll{backdrop-filter:blur(10px);box-shadow:inset 0 1px #ffffff54,0 17px 15px #00000073;min-width:24.5rem;padding:1.25rem!important}}.modal-loading.modal-simple .body{margin-top:.8125rem;padding:0 0 3.75rem}@media (min-width:64rem){.modal-loading.modal-simple .body{height:100%;margin-top:0;max-height:43.75rem;overflow-y:auto;padding-bottom:1.875rem;padding-top:.625rem}}.modal-loading .header{flex-direction:column;gap:0;margin-bottom:0!important;padding:0;position:relative;width:100%}@media (min-width:64rem){.modal-loading .header{height:1.875rem;justify-content:center;margin-bottom:1.25rem!important}}.modal-loading .header .title{color:var(--text-primary);font-size:var(--font-size,1.5rem);font-weight:var(--font-weight,700);letter-spacing:var(--letter-spacing,-.24px);line-height:var(--line-height,1.1);margin-top:.625rem}@media (min-width:64rem){.modal-loading .header .title{margin-right:1.875rem;margin-top:0}}.modal-loading .btn-modal-close{position:relative}@media (min-width:64rem){.modal-loading .btn-modal-close{--top:15px}}.modal-loading--zero-condition .header{align-items:flex-start}.modal-loading--zero-condition .header .title{margin-left:.9375rem}.modal-loading--zero-condition .text{--font-size:1rem;--font-weight:700;--line-height:1.2;--letter-spacing:-.16px;color:var(--text-primary)!important;margin-left:.9375rem}.modal-loading .text{color:var(--text-primary)!important;margin-top:.375rem;width:100%}.modal-loading .text--bonus{background:var(--colors-white-10);border-radius:3px;color:var(--colors-secondary-main)!important;font-size:var(--font-size,1.1875rem);font-weight:var(--font-weight,600);letter-spacing:var(--letter-spacing,0);line-height:var(--line-height,1);margin-top:.625rem;padding:.125rem .5rem;text-align:center}.modal-loading .text__payments{font-size:var(--font-size,.875rem);font-weight:var(--font-weight,700);letter-spacing:var(--letter-spacing,-.28px);line-height:var(--line-height,1.4)}.modal-loading .modal-bonuses,.modal-loading .text>div{width:100%}.modal-loading .modal-bonuses .title{margin-bottom:.875rem}
