.mb-form-ui__select__group{width:100%;display:block;justify-content:space-between;padding:0;font-family:Montserrat,Arial,sans-serif}.mb-form-ui__select__group *{font-family:Montserrat,Arial,sans-serif;box-sizing:border-box}.mb-form-ui__select__list{width:100%}.mb-form-ui__select__list.two-col{display:flex;flex-wrap:wrap}.mb-form-ui__select__element{float:left;margin-right:8px;margin-bottom:8px;text-align:center;position:relative}.mb-form-ui__select__label{display:block;height:32px;border-radius:20px;border:1px solid #ddd;background:#fff;padding:0 12px;line-height:30px;font-size:12px;font-weight:600;color:#303030;cursor:pointer;position:relative;min-width:72px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;transition:all .3s}.mb-form-ui__select__label.active{background-color:#e0f2f0;border-color:#b2dfd8}@media screen and (max-width:767px){.mb-form-ui__select__label{height:auto;line-height:20px}}.mb-form-ui__select__input{display:none}.mb-form-ui__select__input:checked~label{background-color:#e0f2f0;border-color:#b2dfd8}.mb-form-ui__select__list.traditional-checkbox-type .mb-form-ui__select__element,.mb-form-ui__select__list.traditional-radio-type .mb-form-ui__select__element{width:100%;float:none;text-align:left;margin-bottom:12px}.mb-form-ui__select__list.two-col.traditional-checkbox-type .mb-form-ui__select__element,.mb-form-ui__select__list.two-col.traditional-radio-type .mb-form-ui__select__element{width:calc(50% - 8px)}.mb-form-ui__select__list.traditional-radio-type .mb-form-ui__select__label{height:auto;border-radius:0;border:none;padding:8px 12px 0 32px;line-height:20px;background:transparent;position:relative}.mb-form-ui__select__list.traditional-radio-type .mb-form-ui__select__label:after,.mb-form-ui__select__list.traditional-radio-type .mb-form-ui__select__label:before{content:"";display:inline-block;width:20px;height:20px;border-radius:50%;border:2px solid #ddd;background:#fff;position:absolute;left:0;top:6px}.mb-form-ui__select__list.traditional-radio-type .mb-form-ui__select__input:checked~label:before{border-color:#009681}.mb-form-ui__select__list.traditional-radio-type .mb-form-ui__select__input:checked~label:after{background-color:#009681;border-color:#009681;width:10px;height:10px;left:5px;top:11px}.mb-form-ui__select__list.traditional-checkbox-type .mb-form-ui__select__label{border-radius:0;border:none;padding:0 12px 0 32px;line-height:32px;background:transparent;position:relative}@media screen and (max-width:767px){.mb-form-ui__select__list.traditional-checkbox-type .mb-form-ui__select__label{line-height:20px}}.mb-form-ui__select__list.traditional-checkbox-type .mb-form-ui__select__label:before{content:"";display:inline-block;width:20px;height:20px;border-radius:4px;border:2px solid #ddd;background:#fff;position:absolute;left:0;top:6px}@media screen and (max-width:767px){.mb-form-ui__select__list.traditional-checkbox-type .mb-form-ui__select__label:before{top:0}}.mb-form-ui__select__list.traditional-checkbox-type .mb-form-ui__select__input:checked~label:before{border-color:#009681}.mb-form-ui__select__list.traditional-checkbox-type .mb-form-ui__select__input:checked~label:after{content:"";display:inline-block;position:absolute;border-bottom:2px solid #009681;border-right:2px solid #009681;width:6px;height:12px;left:7px;top:2px;transform:rotate(45deg)}.mb-form-ui *{font-family:Montserrat,Arial,sans-serif}.mb-form-ui__container{padding:20px 0}.mb-form-ui__col-group{width:100%;display:flex;justify-content:space-between}.mb-form-ui__col{width:calc(50% - 20px)}.mb-form-ui__row{width:100%;min-height:80px;position:relative;padding:20px 0 0}.mb-form-ui__row:after{content:"";clear:both;width:100%}.mb-form-ui__row.focused .mb-form-ui__label{top:0}.mb-form-ui__label{font-size:14px;color:#909090;position:absolute;top:25px;left:0;transition:all .3s;z-index:0}.mb-form-ui__label__required{color:#d8232a;display:inline-block}.mb-form-ui__prefix{display:flex}.mb-form-ui__prefix__pre{flex-grow:1;opacity:0;font-size:14px;color:#303030;line-height:30px;transition:all .3s}.mb-form-ui__prefix .mb-form-ui__input{padding-left:20px}.mb-form-ui__prefix.has-mobile .mb-form-ui__input{padding-left:30px}.mb-form-ui__row.focused .mb-form-ui__prefix__pre{opacity:1;font-weight:600;font-size:16px}.mb-form-ui__input{border:none;border-bottom:1px solid #ddd;border-radius:0;background-color:transparent;width:100%;height:30px;line-height:30px;font-size:16px;color:#303030;z-index:2;outline:none;position:absolute;top:20px;left:0;padding:0}.mb-form-ui__textarea{width:100%;overflow:hidden;border:1px solid #ddd;border-radius:4px;padding:12px;font-size:14px;line-height:24px;display:block;position:relative;transition:all .3s}.mb-form-ui__textarea.active{background-color:rgba(216,35,42,.1)}.mb-form-ui__select{border:none;border-bottom:1px solid #ddd;background-color:transparent;width:100%;height:30px;line-height:30px;font-size:14px;color:#606060;z-index:2;outline:none;position:absolute;top:20px;left:0}.mb-form-ui__autosuggest{width:100%;height:auto;max-height:200px;overflow-y:auto;margin:0;padding:0;position:absolute;left:0;top:50px;background-color:#fff;z-index:5;box-shadow:0 2px 3px rgba(0,0,0,.15);border-radius:0 0 4px 4px;display:none;transition:all .3s}.mb-form-ui__autosuggest.active{display:block}.mb-form-ui__autosuggest>li{list-style:none;display:block;font-size:14px;line-height:32px;padding:0 12px;cursor:pointer;border-bottom:1px solid #d8d8d8;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mb-form-ui__autosuggest>li:last-child{border:none}.mb-form-ui__autosuggest>li:hover{background-color:#f5f5f5;color:#c31f25}.mb-form-ui__error{font-size:12px;line-height:16px;color:#d8232a;position:absolute;top:50px;left:0;display:none;transition:all .3s}.js-input-container.show-error .mb-form-ui__error,.mb-form-ui__error.show,.mb-form-ui__row.show-error .mb-form-ui__error{display:block}.mb-form-ui__row.show-error .mb-form-ui__input{border-bottom-color:#d8232a}.mb-form-ui__row.show-error .mb-form-ui__textarea{border-color:#d8232a}.mb-form-ui__row.show-error .mb-form-ui__textarea__error{font-size:12px;line-height:16px;color:#d8232a}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper,swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide,swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border-radius:50%;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-top:4px solid transparent}.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,swiper-container:not(.swiper-watch-progress) .swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode .swiper-wrapper:after{content:"";position:absolute;left:0;top:0;pointer-events:none}.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper:after{width:1px;height:var(--swiper-virtual-size)}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:var(--swiper-navigation-top-offset,50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next.swiper-button-hidden,.swiper-button-prev.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-next,.swiper-navigation-disabled .swiper-button-prev{display:none!important}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;font-variant:normal;line-height:1}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset,10px);right:auto}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset,10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:opacity .3s;transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none!important}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);top:var(--swiper-pagination-top,auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius,50%);background:var(--swiper-pagination-bullet-inactive-color,#000);opacity:var(--swiper-pagination-bullet-inactive-opacity,.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none!important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity,1);background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{right:var(--swiper-pagination-right,8px);left:var(--swiper-pagination-left,auto);top:50%;transform:translate3d(0,-50%,0)}.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0;display:block}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,left .2s}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,:host(.swiper-horizontal.swiper-rtl) .swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,rgba(0,0,0,.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0}.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar{width:var(--swiper-pagination-progressbar-size,4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;-ms-touch-action:none;background:var(--swiper-scrollbar-bg-color,rgba(0,0,0,.1))}.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled{display:none!important}.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal{position:absolute;left:var(--swiper-scrollbar-sides-offset,1%);bottom:var(--swiper-scrollbar-bottom,4px);top:var(--swiper-scrollbar-top,auto);z-index:50;height:var(--swiper-scrollbar-size,4px);width:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2)}.swiper-scrollbar.swiper-scrollbar-vertical,.swiper-vertical>.swiper-scrollbar{position:absolute;left:var(--swiper-scrollbar-left,auto);right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);z-index:50;width:var(--swiper-scrollbar-size,4px);height:calc(100% - var(--swiper-scrollbar-sides-offset,1%)*2)}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:var(--swiper-scrollbar-drag-bg-color,rgba(0,0,0,.5));border-radius:var(--swiper-scrollbar-border-radius,10px);left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;object-fit:contain}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification,swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-fade.swiper-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube{overflow:visible}.swiper-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-cube.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-next+.swiper-slide,.swiper-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right,.swiper-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-cube .swiper-cube-shadow:before{content:"";background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-flip{overflow:visible}.swiper-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right,.swiper-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-creative .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}.swiper-cards{overflow:visible}.swiper-cards .swiper-slide{transform-origin:center bottom;-webkit-backface-visibility:hidden;backface-visibility:hidden;overflow:hidden}.mb-button{width:100%;height:auto}.mb-button.button--inline .mb-button--btn{margin-right:10px}.mb-button.button--inline .mb-button--btn:last-child{margin-right:0}.mb-button.button--single .mb-button--btn{width:100%;margin-right:0}.mb-button.button--flex .mb-button--btn{width:auto}.mb-button.button--right{text-align:right}.mb-button--btn,.mb-button.button--center{text-align:center}.mb-button--btn{width:auto;display:inline-block;font-size:14px;cursor:pointer;font-family:Montserrat,Arial,sans-serif;font-weight:600;text-decoration:none;text-transform:capitalize;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;background-clip:padding-box;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-tap-highlight-color:transparent}.mb-button--btn.btn-red{color:#fff;background-color:#d8232a;border:1px solid #d8232a}@media screen and (min-width:768px){.mb-button--btn.btn-red:hover{border-color:#c31f25;background-color:#c31f25}}@media screen and (max-width:767px){.mb-button--btn.btn-red:active{border-color:#c31f25;background-color:#c31f25}}.mb-button--btn.btn-red .arrow{display:inline-block;vertical-align:6px;margin-left:12px;position:relative}.mb-button--btn.btn-red .arrow:before{position:absolute;display:block;content:"";width:12px;height:2px;background-color:#fff}.mb-button--btn.btn-red .arrow:after{position:absolute;display:block;content:"";width:6px;height:6px;top:-3px;right:-12px;border-left:2px solid #fff;border-bottom:2px solid #fff;-webkit-transform:rotate(-135deg);-moz-transform:rotate(-135deg);-ms-transform:rotate(-135deg);-o-transform:rotate(-135deg);transform:rotate(-135deg)}.mb-button--btn.btn-white{color:#d8232a;background-color:#fff;border:1px solid #d8232a}@media screen and (min-width:768px){.mb-button--btn.btn-white:hover{color:#fff;background-color:#d8232a}}@media screen and (max-width:767px){.mb-button--btn.btn-white:active{color:#fff;background-color:#d8232a}}.mb-button--btn.medium{padding:0 12px;height:32px;line-height:30px}.mb-button--btn.large{padding:0 32px;height:40px;line-height:38px}.mb-button--btn.xlarge{font-size:16px;padding:0 100px;height:44px;line-height:42px}.mb-button--btn:active{text-decoration:none}.mb-button--btn:focus-visible{outline:none}.mb-button__tnc{width:100%;height:auto;color:#606060;font-size:12px;font-weight:400;padding-top:10px}.mb-button__tnc a{color:inherit;font-size:inherit;font-weight:600}.mb-button__tnc a:hover{text-decoration:underline}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}.clearAll{clear:both}.clearAllHf{clear:both;height:65px}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 30px #fff inset!important}.scrollbar{overflow-y:auto}.scrollbar::-webkit-scrollbar{width:6px;height:6px}.scrollbar::-webkit-scrollbar-track{background:#fff;border-radius:10px}.scrollbar::-webkit-scrollbar-thumb{background:#d7d7d7;border-radius:10px}.no-scroll{overflow:hidden}.rupees{padding-right:2px;line-height:normal}.f-regular{font-weight:400}.f-semibold,.red-anchor{font-weight:600}.red-anchor{font-size:16px;color:#d8232a;cursor:pointer;display:inline-block}.red-anchor:hover{text-decoration:underline}.text-red{color:#d8232a}.text-green{color:#009681}.underlined{padding-bottom:2px;border-bottom:1px solid #e0e0e0;display:inline-block}.arrow{width:24px;height:24px;position:relative;display:inline-flex;align-items:center;cursor:pointer;vertical-align:middle}.arrow.left{transform:rotate(180deg)}.arrow.gray-900:before{background-color:#303030}.arrow.gray-900:after{border-color:#303030}.arrow:before{left:4px;width:16px;height:2px;background:#d32f2f}.arrow:after,.arrow:before{content:"";position:absolute;border-radius:1px}.arrow:after{right:4px;width:10px;height:10px;border-top:2px solid #d32f2f;border-right:2px solid #d32f2f;transform:rotate(45deg)}.sticky{position:sticky;top:0;left:0;z-index:9}a,a:active,a:focus{outline:none;text-decoration:none}.mb-header__main__logo a{text-decoration:none!important}body{font-family:Montserrat;font-weight:400}*,:after,:before{box-sizing:border-box}.rupee{font-family:Arial,Helvetica,sans-serif;font-weight:400}.intDes{width:1232px;margin:0 auto;font-family:Montserrat;padding:0}@media screen and (max-width:767px){.intDes{padding:0 0 32px;width:auto}}.intDes__heading{font-size:24px;font-weight:600;color:#303030;line-height:28px;padding-bottom:24px}@media screen and (max-width:767px){.intDes__heading{font-size:16px}}@media screen and (min-width:768px){.intDes__swiper .swiper-slide{width:255px;margin-right:24px}}.intDes__card,.intDes__container{position:relative}.intDes__card{background-color:#fff;border:1px solid #d7d7d7;border-radius:8px;color:#303030;transition:all .3s ease-in-out;box-sizing:border-box;cursor:pointer}.intDes__card a{text-decoration:none}.intDes__card:hover{box-shadow:0 3px 9px 0 rgba(48,48,48,.2)}.intDes__card__graphic{width:100%;height:160px;overflow:hidden;background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8,#edeef1 20%,#f6f7f8 40%,#f6f7f8);background-repeat:no-repeat;background-size:800px 276px;display:inline-block;position:relative;animation-duration:1s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:placeholderShimmer;animation-timing-function:linear;border-radius:8px 8px 0 0}.intDes__card__img{width:100%;height:100%;object-fit:cover;transition:all .35s ease-in;border-radius:8px 8px 0 0}.intDes__card__content{width:100%;height:calc(100% - 160px);padding:2px 8px 52px;position:relative}.intDes__card__highlight{position:absolute;height:32px;background:rgba(0,0,0,.6);left:0;right:0;bottom:0;display:flex;align-items:center;justify-content:space-between;overflow:hidden;padding:8px 4px;color:#fff}.intDes__card__highlight--tag{border:1px solid #b2dfd8;display:inline-block;font-size:10px;font-weight:600;color:#009681;background:#fff;padding:4px 6px;text-transform:uppercase;border-radius:4px}.intDes__card__highlight--offer{color:#fff;font-size:12px;font-weight:600}.intDes__card__offer{position:relative;height:26px;padding:4px 8px;border-radius:4px;border:1px solid #ffebb3;background-color:#fff7e1;font-size:10px;font-weight:600;line-height:12px;color:#303030;z-index:1}.intDes__card__offer .frcablbl{display:inline-block;font-size:10px;line-height:14px;padding:2px 6px;border-radius:4px;background-color:#ffc72c;color:#303030;margin-right:8px}@media screen and (min-width:768px){.intDes__card__offer .frcablbl{margin-right:4px}}.intDes__card__offer .elitechip{position:relative;display:inline-block;font-size:10px;line-height:16px;color:#473402;background-color:#fff7e1;border:1px solid #8d744c;border-radius:4px;margin-right:8px;padding:0 4px 0 16px;opacity:.7}.intDes__card__offer .elitechip:before{content:"";display:block;position:absolute;width:11px;height:10px;background:url(../../images/sprite-loyalty-program-icons.svg) no-repeat 0 -216px;top:3px;left:3px}.intDes__card__offer.web{display:grid;grid-auto-flow:column;grid-auto-columns:1fr;gap:8px;height:auto;padding:0;border:none;background:none;margin:0 0 6px}.intDes__card__offer.web .text1,.intDes__card__offer.web .text2{display:flex;flex-direction:column;align-items:baseline;gap:6px;border:1px solid #e8e8e8;border-radius:4px;padding:8px}.intDes__card__name{font-size:16px;font-weight:600;color:#303030;padding-bottom:8px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.intDes__card__rating{font-size:12px;font-weight:600;margin-bottom:8px;display:flex;align-items:center;color:#000}.intDes__card__rating:before{content:"";background:url(../../images/sprite-megafest-bannerV1.svg) no-repeat -44px -672px;width:16px;height:15px;margin-right:6px}.intDes__card__yearOfExp{display:inline-flex;align-items:center;font-size:12px;color:#909090;margin-left:10px;font-weight:400}.intDes__card__yearOfExp span{font-weight:600;font-size:12px;color:#303030;margin-right:2px}.intDes__card__loc{position:relative;font-size:12px;color:#303030;padding:0 0 0 20px;line-height:18px;margin-bottom:10px;min-height:36px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.intDes__card__loc:before{content:"";background:url(https://cdn.staticmb.com/decorstatic/images/sprite-megafest-bannerV1.svg) -43px -258px no-repeat;width:16px;height:15px;position:absolute;left:0;top:2px;opacity:.8}.intDes__card__loc.hideIcon:before{display:none}.intDes__card__btn{font-size:14px;line-height:32px;font-weight:600;padding:0 24px;border-radius:22px;text-align:center;position:relative;white-space:nowrap;display:block;margin-left:auto;cursor:pointer;border:1px solid #d8232a;background-color:#fff;color:#d8232a;position:absolute;bottom:12px;left:12px;right:12px}.intDes__card__btn:hover{background:#c31f25;color:#fff}.intDes .swiper{padding-bottom:60px}@media screen and (max-width:767px){.intDes .swiper{padding:0 0 40px 16px;margin:0 -16px}}@media screen and (max-width:767px){.intDes .swiper-button-next,.intDes .swiper-button-prev{display:none!important}}.intDes .swiper-pagination-progressbar{top:auto!important;bottom:0;margin:0 auto;width:240px;border-radius:8px;left:calc(50% - 120px);height:8px;background:#f5f5f5}@media screen and (min-width:768px){.intDes .swiper-pagination-progressbar{display:none}}.intDes .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:#d8232a;border-radius:8px}.intDes .swiper-button-disabled{opacity:0}.intDes .swiper-button-next,.intDes .swiper-button-prev{width:48px;height:48px;box-shadow:0 2px 8px 0 rgba(0,0,0,.12),0 8px 20px 0 rgba(0,0,0,.1);border:1px solid #d7d7d7;background-color:#fff;border-radius:100%}.intDes .swiper-button-prev{left:10px;top:calc(50% - 10px);transform:translateY(-50%)}.intDes .swiper-button-next:before,.intDes .swiper-button-prev:before{content:"";width:24px;height:2px;background-color:#d8232a;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.intDes .swiper-button-next:after,.intDes .swiper-button-prev:after{content:"";width:14px;height:14px;border:solid #d8232a;border-width:0 2px 2px 0;transform:rotate(135deg);position:absolute;left:14px}.intDes .swiper-button-next{right:10px;top:calc(50% - 10px);transform:translateY(-50%)}.intDes .swiper-button-next:after{right:14px;transform:rotate(-45deg);left:auto}.intDes .swiper-pagination-bullet-active{background:#d8232a;width:32px;border-radius:4px}.intDes.intDes--partner .intDes__card{height:310px}@media screen and (min-width:768px){.intDes.intDes--partner{width:100%;position:relative;padding-right:14px;margin:20px 0}.intDes.intDes--partner .swiper{padding:0!important}.intDes.intDes--partner .intDes__card{height:310px;min-width:277px}.intDes.intDes--partner .intDes__card a{text-decoration:none}}@keyframes placeholderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}.no-image{width:100%;height:100%;display:flex;flex-direction:column;text-align:center;background-color:#fff5fc;align-items:center;justify-content:center;border-radius:8px}.no-image--icon{background:url(https://cdn.staticmb.com/decorstatic/images/no-image.svg) 0 0 no-repeat;width:48px;height:44px;margin:0 auto 16px}.no-image--text{width:100%;color:#909090;font-size:12px;font-weight:400}@keyframes textFlip{0%{bottom:-40px}25%{bottom:0}50%{bottom:0}75%{bottom:40px}to{bottom:40px}}.page-loader__mask{width:100%;height:100%;position:fixed;top:0;bottom:0;left:0;background:rgba(0,0,0,.6);border-radius:2px;opacity:0;display:none;transition:opacity .25s ease-out;-webkit-transition:opacity .25s ease-out;z-index:99999}.page-loader__mask.active{opacity:1;display:flex}.page-loader__main{min-width:300px;max-width:90%;width:auto;height:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.page-loader__main .loading-animation{height:22px;width:100%}.page-loader__main .loading-text{height:auto;width:100%;text-align:center;font-size:14px;line-height:18px;color:#eee}.loader_anim{height:22px;width:80px;position:relative;margin:auto}.loader_anim ul{width:300px;margin-top:10px;list-style-type:none;padding:0}.loader_anim ul li{width:12px;height:12px;float:left;margin-right:10px;border-radius:50%}.loader_anim ul li.load_c1{background-color:#2bb700;-webkit-animation:dot 1s ease-in-out infinite;animation:dot 1s ease-in-out infinite}.loader_anim ul li.load_c2{background-color:#6b86cb;-webkit-animation:dot 1s ease-in-out infinite;animation:dot 1s ease-in-out .2s infinite}.loader_anim ul li.load_c3{background-color:#f4c505;-webkit-animation:dot 1s ease-in-out infinite;animation:dot 1s ease-in-out .4s infinite}.loader_anim ul li.load_c4{background-color:#36bac2;-webkit-animation:dot 1s ease-in-out infinite;animation:dot 1s ease-in-out .6s infinite}@keyframes dot{0%{transform:translate(0)}50%{transform:translateY(-5px)}to{transform:translate(0)}}.next-steps{width:567px;height:auto;margin:0 auto;padding:34px 0 24px}@media screen and (max-width:767px){.next-steps{width:100%;padding-left:16px;padding-right:16px}}.next-steps__logo{background:url(../../images/thanks-logo.webp) no-repeat 50%/contain;width:298px;height:26px;margin:0 auto 52px}@media screen and (max-width:767px){.next-steps__logo{width:208px;height:18px;margin-bottom:35px}}.next-steps__msg{width:100%;padding-bottom:38px;text-align:center;display:flex;align-items:center;flex-direction:column}@media screen and (max-width:767px){.next-steps__msg{padding-bottom:36px}}.next-steps__msg--text,.next-steps__msg--text1{color:#303030;font-size:18px;font-weight:400;line-height:22px;padding-bottom:8px;display:inline-flex;align-items:center;gap:4px}@media screen and (max-width:767px){.next-steps__msg--text,.next-steps__msg--text1{font-size:16px;line-height:20px}.next-steps__msg--text1>svg,.next-steps__msg--text>svg{width:16px;height:16px}}.next-steps__msg--text1{font-size:20px;font-weight:500;line-height:24px;flex-direction:column;padding-bottom:0}@media screen and (max-width:767px){.next-steps__msg--text1{font-size:16px;line-height:26px}}.next-steps__wrap{width:100%;padding:34px 32px 24px;border-radius:12px;border:1px solid #e8e8e8;background-color:#fff;position:relative;margin-bottom:24px}@media screen and (max-width:767px){.next-steps__wrap{padding-left:12px;padding-right:12px}}.next-steps__header{color:#606060;font-size:16px;line-height:20px;padding:6px 16px;border-radius:40px;background-color:#b2dfd8;position:absolute;top:-16px;left:50%;white-space:nowrap;transform:translateX(-50%)}@media screen and (max-width:767px){.next-steps__header{font-size:14px;line-height:18px}}.next-steps__step{width:100%;text-align:left;display:flex;gap:14px;position:relative}.next-steps__step:first-child{align-items:flex-start}.next-steps__step:first-child .next-steps__icon-wrap{box-shadow:0 0 0 5px #b2dfd8;background-color:#009681;border-color:#009681}.next-steps__step:not(:last-child):after{position:absolute;display:block;content:"";width:2px;border-radius:2px;background-color:#e8e8e8;left:16px;top:42px;height:calc(100% - 20px)}@media screen and (max-width:767px){.next-steps__step:not(:last-child):after{left:12px;top:36px}}.next-steps__step:not(:first-child):after{top:36px;height:calc(100% - 10px)}@media screen and (max-width:767px){.next-steps__step:not(:first-child):after{top:28px}}.next-steps__timeline{width:100%;display:flex;flex-direction:column;text-align:left;gap:28px}@media screen and (max-width:767px){.next-steps__timeline{gap:20px}}.next-steps__content{flex:1}.next-steps__title{color:#009681;font-size:20px;line-height:26px;font-weight:600;padding-bottom:12px}@media screen and (max-width:767px){.next-steps__title{font-size:14px;line-height:18px}}.next-steps__desc{color:#303030;font-size:18px;font-weight:400;line-height:26px}@media screen and (max-width:767px){.next-steps__desc{font-size:14px;line-height:18px}}.next-steps__note{display:inline-flex;gap:4px;align-items:center;color:#815504;font-size:14px;line-height:18px;font-weight:500;padding:4px 10px;border-radius:20px;border:1px solid #ffebb3;background-color:#fffcf2}@media screen and (max-width:767px){.next-steps__note{font-size:10px;line-height:12px}}.next-steps__icon-wrap{flex-shrink:0;width:34px;height:34px;border-radius:32px;border:2px solid #e8e8e8;background-color:#fff;display:inline-flex;align-items:center;justify-content:center}@media screen and (max-width:767px){.next-steps__icon-wrap{width:26px;height:26px}.next-steps__icon-wrap>svg{width:16px;height:16px}}.lead-section{width:100%;height:100vh;position:relative}@media screen and (min-width:768px){.lead-section{min-height:100vh;height:auto;display:flex;align-items:stretch}}.lead-section--back-arrow{width:32px;height:32px;display:inline-block;cursor:pointer;position:fixed;top:24px;left:48px;z-index:2}@media screen and (max-width:767px){.lead-section--back-arrow{position:relative;top:0;left:0}}.lead-section--back-arrow:after,.lead-section--back-arrow:before{position:absolute;display:block;content:""}.lead-section--back-arrow:before{width:16px;height:2px;background:#303030;top:50%;transform:translateY(-50%);left:9px;transition:left .5s ease}.lead-section--back-arrow:after{width:10px;height:10px;top:11px;left:9px;border-right:2px solid #303030;border-top:2px solid #303030;transform:rotate(-135deg);transition:left .5s ease}.lead-section--skip{color:#606060;font-size:14px;line-height:18px;font-weight:400;text-decoration:underline;cursor:pointer}@media screen and (min-width:768px){.lead-section--skip{color:#606060;font-size:16px;line-height:20px;font-weight:600;position:absolute;top:30px;right:16px;z-index:1}}.lead-section__top-row{width:100%;height:56px;padding:16px;border-bottom:1px solid #e8e8e8;background-color:#fff;display:flex;justify-content:space-between;align-items:center}.lead-section__left{height:100%}@media screen and (min-width:768px){.lead-section__left{height:auto;flex:2}}.lead-section__form{padding:24px 60px 32px 115px;position:relative}@media screen and (max-width:767px){.lead-section__form{padding:16px 16px 70px}}.lead-section__form__notify{width:100%;padding:12px 20px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;background-clip:padding-box;background-color:#f2fbfc;text-align:center;margin:0 0 20px}@media screen and (max-width:767px){.lead-section__form__notify{width:auto;padding:24px 16px;-webkit-border-radius:0 0 20px 20px;-moz-border-radius:0 0 20px 20px;-o-border-radius:0 0 20px 20px;border-radius:0 0 20px 20px;background-clip:padding-box;margin:-16px -16px 20px}}.lead-section__form__notify--text{color:#303030;font-size:16px;font-weight:400;line-height:18px;display:inline-flex;align-items:center;justify-content:center;position:relative;gap:12px}@media screen and (max-width:767px){.lead-section__form__notify--text{font-size:14px;flex-direction:column;gap:8px}}.lead-section__form__notify--text:before{position:absolute;display:block;content:"";position:static;width:20px;height:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;background-clip:padding-box;border:2px solid #009681;background-color:#fff}@media screen and (max-width:767px){.lead-section__form__notify--text:before{width:24px;height:24px}}.lead-section__form__notify--text:after{position:absolute;display:block;content:"";left:5px;top:6px;width:10px;height:5px;border-left:2px solid #009681;border-bottom:2px solid #009681;transform:rotate(-45deg)}@media screen and (max-width:767px){.lead-section__form__notify--text:after{top:8px;left:auto;right:auto}}.lead-section__form__header{padding-bottom:20px;position:relative}@media screen and (max-width:767px){.lead-section__form__header{padding-bottom:12px}}.lead-section__form__header--text{max-width:510px;color:#303030;font-size:28px;line-height:36px;font-weight:400}@media screen and (max-width:767px){.lead-section__form__header--text{max-width:100%;font-size:16px;line-height:22px;font-weight:600}}.lead-section__form__header--sub{color:#606060;font-size:16px;font-weight:400;line-height:20px;margin-bottom:20px}@media screen and (max-width:767px){.lead-section__form__header--sub{font-size:14px;margin-bottom:16px}}.lead-section__form__progress{display:flex;gap:16px;margin-bottom:20px}@media screen and (max-width:767px){.lead-section__form__progress{gap:10px;margin-bottom:16px}}.lead-section__form__progress--step{width:88px;height:5px;background-color:#009681;-webkit-border-radius:60px;-moz-border-radius:60px;-o-border-radius:60px;border-radius:60px;background-clip:padding-box;-webkit-transition:.3s ease;-moz-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}@media screen and (max-width:767px){.lead-section__form__progress--step{width:73px;height:4px}}.lead-section__form__progress--step.active~.lead-section__form__progress--step{background-color:#d7d7d7}.lead-section__form__row{padding-bottom:20px}@media screen and (max-width:767px){.lead-section__form__row{padding-bottom:16px}}.lead-section__form__row--label{color:#303030;font-size:14px;font-weight:600;line-height:20px;padding-bottom:12px}.lead-section__form__sift{position:relative;padding:12px 0}@media screen and (max-width:767px){.lead-section__form__sift .lead-section__form__options--label{padding-left:20px;padding-right:20px}}.lead-section__form__sift--names{display:flex;align-items:center;gap:8px;padding-bottom:12px}@media screen and (max-width:767px){.lead-section__form__sift--names{gap:4px;padding-bottom:0}}.lead-section__form__sift--name{display:inline-block;display:inline-flex;align-items:center;gap:6px;padding:10px 16px;color:#303030;font-size:14px;font-weight:600;line-height:18px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;background-clip:padding-box;background-color:#f5f5f5;cursor:pointer}@media screen and (max-width:767px){.lead-section__form__sift--name{padding:8px 10px}}.lead-section__form__sift--name.active{background-color:#e0f2f0}.lead-section__form__sift--name[data-icon]:before{position:absolute;display:block;content:"";position:static;flex-shrink:0;width:14px;height:14px;background-size:contain}.lead-section__form__sift--name[data-icon=Morning]:before{background-image:url(../../images/morning.webp)}.lead-section__form__sift--name[data-icon=Afternoon]:before{background-image:url(../../images/evening.webp)}.lead-section__form__sift--name[data-icon=Evening]:before{background-image:url(../../images/night.webp)}.lead-section__form__options{display:flex;align-items:center;flex-wrap:wrap;gap:8px}.lead-section__form__options--radio{width:100%;height:100%;position:absolute;top:0;left:0;cursor:pointer;opacity:0;margin:0;padding:0}.lead-section__form__options--radio[type=checkbox]~label{display:flex;align-items:center}.lead-section__form__options--radio[type=checkbox]~label:before{content:"";width:16px;height:16px;display:inline-flex;border:2px solid #ebebeb;border-radius:2px;margin-right:4px;background-color:#fff}.lead-section__form__options--radio[type=checkbox]~label:after{content:"";width:8px;height:4px;position:absolute;border:2px solid #80cbc0;border-top:none;border-right:none;transform:rotate(-45deg);left:24px;top:17px;opacity:0}@media screen and (max-width:767px){.lead-section__form__options--radio[type=checkbox]~label:after{left:17px}}.lead-section__form__options--radio[type=checkbox]:checked~label:before{border-color:#fff}.lead-section__form__options--radio[type=checkbox]:checked~label:after{opacity:1}.lead-section__form__options--radio:checked+label{color:#303030;border:1px solid #80cbc0;background-color:#e0f2f0}.lead-section__form__options--radio[disabled]{pointer-events:none}.lead-section__form__options--radio[disabled]~label{background-color:#ebebeb;opacity:.5}.lead-section__form__options--label{display:inline-block;color:#606060;font-size:12px;font-weight:600;line-height:40px;text-align:center;padding:0 20px;-webkit-transition:.3s ease;-moz-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;border-radius:50px;background-clip:padding-box;border:1px solid #d7d7d7;background-color:#fff;cursor:pointer}@media screen and (max-width:767px){.lead-section__form__options--label{padding:0 12px}}.lead-section__form__options--item{position:relative}.lead-section__form__dates{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.lead-section__form__date{width:68px;height:78px;position:relative}.lead-section__form__date--wrap{display:flex;flex-direction:column;gap:2px;width:68px;height:78px;-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;border-radius:6px;background-clip:padding-box;border:1px solid #d7d7d7;background-color:#fff;text-align:center}.lead-section__form__date--name{-webkit-border-radius:6px 6px 0 0;-moz-border-radius:6px 6px 0 0;-o-border-radius:6px 6px 0 0;border-radius:6px 6px 0 0;background-clip:padding-box;background-color:#d7d7d7;color:#303030;font-size:12px;font-weight:600;line-height:16px;padding:4px;text-transform:uppercase}.lead-section__form__date--num{color:#303030;font-size:24px;font-weight:600;line-height:28px}.lead-section__form__date--month{color:#303030;font-size:12px;font-weight:400;line-height:16px}.lead-section__form__date--tick{-webkit-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;border-radius:100%;background-clip:padding-box;width:16px;height:16px;border:1px solid #009681;background-color:#e0f2f0;position:absolute;top:-4px;right:-4px;z-index:1;opacity:0}.lead-section__form__date--tick:after{position:absolute;display:block;content:"";top:5px;left:4px;width:6px;height:3px;border-left:1px solid #009681;border-bottom:1px solid #009681;-webkit-transform:rotate(-45deg);-moz-transform:rotate(-45deg);-ms-transform:rotate(-45deg);-o-transform:rotate(-45deg);transform:rotate(-45deg)}.lead-section__form__date--input{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;opacity:0;cursor:pointer}.lead-section__form__date--input:checked~.lead-section__form__date--wrap{border-color:#b2dfd8;background-color:#edfaf9}.lead-section__form__date--input:checked~.lead-section__form__date--wrap .lead-section__form__date--name{background-color:#009681;color:#fff}.lead-section__form__date--input:checked~.lead-section__form__date--wrap .lead-section__form__date--tick{opacity:1}.lead-section__form__fieldset{width:200px;padding-top:10px;position:relative;background-color:#fff}@media screen and (max-width:767px){.lead-section__form__fieldset{width:100%}}.lead-section__form__fieldset.has-error .lead-section__form__fieldset--error{display:none}.lead-section__form__fieldset--input{width:100%;height:32px;color:#303030;font-size:14px;background-color:transparent;border:none;border-bottom:1px solid #d7d7d7;position:relative;padding:0;margin:0;z-index:1;font-family:inherit}.lead-section__form__fieldset--input:focus,.lead-section__form__fieldset--input:valid{outline:none}.lead-section__form__fieldset--input:focus+.lead-section__form__fieldset--label,.lead-section__form__fieldset--input:valid+.lead-section__form__fieldset--label{top:-4px;font-size:12px;line-height:normal}.lead-section__form__fieldset--label{position:absolute;top:13px;left:0;color:#606060;font-size:14px;font-weight:400;-webkit-transition:all .3s linear;-moz-transition:all .3s linear;-o-transition:all .3s linear;transition:all .3s linear}.lead-section__form__fieldset--error{color:#d8232a;font-size:10px;line-height:14px}.lead-section__form__action{width:100%;height:auto;padding-top:18px}@media screen and (max-width:767px){.lead-section__form__action{display:flex;gap:8px;background-color:#fff;width:100%;height:auto;padding:12px 16px;position:fixed;left:0;bottom:0;z-index:2;-webkit-box-shadow:0 0 10px 0 #d7d7d7;box-shadow:0 0 10px 0 #d7d7d7}}.lead-section__form__action--button{display:inline-block;border:1px solid #d8232a;background-color:#d8232a;padding:0 42px;color:#fff;font-size:14px;font-weight:600;line-height:40px;text-align:center;-webkit-transition:.3s ease;-moz-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;background-clip:padding-box;cursor:pointer}@media screen and (max-width:767px){.lead-section__form__action--button{width:100%}}.lead-section__form__action--button:hover{background-color:#c31f25}.lead-section__form__error{font-size:12px;line-height:16px;color:#d8232a;transition:all .3s ease-in-out}.lead-section__thankq{width:100%;height:100vh;background-color:#fff;position:relative}@media screen and (max-width:767px){.lead-section__thankq{height:auto}}@media screen and (min-width:768px){.lead-section__thankq--container{width:1232px;height:auto;margin:0 auto;padding-top:20px}}.lead-section__thankq--top-section{width:710px;margin:0 auto;padding-bottom:30px;text-align:center}@media screen and (max-width:767px){.lead-section__thankq--top-section{padding:30px 16px 0;text-align:left;width:100%;margin:0}}.lead-section__thankq--row{width:100%;padding-bottom:36px}@media screen and (max-width:767px){.lead-section__thankq--row{-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;border-radius:6px;background-clip:padding-box;border:1px solid #e8e8e8;background-color:#fff;padding:12px;margin-bottom:24px;display:flex;flex-direction:column}}.lead-section__thankq--msg{color:#303030;font-size:18px;line-height:22px;padding-bottom:12px;display:inline-flex;align-items:center;gap:5px;position:relative}.lead-section__thankq--msg:before{position:absolute;display:block;content:"";position:static;width:20px;height:20px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;background-clip:padding-box;border:2px solid #009681;background-color:#fff}.lead-section__thankq--msg:after{position:absolute;display:block;content:"";left:5px;top:7px;width:10px;height:5px;border-left:2px solid #009681;border-bottom:2px solid #009681;transform:rotate(-45deg)}@media screen and (max-width:767px){.lead-section__thankq--msg{font-size:12px;line-height:16px;padding-bottom:6px}}.lead-section__thankq--text{display:inline-block;color:#303030;font-size:24px;font-weight:600;line-height:30px}@media screen and (min-width:768px){.lead-section__thankq--text .bold{font-weight:700}}@media screen and (max-width:767px){.lead-section__thankq--text{font-size:14px;line-height:20px}}.lead-section__thankq--date-time{display:inline-flex;align-items:center;color:#009681;font-size:24px;font-weight:900;line-height:30px;padding-top:16px}@media screen and (max-width:767px){.lead-section__thankq--date-time{padding-top:8px;font-size:16px}}.lead-section__thankq--date-time:before{position:absolute;display:block;content:"";position:static;display:inline-block;width:20px;height:20px;margin-right:10px;background:url(../../images/calendar-thanks.webp) no-repeat 50%/contain}.lead-section__thankq__points-banner{width:100%;height:71px;border:1px solid #c69a53;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;border-radius:8px;background-clip:padding-box;background-image:linear-gradient(84deg,#fff9e7 13%,#fff 123%);position:relative;display:flex}.lead-section__thankq__points-banner:after{position:absolute;display:block;content:"";right:0;top:0;width:42px;height:53px;background:url(../../images/half-dimond.webp) no-repeat 50%/contain}@media screen and (max-width:767px){.lead-section__thankq__points-banner:after{display:none}}@media screen and (max-width:767px){.lead-section__thankq__points-banner{padding:10px;margin-bottom:20px;display:block;height:auto}}.lead-section__thankq__points-banner--tag{width:86px;height:24px;display:flex;align-items:center;gap:2px;padding:4px;-webkit-border-radius:4px;-moz-border-radius:4px;-o-border-radius:4px;border-radius:4px;background-clip:padding-box;border:1px solid #8d744c;background-image:linear-gradient(90deg,#fff7e1,#ffecb9);color:#473402;font-size:12px;font-weight:600;line-height:16px;white-space:nowrap;position:absolute;top:-12px;left:12px;z-index:1}.lead-section__thankq__points-banner--tag:before{position:absolute;display:block;content:"";position:static;width:12px;height:12px;background:url(../../images/dimond.webp) no-repeat 50%/contain}@media screen and (max-width:767px){.lead-section__thankq__points-banner--tag{font-size:10px;line-height:12px;width:70px;height:20px;position:static;margin-bottom:4px}}.lead-section__thankq__points-banner__count{width:195px;padding:18px 12px 10px 42px;color:#5d4115;font-size:14px;font-weight:600;line-height:18px;position:relative;background-color:#fff1ca;-webkit-border-radius:8px 0 0 8px;-moz-border-radius:8px 0 0 8px;-o-border-radius:8px 0 0 8px;border-radius:8px 0 0 8px;background-clip:padding-box;text-align:left}@media screen and (max-width:767px){.lead-section__thankq__points-banner__count{line-height:24px;width:auto;background-color:transparent;padding:0 0 4px;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;border-radius:0;background-clip:padding-box;border-bottom:1px dashed rgba(198,154,83,.4)}}.lead-section__thankq__points-banner__count:before{position:absolute;display:block;content:"";top:28px;left:12px;width:22px;height:22px;background:url(../../images/badge.webp) no-repeat 50%/contain;flex-shrink:0}@media screen and (max-width:767px){.lead-section__thankq__points-banner__count:before{display:none}}.lead-section__thankq__points-banner__count .bold{display:block;font-size:18px;line-height:26px;font-weight:700}@media screen and (max-width:767px){.lead-section__thankq__points-banner__count .bold{font-size:16px;display:inline-block;padding-right:6px;line-height:24px}}.lead-section__thankq__points-banner--text{flex:1;text-align:left;padding:8px 72px 8px 28px;color:#303030;font-size:16px;line-height:24px}@media screen and (max-width:767px){.lead-section__thankq__points-banner--text{font-size:12px;line-height:16px;padding:4px 0 0}}.lead-section__thankq__points-banner--anchor{cursor:pointer;color:#303030;text-decoration:underline}.lead-section__special-offer{position:relative;margin-bottom:24px;display:flex;align-items:center}@media screen and (max-width:767px){.lead-section__special-offer{position:fixed;bottom:70px;width:calc(100% - 32px);left:16px}}.lead-section__special-offer--text{color:#303030;font-size:12px;line-height:16px;flex:1}.lead-section__special-offer--text span{font-weight:600}.lead-section__special-offer--img{width:32px;height:32px;-webkit-border-radius:6px;-moz-border-radius:6px;-o-border-radius:6px;border-radius:6px;background-clip:padding-box;border:1px solid #ffcf00;background-color:#fffcf2;margin-right:6px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.lead-section__special-offer--img:after{position:absolute;display:block;content:"";position:static;width:22px;height:21px;background:url(../../images/blulb-glow-small.webp) no-repeat 50%/contain;flex-shrink:0}.lead-section .hic-contact{width:400px}@media screen and (max-width:767px){.lead-section .hic-contact{width:100%}}.lead-section__whatsapp{margin:-16px -16px 0}.lead-section__whatsapp__wrap{background-image:linear-gradient(180deg,#fff 10%,#f5f5f5);height:322px;border-bottom:1px solid #d8d8d8;text-align:center;padding:0 16px 16px;position:relative}.lead-section__whatsapp__img-sec{padding:32px 0 36px;text-align:center;min-height:110px}.lead-section__whatsapp__title{font-size:14px;font-weight:600;color:#303030;padding-bottom:12px}.lead-section__whatsapp__btn{height:40px;background-color:#fff;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;background-clip:padding-box;border:1px solid #075e54;text-align:center;font-size:14px;color:#075e54;font-weight:600;line-height:40px}.lead-section__whatsapp__btn:before{content:"";display:inline-block;width:24px;height:24px;background:url(https://cdn.staticmb.com/srpstatic/images/srp-sprite-mobile.svg?v=20250516060533508) no-repeat -20px -2122px;vertical-align:-7px;margin-right:4px}.lead-section__whatsapp__skip{width:188px;margin:0 auto;line-height:22px;background-color:#e0f2f0;font-size:12px;color:#009681;font-style:italic;text-align:center;padding-bottom:4px;-webkit-border-radius:0 0 4px 4px;-moz-border-radius:0 0 4px 4px;-o-border-radius:0 0 4px 4px;border-radius:0 0 4px 4px;background-clip:padding-box}.lead-section__whatsapp__or{position:absolute;left:50%;bottom:-16px;margin-left:-16px;width:32px;height:32px;border:1px solid #d7d7d7;-webkit-border-radius:100%;-moz-border-radius:100%;-o-border-radius:100%;border-radius:100%;color:#303030;line-height:30px}.lead-section__whatsapp__or,.lead-section__whatsapp__register-btn{background-color:#fff;background-clip:padding-box;font-size:14px;text-align:center}.lead-section__whatsapp__register-btn{height:40px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;border:none;color:#d8232a;font-weight:600;line-height:40px;margin:42px 16px}.lead-section__whatsapp__form-top{background-color:#f5f5f5;height:140px;border-bottom:1px solid #d8d8d8;text-align:center;padding:36px 16px 16px;position:relative;margin-bottom:42px}.lead-section__app-download{width:100%;height:100%;position:fixed;top:0;left:0;z-index:999;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.611764705882353)}.lead-section__app-download--close{width:32px;height:32px;position:absolute;top:32px;left:32px;z-index:2;cursor:pointer}.lead-section__app-download--close:after,.lead-section__app-download--close:before{position:absolute;display:block;content:""}.lead-section__app-download--close:before{width:16px;height:2px;background:#303030;top:50%;transform:translateY(-50%);left:9px;transition:left .5s ease}.lead-section__app-download--close:after{width:10px;height:10px;top:11px;left:9px;border-right:2px solid #303030;border-top:2px solid #303030;transform:rotate(-135deg);transition:left .5s ease}.lead-section__app-download__box{width:593px;height:567px;padding:110px 62px 32px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;border-radius:8px;background-clip:padding-box;-webkit-box-shadow:0 2px 10px 0 rgba(0,8,20,.2);box-shadow:0 2px 10px 0 rgba(0,8,20,.2);background-image:linear-gradient(135deg,#ffedfd,#fff 65%);text-align:center;position:relative}.lead-section__app-download--text1{color:#303030;font-size:18px;line-height:28px;font-weight:600;padding-bottom:62px}.lead-section__app-download--text1 .eliteclub-ico{display:inline-block;width:121px;height:30px;background:url(../../images/eliteclub.webp) no-repeat 50%/contain;vertical-align:middle}.lead-section__app-download__btm--text{color:#303030;font-size:16px;line-height:22px;font-weight:400}.lead-section__app-download__btm--qrcode{margin:19px 0;display:inline-block;width:120px;height:120px;background:url(../../images/qr-code.webp) no-repeat 50%/contain}.lead-section__app-download__btm__action{display:flex;align-items:center;justify-content:center;gap:38px}.lead-section__app-download__btm__action--btn{display:block;text-decoration:none;width:149px;height:48px;position:relative}.lead-section__app-download__btm__action--btn:not(:last-child):after{position:absolute;display:block;content:"";right:-18px;top:0;width:1px;height:48px;background-color:#d7d7d7}.lead-section__app-download__btm__action--btn[data-ico=googlepay]{background:url(../../images/google-play-store.webp) no-repeat 50%/contain}.lead-section__app-download__btm__action--btn[data-ico=appstore]{background:url(../../images/app-store.webp) no-repeat 50%/contain}.lead-section .intDes__card__content{padding-bottom:2px}@media screen and (max-width:767px){.lead-section .intDes__card__content{padding-bottom:8px}}@media screen and (max-width:767px){.lead-section .intDes{padding:16px;background-color:#f5f5f5;-webkit-border-radius:18px;-moz-border-radius:18px;-o-border-radius:18px;border-radius:18px;background-clip:padding-box}}.home-decor__form--steps.step1 .home-decor__form--heading{padding-bottom:64px}.home-decor__form--steps .otp__text{font-size:16px;line-height:24px;color:#303030;padding-bottom:45px}.home-decor__form--steps .otp__text--bold{font-weight:600;margin-left:4px}.home-decor__form--steps .otp__text--link{font-size:14px;line-height:24px;color:#d8232a;font-weight:600;margin-left:4px;text-decoration:underline;cursor:pointer}.home-decor__form--steps .otp__text--link:hover{text-decoration:none}.home-decor__form--steps .otp__input{width:320px;padding-bottom:48px;position:relative}.home-decor__form--steps .otp__input--error{width:100%;font-size:10px;color:#d8232a;position:absolute;top:45px;left:0}.home-decor__form--steps .otp__input:after{position:absolute;display:block;content:"";top:0;right:0;background-color:#fff;width:64px;height:36px;z-index:1}.home-decor__form--steps .otp__input input{background-image:linear-gradient(270deg,#d7d7d7 70%,hsla(0,0%,100%,0) 0);background-position:bottom;background-position-x:-20px;background-repeat:repeat-x;background-size:65px 1px;border:0;color:#303030;font-family:Montserrat,sans-serif,Arial;font-size:14px;font-weight:600;height:35px;letter-spacing:60px;outline:none;padding-left:16px;position:relative;text-align:left;width:100%}.home-decor__form--steps .otp__timer{font-size:14px;line-height:20px;color:#303030;padding-bottom:48px}.home-decor__form--steps .otp__timer--count{color:#d8232a;padding:0 4px}.home-decor__form--steps .otp__verify--text{font-size:14px;line-height:20px;color:#d8232a;padding-bottom:48px}.home-decor__form--steps .otp__verify__list{display:block}.home-decor__form--steps .otp__verify__list--item{display:inline-block;vertical-align:middle;font-size:12px;line-height:16px;color:#303030;position:relative;padding-left:22px;cursor:pointer}.home-decor__form--steps .otp__verify__list--item.disable{pointer-events:none;color:hsla(0,0%,80%,.6392156862745098)}.home-decor__form--steps .otp__verify__list--item.disable:before{opacity:.2}.home-decor__form--steps .otp__verify__list--item:hover{text-decoration:underline}.home-decor__form--steps .otp__verify__list--item[data-icon]:before{position:absolute;display:block;content:"";background:url(../../images/home-decor-second-fold-sprite.svg);left:0;top:-1px}.home-decor__form--steps .otp__verify__list--item[data-icon=resend]:before{background-position:0 -876px;width:17px;height:17px}.home-decor__form--steps .otp__verify__list--item[data-icon=verify-call]:before{background-position:-1px -907px;width:16px;height:17px}.home-decor__form--steps .otp__verify__list--item:first-child{padding-right:12px;border-right:1px solid #d5d5d5;margin-right:18px}.home-decor__form--steps.otp .button--single.mb-button{position:absolute;bottom:32px;left:0;right:0;padding:0 48px}.hic-contact__action{margin-top:72px;width:150px}@media screen and (max-width:767px){.hic-contact__action{margin-top:0;background-color:#fff;width:100%;height:auto;padding:12px 16px;position:fixed;left:0;bottom:0;z-index:2;-webkit-box-shadow:0 0 10px 0 #d7d7d7;box-shadow:0 0 10px 0 #d7d7d7}}.hic-contact__btn{display:block;width:100%;height:40px;padding:4px 24px;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;background-clip:padding-box;font-size:14px;line-height:20px;font-weight:600;cursor:pointer;margin:auto;transition:all .3s ease-in-out}.hic-contact__btn--fill{background-color:#d8232a;color:#fff;border:1px solid #d8232a}.hic-contact__btn--fill:hover{background-color:#c31f25;border:1px solid #c31f25}.hic-contact .user-dtl__mobile{display:flex}.hic-contact .user-dtl__mobile-std{min-width:110px;margin-right:16px;width:70px}.hic-contact .user-dtl__mobile-number{flex:1}.hic-contact .user-dtl__row.has-dropdown{position:relative;cursor:pointer}.hic-contact .user-dtl__row.has-dropdown:after{width:7px;height:7px;border-right:1px solid #606060;border-top:1px solid #606060;transform:rotate(135deg);content:"";display:block;position:absolute;right:5px;top:30px;z-index:2}.hic-contact .user-dtl__row.has-dropdown .mb-form-ui__input{pointer-events:auto}.hic-contact .user-dtl__city-dropdown{width:100%;overflow:auto;max-height:126px;background-color:#fff;position:absolute;top:50px;left:0;overflow-y:auto;z-index:100;-webkit-box-shadow:0 4px 5px rgba(0,0,0,.278431);box-shadow:0 4px 5px rgba(0,0,0,.278431);-webkit-border-radius:0 0 8px 8px;-moz-border-radius:0 0 8px 8px;-o-border-radius:0 0 8px 8px;border-radius:0 0 8px 8px;background-clip:padding-box;transition:all .3s linear}.hic-contact .user-dtl__city-dropdown__lst{width:100%;height:auto}.hic-contact .user-dtl__city-dropdown__lst--itm{width:100%;font-size:14px;color:#303030;line-height:18px;padding:8px 16px;cursor:pointer;transition:.3s linear;white-space:nowrap;font-weight:400}.hic-contact .user-dtl__city-dropdown__lst--itm.active,.hic-contact .user-dtl__city-dropdown__lst--itm:hover{background-color:#f5f5f5}.hic-contact .countryCode{font-size:14px;color:#606060;font-weight:400;line-height:20px;position:relative}.hic-contact .countryCode__btn{border-bottom:1px solid #d7d7d7;padding:23px 8px 6px 0;min-width:80px;cursor:pointer;text-align:left}.hic-contact .countryCode__content{position:absolute;background:#fff;width:100%;z-index:3;left:0;right:0;-webkit-box-shadow:0 0 10px 0 #d7d7d7;box-shadow:0 0 10px 0 #d7d7d7;max-height:115px;overflow-y:scroll}.hic-contact .countryCode__content::-webkit-scrollbar{width:2px;background-color:#f5f5f5}.hic-contact .countryCode__content::-webkit-scrollbar,.hic-contact .countryCode__content::-webkit-scrollbar-thumb{-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;border-radius:10px;background-clip:padding-box}.hic-contact .countryCode__content::-webkit-scrollbar-thumb{background-color:#d7d7d7;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.2);box-shadow:inset 0 0 6px rgba(0,0,0,.2)}.hic-contact .countryCode__item{font-size:14px;color:#606060;font-weight:400;padding:4px 8px;cursor:pointer;white-space:nowrap}.hic-contact .countryCode__item:hover{background-color:#f5f5f5}.hic-contact .countryCode .droparrow{position:absolute;right:10px;transition:all .3s ease-in-out}.hic-contact .countryCode .droparrow:after{width:7px;height:7px;top:2px;border-right:1px solid #606060;border-top:1px solid #606060;transform:rotate(135deg);content:"";display:block;position:absolute;right:0}.hic-contact .countryCode .droparrow.open:after{transform:rotate(-45deg);top:7px}.expo-banner-lead{width:600px;height:100%;object-fit:contain;box-shadow:0 3.8px 41.8px 0 rgba(0,0,0,.08);background:url(../../images/lead-banner.webp) no-repeat 50%/cover transparent;overflow:hidden;position:relative;margin:auto}.expo-banner-lead__main{height:100%}.expo-banner-lead__content{width:100%;height:100%;padding:80px 16px;text-align:center}.expo-banner-lead__content-top,.expo-banner-lead__media{position:relative}.expo-banner-lead__heading{text-align:center;padding-bottom:28px}.expo-banner-lead__subtitle{font-size:24px;line-height:26px;font-weight:500;padding-bottom:8px}.expo-banner-lead__title{color:#009681;font-size:32px;line-height:36px;font-weight:700}.expo-banner-lead--tag{width:99px;height:22px;color:#fff;font-size:12px;line-height:22px;font-weight:600;display:inline-block;vertical-align:middle;padding:0 4px;border-radius:4px;background-image:linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.2)),linear-gradient(98deg,#99771a -26%,#ffc72c 146%);position:relative}.expo-banner-lead--tag:after{content:"";position:absolute;top:-10px;width:12px;height:12px;background:url(../../images/line.png) no-repeat 50%/contain transparent;right:-10px}.expo-banner-lead__features{text-align:left;display:flex;justify-content:center;width:100%;gap:32px;padding-bottom:48px;margin-bottom:0}.expo-banner-lead__divider{width:100%;height:4px;position:absolute;bottom:25px}.expo-banner-lead__divider>span{display:inline-block;width:6px;height:6px;background-image:linear-gradient(123deg,#ffc700 7%,#876a01 93%);border-radius:6px;vertical-align:text-top;position:relative}.expo-banner-lead__divider>span:after{background-image:linear-gradient(90deg,#f8d649,rgba(146,126,43,0));left:15px}.expo-banner-lead__divider>span:after,.expo-banner-lead__divider>span:before{content:"";width:120px;height:2px;display:inline-block;vertical-align:top;position:absolute;top:2px}.expo-banner-lead__divider>span:before{background-image:linear-gradient(270deg,#f8d649,rgba(146,126,43,0));left:-130px}.expo-banner-lead__discount{display:inline-block;font-size:16px;line-height:24px;font-weight:600;padding-left:32px;padding-bottom:24px;position:relative}.expo-banner-lead__discount>span{background:linear-gradient(90deg,#d8232a 0,#009681);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.expo-banner-lead__discount:before{content:"";width:32px;height:32px;background:url(../../images/honk-ico.webp) no-repeat 50%/contain transparent;position:absolute;top:-2px;left:0}.expo-banner-lead__feature{position:relative;line-height:12px;padding-left:28px}.expo-banner-lead__feature:not(:last-child):after{content:"";width:1px;height:10px;background-color:#303030;display:inline-block;position:absolute;right:-16px;top:50%;margin-top:-3px}.expo-banner-lead__feature[data-ico]:before{content:"";width:20px;height:20px;position:absolute;top:0;left:0;background-size:contain}.expo-banner-lead__feature[data-ico=ico-compare]:before{background-image:url(../../images/best-price-ico.webp)}.expo-banner-lead__feature[data-ico=ico-best-price]:before{background-image:url(../../images/compare-ico.webp)}.expo-banner-lead__feature[data-ico=ico-mic]:before{background-image:url(../../images/mic-ico.webp)}.expo-banner-lead__feature-text{color:#303030;font-size:16px;line-height:18px;font-weight:600}.expo-banner-lead__feature-text strong{font-weight:600}.expo-banner-lead__cta{display:flex;flex-direction:column;align-items:center}.expo-banner-lead__urgency-text{width:232px;height:36px;padding:0 10px;display:inline-block;color:#303030;font-size:14px;font-weight:600;line-height:36px;box-shadow:0 4px 9px 0 rgba(0,0,0,.1);background-color:#fff7e1;border-radius:20px}.expo-banner-lead__cta-arrow{width:16px;height:16px;display:inline-block;vertical-align:middle;position:relative;margin-left:6px}.expo-banner-lead__cta-arrow:before{content:"";width:16px;height:1px;background-color:#fff;position:absolute;top:6px;left:1px}.expo-banner-lead__cta-arrow:after{content:"";width:10px;height:10px;position:absolute;border:2px solid #fff;border-left:#ffebcd;border-top:none;transform:rotate(-45deg);top:2px;right:0}.expo-banner-lead__partners{width:100%;height:61px;padding:4px 6px;box-shadow:0 3.8px 13.3px 0 rgba(0,0,0,.06);background-color:hsla(0,0%,100%,.9);position:absolute;bottom:0;display:flex;align-items:center;justify-content:center;flex-direction:column}.expo-banner-lead__partners-label{font-size:14px;line-height:24px;font-weight:600}.expo-banner-lead__partners-list{display:flex;align-items:center;gap:12px}.expo-banner-lead__partner-item{width:112px}@keyframes marquee{to{transform:translateX(calc(-50% - 36px))}}.rupees{font-family:Arial,Helvetica,sans-serif}.regular,.rupees{font-weight:400}.semi-bold{font-weight:600}.modal-wrapper{position:fixed;width:100%;height:100%;background-color:rgba(0,0,0,.6);top:0;left:0;z-index:99}.modal.eliteRewards{position:absolute;max-width:360px;color:#303030;background-color:#fff;border-radius:16px;padding:44px 18px 32px;top:50%;left:50%;translate:-50% -50%}.modal.eliteRewards .modal__close{position:absolute;width:32px;height:32px;background-color:#303030;border-radius:50%;top:12px;right:12px;cursor:pointer}.modal.eliteRewards .modal__close:after,.modal.eliteRewards .modal__close:before{content:"";display:block;position:absolute;width:16px;height:2px;background-color:#fff;top:50%;left:50%;rotate:45deg;translate:-50% -50%}.modal.eliteRewards .modal__close:after{rotate:-45deg}.modal.eliteRewards .modal__head{font-size:16px;line-height:20px;text-align:center;padding:0 0 36px}.modal.eliteRewards .modal__container{position:relative;background-image:linear-gradient(180deg,#fff 40%,hsla(0,0%,96.5%,.8)),linear-gradient(180deg,#e5e5e5 58%,#e5e5e5 0);border:1px solid #e5e5e5;border-radius:8px}.modal.eliteRewards .modal__container--club{background-image:none;border-color:#ffebb3}.modal.eliteRewards .modal__badge{position:absolute;font-size:12px;line-height:28px;font-weight:600;color:#303030;background-color:#f5f5f5;border-radius:4px;padding:0 12px 0 32px;top:-16px;left:50%;translate:-50% 0;white-space:nowrap}.modal.eliteRewards .modal__badge:before{content:"";display:block;position:absolute;width:13px;height:12px;background:url(../../images/sprite-loyalty-program-icons.svg) no-repeat 0 -112px;top:8px;left:12px}.modal.eliteRewards .modal__badge--club{line-height:22px;padding:0 8px 0 24px;color:rgba(118,85,0,.7);background-color:#fffcf2;border:1px solid rgba(196,161,68,.7)}.modal.eliteRewards .modal__badge--club:before{background-position:0 -144px;top:5px;left:6px}@media screen and (max-width:768px){.modal.eliteRewards .modal__badge--club:before{top:8px}}.modal.eliteRewards .modal__title{font-size:16px;line-height:20px;font-weight:600;text-align:center;padding:28px 0 16px}.modal.eliteRewards .modal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:26px 12px;padding:0 12px 12px}.modal.eliteRewards .modal__grid--club{padding:0 8px 20px}.modal.eliteRewards .modal__reward{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.modal.eliteRewards .modal__reward__img{width:40px;height:40px;background:url(../../images/sprite-loyalty-program-images.png) no-repeat;background-size:cover;margin:0 0 4px}.modal.eliteRewards .modal__reward__img.ifb{background-position:2px 1px}.modal.eliteRewards .modal__reward__img.glen{background-position:2px -58px}.modal.eliteRewards .modal__reward__img.gift1{background-position:2px -116px}.modal.eliteRewards .modal__reward__img.iphone{background-position:2px -176px}.modal.eliteRewards .modal__reward__img.tajDinner{background-position:2px -235px}.modal.eliteRewards .modal__reward__img.gift2{background-position:2px -530px}.modal.eliteRewards .modal__reward__img.croma{background-position:2px -352px}.modal.eliteRewards .modal__reward__img.apay{background-position:2px -412px}.modal.eliteRewards .modal__reward__txt{font-size:12px;line-height:14px;font-weight:600}.modal.eliteRewards .modal__plus{position:relative;width:32px;height:32px;margin:24px auto 36px}.modal.eliteRewards .modal__plus:after,.modal.eliteRewards .modal__plus:before{content:"";display:block;position:absolute;width:26px;height:4px;background-color:#606060;border-radius:2px;top:50%;left:50%;translate:-50% -50%}.modal.eliteRewards .modal__plus:after{rotate:90deg}.modal.eliteRewards .modal__footer{font-size:12px;line-height:16px;background-color:#ffebb3;padding:4px 8px;border-radius:0 0 8px 8px}.modal.eliteRewards .modal__link{font-weight:600;text-decoration:underline;cursor:pointer}.modal.eliteRewards.brandPage{max-width:516px;padding:64px 28px 28px}.modal.eliteRewards.brandPage .modal__title{font-size:24px;line-height:30px;padding:28px 0 24px}.modal.eliteRewards.brandPage .modal__grid{padding:0 44px 26px;gap:38px 32px}.modal.eliteRewards.brandPage .modal__footer{padding:10px 14px}.modal.eliteRewards.brandPage .modal__badge--club{font-size:14px;line-height:30px;padding:0 8px 0 28px}.modal.eliteRewards.brandPage .modal__badge--club:before{top:9px;left:9px}.modal.eliteRewards.brandPage .modal__footer{font-size:14px;line-height:20px}.modal.didYouKnow{position:absolute;min-width:340px;color:#303030;background-color:#fff;border-radius:16px;padding:28px 16px 16px;top:50%;left:50%;translate:-50% -50%;text-align:center}.modal.didYouKnow:before{content:"";display:block;position:absolute;width:44px;height:52px;background:url(../../images/sprite-loyalty-program-images.png) no-repeat;background-position:0 -646px;background-size:cover;top:-4px;right:60px}.modal.didYouKnow .modal__ques{font-size:14px;line-height:20px;padding:0 0 24px}.modal.didYouKnow .modal__container{border-radius:8px;background-color:#fffcf2;padding:16px 8px;margin:0 0 24px}.modal.didYouKnow .modal__title{max-width:260px;font-size:16px;padding:0 0 16px;margin:auto}.modal.didYouKnow .modal__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.modal.didYouKnow .modal__reward{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.modal.didYouKnow .modal__reward__img{width:40px;height:40px;background:url(../../images/sprite-loyalty-program-images.png) no-repeat;background-size:cover;margin:0 0 4px}.modal.didYouKnow .modal__reward__img.ifb{background-position:2px 1px}.modal.didYouKnow .modal__reward__img.glen{background-position:2px -58px}.modal.didYouKnow .modal__reward__img.gift1{background-position:2px -116px}.modal.didYouKnow .modal__reward__img.iphone{background-position:2px -176px}.modal.didYouKnow .modal__reward__img.tajDinner{background-position:2px -235px}.modal.didYouKnow .modal__reward__img.gift2{background-position:2px -530px}.modal.didYouKnow .modal__reward__img.croma{background-position:2px -352px}.modal.didYouKnow .modal__reward__img.apay{background-position:2px -412px}.modal.didYouKnow .modal__reward__txt{font-size:12px;line-height:14px;font-weight:600}.modal.didYouKnow .modal__cta{font-size:14px;line-height:44px;color:#fff;background-color:#d8232a;border-radius:20px;text-align:center;margin-bottom:12px;cursor:pointer}.modal.didYouKnow .modal__link{font-size:14px;line-height:40px;color:#606060;cursor:pointer}@media screen and (max-width:768px){.modal.eliteRewards{max-width:100%;padding:44px 18px 32px;border-radius:16px 16px 0 0;top:unset;left:0;bottom:0;translate:none}.modal.eliteRewards .modal__close{top:-12px;translate:0 -100%;border:1px solid #909090}.modal.eliteRewards .modal__head{font-size:16px;line-height:20px}.modal.eliteRewards .modal__badge{font-size:12px;line-height:28px}.modal.eliteRewards .modal__title{font-size:16px;line-height:20px;padding:28px 0 16px}.modal.eliteRewards .modal__grid{gap:12px;padding:0 8px 20px}.modal.eliteRewards .modal__plus{margin:24px auto 36px}.modal.eliteRewards .modal__footer{font-size:12px;line-height:16px}}.expo-regular-thx{text-align:center}@media screen and (max-width:767px){.expo-regular-thx{padding:0 16px}}.expo-regular-thx__bnner{width:100%;height:auto;margin:0 auto;border-radius:8px;padding:24px 16px 22px;display:inline-flex;align-items:center;cursor:pointer;background:url(../../images/interior-expo-banner-clipart.webp) no-repeat 100% 0/contain #a90007;text-decoration:none}@media screen and (max-width:767px){.expo-regular-thx__bnner{width:100%;padding:12px 16px;flex-direction:column;text-align:left;align-items:flex-start;background-image:url(../../images/interior-expo-banner-msite.webp);position:relative;overflow:hidden;margin-bottom:16px}.expo-regular-thx__bnner:after{content:"";background:linear-gradient(89deg,#b21a20,#b21a20 35%,hsla(0,0%,100%,.32) 79%,hsla(0,0%,100%,0));position:absolute;top:0;left:0;width:100%;height:100%}}@media screen and (max-width:767px) and (max-width:767px){.expo-regular-thx__bnner:before{content:"";width:66px;height:66px;position:absolute;top:-12px;right:0;background:url(../../images/price-tag-rotate.webp) no-repeat 50%/contain;z-index:1}}@media screen and (min-width:768px){.expo-regular-thx__bnner.srp-widget{margin-bottom:24px}}.expo-regular-thx__bnner__lft{flex:1;padding-right:68px}@media screen and (max-width:767px){.expo-regular-thx__bnner__lft{padding-left:0;padding-right:30px;position:relative;z-index:1}}.expo-regular-thx__bnner__rgt{width:420px;text-align:center}@media screen and (max-width:767px){.expo-regular-thx__bnner__rgt{width:auto;left:0;z-index:1}}.expo-regular-thx__bnner--text{color:#fff;font-size:24px;font-weight:600;line-height:28px;padding-bottom:10px}.expo-regular-thx__bnner--text .gold{color:#ffc72c;font-weight:600}@media screen and (max-width:767px){.expo-regular-thx__bnner--text:after{content:"";width:100%;height:1px;border-bottom:1px dashed #fff;display:block;margin-bottom:6px;margin-top:6px}}@media screen and (max-width:767px){.expo-regular-thx__bnner--text{font-size:18px;line-height:22px;padding-bottom:4px;font-weight:500}.expo-regular-thx__bnner--text .date{color:#fff;font-weight:600}}.expo-regular-thx__bnner__comming{background-image:radial-gradient(circle at 9% 100%,rgba(249,178,51,.5),#ffecb7 63%,#f9b233 130%);padding:1px;border-radius:32px;display:inline-block}.expo-regular-thx__bnner__comming>span{background-color:#900006;border-radius:32px;padding:6px 10px;text-transform:uppercase;color:#ffc72c;font-size:16px;font-weight:700;display:inline-flex;align-items:center}@media screen and (max-width:767px){.expo-regular-thx__bnner__comming>span{padding:2px 10px;color:#ffc72c;font-size:12px}}.expo-regular-thx__bnner__comming>span:after{content:"";width:29px;height:22px;background:url(../../images/honk.webp) no-repeat 50%/contain;display:inline-block;margin-left:4px}@media screen and (max-width:767px){.expo-regular-thx__bnner__comming>span:after{width:24px;height:18px}}.expo-regular-thx__bnner__lst{display:flex;align-items:center;gap:24px;margin:0;padding:0;list-style:none;position:relative}.expo-regular-thx__bnner__lst:after{content:"";width:203px;height:64px;position:absolute;right:-135px;top:-31px;background:url(../../images/arrow-expo-lg.webp) no-repeat 50%/contain}.expo-regular-thx__bnner__lst--itm{color:#fff;font-size:16px;line-height:20px;position:relative}.expo-regular-thx__bnner__lst--itm:not(:last-child):after{content:"";position:absolute;top:2px;right:-12px;width:1px;height:16px;opacity:.4;background-color:#fff}.expo-regular-thx__bnner--cta{width:212px;height:36px;display:inline-flex;justify-content:center;align-items:center;gap:4px;padding:8px 10px;border-radius:24px;box-shadow:0 2px 7px 0 rgba(0,0,0,.25);border:4px solid hsla(0,0%,100%,.1);background-color:#fff;color:#d8232a;font-size:14px;line-height:18px;font-weight:600;cursor:pointer;position:relative}@media screen and (max-width:767px){.expo-regular-thx__bnner--cta{padding:6px 10px;font-size:10px;line-height:12px;height:24px;width:auto}}@media screen and (min-width:768px){.expo-regular-thx__bnner--cta:after{content:"";width:66px;height:66px;position:absolute;top:-33px;right:-69px;background:url(../../images/price-tag-expo.webp) no-repeat 50%/contain}}.expo-regular-thx__bnner--cta .gold{color:#303030;font-size:12px;line-height:15px;font-weight:600;padding:2px 6px;border-radius:4px;background-color:#ffcc3f}@media screen and (max-width:767px){.expo-regular-thx__bnner--cta .gold{font-size:10px;line-height:12px}}.expo-regular-thx__bnner__offers{padding-top:14px;position:relative;min-height:34px}.expo-regular-thx__bnner__offers--item{width:100%;color:#fff;font-size:12px;font-weight:600;line-height:20px;animation:show 6s linear infinite;position:absolute;left:50%;transform:translateX(-50%) translateY(6px);opacity:0}.expo-regular-thx__bnner__offers--item:first-child{animation-delay:0s}.expo-regular-thx__bnner__offers--item:last-child{animation-delay:-3s}.expo-regular-thx__bnner.lead-thanks{text-align:left;background:url(../../images/expo-sm-banner.png) no-repeat 100% 0/contain #a90007;margin-top:16px}@media screen and (max-width:767px){.expo-regular-thx__bnner.lead-thanks{margin-top:0}}.expo-regular-thx__bnner.lead-thanks .expo-regular-thx__bnner__rgt{width:auto;text-align:left}@media screen and (min-width:768px){.expo-regular-thx__bnner.lead-thanks .expo-regular-thx__bnner__lft{flex:inherit}}.expo-regular-thx__bnner.lead-thanks .expo-regular-thx__bnner__lst:after{content:"";width:101px;height:32px;position:absolute;right:-65px;top:-10px;background:url(../../images/arrow-expo.webp) no-repeat 50%/contain}.bpp .expo-regular-thx__bnner{margin-top:24px}@keyframes show{0%{opacity:0;transform:translateX(-50%) translateY(6px) scale(.98)}8%{opacity:1;transform:translateX(-50%) translateY(0) scale(1)}25%{opacity:1}33%{opacity:0;transform:translateX(-50%) translateY(-6px) scale(.98)}to{opacity:0}}