.header{font-family:"Brandon Grotesque",sans-serif;position:absolute;top:0;left:0;right:0;z-index:9;width:100%}.header.sticky{position:fixed;top:0;left:0;right:0;z-index:4;background-color:#fff;-webkit-animation:fadeIn .2s ease-in;animation:fadeIn .2s ease-in}.header.sticky .header__menu-link,.header.sticky .header__menu-link-sign{color:#4f4f4f}.header__banner{height:30px;background:#000;width:100%;color:#fff;font-size:12px;font-style:normal;font-weight:400;letter-spacing:.02em;text-align:center;display:flex;justify-content:center;align-items:center}.header__banner b{color:#f6ae3a;font-family:"Brandon Grotesque Bold",sans-serif}.header__banner a{font-family:"Brandon Grotesque Medium",sans-serif;color:#fff;font-weight:500;text-decoration:underline}.header__main-header-bar{height:50px;width:100%;background-color:#fff;display:flex;align-items:center;justify-content:flex-start;padding:0 16px}.header__main-header-bar button{width:33%;background-color:transparent}.header__main-header-bar button .btn-empty{display:none}.header__main-header-bar .hamburger-icon{width:17px;height:auto}.header__main-header-bar .proven-logo{cursor:pointer;pointer-events:auto;width:125px;height:auto}.header__main-header-bar .login-link{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:20px;letter-spacing:1.16667px;text-transform:uppercase;color:#323232}.header__sidenav{height:100%;width:0;position:fixed;z-index:9999;top:0;left:0;background-color:#111;overflow:hidden;transition:.5s;padding-top:30px}.header__sidenav .sidenav-container{padding:30px}.header__sidenav .sidenav-container img{width:136px;height:auto}.header__sidenav .sidenav-container nav{display:flex;flex-flow:column;justify-content:center;gap:25px;margin-top:45px;overflow-y:auto;max-height:400px}.header__sidenav .sidenav-container nav .menu-item a{font-family:"Brandon Grotesque",sans-serif;font-size:16px;line-height:22px;color:#fff;font-weight:400;cursor:pointer}.header__sidenav .sidenav-container nav .menu-item__main-menu{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:transparent}.header__sidenav .sidenav-container nav .menu-item__main-menu .down-arrow{color:#918e8e;transform:rotate(180deg);transition:transform .3s ease-in-out 0s;fill:currentColor;width:1em;height:1em;display:inline-block;font-size:24px;font-size:1.5rem}.header__sidenav .sidenav-container nav .menu-item__main-menu .down-arrow--active{transform:rotate(0deg)}.header__sidenav .sidenav-container nav .menu-item__sub-menu{padding-left:17px;display:flex;flex-flow:column;gap:15px;margin-top:0;border-left:1px solid #a1a1a1;overflow:hidden;transition:all .3s ease-in-out;max-height:0}.header__sidenav .sidenav-container nav .menu-item__sub-menu--active{max-height:1000px;margin-top:15px}.header__sidenav .sidenav-container nav .menu-item__sub-menu a{color:#a1a1a1}.header__sidenav .sidenav-container nav::-webkit-scrollbar{background-color:hsla(0,0%,100%,.1);border-radius:2px;width:5px}.header__sidenav .sidenav-container__bottom-button{display:flex;justify-content:space-between;position:absolute;bottom:30px;gap:10px}.header__sidenav .sidenav-container__bottom-button .login-btn{width:78px;height:48px;color:#fff;border-radius:5px;font-size:18px;border:1px solid #fff;text-align:center;line-height:43px}.header__sidenav .sidenav-container__bottom-button .get-formula-btn{width:149px;height:48px;color:#fff;border-radius:5px;font-size:18px;background-color:#7bc4ab;text-align:center;line-height:50px;text-transform:capitalize}.header__sidenav .closebtn{text-align:right;color:#818181;display:inline-block;margin-right:30px;cursor:pointer;float:right}.header__sidenav .closebtn svg{fill:currentColor;width:24px;height:24px;display:inline-block;font-size:24px;font-size:1.5rem;transition:fill .2s cubic-bezier(.4,0,.2,1) 0ms;flex-shrink:0;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.header__sidenav-overlay{position:fixed;width:100vw;height:100vh;z-index:9;pointer-events:none;opacity:0;transition:opacity .3s ease-in-out;background-color:#323232;left:0;top:0}.header__sidenav-overlay--open{opacity:.4;pointer-events:all}@media screen and (device-aspect-ratio:40/71){.header__banner{font-size:10px}}@media screen and (min-width:600px){.header__banner{font-size:13px;letter-spacing:.02em}.header button{width:44%}}@media screen and (min-width:1024px){.only-mobile{display:none}.only-desktop{display:block}.header__banner{height:40px}.header__main-header-bar{padding:0 150px;height:64px;justify-content:space-between}.header__main-header-bar .hamburger-icon{width:17px;height:auto}.header__main-header-bar .proven-logo{width:180px}.header__main-header-bar .left-content{display:flex;align-items:center;height:100%;gap:15px}.header__main-header-bar .left-content .dropdown-box{display:inline-block;position:relative}.header__main-header-bar .left-content .dropdown-box .dropdown-options{border-radius:6px;overflow:hidden;background:#fff;position:absolute;left:0;min-width:100%;max-width:500%;transition:all .3s ease-in-out;box-shadow:0 0 20px rgba(0,0,0,.2);margin-top:5px;max-height:0;padding:0 20px}.header__main-header-bar .left-content .dropdown-box nav{display:flex;flex-flow:column;white-space:nowrap;gap:10px}.header__main-header-bar .left-content .dropdown-box nav a{color:#323232;font-size:18px;line-height:22px}.header__main-header-bar .left-content .dropdown-box nav a:hover{color:#7bc4ab}.header__main-header-bar .left-content .dropdown-box:hover .dropdown-options{max-height:2000px;padding:20px}.header__main-header-bar .left-content .dropdown-box:hover .down-arrow{transform:rotate(0deg)}.header__main-header-bar .left-content button{width:100%;background:transparent;display:flex;align-items:center;padding:6px}.header__main-header-bar .left-content button span{font-family:"Brandon Grotesque Bold",sans-serif;font-size:18px;font-style:normal;color:#323232;line-height:23px;text-align:center;letter-spacing:.04em}.header__main-header-bar .left-content button .down-arrow{color:#918e8e;transform:rotate(180deg);transition:transform .3s ease-in-out 0s;fill:currentColor;width:1em;height:1em;display:inline-block;font-size:1.5rem}.header__main-header-bar .left-content button:hover{background:hsla(0,0%,49%,.1);color:#323232;border-radius:5px}.header__main-header-bar .right-content .login-link{padding:0 7px;color:#323232;font-size:18px}.header__main-header-bar .right-content .get-my-formula-link{font-family:"Brandon Grotesque Bold",sans-serif;width:160px;height:39px;display:inline-flex;align-items:center;justify-content:center;background:#7bc4ab;color:#fff;border-radius:5px;font-size:20px;line-height:29px;font-style:normal;letter-spacing:.04em}}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.header__container .header__menu-link-join{padding:10px 24px 6px}.header__container .header__menu-link-sign{padding:9px 28px 5px}}.hero{background-image:url(/c8e39d475af4501b247d8ce6f264afa0.jpg);background-repeat:no-repeat;background-size:cover;padding:85px 0 0;width:100%}.hero__container{padding:0 16px 67px;margin:auto}.hero__container,.hero__wrapper{width:100%;align-items:center;display:flex}.hero__wrapper{box-sizing:border-box;justify-content:center;flex-direction:column}.hero__right-container{position:relative}.hero__right-container img{height:auto;width:70%;margin:0 auto}.hero__left-container h1{font-family:"Abhaya Libre",sans-serif;font-style:normal;font-weight:400;font-size:42px;line-height:44px;color:#323232;margin:0}.hero__left-container p{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;font-size:22px;line-height:24px;color:#918e8e;margin:0 auto 20px;max-width:400px}.hero__left-container .take-quiz-cta{font-family:"Brandon Grotesque bold",sans-serif;height:50px;background:#7bc4ab;border-radius:4px;font-style:normal;font-weight:400;font-size:18px;line-height:26px;text-align:center;letter-spacing:.04em;text-transform:uppercase}.hero__left-container .take-quiz-cta,.hero__sale-container{justify-content:center;display:flex;align-items:center;color:#fff}.hero__sale-container{position:absolute;width:116px;height:116px;right:10px;top:-15px;background:#ecb052;border-radius:50%;flex-direction:column}.hero__sale-container h2{margin:0;font-size:45px;line-height:48px;font-weight:400;font-family:"Brandon Grotesque Black",sans-serif}.hero__sale-container p{max-width:154px;margin:0;font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:900;font-size:14px;line-height:18px;text-align:center}@media screen and (device-aspect-ratio:40/71){.hero__right-container img{height:auto;width:40%;margin:0 auto}.hero__sale-container{position:absolute;width:60px;height:60px;right:77px;top:-17px}.hero__sale-container h2{font-size:22px;line-height:22px}.hero__sale-container p{font-size:7px;line-height:14px}}@media screen and (min-width:600px){.hero__right-container img{height:auto;width:470px}.hero__sale-container{right:17px;top:70px}}@media screen and (min-width:960px){.hero{background-image:url(/28d0fd84b2d8463ae382236ae922d628.jpg);padding-top:104px;margin-top:105px;background-size:auto}.hero__container{min-height:450px;padding-bottom:0;position:relative}.hero__wrapper{flex-direction:row-reverse;width:100%;justify-content:space-between;align-items:unset}.hero__right-container{width:50%;position:unset}.hero__right-container img{width:unset;position:absolute;bottom:0;height:420px;right:7%}.hero__left-container{width:50%;padding-left:75px;display:flex;flex-flow:column;justify-content:center}.hero__left-container h1{font-size:51px;line-height:51px;font-family:"Abhaya Libre Bold",sans-serif;margin-bottom:21px}.hero__left-container p{font-size:22px;line-height:28px;margin:0 0 20px}.hero__left-container .take-quiz-cta{width:300px;font-size:20px;height:55px;line-height:29px;letter-spacing:.04em}.hero__sale-container{width:200px;height:200px;right:2%;top:0}.hero__sale-container h2{font-size:70px;line-height:70px}.hero__sale-container p{font-size:22px;line-height:40px}}@media screen and (min-width:1280px){.hero__container{min-height:650px;padding:0 150px}.hero__wrapper{max-width:1440px;margin:auto;flex-direction:row-reverse}.hero__right-container img{height:600px;right:2.6%}.hero__sale-container{top:102px;right:7%}}@media screen and (min-width:1920px){.hero{background-size:cover}.hero__container{min-height:750px;padding:0 250px}.hero__right-container img{height:700px;right:5%}.hero__sale-container{width:200px;height:200px;right:4%;top:145px}}.footer{display:block;background:#091a12 url(/bb11c8e412b6e1c0f8e4d0c6a7895470.png) no-repeat right -56px top 280px;background-color:#091a12;background-size:186px 212px;padding:49px 58px 70px 51px}.footer__footer-desktop{flex-direction:column;display:none}.footer__footer-main{justify-content:space-between;padding-bottom:18px;border-bottom:1px solid hsla(0,0%,100%,.25098);display:flex}.footer__footer-brand{width:30%}.footer__footer-links{width:70%}.footer__footer-logo{margin-bottom:28px}.footer__footer-logo img{width:160px}.footer__footer-awards{display:flex;width:100%;float:unset}.footer__footer-social{padding-top:0;padding-bottom:0;border-bottom:none;text-align:left}.footer__social-icon-button{border-radius:35px;background-color:rgba(230,241,237,.30196);color:#fff;margin-right:10px;padding:8px;display:inline-flex;align-items:center;justify-content:center}.footer__social-icon-button img{width:24px}.footer__social-icon-button svg{width:24px;fill:#fff}.footer__footer-links-items{display:flex;justify-content:space-between}.footer__footer-link a{line-height:21px;display:block;color:#fff;margin-bottom:16px;text-transform:capitalize}.footer__footer-link-title,.footer__footer-link a{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;font-size:16px}.footer__footer-link-title{line-height:16px;text-transform:uppercase;margin-bottom:29px;color:hsla(0,0%,100%,.50196)}.footer__footer-legals{display:flex;justify-content:space-between;margin-top:34px}.footer__footer-terms{width:30%;font-size:11px;line-height:16px;display:flex;flex-direction:column}.footer__copyright{margin-bottom:14px;color:hsla(0,0%,100%,.56);font-size:11px;line-height:16px;text-transform:uppercase;text-decoration:none;font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;letter-spacing:.02em}.footer__terms-links{display:flex;flex-direction:column}.footer__term-link{margin-bottom:5px;color:hsla(0,0%,100%,.56);font-size:11px;line-height:16px;text-transform:uppercase;text-decoration:none;font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;letter-spacing:.02em}.footer__note-container{width:70%}.footer__footer-note{line-height:16px;margin-top:0;-webkit-margin-after:0;margin-block-end:0;font-size:13px;letter-spacing:.02em;font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;color:#918e8e}.footer__footer-note a{text-decoration:none;color:#7bc4ab}.footer__footer-mobile{display:flex;flex-direction:column}.footer__footer-mobile-links .MuiAccordion-root{margin-bottom:10px;box-shadow:none;border-bottom:1px solid hsla(0,0%,100%,.25098);background-color:transparent;border-radius:0;cursor:pointer}.footer__footer-mobile-links .MuiAccordionSummary-root{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-size:28px;line-height:34px;font-weight:700;color:hsla(0,0%,100%,.50196);height:44px;min-height:10px;padding-left:0;padding-right:0}.footer__footer-mobile-links .MuiAccordionSummary-content{margin:0}.footer__footer-mobile-links .MuiAccordionSummary-expandIconWrapper{padding:5px 12px;color:#fff;margin-right:-12px}.footer__footer-mobile-links .MuiAccordionDetails-root{display:flex;flex-direction:column;padding:0}.footer__footer-mobile-link-lable{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#fff;text-decoration:none;display:block;margin-bottom:20px}.footer__footer-mobile-link-lable:first-child{margin-top:8px}.footer__footer-mobile-title{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:15px;text-transform:uppercase;color:hsla(0,0%,100%,.50196)}.footer__footer-mobile-awards{width:100%;float:unset}.footer__footer-mobile-social{text-align:left;padding-top:46px;padding-bottom:46px;border-bottom:1px solid hsla(0,0%,100%,.25098)}.footer__footer-mobile-social-icons a{border-radius:35px;background-color:rgba(230,241,237,.30196);color:#fff;margin-right:10px;padding:8px}.footer__footer-mobile-note{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:16px;color:#918e8e;margin-top:24px;-webkit-margin-after:18px;margin-block-end:18px}.footer__footer-mobile-note a{text-decoration:none;color:#7bc4ab}.footer__footer-mobile-terms{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;font-size:13px;line-height:16px;display:flex;flex-direction:column}.footer__footer-mobile-terms-link{color:#918e8e;font-size:9px;line-height:13px;text-transform:uppercase;margin-bottom:8px;text-decoration:none}.footer__footer-mobile-terms>div{display:flex;justify-content:space-between}.footer__footer-mobile-copyright{font-size:9px;line-height:13px;text-transform:uppercase;margin-bottom:8px;text-decoration:none;color:#918e8e}@media screen and (min-width:600px){.footer{padding:49px 75px 70px}.footer__footer-link-title{font-size:14px;line-height:18px}}@media screen and (min-width:960px){.footer{background:#d3e5df url(/bb11c8e412b6e1c0f8e4d0c6a7895470.png) no-repeat right -56px top 56px;background-color:#091a12;background-size:254px 292px;padding:120px 72px 66px 75px}.footer__footer-link-title{font-size:14px;line-height:18px}.footer__footer-desktop{display:flex}.footer__footer-mobile{display:none}}@media screen and (min-width:1280px){.footer{background-color:#091a12;padding:120px 150px 46px}.footer__footer-link a{font-size:20px;line-height:28px}}@media screen and (min-width:1920px){.footer{padding:120px 250px 51px}}.feature-section{background-color:#fff;display:block;margin:auto}.feature-section__container{box-sizing:border-box;justify-content:center}.feature-section__featured-heading{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:700;font-size:13px;line-height:15px;text-transform:uppercase;color:#323232;text-align:center;margin-top:31px}.feature-section__image-mobile{flex-direction:row;align-items:center;justify-content:space-around;height:unset;padding:0 15px;flex-wrap:wrap;display:flex}.feature-section__image{display:none}.feature-section img{margin:auto;width:auto}@media screen and (device-aspect-ratio:40/71){.feature-section__image-mobile img{width:320px;height:auto}}@media screen and (min-width:960px){.feature-section{display:block;margin:auto;height:100px}.feature-section__container{font-size:18px;line-height:26px}.feature-section__image{display:flex;flex-direction:row;flex-wrap:wrap;padding:45px 0;justify-content:space-evenly;height:100px;margin:auto;align-items:center}.feature-section__image-mobile{display:none}}@media screen and (min-width:1200px){.feature-section__container{padding-left:8%;padding-right:8%}}.proven-skincare-made-up{background-color:#fff;padding:0 0 50px;font-size:12px;line-height:18px;letter-spacing:0;margin:auto}.proven-skincare-made-up__container{width:100%;position:relative;max-width:1440px}.proven-skincare-made-up__ingredients-image{max-width:452px;height:auto}.proven-skincare-made-up__title{display:flex;justify-content:center;margin:auto;align-items:center}.proven-skincare-made-up__title h2{font-family:"Brandon Grotesque black",sans-serif;font-style:normal;font-weight:400;font-size:35px;line-height:38px;letter-spacing:normal;max-width:742px;color:#323232;text-align:center;margin-bottom:61px}.proven-skincare-made-up__sub-section{display:flex;flex-direction:column-reverse}.proven-skincare-made-up__option-2{background:#f9f6ee}.proven-skincare-made-up__heading{display:flex;flex-direction:column;justify-content:center;padding:0 10px}.proven-skincare-made-up__sub-section-2{display:flex;flex-direction:column;justify-content:center;margin-bottom:70px;padding:0 0 37px}.proven-skincare-made-up__number{color:#323232}.proven-skincare-made-up__number,.proven-skincare-made-up__personalized{font-family:"Abhaya Libre",serif;font-style:normal;font-weight:600;font-size:35px;line-height:41px}.proven-skincare-made-up__personalized{color:#f6ae39}.proven-skincare-made-up__description{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;font-size:22px;line-height:30px;color:#918e8e;max-width:470px}.proven-skincare-made-up__image-section{display:flex;align-items:center;justify-content:center;margin-bottom:21px}.proven-skincare-made-up__image-section img{width:280px;height:auto}.proven-skincare-made-up__image-section .left-wrapper{display:flex;align-items:flex-start;justify-content:center;gap:20px;position:relative}.proven-skincare-made-up__image-section .left-wrapper img{width:148px;height:auto;position:relative;z-index:1}.proven-skincare-made-up__image-section .left-wrapper__bg-wall{background:#eefbff;position:absolute;width:131px;height:249px;right:33%;top:-8%;z-index:0}.proven-skincare-made-up__image-section .left-wrapper__contents{position:relative;z-index:1}.proven-skincare-made-up__image-section .left-wrapper__contents p{margin:0 auto 14px;font-style:normal;font-weight:900;font-size:22px;line-height:24px;color:#8c969e}.proven-skincare-made-up__image-section .left-wrapper__contents span{font-style:normal;font-weight:700;font-size:13px;line-height:15px;text-transform:uppercase;color:#8c969e;opacity:.8}.proven-skincare-made-up__image-section .left-wrapper__contents h2{font-style:normal;font-weight:400;font-size:35px;line-height:38px;color:#323232;margin:0 auto 11px;font-family:"Brandon Grotesque Black",sans-serif}.proven-skincare-made-up__get-my-formula-link{width:100%;height:50px;justify-content:center;align-items:center;margin:auto;padding:0 10px}.proven-skincare-made-up__get-my-formula{min-width:318px;height:50px;justify-content:center;background:#7bc4ab;border-radius:4px;font-family:"Brandon Grotesque bold",sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:26px;display:flex;align-items:center;text-align:center;letter-spacing:.04em;text-transform:uppercase;color:#fff}@media screen and (min-width:700px){.proven-skincare-made-up__get-my-formula,.proven-skincare-made-up__get-my-formula-link{width:300px}.proven-skincare-made-up__sub-section,.proven-skincare-made-up__sub-section-2{align-items:center}}@media screen and (min-width:960px){.proven-skincare-made-up{padding:75px 0 0}.proven-skincare-made-up__container{padding-left:75px;padding-right:75px;padding-bottom:75px;margin:auto}.proven-skincare-made-up__get-my-formula{font-size:20px;line-height:29px}.proven-skincare-made-up__title h2{font-size:70px;line-height:72px}.proven-skincare-made-up__sub-section{margin-bottom:70px}.proven-skincare-made-up__sub-section,.proven-skincare-made-up__sub-section-2{flex-direction:row;justify-content:space-between}.proven-skincare-made-up__heading{width:50%}.proven-skincare-made-up__image-section{justify-content:flex-start}.proven-skincare-made-up__image-section img{width:310px}.proven-skincare-made-up__option-2{background:#fff}.proven-skincare-made-up span{font-size:56px;line-height:66px}.proven-skincare-made-up .left-wrapper{align-items:flex-end}.proven-skincare-made-up .left-wrapper img{width:271px;height:auto}.proven-skincare-made-up .left-wrapper__bg-wall{width:220px;height:445px;right:30%;top:-12%}}@media screen and (min-width:1100px){.proven-skincare-made-up__container{padding-right:150px;padding-left:150px}.proven-skincare-made-up__image-section img{width:445px}}@media screen and (min-width:1280px){.proven-skincare-made-up{padding-right:150px;padding-left:150px;margin:auto}.proven-skincare-made-up__container{margin:auto;padding:75px 0}}@media screen and (min-width:1920px){.proven-skincare-made-up{padding:70px 0}.proven-skincare-made-up__container{padding-right:150px;padding-left:150px}}.clinically-proven{justify-content:center;align-items:center;padding:92px 0 89px;background:#eff9f4;margin:auto}.clinically-proven__wrapper{width:100%;padding-left:16px;padding-right:16px;background:#eff9f4}.clinically-proven__container{margin:auto;display:flex;flex-direction:column;justify-content:center;text-align:center;align-items:center}.clinically-proven__sub-section{flex-direction:row;align-items:center;justify-content:center;margin-bottom:50px;max-width:900px}.clinically-proven__sub-section span{font-family:"Brandon Grotesque Black",sans-serif;font-style:normal;font-weight:400;font-size:35px;line-height:38px;letter-spacing:normal;color:#323232}.clinically-proven__image-section{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}.clinically-proven__get-my-formula-link{margin:20px auto 0}.clinically-proven__get-my-formula{min-width:282px;height:50px;justify-content:center;background:#7bc4ab;border-radius:4px;font-family:"Brandon Grotesque bold",sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:29px;display:flex;align-items:center;text-align:center;letter-spacing:.04em;text-transform:uppercase;color:#fff}.clinically-proven__image{display:flex;flex-direction:column;align-items:center;margin-bottom:23px;width:50%;padding:0 8px}.clinically-proven__image img{margin-bottom:24px;height:74px;width:auto}.clinically-proven__image span{font-family:"Abhaya Libre Bold",serif;font-style:normal;font-weight:700;font-size:18px;line-height:21px;letter-spacing:.03em;text-align:center;color:#323232}.clinically-proven__image p{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#828282;max-width:248px;margin:4px 0 0;text-align:center}@media screen and (min-width:600px){.clinically-proven_wrapper{justify-content:center}.clinically-proven__container{padding-left:24px;padding-right:24px}}@media screen and (min-width:1024px){.clinically-proven{padding:83px 0 70px;margin:auto}.clinically-proven__wrapper{padding-left:75px;padding-right:75px}.clinically-proven__image-section{margin:unset;max-width:900px}.clinically-proven__image{width:30%;margin-bottom:32px}.clinically-proven__image span{font-size:22px;line-height:26px}.clinically-proven__image p{font-size:16px;line-height:21px}.clinically-proven__sub-section span{font-size:48px;line-height:50px}.clinically-proven__get-my-formula{min-width:340px;font-size:20px}}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(/fb6f3c230cb846e25247dfaa1da94d8f.gif) 50% no-repeat}@font-face{font-family:"slick";src:url(data:application/vnd.ms-fontobject;base64,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);src:url(data:application/vnd.ms-fontobject;base64,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?#iefix) format("embedded-opentype"),url(data:font/woff;base64,d09GRk9UVE8AAAVkAAsAAAAAB1wAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABDRkYgAAABCAAAAi4AAAKbH/pWDkZGVE0AAAM4AAAAGgAAABxt0civR0RFRgAAA1QAAAAcAAAAIAAyAARPUy8yAAADcAAAAFIAAABgUBj/rmNtYXAAAAPEAAAAUAAAAWIiC0SwaGVhZAAABBQAAAAuAAAANgABMftoaGVhAAAERAAAABwAAAAkA+UCA2htdHgAAARgAAAADgAAAA4ESgBKbWF4cAAABHAAAAAGAAAABgAFUABuYW1lAAAEeAAAANwAAAFuBSeBwnBvc3QAAAVUAAAAEAAAACAAAwABeJw9ks9vEkEUx2cpWyeUoFYgNkHi2Wt7N3rVm3cTs3UVLC4LxIWEQvi1P3i7O1tYLJDAmlgKGEhQrsajf0j7J3jYTXrQWUrMJG+++b55n5e8NwwKBhHDMLv5kxT3ATEBxKBn3qOAl9zxHgb1MAPhHQgHkyF08Gr/L8B/Eb6zWnmCJ7AJVLubQOheArXvJ1A4EXi6j4I+Zg9F0QFKvsnlBCmXeve+sFEnb/nCptdtQ4QYhVFRAT1HrF8UQK/RL/SbmUbclsvGVFXRZKDHUE38cc4qpkbAAsuwiImvro+ufcfaOIQ6szlrmjRJDaKZKnbjN3GWKIbiIzRFUfCffuxxKOL+3LDlDVvx2TdxN84qZEsnhNBa6pgm2dAsnzbLsETdsmRFxUeHV4e+I2/ptN8TyqV8T3Dt29t7EYOuajVIw2y1Wy3M86w0zg/Fz2IvawmQAUHOVrPVfLkoScVynsqsTG0MGUs4z55nh3mnOJa+li+rl9WpPIcFfDubDeaDC+fLBdYN3QADzLauGfj4B6sZmq6CCpqmtSvF0qlUl2qf5AJIUCSlTqlb7lUG+LRfGzZGzZEyBgccMu6MuqPecNDvD4Y9Kjtj4gD+DsvKVMTcMdtqtZtmkzQstQvYje7Syep0PDSAhSOeHYXYWThEF//A/0YvYV1fSQtpKU5STtrhbQ444OtpKSWJIg3pOg8cBs7maTY1EZf07aq+hjWs7IWzdCYTGhb2CtZ47x+Uhx28AAB4nGNgYGBkAIJz765vANHnCyvqYTQAWnkHswAAeJxjYGRgYOADYgkGEGBiYARCFjAG8RgABHYAN3icY2BmYmCcwMDKwMHow5jGwMDgDqW/MkgytDAwMDGwcjKAQQMDAyOQUmCAgoA01xQGB4ZExUmMD/4/YNBjvP3/NgNEDQPjbbBKBQZGADfLDgsAAHicY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQzMCQqKClOUJz0/z9YHRLv/+L7D+8V3cuHmgAHjGwM6ELUByxUMIOZCmbgAAA5LQ8XeJxjYGRgYABiO68w73h+m68M3EwMIHC+sKIeTqsyqDLeZrwN5HIwgKUB/aYJUgAAeJxjYGRgYLzNwMCgx8QAAkA2IwMqYAIAMGIB7QIAAAACAAAlACUAJQAlAAAAAFAAAAUAAHicbY49asNAEIU/2ZJDfkiRIvXapUFCEqpcptABUrg3ZhEiQoKVfY9UqVLlGDlADpAT5e16IUWysMz3hjfzBrjjjQT/EjKpCy+4YhN5yZoxcirPe+SMWz4jr6S+5UzSa3VuwpTnBfc8RF7yxDZyKs9r5IxHPiKv1P9iZqDnyAvMQ39UecbScVb/gJO03Xk4CFom3XYK1clhMdQUlKo7/d9NF13RkIdfy+MV7TSe2sl11tRFaXYmJKpWTd7kdVnJ8veevZKc+n3I93t9Jnvr5n4aTVWU/0z9AI2qMkV4nGNgZkAGjAxoAAAAjgAF) format("woff"),url(data:font/ttf;base64,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) format("truetype"),url(/25a8bb33eac52b24ba05a9d853619fe3.svg#slick) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;top:50%;transform:translateY(-50%);padding:0;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{height:20px;width:20px;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;outline:none;line-height:0;font-size:0;color:transparent;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.instagram-gallery__section{padding-left:20px;overflow-x:hidden}.instagram-gallery__slide{padding-right:10px}.instagram-gallery__slide-img{height:100%}.feel-the-difference-skincare__section{height:889px;background:#a5c0b3;padding:75px 0}.feel-the-difference-skincare__container{height:100%;width:100%;padding-left:16px;padding-right:16px;display:flex;flex-direction:column;position:relative;align-items:center;justify-content:space-between;z-index:0}.feel-the-difference-skincare__style-content{width:292px;position:relative;z-index:1}.feel-the-difference-skincare__style-content h2{font-family:"Brandon Grotesque Black",sans-serif;font-style:normal;font-weight:400;font-size:35px;line-height:38px;letter-spacing:normal;margin:0 0 15px;color:#fff;text-align:center}.feel-the-difference-skincare__style-content p{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#fff;text-align:center}.feel-the-difference-skincare__skin-modal{width:100%;margin-top:47px;position:relative}.feel-the-difference-skincare__skin-modal-container{background:#fff;box-shadow:0 4px 18px rgba(0,0,0,.2);padding:52px 11px 62px;width:100%;z-index:1;position:relative;border-radius:40px}.feel-the-difference-skincare__skin-modal-container h3{font-family:"Brandon Grotesque Black",sans-serif;font-style:normal;font-weight:400;font-size:35px;line-height:38px;letter-spacing:normal;color:#7bc4ab;text-align:center;text-transform:none;margin:0}.feel-the-difference-skincare__skin-modal-container p{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:20px;margin:4px 0 22px;text-align:center}.feel-the-difference-skincare__grid{display:flex;flex-direction:column;margin-bottom:25px}.feel-the-difference-skincare__grid-container{width:100%;display:flex;flex-wrap:wrap;box-sizing:border-box;justify-content:space-between;align-items:center}.feel-the-difference-skincare__grid-panel{flex-grow:0;max-width:48%;flex-basis:50%;margin:0;box-sizing:border-box}.feel-the-difference-skincare__grid-panel .grid-rounded-box{font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:20px;border:1px solid #7bc4ab;box-sizing:border-box;border-radius:23px;align-items:center;justify-content:center;height:50px;margin-bottom:10px;cursor:pointer;text-align:center;display:flex}.feel-the-difference-skincare__grid-panel .grid-rounded-box.selected{background:#7bc4ab;color:#fff}.feel-the-difference-skincare__formula-cta{background:#7bc4ab;min-width:100%;margin:auto;height:50px;border-radius:4px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-direction:row;padding:0;border:0;box-sizing:border-box;outline:none;color:#fff;font-family:"Brandon Grotesque bold",sans-serif;font-style:normal;font-weight:400;font-size:18px;line-height:23px;text-align:center;letter-spacing:.04em;text-transform:uppercase}.feel-the-difference-skincare__green-bg{position:absolute;width:100%;height:328px;background:#a5c0b3;left:0;top:calc(50% - 164px);opacity:0}@media screen and (min-width:768px){.feel-the-difference-skincare__skin-modal{width:470px;margin:36px auto 0}}@media screen and (min-width:1024px){.feel-the-difference-skincare__section{padding-top:0;margin-top:-9px;height:370px;padding-bottom:0;background:#a5c0b3}.feel-the-difference-skincare__container{flex-direction:row;padding:0 75px;width:100%;display:flex;align-items:center;justify-content:space-between;position:relative}.feel-the-difference-skincare__style-content{padding-right:15px;margin-left:-35px;width:470px}.feel-the-difference-skincare__style-content h2{font-size:42px;line-height:44px;margin-bottom:25px;text-align:left}.feel-the-difference-skincare__style-content p{font-size:16px;line-height:21px;text-align:left}.feel-the-difference-skincare__skin-modal{width:411px;margin:unset}.feel-the-difference-skincare__skin-modal-container{position:absolute;top:-270px;z-index:5;padding:35px;border-radius:40px;background:#fff;width:100%;box-shadow:0 4px 18px rgba(0,0,0,.2)}.feel-the-difference-skincare__skin-modal-container h3{font-size:42px;line-height:44px}.feel-the-difference-skincare__grid-panel .grid-rounded-box,.feel-the-difference-skincare__skin-modal-container p{font-size:16px;line-height:21px}.feel-the-difference-skincare__grid-panel .active-inputs{background:#7bc4ab;color:#fff}.feel-the-difference-skincare__formula-cta{min-width:300px;height:55px;margin:auto;font-size:20px;line-height:29px}.feel-the-difference-skincare__green-bg{opacity:1;height:370px;top:calc(50% - 185px);position:absolute;width:100%;background:#a5c0b3;left:0}.feel-the-difference-skincare__grid-container{gap:7px}}@media screen and (min-width:1280px){.feel-the-difference-skincare__section{height:400px}.feel-the-difference-skincare__style-content h2{font-size:48px;line-height:50px;margin-bottom:17px}.feel-the-difference-skincare__skin-modal{width:442px;margin:unset}.feel-the-difference-skincare__skin-modal-container{padding:45px}.feel-the-difference-skincare__container{padding-right:150px;padding-left:150px}}@media screen and (min-width:1920px){.feel-the-difference-skincare__container{padding-right:350px;padding-left:350px}.feel-the-difference-skincare__skin-modal{width:512px;margin:unset}}.meet-our-co-founder__section{background:#fff;margin:0 auto}.meet-our-co-founder__wrapper{position:relative;padding:89px 16px 70px}.meet-our-co-founder__meet-amy,.meet-our-co-founder__meet-amy-left{display:flex;align-items:center;justify-content:center;flex-flow:column}.meet-our-co-founder__meet-amy-left{position:relative;width:100%}.meet-our-co-founder__meet-amy-left img{width:100%;height:auto;position:relative;z-index:1}.meet-our-co-founder__meet-amy-right{display:flex;flex-flow:column;align-items:flex-start;justify-content:center;width:100%}.meet-our-co-founder__meet-amy-right h2{font-style:normal;font-size:35px;line-height:38px;color:#323232;text-align:left;margin:25px 0 18px;font-family:"Brandon Grotesque Black",sans-serif;font-weight:400}.meet-our-co-founder__meet-amy-right span{font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#bb6bd9}.meet-our-co-founder__meet-amy-right P{font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#918e8e}.meet-our-co-founder__meet-amy-right img{width:200px;height:67px}.meet-our-co-founder__profile{z-index:0;position:relative;padding:28px 0 43px 5%;background:#f9f6ee;margin-top:33px}.meet-our-co-founder__profile .sub-text{font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#bb6bd9;margin:0 0 28px}.meet-our-co-founder__profile-details{background:#fff;padding:34px 15px 30px 24px;display:flex;flex-flow:column}.meet-our-co-founder__profile-item{display:flex;justify-content:center;align-items:center;margin-bottom:48px}.meet-our-co-founder__profile-item img{width:110px;height:auto;margin-right:12px}.meet-our-co-founder__profile-item .basic-info{display:flex;flex-flow:column;align-items:flex-start}.meet-our-co-founder__profile-item .basic-info__name{font-family:"Abhaya Libre Bold",sans-serif;font-style:normal;font-weight:700;font-size:18px;line-height:27px;letter-spacing:.03em;color:#323232}.meet-our-co-founder__profile-item .basic-info__designation{font-family:"Brandon Grotesque Medium",sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:18px;letter-spacing:.03em;text-transform:uppercase;color:#92b1a5}.meet-our-co-founder__profile-item .basic-info__bio{font-style:normal;font-weight:400;font-size:13px;line-height:16px;color:#323232;margin:0}@media screen and (device-aspect-ratio:40/71){.meet-our-co-founder__profile-item{margin-bottom:20px}.meet-our-co-founder__profile-item .basic-info{margin-left:12px}}@media screen and (min-width:600px){.meet-our-co-founder__meet-amy,.meet-our-co-founder__profile{max-width:620px;margin:auto}}@media screen and (min-width:960px){.meet-our-co-founder__meet-amy{max-width:1440px;margin:auto;flex-flow:row}.meet-our-co-founder__wrapper{padding:89px 75px 115px}.meet-our-co-founder__meet-amy-left{width:50%;margin-right:30px}.meet-our-co-founder__meet-amy-left img{width:452px;height:auto}.meet-our-co-founder__meet-amy-back{background:#f9f6ee;width:100%;height:789px;position:absolute;top:15px;opacity:1}.meet-our-co-founder__meet-amy-right{width:50%}.meet-our-co-founder__meet-amy-right h2{font-size:48px;line-height:50px;text-align:left;margin-bottom:43px}.meet-our-co-founder__meet-amy-right p,.meet-our-co-founder__meet-amy-right span{font-size:16px;line-height:25px}.meet-our-co-founder__profile-details{flex-flow:row;background:unset;padding:0}.meet-our-co-founder__profile{max-width:1440px;padding:67px 0 0 52px;background:unset;margin:0 auto auto}.meet-our-co-founder__profile .sub-text{padding:0;margin-bottom:28px;font-size:16px;line-height:25px}.meet-our-co-founder__profile-item{width:33%;margin-right:20px}.meet-our-co-founder__profile-item:last-child{margin-right:0}.meet-our-co-founder__profile-item img{width:116px;height:auto}.meet-our-co-founder__profile-item .basic-info__name{font-size:18px;line-height:27px}.meet-our-co-founder__profile-item .basic-info__designation{font-size:14px;line-height:20px}.meet-our-co-founder__profile-item .basic-info__bio{font-size:13px;line-height:18px}}@media screen and (min-width:1280px){.meet-our-co-founder__wrapper{padding:89px 150px 128px}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@-webkit-keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes slideInRight{0%{transform:translate3d(100%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@-webkit-keyframes bounceAlpha{0%{opacity:1;transform:translateY(0) scale(1)}25%{opacity:0;transform:translateY(-8px) scale(.9)}26%{opacity:0;transform:translateY(8px) scale(.9)}55%{opacity:1;transform:translateY(0) scale(1)}}@keyframes bounceAlpha{0%{opacity:1;transform:translateY(0) scale(1)}25%{opacity:0;transform:translateY(-8px) scale(.9)}26%{opacity:0;transform:translateY(8px) scale(.9)}55%{opacity:1;transform:translateY(0) scale(1)}}@-webkit-keyframes spinner{0%{-webkit-transform:rotateY(0deg)}to{-webkit-transform:rotateY(-1turn)}}@keyframes spinner{0%{transform:rotateY(0deg)}to{transform:rotateY(-1turn)}}@font-face{font-family:"Brandon";src:url(/fonts/brandon-regular-webfont.woff) format("woff"),url(/fonts/brandon-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Brandon Grotesque";src:url(/fonts/brandongrotesque-regular-webfont.woff) format("woff"),url(/fonts/brandongrotesque-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Brandon Grotesque Black";src:url(/fonts/brandongrotesque-black-webfont.woff) format("woff"),url(/fonts/brandongrotesque-black-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Brandon Grotesque Bold Italic";src:url(/fonts/brandongrotesque-bolditalic-webfont.woff) format("woff"),url(/fonts/brandongrotesque-bolditalic-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Brandon Grotesque Light";src:url(/fonts/brandongrotesque-light-webfont.woff) format("woff"),url(/fonts/brandongrotesque-light-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Brandon Grotesque Light Italic";src:url(/fonts/brandongrotesque-lightitalic-webfont.woff) format("woff"),url(/fonts/brandongrotesque-lightitalic-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Brandon Grotesque Medium";src:url(/fonts/brandongrotesque-medium-webfont.woff) format("woff"),url(/fonts/brandongrotesque-medium-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Brandon Grotesque basis";src:url(/fonts/basis-grotesque-regular.woff) format("woff"),url(/fonts/basis-grotesque-regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Brandon Grotesque Medium Italic";src:url(/fonts/brandongrotesque-mediumitalic-webfont.woff) format("woff"),url(/fonts/brandongrotesque-mediumitalic-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Brandon Grotesque Regular Italic";src:url(/fonts/brandongrotesque-regularitalic-webfont.woff) format("woff"),url(/fonts/brandongrotesque-regularitalic-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Brandon Grotesque Thin";src:url(/fonts/brandongrotesque-thin-webfont.woff) format("woff"),url(/fonts/brandongrotesque-thin-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Brandon Grotesque Thin Italic";src:url(/fonts/brandongrotesque-thinitalic-webfont.woff) format("woff"),url(/fonts/brandongrotesque-thinitalic-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Brandon Grotesque bold";src:url(/fonts/brandongrotesque-bold-webfont.woff) format("woff"),url(/fonts/brandongrotesque-bold-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Abhaya Libre Bold";src:url(/fonts/abhayalibre-bold-webfont.woff) format("woff"),url(/fonts/abhayalibre-bold-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:"Abhaya Libre";src:url(/fonts/abhayalibre-regular-webfont.woff) format("woff"),url(/fonts/abhayalibre-regular-webfont.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*{box-sizing:border-box;-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility}:after,:before{box-sizing:inherit}body,html{font-family:"Brandon Grotesque",serif;font-size:18px;line-height:26px;margin:0;padding:0;height:100%;width:100%}a{text-decoration:none}button{cursor:pointer;border:none}button:focus{outline:none}img{display:block;width:100%}.hide{display:none!important}.show{display:block}.only-desktop{display:none}.only-mobile{display:inline-block}.MuiAutocomplete-option{font-size:16px;line-height:21px;color:#323232;font-family:"Brandon Grotesque",sans-serif;font-style:normal;font-weight:400}@media screen and (min-width:1024px){.only-desktop{display:inline-block}.only-mobile{display:none}}body{font-size:16px;line-height:26px;overflow-x:hidden;font-family:"Brandon Grotesque",sans-serif}
/*# sourceMappingURL=home-v2.min.css.map */