@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";@import"https://fonts.googleapis.com/css2?family=Dosis:wght@200..800&display=swap";@import"https://fonts.googleapis.com/css2?family=Lexend+Giga:wght@100..900&display=swap";@import"https://fonts.googleapis.com/css2?family=Mrs+Sheppards&display=swap";@import"https://fonts.googleapis.com/css2?family=Montaga&family=Mrs+Sheppards&family=Russo+One&display=swap";@import"https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&family=Montaga&family=Mrs+Sheppards&family=Russo+One&display=swap";@import"https://fonts.googleapis.com/css2?family=Monda:wght@400..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&display=swap";@import"https://fonts.googleapis.com/css2?family=Mrs+Sheppards&family=Russo+One&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}*{margin:0;padding:0;box-sizing:border-box}#root{width:100%}header{display:flex;justify-content:space-between;padding:1.1rem 2rem;position:fixed;top:0;width:100%;z-index:999;align-items:center;background-color:#f5eae2}.logo{font-family:poppins;text-align:center;margin:auto;color:#242424;font-size:2rem;font-weight:800}.logo span{color:#fff}header nav{display:flex;margin-right:4rem}header nav ul{display:flex;list-style:none;justify-content:space-around;align-items:center}header .tab-link{padding:1rem 1.8rem;color:#000;font-family:poppins;text-decoration:none;font-weight:500;font-size:.9rem;transition:.5s}header .nav-left .tab-link:hover{color:#ca8d73}header .nav-right .tab-link:hover{color:#ca8d73}.active{color:#ca8d73!important}.hamburger-menu{display:grid;row-gap:.4rem;margin-right:.5rem;padding:.7rem .2rem;justify-items:end;z-index:10000}.hamburger-menu:hover{cursor:pointer}.bar1{width:1.33rem;height:.1222rem;background-color:#1d1d1d}.bar2{width:.8rem;height:.1222rem;background-color:#1d1d1d}.bar1,.bar2{transition:transform .3s ease-in-out}.hamburger-menu.open .bar1{transform:rotate(45deg) translateY(8px)}.hamburger-menu.open .bar2{transform:rotate(-45deg) translateY(-8px);width:.8rem}.tab-div{position:relative}.mobile-menu-2{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#fff;display:flex;justify-content:center;align-items:center;transition:opacity .5s ease-in-out,visibility .5s;z-index:9999;padding:1rem}.mobile-menu-2 ul{list-style:none;text-align:center}.mobile-menu-2 h1{font-family:Roboto;font-size:2.5rem}@media screen and (max-width:430px){header nav{display:none!important}}footer{background-color:#1d1d1d;width:100%;padding:1rem 3rem}footer .socials{display:flex;align-items:center;margin:2rem 0;justify-content:center;gap:3rem}footer .socials i{color:#fff}.footer-tabs ul{display:flex;align-items:center;list-style:none;justify-content:space-around}.footer-tabs a{color:#fff;font-family:dosis;text-decoration:none}.footer-tabs ul li{padding:.5rem}.copyright{font-family:dosis;color:#fff;text-align:center;margin-top:2rem}.footer-contact{display:block;width:fit-content}.footer-contact p{color:#c9c9c9ee}.footer-contact h1{font-size:1rem;color:#fff;font-weight:500}.footer-body{display:flex;align-items:center;justify-content:space-around}@media screen and (min-width:768px){.footer-tabs ul{margin:auto;font-family:dosis;padding:0 3rem}}@media screen and (max-width:430px){footer{padding:1rem}.footer-body{display:grid;row-gap:3rem}#footer-contact-2{display:none}}.hero-section{background-color:#f5eae2;min-height:100dvh;max-width:100%;overflow:hidden;display:flex;justify-content:center;align-items:center}.hero-content{margin-left:6rem;margin-right:4rem;padding-top:2rem}.hero-content h1{font-family:Montaga;font-size:2rem;color:#000}.hero-content p{font-family:poppins;margin-top:2rem;letter-spacing:1px;margin-bottom:2rem;color:#000}.hero-content p span{font-weight:700}.ctas{display:flex;justify-content:center}.cta{padding:.7rem 1rem;border-radius:.75rem;font-weight:700;margin:1.8rem 1.2rem 1.2rem;transition:.3s}.cta:hover{cursor:pointer;scale:1.025}#hero-cta-1{background-color:#ca8d73;color:#fff}#hero-cta-2{background-color:#fff;color:#3f3f3f;border:#ca8d73 1px solid}.image-div{max-width:fit-content}#hero-img{max-width:40%;height:auto;margin-right:3rem}#hero-cta-1:hover{background-color:#fdab87}@media screen and (max-width:430px){.hero-section{flex-wrap:wrap}.hero-content{margin:4rem 1.5rem 0}.cta{margin:1rem 1rem 0}#hero-img{max-width:92%;height:auto;margin:2rem auto}.banner-section{padding:1.8rem!important;background-color:#f5eae2}.banner-images{width:12%!important}}@media screen and (max-width:397px){.ctas{justify-content:space-around}.cta{margin:0!important}.cta span{font-size:.8em;letter-spacing:1.5px;font-family:poppins}}.banner-section{display:flex;justify-content:space-between;align-items:center;height:fit-content;padding:3rem;background-color:#eeee}.banner-images{width:10%;height:auto}.about-section{background-color:#f5eae2;padding:4rem 7rem}.about-section h1{font-family:poppins;font-size:1rem;letter-spacing:.3rem;color:#000;text-transform:uppercase;margin-bottom:2rem}.about-section p{font-family:poppins;letter-spacing:.1rem;font-weight:500;font-size:1rem;color:#252525}@media screen and (max-width:430px){.about-section{padding:3rem}}.problem-section{background-color:#fff;padding:7rem 4rem 4rem;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.problem-section h1{font-family:Montaga;color:#000;font-size:2rem;margin-bottom:1rem}.fa-solid{color:#ca8d73}.problem{display:flex;justify-content:center;align-items:center;margin:1.5rem auto}.problem-list-section{margin-top:2.5rem}.problem-list{display:flex;column-gap:2.5rem}.problem-list-section h1{font-size:1.7rem;font-family:Montaga;text-align:center;margin-bottom:0;display:flex;align-items:center;justify-content:center}.problem-list-section span{display:block;height:1px;width:30%;background-color:#ca8d73;margin:0 2rem}.problem i{margin-right:1rem;font-size:2rem}.problem-text h3{color:#000;font-weight:400;font-size:1rem;font-family:poppins}.problem-text p{color:#424242;font-weight:400;font-size:.85rem;font-family:poppins}#final-line-span{display:block;height:1px;width:80%;background-color:#ca8d73;margin:3rem 2rem 0}@media screen and (max-width:430px){.problem-section{padding:3rem 2rem!important}.problem-section h1{font-size:1.9rem}.problem-list-section span{width:10%;margin:0}.problem-section #prob-description-p{font-size:1rem;color:#000}.problem-list{display:grid;margin-top:1rem}.problem{display:flex;align-items:start}.problem i{font-size:1.5rem;margin-top:.5rem}.problem-text h3{font-size:1.1rem;font-weight:500}.problem-text p{font-size:1rem}}.approach-section{background-color:#fff;padding:1rem}.approach-section h1{font-family:Montaga;color:#000;font-size:2rem;margin-bottom:1rem;text-align:center}.approach-section p{text-align:center}.approach-checks{display:flex;justify-content:center;column-gap:6rem;width:50%;margin:auto;margin-top:2rem}.checks-side{display:flex;flex-direction:column;row-gap:1rem}.approach-checks p{font-size:1rem;font-family:poppins;font-weight:500;color:#000;display:flex;justify-content:start;align-items:center}.approach-checks i{font-size:2rem}.approach-section .last-h1{margin:3rem 0;font-size:1.35rem}@media screen and (max-width:430px){.approach-section h1{font-size:1.9rem}#approach-main-p{font-size:1rem;color:#000}.approach-checks{column-gap:2rem}.approach-checks i{margin-right:.5rem}.approach-checks p{text-align:start}.approach-section .last-h1{margin:3rem 0 2rem}}.creator-section{padding:3rem;background-color:#fff}.creator-card{display:grid;width:21%;border-radius:.5rem;overflow:hidden;border:rgb(236,236,236) 1px solid;padding-bottom:.5rem;box-shadow:.5px .5px 3px #d3d3d3}.creator-card img{width:100%;height:auto;aspect-ratio:3 / 4;object-fit:cover;filter:brightness(100%);transition:.5s ease-in-out}.creator-card img:hover{filter:brightness(70%)}.container{position:relative}.overlay{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.overlay .text{font-family:montserrat;color:#fff;text-transform:uppercase}.cta2 a p{color:#fff!important}.showcase-cta a{color:initial;text-decoration:none}#disclaimer{font-size:.8rem;color:#000}@media screen and (max-width:430px){.creator-showcase-CTAs{display:grid!important;justify-content:space-around!important}.showcase-cta{margin:1rem 0!important;padding:1rem!important}.showcase-cta p{font-size:1rem;letter-spacing:1.5px;font-family:poppins}.creator-cards{padding:0!important;margin-top:0}.creator-card{width:80%!important}}.contact-section{padding:4rem 6rem;background-color:#fff}.contact-section h1{font-family:Montaga;color:#000;text-align:center;font-size:2rem}.contact-section p{font-family:poppins;text-align:center;font-size:.9rem;color:#1d1d1d}.contact-section #bold-p{font-weight:600;margin-top:.7rem!important;color:#000}.contact-details{width:50%;color:#0a0a0a}.contact-details h2{font-family:Montaga;color:#1d1d1d}.contact-div{display:flex;width:100%;margin-top:2rem;padding:4rem;box-shadow:.5px .5px 3px #ca8d73;border-radius:1rem}.details-div{margin:1rem 0;display:flex}.details-icon i{color:#ca8d73;font-size:1.2rem;padding-top:4px}.details-text{margin:0 .5rem}.details-text span{font-size:.88rem;color:#464646ee;font-family:poppins}.details-div h3{font-size:1.1rem;font-family:poppins;font-weight:500}.details-div p{text-align:start;font-size:1rem;font-weight:400;margin-top:.2rem}.contact-form{width:50%}.contact-form h2{font-family:Montaga;color:#1d1d1d}.contact-form form{display:grid;margin-top:1rem}form button{width:fit-content;background-color:#ca8d73;color:#fff;font-size:.9rem;letter-spacing:1px;padding:.5rem 1.3rem;border-radius:.4rem;transition:.5s}form button:hover{cursor:pointer;outline:none;background-color:#1d1d1d}form button:focus{outline:none}label{margin-top:1rem;font-size:.8rem;color:#000;font-family:poppins;font-weight:500}.input{margin:.7rem 0;height:3.25rem;padding:17px;border:1.5px #ca8d73 solid;font-family:Montserrat;background-color:#fff;color:#000;border-radius:.5rem}.input:focus{outline:none}.message{margin:.7rem 0;padding:1.1rem;border:1.5px #ca8d73 solid;font-family:Montserrat;background-color:#fff;color:#1d1d1d;border-radius:.5rem}.message:focus{outline:none}.details-splitter-span{display:block;width:90%;background-color:#cfcfcfee;height:1px;margin-top:2rem}@media screen and (max-width:430px){.contact-section{padding:2rem 2rem 4rem}}.partnerships{display:flex;justify-content:center;flex-wrap:wrap;align-items:start;padding:3rem 0;background-color:#fff}.partnerships img{width:40%;height:auto}.shein-div{display:grid;width:40%}.shein-div img{width:100%;height:auto}.shein-div h1{color:#000;font-size:6vw;font-weight:700;font-family:Montserrat;margin:2rem 1rem 1rem}@media screen and (max-width:430px){.partnerships{padding:0 0 3rem}}.services-hero{padding:8rem 5rem 1rem;max-width:100%;overflow:hidden;background-color:#fff}.services-headline{display:flex;justify-content:center;align-items:center}.services-headline i{font-size:2.5rem}.services-hero h1{text-align:center;color:#363636;font-family:Poppins;display:flex;font-weight:600}.services-hero p{text-align:center;font-family:Roboto;color:#2c2c2c}.services-hero span{display:block;width:75%;height:1px;background-color:#ca8d73;margin:3rem auto}.service-hero-text{margin:0 1rem}.hero-description h2{text-align:center;font-family:Montaga;font-weight:800;color:#1d1d1d;font-size:1.3rem;margin-bottom:.5rem}.hero-description p{text-align:center;color:#2c2c2c}#savanna-campaign{width:50%}.service-hero-content{display:flex;align-items:center;justify-content:space-between;margin-bottom:3rem}@media screen and (max-width:430px){.services-hero{padding:6rem 2rem 1rem}.service-hero-content{display:grid;margin-bottom:5rem}#savanna-campaign{width:85%;margin:auto}}.services-body{padding:4rem;background-color:#fff}.services-body h1{font-family:Montaga;font-size:2rem;text-align:center;margin-bottom:3rem;color:#000}#card-description{margin:.5rem 0}.service-card-div{display:flex;gap:2rem 4rem;padding:0 2rem;flex-wrap:wrap;justify-content:center}.service-card{display:grid;width:46.4%;border-radius:.5rem;overflow:hidden;border:rgb(236,236,236) 1px solid;padding:1rem;box-shadow:.5px .5px 3px #d3d3d3;font-family:poppins;color:#111}.card-heading{display:flex}.card-heading span{display:block;width:100%;background-color:#d1d1d1ee;height:1px;margin-top:.25rem}.card-heading h2{font-family:poppins;font-size:1rem;font-weight:600;width:100%}.card-heading i{font-size:1.5rem}.service-card p{font-size:.9rem}#process-heading{font-family:Poppins;font-weight:500;text-align:start;margin-bottom:1rem!important;font-size:1.2rem;display:flex;align-items:center}#heading-span1{display:block;width:8%;flex-grow:unset!important}#process-heading span{display:block;flex-grow:1;background-color:#ca8d73;height:1px}.process{padding:4rem 5rem;color:#111}.process p{font-family:roboto;margin:.5rem;text-align:start!important}.process p i{color:#ca8d73;font-size:1rem}.process #bottom-line{display:block;width:100%;background-color:#ca8d73;height:1px;margin-top:1rem}@media screen and (max-width:430px){.services-body{padding:3rem 2rem}.service-card-div{padding:0}.service-card{width:90%}.process{padding:4rem 0 2rem}}.network-page{padding:6rem 3rem;background-color:#fff}.creator-section h1{font-family:Montaga;color:#252525;font-size:2.5rem;text-align:center}.introduction-section{margin:4rem 0}.introduction-section h1{font-family:montserrat!important;font-size:1.5rem!important;letter-spacing:5px;font-weight:500;text-align:start;margin-bottom:.7rem}.introduction-section p{text-align:start!important;font-family:roboto;letter-spacing:1px}.creator-section .span-main{display:block;height:1px;width:70%;background-color:#b6b6b6;margin:auto}.creator-section h2{text-align:center;font-weight:500;font-family:Poppins;color:#252525;font-size:1rem;letter-spacing:1px;margin-top:1.3rem}.creator-section p{text-align:center;margin:5px 0;color:#000}.creator-cards{display:flex;justify-content:center;align-items:center;column-gap:1.2rem;width:100%;padding:0 2rem;margin-top:2.5rem;flex-wrap:wrap}.creator-card{display:grid;width:21%;border-radius:.5rem;overflow:hidden;border:rgb(236,236,236) 1px solid;padding-bottom:.5rem;box-shadow:.5px .5px 3px #d3d3d3;margin:2rem 0}.creator-card img{width:100%;height:auto}.creator-details{margin:1rem;color:#0a0a0a}.creator-details p{display:flex}.creator-details .creator-heading{font-weight:700}.creator-details span{width:100%;margin:.5rem 0;background-color:#dadada}.creator-details i{width:12%;color:#000}.followers{margin:.35rem 0}.creator-card-CTA{width:90%;margin:auto;border-radius:.25rem;border:rgb(218,218,218) 1px solid;text-align:center;margin-bottom:.5rem;padding:.3rem 0;transition:.25s;font-weight:600}.creator-card-CTA:hover{cursor:pointer;background-color:#ca8d73;color:#fff}.creator-showcase-CTAs{display:flex;justify-content:center;margin-top:2rem;color:#000}.showcase-cta{border-radius:.5rem;border:rgb(196,196,196) 1px solid;padding:.5rem 1.5rem;margin:0 1rem;transition:.2s}.showcase-cta i{color:#fff}.showcase-cta a{color:unset}.cta2{background-color:#ca8d73;color:#fff;font-weight:700}.showcase-cta:hover{cursor:pointer;scale:1.02}.join-section{margin-top:6rem}.join-us-main{display:flex;justify-content:space-around;align-items:center;margin-bottom:2rem}.join-us-main h1{font-family:poppins!important;font-size:3rem;font-weight:800;color:#1d1d1d;text-align:start}#process-heading-network{font-family:Poppins;font-weight:500;text-align:start;margin-bottom:1rem!important;font-size:1.2rem;display:flex;align-items:center}#process-heading-network span{display:block;flex-grow:1;background-color:#ca8d73;height:1px}#heading-span1-network{display:block;width:8%;flex-grow:unset!important}@media screen and (max-width:430px){.join-section-network{margin-top:3rem}.join-main-network{margin-bottom:0}#join-us-network-pg{text-align:center}}.contact-page{background-color:#fff}.contact-hero{padding:3rem 3rem 5rem;display:flex;justify-content:space-around;align-items:center}#contact-hero-img{display:block;width:40%;height:100%}#contact-hero-img img{width:100%;height:auto}.contact-headline{width:40%}.contact-us-heading{color:#1d1d1d!important}.contact-page-body{padding:6rem 6rem 2rem}.contact-hero-div{margin-top:2rem!important}.intro-sec-contact{margin-top:1rem;color:#2c2c2c}.contact-hero-div p{text-align:center;color:#2c2c2c}@media screen and (max-width:430px){.contact-page-body{padding:6rem 2rem 2rem}.contact-div{display:grid;padding:1rem}.contact-details{width:100%;color:#0e0e0e}.contact-form{width:100%;padding:1rem}.contact-hero{padding:0 3rem 5rem}.join-us-main{display:grid}.join-us-main h1{font-size:1.5rem}#contact-hero-img{width:100%;height:auto;margin:auto;margin-top:2rem}}
