* { box-sizing: border-box; }
html, body, div, span, applet, object, iframe,
    h1, h2, h3, h4, h5, h6, p, blockquote, pre,
    a, abbr, acronym, address, big, cite, code,
    del, dfn, em, img, ins, kbd, q, s, samp,
    small, strike, strong, sub, sup, tt, var,
    b, u, i, center,
    dl, dt, dd, ol, ul, li,
    fieldset, form, label, legend,
    table, caption, tbody, tfoot, thead, tr, th, td,
    article, aside, canvas, details, embed, 
    figure, figcaption, footer, header, hgroup, 
    menu, nav, output, ruby, section, summary,
    time, mark, audio, video {
      margin: 0;
      padding: 0;
      border: 0;
      font-size: 100%;
      font: inherit;
      vertical-align: baseline;
    }
body {
  margin: 0;
  font-family: 'Lexend', helvetica, Arial, sans-serif;
  color: #0b2f5b;
  background: #f9f9fb;
}
li{
  list-style-position: inside;
}
a { text-decoration: none; color: inherit; }
.page { max-width: 1180px; margin: 0 auto; padding: 30px 32px 0; overflow: hidden; }
.nav { 
    margin-bottom: 50px;
    width: 95%;
    max-width: 1200px;
    margin: 30px auto 35px auto;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 14px 10px rgba(11, 47, 91, .02);
    padding: 25px;
    position: relative;
    z-index: 1000;
 }
