.container{display:grid;grid-template-columns:1fr 1fr;height:100vh}.left{background-color:#2f3c46;color:#fff;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:2rem;text-align:center}.content{flex-grow:1;display:flex;flex-direction:column;justify-content:center;gap:1rem}.left h1{font-size:2.5rem;margin:.5rem 0}.left h2{font-size:1.2rem;font-weight:600;opacity:.9}.left h3{font-size:1rem;opacity:.8}.cta-button{display:inline-block;margin-top:o,5 rem;padding:.8rem 1.5rem;background-color:#fff;color:#000;font-weight:600;border-radius:25px;text-decoration:none;box-shadow:0 2px 6px #00000026;transition:all .3s ease}.cta-button:hover{transform:scale(1.05)}.footer{font-size:.8rem;opacity:.7;text-align:center;white-space:nowrap;padding:0rem;bottom:1rem;right:1rem;width:100%;left:0}.right{background-color:#fff;display:flex;justify-content:center;align-items:center}.logo{max-width:70%;max-height:100%;object-fit:contain}@media (max-width: 768px){.container{grid-template-columns:1fr}.left,.right{height:50vh}.logo{max-width:40%}.footer{font-size:.7rem;padding-bottom:0rem}}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.footer{display:grid;grid-template-columns:1fr 1fr;width:100%;height:60px}.footer-left{background-color:#2f3c46;color:#fff;display:flex;justify-content:center;align-items:center;font-size:.85rem;padding:0 1rem;text-align:center}.footer-right{background-color:#fff}
