@charset "UTF-8";*,*:before,*:after{box-sizing:border-box}*{margin:0}body{line-height:1.5;-webkit-font-smoothing:antialiased;overflow-x:hidden}html{overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}#root,#__next{isolation:isolate}body{font-family:var(--sans-serif)}h1,h2,h3,h4,h5{font-family:var(--sans-serif);line-height:1;margin:0 0 20px}h1{font-weight:700;font-size:40px;margin:20px 0}h2{font-weight:400;font-size:24px}h3{font-weight:600;font-size:22px}h4{font-size:20px}h5{font-size:18px}p{font-family:var(--sans-serif);font-size:16px;margin:10px 0}@media screen and (min-width: 768px){h1,h2,h3,h4,h5{font-family:var(--sans-serif);line-height:1.2;margin:0 0 20px}}.big-round-number{background-color:var(--green);color:#fff;width:40px;height:40px;line-height:35px;text-align:center;border-radius:40px;display:inline-block}.container{max-width:var(--max-width);padding:10px 20px;margin:0 auto}.flex-768{display:flex;flex-direction:column;gap:20px}.hidden-sm{display:none!important}.visible-sm{display:initial!important}@media (min-width: 576px){.container{max-width:540px}}@media (min-width: 768px){.container{flex-direction:row;max-width:720px}.flex-768{flex-direction:row}.visible-sm{display:none}.hidden-sm{display:initial}.hidden-md{display:none}}@media (min-width: 992px){.container{max-width:960px;padding:var(--standard-padding)}}@media (min-width: 1200px){.container{max-width:1140px}}@media (min-width: 1400px){.container{max-width:1320px}}.hero-bg{background:linear-gradient(135deg,#1d2331,#424f6f 25%,var(--navy-blue) 50%,var(--navy-blue-lead) 75%,var(--smoke));background-size:200% 200%;animation:gradientAnimation 15s ease infinite}.green-bg{background:linear-gradient(135deg,var(--green),var(--green-on-dark) 25%,var(--green) 50%,var(--green-on-dark) 75%,var(--green));background-size:200% 200%;animation:gradientAnimation 15s ease infinite}@keyframes gradientAnimation{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.grey-box{background-color:var(--smoke);border-radius:10px;padding:20px}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}:root{--navy-blue: #161921;--blue: #248abd;--orange: #bd7824;--navy-blue-lead: #404c6d;--green-on-dark: #3cb371;--green: #267349;--dark-green: #123924;--grey: #687179;--light-grey: #dfdfdf;--red: #b33c3f;--white: #fff;--smoke: #eff3fa;--sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Tahoma, Verdana, sans-serif;--max-width: 1280px;--standard-padding: 20px}html{scroll-behavior:smooth}.color-green{color:var(--green)}.color-green-on-dark{color:var(--green-on-dark)}.color-blue{color:var(--blue)}.color-orange{color:var(--orange)}.color-red{color:var(--red)}.color-white{color:var(--white)}button.cta{display:inline-flex;padding:22px 50px;justify-content:center;align-items:center;gap:10px;background-color:var(--green);color:var(--white);border:none;outline:none;cursor:pointer;text-align:center;font-family:var(--sans-serif);font-size:18px;font-style:normal;font-weight:600;line-height:28px;border-radius:3px;box-shadow:0 0 8px #fff}button.cta.cta-compact{padding:15px 20px}button.cta:disabled,button.cta[disabled]{background-color:#b1d6c2,60%}.feature-preview-ready,.feature-preview-draft,.feature-preview-incomplete{position:relative;padding-left:8px!important}.feature-preview-ready:before,.feature-preview-draft:before,.feature-preview-incomplete:before{content:attr(data-content-status);position:absolute;top:-2px;right:-2px;padding:4px 12px;border-radius:4px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;z-index:100;box-shadow:0 2px 8px #00000026}.feature-preview-ready{border-left:4px solid #10b981!important}.feature-preview-ready:before{content:"\2713  READY"!important;width:80px!important;height:23px!important;background-color:#10b981;color:#fff}.feature-preview-draft{border-left:4px solid #f59e0b!important}.feature-preview-draft:before{content:"\270e  DRAFT"!important;width:80px!important;height:23px!important;background-color:#f59e0b!important;color:#fff}.feature-preview-incomplete{border-left:4px solid #ef4444!important}.feature-preview-incomplete:before{content:"\26a0  INCOMPLETE";background-color:#ef4444;color:#fff}
