@import"https://fonts.googleapis.com/css?family=Raleway:300,400,700&display=swap";body{font-family:"Raleway",sans-serif;font-size:1.6rem;font-weight:400;line-height:1.7}.h0{font-size:3.981rem;font-weight:300;line-height:1.3}@media screen and (min-width: 48rem){.h0{font-size:calc(1.4020833333vw + 3.308rem)}}@media screen and (min-width: 192rem){.h0{font-size:6rem}}.h1{font-size:3.318rem;font-weight:300;line-height:1.5}@media screen and (min-width: 48rem){.h1{font-size:calc(1.0868055556vw + 2.7963333333rem)}}@media screen and (min-width: 192rem){.h1{font-size:4.883rem}}.h2{font-size:2.765rem;font-weight:800;line-height:1.5}@media screen and (min-width: 48rem){.h2{font-size:calc(0.7923611111vw + 2.3846666667rem)}}@media screen and (min-width: 192rem){.h2{font-size:3.906rem}}.h3{font-size:2.304rem;font-weight:800;line-height:1.7}@media screen and (min-width: 48rem){.h3{font-size:calc(0.5701388889vw + 2.0303333333rem)}}@media screen and (min-width: 192rem){.h3{font-size:3.125rem}}.h4{font-size:1.8rem;font-weight:800;line-height:1.7}@media screen and (min-width: 48rem){.h4{font-size:calc(0.4861111111vw + 1.5666666667rem)}}@media screen and (min-width: 192rem){.h4{font-size:2.5rem}}.h5{font-size:1.65rem;font-weight:400;line-height:1.7}@media screen and (min-width: 48rem){.h5{font-size:calc(0.2430555556vw + 1.5333333333rem)}}@media screen and (min-width: 192rem){.h5{font-size:2rem}}.para{font-size:1.6rem !important}p:not(:last-child){margin-bottom:2rem}.meta{font-size:1.2rem}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%;scroll-behavior:smooth}@media screen and (max-width: 64em){html{font-size:56.25%}}@media screen and (max-width: 48em){html{font-size:50%}}body{box-sizing:border-box;overflow-x:hidden}::-moz-selection{background-color:#b33771;color:#fff}::selection{background-color:#b33771;color:#fff}.u-bold{font-weight:bold}.u-normal{font-weight:normal}.u-block{display:block}.primary{color:#b33771}@-webkit-keyframes fadeUp{from{transform:translateY(70%);opacity:0}to{transform:translateY(0%);opacity:1}}@keyframes fadeUp{from{transform:translateY(70%);opacity:0}to{transform:translateY(0%);opacity:1}}@-webkit-keyframes fadeIn{from{opacity:0}to{opacity:1}}@keyframes fadeIn{from{opacity:0}to{opacity:1}}@-webkit-keyframes fadeOut{from{opacity:1}to{opacity:0}}@keyframes fadeOut{from{opacity:1}to{opacity:0}}@-webkit-keyframes left-enter{0%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}100%{-webkit-clip-path:inset(0);clip-path:inset(0)}}@keyframes left-enter{0%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}100%{-webkit-clip-path:inset(0);clip-path:inset(0)}}@-webkit-keyframes down-enter{0%{-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0)}100%{-webkit-clip-path:inset(0);clip-path:inset(0)}}@keyframes down-enter{0%{-webkit-clip-path:inset(100% 0 0 0);clip-path:inset(100% 0 0 0)}100%{-webkit-clip-path:inset(0);clip-path:inset(0)}}.footer{padding:1rem;background-color:#000;color:#fff;text-align:center}.link{text-decoration:none;color:#000;display:inline-block;position:relative;padding:1rem 0;transition:color .25s}.link--inverted{color:#fff}@media screen and (max-width: 26.25em){.link{display:block;text-align:center;margin-top:3rem;font-size:1.8rem}}.link::after{content:"";position:absolute;bottom:3px;left:0;height:2px;width:100%;background-color:#b33771;transform:scaleX(0.5);transform-origin:left;transition:transform .25s,background-color .25s}@media screen and (max-width: 26.25em){.link::after{transform-origin:center}}.link:hover{color:#982f60}.link:hover::after{transform:scaleX(1);background-color:#982f60}.btn{background-color:#b33771;color:#fff;font-weight:700;padding:1rem 3rem;display:inline-block;font-family:inherit;font-size:inherit;border:none;cursor:pointer;position:relative;z-index:1}@media screen and (max-width: 26.25em){.btn{display:block;text-align:center;width:100%;margin-top:3rem}}.btn::before{content:"";position:absolute;top:0;left:0;height:100%;width:100%;background-color:#982f60;z-index:-1;transform:scaleX(0);transform-origin:left;transition:transform .25s}.btn:hover::before{transform:scaleX(1)}.btn--link{text-decoration:none}.btn--lg{font-size:2rem}.input{margin-bottom:3rem}.input__label{display:block;font-weight:bold}.input__control{font-size:inherit;font-family:inherit;border:none;outline:none;display:block;width:100%;padding:1rem;background-color:#f6f6f6;color:#000;border-bottom:3px solid #000;transition:border-bottom-color .25s}.input__control--textarea{resize:none;height:18rem}.input__control--error{border-bottom-color:red}.input__control:hover{border-bottom-color:gray}.input__control:focus{border-bottom-color:#b33771}.modal{position:fixed;top:0;left:0;height:100vh;width:100%;overflow-y:auto;z-index:8;pointer-events:none}.modal--visible{pointer-events:initial}.modal--visible::after{transform:scaleY(1) !important}.modal--visible .modal__content{opacity:1;transform:translateY(0)}.modal::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.9);z-index:-1;transform:scaleY(0);transform-origin:bottom;transition:transform .3s}.modal__content{margin:5rem 5vw;max-width:90rem;background-color:#fff;padding:5rem 5vw;position:relative;transform:translateY(3rem);opacity:0;transition:opacity .3s,transform .3s}.modal__close{display:inline-block;font-size:3rem;line-height:1;position:absolute;right:0;top:0;padding:1rem 1.5rem;background-color:#b33771;border:none;color:#fff;cursor:pointer;transition:background-color .3s}.modal__close:hover{background-color:#78254c}.header{height:100%;min-height:100vh;background-color:#eee;-webkit-clip-path:polygon(0 0, 100% 0%, 100% 86%, 0% 100%);clip-path:polygon(0 0, 100% 0%, 100% 86%, 0% 100%);position:relative;z-index:3;display:flex;justify-content:flex-start;align-items:flex-end;padding:0 5vw 15rem;background-image:linear-gradient(rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)),url("../img/hero-min.jpg");background-size:cover;background-attachment:fixed;color:#000}@media screen and (max-width: 50em){.header{-webkit-clip-path:polygon(0 0, 100% 0%, 100% 90%, 0% 100%);clip-path:polygon(0 0, 100% 0%, 100% 90%, 0% 100%)}}@media screen and (max-width: 37.5em){.header{min-height:70vh}}.header__wrapper{max-width:68rem}.header.animate .header__title{-webkit-animation-name:fadeUp;animation-name:fadeUp;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.header.animate .header__sub-title{-webkit-animation-name:fadeUp;animation-name:fadeUp;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-delay:.2s;animation-delay:.2s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;margin-bottom:3rem}.header.animate .header__sub-text{-webkit-animation-name:fadeUp;animation-name:fadeUp;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-delay:.5s;animation-delay:.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.header.animate .header__buttons{-webkit-animation-name:fadeUp;animation-name:fadeUp;-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-timing-function:ease;animation-timing-function:ease;-webkit-animation-delay:.7s;animation-delay:.7s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}.header__title{opacity:0}.header__sub-title{opacity:0}.header__sub-text{opacity:0}.header__buttons{opacity:0;margin-top:2rem}.header__btn--1{margin-right:3rem}.story{margin-top:10rem;display:grid;grid-template-columns:repeat(2, 1fr);align-items:start;grid-gap:5rem;padding:0 5vw}.story.animate .story__title span{-webkit-animation:down-enter .5s forwards ease-in;animation:down-enter .5s forwards ease-in}.story.animate .story__title::after{transform:scaleX(1)}.story.animate .story__img{-webkit-animation:fadeIn .75s forwards ease-in-out;animation:fadeIn .75s forwards ease-in-out}.story.animate .story__single--1{-webkit-animation:fadeUp .5s .5s forwards ease-in-out;animation:fadeUp .5s .5s forwards ease-in-out}.story.animate .story__single--2{-webkit-animation:fadeUp .5s .7s forwards ease-in-out;animation:fadeUp .5s .7s forwards ease-in-out}.story.animate .story__single--3{-webkit-animation:fadeUp .5s .8s forwards ease-in-out;animation:fadeUp .5s .8s forwards ease-in-out}.story.animate .story__text--1{-webkit-animation:fadeUp .5s .3s forwards ease-in-out;animation:fadeUp .5s .3s forwards ease-in-out}.story.animate .story__text--2{-webkit-animation:fadeUp .5s .4s forwards ease-in-out;animation:fadeUp .5s .4s forwards ease-in-out}@media screen and (max-width: 69.375em){.story{grid-template-columns:1fr}}@media screen and (max-width: 28.75em){.story{margin-top:5rem}}.story__header{position:relative;margin-bottom:5rem}.story__header::after{content:"";position:absolute;bottom:0;left:0;height:7px;width:50%;background-color:#b33771}.story__title{font-size:15rem;font-weight:bold;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-gap:2rem;align-items:center}@media screen and (max-width: 97.5em){.story__title{grid-template-columns:1fr;font-size:10rem}}@media screen and (max-width: 28.75em){.story__title{font-size:6rem}}.story__title::after{content:"";height:3px;width:100%;background-color:#b33771;transform:scaleX(0);transition:transform .5s .2s;transform-origin:left}.story__list{list-style:none;margin-top:6rem}.story__text{opacity:0}.story__single{background-color:rgba(0,0,0,0);color:#000;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;align-items:start;grid-gap:3rem;align-items:center;padding:2rem 0;cursor:pointer;opacity:0;transition:background-color .3s,color .3s}.story__single:hover{background-color:#b33771;color:#fff}.story__single:hover .story__number{color:#78254c;transform:translateY(-7%)}.story__number{font-size:6rem;font-weight:bold;color:#b33771;transition:transform .25s}.story--right{position:relative}@media screen and (max-width: 69.375em){.story--right{display:flex;align-items:flex-start}}@media screen and (max-width: 25em){.story--right{flex-direction:column}}.story__img{max-width:100%;max-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;display:block;opacity:0}@media screen and (max-width: 69.375em){.story__img{width:20rem;height:20rem;border-radius:50%}}@media screen and (max-width: 28.75em){.story__img{width:15rem;height:15rem}}.story__name{position:absolute;bottom:10%;left:5%;background-color:#b33771;color:#fff;padding:1rem 2rem}@media screen and (max-width: 69.375em){.story__name{position:initial;bottom:unset;left:unset;transform:translateY(5rem);margin-left:3rem}}@media screen and (max-width: 25em){.story__name{transform:translateX(0) translateY(0)}}.thoughts{margin-top:-7rem}.thoughts__header{-webkit-clip-path:polygon(0 28%, 100% 0%, 100% 69%, 0% 100%);clip-path:polygon(0 28%, 100% 0%, 100% 69%, 0% 100%);padding:20rem 5vw;background-color:#eee;display:flex;align-items:center;justify-content:flex-start;position:relative;z-index:3;background-image:linear-gradient(rgba(255, 255, 255, 0.87), rgba(255, 255, 255, 0.87)),url("../img/thoughts-min.jpg");background-size:cover;background-attachment:fixed}@media screen and (max-width: 50em){.thoughts__header{-webkit-clip-path:polygon(0 12%, 100% 0%, 100% 90%, 0% 100%);clip-path:polygon(0 12%, 100% 0%, 100% 90%, 0% 100%);margin-top:10rem;padding:15rem 5vw 18rem}}.thoughts__title{transform:translateY(3rem)}.thoughts__container{transform:translateY(-15rem)}.thoughts__points{height:100%;min-height:50vh;padding:7rem 5vw;background-color:#000;color:#fff;display:flex;justify-content:flex-start;align-items:flex-end;background-size:cover}.thoughts__points--balance{min-height:60vh;background-image:linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url("../img/balance-min.jpg")}.thoughts__points--balance.animate .thoughts__wrapper{-webkit-animation:fadeUp .7s .4s forwards ease-out;animation:fadeUp .7s .4s forwards ease-out}.thoughts__points--quality{background-image:linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url("../img/quality-min.jpg");border-top:1px solid #fff;border-bottom:1px solid #fff}.thoughts__points--quality.animate .thoughts__wrapper{-webkit-animation:fadeUp .7s .5s forwards ease-out;animation:fadeUp .7s .5s forwards ease-out}.thoughts__points--variability{background-image:linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url("../img/variability-min.jpg")}.thoughts__points--variability.animate .thoughts__wrapper{-webkit-animation:fadeUp .7s .6s forwards ease-out;animation:fadeUp .7s .6s forwards ease-out}.thoughts__wrapper{max-width:95rem;opacity:0}.thoughts__type{margin-bottom:2rem}.ventures{position:relative;padding-bottom:15rem;margin-top:-7rem}.ventures.animate .ventures__header::after{transform:scaleX(1)}.ventures.animate .ventures__heading{-webkit-animation:fadeIn .5s .3s forwards ease-in-out;animation:fadeIn .5s .3s forwards ease-in-out}.ventures.animate .ventures__link{-webkit-animation:fadeIn .5s .3s forwards ease-in-out;animation:fadeIn .5s .3s forwards ease-in-out}.ventures__header{padding:0 5vw;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;align-items:center;grid-gap:3rem}.ventures__header::after{content:"";display:block;height:3px;width:100%;background-color:#b33771;transform:scaleX(0);transform-origin:left;transition:transform .7s .3s ease-out}.ventures__heading{border-bottom:5px solid #b33771;opacity:0}.ventures__list{padding:0 5vw;margin:5rem 0;list-style:none;max-width:160rem;display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:5vw}@media screen and (max-width: 53.125em){.ventures__list{grid-template-columns:1fr}}.ventures__link{display:block;min-height:35rem;border-radius:30px;padding:3rem;opacity:0;display:flex;justify-content:flex-start;align-items:flex-end;text-decoration:none;color:#fff;transition:transform .25s}@media screen and (max-width: 53.125em){.ventures__link{min-height:25rem}}.ventures__link--biotexlife{background-image:linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url("../img/life-min.jpg");background-size:cover;background-position:center}.ventures__link--biotexozone{background-image:linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url("../img/ozone-min.jpg");background-size:cover;background-position:center}.ventures__link:hover{transform:translateY(-2rem)}.ventures__logo{width:100%;max-width:70rem;opacity:.2;position:absolute;bottom:0;right:0;z-index:-1}.nanocurcumin{padding:10rem 5vw;height:70vh;min-height:70vh;display:flex;align-items:stretch;background-image:linear-gradient(rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.75)),url("../img/nanocurcumin-min.jpg");background-size:cover;background-position:center;background-attachment:fixed;color:#fff;position:relative}.nanocurcumin.animate .nanocurcumin__overlay{-webkit-animation:fadeOut .35s .4s forwards ease-out;animation:fadeOut .35s .4s forwards ease-out}@media screen and (max-width: 48em){.nanocurcumin{height:50vh;min-height:50vh}}.nanocurcumin__content{align-self:stretch;width:100%;max-width:85rem;display:flex;flex-direction:column;justify-content:space-between;height:100%;position:relative;z-index:3}.nanocurcumin__overlay{position:absolute;top:0;left:0;z-index:1;height:100%;width:100%;background-color:#000}.business{height:100%;min-height:50vh;display:flex;justify-content:flex-start;align-items:center;padding:5rem 5vw;background-image:linear-gradient(rgba(179, 55, 113, 0.75), rgba(179, 55, 113, 0.75)),url("../img/business-min.jpg");background-size:cover;background-position:center;color:#fff}.business.animate .business__content{-webkit-animation:fadeIn .5s .3s forwards ease-out;animation:fadeIn .5s .3s forwards ease-out}.business__content{max-width:90rem;opacity:0}.business__title{margin-bottom:2rem}.contact{padding:10rem 0 0;background-size:cover;background-position:center 80%;background-image:linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)),url("../img/contact-min.jpg");display:grid;grid-template-columns:1.5fr 1fr}.contact.animate .contact__title::after{transform:scaleX(1)}.contact.animate .contact__form{-webkit-animation:fadeUp .6s .2s forwards ease-out;animation:fadeUp .6s .2s forwards ease-out}@media screen and (max-width: 81.25em){.contact{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 56.25em){.contact{grid-template-columns:1fr;padding:8rem 5vw}}@media screen and (max-width: 31.25em){.contact{padding:8rem 0 0}}.contact__header{padding:0 5vw}@media screen and (max-width: 56.25em){.contact__header{margin-bottom:3rem}}.contact__title{display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;align-items:center;grid-gap:3rem}.contact__title::after{content:"";display:block;height:3px;width:100%;background-color:#b33771;transform:scaleX(0);transform-origin:left;transition:transform .5s .3s ease-out}.contact__form{padding:6rem 5rem;background-color:#fff;box-shadow:0 0 30px rgba(0,0,0,.12);opacity:0}@media screen and (max-width: 56.25em){.contact__form{grid-template-columns:1fr;padding:6rem 5vw}}.contact__image{height:100%;width:100%}@media screen and (max-width: 56.25em){.contact__image{display:none}}.cta{background-image:linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)),url("../img/cta.jpg");background-size:cover;background-position:center;padding:22rem 5vw 20rem;color:#fff;margin-top:-12rem;position:relative;-webkit-clip-path:polygon(0 0, 100% 0, 100% 100%, 0 83%);clip-path:polygon(0 0, 100% 0, 100% 100%, 0 83%)}.cta__wrapper{max-width:80rem}.cta__logo{display:block;height:10rem;width:10rem;border-radius:100px;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.cta__title{margin:2rem 0;border-top:2px solid #b33771}@media screen and (max-width: 33.125em){.cta__title{font-size:6rem}}@media screen and (max-width: 22.5em){.cta__title{font-size:4.2rem}}.cta__author-info{padding-left:2rem;border-left:7px solid #b33771;margin-bottom:3rem}.cta__sub-title{margin-bottom:0 !important}.cta__time{padding-top:2rem;border-top:2px solid #b33771;font-size:2rem;margin-bottom:1rem}.gallery{padding:7rem 5vw}.gallery.animate .gallery__header::after{transform:scaleX(1)}.gallery.animate .gallery__contents{-webkit-animation:fadeIn 1.6s .2s forwards ease-out;animation:fadeIn 1.6s .2s forwards ease-out}.gallery__header{margin-bottom:3rem;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;align-items:center;grid-gap:3rem}.gallery__header::after{content:"";display:block;height:3px;width:100%;background-color:#b33771;transform:scaleX(0);transform-origin:left;transition:transform .5s .3s ease-out}.gallery__contents{display:grid;grid-template-columns:repeat(2, 1fr);grid-gap:5px}.gallery__content--video{grid-column:1/-1}.gallery__content--testimonial video{max-width:30rem}.gallery__img{display:block;height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.youtube{padding:10rem 5vw 30rem;position:relative;margin:5rem 0 -20rem;z-index:-1;background-color:#000}@media screen and (max-width: 50em){.youtube{padding:10rem 5vw 20rem}}.youtube.animate iframe{-webkit-animation:fadeIn .7s .5s forwards ease-out;animation:fadeIn .7s .5s forwards ease-out}.youtube iframe{opacity:0;width:100%;height:60rem}.testimonial{padding:5rem 5vw}.testimonial__header{padding-bottom:3rem;display:grid;grid-template-columns:-webkit-max-content 1fr;grid-template-columns:max-content 1fr;grid-gap:3rem;align-items:center}.testimonial__header::after{content:"";display:block;height:3px;width:100%;background-color:#b33771}.testimonial__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:1rem}@media screen and (max-width: 81.25em){.testimonial__grid{grid-template-columns:repeat(2, 1fr)}}@media screen and (max-width: 41.875em){.testimonial__grid{grid-template-columns:1fr}}.testimonial__video{width:100%;height:30rem}@media screen and (max-width: 41.875em){.testimonial__video{height:100%}}/*# sourceMappingURL=main.min.css.map */