@axa-fr/design-system-look-and-feel-css 0.2.0-beta.308 → 0.2.0-beta.313
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/Alert/Alert.css
CHANGED
@@ -1 +1 @@
|
|
1
|
-
.af-alert{align-items:center;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
|
1
|
+
.af-alert{align-items:center;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;margin-top:.75rem;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}
|
package/dist/Alert/Alert.css.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"sources":["../../src/Alert/Alert.scss%23sass","../../src/Alert/Alert.scss","../../src/common/common.scss"],"names":[],"mappings":"AAEA,UAME,kBAAA,CAEA,qBAAA,CAJA,kBAAA,CAHA,YAAA,CAIA,QAAA,CAEA,4CAAA,CCPF,eAAA,CDGE,YCIF,CDGE,0BACE,cAAA,CAEA,aAAA,CADA,iBCAJ,CDIE,uBACE,wBCFJ,CDII,
|
1
|
+
{"version":3,"sources":["../../src/Alert/Alert.scss%23sass","../../src/Alert/Alert.scss","../../src/common/common.scss"],"names":[],"mappings":"AAEA,UAME,kBAAA,CAEA,qBAAA,CAJA,kBAAA,CAHA,YAAA,CAIA,QAAA,CAEA,4CAAA,CCPF,eAAA,CDGE,YCIF,CDGE,0BACE,cAAA,CAEA,aAAA,CADA,iBCAJ,CDIE,uBACE,wBCFJ,CDII,uCAEE,aEhBM,CFeN,iBAAA,CAEA,wBAAA,CACA,YCFN,CDKI,wCACE,aCHN,CDOE,iBACE,wBCLJ,CDOI,iCACE,aAAA,CACA,YCLN,CDQI,kCACE,aCNN,CDUE,mBACE,wBCRJ,CDUI,mCACE,aAAA,CACA,YCRN,CDWI,oCACE,aCTN,CDaE,mBACE,wBCXJ,CDaI,mCACE,aAAA,CACA,YCXN,CDcI,oCACE,aCZN,CDgBE,sBACE,wBCdJ,CDgBI,sCACE,aEzCY,CF0CZ,YCdN,CDiBI,uCACE,aCfN,CDmBE,oCACE,UCjBJ,CDmBI,sDACE,YAAA,CACA,mBAAA,CACA,gBCjBN,CDoBI,qDAEE,eAAA,CACA,kBAAA,CAFA,qBChBN,CDsBE,YAEE,kBAAA,CACA,eAAA,CAFA,QClBJ","file":"Alert.css","sourcesContent":["@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 align-items: center;\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 margin-top: 0.75rem;\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-alert {\n display: flex;\n margin-top: 1rem;\n padding: 1rem;\n border-radius: 12px;\n flex: 1 1 0;\n align-items: center;\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 margin-top: 0.75rem;\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","$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"]}
|
package/dist/Alert/Alert.scss
CHANGED
@@ -20,10 +20,10 @@
|
|
20
20
|
border: 1px solid common.$color-axa;
|
21
21
|
|
22
22
|
.af-alert__icon {
|
23
|
+
margin-top: 0.75rem;
|
23
24
|
color: common.$color-axa;
|
24
25
|
transform: rotate(180deg);
|
25
26
|
fill: common.$color-axa;
|
26
|
-
margin-top: 0.75rem;
|
27
27
|
}
|
28
28
|
|
29
29
|
.af-alert__title {
|
@@ -86,7 +86,9 @@
|
|
86
86
|
.af-alert-client__content {
|
87
87
|
width: 100%;
|
88
88
|
|
89
|
-
.af-
|
89
|
+
.af-alert__action {
|
90
|
+
display: flex;
|
91
|
+
justify-content: end;
|
90
92
|
text-align: right;
|
91
93
|
}
|
92
94
|
|
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__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,.af-radio~.af-radio__error{font-size:1rem;line-height:1.25rem}.af-radio~.af-radio__error{align-items:center;color:#c91432;display:flex;font-family:Source Sans Pro,arial,sans-serif;gap:.5rem;margin-left:3.2rem}.af-radio~.af-radio__error>svg{color:#c91432;height:1rem;width:1rem;fill:#c91432}.af-radio-select~.af-radio__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] *{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 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 label:hover:not(:has(input[type=radio]:disabled)){--box-shadow-color:#00008f;box-shadow:0 0 0 1px var(--box-shadow-color) inset}.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;margin-top:1rem}.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__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{align-items:center;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;margin-top:.75rem}.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__link{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-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:1px solid #e9ecf2;margin:0}.af-card--list{box-shadow:none;padding:0 1rem}.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__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-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--click-list .af-list__item .af-list-item__content{align-items:inherit;display:inherit;gap:12px}.af-card--click-list .af-list__item .af-list-item-content__icon svg{height:1.4rem;width:1.4rem;fill:#00008f}.af-card--click-list .af-list__item .af-list-item-content__label{text-align:left}.af-card--click-list .af-list__item .af-list-item-content-label__title{color:#333;font-size:1rem;font-weight:600;line-height:1.4rem;margin:0}.af-card--click-list .af-list__item .af-list-item-content-label__subtitle{color:#5f5f5f;font-size:1rem;font-weight:400;line-height:1.4rem;margin:0}.af-card--click-list .af-list__item .af-list-item-content-label__secondary{color:#5f5f5f;font-size:.875rem;font-weight:400;line-height:1.1rem;margin:0}.af-card--click-list .af-list__item .af-list-item__action{margin-left:auto}.af-card--click-list .af-list__item .af-list-item__action svg{height:1.4rem;width:1.4rem;fill:#00008f}.af-card--click-list.af-card--large .af-list-item-content__label{font-size:1.125rem;font-weight:600;line-height:1.4rem}.af-card--click-list.af-card--large .af-list-item-content-label__subtitle,.af-card--click-list.af-card--large .af-list-item-content-label__title{font-size:1.125rem;line-height:1.4rem}.af-card--click-list .af-list__item .af-list-item__button{align-items:center;background:none;border:none;border-radius:4px;color:inherit;cursor:pointer;display:flex;gap:.5rem;padding:1rem;width:100%}.af-card--click-list .af-list__item .af-list-item__button:disabled{cursor:default}.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content__icon svg{fill:#999}.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content-label__secondary,.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content-label__subtitle,.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content-label__title,.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content__label{color:#999}.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item__action svg{fill:#999}.af-card--click-list .af-list__item .af-list-item__button:enabled:hover{box-shadow:0 4px 8px 0 #10184114}.af-card--click-list .af-list__item .af-list-item__button:enabled:active{box-shadow:inset 0 2px 8px 0 #00000026;outline:none}.af-card--click-list .af-list__item .af-list-item__button:enabled:focus{outline:none}.af-card--click-list .af-list__item .af-list-item__button:enabled:focus-visible{border:2px solid #36f;outline:none}@media (width <= 667px){.af-card--click-list .af-list-item-content__label{font-size:.875rem;line-height:1.1rem}.af-card--click-list .af-list-item-content-label__subtitle,.af-card--click-list .af-list-item-content-label__title{font-size:.875rem;line-height:1.25rem}.af-card--click-list.af-card--large .af-list-item-content__label{font-size:1rem;font-weight:600;line-height:1.25rem}.af-card--click-list.af-card--large .af-list-item-content-label__subtitle,.af-card--click-list.af-card--large .af-list-item-content-label__title{font-size:1rem;line-height:1.25rem}.af-card--click-list .af-list-item__button:enabled,.af-card--click-list .af-list-item__button:enabled:hover{box-shadow:none}.af-card--click-list .af-list-item__button:enabled:hover .af-list-item-label__secondary,.af-card--click-list .af-list-item__button:enabled:hover .af-list-item-label__subtitle,.af-card--click-list .af-list-item__button:enabled:hover .af-list-item-label__title,.af-card--click-list .af-list-item__button:enabled:hover .af-list-item__label{color:#00008f}.af-card--click-list .af-list-item__button:enabled:active{box-shadow:none}.af-card--click-list .af-list-item__button:enabled:active .af-list-item-label__secondary,.af-card--click-list .af-list-item__button:enabled:active .af-list-item-label__subtitle,.af-card--click-list .af-list-item__button:enabled:active .af-list-item-label__title,.af-card--click-list .af-list-item__button:enabled:active .af-list-item__label{color:#000072}.af-card--click-list .af-list-item__button:enabled:focus-visible{border:1px solid #36f}}.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 >= 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__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,.af-radio~.af-radio__error{font-size:1rem;line-height:1.25rem}.af-radio~.af-radio__error{align-items:center;color:#c91432;display:flex;font-family:Source Sans Pro,arial,sans-serif;gap:.5rem;margin-left:3.2rem}.af-radio~.af-radio__error>svg{color:#c91432;height:1rem;width:1rem;fill:#c91432}.af-radio-select~.af-radio__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] *{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 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 label:hover:not(:has(input[type=radio]:disabled)){--box-shadow-color:#00008f;box-shadow:0 0 0 1px var(--box-shadow-color) inset}.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;margin-top:1rem}.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__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{align-items:center;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;margin-top:.75rem;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-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:1px solid #e9ecf2;margin:0}.af-card--list{box-shadow:none;padding:0 1rem}.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__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-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--click-list .af-list__item .af-list-item__content{align-items:inherit;display:inherit;gap:12px}.af-card--click-list .af-list__item .af-list-item-content__icon svg{height:1.4rem;width:1.4rem;fill:#00008f}.af-card--click-list .af-list__item .af-list-item-content__label{text-align:left}.af-card--click-list .af-list__item .af-list-item-content-label__title{color:#333;font-size:1rem;font-weight:600;line-height:1.4rem;margin:0}.af-card--click-list .af-list__item .af-list-item-content-label__subtitle{color:#5f5f5f;font-size:1rem;font-weight:400;line-height:1.4rem;margin:0}.af-card--click-list .af-list__item .af-list-item-content-label__secondary{color:#5f5f5f;font-size:.875rem;font-weight:400;line-height:1.1rem;margin:0}.af-card--click-list .af-list__item .af-list-item__action{margin-left:auto}.af-card--click-list .af-list__item .af-list-item__action svg{height:1.4rem;width:1.4rem;fill:#00008f}.af-card--click-list.af-card--large .af-list-item-content__label{font-size:1.125rem;font-weight:600;line-height:1.4rem}.af-card--click-list.af-card--large .af-list-item-content-label__subtitle,.af-card--click-list.af-card--large .af-list-item-content-label__title{font-size:1.125rem;line-height:1.4rem}.af-card--click-list .af-list__item .af-list-item__button{align-items:center;background:none;border:none;border-radius:4px;color:inherit;cursor:pointer;display:flex;gap:.5rem;padding:1rem;width:100%}.af-card--click-list .af-list__item .af-list-item__button:disabled{cursor:default}.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content__icon svg{fill:#999}.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content-label__secondary,.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content-label__subtitle,.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content-label__title,.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item-content__label{color:#999}.af-card--click-list .af-list__item .af-list-item__button:disabled .af-list-item__action svg{fill:#999}.af-card--click-list .af-list__item .af-list-item__button:enabled:hover{box-shadow:0 4px 8px 0 #10184114}.af-card--click-list .af-list__item .af-list-item__button:enabled:active{box-shadow:inset 0 2px 8px 0 #00000026;outline:none}.af-card--click-list .af-list__item .af-list-item__button:enabled:focus{outline:none}.af-card--click-list .af-list__item .af-list-item__button:enabled:focus-visible{border:2px solid #36f;outline:none}@media (width <= 667px){.af-card--click-list .af-list-item-content__label{font-size:.875rem;line-height:1.1rem}.af-card--click-list .af-list-item-content-label__subtitle,.af-card--click-list .af-list-item-content-label__title{font-size:.875rem;line-height:1.25rem}.af-card--click-list.af-card--large .af-list-item-content__label{font-size:1rem;font-weight:600;line-height:1.25rem}.af-card--click-list.af-card--large .af-list-item-content-label__subtitle,.af-card--click-list.af-card--large .af-list-item-content-label__title{font-size:1rem;line-height:1.25rem}.af-card--click-list .af-list-item__button:enabled,.af-card--click-list .af-list-item__button:enabled:hover{box-shadow:none}.af-card--click-list .af-list-item__button:enabled:hover .af-list-item-label__secondary,.af-card--click-list .af-list-item__button:enabled:hover .af-list-item-label__subtitle,.af-card--click-list .af-list-item__button:enabled:hover .af-list-item-label__title,.af-card--click-list .af-list-item__button:enabled:hover .af-list-item__label{color:#00008f}.af-card--click-list .af-list-item__button:enabled:active{box-shadow:none}.af-card--click-list .af-list-item__button:enabled:active .af-list-item-label__secondary,.af-card--click-list .af-list-item__button:enabled:active .af-list-item-label__subtitle,.af-card--click-list .af-list-item__button:enabled:active .af-list-item-label__title,.af-card--click-list .af-list-item__button:enabled:active .af-list-item__label{color:#000072}.af-card--click-list .af-list-item__button:enabled:focus-visible{border:1px solid #36f}}.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 +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/FileUpload/FileUpload.scss","../src/Accordion/Accordion.scss","../src/Modal/Modal.scss","../src/Alert/Alert.scss","../src/Link/Link.scss","../src/Pagination/Pagination.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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kCF,CUvkCA,UAEE,iBAAA,CADA,kBV0kCF,CUtkCA,UAEE,YAAA,CADA,aVykCF,CUrkCA,UAEE,iBAAA,CADA,kBVwkCF,CUpkCA,UAEE,iBAAA,CADA,kBVukCF,CUnkCA,UAEE,YAAA,CADA,aVskCF,CUlkCA,WAEE,iBAAA,CADA,kBVqkCF,CUjkCA,WAEE,iBAAA,CADA,kBVokCF,CUhkCA,WAEE,aAAA,CADA,cVmkCF,CU/jCA,gBACE,QVikCF,CU9jCA,eACE,QVgkCF,CU7jCA,YACE,OV+jCF,CU5jCA,YACE,OV8jCF,CU3jCA,YACE,OV6jCF,CU1jCA,YACE,OV4jCF,CUzjCA,YACE,OV2jCF,CUxjCA,YACE,OV0jCF,CUvjCA,YACE,OVyjCF,CUtjCA,YACE,OVwjCF,CUrjCA,YACE,OVujCF,CUpjCA,YACE,OVsjCF,CUnjCA,aACE,QVqjCF,CUljCA,aACE,QVojCF,CUjjCA,aACE,QVmjCF,CUhjCA,aACE,aVkjCF,CU/iCA,aACE,mBVijCF,CU9iCA,aACE,oBVgjCF,CU7iCA,aACE,eV+iCF,CU5iCA,aACE,oBV8iCF,CU3iCA,aACE,oBV6iCF,CU1iCA,aACE,eV4iCF,CUziCA,aACE,oBV2iCF,CUxiCA,aACE,oBV0iCF,CUviCA,aACE,eVyiCF,CUtiCA,cACE,oBVwiCF,CUriCA,cACE,oBVuiCF,CACF,CUriCA,wBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVyiCF,CUpiCA,aAGE,aAAA,CADA,cAAA,CADA,UVwiCF,CUniCA,UAEE,gBAAA,CADA,iBVsiCF,CUliCA,UAEE,iBAAA,CADA,kBVqiCF,CUjiCA,UAEE,YAAA,CADA,aVoiCF,CUhiCA,UAEE,iBAAA,CADA,kBVmiCF,CU/hCA,UAEE,iBAAA,CADA,kBVkiCF,CU9hCA,UAEE,YAAA,CADA,aViiCF,CU7hCA,UAEE,iBAAA,CADA,kBVgiCF,CU5hCA,UAEE,iBAAA,CADA,kBV+hCF,CU3hCA,UAEE,YAAA,CADA,aV8hCF,CU1hCA,WAEE,iBAAA,CADA,kBV6hCF,CUzhCA,WAEE,iBAAA,CADA,kBV4hCF,CUxhCA,WAEE,aAAA,CADA,cV2hCF,CUvhCA,gBACE,QVyhCF,CUthCA,eACE,QVwhCF,CUrhCA,YACE,OVuhCF,CUphCA,YACE,OVshCF,CUnhCA,YACE,OVqhCF,CUlhCA,YACE,OVohCF,CUjhCA,YACE,OVmhCF,CUhhCA,YACE,OVkhCF,CU/gCA,YACE,OVihCF,CU9gCA,YACE,OVghCF,CU7gCA,YACE,OV+gCF,CU5gCA,YACE,OV8gCF,CU3gCA,aACE,QV6gCF,CU1gCA,aACE,QV4gCF,CUzgCA,aACE,QV2gCF,CUxgCA,aACE,aV0gCF,CUvgCA,aACE,mBVygCF,CUtgCA,aACE,oBVwgCF,CUrgCA,aACE,eVugCF,CUpgCA,aACE,oBVsgCF,CUngCA,aACE,oBVqgCF,CUlgCA,aACE,eVogCF,CUjgCA,aACE,oBVmgCF,CUhgCA,aACE,oBVkgCF,CU//BA,aACE,eVigCF,CU9/BA,cACE,oBVggCF,CU7/BA,cACE,oBV+/BF,CACF,CU7/BA,yBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVigCF,CU5/BA,aAGE,aAAA,CADA,cAAA,CADA,UVggCF,CU3/BA,UAEE,gBAAA,CADA,iBV8/BF,CU1/BA,UAEE,iBAAA,CADA,kBV6/BF,CUz/BA,UAEE,YAAA,CADA,aV4/BF,CUx/BA,UAEE,iBAAA,CADA,kBV2/BF,CUv/BA,UAEE,iBAAA,CADA,kBV0/BF,CUt/BA,UAEE,YAAA,CADA,aVy/BF,CUr/BA,UAEE,iBAAA,CADA,kBVw/BF,CUp/BA,UAEE,iBAAA,CADA,kBVu/BF,CUn/BA,UAEE,YAAA,CADA,aVs/BF,CUl/BA,WAEE,iBAAA,CADA,kBVq/BF,CUj/BA,WAEE,iBAAA,CADA,kBVo/BF,CUh/BA,WAEE,aAAA,CADA,cVm/BF,CU/+BA,gBACE,QVi/BF,CU9+BA,eACE,QVg/BF,CU7+BA,YACE,OV++BF,CU5+BA,YACE,OV8+BF,CU3+BA,YACE,OV6+BF,CU1+BA,YACE,OV4+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,aACE,QVq+BF,CUl+BA,aACE,QVo+BF,CUj+BA,aACE,QVm+BF,CUh+BA,aACE,aVk+BF,CU/9BA,aACE,mBVi+BF,CU99BA,aACE,oBVg+BF,CU79BA,aACE,eV+9BF,CU59BA,aACE,oBV89BF,CU39BA,aACE,oBV69BF,CU19BA,aACE,eV49BF,CUz9BA,aACE,oBV29BF,CUx9BA,aACE,oBV09BF,CUv9BA,aACE,eVy9BF,CUt9BA,cACE,oBVw9BF,CUr9BA,cACE,oBVu9BF,CACF,CWp9DI,uBAIE,UVwBW,CU1BX,iBAAA,CACA,eAAA,CAFA,mBXy9DN,CWn9DI,8BACE,UXq9DN,CWn9DM,uCACE,UXq9DR,CWj9DI,uBAIE,aVbU,CUUV,YAAA,CAEA,SAAA,CADA,gBXq9DN,CWh9DQ,iCACE,YXk9DV,CW58DE,uBAGE,aVLa,CUIb,cAAA,CADA,0BXg9DJ,CW58DI,iCAKE,qBVrCQ,CUkCR,wBAAA,CACA,iBVFkB,CUGlB,aVXW,CUQX,mBXk9DN,CW58DM,uCAEE,oBVrCQ,CUoCR,gBX+8DR,CW58DQ,2FAEE,4CX68DV,CWz8DM,+EAEE,kCX08DR,CWv8DM,wFAEE,kCAAA,CACA,sBAAA,CACA,kBXw8DR,CWr8DM,0CAEE,wBV1CS,CUyCT,oBXw8DR,CWl8DU,oDACE,SXo8DZ,CW97DI,4BAGE,qBV9EQ,CU+ER,6CAAA,CAFA,iBAAA,CADA,gBXm8DN,CW97DM,oCAEE,sBAAA,CAGA,eAAA,CADA,UV3DS,CU0DT,eAAA,CAFA,mBXo8DR,CW97DQ,6CAEE,aV3FE,CU0FF,eXi8DV,CW77DQ,4CACE,wBX+7DV,CW57DQ,mDACE,wBX87DV,CW37DQ,kDACE,qBX67DV,CYviEI,uBAGE,UX2BW,CW7BX,kBAAA,CACA,eZ2iEN,CYriEI,qBAUE,kBAAA,CAKA,qBXnBQ,CWWR,yBAAA,CACA,iBAAA,CAMA,UXQW,CWNX,cAAA,CAdA,YAAA,CAOA,qBAAA,CAGA,eAAA,CADA,6BAAA,CAPA,mBAAA,CADA,gBAAA,CAGA,sBAAA,CALA,iBAAA,CAYA,iBZ0iEN,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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/FileUpload/FileUpload\";\n@use \"Accordion/Accordion\";\n@use \"Modal/Modal\";\n@use \"Alert/Alert\";\n@use \"Link/Link\";\n@use \"Pagination/Pagination\";\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 &__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 & ~ &__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 font-size: 1rem;\n line-height: 1.25rem;\n color: common.$color-red-700;\n\n & > svg {\n width: 1rem;\n height: 1rem;\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: 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 * {\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 & 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 label:hover:not(:has(input[type=\"radio\"]: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","@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 &__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 align-items: center;\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 margin-top: 0.75rem;\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__link {\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-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: 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 &--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\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-card--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 .af-list-item {\n &__content {\n display: inherit;\n align-items: inherit;\n gap: 12px;\n }\n\n &-content {\n &__icon svg {\n width: 1.4rem;\n height: 1.4rem;\n fill: common.$color-axa;\n }\n\n &__label {\n text-align: left;\n }\n\n &-label {\n &__title {\n margin: 0;\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.4rem;\n color: common.$color-gray-900;\n }\n\n &__subtitle {\n margin: 0;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.4rem;\n color: common.$color-gray-700;\n }\n\n &__secondary {\n margin: 0;\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.1rem;\n color: common.$color-gray-700;\n }\n }\n }\n\n &__action {\n margin-left: auto;\n\n svg {\n width: 1.4rem;\n height: 1.4rem;\n fill: common.$color-axa;\n }\n }\n }\n }\n\n &.af-card--large .af-list-item {\n &-content__label {\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n }\n\n &-content-label {\n &__title {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n\n &__subtitle {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n }\n }\n\n .af-list__item .af-list-item__button {\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 color: inherit;\n background: none;\n cursor: pointer;\n\n &:disabled {\n cursor: default;\n\n .af-list-item {\n &-content {\n &__icon svg {\n fill: common.$color-gray-500;\n }\n\n &__label {\n color: common.$color-gray-500;\n }\n\n &-label__title,\n &-label__subtitle,\n &-label__secondary {\n color: common.$color-gray-500;\n }\n }\n\n &__action svg {\n fill: common.$color-gray-500;\n }\n }\n }\n\n &:enabled {\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 outline: none;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus-visible {\n border: 2px solid common.$color-focus;\n outline: none;\n }\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-card--click-list {\n .af-list-item-content {\n &__label {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n\n &-label {\n &__title,\n &__subtitle {\n font-size: 0.875rem;\n line-height: 1.25rem;\n }\n }\n }\n\n &.af-card--large .af-list-item-content {\n &__label {\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.25rem;\n }\n\n &-label {\n &__title,\n &__subtitle {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n }\n }\n\n .af-list-item__button {\n &:enabled {\n box-shadow: none;\n\n &:hover {\n box-shadow: none;\n\n .af-list-item {\n &__label {\n color: common.$color-axa;\n }\n\n &-label__title,\n &-label__subtitle,\n &-label__secondary {\n color: common.$color-axa;\n }\n }\n }\n\n &:active {\n box-shadow: none;\n\n .af-list-item {\n &__label {\n color: common.$color-blue-1;\n }\n\n &-label__title,\n &-label__subtitle,\n &-label__secondary {\n color: common.$color-blue-1;\n }\n }\n }\n\n &:focus-visible {\n border: none;\n border: 1px solid common.$color-focus;\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/FileUpload/FileUpload.scss","../src/Accordion/Accordion.scss","../src/Modal/Modal.scss","../src/Alert/Alert.scss","../src/Link/Link.scss","../src/Pagination/Pagination.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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kCF,CUvkCA,UAEE,iBAAA,CADA,kBV0kCF,CUtkCA,UAEE,YAAA,CADA,aVykCF,CUrkCA,UAEE,iBAAA,CADA,kBVwkCF,CUpkCA,UAEE,iBAAA,CADA,kBVukCF,CUnkCA,UAEE,YAAA,CADA,aVskCF,CUlkCA,WAEE,iBAAA,CADA,kBVqkCF,CUjkCA,WAEE,iBAAA,CADA,kBVokCF,CUhkCA,WAEE,aAAA,CADA,cVmkCF,CU/jCA,gBACE,QVikCF,CU9jCA,eACE,QVgkCF,CU7jCA,YACE,OV+jCF,CU5jCA,YACE,OV8jCF,CU3jCA,YACE,OV6jCF,CU1jCA,YACE,OV4jCF,CUzjCA,YACE,OV2jCF,CUxjCA,YACE,OV0jCF,CUvjCA,YACE,OVyjCF,CUtjCA,YACE,OVwjCF,CUrjCA,YACE,OVujCF,CUpjCA,YACE,OVsjCF,CUnjCA,aACE,QVqjCF,CUljCA,aACE,QVojCF,CUjjCA,aACE,QVmjCF,CUhjCA,aACE,aVkjCF,CU/iCA,aACE,mBVijCF,CU9iCA,aACE,oBVgjCF,CU7iCA,aACE,eV+iCF,CU5iCA,aACE,oBV8iCF,CU3iCA,aACE,oBV6iCF,CU1iCA,aACE,eV4iCF,CUziCA,aACE,oBV2iCF,CUxiCA,aACE,oBV0iCF,CUviCA,aACE,eVyiCF,CUtiCA,cACE,oBVwiCF,CUriCA,cACE,oBVuiCF,CACF,CUriCA,wBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVyiCF,CUpiCA,aAGE,aAAA,CADA,cAAA,CADA,UVwiCF,CUniCA,UAEE,gBAAA,CADA,iBVsiCF,CUliCA,UAEE,iBAAA,CADA,kBVqiCF,CUjiCA,UAEE,YAAA,CADA,aVoiCF,CUhiCA,UAEE,iBAAA,CADA,kBVmiCF,CU/hCA,UAEE,iBAAA,CADA,kBVkiCF,CU9hCA,UAEE,YAAA,CADA,aViiCF,CU7hCA,UAEE,iBAAA,CADA,kBVgiCF,CU5hCA,UAEE,iBAAA,CADA,kBV+hCF,CU3hCA,UAEE,YAAA,CADA,aV8hCF,CU1hCA,WAEE,iBAAA,CADA,kBV6hCF,CUzhCA,WAEE,iBAAA,CADA,kBV4hCF,CUxhCA,WAEE,aAAA,CADA,cV2hCF,CUvhCA,gBACE,QVyhCF,CUthCA,eACE,QVwhCF,CUrhCA,YACE,OVuhCF,CUphCA,YACE,OVshCF,CUnhCA,YACE,OVqhCF,CUlhCA,YACE,OVohCF,CUjhCA,YACE,OVmhCF,CUhhCA,YACE,OVkhCF,CU/gCA,YACE,OVihCF,CU9gCA,YACE,OVghCF,CU7gCA,YACE,OV+gCF,CU5gCA,YACE,OV8gCF,CU3gCA,aACE,QV6gCF,CU1gCA,aACE,QV4gCF,CUzgCA,aACE,QV2gCF,CUxgCA,aACE,aV0gCF,CUvgCA,aACE,mBVygCF,CUtgCA,aACE,oBVwgCF,CUrgCA,aACE,eVugCF,CUpgCA,aACE,oBVsgCF,CUngCA,aACE,oBVqgCF,CUlgCA,aACE,eVogCF,CUjgCA,aACE,oBVmgCF,CUhgCA,aACE,oBVkgCF,CU//BA,aACE,eVigCF,CU9/BA,cACE,oBVggCF,CU7/BA,cACE,oBV+/BF,CACF,CU7/BA,yBACE,QAEE,YAAA,CACA,WAAA,CAFA,cVigCF,CU5/BA,aAGE,aAAA,CADA,cAAA,CADA,UVggCF,CU3/BA,UAEE,gBAAA,CADA,iBV8/BF,CU1/BA,UAEE,iBAAA,CADA,kBV6/BF,CUz/BA,UAEE,YAAA,CADA,aV4/BF,CUx/BA,UAEE,iBAAA,CADA,kBV2/BF,CUv/BA,UAEE,iBAAA,CADA,kBV0/BF,CUt/BA,UAEE,YAAA,CADA,aVy/BF,CUr/BA,UAEE,iBAAA,CADA,kBVw/BF,CUp/BA,UAEE,iBAAA,CADA,kBVu/BF,CUn/BA,UAEE,YAAA,CADA,aVs/BF,CUl/BA,WAEE,iBAAA,CADA,kBVq/BF,CUj/BA,WAEE,iBAAA,CADA,kBVo/BF,CUh/BA,WAEE,aAAA,CADA,cVm/BF,CU/+BA,gBACE,QVi/BF,CU9+BA,eACE,QVg/BF,CU7+BA,YACE,OV++BF,CU5+BA,YACE,OV8+BF,CU3+BA,YACE,OV6+BF,CU1+BA,YACE,OV4+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,aACE,QVq+BF,CUl+BA,aACE,QVo+BF,CUj+BA,aACE,QVm+BF,CUh+BA,aACE,aVk+BF,CU/9BA,aACE,mBVi+BF,CU99BA,aACE,oBVg+BF,CU79BA,aACE,eV+9BF,CU59BA,aACE,oBV89BF,CU39BA,aACE,oBV69BF,CU19BA,aACE,eV49BF,CUz9BA,aACE,oBV29BF,CUx9BA,aACE,oBV09BF,CUv9BA,aACE,eVy9BF,CUt9BA,cACE,oBVw9BF,CUr9BA,cACE,oBVu9BF,CACF,CWp9DI,uBAIE,UVwBW,CU1BX,iBAAA,CACA,eAAA,CAFA,mBXy9DN,CWn9DI,8BACE,UXq9DN,CWn9DM,uCACE,UXq9DR,CWj9DI,uBAIE,aVbU,CUUV,YAAA,CAEA,SAAA,CADA,gBXq9DN,CWh9DQ,iCACE,YXk9DV,CW58DE,uBAGE,aVLa,CUIb,cAAA,CADA,0BXg9DJ,CW58DI,iCAKE,qBVrCQ,CUkCR,wBAAA,CACA,iBVFkB,CUGlB,aVXW,CUQX,mBXk9DN,CW58DM,uCAEE,oBVrCQ,CUoCR,gBX+8DR,CW58DQ,2FAEE,4CX68DV,CWz8DM,+EAEE,kCX08DR,CWv8DM,wFAEE,kCAAA,CACA,sBAAA,CACA,kBXw8DR,CWr8DM,0CAEE,wBV1CS,CUyCT,oBXw8DR,CWl8DU,oDACE,SXo8DZ,CW97DI,4BAGE,qBV9EQ,CU+ER,6CAAA,CAFA,iBAAA,CADA,gBXm8DN,CW97DM,oCAEE,sBAAA,CAGA,eAAA,CADA,UV3DS,CU0DT,eAAA,CAFA,mBXo8DR,CW97DQ,6CAEE,aV3FE,CU0FF,eXi8DV,CW77DQ,4CACE,wBX+7DV,CW57DQ,mDACE,wBX87DV,CW37DQ,kDACE,qBX67DV,CYviEI,uBAGE,UX2BW,CW7BX,kBAAA,CACA,eZ2iEN,CYriEI,qBAUE,kBAAA,CAKA,qBXnBQ,CWWR,yBAAA,CACA,iBAAA,CAMA,UXQW,CWNX,cAAA,CAdA,YAAA,CAOA,qBAAA,CAGA,eAAA,CADA,6BAAA,CAPA,mBAAA,CADA,gBAAA,CAGA,sBAAA,CALA,iBAAA,CAYA,iBZ0iEN,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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/FileUpload/FileUpload\";\n@use \"Accordion/Accordion\";\n@use \"Modal/Modal\";\n@use \"Alert/Alert\";\n@use \"Link/Link\";\n@use \"Pagination/Pagination\";\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 &__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 & ~ &__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 font-size: 1rem;\n line-height: 1.25rem;\n color: common.$color-red-700;\n\n & > svg {\n width: 1rem;\n height: 1rem;\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: 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 * {\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 & 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 label:hover:not(:has(input[type=\"radio\"]: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","@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 &__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 align-items: center;\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 margin-top: 0.75rem;\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-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: 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 &--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\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-card--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 .af-list-item {\n &__content {\n display: inherit;\n align-items: inherit;\n gap: 12px;\n }\n\n &-content {\n &__icon svg {\n width: 1.4rem;\n height: 1.4rem;\n fill: common.$color-axa;\n }\n\n &__label {\n text-align: left;\n }\n\n &-label {\n &__title {\n margin: 0;\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.4rem;\n color: common.$color-gray-900;\n }\n\n &__subtitle {\n margin: 0;\n font-size: 1rem;\n font-weight: 400;\n line-height: 1.4rem;\n color: common.$color-gray-700;\n }\n\n &__secondary {\n margin: 0;\n font-size: 0.875rem;\n font-weight: 400;\n line-height: 1.1rem;\n color: common.$color-gray-700;\n }\n }\n }\n\n &__action {\n margin-left: auto;\n\n svg {\n width: 1.4rem;\n height: 1.4rem;\n fill: common.$color-axa;\n }\n }\n }\n }\n\n &.af-card--large .af-list-item {\n &-content__label {\n font-size: 1.125rem;\n font-weight: 600;\n line-height: 1.4rem;\n }\n\n &-content-label {\n &__title {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n\n &__subtitle {\n font-size: 1.125rem;\n line-height: 1.4rem;\n }\n }\n }\n\n .af-list__item .af-list-item__button {\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 color: inherit;\n background: none;\n cursor: pointer;\n\n &:disabled {\n cursor: default;\n\n .af-list-item {\n &-content {\n &__icon svg {\n fill: common.$color-gray-500;\n }\n\n &__label {\n color: common.$color-gray-500;\n }\n\n &-label__title,\n &-label__subtitle,\n &-label__secondary {\n color: common.$color-gray-500;\n }\n }\n\n &__action svg {\n fill: common.$color-gray-500;\n }\n }\n }\n\n &:enabled {\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 outline: none;\n }\n\n &:focus {\n outline: none;\n }\n\n &:focus-visible {\n border: 2px solid common.$color-focus;\n outline: none;\n }\n }\n }\n}\n\n@media (width <= #{common.$breakpoint-sm}) {\n .af-card--click-list {\n .af-list-item-content {\n &__label {\n font-size: 0.875rem;\n line-height: 1.1rem;\n }\n\n &-label {\n &__title,\n &__subtitle {\n font-size: 0.875rem;\n line-height: 1.25rem;\n }\n }\n }\n\n &.af-card--large .af-list-item-content {\n &__label {\n font-size: 1rem;\n font-weight: 600;\n line-height: 1.25rem;\n }\n\n &-label {\n &__title,\n &__subtitle {\n font-size: 1rem;\n line-height: 1.25rem;\n }\n }\n }\n\n .af-list-item__button {\n &:enabled {\n box-shadow: none;\n\n &:hover {\n box-shadow: none;\n\n .af-list-item {\n &__label {\n color: common.$color-axa;\n }\n\n &-label__title,\n &-label__subtitle,\n &-label__secondary {\n color: common.$color-axa;\n }\n }\n }\n\n &:active {\n box-shadow: none;\n\n .af-list-item {\n &__label {\n color: common.$color-blue-1;\n }\n\n &-label__title,\n &-label__subtitle,\n &-label__secondary {\n color: common.$color-blue-1;\n }\n }\n }\n\n &:focus-visible {\n border: none;\n border: 1px solid common.$color-focus;\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"]}
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@axa-fr/design-system-look-and-feel-css",
|
3
|
-
"version": "0.2.0-beta.
|
3
|
+
"version": "0.2.0-beta.313",
|
4
4
|
"description": "",
|
5
5
|
"main": "index.js",
|
6
6
|
"files": [
|
@@ -55,7 +55,7 @@
|
|
55
55
|
"eslint-plugin-import": "^2.29.1",
|
56
56
|
"eslint-plugin-jsx-a11y": "^6.8.0",
|
57
57
|
"eslint-plugin-prettier": "^5.1.0",
|
58
|
-
"eslint-plugin-react": "^7.
|
58
|
+
"eslint-plugin-react": "^7.36.1",
|
59
59
|
"eslint-plugin-react-hooks": "^4.6.0",
|
60
60
|
"postcss": "^8.4.35",
|
61
61
|
"postcss-cli": "^11.0.0",
|
@@ -66,7 +66,7 @@
|
|
66
66
|
"prettier": "^3.3.3",
|
67
67
|
"rimraf": "^5.0.5",
|
68
68
|
"storybook": "^7.6.14",
|
69
|
-
"stylelint": "^16.
|
69
|
+
"stylelint": "^16.9.0",
|
70
70
|
"stylelint-config-pretty-order": "^0.5.1",
|
71
71
|
"stylelint-config-recommended-scss": "^14.0.0",
|
72
72
|
"stylelint-config-standard": "^36.0.0",
|