body main{overflow-x:hidden;position:relative}body main:before{z-index:-1;position:absolute;content:"";width:120vw;height:650px;left:-100px;top:-150px;-webkit-transform:rotate(-5deg);-ms-transform:rotate(-5deg);transform:rotate(-5deg)}section#first-screen{position:relative;min-height:500px;margin-top:120px;margin-bottom:40px}section#first-screen h1{color:var(--text-banner-color);line-height:74px;font-weight:700;font-size:60px;text-align:center;text-transform:uppercase}section#first-screen #offerwall-cards{margin-top:100px}section#first-screen #offerwall-cards .row{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}section#first-screen #offerwall-cards .offer-card-wrap.skeleton{pointer-events:none}section#first-screen #offerwall-cards .offer-card-wrap.skeleton .img-wrap{border-radius:10px;width:100%;background-color:var(--skeleton-background-color)}section#first-screen #offerwall-cards .offer-card-wrap.skeleton .indicators-wrap span,section#first-screen #offerwall-cards .offer-card-wrap.skeleton .popup-btn{border-radius:5px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgba(0,0,0,0);background-color:var(--skeleton-background-color)}section#first-screen #offerwall-cards .offer-card-wrap.skeleton>a.btn.offer-btn{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:rgba(0,0,0,0);background-color:var(--skeleton-background-color)}section#first-screen #offerwall-cards .offer-card-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;padding:20px 30px;margin-bottom:40px;border-radius:20px;background-color:var(--offerwall-card-background-color)}section#first-screen #offerwall-cards .offer-card-wrap .img-wrap{margin:0 auto 15px;display:inline-block;text-align:center;max-width:215px;height:75px}section#first-screen #offerwall-cards .offer-card-wrap .img-wrap a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}section#first-screen #offerwall-cards .offer-card-wrap .indicators-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;font-weight:700;font-size:28px;line-height:34px}section#first-screen #offerwall-cards .offer-card-wrap .indicators-wrap span{margin-top:10px}section#first-screen #offerwall-cards .offer-card-wrap .popup-btn{font-weight:700;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:20px auto 0;color:var(--text-card-color);background-color:rgba(0,0,0,0);-webkit-transition:color .3s;transition:color .3s}section#first-screen #offerwall-cards .offer-card-wrap .popup-btn:hover{color:var(--text-card-color-hover)}section#first-screen #offerwall-cards .offer-card-wrap>a.btn.offer-btn{margin-top:20px;width:100%;border-radius:25px;color:var(--text-black);padding:15px 0;font-weight:700;text-align:center;text-transform:uppercase;background-color:var(--button-background-color);-webkit-transition:background-color .3s;transition:background-color .3s}section#first-screen #offerwall-cards .offer-card-wrap>a.btn.offer-btn:hover{background-color:var(--button-background-color-hover)}section#about-lenders{margin-bottom:40px}section#about-lenders .lender-card h4{font-weight:700}section#about-lenders .lender-card ul .text-wrap{margin:15px 0 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}section#about-lenders .lender-card ul .text-wrap p:first-child{font-weight:400;font-size:14px;line-height:18px}section#about-lenders .lender-card ul .text-wrap p{font-weight:700}section.lenders-info .text-wrap{margin-bottom:30px}section.lenders-info .text-wrap .title{margin:15px 0 10px;font-size:20px;line-height:27px;font-weight:700}section.lenders-info .text-wrap .content p{margin-bottom:15px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap>a.btn.offer-btn,section#about-lenders .lender-card h4,section#first-screen #offerwall-cards .offer-card-wrap .popup-btn,section#first-screen #offerwall-cards .offer-card-wrap>a.btn.offer-btn,section.lenders-info .text-wrap .content p{font-family:Questrial,sans-serif;font-size:16px;font-weight:400;line-height:24px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .indicator-wrap:nth-child(2) .info,#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap a.pure-link,section#about-lenders .lender-card h4,section.lenders-info .text-wrap .title{background:var(--gradient);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}section#about-lenders .lender-card h4 a:hover{background:var(--gradient-hover);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}body main:before{background:var(--gradient)}body.popup #offer-card-popup.popup.active{display:block;overflow-y:auto}body.popup #offer-card-popup.popup.active .popup-content.active{opacity:1;visibility:visible;top:50%}#offer-card-popup.popup{display:none;overflow:hidden;z-index:9999;position:fixed;top:0;left:0;width:100%;height:100%}#offer-card-popup.popup .popup-backdrop{opacity:.85;position:absolute;overflow:hidden;top:0;left:0;width:100vw;min-height:100vh;height:100%;background:var(--gradient)}#offer-card-popup.popup .popup-content{z-index:1;opacity:0;visibility:hidden;position:absolute;top:45%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);padding:30px;min-width:370px;border-radius:20px;background-color:var(--offerwall-card-background-color);-webkit-transition:opacity .3s,visibility .3s,top .3s,left .3s;transition:opacity .3s,visibility .3s,top .3s,left .3s}#offer-card-popup.popup .popup-content .wrapper{text-align:center}#offer-card-popup.popup .popup-content .wrapper button.close{position:absolute;right:10px;top:10px;background:rgba(0,0,0,0)}#offer-card-popup.popup .popup-content .wrapper button.close svg path{-webkit-transition:stroke .2s;transition:stroke .2s}#offer-card-popup.popup .popup-content .wrapper button.close:hover svg path{stroke:#5928e3}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .img-wrap{margin:0 auto 15px;display:inline-block;text-align:center;max-width:215px;height:75px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .img-wrap a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .indicator-wrap{margin-top:30px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .indicator-wrap .label{margin-bottom:5px;font-size:14px;font-weight:400;line-height:17px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .indicator-wrap:nth-child(2) .info{font-size:28px;font-weight:700;line-height:36px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .indicator-wrap:nth-child(3){margin-bottom:30px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .indicator-wrap:nth-child(3) .info{font-size:20px;font-weight:700;line-height:25px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap a.pure-link{font-weight:700;margin-bottom:5px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap a.pure-link:hover{background:var(--gradient-hover);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap>a.btn.offer-btn{margin-top:20px;width:100%;border-radius:25px;color:var(--text-black);padding:15px 0;font-weight:700;text-align:center;text-transform:uppercase;background-color:var(--button-background-color);-webkit-transition:background-color .3s;transition:background-color .3s}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap>a.btn.offer-btn:hover{background-color:var(--button-background-color-hover)}@media screen and (max-width:768px){section h3{font-size:28px;line-height:34px}section#first-screen{margin-top:40px}section#first-screen h1{font-size:32px;line-height:40px}section#first-screen #offerwall-cards{margin-top:50px}}@media screen and (max-width:576px){body main:before{width:150vw;height:450px}section{margin-bottom:40px}section h3{text-align:center;margin-bottom:15px;font-size:18px;line-height:22px}section p{font-size:14px;line-height:17px}section#first-screen,section#first-screen #offerwall-cards{margin-top:20px}section#first-screen #offerwall-cards .offer-card-wrap{margin-bottom:20px;padding:10px 15px}section#first-screen #offerwall-cards .offer-card-wrap .popup-btn{margin-bottom:10px}section#first-screen #offerwall-cards .offer-card-wrap .popup-btn,section#first-screen #offerwall-cards .offer-card-wrap>a.btn.offer-btn{font-size:14px;line-height:16px}section#first-screen #offerwall-cards .offer-card-wrap .indicators-wrap{font-size:16px;line-height:18px}section#about-lenders .row>div:last-child .lender-card:before{display:none}section#about-lenders .lender-card{margin-bottom:20px}section#about-lenders .lender-card:before{position:absolute;content:"";bottom:10px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%);width:90%;height:1px;background-color:#e1e6f1}section#about-lenders .lender-card ul .text-wrap{margin:10px 0 0}section.lenders-info .text-wrap{margin-bottom:20px}section.lenders-info .text-wrap .title{margin-bottom:5px;font-size:16px;line-height:18px}section.lenders-info .text-wrap .content p{margin-bottom:10px;font-size:14px;line-height:18px}#offer-card-popup.popup .popup-content{padding:20px;min-width:320px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .img-wrap{margin:0 auto 10px;max-width:175px;height:45px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .img-wrap a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;height:100%}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .indicator-wrap{margin-top:15px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .indicator-wrap:nth-child(2) .info{font-size:24px;line-height:28px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .indicator-wrap:nth-child(3){margin-bottom:30px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap .indicator-wrap:nth-child(3) .info{font-size:18px;line-height:24px}#offer-card-popup.popup .popup-content .wrapper .offer-card-wrap a.pure-link{font-size:14px;line-height:18px}}@media screen and (max-width:410px){.container .row>div{padding-right:10px!important;padding-left:10px!important}section#about-lenders,section.lenders-info{margin-bottom:25px}section#first-screen #offerwall-cards{margin-top:15px}section#first-screen #offerwall-cards .offer-card-wrap{margin-bottom:15px;padding:7px 12px}section#first-screen #offerwall-cards .offer-card-wrap .img-wrap{margin:0}section#first-screen #offerwall-cards .offer-card-wrap>a.btn.offer-btn{margin-top:10px;font-size:12px;line-height:14px}}