section.hero-form{display:flex;align-items:auto;justify-content:auto;flex-direction:column;flex-wrap:auto;gap:73px;padding:5vh 0 10px}section.hero-form .orbs{position:fixed;left:auto;right:0;z-index:-1}section.hero-form .orbs .inner-orbs{width:261px;height:261px;min-width:261px;min-height:261px;position:relative}section.hero-form .orbs .inner-orbs .orb{position:absolute;top:0;left:0;border-radius:900px;filter:blur(20px);animation:spin 4s linear infinite forwards}section.hero-form .orbs .inner-orbs .orb.orange{width:158px;height:158px;min-width:158px;min-height:158px;left:78px;background:radial-gradient(closest-side,#E86825,rgba(232,104,37,0));animation-duration:6s}section.hero-form .orbs .inner-orbs .orb.pink{width:104px;height:104px;min-width:104px;min-height:104px;top:103px;left:161px;background:radial-gradient(closest-side,#FF34BA,rgba(255,52,186,0));animation-duration:8s}section.hero-form .orbs .inner-orbs .orb.red{width:216px;height:216px;min-width:216px;min-height:216px;top:78px;background:radial-gradient(closest-side,#FF0517,rgba(255,5,23,0));animation-duration:10s}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}section.hero-form .breadcrumbs{width:100%;list-style-type:none;display:flex;margin-left:20px}section.hero-form .breadcrumbs li{margin-right:30px;position:relative}section.hero-form .breadcrumbs li:not(:first-child):before{content:"";width:5px;height:5px;border-radius:100%;background:#FFF;position:absolute;left:-17px;top:10px}section.hero-form .breadcrumbs li a{font-family:Montserrat,sans-serif!important;font-weight:400;font-size:.875rem;color:#fff;line-height:1.3}section.hero-form .breadcrumbs li a:hover{text-decoration:underline}section.hero-form.image-right .wrapper .info{flex-direction:column-reverse}section.hero-form .wrapper .progress{position:absolute;bottom:0;left:0}section.hero-form .wrapper .progress .dot{bottom:100px;position:absolute}section.hero-form .wrapper .progress .line{height:100px!important;position:absolute;bottom:0}section.hero-form .wrapper .info{padding:0 0 6vh;display:flex;align-items:center;justify-content:auto;flex-direction:column;flex-wrap:auto;gap:20px}section.hero-form .wrapper .info .form{margin:100px 10px 0;background:linear-gradient(to bottom left,#ff8d21 0%,#d73342 50.2%,#8806a3 100%);border-radius:25px;padding:20px;position:relative}section.hero-form .wrapper .info .form .bouncing-hand{position:absolute;top:-70px;left:30px;width:68px;height:83px;animation:bounce-hero 1s infinite ease-in-out}@keyframes bounce-hero{0%{top:-75px}50%{top:-65px}to{top:-75px}}section.hero-form .wrapper .info .form h3{font-family:Montserrat,sans-serif!important;font-weight:600;font-size:1.75rem;color:#fff;line-height:1.3;margin:0 0 20px}section.hero-form .wrapper .info .form form .fields .field label{font-family:Inter,sans-serif;font-weight:400;font-size:.75;color:#fff;line-height:1.5;line-height:50px;margin-left:16px}section.hero-form .wrapper .info .form form .fields .field input,section.hero-form .wrapper .info .form form .fields .field textarea{background:white;border:0}section.hero-form .wrapper .info .form form .fields .field .file label{background:#FFF;border:0;color:#000;border-radius:8px;margin-left:0;height:50px}section.hero-form .wrapper .info .form form .fields .privacy-policy p{font-family:Inter,sans-serif;font-weight:400;font-size:.75;color:#fff;line-height:1.5;line-height:16px}section.hero-form .wrapper .info .form form .fields .privacy-policy p a{font-size:inherit;font-weight:inherit;text-decoration:underline}section.hero-form .wrapper .info .form form .btn{border:4px solid white;max-width:98px;min-width:98px;margin-left:auto}section.hero-form .wrapper .info .content{padding-left:10px}section.hero-form .wrapper .info .content.text-center .btns{justify-content:center}section.hero-form .wrapper .info .content h1{font-family:Montserrat,sans-serif!important;font-weight:600;font-size:1rem;color:#fff;line-height:1.3;margin-bottom:15px}section.hero-form .wrapper .info .content h2,section.hero-form .wrapper .info .content h3{font-family:Montserrat,sans-serif!important;font-weight:600;font-size:1rem;color:#fff;line-height:1.3;margin-bottom:20px}section.hero-form .wrapper .info .content p{font-family:Inter,sans-serif;font-weight:400;font-size:.875rem;color:#fff;line-height:1.5;margin-bottom:15px}section.hero-form .wrapper .info .content .links{background:#2B2138;border:1px solid rgba(255,255,255,.17);border-radius:25px;padding:25px 20px;margin-top:30px}section.hero-form .wrapper .info .content .links h3{font-family:Montserrat,sans-serif!important;font-weight:400;font-size:1rem;color:#fff;line-height:1.3}section.hero-form .wrapper .info .content .links .links-wrapper{display:flex;align-items:center;justify-content:auto;flex-direction:row;flex-wrap:wrap;margin-top:20px}section.hero-form .wrapper .info .content .links .links-wrapper a{font-family:Montserrat,sans-serif!important;font-weight:400;font-size:1rem;color:#ffa200;line-height:1.3;text-decoration:none}section.hero-form .wrapper .info .content .links .links-wrapper span{background:#FFA200;width:5px;height:5px;border-radius:10px;margin:0 15px}section.hero-form .wrapper .info .content .links .links-wrapper span:last-child{display:none}@media only screen and (min-width: 768px){section.hero-form{padding:56px 20px 0}section.hero-form .orbs{position:absolute;top:100px;left:auto;right:10vw}section.hero-form.reduce-padding .wrapper .info{margin-bottom:1.5vw}section.hero-form.image-right .wrapper .info{flex-direction:row-reverse}section.hero-form .wrapper .info{margin-bottom:15vw;flex-direction:row;align-items:flex-start;gap:80px}section.hero-form .wrapper .info .form{flex-basis:50%}section.hero-form .wrapper .info .form .bouncing-hand{left:0}section.hero-form .wrapper .info .form form .fields .field label{line-height:30px}section.hero-form .wrapper .info .content{flex-basis:50%;padding-left:40px;margin-top:6.5rem}section.hero-form .wrapper .info .content h1,section.hero-form .wrapper .info .content h2,section.hero-form .wrapper .info .content h3{font-size:2rem!important}section.hero-form .wrapper .info .content p{font-size:1.125rem}}@media only screen and (min-width: 1200px){section.hero-form{gap:50px;padding:80px 20px 0}section.hero-form.reduce-padding{padding:20px 20px 0}section.hero-form .orbs{position:absolute;top:51px;left:auto;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}section.hero-form .orbs .inner-orbs{width:619px;height:619px;min-width:619px;min-height:619px}section.hero-form .orbs .inner-orbs .orb.orange{width:374px;height:374px;min-width:374px;min-height:374px;left:194px;transform-origin:187px 257px}section.hero-form .orbs .inner-orbs .orb.pink{width:245px;height:245px;min-width:245px;min-height:245px;top:239px;left:381px;transform-origin:10px 122.5px}section.hero-form .orbs .inner-orbs .orb.red{width:515px;height:515px;min-width:515px;min-height:515px;top:184px;transform-origin:307.5px 187.5px}}
