(window.webpackJsonp=window.webpackJsonp||[]).push([[28],{1211:function(t,e,o){var content=o(1218);"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(47).default)("07a85d66",content,!0,{sourceMap:!1})},1213:function(t,e,o){"use strict";var n={name:"Header",components:{BackButton:o(1215).a},props:{label:{type:String,required:!0}},methods:{handleClick:function(){this.$emit("click")}}},l=(o(1217),o(11)),component=Object(l.a)(n,(function(){var t=this.$createElement,e=this._self._c||t;return e("div",{staticClass:"header"},[e("span",[e("back-button",{staticClass:"header__back",on:{click:this.handleClick}})],1),this._v(" "),e("div",{staticClass:"header__title"},[this._v(this._s(this.label))])])}),[],!1,null,"40dcb71b",null);e.a=component.exports},1215:function(t,e,o){"use strict";var n=o(11),component=Object(n.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",this._g({attrs:{xmlns:"http://www.w3.org/2000/svg",width:"18",height:"14",viewBox:"0 0 18 14"}},this.$listeners),[e("g",{attrs:{fill:"none","fill-rule":"evenodd"}},[e("path",{attrs:{d:"M-3-5h24v24H-3z"}}),e("g",{attrs:{stroke:"var(--color, #414B5F)","stroke-linecap":"round","stroke-width":"2"}},[e("path",{attrs:{d:"M17 7H2"}}),e("path",{attrs:{"stroke-linejoin":"round",d:"M7 12.657L1.343 7 7 1.343"}})])])])}),[],!1,null,null,null);e.a=component.exports},1217:function(t,e,o){"use strict";var n=o(1211);o.n(n).a},1218:function(t,e,o){(t.exports=o(46)(!1)).push([t.i,".header[data-v-40dcb71b]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;background-color:#fff;padding:0 20px;position:fixed;width:100%;z-index:5;box-shadow:0 2px 10px 0 rgba(0,0,0,.08);text-transform:capitalize}.header .header__back[data-v-40dcb71b]{cursor:pointer;margin:5px 23px 5px 3px}.header__title[data-v-40dcb71b]{color:#2c3c62;font-size:1.7272727273rem;font-weight:700;line-height:22px;margin:20px 0}@media(min-width:1024px){.header[data-v-40dcb71b]{background:none;width:960px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);box-shadow:none;margin-top:10px;position:relative}}@media(min-width:1280px){.header[data-v-40dcb71b]{width:1030px}}.header .header__back[data-v-40dcb71b]{margin:5px 10px 5px 3px}.header__title[data-v-40dcb71b]{font-size:1.5454545455rem}",""])},1224:function(t,e,o){var n=o(113),l=o(600),r=o(123);t.exports=function(t,e,o,c){var d=String(r(t)),f=d.length,h=void 0===o?" ":String(o),m=n(e);if(m<=f||""==h)return d;var v=m-f,_=l.call(h,Math.ceil(v/h.length));return _.length>v&&(_=_.slice(0,v)),c?_+d:d+_}},1242:function(t,e,o){var content=o(1320);"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(47).default)("5fc2e66b",content,!0,{sourceMap:!1})},1250:function(t,e,o){"use strict";var n=o(57),l=o(1224),r=o(599),c=/Version\/10\.\d+(\.\d+)?( Mobile\/\w+)? Safari\//.test(r);n(n.P+n.F*c,"String",{padStart:function(t){return l(this,t,arguments.length>1?arguments[1]:void 0,!0)}})},1258:function(t,e,o){"use strict";o(206);var n={name:"AgInput",components:{ClearIcon:o(450).a},model:{prop:"value",event:"input"},props:{type:{type:String,default:"text"},label:{type:String,default:""},value:{type:String,default:""},placeholder:{type:String,default:""},disableCopyPaste:{type:Boolean,default:!1},name:{type:String,default:"",required:!0},hasError:{type:Boolean,default:!1},maxLength:{type:Number,default:null},readonly:{type:Boolean,default:!1},clearDisable:{type:Boolean,default:!1},required:{type:Boolean,default:!1},suffix:{type:String,default:""},autocomplete:{type:Boolean,default:!0},prefix:{type:String,default:""}},data:function(){return{isLabelFloating:!1,inputFocused:!1}},computed:{placeholderVal:function(){return!this.isLabelFloating&&this.label||this.value.trim().length>0?"":this.placeholder},cssVars:function(){return{"--suffix-text":"".concat(this.suffix)}}},mounted:function(){this.value&&(this.isLabelFloating=!0),this.readonly&&(this.isLabelFloating=!0)},updated:function(){this.value&&(this.isLabelFloating=!0)},methods:{handleCopyPaste:function(t){this.disableCopyPaste&&(t.preventDefault(),t.stopPropagation())},onLabelClick:function(){this.$refs.theInput.focus()},handleInput:function(t){this.$emit("input",t.target.value)},handleChange:function(t){this.$emit("change",t.target.value)},clearInput:function(){this.$emit("input",""),this.$emit("focus"),this.$emit("close")},handleBlur:function(t){this.$emit("blur",t),this.inputFocused=!1,this.readonly||(this.isLabelFloating=0!==t.target.value.trim().length)},handleFocus:function(t){this.$emit("focus",t),this.inputFocused=!0,this.isLabelFloating=!0},resetLabelPosition:function(){this.isLabelFloating=!1}}},l=(o(1319),o(11)),component=Object(l.a)(n,(function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("label",{staticClass:"input",attrs:{for:t.name}},[t.label?o("span",{class:["input__label",{"input__label--up":t.isLabelFloating,"input__label--down":!t.isLabelFloating}],on:{click:t.onLabelClick}},[t._v("\n    "+t._s(t.label)),t.required?o("sup",[t._v("*")]):t._e()]):t._e(),t._v(" "),o("div",{class:["input__input-wrapper",{"input__suffix-text":!!t.suffix,"input--flex":!!t.prefix}],style:t.cssVars},[!t.prefix||!t.isLabelFloating&&t.label?t._e():o("label",{class:["prefix",{focused:t.inputFocused}],domProps:{innerHTML:t._s(t.prefix)}}),t._v(" "),o("input",{ref:"theInput",class:["input__input-field",{"input__input-field--readonly":t.readonly&&!t.value,"input__input-field--readonly-value":t.readonly&&t.value}],attrs:{id:t.name,type:t.type,name:t.name,placeholder:t.placeholderVal,readonly:t.readonly,autocomplete:t.autocomplete?"on":"off",maxlength:t.maxLength},domProps:{value:t.value},on:{paste:t.handleCopyPaste,copy:t.handleCopyPaste,input:t.handleInput,change:t.handleChange,focusout:t.handleBlur,focus:t.handleFocus}}),t._v(" "),!t.value||t.readonly||t.clearDisable?t._e():o("clear-icon",{staticClass:"input__clear",nativeOn:{click:function(e){return t.clearInput(e)}}})],1)])}),[],!1,null,"38b26552",null);e.a=component.exports},1264:function(t,e,o){var content=o(1356);"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(47).default)("107a69e9",content,!0,{sourceMap:!1})},1265:function(t,e,o){var content=o(1358);"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(47).default)("9ce20c82",content,!0,{sourceMap:!1})},1266:function(t,e,o){var content=o(1360);"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(47).default)("6c3dc4c9",content,!0,{sourceMap:!1})},1286:function(t,e,o){var content=o(1418);"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(47).default)("249661d4",content,!0,{sourceMap:!1})},1287:function(t,e,o){var content=o(1426);"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(47).default)("c5e6d714",content,!0,{sourceMap:!1})},1319:function(t,e,o){"use strict";var n=o(1242);o.n(n).a},1320:function(t,e,o){(t.exports=o(46)(!1)).push([t.i,'.input[data-v-38b26552]{position:relative;display:block;padding-top:20px;height:49px;cursor:text}.input__label[data-v-38b26552]{-webkit-tap-highlight-color:rgba(0,0,0,0);opacity:.6;color:#414b5f;font-family:Manrope,sans-serif;font-size:1.1818181818rem;line-height:15px;font-weight:400;position:absolute;top:25px;-webkit-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;padding-bottom:10px;z-index:1}.input__label--up[data-v-38b26552]{-webkit-transform-origin:left bottom;transform-origin:left bottom;-webkit-transform:translateY(-1.8em) scale(.89);transform:translateY(-1.8em) scale(.89);font-size:1rem;margin-bottom:14px;padding-bottom:0}.input__label--down[data-v-38b26552]{-webkit-transform:translate(0) scale(1);transform:translate(0) scale(1)}.input__input-wrapper[data-v-38b26552]{position:relative}.input__input-wrapper.input__suffix-text[data-v-38b26552]:after{content:var(--suffix-text);position:absolute;font-size:1.5454545455rem;line-height:27px;color:#898989;font-weight:500;letter-spacing:1px}.input__input-wrapper.input--flex[data-v-38b26552]{display:-webkit-box;display:flex}.input__input-field[data-v-38b26552]{border:0;outline:0;color:#2c3c62;font-family:Manrope,sans-serif;font-family:var(--input-font-family,"Manrope",sans-serif);font-size:19px;font-size:var(--input-font-size,19px);font-weight:700;font-weight:var(--input-font-weight,bold);letter-spacing:1px;letter-spacing:var(--input-letter-spacing,1px);line-height:24px;width:100%;border-bottom:1px solid #2c3c62;padding:2px 15px 8px 2px;border-radius:0}.input__input-field[data-v-38b26552]::-ms-input-placeholder{opacity:.8}.input__input-field[data-v-38b26552]:focus{border-bottom:2px solid #2c3c62}.input__input-field--readonly[data-v-38b26552]{font-size:1.2727272727rem}.input__input-field--readonly[data-v-38b26552]:focus{border-width:1px}.input__input-field[data-v-38b26552]::-webkit-input-placeholder{opacity:.4}.input__input-field[data-v-38b26552]::-moz-placeholder{opacity:.4}.input__input-field[data-v-38b26552]:-ms-input-placeholder{opacity:.4}.input__input-field[data-v-38b26552]::-ms-input-placeholder{opacity:.4}.input__input-field[data-v-38b26552]::placeholder{opacity:.4}.input__input-field[data-v-38b26552]:-ms-input-placeholder{opacity:.8}.input__input-field--readonly-value[data-v-38b26552]{border-width:1px;pointer-events:none}.input__input-field--readonly-value[data-v-38b26552]:focus{border-width:1px}.input__clear[data-v-38b26552]{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);right:0;cursor:pointer;fill:#414b5f}.invalidInput .input__input-field[data-v-38b26552]{border-color:#ed3825}.prefix[data-v-38b26552]{padding:5px 8px 2px;font-size:1.7272727273rem;color:#2c3c62;font-weight:500;border-bottom:1px solid #2c3c62}.prefix.focused[data-v-38b26552]{border-bottom:2px solid #2c3c62}@media(min-width:1024px){.prefix[data-v-38b26552]{padding-top:3px}}',""])},1337:function(t,e,o){"use strict";o.d(e,"a",(function(){return d})),o.d(e,"b",(function(){return h}));var n=o(89),l=o(5),r=o(602),c=o.n(r),d={WHATSAPP:"whatsApp",POLICY_NUMBER:"policyNumber",PAN:"pan",DOB:"dob"},f={};function h(t,e){var o=arguments.length>2&&void 0!==arguments[2]?arguments[2]:{};return f[t](e,o)}f[d.POLICY_NUMBER]=function(t){return n.q.test(t)},f[d.PAN]=function(t){return Object(l.G)(t)&&""!==t.trim()&&n.o.test(t)},f[d.DOB]=function(t,e){if(Object(l.y)(t))return!1;var o=c()(Date.now(),t)<18;return!(!e.minorAllowed&&o)},f[d.WHATSAPP]=function(t){return n.l.test(t)}},1338:function(t,e,o){"use strict";o.d(e,"d",(function(){return n})),o.d(e,"c",(function(){return l})),o.d(e,"e",(function(){return r})),o.d(e,"a",(function(){return c})),o.d(e,"g",(function(){return d})),o.d(e,"h",(function(){return f})),o.d(e,"f",(function(){return h})),o.d(e,"b",(function(){return m}));var n="Future Date not allowed",l="Date Of Birth cannot be left blank",r="Issue Date cannot be left blank",c="Invalid Date",d="Please enter valid Policy number",f="Please enter valid WhatsApp number",h="Please enter a valid PAN number",m="Date of Birth cannot be less than 18 years"},1347:function(t,e,o){"use strict";o(206);var n={name:"AgRow",props:{gutter:{type:Number,default:0},justify:{type:String,default:"start"},align:{type:String,default:"top"}},computed:{style:function(){var t={};return this.gutter&&(t.marginLeft="".concat(this.gutter/2,"px"),t.marginRight=t.marginLeft),t},classList:function(){return["ag-row","start"!==this.justify?"ag-row--justify-".concat(this.justify):"","top"!==this.align?"ag-row--align-".concat(this.align):""]}}},l=(o(1355),o(11)),component=Object(l.a)(n,(function(){var t=this.$createElement;return(this._self._c||t)("div",{class:this.classList,style:this.style},[this._t("default")],2)}),[],!1,null,null,null);e.a=component.exports},1348:function(t,e,o){"use strict";o(15),o(8),o(16);var n=o(70),l=(o(206),{name:"AgCol",props:{span:{type:Number,default:12},offset:{type:Number,default:null},sm:{type:[Number,Object],default:function(){return{}}},md:{type:[Number,Object],default:function(){return{}}},lg:{type:[Number,Object],default:function(){return{}}},xl:{type:[Number,Object],default:function(){return{}}}},computed:{classList:function(){var t=this,e=[];return["span","offset"].forEach((function(o){(t[o]||0===t[o])&&e.push("span"!==o?"ag-col-".concat(o,"-").concat(t[o]):"ag-col-".concat(t[o]))})),["sm","md","lg","xl"].forEach((function(o){if("number"==typeof t[o])e.push("ag-col-".concat(o,"-").concat(t[o]));else if("object"===Object(n.a)(t[o])){var l=t[o];Object.keys(l).forEach((function(t){e.push("span"!==t?"ag-col-".concat(o,"-").concat(t,"-").concat(l[t]):"ag-col-".concat(o,"-").concat(l[t]))}))}})),e}}}),r=(o(1357),o(11)),component=Object(r.a)(l,(function(){var t=this.$createElement;return(this._self._c||t)("div",{class:["ag-col",this.classList]},[this._t("default")],2)}),[],!1,null,null,null);e.a=component.exports},1349:function(t,e,o){"use strict";var n={name:"AgContainer",props:{direction:{type:String,default:"horizontal"}},computed:{isVertical:function(){return"vertical"===this.direction}}},l=(o(1359),o(11)),component=Object(l.a)(n,(function(){var t=this.$createElement;return(this._self._c||t)("section",{staticClass:"ag-container",class:{"ag-container--vertical":this.isVertical}},[this._t("default")],2)}),[],!1,null,null,null);e.a=component.exports},1350:function(t,e,o){"use strict";o(68),o(69),o(8),o(1250),o(206);var n={name:"Timer",props:{timeLimitInSeconds:{type:Number,default:10},typeMinuteAndSeconds:{type:Boolean,default:!0}},data:function(){return{remainingTimeInSeconds:this.timeLimitInSeconds}},computed:{timerTime:function(){if(this.typeMinuteAndSeconds){var t=Math.floor(this.remainingTimeInSeconds/60),e=Math.ceil(this.remainingTimeInSeconds%60);return"".concat(t.toString().padStart(2,"0"),":").concat(e.toString().padStart(2,"0"))}return"".concat(this.remainingTimeInSeconds.toString().padStart(2,"0"))}},mounted:function(){this.timer()},beforeDestroy:function(){this.clearTimer()},methods:{clearTimer:function(){this.remainingTimeInSeconds=0,window.clearInterval(this.ticker)},broadCastTimeOut:function(){this.$emit("timeout")},timer:function(){var t=this;this.ticker=setInterval((function(){t.remainingTimeInSeconds>0?t.remainingTimeInSeconds--:(t.clearTimer(),t.broadCastTimeOut())}),1e3)}}},l=o(11),component=Object(l.a)(n,(function(){var t=this.$createElement;return(this._self._c||t)("span",{staticClass:"timer__remaining-time"},[this._v("\n  "+this._s(this.timerTime)+"\n")])}),[],!1,null,null,null);e.a=component.exports},1355:function(t,e,o){"use strict";var n=o(1264);o.n(n).a},1356:function(t,e,o){(t.exports=o(46)(!1)).push([t.i,'.ag-row{position:relative;box-sizing:border-box;display:-webkit-box;display:flex}.ag-row:after,.ag-row:before{display:table;content:""}.ag-row:after{clear:both}.ag-row--justify-center{-webkit-box-pack:center;justify-content:center}.ag-row--justify-end{-webkit-box-pack:end;justify-content:end}.ag-row--justify-space-around{justify-content:space-around}.ag-row--justify-space-between{-webkit-box-pack:justify;justify-content:space-between}.ag-row--align-middle{-webkit-box-align:center;align-items:center}.ag-row--align-bottom{-webkit-box-align:end;align-items:flex-end}',""])},1357:function(t,e,o){"use strict";var n=o(1265);o.n(n).a},1358:function(t,e,o){(t.exports=o(46)(!1)).push([t.i,"[class*=ag-col-]{float:left;box-sizing:border-box}.ag-col-0{display:none;width:0}.ag-col-offset-0{margin-left:0}.ag-col-1{width:8.3333333333%}.ag-col-offset-1{margin-left:8.3333333333%}.ag-col-2{width:16.6666666667%}.ag-col-offset-2{margin-left:16.6666666667%}.ag-col-3{width:25%}.ag-col-offset-3{margin-left:25%}.ag-col-4{width:33.3333333333%}.ag-col-offset-4{margin-left:33.3333333333%}.ag-col-5{width:41.6666666667%}.ag-col-offset-5{margin-left:41.6666666667%}.ag-col-6{width:50%}.ag-col-offset-6{margin-left:50%}.ag-col-7{width:58.3333333333%}.ag-col-offset-7{margin-left:58.3333333333%}.ag-col-8{width:66.6666666667%}.ag-col-offset-8{margin-left:66.6666666667%}.ag-col-9{width:75%}.ag-col-offset-9{margin-left:75%}.ag-col-10{width:83.3333333333%}.ag-col-offset-10{margin-left:83.3333333333%}.ag-col-11{width:91.6666666667%}.ag-col-offset-11{margin-left:91.6666666667%}.ag-col-12{width:100%}.ag-col-offset-12{margin-left:100%}@media only screen and (max-width:767px){.ag-col-sm-0{display:none;width:0}.ag-col-sm-offset-0{margin-left:0}.ag-col-sm-1{width:8.3333333333%}.ag-col-sm-offset-1{margin-left:8.3333333333%}.ag-col-sm-2{width:16.6666666667%}.ag-col-sm-offset-2{margin-left:16.6666666667%}.ag-col-sm-3{width:25%}.ag-col-sm-offset-3{margin-left:25%}.ag-col-sm-4{width:33.3333333333%}.ag-col-sm-offset-4{margin-left:33.3333333333%}.ag-col-sm-5{width:41.6666666667%}.ag-col-sm-offset-5{margin-left:41.6666666667%}.ag-col-sm-6{width:50%}.ag-col-sm-offset-6{margin-left:50%}.ag-col-sm-7{width:58.3333333333%}.ag-col-sm-offset-7{margin-left:58.3333333333%}.ag-col-sm-8{width:66.6666666667%}.ag-col-sm-offset-8{margin-left:66.6666666667%}.ag-col-sm-9{width:75%}.ag-col-sm-offset-9{margin-left:75%}.ag-col-sm-10{width:83.3333333333%}.ag-col-sm-offset-10{margin-left:83.3333333333%}.ag-col-sm-11{width:91.6666666667%}.ag-col-sm-offset-11{margin-left:91.6666666667%}.ag-col-sm-12{width:100%}.ag-col-sm-offset-12{margin-left:100%}}@media only screen and (min-width:768px){.ag-col-md-0{display:none;width:0}.ag-col-md-offset-0{margin-left:0}.ag-col-md-1{width:8.3333333333%}.ag-col-md-offset-1{margin-left:8.3333333333%}.ag-col-md-2{width:16.6666666667%}.ag-col-md-offset-2{margin-left:16.6666666667%}.ag-col-md-3{width:25%}.ag-col-md-offset-3{margin-left:25%}.ag-col-md-4{width:33.3333333333%}.ag-col-md-offset-4{margin-left:33.3333333333%}.ag-col-md-5{width:41.6666666667%}.ag-col-md-offset-5{margin-left:41.6666666667%}.ag-col-md-6{width:50%}.ag-col-md-offset-6{margin-left:50%}.ag-col-md-7{width:58.3333333333%}.ag-col-md-offset-7{margin-left:58.3333333333%}.ag-col-md-8{width:66.6666666667%}.ag-col-md-offset-8{margin-left:66.6666666667%}.ag-col-md-9{width:75%}.ag-col-md-offset-9{margin-left:75%}.ag-col-md-10{width:83.3333333333%}.ag-col-md-offset-10{margin-left:83.3333333333%}.ag-col-md-11{width:91.6666666667%}.ag-col-md-offset-11{margin-left:91.6666666667%}.ag-col-md-12{width:100%}.ag-col-md-offset-12{margin-left:100%}}@media only screen and (min-width:1024px){.ag-col-lg-0{display:none;width:0}.ag-col-lg-offset-0{margin-left:0}.ag-col-lg-1{width:8.3333333333%}.ag-col-lg-offset-1{margin-left:8.3333333333%}.ag-col-lg-2{width:16.6666666667%}.ag-col-lg-offset-2{margin-left:16.6666666667%}.ag-col-lg-3{width:25%}.ag-col-lg-offset-3{margin-left:25%}.ag-col-lg-4{width:33.3333333333%}.ag-col-lg-offset-4{margin-left:33.3333333333%}.ag-col-lg-5{width:41.6666666667%}.ag-col-lg-offset-5{margin-left:41.6666666667%}.ag-col-lg-6{width:50%}.ag-col-lg-offset-6{margin-left:50%}.ag-col-lg-7{width:58.3333333333%}.ag-col-lg-offset-7{margin-left:58.3333333333%}.ag-col-lg-8{width:66.6666666667%}.ag-col-lg-offset-8{margin-left:66.6666666667%}.ag-col-lg-9{width:75%}.ag-col-lg-offset-9{margin-left:75%}.ag-col-lg-10{width:83.3333333333%}.ag-col-lg-offset-10{margin-left:83.3333333333%}.ag-col-lg-11{width:91.6666666667%}.ag-col-lg-offset-11{margin-left:91.6666666667%}.ag-col-lg-12{width:100%}.ag-col-lg-offset-12{margin-left:100%}}@media only screen and (min-width:1200px){.ag-col-xl-0{display:none;width:0}.ag-col-xl-offset-0{margin-left:0}.ag-col-xl-1{width:8.3333333333%}.ag-col-xl-offset-1{margin-left:8.3333333333%}.ag-col-xl-2{width:16.6666666667%}.ag-col-xl-offset-2{margin-left:16.6666666667%}.ag-col-xl-3{width:25%}.ag-col-xl-offset-3{margin-left:25%}.ag-col-xl-4{width:33.3333333333%}.ag-col-xl-offset-4{margin-left:33.3333333333%}.ag-col-xl-5{width:41.6666666667%}.ag-col-xl-offset-5{margin-left:41.6666666667%}.ag-col-xl-6{width:50%}.ag-col-xl-offset-6{margin-left:50%}.ag-col-xl-7{width:58.3333333333%}.ag-col-xl-offset-7{margin-left:58.3333333333%}.ag-col-xl-8{width:66.6666666667%}.ag-col-xl-offset-8{margin-left:66.6666666667%}.ag-col-xl-9{width:75%}.ag-col-xl-offset-9{margin-left:75%}.ag-col-xl-10{width:83.3333333333%}.ag-col-xl-offset-10{margin-left:83.3333333333%}.ag-col-xl-11{width:91.6666666667%}.ag-col-xl-offset-11{margin-left:91.6666666667%}.ag-col-xl-12{width:100%}.ag-col-xl-offset-12{margin-left:100%}}",""])},1359:function(t,e,o){"use strict";var n=o(1266);o.n(n).a},1360:function(t,e,o){(t.exports=o(46)(!1)).push([t.i,".ag-container{display:-webkit-box;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;flex-direction:row;-webkit-box-flex:1;flex:1;flex-basis:auto;min-width:0;box-sizing:border-box}.ag-container--vertical{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}",""])},1417:function(t,e,o){"use strict";var n=o(1286);o.n(n).a},1418:function(t,e,o){(t.exports=o(46)(!1)).push([t.i,".youtube-container[data-v-30bc2a6c]{padding:24px 0 0}.youtube-container a[data-v-30bc2a6c]{cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center}.youtube-container .icon[data-v-30bc2a6c]{height:20px;width:40px}",""])},1419:function(t,e,o){"use strict";o.d(e,"a",(function(){return n}));var n={formerText:"Your number is not registered on iAssist yet, please ",linkText:"click here to login",linkUrl:o(4).x}},1420:function(t,e,o){var content=o(1678);"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(47).default)("b1d059a4",content,!0,{sourceMap:!1})},1421:function(t,e,o){var content=o(1680);"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(47).default)("504f8376",content,!0,{sourceMap:!1})},1422:function(t,e,o){var content=o(1682);"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(47).default)("44ab9688",content,!0,{sourceMap:!1})},1423:function(t,e,o){var content=o(1684);"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(47).default)("7960b44e",content,!0,{sourceMap:!1})},1424:function(t,e,o){"use strict";e.a={welcome:"Welcome to iAssist",tagLine:"Managing your insurance policy was never this easy!"}},1425:function(t,e,o){"use strict";var n=o(1287);o.n(n).a},1426:function(t,e,o){(t.exports=o(46)(!1)).push([t.i,".flex[data-v-2261d533]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;font-size:1.4545454545rem}.flex .aglogo svg[data-v-2261d533],.flex .bandhan-logo svg[data-v-2261d533]{width:75px;height:25px}@media(min-width:1024px){.flex .aglogo svg[data-v-2261d533],.flex .bandhan-logo svg[data-v-2261d533]{width:150px;height:50px}}.flex .middle-text[data-v-2261d533]{padding:16px}@media(min-width:1024px){.flex .middle-text[data-v-2261d533]{padding:16px 24px}}@media(min-width:1024px){.flex[data-v-2261d533]{width:500px;font-size:2.1818181818rem;padding:64px 24px}}",""])},1427:function(t,e,o){var content=o(1686);"string"==typeof content&&(content=[[t.i,content,""]]),content.locals&&(t.exports=content.locals);(0,o(47).default)("8e2966be",content,!0,{sourceMap:!1})},1573:function(t,e,o){"use strict";o(25),o(22),o(15),o(8),o(16);var n=o(2),l=o(23),r=o(11),c=Object(r.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",this._g({attrs:{xmlns:"http://www.w3.org/2000/svg"}},this.$listeners),[e("path",{attrs:{d:"M14.485 20s9.085 0 11.338-.6a3.622 3.622 0 002.558-2.53C29 14.65 29 9.98 29 9.98s0-4.64-.62-6.84A3.554 3.554 0 0025.824.61C23.57 0 14.485 0 14.485 0S5.42 0 3.177.61A3.65 3.65 0 00.6 3.14C0 5.34 0 9.98 0 9.98s0 4.67.599 6.89a3.723 3.723 0 002.578 2.53c2.243.6 11.308.6 11.308.6z",fill:"#F03"}}),e("path",{attrs:{d:"M19 10l-7.5-4.25v8.5L19 10z",fill:"#fff"}})])}),[],!1,null,null,null).exports,d=o(1),f=o(114);function h(object,t){var e=Object.keys(object);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(object);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(object,t).enumerable}))),e.push.apply(e,o)}return e}var m={name:"PayPremiumYoutube",components:{youtube:c},data:function(){return{youtubeUrl:"//www.youtube.com/watch?v=utHkbqDWveQ"}},methods:function(t){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?h(source,!0).forEach((function(e){Object(n.a)(t,e,source[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(source)):h(source).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(source,e))}))}return t}({},Object(l.b)("analytics",["logEvent"]),{payPremiumWithBandhan:function(){this.logEvent(Object(d.g)(f.b.PAYPREMIUM_YOUTUBE_LINK_CLICKED)),window.open(this.youtubeUrl,"_blank")}})},v=(o(1417),Object(r.a)(m,(function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"youtube-container"},[o("a",{staticClass:"button",attrs:{href:t.youtubeUrl,target:"_blank"},on:{click:function(e){return e.preventDefault(),t.payPremiumWithBandhan(e)}}},[o("youtube",{staticClass:"icon"}),t._v("Pay the Premiums of your Policy")],1)])}),[],!1,null,"30bc2a6c",null));e.a=v.exports},1574:function(t,e,o){"use strict";o(25),o(22),o(15),o(8),o(16),o(41);var n=o(6),l=o(2),r=o(23),c=o(122),d=o(11),f=Object(d.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",this._g({attrs:{width:"149",height:"40",viewBox:"0 0 149 40",xmlns:"http://www.w3.org/2000/svg"}},this.$listeners),[e("g",{attrs:{"fill-rule":"nonzero",fill:"none"}},[e("path",{attrs:{d:"M120.392 25.774c.68.037 1.22.09 1.624.154.403.069.738.164 1.003.297v.902h-2.627c-.393 0-.838-.021-1.326-.058a9.33 9.33 0 01-1.497-.24 8.162 8.162 0 01-1.496-.509 4.147 4.147 0 01-1.284-.875 4.21 4.21 0 01-.892-1.343c-.228-.53-.329-1.157-.308-1.894V6.002h2.51v16.1c-.016.77.112 1.39.382 1.862.27.473.621.833 1.046 1.088.419.255.886.435 1.395.536.51.106 1.003.17 1.47.186M127.174 8.15c0 .394-.133.733-.409 1.004-.27.276-.605.408-1.003.408-.398 0-.727-.132-1.003-.408a1.365 1.365 0 01-.408-1.003c0-.377.138-.706.408-.987a1.347 1.347 0 011.003-.425c.398 0 .733.144 1.003.425.27.281.409.61.409.987zm-.17 3.556h-2.515v15.426h2.515V11.706zM135.791 7.355c-.456 0-.902.032-1.342.085-.44.053-.833.207-1.173.45-.34.245-.605.611-.801 1.1-.202.487-.281 1.167-.239 2.037v1.327h4.606v.907a4.186 4.186 0 01-.992.324c-.393.085-.94.127-1.635.127h-1.974v13.42h-2.515V13.686h-1.358v-1.327h1.358v-1.412c-.037-1.093.154-1.963.579-2.626.424-.658.95-1.157 1.58-1.497a6.142 6.142 0 012.033-.663c.727-.1 1.37-.154 1.937-.154h2.574v.907c-.26.128-.595.24-.993.324-.403.074-.95.117-1.645.117M142.875 11.372c.775 0 1.523.117 2.261.35.738.239 1.38.579 1.937 1.03a4.895 4.895 0 011.316 1.655c.318.648.462 1.38.424 2.192-.037.716-.228 1.337-.578 1.862-.35.526-.79.966-1.327 1.322a6.867 6.867 0 01-1.825.849c-.68.207-1.364.355-2.059.44-.7.085-1.38.112-2.048.07a9.05 9.05 0 01-1.767-.256v1.417c.021.828.207 1.476.568 1.937.355.457.79.801 1.3 1.03a5.2 5.2 0 001.618.419c.573.058 1.088.085 1.544.085h3.025v.902a4.186 4.186 0 01-.992.324c-.393.085-.94.127-1.64.127h-1.13a15.88 15.88 0 01-2.065-.16 7.263 7.263 0 01-2.244-.663 4.825 4.825 0 01-1.794-1.48c-.488-.653-.727-1.534-.706-2.643v-4.494c0-.902.144-1.74.425-2.51a5.883 5.883 0 011.215-2.012 5.523 5.523 0 011.937-1.326c.759-.308 1.63-.467 2.605-.467m3.561 5.084c.037-.621-.032-1.163-.212-1.624a3.127 3.127 0 00-.775-1.173 3.39 3.39 0 00-1.173-.722 4.111 4.111 0 00-1.4-.238c-1.13 0-2.022.366-2.68 1.103-.658.733-.993 1.682-.993 2.85v2.913c1.035.09 1.99.101 2.855.021.865-.074 1.613-.233 2.245-.477.631-.244 1.135-.584 1.512-1.014.382-.44.584-.981.621-1.64M32.534 20.483l-3.052-9.382-3.045 9.393z",fill:"#0C7BB5"}}),e("path",{attrs:{fill:"#0C7BB5",d:"M25.285 23.99l-1.04 3.27-4.012.005L27.08 6.113l4.77-.005L29.865 0 0 9.748l9.748 29.86 26.24-8.56-2.298-7.057z"}}),e("path",{attrs:{d:"M50.416 23.349l-11.329.016V17.91l7.992-.011-.011-3.508-7.976.016V9.594h10.539V5.911H35.107v9.987l3.64 11.139h11.675l-.006-3.688zm55.872-17.331v14.28l-8.809-14.28h-3.783v21.13h3.634V12.661l8.942 14.492h3.65V6.018h-3.634zM41.093 34.38h56.259v-2.154H40.387l.706 2.154zm40.223-6.676c6.166-.005 9.87-5.147 9.864-11.111-.01-5.965-3.725-11.086-9.89-11.086-6.156.005-9.855 5.148-9.844 11.112.005 5.97 3.714 11.096 9.87 11.085zm-.022-18.514c4.113-.01 5.832 3.736 5.832 7.408 0 3.688-1.703 7.424-5.816 7.429-4.09.005-5.816-3.73-5.816-7.419-.005-3.666 1.704-7.413 5.8-7.418zM60.456 27.73c1.757 0 3.964-.78 5.301-2.35v1.815h3.285V15.66h-8.464l.005 3.497 4.988-.006c.006 2.908-2.43 4.903-5.12 4.909-4.033 0-5.71-3.73-5.71-7.419-.005-3.672 1.661-7.413 5.689-7.424 3.348-.01 4.627 2.346 5.057 4.033l3.539-1.517c-1.534-4.039-4.49-6.198-8.596-6.193-6.044.01-9.669 5.147-9.663 11.101.005 5.97 3.226 11.107 9.69 11.09z",fill:"#232020"}})])])}),[],!1,null,null,null).exports,h=o(448),m=o(5);function v(object,t){var e=Object.keys(object);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(object);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(object,t).enumerable}))),e.push.apply(e,o)}return e}var _={name:"BandhanModal",components:{AgLogo:f,BandhanLogo:h.a,Modal:c.a},data:function(){return{show:!1}},computed:function(t){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?v(source,!0).forEach((function(e){Object(l.a)(t,e,source[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(source)):v(source).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(source,e))}))}return t}({},Object(r.d)(["currentDevice"])),beforeMount:function(){var t=this;return Object(n.a)(regeneratorRuntime.mark((function e(){var o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:o=JSON.parse(Object(m.k)("bandhanModalLoad"))||!1,setTimeout((function(){t.show=!o}),500);case 2:case"end":return e.stop()}}),e)})))()},methods:{handleClose:function(){this.show=!1,Object(m.U)("bandhanModalLoad",!0),this.$emit("close")}}},w=(o(1425),Object(d.a)(_,(function(){var t=this.$createElement,e=this._self._c||t;return e("modal",{staticClass:"bandhan-modal",attrs:{"is-modal-visible":this.show,"is-close-visible":!0,"class-name":"bandhan-modal"},on:{close:this.handleClose}},[e("transition",{attrs:{name:"fade",mode:"out-in"}},[e("div",{staticClass:"flex"},[e("div",{staticClass:"aglogo"},[e("ag-logo")],1),this._v(" "),e("div",{staticClass:"middle-text"},[this._v("is now")]),this._v(" "),e("div",{staticClass:"bandhan-logo"},[e("bandhan-logo")],1)])])],1)}),[],!1,null,"2261d533",null));e.a=w.exports},1583:function(t,e,o){"use strict";var n=o(11),component=Object(n.a)({},(function(){var t=this.$createElement,e=this._self._c||t;return e("svg",this._g({attrs:{xmlns:"http://www.w3.org/2000/svg",width:"280",height:"259.913",viewBox:"0 0 280 259.913"}},this.$listeners),[e("defs",[e("clipPath",{attrs:{id:"iassist-home_svg__a"}},[e("path",{attrs:{d:"M0 0h280v259.913H0z"}})])]),e("g",{attrs:{"clip-path":"url(#iassist-home_svg__a)"}},[e("g",{attrs:{"data-name":"iassist-home"}},[e("path",{attrs:{"data-name":"Path 21892",d:"M252.24 250.593H31.997c-7.072 0-12.858-3.5-12.858-7.789v-3.115c0-1.918 1.162-3.68 3.079-5.041h-6.865c-7.072 0-12.858-3.5-12.858-7.788s5.786-7.789 12.858-7.789h19.691c-4.054-1.314-6.83-3.906-6.83-6.873 0-4.284 5.786-7.789 12.858-7.789h74.669l2.588 29.108 5.226-.063 3.898-29.044h137.189c7.073 0 12.858 3.5 12.858 7.789s-5.784 7.789-12.858 7.789l-26.47-.1c2.741.468 3.848 1.712 4.538 3.282 1.065 2.421.97 5.346-1.21 7.267a7.161 7.161 0 01-4.151 1.64l14.89-.172c7.07 0 12.857 3.506 12.857 7.789v3.106c0 4.285-5.786 7.789-12.857 7.789",fill:"#f3f3f3","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21904",d:"M184.513 232.819l.226 2.237-4.059 2.789-2.368-1.962 1.916-2.512 4.059-2.79.226 2.238",fill:"#494949",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21907",d:"M165.121 234.35v2.262l-4.3 2.258-2.151-2.258 2.151-2.257h4.3",fill:"#494949",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21905",d:"M184.412 164.42l.688 6.794-6.086 23.343 5.652 37.51-4.16 1.436-10.969-36.623-1.741-10.653.064-22.554 16.554.745",fill:"#707070",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21906",d:"M152.417 171.993l8.75 62.854h3.978l.715-40.288 7.238-28.279-20.682 5.714",fill:"#707070",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21893",d:"M198.081 150.626l3.1 2.844-.73 3.4-4.124-.728-1.218-3.064 2.974-2.449",fill:"#fff",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21894",d:"M141.028 105.194l.485 3.639-1.541 2.372-2.5-.368-.324-4.187 3.4-1.7.485.243",fill:"#fff",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21895",d:"M115.524 105.918l16.285 19.653 3.4-15.284 6.308 1.213-3.639 23.047-6.119 4.25-16.2-10.8-.027-22.077",fill:"#004880","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21896",d:"M128.955 150.83l.845 36.053-6.244 46.572-5.226.063-3.81-42.86-7.66-42.814 22.095 2.985",fill:"#707070",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21897",d:"M118.353 232.896l.034 2.824 5.684 2.759 2.792-2.859-2.859-2.792-5.652.068m-17.783 1.36l4.494 3.82-1.124 2.246-8.313-1.8v-4.268h4.943",fill:"#494949",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21898",d:"M110.836 165.013l-3.735 34.945-4.929 34.833-7.029-.334.255-36.138-4.231-33.516 9.937-4.628 9.729 4.835",fill:"#707070",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21899",d:"M96.511 103.293l13.653-2.562s9.292 5.977 16.337 24.066c7.175 18.419 6.161 46.631 6.161 46.631s-37.569.6-43.722.745l3.583-39.021 3.987-29.859",fill:"#004880",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21900",d:"M105.795 103.45l-4.884-.174a24.409 24.409 0 01.018-3.893c-1.378-.388-2.981-1-3.306-2.4a4.035 4.035 0 01-.006-1.346l.6-5.561a4.933 4.933 0 01.456-1.867 4.136 4.136 0 012.794-1.746 10.067 10.067 0 018.262 1.467 4.412 4.412 0 011.489 1.725 5.983 5.983 0 01.021 3.5l-.632 3.22c-.242 1.234-.616 2.644-1.756 3.173-.606.281-1.345.257-1.884.65-.952.694-.725 2.16-1.175 3.249",fill:"#fff",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21901",d:"M120.468 84.14a15.616 15.616 0 00-.624-3.652c-.554-1.944-2.934-2.686-4.954-2.7-4.365-.032-8.682-1.743-12.832.04-2.372 1.019-5.618 1.43-7.737 2.792a6.488 6.488 0 00-2.081 2.329 9.782 9.782 0 00.626 10.327 14.074 14.074 0 001.641 1.82c1.224 1.169 2.691 2.616 4.3 2.977-.052-1.412-1.617-5.773-.608-7 1.6-1.941 5.525-1.548 7.684-1.231 2.355.345 4.531 1.859 6.857 2.065a8.7 8.7 0 005.094-1.745 6.6 6.6 0 002.639-6.026",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21902",d:"M106.396 103.305l13.32 30.4 5.156 37.741-19.077.4s2.192-27.959 1.4-31.609-2.352-11.23-4.046-19.758c-.389-1.963-3.239-17.02-3.259-16.93l6.5-.247",fill:"#3399e8","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Union 51",d:"M183.069 187.203c-1.372-.023-2.412-.046-2.709-.041-8.649.147-19.282.161-28.784-1.286h-.007a63.49 63.49 0 01-9.227-2.051l-.126-.031c.141-7.339 4.8-26.831 9.339-43.475l-2.789-3.346 11.648-28.142 4.087-2.339a5.738 5.738 0 012.17-1.15c.108-.037.167-.05.167-.05h0c3.484-.925 8.1.629 11.453.629q.046.5.1.992l2.811 1.73 8.33 22.75 9.22 18.679-4.124 3.4-10.483-14.673c.416 2.1.814 4.215 1.18 6.335h0q3.6 20.9 8.114 41.625c.086.394-2.947.489-6.124.489-1.485-.002-3-.022-4.246-.045z",fill:"#004880",stroke:"#002b47","stroke-width":".4"}}),e("path",{attrs:{"data-name":"Path 21910",d:"M161.077 85.132s-2.578 2.108-1.365 9.871a47.848 47.848 0 01.485 12.858s2.669 1.213 4.61 0 2.67-1.456 1.942-4.609-2.185-18.2-2.185-18.2l-3.487.075",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21911",d:"M167.471 87.755a7.859 7.859 0 00-5.591 6.582 6.924 6.924 0 011.521-11.2 8.006 8.006 0 013.85 4.67l.22-.052",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21912",d:"M161.479 91.71c1.523-8.052 11.569-6.661 14.451-.141 1.638 3.709 1.256 10.955-3.356 12.168-.071.713-.163 2.049-.707 2.526-.59.516-2.446.025-3.174-.144a1.118 1.118 0 01-.559-.252 2.1 2.1 0 01-.218-1.221 6.7 6.7 0 01-1.637-.324 7.79 7.79 0 01-4.729-5.295 15.637 15.637 0 01-.071-7.318",fill:"#fff",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21913",d:"M163.595 83.116s-.97 4.367 4.61 5.58 9.205 5.58 8.242 10.189-5.087 8.006-2.9 9.219 10.191 0 10.191 0 4.854-16.254-1.7-23.29-16.015-7.277-18.441-1.7",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21914",d:"M171.174 118.037c-19.159 4.167-28.9-4.724-30.208-6.037 0 0-.027-.131-.077-.079-.05-.052-.078.079-.078.079-1.31 1.315-11.028 10.227-30.2 6.1 0 0-2.907 34.472 8.278 48.523 11.946 15.007 22.02 19.538 22.071 19.5.05.038 10.2-4.427 22.031-19.545 11.067-14.144 8.179-48.54 8.179-48.54",fill:"#1f6398",stroke:"#002b47","stroke-width":".7","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21915",d:"M168.374 121.586c-17.385 3.71-26.221-4.205-27.411-5.374 0 0-.025-.117-.071-.07-.046-.047-.07.07-.07.07-1.189 1.171-10.008 9.105-27.4 5.43 0 0-2.638 30.691 7.512 43.2 10.84 13.36 19.973 18.214 20.019 18.181.045.034 9.266-4.762 20-18.221 10.043-12.592 7.423-43.215 7.423-43.215",fill:"#2e85c9","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21916",d:"M113.219 125.143l-.059-.012c.088-3.126.256-5.083.256-5.083a42.5 42.5 0 008.8.963c11.6 0 17.632-5.44 18.6-6.394 0 0 .016-.081.048-.081a.026.026 0 00.043 0c.032 0 .049.081.049.081.968.95 6.984 6.357 18.537 6.356a42.469 42.469 0 008.874-.982s.167 1.957.255 5.085l-.049.009c-.089-2.19-.2-3.5-.2-3.5a42.452 42.452 0 01-8.873.982c-11.553 0-17.57-5.406-18.538-6.356 0 0-.017-.081-.049-.081a.026.026 0 01-.043 0c-.032 0-.048.081-.048.081-.968.954-7 6.394-18.6 6.394a42.5 42.5 0 01-8.8-.964s-.112 1.311-.2 3.5",fill:"#1f6398","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21917",d:"M140.952 176.483c-.093 0-6.975-3.408-15.131-14.586-7.668-10.511-7.156-35.971-7.156-35.971a28.576 28.576 0 006.551.782c9.268 0 14.894-4.862 15.632-5.67 0 0 .012-.068.037-.068a.025.025 0 01.017.009.022.022 0 01.016-.009c.025 0 .037.068.037.068.738.805 6.412 5.652 15.672 5.652a28.535 28.535 0 006.6-.795s.415 25.389-7.172 35.969c-8.075 11.26-15.01 14.62-15.1 14.62",fill:"#98c3e5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21918",d:"M144.685 14.163v-2.378l-1.1-2.24a.757.757 0 00-1.1.023l-.916 2.217v2.378c-.864 0-2.269.676-2.269 1.51a1.537 1.537 0 001.563 1.51h.705V97.75c0 4.546-2.4 8.326-5.856 8.245-2.675-.063-5.009-2.337-5.4-6.049a1.639 1.639 0 00-1.645-1.454h-.062a1.614 1.614 0 00-1.64 1.783c.683 5.28 4.873 9.057 8.851 9.057a7.905 7.905 0 007.142-4.037c1.838-3.214 1.72-6.748 1.72-10.274V17.184h.484a1.537 1.537 0 001.563-1.51c0-.834-1.184-1.51-2.047-1.51",fill:"#59595b",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21919",d:"M141.572 56.096l-.032-.034v-5.393h.032v5.427",fill:"#bdbdbd","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21920",d:"M144.681 59.327l-3.109-3.23V50.67h3.109v8.657",fill:"#424243","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21921",d:"M120.037 66.393l.56-3.448a81.047 81.047 0 0113.437-33.244l8.727-12.561a56.617 56.617 0 00-53.759 49.344 55 55 0 0115.619-2.163 56.265 56.265 0 0115.416 2.073m45.64-6.934l1.5 7.4h.559a54.108 54.108 0 0116.822-2.542 55.268 55.268 0 0116.893 2.526 56.648 56.648 0 00-56.247-49.762c-.608 0-1.211.013-1.815.032l6.972 10.191c8.546 10.51 12.469 21.156 15.32 32.152",fill:"#70b2e6",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd",opacity:".65"}}),e("path",{attrs:{"data-name":"Path 21922",d:"M120.596 62.944l-.559 3.448.15.044c5.883-2.615 13.945-4.115 22.849-4.115 9.376 0 17.837 1.663 23.8 4.54h.334l-1.5-7.4c-2.851-11-6.775-21.642-15.321-32.152l-6.972-10.191q-.313.01-.624.024l-8.727 12.561a81.047 81.047 0 00-13.437 33.244",fill:"#3399e8","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21923",d:"M120.036 66.393l-.019.119.169-.075-.15-.043",fill:"#fff","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21924",d:"M135.691 110.288l-1.543-2.735.087-4.3 1.456.485.485 2.183 2.669 2.43-.786 2.489-2.368-.548",fill:"#fff",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21925",d:"M135.737 106.761l.35-2.818 2.872-2.134 1.967 1.523-.458 2.345-4.731 1.084",fill:"#fff",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21926",d:"M96.598 103.251l-5.543 4.518-13.868 25.082 7.279 9.219 4.611-1.456 10.918-24.263-3.4-13.1",fill:"#004880","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21927",d:"M98.055 136.731l1.7 3.865v14.355l-2.61.218-3.7-12.4 4.61-6.04",fill:"#fff",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21928",d:"M103.635 134.548l2.669 2.426 3.4 14.07-2.185 1.213-5.58-11.16-3.882-3.154.728-3.4h4.853",fill:"#fff",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21929",d:"M82.25 113.365a5.176 5.176 0 00-2.792 2.318c-.851 1.7-3.117 9.068-1.984 14.169s1.7 11.618 12.754 13.886c5.386.567 4.535-3.967 8.5-5.1s7.747-.472 5.858-6.611-6.141-6.707-9.827-13.225-7.736-8.6-12.512-5.435",fill:"#3399e8",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21930",d:"M80.883 114.078l-8.307 4.942-6.551 2.426.728 2.911 6.794-.485 6.794-2.911.542-6.883m8.192-2.578l7.037.97 5.066-3.11 1.243 1.654-4.368 4.852-5.1 1.456-3.882-5.823",fill:"#ed3b25",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21931",d:"M84.725 99.272s4.665 1.82 5.164 5.97c0 0 2.221-2.722.433-5.471s-2.807-3.763-5.507-2.526-.089 2.026-.089 2.026",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21932",d:"M89.361 102.983c-1.793-5.957-9.266-4.105-10.92 1.047-.942 2.93-.074 8.37 3.5 8.918.11.532.287 1.533.735 1.85.487.342 1.849-.177 2.384-.362a.853.853 0 00.4-.235 1.588 1.588 0 00.066-.939 5.073 5.073 0 001.211-.375 5.916 5.916 0 003.147-4.376 11.891 11.891 0 00-.531-5.53",fill:"#fff",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21933",d:"M86.021 100.663c-1.635 2.662-4.948 3.518-6.5 6.094 0 0-1.013 1.685.039 4.959a5.627 5.627 0 01-5.756-2.267c-2.283-3.164-.216-10.8-.216-10.8a12.848 12.848 0 019.217-3.786c1.939.04 3.9 1.075 3.945 3.263a4.613 4.613 0 01-.733 2.541",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21934",d:"M76.952 230.353a2.85 2.85 0 003.073 2.32c2.8.04 3.936 1.92 1.373 1.885s-5.616.452-6.63-1.458 1.428-4.1 2.184-2.747",fill:"#004880",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Union 53",d:"M56.917 240.12c-5.875 0-11.836-1.7-11.173-7.235a18.227 18.227 0 011-4.71 3.192 3.192 0 01-1.732-2.857 4.052 4.052 0 014.07-4.495c2.452.045 2.464 2.214 1.979 2.626 2.245-1.279 6.41-1.039 9.9-.8 3.1.212 5.681.425 5.908-.427.491-1.859 1.49-2.074 1.49-2.074h0s9.178 5.946 9.641 6.186c.749 2.953.4 5.073-.59 6.652.273.737.715 1.423 1.427 1.535 1.628.254 5.567 1.939 4.855 2.861s-1.864-.025-3.029-.041c-.276 0-.678.021-1.167.045a15.24 15.24 0 01-6.228-.7 7.39 7.39 0 00-.917-.06c-2.152.847-4.509 1.409-6.406 2.123a28.337 28.337 0 01-9.017 1.365zm-9.079-13.855a12.609 12.609 0 012.928-2.633c.054-.037.109-.073.166-.108-.646.296-2.987.702-3.094 2.741z",fill:"#cddae2",stroke:"#002b47","stroke-width":".4"}}),e("path",{attrs:{"data-name":"Path 21936",d:"M78.773 225.442l-.8.629s-3.973 1.283-8.479-3.8c-1.773-2.7-1.205-3.151-1.205-3.151l1.009.225s1.864 5.877 9.475 6.1",fill:"#707070",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21937",d:"M74.991 211.543a1.833 1.833 0 011.523-.629c1.127-.025 2.838 1.82 3.253 1.97s1.415.4.409.775-4.695-.973-5.185-2.116",fill:"#004880","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21938",d:"M71.106 214.003s1.789-2.453 4.428-2.471a6.3 6.3 0 014.128 1.64c.6.508 1.066 1.12 1.625 1.659.371.358.834.52 1.2.911a4.4 4.4 0 01.932 3.8c-.332 1.213 1.047 4.776-3.019 5.648s-9.45-1.582-10.6-3.691-2.175-4.248 1.307-7.493",fill:"#cddae2",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21939",d:"M71.767 214.302a2.608 2.608 0 00-2.218-.231c-1.01.5-1.81.318-1.785 1.445s-.165 3.941 1.18 4.807 1.029-1.448 1.714-2.245 1.843-3.43 1.108-3.774",fill:"#004880",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21942",d:"M80.826 114.169s.242 3.154 1.941 3.154 5.3-1.484 5.824-2.184c.728-.97-.647-3.035-.647-3.035l1.132-.6s8.007 10.189 3.882 12.858-9.706 4.367-11.4.97-1.81-10.416-1.81-10.416l1.081-.744",fill:"#ed3b25","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21943",d:"M99.994 154.684l2.185 1.7-.728.97-3.882-.728-.485-1.7 2.911-.242m7.28-2.911l2.184-1.577 1.941-.122.486 1.456-4.125 1.455-.485-1.213",fill:"#3a3029","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21944",d:"M77.204 132.735l8.291-1.019 19.69 3.859-.055 4.564-20.565 2.035-6.375-2.089-.986-7.35",fill:"#004880",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21945",d:"M105.18 135.94l2.974.867 1.518 4-1.913 2.231-.729-3.153-1.9-.216.045-3.729",fill:"#fff",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21946",d:"M66.104 121.761l-3.475-.072v.728l2.668 1.456-.485.484.485.242 1.349-.671-.542-2.169m35.205-12.18l.627-1.235 1.7-.242.728 1.213-.482 1.458-1.481.154-1.087-1.345m54.586 9.113l-1.5-2.146-3.958-.44-2.2 3.3-.44 3.079 3.3.659 3.445-4.544 1.355.094",fill:"#fff",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21948",d:"M208.698 206.357v25.716h3.883l2.426-15.527 2.185-11.887-8.493 1.7m8.492-2.668l1.456 11.159 1.942 17.952 3.882-.242v-13.83l1.942-14.07-9.221-.97",fill:"#707070",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21950",d:"M213.003 153.67c3.438-6.058 11.133-2.182 11.662 3.854.3 3.432-2 9.155-6.041 8.864-.252.554-.694 1.6-1.261 1.837-.617.254-1.974-.652-2.515-.987a.949.949 0 01-.379-.355 1.793 1.793 0 01.161-1.042 5.639 5.639 0 01-1.229-.709 6.617 6.617 0 01-2.349-5.557 13.3 13.3 0 011.95-5.9",fill:"#fff",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21951",d:"M217.8 152.096s5.5 1.373 5.5 3.664c0 3.443.229 5.753 0 7.8l3.895-2.3 2.29-6.413s-.458-5.267-3.207-6.183a74.817 74.817 0 00-8.476-1.833l-4.351 1.374-3.209-.229 1.11 9.616s1.413-6.871 6.451-5.5",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21953",d:"M234.663 197.139l1.7 2.425.972-.97h2.911l-2.911-3.154-2.668 1.7",fill:"#fff",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21954",d:"M208.698 232.073l-2.183 2.183.972 1.456 4.368-1.456v-2.183h-3.156m12.538.688l.808 3.194 2.669.97 1.456-.727-2.261-3.6-2.673.168",fill:"#494949",stroke:"#002b47","stroke-width":".4","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Path 21955",d:"M202.389 155.791l-2.719-2.044-3.265.876.544 2.044 3.037 1.188 2.4-2.065",fill:"#fff",stroke:"#002b47","stroke-width":".5","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Line 2155",fill:"none",stroke:"#002b47","stroke-linecap":"round","stroke-width":".5",d:"M149.5 120.18l-.733 2.289"}}),e("path",{attrs:{"data-name":"Line 2158",fill:"none",stroke:"#002b47","stroke-linecap":"round","stroke-width":".5",d:"M150.5 120.359l-.733 2.289"}}),e("path",{attrs:{"data-name":"Line 2159",fill:"none",stroke:"#002b47","stroke-linecap":"round","stroke-width":".5",d:"M151.5 120.359l-.733 2.289"}}),e("path",{attrs:{"data-name":"Line 2160",fill:"none",stroke:"#002b47","stroke-linecap":"round","stroke-width":".5",d:"M136.842 105.18v1"}}),e("path",{attrs:{"data-name":"Line 2161",fill:"none",stroke:"#002b47","stroke-linecap":"round","stroke-width":".5",d:"M137.842 105.18v1"}}),e("path",{attrs:{"data-name":"Line 2162",fill:"none",stroke:"#002b47","stroke-linecap":"round","stroke-width":".5",d:"M138.842 104.92v1"}}),e("path",{attrs:{"data-name":"Line 2163",fill:"none",stroke:"#002b47","stroke-linecap":"round","stroke-width":".5",d:"M139.842 104.68v1"}}),e("path",{attrs:{"data-name":"Union 49",d:"M202.996 206.237c.232-9.184 4.372-26.189 6.256-33.332l-5.648-3.422-3.64-11.4 2.425-1.941 5.1 8.492 7.568 1.552a2.31 2.31 0 01.316.025 10.689 10.689 0 014.255.873l-.009-.023 6.8 2.425 6.066 15.042 4.852 10.917-2.668 1.7-4.609-6.479a150.277 150.277 0 01.241 17.153c0 4.367-6.187 4.245-13.711 3.032a18.927 18.927 0 00-6.667.373 21.467 21.467 0 01-3.681.536c-2.108-.006-3.357-1.104-3.246-5.523zm16.621-39.18h0z",fill:"#3399e8",stroke:"#002b47","stroke-width":".4"}}),e("path",{attrs:{d:"M103.331 97.479s1.6 3.063 3.081.134a2.111 2.111 0 01-1.97.489 2.338 2.338 0 01-1.111-.623M100.822 92.777a23.125 23.125 0 012.869-.093l-.3-.85a8.567 8.567 0 00-2.634.359s.049.34.062.584M109.498 92.89a23.106 23.106 0 00-2.851-.336l.368-.822a8.565 8.565 0 012.594.582s-.077.335-.112.576M103.331 94.628a.685.685 0 11-.685-.685.685.685 0 01.685.685M107.782 94.628a.685.685 0 11-.685-.685.685.685 0 01.685.685",fill:"#002b47","fill-rule":"evenodd"}})]),e("path",{attrs:{d:"M165.529 95.181a.724.724 0 11-.724-.724.724.724 0 01.724.724M171.725 95.181a.724.724 0 11-.724-.724.724.724 0 01.724.724M169.243 92.683a6.572 6.572 0 014.39 1.4 3.015 3.015 0 00-2.057-1.691 3.834 3.834 0 00-2.337.291M162.522 93.647a6.128 6.128 0 014.5-.851 3.96 3.96 0 00-3.067-.453 2.5 2.5 0 00-1.436 1.3M166.933 100.075a1.231 1.231 0 002.152.094 1.8 1.8 0 01-2.152-.094",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Fill-123",d:"M83.708 107.779a.486.486 0 11-.637-.258.486.486 0 01.637.258",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Fill-125",d:"M87.537 106.154a.486.486 0 11-.637-.258.486.486 0 01.637.258",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Fill-127",d:"M85.347 105.262a4.414 4.414 0 013.082-.287 2.025 2.025 0 00-1.713-.507 2.575 2.575 0 00-1.369.794",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Fill-129",d:"M81.448 107.62a4.115 4.115 0 012.56-1.708 2.66 2.66 0 00-2.015.525 1.68 1.68 0 00-.545 1.183",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Fill-133",d:"M85.859 110.435a.826.826 0 001.355-.507 1.212 1.212 0 01-1.355.507",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Fill-123",d:"M215.21 157.224a.573.573 0 11-.316-.746.573.573 0 01.317.746",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Fill-125",d:"M219.757 159.06a.573.573 0 11-.317-.745.573.573 0 01.317.746",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Fill-127",d:"M218.676 156.493a5.2 5.2 0 012.806 2.329 2.386 2.386 0 00-1.005-1.85 3.034 3.034 0 00-1.801-.48",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Fill-129",d:"M213.46 155.207a4.849 4.849 0 013.555.713 3.134 3.134 0 00-2.115-1.244 1.98 1.98 0 00-1.44.53",fill:"#002b47","fill-rule":"evenodd"}}),e("path",{attrs:{"data-name":"Fill-133",d:"M214.79 161.231a.974.974 0 001.548.705 1.428 1.428 0 01-1.548-.705",fill:"#002b47","fill-rule":"evenodd"}})])])}),[],!1,null,null,null);e.a=component.exports},1677:function(t,e,o){"use strict";var n=o(1420);o.n(n).a},1678:function(t,e,o){(t.exports=o(46)(!1)).push([t.i,".redirection-modal[data-v-5671b36c]{text-align:center}.redirection-modal h1[data-v-5671b36c]{font-size:1.7272727273rem;font-weight:700;color:#2c3c62;margin-bottom:1.8181818182rem;line-height:3.2727272727rem}.redirection-modal p[data-v-5671b36c]{font-size:1.1818181818rem}.redirection-modal .timeout[data-v-5671b36c]{margin-top:20px;opacity:.6}.redirection-modal .timeout p[data-v-5671b36c]{font-size:1rem}.redirection-modal .timeout .tiktok[data-v-5671b36c]{font-weight:700;font-size:1.3636363636rem}.redirection-modal hr[data-v-5671b36c]{width:25.4545454545rem;margin:1.8181818182rem auto;opacity:.2;border-style:solid;border-width:1px;border-image-source:linear-gradient(90deg,rgba(118,130,152,0) 9%,#414b5f 24%,#414b5f 76%,rgba(65,75,95,0) 91%);border-image-slice:1}.redirection-modal .footer p[data-v-5671b36c]{font-size:1rem;opacity:.6;max-width:21.8181818182rem;margin:0 auto}.redirection-modal .footer a[data-v-5671b36c]{display:inline-block;margin-top:1.0909090909rem;font-size:1.1818181818rem;text-decoration:underline}",""])},1679:function(t,e,o){"use strict";var n=o(1421);o.n(n).a},1680:function(t,e,o){(t.exports=o(46)(!1)).push([t.i,".redirection-modal{line-height:1.69;width:29.0909090909rem;padding:2.4545454545rem;text-align:center}",""])},1681:function(t,e,o){"use strict";var n=o(1422);o.n(n).a},1682:function(t,e,o){(t.exports=o(46)(!1)).push([t.i,".login[data-v-16710c7f]{position:relative}.login__container[data-v-16710c7f]{--ag-date-font-size:1.7272727273rem;--ag-date-width:150px;--ag-date-font-weight:bold;--no-form-margin:0;--form-filed-margin-bottom:5px;--form-field-column:column;--form-field-align-content:flex-start;--form-field-divider:none;--form-field-height:50px;--form-field-label-width:100%;--form-field-input-value-width:100%;--form-field-value-padding:0;--form-field-label-font-size:13px;--form-field-input-value-font-size:14px;--form-field-address-height:80px;padding:0 20px}.login__header[data-v-16710c7f]{margin:32px auto 0;left:0;right:0}.login__header--center[data-v-16710c7f]{text-align:center}.login__header__logo[data-v-16710c7f]{width:150px}.login__header__back[data-v-16710c7f]{left:0;top:0;box-shadow:none}.login__title[data-v-16710c7f]{text-align:center;margin-top:46px;margin-bottom:38px;font-size:1.3636363636rem;line-height:22px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;color:#414b5f}.login__title-focus[data-v-16710c7f]{margin-top:66px;margin-bottom:45px}.login__subtitle[data-v-16710c7f]{margin-top:10px;display:inline-block}.login__input_noauth[data-v-16710c7f]{-webkit-transition:height .2s;transition:height .2s;padding-top:15px}.login__input_noauth .form-field[data-v-16710c7f]{width:100%;border-bottom:1px solid!important}.login__input--policyNumber[data-v-16710c7f]{padding-bottom:30px;height:100px}.login__input[data-v-16710c7f]{height:95px;-webkit-transition:height .2s;transition:height .2s}.login__input__error-message[data-v-16710c7f]{color:#ff5252;position:absolute;width:100%;top:58px;font-size:1rem}.login__input--email__input[data-v-16710c7f],.login__input--mobile__input[data-v-16710c7f],.login__input--pan__input[data-v-16710c7f],.login__input--policyNumber__input[data-v-16710c7f]{width:100%}.login__input--pan[data-v-16710c7f]{position:relative}.login__input--mobile[data-v-16710c7f]{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column}.login__button[data-v-16710c7f]{display:-webkit-box;display:flex;width:100%;padding-top:20px}.login__choice-container[data-v-16710c7f]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;margin:40px 0 50px}.login__choice__or[data-v-16710c7f]{margin-bottom:41px}.login__input-mobile[data-v-16710c7f]{padding-right:20px}.kyc-widget-container[data-v-16710c7f]{padding:70px 0 0}.form-wrapper.unauthorised-user[data-v-16710c7f]{padding-bottom:70px;padding-right:10px}.form-wrapper.unauthorised-user .login__input[data-v-16710c7f]{height:70px}.form-wrapper.unauthorised-user .login__input--policyNumber[data-v-16710c7f]{padding-bottom:30px;height:100px;position:relative}.error[data-v-16710c7f],.form-field-error .form-field-assist[data-v-16710c7f]{color:#ff5252}.peace-loader[data-v-16710c7f]{background-color:#fff;z-index:10;width:82vw;height:100vh;position:absolute}@media(min-width:1024px){.form-container[data-v-16710c7f]{-webkit-box-pack:center;justify-content:center}.form-container .ag-row[data-v-16710c7f]{position:static}.form-container .ag-row.login__input--mobile[data-v-16710c7f],.form-container .ag-row.login__input--pan[data-v-16710c7f]{position:relative}.form-container .ag-row .calendar[data-v-16710c7f]{top:0}.form-wrapper[data-v-16710c7f]{width:280px;padding-bottom:40px}.login__header[data-v-16710c7f]{top:0;margin:0 0 32px}.login__header--center[data-v-16710c7f]{margin-top:40px;left:0}.login__header__back[data-v-16710c7f]{width:auto;padding:0}.login__title[data-v-16710c7f]{margin-top:20px;margin-left:auto;margin-right:auto}}",""])},1683:function(t,e,o){"use strict";var n=o(1423);o.n(n).a},1684:function(t,e,o){(t.exports=o(46)(!1)).push([t.i,".kyc-success-modal{padding:2.4545454545rem;line-height:1.69;width:29.0909090909rem;font-size:1.1818181818rem;text-align:center}.kyc-success-modal .kyc-header{font-size:1.3636363636rem;font-weight:700;padding:0 0 20px}",""])},1685:function(t,e,o){"use strict";var n=o(1427);o.n(n).a},1686:function(t,e,o){(t.exports=o(46)(!1)).push([t.i,".login-page{min-height:100vh;overflow-y:auto;height:calc(100vh - 60px)}.login-page .desktop-view{display:none!important;-webkit-box-pack:justify;justify-content:space-between;background-color:#fff}.login-page .desktop-view .image{max-width:1286px}.login-page .desktop-view .image .image-container{padding-top:50px;position:-webkit-sticky;position:sticky;top:0}.login-page .desktop-view .form{position:relative;border-radius:12px;box-shadow:0 2px 10px 2px rgba(0,0,0,.1);background-color:#fff;padding:40px 25px 0;margin-right:5px;margin-bottom:30px;margin-top:30px}.login-page .welcome{margin-top:40px;text-align:center}.login-page .welcome h3{font-size:2rem;font-weight:700;margin-bottom:20px;color:#1f355e}.login-page .welcome p{font-size:1.1818181818rem;color:rgba(31,53,94,.6)}@media(min-width:1024px){.login-page{min-height:auto}.login-page .desktop-view{display:-webkit-box!important;display:flex!important}.login-mobile{display:none}}",""])},1911:function(t,e,o){"use strict";o.r(e);o(25),o(22),o(15),o(8),o(16);var n=o(2),l=o(23),r=(o(43),o(48),o(601),o(453),o(80),o(41),o(6)),c=o(207),d=o(1258),f=o(211),h=o(1347),m=o(1348),v=o(122),_=o(1349),w=o(1572),y=o(447),x=o(1214),k=o(5),O=o(1213),M=o(1573),P=o(448),C=o(116),E=o(1419),F=o(4),L=o(1),j=o(1350),I={VIA_TIMEOUT:{redirect_to_old_customer_portal_via_timeout:Object(L.h)(!1,L.d.REDIRECT,L.e.OTHERS)},VIA_CLICK:{redirect_to_old_customer_portal_via_click:Object(L.h)(!1,L.d.REDIRECT,L.e.OTHERS)},CANCELLED:{redirect_to_old_customer_portal_cancelled:Object(L.h)(!0,L.d.REDIRECT,L.e.OTHERS)}};function D(object,t){var e=Object.keys(object);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(object);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(object,t).enumerable}))),e.push.apply(e,o)}return e}var R={name:"RedirectionModal",components:{Modal:v.a,Timer:j.a},data:function(){return{portalUrl:F.x,redirectionTimeout:F.C,cancelRedirection:null}},mounted:function(){var t=this;this.cancelRedirection=setTimeout((function(){return t.redirect()}),1e3*this.redirectionTimeout)},methods:function(t){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?D(source,!0).forEach((function(e){Object(n.a)(t,e,source[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(source)):D(source).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(source,e))}))}return t}({},Object(l.b)("analytics",["logEvent"]),{onClose:function(){this.cancelTimeout(),this.closeRedirectionModal(),this.logEvent(Object(L.g)(I.CANCELLED))},onClick:function(){this.cancelTimeout(),this.closeRedirectionModal(),this.logEvent(Object(L.g)(I.VIA_CLICK))},cancelTimeout:function(){this.cancelRedirection&&clearTimeout(this.cancelRedirection)},redirect:function(){this.logEvent(Object(L.g)(I.VIA_TIMEOUT)),this.closeRedirectionModal(),window.open(F.x)},closeRedirectionModal:function(){this.$emit("onClose")}})},A=(o(1677),o(1679),o(11)),S=Object(A.a)(R,(function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("modal",{attrs:{"is-modal-visible":!0,"is-close-visible":!0,"class-name":"redirection-modal"},on:{close:t.onClose}},[o("div",[o("h1",[t._v("Sorry, we couldn’t find you!")]),t._v(" "),o("p",[t._v("It seems your policy is not on iAssist yet, we are redirecting you to the customer portal")]),t._v(" "),o("div",{staticClass:"timeout"},[o("p",[t._v("Redirecting in:")]),t._v(" "),o("p",{staticClass:"tiktok"},[o("timer",{attrs:{"time-limit-in-seconds":t.redirectionTimeout,"type-minute-and-seconds":!1}}),t._v("\n        seconds\n      ")],1)]),t._v(" "),o("hr"),t._v(" "),o("div",{staticClass:"footer"},[o("p",[t._v("\n        Please click the below link, if you are not redirected automatically\n      ")]),t._v(" "),o("a",{attrs:{href:t.portalUrl,target:"_blank"},on:{click:t.onClick}},[t._v("\n        Take Me To Customer Portal\n      ")])])])])}),[],!1,null,"5671b36c",null).exports,N=o(114),T=o(1337),B=o(84),U=o(1338),V=o(602),z=o.n(V),$=o(605),K=o.n($),Y=o(108);function H(object,t){var e=Object.keys(object);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(object);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(object,t).enumerable}))),e.push.apply(e,o)}return e}function G(t){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?H(source,!0).forEach((function(e){Object(n.a)(t,e,source[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(source)):H(source).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(source,e))}))}return t}var W={name:"LoginForm",components:{RedirectionModal:S,AgButton:c.a,AgInput:d.a,AgLink:f.a,AgRow:h.a,AgCol:m.a,AgContainer:_.a,Modal:v.a,AgDatePicker:w.a,FormField:y.a,PeaceLoader:x.a,BackButtonHeader:O.a,PayPremiumYoutube:M.a,bandhanLogo:P.a},data:function(){return{errorMessages:C.b,mobile:"",email:"",policyNumber:"",pan:"",dob:null,kycFormFieldKeys:T.a,invalidDateSelected:!1,errors:{DOB_ERROR:U.c,ISSUE_DATE_ERROR:U.e,POLICY_ERROR:U.g,PAN_ERROR:U.f,DOB_ADULT_ERROR:U.b,DATE_ERROR:U.a,FUTURE_DATE_ERROR:U.d},initFormFields:{policyNumber:!1,pan:!1,dob:!1},validFormFields:{policyNumber:!1,pan:!1,dob:!1},kycInitData:{userName:"",dateOfBirth:"",panNumber:"",policyNumber:"",mobile:"",requestedFor:"",requestedBy:""},apiConfig:{kycUrl:"".concat(this.$nuxt.context.app.$env.API_GATEWAY_BASE_URL,"/kyc"),x_api_key:"".concat(this.$nuxt.context.app.$env.X_API_KEY),x_aegon_cid:"".concat(this.$nuxt.context.app.$env.USER_POOL_WEB_CLIENT_ID)},headingText:{title:"Bandhan Life KYC",subText:""},KYC_METHODS:["AADHAAR"],kycModalFlag:!0,kycValidateFailed:!1,kycLoading:!1,validationError:"",currentLoginMethod:"mobile",inputInFocus:!1,showLoader:!1,showEmailLogin:!1,labels:E.a,isUserAutoLoggedIn:!1,portalRedirectionImminent:!1,policyForKYCNotAllowed:!1,showKycModal:!1,loginMethod:F.t}},computed:G({},Object(l.d)(["currentDevice"]),{},Object(l.d)("auth",["authError","isUserValidated","signedInUserId","userBlocked","ffaMobileValidationData","validationLoading"]),{alternativeLogin:function(){return this.currentLoginMethod===F.t.MOBILE?F.t.EMAIL:F.t.MOBILE},maxDate:function(){return(new Date).toISOString()},isMinor:function(){return z()(Date.now(),this.dob)<18},isDOBEmpty:function(){return Object(k.x)(this.dob)},isSubmitDisabled:function(){return this.policyForKYCNotAllowed&&this.portalRedirectionImminent&&this.showKYCForm},isPastDOB:function(){return K()(this.dob)},showKYCResponseModal:function(){return this.kycModalFlag&&this.$route.query.requestId&&this.$route.query.status},showKYCSuccess:function(){return this.$route.query.status&&"SUCCESS"===this.$route.query.status.toUpperCase()},isKYCFailure:function(){return this.$route.query.status&&"FAILURE"===this.$route.query.status.toUpperCase()},showKYCForm:function(){return!this.ffaMobileValidationData[this.mobile]},errorMessage:function(){var t=this.userBlocked||this.validationError||this.authError||"";return t&&this.errorMessages[t]}}),watch:{authError:function(t){this.redirectToOldPortalIfApplicable(t)},mobile:function(t){t.length>10&&(this.mobile=this.mobile.substr(0,10))}},mounted:function(){this.autoLoginWithMobileNumberFromQueryParam()},methods:G({},Object(l.b)("auth",["signIn","resetAuthError","validateFFAUser","deleteFFAValidUser"]),{},Object(l.b)("analytics",["logEvent"]),{login:function(){var t=this;return Object(r.a)(regeneratorRuntime.mark((function e(){var o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:if(t.logEvent({eventName:N.b.LOGIN_SUBMIT_BUTTON_CLICKED,attributes:{},isGA:!0}),10===t.mobile.replace(/ /g,"").length){e.next=4;break}return t.validationError=C.a.INCOMPLETE_MOBILE_NUMBER,e.abrupt("return");case 4:if(Object(k.A)(t.mobile)){e.next=7;break}return t.validationError=C.a.AUTH_ERROR_UNREGISTERED_MOBILE_NUMBER,e.abrupt("return");case 7:if(!(t.portalRedirectionImminent&&t.showKYCForm&&t.policyNumber.length>0&&"6"===t.policyNumber[0])){e.next=10;break}return t.policyForKYCNotAllowed=!0,e.abrupt("return");case 10:return o=t.currentLoginMethod===F.t.MOBILE?t.mobile:t.email,t.showLoader=!0,t.resetValidationError(),e.next=15,t.signIn(o);case 15:t.showLoader=!1,t.isUserValidated?(t.logAutoSubmitSuccessfulEvent(),t.$router.replace({path:F.E.OTP})):t.portalRedirectionImminent&&t.mobile&&t.policyNumber&&t.pan&&t.dob?t.proceedToConfirm():t.portalRedirectionImminent&&(t.initFormFields[T.a.PAN]&&t.validateFormField(T.a.PAN),t.initFormFields[T.a.DOB]&&t.validateFormField(T.a.DOB),t.initFormFields[T.a.POLICY_NUMBER]&&t.validateFormField(T.a.POLICY_NUMBER));case 17:case"end":return e.stop()}}),e)})))()},handleKeyPress:function(t){var e=t.key;Object(k.C)(e)&&t.preventDefault(),this.mobile.length<10&&(this.portalRedirectionImminent=!1),this.resetValidationError()},handlePolicyKeyPress:function(t){this.policyForKYCNotAllowed=!1,this.policyNumber.length>0&&"6"===this.policyNumber[0]&&(this.policyForKYCNotAllowed=!0),this.resetValidationError()},toggleLoginMethod:function(){this.currentLoginMethod=this.currentLoginMethod===F.t.MOBILE?F.t.EMAIL:F.t.MOBILE},toggleLoginView:function(){this.inputInFocus=!this.inputInFocus},handlePolicyInputClose:function(){this.resetValidationError(),this.policyForKYCNotAllowed=!1,this.$refs.policyNumberInput.resetLabelPosition()},handleInputClose:function(){this.resetValidationError(),this.$refs.mobileInput.resetLabelPosition()},resetValidationError:function(){this.validationError=""},redirectToOldPortalIfApplicable:function(t){var e=this;t===C.a.AUTH_ERROR_UNREGISTERED_MOBILE_NUMBER&&(this.logEvent(Object(L.g)(N.a.FAILED)),this.portalRedirectionImminent=!0,this.deleteFFAValidUser(this.mobile),setTimeout((function(){e.$refs.panInput&&e.$refs.panInput.onLabelClick()})))},onRedirectionModalClose:function(){this.portalRedirectionImminent=!1,this.resetValidationError(),this.resetAuthError()},autoLoginWithMobileNumberFromQueryParam:function(){var t=new URLSearchParams(window.location.search).get(F.u);t&&(this.mobile=t,this.isUserAutoLoggedIn=!0,this.login())},logAutoSubmitSuccessfulEvent:function(){this.isUserAutoLoggedIn&&this.logEvent(Object(L.g)(N.a.SUCCESSFUL,{userId:this.signedInUserId}))},proceedToConfirm:function(){var t=this;return Object(r.a)(regeneratorRuntime.mark((function e(){var data,o;return regeneratorRuntime.wrap((function(e){for(;;)switch(e.prev=e.next){case 0:return data={mobile:t.mobile,policyNumber:t.policyNumber,pan:t.pan,dob:Object(k.f)(t.dob,F.i.YEAR_MONTH_DATE)},t.logEvent(Object(L.g)(N.c.CONFIRM_CLICKED,data)),t.showLoader=!0,e.next=5,t.validateFFAUser(data);case 5:t.showLoader=!1,(o=t.ffaMobileValidationData[t.mobile])&&o.essentials&&o.essentials.redirectUrl?(t.kycInitData.dateOfBirth=o.dob,t.kycInitData.panNumber=o.pan,t.kycInitData.policyNumber=o.policyNumber,t.kycInitData.mobile=o.mobile,t.kycInitData.requestedFor=o.requestedFor,t.kycInitData.requestedBy=o.requestedBy):(t.deleteFFAValidUser(t.mobile),t.kycValidateFailed=!0,t.portalRedirectionImminent=!1,t.resetKycForm());case 8:case"end":return e.stop()}}),e)})))()},validateFormField:function(t){if(this.initFormFields[t]=!0,this.fieldInFocus="",t===T.a.DOB)return this.handleDobValidation();var e=Object(T.b)(t,this[t]);this.setFieldValidity(t,e),this.emitFormValidity()},handleDobValidation:function(){var t=T.a.DOB;if(this.initFormFields[t]=!0,this.isMinor)return this.invalidDateSelected=!0,void this.setFieldValidity(t,!1);this.invalidDateSelected=!1;var e=Object(T.b)(t,this[t]);this.setFieldValidity(t,e)},onClose:function(){this.closeDobModal(),this.logEvent(Object(L.g)(N.c.FORM_CLOSED))},closeDobModal:function(){this.$emit("onClose")},kycResponseHandler:function(t){console.log("kycResponseHandler",t);var body=G({},t.detail),e=body&&Object.keys(body).length?N.c.KYC_API_SUCCESSFUL:N.c.KYC_API_FAILED;switch(body.identifierType){case"AADHAAR":body.digiLockerUrl=body.digiLockerUrl.substring(body.digiLockerUrl.indexOf("?")),this.logEvent(Object(L.g)(e,body));break;default:this.logEvent(Object(L.g)(e,body))}Object(k.x)(body)&&(this.portalRedirectionImminent=!1,this.kycValidateFailed=!0,this.kycLoading=!1),this.deleteFFAValidUser(this.mobile)},kycCompleteHandler:function(t){console.log("kycCompleteHandler",t)},isLoadingHandler:function(t){t.detail&&this.logEvent(Object(L.g)(N.c.KYC_API_INITIATED,{mobile:this.mobile,policyNumber:this.policyNumber,dob:this.dob})),t.detail&&(this.kycLoading=!0)},emitFormValidity:function(){this.$emit("formComplete",this.isFormValid())},isFormValid:function(){return!Object.values(this.validFormFields).includes(!1)},resetKycForm:function(){this.policyNumber="",this.pan="",this.dob=null},setFieldValidity:function(t,e){this.$set(this.validFormFields,t,e)},update:function(t,e){this[t]=e,t===T.a.DOB&&this.handleDobValidation()},onKycResponseModalClose:function(t){var e,o,n,l;this.kycValidateFailed=!1,this.kycModalFlag=!this.kycModalFlag,this.$emit("onClose"),this.logEvent(Object(L.g)(N.c.KYC_RESP_MODAL_CLOSED,{requestId:(null===(e=this.$route)||void 0===e?void 0:null===(o=e.query)||void 0===o?void 0:o.requestId)||"",status:(null===(n=this.$route)||void 0===n?void 0:null===(l=n.query)||void 0===l?void 0:l.status)||""})),this.$router.replace({path:F.E.LOGIN})},kycEncrypt:function(text){var t=Object(Y.e)(this.$nuxt);return Object(B.e)(text,t)},kycDecrypt:function(text){var t=Object(Y.e)(this.$nuxt);return Object(B.b)(text,t)}})},J=(o(1681),o(1683),Object(A.a)(W,(function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("ag-container",{staticClass:"login__container",attrs:{direction:"vertical"}},[o("ag-row",{class:["login__header"],attrs:{justify:"center"}},[o("bandhan-logo",{staticClass:"login__header__logo"})],1),t._v(" "),t.ffaMobileValidationData[t.mobile]?t._e():o("p",{staticClass:"login__title",class:{"login__title-focus":t.inputInFocus}},[t.portalRedirectionImminent?o("span",[t._v("We would need a few more details!")]):t.kycValidateFailed?o("span",[t._v("Sorry, we could not verify your details."),o("br"),o("br"),t._v("Please try to "),o("a",{attrs:{href:"/login"}},[t._v("login")]),t._v(" after some\n      time!")]):o("span",[t._v("Login with your registered mobile number")]),t._v(" "),t.portalRedirectionImminent&&t.showKYCForm?o("span",{staticClass:"login__subtitle"},[t._v("\n      Register yourself here to use iAssist. This is a one-time activity.\n    ")]):t._e()]),t._v(" "),t.isKYCFailure||t.ffaMobileValidationData[t.mobile]?t._e():o("ag-row",{staticClass:"form-container"},[o("ag-col",{staticClass:"form-wrapper",class:{"unauthorised-user":t.portalRedirectionImminent}},[o("form",{on:{submit:function(e){return e.preventDefault(),t.login(e)}}},[t.currentLoginMethod===t.loginMethod.MOBILE?o("ag-row",{staticClass:"login__input login__input--mobile"},[o("ag-input",{ref:"mobileInput",staticClass:"login__input--mobile__input",attrs:{"max-length":10,autocomplete:!1,name:"mobile",label:"Mobile Number *",type:"tel"},on:{focus:t.toggleLoginView,blur:t.toggleLoginView,close:t.handleInputClose},nativeOn:{keydown:function(e){return t.handleKeyPress(e)}},model:{value:t.mobile,callback:function(e){t.mobile=e},expression:"mobile"}}),t._v(" "),!t.portalRedirectionImminent&&t.errorMessage?o("p",{staticClass:"login__input__error-message"},[t._v("\n            "+t._s(t.errorMessage)+"\n          ")]):t._e()],1):o("ag-row",{staticClass:"login__input login__input--email"},[o("ag-input",{staticClass:"login__input--email__input",attrs:{name:"email",label:"Email",type:"email"},model:{value:t.email,callback:function(e){t.email=e},expression:"email"}})],1),t._v(" "),t.portalRedirectionImminent&&t.showKYCForm?[o("ag-row",{staticClass:"login__input login__input--pan"},[o("ag-input",{ref:"panInput",staticClass:"login__input--pan__input",attrs:{"max-length":10,autocomplete:!1,name:"pan",label:"Pan Number *",type:"text"},on:{blur:function(e){return t.validateFormField(t.kycFormFieldKeys.PAN)}},model:{value:t.pan,callback:function(e){t.pan=e},expression:"pan"}}),t._v(" "),!t.validFormFields.pan&&t.initFormFields[t.kycFormFieldKeys.PAN]?o("p",{staticClass:"login__input__error-message"},[t._v("\n              "+t._s(t.errors.PAN_ERROR)+"\n            ")]):t._e()],1),t._v(" "),o("ag-row",{staticClass:"login__input_noauth login__input--dob"},[o("form-field",{class:{"form-field-error":!t.validFormFields.dob},attrs:{"is-required":!0,name:t.kycFormFieldKeys.DOB,label:"Date Of Birth"}},[o("div",{staticClass:"input-wrapper"},[o("ag-date-picker",{staticClass:"dob",attrs:{"current-device":t.currentDevice,name:"kyc-dob","max-date":t.maxDate},on:{dateSelect:function(e){return t.update(t.kycFormFieldKeys.DOB,e)},blur:t.handleDobValidation}}),t._v(" "),o("transition",{attrs:{name:"fade",mode:"out-in"}},[o("div",[!t.validFormFields.dob&&t.initFormFields[t.kycFormFieldKeys.DOB]?o("p",{staticClass:"form-field-assist"},[t.isPastDOB?t.isDOBEmpty?o("span",[t._v("\n                        "+t._s(t.errors.DOB_ERROR)+"\n                      ")]):o("span",[t._v("\n                        "+t._s(t.errors.DOB_ADULT_ERROR)+"\n                      ")]):o("span",[t._v("\n                        "+t._s(t.errors.FUTURE_DATE_ERROR)+"\n                      ")])]):t._e()])])],1)])],1),t._v(" "),o("ag-row",{staticClass:"login__input login__input--policyNumber"},[o("ag-input",{ref:"policyNumberInput",staticClass:"login__input--policyNumber__input",attrs:{"min-length":8,autocomplete:!1,name:"policyNumber",label:"Policy Number *",type:"text"},on:{blur:function(e){return t.validateFormField(t.kycFormFieldKeys.POLICY_NUMBER)},close:t.handlePolicyInputClose},nativeOn:{keydown:function(e){return t.handlePolicyKeyPress(e)}},model:{value:t.policyNumber,callback:function(e){t.policyNumber=e},expression:"policyNumber"}}),t._v(" "),!t.validFormFields.policyNumber&&t.initFormFields[t.kycFormFieldKeys.POLICY_NUMBER]?o("p",{staticClass:"login__input__error-message"},[t._v("\n              "+t._s(t.errors.POLICY_ERROR)+"\n            ")]):t.isSubmitDisabled?o("p",{staticClass:"login__input__error-message"},[t._v("\n              For this policy number, Please contact BandhanLife Contact Center\n            ")]):t._e()],1)]:t._e(),t._v(" "),o("ag-row",{staticClass:"login__button",attrs:{justify:"center"}},[o("ag-button",{attrs:{"is-loading":t.showLoader,disabled:t.isSubmitDisabled,type:"submit",size:"wide",label:"Submit"}})],1)],2),t._v(" "),o("pay-premium-youtube"),t._v(" "),!t.inputInFocus&&t.showEmailLogin?o("ag-row",{staticClass:"login__choice-container"},[o("span",{staticClass:"login__choice__or"},[t._v("OR")]),t._v(" "),o("ag-link",{staticClass:"login__choice__toggle",on:{click:function(e){return e.preventDefault(),t.toggleLoginMethod(e)}}},[t._v("Login via "+t._s(t.alternativeLogin))])],1):t._e()],1)],1),t._v(" "),t.portalRedirectionImminent&&10===t.mobile.length&&!t.showKYCForm?o("redirection-modal",{on:{onClose:t.onRedirectionModalClose}}):t._e(),t._v(" "),t.portalRedirectionImminent&&t.ffaMobileValidationData[t.mobile]?o("div",{staticClass:"kyc-widget-container"},[o("aegon-kyc-widget-v2",{staticClass:"kyc-widget",domProps:{kycInitData:t.kycInitData,apiConfig:t.apiConfig,headingText:t.headingText,kycMethods:t.KYC_METHODS,encrypt:t.kycEncrypt,decrypt:t.kycDecrypt},on:{"is-loading":t.isLoadingHandler,"kyc-complete":t.kycCompleteHandler,"kyc-response":t.kycResponseHandler}})],1):t._e(),t._v(" "),t.showKYCResponseModal?o("modal",{attrs:{"is-modal-visible":!0,"is-close-visible":!0,"class-name":"kyc-success-modal"},on:{close:t.onKycResponseModalClose}},[t.showKYCSuccess?o("div",[o("h2",{staticClass:"kyc-header"},[t._v("KYC Verification Successful")]),t._v(" "),o("div",{staticClass:"body"},[t._v("Please try to login with your registed"),o("br"),t._v("mobile number after 15 minutes.")])]):o("div",[o("h2",{staticClass:"kyc-header"},[t._v("KYC Verification Failed")]),t._v(" "),o("div",{staticClass:"body"},[t._v("Sorry, we could not verify your details."),o("br"),t._v("Please try to login after some time!")])])]):t._e(),t._v(" "),t.kycLoading?o("peace-loader",{staticClass:"peace-loader"}):t._e()],1)}),[],!1,null,"16710c7f",null).exports),Q=o(1583),X=o(1424),Z=o(1574);function tt(object,t){var e=Object.keys(object);if(Object.getOwnPropertySymbols){var o=Object.getOwnPropertySymbols(object);t&&(o=o.filter((function(t){return Object.getOwnPropertyDescriptor(object,t).enumerable}))),e.push.apply(e,o)}return e}function et(t){for(var i=1;i<arguments.length;i++){var source=null!=arguments[i]?arguments[i]:{};i%2?tt(source,!0).forEach((function(e){Object(n.a)(t,e,source[e])})):Object.getOwnPropertyDescriptors?Object.defineProperties(t,Object.getOwnPropertyDescriptors(source)):tt(source).forEach((function(e){Object.defineProperty(t,e,Object.getOwnPropertyDescriptor(source,e))}))}return t}var at={name:"LoginPage",layout:"login",components:{LoginForm:J,IAssistHome:Q.a,PeaceLoader:x.a,BandhanModal:Z.a},data:function(){return{labels:X.a,loading:!0}},computed:et({},Object(l.d)(["currentDevice","gaLoaded"]),{showLoader:function(){return this.loading},isDesktop:function(){return this.currentDevice===F.j.DESKTOP}}),beforeMount:function(){!this.gaLoaded&&Object(k.N)(),!this.gaLoaded&&this.setGALoaded()},mounted:function(){var t=null!==Object(k.p)(F.G.AUTH_TOKEN);this.logEvent({eventName:N.b.LOGIN_PAGE_LOADED,attributes:{},isGA:!0}),t||(this.loading=!1)},methods:et({},Object(l.b)("analytics",["logEvent"]),{},Object(l.b)(["setGALoaded"]))},it=(o(1685),Object(A.a)(at,(function(){var t=this,e=t.$createElement,o=t._self._c||e;return o("div",{staticClass:"login-page"},[t.showLoader?o("peace-loader",{attrs:{"with-delay":!1}}):o("b-container",[t.isDesktop?o("b-row",{staticClass:"desktop-view"},[o("b-col",{staticClass:"image",attrs:{cols:"12",lg:"5"}},[o("div",{staticClass:"image-container"},[o("i-assist-home"),t._v(" "),o("div",{staticClass:"welcome"},[o("h3",[t._v(t._s(t.labels.welcome))]),t._v(" "),o("p",[t._v(t._s(t.labels.tagLine))])])],1)]),t._v(" "),o("b-col",{staticClass:"form",attrs:{cols:"12",lg:"5"}},[o("div",{staticClass:"form-container"},[o("login-form")],1)])],1):t._e(),t._v(" "),t.isDesktop?t._e():o("div",{staticClass:"login-mobile"},[o("login-form")],1),t._v(" "),o("bandhan-modal")],1)],1)}),[],!1,null,null,null));e.default=it.exports}}]);