:root{--LEFT:left;--RIGHT:right}[dir=rtl]:root{--LEFT:right;--RIGHT:left}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.roboto{font-family:Roboto}.regular{font-size:1rem}.invisible{opacity:0}.fade-out{height:0;opacity:0}.fade-in,.fade-out{transition:opacity .5s linear}.fade-in{display:initial;opacity:1}.bg-center{background-position:50%}.bg-center,.bg-contain,.bg-norepeat{background-repeat:no-repeat}.bg-contain{background-size:contain}.bg-cover{background-repeat:no-repeat;background-size:cover}.small-text{font-size:.8rem}.flex{display:flex}.flex.vert{flex-direction:column}.flex.middle{align-items:center}.flex.center{justify-items:center}.gap_12{gap:.75rem}.gap_24{gap:1.5rem}:root{--TEXT_EMPTY_BG_COLOR:#f7f7f7;--TEXT_FILLED_BG_COLOR:#deecff;--TEXT_FOCUS_BG_COLOR:#fff;--TEXT_BORDER_COLOR:transparent;--TEXT_FOCUS_BORDER_COLOR:#0064ff;--TEXT_ERROR_BG_COLOR:#ffe5e9;--TEXT_ERROR_COLOR:#e60026;--TEXT_ERROR_BORDER_COLOR:#e60026;--TEXT_COLOR:#000;--TEXT_FOCUS_COLOR:var(--TEXT_COLOR);--TEXT_PLACEHOLDER_COLOR:#c8c8c8;--TEXT_DISABLED_COLOR:#d9d9d9;--TEXT_FOCUS_PLACEHOLDER_COLOR:var(--TEXT_PLACEHOLDER_COLOR);--TEXT_ERROR_PLACEHOLDER_COLOR:var(--TEXT_ERROR_COLOR);--TEXT_BORDER_WIDTH:2px;--TEXT_BORDER_RADIUS:1.75rem;--TEXT_PADDING_VERT:1rem;--TEXT_PADDING_HORZ:1rem;--TEXT_FONT:Roboto;--TEL_INPUT_OFFSET_X:calc(38px + var(--TEXT_PADDING_HORZ)*2)}.textInput{background-color:var(--TEXT_EMPTY_BG_COLOR);border:var(--TEXT_BORDER_WIDTH) solid var(--TEXT_BORDER_COLOR);border-radius:var(--TEXT_BORDER_RADIUS);display:grid;height:3.5rem;padding:var(--TEXT_PADDING_VERT) var(--TEXT_PADDING_HORZ);place-items:center;transition:border-color .25s linear}.textInput input{color:var(--TEXT_COLOR);display:block;font-family:var(--TEXT_FONT);font-size:1rem;width:100%}.textInput input::placeholder{color:var(--TEXT_PLACEHOLDER_COLOR);font-family:var(--TEXT_FONT);font-size:1rem;overflow:visible}.textInput input:disabled{color:var(--TEXT_DISABLED_COLOR)}@media (min-width:50%){.textInput input{font-size:1.5rem}.textInput input::placeholder{font-size:1.5rem}}.textInput input:focus{color:var(--TEXT_FOCUS_COLOR);outline:none}.textInput input:focus::placeholder{color:var(--TEXT_FOCUS_PLACEHOLDER_COLOR)}.textInput:focus-within{background-color:var(--TEXT_FOCUS_BG_COLOR)!important;border-color:var(--TEXT_FOCUS_BORDER_COLOR)}.textInput:has(input.filled){background-color:var(--TEXT_FILLED_BG_COLOR)}.textInput.error{background-color:var(--TEXT_ERROR_BG_COLOR)!important;border-color:var(--TEXT_ERROR_BORDER_COLOR)}.textInput.error input{color:#000}.textInput.error input::placeholder{color:var(--TEXT_ERROR_PLACEHOLDER_COLOR)}.textInput.inner-border{border:0;position:relative}.textInput.inner-border:after{border:var(--TEXT_BORDER_WIDTH) solid var(--TEXT_BORDER_COLOR);border-radius:var(--TEXT_BORDER_RADIUS);content:"";inset:0;pointer-events:none;position:absolute;transition:border-color .25s linear}.textInput.inner-border:focus-within:after{border-color:var(--TEXT_FOCUS_BORDER_COLOR)}.textInput.inner-border.error:after{border-color:var(--TEXT_ERROR_BORDER_COLOR)}.iti--allow-dropdown{width:100%}.iti--allow-dropdown .iti__flag-container .iti__selected-flag{background-color:transparent!important;outline:transparent}input[type=tel]{margin:0!important;padding:0!important;padding-left:var(--TEL_INPUT_OFFSET_X)!important}[dir=rtl] input[type=tel]{padding-left:0!important;padding-right:var(--TEL_INPUT_OFFSET_X)!important}.iti__flag-container{left:0!important;padding:0!important;right:auto!important}[dir=rtl] .iti__flag-container{left:auto!important;right:0!important}[dir=rtl] .iti__flag-container .iti__arrow{margin-left:0!important;margin-right:6px!important}[dir=rtl] .iti--container{--TEL_INPUT_WIDTH:100%}[dir=rtl] .iti--container .iti__country-list{transform:translate(var(--TEL_INPUT_WIDTH))}.iti button.iti__selected-country{background-color:unset!important;margin:unset!important;margin-top:unset!important}.iti button.iti__selected-country:after,.iti button.iti__selected-country:before{content:unset!important}.iti button.iti__selected-country .iti__selected-country-primary:hover{background-color:unset!important}.iti.iti--show-flags{width:100%}.iti ul.iti__country-list{border-radius:0;transform:none!important}.iti--container.iti--inline-dropdown .iti__dropdown-content{border:none;border-radius:var(--TEL_BORDER_RADIUS);margin-top:-1px;overflow:hidden;width:100%!important}.iti--container.iti--inline-dropdown .iti__dropdown-content input,.iti--container.iti--inline-dropdown .iti__dropdown-content span.iti__a11y-text{display:none}.iti--container.iti--inline-dropdown .iti__dropdown-content ul.iti__country-list{width:unset}custom-select{--SELECT_SELECTED_BG_COLOR:#deecff;--SELECT_SELECTED_FG_COLOR:#000;--SELECT_BG_COLOR:#f7f7f7;--SELECT_HOVER_COLOR:#deecff;--SELECT_HOVER_TEXT_COLOR:#000;--SELECT_OPTION_TEXT_COLOR:#000;--SELECT_SELECTED_TEXT_COLOR:var(--PRIMARY);--SELECT_SELECTED_TEXT_WEIGHT:400;--SELECT_ACTIVE_COLOR:#0064ff;--SELECT_INACTIVE_COLOR:#757575;--SELECT_ITEM_HEIGHT:3.5rem;--SELECT_BORDER_COLOR:transparent;--SELECT_BORDER_RADIUS:calc(var(--SELECT_ITEM_HEIGHT)/2);--SELECT_LIST_HEIGHT:calc(var(--SELECT_ITEM_HEIGHT)*3);--SELECT_LIST_BG_COLOR:#fff;--SELECT_BORDER_WIDTH:2px;--SELECT_ARROW_COLOR:#252525;--SELECT_ACTIVE_ARROW_COLOR:var(--SELECT_ARROW_COLOR);--SELECT_ARROW:url(../../IMAGES/NBA/Icon/Chervon-Down.svg);--SELECT_ARROW_SIZE:1rem;cursor:pointer;display:block;position:relative}custom-select:has(.option.selected) .select{color:var(--SELECT_SELECTED_TEXT_COLOR);font-weight:var(--SELECT_SELECTED_TEXT_WEIGHT)}custom-select .select{background-color:var(--SELECT_BG_COLOR);border:var(--SELECT_BORDER_WIDTH) solid var(--SELECT_BORDER_COLOR);border-radius:var(--SELECT_BORDER_RADIUS);color:var(--SELECT_INACTIVE_COLOR);display:grid;height:var(--SELECT_ITEM_HEIGHT);overflow:hidden;place-content:center;position:relative;transition:border-color .25s linear}custom-select .select:after{background-color:var(--SELECT_ARROW_COLOR);content:"";height:var(--SELECT_ARROW_SIZE);-webkit-mask-image:var(--SELECT_ARROW);mask-image:var(--SELECT_ARROW);-webkit-mask-position:center;mask-position:center;-webkit-mask-size:contain;mask-size:contain;position:absolute;right:1.5rem;top:50%;transform:translateY(-50%) rotate(0);transition:transform .25s linear;width:var(--SELECT_ARROW_SIZE)}custom-select .list{background-color:var(--SELECT_LIST_BG_COLOR);border-radius:var(--SELECT_BORDER_RADIUS);box-shadow:0 2px 14px hsla(0,0%,69%,.5);left:0;max-height:0;overflow:hidden auto;position:absolute;right:0;top:calc(var(--SELECT_ITEM_HEIGHT) + var(--SELECT_BORDER_WIDTH)*2);transition:max-height .25s ease-in-out;z-index:1}custom-select .list .option,custom-select .list option{box-sizing:border-box;color:var(--SELECT_OPTION_TEXT_COLOR);cursor:pointer;display:grid;height:var(--SELECT_ITEM_HEIGHT);padding:0 .5rem;place-content:center}custom-select .list .option.selected,custom-select .list option.selected{background-color:var(--SELECT_ACTIVE_COLOR);color:#fff}custom-select .list .option:hover,custom-select .list option:hover{background-color:var(--SELECT_HOVER_COLOR)!important;color:var(--SELECT_HOVER_TEXT_COLOR)!important}custom-select ::-webkit-scrollbar{height:0;position:absolute;width:0}custom-select ::-webkit-scrollbar-track{box-shadow:inset 0 0 0 transparent}custom-select ::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:4px}custom-select.selected .select{background-color:var(--SELECT_SELECTED_BG_COLOR)}custom-select.opened .select{background-color:#fff;border-color:var(--SELECT_ACTIVE_COLOR);box-shadow:0 2px 14px hsla(0,0%,69%,.5);color:var(--SELECT_SELECTED_FG_COLOR)}custom-select.opened .select:after{background-color:var(--SELECT_ACTIVE_ARROW_COLOR);transform:translateY(-50%) rotate(180deg)}custom-select.opened .list{max-height:var(--SELECT_LIST_HEIGHT)}.scrollbar::-webkit-scrollbar{height:0;position:absolute;width:0}.scrollbar::-webkit-scrollbar-track{box-shadow:inset 0 0 0 transparent}.scrollbar::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:4px}:root{--TEL_WIDTH:260px;--TEL_HEIGHT:59px;--TEL_ACTIVE_BG_COLOR:#42aab7;--TEL_HOVER_BG_COLOR:#e6fcff;--TEL_ROW_HEIGHT:56px;--TEL_ACTIVE_FG_COLOR:#fff;--TEL_ARROW:url(../../IMAGES/MM_CUSTOM_2023/ArrowDown.svg);--TEL_ARROW_COLOR:#fff;--TEL_BORDER_RADIUS:1rem;--TEL_HOVER_FG_COLOR:var(--PRIMARY)}ul.iti__country-list{border-radius:var(--TEL_BORDER_RADIUS);position:relative;width:var(--TEL_WIDTH)}ul.iti__country-list.iti__country-list--dropup{--OFFSET-Y:calc(0px - var(--TEXT_PADDING_VERT) - var(--TEXT_BORDER_WIDTH));position:absolute}ul.iti__country-list li{align-items:center;display:flex;gap:14px;min-height:var(--TEL_ROW_HEIGHT);padding:var(--TEXT_PADDING_VERT) var(--TEXT_PADDING_HORZ)}ul.iti__country-list li>span:nth-child(2){flex:1;text-align:var(--LEFT);white-space:break-spaces;word-break:break-all}ul.iti__country-list li:hover{background-color:var(--TEL_HOVER_BG_COLOR);color:var(--TEL_HOVER_FG_COLOR)}ul.iti__country-list li.iti__active{background-color:var(--TEL_ACTIVE_BG_COLOR);color:var(--TEL_ACTIVE_FG_COLOR)}ul.iti__country-list span.iti__country-name,ul.iti__country-list span.iti__dial-code{color:inherit;font-family:var(--TEXT_FONT)}ul.iti__country-list::-webkit-scrollbar{height:0;position:absolute;width:0}ul.iti__country-list::-webkit-scrollbar-track{box-shadow:inset 0 0 0 transparent}ul.iti__country-list::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.3);border-radius:4px}.textInput.tel .iti.iti--allow-dropdown .iti__selected-flag{padding:0}.iti--container,[dir=rtl] .iti--container{--TEL_INPUT_WIDTH:100%;padding:0!important;width:var(--TEL_WIDTH)}.iti--container .iti__country-list,[dir=rtl] .iti--container .iti__country-list{--OFFSET-X:calc(var(--TEXT_BORDER_WIDTH)/2 - var(--TEXT_PADDING_HORZ));--OFFSET-Y:calc(var(--TEXT_PADDING_VERT) + var(--TEXT_BORDER_WIDTH));transform:translate(var(--OFFSET-X),var(--OFFSET-Y))}.iti__arrow{background-color:var(--TEL_ARROW_COLOR);border:0!important;height:10px!important;-webkit-mask-image:var(--TEL_ARROW);mask-image:var(--TEL_ARROW);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transition:transform .25s linear;width:10px!important}.iti__arrow.iti__arrow--up{transform:rotate(180deg)}.iti-mobile .iti--container .iti__country-list{--OFFSET-X:0!important;--OFFSET-Y:0!important}:root{--HERO-AOC-ASPECT:360/280;--HERO-OTHER-ASPECT:1040/405;--HERO-SUCCESS-ASPECT:var(--HERO-OTHER-ASPECT);--HERO-BASIC-ASPECT:var(--HERO-OTHER-ASPECT);--HERO-ERROR-ASPECT:var(--HERO-OTHER-ASPECT);--HERO-UNSUB-ASPECT:var(--HERO-OTHER-ASPECT)}.hero.aoc{aspect-ratio:var(--HERO-AOC-ASPECT);background-image:var(--HERO-AOC)}.hero.success{aspect-ratio:var(--HERO-SUCCESS-ASPECT);background-image:var(--HERO-SUCCESS)}.hero.basic{aspect-ratio:var(--HERO-BASIC-ASPECT);background-image:var(--HERO-BASIC)}.hero.error{aspect-ratio:var(--HERO-ERROR-ASPECT);background-image:var(--HERO-ERROR)}.hero.unsub{aspect-ratio:var(--HERO-UNSUB-ASPECT);background-image:var(--HERO-UNSUB)}.hero{background-position:50%;background-repeat:no-repeat;background-size:cover;position:relative}:root{--GREY-5:#f2f2f2;--GREY-10:#e6e6e6;--GREY-50:#999;--GREY-80:#8b8b8b;--GREY-100:#4d4d4d;--GREY-120:#070707;--GREY-140:#222326;--GREY-900:#373238;--GREY:#6d6e70;--RED-100:#ff0404;--ERROR-LIGHT:#ffdcd7;--ERROR-DARK:#ef6351;--FOOTER-COLOR:var(--GREY-100)}#footer{background-color:#fff;color:var(--FOOTER-COLOR);font-size:.8rem;gap:.25rem;padding:.75rem;text-align:center}#footer a{font-weight:700;margin:auto;width:fit-content}:root{--BODY-FONT:Montserrat-Medium,Arial,Helvetica;--H1-FONT:Baloo-Bold,Arial,Helvetica;--H1-COLOR:var(--GREY-140);font-size:16px;line-height:1.4}body{background-size:cover;font-family:var(--BODY-FONT);margin:0;min-height:100svh}#main,body{flex-direction:column}#main{display:flex;justify-content:start;position:relative}.filler{min-height:0}.content,.filler{background-color:#fff;flex:1}.content{display:flex;flex-direction:column;font-family:var(--BODY-FONT);justify-content:start;padding:1.5rem 2rem;text-align:center}.content h1{color:var(--H1-COLOR);font-family:var(--H1-FONT);font-size:1.5625rem;font-weight:700;line-height:1.2;margin:0}.content p{color:var(--GREY);font-weight:500;margin:4px 0 0}.content .error{font-weight:500;margin-top:4px}.content .error,.content .error>*{color:var(--ERROR-DARK)}.content .action,.content .button,.content .textInput,.content button,.content custom-select{margin-top:18px}.content .price{color:var(--GREY);font-size:.64rem;font-weight:500;margin-top:4px}form{display:flex;flex-direction:column}.content .icon{background-position:50%;background-repeat:no-repeat;background-size:contain;height:80px;margin:0 auto 1.5rem;width:80px}.content.aoc .icon,.content.success .icon{background-image:var(--ICON-SUCCESS)}.content.basic .icon{background-image:var(--ICON-BASIC)}.content.error .icon{background-image:var(--ICON-ERROR)}.content.unsub .icon{background-image:var(--ICON-UNSUB)}#main .content{margin:0 auto;max-width:376px;padding:2rem}@media (min-width:768px){#main{margin:107px auto;min-height:630px;width:520px}#main:after{border-top-right-radius:1.5rem}#main .content{border-bottom-left-radius:1.5rem;border-bottom-right-radius:1.5rem;margin:0;max-width:unset;padding:2rem 4.5rem}#main p{margin-left:auto;margin-right:auto;width:296px}.filler{background-color:transparent}.hero{border-top-left-radius:1.5rem;border-top-right-radius:1.5rem}}.header-stroke{-webkit-text-stroke:1px #9fd0f2;text-shadow:1px 1px 0 #fff}body{overflow-x:hidden}:root{--LOGO_IMAGE:url(../../IMAGES/MMV/logo.png)}body{background:var(--BACKGROUND);display:flex;min-height:100dvh}body.vert{flex-direction:column}body.middle{align-items:center}body.center{justify-items:center}#root{display:flex;min-height:100dvh;position:relative}#root,#root.vert{flex-direction:column}#root.middle{align-items:center}#root.center{justify-items:center}#footer,.content,.filler{background-color:transparent}#main{padding:1rem}#main .content{padding:0;width:100%}@media (min-width:500px){#main{padding:0 2rem 2rem}}@media (min-width:768px){#main{margin:2% auto 0}}.hero{aspect-ratio:1;background-image:var(--LOGO_IMAGE);margin:1rem auto;width:30dvw}@media (min-width:1024px){.hero{width:17dvw}}#footer{align-items:center;display:flex;gap:.5rem;padding:2rem}#footer,#footer.vert{flex-direction:column}#footer.middle{align-items:center}#footer.center{justify-items:center}#footer .gap-8{gap:.5rem}a{color:#364956;text-decoration:none}:root{--GREEN-PRIMARY:#50cddd;--GREEN-LIGHT:#e6fcff;--GREEN-DARK:#42aab7;--BLUE-DARK:#017c86;--RED-PRIMARY:#ef6351;--GREEN-ACTIVE:#0f7f8a;--ERROR-DARK:var(--BLUE-DARK);--BODY-FONT:MPLUS,Arial,Helvetica;--BACKGROUND:url(../../IMAGES/MMV/background.png);--BACKGROUND_LEFT:url(../../IMAGES/MMV/backgroundleft.png);--BACKGROUND_LEFT_2:url(../../IMAGES/MMV/backgroundleftw.png);--BACKGROUND_RIGHT:url(../../IMAGES/MMV/backgroundright.png);--BACKGROUND_RIGHT_2:url(../../IMAGES/MMV/backgroundrightw.png)}#root.mmv:after,#root.mmv:before{background-repeat:no-repeat;content:"";inset:0;position:absolute;z-index:-1}#root.mmv:before{background-image:var(--BACKGROUND_LEFT);background-position:left 15%;background-size:40% auto;left:0;z-index:-2}#root.mmv:after{background-image:var(--BACKGROUND_RIGHT);background-position:right 85%;background-size:70% auto;right:0}@media (min-width:769px){#root.mmv:before{background-image:var(--BACKGROUND_LEFT_2);background-position:0 0;background-size:45% auto}#root.mmv:after{background-image:var(--BACKGROUND_RIGHT_2);background-position:right 20%;background-size:50% auto}}@media (min-width:1024px){#root.mmv:before{background-size:32% auto}#root.mmv:after{background-position:right 5%;background-size:40% auto}}.hero{animation:float 3s ease-in-out infinite}@keyframes float{0%{filter:drop-shadow(0 3px 12px rgba(0,0,0,.3));transform:translatey(0)}50%{filter:drop-shadow(0 5px 3px rgba(0,0,0,.1));transform:translatey(-5px)}to{filter:drop-shadow(0 3px 12px rgba(0,0,0,.3));transform:translatey(0)}}.images{height:100%;left:0;pointer-events:none;position:fixed;top:0;width:100%;z-index:-1}.images>*{animation:pulse 6s infinite;aspect-ratio:3.2875;background-image:url(../../IMAGES/MMV/elipse.png);background-size:contain;display:none;position:absolute}.images .far{animation-delay:-4s;bottom:33%;left:15%;width:15%}@media (min-width:769px){.images .far{display:initial}}@media (min-width:1024px){.images .far{bottom:47%;left:30%;width:6.5%}}.images .farw{animation-delay:-4s;bottom:25%;left:3%;width:11%}@media (min-width:1024px){.images .farw{display:initial}}.images .middlew{animation-delay:-2s;bottom:20%;left:22%;width:7%}@media (min-width:1024px){.images .middlew{display:initial}}.images .closew{bottom:5%;left:9%;width:9%}@media (min-width:1024px){.images .closew{display:initial}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.4)}to{transform:scale(1)}}:root{--BUTTON_HEIGHT:3rem;--BUTTON_FONT_TEXT_SIZE:1rem;--BUTTON_LEFT:url(../../IMAGES/MMV/buttonL.png);--BUTTON_MIDDLE:url(../../IMAGES/MMV/buttonM.png);--BUTTON_RIGHT:url(../../IMAGES/MMV/buttonR.png);--BUTTON_LEFT_ASPECT:84/65;--BUTTON_RIGHT_ASPECT:183/65}@media (min-width:350px){:root{--BUTTON_HEIGHT:4.3rem;--BUTTON_FONT_TEXT_SIZE:1.6rem}}a.button{display:grid;place-content:center}.button,button{background-color:transparent;border:none;box-sizing:border-box;color:#fff;font-size:var(--BUTTON_FONT_TEXT_SIZE);font-weight:900;height:var(--BUTTON_HEIGHT);isolation:isolate;margin:0 auto;max-width:400px;padding:0 2rem;position:relative;width:100%}.button .button-bg,button .button-bg{inset:0;position:absolute;z-index:-1}.button .button-bg>*,button .button-bg>*{background-repeat:no-repeat;background-size:100% 100%}.button .button-bg .left,button .button-bg .left{aspect-ratio:var(--BUTTON_LEFT_ASPECT);background-image:var(--BUTTON_LEFT);transform:translate(1px)}.button .button-bg .middle,button .button-bg .middle{background-image:var(--BUTTON_MIDDLE);flex:1}.button .button-bg .right,button .button-bg .right{aspect-ratio:var(--BUTTON_RIGHT_ASPECT);background-image:var(--BUTTON_RIGHT);transform:translate(-1px)}@media (max-width:250px){.button .button-bg .left,button .button-bg .left{aspect-ratio:1}.button .button-bg .right,button .button-bg .right{aspect-ratio:2}}[dir=rtl] .button .button-bg .left,[dir=rtl] button .button-bg .left{transform:translate(-1px) scaleX(-1)}[dir=rtl] .button .button-bg .right,[dir=rtl] button .button-bg .right{transform:translate(1px) scaleX(-1)}@font-face{font-family:MPLUS;src:url(../../FONTS/MPlusRounded/MPLUSRounded1c-Bold.ttf) format("truetype")}.mplus{font-family:MPLUS}:root{--TEXT_EMPTY_BG_COLOR:#fff;--TEXT_FILLED_BG_COLOR:var(--GREEN-LIGHT);--TEXT_FOCUS_BORDER_COLOR:var(--GREEN-DARK);--TEXT_BORDER_COLOR:var(--GREEN-PRIMARY);--TEXT_ERROR_BG_COLOR:var(--ERROR-LIGHT);--TEXT_ERROR_COLOR:var(--RED-PRIMARY);--TEXT_ERROR_BORDER_COLOR:transparent;--TEXT_COLOR:var(--GREEN-PRIMARY);--TEXT_PLACEHOLDER_COLOR:var(--GREEN-PRIMARY);--TEXT_ERROR_PLACEHOLDER_COLOR:var(--RED-PRIMARY);--TEXT_FOCUS_COLOR:var(--GREEN-DARK);--TEXT_FOCUS_PLACEHOLDER_COLOR:var(--GREEN-DARK);--TEXT_ERROR_BORDER_COLOR:var(--RED-PRIMARY);--TEXT_BORDER_WIDTH:4px;--TEXT_BORDER_RADIUS:calc(var(--BUTTON_HEIGHT)/2);--TEXT_PADDING_HORZ:0.75rem;--TEXT_FONT:MPLUS;--TEL_ARROW_COLOR:#000;--HEADER_COLOR:var(--BLUE-DARK)}.content .price,.content h1,.content h4,.header-stroke{color:var(--HEADER_COLOR);font-weight:900}.content .price,.content h1,.content h4{-webkit-text-stroke:1px #9fd0f2;font-family:MPLUS;text-shadow:1px 1px 0 #fff}.content .price p,.content h1 p,.content h4 p{color:inherit}.content h1{font-size:2rem}.content .price{font-size:1rem}.textInput{box-sizing:border-box;font-weight:700;height:var(--BUTTON_HEIGHT);margin:auto;max-width:400px;padding:0;width:100%}.textInput input{background-color:transparent;border:none;font-weight:700;outline:transparent;text-align:center}.textInput input::placeholder{text-transform:uppercase}.textInput.tel input{padding:0 var(--TEL_INPUT_OFFSET_X)!important}.textInput.tel.error:before{background-color:var(--ERROR-DARK)}.textInput.tel:focus-within:before{background-color:var(--GREEN-DARK)}[dir=rtl] .textInput.tel:before{border-radius:0;border-bottom-right-radius:var(--TEXT_BORDER_RADIUS);border-top-right-radius:var(--TEXT_BORDER_RADIUS);left:auto;right:0}custom-select{--SELECT_SELECTED_BG_COLOR:#fff;--SELECT_SELECTED_FG_COLOR:var(--GREEN-DARK);--SELECT_BORDER_COLOR:var(--GREEN-DARK);--SELECT_HOVER_COLOR:var(--GREEN-LIGHT);--SELECT_BORDER_WIDTH:4px;--SELECT_INACTIVE_COLOR:var(--GREEN-PRIMARY);--SELECT_ACTIVE_COLOR:var(--GREEN-DARK);--SELECT_ARROW_COLOR:var(--GREEN-DARK);--SELECT_SELECTED_TEXT_COLOR:var(--GREEN-DARK);--SELECT_HOVER_TEXT_COLOR:var(--GREEN-DARK);--SELECT_OPTION_TEXT_COLOR:var(--GREEN-DARK);margin:auto;max-width:400px;width:100%}