@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;700;900&display=swap";.hero{margin:0;padding-bottom:48px;position:relative}@media screen and (min-width: 768px){.hero{padding-bottom:0}}.hero__image{height:800px}.hero__image img{border-bottom:3px solid #2a9d8f;height:800px;-o-object-fit:cover;object-fit:cover;width:100%}.hero__wrapper{-webkit-box-align:end;-ms-flex-align:end;align-items:end;bottom:0;display:-webkit-box;display:-ms-flexbox;display:flex;left:50%;padding-bottom:48px;position:absolute;top:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}@media screen and (min-width: 768px){.hero__wrapper{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:0}}.hero__background{background:linear-gradient(132deg, #2A9D8F 2.6%, #25897D 100%);margin-bottom:-48px;max-width:380px;padding:24px;width:100%}@media screen and (min-width: 768px){.hero__background{padding:32px;max-height:500px}}@media screen and (min-width: 1024px){.hero__background{padding:40px}}.hero__heading{color:#fff}.hero__content{color:#fff}.hero__button{display:-webkit-box;display:-ms-flexbox;display:flex;padding-top:16px}.hero__arrow{background-color:#fff;border-bottom:3px solid #fff;border-top:3px solid #2a9d8f;border-left:3px solid #2a9d8f;border-right:3px solid #fff;border-radius:12px;bottom:-31px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.04);box-shadow:0 4px 12px rgba(0,0,0,.04);display:none;height:50px;position:absolute;right:8%;-webkit-transform:rotate(45deg);transform:rotate(45deg);width:50px}.hero__arrow svg{-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;height:18px;-webkit-transform:rotate(-45deg);transform:rotate(-45deg);width:18px}.hero__arrow:hover svg{height:24px;width:24px}.hero--right .hero__wrapper{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:end}.hero--small .hero__image{height:400px}.hero--small .hero__image img{height:400px}.hero--small .hero__background{max-height:300px}@media screen and (min-width: 768px){.hero--arrow .hero__arrow{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}