:root{--color-primary:#be613a;--color-secondary:#0c1c3e;--color-base:#f7f7f7;--color-card-bg:#f5f5f5;--color-input-bg:#fff;--color-input-focus-bg:#fcfcfc;--color-form-text:#0c1c3e;--color-primary-focus:#0c1c3e;--form-font-family:"Urbanist",sans-serif;--form-label-font:"Urbanist",sans-serif;--form-font-size:clamp(0.875rem,2vw,1rem)}*{margin:0;padding:0;box-sizing:border-box}body,html{overflow:hidden}.form-container .c-btn{color:var(--color-button-text,#fff)}.form-container .select-arrow{position:absolute;right:1rem;top:50%;transform:translateY(-50%);background-image:url(/assets/icons/icon-arrow-down.svg);background-size:contain;background-repeat:no-repeat;width:16px;height:16px;pointer-events:none}.form-container .u-stack a{color:var(--color-primary);text-decoration:underline}