@import"https://fonts.googleapis.com/css2?family=Barlow: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&family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap";*{font-family:IBM Plex Sans,sans-serif;border:0;padding:0;margin:0;box-sizing:border-box}:root{--white: #FFF;--green: #1D855E}a{text-decoration:none;color:inherit;font-weight:400}.frame{display:flex;flex-direction:column;justify-content:centere;align-items:stretch;padding:4rem;background:#1d855e;min-height:100vh;width:100%}@media screen and (max-width: 767px){.frame{padding:2rem}}.frame .overlap-group{flex-grow:1}.frame .title{font-size:4rem;text-wrap:balance;color:var(--white);font-weight:600;text-align:center}@media screen and (max-width: 767px){.frame .title{font-size:2.5rem}}.frame .text-wrapper{font-size:1.75rem;color:var(--white);text-wrap:balance;text-align:center;font-weight:300}.text-footer span{color:var(--white)}.text-arial{font-family:Arial,Helvetica,sans-serif!important}
