[data-m-id=BASIC]{--width:400px;--gapLeft:50px;--gapRight:50px;--gapTop:50px;--gapBottom:50px}[data-m-id=BASIC] .scroller{display:flex;justify-content:center;align-items:flex-start;padding:var(--gapTop) var(--gapRight) var(--gapBottom) var(--gapLeft)!important}[data-m-id=BASIC] .modal-content{display:flex;flex-flow:row wrap;width:100%;max-width:var(--width);margin:0}[data-m-id=BASIC]{--closeSize:16px}[data-m-id=BASIC] .close-times{font-size:var(--closeSize);margin:0}[data-m-id=BASIC] .close{z-index:1001}[data-m-id=BASIC] .close--outside{position:fixed;top:5px;right:5px;margin:0 var(--scrollbarWidth)}[data-m-id=BASIC] .close--near{position:absolute;bottom:100%;left:100%;margin:0}[data-m-id=BASIC] .close--inside{position:absolute;top:20px;right:20px}[data-m-id=BASIC] [data-contrast=dark]~.close--inside{color:var(--darkColor)}[data-m-id=BASIC] [data-contrast=light]~.close--inside{color:var(--lightColor)}.is-view [data-m-id=BASIC] .animation-fade{--animationName:fadeIn;animation:var(--animationName) var(--animationDuration) var(--animationFunction) both}.is-view [data-m-id=BASIC] .animation-slide{--animationName:slideDown}.is-view [data-m-id=BASIC] .animation-slide .modal-content{animation:var(--animationName) var(--animationDuration) var(--animationFunction) both,fadeIn var(--animationDuration) var(--animationFunction) both}body.adaptive-desktop [data-m-id=BASIC] .justify-end .close--near{left:auto;right:100%}body.adaptive-desktop [data-m-id=BASIC] .justify-end .close--outside{left:0;right:auto;margin:5px}body.adaptive-desktop [data-m-id=BASIC] .align-start .close--near,body.adaptive-desktop [data-m-id=BASIC] .full-height .close--near{top:0}body.adaptive-desktop [data-m-id=BASIC] .scroller.justify-start{justify-content:flex-start}body.adaptive-desktop [data-m-id=BASIC] .scroller.justify-end{justify-content:flex-end}body.adaptive-desktop [data-m-id=BASIC] .scroller.align-center .modal-content{margin-top:auto;margin-bottom:auto}body.adaptive-desktop [data-m-id=BASIC] .scroller.align-end .modal-content{margin-top:auto}body.adaptive-desktop [data-m-id=BASIC] .full-width{--mleft:0;--mright:0}body.adaptive-desktop [data-m-id=BASIC] .full-width .modal-content{width:100%;max-width:none}body.adaptive-desktop [data-m-id=BASIC] .full-height{--mtop:0;--mbottom:0}body.adaptive-desktop [data-m-id=BASIC] .full-height .modal-content{height:100%;max-height:none}body.adaptive-desktop [data-m-id=BASIC] .gap-x-0.justify-start .bg-element{--topLeftRadius:0px;--bottomLeftRadius:0px}body.adaptive-desktop [data-m-id=BASIC] .gap-x-0.justify-end .bg-element{--topRightRadius:0px;--bottomRightRadius:0px}body.adaptive-desktop [data-m-id=BASIC] .gap-y-0.align-start .bg-element{--topRightRadius:0px;--topLeftRadius:0px}body.adaptive-desktop [data-m-id=BASIC] .gap-y-0.align-end .bg-element{--bottomRightRadius:0px;--bottomLeftRadius:0px}body.adaptive-desktop.is-view [data-m-id=BASIC] .animation-slide.justify-start .modal-content{--animationName:slideRight;--animationSlideDistance:50px}body.adaptive-desktop.is-view [data-m-id=BASIC] .animation-slide.justify-center .modal-content{--animationName:slideDown}body.adaptive-desktop.is-view [data-m-id=BASIC] .animation-slide.justify-end .modal-content{--animationName:slideLeft;--animationSlideDistance:50px}
[data-m-id=FREE]{--gapLeft:50px;--gapRight:50px;--gapTop:50px;--gapBottom:50px;--mleft:auto;--mright:auto;--mtop:auto;--mbottom:auto;--width:1150px;--height:500px}[data-m-id=FREE] .scroller{display:flex;justify-content:flex-start;align-items:flex-start;padding:0}[data-m-id=FREE] .content-box{position:relative;width:100%;height:100%;overflow:hidden;overflow-x:visible;overflow-y:clip;pointer-events:none;margin-left:var(--fixedOffset)}[data-m-id=FREE] .content-box,[data-m-id=FREE] .free-area{min-height:calc(var(--height) + var(--gapTop) + var(--gapBottom))}[data-m-id=FREE] .free-area{display:flex}[data-m-id=FREE] .bg-element{position:absolute!important;top:0;bottom:0;right:0;left:0;z-index:1000;pointer-events:all}[data-m-id=FREE] .bg-element,[data-m-id=FREE] [data-containment=modal]{height:var(--height);width:var(--width);box-sizing:content-box;border-color:transparent;border-style:solid;border-top-width:var(--gapTop);border-bottom-width:var(--gapBottom);border-left-width:var(--gapLeft);border-right-width:var(--gapRight);border-radius:var(--topLeftRadius,var(--bgRadius,0)) var(--topRightRadius,var(--bgRadius,0)) var(--bottomRightRadius,var(--bgRadius,0)) var(--bottomLeftRadius,var(--bgRadius,0));margin:var(--mtop) var(--mright) var(--mbottom) var(--mleft);max-width:calc(100% - var(--gapLeft) - var(--gapRight));color:var(--currentColor)}body.adaptive-desktop [data-m-id=FREE] .justify-start{--mleft:0}body.adaptive-desktop [data-m-id=FREE] .justify-end{--mright:0}body.adaptive-desktop [data-m-id=FREE] .align-start{--mtop:0}body.adaptive-desktop [data-m-id=FREE] .align-end{--mbottom:0}body.adaptive-desktop [data-m-id=FREE] .full-width{--mleft:0;--mright:0}body.adaptive-desktop [data-m-id=FREE] .full-width .bg-element,body.adaptive-desktop [data-m-id=FREE] .full-width [data-containment=modal]{width:auto}body.adaptive-desktop.is-view [data-m-id=FREE] .content-box{overflow:hidden}body.adaptive-desktop.is-view [data-m-id=FREE] .full-height{--mtop:0;--mbottom:0}body.adaptive-desktop.is-view [data-m-id=FREE] .full-height .bg-element,body.adaptive-desktop.is-view [data-m-id=FREE] .full-height [data-containment=modal]{height:auto;min-height:var(--height)}body.adaptive-desktop [data-m-id=FREE] .gap-x-0.justify-start{--topLeftRadius:0px;--bottomLeftRadius:0px}body.adaptive-desktop [data-m-id=FREE] .gap-x-0.justify-end{--topRightRadius:0px;--bottomRightRadius:0px}body.adaptive-desktop [data-m-id=FREE] .gap-y-0.align-start{--topRightRadius:0px;--topLeftRadius:0px}body.adaptive-desktop [data-m-id=FREE] .gap-y-0.align-end{--bottomRightRadius:0px;--bottomLeftRadius:0px}body.adaptive-desktop.is-view [data-m-id=FREE] .animation-fade{--animationName:fadeIn;animation:var(--animationName) var(--animationDuration) var(--animationFunction) both}body.adaptive-desktop.is-view [data-m-id=FREE] .animation-slide{--animationName:slideDown}body.adaptive-desktop.is-view [data-m-id=FREE] .animation-slide .bg-element,body.adaptive-desktop.is-view [data-m-id=FREE] .animation-slide [data-containment=modal]{animation:var(--animationName) var(--animationDuration) var(--animationFunction) both,fadeIn var(--animationDuration) var(--animationFunction) both}body.adaptive-desktop.is-view [data-m-id=FREE] .animation-slide.justify-start{--animationName:slideRight;--animationSlideDistance:50px}body.adaptive-desktop.is-view [data-m-id=FREE] .animation-slide.justify-center{--animationName:slideDown}body.adaptive-desktop.is-view [data-m-id=FREE] .animation-slide.justify-end{--animationName:slideLeft;--animationSlideDistance:50px}
[data-m-id=GRID] .close-times{position:absolute;font-size:14px;color:#777;top:20px;right:20px;z-index:1001}[data-m-id=GRID] .modal-content{display:flex;flex-flow:row wrap;width:100%;max-width:800px}[data-m-id=GRID] .modal-content.width--s{max-width:400px}[data-m-id=GRID] .modal-content.width--sm{max-width:600px}[data-m-id=GRID] .modal-content.width--m{max-width:800px}[data-m-id=GRID] .modal-content.width--l{max-width:960px}[data-m-id=GRID] .layout-type-column{width:100%;flex-grow:1}body.adaptive-desktop [data-m-id=GRID] .first-column .content-zone{--topRightRadius:0px;--bottomRightRadius:0px}body.adaptive-desktop [data-m-id=GRID] .last-column .content-zone{--topLeftRadius:0px;--bottomLeftRadius:0px}
[data-m-id=HTML] .modal-content{width:100%;max-width:800px}[data-m-id=HTML] .modal-content .close-times{font-size:14px;color:#777;position:absolute;top:20px;right:20px;z-index:1001}
[data-m-id=PAY] noindex{width:100%;height:100%;min-height:100%;display:block}[data-m-id=PAY] .component-bg .overlay{background:#000;border-color:#000;opacity:.9}[data-m-id=PAY] .scroller{padding:40px 0}[data-m-id=PAY] .modal-content{width:auto;max-width:var(--100vw);padding:2.5rem;background:#fff;text-align:center}[data-m-id=PAY] .modal-content .close-times{display:block!important;position:absolute;font-size:14px;top:20px;right:20px;z-index:1001}[data-m-id=PAY] .modal-content .loading{display:block;text-align:center;justify-content:center}[data-m-id=PAY] .action-container{width:400px;flex-flow:column;justify-content:stretch;animation:slideDown .35s cubic-bezier(.21,.67,.58,1) .1s 1 both,fadeIn .35s cubic-bezier(.21,.67,.58,1) .1s both}[data-m-id=PAY] .action-container[data-view=bill]{width:500px;display:flex}[data-m-id=PAY] [data-view=bill]{flex-flow:row nowrap;flex-direction:column;align-items:center;overflow-y:auto;overflow-x:hidden}[data-m-id=PAY] [data-view=bill] .pay-action{width:100%;text-align:center;display:flex;flex-direction:column;flex-shrink:0;margin-bottom:20px}[data-m-id=PAY] [data-view=bill] .pay-action .ico-wrap{margin-bottom:5px}[data-m-id=PAY] [data-view=bill] .pay-action .ico-wrap .component-ico{border:none}[data-m-id=PAY] [data-view=bill] .pay-action .title{margin-bottom:10px;color:rgba(27,27,28,.35)}[data-m-id=PAY] [data-view=bill] .pay-methods{width:100%;text-align:center;flex-shrink:0}[data-m-id=PAY] [data-view=bill] .pay-methods .title{margin-bottom:20px}[data-m-id=PAY] [data-view=bill] .pay-methods-list{display:flex;justify-content:center;min-width:420px}[data-m-id=PAY] [data-view=bill] .pay-methods-list .pay-methods-list-inner{display:flex;flex-flow:row wrap;flex-shrink:1;margin:-5px}[data-m-id=PAY] [data-view=bill] .pay-methods-list .pay-methods-list-inner.shake{animation:shake .5s ease 1 both .2s}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item{width:33.3%;min-width:140px;padding:5px;cursor:pointer}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item:hover .item-inner:before{border-color:rgba(34,34,34,.5)}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item .item-inner{display:flex;position:relative;flex-flow:column;padding:15px 10px;justify-content:flex-start}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item .item-inner:before{content:"";display:block;position:absolute;top:0;left:0;bottom:0;right:0;border-radius:4px;border:1px solid rgba(27,27,28,.15);transition:all .2s}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item .check{position:absolute;top:10px;right:10px;width:16px;height:13px}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item .check:after,[data-m-id=PAY] [data-view=bill] .pay-methods-list .item .check:before{display:block;content:"";height:2px;position:absolute;background:#222}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item .check:before{width:46%;bottom:41%;left:0;transform:rotate(42deg) scaleX(0);border-bottom-right-radius:2px;transform-origin:bottom left}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item .check:after{width:95%;bottom:0;left:35%;transform:rotate(-48deg) scaleX(0);border-bottom-left-radius:2px;transform-origin:bottom left}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item .icon{display:flex;align-items:center;justify-content:center;width:80px;height:60px;margin:0 auto}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item .item-name{display:block;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item input{visibility:hidden;display:none}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item input:checked+.item-inner:before{border-width:2px;border-color:#222}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item input:checked+.item-inner .check:before{transform:rotate(42deg) scaleX(1);transition:transform .2s ease-in}[data-m-id=PAY] [data-view=bill] .pay-methods-list .item input:checked+.item-inner .check:after{transform:rotate(-48deg) scaleX(1);transition:transform .15s ease-out .2s}[data-m-id=PAY] [data-view=bill] .btn-wrap{display:block;width:100%}[data-m-id=PAY] [data-view=already],[data-m-id=PAY] [data-view=cash],[data-m-id=PAY] [data-view=fail],[data-m-id=PAY] [data-view=success]{text-align:center;width:320px;margin:0 auto}[data-m-id=PAY] [data-view=already] .title,[data-m-id=PAY] [data-view=cash] .title,[data-m-id=PAY] [data-view=fail] .title,[data-m-id=PAY] [data-view=success] .title{margin-bottom:20px}[data-m-id=PAY] [data-view=cash] .ico-wrap{color:#d64094}[data-m-id=PAY] [data-view=already] .ico-wrap,[data-m-id=PAY] [data-view=success] .ico-wrap{color:#17c37b}[data-m-id=PAY] [data-view=fail] .ico-wrap{color:#ef3e4a}[data-m-id=PAY] .btn-wrap{margin-top:30px}[data-m-id=PAY] .btn-wrap .component-button{--buttonBackground:transparent;--buttonBorder:transparent;--buttonColor:#1b1b1c;--buttonContrast:#fff;--buttonBackgroundHover:transparent;--buttonColorHover:#1b1b1c;--buttonContrastHover:#fff;min-width:120px}[data-m-id=PAY] .btn-wrap .component-button.filled{--buttonBackground:#1b1b1c;--buttonColor:#fff;--buttonContrast:#1b1b1c;--buttonBackgroundHover:#1b1b1c;--buttonColorHover:#fff;--buttonContrastHover:#1b1b1c}[data-m-id=PAY] .btn-wrap .component-button.filled.filled{--buttonBackgroundHover:#434344}[data-m-id=PAY] .btn-wrap .component-button.bordered{--buttonBorder:#1b1b1c;--buttonColor:#1b1b1c}[data-m-id=PAY] .btn-wrap .component-button.bordered.effect--fill{--buttonBackgroundHover:#1b1b1c;--buttonColorHover:#fff;--buttonContrastHover:#1b1b1c}[data-m-id=PAY] .btn-wrap .component-button.bordered.effect--fill.hover{--currentColor:var(--buttonColorHover)}[data-m-id=PAY] .btn-wrap .component-button.submitting{pointer-events:none}[data-m-id=PAY] .btn-wrap .component-button.submitting .btn-text{opacity:0}[data-m-id=PAY] .btn-wrap .component-button.submitting .submitting-status{display:block;opacity:1;visibility:visible}[data-m-id=PAY] .btn-wrap .component-button.submitting .submitting-status svg{transform:scale(1)}[data-m-id=PAY] .btn-wrap .component-button .submitting-status{display:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .3s ease,visibility .3s ease}[data-m-id=PAY] .btn-wrap .component-button .submitting-status .icon{display:block;position:absolute;width:22px;height:22px;top:50%;left:50%;margin:auto;transform:translate(-50%,-50%)}[data-m-id=PAY] .btn-wrap .component-button .submitting-status .icon .circular-loader{fill:none;stroke:currentColor;stroke-width:6px;transform-origin:center center}[data-m-id=PAY] .btn-wrap .component-button .submitting-status .icon .circular-loader .loader-path{stroke-dasharray:150,200;stroke-dashoffset:-10;stroke-linecap:round;animation:circular-loader 1.5s ease-in-out infinite reverse}[data-m-id=PAY] .ico-wrap{width:70px;height:70px;margin:0 auto 20px}[data-m-id=PAY] .ico-wrap .component-ico{padding:14px;border-radius:50%;border:2px solid currentColor}[data-m-id=PAY] .status-icon-outer{display:flex;align-items:center;justify-content:center;text-align:center;margin-top:29px;margin-bottom:22px}[data-m-id=PAY] .status-icon-outer .status-icon{display:inline-flex;width:80px;height:80px;border-radius:52%;align-items:center;justify-content:center;text-align:center;color:#fff}[data-m-id=PAY] .status-icon-outer .status-icon .icon{width:24px;max-height:24px}[data-m-id=PAY] .status-icon-outer .status-icon .icon svg{width:100%}[data-m-id=PAY] .status-icon-outer .status-icon.success{background:#56b157}[data-m-id=PAY] .status-icon-outer .status-icon.fail{background:#f25241}
[data-m-id=QUIZ] .close-times{position:absolute;color:#777;top:0;right:0;z-index:1001}[data-m-id=QUIZ] .scroller{padding:40px 0}[data-m-id=QUIZ] .modal-content{display:flex;flex-flow:row wrap;min-height:100%}
body.adaptive-mobile [data-m-id=BASIC] .scroller{flex-flow:column;justify-content:flex-start;align-items:center;width:100%;max-width:var(--100vw);left:var(--fixedOffset)}body.adaptive-mobile [data-m-id=BASIC] .scroller.mobile-justify-start{align-items:flex-start}body.adaptive-mobile [data-m-id=BASIC] .scroller.mobile-justify-end{align-items:flex-end}body.adaptive-mobile [data-m-id=BASIC] .scroller.mobile-align-center .modal-content{margin-top:auto;margin-bottom:auto}body.adaptive-mobile [data-m-id=BASIC] .scroller.mobile-align-end .modal-content{margin-top:auto}body.adaptive-mobile [data-m-id=BASIC] .modal-content{width:var(--width);max-width:100%;margin:0}body.adaptive-mobile [data-m-id=BASIC] .mobile-full-width .modal-content{width:100%;max-width:none}body.adaptive-mobile [data-m-id=BASIC] .mobile-full-height .modal-content{align-items:center;justify-content:center;flex-grow:1}body.adaptive-mobile [data-m-id=BASIC] .mobile-full-height .content-zone{min-height:100%}body.adaptive-mobile [data-m-id=BASIC] .mobile-full-height .content-zone--adaptive-column .elements-list{flex-basis:auto}body.adaptive-mobile [data-m-id=BASIC] .close--inside{top:7px;right:7px}body.adaptive-mobile [data-m-id=BASIC] .close--panel{display:flex;justify-content:flex-end;align-items:center;position:sticky;background:#000;color:#fff;flex-shrink:0;flex-grow:0;min-height:40px;width:calc(100% + var(--gapLeft) + var(--gapRight));top:calc(var(--gapTop) * -1);margin:calc(var(--gapTop) * -1) calc(var(--gapRight) * -1) var(--gapTop) calc(var(--gapLeft) * -1);padding:0 7px}body.adaptive-mobile [data-m-id=BASIC] .mobile-gap-x-0.mobile-justify-start .bg-element{--topLeftRadius:0px;--bottomLeftRadius:0px}body.adaptive-mobile [data-m-id=BASIC] .mobile-gap-x-0.mobile-justify-end .bg-element{--topRightRadius:0px;--bottomRightRadius:0px}body.adaptive-mobile [data-m-id=BASIC] .mobile-gap-y-0.mobile-align-start .bg-element{--topRightRadius:0px;--topLeftRadius:0px}body.adaptive-mobile [data-m-id=BASIC] .mobile-gap-y-0.mobile-align-end .bg-element{--bottomRightRadius:0px;--bottomLeftRadius:0px}
body.adaptive-mobile [data-m-id=FREE] .content-box{width:var(--100vw)}body.adaptive-mobile [data-m-id=FREE] .mobile-justify-start{--mleft:0}body.adaptive-mobile [data-m-id=FREE] .mobile-justify-end{--mright:0}body.adaptive-mobile [data-m-id=FREE] .mobile-align-start{--mtop:0}body.adaptive-mobile [data-m-id=FREE] .mobile-align-end{--mbottom:0}body.adaptive-mobile [data-m-id=FREE] .mobile-full-width{--mleft:0;--mright:0}body.adaptive-mobile [data-m-id=FREE] .mobile-full-width .bg-element,body.adaptive-mobile [data-m-id=FREE] .mobile-full-width [data-containment=modal]{width:auto}body.adaptive-mobile.is-view [data-m-id=FREE] .mobile-full-height{--mtop:0;--mbottom:0}body.adaptive-mobile.is-view [data-m-id=FREE] .mobile-full-height .bg-element,body.adaptive-mobile.is-view [data-m-id=FREE] .mobile-full-height [data-containment=modal]{height:auto;min-height:var(--height)}body.adaptive-mobile [data-m-id=FREE] .mobile-gap-x-0.mobile-justify-start{--topLeftRadius:0px;--bottomLeftRadius:0px}body.adaptive-mobile [data-m-id=FREE] .mobile-gap-x-0.mobile-justify-end{--topRightRadius:0px;--bottomRightRadius:0px}body.adaptive-mobile [data-m-id=FREE] .mobile-gap-y-0.mobile-align-start{--topRightRadius:0px;--topLeftRadius:0px}body.adaptive-mobile [data-m-id=FREE] .mobile-gap-y-0.mobile-align-end{--bottomRightRadius:0px;--bottomLeftRadius:0px}body.adaptive-mobile.is-view [data-m-id=FREE] .animation-fade{--animationName:fadeIn;animation:var(--animationName) var(--animationDuration) var(--animationFunction) both}body.adaptive-mobile.is-view [data-m-id=FREE] .animation-slide{--animationName:slideUp;--animationSlideDistance:50px}body.adaptive-mobile.is-view [data-m-id=FREE] .animation-slide .bg-element,body.adaptive-mobile.is-view [data-m-id=FREE] .animation-slide [data-containment=modal]{animation:var(--animationName) var(--animationDuration) var(--animationFunction) both,fadeIn var(--animationDuration) var(--animationFunction) both}body.adaptive-mobile.is-view [data-m-id=FREE] .animation-slide.mobile-justify-start{--animationName:slideRight}body.adaptive-mobile.is-view [data-m-id=FREE] .animation-slide.mobile-justify-center{--animationName:slideDown}body.adaptive-mobile.is-view [data-m-id=FREE] .animation-slide.mobile-justify-end{--animationName:slideLeft}
body.adaptive-mobile [data-m-id=GRID] .close-times{font-size:18px}body.adaptive-mobile [data-m-id=GRID] .component-bg{left:var(--fixedOffset);width:var(--100vw)}body.adaptive-mobile [data-m-id=GRID] .scroller{display:flex;flex-flow:column;justify-content:flex-start}body.adaptive-mobile [data-m-id=GRID] .modal-content{flex-grow:1;flex-shrink:0}body.adaptive-mobile [data-m-id=GRID] .flexbe-row{min-height:100%}body.adaptive-mobile [data-m-id=GRID] .flexbe-column.first-column:not(.only-column){flex-grow:0}body.adaptive-mobile [data-m-id=GRID] .flexbe-column.only-column .elements-list{--elementAlign:center}body.adaptive-mobile [data-m-id=GRID] .content-zone{--bgRadius:0px;--topRightRadius:0px;--bottomRightRadius:0px;--topLeftRadius:0px;--bottomLeftRadius:0px}
body.adaptive-mobile [data-m-id=HTML] .close-times{font-size:18px}body.adaptive-mobile [data-m-id=HTML] .component-bg{left:var(--fixedOffset);width:var(--100vw)}body.adaptive-mobile [data-m-id=HTML] .scroller{display:flex;flex-flow:column;justify-content:flex-start}body.adaptive-mobile [data-m-id=HTML] .modal-content{flex-grow:1;flex-shrink:0}
body.adaptive-mobile [data-m-id=PAY] noindex{height:auto}body.adaptive-mobile [data-m-id=PAY] .modal-data{color:#1b1b1c}body.adaptive-mobile [data-m-id=PAY] .component-bg{display:none}body.adaptive-mobile [data-m-id=PAY] .scroller{padding:0;height:100%}body.adaptive-mobile [data-m-id=PAY] .modal-content{display:flex;align-items:center;justify-content:center;width:var(--100vw);max-width:none;min-height:100%;padding:50px 0;border-radius:0;box-shadow:none}body.adaptive-mobile [data-m-id=PAY] .action-container{max-width:var(--containerMaxWidth);width:var(--containerWidth)}body.adaptive-mobile [data-m-id=PAY] .component-button{width:100%}body.adaptive-mobile [data-m-id=PAY] [data-view=bill] .pay-methods{padding:0}body.adaptive-mobile [data-m-id=PAY] [data-view=bill] .pay-methods .title{margin-bottom:20px}body.adaptive-mobile [data-m-id=PAY] [data-view=bill] .pay-methods-list{max-height:none;min-width:0}body.adaptive-mobile [data-m-id=PAY] [data-view=bill] .pay-methods-list label{width:50%}body.adaptive-mobile [data-m-id=PAY] [data-view=bill] .pay-methods-list-inner{flex-grow:1}body.adaptive-mobile [data-m-id=PAY] [data-view=bill] .pay-action{padding-top:15px;padding-bottom:30px}body.adaptive-mobile [data-m-id=PAY] [data-view=bill] .pay-action .btn-wrap{position:static;margin-top:30px}body.adaptive-mobile [data-m-id=PAY] [data-view=bill] .pay-action .ico-wrap{display:none}
body.adaptive-mobile [data-m-id=QUIZ] .close-times{top:28px;right:20px}body.adaptive-mobile [data-m-id=QUIZ] .modal-data{padding:var(--safeAreaTop) 0 var(--safeAreaBottom)}body.adaptive-mobile [data-m-id=QUIZ] .scroller .modal-content{padding:25px 0}body.adaptive-mobile [data-m-id=QUIZ] .component-quiz .quiz-progress{padding-top:30px}