.cl-button-react{--_border-width:3px;--_bg-color:#df3232;--_border-color:var(--_bg-color);align-items:center;background-color:var(--_bg-color);border:none;border-radius:0;box-shadow:inset 0 0 0 var(--_border-width)var(--_border-color);color:#fff;column-gap:8px;cursor:pointer;display:inline-flex;flex-shrink:0;font-family:TSTAR,sans-serif;font-size:16px;font-style:normal;font-weight:700;height:48px;line-height:normal;padding:8px 16px 9px;text-decoration:none;text-transform:uppercase;vertical-align:middle}@media (max-width:767px){.cl-button-react{font-size:16px}}.cl-button-react__text{transform:translateY(.1em)}.cl-button-react__text--no-vertical-adjustment{transform:translateY(0)}.cl-button-react__icon-after,.cl-button-react__icon-before{display:inline-flex;flex-shrink:0;width:-webkit-max-content;width:max-content}.cl-button-react:disabled{cursor:auto}@media (min-width:992px){.cl-button-react{padding-bottom:13px;padding-top:12px}}.cl-button-react--icon-only{aspect-ratio:1;padding-left:16px;padding-right:16px}.cl-button-react--primary:hover{--_bg-color:#bb1816}.cl-button-react--primary:disabled,.cl-button-react--primary:disabled:hover{--_bg-color:#cbcbcb}.cl-button-react--secondary{color:#000;--_bg-color:#fff;--_border-color:#000}.cl-button-react--secondary:hover{--_bg-color:#fff;--_border-color:#bb1816}.cl-button-react--secondary:disabled{--_border-color:#cbcbcb;color:#606060}.cl-button-react--tertiary{--_bg-color:#9800a8}.cl-button-react--tertiary:hover{--_bg-color:#320065}.cl-button-react--tertiary:disabled{--_bg-color:#cbcbcb}.cl-button-react--quarternary{--_border-width:1px;color:#df3232;--_bg-color:#fff;--_border-color:#000;border-radius:100vmax}.cl-button-react--quarternary .cl-button-react__text{color:#000}.cl-button-react--quarternary:hover{--_bg-color:#fff;--_border-color:#bb1816}.cl-button-react--quarternary:disabled{--_border-color:#cbcbcb}.cl-button-react--quarternary:disabled .cl-button-react__text{color:#606060}.cl-button-react--link{--_bg-color:#0000;color:#000;font-family:TSTAR,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal;padding:0}@media (max-width:767px){.cl-button-react--link{font-size:16px}}.cl-button-react--link .cl-button-react__text{text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:4px}.cl-button-react--link .cl-button-react__icon-after{color:#df3232}.cl-button-react--link:hover .cl-button-react__text{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}.cl-button-react--link:disabled{color:#cbcbcb}.cl-button-react--link:disabled .cl-button-react__text{-webkit-text-decoration-color:#cbcbcb;text-decoration-color:#cbcbcb}.cl-button-react--link-no-cap{font-family:TSTAR,sans-serif;font-size:16px;font-style:normal;font-weight:500;line-height:normal;text-transform:none}@media (max-width:767px){.cl-button-react--link-no-cap{font-size:16px}}.cl-button-react--link-button{height:auto;min-height:26px}.cl-button-react--full-width{justify-content:center;width:100%}.cl-chart__bar{align-items:center;display:flex;flex-direction:row;height:30px;justify-content:center;min-width:100px}.cl-chart__segment{align-self:stretch;border:1px solid}.cl-chart--donut{--color-icon-secondary:#df3232;flex-wrap:wrap;gap:0 56px}.cl-chart--donut,.cl-chart__chart-container{align-items:center;display:flex;justify-content:center}.cl-chart__chart-container{flex-shrink:0;max-width:100%;position:relative}.cl-chart__chart{height:100%;height:var(--cl-chart-donut-size,100%);width:100%;width:var(--cl-chart-donut-size,100%)}.cl-chart-legend .cl-chart-legend__color--Missing,.cl-chart-legend .cl-chart-legend__color--RiskNotEvaluated{background:repeating-linear-gradient(-45deg,#0000,#0000 2px,#df3232 0,#df3232 3px)}.cl-chart-legend{display:inline-flex;flex-flow:wrap;gap:24px;margin-top:16px}.cl-chart-legend--donut{flex-direction:column;margin-top:0}.cl-chart-legend__segment{align-items:start;display:flex;flex-direction:row;font-family:TSTAR,sans-serif;font-size:12px;font-style:normal;font-weight:700;gap:8px;line-height:1.2}@media (max-width:767px){.cl-chart-legend__segment{font-size:12px}}.cl-chart-legend__segment--wrap{flex:1 1 0}.cl-chart-legend__color{border:1px solid;flex-shrink:0;height:12px;margin-top:1px;width:12px}.cl-chart-legend__color--PastDeadline{background:#f9cbcb;border-color:#df3232}.cl-chart-legend__color--NearDeadline{background:#ffeaa1;border-color:#e7b615}.cl-chart-legend__color--DistantDeadline{background:#c7fbd4;border-color:#02c065}.cl-chart-legend__color--NotRelevant{background:#cbcbcb;border-color:#cbcbcb}.cl-chart-legend__color--RiskLow{background:#f9c1ff;border-color:#f9c1ff}.cl-chart-legend__color--RiskNormal{background:#e77ff4;border-color:#e77ff4}.cl-chart-legend__color--RiskHigh{background:#9800a8;border-color:#9800a8}.cl-chart-legend__color--RiskCritical{background:#320065;border-color:#320065}.cl-chart-legend__color--Missing,.cl-chart-legend__color--RiskNotEvaluated{border-color:#df3232}.cl-chart-legend__text{color:#000;font-size:14px}.cl-chip{align-items:center;background-color:var(--background-color);border:1px solid var(--border-color);border-radius:100vmax;color:var(--text-color);display:inline-flex;gap:4px;height:37px;overflow:hidden;padding:12px 16px}.cl-chip--is-active,.cl-chip:hover{background-color:var(--background-color);background-color:var(--background-hover-color,var(--background-color));color:var(--text-hover-color,var(--text-color));cursor:pointer}.cl-chip__text{flex:auto;font-family:TSTAR,sans-serif;font-size:18px;font-weight:500;min-width:0;overflow:clip;overflow-clip-margin:3px;position:relative;text-overflow:ellipsis;top:.125em;white-space:nowrap}.cl-chip__icon{flex-shrink:0}.cl-chip__icon svg{height:16px;width:16px}.cl-demo-react{background-color:#0f0}.CL-feedback-react__inner{color:#000;display:flex;font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;font-weight:400;gap:4px;line-height:1.4;padding:12px}@media (max-width:767px){.CL-feedback-react__inner{font-size:16px}}.CL-feedback-react--success>.CL-feedback-react__inner{background-color:#c7fbd4}.CL-feedback-react--error>.CL-feedback-react__inner{background-color:#f9cbcb}.CL-feedback-react--warning>.CL-feedback-react__inner{background-color:#ffeaa1}.CL-feedback-react--info>.CL-feedback-react__inner{background-color:#94e0e1}.CLGhostButton{align-items:center;background-color:initial;border:none;display:flex;height:32px;padding:5px;width:32px}.CLGhostButton:hover{background-color:#0000001a;cursor:pointer}.cl-loader-react{--dim:20px;--time:1.5s;--offset:1.5;--lightness:50%;--color-1:#f9d6d6;--color-2:#ee9898;--color-3:#df3232;align-self:center;margin-right:calc(var(--dim)*var(--offset)*2);position:relative;text-align:left;translate:calc(var(--dim)*var(--offset));vertical-align:middle}.cl-loader-react:after,.cl-loader-react:before{content:"";position:absolute}.cl-loader-react:before{animation-delay:calc(var(--time)*1/-3);translate:calc(var(--dim)*-1*var(--offset))}.cl-loader-react:after{animation-delay:calc(var(--time)*2/-3);translate:calc(var(--dim)*var(--offset))}.cl-loader-react,.cl-loader-react:after,.cl-loader-react:before{animation-duration:var(--time);animation-iteration-count:infinite;animation-name:loader-anim;animation-timing-function:step-end;height:var(--dim);width:var(--dim)}@keyframes rotate{0%,12.4%{transform:rotate(0)}12.5%,24.9%{transform:rotate(45deg)}25%,37.4%{transform:rotate(90deg)}37.5%,49.9%{transform:rotate(135deg)}50%,62.4%{transform:rotate(180deg)}62.5%,74.9%{transform:rotate(225deg)}75%,87.4%{transform:rotate(270deg)}87.5%,99.9%{transform:rotate(315deg)}to{transform:rotate(1turn)}}.cl-spinner-icon{animation:rotate .8s linear infinite}.cl-tag{align-items:center;background-color:var(--background-color);border:1px solid var(--border-color);border-radius:100vmax;color:var(--text-color);display:inline-flex;font-family:TSTAR,sans-serif;font-size:12px;font-style:normal;font-weight:700;gap:4px;line-height:1.2;overflow:hidden;text-transform:uppercase}@media (max-width:767px){.cl-tag{font-size:12px}}.cl-tag--clickable:hover{background-color:var(--background-color);background-color:var(--background-hover-color,var(--background-color));color:var(--text-hover-color,var(--text-color));cursor:pointer}.cl-tag--small{height:22px;padding:6px 8px}.cl-tag--large{font-size:18px;height:31px;padding:8px}.cl-tag__text{flex:auto;min-width:0;overflow:clip;overflow-clip-margin:3px;position:relative;text-overflow:ellipsis;top:.1em;white-space:nowrap}.cl-tag__icon{flex-shrink:0}.cl-tag--small .cl-tag__icon svg{height:10px;width:10px}.cl-tag--large .cl-tag__icon svg{height:16px;width:16px}.CLTable{border:none;border-collapse:collapse;width:100%}.CLCheckbox{border-radius:100%;display:inline-block;padding:8px}.CLCheckbox .CLCheckbox__inner{align-items:flex-start;-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;border:2px solid #000;display:flex;flex-direction:column;gap:10px;height:24px;margin:0;padding:10px;position:relative;width:24px}.CLCheckbox .CLCheckbox__inner:checked:not(.CLCheckbox .CLCheckbox__inner--error){background-color:#32cbcb;border:none}.CLCheckbox .CLCheckbox__inner:checked:not(.CLCheckbox .CLCheckbox__inner--error):after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='12' fill='none' viewBox='0 0 16 12'%3E%3Cpath fill='%23000' fill-rule='evenodd' d='M13.063.197 5.997 7.263l-3.06-3.062-2.27 2.27 5.33 5.332 9.336-9.338z' clip-rule='evenodd'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:contain;content:"";height:16px;left:50%;position:absolute;top:50%;transform:translate(-50%,-40%);width:16px}.CLCheckbox .CLCheckbox__inner::focus-visible{outline:1px solid #000;outline-offset:10px}.CLCheckbox .CLCheckbox__inner:disabled:not(.CLCheckbox .CLCheckbox__inner--error){border:2px solid #cbcbcb}.CLCheckbox .CLCheckbox__inner:checked:disabled:not(.CLCheckbox .CLCheckbox__inner--error){background-color:#cbcbcb}.CLCheckbox .CLCheckbox__inner--error{border:2px solid #df3232!important}.CLCheckbox:hover[\:has\(\:not\(\:disabled\)\)]{background-color:#ededed;cursor:pointer}.CLCheckbox:hover:has(:not(:disabled)){background-color:#ededed;cursor:pointer}.cl-radio-button{cursor:pointer;display:flex;position:relative}.cl-radio-button__inner{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;background-color:#fff;border:2px solid #000;border-radius:50%;box-shadow:none;cursor:pointer;height:20px;margin:0;outline:none;padding:0;position:relative;transition:all .2s ease-in-out;width:20px}.cl-radio-button__inner:after{background:#000;border-radius:50%;content:"";display:block;height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)scale(0);transition:transform .2s;width:8px}.cl-radio-button__inner:checked{border:8px solid #32cbcb;box-shadow:0 0 0 2px #32cbcb}.cl-radio-button__inner:checked:after{transform:translate(-50%,-50%)scale(1)}.cl-radio-button__inner:disabled{background:#fff;border:2px solid #cbcbcb;cursor:not-allowed}.cl-radio-button__inner:disabled:checked{border:.5px solid #cbcbcb;box-shadow:0 0 0 2px #cbcbcb}.cl-radio-button__inner:disabled:after{background:#cbcbcb}.cl-radio-button-group{border:none;margin:0;padding:0}.cl-radio-button-group__label{color:#000;display:block;font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:1.4;margin-bottom:16px;padding:0}@media (max-width:767px){.cl-radio-button-group__label{font-size:16px}}.cl-radio-button-group__options{display:flex;flex-direction:column}.cl-radio-button-group__option{align-items:center;cursor:pointer;display:flex;margin-bottom:16px}.cl-radio-button-group__option--disabled{color:#606060;cursor:not-allowed}.cl-radio-button-group__option:last-child{margin-bottom:0}.cl-radio-button-group__option-label{color:#000;font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:1.2;margin-left:8px}@media (max-width:767px){.cl-radio-button-group__option-label{font-size:16px}}.cl-radio-button-group__option-label--disabled{color:#606060}.cl-column-react.cl-column-react{box-sizing:border-box;flex:none;padding-left:24px;padding-right:24px}.cl-column-react.cl-column-react--width-xs-1{width:8.33333%}.cl-column-react.cl-column-react--width-xs-2{width:16.6667%}.cl-column-react.cl-column-react--width-xs-3{width:25%}.cl-column-react.cl-column-react--width-xs-4{width:33.3333%}.cl-column-react.cl-column-react--width-xs-5{width:41.6667%}.cl-column-react.cl-column-react--width-xs-6{width:50%}.cl-column-react.cl-column-react--width-xs-7{width:58.3333%}.cl-column-react.cl-column-react--width-xs-8{width:66.6667%}.cl-column-react.cl-column-react--width-xs-9{width:75%}.cl-column-react.cl-column-react--width-xs-10{width:83.3333%}.cl-column-react.cl-column-react--width-xs-11{width:91.6667%}.cl-column-react.cl-column-react--width-xs-12{width:100%}.cl-column-react.cl-column-react--offset-xs-0{margin-left:0}.cl-column-react.cl-column-react--offset-xs-1{margin-left:8.33333%}.cl-column-react.cl-column-react--offset-xs-2{margin-left:16.6667%}.cl-column-react.cl-column-react--offset-xs-3{margin-left:25%}.cl-column-react.cl-column-react--offset-xs-4{margin-left:33.3333%}.cl-column-react.cl-column-react--offset-xs-5{margin-left:41.6667%}.cl-column-react.cl-column-react--offset-xs-6{margin-left:50%}.cl-column-react.cl-column-react--offset-xs-7{margin-left:58.3333%}.cl-column-react.cl-column-react--offset-xs-8{margin-left:66.6667%}.cl-column-react.cl-column-react--offset-xs-9{margin-left:75%}.cl-column-react.cl-column-react--offset-xs-10{margin-left:83.3333%}.cl-column-react.cl-column-react--offset-xs-11{margin-left:91.6667%}@media (min-width:576px){.cl-column-react.cl-column-react--width-sm-1{width:8.33333%}.cl-column-react.cl-column-react--width-sm-2{width:16.6667%}.cl-column-react.cl-column-react--width-sm-3{width:25%}.cl-column-react.cl-column-react--width-sm-4{width:33.3333%}.cl-column-react.cl-column-react--width-sm-5{width:41.6667%}.cl-column-react.cl-column-react--width-sm-6{width:50%}.cl-column-react.cl-column-react--width-sm-7{width:58.3333%}.cl-column-react.cl-column-react--width-sm-8{width:66.6667%}.cl-column-react.cl-column-react--width-sm-9{width:75%}.cl-column-react.cl-column-react--width-sm-10{width:83.3333%}.cl-column-react.cl-column-react--width-sm-11{width:91.6667%}.cl-column-react.cl-column-react--width-sm-12{width:100%}.cl-column-react.cl-column-react--offset-sm-0{margin-left:0}.cl-column-react.cl-column-react--offset-sm-1{margin-left:8.33333%}.cl-column-react.cl-column-react--offset-sm-2{margin-left:16.6667%}.cl-column-react.cl-column-react--offset-sm-3{margin-left:25%}.cl-column-react.cl-column-react--offset-sm-4{margin-left:33.3333%}.cl-column-react.cl-column-react--offset-sm-5{margin-left:41.6667%}.cl-column-react.cl-column-react--offset-sm-6{margin-left:50%}.cl-column-react.cl-column-react--offset-sm-7{margin-left:58.3333%}.cl-column-react.cl-column-react--offset-sm-8{margin-left:66.6667%}.cl-column-react.cl-column-react--offset-sm-9{margin-left:75%}.cl-column-react.cl-column-react--offset-sm-10{margin-left:83.3333%}.cl-column-react.cl-column-react--offset-sm-11{margin-left:91.6667%}}@media (min-width:768px){.cl-column-react.cl-column-react--width-md-1{width:8.33333%}.cl-column-react.cl-column-react--width-md-2{width:16.6667%}.cl-column-react.cl-column-react--width-md-3{width:25%}.cl-column-react.cl-column-react--width-md-4{width:33.3333%}.cl-column-react.cl-column-react--width-md-5{width:41.6667%}.cl-column-react.cl-column-react--width-md-6{width:50%}.cl-column-react.cl-column-react--width-md-7{width:58.3333%}.cl-column-react.cl-column-react--width-md-8{width:66.6667%}.cl-column-react.cl-column-react--width-md-9{width:75%}.cl-column-react.cl-column-react--width-md-10{width:83.3333%}.cl-column-react.cl-column-react--width-md-11{width:91.6667%}.cl-column-react.cl-column-react--width-md-12{width:100%}.cl-column-react.cl-column-react--offset-md-0{margin-left:0}.cl-column-react.cl-column-react--offset-md-1{margin-left:8.33333%}.cl-column-react.cl-column-react--offset-md-2{margin-left:16.6667%}.cl-column-react.cl-column-react--offset-md-3{margin-left:25%}.cl-column-react.cl-column-react--offset-md-4{margin-left:33.3333%}.cl-column-react.cl-column-react--offset-md-5{margin-left:41.6667%}.cl-column-react.cl-column-react--offset-md-6{margin-left:50%}.cl-column-react.cl-column-react--offset-md-7{margin-left:58.3333%}.cl-column-react.cl-column-react--offset-md-8{margin-left:66.6667%}.cl-column-react.cl-column-react--offset-md-9{margin-left:75%}.cl-column-react.cl-column-react--offset-md-10{margin-left:83.3333%}.cl-column-react.cl-column-react--offset-md-11{margin-left:91.6667%}}@media (min-width:992px){.cl-column-react.cl-column-react--width-lg-1{width:8.33333%}.cl-column-react.cl-column-react--width-lg-2{width:16.6667%}.cl-column-react.cl-column-react--width-lg-3{width:25%}.cl-column-react.cl-column-react--width-lg-4{width:33.3333%}.cl-column-react.cl-column-react--width-lg-5{width:41.6667%}.cl-column-react.cl-column-react--width-lg-6{width:50%}.cl-column-react.cl-column-react--width-lg-7{width:58.3333%}.cl-column-react.cl-column-react--width-lg-8{width:66.6667%}.cl-column-react.cl-column-react--width-lg-9{width:75%}.cl-column-react.cl-column-react--width-lg-10{width:83.3333%}.cl-column-react.cl-column-react--width-lg-11{width:91.6667%}.cl-column-react.cl-column-react--width-lg-12{width:100%}.cl-column-react.cl-column-react--offset-lg-0{margin-left:0}.cl-column-react.cl-column-react--offset-lg-1{margin-left:8.33333%}.cl-column-react.cl-column-react--offset-lg-2{margin-left:16.6667%}.cl-column-react.cl-column-react--offset-lg-3{margin-left:25%}.cl-column-react.cl-column-react--offset-lg-4{margin-left:33.3333%}.cl-column-react.cl-column-react--offset-lg-5{margin-left:41.6667%}.cl-column-react.cl-column-react--offset-lg-6{margin-left:50%}.cl-column-react.cl-column-react--offset-lg-7{margin-left:58.3333%}.cl-column-react.cl-column-react--offset-lg-8{margin-left:66.6667%}.cl-column-react.cl-column-react--offset-lg-9{margin-left:75%}.cl-column-react.cl-column-react--offset-lg-10{margin-left:83.3333%}.cl-column-react.cl-column-react--offset-lg-11{margin-left:91.6667%}}@media (min-width:1200px){.cl-column-react.cl-column-react--width-xl-1{width:8.33333%}.cl-column-react.cl-column-react--width-xl-2{width:16.6667%}.cl-column-react.cl-column-react--width-xl-3{width:25%}.cl-column-react.cl-column-react--width-xl-4{width:33.3333%}.cl-column-react.cl-column-react--width-xl-5{width:41.6667%}.cl-column-react.cl-column-react--width-xl-6{width:50%}.cl-column-react.cl-column-react--width-xl-7{width:58.3333%}.cl-column-react.cl-column-react--width-xl-8{width:66.6667%}.cl-column-react.cl-column-react--width-xl-9{width:75%}.cl-column-react.cl-column-react--width-xl-10{width:83.3333%}.cl-column-react.cl-column-react--width-xl-11{width:91.6667%}.cl-column-react.cl-column-react--width-xl-12{width:100%}.cl-column-react.cl-column-react--offset-xl-0{margin-left:0}.cl-column-react.cl-column-react--offset-xl-1{margin-left:8.33333%}.cl-column-react.cl-column-react--offset-xl-2{margin-left:16.6667%}.cl-column-react.cl-column-react--offset-xl-3{margin-left:25%}.cl-column-react.cl-column-react--offset-xl-4{margin-left:33.3333%}.cl-column-react.cl-column-react--offset-xl-5{margin-left:41.6667%}.cl-column-react.cl-column-react--offset-xl-6{margin-left:50%}.cl-column-react.cl-column-react--offset-xl-7{margin-left:58.3333%}.cl-column-react.cl-column-react--offset-xl-8{margin-left:66.6667%}.cl-column-react.cl-column-react--offset-xl-9{margin-left:75%}.cl-column-react.cl-column-react--offset-xl-10{margin-left:83.3333%}.cl-column-react.cl-column-react--offset-xl-11{margin-left:91.6667%}}@media (min-width:1400px){.cl-column-react.cl-column-react--width-xxl-1{width:8.33333%}.cl-column-react.cl-column-react--width-xxl-2{width:16.6667%}.cl-column-react.cl-column-react--width-xxl-3{width:25%}.cl-column-react.cl-column-react--width-xxl-4{width:33.3333%}.cl-column-react.cl-column-react--width-xxl-5{width:41.6667%}.cl-column-react.cl-column-react--width-xxl-6{width:50%}.cl-column-react.cl-column-react--width-xxl-7{width:58.3333%}.cl-column-react.cl-column-react--width-xxl-8{width:66.6667%}.cl-column-react.cl-column-react--width-xxl-9{width:75%}.cl-column-react.cl-column-react--width-xxl-10{width:83.3333%}.cl-column-react.cl-column-react--width-xxl-11{width:91.6667%}.cl-column-react.cl-column-react--width-xxl-12{width:100%}.cl-column-react.cl-column-react--offset-xxl-0{margin-left:0}.cl-column-react.cl-column-react--offset-xxl-1{margin-left:8.33333%}.cl-column-react.cl-column-react--offset-xxl-2{margin-left:16.6667%}.cl-column-react.cl-column-react--offset-xxl-3{margin-left:25%}.cl-column-react.cl-column-react--offset-xxl-4{margin-left:33.3333%}.cl-column-react.cl-column-react--offset-xxl-5{margin-left:41.6667%}.cl-column-react.cl-column-react--offset-xxl-6{margin-left:50%}.cl-column-react.cl-column-react--offset-xxl-7{margin-left:58.3333%}.cl-column-react.cl-column-react--offset-xxl-8{margin-left:66.6667%}.cl-column-react.cl-column-react--offset-xxl-9{margin-left:75%}.cl-column-react.cl-column-react--offset-xxl-10{margin-left:83.3333%}.cl-column-react.cl-column-react--offset-xxl-11{margin-left:91.6667%}}.cl-container-react{margin-left:auto;margin-right:auto;max-width:1280px;padding-left:24px;padding-right:24px}.cl-row-react{display:flex;flex-wrap:wrap;margin-left:-24px;margin-right:-24px}.cl-row-react>*{flex-shrink:0;max-width:100%;width:100%}.cl-dropdown{position:relative;width:100%}.cl-dropdown__buttons:focus-within,.cl-dropdown__buttons[focus-within]{outline:1px solid #000;outline-offset:-2px}.cl-dropdown__label{font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:1.4;margin-bottom:8px}@media (max-width:767px){.cl-dropdown__label{font-size:16px}}.cl-dropdown__items{border:1px solid #cbcbcb;border-top:none;box-shadow:0 4px 10px #78787833;box-sizing:border-box;margin-bottom:0;margin-top:0;max-height:325px;min-width:100%;overflow-y:scroll;padding-left:0;position:absolute;width:-webkit-max-content;width:max-content;z-index:1}.cl-dropdown__items::-webkit-scrollbar{background-color:#d3d3d3;width:4px}.cl-dropdown__items::-webkit-scrollbar-thumb{background-color:gray}.cl-dropdown-button{align-items:center;background-color:#fff;border:none;border-bottom:1px solid #0000;box-sizing:border-box;color:#000;display:flex;flex-direction:row;font-family:TSTAR,sans-serif;font-size:1.125rem;height:auto;padding:6px 30px 6px 16px;position:relative;text-align:left;width:100%}.cl-dropdown-button.focus-visible{outline:1px solid #000;outline-offset:-1px}.cl-dropdown-button:focus-visible{outline:1px solid #000;outline-offset:-1px}.cl-dropdown-button--no-hover-color:hover{background-color:initial}.cl-dropdown-button--dropdown-main{border:1px solid #000;min-height:48px}.cl-dropdown-button--outline{outline:1px solid #000;outline-offset:-1px}.cl-dropdown-button--ellipsis{display:inline-block;height:48px;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cl-dropdown-button--theme-standard-internal:hover{background-color:#f0f5f5;cursor:pointer}.cl-dropdown-button--theme-standard-selected{background-color:#fef9f6;border-bottom:1px solid #bb1816}.cl-dropdown-button--theme-standard-selected:hover{background-color:#fef9f6}.cl-dropdown-button--theme-ghost{background-color:#f0f5f5;border:none}.cl-dropdown-button--theme-ghost:hover{background-color:#d7e6e6}.cl-dropdown-button--theme-ghost-internal{background-color:#fff}.cl-dropdown-button--theme-ghost-internal:hover{background-color:#f0f5f5}.cl-dropdown-button--theme-ghost-selected{background-color:#fef9f6;border-bottom:1px solid #bb1816;font-weight:700}.cl-dropdown-button--theme-ghost-selected:hover{background-color:#fef9f6}.cl-dropdown-button--with-icon-before .cl-dropdown-button__text{padding-left:26px}.cl-dropdown-button__icon-after{display:flex;position:absolute;right:4px;top:10px}.cl-dropdown-button__icon-before{align-items:center;display:inline-flex;margin-right:8px}.cl-dropdown-button__text{font-family:TSTAR,sans-serif;font-style:normal;font-weight:500;line-height:1.4;word-break:break-word}@media (max-width:767px){.cl-dropdown-button__text{font-size:16px}}.cl-dropdown-button__text{color:#000;font-size:18px}.cl-dropdown-button__text--dropdown{color:#000;font-family:TSTAR,sans-serif;font-weight:500;margin-right:28px}.cl-dropdown-button__text--ellipsis{max-width:calc(100% - 20px);overflow:hidden;white-space:nowrap}.cl-dropdown-button__text--selected{font-family:TSTAR,sans-serif;font-style:normal;font-weight:700;line-height:1.4}@media (max-width:767px){.cl-dropdown-button__text--selected{font-size:16px}}.cl-dropdown-button__text--selected{font-size:18px}.cl-dropdown-button__text--theme-ghost-selected{font-family:TSTAR,sans-serif;font-style:normal;font-weight:700;line-height:1.4}@media (max-width:767px){.cl-dropdown-button__text--theme-ghost-selected{font-size:16px}}.cl-dropdown-button__text--theme-ghost-selected{font-size:18px}.cl-ghost-dropdown{display:flex;flex-direction:row;max-width:100%;position:relative;width:auto}.cl-ghost-dropdown__label{font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.4;margin-right:2px;margin-top:3px;white-space:nowrap}@media (max-width:767px){.cl-ghost-dropdown__label{font-size:16px}}.cl-ghost-dropdown__buttons-container{overflow:hidden}.cl-ghost-dropdown__buttons{max-width:100%;width:-webkit-fit-content;width:fit-content}.cl-ghost-dropdown__buttons:focus-within,.cl-ghost-dropdown__buttons[focus-within]{outline:1px solid #000;outline-offset:-2px}.cl-ghost-dropdown__search-container{background-color:#fff;border-bottom:1px solid #cbcbcb;padding:24px}.cl-ghost-dropdown__items{border:1px solid #cbcbcb;border-top:none;box-shadow:0 4px 10px #78787833;box-sizing:border-box;display:flex;flex-direction:column;margin-bottom:0;margin-top:0;max-height:400px;max-width:400px;overflow-y:scroll;padding-left:0;position:absolute;width:-webkit-max-content;width:max-content;z-index:1}.cl-ghost-dropdown__items::-webkit-scrollbar{background-color:#d3d3d3;width:4px}.cl-ghost-dropdown__items::-webkit-scrollbar-thumb{background-color:gray}.cl-ghost-dropdown-button{align-items:center;background-color:initial;border:none;box-sizing:border-box;display:inline-flex;flex-direction:row;font-family:TSTAR,sans-serif;font-size:1.125rem;height:auto;outline:none;padding:6px 30px 6px 16px;position:relative;text-align:left;width:auto}.cl-ghost-dropdown-button.focus-visible{outline:1px solid #000;outline-offset:-1px}.cl-ghost-dropdown-button:focus-visible{outline:1px solid #000;outline-offset:-1px}.cl-ghost-dropdown-button--dropdown-main{min-height:31px}.cl-ghost-dropdown-button--ellipsis{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cl-ghost-dropdown-button--internal{background-color:#fff;height:45px;padding-bottom:8px;padding-top:8px}.cl-ghost-dropdown-button--internal:hover{background-color:#f0f5f5}.cl-ghost-dropdown-button--selected{background-color:#fef9f6;border-bottom:1px solid #bb1816;font-weight:700}.cl-ghost-dropdown-button--selected:hover{background-color:#fef9f6}.cl-ghost-dropdown-button--main{min-height:31px;padding-bottom:0;padding-left:9px;padding-top:0}.cl-ghost-dropdown-button--main-open,.cl-ghost-dropdown-button--main:hover{background-color:#d7e6e6}.cl-ghost-dropdown-button__icon-after{display:flex;position:absolute;right:4px;top:2px}.cl-ghost-dropdown-button__text{font-family:TSTAR,sans-serif;font-style:normal;font-weight:500;line-height:1.4;word-break:break-word}@media (max-width:767px){.cl-ghost-dropdown-button__text{font-size:16px}}.cl-ghost-dropdown-button__text{font-size:18px}.cl-ghost-dropdown-button__text--dropdown{color:#000;font-family:TSTAR,sans-serif;font-weight:500;margin-right:28px}.cl-ghost-dropdown-button__text--ellipsis{max-width:calc(100% - 20px);overflow:hidden;white-space:nowrap}.cl-ghost-dropdown-button__text--selected{font-family:TSTAR,sans-serif;font-style:normal;font-weight:700;line-height:1.4}@media (max-width:767px){.cl-ghost-dropdown-button__text--selected{font-size:16px}}.cl-ghost-dropdown-button__text--selected{font-size:18px}.cl-ghost-dropdown-button__text--main{font-weight:700;margin-right:8px}input.CL-text-input__container__input[type]{margin-bottom:0}.CL-text-input{display:inline-block;width:100%}.CL-text-input input[type=search]::-webkit-search-cancel-button,.CL-text-input input[type=search]::-webkit-search-decoration{-webkit-appearance:none}.CL-text-input input[type=search]::-webkit-search-results-button,.CL-text-input input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none}.CL-text-input input:placeholder-shown{text-overflow:ellipsis}.CL-text-input__label{color:#000;display:block;font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:1.4;margin-bottom:8px}@media (max-width:767px){.CL-text-input__label{font-size:16px}}.CL-text-input__label--sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.CL-text-input__container{align-items:center;display:flex;flex-direction:row;width:100%}.CL-text-input__container__feedback{display:flex;flex-direction:column;width:100%}.CL-text-input__container__icon-holder{align-items:center;background-color:#fff;border:1px solid #000;box-sizing:border-box;display:flex;padding-right:8px;position:relative}.CL-text-input__container__icon-holder:focus-within,.CL-text-input__container__icon-holder[focus-within]{outline:2px solid #000;outline-offset:-2px}.CL-text-input__container__icon-holder--disabled{background-color:#efefef4d}.CL-text-input__container__icon{align-items:center;display:flex;flex-direction:column;padding-left:8px}.CL-text-input__container__input{border:none!important;box-sizing:border-box;font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;font-weight:400;height:46px;line-height:1.4;max-width:100%;min-height:0!important;min-height:auto!important;padding-left:8px!important;padding-right:0!important;width:100%}@media (max-width:767px){.CL-text-input__container__input{font-size:16px}}.CL-text-input__container__input.focus-visible,.CL-text-input__container__input:focus{border:none;outline:none}.CL-text-input__container__input:focus-visible{border:none;outline:none}.CL-text-input__container__input::-webkit-input-placeholder{color:#606060}.CL-text-input__container__input::-ms-input-placeholder{color:#606060}.CL-text-input__container__input::placeholder{color:#606060}.CL-text-input__container__input:disabled{background-color:initial}.CL-text-input__container__button{height:48px;margin-left:8px}.input-react{font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;line-height:1.4}@media (max-width:767px){.input-react{font-size:16px}}.input-react__label{font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;line-height:1.4;margin-bottom:12px}@media (max-width:767px){.input-react__label{font-size:16px}}.input-react__input{padding:9px 16px 8px}.input-react__input[type=number]{-moz-appearance:textfield;-ms-appearance:textfield}.input-react__input[type=number]::-webkit-inner-spin-button,.input-react__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;-moz-appearance:none;-ms-appearance:none;appearance:none;margin:0}.cl-info-box{padding-bottom:4px;padding-right:4px;position:relative}.cl-info-box__inner-box{background-color:#fff;border:4px solid #df3232;box-sizing:border-box;padding:28px;position:relative}.cl-info-box__inner-shadow{border:4px solid #000;bottom:0;left:4px;position:absolute;right:0;top:4px}.cl-overlay{background-color:initial;border:none;outline:none}.cl-overlay::-ms-backdrop{background:#97979766}.cl-overlay::backdrop{background:#97979766}.cl-scroll-area{box-sizing:border-box;height:100%;overflow:hidden;position:relative}.cl-scroll-area::-webkit-scrollbar{display:none!important}.cl-scroll-area--never-show-thumb .cl-scroll-area__container{display:none}.cl-scroll-area--only-show-thumb-on-hover .cl-scroll-area__container{opacity:0;transition:opacity .2s}.cl-scroll-area--only-show-thumb-on-hover:active .cl-scroll-area__container,.cl-scroll-area--only-show-thumb-on-hover:focus-within .cl-scroll-area__container,.cl-scroll-area--only-show-thumb-on-hover:hover .cl-scroll-area__container,.cl-scroll-area--only-show-thumb-on-hover[focus-within] .cl-scroll-area__container{opacity:1}.cl-scroll-area--full-width{width:100%}.cl-scroll-area__inner{height:100%;scrollbar-width:none;width:100%}.cl-scroll-area__inner--vertical-scroll{overflow-y:scroll}.cl-scroll-area__inner--horizontal-scroll{overflow-x:scroll}.cl-scroll-area__inner::-webkit-scrollbar{display:none!important}.cl-scroll-area__inner__fade{height:5em;height:var(--fade-height,5em);left:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:opacity .3s;z-index:1}.cl-scroll-area__inner__fade--visible{opacity:1}.cl-scroll-area__inner__fade--top{background:linear-gradient(#fff,#0000);background:linear-gradient(to bottom,var(--fade-color,#fff),#0000);top:0}.cl-scroll-area__inner__fade--bottom{background:linear-gradient(#0000,#fff);background:linear-gradient(to top,var(--fade-color,#fff),#0000);bottom:0}.cl-scroll-area__container{display:none;height:0;position:relative;width:0;z-index:500}.cl-scroll-area__container--active{display:block}.cl-scroll-area__track{background-color:initial;box-sizing:initial;position:relative}.cl-scroll-area__thumb{box-sizing:border-box;position:relative}.cl-scroll-area__thumb:hover .cl-scroll-area__thumb-inner--theme-primary{background-color:#5d0100}.cl-scroll-area__thumb:hover .cl-scroll-area__thumb-inner--theme-secondary{background-color:#fef9f6}.cl-scroll-area__thumb-inner--theme-primary{background-color:#5d0100}.cl-scroll-area__thumb-inner--theme-secondary{background-color:#fef9f6}.CLTableCell{background-color:inherit;border-top:2px solid #ededed;padding:0}.CLTableCell--leftIcon{margin-right:16px}.CLTableCell--rightIcon{margin-left:16px}.CLTableCell--leftSpace{display:inline-block;margin-right:16px}.CLTableCell--checkbox,.CLTableCell--options{width:20px}thead>tr>.CLTableCell--checkbox,thead>tr>.CLTableCell--options{border-top:none}.CLTableCell--header{border-top:none;text-align:left}.CLTableCell--link{display:flex;font-family:TSTAR,sans-serif;font-size:1rem;font-style:normal;font-weight:700;height:100%;line-height:1.4;padding:18px 16px 16px;text-decoration:none;width:100%}.CLTableCell--segments{border-top:none;height:46px;max-width:121px;min-height:46px;padding:10px;text-align:left;text-decoration:none}.CLTableCell--segments-link{text-decoration:none}.CLTableCell--segments-content,.CLTableCell--segments-link{font-family:TSTAR,sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:1.4}.CLTableCell--text{font-size:1rem;font-weight:700}.CLTableCell--header,.CLTableCell--text{font-family:TSTAR,sans-serif;font-style:normal;line-height:1.4;padding:18px 16px 16px}.CLTableCell--header{font-size:16px;font-weight:400}@media (max-width:767px){.CLTableCell--header{font-size:16px}}.CLTableCell--secondary{background-color:#d7e6e6;border-top:none;font-family:TSTAR,sans-serif;font-size:1rem;font-style:normal;font-weight:700;height:46px;line-height:1.4;min-height:46px;padding:10px;text-align:left;text-decoration:none}.CLTableCell--primary{background-color:inherit}.CLTableRow{width:100%}.CLTableRow--position-relative{position:relative}.CLTableRow--segments{background-color:#fff}.CLTableRow--segments.focus-visible,.CLTableRow--segments:hover{box-shadow:2px 2px 1px #9aa9a980}.CLTableRow--segments:focus-visible{box-shadow:2px 2px 1px #9aa9a980}.CLTableRow--clickable{cursor:pointer}.CLTableRow:hover>:not(.CLTableCell--header):not(.CLTableCell--segments){background-color:#d7e6e6}.CL-textarea-input{display:inline-block;width:100%}.CL-textarea-input__label{display:block;font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:8px}@media (max-width:767px){.CL-textarea-input__label{font-size:16px}}.CL-textarea-input__label--sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.CL-textarea-input__container{align-items:center}.CL-textarea-input__container,.CL-textarea-input__feedback{display:flex;flex-direction:column;width:100%}.CL-textarea-input__input{border-color:#000;border-radius:0!important;box-sizing:border-box;font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:1.4;margin-bottom:0!important;max-width:100%;min-height:0!important;min-height:auto!important;padding-left:8px!important;padding-right:0!important;resize:none;width:100%}@media (max-width:767px){.CL-textarea-input__input{font-size:16px}}.CL-textarea-input__input.focus-visible,.CL-textarea-input__input:focus{border-radius:1%;outline:2px solid #000;outline-offset:-2px}.CL-textarea-input__input:focus-visible{border-radius:1%;outline:2px solid #000;outline-offset:-2px}.CL-textarea-input__input::-webkit-input-placeholder{color:#606060}.CL-textarea-input__input::-ms-input-placeholder{color:#606060}.CL-textarea-input__input::placeholder{color:#606060}.CL-textarea-input__input:disabled{background-color:initial}.cl-toast{cursor:pointer;position:absolute;z-index:400}.cl-toast--default{background-color:#d7c9c9;border:1px solid #a08989}.cl-toast--info{background-color:#cff6f6;border:1px solid #32cbcb}.cl-toast--success{background-color:#c7fbd4;border:1px solid #02c065}.cl-toast--warning{background-color:#ffeaa1;border:1px solid #e7b615}.cl-toast--error{background-color:#f9cbcb;border:1px solid #df3232}.cl-toast--type-default{padding:16px 34px 16px 16px}.cl-toast--type-simple{padding:4px 8px}.cl-toast__container{align-items:center;display:flex;flex-direction:row;gap:12px;position:relative}.cl-toast__container--simple{gap:4px}.cl-toast__close-button{background-color:initial;border:none;border-radius:5px;cursor:pointer;display:flex;padding:0;position:absolute;right:4px;top:4px}.cl-toast__close-button--default:hover{background-color:#a08989}.cl-toast__close-button--info:hover{background-color:#32cbcb}.cl-toast__close-button--success:hover{background-color:#02c065}.cl-toast__close-button--warning:hover{background-color:#e7b615}.cl-toast__close-button--error:hover{background-color:#df3232}.cl-toast__children--type-simple{padding-top:2px}.cl-toast__timeout{bottom:0;height:3px;left:0;position:absolute}.cl-toast__timeout--default{background-color:#a08989}.cl-toast__timeout--info{background-color:#32cbcb}.cl-toast__timeout--success{background-color:#02c065}.cl-toast__timeout--warning{background-color:#e7b615}.cl-toast__timeout--error{background-color:#df3232}.cl-tooltip{cursor:pointer;position:relative}.cl-tooltip--fill-positioned-ancestor{bottom:0;left:0;position:absolute;right:0;top:0}.cl-tooltip__tooltip-container{position:absolute;visibility:hidden;width:-webkit-max-content;width:max-content}.cl-tooltip__tooltip-container--open{visibility:visible;z-index:300}.cl-tooltip__text{border-radius:4px;box-sizing:border-box;font-family:TSTAR,sans-serif;font-size:1rem;max-width:360px;padding:16px}.cl-tooltip__text--primary{background-color:#000;color:#fff}.cl-tooltip__text--secondary{background-color:#94e0e1;color:#000}.cl-tooltip__children--fill-positioned-ancestor{bottom:0;left:0;position:absolute;right:0;top:0}.cl-grid-cell--start-cols-mobile-1{grid-column-start:1}.cl-grid-cell--span-cols-mobile-1{grid-column-end:span 1}.cl-grid-cell--start-cols-mobile-2{grid-column-start:2}.cl-grid-cell--span-cols-mobile-2{grid-column-end:span 2}.cl-grid-cell--start-cols-mobile-3{grid-column-start:3}.cl-grid-cell--span-cols-mobile-3{grid-column-end:span 3}.cl-grid-cell--start-cols-mobile-4{grid-column-start:4}.cl-grid-cell--span-cols-mobile-4{grid-column-end:span 4}.cl-grid-cell--start-cols-mobile-5{grid-column-start:5}.cl-grid-cell--span-cols-mobile-5{grid-column-end:span 5}.cl-grid-cell--start-cols-mobile-6{grid-column-start:6}.cl-grid-cell--span-cols-mobile-6{grid-column-end:span 6}.cl-grid-cell--start-cols-mobile-7{grid-column-start:7}.cl-grid-cell--span-cols-mobile-7{grid-column-end:span 7}.cl-grid-cell--start-cols-mobile-8{grid-column-start:8}.cl-grid-cell--span-cols-mobile-8{grid-column-end:span 8}.cl-grid-cell--start-cols-mobile-9{grid-column-start:9}.cl-grid-cell--span-cols-mobile-9{grid-column-end:span 9}.cl-grid-cell--start-cols-mobile-10{grid-column-start:10}.cl-grid-cell--span-cols-mobile-10{grid-column-end:span 10}.cl-grid-cell--start-cols-mobile-11{grid-column-start:11}.cl-grid-cell--span-cols-mobile-11{grid-column-end:span 11}.cl-grid-cell--start-cols-mobile-12{grid-column-start:12}.cl-grid-cell--span-cols-mobile-12{grid-column-end:span 12}@media (min-width:768px){.cl-grid-cell--start-cols-tablet-1{grid-column-start:1}.cl-grid-cell--span-cols-tablet-1{grid-column-end:span 1}.cl-grid-cell--start-cols-tablet-2{grid-column-start:2}.cl-grid-cell--span-cols-tablet-2{grid-column-end:span 2}.cl-grid-cell--start-cols-tablet-3{grid-column-start:3}.cl-grid-cell--span-cols-tablet-3{grid-column-end:span 3}.cl-grid-cell--start-cols-tablet-4{grid-column-start:4}.cl-grid-cell--span-cols-tablet-4{grid-column-end:span 4}.cl-grid-cell--start-cols-tablet-5{grid-column-start:5}.cl-grid-cell--span-cols-tablet-5{grid-column-end:span 5}.cl-grid-cell--start-cols-tablet-6{grid-column-start:6}.cl-grid-cell--span-cols-tablet-6{grid-column-end:span 6}.cl-grid-cell--start-cols-tablet-7{grid-column-start:7}.cl-grid-cell--span-cols-tablet-7{grid-column-end:span 7}.cl-grid-cell--start-cols-tablet-8{grid-column-start:8}.cl-grid-cell--span-cols-tablet-8{grid-column-end:span 8}.cl-grid-cell--start-cols-tablet-9{grid-column-start:9}.cl-grid-cell--span-cols-tablet-9{grid-column-end:span 9}.cl-grid-cell--start-cols-tablet-10{grid-column-start:10}.cl-grid-cell--span-cols-tablet-10{grid-column-end:span 10}.cl-grid-cell--start-cols-tablet-11{grid-column-start:11}.cl-grid-cell--span-cols-tablet-11{grid-column-end:span 11}.cl-grid-cell--start-cols-tablet-12{grid-column-start:12}.cl-grid-cell--span-cols-tablet-12{grid-column-end:span 12}}@media (min-width:1400px){.cl-grid-cell--start-cols-desktop-1{grid-column-start:1}.cl-grid-cell--span-cols-desktop-1{grid-column-end:span 1}.cl-grid-cell--start-cols-desktop-2{grid-column-start:2}.cl-grid-cell--span-cols-desktop-2{grid-column-end:span 2}.cl-grid-cell--start-cols-desktop-3{grid-column-start:3}.cl-grid-cell--span-cols-desktop-3{grid-column-end:span 3}.cl-grid-cell--start-cols-desktop-4{grid-column-start:4}.cl-grid-cell--span-cols-desktop-4{grid-column-end:span 4}.cl-grid-cell--start-cols-desktop-5{grid-column-start:5}.cl-grid-cell--span-cols-desktop-5{grid-column-end:span 5}.cl-grid-cell--start-cols-desktop-6{grid-column-start:6}.cl-grid-cell--span-cols-desktop-6{grid-column-end:span 6}.cl-grid-cell--start-cols-desktop-7{grid-column-start:7}.cl-grid-cell--span-cols-desktop-7{grid-column-end:span 7}.cl-grid-cell--start-cols-desktop-8{grid-column-start:8}.cl-grid-cell--span-cols-desktop-8{grid-column-end:span 8}.cl-grid-cell--start-cols-desktop-9{grid-column-start:9}.cl-grid-cell--span-cols-desktop-9{grid-column-end:span 9}.cl-grid-cell--start-cols-desktop-10{grid-column-start:10}.cl-grid-cell--span-cols-desktop-10{grid-column-end:span 10}.cl-grid-cell--start-cols-desktop-11{grid-column-start:11}.cl-grid-cell--span-cols-desktop-11{grid-column-end:span 11}.cl-grid-cell--start-cols-desktop-12{grid-column-start:12}.cl-grid-cell--span-cols-desktop-12{grid-column-end:span 12}.cl-grid-cell--reverse-order--desktop{order:-1}}.cl-grid-cell--reverse-order--mobile{order:-1}@media (min-width:1400px){.cl-grid-cell--reverse-order--mobile{order:0}}.cl-grid-cell--display-flex{display:flex}.cl-grid-cell--mobile-order_-1{order:-1}@media (min-width:1400px){.cl-grid-cell--mobile-order_-1{order:0}}.cl-grid-cell--desktop-only{display:none}@media (min-width:1400px){.cl-grid-cell--desktop-only{display:block}}.cl-grid-row{grid-column-gap:24px;display:grid;grid-template-columns:repeat(12,1fr);margin-left:auto;margin-right:auto;max-width:calc(100% - 40px);width:100%}.cl-grid-row>:not(.cl-grid-cell){grid-column:1/13}@media (min-width:768px){.cl-grid-row{grid-column-gap:24px;grid-template-columns:repeat(12,1fr);max-width:calc(100% - 40px)}.cl-grid-row>:not(.cl-grid-cell){grid-column:1/13}}@media (min-width:1400px){.cl-grid-row{grid-column-gap:24px;grid-template-columns:repeat(12,1fr);max-width:min(1920px,100vw - 120px);max-width:min(var(--maxWidthXxl,1920px),100vw - 120px);padding:0 24px}.cl-grid-row>:not(.cl-grid-cell){grid-column:1/13}}.cl-grid-row--no-margins{max-width:100%;padding:0;width:100%}@media (max-width:767px){.cl-grid-row--no-margins-mobile{max-width:100%;padding:0;width:100%}}@media (max-width:991px){.cl-grid-row--no-margins-tablet{max-width:100%;padding:0;width:100%}}@media (min-width:992px){.cl-grid-row--no-margins-desktop{max-width:100%;padding:0;width:100%}}.cl-grid-row--row-spacing-2xs{row-gap:4px}.cl-grid-row--row-spacing-xs{row-gap:8px}.cl-grid-row--row-spacing-sm{row-gap:12px}.cl-grid-row--row-spacing-md{row-gap:16px}.cl-grid-row--row-spacing-lg{row-gap:24px}.cl-grid-row--row-spacing-xl{row-gap:32px}.cl-grid-row--row-spacing-2xl{row-gap:40px}.cl-grid-row--row-spacing-3xl{row-gap:56px}.cl-grid-row--row-spacing-4xl{row-gap:96px}.cl-hide-for{display:block}@media (min-width:0) and (max-width:575px){.cl-hide-for--mobile{display:none}}@media (min-width:576px) and (max-width:767px){.cl-hide-for--tablet{display:none}}@media (min-width:768px) and (max-width:991px){.cl-hide-for--desktop{display:none}}@media (min-width:992px) and (max-width:1199px){.cl-hide-for--desktop-medium{display:none}}@media (min-width:1200px){.cl-hide-for--desktop-large-up{display:none}}.cl-show-for{display:none}@media (min-width:0) and (max-width:575px){.cl-show-for--mobile{display:block}}@media (min-width:576px) and (max-width:767px){.cl-show-for--tablet{display:block}}@media (min-width:768px) and (max-width:991px){.cl-show-for--desktop{display:block}}@media (min-width:992px) and (max-width:1199px){.cl-show-for--desktop-medium{display:block}}@media (min-width:1200px){.cl-show-for--desktop-large-up{display:block}}*,:after,:before{box-sizing:border-box}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,h5,h6,li,p{margin:0}h1,h2,h3,h4,h5,h6,p{word-wrap:break-word}body,html{height:100%}html{scroll-behavior:smooth}body{font-size:100%;line-height:1.5;min-height:100vh;text-rendering:optimizeSpeed}ol[role=list],ul[role=list]{list-style:none}img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}button{cursor:pointer}@media(prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}@font-face{font-family:tstar;font-weight:400;src:url(/dist/assets/dc99e0bc3b9b4f377036.woff) format("woff")}@font-face{font-family:tstar;font-weight:500;src:url(/dist/assets/6284139d5eafe3664afb.woff) format("woff")}@font-face{font-family:tstar;font-weight:700;src:url(/dist/assets/392473a00d884fdeeb47.woff) format("woff")}.mt-0{margin-top:0!important}@media only screen and (min-width:0){.mt-0--from-xs{margin-top:0!important}}@media only screen and (min-width:576px){.mt-0--from-sm{margin-top:0!important}}@media only screen and (min-width:768px){.mt-0--from-md{margin-top:0!important}}@media only screen and (min-width:992px){.mt-0--from-lg{margin-top:0!important}}@media only screen and (min-width:1200px){.mt-0--from-xl{margin-top:0!important}}@media only screen and (min-width:1400px){.mt-0--from-xxl{margin-top:0!important}}.mt-2xs{margin-top:.25rem!important}@media only screen and (min-width:0){.mt-2xs--from-xs{margin-top:.25rem!important}}@media only screen and (min-width:576px){.mt-2xs--from-sm{margin-top:.25rem!important}}@media only screen and (min-width:768px){.mt-2xs--from-md{margin-top:.25rem!important}}@media only screen and (min-width:992px){.mt-2xs--from-lg{margin-top:.25rem!important}}@media only screen and (min-width:1200px){.mt-2xs--from-xl{margin-top:.25rem!important}}@media only screen and (min-width:1400px){.mt-2xs--from-xxl{margin-top:.25rem!important}}.mt-xs{margin-top:.5rem!important}@media only screen and (min-width:0){.mt-xs--from-xs{margin-top:.5rem!important}}@media only screen and (min-width:576px){.mt-xs--from-sm{margin-top:.5rem!important}}@media only screen and (min-width:768px){.mt-xs--from-md{margin-top:.5rem!important}}@media only screen and (min-width:992px){.mt-xs--from-lg{margin-top:.5rem!important}}@media only screen and (min-width:1200px){.mt-xs--from-xl{margin-top:.5rem!important}}@media only screen and (min-width:1400px){.mt-xs--from-xxl{margin-top:.5rem!important}}.mt-sm{margin-top:.75rem!important}@media only screen and (min-width:0){.mt-sm--from-xs{margin-top:.75rem!important}}@media only screen and (min-width:576px){.mt-sm--from-sm{margin-top:.75rem!important}}@media only screen and (min-width:768px){.mt-sm--from-md{margin-top:.75rem!important}}@media only screen and (min-width:992px){.mt-sm--from-lg{margin-top:.75rem!important}}@media only screen and (min-width:1200px){.mt-sm--from-xl{margin-top:.75rem!important}}@media only screen and (min-width:1400px){.mt-sm--from-xxl{margin-top:.75rem!important}}.mt-md{margin-top:1rem!important}@media only screen and (min-width:0){.mt-md--from-xs{margin-top:1rem!important}}@media only screen and (min-width:576px){.mt-md--from-sm{margin-top:1rem!important}}@media only screen and (min-width:768px){.mt-md--from-md{margin-top:1rem!important}}@media only screen and (min-width:992px){.mt-md--from-lg{margin-top:1rem!important}}@media only screen and (min-width:1200px){.mt-md--from-xl{margin-top:1rem!important}}@media only screen and (min-width:1400px){.mt-md--from-xxl{margin-top:1rem!important}}.mt-lg{margin-top:1.5rem!important}@media only screen and (min-width:0){.mt-lg--from-xs{margin-top:1.5rem!important}}@media only screen and (min-width:576px){.mt-lg--from-sm{margin-top:1.5rem!important}}@media only screen and (min-width:768px){.mt-lg--from-md{margin-top:1.5rem!important}}@media only screen and (min-width:992px){.mt-lg--from-lg{margin-top:1.5rem!important}}@media only screen and (min-width:1200px){.mt-lg--from-xl{margin-top:1.5rem!important}}@media only screen and (min-width:1400px){.mt-lg--from-xxl{margin-top:1.5rem!important}}.mt-xl{margin-top:2rem!important}@media only screen and (min-width:0){.mt-xl--from-xs{margin-top:2rem!important}}@media only screen and (min-width:576px){.mt-xl--from-sm{margin-top:2rem!important}}@media only screen and (min-width:768px){.mt-xl--from-md{margin-top:2rem!important}}@media only screen and (min-width:992px){.mt-xl--from-lg{margin-top:2rem!important}}@media only screen and (min-width:1200px){.mt-xl--from-xl{margin-top:2rem!important}}@media only screen and (min-width:1400px){.mt-xl--from-xxl{margin-top:2rem!important}}.mt-2xl{margin-top:2.5rem!important}@media only screen and (min-width:0){.mt-2xl--from-xs{margin-top:2.5rem!important}}@media only screen and (min-width:576px){.mt-2xl--from-sm{margin-top:2.5rem!important}}@media only screen and (min-width:768px){.mt-2xl--from-md{margin-top:2.5rem!important}}@media only screen and (min-width:992px){.mt-2xl--from-lg{margin-top:2.5rem!important}}@media only screen and (min-width:1200px){.mt-2xl--from-xl{margin-top:2.5rem!important}}@media only screen and (min-width:1400px){.mt-2xl--from-xxl{margin-top:2.5rem!important}}.mt-3xl{margin-top:3.5rem!important}@media only screen and (min-width:0){.mt-3xl--from-xs{margin-top:3.5rem!important}}@media only screen and (min-width:576px){.mt-3xl--from-sm{margin-top:3.5rem!important}}@media only screen and (min-width:768px){.mt-3xl--from-md{margin-top:3.5rem!important}}@media only screen and (min-width:992px){.mt-3xl--from-lg{margin-top:3.5rem!important}}@media only screen and (min-width:1200px){.mt-3xl--from-xl{margin-top:3.5rem!important}}@media only screen and (min-width:1400px){.mt-3xl--from-xxl{margin-top:3.5rem!important}}.mt-4xl{margin-top:6rem!important}@media only screen and (min-width:0){.mt-4xl--from-xs{margin-top:6rem!important}}@media only screen and (min-width:576px){.mt-4xl--from-sm{margin-top:6rem!important}}@media only screen and (min-width:768px){.mt-4xl--from-md{margin-top:6rem!important}}@media only screen and (min-width:992px){.mt-4xl--from-lg{margin-top:6rem!important}}@media only screen and (min-width:1200px){.mt-4xl--from-xl{margin-top:6rem!important}}@media only screen and (min-width:1400px){.mt-4xl--from-xxl{margin-top:6rem!important}}.mr-0{margin-right:0!important}@media only screen and (min-width:0){.mr-0--from-xs{margin-right:0!important}}@media only screen and (min-width:576px){.mr-0--from-sm{margin-right:0!important}}@media only screen and (min-width:768px){.mr-0--from-md{margin-right:0!important}}@media only screen and (min-width:992px){.mr-0--from-lg{margin-right:0!important}}@media only screen and (min-width:1200px){.mr-0--from-xl{margin-right:0!important}}@media only screen and (min-width:1400px){.mr-0--from-xxl{margin-right:0!important}}.mr-2xs{margin-right:.25rem!important}@media only screen and (min-width:0){.mr-2xs--from-xs{margin-right:.25rem!important}}@media only screen and (min-width:576px){.mr-2xs--from-sm{margin-right:.25rem!important}}@media only screen and (min-width:768px){.mr-2xs--from-md{margin-right:.25rem!important}}@media only screen and (min-width:992px){.mr-2xs--from-lg{margin-right:.25rem!important}}@media only screen and (min-width:1200px){.mr-2xs--from-xl{margin-right:.25rem!important}}@media only screen and (min-width:1400px){.mr-2xs--from-xxl{margin-right:.25rem!important}}.mr-xs{margin-right:.5rem!important}@media only screen and (min-width:0){.mr-xs--from-xs{margin-right:.5rem!important}}@media only screen and (min-width:576px){.mr-xs--from-sm{margin-right:.5rem!important}}@media only screen and (min-width:768px){.mr-xs--from-md{margin-right:.5rem!important}}@media only screen and (min-width:992px){.mr-xs--from-lg{margin-right:.5rem!important}}@media only screen and (min-width:1200px){.mr-xs--from-xl{margin-right:.5rem!important}}@media only screen and (min-width:1400px){.mr-xs--from-xxl{margin-right:.5rem!important}}.mr-sm{margin-right:.75rem!important}@media only screen and (min-width:0){.mr-sm--from-xs{margin-right:.75rem!important}}@media only screen and (min-width:576px){.mr-sm--from-sm{margin-right:.75rem!important}}@media only screen and (min-width:768px){.mr-sm--from-md{margin-right:.75rem!important}}@media only screen and (min-width:992px){.mr-sm--from-lg{margin-right:.75rem!important}}@media only screen and (min-width:1200px){.mr-sm--from-xl{margin-right:.75rem!important}}@media only screen and (min-width:1400px){.mr-sm--from-xxl{margin-right:.75rem!important}}.mr-md{margin-right:1rem!important}@media only screen and (min-width:0){.mr-md--from-xs{margin-right:1rem!important}}@media only screen and (min-width:576px){.mr-md--from-sm{margin-right:1rem!important}}@media only screen and (min-width:768px){.mr-md--from-md{margin-right:1rem!important}}@media only screen and (min-width:992px){.mr-md--from-lg{margin-right:1rem!important}}@media only screen and (min-width:1200px){.mr-md--from-xl{margin-right:1rem!important}}@media only screen and (min-width:1400px){.mr-md--from-xxl{margin-right:1rem!important}}.mr-lg{margin-right:1.5rem!important}@media only screen and (min-width:0){.mr-lg--from-xs{margin-right:1.5rem!important}}@media only screen and (min-width:576px){.mr-lg--from-sm{margin-right:1.5rem!important}}@media only screen and (min-width:768px){.mr-lg--from-md{margin-right:1.5rem!important}}@media only screen and (min-width:992px){.mr-lg--from-lg{margin-right:1.5rem!important}}@media only screen and (min-width:1200px){.mr-lg--from-xl{margin-right:1.5rem!important}}@media only screen and (min-width:1400px){.mr-lg--from-xxl{margin-right:1.5rem!important}}.mr-xl{margin-right:2rem!important}@media only screen and (min-width:0){.mr-xl--from-xs{margin-right:2rem!important}}@media only screen and (min-width:576px){.mr-xl--from-sm{margin-right:2rem!important}}@media only screen and (min-width:768px){.mr-xl--from-md{margin-right:2rem!important}}@media only screen and (min-width:992px){.mr-xl--from-lg{margin-right:2rem!important}}@media only screen and (min-width:1200px){.mr-xl--from-xl{margin-right:2rem!important}}@media only screen and (min-width:1400px){.mr-xl--from-xxl{margin-right:2rem!important}}.mr-2xl{margin-right:2.5rem!important}@media only screen and (min-width:0){.mr-2xl--from-xs{margin-right:2.5rem!important}}@media only screen and (min-width:576px){.mr-2xl--from-sm{margin-right:2.5rem!important}}@media only screen and (min-width:768px){.mr-2xl--from-md{margin-right:2.5rem!important}}@media only screen and (min-width:992px){.mr-2xl--from-lg{margin-right:2.5rem!important}}@media only screen and (min-width:1200px){.mr-2xl--from-xl{margin-right:2.5rem!important}}@media only screen and (min-width:1400px){.mr-2xl--from-xxl{margin-right:2.5rem!important}}.mr-3xl{margin-right:3.5rem!important}@media only screen and (min-width:0){.mr-3xl--from-xs{margin-right:3.5rem!important}}@media only screen and (min-width:576px){.mr-3xl--from-sm{margin-right:3.5rem!important}}@media only screen and (min-width:768px){.mr-3xl--from-md{margin-right:3.5rem!important}}@media only screen and (min-width:992px){.mr-3xl--from-lg{margin-right:3.5rem!important}}@media only screen and (min-width:1200px){.mr-3xl--from-xl{margin-right:3.5rem!important}}@media only screen and (min-width:1400px){.mr-3xl--from-xxl{margin-right:3.5rem!important}}.mr-4xl{margin-right:6rem!important}@media only screen and (min-width:0){.mr-4xl--from-xs{margin-right:6rem!important}}@media only screen and (min-width:576px){.mr-4xl--from-sm{margin-right:6rem!important}}@media only screen and (min-width:768px){.mr-4xl--from-md{margin-right:6rem!important}}@media only screen and (min-width:992px){.mr-4xl--from-lg{margin-right:6rem!important}}@media only screen and (min-width:1200px){.mr-4xl--from-xl{margin-right:6rem!important}}@media only screen and (min-width:1400px){.mr-4xl--from-xxl{margin-right:6rem!important}}.mb-0{margin-bottom:0!important}@media only screen and (min-width:0){.mb-0--from-xs{margin-bottom:0!important}}@media only screen and (min-width:576px){.mb-0--from-sm{margin-bottom:0!important}}@media only screen and (min-width:768px){.mb-0--from-md{margin-bottom:0!important}}@media only screen and (min-width:992px){.mb-0--from-lg{margin-bottom:0!important}}@media only screen and (min-width:1200px){.mb-0--from-xl{margin-bottom:0!important}}@media only screen and (min-width:1400px){.mb-0--from-xxl{margin-bottom:0!important}}.mb-2xs{margin-bottom:.25rem!important}@media only screen and (min-width:0){.mb-2xs--from-xs{margin-bottom:.25rem!important}}@media only screen and (min-width:576px){.mb-2xs--from-sm{margin-bottom:.25rem!important}}@media only screen and (min-width:768px){.mb-2xs--from-md{margin-bottom:.25rem!important}}@media only screen and (min-width:992px){.mb-2xs--from-lg{margin-bottom:.25rem!important}}@media only screen and (min-width:1200px){.mb-2xs--from-xl{margin-bottom:.25rem!important}}@media only screen and (min-width:1400px){.mb-2xs--from-xxl{margin-bottom:.25rem!important}}.mb-xs{margin-bottom:.5rem!important}@media only screen and (min-width:0){.mb-xs--from-xs{margin-bottom:.5rem!important}}@media only screen and (min-width:576px){.mb-xs--from-sm{margin-bottom:.5rem!important}}@media only screen and (min-width:768px){.mb-xs--from-md{margin-bottom:.5rem!important}}@media only screen and (min-width:992px){.mb-xs--from-lg{margin-bottom:.5rem!important}}@media only screen and (min-width:1200px){.mb-xs--from-xl{margin-bottom:.5rem!important}}@media only screen and (min-width:1400px){.mb-xs--from-xxl{margin-bottom:.5rem!important}}.mb-sm{margin-bottom:.75rem!important}@media only screen and (min-width:0){.mb-sm--from-xs{margin-bottom:.75rem!important}}@media only screen and (min-width:576px){.mb-sm--from-sm{margin-bottom:.75rem!important}}@media only screen and (min-width:768px){.mb-sm--from-md{margin-bottom:.75rem!important}}@media only screen and (min-width:992px){.mb-sm--from-lg{margin-bottom:.75rem!important}}@media only screen and (min-width:1200px){.mb-sm--from-xl{margin-bottom:.75rem!important}}@media only screen and (min-width:1400px){.mb-sm--from-xxl{margin-bottom:.75rem!important}}.mb-md{margin-bottom:1rem!important}@media only screen and (min-width:0){.mb-md--from-xs{margin-bottom:1rem!important}}@media only screen and (min-width:576px){.mb-md--from-sm{margin-bottom:1rem!important}}@media only screen and (min-width:768px){.mb-md--from-md{margin-bottom:1rem!important}}@media only screen and (min-width:992px){.mb-md--from-lg{margin-bottom:1rem!important}}@media only screen and (min-width:1200px){.mb-md--from-xl{margin-bottom:1rem!important}}@media only screen and (min-width:1400px){.mb-md--from-xxl{margin-bottom:1rem!important}}.mb-lg{margin-bottom:1.5rem!important}@media only screen and (min-width:0){.mb-lg--from-xs{margin-bottom:1.5rem!important}}@media only screen and (min-width:576px){.mb-lg--from-sm{margin-bottom:1.5rem!important}}@media only screen and (min-width:768px){.mb-lg--from-md{margin-bottom:1.5rem!important}}@media only screen and (min-width:992px){.mb-lg--from-lg{margin-bottom:1.5rem!important}}@media only screen and (min-width:1200px){.mb-lg--from-xl{margin-bottom:1.5rem!important}}@media only screen and (min-width:1400px){.mb-lg--from-xxl{margin-bottom:1.5rem!important}}.mb-xl{margin-bottom:2rem!important}@media only screen and (min-width:0){.mb-xl--from-xs{margin-bottom:2rem!important}}@media only screen and (min-width:576px){.mb-xl--from-sm{margin-bottom:2rem!important}}@media only screen and (min-width:768px){.mb-xl--from-md{margin-bottom:2rem!important}}@media only screen and (min-width:992px){.mb-xl--from-lg{margin-bottom:2rem!important}}@media only screen and (min-width:1200px){.mb-xl--from-xl{margin-bottom:2rem!important}}@media only screen and (min-width:1400px){.mb-xl--from-xxl{margin-bottom:2rem!important}}.mb-2xl{margin-bottom:2.5rem!important}@media only screen and (min-width:0){.mb-2xl--from-xs{margin-bottom:2.5rem!important}}@media only screen and (min-width:576px){.mb-2xl--from-sm{margin-bottom:2.5rem!important}}@media only screen and (min-width:768px){.mb-2xl--from-md{margin-bottom:2.5rem!important}}@media only screen and (min-width:992px){.mb-2xl--from-lg{margin-bottom:2.5rem!important}}@media only screen and (min-width:1200px){.mb-2xl--from-xl{margin-bottom:2.5rem!important}}@media only screen and (min-width:1400px){.mb-2xl--from-xxl{margin-bottom:2.5rem!important}}.mb-3xl{margin-bottom:3.5rem!important}@media only screen and (min-width:0){.mb-3xl--from-xs{margin-bottom:3.5rem!important}}@media only screen and (min-width:576px){.mb-3xl--from-sm{margin-bottom:3.5rem!important}}@media only screen and (min-width:768px){.mb-3xl--from-md{margin-bottom:3.5rem!important}}@media only screen and (min-width:992px){.mb-3xl--from-lg{margin-bottom:3.5rem!important}}@media only screen and (min-width:1200px){.mb-3xl--from-xl{margin-bottom:3.5rem!important}}@media only screen and (min-width:1400px){.mb-3xl--from-xxl{margin-bottom:3.5rem!important}}.mb-4xl{margin-bottom:6rem!important}@media only screen and (min-width:0){.mb-4xl--from-xs{margin-bottom:6rem!important}}@media only screen and (min-width:576px){.mb-4xl--from-sm{margin-bottom:6rem!important}}@media only screen and (min-width:768px){.mb-4xl--from-md{margin-bottom:6rem!important}}@media only screen and (min-width:992px){.mb-4xl--from-lg{margin-bottom:6rem!important}}@media only screen and (min-width:1200px){.mb-4xl--from-xl{margin-bottom:6rem!important}}@media only screen and (min-width:1400px){.mb-4xl--from-xxl{margin-bottom:6rem!important}}.ml-0{margin-left:0!important}.mx-0,.my-0{margin:0!important}@media only screen and (min-width:0){.ml-0--from-xs{margin-left:0!important}}@media only screen and (min-width:576px){.ml-0--from-sm{margin-left:0!important}}@media only screen and (min-width:768px){.ml-0--from-md{margin-left:0!important}}@media only screen and (min-width:992px){.ml-0--from-lg{margin-left:0!important}}@media only screen and (min-width:1200px){.ml-0--from-xl{margin-left:0!important}}@media only screen and (min-width:1400px){.ml-0--from-xxl{margin-left:0!important}}.ml-2xs{margin-left:.25rem!important}.mx-2xs{margin:0 .25rem!important}.my-2xs{margin:.25rem 0!important}@media only screen and (min-width:0){.ml-2xs--from-xs{margin-left:.25rem!important}}@media only screen and (min-width:576px){.ml-2xs--from-sm{margin-left:.25rem!important}}@media only screen and (min-width:768px){.ml-2xs--from-md{margin-left:.25rem!important}}@media only screen and (min-width:992px){.ml-2xs--from-lg{margin-left:.25rem!important}}@media only screen and (min-width:1200px){.ml-2xs--from-xl{margin-left:.25rem!important}}@media only screen and (min-width:1400px){.ml-2xs--from-xxl{margin-left:.25rem!important}}.ml-xs{margin-left:.5rem!important}.mx-xs{margin:0 .5rem!important}.my-xs{margin:.5rem 0!important}@media only screen and (min-width:0){.ml-xs--from-xs{margin-left:.5rem!important}}@media only screen and (min-width:576px){.ml-xs--from-sm{margin-left:.5rem!important}}@media only screen and (min-width:768px){.ml-xs--from-md{margin-left:.5rem!important}}@media only screen and (min-width:992px){.ml-xs--from-lg{margin-left:.5rem!important}}@media only screen and (min-width:1200px){.ml-xs--from-xl{margin-left:.5rem!important}}@media only screen and (min-width:1400px){.ml-xs--from-xxl{margin-left:.5rem!important}}.ml-sm{margin-left:.75rem!important}.mx-sm{margin:0 .75rem!important}.my-sm{margin:.75rem 0!important}@media only screen and (min-width:0){.ml-sm--from-xs{margin-left:.75rem!important}}@media only screen and (min-width:576px){.ml-sm--from-sm{margin-left:.75rem!important}}@media only screen and (min-width:768px){.ml-sm--from-md{margin-left:.75rem!important}}@media only screen and (min-width:992px){.ml-sm--from-lg{margin-left:.75rem!important}}@media only screen and (min-width:1200px){.ml-sm--from-xl{margin-left:.75rem!important}}@media only screen and (min-width:1400px){.ml-sm--from-xxl{margin-left:.75rem!important}}.ml-md{margin-left:1rem!important}.mx-md{margin:0 1rem!important}.my-md{margin:1rem 0!important}@media only screen and (min-width:0){.ml-md--from-xs{margin-left:1rem!important}}@media only screen and (min-width:576px){.ml-md--from-sm{margin-left:1rem!important}}@media only screen and (min-width:768px){.ml-md--from-md{margin-left:1rem!important}}@media only screen and (min-width:992px){.ml-md--from-lg{margin-left:1rem!important}}@media only screen and (min-width:1200px){.ml-md--from-xl{margin-left:1rem!important}}@media only screen and (min-width:1400px){.ml-md--from-xxl{margin-left:1rem!important}}.ml-lg{margin-left:1.5rem!important}.mx-lg{margin:0 1.5rem!important}.my-lg{margin:1.5rem 0!important}@media only screen and (min-width:0){.ml-lg--from-xs{margin-left:1.5rem!important}}@media only screen and (min-width:576px){.ml-lg--from-sm{margin-left:1.5rem!important}}@media only screen and (min-width:768px){.ml-lg--from-md{margin-left:1.5rem!important}}@media only screen and (min-width:992px){.ml-lg--from-lg{margin-left:1.5rem!important}}@media only screen and (min-width:1200px){.ml-lg--from-xl{margin-left:1.5rem!important}}@media only screen and (min-width:1400px){.ml-lg--from-xxl{margin-left:1.5rem!important}}.ml-xl{margin-left:2rem!important}.mx-xl{margin:0 2rem!important}.my-xl{margin:2rem 0!important}@media only screen and (min-width:0){.ml-xl--from-xs{margin-left:2rem!important}}@media only screen and (min-width:576px){.ml-xl--from-sm{margin-left:2rem!important}}@media only screen and (min-width:768px){.ml-xl--from-md{margin-left:2rem!important}}@media only screen and (min-width:992px){.ml-xl--from-lg{margin-left:2rem!important}}@media only screen and (min-width:1200px){.ml-xl--from-xl{margin-left:2rem!important}}@media only screen and (min-width:1400px){.ml-xl--from-xxl{margin-left:2rem!important}}.ml-2xl{margin-left:2.5rem!important}.mx-2xl{margin:0 2.5rem!important}.my-2xl{margin:2.5rem 0!important}@media only screen and (min-width:0){.ml-2xl--from-xs{margin-left:2.5rem!important}}@media only screen and (min-width:576px){.ml-2xl--from-sm{margin-left:2.5rem!important}}@media only screen and (min-width:768px){.ml-2xl--from-md{margin-left:2.5rem!important}}@media only screen and (min-width:992px){.ml-2xl--from-lg{margin-left:2.5rem!important}}@media only screen and (min-width:1200px){.ml-2xl--from-xl{margin-left:2.5rem!important}}@media only screen and (min-width:1400px){.ml-2xl--from-xxl{margin-left:2.5rem!important}}.ml-3xl{margin-left:3.5rem!important}.mx-3xl{margin:0 3.5rem!important}.my-3xl{margin:3.5rem 0!important}@media only screen and (min-width:0){.ml-3xl--from-xs{margin-left:3.5rem!important}}@media only screen and (min-width:576px){.ml-3xl--from-sm{margin-left:3.5rem!important}}@media only screen and (min-width:768px){.ml-3xl--from-md{margin-left:3.5rem!important}}@media only screen and (min-width:992px){.ml-3xl--from-lg{margin-left:3.5rem!important}}@media only screen and (min-width:1200px){.ml-3xl--from-xl{margin-left:3.5rem!important}}@media only screen and (min-width:1400px){.ml-3xl--from-xxl{margin-left:3.5rem!important}}.ml-4xl{margin-left:6rem!important}.mx-4xl{margin:0 6rem!important}.my-4xl{margin:6rem 0!important}@media only screen and (min-width:0){.ml-4xl--from-xs{margin-left:6rem!important}}@media only screen and (min-width:576px){.ml-4xl--from-sm{margin-left:6rem!important}}@media only screen and (min-width:768px){.ml-4xl--from-md{margin-left:6rem!important}}@media only screen and (min-width:992px){.ml-4xl--from-lg{margin-left:6rem!important}}@media only screen and (min-width:1200px){.ml-4xl--from-xl{margin-left:6rem!important}}@media only screen and (min-width:1400px){.ml-4xl--from-xxl{margin-left:6rem!important}}.pt-0{padding-top:0!important}@media only screen and (min-width:0){.pt-0--from-xs{padding-top:0!important}}@media only screen and (min-width:576px){.pt-0--from-sm{padding-top:0!important}}@media only screen and (min-width:768px){.pt-0--from-md{padding-top:0!important}}@media only screen and (min-width:992px){.pt-0--from-lg{padding-top:0!important}}@media only screen and (min-width:1200px){.pt-0--from-xl{padding-top:0!important}}@media only screen and (min-width:1400px){.pt-0--from-xxl{padding-top:0!important}}.pt-2xs{padding-top:.25rem!important}@media only screen and (min-width:0){.pt-2xs--from-xs{padding-top:.25rem!important}}@media only screen and (min-width:576px){.pt-2xs--from-sm{padding-top:.25rem!important}}@media only screen and (min-width:768px){.pt-2xs--from-md{padding-top:.25rem!important}}@media only screen and (min-width:992px){.pt-2xs--from-lg{padding-top:.25rem!important}}@media only screen and (min-width:1200px){.pt-2xs--from-xl{padding-top:.25rem!important}}@media only screen and (min-width:1400px){.pt-2xs--from-xxl{padding-top:.25rem!important}}.pt-xs{padding-top:.5rem!important}@media only screen and (min-width:0){.pt-xs--from-xs{padding-top:.5rem!important}}@media only screen and (min-width:576px){.pt-xs--from-sm{padding-top:.5rem!important}}@media only screen and (min-width:768px){.pt-xs--from-md{padding-top:.5rem!important}}@media only screen and (min-width:992px){.pt-xs--from-lg{padding-top:.5rem!important}}@media only screen and (min-width:1200px){.pt-xs--from-xl{padding-top:.5rem!important}}@media only screen and (min-width:1400px){.pt-xs--from-xxl{padding-top:.5rem!important}}.pt-sm{padding-top:.75rem!important}@media only screen and (min-width:0){.pt-sm--from-xs{padding-top:.75rem!important}}@media only screen and (min-width:576px){.pt-sm--from-sm{padding-top:.75rem!important}}@media only screen and (min-width:768px){.pt-sm--from-md{padding-top:.75rem!important}}@media only screen and (min-width:992px){.pt-sm--from-lg{padding-top:.75rem!important}}@media only screen and (min-width:1200px){.pt-sm--from-xl{padding-top:.75rem!important}}@media only screen and (min-width:1400px){.pt-sm--from-xxl{padding-top:.75rem!important}}.pt-md{padding-top:1rem!important}@media only screen and (min-width:0){.pt-md--from-xs{padding-top:1rem!important}}@media only screen and (min-width:576px){.pt-md--from-sm{padding-top:1rem!important}}@media only screen and (min-width:768px){.pt-md--from-md{padding-top:1rem!important}}@media only screen and (min-width:992px){.pt-md--from-lg{padding-top:1rem!important}}@media only screen and (min-width:1200px){.pt-md--from-xl{padding-top:1rem!important}}@media only screen and (min-width:1400px){.pt-md--from-xxl{padding-top:1rem!important}}.pt-lg{padding-top:1.5rem!important}@media only screen and (min-width:0){.pt-lg--from-xs{padding-top:1.5rem!important}}@media only screen and (min-width:576px){.pt-lg--from-sm{padding-top:1.5rem!important}}@media only screen and (min-width:768px){.pt-lg--from-md{padding-top:1.5rem!important}}@media only screen and (min-width:992px){.pt-lg--from-lg{padding-top:1.5rem!important}}@media only screen and (min-width:1200px){.pt-lg--from-xl{padding-top:1.5rem!important}}@media only screen and (min-width:1400px){.pt-lg--from-xxl{padding-top:1.5rem!important}}.pt-xl{padding-top:2rem!important}@media only screen and (min-width:0){.pt-xl--from-xs{padding-top:2rem!important}}@media only screen and (min-width:576px){.pt-xl--from-sm{padding-top:2rem!important}}@media only screen and (min-width:768px){.pt-xl--from-md{padding-top:2rem!important}}@media only screen and (min-width:992px){.pt-xl--from-lg{padding-top:2rem!important}}@media only screen and (min-width:1200px){.pt-xl--from-xl{padding-top:2rem!important}}@media only screen and (min-width:1400px){.pt-xl--from-xxl{padding-top:2rem!important}}.pt-2xl{padding-top:2.5rem!important}@media only screen and (min-width:0){.pt-2xl--from-xs{padding-top:2.5rem!important}}@media only screen and (min-width:576px){.pt-2xl--from-sm{padding-top:2.5rem!important}}@media only screen and (min-width:768px){.pt-2xl--from-md{padding-top:2.5rem!important}}@media only screen and (min-width:992px){.pt-2xl--from-lg{padding-top:2.5rem!important}}@media only screen and (min-width:1200px){.pt-2xl--from-xl{padding-top:2.5rem!important}}@media only screen and (min-width:1400px){.pt-2xl--from-xxl{padding-top:2.5rem!important}}.pt-3xl{padding-top:3.5rem!important}@media only screen and (min-width:0){.pt-3xl--from-xs{padding-top:3.5rem!important}}@media only screen and (min-width:576px){.pt-3xl--from-sm{padding-top:3.5rem!important}}@media only screen and (min-width:768px){.pt-3xl--from-md{padding-top:3.5rem!important}}@media only screen and (min-width:992px){.pt-3xl--from-lg{padding-top:3.5rem!important}}@media only screen and (min-width:1200px){.pt-3xl--from-xl{padding-top:3.5rem!important}}@media only screen and (min-width:1400px){.pt-3xl--from-xxl{padding-top:3.5rem!important}}.pt-4xl{padding-top:6rem!important}@media only screen and (min-width:0){.pt-4xl--from-xs{padding-top:6rem!important}}@media only screen and (min-width:576px){.pt-4xl--from-sm{padding-top:6rem!important}}@media only screen and (min-width:768px){.pt-4xl--from-md{padding-top:6rem!important}}@media only screen and (min-width:992px){.pt-4xl--from-lg{padding-top:6rem!important}}@media only screen and (min-width:1200px){.pt-4xl--from-xl{padding-top:6rem!important}}@media only screen and (min-width:1400px){.pt-4xl--from-xxl{padding-top:6rem!important}}.pr-0{padding-right:0!important}@media only screen and (min-width:0){.pr-0--from-xs{padding-right:0!important}}@media only screen and (min-width:576px){.pr-0--from-sm{padding-right:0!important}}@media only screen and (min-width:768px){.pr-0--from-md{padding-right:0!important}}@media only screen and (min-width:992px){.pr-0--from-lg{padding-right:0!important}}@media only screen and (min-width:1200px){.pr-0--from-xl{padding-right:0!important}}@media only screen and (min-width:1400px){.pr-0--from-xxl{padding-right:0!important}}.pr-2xs{padding-right:.25rem!important}@media only screen and (min-width:0){.pr-2xs--from-xs{padding-right:.25rem!important}}@media only screen and (min-width:576px){.pr-2xs--from-sm{padding-right:.25rem!important}}@media only screen and (min-width:768px){.pr-2xs--from-md{padding-right:.25rem!important}}@media only screen and (min-width:992px){.pr-2xs--from-lg{padding-right:.25rem!important}}@media only screen and (min-width:1200px){.pr-2xs--from-xl{padding-right:.25rem!important}}@media only screen and (min-width:1400px){.pr-2xs--from-xxl{padding-right:.25rem!important}}.pr-xs{padding-right:.5rem!important}@media only screen and (min-width:0){.pr-xs--from-xs{padding-right:.5rem!important}}@media only screen and (min-width:576px){.pr-xs--from-sm{padding-right:.5rem!important}}@media only screen and (min-width:768px){.pr-xs--from-md{padding-right:.5rem!important}}@media only screen and (min-width:992px){.pr-xs--from-lg{padding-right:.5rem!important}}@media only screen and (min-width:1200px){.pr-xs--from-xl{padding-right:.5rem!important}}@media only screen and (min-width:1400px){.pr-xs--from-xxl{padding-right:.5rem!important}}.pr-sm{padding-right:.75rem!important}@media only screen and (min-width:0){.pr-sm--from-xs{padding-right:.75rem!important}}@media only screen and (min-width:576px){.pr-sm--from-sm{padding-right:.75rem!important}}@media only screen and (min-width:768px){.pr-sm--from-md{padding-right:.75rem!important}}@media only screen and (min-width:992px){.pr-sm--from-lg{padding-right:.75rem!important}}@media only screen and (min-width:1200px){.pr-sm--from-xl{padding-right:.75rem!important}}@media only screen and (min-width:1400px){.pr-sm--from-xxl{padding-right:.75rem!important}}.pr-md{padding-right:1rem!important}@media only screen and (min-width:0){.pr-md--from-xs{padding-right:1rem!important}}@media only screen and (min-width:576px){.pr-md--from-sm{padding-right:1rem!important}}@media only screen and (min-width:768px){.pr-md--from-md{padding-right:1rem!important}}@media only screen and (min-width:992px){.pr-md--from-lg{padding-right:1rem!important}}@media only screen and (min-width:1200px){.pr-md--from-xl{padding-right:1rem!important}}@media only screen and (min-width:1400px){.pr-md--from-xxl{padding-right:1rem!important}}.pr-lg{padding-right:1.5rem!important}@media only screen and (min-width:0){.pr-lg--from-xs{padding-right:1.5rem!important}}@media only screen and (min-width:576px){.pr-lg--from-sm{padding-right:1.5rem!important}}@media only screen and (min-width:768px){.pr-lg--from-md{padding-right:1.5rem!important}}@media only screen and (min-width:992px){.pr-lg--from-lg{padding-right:1.5rem!important}}@media only screen and (min-width:1200px){.pr-lg--from-xl{padding-right:1.5rem!important}}@media only screen and (min-width:1400px){.pr-lg--from-xxl{padding-right:1.5rem!important}}.pr-xl{padding-right:2rem!important}@media only screen and (min-width:0){.pr-xl--from-xs{padding-right:2rem!important}}@media only screen and (min-width:576px){.pr-xl--from-sm{padding-right:2rem!important}}@media only screen and (min-width:768px){.pr-xl--from-md{padding-right:2rem!important}}@media only screen and (min-width:992px){.pr-xl--from-lg{padding-right:2rem!important}}@media only screen and (min-width:1200px){.pr-xl--from-xl{padding-right:2rem!important}}@media only screen and (min-width:1400px){.pr-xl--from-xxl{padding-right:2rem!important}}.pr-2xl{padding-right:2.5rem!important}@media only screen and (min-width:0){.pr-2xl--from-xs{padding-right:2.5rem!important}}@media only screen and (min-width:576px){.pr-2xl--from-sm{padding-right:2.5rem!important}}@media only screen and (min-width:768px){.pr-2xl--from-md{padding-right:2.5rem!important}}@media only screen and (min-width:992px){.pr-2xl--from-lg{padding-right:2.5rem!important}}@media only screen and (min-width:1200px){.pr-2xl--from-xl{padding-right:2.5rem!important}}@media only screen and (min-width:1400px){.pr-2xl--from-xxl{padding-right:2.5rem!important}}.pr-3xl{padding-right:3.5rem!important}@media only screen and (min-width:0){.pr-3xl--from-xs{padding-right:3.5rem!important}}@media only screen and (min-width:576px){.pr-3xl--from-sm{padding-right:3.5rem!important}}@media only screen and (min-width:768px){.pr-3xl--from-md{padding-right:3.5rem!important}}@media only screen and (min-width:992px){.pr-3xl--from-lg{padding-right:3.5rem!important}}@media only screen and (min-width:1200px){.pr-3xl--from-xl{padding-right:3.5rem!important}}@media only screen and (min-width:1400px){.pr-3xl--from-xxl{padding-right:3.5rem!important}}.pr-4xl{padding-right:6rem!important}@media only screen and (min-width:0){.pr-4xl--from-xs{padding-right:6rem!important}}@media only screen and (min-width:576px){.pr-4xl--from-sm{padding-right:6rem!important}}@media only screen and (min-width:768px){.pr-4xl--from-md{padding-right:6rem!important}}@media only screen and (min-width:992px){.pr-4xl--from-lg{padding-right:6rem!important}}@media only screen and (min-width:1200px){.pr-4xl--from-xl{padding-right:6rem!important}}@media only screen and (min-width:1400px){.pr-4xl--from-xxl{padding-right:6rem!important}}.pb-0{padding-bottom:0!important}@media only screen and (min-width:0){.pb-0--from-xs{padding-bottom:0!important}}@media only screen and (min-width:576px){.pb-0--from-sm{padding-bottom:0!important}}@media only screen and (min-width:768px){.pb-0--from-md{padding-bottom:0!important}}@media only screen and (min-width:992px){.pb-0--from-lg{padding-bottom:0!important}}@media only screen and (min-width:1200px){.pb-0--from-xl{padding-bottom:0!important}}@media only screen and (min-width:1400px){.pb-0--from-xxl{padding-bottom:0!important}}.pb-2xs{padding-bottom:.25rem!important}@media only screen and (min-width:0){.pb-2xs--from-xs{padding-bottom:.25rem!important}}@media only screen and (min-width:576px){.pb-2xs--from-sm{padding-bottom:.25rem!important}}@media only screen and (min-width:768px){.pb-2xs--from-md{padding-bottom:.25rem!important}}@media only screen and (min-width:992px){.pb-2xs--from-lg{padding-bottom:.25rem!important}}@media only screen and (min-width:1200px){.pb-2xs--from-xl{padding-bottom:.25rem!important}}@media only screen and (min-width:1400px){.pb-2xs--from-xxl{padding-bottom:.25rem!important}}.pb-xs{padding-bottom:.5rem!important}@media only screen and (min-width:0){.pb-xs--from-xs{padding-bottom:.5rem!important}}@media only screen and (min-width:576px){.pb-xs--from-sm{padding-bottom:.5rem!important}}@media only screen and (min-width:768px){.pb-xs--from-md{padding-bottom:.5rem!important}}@media only screen and (min-width:992px){.pb-xs--from-lg{padding-bottom:.5rem!important}}@media only screen and (min-width:1200px){.pb-xs--from-xl{padding-bottom:.5rem!important}}@media only screen and (min-width:1400px){.pb-xs--from-xxl{padding-bottom:.5rem!important}}.pb-sm{padding-bottom:.75rem!important}@media only screen and (min-width:0){.pb-sm--from-xs{padding-bottom:.75rem!important}}@media only screen and (min-width:576px){.pb-sm--from-sm{padding-bottom:.75rem!important}}@media only screen and (min-width:768px){.pb-sm--from-md{padding-bottom:.75rem!important}}@media only screen and (min-width:992px){.pb-sm--from-lg{padding-bottom:.75rem!important}}@media only screen and (min-width:1200px){.pb-sm--from-xl{padding-bottom:.75rem!important}}@media only screen and (min-width:1400px){.pb-sm--from-xxl{padding-bottom:.75rem!important}}.pb-md{padding-bottom:1rem!important}@media only screen and (min-width:0){.pb-md--from-xs{padding-bottom:1rem!important}}@media only screen and (min-width:576px){.pb-md--from-sm{padding-bottom:1rem!important}}@media only screen and (min-width:768px){.pb-md--from-md{padding-bottom:1rem!important}}@media only screen and (min-width:992px){.pb-md--from-lg{padding-bottom:1rem!important}}@media only screen and (min-width:1200px){.pb-md--from-xl{padding-bottom:1rem!important}}@media only screen and (min-width:1400px){.pb-md--from-xxl{padding-bottom:1rem!important}}.pb-lg{padding-bottom:1.5rem!important}@media only screen and (min-width:0){.pb-lg--from-xs{padding-bottom:1.5rem!important}}@media only screen and (min-width:576px){.pb-lg--from-sm{padding-bottom:1.5rem!important}}@media only screen and (min-width:768px){.pb-lg--from-md{padding-bottom:1.5rem!important}}@media only screen and (min-width:992px){.pb-lg--from-lg{padding-bottom:1.5rem!important}}@media only screen and (min-width:1200px){.pb-lg--from-xl{padding-bottom:1.5rem!important}}@media only screen and (min-width:1400px){.pb-lg--from-xxl{padding-bottom:1.5rem!important}}.pb-xl{padding-bottom:2rem!important}@media only screen and (min-width:0){.pb-xl--from-xs{padding-bottom:2rem!important}}@media only screen and (min-width:576px){.pb-xl--from-sm{padding-bottom:2rem!important}}@media only screen and (min-width:768px){.pb-xl--from-md{padding-bottom:2rem!important}}@media only screen and (min-width:992px){.pb-xl--from-lg{padding-bottom:2rem!important}}@media only screen and (min-width:1200px){.pb-xl--from-xl{padding-bottom:2rem!important}}@media only screen and (min-width:1400px){.pb-xl--from-xxl{padding-bottom:2rem!important}}.pb-2xl{padding-bottom:2.5rem!important}@media only screen and (min-width:0){.pb-2xl--from-xs{padding-bottom:2.5rem!important}}@media only screen and (min-width:576px){.pb-2xl--from-sm{padding-bottom:2.5rem!important}}@media only screen and (min-width:768px){.pb-2xl--from-md{padding-bottom:2.5rem!important}}@media only screen and (min-width:992px){.pb-2xl--from-lg{padding-bottom:2.5rem!important}}@media only screen and (min-width:1200px){.pb-2xl--from-xl{padding-bottom:2.5rem!important}}@media only screen and (min-width:1400px){.pb-2xl--from-xxl{padding-bottom:2.5rem!important}}.pb-3xl{padding-bottom:3.5rem!important}@media only screen and (min-width:0){.pb-3xl--from-xs{padding-bottom:3.5rem!important}}@media only screen and (min-width:576px){.pb-3xl--from-sm{padding-bottom:3.5rem!important}}@media only screen and (min-width:768px){.pb-3xl--from-md{padding-bottom:3.5rem!important}}@media only screen and (min-width:992px){.pb-3xl--from-lg{padding-bottom:3.5rem!important}}@media only screen and (min-width:1200px){.pb-3xl--from-xl{padding-bottom:3.5rem!important}}@media only screen and (min-width:1400px){.pb-3xl--from-xxl{padding-bottom:3.5rem!important}}.pb-4xl{padding-bottom:6rem!important}@media only screen and (min-width:0){.pb-4xl--from-xs{padding-bottom:6rem!important}}@media only screen and (min-width:576px){.pb-4xl--from-sm{padding-bottom:6rem!important}}@media only screen and (min-width:768px){.pb-4xl--from-md{padding-bottom:6rem!important}}@media only screen and (min-width:992px){.pb-4xl--from-lg{padding-bottom:6rem!important}}@media only screen and (min-width:1200px){.pb-4xl--from-xl{padding-bottom:6rem!important}}@media only screen and (min-width:1400px){.pb-4xl--from-xxl{padding-bottom:6rem!important}}.pl-0{padding-left:0!important}.px-0,.py-0{padding:0!important}@media only screen and (min-width:0){.pl-0--from-xs{padding-left:0!important}}@media only screen and (min-width:576px){.pl-0--from-sm{padding-left:0!important}}@media only screen and (min-width:768px){.pl-0--from-md{padding-left:0!important}}@media only screen and (min-width:992px){.pl-0--from-lg{padding-left:0!important}}@media only screen and (min-width:1200px){.pl-0--from-xl{padding-left:0!important}}@media only screen and (min-width:1400px){.pl-0--from-xxl{padding-left:0!important}}.pl-2xs{padding-left:.25rem!important}.px-2xs{padding:0 .25rem!important}.py-2xs{padding:.25rem 0!important}@media only screen and (min-width:0){.pl-2xs--from-xs{padding-left:.25rem!important}}@media only screen and (min-width:576px){.pl-2xs--from-sm{padding-left:.25rem!important}}@media only screen and (min-width:768px){.pl-2xs--from-md{padding-left:.25rem!important}}@media only screen and (min-width:992px){.pl-2xs--from-lg{padding-left:.25rem!important}}@media only screen and (min-width:1200px){.pl-2xs--from-xl{padding-left:.25rem!important}}@media only screen and (min-width:1400px){.pl-2xs--from-xxl{padding-left:.25rem!important}}.pl-xs{padding-left:.5rem!important}.px-xs{padding:0 .5rem!important}.py-xs{padding:.5rem 0!important}@media only screen and (min-width:0){.pl-xs--from-xs{padding-left:.5rem!important}}@media only screen and (min-width:576px){.pl-xs--from-sm{padding-left:.5rem!important}}@media only screen and (min-width:768px){.pl-xs--from-md{padding-left:.5rem!important}}@media only screen and (min-width:992px){.pl-xs--from-lg{padding-left:.5rem!important}}@media only screen and (min-width:1200px){.pl-xs--from-xl{padding-left:.5rem!important}}@media only screen and (min-width:1400px){.pl-xs--from-xxl{padding-left:.5rem!important}}.pl-sm{padding-left:.75rem!important}.px-sm{padding:0 .75rem!important}.py-sm{padding:.75rem 0!important}@media only screen and (min-width:0){.pl-sm--from-xs{padding-left:.75rem!important}}@media only screen and (min-width:576px){.pl-sm--from-sm{padding-left:.75rem!important}}@media only screen and (min-width:768px){.pl-sm--from-md{padding-left:.75rem!important}}@media only screen and (min-width:992px){.pl-sm--from-lg{padding-left:.75rem!important}}@media only screen and (min-width:1200px){.pl-sm--from-xl{padding-left:.75rem!important}}@media only screen and (min-width:1400px){.pl-sm--from-xxl{padding-left:.75rem!important}}.pl-md{padding-left:1rem!important}.px-md{padding:0 1rem!important}.py-md{padding:1rem 0!important}@media only screen and (min-width:0){.pl-md--from-xs{padding-left:1rem!important}}@media only screen and (min-width:576px){.pl-md--from-sm{padding-left:1rem!important}}@media only screen and (min-width:768px){.pl-md--from-md{padding-left:1rem!important}}@media only screen and (min-width:992px){.pl-md--from-lg{padding-left:1rem!important}}@media only screen and (min-width:1200px){.pl-md--from-xl{padding-left:1rem!important}}@media only screen and (min-width:1400px){.pl-md--from-xxl{padding-left:1rem!important}}.pl-lg{padding-left:1.5rem!important}.px-lg{padding:0 1.5rem!important}.py-lg{padding:1.5rem 0!important}@media only screen and (min-width:0){.pl-lg--from-xs{padding-left:1.5rem!important}}@media only screen and (min-width:576px){.pl-lg--from-sm{padding-left:1.5rem!important}}@media only screen and (min-width:768px){.pl-lg--from-md{padding-left:1.5rem!important}}@media only screen and (min-width:992px){.pl-lg--from-lg{padding-left:1.5rem!important}}@media only screen and (min-width:1200px){.pl-lg--from-xl{padding-left:1.5rem!important}}@media only screen and (min-width:1400px){.pl-lg--from-xxl{padding-left:1.5rem!important}}.pl-xl{padding-left:2rem!important}.px-xl{padding:0 2rem!important}.py-xl{padding:2rem 0!important}@media only screen and (min-width:0){.pl-xl--from-xs{padding-left:2rem!important}}@media only screen and (min-width:576px){.pl-xl--from-sm{padding-left:2rem!important}}@media only screen and (min-width:768px){.pl-xl--from-md{padding-left:2rem!important}}@media only screen and (min-width:992px){.pl-xl--from-lg{padding-left:2rem!important}}@media only screen and (min-width:1200px){.pl-xl--from-xl{padding-left:2rem!important}}@media only screen and (min-width:1400px){.pl-xl--from-xxl{padding-left:2rem!important}}.pl-2xl{padding-left:2.5rem!important}.px-2xl{padding:0 2.5rem!important}.py-2xl{padding:2.5rem 0!important}@media only screen and (min-width:0){.pl-2xl--from-xs{padding-left:2.5rem!important}}@media only screen and (min-width:576px){.pl-2xl--from-sm{padding-left:2.5rem!important}}@media only screen and (min-width:768px){.pl-2xl--from-md{padding-left:2.5rem!important}}@media only screen and (min-width:992px){.pl-2xl--from-lg{padding-left:2.5rem!important}}@media only screen and (min-width:1200px){.pl-2xl--from-xl{padding-left:2.5rem!important}}@media only screen and (min-width:1400px){.pl-2xl--from-xxl{padding-left:2.5rem!important}}.pl-3xl{padding-left:3.5rem!important}.px-3xl{padding:0 3.5rem!important}.py-3xl{padding:3.5rem 0!important}@media only screen and (min-width:0){.pl-3xl--from-xs{padding-left:3.5rem!important}}@media only screen and (min-width:576px){.pl-3xl--from-sm{padding-left:3.5rem!important}}@media only screen and (min-width:768px){.pl-3xl--from-md{padding-left:3.5rem!important}}@media only screen and (min-width:992px){.pl-3xl--from-lg{padding-left:3.5rem!important}}@media only screen and (min-width:1200px){.pl-3xl--from-xl{padding-left:3.5rem!important}}@media only screen and (min-width:1400px){.pl-3xl--from-xxl{padding-left:3.5rem!important}}.pl-4xl{padding-left:6rem!important}.px-4xl{padding:0 6rem!important}.py-4xl{padding:6rem 0!important}@media only screen and (min-width:0){.pl-4xl--from-xs{padding-left:6rem!important}}@media only screen and (min-width:576px){.pl-4xl--from-sm{padding-left:6rem!important}}@media only screen and (min-width:768px){.pl-4xl--from-md{padding-left:6rem!important}}@media only screen and (min-width:992px){.pl-4xl--from-lg{padding-left:6rem!important}}@media only screen and (min-width:1200px){.pl-4xl--from-xl{padding-left:6rem!important}}@media only screen and (min-width:1400px){.pl-4xl--from-xxl{padding-left:6rem!important}}.font-tag-bold{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;text-transform:uppercase}@media(min-width:1024px){.font-tag-bold{font-size:.75rem}}@media(min-width:768px)and (max-width:1023px){.font-tag-bold{font-size:.75rem}}@media(max-width:767px){.font-tag-bold{font-size:.75rem}}.font-body-sm-regular{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4}@media(min-width:1024px){.font-body-sm-regular{font-size:1rem}}@media(min-width:768px)and (max-width:1023px){.font-body-sm-regular{font-size:1rem}}@media(max-width:767px){.font-body-sm-regular{font-size:1rem}}.font-body-sm-medium{font-weight:500}.font-body-sm-bold,.font-body-sm-medium{font-family:TSTAR;font-size:1rem;font-style:normal;line-height:1.4}.font-body-sm-bold{font-weight:700}.font-heading-lg-regular{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.2}@media(min-width:1024px){.font-heading-lg-regular{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.font-heading-lg-regular{font-size:1.4375rem}}@media(max-width:767px){.font-heading-lg-regular{font-size:1.25rem}}.font-heading-lg-bold{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.font-heading-lg-bold{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.font-heading-lg-bold{font-size:1.4375rem}}@media(max-width:767px){.font-heading-lg-bold{font-size:1.25rem}}.font-heading-xl-bold{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.font-heading-xl-bold{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.font-heading-xl-bold{font-size:1.6875rem}}@media(max-width:767px){.font-heading-xl-bold{font-size:1.5rem}}.align-left{text-align:left}.align-right{text-align:right}.align-center{text-align:center}.fw-normal{font-weight:400}.fw-bold{font-weight:700}.uppercase{text-transform:uppercase}.list-reset{list-style:none;padding-left:0}.button-group{gap:1.5rem}.button-group,.tag-group{display:flex;flex-wrap:wrap}.tag-group{align-items:center;gap:.5rem}.sr-only{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.not-sr-only{height:auto;margin:0;overflow:visible;padding:0;position:static;width:auto;clip:auto;white-space:normal}.truncate-line-2{-webkit-line-clamp:2}.truncate-line-2,.truncate-line-3{display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden}.truncate-line-3{-webkit-line-clamp:3;line-height:1.4}:root{--toastify-font-family:tstar,sans-serif!important;--toastify-toast-bd-radius:0!important;--toastify-color-info:#fff!important;--toastify-text-color-info:#000!important;--toastify-color-success:#c7fbd4!important;--toastify-text-color-success:#000!important;--toastify-color-warning:#ffeaa1!important;--toastify-text-color-warning:#000!important;--toastify-color-error:#f9cbcb!important;--toastify-text-color-error:#000!important}.Toastify__close-button{color:#000!important}.Toastify__toast{border:1px solid var(--_border-color)}.Toastify__toast--success{--_border-color:#02c065}.Toastify__toast--success .Toastify__toast-icon{color:#02c065}.Toastify__toast--warning{--_border-color:#e7b615}.Toastify__toast--warning .Toastify__toast-icon{color:#e7b615}.Toastify__toast--error{--_border-color:#df3232}.Toastify__toast--error .Toastify__toast-icon{color:#df3232}body{line-height:1.4}body>[id^=react_]{height:100%}body.body-modal-open{overflow:hidden}h1,h2,h3,h4,h5,h6{line-height:1.2}ul#epi-quickNavigator{bottom:0;top:auto}ul#epi-quickNavigator a{border:none}ul#epi-quickNavigator .epi-quickNavigator-dropdown ul{bottom:100%}ul#epi-quickNavigator .epi-quickNavigator-dropdown-arrow{border-left:initial;border-right:1px solid #e1410e;transform:rotate(180deg)}.accordion-react__item{border:1px solid #cbcbcb}.accordion-react__item__button{align-items:center;background-color:#fff;border:2px solid #0000;border-radius:0;color:#000;display:flex;font-family:tstar,sans-serif;font-size:1.25rem;font-weight:700;justify-content:space-between;padding:.5rem 2rem;text-align:left;width:100%}.accordion-react__item__button.focus-visible{border-color:#000}.accordion-react__item__button:focus-visible{border-color:#000}.accordion-react__item__content{display:grid;grid-template-rows:0fr;padding:0 2rem;transition-duration:.2s;transition-property:grid-template-rows,padding-bottom,padding-top}.accordion-react__item__content__inner{overflow:hidden;padding:2px}.accordion-react__item--closed .accordion-react__item__content__inner{display:none}@media(min-width:768px){.accordion-react__item__content{padding-right:2.5rem}}.accordion-react__item--open .accordion-react__item__content{grid-template-rows:1fr;padding-bottom:1.5rem;padding-top:.25rem}@media(min-width:768px){.accordion-react__item--open .accordion-react__item__content{padding-bottom:2.5rem}}.breadcrumbs-react{background-color:#fff;display:inline-block;font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;padding:.25rem .5rem}@media(min-width:1024px){.breadcrumbs-react{font-size:1rem}}@media(min-width:768px)and (max-width:1023px){.breadcrumbs-react{font-size:1rem}}@media(max-width:767px){.breadcrumbs-react{font-size:1rem}}.breadcrumbs-react__list{display:inline-flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:0 0 0 .5rem;padding:0}.breadcrumbs-react__list>li+li:before{content:"-";margin-right:.5rem}.breadcrumbs-react__link{color:#000;text-decoration:none}.breadcrumbs-react__link:hover{text-decoration:underline}.breadcrumbs-react__current-item{color:#df3232}.brightcove-video-react--disable-timeline .vjs-progress-control{pointer-events:none}.checkbox-react{align-items:center;display:inline-flex;gap:.5rem}.checkbox-react__box{background-color:#fff;box-shadow:inset 0 0 0 2px #000;flex-shrink:0;height:24px;position:relative;transition-duration:.2s;transition-property:box-shadow,background-color;width:24px}.checkbox-react__input:checked+.checkbox-react__box{background-color:#32cbcb;box-shadow:none}.checkbox-react__input:disabled+.checkbox-react__box{background-color:#fff;box-shadow:inset 0 0 0 2px #cbcbcb}.checkbox-react:hover .checkbox-react__input:not(:disabled)+.checkbox-react__box,.checkbox-react__input.focus-visible+.checkbox-react__box{outline:2px solid}.checkbox-react:hover .checkbox-react__input:not(:disabled)+.checkbox-react__box,.checkbox-react__input:focus-visible+.checkbox-react__box{outline:2px solid}.checkbox-react__checkmark{height:8px;left:6px;position:absolute;rotate:-45deg;top:7px;width:13px}.checkbox-react__checkmark:after,.checkbox-react__checkmark:before{background-color:#000;content:"";position:absolute;transition-duration:.1s;transition-property:width,height}.checkbox-react__checkmark:before{bottom:0;height:0;width:3px}.checkbox-react__checkmark:after{bottom:0;height:3px;right:0;transition-delay:.1s;width:0}.checkbox-react__checkmark--checked:before{bottom:auto;height:100%;top:0}.checkbox-react__checkmark--checked:after{left:0;right:auto;width:100%}.checkbox-react__checkmark--disabled:after,.checkbox-react__checkmark--disabled:before{background-color:#cbcbcb}.checkbox-react__label-text,.content-tag-react{font-family:tstar,sans-serif;font-weight:700}.content-tag-react{align-self:center;border:1px solid #9800a8;border-radius:100vmax;color:#000;font-size:.75rem;padding:4px 6px 1px;text-decoration:none;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.content-tag-react:hover{border-color:#320065}.content-tag-react--large{font-size:1.125rem}.content-tag-react--topic{border-radius:0}.link-react{color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.link-react:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}.link-react--underline-on-hover-only:not(:hover){text-decoration:none}.link-card-react{background-color:#fff;border:2px solid #760100;box-shadow:1px 1px 0 0 #4b0100;display:flex!important;flex-wrap:wrap;font-size:1.125rem;gap:.25rem;justify-content:center;padding:1rem!important}@media(min-width:992px){.link-card-react{padding:1rem 1.5rem!important}}.link-card-react:hover{box-shadow:2px 2px 0 0 #4b0100}.link-card-react__large{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;padding:2rem 1.5rem!important}@media(min-width:1024px){.link-card-react__large{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.link-card-react__large{font-size:1.4375rem}}@media(max-width:767px){.link-card-react__large{align-items:flex-end;font-size:1.25rem;padding:1.5rem 1rem!important}}@media(max-width:575px){.link-card-react__large{padding:1.5rem 1rem!important}}.link-card-react>*{flex-shrink:0}.link-card-react__text{margin-top:-3px;text-transform:none;text-underline-offset:3px}.link-card-react__text__large{margin-top:-1px}.rn-loader-react{--dim:16px;--time:1.5s;--offset:1.5;--lightness:50%;--color-1:#f9d6d6;--color-2:#ee9898;--color-3:#df3232;align-self:center;margin-right:calc(var(--dim)*var(--offset)*2);position:relative;text-align:left;translate:calc(var(--dim)*var(--offset));vertical-align:middle}.rn-loader-react:after,.rn-loader-react:before{content:"";position:absolute}.rn-loader-react:before{animation-delay:calc(var(--time)*1/-3);translate:calc(var(--dim)*-1*var(--offset))}.rn-loader-react:after{animation-delay:calc(var(--time)*2/-3);translate:calc(var(--dim)*var(--offset))}.rn-loader-react,.rn-loader-react:after,.rn-loader-react:before{animation-duration:var(--time);animation-iteration-count:infinite;animation-name:loader-anim;animation-timing-function:step-end;height:var(--dim);width:var(--dim)}@keyframes loader-anim{0%{background-color:var(--color-1)}33%{background-color:var(--color-2)}66%{background-color:var(--color-3)}}.rn-loader-shimmer-react{margin-left:auto;margin-right:auto;max-width:100%;overflow:hidden;width:100%}.rn-loader-shimmer-react span{background-color:#ededed;display:block;height:.5rem;margin-bottom:.5rem;position:relative}.rn-loader-shimmer-react span:after{animation:shimmer 2s infinite;background-image:linear-gradient(90deg,#fff0,#fff3 20%,#ffffff80 60%,#fff0);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes shimmer{to{transform:translateX(100%)}}.rn-loader-shimmer-react .rn-loader-shimmer-react__heading{height:15px;margin-bottom:.5rem;width:50%}.rn-loader-shimmer-react .rn-loader-shimmer-react__line{width:70%}.rn-loader-shimmer-react .rn-loader-shimmer-react__line-long{width:100%}.rn-loader-shimmer-react .rn-loader-shimmer-react__line-short{width:45%}.rn-loader-shimmer-react .rn-loader-shimmer-react__card{border:1px solid #cbcbcb;height:300px}.rn-logo-react{--_fill-color:#000;width:100%}.rn-logo-react--inherit-color{--_fill-color:currentColor}.rn-logo-react path,.rn-logo-react polygon,.rn-logo-react rect{fill:var(--_fill-color)}.monetary-input-react{font-family:tstar,sans-serif;font-weight:400;width:100%}.monetary-input-react__label{display:block;font-weight:700;margin-bottom:.5rem}.monetary-input-react__input{border:none;box-shadow:inset 0 0 0 1px #000;color:#000;line-height:normal;padding:9px 1rem 8px;width:100%}@media(min-width:992px){.monetary-input-react__input{padding-bottom:12px;padding-top:13px}}.monetary-input-react__input:disabled{box-shadow:inset 0 0 0 1px #cbcbcb;cursor:not-allowed}.monetary-input-react__input:read-only{background-color:#f6f6f6;box-shadow:inset 0 0 0 1px #cbcbcb;cursor:not-allowed}.validation-error-react__inner{background-color:#f9cbcb;display:flex;font-family:TSTAR;font-style:normal;font-weight:400;gap:.25rem;line-height:1.4;padding:.5rem}@media(min-width:1024px){.validation-error-react__inner{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.validation-error-react__inner{font-size:1.125rem}}@media(max-width:767px){.validation-error-react__inner{font-size:1rem}}.pagination-react{margin-top:2rem}.status-tag-react{align-self:center;background-color:var(--bg-color);border-color:var(--bg-color);border-radius:100vmax;border-style:solid;border-width:1px;color:#000;font-family:tstar,sans-serif;font-size:.75rem;font-weight:700;padding:4px 6px 1px;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.status-tag-react--active{--bg-color:#c7fbd4}.status-tag-react--deactivated{--bg-color:#f9cbcb}.status-tag-react--in-progress{--bg-color:#ffeaa1}.status-tag-react__tooltip-container{display:inline-block;font-size:1.1em;margin-left:5px;vertical-align:text-top}.status-tag-react__tooltip-container svg{margin-top:-2px}.text-area-input{align-items:flex-end;background-color:#fff;display:flex;margin-left:auto;margin-right:auto;max-width:100%;padding:.5rem 1rem;width:100%}.text-area-input .text-input{background-color:#0000;border:none;box-sizing:border-box;color:#000;font-family:TSTAR;font-style:normal;font-weight:500;line-height:1.2;max-height:130px;overflow:auto;resize:none;transition:all .3s;width:100%}@media(min-width:1024px){.text-area-input .text-input{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.text-area-input .text-input{font-size:1.125rem}}@media(max-width:767px){.text-area-input .text-input{font-size:1rem}}.text-area-input .text-input::placeholder{color:#606060;opacity:.6;transition:all .3s}.text-area-input .text-input.focus-visible{color:#000;outline:none;padding-left:1rem}.text-area-input .text-input:focus-visible{color:#000;outline:none;padding-left:1rem}.text-area-input.focused textarea{border-color:#606060}.input-react{font-family:tstar,sans-serif;font-weight:400;width:100%}.input-react__label{display:block;font-weight:700;margin-bottom:.5rem}.input-react__input{border:none;box-shadow:inset 0 0 0 1px #000;color:#000;line-height:normal;padding:9px 1rem 8px;width:100%}@media(min-width:992px){.input-react__input{padding-bottom:12px;padding-top:13px}}.input-react__input:disabled{box-shadow:inset 0 0 0 1px #cbcbcb;cursor:not-allowed}.input-react__input:read-only{background-color:#f6f6f6;box-shadow:inset 0 0 0 1px #cbcbcb;cursor:not-allowed}.input-react__input[type=number]{-webkit-appearance:textfield;appearance:textfield}.input-react__input[type=number]::-webkit-inner-spin-button,.input-react__input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.toggle-switch-react{align-items:center;display:inline-flex;gap:1rem}.toggle-switch-react__toggle-handle,.toggle-switch-react__toggle-handle:after,.toggle-switch-react__toggle-outer{border-radius:100px}.toggle-switch-react__toggle-outer{background-color:#fff;box-shadow:inset 0 0 0 2px #000;flex-shrink:0;height:30px;position:relative;transition-duration:.2s;transition-property:box-shadow,background-color;width:48px}.toggle-switch-react__input:checked+.toggle-switch-react__toggle-outer{background-color:#32cbcb;box-shadow:none}.toggle-switch-react__input:checked+.toggle-switch-react__toggle-outer .toggle-switch-react__toggle-handle{--_dimension:24px;left:calc(100% - var(--_dimension) - 3px)}.toggle-switch-react__input:disabled+.toggle-switch-react__toggle-outer{background-color:#ededed;box-shadow:none}.toggle-switch-react:hover .toggle-switch-react__toggle-outer .toggle-switch-react__toggle-handle:after,.toggle-switch-react__input.focus-visible+.toggle-switch-react__toggle-outer .toggle-switch-react__toggle-handle:after{opacity:.2}.toggle-switch-react:hover .toggle-switch-react__toggle-outer .toggle-switch-react__toggle-handle:after,.toggle-switch-react__input:focus-visible+.toggle-switch-react__toggle-outer .toggle-switch-react__toggle-handle:after{opacity:.2}.toggle-switch-react__toggle-handle{--_dimension:16px;background-color:#000;height:var(--_dimension);left:6px;position:absolute;top:50%;transform:translateY(-50%);transition-duration:.2s;transition-property:width,height,left;width:var(--_dimension)}.toggle-switch-react__toggle-handle:not(.toggle-switch-react__toggle-handle--disabled):after{background-color:#cbcbcb;content:"";height:40px;left:50%;opacity:0;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .2s;width:40px}.toggle-switch-react__label-text{font-family:tstar,sans-serif;font-weight:700}.cta-react{cursor:pointer;display:flex;font-family:tstar,sans-serif;justify-content:center;margin-bottom:3.5rem;margin-top:3.5rem}@media(max-width:575px){.cta-react{align-items:center;flex-direction:column}}.cta-large-img-right{background-color:#fff;flex-direction:row-reverse;gap:2.5rem;justify-content:normal;padding:3.5rem 1.5rem}.cta-large-img-right a:where(:not(.cl-button-react):not(.link-react)){color:#000;color:inherit;text-decoration:none;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.cta-large-img-right a:where(:not(.cl-button-react):not(.link-react)):hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}.cta-large-img-right a:where(:not(.cl-button-react):not(.link-react)):hover{box-shadow:2px 2px 0 0 #4b0100}@media(max-width:575px){.cta-large-img-right{flex-direction:column;gap:1.5rem}}.cta-large-img-right__cta-image{max-width:50%}@media(max-width:575px){.cta-large-img-right__cta-image{max-width:100%}}@media(min-width:992px){.cta-large-img-right__cta-text-wrapper{max-height:403px;max-width:602px}}@media(max-width:575px){.cta-large-img-right__cta-text-wrapper{margin:0 0 30px;padding:0;position:relative}}.cta-large-img-right__cta-text-wrapper__cta-title{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.cta-large-img-right__cta-text-wrapper__cta-title{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.cta-large-img-right__cta-text-wrapper__cta-title{font-size:1.6875rem}}@media(max-width:767px){.cta-large-img-right__cta-text-wrapper__cta-title{font-size:1.5rem}}@media(min-width:992px){.cta-large-img-right__cta-text-wrapper__cta-title{margin-top:0}}.cta-large-img-right__cta-text-wrapper__cta-intro{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;margin-bottom:2.5rem;margin-top:1.5rem}@media(min-width:1024px){.cta-large-img-right__cta-text-wrapper__cta-intro{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.cta-large-img-right__cta-text-wrapper__cta-intro{font-size:1.125rem}}@media(max-width:767px){.cta-large-img-right__cta-text-wrapper__cta-intro{font-size:1rem}}.cta-large-img-top{background-color:#fff;flex-direction:column;gap:2.5rem;justify-content:normal;padding:3.5rem 1.5rem}@media(max-width:575px){.cta-large-img-top{flex-direction:column}}.cta-large-img-top__cta-image{max-height:400px;max-width:800px;width:100%}@media(min-width:768px){.cta-large-img-top__cta-image{width:90%}}.cta-large-img-top__cta-text-wrapper{box-shadow:none;max-width:800px;position:relative;width:100%}.cta-large-img-top__cta-text-wrapper__cta-title{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:.5rem;margin-top:2rem}@media(min-width:1024px){.cta-large-img-top__cta-text-wrapper__cta-title{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.cta-large-img-top__cta-text-wrapper__cta-title{font-size:1.4375rem}}@media(max-width:767px){.cta-large-img-top__cta-text-wrapper__cta-title{font-size:1.25rem}}.cta-large-img-top__cta-text-wrapper__cta-intro{padding-bottom:1.5rem}@media(min-width:768px){.cta-large-img-top__cta-text-wrapper__cta-intro{margin-bottom:2.5rem;max-width:90%}}@media(max-width:575px){.cta-large-img-top{margin:2rem 0}}.cta-medium-img-left{border:2px solid #cbcbcb;display:inline-flex;font-family:tstar,sans-serif;left:50%;position:relative;transform:translateX(-50%)}.cta-medium-img-left:hover{border-color:#000}@media(max-width:767px){.cta-medium-img-left{display:block}}.cta-medium-img-left__cta-image{width:50%}@media(min-width:992px){.cta-medium-img-left__cta-image{max-width:495px;min-height:330px}}@media(max-width:767px){.cta-medium-img-left__cta-image{width:100%}}.cta-medium-img-left__cta-text-wrapper{background-color:#fff;padding:2rem}@media(min-width:992px){.cta-medium-img-left__cta-text-wrapper{max-width:532px;min-height:330px}}@media(min-width:576px){.cta-medium-img-left__cta-text-wrapper{display:block;height:auto}}.cta-medium-img-left__cta-text-wrapper__cta-title{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:1rem;margin-top:1rem}@media(min-width:1024px){.cta-medium-img-left__cta-text-wrapper__cta-title{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.cta-medium-img-left__cta-text-wrapper__cta-title{font-size:1.4375rem}}@media(max-width:767px){.cta-medium-img-left__cta-text-wrapper__cta-title{font-size:1.25rem}}.cta-medium-img-left__cta-text-wrapper__cta-intro{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;margin-bottom:1rem}@media(min-width:1024px){.cta-medium-img-left__cta-text-wrapper__cta-intro{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.cta-medium-img-left__cta-text-wrapper__cta-intro{font-size:1.125rem}}@media(max-width:767px){.cta-medium-img-left__cta-text-wrapper__cta-intro{font-size:1rem}}.cta-small-img-left{border:2px solid #0000;display:inline-flex;left:50%;position:relative;transform:translateX(-50%)}@media(max-width:767px){.cta-small-img-left{flex-direction:column;padding-bottom:2rem}}@media(min-width:992px){.cta-small-img-left__cta-image{height:244px;max-width:321px;width:100%}}@media(min-width:768px){.cta-small-img-left__cta-image{width:35%}}.cta-small-img-left__cta-text-wrapper{background-color:#fff;border:2px solid #cbcbcb;height:241px;max-width:709px;padding:2rem 2rem 2rem 1.5rem;width:100%}@media(min-width:768px){.cta-small-img-left__cta-text-wrapper{display:block;height:auto}}.cta-small-img-left__cta-text-wrapper__cta-title{font-family:TSTAR;font-style:normal;font-weight:500;line-height:1.2;margin-bottom:1rem;margin-top:0}@media(min-width:1024px){.cta-small-img-left__cta-text-wrapper__cta-title{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.cta-small-img-left__cta-text-wrapper__cta-title{font-size:1.125rem}}@media(max-width:767px){.cta-small-img-left__cta-text-wrapper__cta-title{font-size:1rem}}.cta-small-img-left__cta-text-wrapper__cta-intro{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;margin-bottom:2rem}@media(min-width:1024px){.cta-small-img-left__cta-text-wrapper__cta-intro{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.cta-small-img-left__cta-text-wrapper__cta-intro{font-size:1.125rem}}@media(max-width:767px){.cta-small-img-left__cta-text-wrapper__cta-intro{font-size:1rem}}@media(max-width:575px){.cta-small-img-left__cta-text-wrapper__cta-intro{padding-bottom:1rem}}.cta-small-no-img{background:#fff;border:2px solid #0000;height:auto;justify-content:left;margin:3.5rem auto;max-width:1030px;outline:1px solid #cbcbcb}.cta-small-no-img img{display:none}.cta-small-no-img__cta-text-wrapper{padding:2rem 2rem 2rem 1.5rem}@media(max-width:575px){.cta-small-no-img__cta-text-wrapper{padding:1.5rem 1rem 2rem}}.cta-small-no-img__cta-text-wrapper__cta-title{font-family:TSTAR;font-style:normal;font-weight:500;line-height:1.2}@media(min-width:1024px){.cta-small-no-img__cta-text-wrapper__cta-title{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.cta-small-no-img__cta-text-wrapper__cta-title{font-size:1.125rem}}@media(max-width:767px){.cta-small-no-img__cta-text-wrapper__cta-title{font-size:1rem}}.cta-small-no-img__cta-text-wrapper__cta-intro{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;margin-bottom:1.5rem;padding-top:1rem}@media(min-width:1024px){.cta-small-no-img__cta-text-wrapper__cta-intro{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.cta-small-no-img__cta-text-wrapper__cta-intro{font-size:1.125rem}}@media(max-width:767px){.cta-small-no-img__cta-text-wrapper__cta-intro{font-size:1rem}}.evaluate-component h4{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.evaluate-component h4{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.evaluate-component h4{font-size:1.125rem}}@media(max-width:767px){.evaluate-component h4{font-size:1rem}}.evaluate-component .evaluate-component__feedback-title{margin-top:1rem}.evaluate-component .evaluate-buttons{display:flex;gap:1rem;height:2em;margin-bottom:1.5rem}.evaluate-component .evaluate-buttons .thumbs-down>svg,.evaluate-component .evaluate-buttons .thumbs-up>svg{height:2em;width:2em}.evaluate-component .evaluate-buttons .thumbs-up.active>svg #Vector>path{fill:#02c065}.evaluate-component .evaluate-buttons .thumbs-down.active>svg #Vector>path{fill:#df3232}.evaluate-component .evaluate-buttons .negText,.evaluate-component .evaluate-buttons .posText{display:none}.evaluate-component .evaluate-buttons>.thumbs-down:hover~.negText,.evaluate-component .evaluate-buttons>.thumbs-up:hover~.posText{display:block;font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4}@media(min-width:1024px){.evaluate-component .evaluate-buttons>.thumbs-down:hover~.negText,.evaluate-component .evaluate-buttons>.thumbs-up:hover~.posText{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.evaluate-component .evaluate-buttons>.thumbs-down:hover~.negText,.evaluate-component .evaluate-buttons>.thumbs-up:hover~.posText{font-size:1.125rem}}@media(max-width:767px){.evaluate-component .evaluate-buttons>.thumbs-down:hover~.negText,.evaluate-component .evaluate-buttons>.thumbs-up:hover~.posText{font-size:1rem}}.evaluate-component .text-feedback{margin-bottom:1rem;margin-top:.5rem}.CL-text-area__label{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.CL-text-area__label{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.CL-text-area__label{font-size:1.125rem}}@media(max-width:767px){.CL-text-area__label{font-size:1rem}}.CL-text-area__text-area{display:block;font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;margin-top:10px;padding:1rem 1rem .5rem;width:100%}@media(min-width:1024px){.CL-text-area__text-area{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.CL-text-area__text-area{font-size:1.125rem}}@media(max-width:767px){.CL-text-area__text-area{font-size:1rem}}.CL-text-area__text-area.disable-resize{resize:none}.CL-text-area__additional-text{margin-top:.5rem}.CL-text-area__empty-button svg{fill:#df3232}.CL-text-area__wrapper{display:flex;justify-content:space-between}[data-rsbs-overlay]{background:#fff;background:var(--rsbs-bg,#fff);border-top-left-radius:16px;border-top-left-radius:var(--rsbs-overlay-rounded,16px);border-top-right-radius:16px;border-top-right-radius:var(--rsbs-overlay-rounded,16px);display:flex;flex-direction:column;height:0;height:var(--rsbs-overlay-h,0);transform:translateZ(0);transform:translate3d(0,var(--rsbs-overlay-translate-y,0),0);will-change:height}[data-rsbs-overlay]:focus{outline:none}[data-rsbs-is-blocking=false] [data-rsbs-overlay]{box-shadow:0 -5px 60px 0 #2659731c,0 -1px 0 #2659730d}[data-rsbs-overlay],[data-rsbs-root]:after{margin-left:env(safe-area-inset-left);margin-left:var(--rsbs-ml,env(safe-area-inset-left));margin-right:env(safe-area-inset-right);margin-right:var(--rsbs-mr,env(safe-area-inset-right));max-width:auto;max-width:var(--rsbs-max-w,auto)}[data-rsbs-backdrop],[data-rsbs-overlay],[data-rsbs-root]:after{bottom:0;left:0;overscroll-behavior:none;position:fixed;right:0;touch-action:none;-webkit-user-select:none;user-select:none;z-index:3;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}[data-rsbs-backdrop]{background-color:#0009;background-color:var(--rsbs-backdrop-bg,#0009);bottom:-60px;cursor:pointer;opacity:1;top:-60px;will-change:opacity}[data-rsbs-is-dismissable=false] [data-rsbs-backdrop]{cursor:ns-resize}[data-rsbs-root]:after{background:#fff;background:var(--rsbs-bg,#fff);content:"";height:1px;pointer-events:none;transform:scaleY(0);transform:scaleY(var(--rsbs-antigap-scale-y,0));transform-origin:bottom;will-change:transform}[data-rsbs-footer],[data-rsbs-header]{cursor:ns-resize;flex-shrink:0;padding:16px}[data-rsbs-header]{box-shadow:0 1px 0 rgba(46,59,66,.125);box-shadow:0 1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity, 1)*.125));padding-bottom:8px;padding-top:calc(20px + env(safe-area-inset-top));text-align:center;-webkit-user-select:none;user-select:none;z-index:1}[data-rsbs-header]:before{background-color:#00000024;background-color:#fffc;background-color:var(--rsbs-handle-bg,#00000024);border-radius:2px;content:"";display:block;height:4px;left:50%;position:absolute;top:calc(8px + env(safe-area-inset-top));transform:translateX(-50%);width:36px}@media(-webkit-min-device-pixel-ratio:2),(min-resolution:2dppx){[data-rsbs-header]:before{transform:translateX(-50%) scaleY(.75)}}[data-rsbs-has-header=false] [data-rsbs-header]{box-shadow:none;padding-top:calc(12px + env(safe-area-inset-top))}[data-rsbs-scroll]{flex-grow:1;flex-shrink:1;-webkit-tap-highlight-color:revert;-webkit-touch-callout:revert;overflow:auto;overscroll-behavior:contain;-webkit-user-select:auto;user-select:auto;-webkit-overflow-scrolling:touch}[data-rsbs-scroll]:focus{outline:none}[data-rsbs-has-footer=false] [data-rsbs-content]{padding-bottom:env(safe-area-inset-bottom)}[data-rsbs-content]{overflow:hidden}[data-rsbs-footer]{box-shadow:0 -1px 0 rgba(46,59,66,.125),0 2px 0 #fff;box-shadow:0 -1px 0 rgba(46,59,66,calc(var(--rsbs-content-opacity, 1)*.125)),0 2px 0 var(--rsbs-bg,#fff);overflow:hidden;padding-bottom:calc(16px + env(safe-area-inset-bottom));z-index:1}[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-header]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-header]>*,[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-scroll]>*,[data-rsbs-is-dismissable=true] [data-rsbs-footer]>*,[data-rsbs-is-dismissable=true] [data-rsbs-header]>*,[data-rsbs-is-dismissable=true] [data-rsbs-scroll]>*{opacity:1;opacity:var(--rsbs-content-opacity,1)}[data-rsbs-is-dismissable=false][data-rsbs-state=closing] [data-rsbs-backdrop],[data-rsbs-is-dismissable=false][data-rsbs-state=opening] [data-rsbs-backdrop],[data-rsbs-is-dismissable=true] [data-rsbs-backdrop]{opacity:1;opacity:var(--rsbs-backdrop-opacity,1)}[data-rsbs-state=closed],[data-rsbs-state=closing]{pointer-events:none}:root{--rsbs-handle-bg:#fffc}reach-portal div[data-rsbs-header]{border-radius:50px 50px 0 0}@media(max-width:767px){reach-portal div[data-rsbs-header]{border-radius:20px 20px 0 0}}reach-portal div[data-rsbs-scroll]{overflow:hidden}reach-portal div[data-rsbs-overlay]{background-color:#5d0100}reach-portal .fagsupport-bottom-bar{color:#fff;margin:auto;max-width:120rem;overflow:hidden;padding-bottom:3.5rem;padding-top:1.5rem;position:-webkit-sticky;position:sticky}@media(min-width:768px){reach-portal .fagsupport-bottom-bar{grid-template-areas:". main main . ." ". main main side ."}reach-portal .fagsupport-bottom-bar.done,reach-portal .fagsupport-bottom-bar.error,reach-portal .fagsupport-bottom-bar.waiting{grid-template-areas:". . main . ." ". . main side ."}reach-portal .fagsupport-bottom-bar{display:grid;grid-template-columns:2fr 1fr 6fr 2fr 1fr;row-gap:24px}}@media(min-width:768px)and (max-width:767px){reach-portal .fagsupport-bottom-bar{row-gap:24px}}@media(min-width:768px){reach-portal .fagsupport-bottom-bar{column-gap:40px}}@media(min-width:768px)and (max-width:767px){reach-portal .fagsupport-bottom-bar{column-gap:40px}}@media(max-width:767px){reach-portal .fagsupport-bottom-bar{display:grid;grid-template-areas:"main" "side";grid-template-columns:4fr;padding:2rem 1.5rem;row-gap:24px}}@media(max-width:767px)and (max-width:767px){reach-portal .fagsupport-bottom-bar{row-gap:24px}}@media(max-width:767px){reach-portal .fagsupport-bottom-bar{column-gap:40px}}@media(max-width:767px)and (max-width:767px){reach-portal .fagsupport-bottom-bar{column-gap:40px}}reach-portal .fagsupport-bottom-bar-main.idle{grid-template-areas:"title" "ingress" "label" "input" "notice"}reach-portal .fagsupport-bottom-bar-main.done,reach-portal .fagsupport-bottom-bar-main.error,reach-portal .fagsupport-bottom-bar-main.waiting{grid-template-areas:"input" "notice"}reach-portal .fagsupport-bottom-bar-main.error>div{margin:0 auto}reach-portal .fagsupport-bottom-bar-main{display:grid;grid-area:main;grid-template-columns:1fr;row-gap:24px}@media(max-width:767px){reach-portal .fagsupport-bottom-bar-main{row-gap:24px}}reach-portal .fagsupport-bottom-bar-main{column-gap:40px}@media(max-width:767px){reach-portal .fagsupport-bottom-bar-main{column-gap:40px}}reach-portal .fagsupport-bottom-bar-main-title{font-family:TSTAR;font-style:normal;font-weight:500;grid-area:title;line-height:1.2}@media(min-width:1024px){reach-portal .fagsupport-bottom-bar-main-title{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){reach-portal .fagsupport-bottom-bar-main-title{font-size:1.125rem}}@media(max-width:767px){reach-portal .fagsupport-bottom-bar-main-title{font-size:1rem}}reach-portal .fagsupport-bottom-bar-main-ingress{font-family:TSTAR;font-style:normal;font-weight:400;grid-area:ingress;line-height:1.4}@media(min-width:1024px){reach-portal .fagsupport-bottom-bar-main-ingress{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){reach-portal .fagsupport-bottom-bar-main-ingress{font-size:1.125rem}}@media(max-width:767px){reach-portal .fagsupport-bottom-bar-main-ingress{font-size:1rem}}reach-portal .fagsupport-bottom-bar-main-label{font-family:TSTAR;font-style:normal;font-weight:700;grid-area:label;line-height:1.2}@media(min-width:1024px){reach-portal .fagsupport-bottom-bar-main-label{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){reach-portal .fagsupport-bottom-bar-main-label{font-size:1.125rem}}@media(max-width:767px){reach-portal .fagsupport-bottom-bar-main-label{font-size:1rem}}reach-portal .fagsupport-bottom-bar-main-input{display:flex;font-family:TSTAR;font-style:normal;font-weight:500;gap:.5rem;grid-area:input;line-height:1.2;width:100%}@media(min-width:1024px){reach-portal .fagsupport-bottom-bar-main-input{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){reach-portal .fagsupport-bottom-bar-main-input{font-size:1.125rem}}@media(max-width:767px){reach-portal .fagsupport-bottom-bar-main-input{font-size:1rem}}reach-portal .fagsupport-bottom-bar-main-input .text-area-input{width:100%}reach-portal .fagsupport-bottom-bar-main-input .text-area-input+button{all:unset;background-color:#fff;border-radius:100px;color:#000;margin-top:auto;min-height:40px;min-width:40px;text-align:-webkit-center}reach-portal .fagsupport-bottom-bar-main-generating{background-color:#fff;color:#000;font-family:TSTAR;font-style:normal;font-weight:700;height:-webkit-fit-content;height:fit-content;line-height:normal;margin:0 auto;padding:1rem 2.5rem;text-transform:uppercase}@media(min-width:1024px){reach-portal .fagsupport-bottom-bar-main-generating{font-size:1rem}}@media(min-width:768px)and (max-width:1023px){reach-portal .fagsupport-bottom-bar-main-generating{font-size:1rem}}@media(max-width:767px){reach-portal .fagsupport-bottom-bar-main-generating{font-size:1rem}}reach-portal .fagsupport-bottom-bar-main-generating span{margin-right:.5rem}reach-portal .fagsupport-bottom-bar-main-notice{font-family:TSTAR;font-style:normal;font-weight:400;grid-area:notice;line-height:1.4}@media(min-width:1024px){reach-portal .fagsupport-bottom-bar-main-notice{font-size:.75rem}}@media(min-width:768px)and (max-width:1023px){reach-portal .fagsupport-bottom-bar-main-notice{font-size:.75rem}}@media(max-width:767px){reach-portal .fagsupport-bottom-bar-main-notice{font-size:.75rem}}reach-portal .fagsupport-bottom-bar-main.done>button{margin:auto}reach-portal .fagsupport-bottom-bar-side{display:flex;flex-direction:column;gap:.5rem;grid-area:side}reach-portal .fagsupport-bottom-bar-side-heading{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.4}@media(min-width:1024px){reach-portal .fagsupport-bottom-bar-side-heading{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){reach-portal .fagsupport-bottom-bar-side-heading{font-size:1.125rem}}@media(max-width:767px){reach-portal .fagsupport-bottom-bar-side-heading{font-size:1rem}}reach-portal .fagsupport-bottom-bar-side a{color:#cecece;font-weight:400}reach-portal .fagsupport-bottom-bar-side-notice{color:#cecece;font-family:TSTAR;font-size:12px;font-style:normal;font-weight:400;line-height:1.4}@media(min-width:1024px){reach-portal .fagsupport-bottom-bar-side-notice{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){reach-portal .fagsupport-bottom-bar-side-notice{font-size:1.125rem}}@media(max-width:767px){reach-portal .fagsupport-bottom-bar-side-notice{font-size:1rem}}.fagsupport-header{background-color:#fff;border-bottom:1px solid #cbcbcb;display:flex;flex-direction:row;justify-content:space-between;padding:1rem 2rem}.fagsupport-header .link-react{margin:auto 0}.fagsupport-header h1{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin:auto 0}@media(min-width:1024px){.fagsupport-header h1{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-header h1{font-size:1.125rem}}@media(max-width:767px){.fagsupport-header h1{font-size:1rem}}.fagsupport-header .rn-logo-react{align-items:center;display:flex;flex:1;height:40px;margin-right:.25rem;max-width:114px;transition:max-width .6s cubic-bezier(.17,.84,.28,1)}@media(min-width:992px){.fagsupport-header .rn-logo-react{max-width:152px}}.featured-courses-block-react{font-family:tstar,sans-serif;height:100%;margin-bottom:1.5rem}.featured-courses-block-react a:where(:not(.cl-button-react):not(.link-react)){color:#000;color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.featured-courses-block-react a:where(:not(.cl-button-react):not(.link-react)):hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}.featured-courses-block-react a:where(:not(.cl-button-react):not(.link-react)){border:none;text-decoration:none}.featured-courses-block-react a:where(:not(.cl-button-react):not(.link-react)):hover{box-shadow:.25rem .25rem 0 0 #4b0100}.featured-courses-block-react__list{position:-webkit-sticky;position:sticky;top:170px}.featured-courses-block-react__list__header{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media(min-width:1024px){.featured-courses-block-react__list__header{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.featured-courses-block-react__list__header{font-size:1.4375rem}}@media(max-width:767px){.featured-courses-block-react__list__header{font-size:1.25rem}}.featured-courses-block-react__list__tags{display:flex;flex-wrap:wrap;gap:.5rem}.featured-courses-block-react__list__content{display:flex;flex-direction:column}.featured-courses-block-react__list__content__card{background-color:#fff;border:2px solid #0000;margin-bottom:1.5rem;outline:1px solid #cbcbcb;padding:1.5rem 1rem 1rem 1.5rem}.featured-courses-block-react__list__content__card__title{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.4;line-height:1.2;margin:1rem 0 1.5rem}@media(min-width:1024px){.featured-courses-block-react__list__content__card__title{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.featured-courses-block-react__list__content__card__title{font-size:1.4375rem}}@media(max-width:767px){.featured-courses-block-react__list__content__card__title{font-size:1.25rem}}@media(max-width:575px){.featured-courses-block-react__list__content__card__title{font-size:1.125rem}}.featured-courses-block-react__list__content__card__authorization-credits{display:flex;flex-wrap:wrap;font-size:.75rem;list-style:none;padding:0;text-transform:uppercase}.featured-courses-block-react__list__content__card__authorization-credits li{display:flex;flex-wrap:wrap;gap:3px;list-style-type:none;margin-bottom:.5rem;margin-right:.9rem}.featured-courses-block-react__list__content__card__authorization-credits__title{font-weight:700;padding-right:.25rem}.featured-courses-block-react__list__content__card__authorization-credits__icon{margin-top:-2px}.featured-courses-block-react__list__more-link{font-size:1.125rem}@media(max-width:767px){.featured-courses-block-react__list__more-link{margin-bottom:1.5rem}}.content-area-react__edit-mode{min-height:14px}.happening-card-react{background-color:#fff;border:1px solid #cbcbcb;display:flex;flex-direction:column;font-family:tstar,sans-serif;padding:1rem}.happening-card-react__top-container{margin-bottom:1rem}.happening-card-react__date{border-left:1px solid #cbcbcb;font-size:.75rem;font-weight:400;margin-bottom:0;padding-left:.5rem;text-transform:uppercase}.happening-card-react__link{color:#000;font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;text-decoration-thickness:1px;text-transform:none;text-underline-offset:3px}@media(min-width:1024px){.happening-card-react__link{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.happening-card-react__link{font-size:1.125rem}}@media(max-width:767px){.happening-card-react__link{font-size:1rem}}.happening-card-react__link:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232;text-decoration-thickness:2px}.happening-card-react__places{display:flex;flex-wrap:wrap;font-size:.75rem;margin-top:1rem;padding:0;row-gap:.5rem;text-transform:uppercase}.happening-card-react__places li{border-left:1px solid #cbcbcb;list-style-type:none;padding-left:.5rem;padding-right:.5rem}.happening-card-react__places li:first-child{border:none;padding-left:0}.happenings-block-react{height:100%}.happenings-block-react__header{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media(min-width:1024px){.happenings-block-react__header{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.happenings-block-react__header{font-size:1.4375rem}}@media(max-width:767px){.happenings-block-react__header{font-size:1.25rem}}.happenings-block-react__list{position:-webkit-sticky;position:sticky;top:170px}.happenings-block-react__list__content{margin-bottom:1.5rem}.happenings-block-react__list__more-link{font-size:1.125rem}@media(max-width:767px){.happenings-block-react__list__more-link{margin-bottom:1.5rem}}.logo-block-react{float:left;height:60px;margin:25px 15px;text-align:center;width:155px}.logo-block-react img{-moz-filter:grayscale(100%) brightness(40%);-ms-filter:grayscale(100%) brightness(40%);-o-filter:grayscale(100%) brightness(40%);filter:grayscale(100%) brightness(40%);height:60px;margin:0 auto;width:auto}.logo-block-react img:hover{filter:none}.logo-block-react div{display:inline}.logo-block-react a{border-bottom:none}.news-block-react{height:100%}.news-block-react a:where(:not(.cl-button-react):not(.link-react)){color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.news-block-react a:where(:not(.cl-button-react):not(.link-react)):hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}.news-block-react a:where(:not(.cl-button-react):not(.link-react)){color:#000;text-decoration:none}.news-block-react a:where(:not(.cl-button-react):not(.link-react)):hover{box-shadow:.25rem .25rem 0 0 #4b0100}.news-block-react__list{position:-webkit-sticky;position:sticky;top:170px}.news-block-react__list__header{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media(min-width:1024px){.news-block-react__list__header{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.news-block-react__list__header{font-size:1.4375rem}}@media(max-width:767px){.news-block-react__list__header{font-size:1.25rem}}.news-block-react__list__content{display:flex;flex-direction:column}.news-block-react__list__more-link{font-size:1.125rem}@media(max-width:767px){.news-block-react__list__more-link{margin-bottom:1.5rem}}.news-block-react__card{background-color:#fff;margin-bottom:1.5rem}.news-block-react__card__text-wrapper{border:1px solid #cbcbcb;padding:1.5rem 1.5rem 2rem}.news-block-react__card__text-wrapper__link{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin:1rem 0 1.5rem}@media(min-width:1024px){.news-block-react__card__text-wrapper__link{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.news-block-react__card__text-wrapper__link{font-size:1.4375rem}}@media(max-width:767px){.news-block-react__card__text-wrapper__link{font-size:1.25rem}}@media(max-width:575px){.news-block-react__card__text-wrapper__link{font-size:1.125rem}}.news-block-react__card__text-wrapper__text-container{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4}@media(min-width:1024px){.news-block-react__card__text-wrapper__text-container{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.news-block-react__card__text-wrapper__text-container{font-size:1.125rem}}@media(max-width:767px){.news-block-react__card__text-wrapper__text-container{font-size:1rem}}.news-block-react__card__header{display:flex;justify-content:space-between}.news-block-react__card__tags{display:flex;flex-wrap:wrap;gap:.5rem}.news-block-react__card__lock-icon{flex-shrink:0;margin-left:.5rem;margin-top:3px}.quality-control-block-react{background-color:#fff;border:4px solid #df3232;box-shadow:4px 4px 0 #000;display:grid;font-family:tstar,sans-serif;grid-template-areas:"greeting greeting" "status status" "details details" "edit edit";grid-template-columns:1fr 1fr;margin-bottom:3.5rem;grid-row-gap:.5rem;padding:2rem}@media(min-width:768px){.quality-control-block-react{grid-template-areas:"greeting status" "details edit"}}.quality-control-block-react__greeting{display:flex;font-family:TSTAR;font-style:normal;font-weight:700;gap:.5rem;grid-area:greeting;line-height:1.2;padding-bottom:0}@media(min-width:1024px){.quality-control-block-react__greeting{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.quality-control-block-react__greeting{font-size:1.4375rem}}@media(max-width:767px){.quality-control-block-react__greeting{font-size:1.25rem}}.quality-control-block-react__details{grid-area:details}.quality-control-block-react__details__content{display:flex;flex-wrap:wrap;font-family:TSTAR;font-style:normal;font-weight:500;gap:1rem 3.5rem;line-height:1.4;max-width:494px}@media(min-width:1024px){.quality-control-block-react__details__content{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.quality-control-block-react__details__content{font-size:1.125rem}}@media(max-width:767px){.quality-control-block-react__details__content{font-size:1rem}}.quality-control-block-react__edit{align-self:end;grid-area:edit}@media(min-width:768px){.quality-control-block-react__edit{text-align:right}}.quality-control-block-react__status{grid-area:status}.quality-control-block-react__status__header{display:flex;font-family:TSTAR;font-style:normal;font-weight:500;justify-content:space-between;line-height:1.2}@media(min-width:1024px){.quality-control-block-react__status__header{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.quality-control-block-react__status__header{font-size:1.125rem}}@media(max-width:767px){.quality-control-block-react__status__header{flex-direction:column;font-size:1rem;gap:.25rem}}@media(min-width:992px){.quality-control-block-react__status__header__text{display:flex;flex-wrap:wrap;gap:.25rem;justify-content:space-between}}.quality-control-block-react__status__header__text__date{font-weight:700}.quality-control-block-react__status__header__toggle{background:#0000;border:none;margin-left:1rem}.sponsors-block-content-react{margin-top:3.5rem;text-align:center;text-transform:uppercase}.sponsors-block-content-react__title{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:1rem}@media(min-width:1024px){.sponsors-block-content-react__title{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.sponsors-block-content-react__title{font-size:1.4375rem}}@media(max-width:767px){.sponsors-block-content-react__title{font-size:1.25rem}}.sponsors-block-content-react .content-area-react{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}.system-status-block-react{background-color:#94e0e1;color:#000;margin:auto;padding:1.5rem}.system-status-block-react__error-message__text{font-family:TSTAR;font-style:normal;font-weight:500;line-height:1.4;margin:auto;max-width:80rem}@media(min-width:1024px){.system-status-block-react__error-message__text{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.system-status-block-react__error-message__text{font-size:1.125rem}}@media(max-width:767px){.system-status-block-react__error-message__text{font-size:1rem}}.system-status-block-react__error-message__text p{margin-left:23px;margin-right:23px}.system-status-block-react__error-message__no-title,.system-status-block-react__error-message__title-with-text{align-items:start;display:flex;font-family:TSTAR;font-style:normal;font-weight:700;gap:5px;line-height:1.2;margin:0 auto;max-width:80rem}@media(min-width:1024px){.system-status-block-react__error-message__no-title,.system-status-block-react__error-message__title-with-text{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.system-status-block-react__error-message__no-title,.system-status-block-react__error-message__title-with-text{font-size:1.125rem}}@media(max-width:767px){.system-status-block-react__error-message__no-title,.system-status-block-react__error-message__title-with-text{font-size:1rem}}.external-footer-react{background-color:#fef9f6;border-top:2px solid #cbcbcb;font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;padding-bottom:1.5rem;padding-top:1.5rem}@media(min-width:1024px){.external-footer-react{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.external-footer-react{font-size:1.125rem}}@media(max-width:767px){.external-footer-react{font-size:1rem}}.external-footer-react__content{align-items:center;display:flex;gap:1rem}.external-footer-react__logo-link{align-self:flex-start;flex-shrink:0;margin-left:auto}.external-footer-react a{color:#910200!important;text-decoration:none!important}.external-footer-react a:focus,.external-footer-react a:hover{text-decoration:underline!important}.layout-react{display:flex;flex-direction:column;height:100%}.layout-react__skip-link{background-color:#3867c8;border:0;color:#fff!important;display:block;left:-999em;line-height:1.4;margin:0;padding:5px;position:absolute;text-align:center;top:0;width:100%;z-index:1001}.layout-react__skip-link:focus{left:0;outline:0}.layout-react__main{flex-grow:1}.site-header-react~.layout-react__main{margin-top:75px}@media(min-width:992px){.site-header-react~.layout-react__main{margin-top:158px}}.site-header-react{background-color:#fff;border-bottom:1px solid #ededed;font-family:tstar,sans-serif;font-weight:700;position:fixed;width:100%;z-index:1000}.site-header-react a:where(:not(.cl-button-react):not(.link-react)){color:#000;text-decoration:none;text-transform:uppercase}.site-header-react__extra-wide-container{border-bottom:1px solid #cbcbcb;margin-left:auto;margin-right:auto;max-width:120rem;padding-left:20px;padding-right:20px}.site-header-react__logo-link{align-items:center;display:flex;flex:1;margin-right:.25rem;max-width:114px;padding-bottom:15px;padding-top:15px;transition:max-width .6s cubic-bezier(.17,.84,.28,1)}@media(min-width:992px){.site-header-react__logo-link{max-width:152px}.site-header-react--scrolled .site-header-react__logo-link{max-width:98px}}.site-header-react__header-row{display:flex}@media(max-width:767px){.site-header-react__header-row--primary{min-height:75px}}@media(max-width:991px){.site-header-react__header-row--secondary{background:#f0f5f5;box-shadow:0 0 0 100vmax #f6f6f6;-webkit-clip-path:inset(0 -100vmax);clip-path:inset(0 -100vmax);height:0;transition:height .6s}.site-header-react--is-open-mobile .site-header-react__header-row--secondary{height:calc(100dvh - 70px);margin-left:-20px;margin-right:-20px;overflow-y:auto;padding-left:20px;padding-right:20px}}.site-header-react__menu-toggle{background:none;border:none}.site-header-react__menu-toggle__text{color:#000;margin-top:.5rem}.site-header-react__support-menu{align-items:center;display:flex;font-size:.75rem;list-style:none;margin:0 -18px 0 auto;padding-left:0}@media(min-width:768px){.site-header-react__support-menu{font-size:.875rem;margin-right:0}}@media(min-width:992px){.site-header-react__support-menu{font-size:1.125rem}}.site-header-react__support-menu__menu-item{align-items:center;border-image:linear-gradient(0deg,#cbcbcb00,#cbcbcb00 30%,#cbcbcb 0,#cbcbcb 70%,#cbcbcb00 0,#cbcbcb00);border-image-slice:0 0 0 100%;border-image-width:1px;border-style:solid;border-width:0;display:flex;height:100%}@media(max-width:991px){.site-header-react__support-menu__menu-item--become-member-desktop{display:none}}@media(max-width:767px){.site-header-react__support-menu__menu-item--my-profile-tablet-desktop{display:none}}.site-header-react__support-menu__menu-item>*{padding-left:1rem;padding-right:1rem}.site-header-react__support-menu__menu-item>div{height:100%}@media(min-width:992px){.site-header-react__support-menu__menu-button{display:none}}.site-header-react__main-menu{font-size:1.1875rem;list-style:none;margin:0;padding:0;width:100%}@media(min-width:768px){.site-header-react__main-menu{font-size:1.5rem}}@media(min-width:992px){.site-header-react__main-menu{display:flex;font-size:1.125rem;justify-content:space-between}}@media(max-width:991px){.site-header-react__main-menu{display:none}.site-header-react__main-menu--mobile-show-content{display:block}}.site-header-react__main-menu__menu-item{position:relative}@media(max-width:991px){.site-header-react__main-menu__menu-item{border-bottom:1px solid #cbcbcb}}.site-header-react__main-menu__menu-item a:where(:not(.cl-button-react):not(.link-react)){display:inline-block;padding-bottom:30px;padding-top:30px}@media(min-width:992px){.site-header-react__main-menu__menu-item a:where(:not(.cl-button-react):not(.link-react)){padding-bottom:21px;padding-top:21px}}@media(min-width:768px){.site-header-react__main-menu__menu-item--mobile-only{display:none}}@media(max-width:991px){.site-header-react__main-menu__menu-item--is-open-mobile .site-header-react__main-menu__menu-item__sub-menu{display:block}}@media(min-width:992px){.site-header-react__main-menu__menu-item--is-open-desktop .site-header-react__main-menu__menu-item__sub-menu{display:block}}@media(max-width:991px){.site-header-react__main-menu__menu-item__link-container{display:flex;justify-content:space-between}}.site-header-react__main-menu__menu-item__link-container button{align-self:center}@media(min-width:992px){.site-header-react__main-menu__menu-item__link-container button{display:none}}.site-header-react__main-menu__menu-item__sub-menu{display:none;font-size:1rem;font-weight:400;list-style:none;padding-bottom:2.5rem;padding-left:0;padding-right:0}.site-header-react__main-menu__menu-item__sub-menu__menu-item a{display:inline-block;padding-bottom:10px;padding-top:0;text-transform:none}@media(min-width:992px){.site-header-react__main-menu__menu-item__sub-menu{background-color:#fff;border:1px solid #cbcbcb;border-top:2px solid #df3232;font-family:tstar,sans-serif;font-weight:700;padding:16px 16px 0;position:absolute}.site-header-react__main-menu__menu-item__sub-menu__menu-item{margin-bottom:1.5rem;width:-webkit-max-content;width:max-content}.site-header-react__main-menu__menu-item__sub-menu__menu-item a{padding:initial;text-transform:uppercase}}.site-header-react__main-menu__menu-item__special-item-logged-in-user-name{border-bottom:1px solid #cbcbcb;display:block;font-size:1.25rem;margin-bottom:1.5rem;padding-bottom:1rem;text-transform:uppercase;width:-webkit-fit-content;width:fit-content}.site-header-react__mobile-search-overlay{background-color:#32323233;display:none;height:calc(100dvh - 70px);left:0;position:absolute;top:75px;width:100%}.site-header-react__mobile-search-overlay__input{margin-top:.5rem;padding:.5rem;width:100%}@media(max-width:991px){.site-header-react__mobile-search-overlay--search-open{display:block}}.menu-item-my-profile-logged-in-content-react__links-list{display:flex;gap:.5rem;list-style:none;margin-bottom:1rem;margin-top:1rem;padding:0}.menu-item-my-profile-logged-in-content-react__links-list>li{margin-top:.5rem}@media(max-width:767px){.menu-item-my-profile-logged-in-content-react{padding-bottom:1.5rem}.menu-item-my-profile-logged-in-content-react__links-list{flex-direction:column;margin-top:0}}.menu-item-search-react{align-items:center;display:flex;height:100%;overflow-x:hidden;transition:width .3s}@media(min-width:992px){.menu-item-search-react{width:100px}}.menu-item-search-react--open{background-color:#f0f5f5}@media(min-width:992px){.menu-item-search-react--open{width:250px}}.menu-item-search-react__content-container{display:none;height:-webkit-fit-content;height:fit-content}.menu-item-search-react__content-container__input{align-self:center;background:#0000;border:none;border-bottom:1px solid #df3232}.menu-item-search-react__content-container__input.focus-visible{outline:none}.menu-item-search-react__content-container__input:focus-visible{outline:none}@media(min-width:992px){.menu-item-search-react--open .menu-item-search-react__content-container{display:flex}}.menu-item-search-react__button-submit{background-color:#0000;border:none;padding:0}.menu-item-search-react__button{align-items:center;background:none;border:none;color:#000;display:flex;gap:.5rem;height:100%;justify-content:center;padding:0;text-transform:uppercase}.menu-item-search-react__button:hover>span{color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.menu-item-search-react__button:hover>span,.menu-item-search-react__button:hover>span:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}@media(min-width:992px){.menu-item-search-react__button span{margin-top:4px}}@media(max-width:991px){.menu-item-search-react__button{flex-direction:column-reverse}}@media(min-width:992px){.menu-item-search-react--open .menu-item-search-react__button{display:none}}.menu-item-shopping-cart-react__button-text{position:relative}.menu-item-shopping-cart-react__button-text__course-count{background-color:#32cbcb;border-radius:20px;font-size:.875rem;height:20px;line-height:1.7;margin-top:0!important;position:absolute;right:-8px;top:-20px;width:20px}.menu-item-shopping-cart-react__body-content__heading{margin-bottom:1rem}.menu-item-shopping-cart-react__body-content__list{list-style:none;padding-left:0}.menu-item-shopping-cart-react__body-content__list__item{background-color:#fff;border:1px solid #cbcbcb;padding:1.5rem 1rem}.menu-item-shopping-cart-react__body-content__list__item__header{align-items:baseline;display:flex;font-weight:400;gap:1rem;justify-content:space-between}.menu-item-shopping-cart-react__body-content__list__item__header>div{flex-shrink:0}.menu-item-shopping-cart-react__body-content__list__item__details-block{margin-top:.5rem}.menu-item-shopping-cart-react__body-content__list__item__details-block__details{font-weight:400}.menu-item-shopping-cart-react__body-content__list__item__details-block__details svg{display:inline-block;vertical-align:text-top}.menu-item-shopping-cart-react__body-content__button-group{display:flex;flex-wrap:wrap;gap:1.5rem;margin-top:1.5rem}.menu-item-shopping-cart-react__body-content__button-group>:last-child{margin-left:auto}.site-header-expand-item-react__button{align-items:center;background:none;border:none;color:#000;display:flex;gap:.5rem;height:100%;justify-content:center;padding:0;position:relative;text-transform:uppercase}.site-header-expand-item-react__button:hover>span{color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.site-header-expand-item-react__button:hover>span,.site-header-expand-item-react__button:hover>span:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}@media(min-width:992px){.site-header-expand-item-react__button span{margin-top:4px}}@media(max-width:991px){.site-header-expand-item-react__button{flex-direction:column-reverse}}.site-header-expand-item-react--is-open .site-header-expand-item-react__button:hover>span{text-decoration:none!important}.site-header-expand-item-react__button:after{background-color:#df3232;bottom:0;content:"";height:2px;opacity:0;position:absolute;transition:opacity .2s;width:calc(100% + 2rem)}.site-header-expand-item-react--is-open .site-header-expand-item-react__button:after{opacity:1}.site-header-expand-item-react__body{background-color:#fff;box-shadow:-26px 42px 50px 0 #0003;height:0;max-height:calc(100dvh - 70px);max-width:750px;overflow-x:hidden;overflow-y:auto;padding:0 20px;position:absolute;right:0;transition:padding .2s,height .2s;width:100%;z-index:1}@media(min-width:992px){.site-header-expand-item-react__body{padding-left:50px;padding-right:50px}}.site-header-expand-item-react--is-open .site-header-expand-item-react__body{display:block;height:auto;padding-bottom:30px;padding-top:30px}@media(min-width:992px){.site-header-expand-item-react--is-open .site-header-expand-item-react__body{padding-bottom:2.5rem;padding-top:2.5rem}}.menu-item-my-profile-react__menu-login-item{padding-left:1rem;padding-right:1rem}.menu-item-my-profile-react__menu-login-item>a{align-items:center;background:none;border:none;display:flex;gap:.5rem;height:100%;justify-content:center;padding:0;text-transform:uppercase}.menu-item-my-profile-react__menu-login-item>a:hover>span{color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.menu-item-my-profile-react__menu-login-item>a:hover>span,.menu-item-my-profile-react__menu-login-item>a:hover>span:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}@media(min-width:992px){.menu-item-my-profile-react__menu-login-item>a span{margin-top:4px}}@media(max-width:991px){.menu-item-my-profile-react__menu-login-item>a{flex-direction:column-reverse}}.menu-item-my-profile-react__body-content__header{font-family:tstar,sans-serif}.menu-item-my-profile-react__body-content__header__inner{align-items:center;display:flex;gap:.5rem}.menu-item-my-profile-react__body-content__header__heading{font-size:1.625rem;font-weight:700;line-height:1.5}.menu-item-my-profile-react__body-content__header__text{font-size:1.125rem;font-weight:400;line-height:1.2;margin-top:4px}.menu-item-my-bureaus-react__menu-login-item{padding-left:1rem;padding-right:1rem}.menu-item-my-bureaus-react__menu-login-item>a{align-items:center;background:none;border:none;display:flex;gap:.5rem;height:100%;justify-content:center;padding:0;text-transform:uppercase}.menu-item-my-bureaus-react__menu-login-item>a:hover>span{color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.menu-item-my-bureaus-react__menu-login-item>a:hover>span,.menu-item-my-bureaus-react__menu-login-item>a:hover>span:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}@media(min-width:992px){.menu-item-my-bureaus-react__menu-login-item>a span{margin-top:4px}}@media(max-width:991px){.menu-item-my-bureaus-react__menu-login-item>a{flex-direction:column-reverse}}.menu-item-my-bureaus-react__body-content__header{font-family:tstar,sans-serif}.menu-item-my-bureaus-react__body-content__header__inner{display:flex;gap:.5rem}.menu-item-my-bureaus-react__body-content__header__heading{font-size:1.625rem;font-weight:700;line-height:1.5}.menu-item-my-bureaus-react__body-content__header__text{font-size:1.125rem;font-weight:400;line-height:1.2;margin-top:4px}.menu-item-my-bureaus-react__body-content__header__text a{border-bottom:1px solid #000;cursor:pointer;text-transform:none;transition:all .1s linear}.menu-item-my-bureaus-react__body-content__header__text a:hover{border-color:#df3232}.menu-item-my-bureaus-react__body-content__links-list{list-style:none;padding:0}.menu-item-my-bureaus-react__body-content__links-list>li{margin-top:.5rem}.site-footer-react{background-color:#5d0100;color:#fff;font-family:tstar,sans-serif}.site-footer-react button,.site-footer-react h2,.site-footer-react h3{text-transform:uppercase}@media(min-width:768px){.site-footer-react{padding-bottom:3.5rem;padding-top:3.5rem}}.site-footer-react__link-list{list-style:none;margin:0;padding:0}.site-footer-react__link-list>li+li{padding-top:.5rem}@media(min-width:768px){.site-footer-react__mobile-content{display:none}}.site-footer-react__mobile-content__sub-heading{font-size:.875rem;margin-top:1rem}.site-footer-react__mobile-content__some-links{display:flex;font-size:1.5rem;justify-content:space-around;padding-bottom:1rem;padding-top:1rem}.site-footer-react__mobile-content__some-links a{color:#fff}@media(max-width:767px){.site-footer-react__desktop-content{display:none}}.site-footer-react__desktop-content__column-heading{font-size:1.625rem;margin-bottom:1.5rem}.site-footer-react__desktop-content__sub-heading{font-size:1rem;margin-top:1rem}.site-footer-react__desktop-content__some-links{margin-top:1rem}.site-footer-react__desktop-content__some-links a{color:inherit;text-decoration:none}.site-footer-react__desktop-content__some-links a>svg{display:inline-block;vertical-align:middle}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1;word-break:break-word}[dir=ltr] .Toastify__toast-icon{margin-right:10px}[dir=rtl] .Toastify__toast-icon{margin-left:10px}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.page-template-react{background-color:#fef9f6;font-family:TSTAR;font-style:normal;font-weight:400;height:100%;line-height:1.4;padding-bottom:3.5rem}@media(min-width:1024px){.page-template-react{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.page-template-react{font-size:1.125rem}}@media(max-width:767px){.page-template-react{font-size:1rem}}.page-template-react__heading{color:#910200;font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media(min-width:1024px){.page-template-react__heading{font-size:2.5rem}}@media(min-width:768px)and (max-width:1023px){.page-template-react__heading{font-size:2.125rem}}@media(max-width:767px){.page-template-react__heading{font-size:1.75rem}}.bureau-card-react{background-color:#fff;border:4px solid #cbcbcb;box-shadow:4px 4px 0 #000;display:grid;font-family:tstar,sans-serif;grid-template-areas:"greeting greeting" "details details" "edit edit";grid-template-columns:1fr 1fr}.bureau-card-react>*{padding:1rem}@media(min-width:768px){.bureau-card-react{grid-template-areas:"greeting greeting" "details edit"}.bureau-card-react>*{padding:1.5rem}}.bureau-card-react__greeting{font-family:TSTAR;font-style:normal;font-weight:700;grid-area:greeting;line-height:1.2;padding-bottom:0}@media(min-width:1024px){.bureau-card-react__greeting{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.bureau-card-react__greeting{font-size:1.6875rem}}@media(max-width:767px){.bureau-card-react__greeting{font-size:1.5rem}}.bureau-card-react__details{font-weight:700;grid-area:details}.bureau-card-react__details__contact{display:flex;flex-wrap:wrap;gap:1rem 3.5rem}.bureau-card-react__details__employers{margin-top:1.5rem}.bureau-card-react__details__employers__list{--_spacing:1rem;display:flex;flex-direction:column;flex-wrap:wrap;gap:calc(var(--_spacing)/4) var(--_spacing);list-style:none;margin:0;padding:0}@media(min-width:768px){.bureau-card-react__details__employers__list{flex-direction:row}.bureau-card-react__details__employers__list li+li:before{border-left:1px solid #cbcbcb;content:"";padding-left:var(--_spacing)}}.bureau-card-react__edit{align-self:end;grid-area:edit}@media(min-width:768px){.bureau-card-react__edit{text-align:right}}.bureau-card-react__label{font-size:.75rem}.collapsible-navigation-container-react__header{background-color:#fef9f6;border-bottom:1px solid #df3232;padding:1rem}.collapsible-navigation-container-react__header__toggle{align-items:center;background-color:#0000;border:none;display:flex;font-family:tstar,sans-serif;font-weight:700;gap:.5rem;text-transform:uppercase}.collapsible-navigation-container-react__header__toggle svg{margin-top:-4px}.collapsible-navigation-container-react__content{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s}.collapsible-navigation-container-react__content--open{grid-template-rows:1fr}.collapsible-navigation-container-react__content__inner{overflow:hidden}.collapsible-table-container-react{container-type:inline-size}.collapsible-table-react{display:grid;grid-template-columns:var(--grid-template-columns-desktop)}.collapsible-table-react__header{display:none;font-weight:700;text-transform:uppercase}.collapsible-table-react__header>:not(:first-child){text-align:center}.collapsible-table-react__row{background-color:#ededed;outline:1px solid #cbcbcb}.collapsible-table-react__row+.collapsible-table-react__row{margin-top:.5rem}.collapsible-table-react__row svg{display:inline-block;vertical-align:middle}.collapsible-table-react__row__cell__heading{font-weight:700}.collapsible-table-react__row__mobile-toggle{background-color:#ededed;border:none;display:flex;font-weight:700;justify-content:space-between;padding:.5rem;width:100%}@container (width <= 520px){.collapsible-table-react__row__cell{background-color:#fff;border-top:1px solid #cbcbcb;display:flex;justify-content:space-between;padding:.5rem}.collapsible-table-react__row:not(.collapsible-table-react__row--mobile-open) .collapsible-table-react__row__cell,.collapsible-table-react__row__cell:first-of-type{display:none}}@container (width > 520px){.collapsible-table-react__header,.collapsible-table-react__row{align-items:center;display:grid;grid-template-columns:subgrid}.collapsible-table-react__header>*,.collapsible-table-react__row>*{padding-left:.5rem;padding-right:.5rem}.collapsible-table-react__header__cell__heading,.collapsible-table-react__header__mobile-toggle,.collapsible-table-react__row__cell__heading,.collapsible-table-react__row__mobile-toggle{display:none}.collapsible-table-react__header{margin-bottom:.5rem}.collapsible-table-react__row{background-color:#f0f5f5;padding-bottom:.5rem;padding-top:.5rem}.collapsible-table-react__row+.collapsible-table-react__row{margin-top:1rem}.collapsible-table-react__row__cell:not(:first-of-type){border-left:1px solid #cbcbcb;text-align:center}}.content-card-react{background-color:#fff;border:1px solid #cbcbcb;font-family:tstar,sans-serif;padding:2rem 1.5rem;position:relative}.content-card-react--drop-shadow{box-shadow:4px 4px 0 #000}.content-card-react[class*="--status-"]{border-width:3px}.content-card-react--status-active{border-color:#c7fbd4}.content-card-react--status-deactivated{border-color:#f9cbcb}.content-card-react--status-in-progress{border-color:#ffeaa1}.content-card-react--notification-border{border-color:#df3232;border-width:2px}.content-card-react__header-container{display:flex;flex-wrap:wrap;justify-content:space-between}.content-card-react__header-container:not(:empty){margin-bottom:1rem}.content-card-react__heading{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.content-card-react__heading{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.content-card-react__heading{font-size:1.4375rem}}@media(max-width:767px){.content-card-react__heading{font-size:1.25rem}}.content-card-react__tag{position:absolute;right:.5rem;top:.5rem}.content-wrapper-react__header-container{display:flex;flex-wrap:wrap;justify-content:space-between}.content-wrapper-react__header-container:not(:empty){margin-bottom:1rem}.content-wrapper-react__heading{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;text-transform:uppercase}@media(min-width:1024px){.content-wrapper-react__heading{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.content-wrapper-react__heading{font-size:1.4375rem}}@media(max-width:767px){.content-wrapper-react__heading{font-size:1.25rem}}.content-wrapper-react__section__heading{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.2;margin-bottom:1rem;margin-top:3.5rem}@media(min-width:1024px){.content-wrapper-react__section__heading{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.content-wrapper-react__section__heading{font-size:1.4375rem}}@media(max-width:767px){.content-wrapper-react__section__heading{font-size:1.25rem}}@media(min-width:992px){.content-wrapper-react__section__heading{margin-top:6rem}}.content-wrapper-react__box-list{list-style:none;padding-left:0}.content-wrapper-react__box-list>li{align-items:center;background-color:#f0f5f5;border:1px solid #cbcbcb;display:flex;justify-content:space-between;padding:.5rem 1rem}.dialog-modal-react{border:0;max-height:calc(100vh - 100px);max-width:min(calc(100% - 40px),1240px);outline:2px solid #000;padding:1rem 1rem 1.5rem}@media(min-width:768px){.dialog-modal-react{padding-left:1.5rem;padding-right:1.5rem}}.dialog-modal-react__close-btn-wrapper{display:flex}.dialog-modal-react__close-btn{background-color:#0000;border:none;font-family:TSTAR;font-style:normal;font-weight:700;line-height:normal;margin-left:auto;text-decoration:underline;text-decoration-thickness:2px;text-transform:uppercase}@media(min-width:1024px){.dialog-modal-react__close-btn{font-size:1rem}}@media(min-width:768px)and (max-width:1023px){.dialog-modal-react__close-btn{font-size:1rem}}@media(max-width:767px){.dialog-modal-react__close-btn{font-size:1rem}}.dialog-modal-react__close-btn.focus-visible,.dialog-modal-react__close-btn:hover{text-decoration:none}.dialog-modal-react__close-btn:focus-visible,.dialog-modal-react__close-btn:hover{text-decoration:none}.dialog-modal-react__inner{display:flex;flex-direction:column;font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;padding-top:1rem}@media(min-width:1024px){.dialog-modal-react__inner{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.dialog-modal-react__inner{font-size:1.125rem}}@media(max-width:767px){.dialog-modal-react__inner{font-size:1rem}}.dialog-modal-react__inner__header{display:flex;margin-bottom:.75rem}.dialog-modal-react__inner__header__heading{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.dialog-modal-react__inner__header__heading{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.dialog-modal-react__inner__header__heading{font-size:1.4375rem}}@media(max-width:767px){.dialog-modal-react__inner__header__heading{font-size:1.25rem}}.dialog-modal-react__inner__header__close-btn{margin-left:auto;padding-left:.75rem}.dialog-modal-react__inner__content{flex:1;font-family:tstar,sans-serif}.dropdown2-react__label{display:block;font-weight:700;margin-bottom:.5rem}.dropdown2-react__btn-toggle{align-items:center;background:#fff;border:none;box-shadow:inset 0 0 0 1px #000;column-gap:.5rem;display:inline-flex;font-family:TSTAR;font-style:normal;font-weight:500;justify-content:space-between;line-height:normal;padding:8px 1rem 9px;-webkit-user-select:none;user-select:none;width:100%}@media(min-width:1024px){.dropdown2-react__btn-toggle{font-size:1rem}}@media(min-width:768px)and (max-width:1023px){.dropdown2-react__btn-toggle{font-size:1rem}}@media(max-width:767px){.dropdown2-react__btn-toggle{font-size:1rem}}@media(min-width:992px){.dropdown2-react__btn-toggle{padding-bottom:13px;padding-top:12px}}.dropdown2-react__btn-toggle__text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dropdown2-react__list{background:#fff;border:1px solid #cbcbcb;border-radius:0;font-family:TSTAR;font-style:normal;font-weight:500;line-height:normal;min-width:100px;outline:0;overflow-y:auto}@media(min-width:1024px){.dropdown2-react__list{font-size:1rem}}@media(min-width:768px)and (max-width:1023px){.dropdown2-react__list{font-size:1rem}}@media(max-width:767px){.dropdown2-react__list{font-size:1rem}}.dropdown2-react__list__item{cursor:default;padding:.5rem}.dropdown2-react__list__item--active,.dropdown2-react__list__item--selected{background-color:#94e0e1}.form-react{position:relative;transition:padding-bottom .2s}.form-react__toast-container{left:0;position:absolute;text-align:center;top:-50px;width:100%}.form-react__toast-container>*{white-space:nowrap}.form-react__loader-container{bottom:0;position:absolute;right:0}.links-list-react{background-color:#eddffd;padding:1.5rem}.links-list-react__heading{color:#9800a8;font-family:TSTAR;font-size:1rem;font-style:normal;font-weight:700;line-height:1.4;margin-bottom:.75rem}.links-list-react__list{padding-left:1.5rem}.links-list-react__list li+li{margin-top:.5rem}.links-list-react__link{font-family:TSTAR;font-weight:400;-webkit-font-smoothing:antialiased;color:inherit;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.2em}.links-list-react__link:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}@media(min-width:1024px){.links-list-react__link{font-size:1.25rem}}@media(min-width:768px)and (max-width:1023px){.links-list-react__link{font-size:1.1875rem}}@media(max-width:767px){.links-list-react__link{font-size:1.0625rem}}.person-avatar-list-react{align-items:center;display:flex;gap:.5rem}.person-avatar-list-react__avatars{display:flex;flex-shrink:0}.person-avatar-list-react__avatars img{background-color:#fff;border:2px solid #fff;border-radius:50%;height:48px;object-fit:cover;width:48px}.person-avatar-list-react__avatars img:not(:first-child){margin-left:-12px}.person-avatar-list-react__hoverable--hovered{z-index:9}.person-avatar-list-react__avatars[\:has\(\.person-avatar-list-react__hoverable--hovered\)] .person-avatar-list-react__hoverable:not(.person-avatar-list-react__hoverable--hovered){opacity:.2}.person-avatar-list-react__avatars:has(.person-avatar-list-react__hoverable--hovered) .person-avatar-list-react__hoverable:not(.person-avatar-list-react__hoverable--hovered){opacity:.2}.person-avatar-list-react__text[\:has\(\.person-avatar-list-react__hoverable--hovered\)] .person-avatar-list-react__hoverable--hovered{font-weight:700}.person-avatar-list-react__text:has(.person-avatar-list-react__hoverable--hovered) .person-avatar-list-react__hoverable--hovered{font-weight:700}.person-info-card-react{background-color:#f6f6f6;border:2px solid #cbcbcb}.person-info-card-react--stretch-vertically{height:100%}.person-info-card-react__main{align-items:center;background-color:#fff;display:flex;flex-wrap:wrap;gap:.75rem;padding:1rem}.person-info-card-react__image{--_dimension:110px;border:1px solid #cbcbcb;border-radius:var(--_dimension);height:var(--_dimension);object-fit:cover;width:var(--_dimension)}.person-info-card-react__main-text-content{flex:1}.person-info-card-react__sub-heading{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;text-transform:uppercase}@media(min-width:1024px){.person-info-card-react__sub-heading{font-size:.75rem}}@media(min-width:768px)and (max-width:1023px){.person-info-card-react__sub-heading{font-size:.75rem}}@media(max-width:767px){.person-info-card-react__sub-heading{font-size:.75rem}}.person-info-card-react__info-section a{color:#000;text-decoration:none}.person-info-card-react__info-section a:hover{text-decoration:underline}.person-info-card-react__info-section+.person-info-card-react__info-section:before{background-color:#cbcbcb;content:"";display:block;height:1px;margin-bottom:14px;margin-top:8px;width:100%}.person-info-card-react__name{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.person-info-card-react__name{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.person-info-card-react__name{font-size:1.125rem}}@media(max-width:767px){.person-info-card-react__name{font-size:1rem}}.person-info-card-react__misc-info:not(:empty){padding:1rem 1rem 8px}.person-info-card-react__info-text{font-family:TSTAR;font-style:normal;font-weight:500;line-height:1.4}@media(min-width:1024px){.person-info-card-react__info-text{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.person-info-card-react__info-text{font-size:1.125rem}}@media(max-width:767px){.person-info-card-react__info-text{font-size:1rem}}.profile-bureau-navigation-react{list-style:none;margin:0;padding:0}.profile-bureau-navigation-react__item{background-color:#fff;border:1px solid #cbcbcb;border-top:0 solid #cbcbcb}.profile-bureau-navigation-react__item:first-child{border-top-width:1px}.profile-bureau-navigation-react__item--active{background-color:#fef9f6;border-bottom-color:#bb1816;border-bottom-width:2px}.profile-bureau-navigation-react__item__link{align-items:center;color:#000;display:flex;font-family:TSTAR;font-style:normal;font-weight:700;gap:1rem;line-height:1.4;padding:1rem;text-decoration:none;text-transform:uppercase}@media(min-width:1024px){.profile-bureau-navigation-react__item__link{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.profile-bureau-navigation-react__item__link{font-size:1.125rem}}@media(max-width:767px){.profile-bureau-navigation-react__item__link{font-size:1rem}}.profile-bureau-navigation-react__item__link__text{margin-bottom:-.25em}.profile-bureau-navigation-react__item__link>*{pointer-events:none}.profile-bureau-navigation-react__item__link svg{flex-shrink:0}.profile-bureau-navigation-react__item__link:hover{background-color:#f0f5f5}@media(min-width:768px){.profile-bureau-navigation-react__item__link{gap:2rem;padding:1.5rem}}.profile-bureau-navigation-react__icon-wrapper{position:relative}.profile-bureau-navigation-react__notification{background-color:#df3232;border-radius:8px;height:8px;position:absolute;right:-5px;top:-5px;width:8px}.social-sharing-react{border-bottom:1px solid #cbcbcb;border-top:1px solid #cbcbcb;color:#000;display:flex;flex-wrap:wrap;font-family:TSTAR;font-style:normal;font-weight:700;gap:.5rem;line-height:1.4;padding-bottom:.75rem;padding-top:.75rem}@media(min-width:1024px){.social-sharing-react{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.social-sharing-react{font-size:1.125rem}}@media(max-width:767px){.social-sharing-react{font-size:1rem}}.social-sharing-react__text{margin-bottom:-3px}.social-sharing-react__list{line-height:0;list-style:none;margin:0;padding:0}.social-sharing-react__list-item{display:inline-block}.social-sharing-react__list-item+.social-sharing-react__list-item{margin-left:.5rem}.social-sharing-react a{color:#000}.user-card-react{--border-color:#cbcbcb;--status-bg-color:"";background-color:#fff;border:4px solid var(--border-color);box-shadow:4px 4px 0 #000;display:grid;font-family:tstar,sans-serif;grid-template-areas:"greeting greeting" "details details" "status status";grid-template-columns:1fr 1fr}.user-card-react--theme-success{--border-color:#02c065;--status-bg-color:#c7fbd4}.user-card-react--theme-warning{--border-color:#e7b615;--status-bg-color:#ffeaa1}.user-card-react--theme-alert{--border-color:#df3232;--status-bg-color:#f9cbcb}.user-card-react>*{padding:1rem}@media(min-width:768px){.user-card-react{grid-template-areas:"greeting status" "details details"}.user-card-react>*{padding:1.5rem}}.user-card-react__greeting{font-family:TSTAR;font-style:normal;font-weight:700;grid-area:greeting;line-height:1.2;padding-bottom:0}@media(min-width:1024px){.user-card-react__greeting{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.user-card-react__greeting{font-size:1.6875rem}}@media(max-width:767px){.user-card-react__greeting{font-size:1.5rem}}.user-card-react__details{font-weight:700;grid-area:details}.user-card-react__details__contact{display:flex;flex-wrap:wrap;gap:1rem 3.5rem}.user-card-react__details__employers{margin-top:1.5rem}.user-card-react__details__employers__list{--_spacing:1rem;display:flex;flex-direction:column;flex-wrap:wrap;gap:calc(var(--_spacing)/4) var(--_spacing);list-style:none;margin:0;padding:0}@media(min-width:768px){.user-card-react__details__employers__list{flex-direction:row}.user-card-react__details__employers__list li+li:before{border-left:1px solid #cbcbcb;content:"";padding-left:var(--_spacing)}}.user-card-react__label{font-size:.75rem}.user-card-react__status{background-color:var(--status-bg-color);grid-area:status}.user-card-react__status__header{display:flex;font-size:1.125rem;font-weight:700;justify-content:space-between}@media(min-width:768px){.user-card-react__status__header{font-size:1.625rem}}@media(min-width:992px){.user-card-react__status__header__text{display:flex;flex-grow:1;flex-wrap:wrap;justify-content:space-between}}.user-card-react__status__header__toggle{background:#0000;border:none;margin-left:1rem}.user-card-react__status__content{display:grid;grid-template-rows:0fr;transition-duration:.2s;transition-property:grid-template-rows,margin;transition-timing-function:ease-out}.user-card-react__status__content--open{grid-template-rows:1fr;margin-top:1rem}.user-card-react__status__content__inner{overflow:hidden}.user-card-react__status__content__footer{margin-top:1rem;text-align:right}.CLDropdown__label{display:block;font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.CLDropdown__label{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.CLDropdown__label{font-size:1.125rem}}@media(max-width:767px){.CLDropdown__label{font-size:1rem}}.CLDropdown>select{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;min-width:-webkit-max-content;min-width:max-content;padding:.5rem 1rem;width:100%}@media(min-width:1024px){.CLDropdown>select{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.CLDropdown>select{font-size:1.125rem}}@media(max-width:767px){.CLDropdown>select{font-size:1rem}}.CLDropdown>select>option{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;padding:.5rem 1rem}@media(min-width:1024px){.CLDropdown>select>option{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.CLDropdown>select>option{font-size:1.125rem}}@media(max-width:767px){.CLDropdown>select>option{font-size:1rem}}.CLDropdown>select>option.selected{background-color:#94e0e1}.CL-file-upload__label{color:#000;display:inline-block;font-family:TSTAR;font-style:normal;font-weight:700;line-height:normal;text-decoration:underline;text-decoration-thickness:2px;text-transform:uppercase;text-underline-offset:3px;transform:translateY(.1em)}@media(min-width:1024px){.CL-file-upload__label{font-size:1rem}}@media(min-width:768px)and (max-width:1023px){.CL-file-upload__label{font-size:1rem}}@media(max-width:767px){.CL-file-upload__label{font-size:1rem}}.CL-file-upload__label:hover{cursor:pointer;-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}.CL-file-upload__label[\:has\(\%2Binput\.focus-visible\)]{outline:2px solid}.CL-file-upload__label:has(+input.focus-visible){outline:2px solid}.CL-file-upload__label[\:has\(\%2Binput\:focus-visible\)]{outline:2px solid}.CL-file-upload__label:has(+input:focus-visible){outline:2px solid}.CL-file-upload__label>svg{color:#000;display:inline;margin-bottom:-2px;margin-left:.25rem}.CL-file-upload__no-file{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;margin-top:.5rem}@media(min-width:1024px){.CL-file-upload__no-file{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.CL-file-upload__no-file{font-size:1.125rem}}@media(max-width:767px){.CL-file-upload__no-file{font-size:1rem}}.CL-file-upload__subheading{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.4;margin-top:1rem}@media(min-width:1024px){.CL-file-upload__subheading{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.CL-file-upload__subheading{font-size:1.125rem}}@media(max-width:767px){.CL-file-upload__subheading{font-size:1rem}}.CL-file-upload__filename-list{display:flex;flex-direction:column;margin:0;padding:0;row-gap:.5rem}.CL-file-upload__filename-list-item{background-color:#ededed;border:1px solid #cbcbcb;display:flex;font-family:TSTAR;font-style:normal;font-weight:700;justify-content:space-between;line-height:1.4;list-style-type:none;padding:.5rem}@media(min-width:1024px){.CL-file-upload__filename-list-item{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.CL-file-upload__filename-list-item{font-size:1.125rem}}@media(max-width:767px){.CL-file-upload__filename-list-item{font-size:1rem}}.CL-file-upload__filename-list-item-delete-btn{background:#0000;border:none;margin:0}.CL-file-upload__filename-list-item-delete-btn>svg{color:#000}.CL-file-upload__img-preview-list{list-style-type:none;margin:1rem 0 0;padding:0}.CL-file-upload__img-preview-list:empty{margin:0}.CL-file-upload__img-preview-list-item{display:grid;grid-template-columns:auto 1fr;grid-gap:1rem;gap:1rem}.CL-file-upload__img-preview-list-item+.CL-file-upload__img-preview-list-item{margin-top:.75rem}.CL-file-upload__img-preview-list-item-file-preview,.CL-file-upload__img-preview-list-item-img{border-radius:4px;height:56px;width:56px}.CL-file-upload__img-preview-list-item-img{object-fit:contain}.CL-file-upload__img-preview-list-item-file-preview{align-items:center;background-color:#ededed;display:flex;justify-content:center}.CL-file-upload__input{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.CL-file-upload__error{color:#df3232;font-family:TSTAR;font-style:normal;font-weight:500;line-height:1.4}@media(min-width:1024px){.CL-file-upload__error{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.CL-file-upload__error{font-size:1.125rem}}@media(max-width:767px){.CL-file-upload__error{font-size:1rem}}.multi-select-dropdown{display:inline-block;position:relative;width:100%}.multi-select-dropdown__trigger{align-items:center;background:#fff;border:1px solid #000;color:#606060;cursor:pointer;display:flex;font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;font-weight:400;justify-content:space-between;line-height:1.4;padding:12px 16px;transition:border-color .2s ease}@media(max-width:767px){.multi-select-dropdown__trigger{font-size:16px}}.multi-select-dropdown__trigger-text{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.multi-select-dropdown__trigger-icon{flex-shrink:0;margin-left:12px;transition:transform .2s ease}.multi-select-dropdown__trigger-icon--open{transform:rotate(180deg)}.multi-select-dropdown__panel{background:#fff;border:1px solid #ededed;border-top:none;box-shadow:0 4px 12px #0000001a;display:none;left:0;position:absolute;right:0;top:100%;z-index:10}.multi-select-dropdown__panel--open{display:block}.multi-select-dropdown__search{border-bottom:1px solid #cbcbcb;padding:16px}.multi-select-dropdown__items{max-height:300px;overflow-y:auto}.multi-select-dropdown__items__default-item,.multi-select-dropdown__items__select-all{border-bottom:1px solid #cbcbcb}.multi-select-dropdown__items__list-item{align-items:center;column-gap:8px;cursor:pointer;display:flex;font-family:TSTAR,sans-serif;font-size:18px;font-style:normal;font-weight:500;line-height:1.4;padding:12px 16px}@media(max-width:767px){.multi-select-dropdown__items__list-item{font-size:16px}}.multi-select-dropdown__items__list-item:hover{background:#d7e6e6}.multi-select-dropdown__items__list-item.selected{background:#e0ecec}.profile-bureau-page-react{background-color:#f0f5f5;font-family:TSTAR;font-style:normal;font-weight:400;height:100%;line-height:1.4;padding-bottom:3.5rem}@media(min-width:1024px){.profile-bureau-page-react{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.profile-bureau-page-react{font-size:1.125rem}}@media(max-width:767px){.profile-bureau-page-react{font-size:1rem}}.profile-bureau-page-react{padding-top:3.5rem}@media(min-width:992px){.profile-bureau-page-react{padding-top:6rem}}.profile-bureau-page-react__user-card{margin-bottom:3.5rem}@media(min-width:768px){.profile-bureau-page-react__user-card{margin-bottom:6rem}}.profile-bureau-page-react__menu-container{position:-webkit-sticky;position:sticky}.profile-bureau-page-react__menu-container--mobile{margin-left:-20px;margin-right:-20px;top:75px;z-index:1000}@media(min-width:768px){.profile-bureau-page-react__menu-container--mobile{display:none}}.profile-bureau-page-react__menu-container--desktop{top:180px}@media(max-width:767px){.profile-bureau-page-react__menu-container--desktop{display:none}}.profile-bureau-page-react__content-container{scroll-margin-top:180px}@media(max-width:991px){.profile-bureau-page-react__content-container{scroll-margin-top:100px}}@media(max-width:767px){.profile-bureau-page-react__content-container{padding-top:3.5rem}}.profile-bureau-page-react__enter-anim{animation:content-enter .6s forwards}.rich-text-react img{height:auto;max-width:100%}.rich-text-react--theme-fallback{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4}@media(min-width:1024px){.rich-text-react--theme-fallback{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.rich-text-react--theme-fallback{font-size:1.125rem}}@media(max-width:767px){.rich-text-react--theme-fallback{font-size:1rem}}.rich-text-react--theme-fallback h1{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.2}@media(min-width:1024px){.rich-text-react--theme-fallback h1{font-size:2.5rem}}@media(min-width:768px)and (max-width:1023px){.rich-text-react--theme-fallback h1{font-size:2.125rem}}@media(max-width:767px){.rich-text-react--theme-fallback h1{font-size:1.75rem}}.rich-text-react--theme-fallback h2{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.2}@media(min-width:1024px){.rich-text-react--theme-fallback h2{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.rich-text-react--theme-fallback h2{font-size:1.6875rem}}@media(max-width:767px){.rich-text-react--theme-fallback h2{font-size:1.5rem}}.rich-text-react--theme-fallback h3{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.2}@media(min-width:1024px){.rich-text-react--theme-fallback h3{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.rich-text-react--theme-fallback h3{font-size:1.4375rem}}@media(max-width:767px){.rich-text-react--theme-fallback h3{font-size:1.25rem}}.rich-text-react--theme-fallback h4{font-family:TSTAR;font-style:normal;font-weight:500;line-height:1.2}@media(min-width:1024px){.rich-text-react--theme-fallback h4{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.rich-text-react--theme-fallback h4{font-size:1.125rem}}@media(max-width:767px){.rich-text-react--theme-fallback h4{font-size:1rem}}.rich-text-react--theme-fallback a{color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.rich-text-react--theme-fallback a:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}.rich-text-react--theme-fallback a{text-underline-offset:auto}.rich-text-react--theme-article{text-rendering:optimizeLegibility;word-wrap:break-word;font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.6;text-wrap:pretty}@media(min-width:1024px){.rich-text-react--theme-article{font-size:1.25rem}}@media(min-width:768px)and (max-width:1023px){.rich-text-react--theme-article{font-size:1.1875rem}}@media(max-width:767px){.rich-text-react--theme-article{font-size:1.0625rem}}.rich-text-react--theme-article h1{font-family:TSTAR;font-style:normal;font-weight:700;line-height:normal}@media(min-width:1024px){.rich-text-react--theme-article h1{font-size:2.5rem}}@media(min-width:768px)and (max-width:1023px){.rich-text-react--theme-article h1{font-size:2.125rem}}@media(max-width:767px){.rich-text-react--theme-article h1{font-size:1.75rem}}.rich-text-react--theme-article h2{font-family:TSTAR;font-style:normal;font-weight:700;line-height:normal}@media(min-width:1024px){.rich-text-react--theme-article h2{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.rich-text-react--theme-article h2{font-size:1.6875rem}}@media(max-width:767px){.rich-text-react--theme-article h2{font-size:1.5rem}}.rich-text-react--theme-article h3{font-family:TSTAR;font-style:normal;font-weight:700;line-height:normal}@media(min-width:1024px){.rich-text-react--theme-article h3{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.rich-text-react--theme-article h3{font-size:1.4375rem}}@media(max-width:767px){.rich-text-react--theme-article h3{font-size:1.25rem}}.rich-text-react--theme-article h4{font-family:TSTAR;font-style:normal;font-weight:700;line-height:normal}@media(min-width:1024px){.rich-text-react--theme-article h4{font-size:1.5rem}}@media(min-width:768px)and (max-width:1023px){.rich-text-react--theme-article h4{font-size:1.375rem}}@media(max-width:767px){.rich-text-react--theme-article h4{font-size:1.1875rem}}.rich-text-react--theme-article h5{font-family:TSTAR;font-style:normal;font-weight:700;line-height:normal}@media(min-width:1024px){.rich-text-react--theme-article h5{font-size:1.375rem}}@media(min-width:768px)and (max-width:1023px){.rich-text-react--theme-article h5{font-size:1.25rem}}@media(max-width:767px){.rich-text-react--theme-article h5{font-size:1.125rem}}.rich-text-react--theme-article h6{font-family:TSTAR;font-style:normal;font-weight:700;line-height:normal}@media(min-width:1024px){.rich-text-react--theme-article h6{font-size:1.25rem}}@media(min-width:768px)and (max-width:1023px){.rich-text-react--theme-article h6{font-size:1.1875rem}}@media(max-width:767px){.rich-text-react--theme-article h6{font-size:1.0625rem}}.rich-text-react--theme-article p{margin-bottom:.5em;margin-top:1.5em}.rich-text-react--theme-article a{color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.rich-text-react--theme-article a:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}.rich-text-react--theme-article a{text-underline-offset:auto}.rich-text-react--theme-article h1,.rich-text-react--theme-article h2,.rich-text-react--theme-article h3,.rich-text-react--theme-article h4,.rich-text-react--theme-article h5,.rich-text-react--theme-article h6{color:#910200;margin-bottom:.5em;margin-top:1.5em}.rich-text-react--theme-article :where(h1,h2,h3,h4,h5,h6)[\:has\(\%2B\:where\(h1\,h2\,h3\,h4\,h5\,h6\,p\,ol\,ul\)\)]{margin-top:0}.rich-text-react--theme-article :where(h1,h2,h3,h4,h5,h6):has(+:where(h1,h2,h3,h4,h5,h6,p,ol,ul)){margin-top:0}.rich-text-react--theme-article :where(h1,h2,h3,h4,h5,h6)+:where(h1,h2,h3,h4,h5,h6){margin-top:.75em}.rich-text-react--theme-article :where(h1,h2,h3,h4,h5,h6)+:where(p,ol,ul){margin-top:.375em}.rich-text-react--theme-article table{border-collapse:collapse;margin-bottom:2rem;table-layout:auto;text-align:left;width:100%}.rich-text-react--theme-article table td,.rich-text-react--theme-article table th{border:1px solid #cbcbcb;vertical-align:top;word-wrap:break-word;word-wrap:anywhere;-webkit-hyphens:auto;hyphens:auto;padding:.5rem}.rich-text-react--theme-article table th{background-color:#ededed}[dir=ltr] .rich-text-react--theme-article table caption{text-align:left}[dir=rtl] .rich-text-react--theme-article table caption{text-align:right}.rich-text-react--theme-article table caption{caption-side:bottom;color:#606060;font-size:.875rem;font-style:italic;margin-top:.5rem}[dir=ltr] .rich-text-react--theme-article ol,[dir=ltr] .rich-text-react--theme-article ul{padding-left:3ch}[dir=rtl] .rich-text-react--theme-article ol,[dir=rtl] .rich-text-react--theme-article ul{padding-right:3ch}.rich-text-react--theme-article ol,.rich-text-react--theme-article ul{margin-bottom:.5em;margin-top:1.5em}.rich-text-react--theme-article ol ol,.rich-text-react--theme-article ol ul,.rich-text-react--theme-article ul ol,.rich-text-react--theme-article ul ul{margin-top:.375em}.rich-text-react--theme-article ol li::marker,.rich-text-react--theme-article ul li::marker{color:#9800a8;font-weight:500}.rich-text-react--theme-article ol li,.rich-text-react--theme-article ul li{margin-bottom:.25em;margin-top:.75em}.rich-text-react--theme-article>:last-child{margin-bottom:0}.rich-text-react--theme-article>:first-child{margin-top:0}.admin-tool-user-management-page-react{background-color:#f0f5f5;height:100%;padding-bottom:3.5rem}.article-page-react__intro{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;margin-bottom:3.5rem}@media(min-width:1024px){.article-page-react__intro{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.article-page-react__intro{font-size:1.6875rem}}@media(max-width:767px){.article-page-react__intro{font-size:1.5rem}}.article-page-react__publication-details{border-top:1px solid #cbcbcb;color:#606060;margin-top:2.5rem;padding-top:1rem}.article-page-react__publication-details>span+span{margin-left:.5rem}.article-page-react__hero-image{width:100%}.article-page-react__main-body--no-access-blur{color:#0000!important;text-shadow:0 0 15px #969696;-webkit-user-select:none;user-select:none}.article-page-react__side-content{display:flex;flex-direction:column;gap:1.5rem}@media(max-width:767px){.article-page-react__side-content{margin-top:3.5rem}}.article-page-react__modal-link{color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.article-page-react__modal-link:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}.product-summary-card-react{background-color:#fff;border:4px solid #9800a8;container-type:inline-size;font-family:TSTAR;font-style:normal;font-weight:500;line-height:1.4;padding:2rem 1rem}@media(min-width:1024px){.product-summary-card-react{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.product-summary-card-react{font-size:1.125rem}}@media(max-width:767px){.product-summary-card-react{font-size:1rem}}.product-summary-card-react__heading{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:1.5rem;margin-top:1rem}@media(min-width:1024px){.product-summary-card-react__heading{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.product-summary-card-react__heading{font-size:1.4375rem}}@media(max-width:767px){.product-summary-card-react__heading{font-size:1.25rem}}.product-summary-card-react__heading a{color:#000;text-decoration:none}.product-summary-card-react__heading a:hover{text-decoration:underline}.product-summary-card-react__course-detail{display:grid;grid-template-columns:auto 1fr;grid-gap:.5rem;gap:.5rem}.product-summary-card-react__divider{border-bottom:none;border-top:1px solid #cbcbcb;height:1px;margin-bottom:1.5rem;margin-top:1.5rem}.product-summary-card-react__update-hours{border-top:1px solid #cbcbcb;display:grid;grid-template-columns:1fr}.product-summary-card-react__update-hours>*{padding-top:.5rem}.product-summary-card-react__update-hours>:first-child{padding-right:.5rem}@container (width > 270px){.product-summary-card-react__update-hours{grid-template-columns:1fr 1fr}.product-summary-card-react__update-hours>:last-child{border-left:1px solid #cbcbcb;padding-left:.5rem}}.product-summary-card-react__hours{display:flex;gap:.5rem;margin-bottom:.5rem}.product-summary-card-react__hours>svg{margin-top:2px}.product-summary-card-react__info-text{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4}@media(min-width:1024px){.product-summary-card-react__info-text{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.product-summary-card-react__info-text{font-size:1.125rem}}@media(max-width:767px){.product-summary-card-react__info-text{font-size:1rem}}.product-summary-card-react__button-group{justify-content:center}.related-articles-react__heading{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media(min-width:1024px){.related-articles-react__heading{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.related-articles-react__heading{font-size:1.6875rem}}@media(max-width:767px){.related-articles-react__heading{font-size:1.5rem}}.related-articles-react__cards{display:grid;grid-template-columns:1fr}@media(min-width:768px){.related-articles-react__cards{border:none;grid-template-columns:repeat(3,1fr)}}.related-articles-react__card{background-color:#fff;display:flex;flex-direction:column;padding:2rem}@media(max-width:767px){.related-articles-react__card{border-left:1px solid #cbcbcb;border-right:1px solid #cbcbcb;border-top:1px solid #cbcbcb}.related-articles-react__card:last-child{border-bottom:1px solid #cbcbcb}}@media(min-width:768px){.related-articles-react__card{border-bottom:1px solid #cbcbcb;border-left:1px solid #cbcbcb;border-top:1px solid #cbcbcb}.related-articles-react__card:last-child{border-right:1px solid #cbcbcb}}.related-articles-react__card-heading{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:1rem}@media(min-width:1024px){.related-articles-react__card-heading{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.related-articles-react__card-heading{font-size:1.4375rem}}@media(max-width:767px){.related-articles-react__card-heading{font-size:1.25rem}}.related-articles-react__card-description{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;margin-bottom:1rem}@media(min-width:1024px){.related-articles-react__card-description{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.related-articles-react__card-description{font-size:1.125rem}}@media(max-width:767px){.related-articles-react__card-description{font-size:1rem}}.related-articles-react__card-link{color:inherit;margin-top:auto;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.related-articles-react__card-link:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}.no-access-article-alert-react{background-color:#fff;border:4px solid #000;padding:2rem;text-align:center}.no-access-article-alert-react__icon{display:inline-block;margin-bottom:1rem}.no-access-article-alert-react__heading{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media(min-width:1024px){.no-access-article-alert-react__heading{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.no-access-article-alert-react__heading{font-size:1.6875rem}}@media(max-width:767px){.no-access-article-alert-react__heading{font-size:1.5rem}}.no-access-article-alert-react__main-action{margin-bottom:2rem;margin-top:2rem}.no-access-article-alert-react__link{color:inherit;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.no-access-article-alert-react__link:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}.course-receipt-page-react{background-color:#fef9f6;font-family:TSTAR;font-style:normal;font-weight:400;height:100%;line-height:1.4;padding-bottom:3.5rem}@media(min-width:1024px){.course-receipt-page-react{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.course-receipt-page-react{font-size:1.125rem}}@media(max-width:767px){.course-receipt-page-react{font-size:1rem}}.course-receipt-page-react__label{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.4}@media(min-width:1024px){.course-receipt-page-react__label{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.course-receipt-page-react__label{font-size:1.125rem}}@media(max-width:767px){.course-receipt-page-react__label{font-size:1rem}}.course-receipt-page-react__has-rated-icon{margin-bottom:2.5rem;max-width:86px}.course-receipt-page-react p+p{margin-top:1.5rem}.course-receipt-page-react a:not([class]){color:#000}.star-rating-react__fieldset{all:unset}.star-rating-react__legend{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:.5rem}@media(min-width:1024px){.star-rating-react__legend{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.star-rating-react__legend{font-size:1.125rem}}@media(max-width:767px){.star-rating-react__legend{font-size:1rem}}.star-rating-react__stars-container{align-items:center;display:flex}.star-rating-react__rating-result{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;margin-left:1rem;margin-top:.3em}@media(min-width:1024px){.star-rating-react__rating-result{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.star-rating-react__rating-result{font-size:1.125rem}}@media(max-width:767px){.star-rating-react__rating-result{font-size:1rem}}.star-rating-react__input.focus-visible+.star-rating-react__label svg{box-shadow:0 0 0 2px #000}.star-rating-react__input:focus-visible+.star-rating-react__label svg{box-shadow:0 0 0 2px #000}.star-rating-react__input,.star-rating-react__label>span{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border-width:0;white-space:nowrap}.star-rating-react__label{fill:#0000;padding-right:.75rem}.star-rating-react__input:checked+.star-rating-react__label .star-rating-react__star-fill,.star-rating-react__label:hover .star-rating-react__star-fill,[\:has\(\.star-rating-react__input\%2B\.star-rating-react__label\:hover\)]+.star-rating-react__label .star-rating-react__star-fill,[\:has\(\.star-rating-react__input\:checked\)]+.star-rating-react__label .star-rating-react__star-fill{fill:#ffd446}.star-rating-react__input:checked+.star-rating-react__label .star-rating-react__star-fill,.star-rating-react__label:hover .star-rating-react__star-fill,:has(~.star-rating-react__input+.star-rating-react__label:hover)+.star-rating-react__label .star-rating-react__star-fill,:has(~.star-rating-react__input:checked)+.star-rating-react__label .star-rating-react__star-fill{fill:#ffd446}.employee-list-page-react{background-color:#fef9f6;font-family:TSTAR;font-style:normal;font-weight:400;height:100%;line-height:1.4;padding-bottom:3.5rem}@media(min-width:1024px){.employee-list-page-react{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.employee-list-page-react{font-size:1.125rem}}@media(max-width:767px){.employee-list-page-react{font-size:1rem}}.employee-list-page-react__heading{color:#910200;font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.employee-list-page-react__heading{font-size:2.5rem}}@media(min-width:768px)and (max-width:1023px){.employee-list-page-react__heading{font-size:2.125rem}}@media(max-width:767px){.employee-list-page-react__heading{font-size:1.75rem}}.employee-list-page-react__sub-heading{color:#000;font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.employee-list-page-react__sub-heading{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.employee-list-page-react__sub-heading{font-size:1.6875rem}}@media(max-width:767px){.employee-list-page-react__sub-heading{font-size:1.5rem}}.employee-list-page-react__email-address,.employee-list-page-react__phone-number{color:#000;display:inline-block;text-decoration:none}.employee-list-page-react__email-address:hover,.employee-list-page-react__phone-number:hover{text-decoration:underline}.external-course-receipt-page-react{background-color:#fef9f6;height:100%;padding-bottom:3.5rem;padding-top:3.5rem}@media(min-width:992px){.external-course-receipt-page-react{padding-top:6rem}}.external-video-course-page-react{padding-top:3.5rem}@media(min-width:992px){.external-video-course-page-react{padding-top:6rem}}.video-course-page-react{background-color:#fef9f6;font-family:TSTAR;font-style:normal;font-weight:400;height:100%;line-height:1.4;padding-bottom:3.5rem}@media(min-width:1024px){.video-course-page-react{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.video-course-page-react{font-size:1.125rem}}@media(max-width:767px){.video-course-page-react{font-size:1rem}}.video-course-page-react__sub-heading{color:#910200;font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:1.5rem}@media(min-width:1024px){.video-course-page-react__sub-heading{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.video-course-page-react__sub-heading{font-size:1.6875rem}}@media(max-width:767px){.video-course-page-react__sub-heading{font-size:1.5rem}}.video-course-page-react__sub-heading--flex{align-items:center;display:flex;gap:.75rem}.video-course-page-react__buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-bottom:2.5rem}.video-course-page-react__tooltip-wrapper{color:#000;font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4}@media(min-width:1024px){.video-course-page-react__tooltip-wrapper{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.video-course-page-react__tooltip-wrapper{font-size:1.125rem}}@media(max-width:767px){.video-course-page-react__tooltip-wrapper{font-size:1rem}}.video-course-page-react__tooltip-icon{margin-top:-2px}.video-course-page-react__warning-message{align-items:center;background-color:#94e0e1;display:flex;flex-direction:row;gap:.5rem;padding:.75rem}.video-course-page-react__warning-message button{background:none;border:none;cursor:pointer;margin-left:auto}.video-course-page-react__loading-overlay{align-items:center;background-color:#ffffffe6;bottom:0;display:flex;justify-content:center;left:0;pointer-events:auto;position:fixed;right:0;top:0;touch-action:none;z-index:9999}.video-course-page-react__loading-content{align-items:center;display:flex;flex-direction:column;gap:1rem}.video-course-page-react__loading-content-text{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4}@media(min-width:1024px){.video-course-page-react__loading-content-text{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.video-course-page-react__loading-content-text{font-size:1.125rem}}@media(max-width:767px){.video-course-page-react__loading-content-text{font-size:1rem}}.video-sequence-list-react{background-color:#fff;border-collapse:collapse;font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;width:100%}@media(min-width:1024px){.video-sequence-list-react{font-size:1rem}}@media(min-width:768px)and (max-width:1023px){.video-sequence-list-react{font-size:1rem}}@media(max-width:767px){.video-sequence-list-react{font-size:1rem}}.video-sequence-list-react col:first-child{width:auto}.video-sequence-list-react col:not(:first-child){min-width:0;width:-webkit-max-content;width:max-content}.video-sequence-list-react a{color:#000}.video-sequence-list-react th{font-weight:400;text-align:left}.video-sequence-list-react td,.video-sequence-list-react th{padding:1rem}.video-sequence-list-react tr,.video-sequence-list-react__row{border-bottom:1px solid #ededed}.video-sequence-list-react tr--active,.video-sequence-list-react__row--active{font-weight:700}.video-sequence-list-react tr--muted,.video-sequence-list-react__row--muted{color:#606060}.video-sequence-list-react__status{display:flex;gap:.75rem}.video-sequence-list-react__status svg{flex-shrink:0;margin-top:-2px}@media(min-width:768px){.video-sequence-list-react col:first-child{width:auto}.video-sequence-list-react col:not(:first-child){width:1px}.video-sequence-list-react__nowrap-text{white-space:nowrap}}.fagsupport-form-page-react{background-color:#fef9f6;display:flex;flex-direction:column;height:100vh;position:fixed;width:100%}.fagsupport-form-page-react-full-height{height:inherit;overflow-y:auto}.fagsupport-form-page-react .fagsupport-form{grid-template-areas:". heading ." ". titleInput ." ". topic ." ". question ." ". nextSteps ." ". fileUpload ." ". submitForm .";margin-top:2.5rem}@media(max-width:767px){.fagsupport-form-page-react .fagsupport-form{display:grid;grid-template-areas:"heading" "titleInput" "topic" "question" "nextSteps" "fileUpload" "submitForm";grid-template-columns:4fr;padding:2rem 1.5rem;row-gap:24px}}@media(max-width:767px)and (max-width:767px){.fagsupport-form-page-react .fagsupport-form{column-gap:40px;row-gap:24px}}.fagsupport-form-page-react .fagsupport-form{display:grid;grid-template-columns:3fr 6fr 3fr;row-gap:24px}@media(max-width:767px){.fagsupport-form-page-react .fagsupport-form{row-gap:24px}}.fagsupport-form-page-react .fagsupport-form{column-gap:40px}@media(max-width:767px){.fagsupport-form-page-react .fagsupport-form{column-gap:40px}}.fagsupport-form-page-react .fagsupport-form__heading{font-family:TSTAR;font-style:normal;font-weight:700;grid-area:heading;line-height:1.2}@media(min-width:1024px){.fagsupport-form-page-react .fagsupport-form__heading{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-form-page-react .fagsupport-form__heading{font-size:1.4375rem}}@media(max-width:767px){.fagsupport-form-page-react .fagsupport-form__heading{font-size:1.25rem}}.fagsupport-form-page-react .fagsupport-form__title-input{grid-area:titleInput}.fagsupport-form-page-react .fagsupport-form__title-input__label{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;width:100%}@media(min-width:1024px){.fagsupport-form-page-react .fagsupport-form__title-input__label{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-form-page-react .fagsupport-form__title-input__label{font-size:1.125rem}}@media(max-width:767px){.fagsupport-form-page-react .fagsupport-form__title-input__label{font-size:1rem}}.fagsupport-form-page-react .fagsupport-form__title-input__input{width:100%}.fagsupport-form-page-react .fagsupport-form__topic-selector{grid-area:topic}.fagsupport-form-page-react .fagsupport-form__topic-selector>label{display:block;font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.fagsupport-form-page-react .fagsupport-form__topic-selector>label{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-form-page-react .fagsupport-form__topic-selector>label{font-size:1.125rem}}@media(max-width:767px){.fagsupport-form-page-react .fagsupport-form__topic-selector>label{font-size:1rem}}.fagsupport-form-page-react .fagsupport-form__question{grid-area:question}.fagsupport-form-page-react .fagsupport-form__next-steps{font-family:TSTAR;font-style:normal;font-weight:500;grid-area:nextSteps;line-height:1.4}@media(min-width:1024px){.fagsupport-form-page-react .fagsupport-form__next-steps{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-form-page-react .fagsupport-form__next-steps{font-size:1.125rem}}@media(max-width:767px){.fagsupport-form-page-react .fagsupport-form__next-steps{font-size:1rem}}.fagsupport-form-page-react .fagsupport-form__file-upload{grid-area:fileUpload}.fagsupport-form-page-react .fagsupport-form__submit-button{grid-area:submitForm;margin-left:auto}.fagsupport-form-page-react-finished{display:grid;grid-template-areas:". main .";grid-template-columns:3fr 6fr 3fr;margin-top:6rem;row-gap:24px}@media(max-width:767px){.fagsupport-form-page-react-finished{row-gap:24px}}.fagsupport-form-page-react-finished{column-gap:40px}@media(max-width:767px){.fagsupport-form-page-react-finished{column-gap:40px}}.fagsupport-form-page-react-finished-main-wrapper{grid-area:main}.fagsupport-form-page-react-finished--heading{color:#910200;font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.fagsupport-form-page-react-finished--heading{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-form-page-react-finished--heading{font-size:1.4375rem}}@media(max-width:767px){.fagsupport-form-page-react-finished--heading{font-size:1.25rem}}.fagsupport-form-page-react-finished--ingress{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;margin-bottom:3.5rem}@media(min-width:1024px){.fagsupport-form-page-react-finished--ingress{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-form-page-react-finished--ingress{font-size:1.125rem}}@media(max-width:767px){.fagsupport-form-page-react-finished--ingress{font-size:1rem}}.fagsupport-page-react{background-color:#fef9f6;display:flex;flex-direction:column;height:100vh;position:fixed;width:100%}.fagsupport-page-react-full-height{height:inherit;overflow-y:auto}.fagsupport-page-react-main-wrapper{margin:auto;max-width:120rem;overflow:auto}@media(min-width:768px){.fagsupport-page-react-main-wrapper{display:grid;grid-template-areas:". heading heading heading ." ". subheading subheading subheading ." ". ingress ingress ingress ." ". . question . ." "sources sources answer . ." "sources sources after-answer . .";grid-gap:auto;gap:auto;grid-template-columns:2fr 1fr 6fr 1fr 2fr;grid-template-rows:auto;row-gap:24px}}@media(min-width:768px)and (max-width:767px){.fagsupport-page-react-main-wrapper{row-gap:24px}}@media(min-width:768px){.fagsupport-page-react-main-wrapper{column-gap:40px}}@media(min-width:768px)and (max-width:767px){.fagsupport-page-react-main-wrapper{column-gap:40px}}@media(max-width:767px){.fagsupport-page-react-main-wrapper{display:grid;grid-template-areas:"heading" "subheading" "ingress" "question" "answer" "sources" "after-answer";padding:2rem 1.5rem;grid-gap:auto;gap:auto;grid-template-columns:1fr;grid-template-rows:auto;row-gap:24px}}@media(max-width:767px)and (max-width:767px){.fagsupport-page-react-main-wrapper{row-gap:24px}}@media(max-width:767px){.fagsupport-page-react-main-wrapper{column-gap:40px}}@media(max-width:767px)and (max-width:767px){.fagsupport-page-react-main-wrapper{column-gap:40px}}.fagsupport-page-react-main-wrapper .heading{color:#910200;font-family:TSTAR;font-style:normal;font-weight:700;grid-area:heading;line-height:1.2;margin-top:3.5rem}@media(min-width:1024px){.fagsupport-page-react-main-wrapper .heading{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-page-react-main-wrapper .heading{font-size:1.4375rem}}@media(max-width:767px){.fagsupport-page-react-main-wrapper .heading{font-size:1.25rem}}.fagsupport-page-react-main-wrapper .subheading{font-family:TSTAR;font-style:normal;font-weight:500;grid-area:subheading;line-height:1.2}@media(min-width:1024px){.fagsupport-page-react-main-wrapper .subheading{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-page-react-main-wrapper .subheading{font-size:1.125rem}}@media(max-width:767px){.fagsupport-page-react-main-wrapper .subheading{font-size:1rem}}.fagsupport-page-react-main-wrapper .ingress{font-family:TSTAR;font-style:normal;font-weight:400;grid-area:ingress;line-height:1.4}@media(min-width:1024px){.fagsupport-page-react-main-wrapper .ingress{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-page-react-main-wrapper .ingress{font-size:1.125rem}}@media(max-width:767px){.fagsupport-page-react-main-wrapper .ingress{font-size:1rem}}.fagsupport-page-react-main-wrapper .question{background-color:#eddffd;font-family:TSTAR;font-style:normal;font-weight:400;grid-area:question;line-height:1.4;padding:1rem}@media(min-width:1024px){.fagsupport-page-react-main-wrapper .question{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-page-react-main-wrapper .question{font-size:1.125rem}}@media(max-width:767px){.fagsupport-page-react-main-wrapper .question{font-size:1rem}}.fagsupport-page-react-main-wrapper .sources{display:flex;flex-direction:column;grid-area:sources;line-height:1.2;row-gap:1rem}@media(min-width:768px){.fagsupport-page-react-main-wrapper .sources{align-items:end}.fagsupport-page-react-main-wrapper .sources>*{line-height:1.5;text-align:right}}.fagsupport-page-react-main-wrapper .sources .cl-button-react__icon-after>svg{color:#000}.fagsupport-page-react-main-wrapper .answer{grid-area:answer;white-space:pre-wrap;word-wrap:break-word;font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4}@media(min-width:1024px){.fagsupport-page-react-main-wrapper .answer{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-page-react-main-wrapper .answer{font-size:1.125rem}}@media(max-width:767px){.fagsupport-page-react-main-wrapper .answer{font-size:1rem}}.fagsupport-page-react-main-wrapper .answer .copy-answer{display:flex;margin-left:auto}.fagsupport-page-react-main-wrapper .after-answer{background-color:#f0f5f5;display:flex;flex-direction:column;gap:1rem;grid-area:after-answer;padding:1.5rem 1rem}@media(max-width:767px){.fagsupport-page-react-main-wrapper .after-answer{margin-top:1rem}}.fagsupport-page-react-main-wrapper .after-answer h3{font-family:TSTAR;font-style:normal;font-weight:500;line-height:1.2}@media(min-width:1024px){.fagsupport-page-react-main-wrapper .after-answer h3{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-page-react-main-wrapper .after-answer h3{font-size:1.125rem}}@media(max-width:767px){.fagsupport-page-react-main-wrapper .after-answer h3{font-size:1rem}}.fagsupport-page-react-main-wrapper .after-answer p{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4}@media(min-width:1024px){.fagsupport-page-react-main-wrapper .after-answer p{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-page-react-main-wrapper .after-answer p{font-size:1.125rem}}@media(max-width:767px){.fagsupport-page-react-main-wrapper .after-answer p{font-size:1rem}}.fagsupport-page-react-main-wrapper:last-child{margin-bottom:250px}.fagsupport-source-preview-page-react{background-color:#fef9f6;font-family:TSTAR;font-style:normal;font-weight:400;height:100%;line-height:1.4;padding-bottom:3.5rem}@media(min-width:1024px){.fagsupport-source-preview-page-react{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-source-preview-page-react{font-size:1.125rem}}@media(max-width:767px){.fagsupport-source-preview-page-react{font-size:1rem}}.fagsupport-source-preview-page-react__info-message{background-color:#f0f5f5;font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;padding:.75rem 1rem}@media(min-width:1024px){.fagsupport-source-preview-page-react__info-message{font-size:1rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-source-preview-page-react__info-message{font-size:1rem}}@media(max-width:767px){.fagsupport-source-preview-page-react__info-message{font-size:1rem}}.fagsupport-source-preview-page-react__heading{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2;margin-bottom:2.5rem;margin-top:6rem}@media(min-width:1024px){.fagsupport-source-preview-page-react__heading{font-size:2.5rem}}@media(min-width:768px)and (max-width:1023px){.fagsupport-source-preview-page-react__heading{font-size:2.125rem}}@media(max-width:767px){.fagsupport-source-preview-page-react__heading{font-size:1.75rem}}.book-metadata-react{display:grid;grid-template-columns:auto 1fr;grid-gap:1rem;gap:1rem}.book-metadata-react__cover-image{height:auto;max-height:200px;max-width:150px}.book-metadata-react__cover-image img{max-height:100%}.book-metadata-react__title{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.book-metadata-react__title{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.book-metadata-react__title{font-size:1.125rem}}@media(max-width:767px){.book-metadata-react__title{font-size:1rem}}.book-metadata-react__details{-webkit-font-smoothing:antialiased;font-family:TSTAR;font-size:1rem;font-style:normal;font-weight:500;line-height:1.4}.book-data-list-react__text-content{margin-top:.75rem}.book-data-list-react__text-content *+h1,.book-data-list-react__text-content *+h2,.book-data-list-react__text-content *+h3,.book-data-list-react__text-content *+h4,.book-data-list-react__text-content *+h5,.book-data-list-react__text-content *+h6,.book-data-list-react__text-content *+li,.book-data-list-react__text-content *+ol,.book-data-list-react__text-content *+p,.book-data-list-react__text-content *+ul{margin-top:1em}.find-accountants-page-react{background:#f6f6f6;padding-bottom:50px;position:relative}.find-accountants-page-react h1{font-family:tstar,sans-serif;font-size:38px;padding-bottom:50px;padding-top:50px;text-align:center;text-transform:uppercase}.find-accountants-page-react__ingress{font-family:tstar,sans-serif;font-size:24px;line-height:22px;margin-bottom:40px;padding:0 10px 10px 16px;text-align:center}.find-accountants-page-react__info-window{padding:20px}.find-accountants-page-react__info-window a{border-bottom:1px solid;color:#000;display:inline-block;text-decoration:none}.find-accountants-page-react__info-window__header{margin-bottom:1rem}.find-accountants-page-react__info-window__form{display:flex;flex-direction:column;margin-bottom:20px}.find-accountants-page-react__info-window__form__label{color:#000;font-size:.875rem;font-weight:700;text-transform:uppercase}.find-accountants-page-react__info-window__form:last-child{margin-bottom:0}.find-accountants-page-react__map-container{background:#fff}.find-accountants-page-react__map-container__map{height:635px}.find-accountants-page-react__map-accountants{height:550px;margin-bottom:1rem;overflow:auto}.find-accountants-page-react__map-accountants__location__contactCard{background-color:#fff;border:2px solid #0000;border-radius:20px;box-shadow:none;cursor:pointer;display:flex;flex-direction:column;font-family:tstar,sans-serif;gap:10px;margin:10px 5px;padding:20px 40px;text-align:left}.find-accountants-page-react__map-accountants__city{display:flex;gap:10px}.find-accountants-page-react__input-wrapper{line-height:1.5;position:relative;width:100%}.find-accountants-page-react__input-wrapper__search-icon{left:14px;position:absolute;top:50%;transform:translateY(-50%)}.find-accountants-page-react__input-wrapper__btn-clear-query{background:#0000;border:none;padding:0;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.find-accountants-page-react #search_page_search_input{border:1px solid #000;border-radius:0;padding:10px 10px 10px 42px;width:100%}.find-accountants-page-react #search_page_search_input::placeholder{color:#000}.find-accountants-page-react__count{display:flex;font-family:tstar,sans-serif;gap:5px;margin:10px 0 5px 2px;padding-left:5px}.find-accountants-page-react__enter-anim{animation:content-enter .6s forwards}@keyframes content-enter{0%{opacity:0;translate:4px}to{opacity:1;translate:0}}.forgot-user-info-page-react{background-color:#f0f5f5;height:100%;padding-bottom:3.5rem}.forgot-user-info-page-react__secondary-heading{display:block;font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.4;margin-bottom:.75rem}@media(min-width:1024px){.forgot-user-info-page-react__secondary-heading{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.forgot-user-info-page-react__secondary-heading{font-size:1.125rem}}@media(max-width:767px){.forgot-user-info-page-react__secondary-heading{font-size:1rem}}.forgot-user-info-page-react__link{color:#df3232}.my-bureau-header-react{background-color:#fff;border:4px solid #cbcbcb;box-shadow:4px 4px 0 #000;display:grid;font-family:tstar,sans-serif;grid-template-areas:"greeting greeting" "details details" "edit edit";grid-template-columns:1fr 1fr}.my-bureau-header-react>*{padding:1rem}@media(min-width:768px){.my-bureau-header-react{grid-template-areas:"greeting greeting" "details edit"}.my-bureau-header-react>*{padding:1.5rem}}.my-bureau-header-react__greeting{font-family:TSTAR;font-style:normal;font-weight:700;grid-area:greeting;line-height:1.2;padding-bottom:0}@media(min-width:1024px){.my-bureau-header-react__greeting{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.my-bureau-header-react__greeting{font-size:1.6875rem}}@media(max-width:767px){.my-bureau-header-react__greeting{font-size:1.5rem}}.my-bureau-header-react__logo-name-container{align-items:center;display:flex;gap:1.5rem}.my-bureau-header-react__details{grid-area:details}.my-bureau-header-react__details__contact{display:flex;flex-wrap:wrap;gap:1rem 3.5rem}.my-bureau-header-react__details__employers{margin-top:1.5rem}.my-bureau-header-react__details__employers__list{--_spacing:1rem;display:flex;flex-direction:column;flex-wrap:wrap;gap:calc(var(--_spacing)/4) var(--_spacing);list-style:none;margin:0;padding:0}@media(min-width:768px){.my-bureau-header-react__details__employers__list{flex-direction:row}.my-bureau-header-react__details__employers__list li+li:before{border-left:1px solid #cbcbcb;content:"";padding-left:var(--_spacing)}}.my-bureau-header-react__edit{align-self:end;grid-area:edit}@media(min-width:768px){.my-bureau-header-react__edit{text-align:right}}.my-bureau-header-react__label{font-size:.75rem;text-transform:uppercase}.my-bureau-header-react__value{font-size:1.125rem;font-weight:700}.logo-button-react{--_dimension:56px;background-color:#000;border:none;height:var(--_dimension);padding:0;position:relative;transition:background-color .6s;width:var(--_dimension)}.logo-button-react--white-bg{background-color:#fff}.logo-button-react,.logo-button-react__hover-layer,.logo-button-react__hover-layer:before,.logo-button-react__img{border-radius:4px}.logo-button-react__img{height:100%;object-fit:contain;width:100%}.logo-button-react__initial{color:#fff;font-family:tstar,sans-serif;font-size:1.875rem;font-weight:700;margin-top:.1em}.logo-button-react__hover-layer{align-items:center;bottom:0;display:flex;height:100%;isolation:isolate;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .2s;width:100%}.logo-button-react__hover-layer:before{background-color:#000;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1}.logo-button-react__hover-layer--transparent:before{opacity:.3}.logo-button-react.focus-visible .logo-button-react__hover-layer,.logo-button-react:hover .logo-button-react__hover-layer{opacity:1}.logo-button-react:focus-visible .logo-button-react__hover-layer,.logo-button-react:hover .logo-button-react__hover-layer{opacity:1}.new-employee-react__input-group{align-items:end;display:flex;flex-wrap:wrap;gap:1rem}.new-employee-react__input-group>.input-react{flex:1;min-width:200px}.new-employee-react__input-group>button{flex-shrink:0}.new-employee-react__found-employee:not(:empty){padding-top:1.5rem}.new-employee-react__found-employee__button-group{display:flex;flex-wrap:wrap;gap:1rem 2rem;margin-top:1.5rem}.employee-found-react__list{display:grid;list-style:none;margin:0;padding:0;grid-gap:.25rem 1rem;gap:.25rem 1rem;grid-template-columns:1fr -webkit-min-content 1fr;grid-template-columns:1fr min-content 1fr}.employee-found-react__list__item{display:grid;grid-column:span 3;grid-template-columns:subgrid}@media(max-width:767px){.employee-found-react__list__item--header-row{display:none}}.employee-found-react__list__item__input-group{align-items:flex-start;display:flex}.employee-found-react__button-group{display:flex;flex-wrap:wrap;gap:1rem 2rem;margin-top:1.5rem}.employee-found-react__button-group__loader{align-self:center;margin-left:auto}.annual-work-flow-react__divider{border-top:1px solid #cbcbcb}.image-file-modal-react__footer{display:flex;gap:.75rem}.image-file-modal-react__img-preview{display:grid;grid-template-columns:auto 1fr;grid-gap:1rem;gap:1rem;padding-top:.75rem}.image-file-modal-react__img-preview img{border-radius:4px;height:56px;object-fit:contain;width:56px}.image-file-modal-react__btn-save{align-self:end;margin-left:auto}.my-overview-page-react{padding-bottom:3.5rem}.my-overview-page-react__profile-header{background-color:#fef9f6;padding-bottom:3.5rem;padding-top:3.5rem}.my-overview-page-react__content{margin-top:2.5rem}.my-overview-page-react__content .content-area-react,.my-overview-page-react__content .content-area-react .content-area-react__item{height:100%}.profile-menu-content-react{font-family:tstar,sans-serif;font-weight:700;margin-top:3.5rem}.profile-menu-content-react a:where(:not(.cl-button-react):not(.link-react)){color:#000;text-decoration:none}.profile-menu-content-react__links-list{display:flex;flex-wrap:wrap;gap:2.5rem;list-style:none;padding:0}.profile-menu-content-react__links-list>li{flex-grow:1}@media(max-width:767px){.profile-menu-content-react__links-list{gap:1rem}.profile-menu-content-react__links-list>li{width:100%}}.my-overview-profile-page-header-react{--border-color:#cbcbcb;--status-bg-color:"";background-color:#fff;border:4px solid var(--border-color);box-shadow:4px 4px 0 #000;display:grid;font-family:tstar,sans-serif;grid-template-areas:"greeting greeting" "details details" "edit edit" "status status";grid-template-columns:1fr 1fr}.my-overview-profile-page-header-react--theme-success{--border-color:#02c065;--status-bg-color:#c7fbd4}.my-overview-profile-page-header-react--theme-warning{--border-color:#e7b615;--status-bg-color:#ffeaa1}.my-overview-profile-page-header-react--theme-alert{--border-color:#df3232;--status-bg-color:#f9cbcb}.my-overview-profile-page-header-react>*{padding:1rem}@media(min-width:768px){.my-overview-profile-page-header-react{grid-template-areas:"greeting status" "details details" "edit edit"}.my-overview-profile-page-header-react>*{padding:1.5rem}}.my-overview-profile-page-header-react__greeting{font-family:TSTAR;font-style:normal;font-weight:700;grid-area:greeting;line-height:1.2;padding-bottom:0}@media(min-width:1024px){.my-overview-profile-page-header-react__greeting{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.my-overview-profile-page-header-react__greeting{font-size:1.6875rem}}@media(max-width:767px){.my-overview-profile-page-header-react__greeting{font-size:1.5rem}}.my-overview-profile-page-header-react__details{grid-area:details}.my-overview-profile-page-header-react__details__contact{display:flex;flex-wrap:wrap;gap:1rem 3.5rem}.my-overview-profile-page-header-react__details__employers{margin-top:1.5rem}.my-overview-profile-page-header-react__details__employers__list{--_spacing:1rem;display:flex;flex-direction:column;flex-wrap:wrap;gap:calc(var(--_spacing)/4) var(--_spacing);list-style:none;margin:0;padding:0}@media(min-width:768px){.my-overview-profile-page-header-react__details__employers__list{flex-direction:row}.my-overview-profile-page-header-react__details__employers__list li+li:before{border-left:1px solid #cbcbcb;content:"";padding-left:var(--_spacing)}}.my-overview-profile-page-header-react__edit{align-self:end;grid-area:edit}@media(min-width:768px){.my-overview-profile-page-header-react__edit{text-align:right}}.my-overview-profile-page-header-react__label{font-size:.75rem;text-transform:uppercase}.my-overview-profile-page-header-react__value{font-size:1.125rem;font-weight:700}.my-overview-profile-page-header-react__status{background-color:var(--status-bg-color);grid-area:status}.my-overview-profile-page-header-react__status--unknown-type{background:#f6f6f6;border-bottom:1px solid #cbcbcb;border-left:1px solid #cbcbcb}@media(max-width:767px){.my-overview-profile-page-header-react__status--unknown-type{border-bottom:none;border-left:none;border-top:1px solid #cbcbcb}}.my-overview-profile-page-header-react__status__header{display:flex;font-size:1.125rem;font-weight:700;justify-content:space-between}@media(min-width:768px){.my-overview-profile-page-header-react__status__header{font-size:1.625rem}}@media(min-width:992px){.my-overview-profile-page-header-react__status__header__text{display:flex;flex-grow:1;flex-wrap:wrap;justify-content:space-between}}.my-overview-profile-page-header-react__status__header__text__icon{display:flex;gap:.5rem}@media(max-width:767px){.my-overview-profile-page-header-react__status__header__text__icon{align-items:end}}.my-overview-profile-page-header-react__status__header__toggle{background:#0000;border:none;margin-left:1rem}.my-overview-profile-page-header-react__status__content{display:grid;grid-template-rows:0fr;transition-duration:.2s;transition-property:grid-template-rows,margin;transition-timing-function:ease-out}.my-overview-profile-page-header-react__status__content--open{grid-template-rows:1fr;margin-top:1rem}.my-overview-profile-page-header-react__status__content__required-hours{display:flex;font-size:1rem;gap:.5rem;margin:1rem 0}.my-overview-profile-page-header-react__status__content__required-hours svg{flex-shrink:0;margin-top:2px}.my-overview-profile-page-header-react__status__content__required-hours>div{align-content:flex-end;flex-grow:1;white-space:normal}.my-overview-profile-page-header-react__status__content__inner{overflow:hidden}.my-overview-profile-page-header-react__status__content__inner__message--unknown{font-family:TSTAR;font-style:normal;font-weight:400;font-weight:700;line-height:1.4}@media(min-width:1024px){.my-overview-profile-page-header-react__status__content__inner__message--unknown{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.my-overview-profile-page-header-react__status__content__inner__message--unknown{font-size:1.125rem}}@media(max-width:767px){.my-overview-profile-page-header-react__status__content__inner__message--unknown{font-size:1rem}}.my-overview-profile-page-header-react__status__content__message{font-size:1.125rem}.my-overview-profile-page-header-react__status__content__footer{margin-top:1rem;text-align:right}.my-overview-profile-page-header-react__status__content__footer-date{display:flex;flex-wrap:wrap;gap:.5rem}.my-overview-profile-page-header-react__status__content__footer-date__inner{align-items:flex-end;display:flex;flex:1;gap:.5rem;margin-top:1rem}@media(max-width:1399px){.my-overview-profile-page-header-react__status__content__footer-date__inner{flex:50%}}.my-overview-profile-page-header-react__status__content__footer-date__inner input{padding-top:9px}.my-profile-page-header-react{--border-color:#cbcbcb;--status-bg-color:"";background-color:#fff;border:4px solid var(--border-color);box-shadow:4px 4px 0 #000;display:grid;font-family:tstar,sans-serif;grid-template-areas:"greeting greeting" "details details" "edit edit" "status status";grid-template-columns:1fr 1fr}.my-profile-page-header-react--theme-success{--border-color:#02c065;--status-bg-color:#c7fbd4}.my-profile-page-header-react--theme-warning{--border-color:#e7b615;--status-bg-color:#ffeaa1}.my-profile-page-header-react--theme-alert{--border-color:#df3232;--status-bg-color:#f9cbcb}.my-profile-page-header-react>*{padding:1rem}@media(min-width:768px){.my-profile-page-header-react{grid-template-areas:"greeting status" "details details" "edit edit"}.my-profile-page-header-react>*{padding:1.5rem}}.my-profile-page-header-react__greeting{font-family:TSTAR;font-style:normal;font-weight:700;grid-area:greeting;line-height:1.2;padding-bottom:0}@media(min-width:1024px){.my-profile-page-header-react__greeting{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.my-profile-page-header-react__greeting{font-size:1.6875rem}}@media(max-width:767px){.my-profile-page-header-react__greeting{font-size:1.5rem}}.my-profile-page-header-react__details{grid-area:details}.my-profile-page-header-react__details__contact{display:flex;flex-wrap:wrap;gap:1rem 3.5rem}.my-profile-page-header-react__details__employers{margin-top:1.5rem}.my-profile-page-header-react__details__employers__list{--_spacing:1rem;display:flex;flex-direction:column;flex-wrap:wrap;gap:calc(var(--_spacing)/4) var(--_spacing);list-style:none;margin:0;padding:0}@media(min-width:768px){.my-profile-page-header-react__details__employers__list{flex-direction:row}.my-profile-page-header-react__details__employers__list li+li:before{border-left:1px solid #cbcbcb;content:"";padding-left:var(--_spacing)}}.my-profile-page-header-react__edit{align-self:end;grid-area:edit}@media(min-width:768px){.my-profile-page-header-react__edit{text-align:right}}.my-profile-page-header-react__label{font-size:.75rem;text-transform:uppercase}.my-profile-page-header-react__value{font-size:1.125rem;font-weight:700}.my-profile-page-header-react__status{background-color:var(--status-bg-color);grid-area:status}.my-profile-page-header-react__status__header{display:flex;font-size:1.125rem;justify-content:space-between}@media(min-width:768px){.my-profile-page-header-react__status__header{font-size:1.625rem}}@media(min-width:992px){.my-profile-page-header-react__status__header__text{display:flex;flex-grow:1;flex-wrap:wrap;font-weight:700;justify-content:space-between}}.my-profile-page-header-react__status__header__toggle{background:#0000;border:none;margin-left:1rem}.my-profile-page-header-react__status__content{display:grid;grid-template-rows:0fr;transition-duration:.2s;transition-property:grid-template-rows,margin;transition-timing-function:ease-out}.my-profile-page-header-react__status__content--open{grid-template-rows:1fr;margin-top:1rem}.my-profile-page-header-react__status__content__required-hours{display:flex;font-size:1rem;gap:.5rem;margin:1rem 0}.my-profile-page-header-react__status__content__required-hours svg{flex-shrink:0;margin-top:2px}.my-profile-page-header-react__status__content__required-hours>div{align-content:flex-end;flex-grow:1;white-space:normal}.my-profile-page-header-react__status__content__inner{overflow:hidden}.my-profile-page-header-react__status__content__footer{margin-top:1rem;text-align:right}.profile-benefits-content__product-card{background:#fff;border:1px solid #cbcbcb;font-family:tstar,sans-serif;margin-bottom:1.5rem;padding:1rem;word-wrap:break-word}.profile-benefits-content__product-card a{color:inherit;font-weight:700;text-decoration:underline;text-decoration-thickness:2px;text-underline-offset:.3em}.profile-benefits-content__product-card a:hover{-webkit-text-decoration-color:#df3232;text-decoration-color:#df3232}.new-employer-react__form-group{align-items:end;display:flex;gap:1rem;margin-top:1rem;max-width:420px}.new-employer-react__form-group>button{flex-shrink:0}.consent-list{display:flex;flex-direction:column;gap:1.25rem}.consent-item{align-items:center;display:flex;justify-content:space-between}.consent-label{font-size:1.125rem;font-weight:500}.course-card-large-react{display:grid}@media(min-width:768px){.course-card-large-react{grid-template-columns:6fr 4fr}}.course-card-large-react__border{outline:2px solid #000;outline-offset:-2px}.course-card-large-react__content{align-items:center;background:#fff;display:flex;padding:1.5rem 1rem}@media(min-width:768px){.course-card-large-react__content{padding:2.5rem 1.5rem}}.course-card-large-react__tag-group:not(:empty){margin-bottom:.75rem}.course-card-large-react__course-tag{align-items:end;display:flex;font-family:TSTAR;font-style:normal;font-weight:700;gap:.25rem;line-height:1.2;text-transform:uppercase}@media(min-width:1024px){.course-card-large-react__course-tag{font-size:.75rem}}@media(min-width:768px)and (max-width:1023px){.course-card-large-react__course-tag{font-size:.75rem}}@media(max-width:767px){.course-card-large-react__course-tag{font-size:.75rem}}.course-card-large-react__course-tag:before{color:#cbcbcb;content:"|"}.course-card-large-react__heading{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.course-card-large-react__heading{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.course-card-large-react__heading{font-size:1.6875rem}}@media(max-width:767px){.course-card-large-react__heading{font-size:1.5rem}}.course-card-large-react__agenda{display:flex;flex-wrap:wrap;font-family:TSTAR;font-style:normal;font-weight:400;gap:.25rem .75rem;line-height:1.4}@media(min-width:1024px){.course-card-large-react__agenda{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.course-card-large-react__agenda{font-size:1.125rem}}@media(max-width:767px){.course-card-large-react__agenda{font-size:1rem}}.course-card-large-react__agenda>*{align-items:center;display:flex;gap:.5rem}.course-card-large-react__agenda-title{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.4}@media(min-width:1024px){.course-card-large-react__agenda-title{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.course-card-large-react__agenda-title{font-size:1.125rem}}@media(max-width:767px){.course-card-large-react__agenda-title{font-size:1rem}}.course-card-large-react__image{height:100%;object-fit:cover;width:100%}@media(max-width:767px){.course-card-large-react__image{order:-1}}.course-card-large-react__video{position:relative}@media(max-width:767px){.course-card-large-react__video{order:-1}}.course-card-large-react__video>iframe{border:2px solid #000;display:block;width:100%}@media(min-width:768px){.course-card-large-react__video>iframe{height:100%;left:0;position:absolute;top:0}}.course-card-summary-react{background-color:#fff;border:2px solid #cbcbcb;container-type:inline-size;font-family:TSTAR;font-style:normal;font-weight:500;line-height:1.4;padding:2rem 1rem}@media(min-width:1024px){.course-card-summary-react{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.course-card-summary-react{font-size:1.125rem}}@media(max-width:767px){.course-card-summary-react{font-size:1rem}}.course-card-summary-react__course-detail{display:grid;grid-template-columns:auto 1fr;grid-gap:.5rem;gap:.5rem}.course-card-summary-react__divider{border-bottom:none;border-top:1px solid #cbcbcb;height:1px;margin-bottom:1.5rem;margin-top:1.5rem}.course-card-summary-react__update-hours{border-top:1px solid #cbcbcb;display:grid;grid-template-columns:1fr}.course-card-summary-react__update-hours>*{padding-top:.5rem}.course-card-summary-react__update-hours>:first-child{padding-right:.5rem}@container (width > 270px){.course-card-summary-react__update-hours{grid-template-columns:1fr 1fr}.course-card-summary-react__update-hours>:last-child{border-left:1px solid #cbcbcb;padding-left:.5rem}}.course-card-summary-react__hours{display:flex;gap:.5rem;margin-bottom:.5rem}.course-card-summary-react__hours>svg{margin-top:2px}.course-card-summary-react__info-text{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4}@media(min-width:1024px){.course-card-summary-react__info-text{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.course-card-summary-react__info-text{font-size:1.125rem}}@media(max-width:767px){.course-card-summary-react__info-text{font-size:1rem}}.course-card-summary-react__button-group{justify-content:center}.course-main-content-react__lead-paragraph{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.4;white-space:pre-wrap;white-space-collapse:preserve}@media(min-width:1024px){.course-main-content-react__lead-paragraph{font-size:1.125rem}}@media(min-width:768px)and (max-width:1023px){.course-main-content-react__lead-paragraph{font-size:1.125rem}}@media(max-width:767px){.course-main-content-react__lead-paragraph{font-size:1rem}}.course-main-content-react__heading{font-family:TSTAR;font-style:normal;font-weight:700;line-height:1.2}@media(min-width:1024px){.course-main-content-react__heading{font-size:1.625rem}}@media(min-width:768px)and (max-width:1023px){.course-main-content-react__heading{font-size:1.4375rem}}@media(max-width:767px){.course-main-content-react__heading{font-size:1.25rem}}.course-main-content-react__text-content{white-space:pre-wrap;white-space-collapse:preserve}.course-main-content-react__text-content p+p{margin-top:1.5rem}.product-page-react{background-color:#fef9f6;height:100%;isolation:isolate;padding-bottom:3.5rem}.product-page-react__page-header{margin-bottom:2.5rem;position:relative}@media(min-width:768px){.product-page-react__page-header:after{background-color:#df3232;content:"";height:260px;left:0;position:absolute;top:0;width:100%;z-index:-1}}.product-page-react__page-header__breadcrumb-container{background-color:#df3232;margin-left:auto;margin-right:auto;max-width:120rem;padding:1rem 20px}.product-page-react__page-header__content-container{margin-left:auto;margin-right:auto;max-width:80em}@media(min-width:768px){.product-page-react__page-header__content-container{padding-left:20px;padding-right:20px}}.product-page-react__course-card-container{display:flex;flex-direction:column;gap:.75rem}.register-user-page-react{background-color:#f0f5f5;height:100%;padding-bottom:3.5rem}.search-page-react{background-color:#fef9f6;height:100%;isolation:isolate;padding-bottom:3.5rem;position:relative}.search-page-react__header-img-container{height:260px;left:0;position:absolute;top:0;width:100%;z-index:-1}.search-page-react__header-img-container>img{height:100%;object-fit:cover;width:100%}.search-page-react__content-container{font-family:tstar,sans-serif;padding-top:6rem}@media(min-width:768px){.search-page-react__content-container{padding-top:142px}}.search-page-react__search-container{background-color:#fff;margin-left:-20px;margin-right:-20px;padding:1.5rem}@media(min-width:768px){.search-page-react__search-container{margin-left:0;margin-right:0;padding:2.5rem 3.5rem}}.search-page-react__search-container__heading{font-family:TSTAR;font-style:normal;font-weight:400;line-height:1.2}@media(min-width:1024px){.search-page-react__search-container__heading{font-size:1.875rem}}@media(min-width:768px)and (max-width:1023px){.search-page-react__search-container__heading{font-size:1.6875rem}}@media(max-width:767px){.search-page-react__search-container__heading{font-size:1.5rem}}.search-page-react__search-container__inner{display:flex;gap:.5rem}.search-page-react__input-wrapper{line-height:1.5;position:relative;width:100%}.search-page-react__input-wrapper__search-icon{left:14px;position:absolute;top:50%;transform:translateY(-50%)}.search-page-react__input-wrapper__btn-clear-query{background:#0000;border:none;padding:0;position:absolute;right:14px;top:50%;transform:translateY(-50%)}.search-page-react__search-input{border:1px solid #000;border-radius:0;font-size:1.125rem;padding:10px 10px 10px 42px;width:100%}.search-page-react__pagination-container{margin-top:2rem}.search-results-list-react{list-style:none;margin-bottom:0;margin-top:16px;padding:0}@media(min-width:768px){.search-results-list-react{margin-top:56px}}.search-results-list-react__item{border-bottom:1px solid #cbcbcb;padding-bottom:40px;padding-top:40px}.search-results-list-react__item__tag{margin-bottom:1rem}.search-results-list-react__item__heading{font-family:tstar,sans-serif;font-size:1.5rem}@media(min-width:768px){.search-results-list-react__item__heading{font-size:1.625rem}}.search-results-list-react__item__heading a{color:#000}.search-results-list-react__item__text{font-size:1rem;margin-top:1rem}@media(min-width:768px){.search-results-list-react__item__text{font-size:1.125rem}}.pagination-react{display:flex;gap:1rem}.pagination-react__item{background-color:#fff;border:1px solid #cbcbcb;display:flex;gap:1rem;padding:1rem}.pagination-react__item__link{align-items:center;color:#000;display:flex;gap:1rem;text-decoration:none}.pagination-react__item__link:hover{color:#df3232}.pagination-react__item__link:visited:not(:hover){color:#000}.pagination-react__item svg{margin-top:-3px}.start-page-react{padding-bottom:3.5rem}.start-page-react__content .content-area-react,.start-page-react__content .content-area-react .content-area-react__item{height:100%}