.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-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}body{background:#f7f7f7;padding:0 0 126px;margin:0;font-family:Montserrat}body *{box-sizing:border-box;color:#303030}.hic__container{width:1232px;margin:0 auto;position:relative}.hic__header{display:flex;align-items:center;justify-content:space-between}.hic__header__left{background:#fff;width:270px;height:95px;border-radius:0 0 20px 20px;display:flex;align-items:center;justify-content:center}.hic__header__logo{background:url(../../images/hi-logo.svg) 0 0 no-repeat;width:229px;height:61px}.hic__btn{cursor:pointer;padding:16px 34px;border-radius:30px;background:#d8232a;height:48px;line-height:24px;color:#fff;font-size:16px;font-weight:600}.hic__btn:hover{background:#c31f25}.hic__marquee{background:#f5ecd6;height:63px;overflow:hidden}.hic__marquee__list{width:100%;display:flex;align-items:center;animation:marquee 10s linear infinite}.hic__marquee__list__item{height:63px;overflow:hidden;display:flex;align-items:center;justify-content:center;padding:0 32px 0 40px;flex-shrink:0;color:#303030;font-size:18px;font-weight:600;position:relative}.hic__marquee__list__item:before{content:"";background:#b57f5d;width:8px;height:8px;position:absolute;left:0;top:calc(50% - 4px);border-radius:8px}.hic__gallery{background:#f7f7f7;padding:54px 0}.hic__gallery__tab{display:flex;align-items:center;justify-content:center;padding:0 0 30px;gap:4px}.hic__gallery__tab--item{border:1px solid #ddddd3;border-radius:58px;padding:0 10px;line-height:28px;font-size:14px;color:#303030;cursor:pointer;transition:all .3s ease-in-out}.hic__gallery__tab--item.active{background:#b57f5d;border-color:#b57f5d;color:#fff}.hic__gallery__slide{height:510px;border-radius:20px;overflow:hidden;position:relative}.hic__gallery__slide--img{width:100%;height:100%;object-fit:cover;border-radius:20px}.hic__gallery__slide--content{position:absolute;background:linear-gradient(180deg,transparent,rgba(0,0,0,.94) 92%,#000 185%);bottom:0;left:0;right:0;z-index:11;min-height:130px;color:#fff;text-align:center;display:flex;align-items:center;justify-content:center;font-size:32px;font-weight:500}.hic__gallery__thumb{padding:30px 0 0;overflow-x:auto;overflow-y:hidden}.hic__gallery__thumb::-webkit-scrollbar{display:none}.hic__gallery__thumb .swiper-slide{width:162px!important;height:108px!important;flex-shrink:0}.hic__gallery__thumb .swiper-slide.swiper-slide-thumb-active .hic__gallery__thumb-slide{opacity:1;transition:.3s;border:2px solid #796f50;transform:scale(1)}.hic__gallery__thumb-slide{width:162px;height:108px;border-radius:12px;cursor:pointer;opacity:.6;transition:.3s;transform:scale(.9);padding:4px}.hic__gallery__thumb--img{width:100%;height:100%;object-fit:cover;border-radius:12px}.hic__section__heading{font-size:24px;line-height:28px;font-weight:600;color:#303030;padding-bottom:10px;text-align:center}.hic__section__heading-1{font-size:16px;line-height:20px;font-weight:500;text-align:center;padding-bottom:36px;color:#796f50}@keyframes marquee{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.hic-swiper{position:relative}.hic-swiper .swiper-button-disabled{opacity:0}.hic-swiper .swiper-button-next,.hic-swiper .swiper-button-prev{width:40px;height:40px;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%}.hic-swiper .swiper-button-prev{left:10px;top:calc(50% - 10px);transform:translateY(-50%)}.hic-swiper .swiper-button-next:before,.hic-swiper .swiper-button-prev:before{content:"";width:13px;height:2px;background-color:#303030;top:50%;left:50%;transform:translate(-50%,-50%);position:absolute}.hic-swiper .swiper-button-next:after,.hic-swiper .swiper-button-prev:after{content:"";width:10px;height:10px;border:solid #303030;border-width:0 2px 2px 0;transform:rotate(135deg);position:absolute;left:14px}.hic-swiper .swiper-button-next{right:10px;top:calc(50% - 10px);transform:translateY(-50%)}.hic-swiper .swiper-button-next:after{right:14px;transform:rotate(-45deg);left:auto}.hic-swiper .swiper-pagination-bullet-active{background:#d8232a;width:32px;border-radius:4px}.hic-swiper.outside .swiper-button-next{right:-20px}.hic-swiper.outside .swiper-button-prev{left:-20px}.hic-swiper.gallerySwiper .swiper-button-next,.hic-swiper.gallerySwiper .swiper-button-prev{top:265px}.hic-contact{position:fixed;background:rgba(0,0,0,.3);height:100%;width:100%;left:0;top:0;display:flex;align-items:center;justify-content:center;z-index:12;font-family:Montserrat}.hic-contact__body{padding:0;text-align:left;position:relative;background:#fff;border-radius:20px;width:380px}@media screen and (max-width:767px){.hic-contact__body{width:320px}}.hic-contact__close{position:absolute;cursor:pointer;background:#303030;width:24px;height:24px;border-radius:50%;right:0;top:-32px;box-shadow:0 1px 2px 2px rgba(0,0,0,.2)}.hic-contact__close:after,.hic-contact__close:before{content:"";width:12px;height:2px;position:absolute;left:6px;top:11px;background:#fff;transition:all .12s ease-in;border:0}.hic-contact__close:before{transform:rotate(-45deg)}.hic-contact__close:after{transform:rotate(45deg)}.hic-contact__content{max-height:94vh;min-height:475px;overflow-x:hidden;overflow-y:auto;padding:32px 24px}.hic-contact__heading{font-size:20px;line-height:30px;font-weight:600;padding-bottom:16px}.hic-contact__action{padding:10px 0 0}.hic-contact__btn{display:block;width:100%;height:40px;padding:4px 24px;border-radius:8px;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}.user-dtl__mobile{display:flex}.user-dtl__mobile-std{width:70px;flex:1;margin-right:16px;min-width:110px}.user-dtl__mobile-number{width:calc(100% - 70px)}.user-dtl .otp__text{font-size:16px;line-height:24px;color:#303030;padding-bottom:45px}.user-dtl .otp__text--bold,.user-dtl .otp__text--link{font-weight:600;margin-left:4px}.user-dtl .otp__text--link{font-size:14px;line-height:24px;color:#d8232a;text-decoration:underline;cursor:pointer}.user-dtl .otp__text--link:hover{text-decoration:none}.user-dtl .otp__input{width:240px;padding-bottom:48px;position:relative}.user-dtl .otp__input--error{width:100%;font-size:10px;color:#d8232a;position:absolute;top:45px;left:0}.user-dtl .otp__input:after{position:absolute;display:block;content:"";top:0;right:0;background-color:#fff;width:64px;height:36px;z-index:1}.user-dtl .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,Helvetica;font-size:14px;font-weight:600;height:35px;letter-spacing:60px;outline:none;padding-left:16px;position:relative;text-align:left;width:100%}.user-dtl .otp__timer{font-size:14px;line-height:20px;color:#303030;padding-bottom:48px}.user-dtl .otp__timer--count{color:#d8232a;padding:0 4px}.user-dtl .otp__verify--text{font-size:14px;line-height:20px;color:#d8232a;padding-bottom:48px}.user-dtl .otp__verify>ul{padding:0;text-align:center}.user-dtl .otp__verify__list{display:block}.user-dtl .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}.user-dtl .otp__verify__list--item.disable{pointer-events:none;color:hsla(0,0%,80%,.6392156862745098)}.user-dtl .otp__verify__list--item.disable:before{opacity:.2}.user-dtl .otp__verify__list--item:hover{text-decoration:underline}.user-dtl .otp__verify__list--item[data-icon]:before{position:absolute;display:block;content:"";background:url(https://cdn.staticmb.com/decorstatic/1745413551319/images/home-decor-second-fold-sprite.svg);left:0;top:-1px}.user-dtl .otp__verify__list--item[data-icon=resend]:before{background-position:0 -876px;width:17px;height:17px}.user-dtl .otp__verify__list--item[data-icon=verify-call]:before{background-position:-1px -907px;width:16px;height:17px}.user-dtl .otp__verify__list--item:first-child{padding-right:12px;border-right:1px solid #d5d5d5;margin-right:18px}.user-dtl.otp .button--single.mb-button{position:absolute;bottom:32px;left:0;right:0;padding:0 48px}.field-required{color:#d8232a;padding:0 0 0 2px}.hic__bokSlt{padding:0 16px 16px}.hic__bokSlt--ele{padding-bottom:32px}.hic__bokSlt--ele:last-child{padding-bottom:0}.hic__bokSlt--week{background:#f5f5f5;padding:8px 12px;border-radius:16px}@media screen and (max-width:767px){.hic__bokSlt--week{padding:8px 9px;border-radius:0;margin:0 -32px}}.hic__bokSlt--week .daySelect{overflow-x:auto}.hic__bokSlt--week .daySelect::-webkit-scrollbar{display:none}.hic__bokSlt--time{margin:0 -48px;width:auto}.hic__bokSlt--time .hic-form-row__radio{padding-left:48px;overflow-x:auto}.hic__bokSlt--time .hic-form-row__radio::-webkit-scrollbar{display:none}.hic__bokSlt__input label{text-transform:uppercase}.hic__bokSlt--placeholer{min-height:60px}.hic__bokSlt--title{font-size:20px;line-height:30px;color:#303030}.hic__bokSlt--label{font-size:12px;line-height:22px;color:#303030;font-weight:600;text-transform:uppercase;text-align:center;display:block;margin-bottom:16px;position:relative}.hic__bokSlt--label span{background:#fff;display:inline-block;position:relative;z-index:1;padding:0 10px}.hic__bokSlt--label:before{content:"";background:#e8e8e8;height:1px;width:100%;position:absolute;left:0;top:50%}.hic__bokSlt .datecard{display:flex;flex-direction:column;text-align:center;text-transform:uppercase;gap:5px;font-weight:400}.hic__bokSlt .datecard .month{background-color:#ffebee;font-size:10px;line-height:20px;font-weight:400}.hic__bokSlt .datecard .date{font-size:18px;line-height:20px;font-weight:600}.hic__bokSlt .datecard .day{font-size:10px;line-height:20px;font-weight:400}.hic__bokSlt__error{font-size:14px;padding-top:10px;color:#d8232a}.hic__bokSlt__error.error-date{margin-top:-26px}.hic-form-row__radio{display:flex;gap:10px;flex-wrap:wrap}.hic-form-row__radio.daySelect{flex-wrap:nowrap}@media screen and (max-width:767px){.hic-form-row__radio.daySelect{flex-wrap:wrap}}.hic-form-row__radio.daySelect .hic-form-row__radiobtn{height:72px}.hic-form-row__radio.daySelect .hic-form-row__radiobtn--text{height:72px;border-radius:8px;padding:0}.hic-form-row__radio.daySelect input:checked+.hic-form-row__radiobtn--text{border:1px solid #b57f5d;color:#b57f5d;background:#fff}.hic-form-row__radio.daySelect input:checked+.hic-form-row__radiobtn--text .date,.hic-form-row__radio.daySelect input:checked+.hic-form-row__radiobtn--text .day,.hic-form-row__radio.daySelect input:checked+.hic-form-row__radiobtn--text .month{color:#b57f5d}.hic-form-row__radiobtn{display:block;height:32px;min-width:72px}.hic-form-row__radiobtn input{opacity:0;position:absolute}.hic-form-row__radiobtn--text{border-radius:20px;border:1px solid #d7d7d7;background:#fff;padding:0 12px;line-height:30px;font-size:12px;font-weight:600;color:#303030;cursor:pointer;position:relative;white-space:nowrap;text-overflow:ellipsis;transition:all .3s;text-align:center}.hic-form-row__radiobtn input:disabled+.hic-form-row__radiobtn--text{opacity:.6}.hic-form-row__radiobtn input:checked+.hic-form-row__radiobtn--text{border:1px solid #b57f5d;color:#fff;background:#b57f5d}.hic-form-row__radiobtn input:checked+.hic-form-row__radiobtn--text .date,.hic-form-row__radiobtn input:checked+.hic-form-row__radiobtn--text .day,.hic-form-row__radiobtn input:checked+.hic-form-row__radiobtn--text .month{color:#b57f5d}.countryCode{font-size:14px;color:#606060;font-weight:400;line-height:20px;position:relative}.countryCode__btn{border-bottom:1px solid #d7d7d7;padding:23px 8px 6px 0;min-width:80px;cursor:pointer;text-align:left}.countryCode__content{position:absolute;background:#fff;width:100%;z-index:3;left:0;right:0;box-shadow:0 0 10px 0 #d7d7d7;max-height:115px;overflow-y:scroll}.countryCode__content::-webkit-scrollbar{width:2px;background-color:#f5f5f5;border-radius:10px}.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);border-radius:10px}.countryCode__item{font-size:14px;color:#606060;font-weight:400;padding:4px 8px;cursor:pointer;white-space:nowrap}.countryCode__item:hover{background-color:#f5f5f5}.countryCode .droparrow{position:absolute;right:10px;transition:all .3s ease-in-out}.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}.countryCode .droparrow.open:after{transform:rotate(-45deg);top:7px}.hic-thx{position:relative;background-image:url(../../images/thanks-bg-left.webp),url(../../images/thanks-bg-right.webp);background-position:left 162px,right 162px;background-repeat:no-repeat;min-height:640px;padding-bottom:68px;background-color:#fff}@media screen and (max-width:767px){.hic-thx{background-image:none}}.hic-thx__container{width:788px;margin:0 auto;min-height:430px}@media screen and (max-width:767px){.hic-thx__container{width:auto}}.hic-thx__header{height:134px;padding:44px 0 0}@media screen and (max-width:767px){.hic-thx__header{height:64px;padding:0}}.hic-thx__header--logo{background:url(../../images/hi-logo.svg) 0 0 no-repeat;width:229px;height:61px;margin:0 auto}@media screen and (max-width:767px){.hic-thx__header--logo{margin:0;transform:scale(.8)}}.hic-thx__msg{background:#edfaf9;border-radius:30px;padding:20px 20px 94px;text-align:center}@media screen and (max-width:767px){.hic-thx__msg{padding:36px 20px 94px;border-radius:0}}.hic-thx__msg__text{color:#303030;font-size:18px;font-weight:500}@media screen and (max-width:767px){.hic-thx__msg__text{font-size:14px;line-height:24px}}.hic-thx__msg__head{display:flex;align-items:center;justify-content:center;line-height:78px;font-size:36px;color:#009681;gap:10px;font-weight:600;padding-bottom:12px}@media screen and (max-width:767px){.hic-thx__msg__head{font-size:24px;line-height:24px}}.hic-thx__msg__icon{border:1px solid #009681;width:38px;height:38px;display:block;border-radius:50%;position:relative}.hic-thx__msg__icon:before{position:absolute;display:block;content:"";width:18px;height:10px;border-left:2px solid #009681;border-bottom:2px solid #009681;left:9px;top:11px;transform:rotate(-45deg)}@media screen and (max-width:767px){.hic-thx__msg__icon{width:18px;height:18px}.hic-thx__msg__icon:before{position:absolute;display:block;content:"";width:8px;height:4px;border-left:2px solid #009681;border-bottom:2px solid #009681;left:3px;top:4px;transform:rotate(-45deg)}}.hic-thx__reqForm{max-width:674px;margin:0 auto;padding:32px;border-radius:20px;box-shadow:0 4px 24px 0 rgba(0,0,0,.1);background-color:#fff}.hic-thx__reqForm--withMsg{margin:-68px auto 0}@media screen and (max-width:767px){.hic-thx__reqForm{max-width:90%;padding:20px 16px;margin:0 auto}.hic-thx__reqForm--withMsg{margin:-68px auto 0}}@media screen and (max-width:767px){.hic-thx.has-regularExpo{min-height:inherit}.hic-thx.has-regularExpo .expo-regular__newthx{margin-top:0}.hic-thx.has-regularExpo .expo-regular__newthx__banner{border-radius:0;padding-top:50px;margin-bottom:140px}.hic-thx.has-regularExpo .expo-regular__newthx__banner__tp{font-size:14px;line-height:20px}.hic-thx.has-regularExpo .expo-regular__newthx__banner__col{padding:20px 12px 12px;width:auto;height:136px;cursor:pointer}.hic-thx.has-regularExpo .expo-regular__newthx__banner__col--text{font-size:12px;line-height:26px;padding-bottom:2px}.hic-thx.has-regularExpo .expo-regular__newthx__banner__col--subtext{font-size:16px;line-height:20px}.hic-thx.has-regularExpo .expo-regular__newthx__banner__col:after{width:72px;height:65px}.hic-thx.has-regularExpo .expo-regular__newthx__row{gap:12px}.hic-thx.has-regularExpo .expo-regular__newthx .expo-regular-thx__ai-banner{width:calc(100% - 32px)}.hic-thx.has-regularLp{min-height:inherit}.hic-thx.has-regularLp .hic-thx__container{background-color:#edfaf9}}.expo-regular-thx{text-align:center}@media screen and (max-width:767px){.expo-regular-thx{padding:0 16px}}.expo-regular-thx__msg{text-align:center;color:#303030;font-size:18px;font-weight:500;line-height:30px;padding-top:115px;padding-bottom:24px;position:relative}@media screen and (max-width:767px){.expo-regular-thx__msg{font-size:14px;line-height:24px;padding-top:85px;padding-bottom:22px}}.expo-regular-thx__msg:before{content:"";position:absolute;top:-20px;left:0;right:0;background:url(../../images/thanks-gif.gif) no-repeat 50%/contain;width:150px;height:150px;margin:0 auto}@media screen and (max-width:767px){.expo-regular-thx__msg:before{width:100px;height:100px;top:0}}.expo-regular-thx__bnner{width:716px;height:auto;border-radius:8px;padding:24px 16px 22px;margin:0 auto 24px;display:inline-flex;align-items:center;cursor:pointer;background:url(../../images/expo-sm-banner.png) 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}}@media screen and (min-width:768px){.expo-regular-thx__bnner__lft{padding-right:68px}}.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__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:101px;height:32px;position:absolute;right:-65px;top:-10px;background:url(../../images/arrow-expo.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: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}}.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__ai-banner{width:716px;height:85px;display:inline-flex;padding:17px 24px;border-radius:14px;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border:1px solid rgba(233,212,255,.8);background-image:linear-gradient(97deg,#fdf5ff,#fff);text-align:left;overflow:hidden;position:relative;margin-bottom:22px;text-decoration:none}@media screen and (max-width:767px){.expo-regular-thx__ai-banner{width:100%;height:auto;padding:16px;margin-bottom:24px}}.expo-regular-thx__ai-banner:after{content:"";position:absolute;top:0;right:-2px;background:url(../../images/flower-clipart.webp) no-repeat 50%/contain;width:89px;height:83px}.expo-regular-thx__ai-banner--text{color:#303030;font-size:16px;font-weight:400;line-height:24px;padding-left:44px;position:relative}@media screen and (max-width:767px){.expo-regular-thx__ai-banner--text{font-size:12px;line-height:16px}}.expo-regular-thx__ai-banner--text:before{content:"";position:absolute;top:0;left:0;background:url(../../images/ai-logo-sm.webp) no-repeat 50%/contain;width:32px;height:32px}.expo-regular-thx__ai-banner--text .bold{font-size:18px;line-height:24px;font-weight:600}@media screen and (max-width:767px){.expo-regular-thx__ai-banner--text .bold{font-size:14px;line-height:18px}}.expo-regular-thx__ai-banner--text .ai-logo{display:inline-block;background-image:linear-gradient(126deg,#300fb2 6%,#8f15b4 45%,#fd5caa 105%),linear-gradient(180deg,#fff,#fff);background-clip:text;color:transparent}.expo-regular-thx__ai-banner--text .ai-logo:after{content:"";background:url(../../images/ai-star-sm.webp) no-repeat 50%/contain;display:inline-block;vertical-align:top;width:14px;height:12px}.expo-regular-thx__cta{padding:12px 30px;border-radius:30px;border:1px solid #d8232a;background-color:#d8232a;color:#fff;font-size:16px;font-weight:600;display:inline-block;cursor:pointer;text-decoration:none}@media screen and (max-width:767px){.expo-regular-thx__cta{padding:12px;font-size:14px}}.expo-regular__newthx{margin-top:30px;text-align:center}.expo-regular__newthx__banner{width:100%;height:223px;border-radius:30px;background-color:#edfaf9;padding:44px 16px 0;margin-bottom:190px}.expo-regular__newthx__banner__tp--heading{display:inline;color:#009681;font-size:24px;font-weight:600;line-height:24px;padding-bottom:8px}.expo-regular__newthx__banner__tp--heading:before{content:"";background:url(../../images/thanks-gif.gif) no-repeat 50%/contain;width:70px;height:70px;display:inline-block;vertical-align:middle}.expo-regular__newthx__banner__tp--text{color:#303030;font-size:16px;line-height:20px;padding-bottom:32px}.expo-regular__newthx__banner__row{display:flex;align-items:center;justify-content:center;gap:18px}.expo-regular__newthx__banner__col{width:232px;height:201px;padding:18px;border-radius:14px;box-shadow:0 0 14.9px 0 rgba(0,0,0,.1);text-align:left;background:url(../../images/fower-right.webp) no-repeat 100% 0/100px 100px #fff;position:relative;cursor:pointer}.expo-regular__newthx__banner__col:after{content:"";position:absolute;right:0;bottom:0;width:107px;height:107px}.expo-regular__newthx__banner__col[data-icon=left]:after{background:url(../../images/comfort-chair.webp) no-repeat 100% 0/contain #fff}.expo-regular__newthx__banner__col[data-icon=right]:after{background:url(../../images/bookshelf-interior.webp) no-repeat 100% 0/contain #fff}.expo-regular__newthx__banner__col--text{color:#303030;font-size:18px;line-height:38px;font-weight:500}.expo-regular__newthx__banner__col--subtext{color:#303030;font-size:24px;line-height:28px;font-weight:600;position:relative;z-index:1}.expo-regular__newthx__banner__col--subtext .red{color:#d8232a}.req-form__head{padding:0 0 20px;font-size:18px;line-height:24px;color:#303030;font-weight:600;text-align:center}.req-form__step{display:flex;justify-content:space-between;width:88px;align-items:center;padding-bottom:20px;margin:0 auto}.req-form__step--item{width:16px;height:16px;border:4px solid #796f50;border-radius:50%;background:#fff;flex-shrink:0}.req-form__step--line{background:#796f50;height:2px;width:calc(100% - 32px)}.req-form__qna{border:1px solid #f7f7f7;background:#f7f7f7;padding:24px;border-radius:20px}.req-form__qna .hic-form-row{display:flex!important;align-items:center;padding-bottom:30px}@media screen and (max-width:767px){.req-form__qna .hic-form-row{flex-wrap:wrap}}.req-form__qna .hic-form-row:last-child{padding-bottom:0}.req-form__qna .hic-form-row__label{flex-shrink:0;width:150px;padding-right:10px;font-size:14px;font-weight:700;color:#303030}@media screen and (max-width:767px){.req-form__qna .hic-form-row__label{padding:0 0 12px;width:auto}}.req-form .hic-contact__action{padding:28px 0 0;text-align:center}.req-form .hic-contact__action .hic-contact__btn{min-width:300px;width:auto}.timeOfDayTabs{display:flex;align-items:center;justify-content:space-between;gap:32px;font-size:12px;color:#606060;font-weight:500;border-bottom:1px solid #d7d7d7;max-width:310px;margin:0 auto 16px}.timeOfDayTabs .tab{padding:6px 10px;cursor:pointer}.timeOfDayTabs .tab.active{color:#303030;border-bottom:1px solid #d8232a}.visitConfirm{text-align:center}.visitConfirm__icon{background:url(../../images/icon-calendar.svg) 0 0 no-repeat;width:32px;height:32px;margin:0 auto 18px;display:block}.visitConfirm__text{padding-bottom:18px}.visitConfirm__text-label{font-size:18px;line-height:24px;color:#303030;padding-bottom:4px}.visitConfirm__text-day{font-size:24px;line-height:32px;color:#303030;font-weight:600}.visitConfirm__content{font-size:14px;line-height:20px;padding:0 20px 28px}.visitConfirm__pInfo{background:#f7f7f7;border-radius:20px;padding:24px}.visitConfirm__pInfo--list{display:flex;align-items:center;flex-wrap:wrap;gap:30px;justify-content:space-between;text-align:left;font-size:12px;color:#303030;line-height:20px}.visitConfirm__pInfo--value{font-weight:700;font-size:16px;line-height:20px}.hic-form-row__error{color:#d8232a;font-size:12px;line-height:14px}.mb-form-ui__row.select-wrap:after{pointer-events:none;width:7px;height:7px;top:29px;border-right:1px solid #606060;border-top:1px solid #606060;transform:rotate(135deg);content:"";display:block;position:absolute;right:4px}.mb-form-ui__row.select-wrap.show-error .custom-dropdown__value{border-color:#d8232a}.mb-form-ui__row select{font-family:Montserrat;font-size:14px;color:#303030;appearance:none}.mb-form-ui__row .mb-form-ui__label{z-index:1}.custom-dropdown{position:relative;cursor:pointer;user-select:none}.custom-dropdown__value{border-bottom:1px solid #d8d8d8;height:30px}.custom-dropdown__selected{padding:.5em 0}.custom-dropdown__list{position:absolute;bottom:62px;left:0;right:0;z-index:10;background:#fff;border:1px solid #ccc;list-style:none;margin:0;padding:0;max-height:140px;box-shadow:0 1px 5px 3px rgba(0,0,0,.1);border-radius:8px;overflow-y:auto}.custom-dropdown__list.open{display:block}.custom-dropdown__option{font-size:12px;padding:6px 10px;cursor:pointer}.custom-dropdown__option.selected,.custom-dropdown__option:hover{background:#eee}.placeholder{color:#aaa}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.venueInfo__head{font-size:14px;color:#909090;padding-bottom:4px}.venueInfo__text{font-size:16px;color:#303030}.hic__hero{background:url(../../images/desktoptopimage.jpg) 0 0 no-repeat;background-size:cover;background-color:#847d66;min-height:681px}.hic__hero__content{display:flex;justify-content:space-between;padding:36px 0 0}.hic__hero__left{width:650px}.hic__hero__right{width:506px}.hic__hero__text1{font-size:36px;line-height:66px;color:#fff}.hic__hero__text2{font-weight:600}.hic__hero__text2,.hic__hero__text3{font-size:56px;line-height:66px;color:#fff}.hic__hero__text3 .text-rupee{color:#ffde82;font-family:arial;margin:0 10px 0 20px}.hic__hero__text3 .text-price{color:#ffde82;font-weight:700}.hic__hero__hightlight{display:flex;align-items:center;flex-wrap:wrap;color:#f5ecd6;gap:20px;padding:24px 0}.hic__hero__hightlight--item{color:#f5ecd6;font-size:24px;font-weight:500;padding:0;display:inline-flex;align-items:center;line-height:24px;gap:6px}.hic__hero__hightlight--item:before{content:"";background:url(../../images/icon-12-tick-gold.svg) 0 0 no-repeat;width:19px;height:19px;display:block}.hic__hero__delivered{background:rgba(121,111,80,.8);display:inline-flex;align-items:center;padding:10px 20px;font-size:18px;line-height:24px;font-weight:600;margin-top:26px;color:#fff;border-radius:16px;gap:16px}.hic__hero__delivered.expo:before{background:url(../../images/sprite-expo-web.svg) -6px -969px no-repeat}.hic__hero__delivered:before{content:"";background:url(../../images/sprite-landing-page-web.svg) -210px -149px no-repeat;width:39px;height:39px;display:block}.hic__hero.has-reqularExpo .hic-contact{position:static;background:transparent;justify-content:flex-end}.hic__hero.has-reqularExpo .hic-contact__body{border-radius:16px;background-color:#f7f7f7;position:relative;overflow:hidden}.hic__hero.has-reqularExpo .hic-contact__body:after{content:"";width:120px;height:120px;background-image:linear-gradient(55deg,#fffcf2,#fffcf2 85%);position:absolute;top:-30px;right:-30px;filter:blur(51.6px)}.hic__hero.has-reqularExpo .hic-contact__content{padding:30px 18px 18px;max-height:inherit;min-height:inherit}.hic__hero.has-reqularExpo .hic-contact__content .hic-contact__heading{text-align:center;font-size:16px;font-weight:700;line-height:20px;padding-bottom:24px;margin-bottom:32px;position:relative;z-index:1}.hic__hero.has-reqularExpo .hic-contact__content .hic-contact__heading:after{content:"";position:absolute;bottom:0;left:0;right:0;margin:0 auto;width:57px;height:1px;opacity:.2;background-color:#000}.hic__hero.has-reqularExpo .hic-contact__content .mb-form-ui__row{padding:0 0 25px}.hic__hero.has-reqularExpo .hic-contact__content .mb-form-ui__row.select-wrap:after{pointer-events:none;top:20px;border-right:2px solid #606060;border-top:2px solid #606060;right:19px}.hic__hero.has-reqularExpo .hic-contact__content .mb-form-ui__row.focused .mb-form-ui__label{top:-9px;left:14px;background-color:#f7f7f7;display:inline-block;z-index:3;padding:0 4px}.hic__hero.has-reqularExpo .hic-contact__content .user-dtl__mobile-number{width:100%}.hic__hero.has-reqularExpo .hic-contact__content .mb-form-ui__label{top:16px;left:18px}.hic__hero.has-reqularExpo .hic-contact__content .custom-dropdown__value,.hic__hero.has-reqularExpo .hic-contact__content .mb-form-ui__input{top:0;padding:12px 16px;height:48px;border-radius:4px;border:1px solid #909090}.hic__hero.has-reqularExpo .hic-contact__content .user-dtl .otp__input:after,.hic__hero.has-reqularExpo .hic-contact__content .user-dtl .otp__input input{background-color:#f7f7f7}.hic__hero.has-reqularExpo .hic-contact__btn{border-radius:30px;font-size:18px;font-family:inherit;height:48px;padding:8px 24px}.hic__search{max-width:472px;background:#fff;border-radius:46px;display:flex;align-items:center;justify-content:space-between;padding:4px;cursor:pointer}.hic__search__input{border:0;outline:none;font-family:Montserrat;padding:6px 0}.hic__search .hic__btn{height:auto;padding:12px 20px;font-size:18px;min-width:200px;text-align:center}.hic__search__content{display:flex;align-items:center;font-size:16px;color:#606060;padding:0 0 0 20px;gap:10px}.hic__search__icon-call{background:url(../../images/sprite-landing-page-web.svg) no-repeat -57px -2140px;width:11px;height:14px}.hic__search--sticky{border:1px solid #d7d7d7}.hic__search--sticky .hic__search__content{font-size:14px;padding-right:20px}.hic__search--sticky .hic__search .hic__btn{padding:8px 20px;font-size:16px;min-width:173px;font-weight:500}.hic__regular-expo{text-align:center;padding-top:12px}.hic__regular-expo--tag{position:absolute;top:0;left:0;right:0;width:228px;height:34px;margin:0 auto;display:flex;align-items:center;justify-content:center;padding:12px;background-color:#ce0037;border-radius:0 0 10px 10px;text-align:center;color:#fff;font-size:16px;font-weight:600;line-height:20px}.hic__regular-expo--tag:before{content:"";width:24px;height:24px;margin-right:12px;background:url(../../images/time-sm.webp) no-repeat 50%/contain}.hic__regular-expo__btm--text{color:#303030;font-size:16px;line-height:28px;font-weight:600}.hic__regular-expo__btm--offer{color:#ce0037;font-size:28px;font-weight:400;line-height:28px;padding-bottom:6px}.hic__regular-expo__btm--offer .bold{font-weight:700;color:#ce0037}.hic__regular-expo__btm--offer .strike{text-decoration:line-through;color:#ce0037}.hic__regular-expo__btm--offer .strike>span{color:#ce0037}.hic__regular-expo__btm--offer:after{content:"";width:26px;height:28px;display:inline-block;vertical-align:top;margin-left:12px;background:url(../../images/celebrate-sm.webp) no-repeat 50%/contain}.hic__regular-expo__btm__lst{display:flex;align-items:center;justify-content:center;gap:32px;list-style:none;margin:0;padding:0}.hic__regular-expo__btm__lst--itm{color:#303030;font-size:14px;font-weight:600;line-height:28px;position:relative}.hic__regular-expo__btm__lst--itm:not(:last-child):after{content:"";position:absolute;top:2px;right:-16px;width:1px;height:26px;opacity:.4;background-color:#303030}.hic__regular-expo__btm:after{content:"";display:block;width:54px;height:1px;opacity:.1;background-color:#000;margin:16px auto}.hic__regular-expo--heading{color:#303030;font-size:16px;line-height:24px;font-weight:400;padding-bottom:20px}.hic-video{border-radius:24px;background:#fff;padding:16px;min-height:452px}.hic-video__placholder{background:#f5f5f5;background-size:cover;height:250px;border-radius:24px;overflow:hidden;position:relative}.hic-video__placholder img{width:100%;height:100%;object-fit:cover}.hic-video__btn-play{background:url(../../images/sprite-landing-page-web.svg) no-repeat -191px -41px;width:76px;height:76px;border-radius:50%;display:block;cursor:pointer;position:absolute;left:calc(50% - 37px);top:calc(50% - 37px);z-index:1}.hic-video__desc{padding:14px 20px 20px;font-size:18px;color:#606060}.hic-video__desc,.hic-video__user{line-height:24px;text-align:center}.hic-video__user{font-size:24px;color:#303030;font-weight:600;padding-bottom:10px}.hic-video__req{display:flex;justify-content:center;gap:60px}.hic-video__req--label{font-size:14px;color:#606060;line-height:20px;text-align:center}.hic-video__req--value{font-weight:600;font-size:18px;line-height:24px;color:#303030}.centered-popup{width:100vw;height:100vh;background-color:rgba(0,0,0,.7);z-index:100;position:fixed;top:0;left:0;display:flex;align-items:center;justify-content:center}.centered-popup__content{width:896px;background-color:#fff;border-radius:8px;border:8px solid #fff;position:relative;height:80vh}.centered-popup__close{width:30px;height:30px;display:inline-block;position:absolute;top:-8px;right:-48px;cursor:pointer}.centered-popup__close:after,.centered-popup__close:before{content:"";display:block;position:absolute;width:32px;height:2px;background-color:#fff;top:12px;left:0;transform:rotate(45deg)}.centered-popup__close:after{transform:rotate(-45deg)}.centered-popup__imgbox{width:100%;height:100%;border-radius:8px;position:relative}.centered-popup__imgbox iframe{border:0;width:100%;height:100%}.hic__sticky-ftr{width:1042px;height:84px;position:fixed;left:calc(50% - 521px);bottom:-100px;background-color:#fff;box-shadow:0 -1px 7px 2px rgba(0,0,0,.2);transition:all .3s ease-in;z-index:12;border-radius:20px}.hic__sticky-ftr.active{bottom:20px}.hic__sticky-ftr__inner{padding:0 32px;font-size:14px;color:#303030;display:flex;align-items:center;height:100%;justify-content:space-between}.hic__sticky-ftr__text1{font-size:20px;line-height:20px;font-weight:600;padding-bottom:10px;color:#303030}.hic__sticky-ftr__text2{padding:0 0 0 24px;line-height:16px;font-size:12px;color:#796f50;position:relative}.hic__sticky-ftr__text2 span{font-weight:600}.hic__sticky-ftr__text2:before{content:"";background:url(../../images/sprite-landing-page-web.svg) no-repeat -222px -200px;width:18px;height:18px;position:absolute;left:0;top:calc(50% - 9px)}.mobile-error{color:#d8232a;font-size:12px;position:absolute;background:#fff;border-radius:4px;padding:4px 10px;margin-top:1px;margin-left:22px;box-shadow:1px 1px 2px 2px rgba(0,0,0,.2)}.hi-offerbox{background:url(../../images/offerbg.png) no-repeat 50%/contain #fff;-webkit-border-radius:20px;-moz-border-radius:20px;-o-border-radius:20px;border-radius:20px;background-clip:padding-box;padding:100px 52px 32px;position:relative}.hi-offerbox:before{content:"";width:200px;height:45px;background:url(../../images/sprite-expo-web.svg) no-repeat 0 -906px;position:absolute;top:11px;margin:0 auto;left:0;right:0;transform:scale(1.5)}.hi-offerbox--text{text-align:center;color:#303030;font-size:24px;line-height:32px;font-weight:600;padding-bottom:12px}.hi-offerbox--text2{text-align:center;color:#d8232a;font-size:36px;line-height:32px;padding-bottom:32px}.hi-offerbox--text2 .text-rupee{color:#d8232a;font-family:Arial,Helvetica,sans-serif;font-weight:600}.hi-offerbox--text2 .bold{color:#d8232a;font-weight:600}.hi-offerbox--text2 .bold:first-child{position:relative}.hi-offerbox--text2 .bold:first-child:after{position:absolute;display:block;content:"";width:100%;height:2px;background-color:#d8232a;top:50%;left:-5px;margin-top:-1px}.hi-offerbox--text2 .bold[data-ico=celebrate]:after{content:"";width:30px;height:32px;background:url(../../images/celebrate-emoji.webp) no-repeat 50%/contain;display:inline-block;vertical-align:top;margin-left:6px}.hi-offerbox__box{-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px;border-radius:16px;background-clip:padding-box;background-color:#fff;display:grid;grid-template-columns:1fr 1fr;gap:10px;padding:20px}.hi-offerbox__box.has-blr .hi-offerbox__box__col:last-child,.hi-offerbox__box.has-blr .hi-offerbox__box__col:nth-child(3){grid-column:inherit;padding-bottom:0}.hi-offerbox__box__col:first-child{padding-bottom:20px}.hi-offerbox__box__col:last-child,.hi-offerbox__box__col:nth-child(3){grid-column:1/-1}.hi-offerbox__box__col--label{color:#303030;font-size:18px;line-height:24px;font-weight:400;padding-bottom:4px}.hi-offerbox__box__col--label[data-ico]:before{content:"";width:24px;height:24px;display:inline-block;vertical-align:middle;margin-right:6px;background:url(../../images/sprite-expo-web.svg)}.hi-offerbox__box__col--label[data-ico=time]:before{background-position:-14px -1017px}.hi-offerbox__box__col--label[data-ico=date]:before{background-position:-14px -1047px}.hi-offerbox__box__col--label[data-ico=loc]:before{background-position:-15px -1076px}.hi-offerbox__box__col--value{color:#303030;font-size:18px;line-height:28px;font-weight:600}.hic__brown{color:#b57f5d}.hic__crsel{padding:54px 0}.hic__crsel__itm{padding:12px 12px 20px;background-color:#fff;-webkit-border-radius:30px;-moz-border-radius:30px;-o-border-radius:30px;border-radius:30px;background-clip:padding-box}.hic__crsel__upr{position:relative;height:354px}.hic__crsel__upr:before{position:absolute;display:block;content:"";width:100%;height:110px;background-image:linear-gradient(180deg,transparent,rgba(0,0,0,.6));bottom:0;left:0;backdrop-filter:blur(1px);-webkit-border-radius:0 0 24px 24px;-moz-border-radius:0 0 24px 24px;-o-border-radius:0 0 24px 24px;border-radius:0 0 24px 24px;background-clip:padding-box}.hic__crsel__upr__img{width:100%;height:100%;object-fit:cover;vertical-align:top;-webkit-border-radius:24px;-moz-border-radius:24px;-o-border-radius:24px;border-radius:24px;background-clip:padding-box}.hic__crsel__upr__inf{width:calc(100% - 24px);position:absolute;bottom:18px;left:18px;display:flex;gap:16px}.hic__crsel__upr__inf--logo{width:74px;height:74px;background-clip:padding-box;background:#fff;display:flex;align-items:center;justify-content:center;padding:4px}.hic__crsel__upr__inf--logo,.hic__crsel__upr__inf__pic{-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;border-radius:10px}.hic__crsel__upr__inf__pic{width:auto;height:auto;max-width:100%;max-height:100%;background-clip:padding-box}.hic__crsel__upr__inf__nam{color:#fff;font-size:22px;font-weight:600;line-height:28px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:230px}.hic__crsel__upr__inf__bhk,.hic__crsel__upr__inf__loc{font-size:16px;color:#f5f5f5;line-height:24px}.hic__crsel__lwr{font-size:14px;text-align:center;padding:16px 0 0}.hic__crsel__lwr__txt{color:#606060;padding:0 0 16px}.hic__crsel__lwr__tag{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.hic__crsel__lwr__tag__itm{font-size:14px;display:inline-block;line-height:26px;color:#b57f5d;padding:0 10px;border:1px solid #b57f5d;-webkit-border-radius:50px;-moz-border-radius:50px;-o-border-radius:50px;border-radius:50px;background-clip:padding-box}.hic__crsel__row{display:flex;align-items:center;justify-content:center;padding:20px 0}.hic__crsel__bullets.swiper-pagination-bullets{width:auto;display:flex;align-items:center}.hic__crsel__bullets .swiper-pagination-bullet{width:10px;height:10px;background-color:rgba(181,127,93,.4);transition:all .1s ease-in-out}.hic__crsel__bullets .swiper-pagination-bullet-active{width:14px;height:14px;background-color:#b57f5d}.hic__crsel__next,.hic__crsel__prev{border:1px solid #b57f5d;width:36px;height:36px;margin:0 16px;cursor:pointer;position:relative;-webkit-border-radius:10px;-moz-border-radius:10px;-o-border-radius:10px;border-radius:10px;background-clip:padding-box}.hic__crsel__next.swiper-button-disabled,.hic__crsel__prev.swiper-button-disabled{opacity:.5;pointer-events:none;cursor:default}.hic__crsel__next:before,.hic__crsel__prev:before{position:absolute;display:block;content:"";top:calc(50% - 3px);left:12px;width:6px;height:6px;border:solid #b57f5d;border-width:0 0 1px 1px;transform:rotate(45deg)}.hic__crsel__next:after,.hic__crsel__prev:after{position:absolute;display:block;content:"";top:50%;left:12px;width:10px;height:1px;background-color:#b57f5d}.hic__crsel__next:before{left:14px;transform:rotate(-136deg)}.hic__interior{padding:54px 0}.hic__interior__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.hic__interior__grid.compact{padding:0 48px}.hic__interior__crd{width:100%;height:204px;position:relative;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px;border-radius:16px;background-clip:padding-box}.hic__interior__crd-xl{grid-row:1/3;background:#fff;box-shadow:0 4px 8px rgba(0,0,0,.1);-webkit-border-radius:12px;-moz-border-radius:12px;-o-border-radius:12px;border-radius:12px;background-clip:padding-box}.hic__interior__lft .hic__interior__crd-xl{grid-column:4/4}.hic__interior__crd-xl .hic-video{width:414px;min-height:auto;line-height:20px;padding:14px}.hic__interior__crd-xl .hic-video__desc{font-size:16px;line-height:20px;padding:20px 20px 16px}.hic__interior__crd-xl .hic-video__req--label{font-size:12px;line-height:16px}.hic__interior__crd-xl .hic-video__req--value{font-size:16px;line-height:20px}.hic__interior__lft{position:relative;padding:48px 0}.hic__interior__lft:before{position:absolute;display:block;content:"";top:0;left:0;width:calc(100% - 192px);height:100%;background-color:#f5ecd6;-webkit-border-radius:0 120px 0 0;-moz-border-radius:0 120px 0 0;-o-border-radius:0 120px 0 0;border-radius:0 120px 0 0;background-clip:padding-box}.hic__interior__lft .hic__interior__crd{font-size:20px;font-weight:600;line-height:24px;background:#fff;padding:24px}.hic__interior__lft .hic__interior__crd--icon{height:100px;margin-bottom:10px}.hic__interior__lft .hic__interior__crd--icon:before{content:"";background:url(../../images/sprite-landing-page-web.svg) no-repeat -37px -725px;width:97px;height:100px;display:block}.hic__interior__lft .hic__interior__crd--icon.book-consultation:before{background-position:-37px -725px}.hic__interior__lft .hic__interior__crd--icon.meet-designer:before{background-position:-37px -849px}.hic__interior__lft .hic__interior__crd--icon.requirement:before{background-position:-37px -973px}.hic__interior__lft .hic__interior__crd--icon.compare:before{background-position:-37px -1097px}.hic__interior__lft .hic__interior__crd--icon.quality-check:before{background-position:-37px -1221px}.hic__interior__lft .hic__interior__crd--icon.move:before{background-position:-37px -1345px}.hic__interior__rgt{position:relative;padding:48px 0}.hic__interior__rgt:before{position:absolute;display:block;content:"";top:0;right:0;width:calc(100% - 192px);height:100%;background-color:#f5ecd6;-webkit-border-radius:120px 0 0;-moz-border-radius:120px 0 0;-o-border-radius:120px 0 0;border-radius:120px 0 0;background-clip:padding-box}.hic__interior__rgt .hic__interior__crd{background:#f7f7f7;padding:104px 24px 24px}.hic__interior__rgt .hic__interior__crd:before{position:absolute;display:block;content:"";top:24px;left:calc(50% - 42px);width:94px;height:84px;background:url(../../images/sprite-landing-page-web.svg) no-repeat -36px -1465px}.hic__interior__rgt .hic__interior__crd:nth-child(2):before{background-position:-36px -1573px}.hic__interior__rgt .hic__interior__crd:nth-child(3):before{background-position:-36px -1681px}.hic__interior__rgt .hic__interior__crd:nth-child(4):before{background-position:-36px -1789px}.hic__interior__rgt .hic__interior__crd:nth-child(5):before{background-position:-36px -1897px}.hic__interior__rgt .hic__interior__crd:nth-child(6):before{background-position:-36px -2005px}.hic__interior__rgt .hic__interior__crd__ttl{font-size:18px;font-weight:600;line-height:24px;padding:0 0 4px}.hic__interior__rgt .hic__interior__crd__txt{font-size:12px;line-height:16px}.hic__brand{padding:54px 0}.hic__brand__list{width:100%;display:flex;flex-wrap:nowrap}.hic__brand__list .swiper-wrapper{-webkit-transition-timing-function:linear!important;transition-timing-function:linear!important}.hic__brand__list .swiper-slide{width:238px;height:auto;display:flex;justify-content:center;align-items:center;font-size:16px;padding:24px;background-color:#fff;overflow:hidden;position:relative;border:1px solid #d7d7d7;-webkit-border-radius:12px;-moz-border-radius:12px;-o-border-radius:12px;border-radius:12px;background-clip:padding-box}.hic__brand__itm{display:flex;flex-direction:column;gap:32px}.hic__brand__img{height:auto;max-height:52px;width:auto;max-width:184px}.hic__brand__name{font-size:16px;line-height:20px;text-align:center;color:#606060}.hic__benefits{background-color:#fff}.hic__benefits__lst{display:flex;align-items:self-start;justify-content:space-between;padding:36px 0;margin:0}.hic__benefits__itm{width:152px;font-size:18px;font-weight:600;line-height:24px;text-align:center;color:#796f50;padding:114px 0 0;position:relative;list-style:none}.hic__benefits__itm:before{position:absolute;display:block;content:"";width:90px;height:90px;top:0;left:calc(50% - 45px);background:url(../../images/sprite-landing-page-web.svg) no-repeat -35px -34px}.hic__benefits__itm:nth-child(2):before{background-position:-35px -148px}.hic__benefits__itm:nth-child(3):before{background-position:-35px -262px}.hic__benefits__itm:nth-child(4):before{background-position:-35px -376px}.hic__benefits__itm:nth-child(5):before{background-position:-35px -490px}.hic__benefits__itm:nth-child(6):before{background-position:-35px -604px}.hic__benefits__itm .icon{position:absolute;display:block;content:"";width:90px;height:90px;top:0;left:calc(50% - 45px);border:1px solid #b57f5d;border-radius:16px;display:flex;align-items:center;justify-content:center}.hic__benefits__itm .icon.d-hide{display:none}.hic__benefits__itm .icon:before{background:url(../../images/sprite-expo-web.svg) no-repeat -35px -34px;width:50px;height:50px;content:""}.hic__benefits__itm .icon--adavanced{background:linear-gradient(180deg,#4d12b3,#d040ae);border:none}.hic__benefits__itm .icon--adavanced:before{background:url(../../images/ailogo.webp) no-repeat 50%/contain;width:60px;height:58px;z-index:1}.hic__benefits__itm .icon--adavanced:after{content:"";background-color:#fff;position:absolute;top:1px;left:1px;width:calc(100% - 2px);height:calc(100% - 2px);border-radius:16px}.hic__copyright{width:100%;height:58px;font-size:14px;font-weight:600;display:flex;align-items:center;justify-content:center;color:#909090;background-color:#e8e8e8;box-shadow:0 4px 44px 0 rgba(0,0,0,.07)}.hic__benefits-expo{background:#fff;padding:52px 0 16px}.hic__benefits-expo__heading{text-align:center;font-weight:600;font-size:32px;line-height:48px;color:#303030}.hic__benefits-expo__lst{display:flex;align-items:self-start;justify-content:space-between;padding:36px 0;margin:0}.hic__benefits-expo__itm{width:190px;font-size:18px;font-weight:600;line-height:24px;text-align:center;color:#796f50;padding:114px 0 0;position:relative;list-style:none}.hic__benefits-expo__itm .icon{position:absolute;display:block;content:"";width:90px;height:90px;top:0;left:calc(50% - 45px);border:1px solid #b57f5d;border-radius:16px;display:flex;align-items:center;justify-content:center}.hic__benefits-expo__itm .icon:before{background:url(../../images/sprite-expo-web.svg) no-repeat -35px -34px;width:50px;height:50px;content:""}.hic__benefits-expo__itm .icon--expert:before{background-position:-9px -13px;width:38px;height:43px}.hic__benefits-expo__itm .icon--expo:before{background-position:-13px -67px;width:33px;height:45px}.hic__benefits-expo__itm .icon--ultimate:before{background-position:-8px -120px;width:42px;height:42px}.hic__benefits-expo__itm .icon--industry:before{background-position:-10px -179px;width:40px;height:42px}.hic__benefits-expo__itm .icon--adavanced{background:linear-gradient(180deg,#4d12b3,#d040ae);border:none}.hic__benefits-expo__itm .icon--adavanced:before{background:url(../../images/ailogo.webp) no-repeat 50%/contain;width:60px;height:58px;z-index:1}.hic__benefits-expo__itm .icon--adavanced:after{content:"";background-color:#fff;position:absolute;top:1px;left:1px;width:calc(100% - 2px);height:calc(100% - 2px);border-radius:16px}.hic__benefits-expo__itm .icon--quotes:before{background-position:-7px -290px;width:46px;height:46px}.expo-content .hic__interior__crd--icon:before{content:"";background:url(../../images/sprite-expo-web.svg) no-repeat;width:97px;height:100px;display:block}.expo-content .hic__interior__crd--icon.icon-register:before{background-position:-8px -357px;width:84px;height:81px}.expo-content .hic__interior__crd--icon.icon-visit:before{background-position:-8px -457px;width:94px;height:79px}.expo-content .hic__interior__crd--icon.icon-explore:before{background-position:-7px -547px;width:84px;height:79px}.expo-content .hic__interior__crd--icon.icon-consultation:before{background-position:-7px -628px;width:89px;height:87px}.expo-content .hic__interior__crd--icon.icon-compare:before{background-position:-7px -723px;width:92px;height:83px}.expo-content .hic__interior__crd--icon.icon-block-deal:before{background-position:-6px -810px;width:89px;height:85px}.hicfaq{padding:60px 0;background:#f7f7f7}@media screen and (max-width:767px){.hicfaq{padding:32px 0}}.hicfaq__container{width:1086px;margin:auto}@media screen and (max-width:767px){.hicfaq__container{padding:0 20px;width:auto}}.hicfaq__section--title{font-size:32px;font-weight:600;color:#303030;padding:0 0 20px;text-align:center}@media screen and (max-width:767px){.hicfaq__section--title{padding-bottom:12px;font-size:24px;line-height:28px;text-align:left}}.hicfaq__section--text{font-size:18px;line-height:24px;color:#796f50;font-weight:500;text-align:center;padding-bottom:40px}@media screen and (max-width:767px){.hicfaq__section--text{padding-bottom:20px;font-size:14px;text-align:left}}.hicfaq__faq__list{padding-left:0;margin:0 auto 20px}.hicfaq__faq__list__item{list-style-type:none;background:#fff;border-radius:12px;padding:20px 16px}@media screen and (max-width:767px){.hicfaq__faq__list__item{border:1px solid #ddddd3}}.hicfaq__faq__list__item:not(:last-child){margin-bottom:10px}.hicfaq__faq__list__item--title{color:#303030;font-size:18px;font-weight:600;padding:0;position:relative;cursor:pointer}@media screen and (max-width:767px){.hicfaq__faq__list__item--title{padding:0 24px 0 0;font-weight:600;font-size:12px;line-height:18px;background:unset}}.hicfaq__faq__list__item--title:after{position:absolute;display:block;content:"";top:50%;transform:translateY(-50%);right:16px;width:24px;height:24px;transition:all .5s;background-color:#f5f5f5;border-radius:100%}@media screen and (max-width:767px){.hicfaq__faq__list__item--title:after{top:15px;display:none}}.hicfaq__faq__list__item--title:before{position:absolute;display:block;content:"";width:6px;height:6px;border:1px solid #303030;border-top:none;border-left:none;z-index:1;top:46%;transform:translateY(-50%) rotate(45deg);right:24px}@media screen and (max-width:767px){.hicfaq__faq__list__item--title:before{top:6px;right:9px}}.hicfaq__faq__list__item--title.active{color:#303030}@media screen and (max-width:767px){.hicfaq__faq__list__item--title.active{padding-bottom:0}}.hicfaq__faq__list__item--title.active:before{transform:translateY(0) rotate(-134deg)}@media screen and (max-width:767px){.hicfaq__faq__list__item--title.active:before{top:9px}}.hicfaq__faq__list__item--text{font-size:14px;color:#606060;line-height:20px;padding:14px 35px 6px 0}.hicfaq__faq__list__item--text ul{padding:12px 0 0 20px;margin:0}.hicfaq__faq__list__item--text ul li{list-style-type:disc}.hicfaq__faq__list__item--text ul li:not(:last-child){padding:0 0 10px}@media screen and (max-width:767px){.hicfaq__faq__list__item--text{padding-right:0;font-size:12px}}.hicfaq__faq__list__item a{text-decoration:underline;color:#303030}.hicfaq__faq__viewall{width:166px;height:44px;border:1px solid #d8232a;background:#fff;color:#d8232a;font-size:16px;line-height:44px;font-weight:600;display:inline-block;border-radius:26px;text-align:center;cursor:pointer;transition:all .3s ease-in-out}.hicfaq__faq__viewall:hover{color:#fff;background:#c31f25;border-color:#c31f25}.hicfaq__faq__actions{text-align:center}.hide{display:none}.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)}}.hic__mgicai--logo{background-clip:text;-webkit-text-fill-color:transparent;background-image:linear-gradient(90deg,#300fb2 32%,#8f15b4 62%,#fd5caa 108%);position:relative}.hic__mgicai .icon-sparkle{position:absolute;background:url(../../images/sprite-design-ai.svg) -2px -3px no-repeat;width:12px;height:10px;right:-13px;top:0}@media screen and (max-width:767px){.hic__mgicai .hic__interior__lft{padding:66px 24px 84px}}.hic__mgicai .hic__interior__lft:before{top:0;right:0;left:auto;width:calc(100% - 192px);height:100%;background-color:#f5ecd6;border-radius:120px 0 0}@media screen and (max-width:767px){.hic__mgicai .hic__interior__lft:before{width:100%;border-radius:60px 0 0}}.hic__mgicai__row{width:100%;height:auto;display:flex;gap:24px}@media screen and (max-width:767px){.hic__mgicai__row{flex-direction:column}}@media screen and (min-width:768px){.hic__mgicai__col{width:361px;height:357px}}.hic__mgicai__col:first-child{cursor:pointer;position:relative}.hic__mgicai__col .isAIGenratedPage .slider-container{height:337px;margin:0;box-shadow:none}.hic__mgicai__col .slider-labels-moving .slider-label{background-color:rgba(87,36,4,.5)}.hic__mgicai__col .cat-dtl__improve,.hic__mgicai__col .cat-dtl__slider__caption,.hic__mgicai__col .cat-dtl__slider__heading,.hic__mgicai__col .cat-dtl__slider__share{display:none}.hic__mgicai__col:not(.hic__interior__grid){height:357px;padding:10px;background-color:#fff;display:flex;flex-direction:column;gap:16px}.hic__mgicai__col:not(.hic__interior__grid),.hic__mgicai__col:not(.hic__interior__grid)>img{-webkit-border-radius:30px;-moz-border-radius:30px;-o-border-radius:30px;border-radius:30px;background-clip:padding-box}.hic__mgicai__col:not(.hic__interior__grid)>img{width:100%;height:100%}@media screen and (min-width:768px){.hic__mgicai__col.hic__interior__grid{width:512px;grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:768px){.hic__mgicai__col.hic__interior__grid .hic__interior__crd{background-color:#faf5eb;height:170px}.hic__mgicai__col.hic__interior__grid .hic__interior__crd--icon{height:auto;margin-bottom:12px}.hic__mgicai__col.hic__interior__grid .hic__interior__crd--icon:before{background:url(../../images/Aisprits.svg) no-repeat;width:97px;height:74px}.hic__mgicai__col.hic__interior__grid .hic__interior__crd--icon.upload-photo:before{background-position:0 0}.hic__mgicai__col.hic__interior__grid .hic__interior__crd--icon.add-design:before{background-position:0 -83px}.hic__mgicai__col.hic__interior__grid .hic__interior__crd--icon.generate-design:before{background-position:0 -163px}.hic__mgicai__col.hic__interior__grid .hic__interior__crd--icon.share-design:before{background-position:0 -247px}}@media screen and (max-width:767px){.hic__mgicai__col.hic__interior__grid .hic__interior__crd:before{position:absolute;display:block;content:"";background:url(../../images/Aisprits.svg) no-repeat 0 0;top:12px;left:12px;width:98px;height:80px}.hic__mgicai__col.hic__interior__grid .hic__interior__crd:nth-child(2):before{background-position:0 -83px;left:auto;right:24px}.hic__mgicai__col.hic__interior__grid .hic__interior__crd:nth-child(3):before{background-position:0 -163px}.hic__mgicai__col.hic__interior__grid .hic__interior__crd:last-child:before{background-position:0 -247px;left:auto;right:24px}.hic__mgicai__col.hic__interior__grid .hic__interior__crd:last-child:after{display:none}}.cat-dtl__slider__heading{text-align:center;padding:16px 0 0}.cat-dtl__slider__heading--text{background:linear-gradient(90deg,#300fb2 32%,#8f15b4 62%,#fd5caa 108%);display:inline-block;background-clip:text;font-size:18px;font-weight:600;line-height:24px;-webkit-text-fill-color:transparent;position:relative}.cat-dtl__slider__heading .icon-sparkle{transform:scale(2)}.cat-dtl__slider__wrap{position:relative}.isAIGenratedPage .cat-dtl__slider__wrap{background:#fff;box-shadow:0 2px 4px 2px rgba(0,0,0,.03);-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px;border-radius:16px;background-clip:padding-box}.cat-dtl__slider__wrap.isPopup{position:fixed;background:rgba(0,0,0,.9);top:0;left:0;right:0;bottom:0;padding:0;display:flex;align-items:center;z-index:20;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;border-radius:0;background-clip:padding-box}.cat-dtl__slider__wrap.isPopup .slider-container{width:100%;height:350px;-webkit-border-radius:0;-moz-border-radius:0;-o-border-radius:0;border-radius:0;background-clip:padding-box}.cat-dtl__slider__wrap.isPopup .slider-container img{width:100vw}.cat-dtl__slider__wrap .isPopup-close{position:absolute;background:#303030;border:1px solid #909090;top:16px;right:16px;cursor:pointer;width:32px;height:32px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;background-clip:padding-box}.cat-dtl__slider__wrap .isPopup-close:after,.cat-dtl__slider__wrap .isPopup-close:before{position:absolute;display:block;content:"";width:16px;height:2px;left:7px;top:14px;background:#fff;transition:all .12s ease-in;border:0}.cat-dtl__slider__wrap .isPopup-close:before{transform:rotate(-45deg)}.cat-dtl__slider__wrap .isPopup-close:after{transform:rotate(45deg)}.cat-dtl__slider__caption{background:#fff;display:flex;justify-content:space-between;align-items:center;margin:-32px 20px 0;position:relative;z-index:11;padding:6px 6px 6px 16px;line-height:18px;font-size:14px;height:44px;box-shadow:0 4px 4px 0 rgba(0,0,0,.02);-webkit-border-radius:24px;-moz-border-radius:24px;-o-border-radius:24px;border-radius:24px;background-clip:padding-box}.isAIGenratedPage .cat-dtl__slider__caption{width:calc(100% - 16px);position:absolute;bottom:8px;left:0;margin-left:8px;margin-right:8px}.cat-dtl__slider__caption .labelText{line-height:12px}.cat-dtl__slider__caption .designType{font-size:14px;font-weight:600}.cat-dtl__slider__caption--price{background-image:linear-gradient(180deg,#edfaf9,#edfaf9),linear-gradient(180deg,#fff,#fff);box-shadow:0 4px 4px 0 rgba(0,0,0,.02);line-height:24px;font-size:18px;font-weight:600;color:#009681;padding:6px 12px;white-space:nowrap;-webkit-border-radius:24px;-moz-border-radius:24px;-o-border-radius:24px;border-radius:24px;background-clip:padding-box}.cat-dtl__slider__caption--price .rupeeText{color:#009681;font-weight:400;font-family:arial}.cat-dtl__slider__share{background:rgba(216,35,42,.65);width:36px;height:36px;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;background-clip:padding-box;cursor:pointer;position:absolute;right:12px;top:12px;display:flex;align-items:center;justify-content:center}.cat-dtl__slider__share:before{background:url(../../images/sprite-design-ai.svg) -3px -60px no-repeat;width:17px;height:16px;content:"";display:block}.cat-dtl__slider__share.share-cta{background:#fff;width:100%;bottom:0;position:fixed;top:auto;border-radius:0;right:0;padding:8px 16px;height:auto}.cat-dtl__slider__share.share-cta:before{display:none}.cat-dtl__slider__share.share-cta .share-cta--text{display:block;height:40px;padding:0 36px;border-radius:22px;color:#fff;background-color:#d8232a;text-align:center;font-size:14px;font-weight:600;line-height:40px;cursor:pointer;text-decoration:none;position:relative;overflow:hidden;width:100%}.cat-dtl__improve{display:flex;align-items:center;justify-content:space-between;gap:4px;font-size:12px;font-weight:500;padding:0 10px 10px}.cat-dtl__improve__action{color:#d8232a;text-decoration:underline}.slider-container{position:relative;width:100%;overflow:hidden;height:250px;margin:10px auto;box-shadow:0 8px 24px rgba(0,0,0,.15);background:#fff;user-select:none;-webkit-border-radius:16px;-moz-border-radius:16px;-o-border-radius:16px;border-radius:16px;background-clip:padding-box}.isAIGenratedPage .slider-container{height:280px}.image{height:100%;object-fit:cover;display:block}.after-image-wrapper{position:absolute;top:0;left:0;height:100%;overflow:hidden;z-index:2;transition:width .3s cubic-bezier(.4,0,.2,1)}.slider-handle{top:0;bottom:0;width:36px;z-index:3;display:flex;align-items:center;justify-content:center;cursor:ew-resize;background:none}.slider-handle,.slider-handle .slider-line{position:absolute;left:50%;transform:translateX(-50%)}.slider-handle .slider-line{width:2px;height:100%;background:#fff;box-shadow:0 0 0 1px rgba(0,0,0,.13333333333333333);-webkit-border-radius:2px;-moz-border-radius:2px;-o-border-radius:2px;border-radius:2px;background-clip:padding-box}.slider-handle .slider-arrow{position:absolute;left:50%;top:50%;font-size:18px;color:#303030;padding:4px 6px;box-shadow:0 2px 8px rgba(0,0,0,.13333333333333333);transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center;background:url(../../images/sprite-design-ai.svg) no-repeat -3px -84px;width:35px;height:35px;flex-shrink:0;-webkit-border-radius:50%;-moz-border-radius:50%;-o-border-radius:50%;border-radius:50%;background-clip:padding-box}.slider-labels{position:absolute;top:10px;left:10px;display:flex;gap:4px;z-index:4}.slider-labels .slider-label{background:#303030;color:#fff;font-size:10px;padding:2px 10px;opacity:.85;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;background-clip:padding-box}.slider-labels .slider-label.after{margin-left:2px}.slider-caption{position:absolute;left:0;bottom:0;width:100%;color:#fff;background:linear-gradient(0deg,#000 60%,transparent);padding:18px 16px 10px;font-size:18px;font-weight:500;display:flex;justify-content:space-between;align-items:flex-end;-webkit-border-radius:0 0 16px 16px;-moz-border-radius:0 0 16px 16px;-o-border-radius:0 0 16px 16px;border-radius:0 0 16px 16px;background-clip:padding-box}.slider-caption .slider-price{background:#303030;padding:2px 10px;font-size:15px;margin-left:8px;-webkit-border-radius:8px;-moz-border-radius:8px;-o-border-radius:8px;border-radius:8px;background-clip:padding-box}.after-image-wrapper{transition:none!important}.slider-labels-moving{position:absolute;top:0;left:0;width:100%;height:40px;pointer-events:none;z-index:10}.slider-labels-moving .slider-label{background:rgba(0,0,0,.6);color:#fff;font-size:10px;padding:2px 6px;text-align:center;opacity:.85;white-space:nowrap;pointer-events:none;-webkit-border-radius:8px 8px 0 0;-moz-border-radius:8px 8px 0 0;-o-border-radius:8px 8px 0 0;border-radius:8px 8px 0 0;background-clip:padding-box}.slider-label.before{-webkit-border-radius:20px 0 0 20px;-moz-border-radius:20px 0 0 20px;-o-border-radius:20px 0 0 20px;border-radius:20px 0 0 20px;background-clip:padding-box;border-right:1px solid #fff}.slider-label.after{-webkit-border-radius:0 20px 20px 0;-moz-border-radius:0 20px 20px 0;-o-border-radius:0 20px 20px 0;border-radius:0 20px 20px 0;background-clip:padding-box;border-left:1px solid #fff}.md-ai__hero__icon{display:inline-block;font-size:14px;font-weight:700;line-height:24px;background:linear-gradient(90deg,#300fb2 32%,#8f15b4 62%,#fd5caa 108%);background-clip:text;-webkit-text-fill-color:transparent;position:relative}.md-ai__hero__icon.expo{font-size:30px;font-weight:700;line-height:36px}.md-ai__sparkle{width:12px;height:10px;display:inline-block;position:relative}.md-ai__sparkle:before{content:"";width:12px;height:10px;position:absolute;top:-7px;left:-3px;background:url(../../images/sprite-design-ai.svg) -2px -3px no-repeat}.md-ai__beta{display:inline-block;font-size:10px;height:16px;line-height:16px;color:#303030;background:#e8e8e8;padding:0 6px;-webkit-text-fill-color:#303030;border-radius:8px}.expo-thx__confir{background:#edfaf9;border-radius:30px 30px 0 0;text-align:center;padding:32px;color:#303030}.expo-thx__confir__head{font-size:22px;font-weight:600;line-height:28px;padding-bottom:8px}.expo-thx__confir__head span{position:relative;color:#009681;padding:0 0 0 30px;display:inline-block}.expo-thx__confir__head span:before{background:url(../../images/icon-calendar-green.svg) 0 0 no-repeat;width:24px;height:24px;content:"";display:inline-block;position:absolute;left:0;top:0}.expo-thx__confir__text{padding:0 10%;font-size:14px;line-height:18px}.expo-thx__designai{max-width:854px;margin:0 -40px;padding:32px 34px;border-radius:20px;box-shadow:0 4px 24px 0 rgba(0,0,0,.1);background-color:#fff;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width:767px){.expo-thx__designai{display:block;margin:20px;padding:24px 16px}}.expo-thx__designai__content{width:calc(100% - 369px)}@media screen and (max-width:767px){.expo-thx__designai__content{width:auto}}.expo-thx__designai__image{width:325px;height:323px;background:#f5f5f5;border-radius:8px;overflow:hidden}.expo-thx__designai__image iframe{width:100%;height:100%;border-radius:8px}@media screen and (max-width:767px){.expo-thx__designai__image{width:auto}}.expo-thx__designai__action{display:flex;align-items:center}@media screen and (max-width:767px){.expo-thx__designai__action{width:auto;margin-bottom:24px;display:block}}.expo-thx__designai__btn-magicai{padding:10px;margin-top:16px;border-radius:26px;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:6px;background:#d8232a;color:#fff;width:180px;font-size:16px;text-decoration:none;flex:1}.expo-thx__designai__btn-magicai:hover{background:#c31f25}.expo-thx__designai__btn-magicai:after{content:"";background:url(../../images/sprite-design-ai.svg) -1px -17px no-repeat;width:20px;height:20px;display:block;animation:rotate20deg 1s ease-in-out infinite alternate;filter:brightness(0) saturate(100%) invert(100%)}@media screen and (max-width:767px){.expo-thx__designai__btn-magicai{width:100%}}.expo-thx__designai__btn-catalog{padding:10px;margin-top:16px;border-radius:26px;text-align:center;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#d8232a;width:180px;font-size:16px;text-decoration:underline;flex:1}@media screen and (max-width:767px){.expo-thx__designai__btn-catalog{border:1px solid #d8232a;width:auto;display:block;text-decoration:none}}.expo-thx__designai__btn-catalog:hover{text-decoration:none}.expo-thx__designai__text1{padding-bottom:14px;font-size:22px;line-height:28px;font-weight:600}.expo-thx__designai__text2{font-size:32px;line-height:36px;font-weight:600;padding-bottom:6px}.expo-thx__designai__text2 .md-ai__sparkle{transform:scale(1.5);margin-left:8px}@media screen and (max-width:767px){.expo-thx__designai__text2{font-size:22px}.expo-thx__designai__text2 .md-ai__hero__icon.expo{font-size:22px;line-height:28px}}.expo-thx__designai__text3{font-size:22px;line-height:28px;font-weight:500;padding-bottom:8px}@media screen and (max-width:767px){.expo-thx__designai__text3{font-size:16px;line-height:22px}}@keyframes rotate20deg{0%{transform:rotate(0deg)}to{transform:rotate(20deg)}}