@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap);@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-family:Inter!important;font-size:12px!important;font-weight:400!important;margin:0;padding:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--primary-color:#00b9f1;--primary-color-light:#e2f0ff;--primary-button-color:#0d6efd;--primary-color-dark:#0e5bd7;--secondary-color:#f2581b;--border-light:#ddd;--text-light:#3f3f3f;--secondary-color-hover:#fa703a;--primary-shade:#4f5c6f;--secondary-shade:#f6f7f8;--primary-shade-light:#4f5c6f69;--primary-text:#212529;--secondary-text:#253858;--tertiary-shade:#eaeef2;--tertiary-text:#6b7789}.app{background-position:100% 0;background-repeat:repeat;background-size:contain;font-family:Inter;font-weight:400;min-height:100vh}.container{-ms-overflow-style:none;scrollbar-width:none}.container::-webkit-scrollbar{display:none}@media screen and (max-width:992px){.fade{padding-right:0!important}}@keyframes scaling{0%,to{background-color:#eee;transform:scale(.2)}40%{background-color:#eee;transform:scale(1)}50%{background-color:#eee;transform:scale(1)}}#dots-loader div{animation:scaling 1s ease-in-out infinite;border-radius:50%;display:inline-block;height:8px;transform:scale(0);width:8px}#dots-loader div:nth-child(0){animation-delay:0s}#dots-loader div:first-child{animation-delay:.2s}#dots-loader div:nth-child(2){animation-delay:.4s}#dots-loader div:nth-child(3){animation-delay:.6s}#dots-loader div:nth-child(4){animation-delay:.8s}#dots-loader div:nth-child(5){animation-delay:1s}@keyframes scalingprimary{0%,to{background-color:var(--primary-color);transform:scale(.2)}40%{background-color:var(--primary-color);transform:scale(1)}50%{background-color:var(--primary-color);transform:scale(1)}}#dots-loader-colored div{animation:scalingprimary 1s ease-in-out infinite;border-radius:50%;display:inline-block;height:8px;transform:scale(0);width:8px}#dots-loader-colored div:nth-child(0){animation-delay:0s}#dots-loader-colored div:first-child{animation-delay:.2s}#dots-loader-colored div:nth-child(2){animation-delay:.4s}#dots-loader-colored div:nth-child(3){animation-delay:.6s}#dots-loader-colored div:nth-child(4){animation-delay:.8s}#dots-loader-colored div:nth-child(5){animation-delay:1s}div._2iw-,div._2iw_,div._2iwr,div._2iws,div._2iwt,div._2iwu,div._2iwv,div._2iww,div._2iwx,div._2iwy,div._2iwz,div._2ix0,div._2ix1,div._2ix2,div._2ix3,div._2ix4,div._2ix5,div._2ix6,div._2ix7{-webkit-animation-duration:2s;-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;-webkit-animation-name:placeHolderShimmer;-webkit-animation-timing-function:linear;background:#d8d8d8;background-image:linear-gradient(90deg,#d8d8d8 0,#bdbdbd 20%,#d8d8d8 40%,#d8d8d8);background-repeat:no-repeat}div._1irr,div._1irs,div._1irt,div._2iw-,div._2iw_,div._2iwr,div._2iws,div._2iwt,div._2iwu,div._2iwv,div._2iww,div._2iwx,div._2iwy,div._2iwz,div._2ix0,div._2ix1,div._2ix2,div._2ix3,div._2ix4,div._2ix5,div._2ix6,div._2ix7{-webkit-animation-duration:2s;-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;-webkit-animation-name:placeHolderShimmer;-webkit-animation-timing-function:linear;background:#d8d8d8;background-image:linear-gradient(90deg,#d8d8d8 0,#bdbdbd 20%,#d8d8d8 40%,#d8d8d8);background-repeat:no-repeat}.lightui1{background-repeat:no-repeat;background-size:1080px 144px;border:1px solid #bdbdbd;border-radius:10px;margin-top:20px;padding:20px}@media(max-width:768px){.lightui1{margin-top:10px;padding:0 10px 25px}}.lightui1-shimmer{background-size:1080px 144px;height:104px;position:relative}.lightui1-shimmer div{height:6px;left:0;position:absolute;right:0}.lightui1b-shimmer{-webkit-animation-duration:1s;-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;-webkit-animation-name:placeHolderShimmer;-webkit-animation-timing-function:linear;height:144px;position:relative}.lightui1b-shimmer div{height:6px;left:0;position:absolute;right:0}div._2iwr{border-radius:0 10px 10px 0;height:20px;left:-20px;top:-13px;width:23%}@media(max-width:768px){div._2iwr{height:16px;left:-10px;top:10px;width:40%}}div._2iws{height:45px;left:20px;top:15px;width:15%}@media(max-width:768px){div._2iws{height:30px;top:35px}}div._2iwt{bottom:5px;left:2%;width:17%}@media(max-width:768px){div._2iwt{bottom:46px;left:25%}}div._2iwu{bottom:15px;height:10px;left:30px;width:12%}@media(max-width:768px){div._2iwu{bottom:56px;left:25%}}div._2iwv{height:15px;left:28.5%;right:auto;top:33px;width:7%}@media(max-width:768px){div._2iwv{height:10px;left:calc(11% + 20px);top:85px;width:4%}}div._2iww{height:10px;left:27%;right:auto;top:15px;width:10%}@media(max-width:768px){div._2iww{display:none}}div._2iwx{height:10px;left:26%;right:auto;top:61px;width:12%}@media(max-width:768px){div._2iwx{height:10px;left:20px;top:85px;width:10%}}div._2iwy{bottom:10px;height:10px;left:27%;right:auto;width:10%}@media(max-width:768px){div._2iwy{bottom:-1px;height:7px;left:20px;width:15%}}div._2ix0{height:15px;left:47.5%;right:auto;top:33px;width:7%}@media(max-width:768px){div._2ix0{height:10px;left:calc(37% + 15px);top:85px;width:4%}}div._2iwz{height:10px;left:45%;right:auto;top:61px;width:12%}@media(max-width:768px){div._2iwz{display:none}}div._2iw-{height:10px;left:46%;right:auto;top:15px;width:10%}@media(max-width:768px){div._2iw-{height:10px;left:calc(26% + 15px);top:85px;width:10%}}div._2iw_{bottom:10px;height:10px;left:46%;right:auto;width:10%}@media(max-width:768px){div._2iw_{bottom:-1px;height:7px;left:calc(26% + 15px);width:15%}}div._2ix1{height:15px;left:66.5%;right:auto;top:33px;width:7%}@media(max-width:768px){div._2ix1{height:10px;left:calc(63% + 15px);top:85px;width:4%}}div._2ix2{height:10px;left:65%;right:auto;top:15px;width:10%}@media(max-width:768px){div._2ix2{display:none}}div._2ix3{height:10px;left:64%;right:auto;top:61px;width:12%}@media(max-width:768px){div._2ix3{height:10px;left:calc(52% + 15px);top:85px;width:10%}}div._2ix4{bottom:10px;height:10px;left:65%;right:auto;width:10%}@media(max-width:768px){div._2ix4{bottom:-1px;height:7px;left:calc(52% + 15px);width:15%}}div._2ix5{border-radius:5px;bottom:75px;height:10px;left:auto;right:7%;width:10%}@media(max-width:768px){div._2ix5{height:7px;right:1%;width:14%}}div._2ix6{border-radius:5px;bottom:30px;height:35px;left:auto;right:4%;width:16%}@media(max-width:768px){div._2ix6{height:30px;right:1%;width:20%}}div._2ix7{border-radius:5px;bottom:10px;height:10px;left:auto;right:7%;width:10%}@media(max-width:768px){div._2ix7{height:7px;right:1%;width:14%}}.lightui{background-repeat:no-repeat;border-radius:2px;margin-top:0;padding:10px}.lightui,.lightui-shimmer{background-size:1080px 144px}.lightui-shimmer{height:100px;position:relative}.lightui-shimmer div{height:6px;left:0;position:absolute;right:0}.lightuib-shimmer{-webkit-animation-duration:1s;-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;-webkit-animation-name:placeHolderShimmer;-webkit-animation-timing-function:linear;height:144px;position:relative}.lightuib-shimmer div{background:#fff;height:6px;left:0;position:absolute;right:0}div._1irr{height:50%;left:20%;top:-10%;width:60%}div._1irs{height:10%;left:10%;top:55%;width:80%}div._1irt{border-radius:5px;height:47%;top:75%;width:100%}@media(max-width:768px){div._1irt{height:20%;left:15%;width:70%}}div._1iry{animation:spin 1.5s linear infinite;border:5px solid #f3f3f3;border-radius:50%;border-top:5px solid var(--primary-color);height:50px;margin:auto;width:50px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}div._1iwr,div._1iws,div._1iwt,div._1iwu,div._1iwv,div._1iww,div._1iwx,div._1iwy{animation:placeHolderShimmer 1.5s linear infinite;background:#d8d8d8;background-image:linear-gradient(90deg,#d8d8d8 0,#bdbdbd 20%,#d8d8d8 40%,#d8d8d8);background-position:-468px 0;background-repeat:no-repeat;background-size:800px 104px}body{font-color:#737373;background-color:#fff;font-family:Open Sans;font-size:12px}@media screen and (max-width:768px){body{font-size:16px}}#u_0_v{width:100%}.lightui2{background-repeat:no-repeat;background-size:800px 225px;border:1px solid #bdbdbd;border-radius:2px;height:225px;padding:10px}.lightui2-shimmer{background-size:800px 225px;height:180px;position:relative}.lightui2-shimmer div{height:6px;left:0;position:absolute;right:0}.lightui2b-shimmer{background-size:800px 180px;height:180px;position:relative}.lightui2b-shimmer div{background:#fff;height:6px;left:0;position:absolute;right:0}div._1iwr{height:25px;left:2%;right:auto;top:20px;width:35%}div._1iws{border-radius:5px;height:50px;left:auto;right:2%;top:5px;width:30%}div._1iwt{bottom:95px}div._1iwt,div._1iwu{height:10px;left:2%;right:auto;width:95%}div._1iwu{bottom:77px}div._1iwv{bottom:60px;height:10px;left:2%;right:auto;width:95%}div._1iww{left:2%}div._1iww,div._1iwx{border-radius:5px;bottom:-17px;height:50px;right:auto;width:30%}div._1iwx{left:35%}div._1iwy{border-radius:5px;bottom:-17px;height:50px;left:auto;right:2%;width:30%}@keyframes placeHolderShimmer{0%{background-position:-468px 0}to{background-position:468px 0}}._4-u5,._4-u7,._4-u8,._57d8{background-color:#fff}.select_wrapper_label{color:#000}.select_wrapper_label,.select_wrapper_options{font-family:Inter;font-size:16px;font-weight:600;margin-bottom:5px}.select_wrapper_options{background-color:#fff;border:none;color:#0a87ff;padding:4px}.quotecard-policy-data-wrapper{left:25%;position:absolute;top:46%;transform:translate(-40%,-50%);width:100%}.quotecard-policy-data-wrapper__title{color:#000000b3;font-family:Inter;font-size:13px}.quotecard-policy-data-wrapper__value{font-family:Inter;font-size:16px;font-weight:600}.quotecard-policy-data-wrapper__value-sub,.quotecard-policy-data-wrapper__year{font-family:Inter;font-size:10px;font-weight:600}.quotecard-policy-data-wrapper__premium-btn{background:#fff;border:1px solid #000;border-radius:10px;box-shadow:0 4px 4px 0 #00000040;color:#000;font-family:Inter;font-size:14px;font-weight:600}.quotecard-policy-data-wrapper__details-btn{background:#0a87ff;border:none;border-radius:10px;box-shadow:0 4px 4px 0 #00000040;color:#fff;font-family:Inter;font-size:12px;font-weight:600;padding:8px 12px}.bookmark-icon{height:28px;width:28px}.quotecard-returns-btn{background:#00000040;font-weight:400}.quotecard-more-plans-btn,.quotecard-returns-btn{border-radius:40px 40px 0 0;bottom:0;font-family:Inter;font-size:13px;position:absolute;text-decoration:underline;width:100%}.quotecard-more-plans-btn{background:#92b4f673;font-weight:300}.shortlist{border:1px solid #e6e6e6;border-radius:3px;box-shadow:1px 1px 1px 1px #e6e6e6;width:100%}.shortlist__heading{color:#000;display:flex;font-family:Inter;font-size:12px;padding:10px 0 10px 1.6em;text-align:center;width:100%}.shortlist__body{padding-left:8px;padding-right:8px;width:100%}.shortlist__body__plan{display:flex;flex-direction:column;margin:5px auto}.shortlist__body__plan__logo-name-wrapper{display:flex;text-align:center}.shortlist__body__plan__details-wrapper{display:flex;flex-wrap:wrap;padding-left:6.3rem;width:100%}.shortlist__body__plan__details-wrapper__section{display:flex;flex-direction:column;margin:7px}.shortlist__body__plan__details-wrapper__section__name{color:#000000b3;font-family:Inter;font-size:13px}.shortlist__body__plan__details-wrapper__section__value{font-family:Inter;font-size:12px;font-weight:600}.questions{display:flex;flex-direction:column;gap:1em}.questions__name{font-family:Inter;font-size:1.5em;font-weight:600;width:-webkit-max-content;width:max-content}.questions__plan-type{background:#89c5cc40;border:1px solid #e4e4e4;border-radius:8px;display:flex;font-family:Inter;font-weight:500;justify-content:space-evenly;padding:12px 0}.questions__toggle{display:flex;justify-content:space-between;margin-top:5px}.questions__toggle__label{align-items:center;display:flex;font-family:Inter;font-size:14px;font-weight:600}.questions_title{font-family:Inter;font-size:16px;font-weight:600;margin-top:3rem}.questions_title__link{color:#0a87ff;text-decoration:none}.switch{--size:1.5rem;-webkit-appearance:none;appearance:none;background-color:#fff;background-image:radial-gradient(circle calc(var(--size)/2.8),#0000008c 100%,#fff 0),radial-gradient(circle calc(var(--size)/1),#0003 0,#0000 100%);background-position:calc(var(--size)/-1.5) 0;border:1px solid #e4e4e4;border-radius:calc(var(--size)/2);cursor:pointer;height:var(--size);transition:background .2s ease-out;width:calc(var(--size)*2.2)}.switch:checked{background-image:radial-gradient(circle calc(var(--size)/2.8),#89c5cc 100%,#0000 0);background-position:calc(var(--size)/1.75) 0}.different-quotes__heading{background-color:#4f5c6f1a;background:#edeef0;font-size:14px;margin-top:25px;padding:12px 0;text-align:center;top:46px;width:100%;z-index:98}.filters__wrapper{background-color:#fff;border:2px solid #000;border-radius:5px;display:flex}.filters__wrapper--top{background-color:var(--primary-shade)}.filters__wrapper--top .filter__sticky,.filters__wrapper--top .filters__comp{color:#fff}.filters__comp{color:var(--tertiary-text);cursor:pointer;font-family:Inter;font-size:11px;text-align:center;width:25%}.filters__comp .silver-color{color:#b0b6c1}.filters__comp:not(:last-child){border-right:1px solid #000}.filters__comp:hover{background-color:rgba(157,170,185,.239)}.filters__comp__select__title{font-size:12px}.filters__comp__select__value{font-family:Inter;font-size:15px;font-weight:600}.filters__comp__select__value>span{font-size:10px;margin-left:2px}.btn-primary.active.focus .btn:focus,.btn-primary.active:focus,.btn-primary.focus,.btn-primary:active.focus,.btn-primary:active:focus,.btn-primary:focus,.btn.active.focus,.btn.active:focus,.btn.focus,.btn:active.focus,.btn:active:focus{box-shadow:none!important}#loading-dots:after{animation:dots 1s steps(5) infinite;content:".";font-size:10px}@keyframes dots{0%,20%{color:var(--primary-color);text-shadow:.25em 0 0var --primary-color,.5em 0 0var --primary-color}40%{color:var(--primary-color);text-shadow:.25em 0 0var --primary-color,.5em 0 0var --primary-color}60%{text-shadow:.25em 0 0 var(--primary-color),.5em 0 0var --primary-color}80%,to{text-shadow:.25em 0 0 var(--primary-color),.5em 0 0 var(--primary-color)}}
/*# sourceMappingURL=main.2c60e3fc.css.map*/