body,html{margin:0}body{font-family:Roboto,sans-serif}h1,h2,h3,h4,h5{margin:0}h1{font-size:32px}h2{font-size:24px}h3{font-size:20px}p{line-height:1.5;margin-bottom:16px;margin-top:0;max-width:516px}button{cursor:pointer}table,td,th{border:1px solid #000;text-align:left}a{text-decoration:none;color:inherit}input{height:30px;padding-left:.5em}input,textarea{border-radius:.5em;border:1px solid #ddd}textarea{height:200px;resize:none;width:100%}label{font-size:12px;font-weight:700;color:#00002e}button{display:flex;align-items:center;justify-content:center;height:30px;background-color:#00002e;color:#fff;border:none;padding:0 1em;border-radius:.5em}.landing_layout_root_container{position:relative;display:grid;grid-template-columns:3fr 2fr;height:100vh;background-color:green}.landing_layout_left_container{display:flex;flex-direction:column;justify-content:center;background-color:#00002e;color:#fff;padding:1em}@media only screen and (max-width:768px){.landing_layout_root_container{grid-template-columns:1fr}.landing_layout_left_container{display:none}}