@import url(https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap);.head-score-wrap{-webkit-transition:all .3s ease;transition:all .3s ease}.pulse-animation{display:inline-block;-webkit-animation:pulseDoubleBounce 1s ease-in-out;animation:pulseDoubleBounce 1s ease-in-out}@-webkit-keyframes pulseDoubleBounce{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.25);transform:scale(1.25)}35%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(1.22);transform:scale(1.22)}65%{-webkit-transform:scale(1.08);transform:scale(1.08)}80%{-webkit-transform:scale(1.12);transform:scale(1.12)}90%{-webkit-transform:scale(1.03);transform:scale(1.03)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulseDoubleBounce{0%{-webkit-transform:scale(1);transform:scale(1)}20%{-webkit-transform:scale(1.25);transform:scale(1.25)}35%{-webkit-transform:scale(1.1);transform:scale(1.1)}50%{-webkit-transform:scale(1.22);transform:scale(1.22)}65%{-webkit-transform:scale(1.08);transform:scale(1.08)}80%{-webkit-transform:scale(1.12);transform:scale(1.12)}90%{-webkit-transform:scale(1.03);transform:scale(1.03)}to{-webkit-transform:scale(1);transform:scale(1)}}.score-txt .number-scale{display:inline-flex;font-weight:700;-webkit-animation:numberPulse 1s cubic-bezier(.36,.07,.19,.97);animation:numberPulse 1s cubic-bezier(.36,.07,.19,.97)}@-webkit-keyframes numberPulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.6) translateY(-2px);transform:scale(1.6) translateY(-2px)}20%{-webkit-transform:scale(1.3) translateY(0);transform:scale(1.3) translateY(0)}30%{-webkit-transform:scale(1.5) translateY(-1px);transform:scale(1.5) translateY(-1px)}40%{-webkit-transform:scale(1.2) translateY(0);transform:scale(1.2) translateY(0)}50%{-webkit-transform:scale(1.4) translateY(-2px);transform:scale(1.4) translateY(-2px)}60%{-webkit-transform:scale(1.15) translateY(0);transform:scale(1.15) translateY(0)}70%{-webkit-transform:scale(1.25) translateY(-1px);transform:scale(1.25) translateY(-1px)}80%{-webkit-transform:scale(1.1) translateY(0);transform:scale(1.1) translateY(0)}90%{-webkit-transform:scale(1.12) translateY(0);transform:scale(1.12) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@keyframes numberPulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.6) translateY(-2px);transform:scale(1.6) translateY(-2px)}20%{-webkit-transform:scale(1.3) translateY(0);transform:scale(1.3) translateY(0)}30%{-webkit-transform:scale(1.5) translateY(-1px);transform:scale(1.5) translateY(-1px)}40%{-webkit-transform:scale(1.2) translateY(0);transform:scale(1.2) translateY(0)}50%{-webkit-transform:scale(1.4) translateY(-2px);transform:scale(1.4) translateY(-2px)}60%{-webkit-transform:scale(1.15) translateY(0);transform:scale(1.15) translateY(0)}70%{-webkit-transform:scale(1.25) translateY(-1px);transform:scale(1.25) translateY(-1px)}80%{-webkit-transform:scale(1.1) translateY(0);transform:scale(1.1) translateY(0)}90%{-webkit-transform:scale(1.12) translateY(0);transform:scale(1.12) translateY(0)}to{-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}}@-webkit-keyframes flyToScore{0%{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}50%{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}to{opacity:0;-webkit-transform:translate(calc(-50% + var(--end-x)),calc(-50% + var(--end-y))) scale(.6);transform:translate(calc(-50% + var(--end-x)),calc(-50% + var(--end-y))) scale(.6)}}@keyframes flyToScore{0%{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}50%{opacity:1;-webkit-transform:translate(-50%,-50%) scale(1);transform:translate(-50%,-50%) scale(1)}to{opacity:0;-webkit-transform:translate(calc(-50% + var(--end-x)),calc(-50% + var(--end-y))) scale(.6);transform:translate(calc(-50% + var(--end-x)),calc(-50% + var(--end-y))) scale(.6)}}@-webkit-keyframes clickCircle{0%{opacity:1;-webkit-transform:translate(-50%,-50%) scale(.3);transform:translate(-50%,-50%) scale(.3)}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2)}}@keyframes clickCircle{0%{opacity:1;-webkit-transform:translate(-50%,-50%) scale(.3);transform:translate(-50%,-50%) scale(.3)}to{opacity:0;-webkit-transform:translate(-50%,-50%) scale(2);transform:translate(-50%,-50%) scale(2)}}.click-circle{position:absolute;top:50%;left:50%;width:100px;height:100px;border-radius:50%;border:1px solid #000;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-animation:clickCircle .7s ease-out forwards;animation:clickCircle .7s ease-out forwards;pointer-events:none}@-webkit-keyframes flyToScores{0%{-webkit-transform:translate(0) scale(1.2);transform:translate(0) scale(1.2);opacity:1}20%{-webkit-transform:translate(calc(var(--end-x) * .1),calc(var(--end-y) * .1)) scale(1.5);transform:translate(calc(var(--end-x) * .1),calc(var(--end-y) * .1)) scale(1.5);opacity:1}to{-webkit-transform:translate(var(--end-x),var(--end-y)) scale(1.8);transform:translate(var(--end-x),var(--end-y)) scale(1.8);opacity:0}}@keyframes flyToScores{0%{-webkit-transform:translate(0) scale(1.2);transform:translate(0) scale(1.2);opacity:1}20%{-webkit-transform:translate(calc(var(--end-x) * .1),calc(var(--end-y) * .1)) scale(1.5);transform:translate(calc(var(--end-x) * .1),calc(var(--end-y) * .1)) scale(1.5);opacity:1}to{-webkit-transform:translate(var(--end-x),var(--end-y)) scale(1.8);transform:translate(var(--end-x),var(--end-y)) scale(1.8);opacity:0}}.flying-score{position:fixed;font-weight:700;font-size:28px;color:#101b25;pointer-events:none;z-index:9999;-webkit-animation:flyToScores 2.5s ease-out forwards;animation:flyToScores 2.5s ease-out forwards;text-shadow:0 2px 4px rgba(0,0,0,.1)}.footer-outer-wrap{padding:80px 0 0;background:#f8f9fa}@media(max-width:1679px){.footer-outer-wrap{padding:50px 0 0}}@media(max-width:767px){.footer-outer-wrap{padding:30px 0 0}}.footer-outer-wrap .top-wrap{padding-bottom:60px;border-bottom:1px solid rgba(0,0,0,.12)}@media(max-width:1199px){.footer-outer-wrap .top-wrap{padding-bottom:40px}}.footer-outer-wrap .top-wrap .left-wrap{width:400px}@media(max-width:1679px){.footer-outer-wrap .top-wrap .left-wrap{width:350px}}@media(max-width:991px){.footer-outer-wrap .top-wrap .left-wrap{width:250px}}.footer-outer-wrap .top-wrap .left-wrap .f-logo-wrap{padding:0 0 25px}@media(max-width:991px){.footer-outer-wrap .top-wrap .left-wrap .f-logo-wrap{padding:0 0 15px}}.footer-outer-wrap .top-wrap .left-wrap .f-logo-wrap img{width:100px}@media(max-width:991px){.footer-outer-wrap .top-wrap .left-wrap .f-logo-wrap img{width:80px}}.footer-outer-wrap .top-wrap .left-wrap .newsletter-wrap .title-wrap{font-size:32px;color:#101b25;font-weight:700;line-height:1.2;margin:0;padding:0 0 25px}@media(max-width:1679px){.footer-outer-wrap .top-wrap .left-wrap .newsletter-wrap .title-wrap{font-size:28px}}@media(max-width:1481px){.footer-outer-wrap .top-wrap .left-wrap .newsletter-wrap .title-wrap{font-size:26px}}@media(max-width:991px){.footer-outer-wrap .top-wrap .left-wrap .newsletter-wrap .title-wrap{padding-bottom:15px;font-size:22px}}@media(max-width:767px){.footer-outer-wrap .top-wrap .left-wrap .newsletter-wrap .title-wrap{font-size:20px}}.footer-outer-wrap .top-wrap .left-wrap .input-wrap{padding-bottom:0!important;position:relative}.footer-outer-wrap .top-wrap .left-wrap .input-wrap .txt{height:48px;border:1px solid #dfe1e3;background:#fff;border-radius:30px;color:#7b8d9f;padding:0 45px;margin:0;font-size:16px;font-weight:400;width:100%}@media(max-width:1679px){.footer-outer-wrap .top-wrap .left-wrap .input-wrap .txt{font-size:14px;height:40px}}.footer-outer-wrap .top-wrap .left-wrap .input-wrap .txt::-webkit-input-placeholder{opacity:1;color:#7b8d9f}.footer-outer-wrap .top-wrap .left-wrap .input-wrap .txt:-ms-input-placeholder{opacity:1;color:#7b8d9f}.footer-outer-wrap .top-wrap .left-wrap .input-wrap .txt::placeholder{opacity:1;color:#7b8d9f}.footer-outer-wrap .top-wrap .left-wrap .input-wrap .mail{position:absolute;margin:auto;inset:0 auto 0 15px;display:flex;align-items:center}.footer-outer-wrap .top-wrap .left-wrap .input-wrap .arrow{position:absolute;margin:auto;inset:0 15px 0 auto;display:flex;align-items:center}.footer-outer-wrap .top-wrap .left-wrap .fingerprint-wrapper{margin-top:30px;color:inherit;text-decoration:none}@media(max-width:579px){.footer-outer-wrap .top-wrap .left-wrap .fingerprint-wrapper{margin-top:12px}}.footer-outer-wrap .top-wrap .left-wrap .fingerprint-wrapper .fingerprint-block-outer{background-color:#fff;border:1px solid #e4e5e1;border-radius:6px;display:inline-block;padding:3px}.footer-outer-wrap .top-wrap .left-wrap .fingerprint-wrapper .fingerprint-block{display:inline-flex;border-radius:4px;border:1px solid #f6f4f3;-webkit-box-shadow:0 1px 2px 0 hsla(120,1%,49%,.278);box-shadow:0 1px 2px 0 hsla(120,1%,49%,.278);align-items:center}.footer-outer-wrap .top-wrap .left-wrap .fingerprint-wrapper .fingerprint-block .img-block{flex-shrink:0;background:-webkit-gradient(linear,left top,left bottom,from(#fffefd),to(#fee9e2));background:linear-gradient(180deg,#fffefd,#fee9e2);border-right:1px solid #f3efec;display:flex;align-items:center;justify-content:center;width:38px;height:44px}.footer-outer-wrap .top-wrap .left-wrap .fingerprint-wrapper .fingerprint-block .txt-label{padding-left:8px;padding-right:14px}.footer-outer-wrap .top-wrap .left-wrap .fingerprint-wrapper .fingerprint-block .txt-label p{margin-bottom:0;color:#919390;font-size:12px}.footer-outer-wrap .top-wrap .left-wrap .fingerprint-wrapper .fingerprint-block .txt-label h4{margin-bottom:0;font-size:12px;font-weight:500;color:#101b25}.footer-outer-wrap .top-wrap .left-wrap .fingerprint-wrapper img{max-width:125px}.footer-outer-wrap .top-wrap .right-wrap{display:flex;justify-content:end}@media(max-width:767px){.footer-outer-wrap .top-wrap .right-wrap .list-wrap{display:none}}.footer-outer-wrap .top-wrap .right-wrap .list-wrap .sub-title-wrap{margin:0;padding:0 0 20px;font-size:20px;font-weight:600;color:#101b25}@media(max-width:1679px){.footer-outer-wrap .top-wrap .right-wrap .list-wrap .sub-title-wrap{font-size:18px;padding:0 0 15px}}.footer-outer-wrap .top-wrap .right-wrap .list-wrap ul{margin:0;padding:0}.footer-outer-wrap .top-wrap .right-wrap .list-wrap ul li{margin:0;padding:0;list-style:none;font-size:16px;font-weight:400;color:#415362;max-width:265px;line-height:1.6}@media(max-width:1679px){.footer-outer-wrap .top-wrap .right-wrap .list-wrap ul li{font-size:14px}}.footer-outer-wrap .top-wrap .right-wrap .list-wrap ul li+li{padding-top:10px}.footer-outer-wrap .top-wrap .right-wrap .list-wrap ul li a{color:#415362;display:block;line-height:1}.footer-outer-wrap .top-wrap .right-wrap .list-wrap ul li a:hover{color:#000}.footer-outer-wrap .top-wrap .right-wrap .list-wrap+.list-wrap{margin-left:100px}@media(max-width:1679px){.footer-outer-wrap .top-wrap .right-wrap .list-wrap+.list-wrap{margin-left:50px}}@media(max-width:991px){.footer-outer-wrap .top-wrap .right-wrap .list-wrap+.list-wrap{margin-left:40px}}.footer-outer-wrap .top-wrap .acc-wrap{display:none}@media(max-width:767px){.footer-outer-wrap .top-wrap .acc-wrap{display:block}}.footer-outer-wrap .top-wrap .acc-wrap .accordion{padding:30px 0 0}.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item,.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item .accordion-header{margin:0;padding:0;background:none;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none}.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item .accordion-header .accordion-button{margin:0;padding:0;background:none;outline:0;border:0;-webkit-box-shadow:none;box-shadow:none;font-size:18px;color:#091737;font-weight:500}.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item .accordion-collapse{margin:0;padding:0}.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item .accordion-collapse .accordion-body{margin:0;padding:10px 0 0}.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul{margin:0;padding:0}.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul li{margin:0;padding:0;list-style:none;font-size:16px;font-weight:400;color:#415362;line-height:1.6}@media(max-width:1679px){.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul li{font-size:14px}}.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul li+li{padding-top:10px}@media(max-width:1679px){.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul li+li{padding-top:5px}}.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul li a{color:#415362}.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item .accordion-collapse .accordion-body ul li a:hover{color:#000}.footer-outer-wrap .top-wrap .acc-wrap .accordion .accordion-item+.accordion-item{padding-top:20px}.footer-outer-wrap .social-wrap{border-bottom:1px solid rgba(0,0,0,.12);padding:12px 0}@media(max-width:1199px){.footer-outer-wrap .social-wrap{padding:8px 0}}@media(max-width:479px){.footer-outer-wrap .social-wrap{padding:12px 0}.footer-outer-wrap .social-wrap .row{align-items:center;flex-direction:column}}.footer-outer-wrap .social-wrap .left-wrap{height:100%;display:flex;align-items:center}.footer-outer-wrap .social-wrap .left-wrap ul{margin:0;padding:0;display:flex;grid-gap:20px;gap:20px}@media(max-width:767px){.footer-outer-wrap .social-wrap .left-wrap ul{grid-gap:15px;gap:15px}}@media(max-width:479px){.footer-outer-wrap .social-wrap .left-wrap ul{grid-gap:10px;gap:10px}}.footer-outer-wrap .social-wrap .left-wrap ul li{margin:0;padding:0;list-style:none}.footer-outer-wrap .social-wrap .left-wrap ul li a img{max-width:20px;max-height:20px}@media(max-width:767px){.footer-outer-wrap .social-wrap .left-wrap ul li a img{max-width:16px;max-height:16px}}.footer-outer-wrap .social-wrap .right-wrap{display:flex;justify-content:end}@media(max-width:479px){.footer-outer-wrap .social-wrap .right-wrap{justify-content:center;padding-top:15px}}.footer-outer-wrap .social-wrap .right-wrap .guarantee-wrap{display:flex;grid-gap:12px;gap:12px;align-items:center}@media(max-width:767px){.footer-outer-wrap .social-wrap .right-wrap .guarantee-wrap{grid-gap:5px;gap:5px}}@media(max-width:479px){.footer-outer-wrap .social-wrap .right-wrap .guarantee-wrap{flex-direction:row-reverse}}.footer-outer-wrap .social-wrap .right-wrap .guarantee-wrap span{font-size:14px;font-weight:500;color:#415362}@media(max-width:767px){.footer-outer-wrap .social-wrap .right-wrap .guarantee-wrap span{font-size:12px}}.footer-outer-wrap .social-wrap .right-wrap .guarantee-wrap img{width:40px}@media(max-width:767px){.footer-outer-wrap .social-wrap .right-wrap .guarantee-wrap img{width:30px}}@media(max-width:479px){.footer-outer-wrap .social-wrap .right-wrap .guarantee-wrap img{width:25px}}.footer-outer-wrap .copy-wrap{padding-top:20px;padding-bottom:20px;border-bottom:1px solid rgba(0,0,0,.12)}@media(max-width:1199px){.footer-outer-wrap .copy-wrap{padding-top:15px;padding-bottom:15px}}.footer-outer-wrap .copy-wrap .left-wrap{font-size:14px;font-weight:400;color:#415362}@media(max-width:767px){.footer-outer-wrap .copy-wrap .left-wrap{font-size:12px;text-align:center}}.footer-outer-wrap .copy-wrap .right-wrap{display:flex;justify-content:end}@media(max-width:767px){.footer-outer-wrap .copy-wrap .right-wrap{justify-content:center}}.footer-outer-wrap .copy-wrap .right-wrap ul{margin:0;padding:0;display:flex;grid-gap:20px;gap:20px}.footer-outer-wrap .copy-wrap .right-wrap ul li{margin:0;padding:0 0 0 10px;list-style:none;position:relative}.footer-outer-wrap .copy-wrap .right-wrap ul li a{font-size:14px;font-weight:400;color:#415362}@media(max-width:767px){.footer-outer-wrap .copy-wrap .right-wrap ul li a{font-size:12px}}.footer-outer-wrap .copy-wrap .right-wrap ul li:before{position:absolute;inset:0 auto 0 0;width:4px;height:4px;background:#415362;content:"";margin:auto}@media(max-width:767px){.footer-outer-wrap .footer-des{padding-bottom:80px}}@media(max-width:479px){.footer-outer-wrap .footer-des{padding-bottom:70px}}.footer-outer-wrap .footer-des .para{margin:0;padding:20px 0;font-size:14px;font-weight:400;line-height:1.4;color:#415362;word-wrap:break-word;overflow-wrap:break-word}@media(max-width:1199px){.footer-outer-wrap .footer-des .para{padding-top:15px;padding-bottom:15px}}@media(max-width:767px){.footer-outer-wrap .footer-des .para{font-size:12px;line-height:1.5}}@media(max-width:479px){.footer-outer-wrap .footer-des .para{font-size:11px;line-height:1.6}}.arr-circle{width:30px;height:30px;background-color:#5090cc;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;-webkit-transition:background-color .3s ease,-webkit-transform .2s ease;transition:background-color .3s ease,-webkit-transform .2s ease;transition:background-color .3s ease,transform .2s ease;transition:background-color .3s ease,transform .2s ease,-webkit-transform .2s ease}.arr-circle img{width:20px;height:20px;-webkit-filter:brightness(0) invert(1);filter:brightness(0) invert(1)}.arr-circle:hover{background-color:#0056b3;-webkit-transform:scale(1.05);transform:scale(1.05)}.payment-bread-crumb{background:#f8f9fa}.breadcrumb{padding:30px 0 16px;margin:0}@media(max-width:1679px){.breadcrumb{padding:25px 0 11px}}@media(max-width:1481px){.breadcrumb{padding:15px 0}}.breadcrumb .list{list-style:none;display:flex;font-size:14px;padding:0;margin:0}@media(max-width:1679px){.breadcrumb .list{font-size:13px}}@media(max-width:1481px){.breadcrumb .list{font-size:12px}}@media(max-width:579px){.breadcrumb .list{font-size:10px}}.breadcrumb .list li{display:flex;align-items:center}.breadcrumb .list li a{text-decoration:none;font-weight:500;font-size:14px;color:#7b8d9f}@media(max-width:1679px){.breadcrumb .list li a{font-size:13px}}@media(max-width:1481px){.breadcrumb .list li a{font-size:12px}}@media(max-width:579px){.breadcrumb .list li a{font-size:10px}}.breadcrumb .list li a:hover{text-decoration:underline}.breadcrumb .list li a.active{color:#101b25}.breadcrumb .list li+li:before{content:"";background-image:url(/img/gray-arrow.svg);width:12px;height:12px;background-repeat:no-repeat;margin:0 8px;color:#999}@media(max-width:1679px){.breadcrumb .list li+li:before{margin:0 6px}}@media(min-width:1200px){.custom-container-dwnld{max-width:1076px}}.payment-protection{padding:36px 0 23px}@media(max-width:579px){.payment-protection{padding:15px}}.payment-protection .title{padding-bottom:20px;font-weight:600;font-size:2.5em;line-height:32px;color:#122852}@media(max-width:1679px){.payment-protection .title{font-size:2.2em}}@media(max-width:1481px){.payment-protection .title{font-size:2em}}@media(max-width:579px){.payment-protection .title{font-size:24px}}.payment-protection .protection-inner{background:#fff;padding:55px 80px 40px;border-radius:23px}@media(max-width:1679px){.payment-protection .protection-inner{padding:45px 60px 30px}}@media(max-width:1481px){.payment-protection .protection-inner{padding:35px 40px 25px}}@media(max-width:1199px){.payment-protection .protection-inner{padding:35px}}@media(max-width:991px){.payment-protection .protection-inner{padding:25px}}@media(max-width:579px){.payment-protection .protection-inner{background-color:transparent;padding:0}}.payment-protection .protection-inner .subtitle{font-weight:600;font-size:32px;color:#101b25;line-height:40px;letter-spacing:-1.04%;padding-bottom:24px}@media(max-width:1679px){.payment-protection .protection-inner .subtitle{font-size:28px;line-height:38px;padding-bottom:20px}}@media(max-width:1481px){.payment-protection .protection-inner .subtitle{font-size:26px;line-height:36px;padding-bottom:15px}}@media(max-width:1199px){.payment-protection .protection-inner .subtitle{font-size:24px;line-height:34px}}@media(max-width:579px){.payment-protection .protection-inner .subtitle{padding:20px 0}.payment-protection .protection-inner .subtitle.top-title{display:none}}.payment-protection .protection-inner .subtitle.top-title span{font-weight:400;font-size:24px}.payment-protection .protection-inner .bnr{height:330px;padding-bottom:35px}@media(max-width:1679px){.payment-protection .protection-inner .bnr{height:300px;padding-bottom:20px}}@media(max-width:1481px){.payment-protection .protection-inner .bnr{height:280px}}@media(max-width:579px){.payment-protection .protection-inner .bnr{height:160px;padding-bottom:19px}}.payment-protection .protection-inner .bnr img{width:100%;height:100%;object-fit:cover;border-radius:8px}.payment-protection .protection-inner .content{font-weight:400;font-size:16px;color:#101b25;line-height:24px;letter-spacing:0;padding-bottom:30px}@media(max-width:1679px){.payment-protection .protection-inner .content{padding-bottom:25px}}.payment-protection .protection-inner .content-sec .content-title{font-weight:500;font-size:20px;line-height:24px;margin-bottom:30px;color:#101b25}@media(max-width:1679px){.payment-protection .protection-inner .content-sec .content-title{font-size:18px;line-height:22px;margin-bottom:20px}}.payment-protection .protection-inner .sublist{padding-bottom:0}@media(max-width:579px){.payment-protection .protection-inner .sublist{padding-bottom:0}}.payment-protection .protection-inner .sublist.sublist-wrp{margin-bottom:40px}.payment-protection .protection-inner .sublist.sublist-wrp ul li{list-style-type:none}.payment-protection .protection-inner .sublist.sublist-wrp ul li span{font-weight:500}.payment-protection .protection-inner .sublist.sublist-wrp ul li .inner-list{padding-top:25px;padding-bottom:0}.payment-protection .protection-inner .sublist.sublist-wrp ul li .inner-list li{list-style-type:disc;margin-bottom:25px}.payment-protection .protection-inner .sublist.sublist-wrp ul li .inner-list li:last-child{margin-bottom:0}.payment-protection .protection-inner .sublist .t-tile{font-weight:600;font-size:16px;line-height:24px;letter-spacing:0;color:#101b25;margin-bottom:25px}.payment-protection .protection-inner .sublist .t-tile.winx-title{font-size:20px}@media(max-width:579px){.payment-protection .protection-inner .sublist .t-tile{margin-bottom:13px}}.payment-protection .protection-inner .sublist ul{margin-bottom:0}.payment-protection .protection-inner .sublist ul li{font-weight:400;font-size:16px;color:#101b25;line-height:24px;letter-spacing:0;margin-bottom:19px}@media(max-width:1679px){.payment-protection .protection-inner .sublist ul li{margin-bottom:12px}}.payment-protection .protection-inner .sublist ul li span{font-weight:500}.payment-protection .protection-inner .sublist ul li:last-child{margin-bottom:0}.payment-protection .protection-inner .content-sec-btm{padding-bottom:30px}@media(max-width:1679px){.payment-protection .protection-inner .content-sec-btm{padding-bottom:25px}}@media(max-width:1481px){.payment-protection .protection-inner .content-sec-btm{padding-bottom:20px}}@media(max-width:579px){.payment-protection .protection-inner .content-sec-btm{padding-bottom:15px}.payment-protection .protection-inner .content-sec-btm.product-protectn-detail .subtitle{font-size:20px}.payment-protection .protection-inner .content-sec-btm.product-protectn-detail{padding-bottom:0}.payment-protection .protection-inner .content-sec-btm.product-protectn-detail .overview{-webkit-padding-start:0!important;padding-inline-start:0!important}.payment-protection .protection-inner .content-sec-btm.product-protectn-detail .overview li{list-style-type:none!important;margin-bottom:31px}}.payment-protection .protection-inner .content-sec-btm.product-protectn-detail ul li:last-child{margin-bottom:0!important}@media(max-width:579px){.payment-protection .protection-inner .content-sec-btm.product-protectn-detail ul li:last-child{margin-bottom:28px!important}}.payment-protection .protection-inner .content-sec-btm .main-content{padding-bottom:41px;font-weight:500;color:#101b25;font-size:18px;line-height:24px}@media(max-width:1199px){.payment-protection .protection-inner .content-sec-btm .main-content{padding-bottom:32px}}.payment-protection .protection-inner .content-sec-btm .main-content .contact{color:#4882b8}.payment-protection .protection-inner .content-sec-btm .para-title{font-weight:500;font-size:20px;padding-bottom:31px;line-height:24px;color:#101b25}@media(max-width:1679px){.payment-protection .protection-inner .content-sec-btm .para-title{font-size:18px;line-height:22px;padding-bottom:21px}}@media(max-width:579px){.payment-protection .protection-inner .content-sec-btm .para-title{padding-bottom:12px}}.payment-protection .protection-inner .list-items.sub-list-items ul{-webkit-padding-start:0;padding-inline-start:0}.payment-protection .protection-inner .list-items.sub-list-items ul li{list-style-type:none}