section.landing .wrapper{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:wrap;gap:32px}section.landing .wrapper .content,section.landing .wrapper .form{flex-basis:100%}section.landing .wrapper .content{text-align:center}section.landing .wrapper .content h1{margin-bottom:24px}section.landing .wrapper .content h1,section.landing .wrapper .content p{color:#fff}section.landing .wrapper .content h1 *,section.landing .wrapper .content p *{color:#fff}section.landing .wrapper .content .socials{font-size:1rem;font-style:italic;margin-top:32px}section.landing .wrapper .content .icons{display:flex;align-items:center;justify-content:center;flex-direction:row;flex-wrap:auto;gap:16px;margin-top:16px}section.landing .wrapper .content .icons a svg{width:32px}section.landing .wrapper .content .icons a svg path{fill:#fff;transition:all .3s ease}section.landing .wrapper .content .icons a:hover svg path{fill:#5bc5f1}section.landing .wrapper .form{background:#FFF;padding:32px;border-radius:20px;box-shadow:0 15px 15px #0000004d}section.landing .wrapper .form h3{font-family:Outfit,sans-serif;font-weight:600;font-size:2rem;color:#5bc5f1;line-height:1.3;text-align:center;margin-bottom:32px}section.landing .wrapper .form .form-footer{display:flex;align-items:center;justify-content:center;flex-direction:column;flex-wrap:auto;gap:16px;margin-top:24px}@media only screen and (min-width: 992px){section.landing .wrapper{gap:64px;align-items:flex-start}section.landing .wrapper .content,section.landing .wrapper .form{flex-basis:calc(50% - 32px)}section.landing .wrapper .content{text-align:left}section.landing .wrapper .content .socials{margin-top:48px}section.landing .wrapper .content .icons{justify-content:flex-start}section.landing .wrapper .form .form-footer{align-items:center;justify-content:space-between;flex-direction:row}}
