@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600;700;800&display=swap);.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-6xl{font-size:3.75rem;line-height:1}.text-7xl{font-size:4.5rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.text-9xl{font-size:8rem;line-height:1}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}.text-justify{text-align:justify}.text-start{text-align:start}.text-end{text-align:end}.font-thin{font-weight:100}.font-extralight{font-weight:200}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.flex{display:flex}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-grow{flex-grow:1}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.gap-0{gap:0}.gap-x-0{-moz-column-gap:0;column-gap:0}.gap-y-0{row-gap:0}.gap-1{gap:.25rem}.gap-x-1{-moz-column-gap:.25rem;column-gap:.25rem}.gap-y-1{row-gap:.25rem}.gap-2{gap:.5rem}.gap-x-2{-moz-column-gap:.5rem;column-gap:.5rem}.gap-y-2{row-gap:.5rem}.gap-3{gap:.75rem}.gap-x-3{-moz-column-gap:.75rem;column-gap:.75rem}.gap-y-3{row-gap:.75rem}.gap-4{gap:1rem}.gap-x-4{-moz-column-gap:1rem;column-gap:1rem}.gap-y-4{row-gap:1rem}.gap-5{gap:1.25rem}.gap-x-5{-moz-column-gap:1.25rem;column-gap:1.25rem}.gap-y-5{row-gap:1.25rem}.gap-6{gap:1.5rem}.gap-x-6{-moz-column-gap:1.5rem;column-gap:1.5rem}.gap-y-6{row-gap:1.5rem}.gap-7{gap:1.75rem}.gap-x-7{-moz-column-gap:1.75rem;column-gap:1.75rem}.gap-y-7{row-gap:1.75rem}.gap-8{gap:2rem}.gap-x-8{-moz-column-gap:2rem;column-gap:2rem}.gap-y-8{row-gap:2rem}*,::after,::before{margin:0;padding:0;box-sizing:border-box;border:none;list-style:none;line-height:1.5;font:normal 1rem Poppins,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif}body,html{min-height:100vh;color:#000;background:#fff;font-size:14px}@media (max-width:400px){body,html{font-size:9px}}html{scrollbar-color:#999 #fafafa;scrollbar-width:thin}.container{max-width:1400px;margin:0 auto;width:90%}.button{display:inline-block;padding:10px 20px;cursor:pointer;font-size:1.5rem;text-decoration:none}.button.primary{background:#b727d5;color:#fff;font-weight:800;border:1px solid #b727d5}.button.secondary{background:#6227d5;color:#fff;font-weight:600;border:1px solid #6227d5}.button:hover{opacity:.8;text-decoration:none}header{border-bottom:3px solid #d9d9d9}header .logo{width:280px}header .logo img{width:100%}header a{color:#000;text-decoration:none;font-weight:600;font-size:1.75rem}header a:hover{text-decoration:underline}.hero{padding:150px 0 450px;text-align:center;background:url(/assets/images/hero.png) center bottom -20px no-repeat;background-size:auto 450px}.hero h1{font-size:3.75rem;line-height:4.375rem;font-weight:800}.hero p{font-size:2rem;line-height:2.5rem;font-weight:400}.block1{background:#6227d5;color:#fff;padding:5rem 0}.block1 h1{font-size:3.75rem;font-weight:800;line-height:4.375rem}.block1 p{font-size:2rem;font-weight:400;line-height:2.5rem}@media (max-width:900px){.block1 .container{display:block}}.block2{padding:5rem 0 5rem 50%;background:url(/assets/images/01.png) left 15% center no-repeat;background-size:auto 90%}.block2 h2{font-size:2.8125rem;font-weight:800;line-height:3.125rem}.block2 p{font-size:1.75rem;font-style:normal;font-weight:400;line-height:2.5rem}.block3{padding:5rem 50% 5rem 0;background:rgba(240,168,255,.2) url(/assets/images/02.png) right 15% center no-repeat;background-size:auto 90%}.block3 h2{font-size:2.8125rem;font-weight:800;line-height:3.125rem}.block3 p{font-size:1.75rem;font-style:normal;font-weight:400;line-height:2.5rem}.block4{padding:5rem 0 5rem 50%;background:url(/assets/images/03.png) left 15% center no-repeat;background-size:auto 90%}.block4 h2{font-size:2.8125rem;font-weight:800;line-height:3.125rem}.block4 p{font-size:1.75rem;font-style:normal;font-weight:400;line-height:2.5rem}.block .container{display:flex;flex-direction:column;gap:2.5rem}@media (max-width:900px){.block{padding:5rem 0 260px;background-size:auto 250px;background-position:center bottom 1rem}}.form{background:#3c128f;color:#fff;padding:5rem 0}.form h1{font-size:3.75rem;line-height:4.375rem;font-weight:800}.form p{font-size:1.75rem;line-height:2.5rem;font-weight:400}footer{padding:5rem 0;text-align:center}footer .logo{width:280px}footer .logo img{width:100%}footer a{color:#000;font-size:1.75rem;font-weight:400;line-height:2.5rem;text-decoration:none}footer a:hover{text-decoration:underline}footer .copyright{color:#605f5f;font-size:1.25rem;font-weight:400;line-height:2.5rem}.cookie-consent{left:0;right:0;position:fixed;z-index:10000000;bottom:0;transform:translateY(100%);transition:transform .25s cubic-bezier(.4,0,1,1) 0s;font:normal .85rem -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Fira Sans","Droid Sans","Helvetica Neue",Arial,sans-serif;background-color:rgba(250,250,250,.95);color:#000;padding:1.25rem}.cookie-consent.opened{transform:translateY(0);box-shadow:0 -1px 5px rgba(0,0,0,.3)}.cookie-consent-section{max-width:75rem;margin:0 auto}.cookie-consent-content{flex-grow:1}.cookie-consent-content p{margin:0 0 .5rem;font-size:.8rem;font-weight:400}.cookie-consent-content label{display:inline-block;margin:0 1rem 0 0;font-size:.8rem;font-weight:400;width:auto}.cookie-consent-content input[type=checkbox]{display:inline-block;width:auto}.cookie-consent-action button{display:inline-block;border-radius:2px;padding:0 1.5rem;height:48px;line-height:48px;text-transform:uppercase;font-weight:700;vertical-align:middle;text-align:center;white-space:nowrap;text-decoration:none;outline:0!important;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:none;box-shadow:1px 1px 2px 0 rgba(0,0,0,.13),2px 1px 4px 0 rgba(0,0,0,.08),0 0 4px 0 rgba(0,0,0,.12);color:#fff!important;background:#0287d6}@media screen and (min-width:40em){.cookie-consent-section{display:flex;flex-direction:row}.cookie-consent-action{align-self:center;padding-left:1.5rem}.cookie-consent-action button{font-size:1.25rem}}@media screen and (max-width:39.99em){.cookie-consent-action{text-align:center;margin-top:.75rem}.cookie-consent-action button{font-size:.95rem}}.form-parent .registration--success{display:none}.form-parent.done form{display:none}.form-parent.done .registration--success{display:block}