.logo { 
  float: left; 
  width: 23%; 
  margin-right:5%;
}
.logo a{ 
  display: block;
  text-decoration: none;
  width: 100%;
}
.logo img{ 
    position: relative;
    width: 100%;
    display: block;
    max-width: 300px;
    height: auto;
}
.truck { width: 68px; height: 54px; color: #19a98a; position: relative; }
.truck svg { width: 100%; height: 100%; stroke-width: 2.8; }
.truck span { position: absolute; left: 20px; top: 5px; font-size: 20px; font-weight: 900; }
.logo-title { font-size: 31px; line-height: .88; font-weight: 900; letter-spacing: -.8px; }
.logo-title .green { color: #19a98a; }
.logo-sub { font-size: 12px; font-weight: 800; margin-top: 6px; }
.nav-links { display: flex; gap: 52px; padding-top: 22px; font-size: 14px; font-weight: 900; }
.btn { 
    z-index: 100;
    border: 0;
    background: #19a98a;
    color: white;
    border-radius: 12px;
    padding: 20px 30px;
    font-size: 16px;
    font-weight: 500;
    box-shadow: 0 12px 24px rgba(25, 169, 138, .18);
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: 'Lexend';
    text-transform: uppercase;
}
.btn:hover{
    background: #0b8067;
}
.hero { position: relative;align-items: center; min-height: 560px; margin-top: 0px;}
.hero-container{
  position: relative;
    width:95%;
    max-width: 1200px;
  margin: auto;
}
h1,h2,h3,h4,h5,h6{
  font-family: 'Lexend', helvetica, arial, sans-serif;
}
.hero-copy { position: relative; z-index: 100; padding-bottom: 42px; float: left;margin-top: 0px; }
h1 {
  font-size: 59px;
  line-height: 69px;
  margin: 0 0 18px;
  letter-spacing: -1px;
  font-weight: 500;  
}
.hero-copy h1:after {
    content: "";
    display: block;
    width: 64px;
    height: 5px;
    background: #19a98a;
    margin-top: 30px;
    border-radius: 6px;
}
.hero-copy h2 { color: #19a98a; font-size: 30px; line-height: 1.12; margin: 0 0 22px; }
.hero-copy p { 
    font-size: 18px;
    line-height: 1.55;
    font-weight: 400;
    max-width: 450px;
    margin: 0 0 25px;
 }
.trust-row { display: flex; flex-wrap: wrap; gap: 25px; margin-top: 34px; }
.mini { display: flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 400; }
.mini svg { color: #19a98a; flex: none; }
.hero-art { position: relative; height: 560px; display: flex; align-items: center; justify-content: center; }
.hero-svg { width: 100%; max-width: 680px; height: auto; display: block; }
.steam-line { fill: none; stroke: rgba(170,170,170,.42); stroke-width: 11; stroke-linecap: round; animation: steamRise 4s infinite ease-in-out; }
.steam-line:nth-child(2) { animation-delay: 1.2s; }
.steam-line:nth-child(3) { animation-delay: 2.1s; }
.eyelid { transform-box: fill-box; transform-origin: center; animation: blink 5.4s infinite; }
@keyframes blink { 0%, 92%, 100% { transform: scaleY(0); opacity: 0; } 94%, 96% { transform: scaleY(1); opacity: 1; } }
@keyframes steamRise { 0% { opacity: 0; transform: translateY(25px) scale(.9); } 35% { opacity: 1; } 100% { opacity: 0; transform: translateY(-45px) scale(1.15); } }
.dashes { position: absolute; inset: 0; width: 100%; height: 100%; }
.float-card { position: absolute; z-index: 3; display: flex; align-items: center; gap: 14px; background: rgba(255,255,255,.96); border: 1px solid #eef3f7; border-radius: 18px; box-shadow: 0 10px 30px rgba(11,47,91,.13); padding: 15px 18px; transform: rotate(-3deg); min-width: 165px; }
.float-card .icon { width: 46px; height: 46px; border-radius: 13px; display: grid; place-items: center; }
.float-card h4 { margin: 0; font-size: 12px; font-weight: 900; }
.float-card strong { display: block; margin-top: 5px; font-size: 18px; }
.float-card small { display: block; margin-top: 5px; color: #3777e8; font-weight: 900; }
.float-card .red { color: #ef3b4b; }
.blue { background: #eef5ff; color: #3974ee; }
.teal { background: #eaf9f4; color: #19a98a; }
.purple { background: #f0f2ff; color: #566ef0; }
.c1 { left: 25px; top: 8px; }
.c2 { left: 0; top: 165px; transform: rotate(2deg); }
.c3 { left: -25px; top: 305px; }
.c4 { right: 56px; top: -7px; transform: rotate(4deg); }
.c5 { right: 2px; top: 155px; transform: rotate(5deg); }
.c6 { right: -16px; top: 310px; transform: rotate(6deg); }
.person { position: absolute; left: 210px; bottom: 0; width: 360px; height: 500px; }
.hair-back { position: absolute; left: 112px; top: 35px; width: 215px; height: 235px; background: #7a421e; border-radius: 50%; }
.face { position: absolute; left: 145px; top: 62px; width: 145px; height: 155px; background: #f3b184; border-radius: 48%; z-index: 3; }
.eye { position: absolute; top: 102px; width: 10px; height: 15px; background: #132544; border-radius: 50%; z-index: 5; }
.eye.left { left: 158px; } .eye.right { left: 224px; }
.smile { position: absolute; left: 180px; top: 148px; width: 55px; height: 23px; border-bottom: 4px solid #e57961; border-radius: 50%; z-index: 5; }
.hair-l { position: absolute; left: 110px; top: 62px; width: 90px; height: 230px; background: #8a4b23; border-radius: 50%; transform: rotate(15deg); z-index: 4; }
.hair-r { position: absolute; left: 238px; top: 55px; width: 96px; height: 250px; background: #8a4b23; border-radius: 50%; transform: rotate(-20deg); z-index: 4; }
.hair-top { position: absolute; left: 150px; top: 75px; width: 135px; height: 64px; background: #8a4b23; border-radius: 80px 80px 20px 20px; z-index: 5; }
.body { position: absolute; left: 48px; top: 255px; width: 275px; height: 240px; background: #139b82; border-radius: 110px 110px 30px 30px; z-index: 2; }
.hand { position: absolute; left: 35px; top: 260px; width: 95px; height: 42px; background: #f3b184; border-radius: 30px; transform: rotate(-35deg); z-index: 5; }
.cup { position: absolute; left: 35px; top: 218px; width: 70px; height: 62px; background: white; border-radius: 10px; box-shadow: 0 4px 12px rgba(0,0,0,.12); z-index: 6; }
.laptop { position: absolute; left: 105px; top: 410px; width: 260px; height: 106px; background: #b8aea5; border-radius: 10px; box-shadow: 0 18px 35px rgba(0,0,0,.22); z-index: 7; }
.laptop::after { content: ""; position: absolute; left: 112px; top: 40px; width: 42px; height: 42px; background: #8f8985; opacity: .6; border-radius: 50%; }
.arm { position: absolute; right: -8px; bottom: 0; width: 86px; height: 145px; background: #f3b184; border-radius: 50px; transform: rotate(-8deg); z-index: 5; }
.plant { position: absolute; right: 8px; bottom: 0; width: 105px; height: 100px; background: #d8b892; border-radius: 0 0 28px 28px; opacity: .75; }
.panel { 
    background: rgba(255, 255, 255, .92);
    border-radius: 20px;
    box-shadow: 0 14px 40px rgba(11, 47, 91, .08);
    padding: 28px 36px;
    margin-top: 10px;
    width:90%;
    max-width: 1200px;
    margin: 30px auto;
}
.panel h2, .how h2 { text-align: center; font-size: 25px; margin: 0 0 24px; }
.areas { display: grid; grid-template-columns: repeat(5, 1fr); gap: 12px; }
.area { text-align: center; padding: 26px 14px; border-radius: 24px; background: rgba(255,255,255,.7); }
.area-icon { width: 80px; height: 80px; border-radius: 50%; display: grid; place-items: center; margin: 0 auto 18px; }
.debt-icon { background: #fff4df; color: #f39b12; }
.credit-icon { background: #fff0f1; color: #e95b66; }
.area h3 { font-size: 16px; font-weight: 400; margin: 0 0 12px; }
.area p { font-size: 13px; line-height: 1.65; font-weight: 400; margin: 0; }
.how { padding: 34px 0 35px; }
.steps { display: flex; justify-content: center; align-items: flex-start; gap: 38px; }
.step { width: 170px; text-align: center; }
.step-icon { position: relative; width: 112px; height: 112px; margin: 0 auto 18px; border-radius: 50%; background: #e9f7f5; display: grid; place-items: center; color: #249aa4; }
.num { position: absolute; top: -8px; left: -2px; width: 32px; height: 32px; border-radius: 50%; background: #19a98a; color: white; display: grid; place-items: center; font-weight: 900; }
.arrow { color: #19a98a; font-size: 34px; font-weight: 900; padding-top: 48px; }
.step h3 { margin: 0 0 10px; font-size: 16px; }
.step p { margin: 0; font-size: 13px; line-height: 1.55; font-weight: 400; }
.cta { 
    width:95%;
    max-width: 1200px;
    margin: 50px auto;
    border-radius: 18px; background: linear-gradient(90deg, #e4f6f3, #dcf3ee); padding: 30px 42px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.cta-left { display: flex; align-items: center; gap: 28px; }
.pig-icon { font-size: 82px; }
.cta h2 { margin: 0 0 8px; font-size: 30px; }
.cta p { margin: 0; font-size: 20px; line-height: 1.35; font-weight: 400; }
.features {    width:95%;
    max-width: 1200px; margin: 15px auto auto auto; padding: 22px 26px; border-radius: 18px; background: white; box-shadow: 0 10px 30px rgba(11,47,91,.08); display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.feature { display: flex; gap: 14px; align-items: center; border-right: 1px solid #d9e1e7; padding-right: 18px; }
.feature:last-child { border-right: 0; }
.feature strong { display: block; font-size: 13px; }
.feature span { display: block; font-size: 12px; line-height: 1.45; font-weight: 400; }
.flag-icon { font-size: 34px; }
footer { width:100%;
    margin:50px 0px 0px 0px;padding: 40px 0;  font-size: 13px; font-weight: 400; background: #fff;}
.footer-container{
  width:90%;
    max-width: 1200px;margin:auto; font-size: 13px; font-weight: 400; 
}
footer h4 { margin: 0 0 12px; font-weight: 900; }
footer p { 
    font-size: 14px;
    font-family: 'Lexend', helvetica, arial, sans-serif;
    text-align: center;
    color: #0b2f5b;
    line-height: 21px;
    font-weight: 400;
}
footer p a {
    color: #0b2f5b;
    text-decoration: underline;
    font-size: 16px;
    padding: 0px 10px;
    line-height: 28px;
}
.footer-logo-title { font-size: 25px; }
.social { display: flex; gap: 18px; margin-top: 22px; }
.nav-mid-col{
  position: relative;
  float: left;
  width: 45%;
  margin-top: 20px;
  z-index: 100;
}
.nav-mid-col a{
    cursor: pointer;
    text-decoration: none;
    color: inherit;
    width: 24%;
    display: inline-block;
    text-align: center;
}
.nav-mid-col a:hover{
  color: #19a98a;
}

.hero-art-left{
    background: linear-gradient(90deg, #f9f9fb 0%, rgba(0, 123, 255, 0) 100%);
    position: absolute;
    top: 0px;
    width: 20%;
    height: 100%;
    z-index: 10;
    left: 0%;
}
.hero-art-right{
  background: linear-gradient(270deg, #f9f9fb 0%, rgba(0, 123, 255, 0) 100%);
    position: absolute;
    top: 0px;
    width: 20%;
    height: 100%;
    z-index: 10;
    right: 0%;
}

.hero-art-top{
    background: linear-gradient(180deg, #f9f9fb 0%, rgba(0, 123, 255, 0) 100%);
    position: absolute;
    top: 0%;
    width: 100%;
    height: 10%;
    z-index: 10;
    left: 0%;
}

.hero-art-bottom{
   background: linear-gradient(0deg, #f9f9fb 0%, rgba(0, 123, 255, 0) 100%);
    position: absolute;
    bottom: 0%;
    width: 100%;
    height: 10%;
    z-index: 10;
    left: 0%;
}



.article-wrapper{
  position: relative;
  width: 100%;
  position: relative;
  padding: 20px 0px;
}
.article-container{
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.article-container h1{
    font-size: 39px;
    text-align: center;
    line-height: 49px;
    font-weight: 600;
}
.article-container h1 span{
  color: #19a98a;
}
.article-container h2{
  font-size: 20px;
  text-align: center;
  line-height: 29px;
  font-weight: 500;
}
.article-container-pre-header{
    display: inline-block;
    background: #ffffff;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: #19a98a;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-weight: 400;
    font-family: 'Lexend', helvetica, arial, sans-serif;
}
.article-container ul li{
  list-style-position: inside;
}



.terms-wrapper{
  position: relative;
  width: 100%;
  position: relative;
  padding: 20px 0px;
}
.terms-container{
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: left;
}
.terms-container h1{
    font-size: 39px;
    text-align: left;
    line-height: 49px;
    font-weight: 600;
}
.terms-container h1 span{
  color: #19a98a;
}
.terms-container h2{
  font-size: 18px;
  text-align: left;
  line-height: 22px;
    font-weight: 600;
}
.terms-container h3{
  font-size: 20px;
  text-align: left;
  line-height: 22px;
    font-weight: 600;
}
.terms-container ul li{
  text-align: left;
}









.apply-wrapper{
  position: relative;
  width: 100%;
  position: relative;
  padding: 20px 0px;
}
.apply-container{
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px 2.5%;

}
.apply-container h1{
    font-size: 34px;
    text-align: center;
    line-height: 39px;
    font-weight: 600;
}
.apply-container h1 span{
  color: #19a98a;
}
.apply-container form{
  margin-top: 30px;
}
.apply-container h2{
  font-size: 18px;
  text-align: center;
  line-height: 22px;
}
.apply-container p{
  text-align: center;
}
#enquiry-form{
  text-align: left;
}
.apply-intro{
  display: inline-block;
    background: #eff7f5;
    border-radius: 10px;
    font-size: 16px;
    color: #06895d;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-weight: 500;
    font-family: 'Lexend', arial, sans-serif;
    border: 1px solid #06895d;
}




.ob-wrapper{
  position: relative;
  width: 100%;
  position: relative;
  padding: 20px 0px;
}
.ob-container{
  position: relative;
  width: 90%;
  max-width: 900px;
  margin: auto;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 30px 2.5%;

}
.ob-container-header{
    font-size: 30px;
    text-align: center;
    line-height: 39px;
    font-weight: 600;
}
.ob-container-header span{
  color: #19a98a;
}
.ob-list-wrap h3{
    font-size: 23px;
    text-align: center;
    line-height: 39px;
    font-weight: 600;
    margin-bottom: 10px;
}
.ob-list-wrap p{
    font-size: 16px;
    line-height: 26px;
}

.ob-highlight{
    position: relative;
    width: 90%;
    border-radius: 10px;
    background: #f2f8f6;
    padding: 30px 5%;
    margin: 20px auto 30px auto;
}

.ob-highlight h3{
    font-size: 16px;
    text-align: left;
    line-height: 26px;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
}
.ob-highlight label{
    display: block;
    font-size: 18px;
    margin: auto auto auto auto;
    font-weight: 500;
    text-align: left;
    color: #0c4e07;
}

.ob-highlight p{
    display: block;
    margin: auto auto 20px auto;
    line-height: 25px;
    font-size: 14px;
    text-align: left;
    font-weight: 400;
    margin-bottom: 20px;
    color: #000;
}
.ob-body-wrap{

}


.article-container p{
    text-align: center;
    font-size: 16px;
    line-height: 24px;
}

.footer-disclaimer{
  position: relative;
  text-align: center;
}
.footer-disclaimer p{
  font-size: 14px;
  width: 100%;
  display: block;
  text-align: center;
  line-height: 24px;
}
.footer-disclaimer a{
   font-size: 14px;
  text-decoration: underline;
  line-height: 24px; 
}

.home-main-apply-single {
    position: relative;
    width: 48%;
    float: left;
    margin: auto 1% 15px 1%;
}
.home-main-apply-single input {
    background: #f2f9ff;
    text-indent: 15px;
    padding: 10px 0px;
    font-size: 14px;
    color: #000;
    width: 100%;
    height: 45px;
    box-shadow: 0px 0px 1px #5975b1;
    border: 0px;
    color: #000;
}
.home-main-apply-single select {
    background: #f2f9ff;
    text-indent: 15px;
    padding: 10px 0px;
    font-size: 14px;
    color: #000;
    width: 100%;
    height: 45px;
    box-shadow: 0px 0px 1px #5975b1;
    border: 0px;
    color: #000;
}
.home-main-apply-single-dob-label{
  display: block !important;
  margin: 15px auto 5px auto !important;
  font-size: 14px !important;
  top: 0px !important;
  text-decoration: underline;
}
.field_error {
    color: #730101 !important;
    background: #fff2f2 !important;
    box-shadow: 0px 0px 1px #730101 !important;
}
.field_success {
    color: #017301 !important;
    background: #f2fff3 !important;
    box-shadow: 0px 0px 1px #017301 !important;
}

.home-main-apply-single input[type='checkbox'] {
    background: #f2f9ff;
    width: auto;
    text-indent: 10px;
    padding: 10px 0px;
    font-size: 16px;
    color: #000;
    margin-right: 10px;
    width: 25px;
    height: 25px;
}
.home-main-apply-single label {
    position: relative;
    display: inline-block;
    top: -7px;
}

.apply-next-btn {
    position: relative;
    display: inline-block;
    background: #19a98a;
    border-radius: 12px;
    outline: none;
    text-align: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 25px 0px;
    font-size: 18px;
    cursor: pointer;
    border: 0px;
    font-family: 'Lexend', helvetica, arial, sans-serif;
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
    text-transform: uppercase;
}
.apply-next-btn:hover{
    background: #0b8067;
}
.apply-disclaimer{
  font-size: 13px;
  line-height: 17px;
  margin-top: 10px;
  position: relative;
  display: block;
}



  .marketing-backdrop{
  position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    z-index: 10000;
    margin: auto;
    display: none;
}
.marketing-optin-wrapper{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 90%;
    max-width: 800px;
    height: 400px;
    z-index: 100010;
    margin: auto;
    display: none;
}
.marketing-optin-close-btn {
    position: absolute;
    top: -15px;
    right: -15px;
    left: auto;
    z-index: 100;
}
.marketing-optin-close-btn img {
    position: relative;
    display: block;
    cursor: pointer;
    width: 100%;
    height: auto;
}
.marketing-optin-inside{
    width: 95%;
    height: 100%;
    background-color: #fff;
    border-radius: 6px;
    padding: 20px 2.5%;
    overflow: scroll;
}

.marketing-optin-inside h2{
    color: #19a98a;
    text-align: center;
    text-decoration: underline;
    font-weight: 700;
    line-height: 35px;
    font-size: 25px;
    margin: 0 0 15px 0;
    position: relative;
}
.marketing-optin-inside h3{
    color: #000000;
    text-align: left;
    text-decoration: underline;
    font-weight: 700;
    line-height: 40px;
    font-size: 20px;
    margin: 0 0 5px 0;
    position: relative;
}

.marketing-optin-inside p,.marketing-optin-inside ul li{
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
}
.home-faq-wrapper {
    position: relative;
    width: 100%;
    padding: 50px 0px;
}

.home-faq-container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: auto;
}
.home-faq-container h2 {
    font-size: 37px;
    font-family: 'Lexend', helvetica, arial, sans-serif;
    margin-bottom: 20px;
    line-height: 46px;
}
.home-faq-single {
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px 0px;
    cursor: pointer;
}
.home-faq-single label {
    font-size: 18px;
    font-family: 'Lexend', helvetica, arial, sans-serif;
    margin-bottom: 0px;
    line-height: 30px;
    font-weight: 500;
    text-align: center;
    display: block;
    text-align: left;
}
.home-faq-inside {
    position: relative;
    display: none;
}

.home-faq-inside p {
    font-size: 14px;
    font-family: 'Lexend', helvetica, arial, sans-serif;
    margin-top: 15px;
    text-align: left;
    color: #000;
    line-height: 25px;
    font-weight: 400;
}



.we-check-single{
  position: relative;
  float: left;
  width: 18%;
  margin: 0px 1%;
  border-radius: 8px;
  padding: 20px 2.5%;
  text-align: center;
  background: #fff;
  box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.2);
  text-align: center;
}
.we-check-img-container{
    position: relative;
    width: 90px;
    height: 90px;
    background: #fff;
    border-radius: 50%;
    margin: auto auto 40px auto;                           
}
.we-check-green{
    border-bottom: 4px solid rgb(91 190 155);
}
.we-check-yellow{
    border-bottom: 4px solid rgb(231 172 88);
}
.we-check-purple{
        border-bottom: 4px solid rgb(88 97 214);;
}

.we-check-red{
       border-bottom: 4px solid rgb(220 93 104);
}

.we-check-blue{
    border-bottom: 4px solid rgb(82 137 221);
}


.we-check-single h3{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    margin: 20px auto;
}
.we-check-single p{
  font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
    margin-top: 0;
}
.we-check-single a{
  text-align: center;
  font-size: 14px;
  color: #19a98a;
  margin-top: 20px;
  display: block;
  font-weight: 400;
  border-top: 1px solid rgba(100, 100, 100, 0.1);
  padding-top: 20px;
}

.clear{
  clear: both;
}

.fca-panel{
      background: #f7fafa;
}
.fca-panel-left{
    position: relative;
    float: left;
    width: 40%;
    text-align: center;
}
.fca-panel-left img{
    position: relative;
    width: 100%;
    max-width: 280px;
    height: auto;
    display: inline-block;
    margin-top: 60px;
}
.fca-panel-right{
    position: relative;
    float: left;
    margin-top: 20px;
    width: 60%;
}

.fca-panel-right h3{
  display: inline-block;
  background: #f1faf7;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #109477;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  font-weight: 400;
  line-height: 1.12;
  margin: 0 0 15px;
}

.fca-panel-right h4{
  font-size: 37px;
  line-height: 1.05;
  margin: 0 0 18px;
  letter-spacing: -1px;
}
.fca-panel-right p{
  font-size: 16px;
  line-height: 1.55;
  font-weight: 400;
  margin: 0 0 30px;
}




.fca-panel-full{
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(100, 100, 100, 0.1);
    padding-top: 35px;
    margin-top: 10px;
}

.fca-panel-single{
  position: relative;
  width: 30%;
  margin: 0px 1.5%;
  float: left;
}

.fca-panel-single img{
    position: relative;
    float: left;
    width: 35%;
    max-width: 100px;
    height: auto;
    display: block;
}

.fca-panel-single-text{
    position: relative;
    float: left;
    width: 65%;
    margin-left: 5%;
    margin-top: 12px;
}

.fca-panel-single-text h4{
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 500;
}

.fca-panel-single-text p{
font-size: 14px;
}


.how-it-works-wrapper{
  position: relative;
  width: 100%;
  background: #f9f9fb;
  padding: 50px 0px;
}
.how-it-works-container{
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
  text-align: center;
}
.how-it-works-container h4{
    display: inline-block;
    background: #eff7f5;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: #06895d;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    font-weight: 400;
}
.how-it-works-container h3{
    font-size: 37px;
    line-height: 47px;
    margin: 0 0 50px 0;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 500;
}
.hiw-single{
    position: relative;
    float: left;
    width: 22%;
    margin: 0px 1.5%;
}

.hiw-single h5{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    margin-top: 20px;
}

.hiw-single p{

}

.overdraft-check-wrapper{
    position: relative;
    width: 100%;
    background: #f7fbfa;
    padding: 90px 0px;
}
.overdraft-check-container{
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.overdraft-check-container h3{
  display: inline-block;
  background: #ffffff;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 16px;
  color: #19a98a;
  padding: 10px 20px;
  margin-bottom: 20px;
  border-radius: 30px;
  font-weight: 400;
}
.overdraft-check-container h4{
    font-size: 37px;
    line-height: 47px;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    text-align: left;
    font-weight: 500;
}
.overdraft-check-container h4:after{
  content: "";
    display: block;
    width: 64px;
    height: 5px;
    background: #19a98a;
    margin-top: 25px;
    border-radius: 6px
}
.overdraft-check-container h4 span, .loan-check-container h4 span{
  color: #19a98a;
}

.overdraft-check-container p{
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 10px 0px;
}
.overdraft-check-container label{
font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    display: block;
}
.overdraft-check-container label img{
    display: inline;
    width: 29px;
    top: 10px;
    position: relative;
}


.overdraft-check-left{
  position: relative;
  float: left;
  width: 45%;
}
.overdraft-check-right{
  position: relative;
  float: right;
  width: 45%;
}


.overdraft-check-right img{
  position: relative;
  width: 100%;
  display: block;
  height: auto;
}
.hero-copy h3{
    display: inline-block;
    border-radius: 10px;
    font-size: 16px;
    color: #19a98a;
    margin-bottom: 20px;
    border-radius: 30px;
    font-weight: 400;
}

.hero-copy h1{
  font-size: 63px;
  line-height: 68px;
  margin: 5px 0 25px 0px;
  letter-spacing: -1px;
  font-weight: 600;
}

.hero-copy h1 span{
  color: #19a98a;

}

.loan-check-wrapper{
  position: relative;
  width: 100%;
  background: #fff;
  padding: 90px 0px;
}

.loan-check-container{
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}

.loan-check-container h3{
    display: inline-block;
    background: #f1faf7;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #109477;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    font-weight: 400;
}

.loan-check-container h4{
    font-size: 37px;
    line-height: 47px;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    text-align: left;
    font-weight: 500;
}
.loan-check-container h4:after{
    content: "";
    display: block;
    width: 64px;
    height: 5px;
    background: #19a98a;
    margin-top: 25px;
    border-radius: 6px;
}

.loan-check-container p{
    font-size: 17px;
    line-height: 28px;
    font-weight: 400;
    margin: 0 0 10px 0px;
}

.loan-check-left{
  position: relative;
  float: right;
  width: 45%;
}
.loan-check-left label{
font-size: 16px;
    line-height: 20px;
    font-weight: 400;
    margin: 0px 0px 5px 0px;
    display: block;
}
.loan-check-left label img {
    display: inline;
    width: 29px;
    top: 10px;
    position: relative;
}
.loan-check-right{
  position: relative;
  float: left;
  width: 45%;
}

.loan-check-right img{
  position: relative;
  width: 100%;
  display: block;
  height: auto;
}

.we-check-footer{
  position: relative;
  width: 100%;
  background: #f2f8f6;
  border-radius: 10px;
  padding: 20px 2.5% 15px 2.5%;
}

.we-check-footer-left{
  position: relative;
  width: 7%;
  margin-right: 2%;
  float:left;
  text-align: center;
}

.we-check-footer-left img{
  position: relative;
  display: block;
  width: 100%;
  max-width: 70px;
}

.we-check-footer-middle{
  position: relative;
  width: 65%;
  text-align: left;
  float: left;
}

.we-check-footer-middle h5{
    text-align: left;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 9px;
}

.we-check-footer-middle p{
  text-align: left;
  font-size: 16px;
}

.we-check-wrap h4{
    display: inline-block;
    background: #eff7f5;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 15px;
    color: #109477;
    padding: 10px 20px;
    margin-bottom: 15px;
    border-radius: 30px;
    font-weight: 400;
}

.we-check-wrap{
  text-align: center;
  clear: both;
}

.we-check-wrap label{
    font-size: 18px;
    font-weight: 400;
    margin: 0 0 20px 0px;
    display: block;
    text-align: center;
    margin-bottom: 30px;
}

.we-check-wrap h2{
    font-size: 37px;
    line-height: 47px;
    margin: 0 0px 15px 0;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 500;
}

.we-check-svg-container{
  width: 100px;
  height: 100px;
  background: #eef8f5;
  border-radius: 50%;
  margin: auto auto 20px auto;
}
.privacy-wrap p,.privacy-wrap h1,.privacy-wrap h2,.privacy-wrap h3{
  text-align: left;
}
.contact-left-col {
    position: relative;
    float: left;
    width: 55%;
    margin-right: 5%;
    background: #FFFFFF;
    padding: 25px 2.5%;
    border-radius: 10px;
}
#contact_us_application_thanks {
    display: none;
}
.contact_us_form_title {
    font-size: 21px;
    margin-bottom: 20px;
    font-weight: 500;
}
.contact_us_form_span {
    display: block;
    position: relative;
    width: 48%;
    margin: 0px 1% 20px 1%;
    float: left;
    text-align: left;
    height: 65px;
}
.contact_us_form_span label {
    font-size: 14px;
    margin: 0px 0px 10px 0px;
    display: block;
    color: #2c2c32;
    font-weight: 400;
}
.contact_us_form_span input {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    height: 40px;
    width: 100%;
    text-indent: 20px;
    padding: 0px;
    border-radius: 4px;
    font-size: 14px;
}
.contact_us_form_span textarea {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    min-height: 70px;
    width: 100%;
    text-indent: 20px;
    padding: 10px 0px 0px 0px;
    border-radius: 4px;
    font-size: 14px;
}
.application_send_app_btn {
    clear: both;
    position: relative;
    display: inline-block;
    background: #19a98a;
    border-radius: 6px;
    outline: none;
    text-align: center;
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding: 20px 0px;
    font-size: 18px;
    cursor: pointer;
    border: 0px;
    font-family: 'Lexend', helvetica, arial, sans-serif;
    margin-top: 20px;
    width: 100%;
    cursor: pointer;
    margin: auto;
    text-transform: uppercase;
    display: block;
}
.contact_us_form_span select {
    background-color: #fff;
    border: 1px solid #e9e9e9;
    height: 40px;
    width: 100%;
    text-indent: 15px;
    padding: 0px;
    border-radius: 4px;
    font-size: 14px;
}

.contact-right-col {
    position: relative;
    float: left;
    width: 35%;
}
#contact_us_right_sub_col {
    position: relative;
    width: 90%;
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 20px 5%;
    border-radius: 10px;
    background: #fff;
}
.contact_right_col_title {
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
    padding-bottom: 10px;
    display: block;
}
.contact_right_col_sub {
    position: relative;
    margin-top: 20px;
}
.contact_right_col_sub p {
    position: relative;
    font-weight: 300;
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 19px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 10px;
}
.we-check-container {
    position: relative;
    float: left;
    width: 31%;
    margin: 0px 1%;
    border-radius: 8px;
    padding: 20px 1%;
    text-align: left;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.2);
    text-align: center;
}
.we-check-container-left{
  position: relative;
  float: left;
  width: 30%;
  margin-right: 5%;
  text-align: left;
}
.we-check-container-right{
  position: relative;
  float: left;
  width: 65%;
}
.we-check-container-right h3{
  font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    margin: auto auto 10px auto;
    text-align: left;
}


.we-check-container-right p{
    font-size: 13px;
    line-height: 1.65;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
}

.we-check-container-right a {
    text-align: left;
    font-size: 14px;
    color: #19a98a;
    margin-top: 20px;
    display: block;
    font-weight: 400;
    border-top: 1px solid rgba(100, 100, 100, 0.1);
    padding-top: 20px;
}
    .hero-art{
      position: relative;
      position: absolute;
      right: 0px;
      top: -10px;
      right: -0%;
      display: block;
      height: auto;
    }
    .logo a{
      width: 100%;
      margin-top: 15px;
    }
    .logo-btn{
      width: auto;
      float: right;
    }
    .header-claim-amount{
    position: relative;
    background: #fff;
    border-radius: 16px;
    text-align: center;
    padding: 20px 30px 10px 30px;
    box-shadow: 0px 9px 15px rgba(100, 100, 100, 0.1);
    margin-bottom: 20px;
    width: auto;
    display: inline-block;
    }
    .header-claim-amount label{
      display: inline-block;
      border-radius: 10px;
      font-size: 16px;
      color: #19a98a;
      font-family: 'Lexend';
      margin-bottom: 10px;
      border-radius: 30px;
      font-weight: 500;
      text-transform: uppercase;
    }

    .header-claim-amount h4{
     color: #19a98a;
    font-size: 76px;
    line-height: 57px;
    margin: 5px 0 20px 0px;
    letter-spacing: -1px;
    font-weight: 600;
    }
    .header-claim-amount p{
      font-size: 16px;
      line-height: 1.55;
      font-weight: 400;
      max-width: 500px;
      margin: 0 0 0px 0px;
    }
    #heroVideo_mobile{
      display: none;
    }




.no-win-no-fee-wrapper{
  width: 100%;
  background: #fff;
  padding: 80px 0px;
}
.no-win-no-fee-container{
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
}
.no-win-no-fee-left{
  position: relative;
  float: left;
  width: 45%;
  text-align: center;
}
.no-win-no-fee-left img{
  position: relative;
  display: inline-block;
  max-width: 350px;
  width: 100%;
}
.no-win-no-fee-right{
  position: relative;
  float: left;
  width: 50%;
  margin-top: 20px;
}
.no-win-no-fee-right h4{
  display: inline-block;
    background: #f1faf7;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 16px;
    color: #109477;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    font-weight: 400;
        line-height: 1.12;
    margin: 0 0 15px;
}
.no-win-no-fee-right h2{
  font-size: 37px;
  line-height: 47px;
  margin: 0 0 20px 0;
  letter-spacing: -1px;
  text-align: left;
  font-weight: 500;
}
.no-win-no-fee-right h2 span{
    color: #19a98a;
}
.no-win-no-fee-right h2:after{
    content: "";
    display: block;
    width: 64px;
    height: 5px;
    background: #19a98a;
    margin-top: 25px;
    border-radius: 6px
}
.no-win-no-fee-right p{
  font-size: 17px;
  line-height: 29px;
  font-weight: 400;
  margin: 0 0 20px;
}
.no-win-no-fee-right button{

}


.try-it-wrapper{
  position: relative;
  width: 100%;
  background: #fff;
  padding: 70px 0px;
  text-align: center;
}


.try-it-container{
  position: relative;
  width: 90%;
  max-width: 1200px;
  margin: auto;
 background: radial-gradient(circle at top right, rgba(23, 179, 141, 0.28), transparent 34%), linear-gradient(135deg, #082b4f 0%, #07345f 100%);
 color: white;
  box-shadow: 0 24px 60px rgba(11, 42, 74, 0.18);
  border-radius: 20px;
  padding: 50px 2.5%;
}



.try-it-container h4{
    font-size: 48px;
    line-height: 60px;
    margin: 0 0 20px 0;
    letter-spacing: -1px;
    text-align: center;
    font-weight: 500;
    color: #ffffff;
}
.try-it-container h4 span{
  color: #19b994;
}

.try-it-container p{
  font-size: 17px;
  line-height: 28px;
  font-weight:400;
  margin: 0 0 40px 0px;
}

.try-it-container h3{
  display: inline-block;
    border-radius: 999px;
    background: rgba(23, 179, 141, 0.16);
    color: #35d6b0;
    border-radius: 10px;
    text-transform: uppercase;
    font-size: 14px;
    padding: 10px 20px;
    margin-bottom: 20px;
    border-radius: 30px;
    font-weight: 400;
}
.footer-left-col{
  position: relative;
  float: left;
  width: 20%;
  margin-right: 5%;
}
.footer-left-col img{
  position: relative;
  width: 100%;
  max-width: 300px;
}
.footer-right-col{
  position: relative;
  float: left;
  width: 75%;
}

.footer-right-col p{
  text-align: left; 
}
.complaints-procedure{
  text-align: left;
  margin-top: 30px;
}

.complaints-procedure p{
  text-align: left;
}
.complaints-procedure h2{
    font-size: 28px;
    text-align: left;
    line-height: 39px;
    font-weight: 600;
}
.complaints-procedure h3{
    font-size: 22px;
    text-align: left;
    line-height: 35px;
    font-weight: 600;
}
.hww-single{
    position: relative;
    float: left;
    width: 48%;
    margin: 0px 1% 20px 1%;
    border-radius: 8px;
    padding: 25px 3%;
    text-align: left;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(200, 200, 200, 0.2);
    text-align: center;
    border-bottom: 4px solid rgb(91 190 155);
    min-height: 250px;
}

.hww-single h2{
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 500;
    margin: auto auto 10px auto;
    text-align: left;
}
.hww-single p{
    font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
}
.hww-single li{
      font-size: 14px;
    line-height: 1.65;
    font-weight: 400;
    margin-top: 0;
    text-align: left;
    list-style-position: inside;
}
.article-container h3{
    font-weight: 500;
    font-size: 20px;
    margin: auto auto 10px auto;
}

.field_error {
    color: #730101 !important;
    background: #fff2f2 !important;
    box-shadow: 0px 0px 1px #730101 !important;
}
.field_success {
    color: #017301 !important;
    background: #f2fff3 !important;
    box-shadow: 0px 0px 1px #017301 !important;
}
.dateofbirth_dropdown {
    position: relative;
    float: left !important;
    width: 30% !important;
    margin: 10px 1.5% 0px 1.5% !important;
}
.apply-disclaimer{
      text-align: center;
    font-size: 16px;
    line-height: 24px;
}

@media (max-width: 900px) {
  .hero-art-bottom{
    height: 3%;
  }
  .hero-art-right{
    right: -1%;
  }
  .overdraft-check-container h4:after,.loan-check-container h4:after{
        margin: 25px auto;
  }
  .we-check-container-left{
    float: none;
    width: 100%;
    margin: auto auto 20px auto;
    text-align: center;
  }
  .we-check-container-right{
    float: none;
    width: 100%;
    text-align: center;
  }
  .we-check-container-right h3{
    text-align: center;
  }
  .we-check-container-right p{
    text-align: center;
  }
  .we-check-container-right a{
    text-align: center;
  }
  .hww-single{
        position: relative;
        float: none;
        width: 95%;
        margin: auto auto 20px auto;
        padding: 20px 5%;
  }
  .footer-left-col{
    text-align: center;
    position: relative;
    float: none;
    width: 100%;
    margin: 10px auto 10px auto;
  }
  .footer-right-col{
    text-align: center;
    position: relative;
    float: none;
    width: 100%;
    margin: auto auto auto auto;
  }  
  .footer-right-col p{  
    text-align: center;
  }  
.home-main-apply-single {
    position: relative;
    width: 100%;
    float: none;
    margin: auto auto 15px auto;
}
  
  .fca-panel-left img{
        max-width: 200px;
        margin-top: 20px;
  }
  .try-it-wrapper{
    padding: 30px 0px;
  }
  .overdraft-check-wrapper{
    padding: 30px 0px; 
  }
  .loan-check-wrapper{
    padding: 30px 0px 50px 0px;
  }
  .try-it-container h4{
        font-size: 45px;
    line-height: 55px;
  }
  .try-it-container{
    padding: 50px 2.5%
  }
  .fca-panel-right{
    width: 100%;
    text-align: center;
  }
  .no-win-no-fee-right h4{
    text-align: center;
  }
  .overdraft-check-container h4{

  }
  .no-win-no-fee-right h2{
    text-align: center;
  }
  .no-win-no-fee-right p{
    font-size: 16px;
    line-height: 25px;
  }
  .no-win-no-fee-right h2:after{
    margin: 25px auto;
  }
  .no-win-no-fee-right{
        width: 100%;
    float: none;
    text-align: center;
  }
  .we-check-wrap label{
    font-size: 16px;
    line-height: 26px;
  }
  .no-win-no-fee-left{
    float: none;
    width: 100%;
    max-width: 250px;
    margin: auto auto 20px auto;
  }
  .no-win-no-fee-wrapper{
    padding: 40px 0px;
  }



  .we-check-wrap h2{
    font-size: 33px;
    line-height: 40px;
  }
  .we-check-container{
    float: none;
    width: 100%;
    margin: auto auto 20px auto;
  }
  .we-check-footer-left{
    float: none;
    text-align: center;
    width: 100%;
    margin: auto auto;
  }
  .we-check-footer-middle{
    width: 100%;
    text-align: center;
    float: none;
  }
  .we-check-footer-middle h5{
    text-align: center;
  }
  .we-check-footer-middle p{
    text-align: center;
    margin: auto auto 20px auto;
  }
  .we-check-footer-left img{
    position: relative;
    display: block;
    width: 100%;
    max-width: 70px;
    margin: auto auto 20px auto;
  }
  .apply-wrapper{
    padding: 0px;
  }
  .hero-art{
    top: auto;
  }
  .we-check-wrap{
    margin: 10px auto;
  }
  .hero{
    margin-top: 0px;
  }
  #heroVideo_mobile{
    display: block;
  }
  #heroVideo{
    display: none;
  }
  .hero-art-top{
    display: none;
  }
  .hero-text-container{
    display: none;
  }
  .hero-copy h1:after{
    margin: 25px auto auto auto;
  }
  .hero-copy h1{
    font-size: 52px;
    line-height: 58px;
    margin: 0px 0 25px 0px;
  }
  .logo{
    float: none;
    width: 100%;
    margin: auto auto 10px auto;
  }
  .logo a{
    margin: auto;
  }
  .logo-btn{
    float: none;
    width: 100%;
    text-align: center;
    display: block;
    clear: both;    
  }
  .nav-mid-col{
    display: none;
  }
  .nav{
    margin-top: 15px;
    margin-bottom: 15px;
  }
  .overdraft-check-left{
    float: none;
    margin: auto auto 20px auto;
    width: 100%;
    text-align: center;
  }
  .overdraft-check-container h4{
    text-align: center;
  }
   .hero-art video{
    width: 100% !important;
   }
  .overdraft-check-right{
    float: none;
    width: 100%;
  }
  .loan-check-right{
    float: none;
    margin: auto auto 20px auto;
    width: 100%;
  }
  .loan-check-left{
    float: none;
    width: 100%;
    text-align: center;
  }
  .fca-panel-left{
    text-align: center;
    float: none;
    width: 100%;
  }
  .loan-check-container h4{
    text-align: center;
  }
  .contact-left-col{
    float: none;
    width: 100%;
    margin: auto auto 20px auto;
  }
  .contact-right-col{
    float: none;
    width: 100%;
    margin: auto auto auto auto;
  } 
  #contact_us_right_sub_col{
    width: 100%;
  }
  .hero-copy{
    float: none;
    text-align: center;
  }
  .nav-links { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-art { 
    position: relative;
    height:auto !important;

    float: none !important;

     width: 100% !important;}
  .hero-art img{
    position: relative;
    display: block;
    width: 100%;
    height: auto;
  }
  .areas, .features, footer { grid-template-columns: 1fr; }
  .steps, .cta { flex-direction: column; }
  .arrow { display: none; }
  h1 { font-size: 46px; }
}