@axa-fr/design-system-look-and-feel-css 0.2.0-beta.324 → 0.2.0-beta.325
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/Layout/Header/Header.css +1 -1
- package/dist/Layout/Header/Header.css.map +1 -1
- package/dist/Layout/Header/Header.scss +1 -1
- package/dist/Layout/Header/PreviousLink/PreviousLink.css +1 -1
- package/dist/Layout/Header/PreviousLink/PreviousLink.css.map +1 -1
- package/dist/Layout/Header/PreviousLink/PreviousLink.scss +7 -1
- package/dist/look-and-feel.css +1 -1
- package/dist/look-and-feel.css.map +1 -1
- package/package.json +1 -1
@@ -1 +1 @@
|
|
1
|
-
.af-header{background-color:#fff;position:sticky;top:0;z-index:100}.af-header-container{align-items:center;border-bottom:1px solid #ccc;color:#00008f;display:flex;flex-direction:row;font-family:Source Sans Pro,arial,sans-serif;font-size:1.25rem;font-weight:600;height:72px;justify-content:space-between;width:100%}.af-header-container .af-btn-client{min-width:auto}.af-header-container .af-btn-client>svg{display:none}.af-logo{align-self:center;height:40px;margin:0 .8rem;width:40px}.af-header-left-item>nav{display:none}.af-header-right-item{align-items:center;display:flex;flex-direction:row;gap:.8rem;margin:0 .8rem}@media only screen and (width >=
|
1
|
+
.af-header{background-color:#fff;position:sticky;top:0;z-index:100}.af-header-container{align-items:center;border-bottom:1px solid #ccc;color:#00008f;display:flex;flex-direction:row;font-family:Source Sans Pro,arial,sans-serif;font-size:1.25rem;font-weight:600;height:72px;justify-content:space-between;width:100%}.af-header-container .af-btn-client{min-width:auto}.af-header-container .af-btn-client>svg{display:none}.af-logo{align-self:center;height:40px;margin:0 .8rem;width:40px}.af-header-left-item>nav{display:none}.af-header-right-item{align-items:center;display:flex;flex-direction:row;gap:.8rem;margin:0 .8rem}@media only screen and (width >= 1023px){.af-header-container{border-top:2px solid #00008f;height:80px;padding:0 3.2rem;width:auto}.af-header-container .af-btn-client>svg{display:block}.af-logo{height:56px;width:56px}.af-header-left-item{align-items:center;display:flex;flex-direction:row;gap:1.5rem;height:5rem}.af-header-left-item>nav{display:block}.af-header-right-item{gap:1.6rem;margin:0}}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../src/Layout/Header/Header.scss%23sass","../../../src/Layout/Header/Header.scss","../../../src/common/common.scss"],"names":[],"mappings":"AAEA,WAIE,qBAAA,CAHA,eAAA,CAEA,KAAA,CCHF,WAGA,CDIA,qBAME,kBAAA,CAFA,4BAAA,CAOA,aAAA,CAVA,YAAA,CAIA,kBAAA,CAGA,4CEjBuB,CFkBvB,iBAAA,CACA,eAAA,CAPA,WAAA,CAIA,6BAAA,CCPF,UAUA,CDGE,oCACE,cCDJ,CDGI,wCACE,YCDN,CDMA,SCAA,iBAAA,CAFA,WAAA,CDKE,cAAA,CAFA,UCAF,CDMA,yBACE,YCHF,CDMA,sBCAA,kBAAA,CDCE,YAAA,CAEA,kBAAA,CAEA,SAAA,CCPF,cAIA,CDMA,
|
1
|
+
{"version":3,"sources":["../../../src/Layout/Header/Header.scss%23sass","../../../src/Layout/Header/Header.scss","../../../src/common/common.scss"],"names":[],"mappings":"AAEA,WAIE,qBAAA,CAHA,eAAA,CAEA,KAAA,CCHF,WAGA,CDIA,qBAME,kBAAA,CAFA,4BAAA,CAOA,aAAA,CAVA,YAAA,CAIA,kBAAA,CAGA,4CEjBuB,CFkBvB,iBAAA,CACA,eAAA,CAPA,WAAA,CAIA,6BAAA,CCPF,UAUA,CDGE,oCACE,cCDJ,CDGI,wCACE,YCDN,CDMA,SCAA,iBAAA,CAFA,WAAA,CDKE,cAAA,CAFA,UCAF,CDMA,yBACE,YCHF,CDMA,sBCAA,kBAAA,CDCE,YAAA,CAEA,kBAAA,CAEA,SAAA,CCPF,cAIA,CDMA,yCACE,qBCAA,4BAAA,CDEE,WAAA,CCHJ,gBAAA,CAFA,UAIE,CDKE,wCACE,aCHJ,CDOA,SAEE,WAAA,CADA,UCJF,CDQA,qBAIE,kBAAA,CAHA,YAAA,CAEA,kBAAA,CCLF,UAAA,CAHA,WAIA,CDQE,yBACE,aCNJ,CDUA,sBAEE,UEnBS,CFkBT,QCPF,CACF","file":"Header.css","sourcesContent":["@use \"../../common/common\" as common;\n\n.af-header {\n position: sticky;\n z-index: 100;\n top: 0;\n background-color: common.$color-white;\n}\n\n.af-header-container {\n display: flex;\n width: 100%;\n height: 72px;\n border-bottom: 1px solid common.$color-gray-1;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n font-family: common.$font-family-sans-serif;\n font-size: 1.25rem;\n font-weight: 600;\n color: common.$color-axa;\n\n & .af-btn-client {\n min-width: initial;\n\n & > svg {\n display: none;\n }\n }\n}\n\n.af-logo {\n width: 40px;\n height: 40px;\n margin: 0 common.$spacing-u1;\n align-self: center;\n}\n\n.af-header-left-item > nav {\n display: none;\n}\n\n.af-header-right-item {\n display: flex;\n margin: 0 common.$spacing-u1;\n flex-direction: row;\n align-items: center;\n gap: common.$spacing-u1;\n}\n\n@media only screen and (width >= #{common.$breakpoint-md}) {\n .af-header-container {\n width: auto;\n height: 80px;\n padding: 0 common.$spacing-u4;\n border-top: 2px solid common.$color-axa;\n\n & .af-btn-client > svg {\n display: block;\n }\n }\n\n .af-logo {\n width: 56px;\n height: 56px;\n }\n\n .af-header-left-item {\n display: flex;\n height: 5rem;\n flex-direction: row;\n align-items: center;\n gap: 1.5rem;\n\n & > nav {\n display: block;\n }\n }\n\n .af-header-right-item {\n margin: 0;\n gap: common.$spacing-u2;\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-header {\n position: sticky;\n z-index: 100;\n top: 0;\n background-color: common.$color-white;\n}\n\n.af-header-container {\n display: flex;\n width: 100%;\n height: 72px;\n border-bottom: 1px solid common.$color-gray-1;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n font-family: common.$font-family-sans-serif;\n font-size: 1.25rem;\n font-weight: 600;\n color: common.$color-axa;\n\n & .af-btn-client {\n min-width: initial;\n\n & > svg {\n display: none;\n }\n }\n}\n\n.af-logo {\n width: 40px;\n height: 40px;\n margin: 0 common.$spacing-u1;\n align-self: center;\n}\n\n.af-header-left-item > nav {\n display: none;\n}\n\n.af-header-right-item {\n display: flex;\n margin: 0 common.$spacing-u1;\n flex-direction: row;\n align-items: center;\n gap: common.$spacing-u1;\n}\n\n@media only screen and (width >= #{common.$breakpoint-md}) {\n .af-header-container {\n width: auto;\n height: 80px;\n padding: 0 common.$spacing-u4;\n border-top: 2px solid common.$color-axa;\n\n & .af-btn-client > svg {\n display: block;\n }\n }\n\n .af-logo {\n width: 56px;\n height: 56px;\n }\n\n .af-header-left-item {\n display: flex;\n height: 5rem;\n flex-direction: row;\n align-items: center;\n gap: 1.5rem;\n\n & > nav {\n display: block;\n }\n }\n\n .af-header-right-item {\n margin: 0;\n gap: common.$spacing-u2;\n }\n}\n","$font-family-sans-serif: \"Source Sans Pro\", arial, sans-serif !default;\n$font-family-serif: georgia, times, \"Times New Roman\", serif !default;\n$font-family-base: $font-family-sans-serif !default;\n$font-family-publico-bold: \"Publico Headline Bold\" !default;\n$font-family-publico: \"Publico Headline\" !default;\n// colors\n\n$color-axa: #00008f !default;\n$color-white: #fff !default;\n$color-black: #000 !default;\n$color-red: #ff1721 !default;\n$color-gray: #5f5f5f !default;\n$color-red-700: #c91432 !default;\n$color-blue-1: #000072 !default;\n$color-blue-2: #f8f8ff !default;\n$color-blue-3: #36f !default;\n$color-btn-light: #3333a5 !default;\n$color-btn-business: #c94e14 !default;\n$color-btn-business-dark: #a8391c !default;\n$color-btn-business-light: #df7e65 !default;\n$color-btn-disabled-text: #999 !default;\n$color-btn-disabled-border: #e5e5e5 !default;\n$color-btn-error-text: #a11028 !default;\n$color-btn-error-bg: #fff3f5 !default;\n$color-btn-tertiary-bg: #eef !default;\n$color-btn-tertiary-bg-darker: #e4e4ff !default;\n$color-btn-tertiary-bg-lighter: #f8f8ff !default;\n$color-oceanBlue: #4976ba !default;\n$color-gray-1: #ccc !default;\n$color-gray-200: #f3f3f3;\n$color-gray-300: #e9ecf2;\n$color-gray-400: #e5e5e5;\n$color-gray-500: #999;\n$color-gray-700: #5f5f5f;\n$color-gray-900: #333 !default;\n$color-green-600: #118635 !default;\n$color-border: #f3f3f3 !default;\n$color-focus: #36f !default;\n\n// others\n\n$default-border-radius: 4px !default;\n\n$transition-duration: 0.2s !default;\n\n// spacing\n\n$sizing-u0: 0 !default;\n$sizing-u05: 0.4rem !default;\n$sizing-u1: 0.8rem !default;\n$sizing-u2: 1.6rem !default;\n$sizing-u3: 2.4rem !default;\n$sizing-u4: 3.2rem !default;\n$sizing-u5: 4rem !default;\n$sizing-u6: 4.8rem !default;\n$sizing-u7: 5.6rem !default;\n$sizing-u8: 6.4rem !default;\n$sizing-u9: 7.2rem !default;\n$sizing-u10: 8rem !default;\n$spacing-u0: 0 !default;\n$spacing-u05: 0.4rem !default;\n$spacing-u1: 0.8rem !default;\n$spacing-u2: 1.6rem !default;\n$spacing-u3: 2.4rem !default;\n$spacing-u4: 3.2rem !default;\n$spacing-u5: 4rem !default;\n$spacing-u6: 4.8rem !default;\n$spacing-u7: 5.6rem !default;\n$spacing-u8: 6.4rem !default;\n$spacing-u9: 7.2rem !default;\n$spacing-u10: 8rem !default;\n$spacing-u11: 8.8rem !default;\n$spacing-u12: 9.6rem !default;\n$spacing-u13: 10.4rem !default;\n$spacing-u14: 11.2rem !default;\n$spacing-u15: 12rem !default;\n$spacing-u16: 12.8rem !default;\n$spacing-u17: 13.6rem !default;\n$spacing-u18: 14.4rem !default;\n$spacing-u19: 15.2rem !default;\n$spacing-u20: 16rem !default;\n$screen-size-668: s !default;\n$screen-size-1024: m !default;\n$screen-size-1200: oldl !default;\n$screen-size-1280: l !default;\n$screen-size-1540: oldxl !default;\n$screen-size-1600: xl !default;\n$screen-size-s: 668px !default;\n$screen-size-m: 1024px !default;\n$screen-size-l: 1280px !default;\n$screen-size-xl: 1600px !default;\n$screen-size-oldl: 1200px !default;\n$screen-size-oldxl: 1540px !default;\n\n$error-custom-border: #d18e8e !default;\n$error-custom-bg: #ffbfbf !default;\n\n$color-alertDanger-colorBorder: #c8b282 !default;\n$color-alertDanger-bgColor: #f1d596 !default;\n\n// breakpoints\n\n$breakpoint-xs: 0 !default;\n$breakpoint-sm: 667px !default;\n$breakpoint-md: 1023px !default;\n$breakpoint-lg: 1279px !default;\n$breakpoint-xl: 1599px !default;\n"]}
|
@@ -1 +1 @@
|
|
1
|
-
.af-header-previous-link-container{align-items:center;display:flex;gap:.25rem;padding:
|
1
|
+
.af-header-previous-link-container{align-items:center;display:flex;gap:.25rem;padding:1rem 0 1rem .8rem}.af-header-previous-link{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:.5rem;text-decoration:none}.af-header-previous-link__icon{height:1rem;width:1rem;fill:#5f5f5f}.af-header-previous-link__text{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem;text-align:center}.af-header-previous-link:focus{outline:none}.af-header-previous-link:focus,.af-header-previous-link:hover{color:#5f5f5f;text-decoration:none}@media only screen and (width >= 1023px){.af-header-previous-link-container{padding:1.5rem 0 1.5rem 7.5rem}}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../../../src/Layout/Header/PreviousLink/PreviousLink.scss%23sass","../../../../src/Layout/Header/PreviousLink/PreviousLink.scss"],"names":[],"mappings":"AAEA,mCAGE,kBAAA,CAFA,YAAA,CAGA,UAAA,CCJF,
|
1
|
+
{"version":3,"sources":["../../../../src/Layout/Header/PreviousLink/PreviousLink.scss%23sass","../../../../src/Layout/Header/PreviousLink/PreviousLink.scss"],"names":[],"mappings":"AAEA,mCAGE,kBAAA,CAFA,YAAA,CAGA,UAAA,CCJF,yBAGA,CDIA,yBAGE,kBAAA,CAGA,cAAA,CALA,YAAA,CCDF,kBAAA,CDIE,SAAA,CACA,oBCAF,CDGE,+BAEE,WAAA,CADA,UAAA,CAEA,YCDJ,CDIE,+BAME,aAAA,CALA,4CAAA,CACA,cAAA,CACA,eAAA,CACA,mBAAA,CACA,iBCDJ,CDKE,+BACE,YCHJ,CDME,8DAGE,aAAA,CADA,oBCJJ,CDSA,yCACE,mCACE,8BCNF,CACF","file":"PreviousLink.css","sourcesContent":["@use \"../../../common/common\" as common;\n\n.af-header-previous-link-container {\n display: flex;\n padding: 1rem 0 1rem 0.8rem;\n align-items: center;\n gap: 0.25rem;\n}\n\n.af-header-previous-link {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 0.5rem;\n text-decoration: none;\n cursor: pointer;\n\n &__icon {\n width: 1rem;\n height: 1rem;\n fill: common.$color-gray-700;\n }\n\n &__text {\n font-family: common.$font-family-sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25rem;\n text-align: center;\n color: common.$color-gray-700;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus,\n &:hover {\n text-decoration: none;\n color: common.$color-gray-700;\n }\n}\n\n@media only screen and (width >= #{common.$breakpoint-md}) {\n .af-header-previous-link-container {\n padding: 1.5rem 0 1.5rem 7.5rem;\n }\n}\n","@use \"../../../common/common\" as common;\n\n.af-header-previous-link-container {\n display: flex;\n padding: 1rem 0 1rem 0.8rem;\n align-items: center;\n gap: 0.25rem;\n}\n\n.af-header-previous-link {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 0.5rem;\n text-decoration: none;\n cursor: pointer;\n\n &__icon {\n width: 1rem;\n height: 1rem;\n fill: common.$color-gray-700;\n }\n\n &__text {\n font-family: common.$font-family-sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25rem;\n text-align: center;\n color: common.$color-gray-700;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus,\n &:hover {\n text-decoration: none;\n color: common.$color-gray-700;\n }\n}\n\n@media only screen and (width >= #{common.$breakpoint-md}) {\n .af-header-previous-link-container {\n padding: 1.5rem 0 1.5rem 7.5rem;\n }\n}\n"]}
|
@@ -2,7 +2,7 @@
|
|
2
2
|
|
3
3
|
.af-header-previous-link-container {
|
4
4
|
display: flex;
|
5
|
-
padding:
|
5
|
+
padding: 1rem 0 1rem 0.8rem;
|
6
6
|
align-items: center;
|
7
7
|
gap: 0.25rem;
|
8
8
|
}
|
@@ -40,3 +40,9 @@
|
|
40
40
|
color: common.$color-gray-700;
|
41
41
|
}
|
42
42
|
}
|
43
|
+
|
44
|
+
@media only screen and (width >= #{common.$breakpoint-md}) {
|
45
|
+
.af-header-previous-link-container {
|
46
|
+
padding: 1.5rem 0 1.5rem 7.5rem;
|
47
|
+
}
|
48
|
+
}
|
package/dist/look-and-feel.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.af-btn-client{align-items:center;background-color:#00008f;border:0;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Source Sans Pro,arial,sans-serif;font-weight:600;gap:1rem;justify-content:center;min-height:3.5rem;min-width:11.25rem;padding:.8rem 1.2rem;transition-duration:.2s;transition-property:width,height,border,color,background-color,outline,box-shadow;transition-timing-function:linear}.af-btn-client:hover{background-color:#000072;color:#fff}.af-btn-client:active,.af-btn-client:focus{background-color:#3333a5;color:#fff}.af-btn-client:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-btn-client>svg{aspect-ratio:1}.af-btn-client--ghost{background-color:initial;color:#00008f;gap:.25rem;min-height:auto;min-width:auto;padding:0}.af-btn-client--ghost:hover{background-color:initial;color:#000072}.af-btn-client--ghost:active,.af-btn-client--ghost:focus{background-color:initial;color:#3333a5}.af-btn-client--primary-business{background-color:#c94e14}.af-btn-client--primary-business:hover{background-color:#a8391c}.af-btn-client--primary-business:focus{background-color:#df7e65}.af-btn-client--tertiary{background-color:#eef;color:#00008f}.af-btn-client--tertiary:hover{background-color:#e4e4ff;color:#00008f}.af-btn-client--tertiary:active,.af-btn-client--tertiary:focus{background-color:#f8f8ff;color:#00008f}.af-btn-client--secondary{background-color:#fff;box-shadow:inset 0 0 0 1px #00008f;color:#00008f}.af-btn-client--secondary:active,.af-btn-client--secondary:focus,.af-btn-client--secondary:hover{background-color:#fff;box-shadow:inset 0 0 0 2px #000072;color:#000072}.af-btn-client--secondary:active{background-color:#f8f8ff}.af-btn-client--secondary-error{background-color:#fff;box-shadow:inset 0 0 0 1px #c91432;color:#c91432}.af-btn-client--secondary-error:active,.af-btn-client--secondary-error:focus,.af-btn-client--secondary-error:hover{background-color:#fff;box-shadow:inset 0 0 0 2px #a11028;color:#a11028}.af-btn-client--secondary-error:active{background-color:#fff3f5}.af-btn-client__wrapper{align-items:center;display:flex;justify-content:center;line-height:1}.af-btn-client:disabled,.af-btn-client[aria-disabled=true]{background-color:#e9ecf2;box-shadow:none;color:#999;cursor:not-allowed}.af-btn-client:disabled:focus,.af-btn-client:disabled:hover,.af-btn-client[aria-disabled=true]:focus,.af-btn-client[aria-disabled=true]:hover{background-color:#e9ecf2;border-color:#0000;color:#999}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#333;font-family:Source Sans Pro,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{background-color:initial;color:#00008f;text-decoration:none}a:hover{color:#000043;text-decoration:underline}a:not([href],[tabindex]),a:not([href],[tabindex]):focus,a:not([href],[tabindex]):hover{color:inherit;text-decoration:none}a:not([href],[tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox;appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.af-card{background-color:#fff;border:1px solid #e9ecf2;border-radius:.5rem;box-shadow:0 .25rem .5rem 0 #10184114;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem;padding:1rem;width:fit-content}.af-card>:last-child{margin-block-end:0}.af-card:focus-visible{border:2px solid #36f;outline:none}.af-card--elevation-2:not(:focus){box-shadow:0 .25rem .5rem 0 #10184129}.af-card__title{color:#00008f;font-size:1.125rem;font-weight:600;line-height:1.4rem}button.af-card{cursor:pointer;text-align:initial}button.af-card:active{box-shadow:none}button.af-card:focus{outline:none}.af-footer{background-color:#4976ba;color:#fff;display:flex;flex-direction:column;justify-content:space-around;text-transform:uppercase;z-index:100}.af-footer__menuLinks{background:#0000;height:0;overflow:hidden;padding:0;transition:background 0ms,padding 0ms}.af-footer__menuLinks--display{height:auto;padding:0 2rem;transition:background .25s,padding 125ms}.af-footer__iconTrigger{align-self:center;justify-content:center;transform:rotate3d(var(--rotate-x,0),0,0,180deg)!important;transition:transform .25s ease-in-out!important}.af-footer__iconTrigger--display{--rotate-x:1}.af-footer__linkItem{color:#fff;display:block;padding:1.2rem 2.4rem;text-decoration:none}.af-footer__linkItem:hover{color:#000072}.af-footer__footerMenuIcons{border:1px solid #fff3;border-width:1px 0;display:flex;flex-direction:row;gap:2.4rem;justify-content:center;padding:1.6rem .8rem}.af-footer__menuIconLinks{align-self:center;color:#fff;fill:#fff}.af-footer__menuIconLinks:hover{color:#000072;fill:#000072}.af-footer__menuAboutTrigger{all:unset;box-sizing:border-box;display:flex;justify-content:space-between;padding:1.6rem 3.2rem;width:100%}.af-footer__menuAboutTriggerText{color:#fff;font-weight:700}.af-footer__footerBottom{padding:.8rem}.af-footer__textCopyright{font-size:.875rem}.af-footer__icon{align-self:center;height:16px;width:16px;fill:#fff}@media only screen and (width >= 1024px){.af-footer__menuLinks{background:#0000;display:flex;flex-direction:row;height:auto;justify-content:space-between;padding:1.2rem 0}.af-footer__menuLinks :first-child{border-left:unset}.af-footer__linkItem{align-self:center;border-left:1px solid #fff3;color:#fff;padding:0 1.6rem}.af-footer__footerMenuIcons{border:none;gap:1.6rem;padding:1.6rem 3.2rem 1.6rem .8rem}.af-footer__footerTop{margin:0 auto;max-width:128rem;width:100%}.af-footer__footerTop,.af-footer__menuTop{display:flex;flex-direction:row;justify-content:space-between}.af-footer__menuTop{padding:.8rem;text-decoration:none}.af-footer__menuAboutTrigger{display:none;padding:1.6rem 1.6rem 1.6rem 3.2rem}.af-footer__footerBottom{border-top:1px solid #fff3;padding:0;text-align:right}.af-footer__footerBottomWidth{margin:0 auto;max-width:128rem;width:100%}.af-footer__textCopyright{display:flex;justify-content:flex-end;padding:.8rem 3.2rem .8rem 0}}.af-stepper-client{background-color:initial;display:flex;flex-direction:column;width:100%}.af-stepper-client__title{color:#333;font-family:Publico Headline Bold,Source Sans Pro,arial,sans-serif;font-size:2rem;font-weight:700;line-height:2.5rem;margin-bottom:.5rem;text-align:left}.af-stepper-client__subtitle{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.406rem;margin-bottom:1.5rem;text-align:left}.af-stepper-client__content{align-items:flex-end;display:flex;gap:1rem}.af-stepper-client__progressbar{background-color:#e5e5e5;border-radius:4px;height:.375rem;width:100%}.af-stepper-client__progress{background-color:#00008f;border-radius:4px;height:100%;height:.375rem;text-align:left;transition:.75s ease-out,background-color .75s;width:50%}.af-header{background-color:#fff;position:sticky;top:0;z-index:100}.af-header-container{align-items:center;border-bottom:1px solid #ccc;color:#00008f;display:flex;flex-direction:row;font-family:Source Sans Pro,arial,sans-serif;font-size:1.25rem;font-weight:600;height:72px;justify-content:space-between;width:100%}.af-header-container .af-btn-client{min-width:auto}.af-header-container .af-btn-client>svg{display:none}.af-logo{align-self:center;height:40px;margin:0 .8rem;width:40px}.af-header-left-item>nav{display:none}.af-header-right-item{align-items:center;display:flex;flex-direction:row;gap:.8rem;margin:0 .8rem}@media only screen and (width >= 64em){.af-header-container{border-top:2px solid #00008f;height:80px;padding:0 3.2rem;width:auto}.af-header-container .af-btn-client>svg{display:block}.af-logo{height:56px;width:56px}.af-header-left-item{align-items:center;display:flex;flex-direction:row;gap:1.5rem;height:5rem}.af-header-left-item>nav{display:block}.af-header-right-item{gap:1.6rem;margin:0}}.af-radio{font-family:Source Sans Pro,arial,sans-serif}.af-radio *{box-sizing:border-box}.af-radio__label{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.af-radio__content{align-items:center;display:flex;gap:1rem;justify-content:center}.af-radio__content>svg{color:#00008f;height:1.75rem;width:1.75rem;fill:#00008f}.af-radio__content .af-radio__content-description{display:flex;flex-direction:column;gap:.25rem;line-height:1.25rem}.af-radio__content .af-radio__content-description>span:first-child{color:#333;font-size:1.125rem;line-height:1.4rem}.af-radio__content .af-radio__content-description>span:not(:first-child){color:#5f5f5f}.af-radio-select--horizontal .af-radio__content{flex-direction:column;gap:.5rem}.af-radio__group-description{font-size:1rem;line-height:1.25rem}.af-radio~.af-input-error{gap:.5rem;margin-left:3.2rem}.af-radio~.af-input-error__message{line-height:1.25rem}.af-radio-select~.af-input-error{margin:1rem 0 0}.af-radio label{align-items:flex-start;border-radius:4px;cursor:pointer;display:flex;gap:.75rem;margin:0}.af-radio-select label{align-items:center;box-shadow:0 0 0 1px var(--box-shadow-color) inset;height:6.4rem;padding:1rem;--box-shadow-color:#5f5f5f}.af-radio[aria-invalid=true] :not(.af-radio__content *){color:#c91432;fill:#c91432}.af-radio-select--horizontal label{flex-direction:column;gap:0;height:auto;justify-content:flex-start;padding:1rem;position:relative;text-align:center;width:12rem}.af-radio-select--horizontal label .af-radio__icons{left:1rem;position:absolute;top:1rem}.af-radio-select[aria-invalid=true] label{--box-shadow-color:#c91432;box-shadow:0 0 0 2px var(--box-shadow-color) inset}.af-radio label input[type=radio]{margin-right:.5rem;opacity:0;position:absolute}.af-radio label input[type=radio]~.af-radio__icons{align-items:center;display:flex;gap:.75rem}.af-radio label input[type=radio]~.af-radio__icons .af-radio__checked,.af-radio label input[type=radio]~.af-radio__icons .af-radio__unchecked{align-items:center;height:1.75rem;width:1.75rem}.af-radio label input[type=radio]~.af-radio__icons .af-radio__checked{display:none}.af-radio label input[type=radio]~.af-radio__icons .af-radio__unchecked{color:#5f5f5f;fill:#5f5f5f}.af-radio label:has(input[type=radio]:checked) .af-radio__checked{color:#00008f;display:block;fill:#00008f}.af-radio label:has(input[type=radio]:checked) .af-radio__unchecked{display:none}.af-radio-select[aria-invalid=false] label:hover{--box-shadow-color:#00008f;box-shadow:0 0 0 1px var(--box-shadow-color) inset}.af-radio label:has(input[type=radio]:disabled){cursor:default}.af-radio label:has(input[type=radio]:disabled) .af-radio__checked,.af-radio label:has(input[type=radio]:disabled) .af-radio__content>svg,.af-radio label:has(input[type=radio]:disabled) .af-radio__unchecked{color:#999;fill:#999}.af-radio-select[aria-invalid=false] label:has(input[type=radio]:checked){background-color:#f8f8ff;box-shadow:inset 0 0 0 2px #00008f}.af-radio-select[aria-invalid=false] label:has(input[type=radio]:disabled){background-color:#f3f3f3;box-shadow:0 0 0 1px var(--box-shadow-color) inset;color:#999;--box-shadow-color:#e5e5e5}.af-radio label input[type=radio]:focus-visible~.af-radio__icons .af-radio__checked,.af-radio label input[type=radio]:focus-visible~.af-radio__icons .af-radio__unchecked{outline:2px solid #36f;outline-offset:3px}.af-radio label:hover:not(:has(input[type=radio]:disabled)) .af-radio__unchecked{color:#00008f;fill:#00008f}.af-radio-select{color:#5f5f5f;display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;font-style:normal;font-weight:400;gap:1rem;line-height:1.25rem}.af-radio-select--horizontal{flex-direction:row}.af-tabs-client{display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;margin:0;padding:0;width:100%}.af-tabs-client>[role=tablist]{box-shadow:inset 0 -2px 0 0 #e9ecf2;display:flex;margin-bottom:.8rem;width:100%}.af-tabs-client [role=tab]{all:unset;cursor:pointer;font-size:1.25rem;line-height:1.6rem;padding:1rem;position:relative;text-align:center}.af-tabs-client [role=tab]>span{display:block;height:100%;width:100%}.af-tabs-client [role=tab][aria-selected=true]{border-bottom:4px solid #00008f;color:#00008f;font-weight:600}.af-tabs-client--center>[role=tablist]{justify-content:center}.af-tabs-client--center [role=tab]{flex-grow:1;width:100%}.af-tabs-client [role=tab]:focus{outline:unset}.af-tabs-client [role=tab]:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-tabs-client>[role=tabpanel][aria-hidden=true]{display:none}.af-checkbox{font-family:Source Sans Pro,arial,sans-serif}.af-checkbox *{box-sizing:border-box}.af-checkbox__content{align-items:center;display:flex;gap:1rem;justify-content:center}.af-checkbox__content>svg{color:#00008f;height:1.75rem;width:1.75rem;fill:#00008f}.af-checkbox__content .af-checkbox__content-description{display:flex;flex-direction:column;gap:.25rem;line-height:1.25rem}.af-checkbox__content .af-checkbox__content-description>span:first-child{color:#333;line-height:1.4rem}.af-checkbox__content .af-checkbox__content-description>span:not(:first-child){color:#5f5f5f}.af-checkbox-select--horizontal .af-checkbox__content{flex-direction:column;gap:.5rem}.af-checkbox__group-description{font-size:1rem;line-height:1.25rem}.af-checkbox~.af-checkbox__error{align-items:center;color:#c91432;display:flex;font-family:Source Sans Pro,arial,sans-serif;gap:.5rem;line-height:1.25rem;margin-left:3.2rem}.af-checkbox~.af-checkbox__error>svg{color:#c91432;fill:#c91432}.af-checkbox-select~.af-checkbox__error{margin:1rem 0 0}.af-checkbox label{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:.75rem;margin:0}.af-checkbox-select label{align-items:center;box-shadow:0 0 0 1px var(--box-shadow-color) inset;height:6.4rem;padding:1rem;--box-shadow-color:#5f5f5f}.af-checkbox-select--horizontal label{flex-direction:column;gap:0;height:auto;justify-content:flex-start;padding:1rem;position:relative;text-align:center;width:12rem}.af-checkbox-select--horizontal label .af-checkbox__icons{left:1rem;position:absolute;top:1rem}.af-checkbox label input[type=checkbox]{margin-right:.5rem;opacity:0;position:absolute}.af-checkbox label input[type=checkbox]~.af-checkbox__icons{align-items:center;display:flex;gap:.75rem}.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__checked,.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__unchecked{align-items:center;height:1.75rem;width:1.75rem}.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__checked{display:none}.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__unchecked{color:#5f5f5f;fill:#5f5f5f}.af-checkbox label:has(input[type=checkbox][aria-invalid=true]) .af-checkbox__checked,.af-checkbox label:has(input[type=checkbox][aria-invalid=true]) .af-checkbox__unchecked{color:#c91432;fill:#c91432}.af-checkbox label:has(input[type=checkbox]:checked) .af-checkbox__checked{color:#00008f;display:block;fill:#00008f}.af-checkbox label:has(input[type=checkbox]:checked) .af-checkbox__unchecked{display:none}.af-checkbox-select label:has(input[type=checkbox]:checked){background-color:#f8f8ff;box-shadow:inset 0 0 0 2px #00008f}.af-checkbox label:has(input[type=checkbox]:disabled){cursor:default}.af-checkbox label:has(input[type=checkbox]:disabled) .af-checkbox__checked,.af-checkbox label:has(input[type=checkbox]:disabled) .af-checkbox__content>svg,.af-checkbox label:has(input[type=checkbox]:disabled) .af-checkbox__unchecked{color:#999;fill:#999}.af-checkbox-select label:has(input[type=checkbox]:disabled){background-color:#f3f3f3;box-shadow:0 0 0 1px var(--box-shadow-color) inset;color:#999;--box-shadow-color:#e5e5e5}.af-checkbox-select label:has(input[type=checkbox][aria-invalid=true]){--box-shadow-color:#c91432;box-shadow:0 0 0 2px var(--box-shadow-color) inset}.af-checkbox label input[type=checkbox]:focus-visible~.af-checkbox__icons .af-checkbox__checked,.af-checkbox label input[type=checkbox]:focus-visible~.af-checkbox__icons .af-checkbox__unchecked{outline:2px solid #36f;outline-offset:3px}.af-checkbox label:hover:not(:has(input[type=checkbox]:disabled)) .af-checkbox__unchecked{color:#00008f;fill:#00008f}.af-checkbox-select label:hover:not(:has(input[type=checkbox]:disabled)){--box-shadow-color:#00008f;box-shadow:0 0 0 1px var(--box-shadow-color) inset}.af-checkbox-select{color:#5f5f5f;display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;font-style:normal;font-weight:400;gap:1rem;line-height:1.25rem;margin-top:1rem}.af-checkbox-select--horizontal{flex-direction:row}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (width >= 576px){.container{max-width:540px}}@media (width >= 768px){.container{max-width:720px}}@media (width >= 992px){.container{max-width:960px}}@media (width >= 1200px){.container{max-width:1440px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.3333%;max-width:8.3333%}.col-2{flex:0 0 16.6667%;max-width:16.6667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333%;max-width:33.3333%}.col-5{flex:0 0 41.6667%;max-width:41.6667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333%;max-width:58.3333%}.col-8{flex:0 0 66.6667%;max-width:66.6667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333%;max-width:83.3333%}.col-11{flex:0 0 91.6667%;max-width:91.6667%}.col-12{flex:0 0 100%;max-width:100%}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}@media (width >= 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.3333%;max-width:8.3333%}.col-sm-2{flex:0 0 16.6667%;max-width:16.6667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333%;max-width:33.3333%}.col-sm-5{flex:0 0 41.6667%;max-width:41.6667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333%;max-width:58.3333%}.col-sm-8{flex:0 0 66.6667%;max-width:66.6667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333%;max-width:83.3333%}.col-sm-11{flex:0 0 91.6667%;max-width:91.6667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}}@media (width >= 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.3333%;max-width:8.3333%}.col-md-2{flex:0 0 16.6667%;max-width:16.6667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.col-md-5{flex:0 0 41.6667%;max-width:41.6667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333%;max-width:58.3333%}.col-md-8{flex:0 0 66.6667%;max-width:66.6667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333%;max-width:83.3333%}.col-md-11{flex:0 0 91.6667%;max-width:91.6667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}}@media (width >= 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.3333%;max-width:8.3333%}.col-lg-2{flex:0 0 16.6667%;max-width:16.6667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333%;max-width:33.3333%}.col-lg-5{flex:0 0 41.6667%;max-width:41.6667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333%;max-width:58.3333%}.col-lg-8{flex:0 0 66.6667%;max-width:66.6667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333%;max-width:83.3333%}.col-lg-11{flex:0 0 91.6667%;max-width:91.6667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}}@media (width >= 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.3333%;max-width:8.3333%}.col-xl-2{flex:0 0 16.6667%;max-width:16.6667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333%;max-width:33.3333%}.col-xl-5{flex:0 0 41.6667%;max-width:41.6667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333%;max-width:58.3333%}.col-xl-8{flex:0 0 66.6667%;max-width:66.6667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333%;max-width:83.3333%}.col-xl-11{flex:0 0 91.6667%;max-width:91.6667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}}.af-form__select-label{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.af-form__select-single-value{color:#333}.af-form__select-single-value-disabled{color:#999}.af-form__select-error{color:#c91432;display:flex;gap:.5rem;margin-top:.5rem}.af-form__select-error-icon path{fill:#c91432}.af-form__input-select{color:#5f5f5f;font-size:1rem;min-height:unset!important}.af-form__input-select-container{background-color:#fff;border:1px solid #5f5f5f;border-radius:4px;color:#5f5f5f;padding:.75rem 1rem}.af-form__input-select-container-error{border-color:#c91432;border-width:2px}.af-form__input-select-container-error:active,.af-form__input-select-container-error:hover{box-shadow:inset 0 0 0 1px #c91432!important}.af-form__input-select-container:active,.af-form__input-select-container:hover{box-shadow:inset 0 0 0 2px #00008f}.af-form__input-select-container-focused,.af-form__input-select-container:focus-visible{box-shadow:inset 0 0 0 2px #00008f;outline:2px solid #36f;outline-offset:3px}.af-form__input-select-container-disabled{background-color:#f3f3f3;border-color:#e5e5e5}.af-form__input-select-container-icon-disabled path{fill:#999}.af-form__input-select-menu{background-color:#fff;box-shadow:0 4px 16px -2px rgba(0,0,143,.251);margin-left:-1rem;margin-top:.4rem}.af-form__input-select-menu-options{border:1px solid #0000;box-shadow:none;color:#333;font-weight:400;padding:.75rem 1rem}.af-form__input-select-menu-options-selected{color:#00008f;font-weight:600}.af-form__input-select-menu-options-focused{border:1px solid #00008f}.af-form__input-select-menu-options:nth-child(odd){background-color:#f8f8ff}.af-form__input-select-menu-options:nth-child(2n){background-color:#fff}.af-form__input-container{align-items:flex-start;display:flex;flex-direction:column}.af-form__input-label{color:#333;font-size:1.125rem;font-weight:600;margin:0}.af-form__input-description{color:#5f5f5f;font-size:1rem;font-weight:400;margin-top:-.25rem}.af-form__input-helper{color:#5f5f5f;font-size:.9rem;margin-top:.2rem}.af-form__input-more{fill:#00008f}.af-form__input-more svg{height:1.25rem;width:1.25rem}.af-form__input-text{border:1px solid #5f5f5f;border-radius:4px;color:#333;font-size:1.125rem;margin-top:.5rem;padding:1rem 2.5rem 1rem 1rem}.af-form__input-text--error{border:2px solid #c91432}.af-form__input-text:enabled:active,.af-form__input-text:enabled:focus{border:1px solid #00008f;outline:none}.af-form__input-text:not(:disabled,:focus,:active,.af-form__input-text--error):hover{border:2px solid #00008f;outline:none}.af-form__group--label{color:#333;font-size:1.125rem;font-weight:600}.af-form__file-input{align-items:center;background-color:#fff;border:2px dashed #00008f;border-radius:8px;color:#333;cursor:pointer;display:flex;flex-direction:column;font-weight:400;justify-content:space-between;margin-bottom:.6rem;margin-top:.5rem;padding:1rem 1rem 2rem;position:relative;text-align:center}.af-form__file-input.is-mobile{padding-bottom:1rem}.af-form__file-input:hover{border-color:#5f5f5f}.af-form__file-input--error{border-color:#c91432}.af-form__file-input input{bottom:0;cursor:pointer;left:0;opacity:0;position:absolute;top:0;width:100%}.af-form__file-input-dropdown-text{line-height:5px;padding-top:1rem}.af-form__file-input-help{color:#5f5f5f;font-size:1rem;font-weight:400}.af-form__file-input-icon path{fill:#00008f}.af-form__file-input .af-btn-client{width:50%}.af-form__file-list{display:flex;flex-wrap:wrap;font-size:.9rem;list-style:none;margin-top:1.125rem;padding:0}.af-form__file-title-container{align-items:center;display:flex;gap:.5rem;justify-content:center}.af-form__file-title-container-icon-error path{fill:#c91432}.af-form__file-title-container-icon-success path{fill:#118635}.af-form__file-title{align-items:center;display:flex;gap:.5rem}.af-form__file-title>div{display:flex;flex-direction:column}.af-form__file-name{color:#333;font-size:1.125rem}.af-form__file-size{color:#5f5f5f;font-size:1rem}.af-form__file-error{align-items:center;color:#c91432;display:flex;font-size:1rem;gap:.25rem;margin-bottom:.9rem;margin-top:-.9rem}.af-form__file-error-icon path{fill:#c91432}.af-form__file-line{width:100%}.af-form__file-line-container{align-items:center;background:#fff;border:1px solid #5f5f5f;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.af-form__file-line-container--error{border-color:#c91432}.af-form__file-actions{align-items:baseline;cursor:pointer;display:flex;gap:1rem;justify-content:center}.af-form__file-actions-icon path{fill:#5f5f5f}.is-mobile .af-form__file-input-dropdown-text{display:none}.is-mobile .af-btn-client{width:100%}.af-accordion-client{background-color:#fff;border-radius:8px;display:block;font-family:Source Sans Pro,arial,sans-serif;margin:0;padding:0}.af-accordion-client__item:not(:last-child){border-bottom:1px solid #e9ecf2}.af-accordion-client__item>h3{font-size:1.125rem;font-weight:600;margin:0;width:100%}.af-accordion-client__item>h3:has(button[aria-expanded=true]){border-bottom:none;color:#00008f}.af-accordion-client__item>h3>button{align-items:center;background-color:inherit;border:0;color:inherit;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;padding:15px 20px;text-align:start;width:100%}.af-accordion-client__item>h3>button:focus{outline:unset}.af-accordion-client__item>h3>button:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-accordion-client__item>h3>button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2300008F' d='m24 13.333-1.88-1.88L16 17.56l-6.12-6.107L8 13.333l8 8z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M32 0v32H0V0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;content:"";flex-shrink:0;height:32px;margin-left:auto;transition:transform .2s ease-in-out;width:32px}.af-accordion-client__item>h3>button[aria-expanded=true]:after{transform:rotate(180deg)}.af-accordion-client__item>[role=region]{margin-bottom:1rem;padding:0 20px}.af-modal{background-color:#fff;border:none;border-radius:.5rem;margin:0 auto;padding:1.5rem 0;position:fixed;width:100%}.af-modal::backdrop{background:#333;opacity:.4}.af-modal__top{align-items:center;background-color:#fff;border-bottom:1px solid #e5e5e5;display:flex;gap:1rem;padding:0 1.5rem 1.5rem;position:sticky;top:0}.af-modal__top-title{align-items:start;color:#333;display:flex;justify-content:space-between;margin:0;width:100%}.af-modal__top-title-text{font-family:Publico Headline;font-size:1.5rem;line-height:1.875rem}.af-modal__top-title-subtitle{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.406rem}.af-modal__top-title-close-btn{all:unset;align-items:center;cursor:pointer;display:flex;height:2rem;justify-content:center;width:2rem;fill:#00008f}.af-modal__top-title :hover{background:none}.af-modal__top-title :focus{background:none;border:none}.af-modal__content{display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;gap:2.5rem;margin-top:2.5rem;padding:0 1.5rem}.af-modal__actions{align-items:flex-end;display:flex;flex-direction:column-reverse;gap:1rem;justify-content:flex-end;padding-top:0}.af-modal__actions *,.af-modal__actions--fullWidth *{flex-grow:1;width:100%}@media only screen and (width >= 1024px){.af-modal{margin:auto;max-width:72rem;min-width:48rem}.af-modal__actions{flex-direction:row-reverse;justify-content:flex-start}.af-modal__actions *{flex-grow:unset;width:auto}.af-modal__actions--fullWidth *{flex-grow:1;width:100%}}.af-alert{background-color:#fff;border-radius:12px;display:flex;flex:1 1;font-family:Source Sans Pro,arial,sans-serif;margin-top:1rem;padding:1rem}.af-alert .af-alert__icon{aspect-ratio:1;flex-shrink:0;margin-right:1rem}.af-alert--information{border:1px solid #00008f}.af-alert--information .af-alert__icon{color:#00008f;transform:rotate(180deg);fill:#00008f}.af-alert--information .af-alert__title{color:#00008f}.af-alert--error{border:1px solid #c91432}.af-alert--error .af-alert__icon{color:#c91432;fill:#c91432}.af-alert--error .af-alert__title{color:#c91432}.af-alert--neutral{border:1px solid #5f5f5f}.af-alert--neutral .af-alert__icon{color:#5f5f5f;fill:#5f5f5f}.af-alert--neutral .af-alert__title{color:#5f5f5f}.af-alert--warning{border:1px solid #c94e14}.af-alert--warning .af-alert__icon{color:#c94e14;fill:#c94e14}.af-alert--warning .af-alert__title{color:#c94e14}.af-alert--validation{border:1px solid #118635}.af-alert--validation .af-alert__icon{color:#118635;fill:#118635}.af-alert--validation .af-alert__title{color:#118635}.af-alert .af-alert-client__content{width:100%}.af-alert .af-alert-client__content .af-alert__action{display:flex;justify-content:end;text-align:right}.af-alert .af-alert-client__content .af-alert__title{font-weight:600;line-height:1.5rem;padding-bottom:.25rem}.af-alert *{font-size:1.125rem;font-weight:400;margin:0}.af-link{align-items:center;color:#00008f;display:inline-flex;font-family:Source Sans Pro,arial,sans-serif;height:fit-content;text-decoration:underline;width:fit-content;fill:#00008f}.af-link:active,.af-link:focus,.af-link:hover{color:#000072;fill:#000072}.af-link:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-link--openInNewTab{font-weight:600;text-decoration:none}.af-link--openInNewTab:hover{text-decoration:none}.af-link--openInNewTab svg{aspect-ratio:1;height:1.25rem;margin-left:.2rem;width:1.25rem}.af-container-pagination>div{border:1px solid #f3f3f3;border-radius:41px;display:flex;padding:.5rem}.af-pagination-desktop ul{display:flex;gap:.5rem;justify-content:center;list-style-type:none;margin:0;padding:0}.af-pagination-desktop ul li{align-items:center;border-radius:50%;color:#00008f;display:flex;height:3rem;justify-content:center;width:3rem}.af-pagination-desktop ul li button{all:unset;cursor:pointer}.af-pagination-desktop ul li button:focus-visible{outline:1px solid #00008f}.af-pagination-desktop ul li[aria-current]{background:#00008f;color:#fff}.af-pagination-desktop .first{margin:0 3rem 0 0}.af-pagination-desktop .first li:last-child:before{content:"...";padding:2rem}.af-pagination-desktop .between{margin:0 2rem}.af-pagination-desktop .between li:first-child:after,.af-pagination-desktop .between li:last-child:before{content:"...";padding:2rem}.af-pagination-desktop .last{margin:0 0 0 3rem}.af-pagination-desktop .last li:first-child:after{content:"...";padding:2rem}.af-pagination-mobile{align-items:center;font-size:1rem;font-weight:600;line-height:1.2rem}.af-pagination-mobile>span{color:#5f5f5f}.af-pagination-mobile button{background:none;border:none;cursor:pointer;outline:none}.af-pagination-mobile button:focus-visible{outline:1px solid #00008f}.af-pagination-mobile button .arrow{color:#00008f}.af-pagination-mobile button:disabled{pointer-events:none}.af-pagination-mobile button:disabled .arrow{color:#e5e5e5}.af-loader__container{align-items:center;animation:spin 2s linear infinite;border:1px solid #f3f3f3;border-radius:50%;border-top-color:#00008f;container-type:inline-size;display:flex;flex-direction:column;justify-content:center;margin:auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.af-list{flex-direction:column;list-style-type:none;padding:0}.af-list__item{padding:1rem 0}.af-list__separator{border:0;border-top:1px solid #e9ecf2;margin:0}.af-card--list{box-shadow:none;padding:0 1rem}.af-card--click-list{padding:0}.af-card--click-list .af-list__separator{margin:auto;width:calc(100% - 2rem)}.af-card--click-list .af-list__item{padding:0}.af-card--large{width:100%}.af-card--extra-padding{padding:.5rem 1.5rem}.af-card--first-separator-full-width{padding:0}.af-card--first-separator-full-width .af-list__item{padding:1rem}.af-card--first-separator-full-width .af-list__item:has(.af-click-item){padding:0}.af-card--first-separator-full-width .af-list__separator~.af-list__separator{margin:0 1rem}@media (width <= 667px){.af-card--extra-padding{padding:.25rem 1rem}.af-card--extra-padding .af-list__item{padding:.75rem 0}}.af-click-item{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;gap:.5rem;padding:1rem;width:100%}.af-click-item:active,.af-click-item:focus,.af-click-item:focus-visible{outline:none}.af-click-item:hover{text-decoration:none}.af-click-item:focus-visible{border:2px solid #36f}.af-click-item__content{align-items:center;display:flex;gap:.75rem}.af-click-item__action svg,.af-click-item__icon svg{height:1.5rem;width:1.5rem;fill:#00008f}.af-click-item__label,.af-click-item__subtitle,.af-click-item__title{font-size:1.125rem;line-height:1.4rem}.af-click-item__secondary,.af-click-item__subtitle,.af-click-item__title{margin:0}.af-click-item__label{text-align:left}.af-click-item__title{color:#333;font-weight:600}.af-click-item__secondary,.af-click-item__subtitle{color:#5f5f5f;font-weight:400}.af-click-item__secondary{font-size:.875rem;line-height:1.1rem}.af-click-item__action{margin-left:auto}.af-click-item--small .af-click-item__label{font-size:1rem;line-height:1.25rem}.af-click-item--large .af-click-item__label{font-weight:600}.af-click-item.af-click-item--disabled{pointer-events:none}.af-click-item.af-click-item--disabled .af-click-item__action svg,.af-click-item.af-click-item--disabled .af-click-item__icon svg{fill:#999}.af-click-item.af-click-item--disabled .af-click-item__label,.af-click-item.af-click-item--disabled .af-click-item__secondary,.af-click-item.af-click-item--disabled .af-click-item__subtitle,.af-click-item.af-click-item--disabled .af-click-item__title{color:#999}.af-click-item:not(.af-click-item--disabled):hover{box-shadow:0 4px 8px 0 #10184114}.af-click-item:not(.af-click-item--disabled):active{box-shadow:inset 0 2px 8px 0 #00000026}@media (width <= 667px){.af-click-item:focus-visible{border:1px solid #36f}.af-click-item__label,.af-click-item__subtitle,.af-click-item__title{font-size:1rem;line-height:1.25rem}.af-click-item--small .af-click-item__label{font-size:.875rem;line-height:1.1rem}.af-click-item:not(.af-click-item--disabled),.af-click-item:not(.af-click-item--disabled):hover{box-shadow:none}.af-click-item:not(.af-click-item--disabled):hover .af-click-item__label,.af-click-item:not(.af-click-item--disabled):hover .af-click-item__secondary,.af-click-item:not(.af-click-item--disabled):hover .af-click-item__subtitle,.af-click-item:not(.af-click-item--disabled):hover .af-click-item__title{color:#00008f}.af-click-item:not(.af-click-item--disabled):active{box-shadow:none}.af-click-item:not(.af-click-item--disabled):active .af-click-item__label,.af-click-item:not(.af-click-item--disabled):active .af-click-item__secondary,.af-click-item:not(.af-click-item--disabled):active .af-click-item__subtitle,.af-click-item:not(.af-click-item--disabled):active .af-click-item__title{color:#000072}}.af-content-item-duo{display:grid;grid-template:"icon label value" "icon label button";grid-template-columns:auto 1fr 1fr;row-gap:.5rem;width:100%}.af-content-item-duo__icon{grid-area:icon;margin-right:.75rem;margin-top:.125rem}.af-content-item-duo__icon svg{height:1.5rem;width:1.5rem}.af-content-item-duo__icon--done svg{fill:#00008f}.af-content-item-duo__icon--close svg{fill:#c91432}.af-content-item-duo__label,.af-content-item-duo__value{font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;line-height:1.25rem;margin:0;overflow-wrap:break-word}.af-content-item-duo__label{color:#5f5f5f;font-weight:400;grid-area:label;margin-right:1rem}.af-content-item-duo__value{color:#333;font-weight:600;grid-area:value;text-align:end}.af-content-item-duo__button{grid-area:button;justify-self:end}.af-content-item-duo--large{row-gap:.75rem}.af-content-item-duo--large .af-content-item-duo__icon{margin-top:.25rem}.af-content-item-duo--large .af-content-item-duo__label,.af-content-item-duo--large .af-content-item-duo__value{font-size:1.125rem;line-height:1.4rem}.af-content-item-duo--large .af-content-item-duo__label{margin-right:2.5rem}.af-content-item-duo--large .af-content-item-duo__value{text-align:start}.af-content-item-duo--large .af-content-item-duo__button{justify-self:start}.af-content-item-duo--vertical{gap:.375rem .75rem;grid-template:"icon label button" ". value value";grid-template-columns:auto 1fr auto}.af-content-item-duo--vertical .af-content-item-duo__icon{margin-right:0;margin-top:.125rem}.af-content-item-duo--vertical .af-content-item-duo__label,.af-content-item-duo--vertical .af-content-item-duo__value{font-size:1.125rem;line-height:1.4rem;margin-right:0;text-align:start}.af-content-item-duo--vertical .af-content-item-duo__value{margin:0}.af-content-item-duo--vertical .af-content-item-duo__button{justify-self:end;margin-left:0}@media (width <= 667px){.af-content-item-duo--large{row-gap:.5rem}.af-content-item-duo--large .af-content-item-duo__icon{margin-top:.125rem}.af-content-item-duo--large .af-content-item-duo__label,.af-content-item-duo--large .af-content-item-duo__value{font-size:1rem;line-height:1.25rem}.af-content-item-duo--large .af-content-item-duo__label{margin-right:1rem}.af-content-item-duo--large .af-content-item-duo__value{text-align:end}.af-content-item-duo--large .af-content-item-duo__button{justify-self:end;margin-left:0}.af-content-item-duo--vertical{row-gap:.375rem}.af-content-item-duo--vertical .af-content-item-duo__label,.af-content-item-duo--vertical .af-content-item-duo__value{font-size:1rem;line-height:1.25rem;text-align:start}}.af-card--content-tab-list .af-list{display:flex;flex-direction:column;justify-content:center}.af-card--content-tab-list .af-list__item{align-items:center;display:flex;flex-direction:row;gap:2.5rem;justify-content:space-between}.af-card--content-tab-list .af-list__item span{display:block;margin:0}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container,.af-card--content-tab-list .af-list__item .af-list-item__left-container,.af-card--content-tab-list .af-list__item .af-list-item__right-container{all:inherit;padding:0}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container{grid-area:content-tab__additional-data-container}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container .af-tag{grid-area:content-tab__tag}.af-card--content-tab-list .af-list__item .af-list-item__label{color:#333;grid-area:content-tab__label}.af-card--content-tab-list .af-list__item .af-list-item-label__title{font-size:1.125rem;font-weight:600;line-height:1.4rem}.af-card--content-tab-list .af-list__item .af-list-item-label__subtitle{color:#5f5f5f;font-size:1rem;font-weight:400;line-height:1.25rem}.af-card--content-tab-list .af-list__item .af-list-item__date{color:#5f5f5f;font-size:1.125rem;font-weight:600;grid-area:content-tab__date;line-height:1.4rem}.af-card--content-tab-list .af-list__item .af-list-item__value{color:#118635;font-size:1.125rem;font-weight:600;justify-self:end;line-height:1.4rem;text-align:right}.af-card--content-tab-list .af-list__item .af-list-item__button-container{margin:0 .625rem}.af-card--content-tab-list .af-list__item .af-list-item__button-container svg{height:1.25rem;width:1.25rem;fill:#00008f}.af-card--content-tab-list .af-list__item:not(:has(.af-list-item__value)) .af-tag{margin:0 1.34rem}@media (width <= 667px){.af-card--content-tab-list .af-list__item{gap:1.5rem}.af-card--content-tab-list .af-list__item .af-list-item__left-container{align-items:start;display:grid;gap:.25rem;grid-template:"content-tab__additional-data-container" "content-tab__label";justify-content:start}.af-card--content-tab-list .af-list__item .af-list-item__right-container{gap:1.5rem}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container{align-items:center;display:block}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container:has(.af-list-item__date):has(.af-tag){display:grid;gap:.75rem;grid-template:"content-tab__tag content-tab__date"}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container .af-tag{margin:0}.af-card--content-tab-list .af-list__item .af-list-item-label__title{font-size:1rem;line-height:1.25rem}.af-card--content-tab-list .af-list__item .af-list-item-label__subtitle{font-size:.875rem;line-height:1.1rem}.af-card--content-tab-list .af-list__item .af-list-item__date,.af-card--content-tab-list .af-list__item .af-list-item__value{font-size:1rem;line-height:1.25rem}.af-card--content-tab-list .af-list__item .af-list-item__button-container{margin:0}.af-card--content-tab-list .af-list__item .af-list-item__button-container button{font-size:0;gap:0;padding:0}.af-card--content-tab-list .af-list__item:has(.af-list-item__value){align-items:start}}.af-tag{align-items:center;background-color:#fff;border:1px solid #5f5f5f;border-radius:.25rem;color:#5f5f5f;cursor:default;display:inline-flex;font-family:Source Sans Pro,arial,sans-serif;gap:.625rem;justify-content:center;padding:.125rem .5rem}.af-tag span{font-size:1rem;font-weight:600;line-height:1.25rem}.af-tag--success{border-color:#118635;color:#118635}.af-tag--error{border-color:#c91432;color:#c91432}.af-tag--warning{border-color:#c94e14;color:#c94e14}.af-tag--info{border-color:#00008f;color:#00008f}@media (width <= 667px){.af-tag span{font-size:.875rem;line-height:1.094rem}}.af-input-error{align-items:center;display:flex;gap:.25rem}.af-input-error__icon{color:#c91432;width:1rem;fill:#c91432}.af-input-error__message{color:#c91432;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem}.af-icon-bg{background-color:#fff;border-radius:.75rem;display:grid;height:min-content;padding:.75rem;width:min-content}.af-icon-bg svg{height:2rem;width:2rem;fill:#00008f}.af-icon-bg--secondary{background-color:#00008f}.af-icon-bg--secondary svg{fill:#fff}.af-icon-bg--disabled{background-color:#f3f3f3}.af-icon-bg--disabled svg{fill:#999}@media (width <= 667px){.af-icon-bg{padding:.5rem}}.af-navbar-container{align-items:center;display:flex;flex-direction:row;gap:1.6rem;height:5rem;list-style-type:none;margin:0;padding:0}.af-navbar-item{cursor:pointer;height:100%}.af-navbar-item__link{box-sizing:border-box;color:#333;display:inline-block;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;height:100%;line-height:1.4rem;min-width:8.4rem;padding:1.75rem 1rem;text-align:center;text-decoration:none}.af-navbar-item__link--active,.af-navbar-item__link:focus{border-bottom:4px solid #00008f;color:#00008f;font-weight:600;line-height:1.6rem;outline:none;text-decoration:none}.af-navbar-item__link:not(:focus,--active):hover{border-bottom:2px solid #e9ecf2;color:#333;font-weight:400;line-height:1.4rem;text-decoration:none}.af-header-previous-link-container{align-items:center;display:flex;gap:.25rem;padding:1.5rem 0 1.5rem 7.5rem}.af-header-previous-link{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:.5rem;text-decoration:none}.af-header-previous-link__icon{height:1rem;width:1rem;fill:#5f5f5f}.af-header-previous-link__text{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem;text-align:center}.af-header-previous-link:focus{outline:none}.af-header-previous-link:focus,.af-header-previous-link:hover{color:#5f5f5f;text-decoration:none}.af-title{color:#333;gap:.25rem}.af-title__title{font-family:Publico Headline;font-weight:700;margin:0}.af-title__subtitle{display:block;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.4rem}.af-title__icon{border-radius:.75rem;box-shadow:0 .125rem .5rem 0 #00008f26}.af-title__text-container{display:grid;gap:.25rem}.af-title:has(.af-title__icon){display:flex;gap:.75rem}.af-title:has(.af-title__icon) .af-title__title{color:#00008f}.af-title--xl h1.af-title__title{font-size:2rem;line-height:2.5rem}.af-title--l h1.af-title__title{font-size:1.5rem;line-height:1.875rem}@media (width <= 1023px){.af-title--xl h1.af-title__title{font-size:1.5rem;line-height:1.875rem}.af-title--l h1.af-title__title{font-size:1.25rem;line-height:1.56rem}.af-title span.af-title__subtitle{font-size:1rem;line-height:1.25rem}}.af-content-item-mono{display:flex;gap:.75rem}.af-content-item-mono__stick{background-color:#00008f;border-radius:.125rem;width:.25rem}.af-content-item-mono__left-container svg{height:1.5rem;width:1.5rem;fill:#00008f}.af-content-item-mono__left-container--center{align-items:center;display:flex}.af-content-item-mono--disabled .af-content-item-mono__stick{background-color:#333}.af-content-item-mono--disabled .af-content-item-mono__left-container svg{fill:#333}.af-content-item-mono__text-container{display:grid;gap:.125rem}.af-content-item-mono__text-container p{margin:0}.af-content-item-mono__text-container .af-content-item-mono__main-text{color:#333}.af-content-item-mono__text-container .af-content-item-mono__secondary-text{font-family:Source Sans Pro,arial,sans-serif;font-weight:400}.af-content-item-mono--xl .af-content-item-mono__text-container .af-content-item-mono__main-text{font-family:Publico Headline;font-size:1.5rem;font-weight:700;line-height:1.875rem}.af-content-item-mono--xl .af-content-item-mono__text-container .af-content-item-mono__secondary-text{color:#5f5f5f;font-size:1.125rem;line-height:1.4rem}.af-content-item-mono--m .af-content-item-mono__text-container .af-content-item-mono__main-text{font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.4rem}.af-content-item-mono--m .af-content-item-mono__text-container .af-content-item-mono__secondary-text{font-size:1.125rem;line-height:1.4rem}.af-content-item-mono--m .af-content-item-mono__text-container .af-content-item-mono__tertiary-text{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem}.af-content-item-mono--m .af-content-item-mono__text-container:not(:has(.af-content-item-mono__tertiary-text)) .af-content-item-mono__secondary-text{color:#5f5f5f;font-size:1rem;line-height:1.25rem}.af-content-item-mono--m:has(.af-content-item-mono__stick) .af-content-item-mono__text-container .af-content-item-mono__main-text{font-size:1rem;line-height:1.25rem}.af-content-item-mono--m:not(:has(.af-content-item-mono__text-container .af-content-item-mono__secondary-text)):has(.af-content-item-mono__text-container .af-content-item-mono__tertiary-text) .af-content-item-mono__text-container .af-content-item-mono__main-text{font-size:1rem;font-weight:400;line-height:1.25rem}@media (width <= 667px){.af-content-item-mono--xl .af-content-item-mono__text-container .af-content-item-mono__main-text{font-size:1.25rem;line-height:1.56rem}.af-content-item-mono--m .af-content-item-mono__text-container .af-content-item-mono__main-text,.af-content-item-mono--m .af-content-item-mono__text-container .af-content-item-mono__secondary-text,.af-content-item-mono--xl .af-content-item-mono__text-container .af-content-item-mono__secondary-text{font-size:1rem;line-height:1.25rem}.af-content-item-mono--m .af-content-item-mono__text-container .af-content-item-mono__tertiary-text{font-size:.875rem;line-height:1.1rem}.af-content-item-mono--m .af-content-item-mono__text-container:not(:has(.af-content-item-mono__tertiary-text)) .af-content-item-mono__secondary-text{font-size:.875rem;line-height:1.1rem}.af-content-item-mono--m:has(.af-content-item-mono__stick) .af-content-item-mono__text-container .af-content-item-mono__main-text{font-size:.875rem;line-height:1.1rem}.af-content-item-mono--m:not(:has(.af-content-item-mono__text-container .af-content-item-mono__secondary-text)):has(.af-content-item-mono__text-container .af-content-item-mono__tertiary-text) .af-content-item-mono__text-container .af-content-item-mono__main-text{font-size:.875rem;font-weight:400;line-height:1.1rem}}
|
1
|
+
.af-btn-client{align-items:center;background-color:#00008f;border:0;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-family:Source Sans Pro,arial,sans-serif;font-weight:600;gap:1rem;justify-content:center;min-height:3.5rem;min-width:11.25rem;padding:.8rem 1.2rem;transition-duration:.2s;transition-property:width,height,border,color,background-color,outline,box-shadow;transition-timing-function:linear}.af-btn-client:hover{background-color:#000072;color:#fff}.af-btn-client:active,.af-btn-client:focus{background-color:#3333a5;color:#fff}.af-btn-client:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-btn-client>svg{aspect-ratio:1}.af-btn-client--ghost{background-color:initial;color:#00008f;gap:.25rem;min-height:auto;min-width:auto;padding:0}.af-btn-client--ghost:hover{background-color:initial;color:#000072}.af-btn-client--ghost:active,.af-btn-client--ghost:focus{background-color:initial;color:#3333a5}.af-btn-client--primary-business{background-color:#c94e14}.af-btn-client--primary-business:hover{background-color:#a8391c}.af-btn-client--primary-business:focus{background-color:#df7e65}.af-btn-client--tertiary{background-color:#eef;color:#00008f}.af-btn-client--tertiary:hover{background-color:#e4e4ff;color:#00008f}.af-btn-client--tertiary:active,.af-btn-client--tertiary:focus{background-color:#f8f8ff;color:#00008f}.af-btn-client--secondary{background-color:#fff;box-shadow:inset 0 0 0 1px #00008f;color:#00008f}.af-btn-client--secondary:active,.af-btn-client--secondary:focus,.af-btn-client--secondary:hover{background-color:#fff;box-shadow:inset 0 0 0 2px #000072;color:#000072}.af-btn-client--secondary:active{background-color:#f8f8ff}.af-btn-client--secondary-error{background-color:#fff;box-shadow:inset 0 0 0 1px #c91432;color:#c91432}.af-btn-client--secondary-error:active,.af-btn-client--secondary-error:focus,.af-btn-client--secondary-error:hover{background-color:#fff;box-shadow:inset 0 0 0 2px #a11028;color:#a11028}.af-btn-client--secondary-error:active{background-color:#fff3f5}.af-btn-client__wrapper{align-items:center;display:flex;justify-content:center;line-height:1}.af-btn-client:disabled,.af-btn-client[aria-disabled=true]{background-color:#e9ecf2;box-shadow:none;color:#999;cursor:not-allowed}.af-btn-client:disabled:focus,.af-btn-client:disabled:hover,.af-btn-client[aria-disabled=true]:focus,.af-btn-client[aria-disabled=true]:hover{background-color:#e9ecf2;border-color:#0000;color:#999}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;-webkit-tap-highlight-color:transparent}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#333;font-family:Source Sans Pro,Arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;margin:0;text-align:left}[tabindex="-1"]:focus{outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{background-color:initial;color:#00008f;text-decoration:none}a:hover{color:#000043;text-decoration:underline}a:not([href],[tabindex]),a:not([href],[tabindex]):focus,a:not([href],[tabindex]):hover{color:inherit;text-decoration:none}a:not([href],[tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.5rem;padding-top:.5rem;text-align:left}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;appearance:button}button:focus{outline:1px dotted;outline:5px auto -webkit-focus-ring-color}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=date],input[type=datetime-local],input[type=month],input[type=time]{-webkit-appearance:listbox;appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none;appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}.af-card{background-color:#fff;border:1px solid #e9ecf2;border-radius:.5rem;box-shadow:0 .25rem .5rem 0 #10184114;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem;padding:1rem;width:fit-content}.af-card>:last-child{margin-block-end:0}.af-card:focus-visible{border:2px solid #36f;outline:none}.af-card--elevation-2:not(:focus){box-shadow:0 .25rem .5rem 0 #10184129}.af-card__title{color:#00008f;font-size:1.125rem;font-weight:600;line-height:1.4rem}button.af-card{cursor:pointer;text-align:initial}button.af-card:active{box-shadow:none}button.af-card:focus{outline:none}.af-footer{background-color:#4976ba;color:#fff;display:flex;flex-direction:column;justify-content:space-around;text-transform:uppercase;z-index:100}.af-footer__menuLinks{background:#0000;height:0;overflow:hidden;padding:0;transition:background 0ms,padding 0ms}.af-footer__menuLinks--display{height:auto;padding:0 2rem;transition:background .25s,padding 125ms}.af-footer__iconTrigger{align-self:center;justify-content:center;transform:rotate3d(var(--rotate-x,0),0,0,180deg)!important;transition:transform .25s ease-in-out!important}.af-footer__iconTrigger--display{--rotate-x:1}.af-footer__linkItem{color:#fff;display:block;padding:1.2rem 2.4rem;text-decoration:none}.af-footer__linkItem:hover{color:#000072}.af-footer__footerMenuIcons{border:1px solid #fff3;border-width:1px 0;display:flex;flex-direction:row;gap:2.4rem;justify-content:center;padding:1.6rem .8rem}.af-footer__menuIconLinks{align-self:center;color:#fff;fill:#fff}.af-footer__menuIconLinks:hover{color:#000072;fill:#000072}.af-footer__menuAboutTrigger{all:unset;box-sizing:border-box;display:flex;justify-content:space-between;padding:1.6rem 3.2rem;width:100%}.af-footer__menuAboutTriggerText{color:#fff;font-weight:700}.af-footer__footerBottom{padding:.8rem}.af-footer__textCopyright{font-size:.875rem}.af-footer__icon{align-self:center;height:16px;width:16px;fill:#fff}@media only screen and (width >= 1024px){.af-footer__menuLinks{background:#0000;display:flex;flex-direction:row;height:auto;justify-content:space-between;padding:1.2rem 0}.af-footer__menuLinks :first-child{border-left:unset}.af-footer__linkItem{align-self:center;border-left:1px solid #fff3;color:#fff;padding:0 1.6rem}.af-footer__footerMenuIcons{border:none;gap:1.6rem;padding:1.6rem 3.2rem 1.6rem .8rem}.af-footer__footerTop{margin:0 auto;max-width:128rem;width:100%}.af-footer__footerTop,.af-footer__menuTop{display:flex;flex-direction:row;justify-content:space-between}.af-footer__menuTop{padding:.8rem;text-decoration:none}.af-footer__menuAboutTrigger{display:none;padding:1.6rem 1.6rem 1.6rem 3.2rem}.af-footer__footerBottom{border-top:1px solid #fff3;padding:0;text-align:right}.af-footer__footerBottomWidth{margin:0 auto;max-width:128rem;width:100%}.af-footer__textCopyright{display:flex;justify-content:flex-end;padding:.8rem 3.2rem .8rem 0}}.af-stepper-client{background-color:initial;display:flex;flex-direction:column;width:100%}.af-stepper-client__title{color:#333;font-family:Publico Headline Bold,Source Sans Pro,arial,sans-serif;font-size:2rem;font-weight:700;line-height:2.5rem;margin-bottom:.5rem;text-align:left}.af-stepper-client__subtitle{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.406rem;margin-bottom:1.5rem;text-align:left}.af-stepper-client__content{align-items:flex-end;display:flex;gap:1rem}.af-stepper-client__progressbar{background-color:#e5e5e5;border-radius:4px;height:.375rem;width:100%}.af-stepper-client__progress{background-color:#00008f;border-radius:4px;height:100%;height:.375rem;text-align:left;transition:.75s ease-out,background-color .75s;width:50%}.af-header{background-color:#fff;position:sticky;top:0;z-index:100}.af-header-container{align-items:center;border-bottom:1px solid #ccc;color:#00008f;display:flex;flex-direction:row;font-family:Source Sans Pro,arial,sans-serif;font-size:1.25rem;font-weight:600;height:72px;justify-content:space-between;width:100%}.af-header-container .af-btn-client{min-width:auto}.af-header-container .af-btn-client>svg{display:none}.af-logo{align-self:center;height:40px;margin:0 .8rem;width:40px}.af-header-left-item>nav{display:none}.af-header-right-item{align-items:center;display:flex;flex-direction:row;gap:.8rem;margin:0 .8rem}@media only screen and (width >= 1023px){.af-header-container{border-top:2px solid #00008f;height:80px;padding:0 3.2rem;width:auto}.af-header-container .af-btn-client>svg{display:block}.af-logo{height:56px;width:56px}.af-header-left-item{align-items:center;display:flex;flex-direction:row;gap:1.5rem;height:5rem}.af-header-left-item>nav{display:block}.af-header-right-item{gap:1.6rem;margin:0}}.af-radio{font-family:Source Sans Pro,arial,sans-serif}.af-radio *{box-sizing:border-box}.af-radio__label{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.af-radio__content{align-items:center;display:flex;gap:1rem;justify-content:center}.af-radio__content>svg{color:#00008f;height:1.75rem;width:1.75rem;fill:#00008f}.af-radio__content .af-radio__content-description{display:flex;flex-direction:column;gap:.25rem;line-height:1.25rem}.af-radio__content .af-radio__content-description>span:first-child{color:#333;font-size:1.125rem;line-height:1.4rem}.af-radio__content .af-radio__content-description>span:not(:first-child){color:#5f5f5f}.af-radio-select--horizontal .af-radio__content{flex-direction:column;gap:.5rem}.af-radio__group-description{font-size:1rem;line-height:1.25rem}.af-radio~.af-input-error{gap:.5rem;margin-left:3.2rem}.af-radio~.af-input-error__message{line-height:1.25rem}.af-radio-select~.af-input-error{margin:1rem 0 0}.af-radio label{align-items:flex-start;border-radius:4px;cursor:pointer;display:flex;gap:.75rem;margin:0}.af-radio-select label{align-items:center;box-shadow:0 0 0 1px var(--box-shadow-color) inset;height:6.4rem;padding:1rem;--box-shadow-color:#5f5f5f}.af-radio[aria-invalid=true] :not(.af-radio__content *){color:#c91432;fill:#c91432}.af-radio-select--horizontal label{flex-direction:column;gap:0;height:auto;justify-content:flex-start;padding:1rem;position:relative;text-align:center;width:12rem}.af-radio-select--horizontal label .af-radio__icons{left:1rem;position:absolute;top:1rem}.af-radio-select[aria-invalid=true] label{--box-shadow-color:#c91432;box-shadow:0 0 0 2px var(--box-shadow-color) inset}.af-radio label input[type=radio]{margin-right:.5rem;opacity:0;position:absolute}.af-radio label input[type=radio]~.af-radio__icons{align-items:center;display:flex;gap:.75rem}.af-radio label input[type=radio]~.af-radio__icons .af-radio__checked,.af-radio label input[type=radio]~.af-radio__icons .af-radio__unchecked{align-items:center;height:1.75rem;width:1.75rem}.af-radio label input[type=radio]~.af-radio__icons .af-radio__checked{display:none}.af-radio label input[type=radio]~.af-radio__icons .af-radio__unchecked{color:#5f5f5f;fill:#5f5f5f}.af-radio label:has(input[type=radio]:checked) .af-radio__checked{color:#00008f;display:block;fill:#00008f}.af-radio label:has(input[type=radio]:checked) .af-radio__unchecked{display:none}.af-radio-select[aria-invalid=false] label:hover{--box-shadow-color:#00008f;box-shadow:0 0 0 1px var(--box-shadow-color) inset}.af-radio label:has(input[type=radio]:disabled){cursor:default}.af-radio label:has(input[type=radio]:disabled) .af-radio__checked,.af-radio label:has(input[type=radio]:disabled) .af-radio__content>svg,.af-radio label:has(input[type=radio]:disabled) .af-radio__unchecked{color:#999;fill:#999}.af-radio-select[aria-invalid=false] label:has(input[type=radio]:checked){background-color:#f8f8ff;box-shadow:inset 0 0 0 2px #00008f}.af-radio-select[aria-invalid=false] label:has(input[type=radio]:disabled){background-color:#f3f3f3;box-shadow:0 0 0 1px var(--box-shadow-color) inset;color:#999;--box-shadow-color:#e5e5e5}.af-radio label input[type=radio]:focus-visible~.af-radio__icons .af-radio__checked,.af-radio label input[type=radio]:focus-visible~.af-radio__icons .af-radio__unchecked{outline:2px solid #36f;outline-offset:3px}.af-radio label:hover:not(:has(input[type=radio]:disabled)) .af-radio__unchecked{color:#00008f;fill:#00008f}.af-radio-select{color:#5f5f5f;display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;font-style:normal;font-weight:400;gap:1rem;line-height:1.25rem}.af-radio-select--horizontal{flex-direction:row}.af-tabs-client{display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;margin:0;padding:0;width:100%}.af-tabs-client>[role=tablist]{box-shadow:inset 0 -2px 0 0 #e9ecf2;display:flex;margin-bottom:.8rem;width:100%}.af-tabs-client [role=tab]{all:unset;cursor:pointer;font-size:1.25rem;line-height:1.6rem;padding:1rem;position:relative;text-align:center}.af-tabs-client [role=tab]>span{display:block;height:100%;width:100%}.af-tabs-client [role=tab][aria-selected=true]{border-bottom:4px solid #00008f;color:#00008f;font-weight:600}.af-tabs-client--center>[role=tablist]{justify-content:center}.af-tabs-client--center [role=tab]{flex-grow:1;width:100%}.af-tabs-client [role=tab]:focus{outline:unset}.af-tabs-client [role=tab]:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-tabs-client>[role=tabpanel][aria-hidden=true]{display:none}.af-checkbox{font-family:Source Sans Pro,arial,sans-serif}.af-checkbox *{box-sizing:border-box}.af-checkbox__content{align-items:center;display:flex;gap:1rem;justify-content:center}.af-checkbox__content>svg{color:#00008f;height:1.75rem;width:1.75rem;fill:#00008f}.af-checkbox__content .af-checkbox__content-description{display:flex;flex-direction:column;gap:.25rem;line-height:1.25rem}.af-checkbox__content .af-checkbox__content-description>span:first-child{color:#333;line-height:1.4rem}.af-checkbox__content .af-checkbox__content-description>span:not(:first-child){color:#5f5f5f}.af-checkbox-select--horizontal .af-checkbox__content{flex-direction:column;gap:.5rem}.af-checkbox__group-description{font-size:1rem;line-height:1.25rem}.af-checkbox~.af-checkbox__error{align-items:center;color:#c91432;display:flex;font-family:Source Sans Pro,arial,sans-serif;gap:.5rem;line-height:1.25rem;margin-left:3.2rem}.af-checkbox~.af-checkbox__error>svg{color:#c91432;fill:#c91432}.af-checkbox-select~.af-checkbox__error{margin:1rem 0 0}.af-checkbox label{align-items:center;border-radius:4px;cursor:pointer;display:flex;gap:.75rem;margin:0}.af-checkbox-select label{align-items:center;box-shadow:0 0 0 1px var(--box-shadow-color) inset;height:6.4rem;padding:1rem;--box-shadow-color:#5f5f5f}.af-checkbox-select--horizontal label{flex-direction:column;gap:0;height:auto;justify-content:flex-start;padding:1rem;position:relative;text-align:center;width:12rem}.af-checkbox-select--horizontal label .af-checkbox__icons{left:1rem;position:absolute;top:1rem}.af-checkbox label input[type=checkbox]{margin-right:.5rem;opacity:0;position:absolute}.af-checkbox label input[type=checkbox]~.af-checkbox__icons{align-items:center;display:flex;gap:.75rem}.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__checked,.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__unchecked{align-items:center;height:1.75rem;width:1.75rem}.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__checked{display:none}.af-checkbox label input[type=checkbox]~.af-checkbox__icons .af-checkbox__unchecked{color:#5f5f5f;fill:#5f5f5f}.af-checkbox label:has(input[type=checkbox][aria-invalid=true]) .af-checkbox__checked,.af-checkbox label:has(input[type=checkbox][aria-invalid=true]) .af-checkbox__unchecked{color:#c91432;fill:#c91432}.af-checkbox label:has(input[type=checkbox]:checked) .af-checkbox__checked{color:#00008f;display:block;fill:#00008f}.af-checkbox label:has(input[type=checkbox]:checked) .af-checkbox__unchecked{display:none}.af-checkbox-select label:has(input[type=checkbox]:checked){background-color:#f8f8ff;box-shadow:inset 0 0 0 2px #00008f}.af-checkbox label:has(input[type=checkbox]:disabled){cursor:default}.af-checkbox label:has(input[type=checkbox]:disabled) .af-checkbox__checked,.af-checkbox label:has(input[type=checkbox]:disabled) .af-checkbox__content>svg,.af-checkbox label:has(input[type=checkbox]:disabled) .af-checkbox__unchecked{color:#999;fill:#999}.af-checkbox-select label:has(input[type=checkbox]:disabled){background-color:#f3f3f3;box-shadow:0 0 0 1px var(--box-shadow-color) inset;color:#999;--box-shadow-color:#e5e5e5}.af-checkbox-select label:has(input[type=checkbox][aria-invalid=true]){--box-shadow-color:#c91432;box-shadow:0 0 0 2px var(--box-shadow-color) inset}.af-checkbox label input[type=checkbox]:focus-visible~.af-checkbox__icons .af-checkbox__checked,.af-checkbox label input[type=checkbox]:focus-visible~.af-checkbox__icons .af-checkbox__unchecked{outline:2px solid #36f;outline-offset:3px}.af-checkbox label:hover:not(:has(input[type=checkbox]:disabled)) .af-checkbox__unchecked{color:#00008f;fill:#00008f}.af-checkbox-select label:hover:not(:has(input[type=checkbox]:disabled)){--box-shadow-color:#00008f;box-shadow:0 0 0 1px var(--box-shadow-color) inset}.af-checkbox-select{color:#5f5f5f;display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;font-style:normal;font-weight:400;gap:1rem;line-height:1.25rem;margin-top:1rem}.af-checkbox-select--horizontal{flex-direction:row}.container{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media (width >= 576px){.container{max-width:540px}}@media (width >= 768px){.container{max-width:720px}}@media (width >= 992px){.container{max-width:960px}}@media (width >= 1200px){.container{max-width:1440px}}.container-fluid{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.3333%;max-width:8.3333%}.col-2{flex:0 0 16.6667%;max-width:16.6667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.3333%;max-width:33.3333%}.col-5{flex:0 0 41.6667%;max-width:41.6667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.3333%;max-width:58.3333%}.col-8{flex:0 0 66.6667%;max-width:66.6667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.3333%;max-width:83.3333%}.col-11{flex:0 0 91.6667%;max-width:91.6667%}.col-12{flex:0 0 100%;max-width:100%}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.3333%}.offset-2{margin-left:16.6667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.3333%}.offset-5{margin-left:41.6667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.3333%}.offset-8{margin-left:66.6667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.3333%}.offset-11{margin-left:91.6667%}@media (width >= 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.3333%;max-width:8.3333%}.col-sm-2{flex:0 0 16.6667%;max-width:16.6667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.3333%;max-width:33.3333%}.col-sm-5{flex:0 0 41.6667%;max-width:41.6667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.3333%;max-width:58.3333%}.col-sm-8{flex:0 0 66.6667%;max-width:66.6667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.3333%;max-width:83.3333%}.col-sm-11{flex:0 0 91.6667%;max-width:91.6667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.3333%}.offset-sm-2{margin-left:16.6667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.3333%}.offset-sm-5{margin-left:41.6667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.3333%}.offset-sm-8{margin-left:66.6667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.3333%}.offset-sm-11{margin-left:91.6667%}}@media (width >= 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.3333%;max-width:8.3333%}.col-md-2{flex:0 0 16.6667%;max-width:16.6667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.3333%;max-width:33.3333%}.col-md-5{flex:0 0 41.6667%;max-width:41.6667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.3333%;max-width:58.3333%}.col-md-8{flex:0 0 66.6667%;max-width:66.6667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.3333%;max-width:83.3333%}.col-md-11{flex:0 0 91.6667%;max-width:91.6667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.3333%}.offset-md-2{margin-left:16.6667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.3333%}.offset-md-5{margin-left:41.6667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.3333%}.offset-md-8{margin-left:66.6667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.3333%}.offset-md-11{margin-left:91.6667%}}@media (width >= 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.3333%;max-width:8.3333%}.col-lg-2{flex:0 0 16.6667%;max-width:16.6667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.3333%;max-width:33.3333%}.col-lg-5{flex:0 0 41.6667%;max-width:41.6667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.3333%;max-width:58.3333%}.col-lg-8{flex:0 0 66.6667%;max-width:66.6667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.3333%;max-width:83.3333%}.col-lg-11{flex:0 0 91.6667%;max-width:91.6667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.3333%}.offset-lg-2{margin-left:16.6667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.3333%}.offset-lg-5{margin-left:41.6667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.3333%}.offset-lg-8{margin-left:66.6667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.3333%}.offset-lg-11{margin-left:91.6667%}}@media (width >= 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.3333%;max-width:8.3333%}.col-xl-2{flex:0 0 16.6667%;max-width:16.6667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.3333%;max-width:33.3333%}.col-xl-5{flex:0 0 41.6667%;max-width:41.6667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.3333%;max-width:58.3333%}.col-xl-8{flex:0 0 66.6667%;max-width:66.6667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.3333%;max-width:83.3333%}.col-xl-11{flex:0 0 91.6667%;max-width:91.6667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.3333%}.offset-xl-2{margin-left:16.6667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.3333%}.offset-xl-5{margin-left:41.6667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.3333%}.offset-xl-8{margin-left:66.6667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.3333%}.offset-xl-11{margin-left:91.6667%}}.af-form__select-label{color:#333;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.af-form__select-single-value{color:#333}.af-form__select-single-value-disabled{color:#999}.af-form__select-error{color:#c91432;display:flex;gap:.5rem;margin-top:.5rem}.af-form__select-error-icon path{fill:#c91432}.af-form__input-select{color:#5f5f5f;font-size:1rem;min-height:unset!important}.af-form__input-select-container{background-color:#fff;border:1px solid #5f5f5f;border-radius:4px;color:#5f5f5f;padding:.75rem 1rem}.af-form__input-select-container-error{border-color:#c91432;border-width:2px}.af-form__input-select-container-error:active,.af-form__input-select-container-error:hover{box-shadow:inset 0 0 0 1px #c91432!important}.af-form__input-select-container:active,.af-form__input-select-container:hover{box-shadow:inset 0 0 0 2px #00008f}.af-form__input-select-container-focused,.af-form__input-select-container:focus-visible{box-shadow:inset 0 0 0 2px #00008f;outline:2px solid #36f;outline-offset:3px}.af-form__input-select-container-disabled{background-color:#f3f3f3;border-color:#e5e5e5}.af-form__input-select-container-icon-disabled path{fill:#999}.af-form__input-select-menu{background-color:#fff;box-shadow:0 4px 16px -2px rgba(0,0,143,.251);margin-left:-1rem;margin-top:.4rem}.af-form__input-select-menu-options{border:1px solid #0000;box-shadow:none;color:#333;font-weight:400;padding:.75rem 1rem}.af-form__input-select-menu-options-selected{color:#00008f;font-weight:600}.af-form__input-select-menu-options-focused{border:1px solid #00008f}.af-form__input-select-menu-options:nth-child(odd){background-color:#f8f8ff}.af-form__input-select-menu-options:nth-child(2n){background-color:#fff}.af-form__input-container{align-items:flex-start;display:flex;flex-direction:column}.af-form__input-label{color:#333;font-size:1.125rem;font-weight:600;margin:0}.af-form__input-description{color:#5f5f5f;font-size:1rem;font-weight:400;margin-top:-.25rem}.af-form__input-helper{color:#5f5f5f;font-size:.9rem;margin-top:.2rem}.af-form__input-more{fill:#00008f}.af-form__input-more svg{height:1.25rem;width:1.25rem}.af-form__input-text{border:1px solid #5f5f5f;border-radius:4px;color:#333;font-size:1.125rem;margin-top:.5rem;padding:1rem 2.5rem 1rem 1rem}.af-form__input-text--error{border:2px solid #c91432}.af-form__input-text:enabled:active,.af-form__input-text:enabled:focus{border:1px solid #00008f;outline:none}.af-form__input-text:not(:disabled,:focus,:active,.af-form__input-text--error):hover{border:2px solid #00008f;outline:none}.af-form__group--label{color:#333;font-size:1.125rem;font-weight:600}.af-form__file-input{align-items:center;background-color:#fff;border:2px dashed #00008f;border-radius:8px;color:#333;cursor:pointer;display:flex;flex-direction:column;font-weight:400;justify-content:space-between;margin-bottom:.6rem;margin-top:.5rem;padding:1rem 1rem 2rem;position:relative;text-align:center}.af-form__file-input.is-mobile{padding-bottom:1rem}.af-form__file-input:hover{border-color:#5f5f5f}.af-form__file-input--error{border-color:#c91432}.af-form__file-input input{bottom:0;cursor:pointer;left:0;opacity:0;position:absolute;top:0;width:100%}.af-form__file-input-dropdown-text{line-height:5px;padding-top:1rem}.af-form__file-input-help{color:#5f5f5f;font-size:1rem;font-weight:400}.af-form__file-input-icon path{fill:#00008f}.af-form__file-input .af-btn-client{width:50%}.af-form__file-list{display:flex;flex-wrap:wrap;font-size:.9rem;list-style:none;margin-top:1.125rem;padding:0}.af-form__file-title-container{align-items:center;display:flex;gap:.5rem;justify-content:center}.af-form__file-title-container-icon-error path{fill:#c91432}.af-form__file-title-container-icon-success path{fill:#118635}.af-form__file-title{align-items:center;display:flex;gap:.5rem}.af-form__file-title>div{display:flex;flex-direction:column}.af-form__file-name{color:#333;font-size:1.125rem}.af-form__file-size{color:#5f5f5f;font-size:1rem}.af-form__file-error{align-items:center;color:#c91432;display:flex;font-size:1rem;gap:.25rem;margin-bottom:.9rem;margin-top:-.9rem}.af-form__file-error-icon path{fill:#c91432}.af-form__file-line{width:100%}.af-form__file-line-container{align-items:center;background:#fff;border:1px solid #5f5f5f;border-radius:4px;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem}.af-form__file-line-container--error{border-color:#c91432}.af-form__file-actions{align-items:baseline;cursor:pointer;display:flex;gap:1rem;justify-content:center}.af-form__file-actions-icon path{fill:#5f5f5f}.is-mobile .af-form__file-input-dropdown-text{display:none}.is-mobile .af-btn-client{width:100%}.af-accordion-client{background-color:#fff;border-radius:8px;display:block;font-family:Source Sans Pro,arial,sans-serif;margin:0;padding:0}.af-accordion-client__item:not(:last-child){border-bottom:1px solid #e9ecf2}.af-accordion-client__item>h3{font-size:1.125rem;font-weight:600;margin:0;width:100%}.af-accordion-client__item>h3:has(button[aria-expanded=true]){border-bottom:none;color:#00008f}.af-accordion-client__item>h3>button{align-items:center;background-color:inherit;border:0;color:inherit;cursor:pointer;display:flex;font-size:1.125rem;font-weight:600;padding:15px 20px;text-align:start;width:100%}.af-accordion-client__item>h3>button:focus{outline:unset}.af-accordion-client__item>h3>button:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-accordion-client__item>h3>button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='none' viewBox='0 0 32 32'%3E%3Cg clip-path='url(%23a)'%3E%3Cpath fill='%2300008F' d='m24 13.333-1.88-1.88L16 17.56l-6.12-6.107L8 13.333l8 8z'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='a'%3E%3Cpath fill='%23fff' d='M32 0v32H0V0z'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");background-repeat:no-repeat;background-size:100%;content:"";flex-shrink:0;height:32px;margin-left:auto;transition:transform .2s ease-in-out;width:32px}.af-accordion-client__item>h3>button[aria-expanded=true]:after{transform:rotate(180deg)}.af-accordion-client__item>[role=region]{margin-bottom:1rem;padding:0 20px}.af-modal{background-color:#fff;border:none;border-radius:.5rem;margin:0 auto;padding:1.5rem 0;position:fixed;width:100%}.af-modal::backdrop{background:#333;opacity:.4}.af-modal__top{align-items:center;background-color:#fff;border-bottom:1px solid #e5e5e5;display:flex;gap:1rem;padding:0 1.5rem 1.5rem;position:sticky;top:0}.af-modal__top-title{align-items:start;color:#333;display:flex;justify-content:space-between;margin:0;width:100%}.af-modal__top-title-text{font-family:Publico Headline;font-size:1.5rem;line-height:1.875rem}.af-modal__top-title-subtitle{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.406rem}.af-modal__top-title-close-btn{all:unset;align-items:center;cursor:pointer;display:flex;height:2rem;justify-content:center;width:2rem;fill:#00008f}.af-modal__top-title :hover{background:none}.af-modal__top-title :focus{background:none;border:none}.af-modal__content{display:flex;flex-direction:column;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;gap:2.5rem;margin-top:2.5rem;padding:0 1.5rem}.af-modal__actions{align-items:flex-end;display:flex;flex-direction:column-reverse;gap:1rem;justify-content:flex-end;padding-top:0}.af-modal__actions *,.af-modal__actions--fullWidth *{flex-grow:1;width:100%}@media only screen and (width >= 1024px){.af-modal{margin:auto;max-width:72rem;min-width:48rem}.af-modal__actions{flex-direction:row-reverse;justify-content:flex-start}.af-modal__actions *{flex-grow:unset;width:auto}.af-modal__actions--fullWidth *{flex-grow:1;width:100%}}.af-alert{background-color:#fff;border-radius:12px;display:flex;flex:1 1;font-family:Source Sans Pro,arial,sans-serif;margin-top:1rem;padding:1rem}.af-alert .af-alert__icon{aspect-ratio:1;flex-shrink:0;margin-right:1rem}.af-alert--information{border:1px solid #00008f}.af-alert--information .af-alert__icon{color:#00008f;transform:rotate(180deg);fill:#00008f}.af-alert--information .af-alert__title{color:#00008f}.af-alert--error{border:1px solid #c91432}.af-alert--error .af-alert__icon{color:#c91432;fill:#c91432}.af-alert--error .af-alert__title{color:#c91432}.af-alert--neutral{border:1px solid #5f5f5f}.af-alert--neutral .af-alert__icon{color:#5f5f5f;fill:#5f5f5f}.af-alert--neutral .af-alert__title{color:#5f5f5f}.af-alert--warning{border:1px solid #c94e14}.af-alert--warning .af-alert__icon{color:#c94e14;fill:#c94e14}.af-alert--warning .af-alert__title{color:#c94e14}.af-alert--validation{border:1px solid #118635}.af-alert--validation .af-alert__icon{color:#118635;fill:#118635}.af-alert--validation .af-alert__title{color:#118635}.af-alert .af-alert-client__content{width:100%}.af-alert .af-alert-client__content .af-alert__action{display:flex;justify-content:end;text-align:right}.af-alert .af-alert-client__content .af-alert__title{font-weight:600;line-height:1.5rem;padding-bottom:.25rem}.af-alert *{font-size:1.125rem;font-weight:400;margin:0}.af-link{align-items:center;color:#00008f;display:inline-flex;font-family:Source Sans Pro,arial,sans-serif;height:fit-content;text-decoration:underline;width:fit-content;fill:#00008f}.af-link:active,.af-link:focus,.af-link:hover{color:#000072;fill:#000072}.af-link:focus-visible{outline:2px solid #36f;outline-offset:3px}.af-link--openInNewTab{font-weight:600;text-decoration:none}.af-link--openInNewTab:hover{text-decoration:none}.af-link--openInNewTab svg{aspect-ratio:1;height:1.25rem;margin-left:.2rem;width:1.25rem}.af-container-pagination>div{border:1px solid #f3f3f3;border-radius:41px;display:flex;padding:.5rem}.af-pagination-desktop ul{display:flex;gap:.5rem;justify-content:center;list-style-type:none;margin:0;padding:0}.af-pagination-desktop ul li{align-items:center;border-radius:50%;color:#00008f;display:flex;height:3rem;justify-content:center;width:3rem}.af-pagination-desktop ul li button{all:unset;cursor:pointer}.af-pagination-desktop ul li button:focus-visible{outline:1px solid #00008f}.af-pagination-desktop ul li[aria-current]{background:#00008f;color:#fff}.af-pagination-desktop .first{margin:0 3rem 0 0}.af-pagination-desktop .first li:last-child:before{content:"...";padding:2rem}.af-pagination-desktop .between{margin:0 2rem}.af-pagination-desktop .between li:first-child:after,.af-pagination-desktop .between li:last-child:before{content:"...";padding:2rem}.af-pagination-desktop .last{margin:0 0 0 3rem}.af-pagination-desktop .last li:first-child:after{content:"...";padding:2rem}.af-pagination-mobile{align-items:center;font-size:1rem;font-weight:600;line-height:1.2rem}.af-pagination-mobile>span{color:#5f5f5f}.af-pagination-mobile button{background:none;border:none;cursor:pointer;outline:none}.af-pagination-mobile button:focus-visible{outline:1px solid #00008f}.af-pagination-mobile button .arrow{color:#00008f}.af-pagination-mobile button:disabled{pointer-events:none}.af-pagination-mobile button:disabled .arrow{color:#e5e5e5}.af-loader__container{align-items:center;animation:spin 2s linear infinite;border:1px solid #f3f3f3;border-radius:50%;border-top-color:#00008f;container-type:inline-size;display:flex;flex-direction:column;justify-content:center;margin:auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.af-list{flex-direction:column;list-style-type:none;padding:0}.af-list__item{padding:1rem 0}.af-list__separator{border:0;border-top:1px solid #e9ecf2;margin:0}.af-card--list{box-shadow:none;padding:0 1rem}.af-card--click-list{padding:0}.af-card--click-list .af-list__separator{margin:auto;width:calc(100% - 2rem)}.af-card--click-list .af-list__item{padding:0}.af-card--large{width:100%}.af-card--extra-padding{padding:.5rem 1.5rem}.af-card--first-separator-full-width{padding:0}.af-card--first-separator-full-width .af-list__item{padding:1rem}.af-card--first-separator-full-width .af-list__item:has(.af-click-item){padding:0}.af-card--first-separator-full-width .af-list__separator~.af-list__separator{margin:0 1rem}@media (width <= 667px){.af-card--extra-padding{padding:.25rem 1rem}.af-card--extra-padding .af-list__item{padding:.75rem 0}}.af-click-item{align-items:center;background:none;border:none;border-radius:4px;cursor:pointer;display:flex;gap:.5rem;padding:1rem;width:100%}.af-click-item:active,.af-click-item:focus,.af-click-item:focus-visible{outline:none}.af-click-item:hover{text-decoration:none}.af-click-item:focus-visible{border:2px solid #36f}.af-click-item__content{align-items:center;display:flex;gap:.75rem}.af-click-item__action svg,.af-click-item__icon svg{height:1.5rem;width:1.5rem;fill:#00008f}.af-click-item__label,.af-click-item__subtitle,.af-click-item__title{font-size:1.125rem;line-height:1.4rem}.af-click-item__secondary,.af-click-item__subtitle,.af-click-item__title{margin:0}.af-click-item__label{text-align:left}.af-click-item__title{color:#333;font-weight:600}.af-click-item__secondary,.af-click-item__subtitle{color:#5f5f5f;font-weight:400}.af-click-item__secondary{font-size:.875rem;line-height:1.1rem}.af-click-item__action{margin-left:auto}.af-click-item--small .af-click-item__label{font-size:1rem;line-height:1.25rem}.af-click-item--large .af-click-item__label{font-weight:600}.af-click-item.af-click-item--disabled{pointer-events:none}.af-click-item.af-click-item--disabled .af-click-item__action svg,.af-click-item.af-click-item--disabled .af-click-item__icon svg{fill:#999}.af-click-item.af-click-item--disabled .af-click-item__label,.af-click-item.af-click-item--disabled .af-click-item__secondary,.af-click-item.af-click-item--disabled .af-click-item__subtitle,.af-click-item.af-click-item--disabled .af-click-item__title{color:#999}.af-click-item:not(.af-click-item--disabled):hover{box-shadow:0 4px 8px 0 #10184114}.af-click-item:not(.af-click-item--disabled):active{box-shadow:inset 0 2px 8px 0 #00000026}@media (width <= 667px){.af-click-item:focus-visible{border:1px solid #36f}.af-click-item__label,.af-click-item__subtitle,.af-click-item__title{font-size:1rem;line-height:1.25rem}.af-click-item--small .af-click-item__label{font-size:.875rem;line-height:1.1rem}.af-click-item:not(.af-click-item--disabled),.af-click-item:not(.af-click-item--disabled):hover{box-shadow:none}.af-click-item:not(.af-click-item--disabled):hover .af-click-item__label,.af-click-item:not(.af-click-item--disabled):hover .af-click-item__secondary,.af-click-item:not(.af-click-item--disabled):hover .af-click-item__subtitle,.af-click-item:not(.af-click-item--disabled):hover .af-click-item__title{color:#00008f}.af-click-item:not(.af-click-item--disabled):active{box-shadow:none}.af-click-item:not(.af-click-item--disabled):active .af-click-item__label,.af-click-item:not(.af-click-item--disabled):active .af-click-item__secondary,.af-click-item:not(.af-click-item--disabled):active .af-click-item__subtitle,.af-click-item:not(.af-click-item--disabled):active .af-click-item__title{color:#000072}}.af-content-item-duo{display:grid;grid-template:"icon label value" "icon label button";grid-template-columns:auto 1fr 1fr;row-gap:.5rem;width:100%}.af-content-item-duo__icon{grid-area:icon;margin-right:.75rem;margin-top:.125rem}.af-content-item-duo__icon svg{height:1.5rem;width:1.5rem}.af-content-item-duo__icon--done svg{fill:#00008f}.af-content-item-duo__icon--close svg{fill:#c91432}.af-content-item-duo__label,.af-content-item-duo__value{font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;line-height:1.25rem;margin:0;overflow-wrap:break-word}.af-content-item-duo__label{color:#5f5f5f;font-weight:400;grid-area:label;margin-right:1rem}.af-content-item-duo__value{color:#333;font-weight:600;grid-area:value;text-align:end}.af-content-item-duo__button{grid-area:button;justify-self:end}.af-content-item-duo--large{row-gap:.75rem}.af-content-item-duo--large .af-content-item-duo__icon{margin-top:.25rem}.af-content-item-duo--large .af-content-item-duo__label,.af-content-item-duo--large .af-content-item-duo__value{font-size:1.125rem;line-height:1.4rem}.af-content-item-duo--large .af-content-item-duo__label{margin-right:2.5rem}.af-content-item-duo--large .af-content-item-duo__value{text-align:start}.af-content-item-duo--large .af-content-item-duo__button{justify-self:start}.af-content-item-duo--vertical{gap:.375rem .75rem;grid-template:"icon label button" ". value value";grid-template-columns:auto 1fr auto}.af-content-item-duo--vertical .af-content-item-duo__icon{margin-right:0;margin-top:.125rem}.af-content-item-duo--vertical .af-content-item-duo__label,.af-content-item-duo--vertical .af-content-item-duo__value{font-size:1.125rem;line-height:1.4rem;margin-right:0;text-align:start}.af-content-item-duo--vertical .af-content-item-duo__value{margin:0}.af-content-item-duo--vertical .af-content-item-duo__button{justify-self:end;margin-left:0}@media (width <= 667px){.af-content-item-duo--large{row-gap:.5rem}.af-content-item-duo--large .af-content-item-duo__icon{margin-top:.125rem}.af-content-item-duo--large .af-content-item-duo__label,.af-content-item-duo--large .af-content-item-duo__value{font-size:1rem;line-height:1.25rem}.af-content-item-duo--large .af-content-item-duo__label{margin-right:1rem}.af-content-item-duo--large .af-content-item-duo__value{text-align:end}.af-content-item-duo--large .af-content-item-duo__button{justify-self:end;margin-left:0}.af-content-item-duo--vertical{row-gap:.375rem}.af-content-item-duo--vertical .af-content-item-duo__label,.af-content-item-duo--vertical .af-content-item-duo__value{font-size:1rem;line-height:1.25rem;text-align:start}}.af-card--content-tab-list .af-list{display:flex;flex-direction:column;justify-content:center}.af-card--content-tab-list .af-list__item{align-items:center;display:flex;flex-direction:row;gap:2.5rem;justify-content:space-between}.af-card--content-tab-list .af-list__item span{display:block;margin:0}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container,.af-card--content-tab-list .af-list__item .af-list-item__left-container,.af-card--content-tab-list .af-list__item .af-list-item__right-container{all:inherit;padding:0}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container{grid-area:content-tab__additional-data-container}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container .af-tag{grid-area:content-tab__tag}.af-card--content-tab-list .af-list__item .af-list-item__label{color:#333;grid-area:content-tab__label}.af-card--content-tab-list .af-list__item .af-list-item-label__title{font-size:1.125rem;font-weight:600;line-height:1.4rem}.af-card--content-tab-list .af-list__item .af-list-item-label__subtitle{color:#5f5f5f;font-size:1rem;font-weight:400;line-height:1.25rem}.af-card--content-tab-list .af-list__item .af-list-item__date{color:#5f5f5f;font-size:1.125rem;font-weight:600;grid-area:content-tab__date;line-height:1.4rem}.af-card--content-tab-list .af-list__item .af-list-item__value{color:#118635;font-size:1.125rem;font-weight:600;justify-self:end;line-height:1.4rem;text-align:right}.af-card--content-tab-list .af-list__item .af-list-item__button-container{margin:0 .625rem}.af-card--content-tab-list .af-list__item .af-list-item__button-container svg{height:1.25rem;width:1.25rem;fill:#00008f}.af-card--content-tab-list .af-list__item:not(:has(.af-list-item__value)) .af-tag{margin:0 1.34rem}@media (width <= 667px){.af-card--content-tab-list .af-list__item{gap:1.5rem}.af-card--content-tab-list .af-list__item .af-list-item__left-container{align-items:start;display:grid;gap:.25rem;grid-template:"content-tab__additional-data-container" "content-tab__label";justify-content:start}.af-card--content-tab-list .af-list__item .af-list-item__right-container{gap:1.5rem}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container{align-items:center;display:block}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container:has(.af-list-item__date):has(.af-tag){display:grid;gap:.75rem;grid-template:"content-tab__tag content-tab__date"}.af-card--content-tab-list .af-list__item .af-list-item__additional-data-container .af-tag{margin:0}.af-card--content-tab-list .af-list__item .af-list-item-label__title{font-size:1rem;line-height:1.25rem}.af-card--content-tab-list .af-list__item .af-list-item-label__subtitle{font-size:.875rem;line-height:1.1rem}.af-card--content-tab-list .af-list__item .af-list-item__date,.af-card--content-tab-list .af-list__item .af-list-item__value{font-size:1rem;line-height:1.25rem}.af-card--content-tab-list .af-list__item .af-list-item__button-container{margin:0}.af-card--content-tab-list .af-list__item .af-list-item__button-container button{font-size:0;gap:0;padding:0}.af-card--content-tab-list .af-list__item:has(.af-list-item__value){align-items:start}}.af-tag{align-items:center;background-color:#fff;border:1px solid #5f5f5f;border-radius:.25rem;color:#5f5f5f;cursor:default;display:inline-flex;font-family:Source Sans Pro,arial,sans-serif;gap:.625rem;justify-content:center;padding:.125rem .5rem}.af-tag span{font-size:1rem;font-weight:600;line-height:1.25rem}.af-tag--success{border-color:#118635;color:#118635}.af-tag--error{border-color:#c91432;color:#c91432}.af-tag--warning{border-color:#c94e14;color:#c94e14}.af-tag--info{border-color:#00008f;color:#00008f}@media (width <= 667px){.af-tag span{font-size:.875rem;line-height:1.094rem}}.af-input-error{align-items:center;display:flex;gap:.25rem}.af-input-error__icon{color:#c91432;width:1rem;fill:#c91432}.af-input-error__message{color:#c91432;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem}.af-icon-bg{background-color:#fff;border-radius:.75rem;display:grid;height:min-content;padding:.75rem;width:min-content}.af-icon-bg svg{height:2rem;width:2rem;fill:#00008f}.af-icon-bg--secondary{background-color:#00008f}.af-icon-bg--secondary svg{fill:#fff}.af-icon-bg--disabled{background-color:#f3f3f3}.af-icon-bg--disabled svg{fill:#999}@media (width <= 667px){.af-icon-bg{padding:.5rem}}.af-navbar-container{align-items:center;display:flex;flex-direction:row;gap:1.6rem;height:5rem;list-style-type:none;margin:0;padding:0}.af-navbar-item{cursor:pointer;height:100%}.af-navbar-item__link{box-sizing:border-box;color:#333;display:inline-block;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;height:100%;line-height:1.4rem;min-width:8.4rem;padding:1.75rem 1rem;text-align:center;text-decoration:none}.af-navbar-item__link--active,.af-navbar-item__link:focus{border-bottom:4px solid #00008f;color:#00008f;font-weight:600;line-height:1.6rem;outline:none;text-decoration:none}.af-navbar-item__link:not(:focus,--active):hover{border-bottom:2px solid #e9ecf2;color:#333;font-weight:400;line-height:1.4rem;text-decoration:none}.af-header-previous-link-container{align-items:center;display:flex;gap:.25rem;padding:1rem 0 1rem .8rem}.af-header-previous-link{align-items:center;cursor:pointer;display:flex;flex-direction:row;gap:.5rem;text-decoration:none}.af-header-previous-link__icon{height:1rem;width:1rem;fill:#5f5f5f}.af-header-previous-link__text{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem;text-align:center}.af-header-previous-link:focus{outline:none}.af-header-previous-link:focus,.af-header-previous-link:hover{color:#5f5f5f;text-decoration:none}@media only screen and (width >= 1023px){.af-header-previous-link-container{padding:1.5rem 0 1.5rem 7.5rem}}.af-title{color:#333;gap:.25rem}.af-title__title{font-family:Publico Headline;font-weight:700;margin:0}.af-title__subtitle{display:block;font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:400;line-height:1.4rem}.af-title__icon{border-radius:.75rem;box-shadow:0 .125rem .5rem 0 #00008f26}.af-title__text-container{display:grid;gap:.25rem}.af-title:has(.af-title__icon){display:flex;gap:.75rem}.af-title:has(.af-title__icon) .af-title__title{color:#00008f}.af-title--xl h1.af-title__title{font-size:2rem;line-height:2.5rem}.af-title--l h1.af-title__title{font-size:1.5rem;line-height:1.875rem}@media (width <= 1023px){.af-title--xl h1.af-title__title{font-size:1.5rem;line-height:1.875rem}.af-title--l h1.af-title__title{font-size:1.25rem;line-height:1.56rem}.af-title span.af-title__subtitle{font-size:1rem;line-height:1.25rem}}.af-content-item-mono{display:flex;gap:.75rem}.af-content-item-mono__stick{background-color:#00008f;border-radius:.125rem;width:.25rem}.af-content-item-mono__left-container svg{height:1.5rem;width:1.5rem;fill:#00008f}.af-content-item-mono__left-container--center{align-items:center;display:flex}.af-content-item-mono--disabled .af-content-item-mono__stick{background-color:#333}.af-content-item-mono--disabled .af-content-item-mono__left-container svg{fill:#333}.af-content-item-mono__text-container{display:grid;gap:.125rem}.af-content-item-mono__text-container p{margin:0}.af-content-item-mono__text-container .af-content-item-mono__main-text{color:#333}.af-content-item-mono__text-container .af-content-item-mono__secondary-text{font-family:Source Sans Pro,arial,sans-serif;font-weight:400}.af-content-item-mono--xl .af-content-item-mono__text-container .af-content-item-mono__main-text{font-family:Publico Headline;font-size:1.5rem;font-weight:700;line-height:1.875rem}.af-content-item-mono--xl .af-content-item-mono__text-container .af-content-item-mono__secondary-text{color:#5f5f5f;font-size:1.125rem;line-height:1.4rem}.af-content-item-mono--m .af-content-item-mono__text-container .af-content-item-mono__main-text{font-family:Source Sans Pro,arial,sans-serif;font-size:1.125rem;font-weight:600;line-height:1.4rem}.af-content-item-mono--m .af-content-item-mono__text-container .af-content-item-mono__secondary-text{font-size:1.125rem;line-height:1.4rem}.af-content-item-mono--m .af-content-item-mono__text-container .af-content-item-mono__tertiary-text{color:#5f5f5f;font-family:Source Sans Pro,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.25rem}.af-content-item-mono--m .af-content-item-mono__text-container:not(:has(.af-content-item-mono__tertiary-text)) .af-content-item-mono__secondary-text{color:#5f5f5f;font-size:1rem;line-height:1.25rem}.af-content-item-mono--m:has(.af-content-item-mono__stick) .af-content-item-mono__text-container .af-content-item-mono__main-text{font-size:1rem;line-height:1.25rem}.af-content-item-mono--m:not(:has(.af-content-item-mono__text-container .af-content-item-mono__secondary-text)):has(.af-content-item-mono__text-container .af-content-item-mono__tertiary-text) .af-content-item-mono__text-container .af-content-item-mono__main-text{font-size:1rem;font-weight:400;line-height:1.25rem}@media (width <= 667px){.af-content-item-mono--xl .af-content-item-mono__text-container .af-content-item-mono__main-text{font-size:1.25rem;line-height:1.56rem}.af-content-item-mono--m .af-content-item-mono__text-container .af-content-item-mono__main-text,.af-content-item-mono--m .af-content-item-mono__text-container .af-content-item-mono__secondary-text,.af-content-item-mono--xl .af-content-item-mono__text-container .af-content-item-mono__secondary-text{font-size:1rem;line-height:1.25rem}.af-content-item-mono--m .af-content-item-mono__text-container .af-content-item-mono__tertiary-text{font-size:.875rem;line-height:1.1rem}.af-content-item-mono--m .af-content-item-mono__text-container:not(:has(.af-content-item-mono__tertiary-text)) .af-content-item-mono__secondary-text{font-size:.875rem;line-height:1.1rem}.af-content-item-mono--m:has(.af-content-item-mono__stick) .af-content-item-mono__text-container .af-content-item-mono__main-text{font-size:.875rem;line-height:1.1rem}.af-content-item-mono--m:not(:has(.af-content-item-mono__text-container .af-content-item-mono__secondary-text)):has(.af-content-item-mono__text-container .af-content-item-mono__tertiary-text) .af-content-item-mono__text-container .af-content-item-mono__main-text{font-size:.875rem;font-weight:400;line-height:1.1rem}}
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../src/Button/Button.scss","../src/look-and-feel.scss","../src/common/common.scss","../src/common/reboot.scss","../src/Card/Card.scss","../src/Layout/Footer/Footer.scss","../src/Stepper/Stepper.scss","../src/Layout/Header/Header.scss","../src/Form/Radio/Radio.scss","../src/Tabs/Tabs.scss","../src/Form/Checkbox/Checkbox.scss","../src/common/grid.scss","../src/Form/Select/Select.scss","../src/Form/Text/Text.scss","../src/Form/FileUpload/FileUpload.scss","../src/Accordion/Accordion.scss","../src/Modal/Modal.scss","../src/Alert/Alert.scss","../src/Link/Link.scss","../src/Pagination/Pagination.scss","../src/Pagination/PaginationDesktop.scss","../src/Pagination/PaginationMobile.scss","../src/Loader/Loader.scss","../src/List/List.scss","../src/List/ClickList/ClickList.scss","../src/List/ContentItemDuo/ContentItemDuo.scss","../src/List/ContentTabList/ContentTabList.scss","../src/Tag/Tag.scss","../src/Form/InputError/InputError.scss","../src/IconBg/IconBg.scss","../src/Layout/Header/NavBar/NavBar.scss","../src/Layout/Header/PreviousLink/PreviousLink.scss","../src/Title/Title.scss","../src/List/ContentItemMono/ContentItemMono.scss"],"names":[],"mappings":"AAEA,eCKA,kBAAA,CAMA,wBDEE,CCVF,QAAA,CACA,iBDEE,CCIF,UAAA,CAKA,cAAA,CAhBA,YAAA,CASA,4CCVyB,CDWzB,eAAA,CAFA,QAAA,CADA,sBDEE,CCPF,iBAAA,CADA,kBAAA,CAEA,oBAAA,CAUA,uBDEE,CCDF,iFDEE,CCDF,iCAEA,CDIE,qBCDF,wBAAA,CADA,UAEA,CDKE,2CCFF,wBCTkB,CDQlB,UAEA,CDOE,6BCLF,sBDMI,CCLJ,kBACA,CDQE,mBACE,cCNJ,CDSE,sBAME,wBAAA,CADA,aExCQ,CFuCR,UAAA,CAFA,eAAA,CADA,cAAA,CAEA,SCJJ,CDSI,4BAEE,wBAAA,CADA,aCNN,CDUI,yDAGE,wBAAA,CADA,aCRN,CDaE,iCACE,wBCXJ,CDaI,uCACE,wBCXN,CDcI,uCACE,wBCZN,CDgBE,yBAEE,qBEpDoB,CFmDpB,aCbJ,CDgBI,+BAEE,wBEvDyB,CFsDzB,aCbN,CDiBI,+DAGE,wBE5D0B,CF2D1B,aCfN,CDoBE,0BAEE,qBEpFU,CFqFV,kCAAA,CAFA,aChBJ,CDoBI,iGAIE,qBE3FQ,CF4FR,kCAAA,CAFA,aClBN,CDuBI,iCACE,wBCrBN,CDyBE,gCAEE,qBEtGU,CFuGV,kCAAA,CAFA,aCrBJ,CDyBI,mHAIE,qBE7GQ,CF8GR,kCAAA,CAFA,aCvBN,CD4BI,uCACE,wBC1BN,CD8BE,wBAEE,kBAAA,CADA,YAAA,CAEA,sBAAA,CACA,aC5BJ,CD+BE,2DAGE,wBE1Ga,CF2Gb,eAAA,CAFA,UEnHsB,CFsHtB,kBC9BJ,CDgCI,8IAIE,wBElHW,CFgHX,kBAAA,CACA,UC9BN,CEjHA,iBAGE,qBFoHF,CEjHA,KACE,sBAAA,CACA,gBAAA,CACA,6BAAA,CAAA,0BAAA,CAAA,qBAAA,CACA,uCFoHF,CEjHA,sEAUE,aFoHF,CEjHA,KAQE,qBAAA,CADA,UAAA,CALA,4CAAA,CACA,cAAA,CACA,eAAA,CACA,eAAA,CAJA,QAAA,CAKA,eFsHF,CEjHA,sBACE,mBFoHF,CEjHA,GACE,kBAAA,CACA,QAAA,CACA,gBFoHF,CEjHA,kBAOE,mBAAA,CADA,YFqHF,CEjHA,EAEE,kBAAA,CADA,YFqHF,CEjHA,sCAEE,eAAA,CAIA,WAAA,CAHA,yBAAA,CACA,wCAAA,CAAA,gCAAA,CACA,qCAAA,CAAA,6BFqHF,CEjHA,QAEE,iBAAA,CACA,mBFoHF,CEjHA,iBALE,kBF6HF,CExHA,SAGE,YFqHF,CEjHA,wBAIE,eFoHF,CEjHA,GACE,eFoHF,CEjHA,GACE,mBAAA,CACA,aFoHF,CEjHA,WACE,eFoHF,CEjHA,SAEE,kBFoHF,CEjHA,MACE,aFoHF,CEjHA,QAIE,aAAA,CACA,aAAA,CAHA,iBAAA,CACA,sBFsHF,CEjHA,IACE,aFoHF,CEjHA,IACE,SFoHF,CEjHA,EAGE,wBAAA,CADA,aAAA,CADA,oBFsHF,CEjHA,QAEE,aAAA,CADA,yBFqHF,CE5GA,uFAGE,aAAA,CADA,oBFqHF,CEjHA,+BACE,SFoHF,CEjHA,kBAIE,sFAAA,CAEA,aFmHF,CEhHA,IAEE,kBAAA,CADA,YAAA,CAEA,aFmHF,CEhHA,OACE,eFmHF,CEhHA,IACE,iBFoHF,CEhHA,QAHE,qBFwHF,CErHA,IAEE,eFmHF,CEhHA,MACE,wBFmHF,CEhHA,QAGE,mBAAA,CAEA,aAAA,CAHA,oBAAA,CADA,iBAAA,CAGA,eFoHF,CEhHA,GACE,kBFmHF,CEhHA,MACE,oBAAA,CACA,mBFmHF,CEhHA,OACE,eFmHF,CEhHA,sCAME,mBAAA,CACA,iBAAA,CACA,mBAAA,CAHA,QFsHF,CEhHA,aAEE,gBFmHF,CEhHA,cAEE,mBFmHF,CEhHA,OACE,gBFmHF,CEhHA,gDAIE,yBAAA,CAAA,iBFmHF,CEhHA,aACE,kBAAA,CACA,yCFmHF,CEhHA,4GAIE,cFmHF,CEhHA,wHAKE,iBAAA,CADA,SFoHF,CEhHA,uCAEE,qBAAA,CACA,SFmHF,CEhHA,+EAIE,0BAAA,CAAA,kBFmHF,CEhHA,SACE,aAAA,CACA,eFmHF,CEhHA,SAIE,QAAA,CAFA,QAAA,CADA,WAAA,CAEA,SFoHF,CEhHA,OASE,aAAA,CARA,aAAA,CAKA,gBAAA,CACA,mBAAA,CAHA,mBAAA,CADA,cAAA,CAEA,SAAA,CAGA,kBAAA,CANA,UF0HF,CEhHA,SACE,sBFmHF,CEhHA,kFAEE,WFmHF,CEhHA,cAEE,uBAAA,CAAA,eAAA,CADA,mBFoHF,CEhHA,yCACE,uBAAA,CAAA,eFmHF,CEhHA,6BAEE,yBAAA,CAAA,iBAAA,CADA,YFoHF,CEhHA,OACE,oBFmHF,CEhHA,QAEE,cAAA,CADA,iBFoHF,CEhHA,SACE,YFmHF,CEhHA,SACE,sBFmHF,CG/bA,SASE,qBFJY,CEFZ,wBAAA,CACA,mBAAA,CAMA,qCAAA,CALA,4CFRuB,CESvB,cAAA,CACA,eAAA,CACA,mBAAA,CANA,YAAA,CADA,iBH2cF,CGhcE,qBACE,kBHkcJ,CG/bE,uBACE,qBAAA,CACA,YHicJ,CG9bE,kCACE,qCHgcJ,CG7bE,gBAIE,aFzBQ,CEsBR,kBAAA,CACA,eAAA,CACA,kBHgcJ,CG3bA,eAEE,cAAA,CADA,kBH+bF,CG5bE,sBACE,eH8bJ,CG3bE,qBACE,YH6bJ,CIxeA,WAOE,wBHkBgB,CGnBhB,UAAA,CAJA,YAAA,CACA,qBAAA,CACA,4BAAA,CACA,wBAAA,CAJA,WJifF,CIzeE,sBAIE,gBAAA,CAHA,QAAA,CAEA,eAAA,CADA,SAAA,CAGA,qCJ2eJ,CIveI,+BACE,WAAA,CACA,cAAA,CACA,wCJyeN,CIneE,wBACE,iBAAA,CACA,sBAAA,CACA,0DAAA,CACA,+CJqeJ,CIneI,iCACE,YJqeN,CIjeE,qBAIE,UHpCU,CGiCV,aAAA,CACA,qBAAA,CACA,oBJoeJ,CIjeI,2BACE,aJmeN,CI/dE,4BAIE,sBAAA,CAAA,kBAAA,CAHA,YAAA,CAIA,kBAAA,CAEA,UHKS,CGNT,sBAAA,CAJA,oBJseJ,CI9dE,0BACE,iBAAA,CACA,UHvDU,CGwDV,SJgeJ,CI9dI,gCACE,aHtDS,CGuDT,YJgeN,CI5dE,6BACE,SAAA,CAEA,qBAAA,CADA,YAAA,CAIA,6BAAA,CADA,qBAAA,CADA,UJgeJ,CI3dE,iCAEE,UH3EU,CG0EV,eJ8dJ,CI1dE,yBACE,aJ4dJ,CIzdE,0BACE,iBJ2dJ,CIxdE,iBAGE,iBAAA,CADA,WAAA,CADA,UAAA,CAGA,SJ0dJ,CItdA,yCAEI,sBAME,gBAAA,CALA,YAAA,CAGA,kBAAA,CAFA,WAAA,CAGA,6BAAA,CAFA,gBJ2dJ,CItdI,mCACE,iBJwdN,CIpdE,qBAGE,iBAAA,CADA,2BAAA,CAEA,UHjHQ,CG8GR,gBJydJ,CIndE,4BAGE,WAAA,CACA,UHlEO,CG+DP,kCJudJ,CIjdE,sBAIE,aAAA,CADA,gBAAA,CADA,UJudJ,CIhdE,0CARE,YAAA,CAIA,kBAAA,CACA,6BJ0dJ,CIvdE,oBAEE,aHjFO,CGoFP,oBJkdJ,CI/cE,6BACE,YAAA,CACA,mCJidJ,CI7cE,yBAEE,0BAAA,CADA,SAAA,CAEA,gBJ+cJ,CI5cE,8BAGE,aAAA,CADA,gBAAA,CADA,UJgdJ,CI3cE,0BACE,YAAA,CAEA,wBAAA,CADA,4BJ8cJ,CACF,CKrnBA,mBAIE,wBAAA,CAHA,YAAA,CAEA,qBAAA,CADA,ULynBF,CKrnBE,0BAOE,UJmBa,CIxBb,kEAAA,CACA,cAAA,CACA,eAAA,CACA,kBAAA,CAJA,mBAAA,CAKA,eLwnBJ,CKpnBE,6BAOE,aJQa,CIbb,4CJpBqB,CIqBrB,kBAAA,CACA,eAAA,CACA,oBAAA,CAJA,oBAAA,CAKA,eLunBJ,CKnnBE,4BAEE,oBAAA,CADA,YAAA,CAEA,QLqnBJ,CKlnBE,gCAIE,wBJjBwB,CIgBxB,iBJIoB,CILpB,cAAA,CADA,ULunBJ,CKjnBE,6BAME,wBJxCQ,CIsCR,iBJJoB,CIEpB,WAAA,CACA,cAAA,CAEA,eAAA,CAEA,8CACE,CAPF,SLynBJ,CMjqBA,WAIE,qBLEY,CKLZ,eAAA,CAEA,KAAA,CADA,WNsqBF,CMjqBA,qBAME,kBAAA,CAFA,4BAAA,CAOA,aLbU,CKGV,YAAA,CAIA,kBAAA,CAGA,4CLjBuB,CKkBvB,iBAAA,CACA,eAAA,CAPA,WAAA,CAIA,6BAAA,CALA,UN6qBF,CMlqBE,oCACE,cNoqBJ,CMlqBI,wCACE,YNoqBN,CM/pBA,SAIE,iBAAA,CAFA,WAAA,CACA,cAAA,CAFA,UNqqBF,CM/pBA,yBACE,YNkqBF,CM/pBA,sBAIE,kBAAA,CAHA,YAAA,CAEA,kBAAA,CAEA,SLcW,CKjBX,cNqqBF,CM/pBA,uCACE,qBAIE,4BAAA,CAFA,WAAA,CACA,gBAAA,CAFA,UNqqBF,CMhqBE,wCACE,aNkqBJ,CM9pBA,SAEE,WAAA,CADA,UNiqBF,CM7pBA,qBAIE,kBAAA,CAHA,YAAA,CAEA,kBAAA,CAEA,UAAA,CAHA,WNkqBF,CM7pBE,yBACE,aN+pBJ,CM3pBA,sBAEE,ULnBS,CKkBT,QN8pBF,CACF,CO7uBA,UACE,4CP+uBF,CO7uBE,YACE,qBP+uBJ,CO5uBE,iBAIE,UNqBa,CMvBb,iBAAA,CACA,eAAA,CAFA,mBPivBJ,CO3uBE,mBAEE,kBAAA,CADA,YAAA,CAGA,QAAA,CADA,sBP8uBJ,CO3uBI,uBAGE,aNlBM,CMiBN,cAAA,CADA,aAAA,CAGA,YP6uBN,CO1uBI,kDACE,YAAA,CACA,qBAAA,CACA,UAAA,CACA,mBP4uBN,CO1uBM,mEAGE,UNJS,CMET,kBAAA,CACA,kBP6uBR,COzuBM,yEACE,aP2uBR,COtuBE,gDACE,qBAAA,CACA,SPwuBJ,COruBE,6BACE,cAAA,CACA,mBPuuBJ,COpuBE,0BAEE,SAAA,CADA,kBPuuBJ,COpuBI,mCACE,mBPsuBN,COluBE,iCACE,ePouBJ,COjuBE,gBAIE,sBAAA,CADA,iBNhCoB,CMmCpB,cAAA,CALA,YAAA,CAIA,UAAA,CAHA,QPuuBJ,COhuBE,uBAGE,kBAAA,CACA,kDAAA,CAHA,aAAA,CACA,YAAA,CAIA,0BPiuBJ,CO7tBI,wDACE,aN9EU,CM+EV,YP+tBN,CO3tBE,mCAKE,qBAAA,CAEA,KAAA,CAJA,WAAA,CAGA,0BAAA,CAFA,YAAA,CAHA,iBAAA,CAOA,iBAAA,CANA,WPmuBJ,CO3tBI,oDAGE,SAAA,CAFA,iBAAA,CACA,QP8tBN,COztBE,0CACE,0BAAA,CAEA,kDP0tBJ,COvtBE,kCAEE,kBAAA,CACA,SAAA,CAFA,iBP2tBJ,COvtBI,mDAEE,kBAAA,CADA,YAAA,CAEA,UPytBN,COvtBM,8IAIE,kBAAA,CADA,cAAA,CADA,aP0tBR,COrtBM,sEACE,YPutBR,COptBM,wEACE,aN3GS,CM4GT,YPstBR,COhtBI,kEAEE,aN9IM,CM6IN,aAAA,CAEA,YPktBN,CO/sBI,oEACE,YPitBN,CO7sBE,iDACE,0BAAA,CAEA,kDP8sBJ,CO3sBE,gDACE,cP6sBJ,CO3sBI,+MAGE,UN1IW,CM2IX,SP2sBN,COvsBE,0EACE,wBNlKW,CMmKX,kCPysBJ,COtsBE,2EAEE,wBNzJa,CM0Jb,kDAAA,CAFA,UNrJa,CMyJb,0BPusBJ,COnsBI,0KAEE,sBAAA,CACA,kBPosBN,CO/rBI,iFACE,aN/LM,CMgMN,YPisBN,CO7rBE,iBAQE,aNlLa,CM2Kb,YAAA,CACA,qBAAA,CAEA,4CN/MqB,CMgNrB,iBAAA,CACA,eAAA,CAHA,QAAA,CAIA,mBPgsBJ,CO7rBI,6BACE,kBP+rBN,CQn5BA,gBACE,YAAA,CAIA,qBAAA,CACA,4CAAA,CAHA,QAAA,CACA,SAAA,CAFA,UR05BF,CQp5BE,+BAIE,mCAAA,CAHA,YAAA,CAEA,mBPgDS,COjDT,URw5BJ,CQn5BE,2BACE,SAAA,CAMA,cAAA,CAHA,iBAAA,CACA,kBP4BQ,CO9BR,YAAA,CADA,iBAAA,CAIA,iBRs5BJ,CQn5BI,gCACE,aAAA,CAEA,WAAA,CADA,URs5BN,CQl5BI,+CACE,+BAAA,CAEA,aP5BM,CO2BN,eRq5BN,CQ/4BI,uCACE,sBRi5BN,CQ94BI,mCAEE,WAAA,CADA,URi5BN,CQ54BE,iCACE,aR84BJ,CQ34BE,yCACE,sBAAA,CACA,kBR64BJ,CQ14BE,kDACE,YR44BJ,CSt8BA,aACE,4CTy8BF,CSv8BE,eACE,qBTy8BJ,CSt8BE,sBAEE,kBAAA,CADA,YAAA,CAGA,QAAA,CADA,sBTy8BJ,CSt8BI,0BAGE,aRXM,CQUN,cAAA,CADA,aAAA,CAGA,YTw8BN,CSr8BI,wDACE,YAAA,CACA,qBAAA,CACA,UAAA,CACA,mBTu8BN,CSr8BM,yEAEE,URIS,CQLT,kBTw8BR,CSp8BM,+EACE,aTs8BR,CSj8BE,sDACE,qBAAA,CACA,STm8BJ,CSh8BE,gCACE,cAAA,CACA,mBTk8BJ,CS/7BE,iCAGE,kBAAA,CAIA,aR5CY,CQsCZ,YAAA,CAIA,4CAAA,CADA,SAAA,CAEA,mBAAA,CAJA,kBTs8BJ,CS/7BI,qCACE,aR/CU,CQgDV,YTi8BN,CS77BE,wCACE,eT+7BJ,CS57BE,mBAIE,kBAAA,CADA,iBR9BoB,CQiCpB,cAAA,CALA,YAAA,CAIA,UAAA,CAHA,QTk8BJ,CS37BE,0BAGE,kBAAA,CACA,kDAAA,CAHA,aAAA,CACA,YAAA,CAIA,0BT47BJ,CSz7BE,sCAKE,qBAAA,CAEA,KAAA,CAJA,WAAA,CAGA,0BAAA,CAFA,YAAA,CAHA,iBAAA,CAOA,iBAAA,CANA,WTi8BJ,CSz7BI,0DAGE,SAAA,CAFA,iBAAA,CACA,QT47BN,CSv7BE,wCAEE,kBAAA,CACA,SAAA,CAFA,iBT27BJ,CSv7BI,4DAEE,kBAAA,CADA,YAAA,CAEA,UTy7BN,CSv7BM,sKAIE,kBAAA,CADA,cAAA,CADA,aT07BR,CSr7BM,kFACE,YTu7BR,CSp7BM,oFACE,aR5FS,CQ6FT,YTs7BR,CSh7BI,8KAEE,aR1HU,CQ2HV,YTi7BN,CS56BI,2EAEE,aRvIM,CQsIN,aAAA,CAEA,YT86BN,CS36BI,6EACE,YT66BN,CSz6BE,4DACE,wBR1IW,CQ2IX,kCT26BJ,CSx6BE,sDACE,cT06BJ,CSx6BI,0OAGE,UR9IoB,CQ+IpB,STw6BN,CSp6BE,6DAEE,wBR5Ia,CQ6Ib,kDAAA,CAFA,URpJsB,CQwJtB,0BTq6BJ,CSl6BE,uEACE,0BAAA,CAEA,kDTm6BJ,CS/5BI,kMAEE,sBAAA,CACA,kBTg6BN,CS35BI,0FACE,aRxLM,CQyLN,YT65BN,CSz5BE,yEACE,0BAAA,CAEA,kDT05BJ,CSv5BE,oBASE,aRlLa,CQ0Kb,YAAA,CAEA,qBAAA,CAEA,4CR/MqB,CQgNrB,iBAAA,CACA,eAAA,CAHA,QAAA,CAIA,mBAAA,CANA,eTg6BJ,CSv5BI,gCACE,kBTy5BN,CU/mCA,WAGE,gBAAA,CADA,iBAAA,CAGA,iBAAA,CADA,kBAAA,CAHA,UVsnCF,CUhnCA,wBACE,WACE,eVmnCF,CACF,CUjnCA,wBACE,WACE,eVmnCF,CACF,CUjnCA,wBACE,WACE,eVmnCF,CACF,CUjnCA,yBACE,WACE,gBVmnCF,CACF,CUhnCA,iBAGE,gBAAA,CADA,iBAAA,CAGA,iBAAA,CADA,kBAAA,CAHA,UVsnCF,CU/mCA,KACE,YAAA,CAGA,cAAA,CADA,iBAAA,CADA,kBVonCF,CU/mCA,YAEE,aAAA,CADA,cVmnCF,CU/mCA,sqBAyEE,iBAAA,CADA,kBAAA,CAFA,iBAAA,CACA,UVonCF,CU/mCA,KAEE,YAAA,CACA,WAAA,CAFA,cVonCF,CU/mCA,UAGE,aAAA,CADA,cAAA,CADA,UVonCF,CU/mCA,OAEE,gBAAA,CADA,iBVmnCF,CU/mCA,OAEE,iBAAA,CADA,kBVmnCF,CU/mCA,OAEE,YAAA,CADA,aVmnCF,CU/mCA,OAEE,iBAAA,CADA,kBVmnCF,CU/mCA,OAEE,iBAAA,CADA,kBVmnCF,CU/mCA,OAEE,YAAA,CADA,aVmnCF,CU/mCA,OAEE,iBAAA,CADA,kBVmnCF,CU/mCA,OAEE,iBAAA,CADA,kBVmnCF,CU/mCA,OAEE,YAAA,CADA,aVmnCF,CU/mCA,QAEE,iBAAA,CADA,kBVmnCF,CU/mCA,QAEE,iBAAA,CADA,kBVmnCF,CU/mCA,QAEE,aAAA,CADA,cVmnCF,CU/mCA,2CAGE,cAAA,CADA,eVmnCF,CU/mCA,aACE,QVknCF,CU/mCA,YACE,QVknCF,CU/mCA,SACE,OVknCF,CU/mCA,SACE,OVknCF,CU/mCA,SACE,OVknCF,CU/mCA,SACE,OVknCF,CU/mCA,SACE,OVknCF,CU/mCA,SACE,OVknCF,CU/mCA,SACE,OVknCF,CU/mCA,SACE,OVknCF,CU/mCA,SACE,OVknCF,CU/mCA,SACE,OVknCF,CU/mCA,UACE,QVknCF,CU/mCA,UACE,QVknCF,CU/mCA,UACE,QVknCF,CU/mCA,UACE,mBVknCF,CU/mCA,UACE,oBVknCF,CU/mCA,UACE,eVknCF,CU/mCA,UACE,oBVknCF,CU/mCA,UACE,oBVknCF,CU/mCA,UACE,eVknCF,CU/mCA,UACE,oBVknCF,CU/mCA,UACE,oBVknCF,CU/mCA,UACE,eVknCF,CU/mCA,WACE,oBVknCF,CU/mCA,WACE,oBVknCF,CUhnCA,wBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVqnCF,CUhnCA,aAGE,aAAA,CADA,cAAA,CADA,UVonCF,CU/mCA,UAEE,gBAAA,CADA,iBVknCF,CU9mCA,UAEE,iBAAA,CADA,kBVinCF,CU7mCA,UAEE,YAAA,CADA,aVgnCF,CU5mCA,UAEE,iBAAA,CADA,kBV+mCF,CU3mCA,UAEE,iBAAA,CADA,kBV8mCF,CU1mCA,UAEE,YAAA,CADA,aV6mCF,CUzmCA,UAEE,iBAAA,CADA,kBV4mCF,CUxmCA,UAEE,iBAAA,CADA,kBV2mCF,CUvmCA,UAEE,YAAA,CADA,aV0mCF,CUtmCA,WAEE,iBAAA,CADA,kBVymCF,CUrmCA,WAEE,iBAAA,CADA,kBVwmCF,CUpmCA,WAEE,aAAA,CADA,cVumCF,CUnmCA,gBACE,QVqmCF,CUlmCA,eACE,QVomCF,CUjmCA,YACE,OVmmCF,CUhmCA,YACE,OVkmCF,CU/lCA,YACE,OVimCF,CU9lCA,YACE,OVgmCF,CU7lCA,YACE,OV+lCF,CU5lCA,YACE,OV8lCF,CU3lCA,YACE,OV6lCF,CU1lCA,YACE,OV4lCF,CUzlCA,YACE,OV2lCF,CUxlCA,YACE,OV0lCF,CUvlCA,aACE,QVylCF,CUtlCA,aACE,QVwlCF,CUrlCA,aACE,QVulCF,CUplCA,aACE,aVslCF,CUnlCA,aACE,mBVqlCF,CUllCA,aACE,oBVolCF,CUjlCA,aACE,eVmlCF,CUhlCA,aACE,oBVklCF,CU/kCA,aACE,oBVilCF,CU9kCA,aACE,eVglCF,CU7kCA,aACE,oBV+kCF,CU5kCA,aACE,oBV8kCF,CU3kCA,aACE,eV6kCF,CU1kCA,cACE,oBV4kCF,CUzkCA,cACE,oBV2kCF,CACF,CUzkCA,wBACE,QAEE,YAAA,CACA,WAAA,CAFA,cV6kCF,CUxkCA,aAGE,aAAA,CADA,cAAA,CADA,UV4kCF,CUvkCA,UAEE,gBAAA,CADA,iBV0kCF,CUtkCA,UAEE,iBAAA,CADA,kBVykCF,CUrkCA,UAEE,YAAA,CADA,aVwkCF,CUpkCA,UAEE,iBAAA,CADA,kBVukCF,CUnkCA,UAEE,iBAAA,CADA,kBVskCF,CUlkCA,UAEE,YAAA,CADA,aVqkCF,CUjkCA,UAEE,iBAAA,CADA,kBVokCF,CUhkCA,UAEE,iBAAA,CADA,kBVmkCF,CU/jCA,UAEE,YAAA,CADA,aVkkCF,CU9jCA,WAEE,iBAAA,CADA,kBVikCF,CU7jCA,WAEE,iBAAA,CADA,kBVgkCF,CU5jCA,WAEE,aAAA,CADA,cV+jCF,CU3jCA,gBACE,QV6jCF,CU1jCA,eACE,QV4jCF,CUzjCA,YACE,OV2jCF,CUxjCA,YACE,OV0jCF,CUvjCA,YACE,OVyjCF,CUtjCA,YACE,OVwjCF,CUrjCA,YACE,OVujCF,CUpjCA,YACE,OVsjCF,CUnjCA,YACE,OVqjCF,CUljCA,YACE,OVojCF,CUjjCA,YACE,OVmjCF,CUhjCA,YACE,OVkjCF,CU/iCA,aACE,QVijCF,CU9iCA,aACE,QVgjCF,CU7iCA,aACE,QV+iCF,CU5iCA,aACE,aV8iCF,CU3iCA,aACE,mBV6iCF,CU1iCA,aACE,oBV4iCF,CUziCA,aACE,eV2iCF,CUxiCA,aACE,oBV0iCF,CUviCA,aACE,oBVyiCF,CUtiCA,aACE,eVwiCF,CUriCA,aACE,oBVuiCF,CUpiCA,aACE,oBVsiCF,CUniCA,aACE,eVqiCF,CUliCA,cACE,oBVoiCF,CUjiCA,cACE,oBVmiCF,CACF,CUjiCA,wBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVqiCF,CUhiCA,aAGE,aAAA,CADA,cAAA,CADA,UVoiCF,CU/hCA,UAEE,gBAAA,CADA,iBVkiCF,CU9hCA,UAEE,iBAAA,CADA,kBViiCF,CU7hCA,UAEE,YAAA,CADA,aVgiCF,CU5hCA,UAEE,iBAAA,CADA,kBV+hCF,CU3hCA,UAEE,iBAAA,CADA,kBV8hCF,CU1hCA,UAEE,YAAA,CADA,aV6hCF,CUzhCA,UAEE,iBAAA,CADA,kBV4hCF,CUxhCA,UAEE,iBAAA,CADA,kBV2hCF,CUvhCA,UAEE,YAAA,CADA,aV0hCF,CUthCA,WAEE,iBAAA,CADA,kBVyhCF,CUrhCA,WAEE,iBAAA,CADA,kBVwhCF,CUphCA,WAEE,aAAA,CADA,cVuhCF,CUnhCA,gBACE,QVqhCF,CUlhCA,eACE,QVohCF,CUjhCA,YACE,OVmhCF,CUhhCA,YACE,OVkhCF,CU/gCA,YACE,OVihCF,CU9gCA,YACE,OVghCF,CU7gCA,YACE,OV+gCF,CU5gCA,YACE,OV8gCF,CU3gCA,YACE,OV6gCF,CU1gCA,YACE,OV4gCF,CUzgCA,YACE,OV2gCF,CUxgCA,YACE,OV0gCF,CUvgCA,aACE,QVygCF,CUtgCA,aACE,QVwgCF,CUrgCA,aACE,QVugCF,CUpgCA,aACE,aVsgCF,CUngCA,aACE,mBVqgCF,CUlgCA,aACE,oBVogCF,CUjgCA,aACE,eVmgCF,CUhgCA,aACE,oBVkgCF,CU//BA,aACE,oBVigCF,CU9/BA,aACE,eVggCF,CU7/BA,aACE,oBV+/BF,CU5/BA,aACE,oBV8/BF,CU3/BA,aACE,eV6/BF,CU1/BA,cACE,oBV4/BF,CUz/BA,cACE,oBV2/BF,CACF,CUz/BA,yBACE,QAEE,YAAA,CACA,WAAA,CAFA,cV6/BF,CUx/BA,aAGE,aAAA,CADA,cAAA,CADA,UV4/BF,CUv/BA,UAEE,gBAAA,CADA,iBV0/BF,CUt/BA,UAEE,iBAAA,CADA,kBVy/BF,CUr/BA,UAEE,YAAA,CADA,aVw/BF,CUp/BA,UAEE,iBAAA,CADA,kBVu/BF,CUn/BA,UAEE,iBAAA,CADA,kBVs/BF,CUl/BA,UAEE,YAAA,CADA,aVq/BF,CUj/BA,UAEE,iBAAA,CADA,kBVo/BF,CUh/BA,UAEE,iBAAA,CADA,kBVm/BF,CU/+BA,UAEE,YAAA,CADA,aVk/BF,CU9+BA,WAEE,iBAAA,CADA,kBVi/BF,CU7+BA,WAEE,iBAAA,CADA,kBVg/BF,CU5+BA,WAEE,aAAA,CADA,cV++BF,CU3+BA,gBACE,QV6+BF,CU1+BA,eACE,QV4+BF,CUz+BA,YACE,OV2+BF,CUx+BA,YACE,OV0+BF,CUv+BA,YACE,OVy+BF,CUt+BA,YACE,OVw+BF,CUr+BA,YACE,OVu+BF,CUp+BA,YACE,OVs+BF,CUn+BA,YACE,OVq+BF,CUl+BA,YACE,OVo+BF,CUj+BA,YACE,OVm+BF,CUh+BA,YACE,OVk+BF,CU/9BA,aACE,QVi+BF,CU99BA,aACE,QVg+BF,CU79BA,aACE,QV+9BF,CU59BA,aACE,aV89BF,CU39BA,aACE,mBV69BF,CU19BA,aACE,oBV49BF,CUz9BA,aACE,eV29BF,CUx9BA,aACE,oBV09BF,CUv9BA,aACE,oBVy9BF,CUt9BA,aACE,eVw9BF,CUr9BA,aACE,oBVu9BF,CUp9BA,aACE,oBVs9BF,CUn9BA,aACE,eVq9BF,CUl9BA,cACE,oBVo9BF,CUj9BA,cACE,oBVm9BF,CACF,CWh9DI,uBAIE,UVwBW,CU1BX,iBAAA,CACA,eAAA,CAFA,mBXq9DN,CW/8DI,8BACE,UXi9DN,CW/8DM,uCACE,UXi9DR,CW78DI,uBAIE,aVbU,CUUV,YAAA,CAEA,SAAA,CADA,gBXi9DN,CW58DQ,iCACE,YX88DV,CWx8DE,uBAGE,aVLa,CUIb,cAAA,CADA,0BX48DJ,CWx8DI,iCAKE,qBVrCQ,CUkCR,wBAAA,CACA,iBVFkB,CUGlB,aVXW,CUQX,mBX88DN,CWx8DM,uCAEE,oBVrCQ,CUoCR,gBX28DR,CWx8DQ,2FAEE,4CXy8DV,CWr8DM,+EAEE,kCXs8DR,CWn8DM,wFAEE,kCAAA,CACA,sBAAA,CACA,kBXo8DR,CWj8DM,0CAEE,wBV1CS,CUyCT,oBXo8DR,CW97DU,oDACE,SXg8DZ,CW17DI,4BAGE,qBV9EQ,CU+ER,6CAAA,CAFA,iBAAA,CADA,gBX+7DN,CW17DM,oCAEE,sBAAA,CAGA,eAAA,CADA,UV3DS,CU0DT,eAAA,CAFA,mBXg8DR,CW17DQ,6CAEE,aV3FE,CU0FF,eX67DV,CWz7DQ,4CACE,wBX27DV,CWx7DQ,mDACE,wBX07DV,CWv7DQ,kDACE,qBXy7DV,CYpiEE,0BAGE,sBAAA,CAFA,YAAA,CACA,qBZwiEJ,CYpiEE,sBAIE,UXqBa,CWvBb,kBAAA,CACA,eAAA,CAFA,QZyiEJ,CYniEE,4BAIE,aXaa,CWfb,cAAA,CACA,eAAA,CAFA,kBZwiEJ,CYliEE,uBAGE,aXOa,CWRb,eAAA,CADA,gBZsiEJ,CYjiEE,qBACE,YZmiEJ,CYjiEI,yBAEE,cAAA,CADA,aZoiEN,CY/hE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","file":"look-and-feel.css","sourcesContent":["@use \"../common/common\" as common;\n\n.af-btn-client {\n display: flex;\n min-width: 11.25rem;\n min-height: 3.5rem;\n padding: 0.8rem 1.2rem;\n border: 0;\n border-radius: 8px;\n align-items: center;\n justify-content: center;\n gap: 1rem;\n font-family: common.$font-family-base;\n font-weight: 600;\n color: common.$color-white;\n background-color: common.$color-axa;\n transition-duration: common.$transition-duration;\n transition-property: width, height, border, color, background-color, outline,\n box-shadow;\n transition-timing-function: linear;\n cursor: pointer;\n\n &:hover {\n color: common.$color-white;\n background-color: common.$color-blue-1;\n }\n\n &:active,\n &:focus {\n color: common.$color-white;\n background-color: common.$color-btn-light;\n }\n\n &:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n & > svg {\n aspect-ratio: 1;\n }\n\n &--ghost {\n min-width: auto;\n min-height: auto;\n padding: 0;\n gap: 0.25rem;\n color: common.$color-axa;\n background-color: transparent;\n\n &:hover {\n color: common.$color-blue-1;\n background-color: transparent;\n }\n\n &:focus,\n &:active {\n color: common.$color-btn-light;\n background-color: transparent;\n }\n }\n\n &--primary-business {\n background-color: common.$color-btn-business;\n\n &:hover {\n background-color: common.$color-btn-business-dark;\n }\n\n &:focus {\n background-color: common.$color-btn-business-light;\n }\n }\n\n &--tertiary {\n color: common.$color-axa;\n background-color: common.$color-btn-tertiary-bg;\n\n &:hover {\n color: common.$color-axa;\n background-color: common.$color-btn-tertiary-bg-darker;\n }\n\n &:focus,\n &:active {\n color: common.$color-axa;\n background-color: common.$color-btn-tertiary-bg-lighter;\n }\n }\n\n &--secondary {\n color: common.$color-axa;\n background-color: common.$color-white;\n box-shadow: 0 0 0 1px common.$color-axa inset;\n\n &:hover,\n &:focus,\n &:active {\n color: common.$color-blue-1;\n background-color: common.$color-white;\n box-shadow: 0 0 0 2px common.$color-blue-1 inset;\n }\n\n &:active {\n background-color: common.$color-blue-2;\n }\n }\n\n &--secondary-error {\n color: common.$color-red-700;\n background-color: common.$color-white;\n box-shadow: 0 0 0 1px common.$color-red-700 inset;\n\n &:hover,\n &:focus,\n &:active {\n color: common.$color-btn-error-text;\n background-color: common.$color-white;\n box-shadow: 0 0 0 2px common.$color-btn-error-text inset;\n }\n\n &:active {\n background-color: common.$color-btn-error-bg;\n }\n }\n\n &__wrapper {\n display: flex;\n align-items: center;\n justify-content: center;\n line-height: 1;\n }\n\n &:disabled,\n &[aria-disabled=\"true\"] {\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-300;\n box-shadow: none;\n cursor: not-allowed;\n\n &:hover,\n &:focus {\n border-color: transparent;\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-300;\n }\n }\n}\n","@use \"Button/Button\";\n@use \"Card/Card\";\n@use \"Layout/Footer/Footer\";\n@use \"Stepper/Stepper\";\n@use \"Layout/Header/Header\";\n@use \"Form/Radio/Radio\";\n@use \"Tabs/Tabs\";\n@use \"Form/Checkbox/Checkbox\";\n@use \"Form/Select/Select\";\n@use \"Form/Text/Text\";\n@use \"Form/FileUpload/FileUpload\";\n@use \"Accordion/Accordion\";\n@use \"Modal/Modal\";\n@use \"Alert/Alert\";\n@use \"Link/Link\";\n@use \"Pagination/Pagination\";\n@use \"Pagination/PaginationDesktop\";\n@use \"Pagination/PaginationMobile\";\n@use \"Loader/Loader\";\n@use \"./List/List\";\n@use \"List/ClickList/ClickList\";\n@use \"./List/ContentItemDuo/ContentItemDuo\";\n@use \"List/ContentTabList/ContentTabList\";\n@use \"Tag/Tag\";\n@use \"Form/InputError/InputError\";\n@use \"IconBg/IconBg\";\n@use \"Layout/Header/NavBar/NavBar\";\n@use \"Layout/Header/PreviousLink/PreviousLink\";\n@use \"Title/Title\";\n@use \"./List/ContentItemMono/ContentItemMono\";\n","$font-family-sans-serif: \"Source Sans Pro\", arial, sans-serif !default;\n$font-family-serif: georgia, times, \"Times New Roman\", serif !default;\n$font-family-base: $font-family-sans-serif !default;\n$font-family-publico-bold: \"Publico Headline Bold\" !default;\n$font-family-publico: \"Publico Headline\" !default;\n// colors\n\n$color-axa: #00008f !default;\n$color-white: #fff !default;\n$color-black: #000 !default;\n$color-red: #ff1721 !default;\n$color-gray: #5f5f5f !default;\n$color-red-700: #c91432 !default;\n$color-blue-1: #000072 !default;\n$color-blue-2: #f8f8ff !default;\n$color-blue-3: #36f !default;\n$color-btn-light: #3333a5 !default;\n$color-btn-business: #c94e14 !default;\n$color-btn-business-dark: #a8391c !default;\n$color-btn-business-light: #df7e65 !default;\n$color-btn-disabled-text: #999 !default;\n$color-btn-disabled-border: #e5e5e5 !default;\n$color-btn-error-text: #a11028 !default;\n$color-btn-error-bg: #fff3f5 !default;\n$color-btn-tertiary-bg: #eef !default;\n$color-btn-tertiary-bg-darker: #e4e4ff !default;\n$color-btn-tertiary-bg-lighter: #f8f8ff !default;\n$color-oceanBlue: #4976ba !default;\n$color-gray-1: #ccc !default;\n$color-gray-200: #f3f3f3;\n$color-gray-300: #e9ecf2;\n$color-gray-400: #e5e5e5;\n$color-gray-500: #999;\n$color-gray-700: #5f5f5f;\n$color-gray-900: #333 !default;\n$color-green-600: #118635 !default;\n$color-border: #f3f3f3 !default;\n$color-focus: #36f !default;\n\n// others\n\n$default-border-radius: 4px !default;\n\n$transition-duration: 0.2s !default;\n\n// spacing\n\n$sizing-u0: 0 !default;\n$sizing-u05: 0.4rem !default;\n$sizing-u1: 0.8rem !default;\n$sizing-u2: 1.6rem !default;\n$sizing-u3: 2.4rem !default;\n$sizing-u4: 3.2rem !default;\n$sizing-u5: 4rem !default;\n$sizing-u6: 4.8rem !default;\n$sizing-u7: 5.6rem !default;\n$sizing-u8: 6.4rem !default;\n$sizing-u9: 7.2rem !default;\n$sizing-u10: 8rem !default;\n$spacing-u0: 0 !default;\n$spacing-u05: 0.4rem !default;\n$spacing-u1: 0.8rem !default;\n$spacing-u2: 1.6rem !default;\n$spacing-u3: 2.4rem !default;\n$spacing-u4: 3.2rem !default;\n$spacing-u5: 4rem !default;\n$spacing-u6: 4.8rem !default;\n$spacing-u7: 5.6rem !default;\n$spacing-u8: 6.4rem !default;\n$spacing-u9: 7.2rem !default;\n$spacing-u10: 8rem !default;\n$spacing-u11: 8.8rem !default;\n$spacing-u12: 9.6rem !default;\n$spacing-u13: 10.4rem !default;\n$spacing-u14: 11.2rem !default;\n$spacing-u15: 12rem !default;\n$spacing-u16: 12.8rem !default;\n$spacing-u17: 13.6rem !default;\n$spacing-u18: 14.4rem !default;\n$spacing-u19: 15.2rem !default;\n$spacing-u20: 16rem !default;\n$screen-size-668: s !default;\n$screen-size-1024: m !default;\n$screen-size-1200: oldl !default;\n$screen-size-1280: l !default;\n$screen-size-1540: oldxl !default;\n$screen-size-1600: xl !default;\n$screen-size-s: 668px !default;\n$screen-size-m: 1024px !default;\n$screen-size-l: 1280px !default;\n$screen-size-xl: 1600px !default;\n$screen-size-oldl: 1200px !default;\n$screen-size-oldxl: 1540px !default;\n\n$error-custom-border: #d18e8e !default;\n$error-custom-bg: #ffbfbf !default;\n\n$color-alertDanger-colorBorder: #c8b282 !default;\n$color-alertDanger-bgColor: #f1d596 !default;\n\n// breakpoints\n\n$breakpoint-xs: 0 !default;\n$breakpoint-sm: 667px !default;\n$breakpoint-md: 1023px !default;\n$breakpoint-lg: 1279px !default;\n$breakpoint-xl: 1599px !default;\n","*,\n::after,\n::before {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n text-size-adjust: 100%;\n -webkit-tap-highlight-color: transparent;\n}\n\narticle,\naside,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Source Sans Pro\", Arial, sans-serif;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n color: #333;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[data-original-title],\nabbr[title] {\n border-bottom: 0;\n text-decoration: underline;\n text-decoration: underline dotted;\n text-decoration-skip-ink: none;\n cursor: help;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\ndl,\nol,\nul {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nol ul,\nul ol,\nul ul {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: 0.5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n vertical-align: baseline;\n font-size: 75%;\n line-height: 0;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\na {\n text-decoration: none;\n color: #00008f;\n background-color: transparent;\n}\n\na:hover {\n text-decoration: underline;\n color: #000043;\n}\n\na:not([href], [tabindex]) {\n text-decoration: none;\n color: inherit;\n}\n\na:not([href], [tabindex]):focus,\na:not([href], [tabindex]):hover {\n text-decoration: none;\n color: inherit;\n}\n\na:not([href], [tabindex]):focus {\n outline: 0;\n}\n\ncode,\nkbd,\npre,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\",\n \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n border-style: none;\n vertical-align: middle;\n}\n\nsvg {\n vertical-align: middle;\n overflow: hidden;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n caption-side: bottom;\n text-align: left;\n color: #6c757d;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"],\nbutton {\n appearance: button;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled),\nbutton:not(:disabled) {\n cursor: pointer;\n}\n\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner,\nbutton::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"],\ninput[type=\"time\"] {\n appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n margin: 0;\n padding: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n margin-bottom: 0.5rem;\n padding: 0;\n font-size: 1.5rem;\n line-height: inherit;\n white-space: normal;\n color: inherit;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n","@use \"../common/reboot\";\n@use \"../common/common\" as common;\n\n.af-card {\n width: fit-content;\n padding: 1rem;\n border: 1px solid common.$color-gray-300;\n border-radius: 0.5rem;\n font-family: common.$font-family-base;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.25rem;\n background-color: common.$color-white;\n box-shadow: 0 0.25rem 0.5rem 0 hsla(230deg, 60%, 16%, 8%);\n\n > *:last-child {\n margin-block-end: 0;\n }\n\n &:focus-visible {\n border: 2px solid common.$color-focus;\n outline: none;\n }\n\n &--elevation-2:not(:focus) {\n box-shadow: 0 0.25rem 0.5rem 0 hsla(230deg, 60%, 16%, 16%);\n }\n\n &__title {\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n color: common.$color-axa;\n }\n}\n\nbutton.af-card {\n text-align: initial;\n cursor: pointer;\n\n &:active {\n box-shadow: none;\n }\n\n &:focus {\n outline: none;\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-footer {\n z-index: 100;\n display: flex;\n flex-direction: column;\n justify-content: space-around;\n text-transform: uppercase;\n color: common.$color-white;\n background-color: common.$color-oceanBlue;\n\n &__menuLinks {\n height: 0;\n padding: 0;\n overflow: hidden;\n background: transparent;\n transition:\n background 0ms,\n padding 0ms;\n\n &--display {\n height: auto;\n padding: 0 2rem;\n transition:\n background 250ms,\n padding 125ms;\n }\n }\n\n &__iconTrigger {\n align-self: center;\n justify-content: center;\n transform: rotate3d(var(--rotate-x, 0), 0, 0, 180deg) !important;\n transition: transform 250ms ease-in-out !important;\n\n &--display {\n --rotate-x: 1;\n }\n }\n\n &__linkItem {\n display: block;\n padding: 1.2rem common.$spacing-u3;\n text-decoration: none;\n color: common.$color-white;\n\n &:hover {\n color: common.$color-blue-1;\n }\n }\n\n &__footerMenuIcons {\n display: flex;\n padding: common.$spacing-u2 common.$spacing-u1;\n border: 1px solid rgba(255, 255, 255, 20%);\n border-width: 1px 0;\n flex-direction: row;\n justify-content: center;\n gap: common.$spacing-u3;\n }\n\n &__menuIconLinks {\n align-self: center;\n color: common.$color-white;\n fill: common.$color-white;\n\n &:hover {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n }\n\n &__menuAboutTrigger {\n all: unset;\n display: flex;\n box-sizing: border-box;\n width: 100%;\n padding: common.$spacing-u2 common.$spacing-u4;\n justify-content: space-between;\n }\n\n &__menuAboutTriggerText {\n font-weight: bold;\n color: common.$color-white;\n }\n\n &__footerBottom {\n padding: common.$spacing-u1;\n }\n\n &__textCopyright {\n font-size: 0.875rem;\n }\n\n &__icon {\n width: 16px;\n height: 16px;\n align-self: center;\n fill: common.$color-white;\n }\n}\n\n@media only screen and (width >= #{common.$screen-size-m}) {\n .af-footer {\n &__menuLinks {\n display: flex;\n height: auto;\n padding: 1.2rem 0;\n flex-direction: row;\n justify-content: space-between;\n background: transparent;\n\n & :first-child {\n border-left: unset;\n }\n }\n\n &__linkItem {\n padding: 0 common.$spacing-u2;\n border-left: 1px solid rgba(255, 255, 255, 20%);\n align-self: center;\n color: common.$color-white;\n }\n\n &__footerMenuIcons {\n padding: common.$spacing-u2 common.$spacing-u4 common.$spacing-u2\n common.$spacing-u1;\n border: none;\n gap: common.$spacing-u2;\n }\n\n &__footerTop {\n display: flex;\n width: 100%;\n max-width: 128rem;\n margin: 0 auto;\n flex-direction: row;\n justify-content: space-between;\n }\n\n &__menuTop {\n display: flex;\n padding: common.$spacing-u1;\n flex-direction: row;\n justify-content: space-between;\n text-decoration: none;\n }\n\n &__menuAboutTrigger {\n display: none;\n padding: common.$spacing-u2 common.$spacing-u2 common.$spacing-u2\n common.$spacing-u4;\n }\n\n &__footerBottom {\n padding: 0;\n border-top: 1px solid rgba(255, 255, 255, 20%);\n text-align: right;\n }\n\n &__footerBottomWidth {\n width: 100%;\n max-width: 128rem;\n margin: 0 auto;\n }\n\n &__textCopyright {\n display: flex;\n padding: common.$spacing-u1 common.$spacing-u4 common.$spacing-u1 0;\n justify-content: flex-end;\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-stepper-client {\n display: flex;\n width: 100%;\n flex-direction: column;\n background-color: transparent;\n\n &__title {\n margin-bottom: 0.5rem;\n font-family: common.$font-family-publico-bold, common.$font-family-base;\n font-size: 2rem;\n font-weight: 700;\n line-height: 2.5rem;\n text-align: left;\n color: common.$color-gray-900;\n }\n\n &__subtitle {\n margin-bottom: 1.5rem;\n font-family: common.$font-family-sans-serif;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.406rem;\n text-align: left;\n color: common.$color-gray-700;\n }\n\n &__content {\n display: flex;\n align-items: flex-end;\n gap: 1rem;\n }\n\n &__progressbar {\n width: 100%;\n height: 0.375rem;\n border-radius: common.$default-border-radius;\n background-color: common.$color-btn-disabled-border;\n }\n\n &__progress {\n width: 50%;\n height: 100%;\n height: 0.375rem;\n border-radius: common.$default-border-radius;\n text-align: left;\n background-color: common.$color-axa;\n transition:\n 0.75s ease-out,\n background-color 0.75s;\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-header {\n position: sticky;\n z-index: 100;\n top: 0;\n background-color: common.$color-white;\n}\n\n.af-header-container {\n display: flex;\n width: 100%;\n height: 72px;\n border-bottom: 1px solid common.$color-gray-1;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n font-family: common.$font-family-sans-serif;\n font-size: 1.25rem;\n font-weight: 600;\n color: common.$color-axa;\n\n & .af-btn-client {\n min-width: initial;\n\n & > svg {\n display: none;\n }\n }\n}\n\n.af-logo {\n width: 40px;\n height: 40px;\n margin: 0 common.$spacing-u1;\n align-self: center;\n}\n\n.af-header-left-item > nav {\n display: none;\n}\n\n.af-header-right-item {\n display: flex;\n margin: 0 common.$spacing-u1;\n flex-direction: row;\n align-items: center;\n gap: common.$spacing-u1;\n}\n\n@media only screen and (width >=64em) {\n .af-header-container {\n width: auto;\n height: 80px;\n padding: 0 common.$spacing-u4;\n border-top: 2px solid common.$color-axa;\n\n & .af-btn-client > svg {\n display: block;\n }\n }\n\n .af-logo {\n width: 56px;\n height: 56px;\n }\n\n .af-header-left-item {\n display: flex;\n height: 5rem;\n flex-direction: row;\n align-items: center;\n gap: 1.5rem;\n\n & > nav {\n display: block;\n }\n }\n\n .af-header-right-item {\n margin: 0;\n gap: common.$spacing-u2;\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-radio {\n font-family: \"Source Sans Pro\", arial, sans-serif;\n\n * {\n box-sizing: border-box;\n }\n\n &__label {\n margin-bottom: 0.5rem;\n font-size: 1.25rem;\n font-weight: 600;\n color: common.$color-gray-900;\n }\n\n &__content {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 1rem;\n\n & > svg {\n width: 1.75rem;\n height: 1.75rem;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & &-description {\n display: flex;\n flex-direction: column;\n gap: 0.25rem;\n line-height: 1.25rem;\n\n & > span:first-child {\n font-size: 1.125rem;\n line-height: 1.4rem;\n color: common.$color-gray-900;\n }\n\n & > span:not(:first-child) {\n color: common.$color-gray-700;\n }\n }\n }\n\n &-select--horizontal &__content {\n flex-direction: column;\n gap: 0.5rem;\n }\n\n &__group-description {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n & ~ .af-input-error {\n margin-left: 3.2rem;\n gap: 0.5rem;\n\n &__message {\n line-height: 1.25rem;\n }\n }\n\n &-select ~ .af-input-error {\n margin: 1rem 0 0;\n }\n\n & label {\n display: flex;\n margin: 0;\n border-radius: common.$default-border-radius;\n align-items: flex-start;\n gap: 0.75rem;\n cursor: pointer;\n }\n\n &-select label {\n height: 6.4rem;\n padding: 1rem;\n align-items: center;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray};\n }\n\n &[aria-invalid=\"true\"] {\n *:not(.af-radio__content *) {\n color: common.$color-red-700;\n fill: common.$color-red-700;\n }\n }\n\n &-select--horizontal label {\n position: relative;\n width: 12rem;\n height: auto;\n padding: 1rem;\n flex-direction: column;\n justify-content: flex-start;\n gap: 0;\n text-align: center;\n\n & .af-radio__icons {\n position: absolute;\n top: 1rem;\n left: 1rem;\n }\n }\n\n &-select[aria-invalid=\"true\"] label {\n --box-shadow-color: #{common.$color-red-700};\n\n box-shadow: 0 0 0 2px var(--box-shadow-color) inset;\n }\n\n & label input[type=\"radio\"] {\n position: absolute;\n margin-right: 0.5rem;\n opacity: 0;\n\n & ~ .af-radio__icons {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n\n & .af-radio__checked,\n & .af-radio__unchecked {\n width: 1.75rem;\n height: 1.75rem;\n align-items: center;\n }\n\n & .af-radio__checked {\n display: none;\n }\n\n & .af-radio__unchecked {\n color: common.$color-gray-700;\n fill: common.$color-gray-700;\n }\n }\n }\n\n & label:has(input[type=\"radio\"]:checked) {\n & .af-radio__checked {\n display: block;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & .af-radio__unchecked {\n display: none;\n }\n }\n\n &-select[aria-invalid=\"false\"] label:hover {\n --box-shadow-color: #{common.$color-axa};\n\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n }\n\n & label:has(input[type=\"radio\"]:disabled) {\n cursor: default;\n\n & .af-radio__content > svg,\n & .af-radio__checked,\n & .af-radio__unchecked {\n color: common.$color-gray-500;\n fill: common.$color-gray-500;\n }\n }\n\n &-select[aria-invalid=\"false\"] label:has(input[type=\"radio\"]:checked) {\n background-color: common.$color-blue-2;\n box-shadow: 0 0 0 2px common.$color-axa inset;\n }\n\n &-select[aria-invalid=\"false\"] label:has(input[type=\"radio\"]:disabled) {\n color: common.$color-gray-500;\n background-color: common.$color-gray-200;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray-400};\n }\n\n & label input[type=\"radio\"]:focus-visible ~ .af-radio__icons {\n & .af-radio__unchecked,\n & .af-radio__checked {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n }\n\n & label:hover:not(:has(input[type=\"radio\"]:disabled)) {\n & .af-radio__unchecked {\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n }\n\n &-select {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n font-family: common.$font-family-base;\n font-style: normal;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n\n &--horizontal {\n flex-direction: row;\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-tabs-client {\n display: flex;\n width: 100%;\n margin: 0;\n padding: 0;\n flex-direction: column;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n\n & > [role=\"tablist\"] {\n display: flex;\n width: 100%;\n margin-bottom: common.$spacing-u1;\n box-shadow: inset 0 -2px 0 0 common.$color-gray-300;\n }\n\n & [role=\"tab\"] {\n all: unset;\n position: relative;\n padding: 1rem;\n font-size: 1.25rem;\n line-height: common.$sizing-u2;\n text-align: center;\n cursor: pointer;\n\n & > span {\n display: block;\n width: 100%;\n height: 100%;\n }\n\n &[aria-selected=\"true\"] {\n border-bottom: 4px solid common.$color-axa;\n font-weight: 600;\n color: common.$color-axa;\n }\n }\n\n &--center {\n & > [role=\"tablist\"] {\n justify-content: center;\n }\n\n & [role=\"tab\"] {\n width: 100%;\n flex-grow: 1;\n }\n }\n\n & [role=\"tab\"]:focus {\n outline: unset;\n }\n\n & [role=\"tab\"]:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n & > [role=\"tabpanel\"][aria-hidden=\"true\"] {\n display: none;\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-checkbox {\n font-family: \"Source Sans Pro\", arial, sans-serif;\n\n * {\n box-sizing: border-box;\n }\n\n &__content {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 1rem;\n\n & > svg {\n width: 1.75rem;\n height: 1.75rem;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & &-description {\n display: flex;\n flex-direction: column;\n gap: 0.25rem;\n line-height: 1.25rem;\n\n & > span:first-child {\n line-height: 1.4rem;\n color: common.$color-gray-900;\n }\n\n & > span:not(:first-child) {\n color: common.$color-gray-700;\n }\n }\n }\n\n &-select--horizontal &__content {\n flex-direction: column;\n gap: 0.5rem;\n }\n\n &__group-description {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n & ~ &__error {\n display: flex;\n margin-left: 3.2rem;\n align-items: center;\n gap: 0.5rem;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n line-height: 1.25rem;\n color: common.$color-red-700;\n\n & > svg {\n color: common.$color-red-700;\n fill: common.$color-red-700;\n }\n }\n\n &-select ~ &__error {\n margin: 1rem 0 0;\n }\n\n & label {\n display: flex;\n margin: 0;\n border-radius: common.$default-border-radius;\n align-items: center;\n gap: 0.75rem;\n cursor: pointer;\n }\n\n &-select label {\n height: 6.4rem;\n padding: 1rem;\n align-items: center;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray};\n }\n\n &-select--horizontal label {\n position: relative;\n width: 12rem;\n height: auto;\n padding: 1rem;\n flex-direction: column;\n justify-content: flex-start;\n gap: 0;\n text-align: center;\n\n & .af-checkbox__icons {\n position: absolute;\n top: 1rem;\n left: 1rem;\n }\n }\n\n & label input[type=\"checkbox\"] {\n position: absolute;\n margin-right: 0.5rem;\n opacity: 0;\n\n & ~ .af-checkbox__icons {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n\n & .af-checkbox__checked,\n & .af-checkbox__unchecked {\n width: 1.75rem;\n height: 1.75rem;\n align-items: center;\n }\n\n & .af-checkbox__checked {\n display: none;\n }\n\n & .af-checkbox__unchecked {\n color: common.$color-gray-700;\n fill: common.$color-gray-700;\n }\n }\n }\n\n & label:has(input[type=\"checkbox\"][aria-invalid=\"true\"]) {\n & .af-checkbox__checked,\n & .af-checkbox__unchecked {\n color: common.$color-red-700;\n fill: common.$color-red-700;\n }\n }\n\n & label:has(input[type=\"checkbox\"]:checked) {\n & .af-checkbox__checked {\n display: block;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & .af-checkbox__unchecked {\n display: none;\n }\n }\n\n &-select label:has(input[type=\"checkbox\"]:checked) {\n background-color: common.$color-blue-2;\n box-shadow: 0 0 0 2px common.$color-axa inset;\n }\n\n & label:has(input[type=\"checkbox\"]:disabled) {\n cursor: default;\n\n & .af-checkbox__content > svg,\n & .af-checkbox__checked,\n & .af-checkbox__unchecked {\n color: common.$color-btn-disabled-text;\n fill: common.$color-btn-disabled-text;\n }\n }\n\n &-select label:has(input[type=\"checkbox\"]:disabled) {\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-200;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray-400};\n }\n\n &-select label:has(input[type=\"checkbox\"][aria-invalid=\"true\"]) {\n --box-shadow-color: #{common.$color-red-700};\n\n box-shadow: 0 0 0 2px var(--box-shadow-color) inset;\n }\n\n & label input[type=\"checkbox\"]:focus-visible ~ .af-checkbox__icons {\n & .af-checkbox__unchecked,\n & .af-checkbox__checked {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n }\n\n & label:hover:not(:has(input[type=\"checkbox\"]:disabled)) {\n & .af-checkbox__unchecked {\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n }\n\n &-select label:hover:not(:has(input[type=\"checkbox\"]:disabled)) {\n --box-shadow-color: #{common.$color-axa};\n\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n }\n\n &-select {\n display: flex;\n margin-top: 1rem;\n flex-direction: column;\n gap: 1rem;\n font-family: common.$font-family-base;\n font-style: normal;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n\n &--horizontal {\n flex-direction: row;\n }\n }\n}\n",".container {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n padding-right: 15px;\n padding-left: 15px;\n}\n@media (width >= 576px) {\n .container {\n max-width: 540px;\n }\n}\n@media (width >= 768px) {\n .container {\n max-width: 720px;\n }\n}\n@media (width >= 992px) {\n .container {\n max-width: 960px;\n }\n}\n@media (width >= 1200px) {\n .container {\n max-width: 1440px;\n }\n}\n\n.container-fluid {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.row {\n display: flex;\n margin-right: -15px;\n margin-left: -15px;\n flex-wrap: wrap;\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.col,\n.col-1,\n.col-10,\n.col-11,\n.col-12,\n.col-2,\n.col-3,\n.col-4,\n.col-5,\n.col-6,\n.col-7,\n.col-8,\n.col-9,\n.col-auto,\n.col-lg,\n.col-lg-1,\n.col-lg-10,\n.col-lg-11,\n.col-lg-12,\n.col-lg-2,\n.col-lg-3,\n.col-lg-4,\n.col-lg-5,\n.col-lg-6,\n.col-lg-7,\n.col-lg-8,\n.col-lg-9,\n.col-lg-auto,\n.col-md,\n.col-md-1,\n.col-md-10,\n.col-md-11,\n.col-md-12,\n.col-md-2,\n.col-md-3,\n.col-md-4,\n.col-md-5,\n.col-md-6,\n.col-md-7,\n.col-md-8,\n.col-md-9,\n.col-md-auto,\n.col-sm,\n.col-sm-1,\n.col-sm-10,\n.col-sm-11,\n.col-sm-12,\n.col-sm-2,\n.col-sm-3,\n.col-sm-4,\n.col-sm-5,\n.col-sm-6,\n.col-sm-7,\n.col-sm-8,\n.col-sm-9,\n.col-sm-auto,\n.col-xl,\n.col-xl-1,\n.col-xl-10,\n.col-xl-11,\n.col-xl-12,\n.col-xl-2,\n.col-xl-3,\n.col-xl-4,\n.col-xl-5,\n.col-xl-6,\n.col-xl-7,\n.col-xl-8,\n.col-xl-9,\n.col-xl-auto {\n position: relative;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.col {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n}\n\n.col-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n}\n\n.col-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n}\n\n.col-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n}\n\n.col-3 {\n max-width: 25%;\n flex: 0 0 25%;\n}\n\n.col-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n}\n\n.col-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n}\n\n.col-6 {\n max-width: 50%;\n flex: 0 0 50%;\n}\n\n.col-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n}\n\n.col-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n}\n\n.col-9 {\n max-width: 75%;\n flex: 0 0 75%;\n}\n\n.col-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n}\n\n.col-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n}\n\n.col-12 {\n max-width: 100%;\n flex: 0 0 100%;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.order-first {\n order: -1;\n}\n\n.order-last {\n order: 13;\n}\n\n.order-0 {\n order: 0;\n}\n\n.order-1 {\n order: 1;\n}\n\n.order-2 {\n order: 2;\n}\n\n.order-3 {\n order: 3;\n}\n\n.order-4 {\n order: 4;\n}\n\n.order-5 {\n order: 5;\n}\n\n.order-6 {\n order: 6;\n}\n\n.order-7 {\n order: 7;\n}\n\n.order-8 {\n order: 8;\n}\n\n.order-9 {\n order: 9;\n}\n\n.order-10 {\n order: 10;\n}\n\n.order-11 {\n order: 11;\n}\n\n.order-12 {\n order: 12;\n}\n\n.offset-1 {\n margin-left: 8.3333%;\n}\n\n.offset-2 {\n margin-left: 16.6667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.3333%;\n}\n\n.offset-5 {\n margin-left: 41.6667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.3333%;\n}\n\n.offset-8 {\n margin-left: 66.6667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.3333%;\n}\n\n.offset-11 {\n margin-left: 91.6667%;\n}\n@media (width >= 576px) {\n .col-sm {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-sm-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-sm-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-sm-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-sm-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-sm-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-sm-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-sm-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-sm-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-sm-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-sm-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-sm-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-sm-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-sm-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-sm-first {\n order: -1;\n }\n\n .order-sm-last {\n order: 13;\n }\n\n .order-sm-0 {\n order: 0;\n }\n\n .order-sm-1 {\n order: 1;\n }\n\n .order-sm-2 {\n order: 2;\n }\n\n .order-sm-3 {\n order: 3;\n }\n\n .order-sm-4 {\n order: 4;\n }\n\n .order-sm-5 {\n order: 5;\n }\n\n .order-sm-6 {\n order: 6;\n }\n\n .order-sm-7 {\n order: 7;\n }\n\n .order-sm-8 {\n order: 8;\n }\n\n .order-sm-9 {\n order: 9;\n }\n\n .order-sm-10 {\n order: 10;\n }\n\n .order-sm-11 {\n order: 11;\n }\n\n .order-sm-12 {\n order: 12;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.3333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.6667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.3333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.6667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.3333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.6667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.3333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.6667%;\n }\n}\n@media (width >= 768px) {\n .col-md {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-md-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-md-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-md-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-md-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-md-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-md-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-md-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-md-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-md-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-md-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-md-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-md-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-md-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-md-first {\n order: -1;\n }\n\n .order-md-last {\n order: 13;\n }\n\n .order-md-0 {\n order: 0;\n }\n\n .order-md-1 {\n order: 1;\n }\n\n .order-md-2 {\n order: 2;\n }\n\n .order-md-3 {\n order: 3;\n }\n\n .order-md-4 {\n order: 4;\n }\n\n .order-md-5 {\n order: 5;\n }\n\n .order-md-6 {\n order: 6;\n }\n\n .order-md-7 {\n order: 7;\n }\n\n .order-md-8 {\n order: 8;\n }\n\n .order-md-9 {\n order: 9;\n }\n\n .order-md-10 {\n order: 10;\n }\n\n .order-md-11 {\n order: 11;\n }\n\n .order-md-12 {\n order: 12;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.3333%;\n }\n\n .offset-md-2 {\n margin-left: 16.6667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.3333%;\n }\n\n .offset-md-5 {\n margin-left: 41.6667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.3333%;\n }\n\n .offset-md-8 {\n margin-left: 66.6667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.3333%;\n }\n\n .offset-md-11 {\n margin-left: 91.6667%;\n }\n}\n@media (width >= 992px) {\n .col-lg {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-lg-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-lg-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-lg-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-lg-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-lg-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-lg-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-lg-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-lg-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-lg-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-lg-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-lg-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-lg-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-lg-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-lg-first {\n order: -1;\n }\n\n .order-lg-last {\n order: 13;\n }\n\n .order-lg-0 {\n order: 0;\n }\n\n .order-lg-1 {\n order: 1;\n }\n\n .order-lg-2 {\n order: 2;\n }\n\n .order-lg-3 {\n order: 3;\n }\n\n .order-lg-4 {\n order: 4;\n }\n\n .order-lg-5 {\n order: 5;\n }\n\n .order-lg-6 {\n order: 6;\n }\n\n .order-lg-7 {\n order: 7;\n }\n\n .order-lg-8 {\n order: 8;\n }\n\n .order-lg-9 {\n order: 9;\n }\n\n .order-lg-10 {\n order: 10;\n }\n\n .order-lg-11 {\n order: 11;\n }\n\n .order-lg-12 {\n order: 12;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.3333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.6667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.3333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.6667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.3333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.6667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.3333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.6667%;\n }\n}\n@media (width >= 1200px) {\n .col-xl {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-xl-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-xl-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-xl-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-xl-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-xl-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-xl-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-xl-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-xl-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-xl-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-xl-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-xl-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-xl-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-xl-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-xl-first {\n order: -1;\n }\n\n .order-xl-last {\n order: 13;\n }\n\n .order-xl-0 {\n order: 0;\n }\n\n .order-xl-1 {\n order: 1;\n }\n\n .order-xl-2 {\n order: 2;\n }\n\n .order-xl-3 {\n order: 3;\n }\n\n .order-xl-4 {\n order: 4;\n }\n\n .order-xl-5 {\n order: 5;\n }\n\n .order-xl-6 {\n order: 6;\n }\n\n .order-xl-7 {\n order: 7;\n }\n\n .order-xl-8 {\n order: 8;\n }\n\n .order-xl-9 {\n order: 9;\n }\n\n .order-xl-10 {\n order: 10;\n }\n\n .order-xl-11 {\n order: 11;\n }\n\n .order-xl-12 {\n order: 12;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.3333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.6667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.3333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.6667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.3333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.6667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.3333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.6667%;\n }\n}\n","@use \"../../common/common\" as common;\n@use \"../../common/grid\";\n@use \"../../common/reboot\";\n\n.af-form {\n &__select {\n &-label {\n margin-bottom: 0.5rem;\n font-size: 1.25rem;\n font-weight: 600;\n color: common.$color-gray-900;\n }\n\n &-single-value {\n color: common.$color-gray-900;\n\n &-disabled {\n color: common.$color-gray-500;\n }\n }\n\n &-error {\n display: flex;\n margin-top: 0.5rem;\n gap: 0.5rem;\n color: common.$color-red-700;\n\n &-icon {\n path {\n fill: common.$color-red-700;\n }\n }\n }\n }\n\n &__input-select {\n min-height: unset !important;\n font-size: 1rem;\n color: common.$color-gray-700;\n\n &-container {\n padding: 0.75rem 1rem;\n border: 1px solid common.$color-gray-700;\n border-radius: common.$default-border-radius;\n color: common.$color-gray-700;\n background-color: common.$color-white;\n\n &-error {\n border-width: 2px;\n border-color: common.$color-red-700;\n\n &:hover,\n &:active {\n box-shadow: 0 0 0 1px common.$color-red-700 inset !important;\n }\n }\n\n &:hover,\n &:active {\n box-shadow: 0 0 0 2px common.$color-axa inset;\n }\n\n &-focused,\n &:focus-visible {\n box-shadow: 0 0 0 2px common.$color-axa inset;\n outline: 2px solid common.$color-focus;\n outline-offset: 3px;\n }\n\n &-disabled {\n border-color: common.$color-gray-400;\n background-color: common.$color-gray-200;\n }\n\n &-icon {\n &-disabled {\n path {\n fill: common.$color-gray-500;\n }\n }\n }\n }\n\n &-menu {\n margin-top: 0.4rem;\n margin-left: -1rem;\n background-color: common.$color-white;\n box-shadow: 0 4px 16px -2px #00008f40;\n\n &-options {\n padding: 0.75rem 1rem;\n border: 1px solid transparent;\n font-weight: 400;\n color: common.$color-gray-900;\n box-shadow: none;\n\n &-selected {\n font-weight: 600;\n color: common.$color-axa;\n }\n\n &-focused {\n border: 1px solid common.$color-axa;\n }\n\n &:nth-child(odd) {\n background-color: common.$color-blue-2;\n }\n\n &:nth-child(even) {\n background-color: common.$color-white;\n }\n }\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-form {\n &__input-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n\n &__input-label {\n margin: 0;\n font-size: 1.125rem;\n font-weight: 600;\n color: common.$color-gray-900;\n }\n\n &__input-description {\n margin-top: -0.25rem;\n font-size: 1rem;\n font-weight: 400;\n color: common.$color-gray-700;\n }\n\n &__input-helper {\n margin-top: 0.2rem;\n font-size: 0.9rem;\n color: common.$color-gray-700;\n }\n\n &__input-more {\n fill: common.$color-axa;\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n }\n }\n\n &__input-text {\n margin-top: 0.5rem;\n padding: 1rem;\n padding-right: 2.5rem;\n border: 1px solid common.$color-gray;\n border-radius: common.$default-border-radius;\n font-size: 1.125rem;\n color: common.$color-gray-900;\n\n &--error {\n border: 2px solid common.$color-red-700;\n }\n\n &:enabled {\n &:focus,\n &:active {\n border: 1px solid common.$color-axa;\n outline: none;\n }\n }\n\n &:not(:disabled, :focus, :active, &--error):hover {\n border: 2px solid common.$color-axa;\n outline: none;\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-form {\n &__group {\n &--label {\n font-size: 1.125rem;\n font-weight: 600;\n color: common.$color-gray-900;\n }\n }\n\n &__file {\n &-input {\n position: relative;\n display: flex;\n margin-top: 0.5rem;\n margin-bottom: 0.6rem;\n padding: 1rem;\n padding-bottom: 2rem;\n border: 2px dashed common.$color-axa;\n border-radius: 8px;\n flex-direction: column;\n align-items: center;\n justify-content: space-between;\n font-weight: normal;\n text-align: center;\n color: common.$color-gray-900;\n background-color: common.$color-white;\n cursor: pointer;\n\n &.is-mobile {\n padding-bottom: 1rem;\n }\n\n &:hover {\n border-color: common.$color-gray-700;\n }\n\n &--error {\n border-color: common.$color-red-700;\n }\n\n input {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n opacity: 0;\n cursor: pointer;\n }\n\n &-dropdown-text {\n padding-top: 1rem;\n line-height: 5px;\n }\n\n &-help {\n font-size: 1rem;\n font-weight: 400;\n color: common.$color-gray-700;\n }\n\n &-icon {\n path {\n fill: common.$color-axa;\n }\n }\n\n .af-btn-client {\n width: 50%;\n }\n }\n\n &-list {\n display: flex;\n margin-top: 1.125rem;\n padding: 0;\n flex-wrap: wrap;\n font-size: 0.9rem;\n list-style: none;\n }\n\n &-title-container {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.5rem;\n\n &-icon {\n &-error {\n path {\n fill: common.$color-red-700;\n }\n }\n\n &-success {\n path {\n fill: common.$color-green-600;\n }\n }\n }\n }\n\n &-title {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n\n & > div {\n display: flex;\n flex-direction: column;\n }\n }\n\n &-name {\n font-size: 1.125rem;\n color: common.$color-gray-900;\n }\n\n &-size {\n font-size: 1rem;\n color: common.$color-gray-700;\n }\n\n &-error {\n display: flex;\n margin-top: -0.9rem;\n margin-bottom: 0.9rem;\n align-items: center;\n gap: 0.25rem;\n font-size: 1rem;\n color: common.$color-red-700;\n\n &-icon {\n path {\n fill: common.$color-red-700;\n }\n }\n }\n\n &-line {\n width: 100%;\n\n &-container {\n display: flex;\n margin-bottom: 1rem;\n padding: 1rem;\n border: 1px solid common.$color-gray-700;\n border-radius: common.$default-border-radius;\n align-items: center;\n justify-content: space-between;\n background: common.$color-white;\n\n &--error {\n border-color: common.$color-red-700;\n }\n }\n }\n\n &-actions {\n display: flex;\n align-items: baseline;\n justify-content: center;\n gap: 1rem;\n cursor: pointer;\n\n &-icon {\n path {\n fill: common.$color-gray-700;\n }\n }\n }\n }\n}\n\n.is-mobile {\n .af-form {\n &__file {\n &-input {\n &-dropdown-text {\n display: none;\n }\n }\n }\n }\n\n .af-btn-client {\n width: 100%;\n }\n}\n","@use \"../common/common\" as common;\n\n.af-accordion-client {\n display: block;\n margin: 0;\n padding: 0;\n border-radius: 8px;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n background-color: common.$color-white;\n\n &__item {\n &:not(:last-child) {\n border-bottom: 1px solid #e9ecf2;\n }\n\n & > h3 {\n width: 100%;\n margin: 0;\n font-size: 1.125rem;\n font-weight: 600;\n\n &:has(button[aria-expanded=\"true\"]) {\n border-bottom: none;\n color: common.$color-axa;\n }\n\n & > button {\n display: flex;\n width: 100%;\n padding: 15px 20px;\n border: 0;\n align-items: center;\n font-size: 1.125rem;\n font-weight: 600;\n text-align: start;\n color: inherit;\n background-color: inherit;\n cursor: pointer;\n\n &:focus {\n outline: unset;\n }\n\n &:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n &::after {\n width: 32px;\n height: 32px;\n margin-left: auto;\n flex-shrink: 0;\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_14583_27882)%22%3E%0A%3Cpath%20d%3D%22M24%2013.3331L22.12%2011.4531L16%2017.5598L9.88%2011.4531L8%2013.3331L16%2021.3331L24%2013.3331Z%22%20fill%3D%22%2300008F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_14583_27882%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%20transform%3D%22matrix(0%201%20-1%200%2032%200)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A\");\n background-repeat: no-repeat;\n background-size: 100%;\n transition: transform 0.2s ease-in-out;\n content: \"\";\n }\n\n &[aria-expanded=\"true\"] {\n &::after {\n transform: rotate(180deg);\n }\n }\n }\n }\n\n & > [role=\"region\"] {\n margin-bottom: 1rem;\n padding: 0 20px;\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-modal {\n position: fixed;\n width: 100%;\n margin: 0 auto;\n padding: 1.5rem 0;\n border: none;\n border-radius: 0.5rem;\n background-color: common.$color-white;\n\n &::backdrop {\n opacity: 0.4;\n background: common.$color-gray-900;\n }\n\n &__top {\n position: sticky;\n top: 0;\n display: flex;\n padding: 0 1.5rem 1.5rem;\n border-bottom: 1px solid common.$color-btn-disabled-border;\n align-items: center;\n gap: 1rem;\n background-color: common.$color-white;\n\n &-title {\n display: flex;\n width: 100%;\n margin: 0;\n align-items: start;\n justify-content: space-between;\n color: common.$color-gray-900;\n\n &-text {\n font-family: common.$font-family-publico;\n font-size: 1.5rem;\n line-height: 1.875rem;\n }\n\n &-subtitle {\n font-family: common.$font-family-sans-serif;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.406rem;\n color: common.$color-gray-700;\n }\n\n &-close-btn {\n all: unset;\n display: flex;\n width: 2rem;\n height: 2rem;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n fill: common.$color-axa;\n }\n\n :hover {\n background: none;\n }\n\n :focus {\n border: none;\n background: none;\n }\n }\n }\n\n &__content {\n display: flex;\n margin-top: 2.5rem;\n padding: 0 1.5rem;\n flex-direction: column;\n gap: 2.5rem;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n }\n\n &__actions {\n display: flex;\n padding-top: 0;\n flex-direction: column-reverse;\n align-items: flex-end;\n justify-content: flex-end;\n gap: 1rem;\n\n // force fullwidth in mobile\n & * {\n width: 100%;\n flex-grow: 1;\n }\n\n &--fullWidth {\n & * {\n width: 100%;\n flex-grow: 1;\n }\n }\n }\n}\n\n@media only screen and (width >= #{common.$screen-size-m}) {\n .af-modal {\n min-width: 48rem;\n max-width: 72rem;\n margin: auto;\n\n &__actions {\n flex-direction: row-reverse;\n justify-content: flex-start;\n\n & * {\n width: auto;\n flex-grow: unset;\n }\n\n &--fullWidth {\n & * {\n width: 100%;\n flex-grow: 1;\n }\n }\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-alert {\n display: flex;\n margin-top: 1rem;\n padding: 1rem;\n border-radius: 12px;\n flex: 1 1 0;\n font-family: common.$font-family-base;\n background-color: white;\n\n .af-alert__icon {\n aspect-ratio: 1;\n margin-right: 1rem;\n flex-shrink: 0;\n }\n\n &--information {\n border: 1px solid common.$color-axa;\n\n .af-alert__icon {\n color: common.$color-axa;\n transform: rotate(180deg);\n fill: common.$color-axa;\n }\n\n .af-alert__title {\n color: common.$color-axa;\n }\n }\n\n &--error {\n border: 1px solid common.$color-red-700;\n\n .af-alert__icon {\n color: common.$color-red-700;\n fill: common.$color-red-700;\n }\n\n .af-alert__title {\n color: common.$color-red-700;\n }\n }\n\n &--neutral {\n border: 1px solid common.$color-gray;\n\n .af-alert__icon {\n color: common.$color-gray;\n fill: common.$color-gray;\n }\n\n .af-alert__title {\n color: common.$color-gray;\n }\n }\n\n &--warning {\n border: 1px solid common.$color-btn-business;\n\n .af-alert__icon {\n color: common.$color-btn-business;\n fill: common.$color-btn-business;\n }\n\n .af-alert__title {\n color: common.$color-btn-business;\n }\n }\n\n &--validation {\n border: 1px solid common.$color-green-600;\n\n .af-alert__icon {\n color: common.$color-green-600;\n fill: common.$color-green-600;\n }\n\n .af-alert__title {\n color: common.$color-green-600;\n }\n }\n\n .af-alert-client__content {\n width: 100%;\n\n .af-alert__action {\n display: flex;\n justify-content: end;\n text-align: right;\n }\n\n .af-alert__title {\n padding-bottom: 0.25rem;\n font-weight: 600;\n line-height: 1.5rem;\n }\n }\n\n * {\n margin: 0;\n font-size: 1.125rem;\n font-weight: 400;\n }\n}\n","@use \"../common/common\" as common;\n\n.af-link {\n display: inline-flex;\n width: fit-content;\n height: fit-content;\n align-items: center;\n font-family: common.$font-family-base;\n text-decoration: underline;\n color: common.$color-axa;\n fill: common.$color-axa;\n\n &:hover {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n\n &:active,\n &:focus {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n\n &:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n &--openInNewTab {\n font-weight: 600;\n text-decoration: none;\n\n &:hover {\n text-decoration: none;\n }\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n aspect-ratio: 1;\n margin-left: 0.2rem;\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-container-pagination > div {\n display: flex;\n padding: 0.5rem;\n border: 1px solid common.$color-border;\n border-radius: 41px;\n}\n","@use \"../common/common\" as common;\n\n.af-pagination-desktop {\n ul {\n display: flex;\n margin: 0;\n padding: 0;\n justify-content: center;\n gap: 0.5rem;\n list-style-type: none;\n\n li {\n display: flex;\n width: 3rem;\n height: 3rem;\n border-radius: 50%;\n align-items: center;\n justify-content: center;\n color: common.$color-axa;\n\n button {\n all: unset;\n cursor: pointer;\n\n &:focus-visible {\n outline: 1px solid common.$color-axa;\n }\n }\n }\n\n li[aria-current] {\n color: common.$color-white;\n background: common.$color-axa;\n }\n }\n\n .first {\n margin: 0 3rem 0 0;\n\n li:last-child::before {\n padding: 2rem;\n content: \"...\";\n }\n }\n\n .between {\n margin: 0 2rem;\n\n li:first-child::after {\n padding: 2rem;\n content: \"...\";\n }\n\n li:last-child::before {\n padding: 2rem;\n content: \"...\";\n }\n }\n\n .last {\n margin: 0 0 0 3rem;\n\n li:first-child::after {\n padding: 2rem;\n content: \"...\";\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-pagination-mobile {\n align-items: center;\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.2rem;\n\n > span {\n color: common.$color-gray;\n }\n\n button {\n border: none;\n background: none;\n outline: none;\n cursor: pointer;\n\n &:focus-visible {\n outline: 1px solid common.$color-axa;\n }\n\n .arrow {\n color: common.$color-axa;\n }\n\n &:disabled {\n pointer-events: none;\n\n .arrow {\n color: common.$color-gray-400;\n }\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-loader {\n &__container {\n display: flex;\n container-type: inline-size;\n margin: auto;\n border: 1px solid common.$color-gray-200;\n border-top: 1px solid common.$color-axa;\n border-radius: 50%;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n animation: spin 2s linear infinite;\n }\n}\n\n@keyframes spin {\n 0% {\n transform: rotate(0deg);\n }\n\n 100% {\n transform: rotate(360deg);\n }\n}\n","@use \"../common/common\" as common;\n\n.af-list {\n padding: 0;\n flex-direction: column;\n list-style-type: none;\n\n &__item {\n padding: 1rem 0;\n }\n\n &__separator {\n margin: 0;\n border: 0;\n border-top: 1px solid common.$color-gray-300;\n }\n}\n\n.af-card {\n &--list {\n padding: 0 1rem;\n box-shadow: none;\n }\n\n &--click-list {\n padding: 0;\n\n .af-list__separator {\n width: calc(100% - 2rem);\n margin: auto;\n }\n\n .af-list__item {\n padding: 0;\n }\n }\n\n &--large {\n width: 100%;\n }\n\n &--extra-padding {\n padding: 0.5rem 1.5rem;\n }\n\n &--first-separator-full-width {\n padding: 0;\n\n .af-list__item {\n padding: 1rem;\n\n &:has(.af-click-item) {\n padding: 0;\n }\n }\n\n .af-list__separator ~ .af-list__separator {\n margin: 0 1rem;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-card--extra-padding {\n padding: 0.25rem 1rem;\n\n .af-list__item {\n padding: 0.75rem 0;\n }\n }\n}\n","@use \"../../common/reboot\";\n@use \"../../common/common\" as common;\n\n.af-click-item {\n display: flex;\n width: 100%;\n padding: 1rem;\n border: none;\n border-radius: common.$default-border-radius;\n align-items: center;\n gap: 0.5rem;\n background: none;\n cursor: pointer;\n\n &:active,\n &:focus,\n &:focus-visible {\n outline: none;\n }\n\n &:hover {\n text-decoration: none;\n }\n\n &:focus-visible {\n border: 2px solid common.$color-focus;\n }\n\n &__content {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n }\n\n &__icon svg,\n &__action svg {\n width: 1.5rem;\n height: 1.5rem;\n fill: common.$color-axa;\n }\n\n &__title,\n &__subtitle,\n &__label {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n\n &__title,\n &__subtitle,\n &__secondary {\n margin: 0;\n }\n\n &__label {\n text-align: left;\n }\n\n &__title {\n font-weight: 600;\n color: common.$color-gray-900;\n }\n\n &__subtitle {\n font-weight: 400;\n color: common.$color-gray-700;\n }\n\n &__secondary {\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.1rem;\n color: common.$color-gray-700;\n }\n\n &__action {\n margin-left: auto;\n }\n\n &--small &__label {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &--large &__label {\n font-weight: 600;\n }\n\n &.af-click-item--disabled {\n pointer-events: none;\n\n .af-click-item {\n &__action svg,\n &__icon svg {\n fill: common.$color-gray-500;\n }\n\n &__label,\n &__title,\n &__subtitle,\n &__secondary {\n color: common.$color-gray-500;\n }\n }\n }\n\n &:not(.af-click-item--disabled) {\n &:hover {\n box-shadow: 0 4px 8px 0 hsla(230deg, 60%, 16%, 8%);\n }\n\n &:active {\n box-shadow: 0 2px 8px 0 hsla(0deg, 0%, 0%, 15%) inset;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-click-item {\n &:focus-visible {\n border: none;\n border: 1px solid common.$color-focus;\n }\n\n &__label,\n &__title,\n &__subtitle {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &--small &__label {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n\n &:not(.af-click-item--disabled) {\n box-shadow: none;\n\n &:hover {\n box-shadow: none;\n\n .af-click-item {\n &__label,\n &__title,\n &__subtitle,\n &__secondary {\n color: common.$color-axa;\n }\n }\n }\n\n &:active {\n box-shadow: none;\n\n .af-click-item {\n &__label,\n &__title,\n &__subtitle,\n &__secondary {\n color: common.$color-blue-1;\n }\n }\n }\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-content-item-duo {\n display: grid;\n width: 100%;\n grid-template:\n \"icon label value\"\n \"icon label button\";\n grid-template-columns: auto 1fr 1fr;\n row-gap: 0.5rem;\n\n &__icon {\n margin-top: 0.125rem;\n margin-right: 0.75rem;\n grid-area: icon;\n\n svg {\n width: 1.5rem;\n height: 1.5rem;\n }\n\n &--done {\n svg {\n fill: common.$color-axa;\n }\n }\n\n &--close {\n svg {\n fill: common.$color-red-700;\n }\n }\n }\n\n &__label,\n &__value {\n margin: 0;\n font-family: common.$font-family-base;\n font-size: 1rem;\n line-height: 1.25rem;\n overflow-wrap: break-word;\n }\n\n &__label {\n margin-right: 1rem;\n grid-area: label;\n font-weight: 400;\n color: common.$color-gray-700;\n }\n\n &__value {\n grid-area: value;\n font-weight: 600;\n text-align: end;\n color: common.$color-gray-900;\n }\n\n &__button {\n grid-area: button;\n justify-self: end;\n }\n\n &--large {\n row-gap: 0.75rem;\n\n .af-content-item-duo {\n &__icon {\n margin-top: 0.25rem;\n }\n\n &__label,\n &__value {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n\n &__label {\n margin-right: 2.5rem;\n }\n\n &__value {\n text-align: start;\n }\n\n &__button {\n justify-self: start;\n }\n }\n }\n\n &--vertical {\n grid-template:\n \"icon label button\"\n \". value value\";\n grid-template-columns: auto 1fr auto;\n gap: 0.375rem 0.75rem;\n\n .af-content-item-duo {\n &__icon {\n margin-top: 0.125rem;\n margin-right: 0;\n }\n\n &__label,\n &__value {\n margin-right: 0;\n font-size: 1.125rem;\n line-height: 1.4rem;\n text-align: start;\n }\n\n &__value {\n margin: 0;\n }\n\n &__button {\n margin-left: 0;\n justify-self: end;\n }\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-content-item-duo {\n &--large {\n row-gap: 0.5rem;\n\n .af-content-item-duo {\n &__icon {\n margin-top: 0.125rem;\n }\n\n &__label,\n &__value {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &__label {\n margin-right: 1rem;\n }\n\n &__value {\n text-align: end;\n }\n\n &__button {\n margin-left: 0;\n justify-self: end;\n }\n }\n }\n\n &--vertical {\n row-gap: 0.375rem;\n\n .af-content-item-duo {\n &__label,\n &__value {\n font-size: 1rem;\n line-height: 1.25rem;\n text-align: start;\n }\n }\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-card--content-tab-list {\n .af-list {\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n\n .af-list__item {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n gap: 2.5rem;\n\n span {\n display: block;\n margin: 0;\n }\n\n .af-list-item {\n &__left-container,\n &__right-container,\n &__additional-data-container {\n all: inherit;\n padding: 0;\n }\n\n &__additional-data-container {\n grid-area: content-tab__additional-data-container;\n\n .af-tag {\n grid-area: content-tab__tag;\n }\n }\n\n &__label {\n grid-area: content-tab__label;\n color: common.$color-gray-900;\n }\n\n &-label__title {\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n }\n\n &-label__subtitle {\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n }\n\n &__date {\n grid-area: content-tab__date;\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n color: common.$color-gray-700;\n }\n\n &__value {\n justify-self: end;\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n text-align: right;\n color: common.$color-green-600;\n }\n\n &__button-container {\n margin: 0 0.625rem;\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n fill: common.$color-axa;\n }\n }\n }\n\n &:not(:has(.af-list-item__value)) {\n .af-tag {\n margin: 0 1.34rem;\n }\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-card--content-tab-list .af-list__item {\n gap: 1.5rem;\n\n .af-list-item {\n &__left-container {\n display: grid;\n grid-template:\n \"content-tab__additional-data-container\"\n \"content-tab__label\";\n align-items: start;\n justify-content: start;\n gap: 0.25rem;\n }\n\n &__right-container {\n gap: 1.5rem;\n }\n\n &__additional-data-container {\n display: block;\n align-items: center;\n\n &:has(.af-list-item__date):has(.af-tag) {\n display: grid;\n grid-template: \"content-tab__tag content-tab__date\";\n gap: 0.75rem;\n }\n\n .af-tag {\n margin: 0;\n }\n }\n\n &-label__title {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &-label__subtitle {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n\n &__date {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &__value {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &__button-container {\n margin: 0;\n\n button {\n padding: 0;\n gap: 0;\n font-size: 0;\n }\n }\n }\n\n &:has(.af-list-item__value) {\n align-items: start;\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-tag {\n display: inline-flex;\n padding: 0.125rem 0.5rem;\n border: 1px solid common.$color-gray;\n border-radius: 0.25rem;\n align-items: center;\n justify-content: center;\n gap: 0.625rem;\n font-family: common.$font-family-base;\n color: common.$color-gray;\n background-color: common.$color-white;\n cursor: default;\n\n span {\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.25rem;\n }\n\n &--success {\n border-color: common.$color-green-600;\n color: common.$color-green-600;\n }\n\n &--error {\n border-color: common.$color-red-700;\n color: common.$color-red-700;\n }\n\n &--warning {\n border-color: common.$color-btn-business;\n color: common.$color-btn-business;\n }\n\n &--info {\n border-color: common.$color-axa;\n color: common.$color-axa;\n }\n\n @media (width <= 667px) {\n span {\n font-size: 0.875rem;\n line-height: 1.094rem;\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-input-error {\n display: flex;\n align-items: center;\n gap: 0.25rem;\n\n &__icon {\n width: 1rem;\n color: common.$color-red-700;\n fill: common.$color-red-700;\n }\n\n &__message {\n font-family: common.$font-family-base;\n font-size: 1rem;\n color: common.$color-red-700;\n }\n}\n","@use \"../common/common\" as common;\n\n.af-icon-bg {\n display: grid;\n width: min-content;\n height: min-content;\n padding: 0.75rem;\n border-radius: 0.75rem;\n background-color: common.$color-white;\n\n svg {\n width: 2rem;\n height: 2rem;\n fill: common.$color-axa;\n }\n\n &--secondary {\n background-color: common.$color-axa;\n\n svg {\n fill: common.$color-white;\n }\n }\n\n &--disabled {\n background-color: common.$color-gray-200;\n\n svg {\n fill: common.$color-gray-500;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-icon-bg {\n padding: 0.5rem;\n }\n}\n","@use \"../../../common/common\" as common;\n\n.af-navbar-container {\n display: flex;\n height: 5rem;\n margin: 0;\n padding: 0;\n flex-direction: row;\n align-items: center;\n gap: 1.6rem;\n list-style-type: none;\n}\n\n.af-navbar-item {\n height: 100%;\n cursor: pointer;\n\n &__link {\n display: inline-block;\n box-sizing: border-box;\n min-width: 8.4rem;\n height: 100%;\n padding: 1.75rem 1rem;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.4rem;\n text-align: center;\n text-decoration: none;\n color: common.$color-gray-900;\n\n &:focus,\n &--active {\n border-bottom: 4px solid common.$color-axa;\n font-weight: 600;\n line-height: 1.6rem;\n text-decoration: none;\n color: common.$color-axa;\n outline: none;\n }\n\n &:not(:focus, --active):hover {\n border-bottom: 2px solid common.$color-gray-300;\n font-weight: 400;\n line-height: 1.4rem;\n text-decoration: none;\n color: common.$color-gray-900;\n }\n }\n}\n","@use \"../../../common/common\" as common;\n\n.af-header-previous-link-container {\n display: flex;\n padding: 1.5rem 0 1.5rem 7.5rem;\n align-items: center;\n gap: 0.25rem;\n}\n\n.af-header-previous-link {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 0.5rem;\n text-decoration: none;\n cursor: pointer;\n\n &__icon {\n width: 1rem;\n height: 1rem;\n fill: common.$color-gray-700;\n }\n\n &__text {\n font-family: common.$font-family-sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25rem;\n text-align: center;\n color: common.$color-gray-700;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus,\n &:hover {\n text-decoration: none;\n color: common.$color-gray-700;\n }\n}\n","@use \"../common/common\" as common;\n\n.af-title {\n gap: 0.25rem;\n color: common.$color-gray-900;\n\n &__title {\n margin: 0;\n font-family: common.$font-family-publico;\n font-weight: 700;\n }\n\n &__subtitle {\n display: block;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.4rem;\n }\n\n &__icon {\n border-radius: 0.75rem;\n box-shadow: 0 0.125rem 0.5rem 0 rgba(common.$color-axa, 0.15);\n }\n\n &__text-container {\n display: grid;\n gap: 0.25rem;\n }\n\n &:has(&__icon) {\n display: flex;\n gap: 0.75rem;\n\n .af-title__title {\n color: common.$color-axa;\n }\n }\n\n &--xl {\n h1.af-title__title {\n font-size: 2rem;\n line-height: 2.5rem;\n }\n }\n\n &--l {\n h1.af-title__title {\n font-size: 1.5rem;\n line-height: 1.875rem;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-md}) {\n .af-title {\n &--xl {\n h1.af-title__title {\n font-size: 1.5rem;\n line-height: 1.875rem;\n }\n }\n\n &--l {\n h1.af-title__title {\n font-size: 1.25rem;\n line-height: 1.56rem;\n }\n }\n\n span.af-title__subtitle {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-content-item-mono {\n display: flex;\n gap: 0.75rem;\n\n &__stick {\n width: 0.25rem;\n border-radius: 0.125rem;\n background-color: common.$color-axa;\n }\n\n &__left-container {\n svg {\n width: 1.5rem;\n height: 1.5rem;\n fill: common.$color-axa;\n }\n\n &--center {\n display: flex;\n align-items: center;\n }\n }\n\n &--disabled {\n .af-content-item-mono__stick {\n background-color: common.$color-gray-900;\n }\n\n .af-content-item-mono__left-container svg {\n fill: common.$color-gray-900;\n }\n }\n\n &__text-container {\n display: grid;\n gap: 0.125rem;\n\n p {\n margin: 0;\n }\n\n .af-content-item-mono__main-text {\n color: common.$color-gray-900;\n }\n\n .af-content-item-mono__secondary-text {\n font-family: common.$font-family-base;\n font-weight: 400;\n }\n }\n\n &--xl .af-content-item-mono__text-container {\n .af-content-item-mono__main-text {\n font-family: common.$font-family-publico;\n font-size: 1.5rem;\n font-weight: 700;\n line-height: 1.875rem;\n }\n\n .af-content-item-mono__secondary-text {\n font-size: 1.125rem;\n line-height: 1.4rem;\n color: common.$color-gray-700;\n }\n }\n\n &--m {\n .af-content-item-mono__text-container {\n .af-content-item-mono__main-text {\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n }\n\n .af-content-item-mono__secondary-text {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n\n .af-content-item-mono__tertiary-text {\n font-family: common.$font-family-base;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n }\n\n &:not(:has(.af-content-item-mono__tertiary-text)) {\n .af-content-item-mono__secondary-text {\n font-size: 1rem;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n }\n }\n }\n\n &:has(.af-content-item-mono__stick) {\n .af-content-item-mono__text-container .af-content-item-mono__main-text {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n }\n\n &:not(\n :has(\n .af-content-item-mono__text-container\n .af-content-item-mono__secondary-text\n )\n ):has(\n .af-content-item-mono__text-container\n .af-content-item-mono__tertiary-text\n ) {\n .af-content-item-mono__text-container .af-content-item-mono__main-text {\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.25rem;\n }\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-content-item-mono {\n &--xl .af-content-item-mono__text-container {\n .af-content-item-mono__main-text {\n font-size: 1.25rem;\n line-height: 1.56rem;\n }\n\n .af-content-item-mono__secondary-text {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n }\n\n &--m {\n .af-content-item-mono__text-container {\n .af-content-item-mono__main-text {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n .af-content-item-mono__secondary-text {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n .af-content-item-mono__tertiary-text {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n\n &:not(:has(.af-content-item-mono__tertiary-text)) {\n .af-content-item-mono__secondary-text {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n }\n }\n\n &:has(.af-content-item-mono__stick) {\n .af-content-item-mono__text-container .af-content-item-mono__main-text {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n }\n\n &:not(\n :has(\n .af-content-item-mono__text-container\n .af-content-item-mono__secondary-text\n )\n ):has(\n .af-content-item-mono__text-container\n .af-content-item-mono__tertiary-text\n ) {\n .af-content-item-mono__text-container .af-content-item-mono__main-text {\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.1rem;\n }\n }\n }\n }\n}\n"]}
|
1
|
+
{"version":3,"sources":["../src/Button/Button.scss","../src/look-and-feel.scss","../src/common/common.scss","../src/common/reboot.scss","../src/Card/Card.scss","../src/Layout/Footer/Footer.scss","../src/Stepper/Stepper.scss","../src/Layout/Header/Header.scss","../src/Form/Radio/Radio.scss","../src/Tabs/Tabs.scss","../src/Form/Checkbox/Checkbox.scss","../src/common/grid.scss","../src/Form/Select/Select.scss","../src/Form/Text/Text.scss","../src/Form/FileUpload/FileUpload.scss","../src/Accordion/Accordion.scss","../src/Modal/Modal.scss","../src/Alert/Alert.scss","../src/Link/Link.scss","../src/Pagination/Pagination.scss","../src/Pagination/PaginationDesktop.scss","../src/Pagination/PaginationMobile.scss","../src/Loader/Loader.scss","../src/List/List.scss","../src/List/ClickList/ClickList.scss","../src/List/ContentItemDuo/ContentItemDuo.scss","../src/List/ContentTabList/ContentTabList.scss","../src/Tag/Tag.scss","../src/Form/InputError/InputError.scss","../src/IconBg/IconBg.scss","../src/Layout/Header/NavBar/NavBar.scss","../src/Layout/Header/PreviousLink/PreviousLink.scss","../src/Title/Title.scss","../src/List/ContentItemMono/ContentItemMono.scss"],"names":[],"mappings":"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kBVskCF,CUlkCA,UAEE,YAAA,CADA,aVqkCF,CUjkCA,UAEE,iBAAA,CADA,kBVokCF,CUhkCA,UAEE,iBAAA,CADA,kBVmkCF,CU/jCA,UAEE,YAAA,CADA,aVkkCF,CU9jCA,WAEE,iBAAA,CADA,kBVikCF,CU7jCA,WAEE,iBAAA,CADA,kBVgkCF,CU5jCA,WAEE,aAAA,CADA,cV+jCF,CU3jCA,gBACE,QV6jCF,CU1jCA,eACE,QV4jCF,CUzjCA,YACE,OV2jCF,CUxjCA,YACE,OV0jCF,CUvjCA,YACE,OVyjCF,CUtjCA,YACE,OVwjCF,CUrjCA,YACE,OVujCF,CUpjCA,YACE,OVsjCF,CUnjCA,YACE,OVqjCF,CUljCA,YACE,OVojCF,CUjjCA,YACE,OVmjCF,CUhjCA,YACE,OVkjCF,CU/iCA,aACE,QVijCF,CU9iCA,aACE,QVgjCF,CU7iCA,aACE,QV+iCF,CU5iCA,aACE,aV8iCF,CU3iCA,aACE,mBV6iCF,CU1iCA,aACE,oBV4iCF,CUziCA,aACE,eV2iCF,CUxiCA,aACE,oBV0iCF,CUviCA,aACE,oBVyiCF,CUtiCA,aACE,eVwiCF,CUriCA,aACE,oBVuiCF,CUpiCA,aACE,oBVsiCF,CUniCA,aACE,eVqiCF,CUliCA,cACE,oBVoiCF,CUjiCA,cACE,oBVmiCF,CACF,CUjiCA,wBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVqiCF,CUhiCA,aAGE,aAAA,CADA,cAAA,CADA,UVoiCF,CU/hCA,UAEE,gBAAA,CADA,iBVkiCF,CU9hCA,UAEE,iBAAA,CADA,kBViiCF,CU7hCA,UAEE,YAAA,CADA,aVgiCF,CU5hCA,UAEE,iBAAA,CADA,kBV+hCF,CU3hCA,UAEE,iBAAA,CADA,kBV8hCF,CU1hCA,UAEE,YAAA,CADA,aV6hCF,CUzhCA,UAEE,iBAAA,CADA,kBV4hCF,CUxhCA,UAEE,iBAAA,CADA,kBV2hCF,CUvhCA,UAEE,YAAA,CADA,aV0hCF,CUthCA,WAEE,iBAAA,CADA,kBVyhCF,CUrhCA,WAEE,iBAAA,CADA,kBVwhCF,CUphCA,WAEE,aAAA,CADA,cVuhCF,CUnhCA,gBACE,QVqhCF,CUlhCA,eACE,QVohCF,CUjhCA,YACE,OVmhCF,CUhhCA,YACE,OVkhCF,CU/gCA,YACE,OVihCF,CU9gCA,YACE,OVghCF,CU7gCA,YACE,OV+gCF,CU5gCA,YACE,OV8gCF,CU3gCA,YACE,OV6gCF,CU1gCA,YACE,OV4gCF,CUzgCA,YACE,OV2gCF,CUxgCA,YACE,OV0gCF,CUvgCA,aACE,QVygCF,CUtgCA,aACE,QVwgCF,CUrgCA,aACE,QVugCF,CUpgCA,aACE,aVsgCF,CUngCA,aACE,mBVqgCF,CUlgCA,aACE,oBVogCF,CUjgCA,aACE,eVmgCF,CUhgCA,aACE,oBVkgCF,CU//BA,aACE,oBVigCF,CU9/BA,aACE,eVggCF,CU7/BA,aACE,oBV+/BF,CU5/BA,aACE,oBV8/BF,CU3/BA,aACE,eV6/BF,CU1/BA,cACE,oBV4/BF,CUz/BA,cACE,oBV2/BF,CACF,CUz/BA,yBACE,QAEE,YAAA,CACA,WAAA,CAFA,cV6/BF,CUx/BA,aAGE,aAAA,CADA,cAAA,CADA,UV4/BF,CUv/BA,UAEE,gBAAA,CADA,iBV0/BF,CUt/BA,UAEE,iBAAA,CADA,kBVy/BF,CUr/BA,UAEE,YAAA,CADA,aVw/BF,CUp/BA,UAEE,iBAAA,CADA,kBVu/BF,CUn/BA,UAEE,iBAAA,CADA,kBVs/BF,CUl/BA,UAEE,YAAA,CADA,aVq/BF,CUj/BA,UAEE,iBAAA,CADA,kBVo/BF,CUh/BA,UAEE,iBAAA,CADA,kBVm/BF,CU/+BA,UAEE,YAAA,CADA,aVk/BF,CU9+BA,WAEE,iBAAA,CADA,kBVi/BF,CU7+BA,WAEE,iBAAA,CADA,kBVg/BF,CU5+BA,WAEE,aAAA,CADA,cV++BF,CU3+BA,gBACE,QV6+BF,CU1+BA,eACE,QV4+BF,CUz+BA,YACE,OV2+BF,CUx+BA,YACE,OV0+BF,CUv+BA,YACE,OVy+BF,CUt+BA,YACE,OVw+BF,CUr+BA,YACE,OVu+BF,CUp+BA,YACE,OVs+BF,CUn+BA,YACE,OVq+BF,CUl+BA,YACE,OVo+BF,CUj+BA,YACE,OVm+BF,CUh+BA,YACE,OVk+BF,CU/9BA,aACE,QVi+BF,CU99BA,aACE,QVg+BF,CU79BA,aACE,QV+9BF,CU59BA,aACE,aV89BF,CU39BA,aACE,mBV69BF,CU19BA,aACE,oBV49BF,CUz9BA,aACE,eV29BF,CUx9BA,aACE,oBV09BF,CUv9BA,aACE,oBVy9BF,CUt9BA,aACE,eVw9BF,CUr9BA,aACE,oBVu9BF,CUp9BA,aACE,oBVs9BF,CUn9BA,aACE,eVq9BF,CUl9BA,cACE,oBVo9BF,CUj9BA,cACE,oBVm9BF,CACF,CWh9DI,uBAIE,UVwBW,CU1BX,iBAAA,CACA,eAAA,CAFA,mBXq9DN,CW/8DI,8BACE,UXi9DN,CW/8DM,uCACE,UXi9DR,CW78DI,uBAIE,aVbU,CUUV,YAAA,CAEA,SAAA,CADA,gBXi9DN,CW58DQ,iCACE,YX88DV,CWx8DE,uBAGE,aVLa,CUIb,cAAA,CADA,0BX48DJ,CWx8DI,iCAKE,qBVrCQ,CUkCR,wBAAA,CACA,iBVFkB,CUGlB,aVXW,CUQX,mBX88DN,CWx8DM,uCAEE,oBVrCQ,CUoCR,gBX28DR,CWx8DQ,2FAEE,4CXy8DV,CWr8DM,+EAEE,kCXs8DR,CWn8DM,wFAEE,kCAAA,CACA,sBAAA,CACA,kBXo8DR,CWj8DM,0CAEE,wBV1CS,CUyCT,oBXo8DR,CW97DU,oDACE,SXg8DZ,CW17DI,4BAGE,qBV9EQ,CU+ER,6CAAA,CAFA,iBAAA,CADA,gBX+7DN,CW17DM,oCAEE,sBAAA,CAGA,eAAA,CADA,UV3DS,CU0DT,eAAA,CAFA,mBXg8DR,CW17DQ,6CAEE,aV3FE,CU0FF,eX67DV,CWz7DQ,4CACE,wBX27DV,CWx7DQ,mDACE,wBX07DV,CWv7DQ,kDACE,qBXy7DV,CYpiEE,0BAGE,sBAAA,CAFA,YAAA,CACA,qBZwiEJ,CYpiEE,sBAIE,UXqBa,CWvBb,kBAAA,CACA,eAAA,CAFA,QZyiEJ,CYniEE,4BAIE,aXaa,CWfb,cAAA,CACA,eAAA,CAFA,kBZwiEJ,CYliEE,uBAGE,aXOa,CWRb,eAAA,CADA,gBZsiEJ,CYjiEE,qBACE,YZmiEJ,CYjiEI,yBAEE,cAAA,CADA,aZoiEN,CY/hE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","file":"look-and-feel.css","sourcesContent":["@use \"../common/common\" as common;\n\n.af-btn-client {\n display: flex;\n min-width: 11.25rem;\n min-height: 3.5rem;\n padding: 0.8rem 1.2rem;\n border: 0;\n border-radius: 8px;\n align-items: center;\n justify-content: center;\n gap: 1rem;\n font-family: common.$font-family-base;\n font-weight: 600;\n color: common.$color-white;\n background-color: common.$color-axa;\n transition-duration: common.$transition-duration;\n transition-property: width, height, border, color, background-color, outline,\n box-shadow;\n transition-timing-function: linear;\n cursor: pointer;\n\n &:hover {\n color: common.$color-white;\n background-color: common.$color-blue-1;\n }\n\n &:active,\n &:focus {\n color: common.$color-white;\n background-color: common.$color-btn-light;\n }\n\n &:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n & > svg {\n aspect-ratio: 1;\n }\n\n &--ghost {\n min-width: auto;\n min-height: auto;\n padding: 0;\n gap: 0.25rem;\n color: common.$color-axa;\n background-color: transparent;\n\n &:hover {\n color: common.$color-blue-1;\n background-color: transparent;\n }\n\n &:focus,\n &:active {\n color: common.$color-btn-light;\n background-color: transparent;\n }\n }\n\n &--primary-business {\n background-color: common.$color-btn-business;\n\n &:hover {\n background-color: common.$color-btn-business-dark;\n }\n\n &:focus {\n background-color: common.$color-btn-business-light;\n }\n }\n\n &--tertiary {\n color: common.$color-axa;\n background-color: common.$color-btn-tertiary-bg;\n\n &:hover {\n color: common.$color-axa;\n background-color: common.$color-btn-tertiary-bg-darker;\n }\n\n &:focus,\n &:active {\n color: common.$color-axa;\n background-color: common.$color-btn-tertiary-bg-lighter;\n }\n }\n\n &--secondary {\n color: common.$color-axa;\n background-color: common.$color-white;\n box-shadow: 0 0 0 1px common.$color-axa inset;\n\n &:hover,\n &:focus,\n &:active {\n color: common.$color-blue-1;\n background-color: common.$color-white;\n box-shadow: 0 0 0 2px common.$color-blue-1 inset;\n }\n\n &:active {\n background-color: common.$color-blue-2;\n }\n }\n\n &--secondary-error {\n color: common.$color-red-700;\n background-color: common.$color-white;\n box-shadow: 0 0 0 1px common.$color-red-700 inset;\n\n &:hover,\n &:focus,\n &:active {\n color: common.$color-btn-error-text;\n background-color: common.$color-white;\n box-shadow: 0 0 0 2px common.$color-btn-error-text inset;\n }\n\n &:active {\n background-color: common.$color-btn-error-bg;\n }\n }\n\n &__wrapper {\n display: flex;\n align-items: center;\n justify-content: center;\n line-height: 1;\n }\n\n &:disabled,\n &[aria-disabled=\"true\"] {\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-300;\n box-shadow: none;\n cursor: not-allowed;\n\n &:hover,\n &:focus {\n border-color: transparent;\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-300;\n }\n }\n}\n","@use \"Button/Button\";\n@use \"Card/Card\";\n@use \"Layout/Footer/Footer\";\n@use \"Stepper/Stepper\";\n@use \"Layout/Header/Header\";\n@use \"Form/Radio/Radio\";\n@use \"Tabs/Tabs\";\n@use \"Form/Checkbox/Checkbox\";\n@use \"Form/Select/Select\";\n@use \"Form/Text/Text\";\n@use \"Form/FileUpload/FileUpload\";\n@use \"Accordion/Accordion\";\n@use \"Modal/Modal\";\n@use \"Alert/Alert\";\n@use \"Link/Link\";\n@use \"Pagination/Pagination\";\n@use \"Pagination/PaginationDesktop\";\n@use \"Pagination/PaginationMobile\";\n@use \"Loader/Loader\";\n@use \"./List/List\";\n@use \"List/ClickList/ClickList\";\n@use \"./List/ContentItemDuo/ContentItemDuo\";\n@use \"List/ContentTabList/ContentTabList\";\n@use \"Tag/Tag\";\n@use \"Form/InputError/InputError\";\n@use \"IconBg/IconBg\";\n@use \"Layout/Header/NavBar/NavBar\";\n@use \"Layout/Header/PreviousLink/PreviousLink\";\n@use \"Title/Title\";\n@use \"./List/ContentItemMono/ContentItemMono\";\n","$font-family-sans-serif: \"Source Sans Pro\", arial, sans-serif !default;\n$font-family-serif: georgia, times, \"Times New Roman\", serif !default;\n$font-family-base: $font-family-sans-serif !default;\n$font-family-publico-bold: \"Publico Headline Bold\" !default;\n$font-family-publico: \"Publico Headline\" !default;\n// colors\n\n$color-axa: #00008f !default;\n$color-white: #fff !default;\n$color-black: #000 !default;\n$color-red: #ff1721 !default;\n$color-gray: #5f5f5f !default;\n$color-red-700: #c91432 !default;\n$color-blue-1: #000072 !default;\n$color-blue-2: #f8f8ff !default;\n$color-blue-3: #36f !default;\n$color-btn-light: #3333a5 !default;\n$color-btn-business: #c94e14 !default;\n$color-btn-business-dark: #a8391c !default;\n$color-btn-business-light: #df7e65 !default;\n$color-btn-disabled-text: #999 !default;\n$color-btn-disabled-border: #e5e5e5 !default;\n$color-btn-error-text: #a11028 !default;\n$color-btn-error-bg: #fff3f5 !default;\n$color-btn-tertiary-bg: #eef !default;\n$color-btn-tertiary-bg-darker: #e4e4ff !default;\n$color-btn-tertiary-bg-lighter: #f8f8ff !default;\n$color-oceanBlue: #4976ba !default;\n$color-gray-1: #ccc !default;\n$color-gray-200: #f3f3f3;\n$color-gray-300: #e9ecf2;\n$color-gray-400: #e5e5e5;\n$color-gray-500: #999;\n$color-gray-700: #5f5f5f;\n$color-gray-900: #333 !default;\n$color-green-600: #118635 !default;\n$color-border: #f3f3f3 !default;\n$color-focus: #36f !default;\n\n// others\n\n$default-border-radius: 4px !default;\n\n$transition-duration: 0.2s !default;\n\n// spacing\n\n$sizing-u0: 0 !default;\n$sizing-u05: 0.4rem !default;\n$sizing-u1: 0.8rem !default;\n$sizing-u2: 1.6rem !default;\n$sizing-u3: 2.4rem !default;\n$sizing-u4: 3.2rem !default;\n$sizing-u5: 4rem !default;\n$sizing-u6: 4.8rem !default;\n$sizing-u7: 5.6rem !default;\n$sizing-u8: 6.4rem !default;\n$sizing-u9: 7.2rem !default;\n$sizing-u10: 8rem !default;\n$spacing-u0: 0 !default;\n$spacing-u05: 0.4rem !default;\n$spacing-u1: 0.8rem !default;\n$spacing-u2: 1.6rem !default;\n$spacing-u3: 2.4rem !default;\n$spacing-u4: 3.2rem !default;\n$spacing-u5: 4rem !default;\n$spacing-u6: 4.8rem !default;\n$spacing-u7: 5.6rem !default;\n$spacing-u8: 6.4rem !default;\n$spacing-u9: 7.2rem !default;\n$spacing-u10: 8rem !default;\n$spacing-u11: 8.8rem !default;\n$spacing-u12: 9.6rem !default;\n$spacing-u13: 10.4rem !default;\n$spacing-u14: 11.2rem !default;\n$spacing-u15: 12rem !default;\n$spacing-u16: 12.8rem !default;\n$spacing-u17: 13.6rem !default;\n$spacing-u18: 14.4rem !default;\n$spacing-u19: 15.2rem !default;\n$spacing-u20: 16rem !default;\n$screen-size-668: s !default;\n$screen-size-1024: m !default;\n$screen-size-1200: oldl !default;\n$screen-size-1280: l !default;\n$screen-size-1540: oldxl !default;\n$screen-size-1600: xl !default;\n$screen-size-s: 668px !default;\n$screen-size-m: 1024px !default;\n$screen-size-l: 1280px !default;\n$screen-size-xl: 1600px !default;\n$screen-size-oldl: 1200px !default;\n$screen-size-oldxl: 1540px !default;\n\n$error-custom-border: #d18e8e !default;\n$error-custom-bg: #ffbfbf !default;\n\n$color-alertDanger-colorBorder: #c8b282 !default;\n$color-alertDanger-bgColor: #f1d596 !default;\n\n// breakpoints\n\n$breakpoint-xs: 0 !default;\n$breakpoint-sm: 667px !default;\n$breakpoint-md: 1023px !default;\n$breakpoint-lg: 1279px !default;\n$breakpoint-xl: 1599px !default;\n","*,\n::after,\n::before {\n box-sizing: border-box;\n}\n\nhtml {\n font-family: sans-serif;\n line-height: 1.15;\n text-size-adjust: 100%;\n -webkit-tap-highlight-color: transparent;\n}\n\narticle,\naside,\nfigcaption,\nfigure,\nfooter,\nheader,\nhgroup,\nmain,\nnav,\nsection {\n display: block;\n}\n\nbody {\n margin: 0;\n font-family: \"Source Sans Pro\", Arial, sans-serif;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.5;\n text-align: left;\n color: #333;\n background-color: #fff;\n}\n\n[tabindex=\"-1\"]:focus {\n outline: 0 !important;\n}\n\nhr {\n box-sizing: content-box;\n height: 0;\n overflow: visible;\n}\n\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin-top: 0;\n margin-bottom: 0.5rem;\n}\n\np {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nabbr[data-original-title],\nabbr[title] {\n border-bottom: 0;\n text-decoration: underline;\n text-decoration: underline dotted;\n text-decoration-skip-ink: none;\n cursor: help;\n}\n\naddress {\n margin-bottom: 1rem;\n font-style: normal;\n line-height: inherit;\n}\n\ndl,\nol,\nul {\n margin-top: 0;\n margin-bottom: 1rem;\n}\n\nol ol,\nol ul,\nul ol,\nul ul {\n margin-bottom: 0;\n}\n\ndt {\n font-weight: 700;\n}\n\ndd {\n margin-bottom: 0.5rem;\n margin-left: 0;\n}\n\nblockquote {\n margin: 0 0 1rem;\n}\n\nb,\nstrong {\n font-weight: bolder;\n}\n\nsmall {\n font-size: 80%;\n}\n\nsub,\nsup {\n position: relative;\n vertical-align: baseline;\n font-size: 75%;\n line-height: 0;\n}\n\nsub {\n bottom: -0.25em;\n}\n\nsup {\n top: -0.5em;\n}\n\na {\n text-decoration: none;\n color: #00008f;\n background-color: transparent;\n}\n\na:hover {\n text-decoration: underline;\n color: #000043;\n}\n\na:not([href], [tabindex]) {\n text-decoration: none;\n color: inherit;\n}\n\na:not([href], [tabindex]):focus,\na:not([href], [tabindex]):hover {\n text-decoration: none;\n color: inherit;\n}\n\na:not([href], [tabindex]):focus {\n outline: 0;\n}\n\ncode,\nkbd,\npre,\nsamp {\n font-family: SFMono-Regular, Menlo, Monaco, Consolas, \"Liberation Mono\",\n \"Courier New\", monospace;\n font-size: 1em;\n}\n\npre {\n margin-top: 0;\n margin-bottom: 1rem;\n overflow: auto;\n}\n\nfigure {\n margin: 0 0 1rem;\n}\n\nimg {\n border-style: none;\n vertical-align: middle;\n}\n\nsvg {\n vertical-align: middle;\n overflow: hidden;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ncaption {\n padding-top: 0.5rem;\n padding-bottom: 0.5rem;\n caption-side: bottom;\n text-align: left;\n color: #6c757d;\n}\n\nth {\n text-align: inherit;\n}\n\nlabel {\n display: inline-block;\n margin-bottom: 0.5rem;\n}\n\nbutton {\n border-radius: 0;\n}\n\nbutton,\ninput,\noptgroup,\nselect,\ntextarea {\n margin: 0;\n font-family: inherit;\n font-size: inherit;\n line-height: inherit;\n}\n\nbutton,\ninput {\n overflow: visible;\n}\n\nbutton,\nselect {\n text-transform: none;\n}\n\nselect {\n word-wrap: normal;\n}\n\n[type=\"button\"],\n[type=\"reset\"],\n[type=\"submit\"],\nbutton {\n appearance: button;\n}\n\nbutton:focus {\n outline: 1px dotted;\n outline: 5px auto -webkit-focus-ring-color;\n}\n\n[type=\"button\"]:not(:disabled),\n[type=\"reset\"]:not(:disabled),\n[type=\"submit\"]:not(:disabled),\nbutton:not(:disabled) {\n cursor: pointer;\n}\n\n[type=\"button\"]::-moz-focus-inner,\n[type=\"reset\"]::-moz-focus-inner,\n[type=\"submit\"]::-moz-focus-inner,\nbutton::-moz-focus-inner {\n padding: 0;\n border-style: none;\n}\n\ninput[type=\"checkbox\"],\ninput[type=\"radio\"] {\n box-sizing: border-box;\n padding: 0;\n}\n\ninput[type=\"date\"],\ninput[type=\"datetime-local\"],\ninput[type=\"month\"],\ninput[type=\"time\"] {\n appearance: listbox;\n}\n\ntextarea {\n overflow: auto;\n resize: vertical;\n}\n\nfieldset {\n min-width: 0;\n margin: 0;\n padding: 0;\n border: 0;\n}\n\nlegend {\n display: block;\n width: 100%;\n max-width: 100%;\n margin-bottom: 0.5rem;\n padding: 0;\n font-size: 1.5rem;\n line-height: inherit;\n white-space: normal;\n color: inherit;\n}\n\nprogress {\n vertical-align: baseline;\n}\n\n[type=\"number\"]::-webkit-inner-spin-button,\n[type=\"number\"]::-webkit-outer-spin-button {\n height: auto;\n}\n\n[type=\"search\"] {\n outline-offset: -2px;\n appearance: none;\n}\n\n[type=\"search\"]::-webkit-search-decoration {\n appearance: none;\n}\n\n::-webkit-file-upload-button {\n font: inherit;\n appearance: button;\n}\n\noutput {\n display: inline-block;\n}\n\nsummary {\n display: list-item;\n cursor: pointer;\n}\n\ntemplate {\n display: none;\n}\n\n[hidden] {\n display: none !important;\n}\n","@use \"../common/reboot\";\n@use \"../common/common\" as common;\n\n.af-card {\n width: fit-content;\n padding: 1rem;\n border: 1px solid common.$color-gray-300;\n border-radius: 0.5rem;\n font-family: common.$font-family-base;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.25rem;\n background-color: common.$color-white;\n box-shadow: 0 0.25rem 0.5rem 0 hsla(230deg, 60%, 16%, 8%);\n\n > *:last-child {\n margin-block-end: 0;\n }\n\n &:focus-visible {\n border: 2px solid common.$color-focus;\n outline: none;\n }\n\n &--elevation-2:not(:focus) {\n box-shadow: 0 0.25rem 0.5rem 0 hsla(230deg, 60%, 16%, 16%);\n }\n\n &__title {\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n color: common.$color-axa;\n }\n}\n\nbutton.af-card {\n text-align: initial;\n cursor: pointer;\n\n &:active {\n box-shadow: none;\n }\n\n &:focus {\n outline: none;\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-footer {\n z-index: 100;\n display: flex;\n flex-direction: column;\n justify-content: space-around;\n text-transform: uppercase;\n color: common.$color-white;\n background-color: common.$color-oceanBlue;\n\n &__menuLinks {\n height: 0;\n padding: 0;\n overflow: hidden;\n background: transparent;\n transition:\n background 0ms,\n padding 0ms;\n\n &--display {\n height: auto;\n padding: 0 2rem;\n transition:\n background 250ms,\n padding 125ms;\n }\n }\n\n &__iconTrigger {\n align-self: center;\n justify-content: center;\n transform: rotate3d(var(--rotate-x, 0), 0, 0, 180deg) !important;\n transition: transform 250ms ease-in-out !important;\n\n &--display {\n --rotate-x: 1;\n }\n }\n\n &__linkItem {\n display: block;\n padding: 1.2rem common.$spacing-u3;\n text-decoration: none;\n color: common.$color-white;\n\n &:hover {\n color: common.$color-blue-1;\n }\n }\n\n &__footerMenuIcons {\n display: flex;\n padding: common.$spacing-u2 common.$spacing-u1;\n border: 1px solid rgba(255, 255, 255, 20%);\n border-width: 1px 0;\n flex-direction: row;\n justify-content: center;\n gap: common.$spacing-u3;\n }\n\n &__menuIconLinks {\n align-self: center;\n color: common.$color-white;\n fill: common.$color-white;\n\n &:hover {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n }\n\n &__menuAboutTrigger {\n all: unset;\n display: flex;\n box-sizing: border-box;\n width: 100%;\n padding: common.$spacing-u2 common.$spacing-u4;\n justify-content: space-between;\n }\n\n &__menuAboutTriggerText {\n font-weight: bold;\n color: common.$color-white;\n }\n\n &__footerBottom {\n padding: common.$spacing-u1;\n }\n\n &__textCopyright {\n font-size: 0.875rem;\n }\n\n &__icon {\n width: 16px;\n height: 16px;\n align-self: center;\n fill: common.$color-white;\n }\n}\n\n@media only screen and (width >= #{common.$screen-size-m}) {\n .af-footer {\n &__menuLinks {\n display: flex;\n height: auto;\n padding: 1.2rem 0;\n flex-direction: row;\n justify-content: space-between;\n background: transparent;\n\n & :first-child {\n border-left: unset;\n }\n }\n\n &__linkItem {\n padding: 0 common.$spacing-u2;\n border-left: 1px solid rgba(255, 255, 255, 20%);\n align-self: center;\n color: common.$color-white;\n }\n\n &__footerMenuIcons {\n padding: common.$spacing-u2 common.$spacing-u4 common.$spacing-u2\n common.$spacing-u1;\n border: none;\n gap: common.$spacing-u2;\n }\n\n &__footerTop {\n display: flex;\n width: 100%;\n max-width: 128rem;\n margin: 0 auto;\n flex-direction: row;\n justify-content: space-between;\n }\n\n &__menuTop {\n display: flex;\n padding: common.$spacing-u1;\n flex-direction: row;\n justify-content: space-between;\n text-decoration: none;\n }\n\n &__menuAboutTrigger {\n display: none;\n padding: common.$spacing-u2 common.$spacing-u2 common.$spacing-u2\n common.$spacing-u4;\n }\n\n &__footerBottom {\n padding: 0;\n border-top: 1px solid rgba(255, 255, 255, 20%);\n text-align: right;\n }\n\n &__footerBottomWidth {\n width: 100%;\n max-width: 128rem;\n margin: 0 auto;\n }\n\n &__textCopyright {\n display: flex;\n padding: common.$spacing-u1 common.$spacing-u4 common.$spacing-u1 0;\n justify-content: flex-end;\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-stepper-client {\n display: flex;\n width: 100%;\n flex-direction: column;\n background-color: transparent;\n\n &__title {\n margin-bottom: 0.5rem;\n font-family: common.$font-family-publico-bold, common.$font-family-base;\n font-size: 2rem;\n font-weight: 700;\n line-height: 2.5rem;\n text-align: left;\n color: common.$color-gray-900;\n }\n\n &__subtitle {\n margin-bottom: 1.5rem;\n font-family: common.$font-family-sans-serif;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.406rem;\n text-align: left;\n color: common.$color-gray-700;\n }\n\n &__content {\n display: flex;\n align-items: flex-end;\n gap: 1rem;\n }\n\n &__progressbar {\n width: 100%;\n height: 0.375rem;\n border-radius: common.$default-border-radius;\n background-color: common.$color-btn-disabled-border;\n }\n\n &__progress {\n width: 50%;\n height: 100%;\n height: 0.375rem;\n border-radius: common.$default-border-radius;\n text-align: left;\n background-color: common.$color-axa;\n transition:\n 0.75s ease-out,\n background-color 0.75s;\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-header {\n position: sticky;\n z-index: 100;\n top: 0;\n background-color: common.$color-white;\n}\n\n.af-header-container {\n display: flex;\n width: 100%;\n height: 72px;\n border-bottom: 1px solid common.$color-gray-1;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n font-family: common.$font-family-sans-serif;\n font-size: 1.25rem;\n font-weight: 600;\n color: common.$color-axa;\n\n & .af-btn-client {\n min-width: initial;\n\n & > svg {\n display: none;\n }\n }\n}\n\n.af-logo {\n width: 40px;\n height: 40px;\n margin: 0 common.$spacing-u1;\n align-self: center;\n}\n\n.af-header-left-item > nav {\n display: none;\n}\n\n.af-header-right-item {\n display: flex;\n margin: 0 common.$spacing-u1;\n flex-direction: row;\n align-items: center;\n gap: common.$spacing-u1;\n}\n\n@media only screen and (width >= #{common.$breakpoint-md}) {\n .af-header-container {\n width: auto;\n height: 80px;\n padding: 0 common.$spacing-u4;\n border-top: 2px solid common.$color-axa;\n\n & .af-btn-client > svg {\n display: block;\n }\n }\n\n .af-logo {\n width: 56px;\n height: 56px;\n }\n\n .af-header-left-item {\n display: flex;\n height: 5rem;\n flex-direction: row;\n align-items: center;\n gap: 1.5rem;\n\n & > nav {\n display: block;\n }\n }\n\n .af-header-right-item {\n margin: 0;\n gap: common.$spacing-u2;\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-radio {\n font-family: \"Source Sans Pro\", arial, sans-serif;\n\n * {\n box-sizing: border-box;\n }\n\n &__label {\n margin-bottom: 0.5rem;\n font-size: 1.25rem;\n font-weight: 600;\n color: common.$color-gray-900;\n }\n\n &__content {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 1rem;\n\n & > svg {\n width: 1.75rem;\n height: 1.75rem;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & &-description {\n display: flex;\n flex-direction: column;\n gap: 0.25rem;\n line-height: 1.25rem;\n\n & > span:first-child {\n font-size: 1.125rem;\n line-height: 1.4rem;\n color: common.$color-gray-900;\n }\n\n & > span:not(:first-child) {\n color: common.$color-gray-700;\n }\n }\n }\n\n &-select--horizontal &__content {\n flex-direction: column;\n gap: 0.5rem;\n }\n\n &__group-description {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n & ~ .af-input-error {\n margin-left: 3.2rem;\n gap: 0.5rem;\n\n &__message {\n line-height: 1.25rem;\n }\n }\n\n &-select ~ .af-input-error {\n margin: 1rem 0 0;\n }\n\n & label {\n display: flex;\n margin: 0;\n border-radius: common.$default-border-radius;\n align-items: flex-start;\n gap: 0.75rem;\n cursor: pointer;\n }\n\n &-select label {\n height: 6.4rem;\n padding: 1rem;\n align-items: center;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray};\n }\n\n &[aria-invalid=\"true\"] {\n *:not(.af-radio__content *) {\n color: common.$color-red-700;\n fill: common.$color-red-700;\n }\n }\n\n &-select--horizontal label {\n position: relative;\n width: 12rem;\n height: auto;\n padding: 1rem;\n flex-direction: column;\n justify-content: flex-start;\n gap: 0;\n text-align: center;\n\n & .af-radio__icons {\n position: absolute;\n top: 1rem;\n left: 1rem;\n }\n }\n\n &-select[aria-invalid=\"true\"] label {\n --box-shadow-color: #{common.$color-red-700};\n\n box-shadow: 0 0 0 2px var(--box-shadow-color) inset;\n }\n\n & label input[type=\"radio\"] {\n position: absolute;\n margin-right: 0.5rem;\n opacity: 0;\n\n & ~ .af-radio__icons {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n\n & .af-radio__checked,\n & .af-radio__unchecked {\n width: 1.75rem;\n height: 1.75rem;\n align-items: center;\n }\n\n & .af-radio__checked {\n display: none;\n }\n\n & .af-radio__unchecked {\n color: common.$color-gray-700;\n fill: common.$color-gray-700;\n }\n }\n }\n\n & label:has(input[type=\"radio\"]:checked) {\n & .af-radio__checked {\n display: block;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & .af-radio__unchecked {\n display: none;\n }\n }\n\n &-select[aria-invalid=\"false\"] label:hover {\n --box-shadow-color: #{common.$color-axa};\n\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n }\n\n & label:has(input[type=\"radio\"]:disabled) {\n cursor: default;\n\n & .af-radio__content > svg,\n & .af-radio__checked,\n & .af-radio__unchecked {\n color: common.$color-gray-500;\n fill: common.$color-gray-500;\n }\n }\n\n &-select[aria-invalid=\"false\"] label:has(input[type=\"radio\"]:checked) {\n background-color: common.$color-blue-2;\n box-shadow: 0 0 0 2px common.$color-axa inset;\n }\n\n &-select[aria-invalid=\"false\"] label:has(input[type=\"radio\"]:disabled) {\n color: common.$color-gray-500;\n background-color: common.$color-gray-200;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray-400};\n }\n\n & label input[type=\"radio\"]:focus-visible ~ .af-radio__icons {\n & .af-radio__unchecked,\n & .af-radio__checked {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n }\n\n & label:hover:not(:has(input[type=\"radio\"]:disabled)) {\n & .af-radio__unchecked {\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n }\n\n &-select {\n display: flex;\n flex-direction: column;\n gap: 1rem;\n font-family: common.$font-family-base;\n font-style: normal;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n\n &--horizontal {\n flex-direction: row;\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-tabs-client {\n display: flex;\n width: 100%;\n margin: 0;\n padding: 0;\n flex-direction: column;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n\n & > [role=\"tablist\"] {\n display: flex;\n width: 100%;\n margin-bottom: common.$spacing-u1;\n box-shadow: inset 0 -2px 0 0 common.$color-gray-300;\n }\n\n & [role=\"tab\"] {\n all: unset;\n position: relative;\n padding: 1rem;\n font-size: 1.25rem;\n line-height: common.$sizing-u2;\n text-align: center;\n cursor: pointer;\n\n & > span {\n display: block;\n width: 100%;\n height: 100%;\n }\n\n &[aria-selected=\"true\"] {\n border-bottom: 4px solid common.$color-axa;\n font-weight: 600;\n color: common.$color-axa;\n }\n }\n\n &--center {\n & > [role=\"tablist\"] {\n justify-content: center;\n }\n\n & [role=\"tab\"] {\n width: 100%;\n flex-grow: 1;\n }\n }\n\n & [role=\"tab\"]:focus {\n outline: unset;\n }\n\n & [role=\"tab\"]:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n & > [role=\"tabpanel\"][aria-hidden=\"true\"] {\n display: none;\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-checkbox {\n font-family: \"Source Sans Pro\", arial, sans-serif;\n\n * {\n box-sizing: border-box;\n }\n\n &__content {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 1rem;\n\n & > svg {\n width: 1.75rem;\n height: 1.75rem;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & &-description {\n display: flex;\n flex-direction: column;\n gap: 0.25rem;\n line-height: 1.25rem;\n\n & > span:first-child {\n line-height: 1.4rem;\n color: common.$color-gray-900;\n }\n\n & > span:not(:first-child) {\n color: common.$color-gray-700;\n }\n }\n }\n\n &-select--horizontal &__content {\n flex-direction: column;\n gap: 0.5rem;\n }\n\n &__group-description {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n & ~ &__error {\n display: flex;\n margin-left: 3.2rem;\n align-items: center;\n gap: 0.5rem;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n line-height: 1.25rem;\n color: common.$color-red-700;\n\n & > svg {\n color: common.$color-red-700;\n fill: common.$color-red-700;\n }\n }\n\n &-select ~ &__error {\n margin: 1rem 0 0;\n }\n\n & label {\n display: flex;\n margin: 0;\n border-radius: common.$default-border-radius;\n align-items: center;\n gap: 0.75rem;\n cursor: pointer;\n }\n\n &-select label {\n height: 6.4rem;\n padding: 1rem;\n align-items: center;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray};\n }\n\n &-select--horizontal label {\n position: relative;\n width: 12rem;\n height: auto;\n padding: 1rem;\n flex-direction: column;\n justify-content: flex-start;\n gap: 0;\n text-align: center;\n\n & .af-checkbox__icons {\n position: absolute;\n top: 1rem;\n left: 1rem;\n }\n }\n\n & label input[type=\"checkbox\"] {\n position: absolute;\n margin-right: 0.5rem;\n opacity: 0;\n\n & ~ .af-checkbox__icons {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n\n & .af-checkbox__checked,\n & .af-checkbox__unchecked {\n width: 1.75rem;\n height: 1.75rem;\n align-items: center;\n }\n\n & .af-checkbox__checked {\n display: none;\n }\n\n & .af-checkbox__unchecked {\n color: common.$color-gray-700;\n fill: common.$color-gray-700;\n }\n }\n }\n\n & label:has(input[type=\"checkbox\"][aria-invalid=\"true\"]) {\n & .af-checkbox__checked,\n & .af-checkbox__unchecked {\n color: common.$color-red-700;\n fill: common.$color-red-700;\n }\n }\n\n & label:has(input[type=\"checkbox\"]:checked) {\n & .af-checkbox__checked {\n display: block;\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n\n & .af-checkbox__unchecked {\n display: none;\n }\n }\n\n &-select label:has(input[type=\"checkbox\"]:checked) {\n background-color: common.$color-blue-2;\n box-shadow: 0 0 0 2px common.$color-axa inset;\n }\n\n & label:has(input[type=\"checkbox\"]:disabled) {\n cursor: default;\n\n & .af-checkbox__content > svg,\n & .af-checkbox__checked,\n & .af-checkbox__unchecked {\n color: common.$color-btn-disabled-text;\n fill: common.$color-btn-disabled-text;\n }\n }\n\n &-select label:has(input[type=\"checkbox\"]:disabled) {\n color: common.$color-btn-disabled-text;\n background-color: common.$color-gray-200;\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n\n --box-shadow-color: #{common.$color-gray-400};\n }\n\n &-select label:has(input[type=\"checkbox\"][aria-invalid=\"true\"]) {\n --box-shadow-color: #{common.$color-red-700};\n\n box-shadow: 0 0 0 2px var(--box-shadow-color) inset;\n }\n\n & label input[type=\"checkbox\"]:focus-visible ~ .af-checkbox__icons {\n & .af-checkbox__unchecked,\n & .af-checkbox__checked {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n }\n\n & label:hover:not(:has(input[type=\"checkbox\"]:disabled)) {\n & .af-checkbox__unchecked {\n color: common.$color-axa;\n fill: common.$color-axa;\n }\n }\n\n &-select label:hover:not(:has(input[type=\"checkbox\"]:disabled)) {\n --box-shadow-color: #{common.$color-axa};\n\n box-shadow: 0 0 0 1px var(--box-shadow-color) inset;\n }\n\n &-select {\n display: flex;\n margin-top: 1rem;\n flex-direction: column;\n gap: 1rem;\n font-family: common.$font-family-base;\n font-style: normal;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n\n &--horizontal {\n flex-direction: row;\n }\n }\n}\n",".container {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n padding-right: 15px;\n padding-left: 15px;\n}\n@media (width >= 576px) {\n .container {\n max-width: 540px;\n }\n}\n@media (width >= 768px) {\n .container {\n max-width: 720px;\n }\n}\n@media (width >= 992px) {\n .container {\n max-width: 960px;\n }\n}\n@media (width >= 1200px) {\n .container {\n max-width: 1440px;\n }\n}\n\n.container-fluid {\n width: 100%;\n margin-right: auto;\n margin-left: auto;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.row {\n display: flex;\n margin-right: -15px;\n margin-left: -15px;\n flex-wrap: wrap;\n}\n\n.no-gutters {\n margin-right: 0;\n margin-left: 0;\n}\n\n.col,\n.col-1,\n.col-10,\n.col-11,\n.col-12,\n.col-2,\n.col-3,\n.col-4,\n.col-5,\n.col-6,\n.col-7,\n.col-8,\n.col-9,\n.col-auto,\n.col-lg,\n.col-lg-1,\n.col-lg-10,\n.col-lg-11,\n.col-lg-12,\n.col-lg-2,\n.col-lg-3,\n.col-lg-4,\n.col-lg-5,\n.col-lg-6,\n.col-lg-7,\n.col-lg-8,\n.col-lg-9,\n.col-lg-auto,\n.col-md,\n.col-md-1,\n.col-md-10,\n.col-md-11,\n.col-md-12,\n.col-md-2,\n.col-md-3,\n.col-md-4,\n.col-md-5,\n.col-md-6,\n.col-md-7,\n.col-md-8,\n.col-md-9,\n.col-md-auto,\n.col-sm,\n.col-sm-1,\n.col-sm-10,\n.col-sm-11,\n.col-sm-12,\n.col-sm-2,\n.col-sm-3,\n.col-sm-4,\n.col-sm-5,\n.col-sm-6,\n.col-sm-7,\n.col-sm-8,\n.col-sm-9,\n.col-sm-auto,\n.col-xl,\n.col-xl-1,\n.col-xl-10,\n.col-xl-11,\n.col-xl-12,\n.col-xl-2,\n.col-xl-3,\n.col-xl-4,\n.col-xl-5,\n.col-xl-6,\n.col-xl-7,\n.col-xl-8,\n.col-xl-9,\n.col-xl-auto {\n position: relative;\n width: 100%;\n padding-right: 15px;\n padding-left: 15px;\n}\n\n.col {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n}\n\n.col-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n}\n\n.col-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n}\n\n.col-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n}\n\n.col-3 {\n max-width: 25%;\n flex: 0 0 25%;\n}\n\n.col-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n}\n\n.col-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n}\n\n.col-6 {\n max-width: 50%;\n flex: 0 0 50%;\n}\n\n.col-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n}\n\n.col-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n}\n\n.col-9 {\n max-width: 75%;\n flex: 0 0 75%;\n}\n\n.col-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n}\n\n.col-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n}\n\n.col-12 {\n max-width: 100%;\n flex: 0 0 100%;\n}\n\n.no-gutters > .col,\n.no-gutters > [class*=\"col-\"] {\n padding-right: 0;\n padding-left: 0;\n}\n\n.order-first {\n order: -1;\n}\n\n.order-last {\n order: 13;\n}\n\n.order-0 {\n order: 0;\n}\n\n.order-1 {\n order: 1;\n}\n\n.order-2 {\n order: 2;\n}\n\n.order-3 {\n order: 3;\n}\n\n.order-4 {\n order: 4;\n}\n\n.order-5 {\n order: 5;\n}\n\n.order-6 {\n order: 6;\n}\n\n.order-7 {\n order: 7;\n}\n\n.order-8 {\n order: 8;\n}\n\n.order-9 {\n order: 9;\n}\n\n.order-10 {\n order: 10;\n}\n\n.order-11 {\n order: 11;\n}\n\n.order-12 {\n order: 12;\n}\n\n.offset-1 {\n margin-left: 8.3333%;\n}\n\n.offset-2 {\n margin-left: 16.6667%;\n}\n\n.offset-3 {\n margin-left: 25%;\n}\n\n.offset-4 {\n margin-left: 33.3333%;\n}\n\n.offset-5 {\n margin-left: 41.6667%;\n}\n\n.offset-6 {\n margin-left: 50%;\n}\n\n.offset-7 {\n margin-left: 58.3333%;\n}\n\n.offset-8 {\n margin-left: 66.6667%;\n}\n\n.offset-9 {\n margin-left: 75%;\n}\n\n.offset-10 {\n margin-left: 83.3333%;\n}\n\n.offset-11 {\n margin-left: 91.6667%;\n}\n@media (width >= 576px) {\n .col-sm {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-sm-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-sm-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-sm-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-sm-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-sm-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-sm-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-sm-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-sm-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-sm-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-sm-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-sm-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-sm-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-sm-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-sm-first {\n order: -1;\n }\n\n .order-sm-last {\n order: 13;\n }\n\n .order-sm-0 {\n order: 0;\n }\n\n .order-sm-1 {\n order: 1;\n }\n\n .order-sm-2 {\n order: 2;\n }\n\n .order-sm-3 {\n order: 3;\n }\n\n .order-sm-4 {\n order: 4;\n }\n\n .order-sm-5 {\n order: 5;\n }\n\n .order-sm-6 {\n order: 6;\n }\n\n .order-sm-7 {\n order: 7;\n }\n\n .order-sm-8 {\n order: 8;\n }\n\n .order-sm-9 {\n order: 9;\n }\n\n .order-sm-10 {\n order: 10;\n }\n\n .order-sm-11 {\n order: 11;\n }\n\n .order-sm-12 {\n order: 12;\n }\n\n .offset-sm-0 {\n margin-left: 0;\n }\n\n .offset-sm-1 {\n margin-left: 8.3333%;\n }\n\n .offset-sm-2 {\n margin-left: 16.6667%;\n }\n\n .offset-sm-3 {\n margin-left: 25%;\n }\n\n .offset-sm-4 {\n margin-left: 33.3333%;\n }\n\n .offset-sm-5 {\n margin-left: 41.6667%;\n }\n\n .offset-sm-6 {\n margin-left: 50%;\n }\n\n .offset-sm-7 {\n margin-left: 58.3333%;\n }\n\n .offset-sm-8 {\n margin-left: 66.6667%;\n }\n\n .offset-sm-9 {\n margin-left: 75%;\n }\n\n .offset-sm-10 {\n margin-left: 83.3333%;\n }\n\n .offset-sm-11 {\n margin-left: 91.6667%;\n }\n}\n@media (width >= 768px) {\n .col-md {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-md-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-md-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-md-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-md-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-md-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-md-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-md-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-md-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-md-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-md-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-md-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-md-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-md-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-md-first {\n order: -1;\n }\n\n .order-md-last {\n order: 13;\n }\n\n .order-md-0 {\n order: 0;\n }\n\n .order-md-1 {\n order: 1;\n }\n\n .order-md-2 {\n order: 2;\n }\n\n .order-md-3 {\n order: 3;\n }\n\n .order-md-4 {\n order: 4;\n }\n\n .order-md-5 {\n order: 5;\n }\n\n .order-md-6 {\n order: 6;\n }\n\n .order-md-7 {\n order: 7;\n }\n\n .order-md-8 {\n order: 8;\n }\n\n .order-md-9 {\n order: 9;\n }\n\n .order-md-10 {\n order: 10;\n }\n\n .order-md-11 {\n order: 11;\n }\n\n .order-md-12 {\n order: 12;\n }\n\n .offset-md-0 {\n margin-left: 0;\n }\n\n .offset-md-1 {\n margin-left: 8.3333%;\n }\n\n .offset-md-2 {\n margin-left: 16.6667%;\n }\n\n .offset-md-3 {\n margin-left: 25%;\n }\n\n .offset-md-4 {\n margin-left: 33.3333%;\n }\n\n .offset-md-5 {\n margin-left: 41.6667%;\n }\n\n .offset-md-6 {\n margin-left: 50%;\n }\n\n .offset-md-7 {\n margin-left: 58.3333%;\n }\n\n .offset-md-8 {\n margin-left: 66.6667%;\n }\n\n .offset-md-9 {\n margin-left: 75%;\n }\n\n .offset-md-10 {\n margin-left: 83.3333%;\n }\n\n .offset-md-11 {\n margin-left: 91.6667%;\n }\n}\n@media (width >= 992px) {\n .col-lg {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-lg-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-lg-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-lg-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-lg-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-lg-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-lg-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-lg-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-lg-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-lg-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-lg-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-lg-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-lg-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-lg-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-lg-first {\n order: -1;\n }\n\n .order-lg-last {\n order: 13;\n }\n\n .order-lg-0 {\n order: 0;\n }\n\n .order-lg-1 {\n order: 1;\n }\n\n .order-lg-2 {\n order: 2;\n }\n\n .order-lg-3 {\n order: 3;\n }\n\n .order-lg-4 {\n order: 4;\n }\n\n .order-lg-5 {\n order: 5;\n }\n\n .order-lg-6 {\n order: 6;\n }\n\n .order-lg-7 {\n order: 7;\n }\n\n .order-lg-8 {\n order: 8;\n }\n\n .order-lg-9 {\n order: 9;\n }\n\n .order-lg-10 {\n order: 10;\n }\n\n .order-lg-11 {\n order: 11;\n }\n\n .order-lg-12 {\n order: 12;\n }\n\n .offset-lg-0 {\n margin-left: 0;\n }\n\n .offset-lg-1 {\n margin-left: 8.3333%;\n }\n\n .offset-lg-2 {\n margin-left: 16.6667%;\n }\n\n .offset-lg-3 {\n margin-left: 25%;\n }\n\n .offset-lg-4 {\n margin-left: 33.3333%;\n }\n\n .offset-lg-5 {\n margin-left: 41.6667%;\n }\n\n .offset-lg-6 {\n margin-left: 50%;\n }\n\n .offset-lg-7 {\n margin-left: 58.3333%;\n }\n\n .offset-lg-8 {\n margin-left: 66.6667%;\n }\n\n .offset-lg-9 {\n margin-left: 75%;\n }\n\n .offset-lg-10 {\n margin-left: 83.3333%;\n }\n\n .offset-lg-11 {\n margin-left: 91.6667%;\n }\n}\n@media (width >= 1200px) {\n .col-xl {\n max-width: 100%;\n flex-basis: 0;\n flex-grow: 1;\n }\n\n .col-xl-auto {\n width: auto;\n max-width: 100%;\n flex: 0 0 auto;\n }\n\n .col-xl-1 {\n max-width: 8.3333%;\n flex: 0 0 8.3333%;\n }\n\n .col-xl-2 {\n max-width: 16.6667%;\n flex: 0 0 16.6667%;\n }\n\n .col-xl-3 {\n max-width: 25%;\n flex: 0 0 25%;\n }\n\n .col-xl-4 {\n max-width: 33.3333%;\n flex: 0 0 33.3333%;\n }\n\n .col-xl-5 {\n max-width: 41.6667%;\n flex: 0 0 41.6667%;\n }\n\n .col-xl-6 {\n max-width: 50%;\n flex: 0 0 50%;\n }\n\n .col-xl-7 {\n max-width: 58.3333%;\n flex: 0 0 58.3333%;\n }\n\n .col-xl-8 {\n max-width: 66.6667%;\n flex: 0 0 66.6667%;\n }\n\n .col-xl-9 {\n max-width: 75%;\n flex: 0 0 75%;\n }\n\n .col-xl-10 {\n max-width: 83.3333%;\n flex: 0 0 83.3333%;\n }\n\n .col-xl-11 {\n max-width: 91.6667%;\n flex: 0 0 91.6667%;\n }\n\n .col-xl-12 {\n max-width: 100%;\n flex: 0 0 100%;\n }\n\n .order-xl-first {\n order: -1;\n }\n\n .order-xl-last {\n order: 13;\n }\n\n .order-xl-0 {\n order: 0;\n }\n\n .order-xl-1 {\n order: 1;\n }\n\n .order-xl-2 {\n order: 2;\n }\n\n .order-xl-3 {\n order: 3;\n }\n\n .order-xl-4 {\n order: 4;\n }\n\n .order-xl-5 {\n order: 5;\n }\n\n .order-xl-6 {\n order: 6;\n }\n\n .order-xl-7 {\n order: 7;\n }\n\n .order-xl-8 {\n order: 8;\n }\n\n .order-xl-9 {\n order: 9;\n }\n\n .order-xl-10 {\n order: 10;\n }\n\n .order-xl-11 {\n order: 11;\n }\n\n .order-xl-12 {\n order: 12;\n }\n\n .offset-xl-0 {\n margin-left: 0;\n }\n\n .offset-xl-1 {\n margin-left: 8.3333%;\n }\n\n .offset-xl-2 {\n margin-left: 16.6667%;\n }\n\n .offset-xl-3 {\n margin-left: 25%;\n }\n\n .offset-xl-4 {\n margin-left: 33.3333%;\n }\n\n .offset-xl-5 {\n margin-left: 41.6667%;\n }\n\n .offset-xl-6 {\n margin-left: 50%;\n }\n\n .offset-xl-7 {\n margin-left: 58.3333%;\n }\n\n .offset-xl-8 {\n margin-left: 66.6667%;\n }\n\n .offset-xl-9 {\n margin-left: 75%;\n }\n\n .offset-xl-10 {\n margin-left: 83.3333%;\n }\n\n .offset-xl-11 {\n margin-left: 91.6667%;\n }\n}\n","@use \"../../common/common\" as common;\n@use \"../../common/grid\";\n@use \"../../common/reboot\";\n\n.af-form {\n &__select {\n &-label {\n margin-bottom: 0.5rem;\n font-size: 1.25rem;\n font-weight: 600;\n color: common.$color-gray-900;\n }\n\n &-single-value {\n color: common.$color-gray-900;\n\n &-disabled {\n color: common.$color-gray-500;\n }\n }\n\n &-error {\n display: flex;\n margin-top: 0.5rem;\n gap: 0.5rem;\n color: common.$color-red-700;\n\n &-icon {\n path {\n fill: common.$color-red-700;\n }\n }\n }\n }\n\n &__input-select {\n min-height: unset !important;\n font-size: 1rem;\n color: common.$color-gray-700;\n\n &-container {\n padding: 0.75rem 1rem;\n border: 1px solid common.$color-gray-700;\n border-radius: common.$default-border-radius;\n color: common.$color-gray-700;\n background-color: common.$color-white;\n\n &-error {\n border-width: 2px;\n border-color: common.$color-red-700;\n\n &:hover,\n &:active {\n box-shadow: 0 0 0 1px common.$color-red-700 inset !important;\n }\n }\n\n &:hover,\n &:active {\n box-shadow: 0 0 0 2px common.$color-axa inset;\n }\n\n &-focused,\n &:focus-visible {\n box-shadow: 0 0 0 2px common.$color-axa inset;\n outline: 2px solid common.$color-focus;\n outline-offset: 3px;\n }\n\n &-disabled {\n border-color: common.$color-gray-400;\n background-color: common.$color-gray-200;\n }\n\n &-icon {\n &-disabled {\n path {\n fill: common.$color-gray-500;\n }\n }\n }\n }\n\n &-menu {\n margin-top: 0.4rem;\n margin-left: -1rem;\n background-color: common.$color-white;\n box-shadow: 0 4px 16px -2px #00008f40;\n\n &-options {\n padding: 0.75rem 1rem;\n border: 1px solid transparent;\n font-weight: 400;\n color: common.$color-gray-900;\n box-shadow: none;\n\n &-selected {\n font-weight: 600;\n color: common.$color-axa;\n }\n\n &-focused {\n border: 1px solid common.$color-axa;\n }\n\n &:nth-child(odd) {\n background-color: common.$color-blue-2;\n }\n\n &:nth-child(even) {\n background-color: common.$color-white;\n }\n }\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-form {\n &__input-container {\n display: flex;\n flex-direction: column;\n align-items: flex-start;\n }\n\n &__input-label {\n margin: 0;\n font-size: 1.125rem;\n font-weight: 600;\n color: common.$color-gray-900;\n }\n\n &__input-description {\n margin-top: -0.25rem;\n font-size: 1rem;\n font-weight: 400;\n color: common.$color-gray-700;\n }\n\n &__input-helper {\n margin-top: 0.2rem;\n font-size: 0.9rem;\n color: common.$color-gray-700;\n }\n\n &__input-more {\n fill: common.$color-axa;\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n }\n }\n\n &__input-text {\n margin-top: 0.5rem;\n padding: 1rem;\n padding-right: 2.5rem;\n border: 1px solid common.$color-gray;\n border-radius: common.$default-border-radius;\n font-size: 1.125rem;\n color: common.$color-gray-900;\n\n &--error {\n border: 2px solid common.$color-red-700;\n }\n\n &:enabled {\n &:focus,\n &:active {\n border: 1px solid common.$color-axa;\n outline: none;\n }\n }\n\n &:not(:disabled, :focus, :active, &--error):hover {\n border: 2px solid common.$color-axa;\n outline: none;\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-form {\n &__group {\n &--label {\n font-size: 1.125rem;\n font-weight: 600;\n color: common.$color-gray-900;\n }\n }\n\n &__file {\n &-input {\n position: relative;\n display: flex;\n margin-top: 0.5rem;\n margin-bottom: 0.6rem;\n padding: 1rem;\n padding-bottom: 2rem;\n border: 2px dashed common.$color-axa;\n border-radius: 8px;\n flex-direction: column;\n align-items: center;\n justify-content: space-between;\n font-weight: normal;\n text-align: center;\n color: common.$color-gray-900;\n background-color: common.$color-white;\n cursor: pointer;\n\n &.is-mobile {\n padding-bottom: 1rem;\n }\n\n &:hover {\n border-color: common.$color-gray-700;\n }\n\n &--error {\n border-color: common.$color-red-700;\n }\n\n input {\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n width: 100%;\n opacity: 0;\n cursor: pointer;\n }\n\n &-dropdown-text {\n padding-top: 1rem;\n line-height: 5px;\n }\n\n &-help {\n font-size: 1rem;\n font-weight: 400;\n color: common.$color-gray-700;\n }\n\n &-icon {\n path {\n fill: common.$color-axa;\n }\n }\n\n .af-btn-client {\n width: 50%;\n }\n }\n\n &-list {\n display: flex;\n margin-top: 1.125rem;\n padding: 0;\n flex-wrap: wrap;\n font-size: 0.9rem;\n list-style: none;\n }\n\n &-title-container {\n display: flex;\n align-items: center;\n justify-content: center;\n gap: 0.5rem;\n\n &-icon {\n &-error {\n path {\n fill: common.$color-red-700;\n }\n }\n\n &-success {\n path {\n fill: common.$color-green-600;\n }\n }\n }\n }\n\n &-title {\n display: flex;\n align-items: center;\n gap: 0.5rem;\n\n & > div {\n display: flex;\n flex-direction: column;\n }\n }\n\n &-name {\n font-size: 1.125rem;\n color: common.$color-gray-900;\n }\n\n &-size {\n font-size: 1rem;\n color: common.$color-gray-700;\n }\n\n &-error {\n display: flex;\n margin-top: -0.9rem;\n margin-bottom: 0.9rem;\n align-items: center;\n gap: 0.25rem;\n font-size: 1rem;\n color: common.$color-red-700;\n\n &-icon {\n path {\n fill: common.$color-red-700;\n }\n }\n }\n\n &-line {\n width: 100%;\n\n &-container {\n display: flex;\n margin-bottom: 1rem;\n padding: 1rem;\n border: 1px solid common.$color-gray-700;\n border-radius: common.$default-border-radius;\n align-items: center;\n justify-content: space-between;\n background: common.$color-white;\n\n &--error {\n border-color: common.$color-red-700;\n }\n }\n }\n\n &-actions {\n display: flex;\n align-items: baseline;\n justify-content: center;\n gap: 1rem;\n cursor: pointer;\n\n &-icon {\n path {\n fill: common.$color-gray-700;\n }\n }\n }\n }\n}\n\n.is-mobile {\n .af-form {\n &__file {\n &-input {\n &-dropdown-text {\n display: none;\n }\n }\n }\n }\n\n .af-btn-client {\n width: 100%;\n }\n}\n","@use \"../common/common\" as common;\n\n.af-accordion-client {\n display: block;\n margin: 0;\n padding: 0;\n border-radius: 8px;\n font-family: \"Source Sans Pro\", arial, sans-serif;\n background-color: common.$color-white;\n\n &__item {\n &:not(:last-child) {\n border-bottom: 1px solid #e9ecf2;\n }\n\n & > h3 {\n width: 100%;\n margin: 0;\n font-size: 1.125rem;\n font-weight: 600;\n\n &:has(button[aria-expanded=\"true\"]) {\n border-bottom: none;\n color: common.$color-axa;\n }\n\n & > button {\n display: flex;\n width: 100%;\n padding: 15px 20px;\n border: 0;\n align-items: center;\n font-size: 1.125rem;\n font-weight: 600;\n text-align: start;\n color: inherit;\n background-color: inherit;\n cursor: pointer;\n\n &:focus {\n outline: unset;\n }\n\n &:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n &::after {\n width: 32px;\n height: 32px;\n margin-left: auto;\n flex-shrink: 0;\n background-image: url(\"data:image/svg+xml,%3Csvg%20width%3D%2232%22%20height%3D%2232%22%20viewBox%3D%220%200%2032%2032%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cg%20clip-path%3D%22url(%23clip0_14583_27882)%22%3E%0A%3Cpath%20d%3D%22M24%2013.3331L22.12%2011.4531L16%2017.5598L9.88%2011.4531L8%2013.3331L16%2021.3331L24%2013.3331Z%22%20fill%3D%22%2300008F%22%2F%3E%0A%3C%2Fg%3E%0A%3Cdefs%3E%0A%3CclipPath%20id%3D%22clip0_14583_27882%22%3E%0A%3Crect%20width%3D%2232%22%20height%3D%2232%22%20fill%3D%22white%22%20transform%3D%22matrix(0%201%20-1%200%2032%200)%22%2F%3E%0A%3C%2FclipPath%3E%0A%3C%2Fdefs%3E%0A%3C%2Fsvg%3E%0A\");\n background-repeat: no-repeat;\n background-size: 100%;\n transition: transform 0.2s ease-in-out;\n content: \"\";\n }\n\n &[aria-expanded=\"true\"] {\n &::after {\n transform: rotate(180deg);\n }\n }\n }\n }\n\n & > [role=\"region\"] {\n margin-bottom: 1rem;\n padding: 0 20px;\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-modal {\n position: fixed;\n width: 100%;\n margin: 0 auto;\n padding: 1.5rem 0;\n border: none;\n border-radius: 0.5rem;\n background-color: common.$color-white;\n\n &::backdrop {\n opacity: 0.4;\n background: common.$color-gray-900;\n }\n\n &__top {\n position: sticky;\n top: 0;\n display: flex;\n padding: 0 1.5rem 1.5rem;\n border-bottom: 1px solid common.$color-btn-disabled-border;\n align-items: center;\n gap: 1rem;\n background-color: common.$color-white;\n\n &-title {\n display: flex;\n width: 100%;\n margin: 0;\n align-items: start;\n justify-content: space-between;\n color: common.$color-gray-900;\n\n &-text {\n font-family: common.$font-family-publico;\n font-size: 1.5rem;\n line-height: 1.875rem;\n }\n\n &-subtitle {\n font-family: common.$font-family-sans-serif;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.406rem;\n color: common.$color-gray-700;\n }\n\n &-close-btn {\n all: unset;\n display: flex;\n width: 2rem;\n height: 2rem;\n align-items: center;\n justify-content: center;\n cursor: pointer;\n fill: common.$color-axa;\n }\n\n :hover {\n background: none;\n }\n\n :focus {\n border: none;\n background: none;\n }\n }\n }\n\n &__content {\n display: flex;\n margin-top: 2.5rem;\n padding: 0 1.5rem;\n flex-direction: column;\n gap: 2.5rem;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n }\n\n &__actions {\n display: flex;\n padding-top: 0;\n flex-direction: column-reverse;\n align-items: flex-end;\n justify-content: flex-end;\n gap: 1rem;\n\n // force fullwidth in mobile\n & * {\n width: 100%;\n flex-grow: 1;\n }\n\n &--fullWidth {\n & * {\n width: 100%;\n flex-grow: 1;\n }\n }\n }\n}\n\n@media only screen and (width >= #{common.$screen-size-m}) {\n .af-modal {\n min-width: 48rem;\n max-width: 72rem;\n margin: auto;\n\n &__actions {\n flex-direction: row-reverse;\n justify-content: flex-start;\n\n & * {\n width: auto;\n flex-grow: unset;\n }\n\n &--fullWidth {\n & * {\n width: 100%;\n flex-grow: 1;\n }\n }\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-alert {\n display: flex;\n margin-top: 1rem;\n padding: 1rem;\n border-radius: 12px;\n flex: 1 1 0;\n font-family: common.$font-family-base;\n background-color: white;\n\n .af-alert__icon {\n aspect-ratio: 1;\n margin-right: 1rem;\n flex-shrink: 0;\n }\n\n &--information {\n border: 1px solid common.$color-axa;\n\n .af-alert__icon {\n color: common.$color-axa;\n transform: rotate(180deg);\n fill: common.$color-axa;\n }\n\n .af-alert__title {\n color: common.$color-axa;\n }\n }\n\n &--error {\n border: 1px solid common.$color-red-700;\n\n .af-alert__icon {\n color: common.$color-red-700;\n fill: common.$color-red-700;\n }\n\n .af-alert__title {\n color: common.$color-red-700;\n }\n }\n\n &--neutral {\n border: 1px solid common.$color-gray;\n\n .af-alert__icon {\n color: common.$color-gray;\n fill: common.$color-gray;\n }\n\n .af-alert__title {\n color: common.$color-gray;\n }\n }\n\n &--warning {\n border: 1px solid common.$color-btn-business;\n\n .af-alert__icon {\n color: common.$color-btn-business;\n fill: common.$color-btn-business;\n }\n\n .af-alert__title {\n color: common.$color-btn-business;\n }\n }\n\n &--validation {\n border: 1px solid common.$color-green-600;\n\n .af-alert__icon {\n color: common.$color-green-600;\n fill: common.$color-green-600;\n }\n\n .af-alert__title {\n color: common.$color-green-600;\n }\n }\n\n .af-alert-client__content {\n width: 100%;\n\n .af-alert__action {\n display: flex;\n justify-content: end;\n text-align: right;\n }\n\n .af-alert__title {\n padding-bottom: 0.25rem;\n font-weight: 600;\n line-height: 1.5rem;\n }\n }\n\n * {\n margin: 0;\n font-size: 1.125rem;\n font-weight: 400;\n }\n}\n","@use \"../common/common\" as common;\n\n.af-link {\n display: inline-flex;\n width: fit-content;\n height: fit-content;\n align-items: center;\n font-family: common.$font-family-base;\n text-decoration: underline;\n color: common.$color-axa;\n fill: common.$color-axa;\n\n &:hover {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n\n &:active,\n &:focus {\n color: common.$color-blue-1;\n fill: common.$color-blue-1;\n }\n\n &:focus-visible {\n outline: 2px solid common.$color-blue-3;\n outline-offset: 3px;\n }\n\n &--openInNewTab {\n font-weight: 600;\n text-decoration: none;\n\n &:hover {\n text-decoration: none;\n }\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n aspect-ratio: 1;\n margin-left: 0.2rem;\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-container-pagination > div {\n display: flex;\n padding: 0.5rem;\n border: 1px solid common.$color-border;\n border-radius: 41px;\n}\n","@use \"../common/common\" as common;\n\n.af-pagination-desktop {\n ul {\n display: flex;\n margin: 0;\n padding: 0;\n justify-content: center;\n gap: 0.5rem;\n list-style-type: none;\n\n li {\n display: flex;\n width: 3rem;\n height: 3rem;\n border-radius: 50%;\n align-items: center;\n justify-content: center;\n color: common.$color-axa;\n\n button {\n all: unset;\n cursor: pointer;\n\n &:focus-visible {\n outline: 1px solid common.$color-axa;\n }\n }\n }\n\n li[aria-current] {\n color: common.$color-white;\n background: common.$color-axa;\n }\n }\n\n .first {\n margin: 0 3rem 0 0;\n\n li:last-child::before {\n padding: 2rem;\n content: \"...\";\n }\n }\n\n .between {\n margin: 0 2rem;\n\n li:first-child::after {\n padding: 2rem;\n content: \"...\";\n }\n\n li:last-child::before {\n padding: 2rem;\n content: \"...\";\n }\n }\n\n .last {\n margin: 0 0 0 3rem;\n\n li:first-child::after {\n padding: 2rem;\n content: \"...\";\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-pagination-mobile {\n align-items: center;\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.2rem;\n\n > span {\n color: common.$color-gray;\n }\n\n button {\n border: none;\n background: none;\n outline: none;\n cursor: pointer;\n\n &:focus-visible {\n outline: 1px solid common.$color-axa;\n }\n\n .arrow {\n color: common.$color-axa;\n }\n\n &:disabled {\n pointer-events: none;\n\n .arrow {\n color: common.$color-gray-400;\n }\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-loader {\n &__container {\n display: flex;\n container-type: inline-size;\n margin: auto;\n border: 1px solid common.$color-gray-200;\n border-top: 1px solid common.$color-axa;\n border-radius: 50%;\n flex-direction: column;\n align-items: center;\n justify-content: center;\n animation: spin 2s linear infinite;\n }\n}\n\n@keyframes spin {\n 0% {\n transform: rotate(0deg);\n }\n\n 100% {\n transform: rotate(360deg);\n }\n}\n","@use \"../common/common\" as common;\n\n.af-list {\n padding: 0;\n flex-direction: column;\n list-style-type: none;\n\n &__item {\n padding: 1rem 0;\n }\n\n &__separator {\n margin: 0;\n border: 0;\n border-top: 1px solid common.$color-gray-300;\n }\n}\n\n.af-card {\n &--list {\n padding: 0 1rem;\n box-shadow: none;\n }\n\n &--click-list {\n padding: 0;\n\n .af-list__separator {\n width: calc(100% - 2rem);\n margin: auto;\n }\n\n .af-list__item {\n padding: 0;\n }\n }\n\n &--large {\n width: 100%;\n }\n\n &--extra-padding {\n padding: 0.5rem 1.5rem;\n }\n\n &--first-separator-full-width {\n padding: 0;\n\n .af-list__item {\n padding: 1rem;\n\n &:has(.af-click-item) {\n padding: 0;\n }\n }\n\n .af-list__separator ~ .af-list__separator {\n margin: 0 1rem;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-card--extra-padding {\n padding: 0.25rem 1rem;\n\n .af-list__item {\n padding: 0.75rem 0;\n }\n }\n}\n","@use \"../../common/reboot\";\n@use \"../../common/common\" as common;\n\n.af-click-item {\n display: flex;\n width: 100%;\n padding: 1rem;\n border: none;\n border-radius: common.$default-border-radius;\n align-items: center;\n gap: 0.5rem;\n background: none;\n cursor: pointer;\n\n &:active,\n &:focus,\n &:focus-visible {\n outline: none;\n }\n\n &:hover {\n text-decoration: none;\n }\n\n &:focus-visible {\n border: 2px solid common.$color-focus;\n }\n\n &__content {\n display: flex;\n align-items: center;\n gap: 0.75rem;\n }\n\n &__icon svg,\n &__action svg {\n width: 1.5rem;\n height: 1.5rem;\n fill: common.$color-axa;\n }\n\n &__title,\n &__subtitle,\n &__label {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n\n &__title,\n &__subtitle,\n &__secondary {\n margin: 0;\n }\n\n &__label {\n text-align: left;\n }\n\n &__title {\n font-weight: 600;\n color: common.$color-gray-900;\n }\n\n &__subtitle {\n font-weight: 400;\n color: common.$color-gray-700;\n }\n\n &__secondary {\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.1rem;\n color: common.$color-gray-700;\n }\n\n &__action {\n margin-left: auto;\n }\n\n &--small &__label {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &--large &__label {\n font-weight: 600;\n }\n\n &.af-click-item--disabled {\n pointer-events: none;\n\n .af-click-item {\n &__action svg,\n &__icon svg {\n fill: common.$color-gray-500;\n }\n\n &__label,\n &__title,\n &__subtitle,\n &__secondary {\n color: common.$color-gray-500;\n }\n }\n }\n\n &:not(.af-click-item--disabled) {\n &:hover {\n box-shadow: 0 4px 8px 0 hsla(230deg, 60%, 16%, 8%);\n }\n\n &:active {\n box-shadow: 0 2px 8px 0 hsla(0deg, 0%, 0%, 15%) inset;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-click-item {\n &:focus-visible {\n border: none;\n border: 1px solid common.$color-focus;\n }\n\n &__label,\n &__title,\n &__subtitle {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &--small &__label {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n\n &:not(.af-click-item--disabled) {\n box-shadow: none;\n\n &:hover {\n box-shadow: none;\n\n .af-click-item {\n &__label,\n &__title,\n &__subtitle,\n &__secondary {\n color: common.$color-axa;\n }\n }\n }\n\n &:active {\n box-shadow: none;\n\n .af-click-item {\n &__label,\n &__title,\n &__subtitle,\n &__secondary {\n color: common.$color-blue-1;\n }\n }\n }\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-content-item-duo {\n display: grid;\n width: 100%;\n grid-template:\n \"icon label value\"\n \"icon label button\";\n grid-template-columns: auto 1fr 1fr;\n row-gap: 0.5rem;\n\n &__icon {\n margin-top: 0.125rem;\n margin-right: 0.75rem;\n grid-area: icon;\n\n svg {\n width: 1.5rem;\n height: 1.5rem;\n }\n\n &--done {\n svg {\n fill: common.$color-axa;\n }\n }\n\n &--close {\n svg {\n fill: common.$color-red-700;\n }\n }\n }\n\n &__label,\n &__value {\n margin: 0;\n font-family: common.$font-family-base;\n font-size: 1rem;\n line-height: 1.25rem;\n overflow-wrap: break-word;\n }\n\n &__label {\n margin-right: 1rem;\n grid-area: label;\n font-weight: 400;\n color: common.$color-gray-700;\n }\n\n &__value {\n grid-area: value;\n font-weight: 600;\n text-align: end;\n color: common.$color-gray-900;\n }\n\n &__button {\n grid-area: button;\n justify-self: end;\n }\n\n &--large {\n row-gap: 0.75rem;\n\n .af-content-item-duo {\n &__icon {\n margin-top: 0.25rem;\n }\n\n &__label,\n &__value {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n\n &__label {\n margin-right: 2.5rem;\n }\n\n &__value {\n text-align: start;\n }\n\n &__button {\n justify-self: start;\n }\n }\n }\n\n &--vertical {\n grid-template:\n \"icon label button\"\n \". value value\";\n grid-template-columns: auto 1fr auto;\n gap: 0.375rem 0.75rem;\n\n .af-content-item-duo {\n &__icon {\n margin-top: 0.125rem;\n margin-right: 0;\n }\n\n &__label,\n &__value {\n margin-right: 0;\n font-size: 1.125rem;\n line-height: 1.4rem;\n text-align: start;\n }\n\n &__value {\n margin: 0;\n }\n\n &__button {\n margin-left: 0;\n justify-self: end;\n }\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-content-item-duo {\n &--large {\n row-gap: 0.5rem;\n\n .af-content-item-duo {\n &__icon {\n margin-top: 0.125rem;\n }\n\n &__label,\n &__value {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &__label {\n margin-right: 1rem;\n }\n\n &__value {\n text-align: end;\n }\n\n &__button {\n margin-left: 0;\n justify-self: end;\n }\n }\n }\n\n &--vertical {\n row-gap: 0.375rem;\n\n .af-content-item-duo {\n &__label,\n &__value {\n font-size: 1rem;\n line-height: 1.25rem;\n text-align: start;\n }\n }\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-card--content-tab-list {\n .af-list {\n display: flex;\n flex-direction: column;\n justify-content: center;\n }\n\n .af-list__item {\n display: flex;\n flex-direction: row;\n align-items: center;\n justify-content: space-between;\n gap: 2.5rem;\n\n span {\n display: block;\n margin: 0;\n }\n\n .af-list-item {\n &__left-container,\n &__right-container,\n &__additional-data-container {\n all: inherit;\n padding: 0;\n }\n\n &__additional-data-container {\n grid-area: content-tab__additional-data-container;\n\n .af-tag {\n grid-area: content-tab__tag;\n }\n }\n\n &__label {\n grid-area: content-tab__label;\n color: common.$color-gray-900;\n }\n\n &-label__title {\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n }\n\n &-label__subtitle {\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n }\n\n &__date {\n grid-area: content-tab__date;\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n color: common.$color-gray-700;\n }\n\n &__value {\n justify-self: end;\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n text-align: right;\n color: common.$color-green-600;\n }\n\n &__button-container {\n margin: 0 0.625rem;\n\n svg {\n width: 1.25rem;\n height: 1.25rem;\n fill: common.$color-axa;\n }\n }\n }\n\n &:not(:has(.af-list-item__value)) {\n .af-tag {\n margin: 0 1.34rem;\n }\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-card--content-tab-list .af-list__item {\n gap: 1.5rem;\n\n .af-list-item {\n &__left-container {\n display: grid;\n grid-template:\n \"content-tab__additional-data-container\"\n \"content-tab__label\";\n align-items: start;\n justify-content: start;\n gap: 0.25rem;\n }\n\n &__right-container {\n gap: 1.5rem;\n }\n\n &__additional-data-container {\n display: block;\n align-items: center;\n\n &:has(.af-list-item__date):has(.af-tag) {\n display: grid;\n grid-template: \"content-tab__tag content-tab__date\";\n gap: 0.75rem;\n }\n\n .af-tag {\n margin: 0;\n }\n }\n\n &-label__title {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &-label__subtitle {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n\n &__date {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &__value {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n &__button-container {\n margin: 0;\n\n button {\n padding: 0;\n gap: 0;\n font-size: 0;\n }\n }\n }\n\n &:has(.af-list-item__value) {\n align-items: start;\n }\n }\n}\n","@use \"../common/common\" as common;\n\n.af-tag {\n display: inline-flex;\n padding: 0.125rem 0.5rem;\n border: 1px solid common.$color-gray;\n border-radius: 0.25rem;\n align-items: center;\n justify-content: center;\n gap: 0.625rem;\n font-family: common.$font-family-base;\n color: common.$color-gray;\n background-color: common.$color-white;\n cursor: default;\n\n span {\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.25rem;\n }\n\n &--success {\n border-color: common.$color-green-600;\n color: common.$color-green-600;\n }\n\n &--error {\n border-color: common.$color-red-700;\n color: common.$color-red-700;\n }\n\n &--warning {\n border-color: common.$color-btn-business;\n color: common.$color-btn-business;\n }\n\n &--info {\n border-color: common.$color-axa;\n color: common.$color-axa;\n }\n\n @media (width <= 667px) {\n span {\n font-size: 0.875rem;\n line-height: 1.094rem;\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-input-error {\n display: flex;\n align-items: center;\n gap: 0.25rem;\n\n &__icon {\n width: 1rem;\n color: common.$color-red-700;\n fill: common.$color-red-700;\n }\n\n &__message {\n font-family: common.$font-family-base;\n font-size: 1rem;\n color: common.$color-red-700;\n }\n}\n","@use \"../common/common\" as common;\n\n.af-icon-bg {\n display: grid;\n width: min-content;\n height: min-content;\n padding: 0.75rem;\n border-radius: 0.75rem;\n background-color: common.$color-white;\n\n svg {\n width: 2rem;\n height: 2rem;\n fill: common.$color-axa;\n }\n\n &--secondary {\n background-color: common.$color-axa;\n\n svg {\n fill: common.$color-white;\n }\n }\n\n &--disabled {\n background-color: common.$color-gray-200;\n\n svg {\n fill: common.$color-gray-500;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-icon-bg {\n padding: 0.5rem;\n }\n}\n","@use \"../../../common/common\" as common;\n\n.af-navbar-container {\n display: flex;\n height: 5rem;\n margin: 0;\n padding: 0;\n flex-direction: row;\n align-items: center;\n gap: 1.6rem;\n list-style-type: none;\n}\n\n.af-navbar-item {\n height: 100%;\n cursor: pointer;\n\n &__link {\n display: inline-block;\n box-sizing: border-box;\n min-width: 8.4rem;\n height: 100%;\n padding: 1.75rem 1rem;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.4rem;\n text-align: center;\n text-decoration: none;\n color: common.$color-gray-900;\n\n &:focus,\n &--active {\n border-bottom: 4px solid common.$color-axa;\n font-weight: 600;\n line-height: 1.6rem;\n text-decoration: none;\n color: common.$color-axa;\n outline: none;\n }\n\n &:not(:focus, --active):hover {\n border-bottom: 2px solid common.$color-gray-300;\n font-weight: 400;\n line-height: 1.4rem;\n text-decoration: none;\n color: common.$color-gray-900;\n }\n }\n}\n","@use \"../../../common/common\" as common;\n\n.af-header-previous-link-container {\n display: flex;\n padding: 1rem 0 1rem 0.8rem;\n align-items: center;\n gap: 0.25rem;\n}\n\n.af-header-previous-link {\n display: flex;\n flex-direction: row;\n align-items: center;\n gap: 0.5rem;\n text-decoration: none;\n cursor: pointer;\n\n &__icon {\n width: 1rem;\n height: 1rem;\n fill: common.$color-gray-700;\n }\n\n &__text {\n font-family: common.$font-family-sans-serif;\n font-size: 1rem;\n font-weight: normal;\n line-height: 1.25rem;\n text-align: center;\n color: common.$color-gray-700;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus,\n &:hover {\n text-decoration: none;\n color: common.$color-gray-700;\n }\n}\n\n@media only screen and (width >= #{common.$breakpoint-md}) {\n .af-header-previous-link-container {\n padding: 1.5rem 0 1.5rem 7.5rem;\n }\n}\n","@use \"../common/common\" as common;\n\n.af-title {\n gap: 0.25rem;\n color: common.$color-gray-900;\n\n &__title {\n margin: 0;\n font-family: common.$font-family-publico;\n font-weight: 700;\n }\n\n &__subtitle {\n display: block;\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 400;\n line-height: 1.4rem;\n }\n\n &__icon {\n border-radius: 0.75rem;\n box-shadow: 0 0.125rem 0.5rem 0 rgba(common.$color-axa, 0.15);\n }\n\n &__text-container {\n display: grid;\n gap: 0.25rem;\n }\n\n &:has(&__icon) {\n display: flex;\n gap: 0.75rem;\n\n .af-title__title {\n color: common.$color-axa;\n }\n }\n\n &--xl {\n h1.af-title__title {\n font-size: 2rem;\n line-height: 2.5rem;\n }\n }\n\n &--l {\n h1.af-title__title {\n font-size: 1.5rem;\n line-height: 1.875rem;\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-md}) {\n .af-title {\n &--xl {\n h1.af-title__title {\n font-size: 1.5rem;\n line-height: 1.875rem;\n }\n }\n\n &--l {\n h1.af-title__title {\n font-size: 1.25rem;\n line-height: 1.56rem;\n }\n }\n\n span.af-title__subtitle {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n }\n}\n","@use \"../../common/common\" as common;\n\n.af-content-item-mono {\n display: flex;\n gap: 0.75rem;\n\n &__stick {\n width: 0.25rem;\n border-radius: 0.125rem;\n background-color: common.$color-axa;\n }\n\n &__left-container {\n svg {\n width: 1.5rem;\n height: 1.5rem;\n fill: common.$color-axa;\n }\n\n &--center {\n display: flex;\n align-items: center;\n }\n }\n\n &--disabled {\n .af-content-item-mono__stick {\n background-color: common.$color-gray-900;\n }\n\n .af-content-item-mono__left-container svg {\n fill: common.$color-gray-900;\n }\n }\n\n &__text-container {\n display: grid;\n gap: 0.125rem;\n\n p {\n margin: 0;\n }\n\n .af-content-item-mono__main-text {\n color: common.$color-gray-900;\n }\n\n .af-content-item-mono__secondary-text {\n font-family: common.$font-family-base;\n font-weight: 400;\n }\n }\n\n &--xl .af-content-item-mono__text-container {\n .af-content-item-mono__main-text {\n font-family: common.$font-family-publico;\n font-size: 1.5rem;\n font-weight: 700;\n line-height: 1.875rem;\n }\n\n .af-content-item-mono__secondary-text {\n font-size: 1.125rem;\n line-height: 1.4rem;\n color: common.$color-gray-700;\n }\n }\n\n &--m {\n .af-content-item-mono__text-container {\n .af-content-item-mono__main-text {\n font-family: common.$font-family-base;\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n }\n\n .af-content-item-mono__secondary-text {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n\n .af-content-item-mono__tertiary-text {\n font-family: common.$font-family-base;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n }\n\n &:not(:has(.af-content-item-mono__tertiary-text)) {\n .af-content-item-mono__secondary-text {\n font-size: 1rem;\n line-height: 1.25rem;\n color: common.$color-gray-700;\n }\n }\n }\n\n &:has(.af-content-item-mono__stick) {\n .af-content-item-mono__text-container .af-content-item-mono__main-text {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n }\n\n &:not(\n :has(\n .af-content-item-mono__text-container\n .af-content-item-mono__secondary-text\n )\n ):has(\n .af-content-item-mono__text-container\n .af-content-item-mono__tertiary-text\n ) {\n .af-content-item-mono__text-container .af-content-item-mono__main-text {\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.25rem;\n }\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-content-item-mono {\n &--xl .af-content-item-mono__text-container {\n .af-content-item-mono__main-text {\n font-size: 1.25rem;\n line-height: 1.56rem;\n }\n\n .af-content-item-mono__secondary-text {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n }\n\n &--m {\n .af-content-item-mono__text-container {\n .af-content-item-mono__main-text {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n .af-content-item-mono__secondary-text {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n\n .af-content-item-mono__tertiary-text {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n\n &:not(:has(.af-content-item-mono__tertiary-text)) {\n .af-content-item-mono__secondary-text {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n }\n }\n\n &:has(.af-content-item-mono__stick) {\n .af-content-item-mono__text-container .af-content-item-mono__main-text {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n }\n\n &:not(\n :has(\n .af-content-item-mono__text-container\n .af-content-item-mono__secondary-text\n )\n ):has(\n .af-content-item-mono__text-container\n .af-content-item-mono__tertiary-text\n ) {\n .af-content-item-mono__text-container .af-content-item-mono__main-text {\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.1rem;\n }\n }\n }\n }\n}\n"]}
|