@keyframes pulse{0%,to{transform:scale(.95)}50%{transform:scale(1)}}@font-face{font-family:NotoSans-Regular;font-display:swap;src:url(/fon/NotoSans-Regular.woff2)format("woff2"),url(/fon/NotoSans-Regular.woff)format("woff")}@font-face{font-family:NotoSans-Bold;font-display:swap;src:url(/fon/NotoSans-Bold.woff2)format("woff2"),url(/fon/NotoSans-Bold.woff)format("woff")}@font-face{font-family:Impact;font-display:swap;src:url(/fon/Impact.woff2)format("woff2"),url(/fon/Impact.woff)format("woff")}:root{--txt-default:NotoSans-Regular;--txt-heading:NotoSans-Bold;--txt-heading-alt:Impact;--txt-news:"Times New Roman", Times, serif;--col-brand:#344efd;--col-brand-dark:#263971;--col-brand-light:#c4ccff;--col-blue:#0b5daa;--col-dark:#000000;--col-light:#ffffff;--col-gray-light:#e5e5e5;--col-gray-dark:#d4d4d4;--col-red:#be0013;--col-yellow:#fcfd54;--col-grey-shadow:rgba(0, 0, 0, .25);--hover-speed:.3s;--input-speed:.15s;--bor-rad:1em;--bor-rad-small:.5em;--bor-rad-fixed:8px}body{height:100vh;font-family:var(--txt-default);font-size:1.3125rem;color:var(--col-dark);line-height:1.6;background-color:#fff;margin:0;padding:0;display:flex;flex-direction:column}html{scroll-behavior:smooth;scroll-padding-top:2rem}*,:after,:before{box-sizing:border-box}.container,.container_wide{z-index:1;max-width:70.5rem;width:min(100%,70.5rem);margin:0 auto;position:relative}.container_wide{width:min(100%,100rem)}a{color:var(--col-brand-dark);-webkit-text-decoration:none;text-decoration:none}a:hover{color:var(--col-brand);-webkit-text-decoration:underline;text-decoration:underline}:focus{outline-color:var(--col-brand-dark)}::selection{background-color:var(--col-brand)}.svgs{display:none;visibility:hidden}img,svg{height:auto;max-width:100%}svg{fill:var(--col-brand)}h1,h2,h3{font-family:var(--txt-heading-alt);font-size:2.5rem;line-height:1;margin-bottom:.5em}h1,h1 strong,h2,h2 strong,h3,h3 strong{font-weight:400}.halt,p .strong{font-family:var(--txt-heading)}h1,h2,h3,p{margin-top:0}p{font-size:1rem;margin-bottom:1em}p .strong{font-size:1.15em;font-weight:400}.home .banner-bulls>h2 strong,.home .banner-bulls>h3 strong,.uppercase{text-transform:uppercase}.line-break,.topfive .product .img .rated ul li img{display:block}.red{color:var(--col-red)}.yellow{color:var(--col-yellow)}.blue{color:var(--col-brand)}.hideFromMobile{width:0;height:0;display:none;visibility:hidden}.padding{padding:2.25rem 1rem}.img_frame{box-shadow:.6rem .6rem 0 0 var(--col-brand)}.hide{display:none;visibility:hidden}.gradient_red_ver{background:var(--col-brand);background:linear-gradient(to bottom,var(--col-red) 0%,#8f0211 100%)}.gradient_red_hor{background:var(--col-brand);background:linear-gradient(to left,var(--col-red) 0%,#8f0211 100%)}.gradient_brand_ver{background:var(--col-brand);background:linear-gradient(to bottom,var(--col-brand) 0%,var(--col-brand-dark) 100%)}.gradient_brand_hor{background:var(--col-brand);background:linear-gradient(to left,var(--col-brand) 0%,var(--col-brand-dark) 100%)}.btn,.btn>span,.btn>svg{transition:transform var(--hover-speed) ease-out}.btn{width:max-content;height:auto;font-family:var(--txt-heading-alt);font-size:2rem;color:#fff;text-align:left;text-transform:uppercase;line-height:1em;background-color:var(--col-brand);outline:0;border:0;border-radius:var(--bor-rad-small);box-shadow:0 0 .5em #00000080;padding:.25em 3em .25em 1em;cursor:pointer;overflow:hidden}.btn>span,.btn>svg{z-index:1}.btn,.btn>span{display:inline-block;vertical-align:middle;position:relative}.btn>span{text-shadow:.15em .15em 0 rgba(0,0,0,.25)}.btn:after,.btn:before{height:100%;content:"";position:absolute;top:0}.btn:before{z-index:0;width:100%;background:var(--col-brand);background:linear-gradient(to bottom,var(--col-brand) 0%,var(--col-brand-dark) 100%);left:0}.btn:after{width:2em;background-color:var(--col-yellow);right:-.25em;transform:skew(-15deg)}.btn>svg{width:1em;height:1em;fill:var(--col-yellow);background-color:var(--col-dark);border:var(--col-dark) solid .25em;border-radius:100%;position:absolute;top:50%;right:.4em;transform:translateY(-50%)}.btn:focus,.btn:hover{transform:scale(1.05)}.btn:focus>svg,.btn:hover>svg{transform:translateY(-50%) scale(1.1)}.btn:focus>span,.btn:hover>span{transform:translate(-.2em)}.btn_red:before{background:var(--col-brand);background:linear-gradient(to bottom,var(--col-red) 0%,#8f0211 100%)}.btn-top{--col-hover:var(--col-red);font-family:var(--txt-heading);font-size:.75rem;color:var(--col-brand-dark);text-align:center;text-transform:uppercase;background-color:transparent;border:0;outline:0;padding:.25em .5em;cursor:pointer;transition:color var(--hover-speed) ease-out,transform var(--hover-speed) ease-out}.btn-top,.btn-top span{will-change:transform}.btn-top:after{width:90%;height:2px;content:"";background-color:var(--col-hover);position:absolute;bottom:0;left:5%;opacity:0;transform:scaleX(0);transition:transform var(--hover-speed) ease-out,opacity var(--hover-speed) ease-out}.btn-top svg{width:1.1em;height:1.1em;fill:var(--col-brand-dark);margin-left:.25em;display:inline-block;vertical-align:middle;transform:rotate(-90deg);transition:fill var(--hover-speed) ease-out}.btn-top:focus,.btn-top:hover{color:var(--col-hover);transform:scale(1.1)}.btn-top:focus:after,.btn-top:hover:after{opacity:1;transform:scaleX(1)}.btn-top:focus svg,.btn-top:hover svg{fill:var(--col-hover)}.rated-numer-one,.rated-scam{--col-this:goldenrod;font-family:var(--txt-heading);font-size:1em;color:var(--col-this);letter-spacing:-.05em;line-height:1em;background-color:var(--col-light);border:var(--col-this) solid 2px;border-radius:var(--bor-rad);box-shadow:0 0 .5em #00000040;padding:.2em .5em .15em .25em;margin-left:.5em;text-transform:uppercase;display:inline-block;vertical-align:middle}.rated-numer-one svg,.rated-scam svg{width:1.2em;height:1.2em;color:var(--col-this);vertical-align:sub;line-height:1em}.rated-scam{--col-this:red}.vid{background-image:var(--img-placeholder);background-size:contain;background-repeat:no-repeat;box-shadow:0 0 1rem #00000080;margin-left:auto;margin-right:auto;overflow:hidden;cursor:pointer}.vid>picture>img{width:100%;content:var(--img-placeholder);display:block}.vid,.vid div{border-radius:var(--bor-rad-small)}.vid,.vid-chris-square-template{width:100%;background-color:var(--col-dark)}.header-tagline,.vid-chris-square-template:before{width:100%;color:var(--col-light);line-height:1em;text-align:center}.vid-chris-square-template:before{z-index:2;font-family:var(--txt-heading);font-size:1rem;content:"🔊Make Sure Your Sound Is Turned On!";background-color:var(--col-red);padding:.25rem;display:block}.header-tagline{font-size:.8rem;font-style:italic;background-color:var(--col-dark);padding:.75em .25em}.header-tagline .blue{color:#0098fd}header,header .container{height:var(--header-height)}header{--header-height:5rem;z-index:2;font-size:1rem;background-color:var(--col-brand);box-shadow:0 0 .5rem #000000bf}header,header *{position:relative;box-sizing:border-box}header .container>a{z-index:2;width:max-content;display:block;position:relative}header .container{padding:1.4em 1em 1em;isolation:isolate}header .container .glow{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}header .container .glow:before{z-index:-1;width:100%;height:calc(var(--header-height)*2);content:"";background:radial-gradient(ellipse at center,#0097fd 0,#0097fd00 70%);position:absolute;bottom:calc(var(--header-height)*-1);right:-5em}header .container .logo{width:13em;display:block}header .container .tag{width:7em;position:absolute;top:50%;right:4.5em;transform:translateY(-50%)}.topfive .product .img picture,header .container picture{display:contents}header .btn-top-five{width:0;height:0}header nav,header nav ul{width:100%;position:absolute;left:0}header nav{font-family:var(--txt-default);font-size:1.25rem;background-color:transparent;top:0}header .btn-top-five,header nav>input{position:absolute;top:0;right:0;display:none;visibility:hidden}header nav>label{z-index:99;width:max-content;height:auto;font-size:3rem;position:absolute;top:1rem;right:1rem;cursor:pointer}header nav>label svg{width:.85em;height:.85em;stroke:var(--col-light);display:block}header nav ul{font-family:var(--txt-heading);font-size:inherit;color:var(--col-brand-dark);line-height:1em;text-transform:capitalize;background-color:var(--col-light);border-bottom-left-radius:var(--bor-rad);border-bottom-right-radius:var(--bor-rad);list-style:none;padding:0;margin:0;top:var(--header-height);transform-origin:top right;transform:scale(0);overflow:hidden}header nav ul li{font-size:1.15em;background-color:#fff;box-shadow:0 0 1rem var(--col-grey-shadow);padding:.75em 1em;cursor:pointer;transform:translate(100%);transition:transform var(--hover-speed) ease-out}header nav ul li:nth-child(2n){color:var(--col-light);background-color:var(--col-brand)}header nav ul li:first-child{box-shadow:none}header nav ul li:last-child{z-index:1;border-bottom-left-radius:var(--bor-rad-small);border-bottom-right-radius:var(--bor-rad-small);padding-bottom:1.5rem}header nav ul li a{color:inherit}header nav ul li a:focus,header nav ul li a:hover{color:#fff;-webkit-text-decoration:none;text-decoration:none}header nav ul li:focus,header nav ul li:hover{color:var(--col-light);outline:0;background-color:var(--col-brand-dark)}header nav>input:checked~ul{transform:scale(1)}header nav>input:checked~ul li{transform:translate(0)}header nav>input:checked~ul .top-five{font-family:var(--txt-heading-alt);font-size:1.75rem;font-weight:400;color:var(--col-light);text-align:center;padding-top:.75em;padding-bottom:.75em}.home .banner{text-align:center}.home .banner .heading{z-index:-1;font-size:1.75rem;line-height:1.25em;text-transform:capitalize;padding:1rem;position:absolute;top:0;left:0}.home .banner .banner-img-mobile{width:100%;display:block}.home .banner-bulls{text-align:center;background:var(--col-brand);background:linear-gradient(to bottom,#fff 0%,var(--col-gray-light) 100%);padding-top:1rem}.home .banner-bulls>h2{font-size:1.7rem;line-height:1.15em;margin-bottom:1em;position:relative}.home .banner-bulls>h2:after{width:90%;height:2px;content:"";background-color:var(--col-red);position:absolute;bottom:-.25em;left:5%}.home .banner-bulls>.img,.home .banner-bulls>.img img{width:100%}.home .banner-bulls>ul{width:100%;font-family:var(--txt-heading);font-size:1.15rem;letter-spacing:-.05em;list-style:none;padding:0;margin:0;position:relative}.home .banner-bulls>ul li{width:100%;line-height:1.25em;text-align:left;border-radius:var(--bor-rad-small);padding:.5em .5em .5em 2.75em;margin:.25em 0;position:relative;cursor:pointer;transition:color var(--hover-speed) ease-out,background-color var(--hover-speed) ease-out}.home .banner-bulls>ul li:first-child{margin-top:0}.home .banner-bulls>ul li svg{width:1.75em;height:1.75em;fill:var(--col-light);background-color:var(--col-blue);border:var(--col-blue) solid .35em;border-radius:100%;position:absolute;top:.5em;left:.5em;transition:fill var(--hover-speed) ease-out,background-color var(--hover-speed) ease-out,border-color var(--hover-speed) ease-out}.home .banner-bulls>ul li:focus,.home .banner-bulls>ul li:hover{color:var(--col-light);background-color:var(--col-red)}.home .banner-bulls>ul li:focus strong,.home .banner-bulls>ul li:hover strong{color:var(--col-yellow)}.home .banner-bulls>ul li:focus svg,.home .banner-bulls>ul li:hover svg,.reviews .intro .product-list ul li:focus>svg,.reviews .intro .product-list ul li:hover>svg,.scams .scam-list ul li:focus svg,.scams .scam-list ul li:hover svg{fill:var(--col-red);border-color:var(--col-light);background-color:var(--col-light)}.home .banner-bulls>ul li:after{width:100%;height:2px;content:"";background:linear-gradient(to right,#26397100,#263971 30% 70%,#26397100);position:absolute;bottom:0;left:0;transition:opacity var(--hover-speed) ease-out}.home .banner-bulls>ul li:focus:after,.home .banner-bulls>ul li:hover:after{opacity:0}.home .banner-bulls>ul li strong{color:var(--col-red);text-transform:uppercase;transition:color var(--hover-speed) ease-out}.home .banner-bulls>h3{font-size:2.5rem;margin-top:1em}.home .banner-bulls>h3 strong:nth-child(2){color:var(--col-red);display:block}.home .vid-chris{background-color:#fff;padding-top:1rem}.home .vid-chris .vid{--img-placeholder: ;border:0;border-radius:0}.home .vid-chris .vid div,.vid-bulls .vid div{border-radius:0}.dudley{background:linear-gradient(to top,var(--col-light) 0%,#e1eeff 100%);padding-bottom:0}.dudley>h2{font-size:2.25rem;color:var(--col-brand-dark);line-height:1.15em;text-transform:capitalize;margin:0}.dudley>h2 .uppercase{font-size:1.35em}.dudley>picture>img{border:var(--col-gray-light) solid 1px;border-radius:var(--bor-rad-fixed);box-shadow:0 0 .5rem #00000026;display:block;margin-top:1.5rem;margin-bottom:1.5rem}.dudley p{font-size:1rem;line-height:1.25em;margin-bottom:2rem}.dudley .dudley-interview{margin-top:0}.dudley .crests{display:grid;grid-template-columns:repeat(3,1fr);align-items:baseline;grid-gap:1rem;gap:1rem;margin-bottom:1.5rem}.dudley .crests picture:nth-child(2) img{padding-left:1rem;padding-right:1rem}.banners{padding:1rem .5rem 2rem;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.banners,.banners *{position:relative;box-sizing:border-box}.banners img{max-width:100%;box-shadow:0 0 .75rem #00000026;display:block}.topfive-heading{font-size:1rem;color:var(--col-gray-light);text-align:center}.topfive-heading,.topfive-heading *{position:relative}.topfive-heading:before{width:100%;height:7.5em;content:"";background-color:#ff1b00;position:absolute;top:1.25em;left:0}.topfive-heading h2{z-index:-1;color:transparent;position:absolute;top:0;left:0}.topfive-heading img{z-index:2;width:23em}.topfive-heading p{z-index:1;width:100%;font-family:var(--txt-heading);font-size:1.15em;line-height:1.15em;text-transform:capitalize;background-color:var(--col-dark);padding:1em .65em .65em;margin-top:-1em}.topfive-heading p span{font-family:var(--txt-default);font-size:.85em;display:block}.topfive-heading p a{font-family:var(--txt-heading);font-weight:400;color:var(--col-yellow);text-transform:uppercase;-webkit-text-decoration:underline;text-decoration:underline;transition:color var(--hover-speed) ease-in-out}.topfive-heading p a:focus,.topfive-heading p a:hover{color:var(--col-light)}.topfive{font-size:1rem;padding:.5rem;margin-bottom:2rem;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.topfive,.topfive *{position:relative;box-sizing:border-box}.topfive>.copy{font-size:1.1rem;padding:0 1rem;margin:0}.topfive .product{background:linear-gradient(to top,#fff 0%,var(--col-gray-light) 100%);border:var(--col-grey) solid 2px;border-radius:var(--bor-rad);box-shadow:0 0 .75rem #00000026;padding:1rem 1rem 1.5rem;margin-top:1rem;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.topfive .product:nth-child(2){margin-top:0}.topfive .product-highlight{background:linear-gradient(to top,#fff 0,#98ccea)}.topfive .product .img{--border-size:2px;width:100%;border-radius:var(--bor-rad-fixed);box-shadow:0 0 .5rem #00000026;overflow:hidden;padding-bottom:var(--border-size)}.topfive .product .img:before{width:100%;height:100%;content:"";background:linear-gradient(to top,var(--col-gray-dark) 0%,var(--col-gray-light) 100%);border-radius:var(--bor-rad-fixed);position:absolute;top:0;left:0}.topfive .product-highlight .img:before{background:linear-gradient(to top,#ff901a 0,#fac720)}.topfive .product .img .hero{width:calc(100% - (var(--border-size)*2));border-radius:var(--bor-rad-fixed);margin:var(--border-size)0 0 var(--border-size);display:block}.topfive .product .img .rated{z-index:1;font-family:var(--txt-heading-alt);font-size:2em;color:var(--col-brand-dark);line-height:1em;text-transform:uppercase;padding:.35em .35em 0 0;position:absolute;top:0;right:0}.topfive .product .img .rated:before{width:200%;height:200%;content:"";background-color:var(--col-light);border-radius:50%;-webkit-filter:blur(25px);filter:blur(25px);position:absolute;top:-75%;right:-75%;opacity:1}.topfive .product-highlight .img .rated,footer nav ul a{color:var(--col-light)}.topfive .product-highlight .img .rated:before{background-color:var(--col-dark);opacity:.25}.topfive .product .img .rated span{display:block;margin-bottom:.1em}.topfive .product-highlight .img .rated span{text-shadow:0 0 .15em rgba(0,0,0,.25)}.topfive .product .img .rated ul{width:3.75em;list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(5,1fr);grid-gap:.15em;gap:.15em}.topfive .product[data-rating="2"] .img .rated ul li:nth-child(5) img,.topfive .product[data-rating="3"] .img .rated ul li:nth-child(4) img,.topfive .product[data-rating="3"] .img .rated ul li:nth-child(5) img,.topfive .product[data-rating="4"] .img .rated ul li:nth-child(3) img,.topfive .product[data-rating="4"] .img .rated ul li:nth-child(4) img,.topfive .product[data-rating="4"] .img .rated ul li:nth-child(5) img,.topfive .product[data-rating="5"] .img .rated ul li:nth-child(2) img,.topfive .product[data-rating="5"] .img .rated ul li:nth-child(3) img,.topfive .product[data-rating="5"] .img .rated ul li:nth-child(4) img,.topfive .product[data-rating="5"] .img .rated ul li:nth-child(5) img{-webkit-filter:grayscale(1);filter:grayscale(1);opacity:.75}.topfive .product .img .badge{z-index:1;width:35%;position:absolute;top:1em;left:1em}.topfive .product .scores{font-size:1em}.topfive .product .scores>h2{font-size:3em;line-height:1em;text-transform:uppercase;margin-top:0;margin-bottom:.25em}.topfive .product .scores>h3{font-size:2em;color:var(--col-brand-dark);line-height:1em;text-transform:capitalize;letter-spacing:-.05em;margin-top:0;margin-bottom:.75em}.topfive .product .scores .score{width:100%;font-size:1.25em;padding-left:2.5em;margin-bottom:.5em}.topfive .product .scores .score:before{font-family:var(--txt-heading);font-size:.85em;color:var(--col-brand-dark);content:attr(data-score)"%";position:absolute;top:50%;left:.35em;transform:translateY(-50%)}.topfive .product .scores .score span{font-size:.65em;font-weight:700;color:var(--col-light);text-transform:capitalize;text-shadow:0 0 .15rem rgba(0,0,0,.5);background-color:#0000000d;border:var(--col-gray-dark) solid 1px;border-top-right-radius:4px;border-bottom-right-radius:4px;box-shadow:inset 0 0 10px #0000000d;padding:.5em 1em;display:block;isolation:isolate}.topfive .product .scores .score span:after,.topfive .product .scores .score span:before{width:var(--width);height:100%;content:"";border-top-right-radius:4px;border-bottom-right-radius:4px;position:absolute;top:0;left:0}.topfive .product .scores .score span:before{z-index:-2}.topfive .product .scores .score span:after{z-index:-1;background-color:var(--col-dark);opacity:.1}.topfive .product .scores .prog span:after,.topfive .product .scores .prog span:before{transform-origin:left;transition:transform 1s ease-in-out;transform:scaleX(0)}.topfive .product .scores .prog-show span:after,.topfive .product .scores .prog-show span:before{transform:scaleX(1)}.topfive .product .scores .score:nth-child(3) span:before{background:linear-gradient(to right,#ffc765 0,#ffd07d)}.topfive .product .scores .score:nth-child(4) span:before{background:linear-gradient(to right,#83bcff 0,#a6cfff)}.topfive .product .scores .score:nth-child(5) span:before{background:linear-gradient(to right,#8bdd7c 0,#a1e495)}.topfive .product .scores .btn{width:100%;margin:2rem auto .5rem;display:block}.reviews .product-reviews .product .copy .btn span,.topfive .product .scores .btn span{width:100%;text-align:center}.topfive .product .copy h2{font-size:2em;color:var(--col-brand-dark);text-transform:capitalize}.scams .title{text-align:center}.scams .title h1{font-size:3rem;color:var(--col-light);text-transform:uppercase;text-shadow:0 0 10px rgba(0,0,0,.75);padding:.35em;margin:0}.vid-bulls .vid{--img-placeholder: ;border-radius:0}.vid-bulls>.title{width:100%;text-align:center;margin-top:1rem;margin-bottom:2rem}.vid-bulls>.title h2{font-size:1.75rem;margin-bottom:0}.vid-bulls>.title h3{font-size:1.25rem}.scams .emmy{text-align:center}.scams .emmy h2,.scams .emmy img{width:25%;vertical-align:middle}.scams .emmy h2{width:72%;font-size:1.85rem;color:var(--col-brand-dark);display:inline-block}.scams .emmy h2 strong{font-size:1.15em;text-transform:uppercase;background-color:var(--col-yellow);padding:.15em;display:block}.scams .emmy,.scams .scam-list{padding-top:0}.scams .scam-list .title{font-size:3.25rem;text-transform:uppercase;position:relative}.scams .scam-list .title strong{font-size:1.65em;color:var(--col-red);display:inline-block;vertical-align:middle;position:relative}.scams .scam-list .title span{width:max-content;display:inline-block;vertical-align:middle;position:relative}.scams .scam-list .title span:after,.scams .scam-list .title span:before,.scams .scam-list .title-alt:before{width:100%;height:2px;content:"";background-color:var(--col-dark);position:absolute;left:0}.scams .scam-list .title span:before{top:-.15em}.scams .scam-list .title span:after{bottom:-.15em}.scams .scam-list .title-alt{font-size:1rem;text-align:center}.scams .scam-list .title-alt:before{background-color:var(--col-gray-light);top:-1.5rem}.scams .scam-list .title-alt h2{font-size:3.25em;color:var(--col-brand-dark);text-transform:uppercase;position:relative;margin:0}.scams .scam-list .title-alt h3{font-family:var(--txt-heading);font-size:1.15em;line-height:1.15em;margin-top:.25rem;margin-bottom:2rem}.scams .scam-list .title-alt h3 strong{color:var(--col-red)}.reviews .intro .product-list ul,.scams .scam-list ul{width:100%;font-family:var(--txt-heading);font-size:1.25rem;letter-spacing:-.05em;list-style:none;padding:0;margin:0;position:relative}.scams .scam-list ul li{width:100%;border-radius:var(--bor-rad-small);padding:.5em .5em .5em 2.75em;margin:.25em 0;position:relative;cursor:pointer;transition:color var(--hover-speed) ease-in-out,background-color var(--hover-speed) ease-in-out}.scams .scam-list ul li:first-child{margin-top:0}.scams .scam-list ul li:nth-child(odd){background-color:var(--col-gray-light)}.scams .scam-list ul li svg{width:1.75em;height:1.75em;fill:var(--col-light);background-color:var(--col-blue);border:var(--col-blue) solid .35em;border-radius:100%;position:absolute;top:50%;left:.5em;transform:translateY(-50%);transition:fill var(--hover-speed) ease-in-out,border-color var(--hover-speed) ease-in-out,background-color var(--hover-speed) ease-in-out}.scams .scam-list ul li:focus,.scams .scam-list ul li:hover{color:var(--col-light);background-color:var(--col-red)}.scams .scams .scam,.scams .scams .scam-alt{width:100%;padding:2rem 0;position:relative}.scams .scams .scam{padding-bottom:3rem}.scams .scams .scam-alt,.sign-up{background-color:var(--col-gray-dark);padding-top:0}.scams .scams .scam-alt{padding-bottom:4rem}.reports .labreports .report .lab-report>picture>img,.reviews .product-reviews .product .lab-report>picture>img,.scams .scams .scam-alt>picture>img,.scams .scams .scam>picture>img{width:100%;display:block}.scams .scams .scam .copy,.scams .scams .scam-alt .copy{width:100%;padding:1.5rem 2rem}.scams .scams .scam-alt .copy{padding-bottom:0}.scams .scams .ds{box-shadow:0 0 2rem #00000080}.scams .scams .scam-alt>button{width:max-content;display:block;margin:1rem auto}.scams .scams .scam .btn-top,.scams .scams .scam-alt .btn-top{position:absolute;bottom:.5rem;right:.5rem}.scams .scams .scam-large>.vid,.scams .scams .scam-large>.vid *{border-radius:0}.scams .scams .scam-large>.vid{margin-bottom:1rem}.scams .scams .scam-large .copy>.vid{margin:1rem auto}.scams .scams .scam-large .video-copy{font-family:var(--txt-heading);font-size:1.15rem;color:var(--col-brand-dark);text-align:center;line-height:1em;margin-bottom:1rem;padding:0 1rem;display:block}.scams .scams .scam-large>.video-copy{padding:0 2.5rem;margin-bottom:0}.scams .scams #scam-alpha-tonic h2{font-size:1.65rem;text-align:center}.scams .scams #scam-alpha-tonic h2 strong{font-size:1.7em;text-transform:uppercase;display:block}.scams .scams #scam-doctor-oz .img-a{background-color:var(--col-light);border:var(--col-gray-dark) solid 2px;border-radius:var(--bor-rad-fixed);box-shadow:0 0 1rem #0000001a;padding:.5rem;margin:1.5rem auto 0;display:block}.sign-up{color:var(--col-light);text-align:center;background-image:url(/_astro/stone-wall.CmJah4ak.jpg);background-repeat:no-repeat;background-size:cover;overflow:hidden}.sign-up .copy h2{font-size:1.75rem;color:var(--col-light);text-shadow:0 0 .5em rgba(0,0,0,.5);margin-bottom:.75em}.sign-up .copy h3{font-size:1.5rem;color:var(--col-dark);text-shadow:0 0 .5em rgba(255,255,255,.75)}.sign-up .copy h2 strong,.sign-up .copy h3 strong{width:max-content;font-family:var(--txt-heading-alt);font-size:1.5em;color:var(--col-light);text-transform:uppercase;text-shadow:none;background-color:var(--col-red);border:var(--col-dark) solid .08em;border-radius:4px;padding:.25em;margin:.25em auto;display:block}.sign-up .copy h3 strong{font-size:1.25em;padding:.1em .15em;margin:.1em auto;display:inline-block;vertical-align:middle}.sign-up .copy input{width:100%;font-family:var(--txt-bold);font-size:1rem;color:var(--col-dark);background-color:var(--col-light);border:0;outline:0;border-radius:var(--bor-rad-small);box-shadow:inset 0 0 .5rem var(--col-grey-shadow);padding:.75em;margin:.25rem auto;transition:background-color var(--hover-speed) ease-out}.sign-up .copy input::-webkit-input-placeholder{color:var(--col-brand-dark)}.sign-up .copy input::placeholder{color:var(--col-brand-dark)}.sign-up .copy input:focus,.sign-up .copy input:hover{background-color:var(--col-yellow)}.sign-up .chris{width:60%;display:block;margin-left:-2rem}.sign-up .mag{width:60%;position:absolute;top:6rem;right:-1rem;transform:rotate(-5deg)}.sign-up .chart{width:40%;position:absolute;top:16rem;left:1rem}.sign-up button{font-size:1.75rem;margin-top:1rem}.sign-up button span strong{font-size:1.25em;font-weight:400;color:var(--col-yellow)}.reports .title{text-align:center;padding:1rem 1rem 1.5rem}.faq .title h1,.reports .title h1{font-size:3rem;color:var(--col-light);text-transform:uppercase;text-shadow:0 0 10px rgba(0,0,0,.75);margin:0;position:relative}.reports .title h1 strong{width:max-content;font-size:1.45em;color:var(--col-yellow);display:block;margin:0 auto;position:relative}.reports .title h1 strong:after{width:100%;height:.1em;content:"";background-color:var(--col-yellow);position:absolute;bottom:-.1em;left:0}.reports .banner{color:var(--col-light);text-align:center;background-color:var(--col-dark);position:relative}.reports .banner h2{width:100%;font-size:1.4rem;color:var(--col-gray-dark);line-height:1.25em;padding:1rem;padding-top:0;margin:0}.reports .banner h2 strong{font-family:var(--txt-heading-alt);font-size:1.25em;color:var(--col-light);text-transform:uppercase;line-height:1.25em;display:block}.reports .product-list-nav,.reports .product-list-nav *{position:relative;box-sizing:border-box}.reports .product-list-nav .wrapper:before{--_padding:1rem;width:calc(100% + (var(--_padding)*2));height:100%;content:"";border:var(--col-gray-light) solid 2px;padding:0 var(--_padding) var(--_padding) var(--_padding);margin-left:auto;margin-right:auto;position:absolute;top:1rem;left:calc(var(--_padding)*-1)}.reports .product-list-nav h2{width:max-content;font-size:2rem;color:var(--col-brand-dark);background-color:var(--col-light);padding-left:.25em;padding-right:.25em;margin-bottom:.75em;margin-left:-.25em}.reports .product-list-nav ul{--_icon-size:.75em;--_color:var(--col-dark);--_color-hover:var(--col-blue);font-family:var(--txt-heading);font-size:1rem;color:var(--_color);list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.reports .product-list-nav ul li{padding-left:calc(var(--_icon-size) + .25em);transition:color var(--hover-speed) ease-in-out;cursor:pointer}.reports .product-list-nav ul li svg{width:var(--_icon-size);height:var(--_icon-size);fill:var(--_color);position:absolute;top:.35em;left:0;transition:fill var(--hover-speed) ease-in-out,transform var(--hover-speed) ease-in-out}.reports .product-list-nav ul li:focus,.reports .product-list-nav ul li:hover{color:var(--_color-hover)}.reports .product-list-nav ul li:focus svg,.reports .product-list-nav ul li:hover svg{fill:var(--_color-hover);transform:rotate(90deg)}.reports .labreports{padding:0 .5rem}.faq .faqs .qa,.reports .labreports .report{width:100%;border-radius:var(--bor-rad-small);position:relative}.reports .labreports .report{background-color:var(--col-light);border:var(--col-gray-dark) solid 2px;box-shadow:.15em .15em #0000001a;padding:1.5rem 1.5rem 3rem;margin:2rem auto}.reports .labreports .report>a img{width:100%;border-radius:var(--bor-rad-small);box-shadow:0 0 1rem var(--col-grey-shadow);display:block}.reports .labreports .report .copy{width:100%;display:inline-block;vertical-align:top;padding-top:1.5rem}.reports .labreports .report .copy h2{font-size:2rem}.reports .labreports .report .copy .btn{margin-top:.5rem}.reports .labreports .report .lab-report{width:calc(100% + 1rem);max-width:none;background-color:var(--col-light);border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;padding:.5rem;margin-top:1rem;margin-bottom:1rem;margin-left:-.5rem;position:relative}.reports .labreports .report .lab-report:before{z-index:2;font-family:var(--txt-heading);font-size:1.25rem;color:var(--col-light);line-height:1em;letter-spacing:-.05em;content:"Lab Report";background-color:var(--col-blue);border-radius:2px;padding:.25em .5em;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.reports .labreports .report .lab-report>svg,.reviews .product-reviews .product .lab-report>svg{--icon-size:3rem;z-index:2;width:var(--icon-size);height:var(--icon-size);color:var(--col-gray-dark);position:absolute;top:1rem;right:1rem}.reports .labreports .report .btn-top{position:absolute;bottom:.5rem;right:.5rem}.faq .title{text-align:center;padding:1rem 1rem 1.5rem}.faq .faqs .qa{background:linear-gradient(170deg,#eaedff00 50%,#eaedff);box-shadow:.15em .15em #eaedff;padding:1rem;margin:3rem auto;transform:skew(-2deg)}.faq .faqs .qa:first-child,.reviews .intro .product-list ul li:first-child{margin-top:0}.faq .faqs .qa:last-child{margin-bottom:1rem}.faq .faqs .qa:nth-child(2n){background:linear-gradient(10deg,#eaedff 0,#eaedff00 50%);box-shadow:-.15em .15em #eaedff}.faq .faqs .qa h2{font-size:1.5rem;color:var(--col-brand-dark);line-height:1.15em;position:relative;margin-left:-.18em}.faq .faqs .qa h2,.faq .faqs .qa p{transform:skew(2deg)}.reviews .title{font-size:1rem;text-align:center;padding:1rem 1rem 1.5rem}.reviews .title h1,.reviews .title h2{font-size:2.85em;color:var(--col-light);text-transform:uppercase;text-shadow:0 0 10px rgba(0,0,0,.75);margin:0;position:relative}.reviews .title h2{font-family:var(--txt-heading);font-size:1.03em;color:var(--col-brand-light)}.reviews .title h2 strong{color:var(--col-yellow)}.reviews .intro .vid{--img-placeholder: ;border:0;border-radius:0}.reviews .intro .product-list{width:100%;padding:1rem .5rem;display:grid;grid-template-columns:1fr}.reviews .intro .product-list ul li{width:100%;border-radius:var(--bor-rad-small);padding:.5em .5em .5em 2.75em;margin:.25em 0;position:relative;cursor:pointer;transition:color var(--hover-speed) ease-in-out,background-color var(--hover-speed) ease-in-out}.reviews .intro .product-list ul li:nth-child(2n){background-color:var(--col-gray-light)}.reviews .intro .product-list ul li>svg{width:1.75em;height:1.75em;fill:var(--col-light);background-color:var(--col-blue);border:var(--col-blue) solid .35em;border-radius:100%;position:absolute;top:50%;left:.5em;transform:translateY(-50%);transition:fill var(--hover-speed) ease-in-out,border-color var(--hover-speed) ease-in-out,background-color var(--hover-speed) ease-in-out}.reviews .intro .product-list ul li:nth-child(2n):focus,.reviews .intro .product-list ul li:nth-child(2n):hover,.reviews .intro .product-list ul li:nth-child(odd):focus,.reviews .intro .product-list ul li:nth-child(odd):hover{color:var(--col-light);background-color:var(--col-red)}.reviews .intro .product-list ul li .grade{font-family:var(--txt-heading-alt);font-size:1em;color:var(--col-light);letter-spacing:.01em;line-height:1em;text-transform:uppercase;background-color:green;border:var(--col-light) solid 2px;border-radius:var(--bor-rad);box-shadow:0 0 .5em #00000040;padding:.25em .5em;margin-left:.5em;display:inline-block;vertical-align:middle}.reviews .intro .product-list ul li .grade:before{content:"Grade "}.reviews .intro .product-list ul li .rated-numer-one,.reviews .intro .product-list ul li .rated-scam{font-size:.65em}.reviews .intro .copy{font-size:1rem;text-align:center;padding:1.5rem 1rem}.reviews .intro .copy p{font-size:1em;line-height:1.6em}.reviews .intro .copy p:first-child{font-family:var(--txt-heading);color:var(--col-brand-dark)}.reviews .intro .copy p:first-child strong{color:var(--col-red);text-transform:uppercase}.reviews .intro .copy p:last-child{margin-bottom:0}.reviews .product-reviews{font-size:1rem;padding:.5rem;margin-bottom:2rem;display:grid;grid-template-columns:1fr;grid-gap:2rem;gap:2rem}.reviews .product-reviews,.reviews .product-reviews *{position:relative;box-sizing:border-box}.reviews .product-reviews .product{background:linear-gradient(to top,#fff 0%,var(--col-gray-light) 100%);border:var(--col-grey) solid 2px;border-radius:var(--bor-rad);box-shadow:0 0 .75rem #00000026;padding:1rem 1rem 1.5rem;margin-top:1rem}.reviews .product-reviews .product .img{--border-size:2px;width:100%;border-radius:var(--bor-rad-fixed);box-shadow:0 0 .5rem #00000026;padding-bottom:var(--border-size)}.reviews .product-reviews .product .img:before{width:100%;height:100%;content:"";background:linear-gradient(to top,var(--col-gray-dark) 0%,var(--col-gray-light) 100%);border-radius:var(--bor-rad-fixed);position:absolute;top:0;left:0}.reviews .product-reviews .product .img .hero{width:calc(100% - (var(--border-size)*2));border-radius:var(--bor-rad-fixed);margin:var(--border-size)0 0 var(--border-size);display:block}.reviews .product-reviews .product .img .rated-numer-one,.reviews .product-reviews .product .img .rated-scam{position:absolute;top:.5rem;left:0}.reviews .product-reviews .product .img .stamp-scam{width:20%;position:absolute;top:.5rem;left:.5rem;opacity:.75}.reviews .product-reviews .product h2{color:var(--col-brand-dark)}.reviews .product-reviews .product .heading{text-transform:uppercase;margin-top:2rem}.reviews .product-reviews .product .heading em{font-family:var(--txt-heading);font-size:.6em;font-style:normal;letter-spacing:-.05em;text-transform:capitalize;opacity:.75}.reviews .product-reviews .product .heading em span{font-size:.75em}.reviews .product-reviews .product .heading:after{width:100%;height:2px;content:"";background-color:var(--col-gray-dark);position:absolute;bottom:-.2em;left:0}.reviews .product-reviews .product .sub-heading{font-family:var(--txt-heading);font-size:1.5rem;color:var(--col-blue);line-height:1.25em;letter-spacing:-.05em;text-transform:capitalize}.reviews .product-reviews .product .sub-heading-scam{color:var(--col-red)}.reviews .product-reviews .product .copy{font-size:1.1rem;padding:0 .5rem;margin:0}.reviews .product-reviews .product .copy p{font-family:var(--txt-news);font-size:1.15em;line-height:1.4;margin-top:0;margin-bottom:1rem}.reviews .product-reviews .product p em{font-style:normal;font-weight:700}.reviews .product-reviews .product .copy p a{word-break:break-all}.reviews .product-reviews .product .img-wrapper{width:calc(100% + 1rem);max-width:none;background-color:var(--col-light);border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;padding:.5rem;margin-top:1rem;margin-bottom:1rem;margin-left:-.5rem}.reviews .product-reviews .product .img-conmen span,.reviews .product-reviews .product .img-copy{font-family:var(--txt-heading);font-size:.9em;color:var(--col-brand-dark);line-height:1.25em;text-align:center;margin-bottom:2rem;display:block}.reviews .product-reviews .product .img-copy{padding-left:1rem;padding-right:1rem}.reviews .product-reviews .product .img-copy strong{font-family:var(--txt-heading-alt);font-size:2em;font-weight:400;color:var(--col-red);line-height:1.25em;display:block}.reviews .product-reviews .product .lab-report{width:calc(100% + 1rem);max-width:none;background-color:var(--col-light);border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;padding:.5rem;margin-top:2rem;margin-bottom:2rem;margin-left:-.5rem}.reviews .product-reviews .product .lab-report:before{z-index:2;font-family:var(--txt-heading);font-size:1.25rem;color:var(--col-light);line-height:1em;letter-spacing:-.05em;content:"Lab Report";background-color:var(--col-blue);border-radius:2px;padding:.25em .5em;position:absolute;top:-.75rem;left:50%;transform:translate(-50%)}.reviews .product-reviews .product .img-conmen{padding-left:1rem;padding-right:1rem}.reviews .product-reviews .product .img-conmen img{margin-bottom:0}.reviews .product-reviews .product .img-conmen span{margin-top:.5rem}.reviews .product-reviews .product .copy-bottom-line,.reviews .product-reviews .product .heading-bottom-line{font-family:var(--txt-heading)!important;color:var(--col-blue)}.reviews .product-reviews .product .copy-bottom-line{font-size:1em!important;line-height:1.5!important}.reviews .product-reviews .product .heading-bottom-line{font-size:1.25em;letter-spacing:-.05em;margin-bottom:.25em}.reviews .product-reviews .product .copy .btn{width:100%;margin-bottom:2rem}.reviews .product-reviews .product .copy .btn>svg{position:absolute}.reviews .product-reviews .product video{border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #00000026;display:block;cursor:pointer}.reviews .product-reviews .product .vid,.reviews .product-reviews .product video{width:calc(100% + 1rem);max-width:none;margin-bottom:1rem;margin-left:-.5rem}.reviews .product-reviews .product .video-copy,.reviews .product-reviews .product .video-heading{font-size:1.85rem;color:var(--col-brand-dark);text-align:center;line-height:1.15em}.reviews .product-reviews .product .video-copy{font-family:var(--txt-heading);font-size:1rem;margin-bottom:1.5rem;display:block}.reviews .product-reviews .product .video-copy .big{color:var(--col-blue);line-height:1.25em;text-transform:uppercase}.reviews .product-reviews .product .btn-top{position:absolute;bottom:.5rem;right:1rem}.reviews .product-reviews #product-extenze .img-b{padding:1rem 4rem}.reviews .product-reviews #product-boostaro .img-a{padding:0}.reviews .product-reviews #product-tupi-tea .img-a{width:90%;padding:0;margin-left:auto;margin-right:auto;display:block}.reviews .product-reviews #product-virasurge .img-a{width:80%;margin-left:auto;margin-right:auto;margin-top:2rem;margin-bottom:2rem;display:block}.reviews .product-reviews #product-enzyte .img-c,.reviews .product-reviews #product-zyrexin .img-b{width:75%;margin-left:auto;margin-right:auto;margin-top:2rem;margin-bottom:2rem;display:block}.reviews .product-reviews #product-enzyte .img-c{width:90%;padding:0}.reviews .product-reviews #product-exuberant .img-a,.reviews .product-reviews #product-exuberant .img-e,.reviews .product-reviews #product-exuberant .img-f,.reviews .product-reviews #product-exuberant .img-g,.reviews .product-reviews #product-exuberant .imgs-two .imgs-two-a,.reviews .product-reviews #product-redwood .img-a,.reviews .product-reviews #product-vasozyte .img-c{margin-bottom:1.5rem}.reviews .product-reviews #product-exuberant .img-a img,.reviews .product-reviews #product-exuberant .img-e img,.reviews .product-reviews #product-exuberant .img-f img,.reviews .product-reviews #product-exuberant .img-g img,.reviews .product-reviews #product-exuberant .imgs-two .imgs-two-a img,.reviews .product-reviews #product-redwood .img-a img{margin-bottom:.5rem}.reviews .product-reviews #product-exuberant .img-a span,.reviews .product-reviews #product-exuberant .img-e span,.reviews .product-reviews #product-exuberant .img-f span,.reviews .product-reviews #product-exuberant .img-g span,.reviews .product-reviews #product-exuberant .imgs-two .imgs-two-a span,.reviews .product-reviews #product-redwood .img-a span,.reviews .product-reviews #product-vasozyte .img-c span{font-family:var(--txt-heading);font-size:1rem;color:var(--col-blue);line-height:1.25em;text-align:center;display:block}.reviews .product-reviews #product-joy-mode .img-a span,.reviews .product-reviews #product-joy-mode .img-b span{font-family:var(--txt-heading);color:var(--col-blue);line-height:1.25em;text-align:center;display:block;font-size:1.25rem}.reviews .product-reviews #product-vasozyte .img-c span strong,.reviews .product-reviews .product .video-copy .big{font-family:var(--txt-heading-alt);font-size:1.5em;font-weight:400;display:block}.reviews .product-reviews #product-exuberant .img-a span strong,.reviews .product-reviews #product-exuberant .img-e span strong,.reviews .product-reviews #product-exuberant .img-f span strong,.reviews .product-reviews #product-exuberant .img-g span strong,.reviews .product-reviews #product-exuberant .imgs-two .imgs-two-a span strong{color:var(--col-red);letter-spacing:-.05em;text-transform:uppercase}.reviews .product-reviews #product-redwood .img-a span strong{color:var(--col-brand-dark)}.reviews .product-reviews #product-joy-mode .img-a,.reviews .product-reviews #product-joy-mode .img-b{margin-top:2rem;margin-bottom:1.5rem}.reviews .product-reviews #product-joy-mode .img-a img,.reviews .product-reviews #product-joy-mode .img-b img{display:block;margin-bottom:.75rem}.reviews .product-reviews #product-prelox-blue .img-a .img-wrapper{width:100%;margin:1.5rem auto .5rem}.reviews .product-reviews #product-prelox-blue .img-a .img-copy strong{font-size:1.75em;color:var(--col-brand-dark)}.reviews .product-reviews #product-nitric-boost-ultra .imgs-a{width:100%;margin:1.5rem auto}.reviews .product-reviews #product-nitric-boost-ultra .actors-fixed img,.reviews .product-reviews #product-nitric-boost-ultra .actors-fixed picture,.reviews .product-reviews #product-nitric-boost-ultra .imgs-a img{width:100%;display:block}.reviews .product-reviews #product-nitric-boost-ultra .actors-fixed{width:calc(100% + 3rem);background-color:var(--col-light);padding:.75rem 0;margin:1.5rem 0 1rem -1.5rem;display:grid;grid-template-columns:repeat(2,1fr);grid-row-gap:1.5rem;row-gap:1.5rem}.reviews .product-reviews #product-nitric-boost-ultra .actors-fixed-copy{width:100%;padding:0 .25rem;margin-top:-.75rem}.reviews .product-reviews #product-nitric-boost-ultra .actors-fixed-copy strong{font-size:2em}.reviews .product-reviews #product-alphagummy .img-copy-a{line-height:1.4em;text-align:left}.reviews .product-reviews #product-mens-essential-oil-blend .imgs-a{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1.5rem;gap:1.5rem}.reviews .product-reviews #product-mens-essential-oil-blend .imgs-a .img-wrapper,.reviews .product-reviews #product-vigor-pulse .imgs-2x2 .img-wrapper,.reviews .product-reviews #product-vivalis .imgs-2x2 .img-wrapper,.reviews .product-reviews .product .img-2x2 picture,.reviews .product-reviews .product .img-2x2 picture img{width:100%;display:block;margin:0}.reviews .product-reviews #product-vigor-pulse .imgs-2x2,.reviews .product-reviews #product-vigor-pulse .imgs-actor,.reviews .product-reviews #product-vivalis .imgs-2x2,.reviews .product-reviews .product .img-2x2{width:100%;margin:1.5rem auto;display:grid;grid-template-columns:1fr;grid-gap:1rem;gap:1rem}.reviews .product-reviews #product-vigor-pulse .imgs-actor{grid-gap:.5rem;gap:.5rem}.reviews .product-reviews #product-vigor-pulse .imgs-actor picture,.reviews .product-reviews #product-vigor-pulse .imgs-actor picture img{display:block}.reviews .product-reviews #product-vigor-pulse .imgs-actor img{border-radius:var(--bor-rad-fixed);box-shadow:0 0 .5rem #00000026}footer{z-index:1;color:var(--col-light);text-align:left;background-color:var(--col-brand-dark);padding:2.5rem 0;position:relative;margin-top:auto}footer .container{padding:0 2rem}footer .logo{width:75%;margin:0 auto;display:block}footer nav,footer nav ul{width:100%;position:relative}footer nav{margin:2rem 0}footer nav ul{font-size:1rem;list-style:none;margin:0;padding:0}footer nav ul li{width:45%;margin:.25em .4em .25em 0;display:inline-block;vertical-align:top;position:relative;cursor:pointer}footer nav ul a,footer nav ul li{transition:color var(--hover-speed) ease-out}footer nav ul a:focus,footer nav ul a:hover,footer nav ul li:focus,footer nav ul li:hover{color:var(--col-yellow);-webkit-text-decoration:none;text-decoration:none}footer .divide{width:100%;height:2px;background-color:var(--col-brand-dark);margin:2.5rem 0 2rem}footer .menu-sub-footer{margin-top:0;margin-bottom:1rem}footer .menu-sub-footer ul li{width:max-content;padding:0 1em 0 0}footer .menu-sub-footer ul li:first-child:after{width:2px;height:100%;content:"";background-color:var(--col-light);position:absolute;top:0;right:0}footer p{font-size:.9rem}footer .copy{font-size:.75rem}@media screen and (min-width:69rem){.heading,h1,h2,h3{font-size:3.5rem}.hideFromDesktop{width:0;height:0;display:none!important;visibility:hidden!important}.hideFromMobile{width:auto;height:auto;display:inline-block;visibility:visible}.padding{padding:2.25rem 4rem}.vid-chris-square-template{border-radius:var(--bor-rad-fixed);overflow:hidden;cursor:pointer}.vid-chris-square-template:before{content:"🔊Make Sure Your Sound Is Turned On! (Please Wait For The Video To Fully Load)";letter-spacing:.05em;padding:.5rem}.vid-chris-square-template>div,.vid-chris-square-template>picture img{width:50%;margin:0 auto;display:block}.vid-chris-square-template>div{padding:50% 0 0!important}.header-tagline{font-size:.9rem;letter-spacing:.15em}header{background-color:var(--col-light);position:relative}header .container{width:min(90%,70.5rem)}header .container .glow:before{right:0}header .container .logo{width:15em}header .container .tag{right:15em;display:none;visibility:hidden}header .btn-top-five{width:max-content;height:auto;font-size:1rem;padding:.5em 2.25em .5em .5em;top:50%;right:1em;display:block;visibility:visible;transform:translateY(-50%)}header .btn-top-five span strong{font-size:1.25em;font-weight:400}header .btn-top-five:focus,header .btn-top-five:hover{transform:translateY(-50%) scale(1.05)}header .btn-top-five:focus span,header .btn-top-five:hover span{transform:none}header nav{width:max-content;font-size:1.5rem;background-color:transparent;margin-left:1.5rem;top:50%;left:16rem;transform:translateY(-50%)}header nav>input{position:absolute;top:0;right:0;display:none;visibility:hidden}header nav>label{z-index:99;position:absolute;top:0;right:0;cursor:default}header nav>label,header nav>label svg{width:0;height:0;display:none;visibility:hidden}header nav ul,header nav ul li{background-color:transparent;transform:none;position:relative}header nav ul{width:max-content;font-size:.75em;color:var(--col-light);border-bottom-left-radius:0;border-bottom-right-radius:0;padding:0;display:block;top:auto;left:auto}header nav ul li{font-size:inherit;text-align:center;box-shadow:none;padding:.5em;display:inline-block;vertical-align:middle}header nav ul li:after{width:35%;height:4px;content:"";background-color:var(--col-yellow);border-radius:var(--bor-rad);position:absolute;bottom:0;left:0;right:0;margin:0 auto;transform-origin:center;transform:scaleX(0);opacity:0;transition:transform var(--hover-speed) ease-out,opacity var(--hover-speed) ease-out}header nav ul .selected:after,header nav ul li:focus:after,header nav ul li:hover:after{transform:scaleX(1);opacity:1}header nav ul li:nth-child(2n){color:inherit;background-color:transparent}header nav ul li:last-child{border-bottom-left-radius:0;border-bottom-right-radius:0;padding-bottom:1em}header nav ul li a{color:inherit;transition:color var(--hover-speed) ease-out}header nav ul .selected a,header nav ul li a:focus,header nav ul li a:hover{color:var(--col-yellow);-webkit-text-decoration:none;text-decoration:none}header nav ul li:focus,header nav ul li:hover{color:var(--col-yellow);outline:0;background-color:transparent}header nav>input:checked~ul,header nav>input:checked~ul li{transform:none}.home .banner:before{z-index:-1;width:calc(100% + 15rem);height:125%;content:"";background:radial-gradient(ellipse at center,#000 0,transparent 70%);position:absolute;top:50%;left:-7.5rem;transform:translateY(-50%)}.home .banner .banner-img-desktop{display:block}.home .banner-bulls{border-bottom-left-radius:var(--bor-rad-small);border-bottom-right-radius:var(--bor-rad-small);margin-bottom:2rem}.home .banner-bulls>h2{font-size:3.5rem;padding-left:2rem;padding-right:2rem;margin-bottom:1em}.home .banner-bulls>h2:after{width:80%;height:3px;bottom:-.1em;left:10%}.home .banner-bulls>h2 .line-break{display:inline}.home .banner-bulls>h2 strong:last-child{font-size:1.28em;line-height:1.15em;display:block}.home .banner-bulls>.img{width:38%;margin-top:-6rem;display:inline-block;vertical-align:middle;position:relative}.home .banner-bulls>.img picture:first-child img{width:100%;display:block}.home .banner-bulls>.img picture:last-child img{width:100%;position:absolute;bottom:-4rem;left:-1rem}.home .banner-bulls>ul{width:61%;font-size:1.5rem;position:relative;display:inline-block;vertical-align:middle}.home .banner-bulls>h3{font-size:2.15rem}.home .banner-bulls>h3 strong:nth-child(2){display:inline-block}.home .vid-chris{padding-bottom:1rem}.dudley,.home .vid-chris .vid{border-radius:var(--bor-rad-small)}.home .vid-chris .vid{--img-placeholder:url(/_astro/chris-hansen-video-poster.Dw4rsXLL.jpg);border:0}.dudley{border:var(--col-gray-light) solid 1px;box-shadow:0 0 .5rem #00000026;margin-bottom:2rem}.dudley>h2{font-size:4rem;margin-bottom:1.5rem}.dudley>p{font-size:1.2rem;line-height:1.6em}.dudley .crests{width:35%;margin-left:3.5rem}.dudley .hero,footer nav ul li{width:45%}.dudley .dudley-tv{width:47%;position:absolute;bottom:13.25rem;right:4rem}.banners{padding:1rem 0 3rem;grid-template-columns:repeat(2,1fr);gap:1rem}.banners>:last-child{grid-column:span 2}.banners>a{transition:transform var(--hover-speed) ease-in-out}.banners>a:focus,.banners>a:hover{transform:scale(1.025)}.banners img{border-radius:var(--bor-rad-small)}.topfive-heading{font-size:1.75rem}.topfive-heading p span{font-size:1em;display:inline}.topfive>.copy{font-size:1.35rem;padding:0 2rem;margin-top:2rem;margin-bottom:1rem}.topfive .product{padding:2rem 3rem;grid-template-columns:repeat(7,1fr);align-items:center;gap:2rem}.topfive .product .img{grid-column:span 3;overflow:visible}.topfive .product .img .rated{font-size:2.5em;color:var(--col-brand-dark);top:-1rem;right:-39rem}.topfive .product-highlight .img .rated span{text-shadow:none}.topfive .product .img .rated:before{opacity:0}.topfive .product .scores{font-size:1.25em;grid-column:span 4}.topfive .product .scores>h2{width:75%}.topfive .product .scores>h3{font-size:1.75em;margin-bottom:1em}.topfive .product .scores .score{margin-bottom:1em}.topfive .product .scores .btn{width:89%;margin:2rem 0 .5rem 11%;display:block}.topfive .product .scores .btn span{width:100%;text-align:center}.topfive .product .copy{grid-column:span 7}.topfive .product .copy button{margin-left:73%;margin-top:1rem}.scams .title,.scams .vid-bulls{text-align:left;border-bottom-left-radius:var(--bor-rad-small);border-bottom-right-radius:var(--bor-rad-small)}.scams .title{z-index:2;padding:1rem 1rem 1rem 2rem}.scams .title .copy,.scams .title h1,.scams .vid-bulls .scam-list .title span{width:max-content;display:inline-block;vertical-align:middle}.scams .title h1{font-size:5.5rem;padding:0}.scams .title .copy{width:45%;color:var(--col-light);text-align:center;padding-left:10rem;position:relative}.scams .title .copy img{width:18%;position:absolute;top:-2rem;left:2rem}.scams .title .copy h2{font-size:1.75rem;margin:0}.scams .title .copy h2 strong{font-size:1.65em;text-transform:uppercase;display:block}.scams .vid-bulls{background:#fff;background:linear-gradient(to bottom,#fff 0,#e5e5e5);padding:2rem}.scams .vid-bulls .scam-list,.scams .vid-bulls .vid{display:inline-block;vertical-align:top;position:relative}.scams .vid-bulls .vid{--img-placeholder:url(/_astro/chris-hansen-video-poster.Dw4rsXLL.jpg);width:55%;margin-top:3rem;text-align:center;overflow:hidden;border-radius:var(--bor-rad-small)}.vid-bulls>.title{width:55%;text-align:center;position:absolute;top:25rem;left:0}.vid-bulls>.title h2{font-size:2.8rem;margin-bottom:0}.reviews .product-reviews #product-virasurge .img-a span strong,.sign-up .copy h2,.vid-bulls>.title h3{font-size:2rem}.scams .vid-bulls{position:relative}.scams .vid-bulls .scam-list{width:40%;margin-left:4%}.scams .vid-bulls .scam-list .title{font-size:3.5rem;text-transform:uppercase;position:relative;margin-bottom:0}.scams .vid-bulls .scam-list .title strong{font-size:1.65em;color:var(--col-red);display:inline-block;vertical-align:middle;position:relative}.scams .vid-bulls .scam-list .title span{position:relative}.scams .vid-bulls .scam-list .title span:after,.scams .vid-bulls .scam-list .title span:before{width:100%;height:2px;content:"";background-color:var(--col-dark);position:absolute;left:0}.scams .vid-bulls .scam-list .title span:before{top:-.15em}.scams .vid-bulls .scam-list .title span:after{bottom:-.15em}.scams .scam-list .title-alt{font-size:1rem;text-align:center}.scams .scam-list .title-alt:before{width:0;height:0;top:0;left:0;display:none;visibility:hidden}.scams .scam-list .title-alt h2{font-size:3.75em}.scams .scam-list .title-alt h3{font-size:1.15em;margin-top:.15rem;margin-bottom:1rem}.scams .vid-bulls .scam-list ul{width:100%;font-family:var(--txt-heading);font-size:1.25rem;letter-spacing:-.05em;list-style:none;padding:0;margin:0;position:relative}.scams .vid-bulls .scam-list ul li{width:100%;border-radius:var(--bor-rad-small);padding:.5em .5em .5em 2.75em;margin:.25em 0;position:relative;cursor:pointer;transition:color var(--hover-speed) ease-out,background-color var(--hover-speed) ease-out}.scams .vid-bulls .scam-list ul li:first-child{margin-top:0}.scams .vid-bulls .scam-list ul li:nth-child(odd){background-color:var(--col-gray-dark)}.scams .vid-bulls .scam-list ul li:focus,.scams .vid-bulls .scam-list ul li:hover{color:var(--col-light);background-color:var(--col-red)}.scams .vid-bulls .scam-list ul li:focus svg,.scams .vid-bulls .scam-list ul li:hover svg{fill:var(--col-red);border-color:var(--col-light);background-color:var(--col-light)}.scams .scams{padding:0 2rem}.scams .scams .scam{width:100%;background-color:var(--col-light);border:var(--col-gray-dark) solid 2px;border-radius:var(--bor-rad-small);box-shadow:.15em .15em #0000001a;padding:2rem;margin:2rem auto;position:relative}.scams .scams .scam>picture>img{width:55%;border-radius:var(--bor-rad-small);display:inline-block;vertical-align:middle}.scams .scams .scam .copy{width:42%;padding:0 0 0 2%}.reports .labreports .report .copy h2,.scams .scams .scam .copy h2,.scams .scams .scam-alt .copy h2{font-size:2.5rem}.scams .scams .scam-alt{text-align:center;border-radius:var(--bor-rad-small);padding-top:2rem;padding-bottom:0}.reviews .product-reviews #product-nitric-boost-ultra .imgs-a>div,.scams .scams .scam .copy,.scams .scams .scam-alt>picture>img{display:inline-block;vertical-align:top}.scams .scams .scam-alt>picture:nth-child(1) img{width:52%}.scams .scams .scam-alt>picture:nth-child(2) img{width:38%;margin-left:2%}.scams .scams .scam-alt .copy{width:100%;text-align:left;padding:2.5rem}.scams .scams .scam-double>picture:nth-child(2) img{width:100%;display:block}.scams .scams .scam-double>picture:nth-child(3) img{vertical-align:top}.scams .scams .scam-double .copy{margin-top:1rem}.scams .scams .scam-large>picture>img{width:calc(100% + 4rem);max-width:none;margin-top:-1.5rem;margin-left:-2rem;margin-bottom:2rem}.scams .scams .scam-large>.vid,.scams .scams .scam-large>.vid picture{border-radius:var(--bor-rad-small)}.scams .scams .scam-large>.vid{margin-bottom:1.5rem}.scams .scams .scam-large .copy{width:100%;display:block;padding-left:0}.scams .scams .scam-large .copy>.vid{width:90%;margin:2rem auto 1rem}.scams .scams .scam-large .video-copy{font-size:1.5rem;margin-bottom:2rem}.scams .scams #scam-alpha-tonic h2{font-size:2.3rem;text-align:left}.scams .scams #scam-alpha-tonic h2 strong{font-size:1.25em;display:inline}.scams .scams #scam-doctor-oz>picture>img{width:100%;margin:-1rem auto 2rem;display:block}.scams .scams #scam-doctor-oz .img-a{width:85%;border-width:3px;padding:1rem;margin:2.5rem auto 1.5rem}.sign-up{background-image:url(/_astro/chris-hansen-standing-in-front-of-stone-wall.D-ZFe7SJ.jpg);border-top-left-radius:var(--bor-rad-small);border-top-right-radius:var(--bor-rad-small)}.sign-up .copy{width:60%}.sign-up .copy h3{font-size:2.25rem}.sign-up .copy h2 strong,.sign-up .copy h3 strong{font-size:1.75em}.sign-up .copy input{width:85%;font-size:1.25rem;padding:1em}.sign-up .mag{width:15rem;position:absolute;top:auto;bottom:8rem;right:1rem;transform:rotate(5deg)}.sign-up .chart{width:10rem;position:absolute;top:auto;bottom:7rem;left:auto;right:18rem}.sign-up button{font-size:2.15rem;margin-top:1rem;padding-top:.35em;padding-bottom:.35em;position:absolute;bottom:2.5rem;right:2rem}.reports .title{z-index:2;padding:2rem 2rem 2.5rem}.reports .title h1{font-size:6rem}.reports .title h1 strong{font-size:1em;display:inline}.reports .title h1 strong:after{bottom:-.03em}.reports .banner,.reports .banner img,.reports .title{border-bottom-left-radius:var(--bor-rad-small);border-bottom-right-radius:var(--bor-rad-small)}.reports .banner{text-align:left;margin-top:-1rem;margin-bottom:4rem}.reports .banner img{width:100%;display:block}.reports .banner h2{width:100%;font-size:2.25rem;color:var(--col-gray-dark);line-height:1.25em;padding:0;padding-left:2rem;margin-top:-9.5rem}.reports .banner h2 strong{font-family:var(--txt-heading-alt);font-size:1.75em;color:var(--col-light);text-transform:uppercase;line-height:1.25em;display:block}.reports .product-list-nav{padding-top:1rem}.reports .product-list-nav .wrapper:before{--_padding:2rem;border-radius:var(--bor-rad-fixed)}.reports .product-list-nav ul{grid-template-columns:repeat(5,1fr);gap:1rem}.reports .labreports{padding:0 2rem}.reports .labreports .report{width:100%;padding:2rem}.reports .labreports .report .copy,.reports .labreports .report>a img{width:55%;display:inline-block;vertical-align:top}.reports .labreports .report .copy{width:42%;padding-top:0;padding-left:3%}.reports .labreports .report .lab-report{width:55%;margin:2rem auto;transition:transform var(--hover-speed) ease-in-out;will-change:transform;display:inline-block;vertical-align:top}.reports .labreports .report .lab-report:before,.reviews .product-reviews .product .lab-report:before{font-size:1.6rem;border-radius:4px;top:-1.15rem;will-change:transform}.reports .labreports .report .lab-report>svg,.reviews .product-reviews .product .lab-report>svg{--icon-size:5rem;z-index:2;width:var(--icon-size);height:var(--icon-size);color:var(--col-gray-dark);position:absolute;top:2rem;right:2rem;pointer-events:none;transition:color var(--hover-speed) ease-in-out,transform var(--hover-speed) ease-in-out}.reports .labreports .report .lab-report:focus,.reports .labreports .report .lab-report:hover{transform:scale(1.02)}.reports .labreports .report .lab-report:focus>svg,.reports .labreports .report .lab-report:hover>svg{color:var(--col-blue);transform:scale(3) translate(-4rem,5rem) rotate(90deg)}.faq .title{z-index:2;border-bottom-left-radius:var(--bor-rad-small);border-bottom-right-radius:var(--bor-rad-small);padding:2rem 2rem 2.5rem}.faq .title h1{font-size:5rem}.faq .faqs,.faq .faqs .qa{padding:2rem}.faq .faqs .qa h2{font-size:1.75rem}.reviews .intro,.reviews .title{border-bottom-left-radius:var(--bor-rad-small);border-bottom-right-radius:var(--bor-rad-small)}.reviews .title{z-index:2;font-size:2.5rem;padding:2rem 2rem 2.5rem}.reviews .intro .vid{width:98%;--img-placeholder:url(/_astro/chris-hansen-video-poster.Dw4rsXLL.jpg);border-radius:var(--bor-rad-small);margin-top:.5rem}.reviews .intro{background:linear-gradient(to bottom,var(--col-light) 0%,rgba(0,0,0,.05) 100%)}.reviews .intro .product-list{padding:2rem 1rem;grid-template-columns:repeat(3,1fr);gap:1rem}.reviews .intro .product-list .product-list-a li:nth-child(2n),.reviews .intro .product-list .product-list-b li:nth-child(2n),.reviews .intro .product-list .product-list-c li:nth-child(2n){background-color:var(--col-gray-light)}.reviews .intro .product-list .product-list-a li:nth-child(odd),.reviews .intro .product-list .product-list-b li:nth-child(odd),.reviews .intro .product-list .product-list-c li:nth-child(odd){background-color:transparent}.reviews .intro .copy{font-size:1.25rem;padding:2.5rem 4rem 1rem}.reviews .intro .copy p:first-child{font-size:1.1em;line-height:1.4em}.reviews .product-reviews .product{padding:2rem 3rem}.reviews .product-reviews .product .img{width:45%;display:inline-block;vertical-align:top;margin-bottom:2rem}.reviews .product-reviews .product .img .rated-numer-one,.reviews .product-reviews .product .img .rated-scam{font-size:1.5rem;top:1rem}.reviews .product-reviews .product .copy p{margin-bottom:2rem}.reviews .product-reviews .product .copy-intro{width:50%;display:inline-block;vertical-align:top;margin-left:2rem}.reviews .product-reviews .product .img-copy strong{font-size:3em;line-height:1.25em}.reviews .product-reviews .product .lab-report{width:90%;margin:2rem auto;transition:transform var(--hover-speed) ease-in-out;will-change:transform}.reviews .product-reviews .product .lab-report:focus,.reviews .product-reviews .product .lab-report:hover{transform:scale(1.02)}.reviews .product-reviews .product .lab-report:focus>svg,.reviews .product-reviews .product .lab-report:hover>svg{color:var(--col-blue);transform:scale(3) translate(-7.75rem,10rem) rotate(90deg)}.reviews .product-reviews .product .img-conmen{width:100%;background-color:var(--col-light);border-radius:var(--bor-rad-small);box-shadow:0 0 .5rem #0000000d;padding:0 3rem 1.5rem;margin:2rem auto}.reviews .product-reviews .product .img-conmen picture{width:45%;position:absolute;top:0;right:3rem}.reviews .product-reviews .product .img-conmen span{width:45%;font-size:1.25em;font-style:italic;line-height:1.4em;text-align:right;padding-top:4rem;padding-bottom:4rem;margin-top:.5rem;margin-bottom:2rem}.reviews .product-reviews .product .heading-bottom-line{font-size:1.5em;letter-spacing:-.05em;margin-bottom:.25em}.reviews .product-reviews .product .copy .btn{width:auto;margin-bottom:1rem}.reviews .product-reviews .product .copy .btn span{padding-left:1em;padding-right:1em}.reviews .product-reviews .product video{cursor:pointer}.reviews .product-reviews .product .vid,.reviews .product-reviews .product video{width:90%;margin:0 auto;margin-bottom:2rem}.reviews .product-reviews .product .btn-top{bottom:1rem;right:1.5rem}.reviews .product-reviews .product .video-heading{font-size:2.95rem}.reviews .product-reviews .product .video-copy{width:60%;font-size:1.25rem;line-height:1.25em;margin:0 auto 3rem}.reviews .product-reviews .product .video-copy .big{font-size:1.75em}.reviews .product-reviews .product .imgs-two{width:100%;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:2rem;gap:2rem;margin-bottom:2rem;align-items:center}.reviews .product-reviews #product-extenze .imgs-two img,.reviews .product-reviews #product-exuberant .imgs-two img{max-width:100%;margin:0}.reviews .product-reviews #product-exuberant .img-c{width:55%;float:right;margin-top:0;margin-left:2rem}.reviews .product-reviews #product-extenze .imgs-two .img-a{padding:2rem}.reviews .product-reviews #product-extenze .imgs-two .img-b{padding-left:7rem;padding-right:7rem}.reviews .product-reviews #product-green-lumber .img-wrapper{padding:2rem 4rem}.reviews .product-reviews #product-green-lumber .img-copy{font-size:1.15em;padding-left:12rem;padding-right:12rem;margin-top:.5rem;margin-bottom:3rem}.reviews .product-reviews #product-boostaro .img-a{width:90%;display:block;margin-left:auto;margin-right:auto;margin-bottom:2rem}.reviews .product-reviews #product-brazilian-wood .imgs-brazilian-wood{width:100%;text-align:center}.reviews .product-reviews #product-brazilian-wood .imgs-brazilian-wood img{padding:0;margin:0;display:inline-block;vertical-align:middle}.reviews .product-reviews #product-brazilian-wood .imgs-brazilian-wood .img-a{width:58%}.reviews .product-reviews #product-brazilian-wood .imgs-brazilian-wood .img-b{width:35%;margin-left:1rem}.reviews .product-reviews #product-brazilian-wood .imgs-brazilian-wood .img-copy{font-size:1rem;padding-left:4rem;padding-right:4rem;margin-top:1rem}.reviews .product-reviews #product-tupi-tea .copy:nth-child(3){margin-top:2rem}.reviews .product-reviews #product-tupi-tea .img-a{width:30%;float:right;margin:-5rem 1rem 1rem 3rem}.reviews .product-reviews #product-virasurge .img-a{width:30%;float:right;margin:-1rem 0 0 3rem}.reviews .product-reviews #product-vasozyte .img-a{width:40%;float:right;margin:-1rem 0 0 3rem}.reviews .product-reviews #product-vasozyte .img-a .img-copy{margin-bottom:0}.reviews .product-reviews #product-zyrexin .img-a{width:35%;float:right;padding:0;margin:0 0 1rem 2rem}.reviews .product-reviews #product-extenze .img-d{width:40%;float:right;padding:0;margin:-6rem 0 3rem 2rem}.reviews .product-reviews #product-red-boost .imgs-two{margin-bottom:.5rem}.reviews .product-reviews #product-herbal-v .img-link{z-index:2}.reviews .product-reviews #product-herbal-v .img-a{width:55%;float:right;margin-left:2rem;margin-top:0;margin-bottom:1rem}.reviews .product-reviews #product-herbal-v video{width:80%}.reviews .product-reviews #product-exuberant .img-e{width:40%;float:right;margin-top:-3rem;margin-bottom:2rem;margin-left:3rem}.reviews .product-reviews #product-exuberant .img-g{width:40%;float:left;margin:-1.5rem 3rem 4rem 0}.reviews .product-reviews #product-redwood .img-a{width:49%;float:right;margin-top:-6.5rem;margin-bottom:2rem;margin-left:3rem}.reviews .product-reviews #product-vasozyte .img-c{width:30%;float:left;margin:0;margin:-1rem 3rem 3rem 0}.reviews .product-reviews #product-vasozyte .img-b{margin-left:auto;margin-right:auto;margin-top:2rem;margin-bottom:2rem;display:block}.reviews .product-reviews #product-vasozyte .img-d,.reviews .product-reviews #product-vasozyte .img-e{width:75%;margin-left:auto;margin-right:auto;margin-top:2rem;margin-bottom:2rem;display:block}.reviews .product-reviews #product-vasozyte .img-b{width:85%}.reviews .product-reviews #product-joy-mode .img-a,.reviews .product-reviews #product-joy-mode .img-b{width:30%;margin:0}.reviews .product-reviews #product-joy-mode .img-a{float:right;margin-top:-3rem;margin-left:2rem}.reviews .product-reviews #product-joy-mode .img-b{float:left;margin-top:-2rem;margin-right:2rem}.reviews .product-reviews #product-joy-mode .heading-bottom-line{margin-top:5rem}.reviews .product-reviews #product-prelox-blue .img-a{width:30%;float:left;margin:0 3rem 5rem 0}.reviews .product-reviews #product-prelox-blue .img-a .img-wrapper{margin-top:0}.reviews .product-reviews #product-nitric-boost-ultra .imgs-a{margin:2.5rem auto 0}.reviews .product-reviews #product-nitric-boost-ultra .imgs-a>div:first-child{width:62%}.reviews .product-reviews #product-nitric-boost-ultra .imgs-a>div:last-child{width:36%;margin-left:1%}.reviews .product-reviews #product-nitric-boost-ultra .actors-fixed{width:calc(100% + 7rem);margin-left:-3.5rem;grid-template-columns:repeat(4,1fr)}.reviews .product-reviews #product-nitric-boost-ultra .img-video-scene,.reviews .product-reviews #product-nitric-boost-ultra .img-video-scene-copy{width:50%;margin:0 auto;display:block}.reviews .product-reviews #product-nitric-boost-ultra .img-video-scene{margin-top:2.5rem}.reviews .product-reviews #product-nitric-boost-ultra .img-video-scene-copy{margin:1.5rem auto 2.5rem}.reviews .product-reviews #product-alphagummy .imgs-a,.reviews .product-reviews #product-alphagummy .imgs-b{width:90%;margin:2.5rem auto;display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1rem;gap:1rem}.reviews .product-reviews #product-alphagummy .imgs-a .img-wrapper,.reviews .product-reviews #product-alphagummy .imgs-b .img-wrapper{width:100%;display:block}.reviews .product-reviews #product-alphagummy .imgs-a,.reviews .product-reviews #product-alphagummy .imgs-b .img-copy{margin-bottom:0}.reviews .product-reviews #product-alphagummy .img-copy-a{width:90%;margin:.75rem auto 2.5rem}.reviews .product-reviews #product-peak-thrust .img-b,.reviews .product-reviews #product-vital-grow-xl .img-b{width:65%;margin:2.5rem auto 1.5rem;display:block}.reviews .product-reviews #product-mens-essential-oil-blend .imgs-a{margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:.5rem}.reviews .product-reviews #product-mens-essential-oil-blend .img-a{width:75%;margin:2.5rem auto 1.5rem;display:block}.reviews .product-reviews #product-vigor-pulse .imgs-2x2,.reviews .product-reviews #product-vivalis .imgs-2x2{width:80%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr)}.reviews .product-reviews #product-vigor-pulse .img-a{width:80%;margin:2.5rem auto;display:block}.reviews .product-reviews #product-vigor-pulse .imgs-actor{margin:2.5rem auto;grid-template-columns:repeat(3,1fr);gap:1rem;align-items:center}.reviews .product-reviews #product-vigor-pulse .imgs-actor :first-child{grid-column:span 2}.reviews .product-reviews #product-powerectus .img-powerectus-videos :nth-child(3){grid-column:span 2}.reviews .product-reviews .product .img-2x2{width:90%;margin:2.5rem auto;grid-template-columns:repeat(2,1fr);gap:1rem;align-items:center}footer{padding:5rem 0}footer .logo{width:30%;margin:0}footer nav{width:40%;margin:0;margin-left:14rem;margin-right:3rem;position:relative}footer nav ul,footer p{font-size:1rem}footer .logo,footer .social,footer nav{display:inline-block;vertical-align:top}footer .menu-sub-footer{width:max-content;margin:0;position:absolute;bottom:0;right:2rem}footer .menu-sub-footer ul li:last-child{padding-right:0}footer .copy{font-size:.75rem;margin:3rem 0}}@media screen and (min-width:78rem){header .container .tag{display:block;visibility:visible}}@media screen and (max-width:24rem){.header-tagline{font-size:.75rem}header .container .logo{width:12em}header .container .tag{width:6em;right:3.75em}.home .banner-bulls>h2{font-size:1.6rem}.dudley>h2{font-size:2.15rem}.topfive .product .scores .score span{font-size:.6em}}
