body,html{padding:0;margin:0}*{box-sizing:border-box}html{scroll-behavior:smooth}.wrap{width:90%;margin:auto}.content{width:1200px;margin:auto}@media screen and (max-width:1250px){.content{max-width:90%}}#__next{display:flex;flex-direction:column;min-height:100vh}#__next footer{margin-top:auto}.two-column{display:flex;gap:30px;align-items:center}body{font-family:Montserrat,sans-serif;font-size:16px}h1,h2,h3{color:#54007b;font-weight:400}h1{font-size:70px;line-height:1}h2.large-h2{font-size:57px}a{color:#54007b}li::marker{color:#d0b6dc}.section-full{min-height:100vh}.section-full,header{display:flex;align-items:center}header{width:100%;background-color:#f6e2ff;font-size:14px;height:90px}header .wrap{display:flex;gap:100px;align-items:center}@media screen and (max-width:950px){header .wrap{gap:0}}header :last-child{margin-left:auto}header .header-logo{width:150px;height:50px;background-image:url(/_next/static/media/WCC.781b3bc0.svg);background-repeat:no-repeat;background-size:contain;background-position:50%}ul.menu{display:flex;list-style-type:none;padding:0}ul.menu li{margin-right:30px;position:relative}ul.menu li a{text-decoration:none}ul.menu li:after{content:"";width:0;height:1px;background-color:#54007b;position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);transition:width .5s ease}ul.menu li:hover:after{width:50%}@media screen and (max-width:950px){ul.menu{display:none}}.button,a.button,button{padding:8px 16px;background-color:#54007b;color:#f6e2ff;border:1px solid #54007b;transition:all .5s ease;text-decoration:none;border-radius:6px;display:inline-block;font-family:Montserrat,sans-serif;font-size:16px;cursor:pointer}.button:hover,a.button:hover,button:hover{background-color:#f6e2ff;color:#54007b}.button:disabled,a.button:disabled,button:disabled{background-color:#555;font-style:italic;border:1px solid #555;cursor:default}.button:disabled:hover,a.button:disabled:hover,button:disabled:hover{color:#f6e2ff}.callout-underline{position:relative}.callout-underline:after{content:"";height:30%;width:calc(100% + 20px);border-radius:10px;position:absolute;bottom:0;left:0;background-color:#f6e2ff;z-index:-1}.callout-text{font-size:30px}.points{padding:50px 0 50px 200px;position:relative}.points:before{content:"";height:100%;width:10px;background-color:#f6e2ff;position:absolute;top:0;left:100px}.points .point{position:relative;margin-bottom:60px}.points .point:before{content:"";position:absolute;height:30px;width:30px;border-radius:50%;background-color:#d0b6dc;top:0;left:-110px}.points .point:last-child{margin-bottom:0}@media screen and (max-width:650px){.points{padding-left:100px}.points:before{left:30px}.points .point:before{left:-80px}}table{table-layout:fixed;border-collapse:collapse}table thead tr th{padding-bottom:20px;border-bottom:1px solid #54007b;font-weight:400}table thead tr th:first-child{border-bottom:0}table tbody tr{padding:0}table tbody tr:nth-child(2n){background-color:#d0b6dc}table tbody tr:last-child td{border-bottom:1px solid #54007b}table tbody tr:last-child td:first-child{border-bottom:0}table tbody td{border-right:1px solid #54007b;padding:10px}table tbody td:not(:first-child){text-align:center}#process .content{display:flex;padding:80px 0;gap:70px;position:relative}#process .step .number{width:130px;height:130px;background-color:#d0b6dc;color:#54007b;border-radius:50%;display:flex;border:10px solid #54007b;align-items:center;justify-content:center;margin:auto;font-size:50px;font-weight:800}#process h2{margin-bottom:-10px}#process .content:after{content:"";width:70%;height:10px;background-color:#54007b;position:absolute;top:140px;left:15%;z-index:-1}@media screen and (max-width:700px){#process .content{flex-direction:column}#process .content:after{height:0}#process .step{position:relative}#process .step:after{width:50%;height:1px;content:"";position:absolute;left:50%;bottom:-15px;transform:translateX(-50%);background-color:#54007b}}form .row{display:flex;gap:30px;width:100%}form .row .left,form .row .right{width:50%}form input,form textarea{padding:7px 5px;border:1px solid #d0b6dc;border-radius:5px;margin-bottom:20px;width:100%;font-family:Montserrat,sans-serif;font-size:16px}form textarea{resize:none}form #leave-empty{display:none}form .success-msg{margin-left:20px}footer{margin-top:auto;background-color:#d0b6dc;padding:20px 0;color:#54007b;text-align:center}footer p{margin:0}.scroll-to-top-btn{position:fixed;bottom:0;right:5px;font-size:30px;color:#54007b;z-index:50;cursor:pointer;transition:font-size .2s ease}.scroll-to-top-btn svg{transform:translateY(50px);transition:transform .5s ease}.scroll-to-top-btn svg.visible{transform:translateY(0)}.scroll-to-top-btn:hover{font-size:35px}#hero{background-color:#f6e2ff;min-height:calc(100vh - 90px);display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1;padding:50px 0}#hero .callout-underline:after{background-color:#d0b6dc}#hero .content{display:flex;align-items:center;justify-content:space-between;gap:100px}#hero .text{max-width:55%}#hero .text .button{margin-top:20px}#hero .graphic{flex-grow:1}#hero .graphic svg{width:100%}@media screen and (max-width:950px){#hero .content{flex-direction:column}#hero .text{max-width:100%}#hero .graphic{display:none}}#pricing{background-color:#f6e2ff;padding:80px 0;position:relative;z-index:1}#pricing .callout-underline:after{background-color:#d0b6dc}#pricing table{width:100%;margin-top:80px!important}#pricing ul.pricing-info{-moz-columns:2;column-count:2;-moz-column-gap:40px;column-gap:40px;margin-top:80px;list-style-type:none;padding:0}#pricing ul.pricing-info li{page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}#pricing ul.pricing-info h3{margin-top:0}@media screen and (max-width:900px){#pricing ul.pricing-info{-moz-columns:1;column-count:1}}#pricing .cta{text-align:center;margin-top:40px}#limitations .two-column .right{border:1px solid #d0b6dc;border-radius:7px;padding:20px}@media screen and (max-width:830px){#limitations .two-column{flex-direction:column}}#contact form{width:1000px;margin:auto}#contact form button{margin-bottom:20px}@media screen and (max-width:1050px){#contact form{width:90%}}@media screen and (max-width:660px){#contact form .row{flex-direction:column;gap:0}#contact form .row .left,#contact form .row .right{width:100%}}