@charset "UTF-8";*:where(:not(html,iframe,canvas,img,svg,video,audio):not(svg *,symbol *)){all:unset;display:revert}*,*:before,*:after{box-sizing:border-box}a,button{cursor:revert}ol,ul,menu{list-style:none}img{max-inline-size:100%;max-block-size:100%}table{border-collapse:collapse}input,textarea{-webkit-user-select:auto}textarea{white-space:revert}meter{-webkit-appearance:revert;-moz-appearance:revert;appearance:revert}:where(pre){all:revert}::placeholder{color:unset}::marker{content:initial}:where([hidden]){display:none}:where([contenteditable]:not([contenteditable=false])){-moz-user-modify:read-write;-webkit-user-modify:read-write;overflow-wrap:break-word;-webkit-line-break:after-white-space;-webkit-user-select:auto}:where([draggable=true]){-webkit-user-drag:element}:where(dialog:modal){all:revert}@font-face{font-family:FigtreeMedium;src:url(/assets/Figtree-Medium-F0ZwbkNM.woff2) format("woff2");font-weight:500;font-style:normal;font-display:swap}:root{font-family:Inter,sans-serif;font-weight:400;--text-primary-color: #1a1a1a;--text-secondary-color: #737373;--text-link-color: #118463;--text-link-hover-color: #11584b;--text-tip-color: #2f7bc6;--background-tile-default: #f6f6f6;--background-tile-hover: #c1feda;--background-tile-selected: #c1feda;--background-step-hover: #dbede6;--stroke-medium: #e2e1e0;--stroke-selected: #167e61;--stroke-focus: #1a1a1a;color:var(--text-primary-color)}body{margin:0;display:flex}a{font-weight:600;color:var(--text-link-color);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px}a:hover{color:var(--text-link-hover-color)}.fake-link{font-weight:600;color:var(--text-link-color);text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;cursor:pointer;-webkit-user-select:none;user-select:none}.fake-link:hover{color:var(--text-link-hover-color)}img{-webkit-user-select:none;user-select:none}h1{font-family:FigtreeMedium,sans-serif;font-size:32px;line-height:40px}p{font-size:16px;line-height:28px;letter-spacing:.16px}p em{font-weight:600}button{border-radius:8px;border:1px solid transparent;padding:0 32px;font-size:1em;height:56px;font-weight:500;font-family:inherit;cursor:pointer;background-color:#1a1a1a;text-align:center;-webkit-user-select:none;user-select:none}button:hover{opacity:.9}button:focus-visible{outline:4px solid #3898ff;outline-offset:2px;-webkit-appearance:none;-moz-appearance:none;appearance:none}button:disabled{cursor:not-allowed;opacity:.1}button.primary{background-color:#1a1a1a;color:#fff}button.stretch{width:100%}button.secondary{background-color:transparent;border:1px solid black;color:#000}button.icon{width:auto;height:auto;border:none;background-color:transparent;margin:0;padding:0}.app-container{display:flex;height:100vh;width:100vw;overflow:hidden}@media (min-width: 600px){.phone{display:none!important}.desktop{display:initial}}@media (max-width: 600px){.phone{display:initial}.desktop{display:none!important}}.toast-container{border-radius:8px;padding:6px 12px;box-shadow:0 5px 5px #091e4214;display:flex;flex-direction:row;align-items:center;justify-content:center}.toast-container.error{background-color:#cc0019;color:#fff}@keyframes customerEnter{0%{transform:translateY(-100%);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes customLeave{0%{transform:translateY(0);opacity:1}to{transform:translateY(-100%);opacity:0}}.toast-container.animateEnter{animation:customerEnter .2s ease-out}.toast-container.animateLeave{animation:customLeave .2s ease-out}.sidebar{width:340px;background-color:#edf6f3;display:flex;flex-direction:column;justify-content:space-between;flex-shrink:0}.sidebar-logo{padding:32px}@media (max-width: 600px){.sidebar-logo{padding:20px;display:flex;flex-direction:row;align-items:center;justify-content:space-between}}.sidebar-steps{padding-left:32px;padding-right:32px;gap:24px;display:flex;flex-direction:column}.sidebar-home-illustration img{padding-left:32px;padding-right:32px;-webkit-user-select:none;user-select:none;user-drag:none;-webkit-user-drag:none;-moz-user-select:none}.sidebar-bottom{padding-left:32px;padding-right:32px;padding-bottom:2px;line-height:24px;height:104px;display:flex;align-items:center}.sidebar .sidebar-step-link{display:flex;align-items:center;gap:16px;height:32px;text-decoration:none;color:var(--text-primary-color);background:none;border:none;width:100%;cursor:auto;-webkit-user-select:none;user-select:none}.sidebar .sidebar-step-link :focus{outline:none}.sidebar-step-circle{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;font-weight:700;color:var(--text-secondary-color);border:1px solid rgba(0,0,0,.2)}.sidebar-step-link .sidebar-step-circle.not-done{border:none;color:var(--text-secondary-color);border:1px solid rgba(0,0,0,.2)}.sidebar-step-link .sidebar-step-circle.current{background:var(--text-primary-color);color:#fff;border:1px solid var(--text-primary-color)}.sidebar-step-link .sidebar-step-circle.completed{background:#18a36d;color:#fff;border:none}.sidebar-step-link .active-step .step-label{font-weight:600}.main-content{flex-grow:1;display:flex;flex-direction:column;height:100vh}.scrollable-content{display:flex;flex-grow:1;flex-direction:column;overflow-y:scroll;box-sizing:content-box;padding-left:32px;padding-right:32px;padding-bottom:96px}.scrollable-header{display:flex;flex-grow:0;justify-content:space-between;align-items:center;height:96px;flex-shrink:0;gap:24px}.scrollable-header.hide .scrollable-header-step-label,.scrollable-header.hide .scrollable-header-help-link{display:none}.scrollable-header-step-label{font-weight:600}@media (max-width: 600px){.scrollable-header-step-label{flex:1;color:var(--text-secondary-color);font-size:12px;line-height:20px}}.scrollable-header-step-label a{color:var(--text-link-color);text-decoration:underline}.scrollable-header-step-label a:hover{color:var(--text-link-hover-color)}.step-content{width:528px;padding-top:48px;align-self:center}.step-illustration{border-radius:16px;-webkit-user-select:none;user-select:none;user-drag:none;-webkit-user-drag:none;-moz-user-select:none}.step-content-text{margin-bottom:40px}@media (max-width: 600px){.step-content-text{text-align:center}}.step-content p{margin-top:24px}.step-content .answer-tiles{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.step-content .answers-row{display:flex;flex-direction:row;gap:24px}.step-content .answers-row>*{flex:1}.step-content .buttons{display:flex;flex-direction:column;gap:16px;margin-top:24px}@media (max-width: 600px){.step-email{background-color:#edf6f3;position:absolute;top:0;left:0;bottom:0;right:0;height:100%;padding:32px 16px 48px;display:flex;flex-direction:column;justify-content:center}.step-email-bottom{padding:24px;border-top:1px solid #ddd;position:absolute;bottom:0;left:0;width:100%}}.progress-bar-container{height:2px;background:#e6e6e6;position:relative}.progress-bar{height:2px;background:#3dc085;transition:width .3s ease-in-out}.action-bar{height:104px;background:#fff;display:flex;justify-content:space-between;align-items:center;padding:24px 32px;flex-shrink:0}.action-bar-forward-actions{display:flex;gap:16px}.answer-tile-with-icon{display:flex;align-items:center;gap:16px;padding:24px;height:80px;border:none;background:var(--background-tile-default);color:var(--text-primary-color);font-size:16px;font-weight:600;cursor:pointer;border-radius:16px;width:100%;text-align:left}.answer-tile-with-icon[disabled]{opacity:.6;background:var(--background-tile-default)!important;color:var(--text-primary-color)!important}.answer-tile-with-icon:hover{background-color:var(--background-tile-hover)}.answer-tile-with-icon.selected{background-color:var(--background-tile-selected);outline:2px solid var(--stroke-selected)}.answer-tile-with-icon-icon{width:48px;height:48px}.answer-tile-with-icon-label{flex:1}.answer-tile-with-checkbox{display:flex;align-items:center;gap:16px;padding:24px;height:80px;border:none;background:#fff;color:var(--text-primary-color);outline:1px solid var(--stroke-medium);font-size:16px;font-weight:600;cursor:pointer;border-radius:16px;width:100%;text-align:left}.answer-tile-with-checkbox:hover{outline:1px solid var(--stroke-focus)}.answer-tile-with-checkbox.selected{background-color:var(--background-tile-selected);outline:2px solid var(--stroke-selected)}.answer-tile-with-checkbox-mark{width:48px;height:48px;display:flex;align-items:center;justify-content:center;pointer-events:none}.answer-tile-with-checkbox .custom-checkbox{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;gap:12px}.answer-tile-with-checkbox .checkbox-mark{width:24px;height:24px;border:2px solid var(--stroke-medium);border-radius:6px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.answer-tile-with-checkbox input:checked+.checkbox-mark{background-color:var(--text-primary-color);border-color:var(--text-primary-color)}.answer-tile-with-checkbox input:checked+.checkbox-mark:after{content:"";width:12px;height:6px;border:2px solid white;border-top:none;border-right:none;top:6px;position:absolute;transform:rotate(-45deg);opacity:1}.answer-tile-with-checkbox-label{flex:1}.answer-tile-with-radio-illustrated,.answer-tile-with-radio-detailed{display:flex;flex-direction:column;gap:16px;padding:24px;border:none;background:#fff;outline:1px solid var(--stroke-medium);color:var(--text-primary-color);font-size:16px;font-weight:600;cursor:pointer;border-radius:16px;width:100%;text-align:left;align-items:flex-start;height:unset}.answer-tile-with-radio-illustrated:hover{outline:1px solid var(--stroke-focus)}.answer-tile-with-radio-illustrated.selected,.answer-tile-with-radio-detailed.selected{background-color:var(--background-tile-selected);outline:2px solid var(--stroke-selected)}.answer-tile-with-radio-illustrated-content{display:flex;align-items:center;width:100%}.answer-tile-with-radio-illustrated-bottom{width:100%;padding:24px;background:#1616170d;border-radius:12px;display:flex;align-items:center;justify-content:center;margin-top:8px}.answer-tile-with-radio-illustrated-image{width:100%;object-fit:contain;border-radius:8px;box-shadow:0 70.357px 56.285px #281f100f,0 32.528px 26.022px #281f100a,0 18.612px 14.889px #281f100a,0 11.297px 9.038px #281f1008,0 6.807px 5.446px #281f1008,0 3.791px 3.033px #281f1005,0 1.63px 1.304px #281f1005}.answer-tile-with-radio-detailed-bottom{width:100%;border-radius:12px;display:flex;align-items:center;margin-top:0;font-weight:400}.answer-tile-with-radio-detailed-bottom p{margin-top:0}.answer-tile-with-radio-detailed-content{display:flex;flex-direction:column;gap:16px}.answer-tile-with-radio-detailed-argument{display:flex;align-items:center}.answer-tile-with-radio-detailed-argument-checkmark{width:24px;height:24px;display:inline-block;background-color:#118463;flex-shrink:0;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M9 16.2L4.8 12l-1.4 1.4L9 19l12-12-1.4-1.4z"/></svg>');-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="white" d="M9 16.2L4.8 12l-1.4 1.4L9 19l12-12-1.4-1.4z"/></svg>');mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;margin-right:8px}.answer-tile-with-radio-detailed-argument-x{width:24px;height:24px;display:inline-block;background-color:#9e9e9e;flex-shrink:0;mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><line x1="18" y1="6" x2="6" y2="18" stroke="white" stroke-width="2" stroke-linecap="round"/><line x1="6" y1="6" x2="18" y2="18" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');-webkit-mask-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><line x1="18" y1="6" x2="6" y2="18" stroke="white" stroke-width="2" stroke-linecap="round"/><line x1="6" y1="6" x2="18" y2="18" stroke="white" stroke-width="2" stroke-linecap="round"/></svg>');mask-size:contain;-webkit-mask-size:contain;mask-repeat:no-repeat;-webkit-mask-repeat:no-repeat;margin-right:8px}.answer-tile-with-radio-detailed-argument-label{font-size:14px;color:var(--text-primary-color);line-height:24px;letter-spacing:.28px}.fancy-input-container{position:relative;gap:8px;display:flex;flex-shrink:0;flex-direction:column;justify-content:center;margin-bottom:24px;--color: var(--text-secondary-color);--border-color: #ccc;--background-color: white}.fancy-input-container.error{--color: #fc4c02;--border-color: #fc4c02;--background-color: #fff0f0}.fancy-input-label{position:absolute;top:28px;left:17px;font-size:16px;line-height:16px;color:var(--color);-webkit-user-select:none;user-select:none}.fancy-input-label span{color:#fc4c02}.fancy-input-container.focused .fancy-input-label{top:20px;font-size:12px}.fancy-input{height:72px;padding:36px 16px 16px;font-size:16px;border:1px solid var(--border-color);background-color:var(--background-color);border-radius:8px;outline:none}.fancy-input:focus{border-color:var(--stroke-focus);outline:1px solid var(--stroke-focus)}.error-container{display:flex;flex-direction:row;gap:8px;align-items:center}.error-container p{margin:0;font-size:14px;line-height:24px;color:#fc4c02}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}.modal-container{background:#fff;max-width:628px;max-height:calc(100vh - 64px);display:flex;flex-direction:column;border-radius:8px;box-shadow:0 4px 10px #0003}.modal-container.modal-container-free{width:calc(100vw - 64px);max-width:calc(100vw - 64px);height:calc(100vh - 64px)}.modal-header{padding:24px;border-bottom:1px solid #ddd;display:flex;justify-content:space-between;align-items:center;flex-shrink:0;height:80px}.modal-header h2{font-size:24px;font-family:FigtreeMedium;margin:0}.modal-close{background:none;border:none;font-size:18px;cursor:pointer;padding:8px}.modal-close:hover{color:#000}.modal-content{flex:1;overflow-y:auto;padding:24px}.modal-content .image{width:100%;padding:24px;background:#1616170d;border-radius:0 0 12px 12px;display:flex;align-items:center;justify-content:center}.modal-content .image>img{opacity:.9;max-width:376px}.modal-footer{padding:16px;border-top:1px solid #ddd;display:flex;justify-content:flex-end;flex-shrink:0}.google-iframe{border:none;width:100%;height:100%}.tip-button{display:flex;align-items:center;gap:8px;background:none;margin:32px 0 0;padding:0;height:32px;text-align:left;color:var(--text-tip-color);font-weight:600;text-decoration:underline;text-underline-offset:4px;text-decoration-thickness:1px;-webkit-user-select:none;user-select:none}.tip-button svg{flex-shrink:0}.custom-radio{display:flex;align-items:center;cursor:pointer;-webkit-user-select:none;user-select:none;gap:12px;font-weight:500}.custom-radio input{display:none}.radio-mark{width:24px;height:24px;border:2px solid var(--stroke-medium);border-radius:50%;position:relative}.radio-mark:after{content:"";position:absolute;top:4px;left:4px;width:12px;height:12px;background-color:#fff;border-radius:50%;opacity:0}.custom-radio input:checked+.radio-mark{background-color:var(--text-primary-color);border-color:var(--text-primary-color)}.custom-radio input:checked+.radio-mark:after{opacity:1}.radio-label{font-size:16px;font-weight:600}.custom-checkbox{display:flex;align-items:center;cursor:pointer;font-size:16px;font-weight:500;-webkit-user-select:none;user-select:none;gap:10px}.custom-checkbox input{display:none}.custom-checkbox .checkbox-mark{width:24px;height:24px;border:2px solid var(--text-primary-color);border-radius:6px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.custom-checkbox .checkbox-mark:after{content:"";width:12px;height:6px;border:2px solid white;border-top:none;border-right:none;top:6px;position:absolute;transform:rotate(-45deg);opacity:0}.custom-checkbox input:checked+.checkbox-mark{background-color:#1a1a1a;border-color:#1a1a1a}.custom-checkbox input:checked+.checkbox-mark:after{opacity:1}.custom-checkbox-with-label{display:flex;align-items:center;cursor:pointer;font-size:16px;font-weight:500;-webkit-user-select:none;user-select:none;gap:10px;margin-bottom:24px}.custom-checkbox-with-label input{display:none}.custom-checkbox-with-label .checkbox-mark{width:24px;height:24px;border:2px solid var(--text-primary-color);border-radius:6px;display:flex;align-items:center;justify-content:center;position:relative;flex-shrink:0}.custom-checkbox-with-label .checkbox-mark:after{content:"";width:12px;height:6px;border:2px solid white;border-top:none;border-right:none;top:6px;position:absolute;transform:rotate(-45deg);opacity:0}.custom-checkbox-with-label input:checked+.checkbox-mark{background-color:#1a1a1a;border-color:#1a1a1a}.custom-checkbox-with-label input:checked+.checkbox-mark:after{opacity:1}.upload-box{display:flex;padding:24px;margin-top:40px;text-align:center;flex-direction:column;justify-content:center;align-items:center;flex:1 0 0;height:144px;align-self:stretch;border-radius:5px;border:1px dashed var(--text-primary-color, #1a1a1a);background:var(--background-tile-default, #f6f6f6);cursor:pointer;-webkit-user-select:none;user-select:none}.upload-box:hover,.upload-box:active{opacity:.75}.upload-box p{margin:0}.logo-box{display:flex;padding:24px;margin-top:40px;flex-direction:column;gap:24px;flex:1 0 0;align-self:stretch;border-radius:5px;border:1px solid var(--stroke-medium, rgba(235, 235, 234, 1))}.logo-box img{max-width:240px;max-height:64px;object-fit:contain;object-position:0}@media (max-width: 600px){.logo-box img{max-width:100%;height:auto;max-height:none}}.logo-box .row{display:flex;flex-direction:row;gap:8px;align-items:center}.logo-box .row>*{margin:0}.logo-box .row>p{flex:1}@media (max-width: 1024px) and (min-width: 800px){.scrollable-content{padding:16px 24px 48px}.action-bar{padding:24px;height:unset}.scrollable-header{height:32px}.modal-header h2{font-size:20px}button{height:48px;padding:0 24px}}@media (max-width: 799px){.sidebar{transition:transform .3s ease;transform:translate(-100%);position:absolute;top:0;bottom:0;z-index:2}.sidebar.open{transform:translate(0)}.side-bar-backdrop{display:none;position:fixed;top:0;left:0;bottom:0;right:0;background-color:#000;opacity:0;z-index:1}.side-bar-backdrop.show{display:block;opacity:.7}p{font-size:14px;line-height:24px}.scrollable-content{padding:8px 16px 48px}.scrollable-header{height:48px}.scrollable-header-step-label,.scrollable-header-help-link{font-size:12px}.action-bar{padding:16px;height:unset}.modal-container{max-width:calc(100vw - 48px)}.modal-header h2{font-size:20px}.step-content{padding-top:24px;max-width:528px;width:100%}button{height:48px;padding:0 16px}}
