@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700&family=Poppins:wght@400;700;800;900&display=swap";.hero{margin:0;position:relative;z-index:3}.hero__image{height:600px}@media screen and (min-width: 768px){.hero__image{height:700px}}@media screen and (min-width: 1024px){.hero__image{height:800px}}@media screen and (min-width: 1280px){.hero__image{height:796}}.hero__image img{height:600px;-o-object-fit:cover;object-fit:cover;width:100%}@media screen and (min-width: 768px){.hero__image img{height:700px}}@media screen and (min-width: 1024px){.hero__image img{height:800px}}@media screen and (min-width: 1280px){.hero__image img{height:796}}.hero__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;left:50%;padding-top:100px;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;z-index:6}.hero__content{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding-top:48px;width:100%}.hero__subheading{font-weight:800;color:#e6f56d;margin-bottom:8px;max-width:680px}.hero__heading{color:#fff;max-width:680px}.hero__body{color:#fff;display:none;max-width:680px}@media screen and (min-width: 768px){.hero__body{display:block}}.hero__button{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:24px}.hero__gradient-top{background:-webkit-gradient(linear, left bottom, left top, from(transparent), to(#000));background:linear-gradient(0deg, transparent 0%, #000 100%);bottom:40%;left:0;position:absolute;right:0;top:0;z-index:4}.hero__gradient-bottom{background:-webkit-gradient(linear, left top, left bottom, from(transparent), to(#000));background:linear-gradient(180deg, transparent 0%, #000 100%);bottom:0;left:0;position:absolute;right:0;top:40%;z-index:5}.hero__flourish{background-image:url("../img/hero-flourish.png");background-position:center center;bottom:-16px;height:36px;left:0;position:absolute;right:0;z-index:7}.hero--center .hero__content{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.hero--right .hero__content{-webkit-box-align:end;-ms-flex-align:end;align-items:end;text-align:right}.hero--small .hero__image{height:600px}.hero--small .hero__image img{height:600px}