:root{--primary-color:#fe3b56;--lavender:#eaa1ff;--dark-color:#2a2b38;--grey:#82828f;--dark-grey:#3d3f52;--yellow:#db9e00;--light-blue:#a6d2f6;--purple:#2f447a;--light-grey:#b4b8cc;--light-color:#f1f3f5;--baby-blue:#d6edff;--red:#fa3d5d;--green:#00cc81;--light-red:#fee2e7;--gradient-blue:linear-gradient(90deg,#377dd0,#68a2de);--gradient-green:linear-gradient(90deg,#00cc81,#3cdea2);--gradient-yellow:linear-gradient(90deg,#ff8f2d,#f0b315);--title1:700 80px/110% Montserrat;--title2:600 28px/32px Inter;--headline1:600 28px/32px Montserrat;--headline2:600 24px/32px Inter;--headline3:600 18px/24px Inter;--headline4:600 16px/20px Inter;letter-spacing:1%;--subhead1:600 20px/28px Montserrat;--subhead2:600 17px/24px Montserrat;--text1:400 16px/24px Inter;--text2:400 15px/20px Inter;--text3:400 14px/20px Inter;letter-spacing:-.24px;--caption1:400 13px/16px Inter;letter-spacing:-.08px;--caption2:400 12px/14px Inter;letter-spacing:0;--elevation1-shadow1:0px 0.5px 0px #0000000a;--elevation1-shadow2:0px 0px 0px 0.5px #d9dbe1;--elevation2-shadow1:0px 1px 0px #0000000a;--elevation2-shadow2:0px 0px 0px 1px #d9dbe1;--elevation3-shadow1:0px 0px 0.5px #00000029;--elevation3-shadow2:0px 0px 8px #0000001f;--elevation4-shadow1:0px 0px 2px #0000001f;--elevation4-shadow2:0px 0px 40px #00000029}.elevation1{box-shadow:var(--elevation1-shadow1),var(--elevation1-shadow2)}.elevation2{box-shadow:var(--elevation2-shadow1),var(--elevation2-shadow2)}.elevation3{box-shadow:var(--elevation3-shadow1),var(--elevation3-shadow2)}.elevation4{box-shadow:var(--elevation4-shadow1),var(--elevation4-shadow2)}.imageBorder{overflow:hidden;border:.5px solid #0003;box-sizing:border-box}body{max-width:100vw;height:auto;margin:0;padding:0;box-sizing:border-box;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--light-color);font-family:Montserrat,Inter,apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif}.content,body{position:relative;min-height:100vh;display:flex;flex-direction:column;align-items:center}.content{width:calc(100vw - 56px);max-width:1180px;margin:44px auto 0;flex-grow:1}@media(max-width:480px){.content{width:calc(100vw - 24px)}}h1,h2,p{margin:0}button{font-family:Inter,-apple-system,BlinkMacSystemFont,Roboto,Helvetica Neue,sans-serif;display:flex;align-items:center;justify-content:center;text-align:center;border-style:none;border-radius:8px;cursor:pointer;box-sizing:border-box}button:hover{filter:brightness(90%);transition:.2s ease-out}.buttonBig{font:var(--headline3);letter-spacing:-2%;height:60px;padding:18px 16px}.buttonMedium{font:var(--text1);font-weight:600;line-height:20px;height:48px;padding:12px 16px;gap:8px}.buttonSmall{font:var(--caption1);font-weight:500;letter-spacing:-.24px;border-radius:8px;height:36px;padding:10px 12px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:80px;gap:8px}.buttonPrimary{font-weight:600;background-color:var(--yellow);color:#fff}.buttonSecondary{background-color:var(--light-blue);color:var(--purple)}.buttonTertiary{background-color:var(--light-color);color:var(--dark-color)}.buttonText{color:var(--purple);height:36px;background:none;border:none;padding:10px 0}.buttonText:hover{filter:none;text-decoration:underline;transition:.2s ease-out}.headerButton{height:44px;width:44px;background:var(--primary-color);border-radius:0}.disabledButton{opacity:.5;pointer-events:none}a{text-decoration:none;color:inherit}a:hover{transition:.2s ease-out}