*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:18px}body{font-family:Inter,sans-serif}a{text-decoration:none}h1,h2,h3,h4,h5,h6{color:#404040}h1{font-size:3rem}h2{font-size:2rem}h3{font-size:1.5625rem}h4{font-size:1.25rem}p{margin-bottom:.8rem}.primary-color{color:#2070df}.secondary-color{color:#f48c25}.btn{border-radius:8px;padding:10px 16px;font-weight:600;transition:all .25s;display:inline-block}.btn.hollow.blue{color:#2070df;border:1px solid #2070df}.btn.hollow.blue:hover{color:#fff;background:#2070df}.btn.hollow.orange{color:#f48c25;border:1px solid #f48c25}.btn.hollow.orange:hover{color:#fff;background:#f48c25}.btn.solid.blue{color:#fff;background:#2070df;border:1px solid #2070df}.btn.solid.blue:hover{background:#066bf9}.btn.solid.orange{color:#fff;background:#f48c25;border:1px solid #f48c25}.btn.solid.orange:hover{background:#ff8c1a}.max-width-wrapper{width:100%;max-width:1550px;height:100%;margin:0 auto;padding:0 20px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}header{z-index:10;background:#fff;border-bottom:3px solid #2070df;width:100%;position:fixed;top:0;left:0}header:after{content:"";pointer-events:none;border:1px solid #0000;width:100%;height:100%;position:absolute;top:0;left:0;box-shadow:0 0 20px #00000014}header .max-width-wrapper{justify-content:space-between;align-items:center;min-height:75px;display:flex}header nav a{color:#666;padding:8px 16px;transition:all .15s}header nav a:hover{color:#4d4d4d}#active-section-link{color:#134386;font-weight:600}#brand-container{align-items:center;gap:8px;padding:1px 5px;display:flex}#brand-container h1{color:#2070df;font-size:1.5625rem}#logo{height:30px}#circle{fill:#2070df!important}#dropdown-menu-btn{cursor:pointer;background:0 0;border:none;width:30px;display:none}#home{justify-content:center;width:100%;height:750px;display:flex;overflow:hidden}#home:before,#home:after{content:"";z-index:-10;background:url(/img/protein.webp) 50%/contain no-repeat;width:1000px;height:80%;transition:all 1s;display:none;position:absolute}#home:before{top:-600px;left:-500px;transform:rotate(100deg)}#home:after{bottom:-500px;right:-450px;transform:rotate(-25deg)}#hero-content-wrapper{text-align:center;flex-direction:column;justify-content:space-between;width:1000px;padding:200px 15px 150px;display:flex;position:relative}#hero-content-wrapper:before,#hero-content-wrapper:after{content:"";z-index:-10;background:url(/img/protein.webp) 50%/contain no-repeat;width:1000px;height:110%;transition:transform 1s ease-in;animation:.25s ease-in fade-in;position:absolute;top:-100px}#hero-content-wrapper:before{right:1050px;transform:rotate(200deg)}#hero-content-wrapper:after{left:1050px;transform:scaleX(-1)rotate(15deg)}#name-and-tg{flex-direction:column;justify-content:center;display:flex}#name-and-tg h1{color:#4d4d4d;margin-top:auto;font-size:3rem;font-weight:700}#name-and-tg h2{color:#595959;margin-bottom:auto;font-size:1.5625rem;font-weight:500}#categories h4{color:#1a59b3;font-weight:600}#categories{flex-wrap:wrap;justify-content:space-around;align-items:center;gap:20px;display:flex}#categories div{max-width:300px}#cta-btns-container{justify-content:center;align-items:flex-start;gap:20px;display:flex}#about{background:#2070df;padding:40px 0;box-shadow:0 0 10px #0003}#about .max-width-wrapper{flex-wrap:wrap;align-items:stretch;gap:40px;display:flex}#about .max-width-wrapper div{color:#e6e6e6;flex:1.2 500px}#about .max-width-wrapper div h2{color:#f2f2f2;padding:0 0 15px;display:block}#about .max-width-wrapper div a[href=\#products]{margin-top:.5rem;display:inline-block;box-shadow:1px 1px 10px #0000001a}#about .max-width-wrapper img{object-fit:cover;border-radius:4px;flex:300px;width:100%;min-width:0;height:auto;box-shadow:1px 1px 10px #0000001a}#brands{padding:50px 0}#brands h2{text-align:center;color:#404040;margin-bottom:1.5625rem}#brands .max-width-wrapper div{flex-wrap:wrap;justify-content:space-around;gap:50px;display:flex}#brands p{font-size:5rem;font-weight:800}#brands p sup{font-size:.25em;position:relative;top:-.825em}#products{border-top:1px solid #eee;padding:50px 0}#products h2{text-align:center;margin-bottom:2rem}#products .max-width-wrapper img{width:500px}#product-slider{flex-wrap:wrap;justify-content:center;gap:30px;display:flex}#product-slider .product-card{background:#e4eefb;border-radius:10px;flex-direction:column;width:350px;display:inline-flex}#product-slider .product-card img{background:#f8fbfe;border-radius:10px;width:90%;margin:20px auto}#product-slider .product-card>div{border-top:2px solid #0000000d;flex-direction:column;justify-content:space-between;gap:20px;height:100%;padding:20px;display:flex}#product-slider .product-card>div h3{margin-bottom:.5rem}#product-slider .product-card>div p{color:#595959}footer{color:#f2f2f2;text-align:center;background:#2070df;margin-top:50px;padding:50px 0}@media (width<=1400px){#home #hero-content-wrapper h1{font-size:2.4rem}#home #hero-content-wrapper h2{font-size:1.25rem}#home #hero-content-wrapper:before{right:900px}#home #hero-content-wrapper:after{left:900px}}@media (width<=1000px){header #dropdown-menu-btn{display:block}header nav{background:#fff;flex-direction:column;width:100%;height:100%;padding:40px 25%;display:none;position:fixed;top:78px;left:0}header nav a{text-align:center;width:100%;padding:20px}header nav[aria-hidden=false]{display:flex}#home{height:1000px;position:relative}#home #hero-content-wrapper #name-and-tg h1{font-size:1.953rem}#home #hero-content-wrapper #name-and-tg h2{font-size:1rem}#home #hero-content-wrapper>div{height:100%}#home #hero-content-wrapper:before,#home #hero-content-wrapper:after,#home #hero-content-wrapper #categories{display:none}#home:before,#home:after{display:block}#brands p{font-size:4rem}}@media (width<=500px){#home:before{top:-650px}#brands .max-width-wrapper div{gap:20px}#brands p{font-size:3rem}}