fieldset[disabled] .multiselect{pointer-events:none}.multiselect__spinner{background:#fff;display:block;height:35px;position:absolute;right:1px;top:1px;width:48px}.multiselect__spinner:after,.multiselect__spinner:before{border:2px solid transparent;border-radius:100%;border-top-color:#41b883;box-shadow:0 0 0 1px transparent;content:"";height:16px;left:50%;margin:-8px 0 0 -8px;position:absolute;top:50%;width:16px}.multiselect__spinner:before{-webkit-animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);animation:spinning 2.4s cubic-bezier(.41,.26,.2,.62);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__spinner:after{-webkit-animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);animation:spinning 2.4s cubic-bezier(.51,.09,.21,.8);-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.multiselect__loading-enter-active,.multiselect__loading-leave-active{opacity:1;transition:opacity .4s ease-in-out}.multiselect__loading-enter,.multiselect__loading-leave-active{opacity:0}.multiselect,.multiselect__input,.multiselect__single{font-family:inherit;font-size:16px;touch-action:manipulation}.multiselect{box-sizing:content-box;color:#35495e;display:block;min-height:40px;position:relative;text-align:left;width:100%}.multiselect *{box-sizing:border-box}.multiselect:focus{outline:none}.multiselect--disabled{background:#ededed;opacity:.6;pointer-events:none}.multiselect--active{z-index:50}.multiselect--active:not(.multiselect--above) .multiselect__current,.multiselect--active:not(.multiselect--above) .multiselect__input,.multiselect--active:not(.multiselect--above) .multiselect__tags{border-bottom-left-radius:0;border-bottom-right-radius:0}.multiselect--active .multiselect__select{transform:rotate(180deg)}.multiselect--above.multiselect--active .multiselect__current,.multiselect--above.multiselect--active .multiselect__input,.multiselect--above.multiselect--active .multiselect__tags{border-top-left-radius:0;border-top-right-radius:0}.multiselect__input,.multiselect__single{background:#fff;border:none;border-radius:5px;box-sizing:border-box;display:inline-block;line-height:20px;margin-bottom:8px;min-height:20px;padding:0 0 0 5px;position:relative;transition:border .1s ease;vertical-align:top;width:100%}.multiselect__input:-ms-input-placeholder{color:#35495e}.multiselect__input::-moz-placeholder{color:#35495e}.multiselect__input::placeholder{color:#35495e}.multiselect__tag~.multiselect__input,.multiselect__tag~.multiselect__single{width:auto}.multiselect__input:hover,.multiselect__single:hover{border-color:#cfcfcf}.multiselect__input:focus,.multiselect__single:focus{border-color:#a8a8a8;outline:none}.multiselect__single{margin-bottom:8px;padding-left:5px}.multiselect__tags-wrap{display:inline}.multiselect__tags{background:#fff;border:1px solid #e8e8e8;border-radius:5px;display:block;font-size:14px;min-height:40px;padding:8px 40px 0 8px}.multiselect__tag{background:#41b883;border-radius:5px;color:#fff;display:inline-block;line-height:1;margin-bottom:5px;margin-right:10px;max-width:100%;overflow:hidden;padding:4px 26px 4px 10px;position:relative;text-overflow:ellipsis;white-space:nowrap}.multiselect__tag-icon{border-radius:5px;bottom:0;cursor:pointer;font-style:normal;font-weight:700;line-height:22px;margin-left:7px;position:absolute;right:0;text-align:center;top:0;transition:all .2s ease;width:22px}.multiselect__tag-icon:after{color:#266d4d;content:"\D7";font-size:14px}.multiselect__tag-icon:focus,.multiselect__tag-icon:hover{background:#369a6e}.multiselect__tag-icon:focus:after,.multiselect__tag-icon:hover:after{color:#fff}.multiselect__current{border:1px solid #e8e8e8;border-radius:5px;min-height:40px;overflow:hidden;padding:8px 30px 0 12px;white-space:nowrap}.multiselect__current,.multiselect__select{box-sizing:border-box;cursor:pointer;display:block;line-height:16px;margin:0;text-decoration:none}.multiselect__select{height:38px;padding:4px 8px;position:absolute;right:1px;text-align:center;top:1px;transition:transform .2s ease;width:40px}.multiselect__select:before{border-color:#999 transparent transparent;border-style:solid;border-width:5px 5px 0;color:#999;content:"";margin-top:4px;position:relative;right:0;top:65%}.multiselect__placeholder{color:#adadad;display:inline-block;margin-bottom:10px;padding-top:2px}.multiselect--active .multiselect__placeholder{display:none}.multiselect__content-wrapper{-webkit-overflow-scrolling:touch;background:#fff;border:1px solid #e8e8e8;border-bottom-left-radius:5px;border-bottom-right-radius:5px;border-top:none;display:block;max-height:240px;overflow:auto;position:absolute;width:100%;z-index:50}.multiselect__content{display:inline-block;list-style:none;margin:0;min-width:100%;padding:0;vertical-align:top}.multiselect--above .multiselect__content-wrapper{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0;border-top:1px solid #e8e8e8;border-top-left-radius:5px;border-top-right-radius:5px;bottom:100%}.multiselect__content::webkit-scrollbar{display:none}.multiselect__element{display:block}.multiselect__option{cursor:pointer;display:block;line-height:16px;min-height:40px;padding:12px;position:relative;text-decoration:none;text-transform:none;vertical-align:middle;white-space:nowrap}.multiselect__option:after{font-size:13px;line-height:40px;padding-left:20px;padding-right:12px;position:absolute;right:0;top:0}.multiselect__option--highlight{background:#41b883;color:#fff;outline:none}.multiselect__option--highlight:after{background:#41b883;color:#fff;content:attr(data-select)}.multiselect__option--selected{background:#f3f3f3;color:#35495e;font-weight:700}.multiselect__option--selected:after{color:silver;content:attr(data-selected)}.multiselect__option--selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect--disabled .multiselect__current,.multiselect--disabled .multiselect__select{background:#ededed;color:#a6a6a6}.multiselect__option--disabled{background:#ededed!important;color:#a6a6a6!important;cursor:text;pointer-events:none}.multiselect__option--group{background:#ededed;color:#35495e}.multiselect__option--group.multiselect__option--highlight{background:#35495e;color:#fff}.multiselect__option--group.multiselect__option--highlight:after{background:#35495e}.multiselect__option--disabled.multiselect__option--highlight{background:#dedede}.multiselect__option--group-selected.multiselect__option--highlight{background:#ff6a6a;color:#fff}.multiselect__option--group-selected.multiselect__option--highlight:after{background:#ff6a6a;color:#fff;content:attr(data-deselect)}.multiselect-enter-active,.multiselect-leave-active{transition:all .15s ease}.multiselect-enter,.multiselect-leave-active{opacity:0}.multiselect__strong{display:inline-block;line-height:20px;margin-bottom:8px;vertical-align:top}[dir=rtl] .multiselect{text-align:right}[dir=rtl] .multiselect__select{left:1px;right:auto}[dir=rtl] .multiselect__tags{padding:8px 8px 0 40px}[dir=rtl] .multiselect__content{text-align:right}[dir=rtl] .multiselect__option:after{left:0;right:auto}[dir=rtl] .multiselect__clear{left:12px;right:auto}[dir=rtl] .multiselect__spinner{left:1px;right:auto}@-webkit-keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}@keyframes spinning{0%{transform:rotate(0)}to{transform:rotate(2turn)}}
/*! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */html{-webkit-text-size-adjust:100%;line-height:1.15;-moz-tab-size:4;-o-tab-size:4;tab-size:4}body{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji;margin:0}hr{color:inherit;height:0}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Consolas,Liberation Mono,Menlo,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}::-moz-focus-inner{border-style:none;padding:0}legend{padding:0}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}button{background-color:transparent;background-image:none}fieldset,ol,ul{margin:0;padding:0}ol,ul{list-style:none}html{font-family:Mark OT,system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.5}body{font-family:inherit;line-height:inherit}*,:after,:before{border:0 solid;box-sizing:border-box}hr{border-top-width:1px}img{border-style:solid}textarea{resize:vertical}input::-moz-placeholder,textarea::-moz-placeholder{color:#9ca3af;opacity:1}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#9ca3af;opacity:1}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}table{border-collapse:collapse}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}button,input,optgroup,select,textarea{color:inherit;line-height:inherit;padding:0}code,kbd,pre,samp{font-family:Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.container{width:100%}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.prose{color:#374151;max-width:65ch}.prose [class~=lead]{color:#4b5563;font-size:1.25em;line-height:1.6;margin-bottom:1.2em;margin-top:1.2em}.prose a{color:#111827;font-weight:500;text-decoration:underline}.prose strong{color:#111827;font-weight:600}.prose ol[type=A]{--list-counter-style:upper-alpha}.prose ol[type=a]{--list-counter-style:lower-alpha}.prose ol[type=A s]{--list-counter-style:upper-alpha}.prose ol[type=a s]{--list-counter-style:lower-alpha}.prose ol[type=I]{--list-counter-style:upper-roman}.prose ol[type=i]{--list-counter-style:lower-roman}.prose ol[type=I s]{--list-counter-style:upper-roman}.prose ol[type=i s]{--list-counter-style:lower-roman}.prose ol[type="1"]{--list-counter-style:decimal}.prose ol>li{padding-left:1.75em;position:relative}.prose ol>li:before{color:#6b7280;content:counter(list-item,var(--list-counter-style,decimal)) ".";font-weight:400;left:0;position:absolute}.prose ul>li{padding-left:1.75em;position:relative}.prose ul>li:before{background-color:#d1d5db;border-radius:50%;content:"";height:.375em;left:.25em;position:absolute;top:.6875em;width:.375em}.prose hr{border-color:#e5e7eb;border-top-width:1px;margin-bottom:3em;margin-top:3em}.prose blockquote{border-left-color:#e5e7eb;border-left-width:.25rem;color:#111827;font-style:italic;font-weight:500;margin-bottom:1.6em;margin-top:1.6em;padding-left:1em;quotes:"\201C""\201D""\2018""\2019"}.prose blockquote p:first-of-type:before{content:open-quote}.prose blockquote p:last-of-type:after{content:close-quote}.prose h1{color:#111827;font-size:2.25em;font-weight:800;line-height:1.1111111;margin-bottom:.8888889em;margin-top:0}.prose h2{color:#111827;font-size:1.5em;font-weight:700;line-height:1.3333333;margin-bottom:1em;margin-top:2em}.prose h3{font-size:1.25em;line-height:1.6;margin-bottom:.6em;margin-top:1.6em}.prose h3,.prose h4{color:#111827;font-weight:600}.prose h4{line-height:1.5;margin-bottom:.5em;margin-top:1.5em}.prose figure figcaption{color:#6b7280;font-size:.875em;line-height:1.4285714;margin-top:.8571429em}.prose code{color:#111827;font-size:.875em;font-weight:600}.prose code:after,.prose code:before{content:"`"}.prose a code{color:#111827}.prose pre{background-color:#1f2937;border-radius:.375rem;color:#e5e7eb;font-size:.875em;line-height:1.7142857;margin-bottom:1.7142857em;margin-top:1.7142857em;overflow-x:auto;padding:.8571429em 1.1428571em}.prose pre code{background-color:transparent;border-radius:0;border-width:0;color:inherit;font-family:inherit;font-size:inherit;font-weight:400;line-height:inherit;padding:0}.prose pre code:after,.prose pre code:before{content:none}.prose table{font-size:.875em;line-height:1.7142857;margin-bottom:2em;margin-top:2em;table-layout:auto;text-align:left;width:100%}.prose thead{border-bottom-color:#d1d5db;border-bottom-width:1px;color:#111827;font-weight:600}.prose thead th{padding-bottom:.5714286em;padding-left:.5714286em;padding-right:.5714286em;vertical-align:bottom}.prose tbody tr{border-bottom-color:#e5e7eb;border-bottom-width:1px}.prose tbody tr:last-child{border-bottom-width:0}.prose tbody td{padding:.5714286em;vertical-align:top}.prose{font-size:1rem;line-height:1.75}.prose p{margin-bottom:1.25em;margin-top:1.25em}.prose figure,.prose img,.prose video{margin-bottom:2em;margin-top:2em}.prose figure>*{margin-bottom:0;margin-top:0}.prose h2 code{font-size:.875em}.prose h3 code{font-size:.9em}.prose ol,.prose ul{margin-bottom:1.25em;margin-top:1.25em}.prose li{margin-bottom:.5em;margin-top:.5em}.prose>ul>li p{margin-bottom:.75em;margin-top:.75em}.prose>ul>li>:first-child{margin-top:1.25em}.prose>ul>li>:last-child{margin-bottom:1.25em}.prose>ol>li>:first-child{margin-top:1.25em}.prose>ol>li>:last-child{margin-bottom:1.25em}.prose ol ol,.prose ol ul,.prose ul ol,.prose ul ul{margin-bottom:.75em;margin-top:.75em}.prose h2+*,.prose h3+*,.prose h4+*,.prose hr+*{margin-top:0}.prose thead th:first-child{padding-left:0}.prose thead th:last-child{padding-right:0}.prose tbody td:first-child{padding-left:0}.prose tbody td:last-child{padding-right:0}.prose>:first-child{margin-top:0}.prose>:last-child{margin-bottom:0}.alert{border-width:1px;margin-bottom:1rem;padding:1rem;position:relative}.alert .close{margin:.5rem;position:absolute;right:0;top:0}.alert.alert-danger{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgba(252,235,234,var(--tw-bg-opacity));border-color:rgba(249,172,170,var(--tw-border-opacity))}.help-block.invalid-feedback{color:var(--color-primary);font-size:.75rem;line-height:1rem}.custom-checkbox{cursor:pointer;display:block;padding-right:24px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.custom-checkbox input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.custom-checkbox .checkmark{background-color:#fff;height:15px;position:absolute;right:0;top:2px;width:15px}.custom-checkbox:hover input~.checkmark{background-color:#eee}.custom-checkbox .checkmark:after{content:"";display:none;position:absolute}.custom-checkbox input:checked~.checkmark:after{display:block}.custom-checkbox .checkmark:after{border:solid #000;border-width:0 3px 3px 0;height:10px;left:5px;top:2px;transform:rotate(45deg);width:5px}.audit-report-editor.editor .editor__content .ProseMirror{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:12pt;min-height:250px}.audit-report-editor.editor .editor__content .ProseMirror h1{border-bottom:1px solid #000;font-size:14pt;padding-bottom:15px}.audit-report-editor.editor .editor__content .ProseMirror h1,.audit-report-editor.editor .editor__content .ProseMirror h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:700;margin-bottom:15px}.audit-report-editor.editor .editor__content .ProseMirror h2{font-size:12pt}.audit-report-editor.editor .editor__content .ProseMirror p{margin-bottom:15px}.audit-report-editor.editor .editor__content .ProseMirror ol,.audit-report-editor.editor .editor__content .ProseMirror ul{list-style-position:inside;margin-bottom:15px}.audit-report-editor.editor .editor__content .ProseMirror ol p,.audit-report-editor.editor .editor__content .ProseMirror ul p{display:inline}.audit-report-editor.editor .editor__content .ProseMirror ol{list-style-type:decimal}.audit-report-editor.editor .editor__content .ProseMirror ul{list-style-type:disc}.audit-report-editor.editor .editor__content .ProseMirror li{margin-bottom:5px}.audit-report-editor.editor .editor__content .ProseMirror img{max-width:100%}.audit-report-editor.editor .editor__content .ProseMirror .page-table-of-contents{margin-bottom:20px;padding:20px 0}.audit-report-editor.editor .editor__content .ProseMirror .page-table-of-contents p{font-weight:medium}.audit-report-editor.editor .editor__content .ProseMirror .audit-report-section{margin-bottom:20px;page-break-inside:avoid}.audit-report-editor.editor .editor__content .ProseMirror a{color:#0089c7}.audit-report-editor.editor .editor__content .ProseMirror a:focus,.audit-report-editor.editor .editor__content .ProseMirror a:hover{color:#0089c7;text-decoration:underline}.audit-report-editor.editor.disabled .editor__content{--tw-bg-opacity:1;background-color:rgba(241,245,248,var(--tw-bg-opacity))}.audit-report-editor.editor.disabled .audit-report-menubar__button{pointer-events:none}.audit-report-content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:12pt}.audit-report-content .page-title{border:none;font-size:25pt;margin:0 0 5px;padding:0}.audit-report-content .page-title,.audit-report-content .page-title-date{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:700}.audit-report-content .page-title-date{font-size:14pt;margin-bottom:30px}.audit-report-content h1{border-bottom:1px solid #000;font-size:14pt;padding-bottom:15px}.audit-report-content h1,.audit-report-content h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:700;margin-bottom:15px}.audit-report-content h2{font-size:12pt}.audit-report-content p{margin-bottom:15px}.audit-report-content ol,.audit-report-content ul{list-style-position:inside;margin-bottom:15px}.audit-report-content ol p,.audit-report-content ul p{display:inline}.audit-report-content ol{list-style-type:decimal}.audit-report-content ul{list-style-type:disc}.audit-report-content li{margin-bottom:5px}.audit-report-content img{max-width:100%}.audit-report-content .page-table-of-contents{margin-bottom:20px;padding:20px 0}.audit-report-content .page-table-of-contents p{font-weight:medium}.audit-report-content .audit-report-section{margin-bottom:20px;page-break-inside:avoid}.audit-report-content a{color:#0089c7}.audit-report-content a:focus,.audit-report-content a:hover{color:#0089c7;text-decoration:underline}.formbuilder-editor-styles{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:11pt}.formbuilder-editor-styles h1{font-size:16pt}.formbuilder-editor-styles h1,.formbuilder-editor-styles h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:700;margin-bottom:15px;margin-top:0}.formbuilder-editor-styles h2{font-size:14pt}.formbuilder-editor-styles h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:12pt;font-weight:700}.formbuilder-editor-styles h3,.formbuilder-editor-styles p{margin-bottom:15px;margin-top:0}.formbuilder-editor-styles p:after{content:"";display:inline-block;width:0}.formbuilder-editor-styles ol,.formbuilder-editor-styles ul{list-style-position:initial;margin-bottom:15px;margin-left:0;margin-top:0;padding-left:20px}.formbuilder-editor-styles ol{list-style-type:decimal}.formbuilder-editor-styles ul{list-style-type:disc}.formbuilder-editor-styles li{margin-bottom:5px}.formbuilder-editor-styles img{max-width:100%}.formbuilder-editor-styles a{color:#0089c7}.formbuilder-editor-styles a:focus,.formbuilder-editor-styles a:hover{color:#0089c7;text-decoration:underline}.formbuilder-editor-styles .formbuilder-textarea{display:block;width:100%}.formbuilder-editor-styles table{word-wrap:break-word;border-collapse:collapse;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;max-width:100%;table-layout:fixed;width:100%}.formbuilder-editor-styles td,.formbuilder-editor-styles th{border:1px solid #d4d4d4;padding:8px;text-align:left;vertical-align:top}.formbuilder-editor-styles td>p,.formbuilder-editor-styles th>p{margin-bottom:0}.formbuilder-editor-styles .formbuilder-line{border-bottom:1px solid #d4d4d4}.editor .ProseMirror,.editor__content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:11pt}.editor .ProseMirror h1,.editor__content h1{font-size:16pt}.editor .ProseMirror h1,.editor .ProseMirror h2,.editor__content h1,.editor__content h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:700;margin-bottom:15px;margin-top:0}.editor .ProseMirror h2,.editor__content h2{font-size:14pt}.editor .ProseMirror h3,.editor__content h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:12pt;font-weight:700;margin-bottom:15px;margin-top:0}.editor .ProseMirror p,.editor__content p{margin-bottom:15px;margin-top:0}.editor .ProseMirror p:after,.editor__content p:after{content:"";display:inline-block;width:0}.editor .ProseMirror ol,.editor .ProseMirror ul,.editor__content ol,.editor__content ul{list-style-position:initial;margin-bottom:15px;margin-left:0;margin-top:0;padding-left:20px}.editor .ProseMirror ol,.editor__content ol{list-style-type:decimal}.editor .ProseMirror ul,.editor__content ul{list-style-type:disc}.editor .ProseMirror li,.editor__content li{margin-bottom:5px}.editor .ProseMirror img,.editor__content img{max-width:100%}.editor .ProseMirror a,.editor__content a{color:#0089c7}.editor .ProseMirror a:focus,.editor .ProseMirror a:hover,.editor__content a:focus,.editor__content a:hover{color:#0089c7;text-decoration:underline}.editor .ProseMirror .formbuilder-textarea,.editor__content .formbuilder-textarea{display:block;width:100%}.editor .ProseMirror table,.editor__content table{word-wrap:break-word;border-collapse:collapse;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;max-width:100%;table-layout:fixed;width:100%}.editor .ProseMirror td,.editor .ProseMirror th,.editor__content td,.editor__content th{border:1px solid #d4d4d4;padding:8px;text-align:left;vertical-align:top}.editor .ProseMirror td>p,.editor .ProseMirror th>p,.editor__content td>p,.editor__content th>p{margin-bottom:0}.editor .ProseMirror .formbuilder-line,.editor__content .formbuilder-line{border-bottom:1px solid #d4d4d4}.editor .ProseMirror ol,.editor .ProseMirror ul,.editor__content ol,.editor__content ul{list-style-type:none}.admin-forms .editor .ProseMirror,.admin-forms .editor__content,.front_form .editor__content{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:11pt}.admin-forms .editor .ProseMirror h1,.admin-forms .editor__content h1,.front_form .editor__content h1{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16pt;font-weight:700;margin-bottom:15px;margin-top:0}.admin-forms .editor .ProseMirror h2,.admin-forms .editor__content h2,.front_form .editor__content h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:14pt;font-weight:700;margin-bottom:15px;margin-top:0}.admin-forms .editor .ProseMirror h3,.admin-forms .editor__content h3,.front_form .editor__content h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:12pt;font-weight:700;margin-bottom:15px;margin-top:0}.admin-forms .editor .ProseMirror p,.admin-forms .editor__content p,.front_form .editor__content p{margin-bottom:15px;margin-top:0}.admin-forms .editor .ProseMirror p:after,.admin-forms .editor__content p:after,.front_form .editor__content p:after{content:"";display:inline-block;width:0}.admin-forms .editor .ProseMirror ol,.admin-forms .editor .ProseMirror ul,.admin-forms .editor__content ol,.admin-forms .editor__content ul,.front_form .editor__content ol,.front_form .editor__content ul{list-style-position:initial;margin-bottom:15px;margin-left:0;margin-top:0;padding-left:20px}.admin-forms .editor .ProseMirror li,.admin-forms .editor__content li,.front_form .editor__content li{margin-bottom:5px}.admin-forms .editor .ProseMirror img,.admin-forms .editor__content img,.front_form .editor__content img{max-width:100%}.admin-forms .editor .ProseMirror a,.admin-forms .editor__content a,.front_form .editor__content a{color:#0089c7}.admin-forms .editor .ProseMirror a:focus,.admin-forms .editor .ProseMirror a:hover,.admin-forms .editor__content a:focus,.admin-forms .editor__content a:hover,.front_form .editor__content a:focus,.front_form .editor__content a:hover{color:#0089c7;text-decoration:underline}.admin-forms .editor .ProseMirror .formbuilder-textarea,.admin-forms .editor__content .formbuilder-textarea,.front_form .editor__content .formbuilder-textarea{display:block;width:100%}.admin-forms .editor .ProseMirror table,.admin-forms .editor__content table,.front_form .editor__content table{word-wrap:break-word;border-collapse:collapse;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;max-width:100%;table-layout:fixed;width:100%}.admin-forms .editor .ProseMirror td,.admin-forms .editor .ProseMirror th,.admin-forms .editor__content td,.admin-forms .editor__content th,.front_form .editor__content td,.front_form .editor__content th{border:1px solid #d4d4d4;padding:8px;text-align:left;vertical-align:top}.admin-forms .editor .ProseMirror td>p,.admin-forms .editor .ProseMirror th>p,.admin-forms .editor__content td>p,.admin-forms .editor__content th>p,.front_form .editor__content td>p,.front_form .editor__content th>p{margin-bottom:0}.admin-forms .editor .ProseMirror .formbuilder-line,.admin-forms .editor__content .formbuilder-line,.front_form .editor__content .formbuilder-line{border-bottom:1px solid #d4d4d4}.admin-forms .editor .ProseMirror ul,.admin-forms .editor__content ul,.front_form .editor__content ul{list-style-type:disc}.admin-forms .editor .ProseMirror ol,.admin-forms .editor__content ol,.front_form .editor__content ol{list-style-type:decimal}.page-break{page-break-after:always}.editor .editor-admin .ProseMirror table{border-collapse:collapse;margin:0;overflow:hidden;table-layout:fixed;width:100%}.editor .editor-admin .ProseMirror table td,.editor .editor-admin .ProseMirror table th{box-sizing:border-box;position:relative}.editor .editor-admin.editable .ProseMirror table .selectedCell:after{background:rgba(200,200,255,.4);bottom:0;content:"";left:0;pointer-events:none;position:absolute;right:0;top:0;z-index:2}.editor .editor-admin.editable .ProseMirror table .column-resize-handle{background-color:#adf;bottom:-2px;pointer-events:none;position:absolute;right:-2px;top:0;width:4px}.tableWrapper{max-width:100%;overflow-x:auto}.resize-cursor{cursor:ew-resize;cursor:col-resize}.formbuilder-editor-footer-styles,.formbuilder-editor-header-styles{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:11pt;margin:0 0 15px}.formbuilder-editor-footer-styles h1,.formbuilder-editor-header-styles h1{font-size:16pt}.formbuilder-editor-footer-styles h1,.formbuilder-editor-footer-styles h2,.formbuilder-editor-header-styles h1,.formbuilder-editor-header-styles h2{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-weight:700;margin-bottom:15px;margin-top:0}.formbuilder-editor-footer-styles h2,.formbuilder-editor-header-styles h2{font-size:14pt}.formbuilder-editor-footer-styles h3,.formbuilder-editor-header-styles h3{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:12pt;font-weight:700;margin-bottom:15px;margin-top:0}.formbuilder-editor-footer-styles p,.formbuilder-editor-header-styles p{margin-bottom:15px;margin-top:0}.formbuilder-editor-footer-styles p:after,.formbuilder-editor-header-styles p:after{content:"";display:inline-block;width:0}.formbuilder-editor-footer-styles ol,.formbuilder-editor-footer-styles ul,.formbuilder-editor-header-styles ol,.formbuilder-editor-header-styles ul{list-style-position:initial;margin-bottom:15px;margin-left:0;margin-top:0;padding-left:20px}.formbuilder-editor-footer-styles ol,.formbuilder-editor-header-styles ol{list-style-type:decimal}.formbuilder-editor-footer-styles ul,.formbuilder-editor-header-styles ul{list-style-type:disc}.formbuilder-editor-footer-styles li,.formbuilder-editor-header-styles li{margin-bottom:5px}.formbuilder-editor-footer-styles img,.formbuilder-editor-header-styles img{max-width:100%}.formbuilder-editor-footer-styles a,.formbuilder-editor-header-styles a{color:#0089c7}.formbuilder-editor-footer-styles a:focus,.formbuilder-editor-footer-styles a:hover,.formbuilder-editor-header-styles a:focus,.formbuilder-editor-header-styles a:hover{color:#0089c7;text-decoration:underline}.formbuilder-editor-footer-styles .formbuilder-textarea,.formbuilder-editor-header-styles .formbuilder-textarea{display:block;width:100%}.formbuilder-editor-footer-styles table,.formbuilder-editor-header-styles table{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto;max-width:100%}.formbuilder-editor-footer-styles td,.formbuilder-editor-footer-styles th,.formbuilder-editor-header-styles td,.formbuilder-editor-header-styles th{border:1px solid #d4d4d4;padding:8px;text-align:left;vertical-align:top}.formbuilder-editor-footer-styles td>p,.formbuilder-editor-footer-styles th>p,.formbuilder-editor-header-styles td>p,.formbuilder-editor-header-styles th>p{margin-bottom:0}.formbuilder-editor-footer-styles .formbuilder-line,.formbuilder-editor-header-styles .formbuilder-line{border-bottom:1px solid #d4d4d4}.formbuilder-editor-footer-styles table,.formbuilder-editor-header-styles table{word-wrap:break-word;border:none;border-collapse:collapse;table-layout:fixed;width:100%}.formbuilder-editor-footer-styles table td,.formbuilder-editor-footer-styles table tr,.formbuilder-editor-header-styles table td,.formbuilder-editor-header-styles table tr{border:none;padding:6px}.formbuilder-editor-footer-styles table tr>td:last-child,.formbuilder-editor-header-styles table tr>td:last-child{text-align:right}.formbuilder-editor-footer-styles table tr>td:last-child img,.formbuilder-editor-header-styles table tr>td:last-child img{float:right}.formbuilder-editor-footer-styles table tr>td:first-child,.formbuilder-editor-header-styles table tr>td:first-child{text-align:left}.formbuilder-editor-footer-styles table tr>td:first-child img,.formbuilder-editor-header-styles table tr>td:first-child img{float:left}footer.formbuilder-editor-footer-styles{display:none}.formbuilder-editor-container-styles{padding:10mm}.prose img.ProseMirror-separator{margin:0}span[data-ttrb-image-input]{display:block}p>div+img.ProseMirror-separator,p>div+img.ProseMirror-separator+.ProseMirror-trailingBreak{display:none}.editor .ProseMirror p:after,.editor__content p:after{display:none!important}@font-face{font-family:Simplon Norm;src:url(/fonts/SimplonNorm-Medium.otf?102c8cd3546a695ce3ec16fa6a675ef6) format("opentype")}@font-face{font-family:Mark OT;font-weight:400;src:url(/fonts/MarkOT.ttf?66fd3ec40353ea7ba105273378fe0e7a) format("truetype")}@font-face{font-family:Mark OT;font-weight:500;src:url(/fonts/MarkOT-Medium.ttf?4debe4921beaa972c158dfdcf2dc0f9b) format("truetype")}.title{margin-bottom:2rem}a{color:var(--color-primary);text-decoration:none}a:focus,a:hover{color:var(--color-primary-800);outline:2px solid transparent;outline-offset:2px;text-decoration:underline}@font-face{font-display:block;font-family:icomoon;font-style:normal;font-weight:400;src:url(/fonts/icomoon.eot?a7a0ac8df7d2a8bc752eb81ae6288e28);src:url(/fonts/icomoon.eot?a7a0ac8df7d2a8bc752eb81ae6288e28) format("embedded-opentype"),url(/fonts/icomoon.ttf?48d23aeaf25e30707a973688f80df036) format("truetype"),url(/fonts/icomoon.woff?6f7dc070a5a05930124ccfed7d039198) format("woff"),url(/fonts/icomoon.svg?ac129cae7c3632df23432afe456fb9cb) format("svg")}[class*=" icon-"],[class^=icon-]{speak:never;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:icomoon!important;font-style:normal;font-variant:normal;font-weight:400;text-transform:none}.icon-check .path1:before{color:#adf6c7;content:"\e932"}.icon-check .path2:before{color:#fff;content:"\e933";margin-left:-1em}.icon-credit-card:before{content:"\e92f"}.icon-palette-solid:before{content:"\e930"}.icon-wallet-solid:before{content:"\e931"}.icon-tick:before{color:#04d8a5;content:"\e921"}.icon-archive:before{content:"\e922"}.icon-audio:before{content:"\e923"}.icon-doc:before{content:"\e924"}.icon-excel:before{content:"\e925"}.icon-file:before{content:"\e926"}.icon-folder:before{content:"\e927"}.icon-folder2:before{content:"\e928"}.icon-image:before{content:"\e929"}.icon-pdf:before{content:"\e92a"}.icon-plus:before{content:"\e92b"}.icon-ppt:before{content:"\e92c"}.icon-video:before{content:"\e92d"}.icon-word:before{content:"\e92e"}.icon-add_col_after:before{content:"\e900"}.icon-add_col_before:before{content:"\e901"}.icon-add_row_after:before{content:"\e902"}.icon-add_row_before:before{content:"\e903"}.icon-bold:before{content:"\e904"}.icon-checklist:before{content:"\e905"}.icon-code:before{content:"\e906"}.icon-combine_cells:before{content:"\e907"}.icon-delete_col:before{content:"\e908"}.icon-delete_row:before{content:"\e909"}.icon-delete_table:before{content:"\e90a"}.icon-github:before{content:"\e90b"}.icon-hr:before{content:"\e90c"}.icon-image1:before{content:"\e90d"}.icon-italic:before{content:"\e90e"}.icon-link:before{content:"\e90f"}.icon-mention:before{content:"\e910"}.icon-ol:before{content:"\e911"}.icon-paragraph:before{content:"\e912"}.icon-quote:before{content:"\e913"}.icon-redo:before{content:"\e914"}.icon-remove:before{content:"\e915"}.icon-strike:before{content:"\e916"}.icon-table:before{content:"\e917"}.icon-ul:before{content:"\e918"}.icon-underline:before{content:"\e919"}.icon-undo:before{content:"\e91a"}.formbuilder-saved-toast-container.bottom-right.toasted-container{bottom:1%;right:1%}.formbuilder-saved-toast-container.bottom-right.toasted-container .toasted.toasted-primary.formbuilder-saved-toast{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(56,193,114,var(--tw-bg-opacity));color:rgba(255,255,255,var(--tw-text-opacity));font-size:.875rem;line-height:1.25rem;min-height:auto;padding:.5rem 1.25rem}.btn{background-color:var(--color-primary);border-color:var(--color-primary);border-width:2px;display:inline-block;font-family:Simplon Norm,Muli,system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:700;letter-spacing:.025em;line-height:1.5rem;min-width:100px;padding:.5rem 1rem;text-align:center;text-decoration:none;text-transform:uppercase;transition:all .3s}.btn,.btn:focus,.btn:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.btn:focus,.btn:hover{background-color:var(--color-primary-800);border-color:var(--color-primary-800)}.btn:disabled,.btn:disabled:focus,.btn:disabled:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgba(184,194,204,var(--tw-bg-opacity));border-color:rgba(184,194,204,var(--tw-border-opacity))}.btn.inverted{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));color:var(--color-primary)}.btn.inverted:focus,.btn.inverted:hover{--tw-text-opacity:1;background-color:var(--color-primary);border-color:var(--color-primary);color:rgba(255,255,255,var(--tw-text-opacity))}.btn.inverted:disabled{--tw-text-opacity:1}.btn.inverted:disabled,.btn.inverted:disabled:focus,.btn.inverted:disabled:hover{--tw-border-opacity:1;border-color:rgba(184,194,204,var(--tw-border-opacity));color:rgba(184,194,204,var(--tw-text-opacity))}.btn.inverted:disabled:focus,.btn.inverted:disabled:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.btn.white{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));border-color:rgba(255,255,255,var(--tw-border-opacity));color:var(--color-primary)}.btn.white:focus,.btn.white:hover{--tw-text-opacity:1;background-color:var(--color-primary);border-color:var(--color-primary)}.btn.black,.btn.white:focus,.btn.white:hover{color:rgba(255,255,255,var(--tw-text-opacity))}.btn.black{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity));border-color:rgba(0,0,0,var(--tw-border-opacity))}.btn.black:focus,.btn.black:hover{--tw-text-opacity:1;background-color:var(--color-primary);border-color:var(--color-primary)}.btn.black:focus,.btn.black:hover,.btn.grey{color:rgba(255,255,255,var(--tw-text-opacity))}.btn.grey{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(135,149,161,var(--tw-bg-opacity));border-color:rgba(135,149,161,var(--tw-border-opacity))}.btn.grey:focus,.btn.grey:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgba(96,111,123,var(--tw-bg-opacity));border-color:rgba(96,111,123,var(--tw-border-opacity))}.btn.grey:disabled,.btn.grey:disabled:focus,.btn.grey:disabled:hover{--tw-border-opacity:1;--tw-bg-opacity:1;background-color:rgba(218,225,231,var(--tw-bg-opacity));border-color:rgba(218,225,231,var(--tw-border-opacity))}.btn.grey.inverted{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));border-color:rgba(135,149,161,var(--tw-border-opacity));color:rgba(135,149,161,var(--tw-text-opacity))}.btn.grey.inverted:focus,.btn.grey.inverted:hover{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(135,149,161,var(--tw-bg-opacity));color:rgba(255,255,255,var(--tw-text-opacity))}.btn.grey.inverted:disabled,.btn.grey.inverted:disabled:focus,.btn.grey.inverted:disabled:hover{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));border-color:rgba(218,225,231,var(--tw-border-opacity));color:rgba(218,225,231,var(--tw-text-opacity))}.btn.btn-xs,.btn.xs{min-width:70px;padding:.25rem .5rem}.btn.btn-xs,.btn.xs,.btn.xxs{font-size:.75rem;line-height:1rem}.btn.xxs{min-width:50px;padding:0 .25rem}.btn.btn-sm,.btn.sm{font-size:.875rem;line-height:1.25rem;padding:.25rem .5rem}.btn.btn-xl{font-size:1.25rem;line-height:1.75rem;padding:.75rem 1.5rem}.link-btn{color:var(--color-primary);margin-left:.5rem;margin-right:.5rem;text-decoration:none}.link-btn:focus,.link-btn:hover{color:var(--color-primary-800)}.vue-instant-menu.k3hr-nav .btn{color:#fff}.vue-instant-menu.k3hr-nav>ul{width:100%}.vue-instant-menu.k3hr-nav .main-menu.mobile{z-index:1}.vue-instant-menu.k3hr-nav .main-menu .sub-menu{border-radius:0;left:auto;right:0}@media only screen and (min-width:992px){.vue-instant-menu .main-menu>li.ml-auto{margin-left:auto}}.vue-instant-menu .main-menu.mobile>li.flex{display:flex}.admin-table{overflow-x:auto;width:100%}.admin-table table{width:100%}.admin-table table thead tr{--tw-border-opacity:1;border-bottom-width:2px;border-color:rgba(241,245,248,var(--tw-border-opacity));font-family:Simplon Norm,Muli,system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:700;text-align:left;text-transform:uppercase}.admin-table table tbody tr td.featured{background-color:rgba(0,0,0,.03)}.admin-table table tbody tr:nth-child(2n){--tw-bg-opacity:1;background-color:rgba(241,245,248,var(--tw-bg-opacity))}.admin-table table td,.admin-table table th{padding:.5rem}.admin-table-subheading{border-style:none}.admin-table-subheading th{font-size:.875rem;font-style:italic;font-weight:400;line-height:1.25rem;padding:.25rem}.waggingtail-table-header.kibble-table-header{font-family:Simplon Norm,Muli,system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;text-transform:uppercase}.input,.k3-multiselect.multiselect .multiselect__tags{--tw-bg-opacity:1;background-color:rgba(248,250,252,var(--tw-bg-opacity));border-radius:.25rem;border-width:1px;padding:.5rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.input:focus,.input:focus-within,.k3-multiselect.multiselect .multiselect__tags:focus,.k3-multiselect.multiselect .multiselect__tags:focus-within{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);--tw-ring-color:var(--color-primary);--tw-ring-opacity:0.1;border-color:var(--color-primary);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);outline:2px solid transparent;outline-offset:2px}.input.waggingtail-input-wrapper,.k3-multiselect.multiselect .waggingtail-input-wrapper.multiselect__tags{padding:0}.radio-inline{align-items:center;display:inline-flex;font-size:.875rem;line-height:1.25rem;margin-bottom:.25rem;margin-right:.75rem}.radio-inline input{margin-right:.5rem}.k3-multiselect.multiselect select.multiselect__tags:not([multiple]),select.input:not([multiple]){-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url(/images/caret-down-solid.svg?189d61973eb756bf4fe4cfcff6512e28);background-position:100%;background-repeat:no-repeat;background-size:40px 40%;padding-right:30px}.kibble-label,.label{--tw-text-opacity:1;color:rgba(96,111,123,var(--tw-text-opacity));display:block;font-size:.875rem;line-height:1.25rem;margin-bottom:.25rem}.group{margin-bottom:1rem}.k3-multiselect.multiselect .multiselect__tags{padding:8px 40px 0 8px}.k3-multiselect.multiselect .multiselect__tag{background-color:var(--color-primary)}.k3-multiselect.multiselect .multiselect__tag .multiselect__tag-icon:hover{background-color:var(--color-primary-700)}.k3-multiselect.multiselect .multiselect__tag .multiselect__tag-icon:after{color:var(--color-primary-800)}.k3-multiselect.multiselect .multiselect__option--highlight,.k3-multiselect.multiselect .multiselect__option--highlight:after{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.k3-multiselect.multiselect .multiselect__option--selected.multiselect__option--highlight,.k3-multiselect.multiselect .multiselect__option--selected.multiselect__option--highlight:after{background-color:var(--color-primary)}.tooltip{display:block!important;z-index:10000}.tooltip .tooltip-inner{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(61,72,82,var(--tw-bg-opacity));border-radius:5px;color:rgba(255,255,255,var(--tw-text-opacity));font-size:.875rem;line-height:1.25rem;max-width:300px;padding:.5rem}.tooltip .tooltip-arrow{--tw-border-opacity:1;border-color:rgba(61,72,82,var(--tw-border-opacity));border-style:solid;height:0;margin:5px;position:absolute;width:0}.tooltip[x-placement^=top] .tooltip-arrow{border-bottom-color:transparent!important;border-left-color:transparent!important;border-right-color:transparent!important;border-width:5px 5px 0;bottom:-5px;left:calc(50% - 5px);margin-bottom:0;margin-top:0}.tooltip[x-placement^=bottom] .tooltip-arrow{border-left-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important;border-width:0 5px 5px;left:calc(50% - 5px);margin-bottom:0;margin-top:0;top:-5px}.tooltip[x-placement^=right] .tooltip-arrow{border-bottom-color:transparent!important;border-left-color:transparent!important;border-top-color:transparent!important;border-width:5px 5px 5px 0;left:-5px;margin-left:0;margin-right:0;top:calc(50% - 5px)}.tooltip[x-placement^=left] .tooltip-arrow{border-bottom-color:transparent!important;border-right-color:transparent!important;border-top-color:transparent!important;border-width:5px 0 5px 5px;margin-left:0;margin-right:0;right:-5px;top:calc(50% - 5px)}.tooltip.popover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.tooltip.popover .popover-inner{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity));border-radius:.125rem;box-shadow:0 5px 30px rgba(0,0,0,.1);color:rgba(255,255,255,var(--tw-text-opacity));padding:.5rem}.tooltip.popover .popover-arrow{border-color:#000}.tooltip[aria-hidden=true]{opacity:0;transition:opacity .15s,visibility .15s;visibility:hidden}.tooltip[aria-hidden=false]{opacity:1;transition:opacity .15s;visibility:visible}.v-dropdown-menu.tooltip.popover .tooltip-inner{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.form-group-user-popover.popover .popover-inner{--tw-text-opacity:1;background-color:transparent;color:rgba(61,72,82,var(--tw-text-opacity));padding:0}.form-group-user-popover-trigger .trigger{display:block!important}.tool-enter-active,.tool-leave-active{transform:translateX(0);transition:all .3s ease}.tool-enter{opacity:0;transform:translateX(20%)}.tool-leave-active{opacity:0;transform:translateX(-20%)}.editor .ProseMirror{min-height:120px;outline:2px solid transparent;outline-offset:2px}.hrassist_editor{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(241,245,248,var(--tw-bg-opacity));color:rgba(61,72,82,var(--tw-text-opacity));display:block;padding:.25rem}.hrassist_editor .hrassist_editor__button{--tw-text-opacity:1;border-radius:.25rem;color:rgba(96,111,123,var(--tw-text-opacity));font-family:Simplon Norm,Muli,system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:700;margin:0 1px;padding:.25rem .5rem}.hrassist_editor .hrassist_editor__button.is-active,.hrassist_editor .hrassist_editor__button:focus,.hrassist_editor .hrassist_editor__button:hover{--tw-bg-opacity:1;background-color:rgba(218,225,231,var(--tw-bg-opacity))}.hrassist_editor .hrassist_editor__button.is-active:focus,.hrassist_editor .hrassist_editor__button.is-active:hover{--tw-bg-opacity:1;background-color:rgba(184,194,204,var(--tw-bg-opacity))}.hrassist_editor .hrassist_editor__button .ProseMirror{outline:none}.user-rich-text-editor .prose h1,.user-rich-text-editor .prose h2,.user-rich-text-editor .prose h3{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.inspector{border:4px dashed red}.form-section ul.active{border-width:1px;max-height:200px}.form-section .form-option ul.active{border-style:none}.editor{border-radius:.375rem;margin-bottom:1rem;margin-left:.5rem;margin-right:.5rem}.vm--modal{overflow:visible}.vm--modal .editor{margin-left:0;margin-right:0}.form-section .vm--modal{overflow-y:scroll}.form-option .editor .ProseMirror{min-height:auto}.editor .ProseMirror ul{list-style-type:disc;margin-left:20px}.editor .ProseMirror ul li:before{content:unset}.editor .ProseMirror ul li{padding-left:0}.editor .ProseMirror ol{list-style-type:decimal;margin-left:20px}.editor .ProseMirror ol li:before{content:unset}.editor .ProseMirror ol li{padding-left:0}.preview-wrapper .editor .ProseMirror{min-height:60px}.preview-wrapper input,.preview-wrapper textarea{--tw-bg-opacity:1;background-color:rgba(241,245,248,var(--tw-bg-opacity));padding-left:1rem;padding-right:1rem}.preview-wrapper button:active,.preview-wrapper button:focus{outline:2px solid transparent;outline-offset:2px}.preview-wrapper .preview-logo{height:40px;width:40px}.preview-wrapper .preview-component .leading-normal{background-color:transparent}.preview-wrapper .editor .ProseMirror ol,.preview-wrapper .editor .ProseMirror ul,.preview-wrapper .editor__content ol,.preview-wrapper .editor__content ul{padding-left:1.2rem}.preview-wrapper .editor .ProseMirror input,.preview-wrapper .editor .ProseMirror textarea,.preview-wrapper .editor__content input,.preview-wrapper .editor__content textarea{min-width:50px}.preview-wrapper .editor{margin-bottom:0}.preview-wrapper .editor>.prose>.ProseMirror{min-height:auto}.preview-wrapper .leading-normal .py-4{padding-bottom:0;padding-top:0}.max-w-50{max-width:50px}.section-arrow{border-radius:9999px;border-width:1px;height:30px;width:30px}.switch-field{display:flex;overflow:hidden}.switch-field input{clip:rect(0,0,0,0);border:0;height:1px;overflow:hidden;position:absolute!important;width:1px}.switch-field input:first-of-type{border-radius:4px 0 0 4px}.switch-field input:last-of-type{border-radius:0 4px 4px 0}.switch-field label.active{--tw-bg-opacity:1;--tw-text-opacity:1;--tw-shadow:0 0 #0000;background-color:rgba(162,245,191,var(--tw-bg-opacity));box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);color:rgba(26,71,49,var(--tw-text-opacity))}.switch-field label{margin-right:-1px}.preview-wrapper .preview-component .switch-field label{background-color:transparent}.preview-wrapper .switch-field label .py-4{padding-bottom:0;padding-top:0}.switch-field label{--tw-border-opacity:1;--tw-bg-opacity:1;--tw-text-opacity:1;--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05);background-color:rgba(241,245,248,var(--tw-bg-opacity));border-color:rgba(218,225,231,var(--tw-border-opacity));border-width:1px;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow);color:rgba(96,111,123,var(--tw-text-opacity));font-size:.875rem;line-height:1.25rem;line-height:1.5;padding:.25rem .5rem;text-align:center;transition-delay:.2s;transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.switch-field label:hover{cursor:pointer}.steps-box-shadow{box-shadow:0 4px 5px rgba(0,0,0,.1)}.text-19xl{font-size:82px}.k3-swal .swal2-popup .swal2-title{font-size:1.125rem;font-weight:400;line-height:1.75rem}.k3-swal .swal2-popup .swal2-content{font-size:1rem;line-height:1.5rem;margin-bottom:1rem}.vim-container:not(.vim-is-mobile) .vim-sub-menu .vim-link.vim-link-active{color:#fff!important;text-decoration:underline}.hr-assist-vdp.vdp-datepicker .cell.selected{--tw-text-opacity:1;background-color:var(--color-primary);border-color:var(--color-primary);color:rgba(255,255,255,var(--tw-text-opacity))}.hr-assist-vdp.vdp-datepicker .cell.selected:focus,.hr-assist-vdp.vdp-datepicker .cell.selected:hover{background-color:var(--color-primary-700);border-color:var(--color-primary-700)}.hr-assist-vdp.vdp-datepicker .cell:focus,.hr-assist-vdp.vdp-datepicker .cell:hover,.hr-assist-vdp.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).day:hover,.hr-assist-vdp.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).month:hover,.hr-assist-vdp.vdp-datepicker .vdp-datepicker__calendar .cell:not(.blank):not(.disabled).year:hover{border-color:var(--color-primary)}.sr-only{clip:rect(1px,1px,1px,1px)!important;border:0!important;-webkit-clip-path:inset(50%)!important;clip-path:inset(50%)!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.transition{transition:all .3s}.fade-enter-active,.fade-leave-active{transition:opacity .2s}.fade-enter,.fade-leave-to{opacity:0}.revealText{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity));position:relative}.revealer{background-color:var(--color-primary);height:100%;left:0;position:absolute;top:0;transform:scaleX(0);transform-origin:left;width:100%}.blog-container{margin:0 auto;max-width:40rem;padding-bottom:3rem;padding-top:3rem}.blog-container h1,.blog-container h2,.blog-container h3,.blog-container h4,.blog-container h5,.blog-container h6{font-family:Simplon Norm,Muli,system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.blog-container p{--tw-text-opacity:1;color:rgba(96,111,123,var(--tw-text-opacity))}.plan-card .plan-button{--tw-bg-opacity:1;--tw-text-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity));color:rgba(61,72,82,var(--tw-text-opacity))}@media (min-width:1200px){.full-width-container .container{max-width:1800px}}.vue-instant-menu .main-menu.mobile>li.time-popover{display:flex}.time-popover{align-items:center;display:flex}.time-popover button{flex:none;height:36px;min-width:auto;padding:0;width:36px}.time-popover input{border-radius:0;text-align:center;width:80px}h1,h2,h3,h4,h5,h6{font-family:Simplon Norm,Muli,system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}blockquote{border-left-width:2px;margin-bottom:.5rem;margin-top:.5rem;padding-left:1rem}.page-container{max-width:1200px}.service-card-description p{margin-bottom:.5rem}.v--modal-overlay.lightbox .v--modal{border-radius:0}.k3-focus{border-color:transparent;border-width:1px;transition:all .3s}.k3-focus:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);border-color:var(--color-primary-400);box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000);outline:2px solid transparent;outline-offset:2px}.k3-focus{--tw-ring-color:var(--color-primary);--tw-ring-opacity:0.2;transition-duration:.15s;transition-duration:75ms;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.prose h1,.prose h2,.prose h3{color:var(--color-primary)}.kibble-modal-close-button{z-index:1}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}.invisible{visibility:hidden}.fixed{position:fixed}.absolute{position:absolute}.relative{position:relative}.sticky{position:-webkit-sticky;position:sticky}.inset-y-0{bottom:0;top:0}.top-0{top:0}.right-0{right:0}.bottom-0{bottom:0}.left-0{left:0}.left-full{left:100%}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-7{grid-column:span 7/span 7}.float-right{float:right}.float-left{float:left}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-4{margin:1rem}.m-auto{margin:auto}.mx-0{margin-left:0;margin-right:0}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-4{margin-left:1rem;margin-right:1rem}.mx-auto{margin-left:auto;margin-right:auto}.-mx-2{margin-left:-.5rem;margin-right:-.5rem}.-mx-4{margin-left:-1rem;margin-right:-1rem}.-mx-6{margin-left:-1.5rem;margin-right:-1.5rem}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-3{margin-bottom:.75rem;margin-top:.75rem}.my-4{margin-bottom:1rem;margin-top:1rem}.my-8{margin-bottom:2rem;margin-top:2rem}.my-10{margin-bottom:2.5rem;margin-top:2.5rem}.my-12{margin-bottom:3rem;margin-top:3rem}.my-16{margin-bottom:4rem;margin-top:4rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:.75rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.mt-6{margin-top:1.5rem}.mt-8{margin-top:2rem}.mt-10{margin-top:2.5rem}.mt-12{margin-top:3rem}.mt-20{margin-top:5rem}.mt-auto{margin-top:auto}.-mt-10{margin-top:-2.5rem}.mr-0{margin-right:0}.mr-1{margin-right:.25rem}.mr-2{margin-right:.5rem}.mr-3{margin-right:.75rem}.mr-4{margin-right:1rem}.mr-6{margin-right:1.5rem}.mr-8{margin-right:2rem}.mr-24{margin-right:6rem}.mr-32{margin-right:8rem}.-mr-48{margin-right:-12rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-4{margin-bottom:1rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-7{margin-bottom:1.75rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mb-12{margin-bottom:3rem}.mb-16{margin-bottom:4rem}.mb-24{margin-bottom:6rem}.-mb-px{margin-bottom:-1px}.ml-0{margin-left:0}.ml-1{margin-left:.25rem}.ml-2{margin-left:.5rem}.ml-3{margin-left:.75rem}.ml-4{margin-left:1rem}.ml-6{margin-left:1.5rem}.ml-auto{margin-left:auto}.-ml-2{margin-left:-.5rem}.block{display:block}.inline-block{display:inline-block}.inline{display:inline}.flex{display:flex}.inline-flex{display:inline-flex}.table{display:table}.grid{display:grid}.contents{display:contents}.hidden{display:none}.h-2{height:.5rem}.h-3{height:.75rem}.h-4{height:1rem}.h-5{height:1.25rem}.h-6{height:1.5rem}.h-8{height:2rem}.h-10{height:2.5rem}.h-12{height:3rem}.h-16{height:4rem}.h-20{height:5rem}.h-24{height:6rem}.h-32{height:8rem}.h-36{height:9rem}.h-px{height:1px}.h-full{height:100%}.min-h-200{min-height:200px}.w-2{width:.5rem}.w-3{width:.75rem}.w-4{width:1rem}.w-5{width:1.25rem}.w-6{width:1.5rem}.w-8{width:2rem}.w-10{width:2.5rem}.w-12{width:3rem}.w-16{width:4rem}.w-20{width:5rem}.w-24{width:6rem}.w-40{width:10rem}.w-48{width:12rem}.w-64{width:16rem}.w-72{width:18rem}.w-80{width:20rem}.w-auto{width:auto}.w-1\/2{width:50%}.w-1\/3{width:33.333333%}.w-2\/3{width:66.666667%}.w-1\/5{width:20%}.w-full{width:100%}.max-w-none{max-width:none}.max-w-xs{max-width:20rem}.max-w-sm{max-width:24rem}.max-w-md{max-width:28rem}.max-w-lg{max-width:32rem}.max-w-xl{max-width:36rem}.max-w-2xl{max-width:42rem}.max-w-3xl{max-width:48rem}.max-w-4xl{max-width:56rem}.max-w-5xl{max-width:64rem}.max-w-7xl{max-width:80rem}.max-w-full{max-width:100%}.flex-1{flex:1 1 0%}.flex-none{flex:none}.table-auto{table-layout:auto}.border-collapse{border-collapse:collapse}.transform{--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;transform:translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}@-webkit-keyframes spin{to{transform:rotate(1turn)}}@keyframes spin{to{transform:rotate(1turn)}}@-webkit-keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@-webkit-keyframes pulse{50%{opacity:.5}}@keyframes pulse{50%{opacity:.5}}@-webkit-keyframes bounce{0%,to{-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}@keyframes bounce{0%,to{-webkit-animation-timing-function:cubic-bezier(.8,0,1,1);animation-timing-function:cubic-bezier(.8,0,1,1);transform:translateY(-25%)}50%{-webkit-animation-timing-function:cubic-bezier(0,0,.2,1);animation-timing-function:cubic-bezier(0,0,.2,1);transform:none}}.cursor-pointer{cursor:pointer}.select-none{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.resize{resize:both}.list-inside{list-style-position:inside}.list-disc{list-style-type:disc}.appearance-none{-webkit-appearance:none;-moz-appearance:none;appearance:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-10{grid-template-columns:repeat(10,minmax(0,1fr))}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.content-center{align-content:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.gap-5{gap:1.25rem}.gap-6{gap:1.5rem}.space-x-8>:not([hidden])~:not([hidden]){--tw-space-x-reverse:0;margin-left:calc(2rem*(1 - var(--tw-space-x-reverse)));margin-right:calc(2rem*var(--tw-space-x-reverse))}.space-y-16>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0;margin-bottom:calc(4rem*var(--tw-space-y-reverse));margin-top:calc(4rem*(1 - var(--tw-space-y-reverse)))}.divide-y>:not([hidden])~:not([hidden]){--tw-divide-y-reverse:0;border-bottom-width:calc(1px*var(--tw-divide-y-reverse));border-top-width:calc(1px*(1 - var(--tw-divide-y-reverse)))}.divide-gray-200>:not([hidden])~:not([hidden]){--tw-divide-opacity:1;border-color:rgba(229,231,235,var(--tw-divide-opacity))}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-auto{overflow-x:auto}.overflow-y-auto{overflow-y:auto}.truncate{overflow:hidden;white-space:nowrap}.overflow-ellipsis,.truncate{text-overflow:ellipsis}.whitespace-normal{white-space:normal}.whitespace-nowrap{white-space:nowrap}.rounded-none{border-radius:0}.rounded-sm{border-radius:.125rem}.rounded{border-radius:.25rem}.rounded-md{border-radius:.375rem}.rounded-full{border-radius:9999px}.rounded-t{border-top-left-radius:.25rem;border-top-right-radius:.25rem}.rounded-r-none{border-bottom-right-radius:0;border-top-right-radius:0}.rounded-b{border-bottom-left-radius:.25rem;border-bottom-right-radius:.25rem}.border-2{border-width:2px}.border{border-width:1px}.border-t-0{border-top-width:0}.border-t-4{border-top-width:4px}.border-t{border-top-width:1px}.border-r-0{border-right-width:0}.border-b-2{border-bottom-width:2px}.border-b{border-bottom-width:1px}.border-l-0{border-left-width:0}.border-l{border-left-width:1px}.border-none{border-style:none}.border-transparent{border-color:transparent}.border-black{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.border-white{--tw-border-opacity:1;border-color:rgba(255,255,255,var(--tw-border-opacity))}.border-gray-200{--tw-border-opacity:1;border-color:rgba(229,231,235,var(--tw-border-opacity))}.border-gray-300{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.border-gray-400{--tw-border-opacity:1;border-color:rgba(156,163,175,var(--tw-border-opacity))}.border-red{--tw-border-opacity:1;border-color:rgba(227,52,47,var(--tw-border-opacity))}.border-green{--tw-border-opacity:1;border-color:rgba(56,193,114,var(--tw-border-opacity))}.border-blue{--tw-border-opacity:1;border-color:rgba(52,144,220,var(--tw-border-opacity))}.border-grey-dark{--tw-border-opacity:1;border-color:rgba(135,149,161,var(--tw-border-opacity))}.border-grey{--tw-border-opacity:1;border-color:rgba(184,194,204,var(--tw-border-opacity))}.border-grey-light{--tw-border-opacity:1;border-color:rgba(218,225,231,var(--tw-border-opacity))}.border-grey-lighter{--tw-border-opacity:1;border-color:rgba(241,245,248,var(--tw-border-opacity))}.border-red-lighter{--tw-border-opacity:1;border-color:rgba(249,172,170,var(--tw-border-opacity))}.border-orange{--tw-border-opacity:1;border-color:rgba(246,153,63,var(--tw-border-opacity))}.border-orange-lighter{--tw-border-opacity:1;border-color:rgba(252,217,182,var(--tw-border-opacity))}.border-green-dark{--tw-border-opacity:1;border-color:rgba(31,157,85,var(--tw-border-opacity))}.border-green-lighter{--tw-border-opacity:1;border-color:rgba(162,245,191,var(--tw-border-opacity))}.border-blue-lighter{--tw-border-opacity:1;border-color:rgba(188,222,250,var(--tw-border-opacity))}.border-primary{border-color:var(--color-primary)}.focus-within\:border-black:focus-within{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.focus-within\:border-primary:focus-within{border-color:var(--color-primary)}.hover\:border-black:hover{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.hover\:border-gray-300:hover{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.hover\:border-grey-dark:hover{--tw-border-opacity:1;border-color:rgba(135,149,161,var(--tw-border-opacity))}.hover\:border-grey:hover{--tw-border-opacity:1;border-color:rgba(184,194,204,var(--tw-border-opacity))}.hover\:border-red-dark:hover{--tw-border-opacity:1;border-color:rgba(204,31,26,var(--tw-border-opacity))}.hover\:border-primary:hover{border-color:var(--color-primary)}.focus\:border-black:focus{--tw-border-opacity:1;border-color:rgba(0,0,0,var(--tw-border-opacity))}.focus\:border-gray-300:focus{--tw-border-opacity:1;border-color:rgba(209,213,219,var(--tw-border-opacity))}.focus\:border-grey-dark:focus{--tw-border-opacity:1;border-color:rgba(135,149,161,var(--tw-border-opacity))}.focus\:border-grey:focus{--tw-border-opacity:1;border-color:rgba(184,194,204,var(--tw-border-opacity))}.focus\:border-primary-lighter:focus{border-color:var(--color-primary-300)}.focus\:border-primary:focus{border-color:var(--color-primary)}.focus\:border-primary-darker:focus{border-color:var(--color-primary-800)}.bg-transparent{background-color:transparent}.bg-black{--tw-bg-opacity:1;background-color:rgba(0,0,0,var(--tw-bg-opacity))}.bg-white{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.bg-gray-50{--tw-bg-opacity:1;background-color:rgba(249,250,251,var(--tw-bg-opacity))}.bg-gray-100{--tw-bg-opacity:1;background-color:rgba(243,244,246,var(--tw-bg-opacity))}.bg-gray-200{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.bg-gray-300{--tw-bg-opacity:1;background-color:rgba(209,213,219,var(--tw-bg-opacity))}.bg-gray-500{--tw-bg-opacity:1;background-color:rgba(107,114,128,var(--tw-bg-opacity))}.bg-gray-800{--tw-bg-opacity:1;background-color:rgba(31,41,55,var(--tw-bg-opacity))}.bg-red{--tw-bg-opacity:1;background-color:rgba(227,52,47,var(--tw-bg-opacity))}.bg-green{--tw-bg-opacity:1;background-color:rgba(56,193,114,var(--tw-bg-opacity))}.bg-blue{--tw-bg-opacity:1;background-color:rgba(52,144,220,var(--tw-bg-opacity))}.bg-grey-dark{--tw-bg-opacity:1;background-color:rgba(135,149,161,var(--tw-bg-opacity))}.bg-grey-light{--tw-bg-opacity:1;background-color:rgba(218,225,231,var(--tw-bg-opacity))}.bg-grey-lighter{--tw-bg-opacity:1;background-color:rgba(241,245,248,var(--tw-bg-opacity))}.bg-grey-lightest{--tw-bg-opacity:1;background-color:rgba(248,250,252,var(--tw-bg-opacity))}.bg-red-lightest{--tw-bg-opacity:1;background-color:rgba(252,235,234,var(--tw-bg-opacity))}.bg-orange-lightest{--tw-bg-opacity:1;background-color:rgba(255,245,235,var(--tw-bg-opacity))}.bg-green-lightest{--tw-bg-opacity:1;background-color:rgba(227,252,236,var(--tw-bg-opacity))}.bg-blue-lightest{--tw-bg-opacity:1;background-color:rgba(239,248,255,var(--tw-bg-opacity))}.bg-primary{background-color:var(--color-primary)}.bg-k3-gray{--tw-bg-opacity:1;background-color:rgba(37,37,37,var(--tw-bg-opacity))}.bg-gold{--tw-bg-opacity:1;background-color:rgba(212,175,55,var(--tw-bg-opacity))}.bg-body{--tw-bg-opacity:1;background-color:rgba(103,102,102,var(--tw-bg-opacity))}.hover\:bg-white:hover{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.hover\:bg-gray-200:hover{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.hover\:bg-gray-700:hover{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.hover\:bg-red:hover{--tw-bg-opacity:1;background-color:rgba(227,52,47,var(--tw-bg-opacity))}.hover\:bg-grey:hover{--tw-bg-opacity:1;background-color:rgba(184,194,204,var(--tw-bg-opacity))}.hover\:bg-grey-light:hover{--tw-bg-opacity:1;background-color:rgba(218,225,231,var(--tw-bg-opacity))}.hover\:bg-grey-lighter:hover{--tw-bg-opacity:1;background-color:rgba(241,245,248,var(--tw-bg-opacity))}.hover\:bg-grey-lightest:hover{--tw-bg-opacity:1;background-color:rgba(248,250,252,var(--tw-bg-opacity))}.hover\:bg-red-darker:hover{--tw-bg-opacity:1;background-color:rgba(98,27,24,var(--tw-bg-opacity))}.hover\:bg-red-dark:hover{--tw-bg-opacity:1;background-color:rgba(204,31,26,var(--tw-bg-opacity))}.hover\:bg-green-dark:hover{--tw-bg-opacity:1;background-color:rgba(31,157,85,var(--tw-bg-opacity))}.hover\:bg-blue-dark:hover{--tw-bg-opacity:1;background-color:rgba(39,121,189,var(--tw-bg-opacity))}.hover\:bg-primary:hover{background-color:var(--color-primary)}.hover\:bg-primary-darker:hover{background-color:var(--color-primary-800)}.focus\:bg-white:focus{--tw-bg-opacity:1;background-color:rgba(255,255,255,var(--tw-bg-opacity))}.focus\:bg-gray-200:focus{--tw-bg-opacity:1;background-color:rgba(229,231,235,var(--tw-bg-opacity))}.focus\:bg-gray-700:focus{--tw-bg-opacity:1;background-color:rgba(55,65,81,var(--tw-bg-opacity))}.focus\:bg-red:focus{--tw-bg-opacity:1;background-color:rgba(227,52,47,var(--tw-bg-opacity))}.focus\:bg-grey-light:focus{--tw-bg-opacity:1;background-color:rgba(218,225,231,var(--tw-bg-opacity))}.focus\:bg-grey-lighter:focus{--tw-bg-opacity:1;background-color:rgba(241,245,248,var(--tw-bg-opacity))}.focus\:bg-red-darker:focus{--tw-bg-opacity:1;background-color:rgba(98,27,24,var(--tw-bg-opacity))}.focus\:bg-red-dark:focus{--tw-bg-opacity:1;background-color:rgba(204,31,26,var(--tw-bg-opacity))}.focus\:bg-green-dark:focus{--tw-bg-opacity:1;background-color:rgba(31,157,85,var(--tw-bg-opacity))}.focus\:bg-primary:focus{background-color:var(--color-primary)}.focus\:bg-primary-darker:focus{background-color:var(--color-primary-800)}.bg-opacity-10{--tw-bg-opacity:0.1}.bg-cover{background-size:cover}.bg-contain{background-size:contain}.bg-center{background-position:50%}.bg-no-repeat{background-repeat:no-repeat}.stroke-current{stroke:currentColor}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-6{padding:1.5rem}.p-8{padding:2rem}.p-10{padding:2.5rem}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.px-12{padding-left:3rem;padding-right:3rem}.px-20{padding-left:5rem;padding-right:5rem}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:.75rem;padding-top:.75rem}.py-4{padding-bottom:1rem;padding-top:1rem}.py-5{padding-bottom:1.25rem;padding-top:1.25rem}.py-6{padding-bottom:1.5rem;padding-top:1.5rem}.py-8{padding-bottom:2rem;padding-top:2rem}.py-10{padding-bottom:2.5rem;padding-top:2.5rem}.py-12{padding-bottom:3rem;padding-top:3rem}.py-16{padding-bottom:4rem;padding-top:4rem}.py-24{padding-bottom:6rem;padding-top:6rem}.py-28{padding-bottom:7rem;padding-top:7rem}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-3{padding-top:.75rem}.pt-4{padding-top:1rem}.pt-6{padding-top:1.5rem}.pt-8{padding-top:2rem}.pt-10{padding-top:2.5rem}.pt-12{padding-top:3rem}.pt-16{padding-top:4rem}.pt-24{padding-top:6rem}.pr-2{padding-right:.5rem}.pr-4{padding-right:1rem}.pr-6{padding-right:1.5rem}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1rem}.pb-6{padding-bottom:1.5rem}.pb-8{padding-bottom:2rem}.pb-20{padding-bottom:5rem}.pb-32{padding-bottom:8rem}.pl-2{padding-left:.5rem}.pl-3{padding-left:.75rem}.pl-4{padding-left:1rem}.pl-6{padding-left:1.5rem}.pl-8{padding-left:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.align-top{vertical-align:top}.align-middle{vertical-align:middle}.font-sans{font-family:Mark OT,system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.font-special{font-family:Simplon Norm,Muli,system-ui,BlinkMacSystemFont,-apple-system,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem}.text-lg,.text-xl{line-height:1.75rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-3xl{font-size:1.875rem;line-height:2.25rem}.text-4xl{font-size:2.25rem;line-height:2.5rem}.text-5xl{font-size:3rem;line-height:1}.text-8xl{font-size:6rem;line-height:1}.font-light{font-weight:300}.font-normal{font-weight:400}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.font-extrabold{font-weight:800}.font-black{font-weight:900}.uppercase{text-transform:uppercase}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.normal-case{text-transform:none}.italic{font-style:italic}.leading-4{line-height:1rem}.leading-6{line-height:1.5rem}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-normal{line-height:1.5}.tracking-tight{letter-spacing:-.025em}.tracking-wide{letter-spacing:.025em}.text-black{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.text-white{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.text-gray-300{--tw-text-opacity:1;color:rgba(209,213,219,var(--tw-text-opacity))}.text-gray-400{--tw-text-opacity:1;color:rgba(156,163,175,var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.text-gray-600{--tw-text-opacity:1;color:rgba(75,85,99,var(--tw-text-opacity))}.text-gray-700{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.text-gray-800{--tw-text-opacity:1;color:rgba(31,41,55,var(--tw-text-opacity))}.text-gray-900{--tw-text-opacity:1;color:rgba(17,24,39,var(--tw-text-opacity))}.text-red{--tw-text-opacity:1;color:rgba(227,52,47,var(--tw-text-opacity))}.text-green{--tw-text-opacity:1;color:rgba(56,193,114,var(--tw-text-opacity))}.text-blue{--tw-text-opacity:1;color:rgba(52,144,220,var(--tw-text-opacity))}.text-grey-darkest{--tw-text-opacity:1;color:rgba(61,72,82,var(--tw-text-opacity))}.text-grey-darker{--tw-text-opacity:1;color:rgba(96,111,123,var(--tw-text-opacity))}.text-grey-dark{--tw-text-opacity:1;color:rgba(135,149,161,var(--tw-text-opacity))}.text-grey{--tw-text-opacity:1;color:rgba(184,194,204,var(--tw-text-opacity))}.text-grey-light{--tw-text-opacity:1;color:rgba(218,225,231,var(--tw-text-opacity))}.text-grey-lightest{--tw-text-opacity:1;color:rgba(248,250,252,var(--tw-text-opacity))}.text-red-light{--tw-text-opacity:1;color:rgba(239,87,83,var(--tw-text-opacity))}.text-red-lighter{--tw-text-opacity:1;color:rgba(249,172,170,var(--tw-text-opacity))}.text-orange-dark{--tw-text-opacity:1;color:rgba(222,117,31,var(--tw-text-opacity))}.text-green-darker{--tw-text-opacity:1;color:rgba(26,71,49,var(--tw-text-opacity))}.text-green-dark{--tw-text-opacity:1;color:rgba(31,157,85,var(--tw-text-opacity))}.text-green-light{--tw-text-opacity:1;color:rgba(81,216,138,var(--tw-text-opacity))}.text-primary{color:var(--color-primary)}.text-primary-dark{color:var(--color-primary-700)}.text-body{--tw-text-opacity:1;color:rgba(103,102,102,var(--tw-text-opacity))}.hover\:text-black:hover{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.hover\:text-white:hover{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.hover\:text-gray-500:hover{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.hover\:text-gray-700:hover{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.hover\:text-grey-darkest:hover{--tw-text-opacity:1;color:rgba(61,72,82,var(--tw-text-opacity))}.hover\:text-grey-darker:hover{--tw-text-opacity:1;color:rgba(96,111,123,var(--tw-text-opacity))}.hover\:text-primary:hover{color:var(--color-primary)}.hover\:text-primary-dark:hover{color:var(--color-primary-700)}.hover\:text-primary-darker:hover{color:var(--color-primary-800)}.focus\:text-black:focus{--tw-text-opacity:1;color:rgba(0,0,0,var(--tw-text-opacity))}.focus\:text-white:focus{--tw-text-opacity:1;color:rgba(255,255,255,var(--tw-text-opacity))}.focus\:text-gray-500:focus{--tw-text-opacity:1;color:rgba(107,114,128,var(--tw-text-opacity))}.focus\:text-gray-700:focus{--tw-text-opacity:1;color:rgba(55,65,81,var(--tw-text-opacity))}.focus\:text-grey-darkest:focus{--tw-text-opacity:1;color:rgba(61,72,82,var(--tw-text-opacity))}.focus\:text-grey-darker:focus{--tw-text-opacity:1;color:rgba(96,111,123,var(--tw-text-opacity))}.focus\:text-primary:focus{color:var(--color-primary)}.focus\:text-primary-dark:focus{color:var(--color-primary-700)}.focus\:text-primary-darker:focus{color:var(--color-primary-800)}.underline{text-decoration:underline}.no-underline{text-decoration:none}.hover\:underline:hover{text-decoration:underline}.hover\:no-underline:hover{text-decoration:none}.focus\:underline:focus{text-decoration:underline}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.opacity-80{opacity:.8}.hover\:opacity-100:hover{opacity:1}*,:after,:before{--tw-shadow:0 0 #0000}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.shadow,.shadow-md{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-md{--tw-shadow:0 4px 6px -1px rgba(0,0,0,.1),0 2px 4px -1px rgba(0,0,0,.06)}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,.1),0 4px 6px -2px rgba(0,0,0,.05)}.shadow-lg,.shadow-xl{box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px rgba(0,0,0,.1),0 10px 10px -5px rgba(0,0,0,.04)}.outline-none{outline:2px solid transparent;outline-offset:2px}.focus-within\:outline-none:focus-within{outline:2px solid transparent;outline-offset:2px}.focus\:outline-none:focus{outline:2px solid transparent;outline-offset:2px}*,:after,:before{--tw-ring-inset:var(--tw-empty,/*!*/ /*!*/);--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,.5);--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.focus\:ring:focus,.ring-1{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 #0000)}.focus\:ring:focus{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color)}.ring-black{--tw-ring-opacity:1;--tw-ring-color:rgba(0,0,0,var(--tw-ring-opacity))}.ring-opacity-5{--tw-ring-opacity:0.05}.filter{--tw-blur:var(--tw-empty,/*!*/ /*!*/);--tw-brightness:var(--tw-empty,/*!*/ /*!*/);--tw-contrast:var(--tw-empty,/*!*/ /*!*/);--tw-grayscale:var(--tw-empty,/*!*/ /*!*/);--tw-hue-rotate:var(--tw-empty,/*!*/ /*!*/);--tw-invert:var(--tw-empty,/*!*/ /*!*/);--tw-saturate:var(--tw-empty,/*!*/ /*!*/);--tw-sepia:var(--tw-empty,/*!*/ /*!*/);--tw-drop-shadow:var(--tw-empty,/*!*/ /*!*/);filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:background-color,border-color,color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-colors{transition-duration:.15s;transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1)}.duration-75{transition-duration:75ms}.duration-150{transition-duration:.15s}.duration-300{transition-duration:.3s}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (min-width:640px){.sm\:mt-16{margin-top:4rem}.sm\:inline{display:inline}.sm\:flex{display:flex}.sm\:w-1\/2{width:50%}.sm\:w-1\/3{width:33.333333%}.sm\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.sm\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.sm\:justify-center{justify-content:center}.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}.sm\:px-8{padding-left:2rem;padding-right:2rem}.sm\:py-24{padding-bottom:6rem;padding-top:6rem}.sm\:pl-6{padding-left:1.5rem}.sm\:text-xl{font-size:1.25rem;line-height:1.75rem}.sm\:text-5xl{font-size:3rem;line-height:1}}@media (min-width:768px){.md\:static{position:static}.md\:mx-3{margin-left:.75rem;margin-right:.75rem}.md\:mt-5{margin-top:1.25rem}.md\:mr-6{margin-right:1.5rem}.md\:-mr-16{margin-right:-4rem}.md\:mb-0{margin-bottom:0}.md\:ml-4{margin-left:1rem}.md\:ml-6{margin-left:1.5rem}.md\:block{display:block}.md\:flex{display:flex}.md\:hidden{display:none}.md\:h-32{height:8rem}.md\:w-6{width:1.5rem}.md\:w-72{width:18rem}.md\:w-96{width:24rem}.md\:w-1\/2{width:50%}.md\:w-1\/3{width:33.333333%}.md\:w-1\/4{width:25%}.md\:w-1\/5{width:20%}.md\:w-1\/6{width:16.666667%}.md\:w-2\/6{width:33.333333%}.md\:w-3\/6{width:50%}.md\:w-4\/6{width:66.666667%}.md\:w-5\/6{width:83.333333%}.md\:w-full{width:100%}.md\:max-w-3xl{max-width:48rem}.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.md\:flex-row{flex-direction:row}.md\:flex-col{flex-direction:column}.md\:items-start{align-items:flex-start}.md\:items-center{align-items:center}.md\:justify-start{justify-content:flex-start}.md\:px-4{padding-left:1rem;padding-right:1rem}.md\:py-20{padding-bottom:5rem;padding-top:5rem}.md\:pt-0{padding-top:0}.md\:pr-12{padding-right:3rem}.md\:pb-0{padding-bottom:0}.md\:text-sm{font-size:.875rem;line-height:1.25rem}.md\:text-xl{font-size:1.25rem;line-height:1.75rem}.md\:text-2xl{font-size:1.5rem;line-height:2rem}.md\:text-3xl{font-size:1.875rem;line-height:2.25rem}.md\:text-4xl{font-size:2.25rem;line-height:2.5rem}.md\:text-6xl{font-size:3.75rem;line-height:1}.md\:shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}}@media (min-width:1024px){.lg\:absolute{position:absolute}.lg\:relative{position:relative}.lg\:right-0{right:0}.lg\:left-0{left:0}.lg\:col-start-1{grid-column-start:1}.lg\:col-start-2{grid-column-start:2}.lg\:m-0{margin:0}.lg\:mx-0{margin-left:0;margin-right:0}.lg\:mx-auto{margin-left:auto;margin-right:auto}.lg\:mt-0{margin-top:0}.lg\:mr-12{margin-right:3rem}.lg\:mb-24{margin-bottom:6rem}.lg\:block{display:block}.lg\:grid{display:grid}.lg\:hidden{display:none}.lg\:h-14{height:3.5rem}.lg\:h-48{height:12rem}.lg\:h-full{height:100%}.lg\:w-12{width:3rem}.lg\:w-64{width:16rem}.lg\:w-auto{width:auto}.lg\:w-1\/2{width:50%}.lg\:w-1\/3{width:33.333333%}.lg\:w-1\/5{width:20%}.lg\:w-4\/5{width:80%}.lg\:w-full{width:100%}.lg\:max-w-none{max-width:none}.lg\:max-w-7xl{max-width:80rem}.lg\:grid-flow-col-dense{grid-auto-flow:column dense}.lg\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.lg\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.lg\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.lg\:flex-row{flex-direction:row}.lg\:justify-start{justify-content:flex-start}.lg\:gap-20{gap:5rem}.lg\:gap-24{gap:6rem}.lg\:px-0{padding-left:0;padding-right:0}.lg\:px-8{padding-left:2rem;padding-right:2rem}.lg\:py-16{padding-bottom:4rem;padding-top:4rem}.lg\:py-32{padding-bottom:8rem;padding-top:8rem}.lg\:py-48{padding-bottom:12rem;padding-top:12rem}.lg\:pl-8{padding-left:2rem}.lg\:pl-10{padding-left:2.5rem}.lg\:pl-12{padding-left:3rem}.lg\:text-sm{font-size:.875rem;line-height:1.25rem}.lg\:text-base{font-size:1rem;line-height:1.5rem}.lg\:text-xl{font-size:1.25rem;line-height:1.75rem}.lg\:text-2xl{font-size:1.5rem;line-height:2rem}.lg\:text-5xl{font-size:3rem;line-height:1}.lg\:text-6xl{font-size:3.75rem;line-height:1}}@media (min-width:1280px){.xl\:inline{display:inline}.xl\:w-1\/6{width:16.666667%}.xl\:whitespace-nowrap{white-space:nowrap}.xl\:pr-16{padding-right:4rem}.xl\:text-6xl{font-size:3.75rem;line-height:1}}
