#flex .logo{display:block!important;height:auto;margin:.5rem auto;width:200px}#flex .eyebrow{color:#fff;display:block;font-size:clamp(1rem,4vw,1.5rem);font-weight:700;max-width:1000px;padding:12px 20px;text-align:center}#flex .container{align-items:center;background-color:#38ca37;display:flex;flex-direction:column;justify-content:center;margin-bottom:20px;width:100%}#flex .topper{color:#fff;display:block;font-size:clamp(1.5625rem,3.8vw,2.5rem);font-weight:700;text-align:center;text-transform:uppercase}#home{margin:auto;max-width:1160px;padding:10px;width:100%}#home h1{display:block;font-size:clamp(1.7rem,5vw,3.2rem);font-weight:700;letter-spacing:-.03em;line-height:1.5em;margin-bottom:24px;text-align:center}#home h1 span{color:var(--gold);display:block}#home .qualify{font-size:clamp(1.25rem,3vw,2rem);font-weight:600;margin:24px auto;max-width:500px;padding:12px 20px;text-align:center;text-transform:uppercase;width:-moz-fit-content;width:fit-content;width:100%}#home #how-it-works-btn,#home .qualify{background-color:var(--gold);color:#000;display:block}#home #how-it-works-btn{border:none;border-radius:100px;font-family:var(--headerFont);font-size:clamp(1.5rem,3.5vw,2rem);font-weight:700;margin:auto auto 16px;padding:20px 40px;text-decoration:none;width:-moz-fit-content;width:fit-content}#home .video-wrapper{position:relative}#home .overlay{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:2}#home .overlay>div{align-items:center;animation:bounce 2s infinite;background:rgba(32,92,255,.85);border-radius:clamp(10px,3vw,20px);box-shadow:0 4px 32px rgba(0,0,0,.15);cursor:pointer;display:flex;flex-direction:column;max-width:90vw;padding:clamp(1.5rem,6vw,2.5rem) clamp(1rem,5vw,2rem);text-align:center}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}#home .overlay img{display:block;height:clamp(32px,8vw,60px);margin-bottom:clamp(10px,3vw,18px);width:clamp(32px,8vw,60px)}#home .overlay div>div{color:#fff;font-size:clamp(1rem,4vw,1.5rem);font-weight:700;line-height:1.3;text-align:center}#home .research{color:#000;display:block;font-size:clamp(2.4rem,3vw,3rem);font-weight:700;margin-bottom:30px;margin-top:20px;text-align:center}#home .testimonial{background-color:var(--gold);color:#000;margin-bottom:24px;margin-top:40px;padding:12px 24px;text-align:center}#home .review-gallery{display:grid;gap:32px;grid-template-columns:repeat(12,auto);margin-bottom:clamp(40px,6vw,60px);width:100%}#home .review-gallery .review-item{display:block;grid-column:span 12}#home .review-gallery .review-item .review-flex{color:#000;font-size:clamp(1.25rem,3vw,1.5rem);font-weight:700;padding:12px;text-align:center}#home .review-gallery .review-item .review-flex span{display:block;margin-bottom:16px}#home .review-gallery .review-item h4{color:#000}#home .picture-gallery{display:block;overflow:hidden;position:relative;width:100%}#home .picture-gallery .gallery-wrapper{display:flex;flex-direction:row;height:clamp(200px,60vw,600px);width:100%}#home .picture-gallery .gallery-wrapper picture{display:block;flex:none;height:100%;max-width:1140px;position:relative;width:calc(100vw - 20px)}#home .picture-gallery .gallery-wrapper picture img{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}#home .picture-gallery .gallery-chevron{align-items:center;background-color:transparent;border:none;color:#fff;cursor:pointer;display:flex;font-size:3rem;justify-content:center;position:absolute;top:50%;transform:translateY(-50%);transition:background .2s,color .2s;z-index:2}#home .picture-gallery .gallery-chevron-left{left:16px}#home .picture-gallery .gallery-chevron-right{right:16px}#home .trust-pilot{display:grid;gap:1.5rem;grid-template-columns:repeat(12,1fr);margin-bottom:40px}#home .trust-pilot li{align-items:center;border-radius:1rem;box-shadow:var(--boxShadow);display:flex;flex-direction:column;gap:1rem;grid-column:span 12;padding:1.25rem;text-align:left;transition:transform .3s,box-shadow .3s}#home .trust-pilot li:hover{box-shadow:0 2px 6px rgba(0,0,0,.4);transform:translateY(-16px)}#home .trust-pilot span{color:var(--headerColor);font-size:1.125rem;font-weight:600}#home .trust-pilot .cs-flex{display:flex;justify-content:space-between;width:100%}#home .trust-pilot img{display:block;height:auto;width:5rem}@media only screen and (min-width:48rem){#home .review-gallery{-moz-column-gap:32px;column-gap:32px}#home .review-gallery .review-item,#home .trust-pilot li{grid-column:span 6}#home .review-gallery .review-item{grid-column:span 4}}