*{box-sizing:border-box;margin:0;padding:0;scroll-behavior:smooth;border:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none;font-family:"Lato",sans-serif}*:focus{outline:none}*::before,*::after{box-sizing:border-box}html,body{height:100%;background-color:#f0f4f8;overflow-x:hidden}img{max-width:100%;display:block}button,a{cursor:pointer}a{text-decoration:none}h1,h2,h3{color:#102a43}p{color:#243b53}.max-width{width:95%;max-width:1100px;margin-left:auto;margin-right:auto}.pressed{transition:100ms all;opacity:1;transform:scale(1)}.pressed:active{opacity:.9;transform:scale(0.98)}[data-before-content]::before{content:attr(data-before-content);font-size:inherit;color:inherit;font-weight:inherit}button[data-close]{--size: 30px;background-repeat:no-repeat;background-position:center;background-image:url(/assets/icons/close.svg);background-size:var(--size);height:var(--size);width:var(--size);background-color:rgba(0,0,0,0)}section{width:100%;display:flex;margin-bottom:50px}section .cta{height:50px;font-size:16px;color:#fff;font-weight:500;border-radius:4px;background-color:var(--bg-color);text-transform:uppercase;display:flex;justify-content:center;align-items:center;transition:100ms all;margin-bottom:25px}section .cta.green{--bg-color: #0E7C86}section .cta.blue{--bg-color: #4C63B6}section .cta.red{--bg-color: #BA2525}section .cta.ghost{border:2px solid var(--bg-color);background-color:rgba(0,0,0,0);color:var(--bg-color)}section .cta.ghost:hover{background-color:var(--bg-color);color:#fff}section .cta-container{display:flex;flex-flow:column nowrap}.hero{flex-flow:row nowrap;justify-content:space-between}.hero h1,.hero p{margin-bottom:25px}.hero h1{font-size:45px}.hero p{font-size:18px;line-height:1.5}.hero img{margin:25px auto;max-width:500px;width:95%}.hero .hero-div{max-width:50%;display:flex}.hero .hero-div.column{flex-flow:column nowrap}.hero .hero-div:first-child{justify-content:flex-start}.hero .hero-div:last-child{justify-content:flex-end}@media all and (max-width: 800px){.hero{flex-flow:column nowrap;align-items:center;justify-content:flex-start}.hero h1,.hero p{text-align:center;max-width:95%;align-items:center}.hero .hero-div{width:100%;justify-content:flex-start;max-width:100%}}section.basic-section{display:flex;flex-flow:column nowrap;align-items:center}section.basic-section h1,section.basic-section p{max-width:500px;text-align:center;margin-bottom:15px}section.basic-section h1{color:#102a43;font-size:30px}section.basic-section p{color:#243b53;font-size:16px}section.basic-section form{width:100%;display:flex;flex-flow:column nowrap;align-items:center}section.basic-section .cta{margin-top:20px;max-width:400px;width:100%}.screen-container{overflow-x:hidden;display:flex;flex-flow:row nowrap;max-width:1100px;width:95%;margin:0 auto}[data-screen]{min-width:100%;width:100%;height:fit-content;left:0;top:120px;display:flex;flex-flow:column nowrap;align-items:center;transition:200ms all}[data-screen].passed[data-screen="1"]{transform:translateX(calc(-100vw * 1))}[data-screen].passed[data-screen="2"]{transform:translateX(calc(-100vw * 2))}[data-screen].passed[data-screen="3"]{transform:translateX(calc(-100vw * 3))}[data-screen].passed[data-screen="4"]{transform:translateX(calc(-100vw * 4))}[data-screen].passed[data-screen="5"]{transform:translateX(calc(-100vw * 5))}[data-screen].passed[data-screen="6"]{transform:translateX(calc(-100vw * 6))}[data-screen].passed[data-screen="7"]{transform:translateX(calc(-100vw * 7))}[data-screen].passed[data-screen="8"]{transform:translateX(calc(-100vw * 8))}[data-screen].passed[data-screen="1"]{transform:translateX(-100vw)}[data-screen]:not(.queued):not(.passed)[data-screen="1"]{transform:translateX(calc(-100% * 0))}[data-screen]:not(.queued):not(.passed)[data-screen="2"]{transform:translateX(calc(-100% * 1))}[data-screen]:not(.queued):not(.passed)[data-screen="3"]{transform:translateX(calc(-100% * 2))}[data-screen]:not(.queued):not(.passed)[data-screen="4"]{transform:translateX(calc(-100% * 3))}[data-screen]:not(.queued):not(.passed)[data-screen="5"]{transform:translateX(calc(-100% * 4))}[data-screen]:not(.queued):not(.passed)[data-screen="6"]{transform:translateX(calc(-100% * 5))}[data-screen]:not(.queued):not(.passed)[data-screen="7"]{transform:translateX(calc(-100% * 6))}[data-screen]:not(.queued):not(.passed)[data-screen="8"]{transform:translateX(calc(-100% * 7))}[data-screen] h1,[data-screen] p,[data-screen] .action-container{max-width:500px;width:100%}[data-screen] h1,[data-screen] p{margin-bottom:25px;text-align:center}[data-screen] h1{font-size:30px}[data-screen] p{line-height:1.5;color:#243b53}[data-screen] .action-container{display:flex;flex-flow:column nowrap;align-items:center}[data-screen] .action-buttons,[data-screen] .action-inputs{width:100%;display:flex;margin-bottom:25px}[data-screen] .action-buttons{flex-flow:row wrap;justify-content:space-around}[data-screen] .action-inputs{flex-flow:column nowrap;align-items:center}[data-screen] form:invalid button[type=submit]{opacity:.3;cursor:not-allowed;pointer-events:none;touch-events:none}[data-screen] .action-choice{min-width:220px;width:220px;height:60px;background-color:rgba(0,0,0,0);border-radius:6px;border:2px solid #14919b;margin-bottom:20px;display:flex;justify-content:center;align-items:center;color:#243b53;position:relative;cursor:pointer}[data-screen] .action-choice.active{background-color:#14919b;color:#fff;border:none}[data-screen] .action-choice input{apperance:none;-webkit-appearance:none;position:absolute;top:0px;left:0px;width:100%;height:100%;cursor:pointer;z-index:2}[data-screen] .next{height:50px;font-size:16px;color:#fff;font-weight:500;border-radius:4px;text-transform:uppercase;display:flex;justify-content:center;align-items:center;transition:100ms all;background-color:#4c63b6;width:100%;max-width:400px}[data-screen] button[type=reset]{background-color:rgba(0,0,0,0);margin-top:15px;font-size:15px;color:#243b53;padding:10px}[data-screen] button[type=reset]:hover{text-decoration:underline}[data-screen] .illustration{width:95%;max-width:400px;margin:0 auto;margin-top:25px}[data-screen] .cta{width:95%;max-width:400px}[data-base-domain-display]{color:inherit;font-size:inherit;font-weight:inherit}#addValue{color:#647acb;font-size:14px;margin-top:10px;background-color:rgba(0,0,0,0);text-align:right}#addValue:hover{text-decoration:underline}@media all and (max-width: 800px){[data-screen] .action-choice{width:95%;max-width:400px}[data-screen] .next{width:95%}}header{height:70px;margin-bottom:50px;display:flex;align-items:center;justify-content:center}header .logo{max-height:50px;width:auto}input:not([type=file]):not([type=radio]):not([type=checkbox]),select{max-width:400px;width:95%;height:40px;border-radius:4px;background-color:#fff;border:1px solid #d9e2ec;text-indent:15px;font-size:16px;color:#243b53}label.text-input{font-size:16px;color:#243b53;margin-bottom:15px;width:95%;max-width:400px;cursor:text;display:flex;flex-flow:column nowrap}label.text-input input:not([type=file]):not([type=radio]):not([type=checkbox]),label.text-input select{width:100%;margin-top:5px}label.text-input input:not([type=file]):not([type=radio]):not([type=checkbox]).blurred:invalid+span,label.text-input select.blurred:invalid+span{opacity:1;visibility:visible;height:fit-content}label.text-input .stuff-after{display:flex;flex-flow:row nowrap;align-items:center}label.text-input .stuff-after.close:first-child button{display:none}label.text-input .stuff-after input{margin-right:10px}label.text-input .error{font-size:14px;color:#d64545;opacity:0;visibility:hidden;transition:100ms all;margin-top:3px;display:block;height:0px}footer{margin:50px auto}footer p{text-align:center}
