@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:wght@100..400);
.breakpoint-xxl{width:1300px}.breakpoint-xl{width:1100px}.breakpoint-lg{width:920px}.breakpoint-md{width:700px}.breakpoint-sm{width:520px}:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: #052c65;--bs-secondary-text-emphasis: #2b2f32;--bs-success-text-emphasis: #0a3622;--bs-info-text-emphasis: #055160;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #cfe2ff;--bs-secondary-bg-subtle: #e2e3e5;--bs-success-bg-subtle: #d1e7dd;--bs-info-bg-subtle: #cff4fc;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #9ec5fe;--bs-secondary-border-subtle: #c4c8cb;--bs-success-border-subtle: #a3cfbb;--bs-info-border-subtle: #9eeaf9;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: #0a58ca;--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(13, 110, 253, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #6ea8fe;--bs-secondary-text-emphasis: #a7acb1;--bs-success-text-emphasis: #75b798;--bs-info-text-emphasis: #6edff6;--bs-warning-text-emphasis: #ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #031633;--bs-secondary-bg-subtle: #161719;--bs-success-bg-subtle: #051b11;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #084298;--bs-secondary-border-subtle: #41464b;--bs-success-border-subtle: #0f5132;--bs-info-border-subtle: #087990;--bs-warning-border-subtle: #997404;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #6ea8fe;--bs-link-hover-color: #8bb9fe;--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:var(--bs-secondary-color)}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 520px;--bs-breakpoint-md: 700px;--bs-breakpoint-lg: 920px;--bs-breakpoint-xl: 1100px;--bs-breakpoint-xxl: 1300px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 520px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 700px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 920px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1100px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1300px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 520px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 700px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 920px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1100px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1300px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: 0.3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25rem;--bs-navbar-toggler-padding-x: 0.75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%2833, 37, 41, 0.75%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container-xxl,.navbar>.container-xl,.navbar>.container-lg,.navbar>.container-md,.navbar>.container-sm,.navbar>.container,.navbar>.container-fluid{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0,0,0,0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 520px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 700px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 920px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1100px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1300px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, 0.55);--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 30 30%27%3e%3cpath stroke=%27rgba%28255, 255, 255, 0.55%29%27 stroke-linecap=%27round%27 stroke-miterlimit=%2710%27 stroke-width=%272%27 d=%27M4 7h22M4 15h22M4 23h22%27/%3e%3c/svg%3e")}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0);border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: 0.125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid rgba(0,0,0,0)}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative}.dropdown-toggle{white-space:nowrap}.dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid rgba(0,0,0,0);border-bottom:0;border-left:.3em solid rgba(0,0,0,0)}.dropdown-toggle:empty::after{margin-left:0}.dropdown-menu{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 520px){.dropdown-menu-sm-start{--bs-position: start}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-sm-end{--bs-position: end}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 700px){.dropdown-menu-md-start{--bs-position: start}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-md-end{--bs-position: end}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 920px){.dropdown-menu-lg-start{--bs-position: start}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-lg-end{--bs-position: end}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1100px){.dropdown-menu-xl-start{--bs-position: start}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xl-end{--bs-position: end}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto}}@media(min-width: 1300px){.dropdown-menu-xxl-start{--bs-position: start}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-xxl-end{--bs-position: end}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(var(--bs-border-width)*-1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.btn{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0b5ed7;--bs-btn-hover-border-color: #0a58ca;--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0a58ca;--bs-btn-active-border-color: #0a53be;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #5c636a;--bs-btn-hover-border-color: #565e64;--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: #565e64;--bs-btn-active-border-color: #51585e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #157347;--bs-btn-hover-border-color: #146c43;--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: #146c43;--bs-btn-active-border-color: #13653f;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #31d2f2;--bs-btn-hover-border-color: #25cff2;--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: #3dd5f3;--bs-btn-active-border-color: #25cff2;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffca2c;--bs-btn-hover-border-color: #ffc720;--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffcd39;--bs-btn-active-border-color: #ffc720;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #bb2d3b;--bs-btn-hover-border-color: #b02a37;--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: #b02a37;--bs-btn-active-border-color: #a52834;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #d3d4d5;--bs-btn-hover-border-color: #c6c7c8;--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: #c6c7c8;--bs-btn-active-border-color: #babbbc;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #424649;--bs-btn-hover-border-color: #373b3e;--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: #4d5154;--bs-btn-active-border-color: #373b3e;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}/*!
 * Bootstrap Utilities v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: #052c65;--bs-secondary-text-emphasis: #2b2f32;--bs-success-text-emphasis: #0a3622;--bs-info-text-emphasis: #055160;--bs-warning-text-emphasis: #664d03;--bs-danger-text-emphasis: #58151c;--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: #cfe2ff;--bs-secondary-bg-subtle: #e2e3e5;--bs-success-bg-subtle: #d1e7dd;--bs-info-bg-subtle: #cff4fc;--bs-warning-bg-subtle: #fff3cd;--bs-danger-bg-subtle: #f8d7da;--bs-light-bg-subtle: #fcfcfd;--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: #9ec5fe;--bs-secondary-border-subtle: #c4c8cb;--bs-success-border-subtle: #a3cfbb;--bs-info-border-subtle: #9eeaf9;--bs-warning-border-subtle: #ffe69c;--bs-danger-border-subtle: #f1aeb5;--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: #0a58ca;--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: #fff3cd;--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(13, 110, 253, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: #2b3035;--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: #6ea8fe;--bs-secondary-text-emphasis: #a7acb1;--bs-success-text-emphasis: #75b798;--bs-info-text-emphasis: #6edff6;--bs-warning-text-emphasis: #ffda6a;--bs-danger-text-emphasis: #ea868f;--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: #031633;--bs-secondary-bg-subtle: #161719;--bs-success-bg-subtle: #051b11;--bs-info-bg-subtle: #032830;--bs-warning-bg-subtle: #332701;--bs-danger-bg-subtle: #2c0b0e;--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: #084298;--bs-secondary-border-subtle: #41464b;--bs-success-border-subtle: #0f5132;--bs-info-border-subtle: #087990;--bs-warning-border-subtle: #997404;--bs-danger-border-subtle: #842029;--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: #6ea8fe;--bs-link-hover-color: #8bb9fe;--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--bs-code-color: #e685b5;--bs-highlight-color: #dee2e6;--bs-highlight-bg: #664d03;--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: #75b798;--bs-form-valid-border-color: #75b798;--bs-form-invalid-color: #ea868f;--bs-form-invalid-border-color: #ea868f}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 520px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 700px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 920px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1100px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1300px){.sticky-xxl-top{position:sticky;top:0;z-index:1020}.sticky-xxl-bottom{position:sticky;bottom:0;z-index:1020}}.hstack{display:flex;flex-direction:row;align-items:center;align-self:stretch}.vstack{display:flex;flex:1 1 auto;flex-direction:column;align-self:stretch}.visually-hidden,.visually-hidden-focusable:not(:focus):not(:focus-within){width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0, 0, 0, 0) !important;white-space:nowrap !important;border:0 !important}.visually-hidden:not(caption),.visually-hidden-focusable:not(:focus):not(:focus-within):not(caption){position:absolute !important}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:.25rem !important}.row-gap-2{row-gap:.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:3rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:.25rem !important}.column-gap-2{column-gap:.5rem !important}.column-gap-3{column-gap:1rem !important}.column-gap-4{column-gap:1.5rem !important}.column-gap-5{column-gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width: 520px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:.25rem !important}.row-gap-sm-2{row-gap:.5rem !important}.row-gap-sm-3{row-gap:1rem !important}.row-gap-sm-4{row-gap:1.5rem !important}.row-gap-sm-5{row-gap:3rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:.25rem !important}.column-gap-sm-2{column-gap:.5rem !important}.column-gap-sm-3{column-gap:1rem !important}.column-gap-sm-4{column-gap:1.5rem !important}.column-gap-sm-5{column-gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 700px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:.25rem !important}.row-gap-md-2{row-gap:.5rem !important}.row-gap-md-3{row-gap:1rem !important}.row-gap-md-4{row-gap:1.5rem !important}.row-gap-md-5{row-gap:3rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:.25rem !important}.column-gap-md-2{column-gap:.5rem !important}.column-gap-md-3{column-gap:1rem !important}.column-gap-md-4{column-gap:1.5rem !important}.column-gap-md-5{column-gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 920px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:.25rem !important}.row-gap-lg-2{row-gap:.5rem !important}.row-gap-lg-3{row-gap:1rem !important}.row-gap-lg-4{row-gap:1.5rem !important}.row-gap-lg-5{row-gap:3rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:.25rem !important}.column-gap-lg-2{column-gap:.5rem !important}.column-gap-lg-3{column-gap:1rem !important}.column-gap-lg-4{column-gap:1.5rem !important}.column-gap-lg-5{column-gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1100px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:.25rem !important}.row-gap-xl-2{row-gap:.5rem !important}.row-gap-xl-3{row-gap:1rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:3rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:.25rem !important}.column-gap-xl-2{column-gap:.5rem !important}.column-gap-xl-3{column-gap:1rem !important}.column-gap-xl-4{column-gap:1.5rem !important}.column-gap-xl-5{column-gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1300px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:.25rem !important}.row-gap-xxl-2{row-gap:.5rem !important}.row-gap-xxl-3{row-gap:1rem !important}.row-gap-xxl-4{row-gap:1.5rem !important}.row-gap-xxl-5{row-gap:3rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:.25rem !important}.column-gap-xxl-2{column-gap:.5rem !important}.column-gap-xxl-3{column-gap:1rem !important}.column-gap-xxl-4{column-gap:1.5rem !important}.column-gap-xxl-5{column-gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 520px){.container-sm,.container{max-width:540px}}@media(min-width: 700px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 920px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1100px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1300px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 520px;--bs-breakpoint-md: 700px;--bs-breakpoint-lg: 920px;--bs-breakpoint-xl: 1100px;--bs-breakpoint-xxl: 1300px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 520px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 700px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 920px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 1100px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 1300px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}@media(min-width: 520px){.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}}@media(min-width: 700px){.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}}@media(min-width: 920px){.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}}@media(min-width: 1100px){.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}}@media(min-width: 1300px){.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}.background-color-kodak-trade-dress-red{background-color:#ed0000}.text-color-kodak-trade-dress-red{color:#ed0000}.background-color-dark-teal{background-color:#007680}.text-color-dark-teal{color:#007680}.background-color-light-teal{background-color:#3fb0a8}.text-color-light-teal{color:#3fb0a8}.background-color-black{background-color:#000}.text-color-black{color:#000}.background-color-black-80{background-color:#333}.text-color-black-80{color:#333}.background-color-black-60{background-color:#666}.text-color-black-60{color:#666}.background-color-black-40{background-color:#999}.text-color-black-40{color:#999}.background-color-black-20{background-color:#ccc}.text-color-black-20{color:#ccc}.background-color-dark-gray{background-color:#555}.text-color-dark-gray{color:#555}.background-color-light-gray{background-color:#ebebeb}.text-color-light-gray{color:#ebebeb}.background-color-deep-purple{background-color:#4e4795}.text-color-deep-purple{color:#4e4795}.background-color-deep-purple-60{background-color:#9591bf}.text-color-deep-purple-60{color:#9591bf}.background-color-orange{background-color:#f63}.text-color-orange{color:#f63}.background-color-orange-60{background-color:#ffa385}.text-color-orange-60{color:#ffa385}.background-color-dark-purple{background-color:#3c357e}.text-color-dark-purple{color:#3c357e}.background-color-light-purple{background-color:#ebebeb}.text-color-Light-purple{color:#eeeefa}.background-color-deep-teal{background-color:#00535a}.text-color-deep-teal{color:#00535a}.background-color-teal{background-color:#43cbc1}.text-color-teal{color:#43cbc1}.background-color-mint{background-color:#e8f5f4}.text-color-mint{color:#e8f5f4}.background-color-charcoal{background-color:#414141}.text-color-charcoal{color:#414141}.background-color-silver-sand{background-color:#c6c6c6}.text-color-silver-sand{color:#c6c6c6}.background-color-white-smoke{background-color:#f2f2f2}.text-color-white-smoke{color:#f2f2f2}.background-color-white{background-color:#fff}.text-color-white{color:#fff}.open-sans{font-family:"Open Sans",sans-serif}.regular{font-weight:400}.semibold{font-weight:600}.bold{font-weight:700}.h1-style{font-weight:600;font-family:"Open Sans",sans-serif;font-size:clamp(32px,3.25vw,40px);line-height:clamp(38px,3.25vw,54px)}h1,.h1{font-weight:600;font-family:"Open Sans",sans-serif;font-size:clamp(32px,3.25vw,40px);line-height:clamp(38px,3.25vw,54px)}.h2-style{font-weight:400;font-family:"Open Sans",sans-serif;font-size:clamp(28px,3.25vw,32px);line-height:clamp(32px,3.25vw,44px)}h2,.h2{font-weight:400;font-family:"Open Sans",sans-serif;font-size:clamp(28px,3.25vw,32px);line-height:clamp(32px,3.25vw,44px)}.h3-style{font-weight:600;font-family:"Open Sans",sans-serif;font-size:clamp(24px,3.25vw,26px);line-height:clamp(30px,3.25vw,32px)}h3,.h3{font-weight:600;font-family:"Open Sans",sans-serif;font-size:clamp(24px,3.25vw,26px);line-height:clamp(30px,3.25vw,32px)}.h4-style{font-weight:600;font-family:"Open Sans",sans-serif;font-size:20px;line-height:28px}h4,.h4{font-weight:600;font-family:"Open Sans",sans-serif;font-size:20px;line-height:28px}p{margin-bottom:2rem}.pretitle{font-weight:600;font-family:"Open Sans",sans-serif;font-size:13px;line-height:20px;letter-spacing:2px}body{font-family:"Open Sans",sans-serif}.body-large{font-family:"Open Sans",sans-serif;font-size:18px;line-height:30px}.body-medium{font-family:"Open Sans",sans-serif;font-size:16px;line-height:24px}.body-small{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px}.category{font-family:"Open Sans",sans-serif;font-size:13px;font-weight:600;line-height:20px;letter-spacing:2px;text-transform:uppercase}.decorative{background:linear-gradient(92deg, #46ddd2 2.44%, #796eee 44.9%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.container{width:100%;max-width:1300px;padding:0 20px;margin:0 auto}.container-padding{padding:0 20px}@media(min-width: 1100px){.dropdown .dropdown-menu{display:none;opacity:0;pointer-events:none}.dropdown:hover .dropdown-menu{display:block;opacity:1;pointer-events:auto}}.navbar-collapse.collapse{display:none}.navbar-collapse.show{display:flex}form [data-drupal-messages]{display:none}form [type=search]::-webkit-search-decoration,form [type=search]::-webkit-search-cancel-button{appearance:none}form.webform-submission-form label,form#kodak-base-product-warranty-form label,form#kodak-base-product-manuals-form label{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;margin-bottom:8px}form.webform-submission-form label.form-required,form#kodak-base-product-warranty-form label.form-required,form#kodak-base-product-manuals-form label.form-required{position:relative}form.webform-submission-form label.form-required:after,form#kodak-base-product-warranty-form label.form-required:after,form#kodak-base-product-manuals-form label.form-required:after{position:relative;content:"*";right:-8px}form.webform-submission-form input,form.webform-submission-form select,form.webform-submission-form textarea,form#kodak-base-product-warranty-form input,form#kodak-base-product-warranty-form select,form#kodak-base-product-warranty-form textarea,form#kodak-base-product-manuals-form input,form#kodak-base-product-manuals-form select,form#kodak-base-product-manuals-form textarea{padding:12px 16px;border-radius:5px;border:1px solid #d9d9d9;font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;outline-color:#3fb0a8;caret-color:#3fb0a8}form.webform-submission-form input::placeholder,form.webform-submission-form select::placeholder,form.webform-submission-form textarea::placeholder,form#kodak-base-product-warranty-form input::placeholder,form#kodak-base-product-warranty-form select::placeholder,form#kodak-base-product-warranty-form textarea::placeholder,form#kodak-base-product-manuals-form input::placeholder,form#kodak-base-product-manuals-form select::placeholder,form#kodak-base-product-manuals-form textarea::placeholder{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;color:#555}form.webform-submission-form input.error,form.webform-submission-form select.error,form.webform-submission-form textarea.error,form#kodak-base-product-warranty-form input.error,form#kodak-base-product-warranty-form select.error,form#kodak-base-product-warranty-form textarea.error,form#kodak-base-product-manuals-form input.error,form#kodak-base-product-manuals-form select.error,form#kodak-base-product-manuals-form textarea.error{border:1px solid #ed0000}form.webform-submission-form input:focus,form.webform-submission-form select:focus,form.webform-submission-form textarea:focus,form#kodak-base-product-warranty-form input:focus,form#kodak-base-product-warranty-form select:focus,form#kodak-base-product-warranty-form textarea:focus,form#kodak-base-product-manuals-form input:focus,form#kodak-base-product-manuals-form select:focus,form#kodak-base-product-manuals-form textarea:focus{outline-color:#3fb0a8;outline-style:solid}form.webform-submission-form select,form#kodak-base-product-warranty-form select,form#kodak-base-product-manuals-form select{-moz-appearance:none;-webkit-appearance:none;appearance:none;position:relative;background:url(/themes/custom/kodak/dist/images/chevron-down-teal.svg) no-repeat 99% 50%;background-color:#fff;padding-right:10px}form.webform-submission-form .form-item--error-message,form#kodak-base-product-warranty-form .form-item--error-message,form#kodak-base-product-manuals-form .form-item--error-message{color:#ed0000;font-size:12px;font-weight:400;line-height:20px;margin-top:8px;position:relative}form.webform-submission-form .form-item--error-message:before,form#kodak-base-product-warranty-form .form-item--error-message:before,form#kodak-base-product-manuals-form .form-item--error-message:before{font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:12px;color:#fff;background:#ed0000;position:relative;width:21px;height:21px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-right:8px}form.webform-submission-form .form-item--success-message,form#kodak-base-product-warranty-form .form-item--success-message,form#kodak-base-product-manuals-form .form-item--success-message{color:#007680;font-size:12px;font-weight:400;line-height:20px;margin-top:8px;position:relative}form.webform-submission-form .form-item--success-message:before,form#kodak-base-product-warranty-form .form-item--success-message:before,form#kodak-base-product-manuals-form .form-item--success-message:before{font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:12px;color:#fff;background:#007680;position:relative;width:21px;height:21px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;margin-right:8px}form.webform-submission-form .js-form-type-checkbox,form#kodak-base-product-warranty-form .js-form-type-checkbox,form#kodak-base-product-manuals-form .js-form-type-checkbox{display:flex;flex-wrap:wrap;margin-bottom:24px}form.webform-submission-form .js-form-type-checkbox input,form#kodak-base-product-warranty-form .js-form-type-checkbox input,form#kodak-base-product-manuals-form .js-form-type-checkbox input{width:24px;height:24px;margin-right:8px;border-color:#ccc;accent-color:#007680}form.webform-submission-form .js-form-type-checkbox label,form#kodak-base-product-warranty-form .js-form-type-checkbox label,form#kodak-base-product-manuals-form .js-form-type-checkbox label{width:fit-content;margin-bottom:0}form.webform-submission-form .js-form-type-checkbox .form-item--error-message,form#kodak-base-product-warranty-form .js-form-type-checkbox .form-item--error-message,form#kodak-base-product-manuals-form .js-form-type-checkbox .form-item--error-message{width:100%}form.webform-submission-form .js-webform-type-radios legend,form#kodak-base-product-warranty-form .js-webform-type-radios legend,form#kodak-base-product-manuals-form .js-webform-type-radios legend{margin-bottom:24px;font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600}form.webform-submission-form .js-webform-type-radios .js-form-type-radio,form#kodak-base-product-warranty-form .js-webform-type-radios .js-form-type-radio,form#kodak-base-product-manuals-form .js-webform-type-radios .js-form-type-radio{display:flex;flex-wrap:wrap;margin-bottom:24px}form.webform-submission-form .js-webform-type-radios .js-form-type-radio input,form#kodak-base-product-warranty-form .js-webform-type-radios .js-form-type-radio input,form#kodak-base-product-manuals-form .js-webform-type-radios .js-form-type-radio input{margin-right:8px;border-color:#ccc;accent-color:#007680}form.webform-submission-form .js-webform-type-radios .js-form-type-radio label,form#kodak-base-product-warranty-form .js-webform-type-radios .js-form-type-radio label,form#kodak-base-product-manuals-form .js-webform-type-radios .js-form-type-radio label{width:fit-content;margin-bottom:0}form.webform-submission-form .js-webform-type-radios .js-form-type-radio .form-item--error-message,form#kodak-base-product-warranty-form .js-webform-type-radios .js-form-type-radio .form-item--error-message,form#kodak-base-product-manuals-form .js-webform-type-radios .js-form-type-radio .form-item--error-message{width:100%}form.webform-submission-form .js-form-type-textfield,form#kodak-base-product-warranty-form .js-form-type-textfield,form#kodak-base-product-manuals-form .js-form-type-textfield{margin-bottom:24px}form.webform-submission-form .js-form-type-textfield label,form#kodak-base-product-warranty-form .js-form-type-textfield label,form#kodak-base-product-manuals-form .js-form-type-textfield label{width:100%}form.webform-submission-form .js-form-type-textfield input,form#kodak-base-product-warranty-form .js-form-type-textfield input,form#kodak-base-product-manuals-form .js-form-type-textfield input{width:100%}form.webform-submission-form .js-form-type-select,form#kodak-base-product-warranty-form .js-form-type-select,form#kodak-base-product-manuals-form .js-form-type-select{position:relative;margin-bottom:24px}form.webform-submission-form .js-form-type-select label,form#kodak-base-product-warranty-form .js-form-type-select label,form#kodak-base-product-manuals-form .js-form-type-select label{width:100%;color:#000}form.webform-submission-form .js-form-type-select select,form#kodak-base-product-warranty-form .js-form-type-select select,form#kodak-base-product-manuals-form .js-form-type-select select{width:100%;padding-right:28px;color:#000;appearance:none;-webkit-appearance:none;-moz-appearance:none}form.webform-submission-form .js-form-type-email,form.webform-submission-form .js-form-type-tel,form#kodak-base-product-warranty-form .js-form-type-email,form#kodak-base-product-warranty-form .js-form-type-tel,form#kodak-base-product-manuals-form .js-form-type-email,form#kodak-base-product-manuals-form .js-form-type-tel{margin-bottom:24px}form.webform-submission-form .js-form-type-email label,form.webform-submission-form .js-form-type-tel label,form#kodak-base-product-warranty-form .js-form-type-email label,form#kodak-base-product-warranty-form .js-form-type-tel label,form#kodak-base-product-manuals-form .js-form-type-email label,form#kodak-base-product-manuals-form .js-form-type-tel label{width:100%}form.webform-submission-form .js-form-type-email input,form.webform-submission-form .js-form-type-tel input,form#kodak-base-product-warranty-form .js-form-type-email input,form#kodak-base-product-warranty-form .js-form-type-tel input,form#kodak-base-product-manuals-form .js-form-type-email input,form#kodak-base-product-manuals-form .js-form-type-tel input{width:100%}form.webform-submission-form input[type=date],form#kodak-base-product-warranty-form input[type=date],form#kodak-base-product-manuals-form input[type=date]{width:100%;color:#000;-webkit-appearance:none;min-height:48px;background:rgba(0,0,0,0);margin-bottom:24px}form.webform-submission-form .js-form-type-textarea,form#kodak-base-product-warranty-form .js-form-type-textarea,form#kodak-base-product-manuals-form .js-form-type-textarea{margin-bottom:24px}form.webform-submission-form .js-form-type-textarea label,form#kodak-base-product-warranty-form .js-form-type-textarea label,form#kodak-base-product-manuals-form .js-form-type-textarea label{width:100%}form.webform-submission-form .js-form-type-textarea textarea,form#kodak-base-product-warranty-form .js-form-type-textarea textarea,form#kodak-base-product-manuals-form .js-form-type-textarea textarea{width:100%}form.webform-submission-form .webform-button--submit,form#kodak-base-product-warranty-form .webform-button--submit,form#kodak-base-product-manuals-form .webform-button--submit{margin-bottom:24px;background:#007680;color:#fff;padding:12px 18px;border:1.5px solid #007680;transition:background 150ms ease-out,color 150ms ease-out}form.webform-submission-form .webform-button--submit:hover,form#kodak-base-product-warranty-form .webform-button--submit:hover,form#kodak-base-product-manuals-form .webform-button--submit:hover{background:rgba(0,0,0,0);color:#007680}form.webform-submission-form .form-item-upload,form.webform-submission-form .form-item-file-upload,form#kodak-base-product-warranty-form .form-item-upload,form#kodak-base-product-warranty-form .form-item-file-upload,form#kodak-base-product-manuals-form .form-item-upload,form#kodak-base-product-manuals-form .form-item-file-upload{margin-bottom:24px}form.webform-submission-form .form-item-upload input,form.webform-submission-form .form-item-file-upload input,form#kodak-base-product-warranty-form .form-item-upload input,form#kodak-base-product-warranty-form .form-item-file-upload input,form#kodak-base-product-manuals-form .form-item-upload input,form#kodak-base-product-manuals-form .form-item-file-upload input{border:1px dashed #555;color:#555;font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;width:100%;margin:16px 0}form.webform-submission-form .form-item-upload input:hover,form.webform-submission-form .form-item-file-upload input:hover,form#kodak-base-product-warranty-form .form-item-upload input:hover,form#kodak-base-product-warranty-form .form-item-file-upload input:hover,form#kodak-base-product-manuals-form .form-item-upload input:hover,form#kodak-base-product-manuals-form .form-item-file-upload input:hover{cursor:pointer}form.webform-submission-form .form-item-upload input::file-selector-button,form.webform-submission-form .form-item-file-upload input::file-selector-button,form#kodak-base-product-warranty-form .form-item-upload input::file-selector-button,form#kodak-base-product-warranty-form .form-item-file-upload input::file-selector-button,form#kodak-base-product-manuals-form .form-item-upload input::file-selector-button,form#kodak-base-product-manuals-form .form-item-file-upload input::file-selector-button{padding:12px 18px;color:#555;background:#fff;border:1px solid #555;border-radius:5px;margin-right:16px;transition:border 150ms ease-out,color 150ms ease-out}form.webform-submission-form .form-item-upload input::file-selector-button:hover,form.webform-submission-form .form-item-file-upload input::file-selector-button:hover,form#kodak-base-product-warranty-form .form-item-upload input::file-selector-button:hover,form#kodak-base-product-warranty-form .form-item-file-upload input::file-selector-button:hover,form#kodak-base-product-manuals-form .form-item-upload input::file-selector-button:hover,form#kodak-base-product-manuals-form .form-item-file-upload input::file-selector-button:hover{color:#007680;border:1px solid #007680;cursor:pointer}form.webform-submission-form .form-item-upload .webform-element-description,form.webform-submission-form .form-item-file-upload .webform-element-description,form#kodak-base-product-warranty-form .form-item-upload .webform-element-description,form#kodak-base-product-warranty-form .form-item-file-upload .webform-element-description,form#kodak-base-product-manuals-form .form-item-upload .webform-element-description,form#kodak-base-product-manuals-form .form-item-file-upload .webform-element-description{color:#555;font-size:12px;font-weight:400;line-height:20px}form.webform-submission-form .g-recaptcha,form.webform-submission-form .recaptcha-processed,form#kodak-base-product-warranty-form .g-recaptcha,form#kodak-base-product-warranty-form .recaptcha-processed,form#kodak-base-product-manuals-form .g-recaptcha,form#kodak-base-product-manuals-form .recaptcha-processed{margin-bottom:24px}.serial-number-instructions{display:none}html{overflow-x:hidden}body{min-height:100vh;max-width:100vw;height:100vh;position:relative}.component{max-width:100vw;overflow-x:hidden;margin-top:2rem;margin-bottom:2rem;padding-top:2rem;padding-bottom:2rem}@media(max-width: 699.98px){.component{margin-top:2rem;margin-bottom:2rem}}.component img{border-radius:5px}#onetrust-banner-sdk .has-reject-all-button #onetrust-pc-btn-handler.cookie-setting-link{text-align:center}.wysiwyg img,.wysiwyg iframe,.wysiwyg video{width:100%;height:auto}.wysiwyg .align-left{width:50%}.wysiwyg .align-left img,.wysiwyg .align-left iframe,.wysiwyg .align-left video{padding-right:15px}@media(max-width: 919.98px){.wysiwyg .align-left{width:100%}.wysiwyg .align-left img,.wysiwyg .align-left iframe,.wysiwyg .align-left video{padding-right:0}}.wysiwyg .align-right{width:50%}.wysiwyg .align-right img,.wysiwyg .align-right iframe,.wysiwyg .align-right video{padding-left:15px}@media(max-width: 919.98px){.wysiwyg .align-right{width:100%}.wysiwyg .align-right img,.wysiwyg .align-right iframe,.wysiwyg .align-right video{padding-left:0}}.no-top-padding{margin-top:0 !important}.no-bottom-padding{margin-bottom:0 !important}.columns .container{padding:0 10px}.screen-lock{overflow:hidden}.scrollable{overflow:auto}blockquote{overflow:auto;height:fit-content}blockquote p{width:50%;margin:0}.align-right{float:right;width:50%;max-width:50%;margin-left:1rem}.tag{display:inline-flex;width:fit-content;font-size:14px;border-radius:50px;padding:4px 12px;background:#eeeefa;color:#4e4795;border:1px solid #eeeefa;transition:border 150ms ease-out}.tag:has(a:hover){border:1px solid #4e4795}.tag a{color:#4e4795;text-decoration:none}.global-card-white{border-radius:5px;overflow:hidden;padding-bottom:24px;border:1px solid #d9d9d9;background:#fff}.global-card-white .product-card-spacing{padding:0 24px}.global-card-white article{height:100%}.global-card-white .tag{margin-top:24px}.global-card-white img{width:100%;height:auto;aspect-ratio:1.91/1;object-fit:cover}.global-card-white h1,.global-card-white .h1,.global-card-white h2,.global-card-white .h2,.global-card-white h3,.global-card-white .h3,.global-card-white h4,.global-card-white .h4,.global-card-white p,.global-card-white span,.global-card-white button{margin-top:24px}.global-card-white ul{padding-left:1rem}.global-card-white .product-card-button{align-content:flex-end;flex-wrap:wrap;display:flex}.global-card-gray{border-radius:5px;overflow:hidden;padding-bottom:24px;background:#f7f7f7}.global-card-gray .product-card-spacing{padding:0 24px}.global-card-gray article{height:100%}.global-card-gray .tag{margin-top:24px}.global-card-gray img{width:100%;height:auto;aspect-ratio:1.91/1;object-fit:cover}.global-card-gray h1,.global-card-gray .h1,.global-card-gray h2,.global-card-gray .h2,.global-card-gray h3,.global-card-gray .h3,.global-card-gray h4,.global-card-gray .h4,.global-card-gray p,.global-card-gray span,.global-card-gray button{margin-top:24px}.global-card-gray ul{padding-left:1rem}.global-card-gray .product-card-button{align-content:flex-end;flex-wrap:wrap;display:flex}.pager,[aria-labelledby=pagination-heading]{display:flex;margin-top:40px}.pager .pager__items,[aria-labelledby=pagination-heading] .pager__items{display:flex;gap:8px;padding-left:0}.pager .pager__items .pager__item,[aria-labelledby=pagination-heading] .pager__items .pager__item{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border-radius:5px;font-size:16px;font-weight:400;background:#f7f7f7;list-style-type:none;transition:opacity 150ms ease-out}.pager .pager__items .pager__item a,[aria-labelledby=pagination-heading] .pager__items .pager__item a{color:#000;text-decoration:none;height:100%;width:100%;display:flex;align-content:center;flex-wrap:wrap;justify-content:center}.pager .pager__items .pager__item.is-active,[aria-labelledby=pagination-heading] .pager__items .pager__item.is-active{background:#007680}.pager .pager__items .pager__item.is-active a,[aria-labelledby=pagination-heading] .pager__items .pager__item.is-active a{color:#fff;font-weight:700}.pager .pager__items .pager__item:hover,[aria-labelledby=pagination-heading] .pager__items .pager__item:hover{opacity:.8}.pager .pager__items .pager__item--first,.pager .pager__items .pager__item--previous,.pager .pager__items .pager__item--next,.pager .pager__items .pager__item--last,[aria-labelledby=pagination-heading] .pager__items .pager__item--first,[aria-labelledby=pagination-heading] .pager__items .pager__item--previous,[aria-labelledby=pagination-heading] .pager__items .pager__item--next,[aria-labelledby=pagination-heading] .pager__items .pager__item--last{background:rgba(0,0,0,0);font-size:32px;padding-bottom:7px}.pager .pager__items .pager__item--first a,.pager .pager__items .pager__item--previous a,.pager .pager__items .pager__item--next a,.pager .pager__items .pager__item--last a,[aria-labelledby=pagination-heading] .pager__items .pager__item--first a,[aria-labelledby=pagination-heading] .pager__items .pager__item--previous a,[aria-labelledby=pagination-heading] .pager__items .pager__item--next a,[aria-labelledby=pagination-heading] .pager__items .pager__item--last a{color:#555}.pager .pager__items .pager__item--ellipsis,[aria-labelledby=pagination-heading] .pager__items .pager__item--ellipsis{display:none}.filter-search-input{position:relative;width:100%;margin-bottom:42px;display:flex}@media(max-width: 919.98px){.filter-search-input{margin-top:24px}}.filter-search-input input{width:100%;height:35px;position:relative;border-left:none;border-right:none;border-top:none;padding-bottom:10px;border-bottom:2px solid #3fb0a8;border-radius:0;outline:none}.filter-search-input .filter-search-button{font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:16px;color:#3fb0a8;width:32px;height:35px;border-top:none;border-left:none;border-right:none;border-bottom:2px solid #3fb0a8;background:rgba(0,0,0,0);cursor:pointer}.mobile-filter{border:1px solid #555;align-items:center;padding:8px 15px;font-family:"Open Sans",sans-serif;font-size:18px;line-height:30px;color:#000;width:100%;justify-content:space-between}.mobile-filter svg{margin-right:4px}.mobile-filter:hover{border:1px solid #555}.sidebar-filters{position:static;top:60px;background:#fff;z-index:3;width:100%}.sidebar-filters form{border-bottom:1px solid #d9d9d9}.sidebar-filters form input[type=checkbox]{width:14px;height:14px;margin-right:8px;border-color:#ccc}.sidebar-filters form input[type=checkbox]:checked{accent-color:#007680}@media(max-width: 919.98px){.sidebar-filters form{border-bottom:none}}.sidebar-filters label{color:#555}.sidebar-filters .sidebar-title{display:flex;justify-content:space-between;padding-bottom:65px}.sidebar-filters .sidebar-title button{padding:0;margin-right:4px;margin-top:4px;background:rgba(0,0,0,0);border:none;color:#007680;font-weight:700}@media(max-width: 919.98px){.sidebar-filters .sidebar-title{margin-bottom:0;padding-bottom:16px}}@media(max-width: 919.98px){.sidebar-filters{position:absolute;width:calc(100% - 24px);border:1px solid #555;border-radius:5px;padding:16px}.sidebar-filters h3,.sidebar-filters .h3{font-size:18px}.sidebar-filters.collapse{display:none}.sidebar-filters.show{display:flex;flex-direction:column;max-height:600px;overflow-y:scroll}}.sidebar-filters #edit-actions{display:flex;justify-content:flex-start;margin-bottom:0}@media(max-width: 919.98px){.sidebar-filters #edit-actions{justify-content:center;border-top:1px solid #d9d9d9;padding-top:14px}}.sidebar-filters .fieldset-wrapper{overflow:hidden;position:relative}.sidebar-filters .form-wrapper{margin-bottom:24px}.sidebar-filters fieldset{margin-bottom:24px}.sidebar-filters .fieldset-legend{display:none}.sidebar-filters summary[role=button]{font-weight:600;font-family:"Open Sans",sans-serif;font-size:20px;line-height:28px;color:#555;position:relative;width:100%;border-top:1px solid #d9d9d9;padding-top:24px;list-style-type:none;display:list-item}@media(max-width: 919.98px){.sidebar-filters summary[role=button]{font-size:16px}}.sidebar-filters summary[role=button]:after{position:absolute;font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:30px;font-weight:100;right:0;color:#555}.sidebar-filters summary[role=button][aria-expanded=true]:after{content:""}.sidebar-filters .js-form-type-checkbox{margin-top:24px}.sidebar-filters .js-form-item-field-discontinued-value{border-top:1px solid #d9d9d9;padding:24px 0}.sidebar-filters input[name=reset]{border:none;background:none;color:#007680;height:fit-content;width:fit-content;padding:0;font-size:14px;border-bottom:1px solid #007680;line-height:1;opacity:1;transition:opacity 150ms ease-out;position:absolute;top:65px}.sidebar-filters input[name=reset]:hover{opacity:.8}@media(max-width: 919.98px){.sidebar-filters input[name=reset]{position:relative;top:unset}}#resultCount{margin-bottom:30px;margin-top:0;color:#555;font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600}@media(max-width: 919.98px){.paragraph--type--all-insights-block #resultCount{margin-top:30px;margin-bottom:0}}.primary-button-medium{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;border-radius:5px;transition:background-color 150ms ease-in-out,border 150ms ease-in-out,color 150ms ease-in-out;text-decoration:none;margin-bottom:20px;background-color:#007680;border:1.5px solid #007680;color:#fff;padding:12px 18px}.primary-button-medium:hover{background-color:#00535a;border:1.5px solid #00535a;color:#fff;cursor:pointer}.primary-button-small{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;border-radius:5px;transition:background-color 150ms ease-in-out,border 150ms ease-in-out,color 150ms ease-in-out;text-decoration:none;margin-bottom:20px;background-color:#007680;border:1.5px solid #007680;color:#fff;padding:10px 12px}.primary-button-small:hover{background-color:#00535a;border:1.5px solid #00535a;color:#fff;cursor:pointer}.secondary-button-teal-medium{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;border-radius:5px;transition:background-color 150ms ease-in-out,border 150ms ease-in-out,color 150ms ease-in-out;text-decoration:none;margin-bottom:20px;background-color:rgba(0,0,0,0);border:1.5px solid #007680;color:#007680;padding:12px 18px}.secondary-button-teal-medium:hover{background-color:#00535a;border:1.5px solid #00535a;color:#fff;cursor:pointer}.secondary-button-teal-small{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;border-radius:5px;transition:background-color 150ms ease-in-out,border 150ms ease-in-out,color 150ms ease-in-out;text-decoration:none;margin-bottom:20px;background-color:rgba(0,0,0,0);border:1.5px solid #007680;color:#007680;padding:10px 12px}.secondary-button-teal-small:hover{background-color:#00535a;border:1.5px solid #00535a;color:#fff;cursor:pointer}.secondary-button-white-medium{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;border-radius:5px;transition:background-color 150ms ease-in-out,border 150ms ease-in-out,color 150ms ease-in-out;text-decoration:none;margin-bottom:20px;background-color:rgba(0,0,0,0);border:1.5px solid #fff;color:#fff;padding:12px 18px}.secondary-button-white-medium:hover{background-color:#fff;border:1.5px solid #fff;color:#007680;cursor:pointer}.secondary-button-white-small{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;border-radius:5px;transition:background-color 150ms ease-in-out,border 150ms ease-in-out,color 150ms ease-in-out;text-decoration:none;margin-bottom:20px;background-color:rgba(0,0,0,0);border:1.5px solid #fff;color:#fff;padding:10px 12px}.secondary-button-white-small:hover{background-color:#fff;border:1.5px solid #fff;color:#007680;cursor:pointer}.tertiary-pdf-medium{font-size:14px;position:relative;color:#555;display:flex;height:auto;flex-wrap:wrap;align-items:center;line-height:22px;text-decoration:none}.tertiary-pdf-medium:before{content:"";background-image:url(/themes/custom/kodak/dist/images/pdf.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:24px;left:0;height:24px;margin-right:8px;position:relative;display:inline-block}@media(max-width: 699.98px){.tertiary-pdf-medium:before{margin-bottom:5px}}.tertiary-pdf-medium:after{content:"";background-image:url(/themes/custom/kodak/dist/images/arrow-right.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;right:0;height:16px;margin-left:8px;position:relative;display:inline-block;transition:margin-left 150ms ease-in-out}.tertiary-pdf-medium:hover:after{margin-left:16px;transition:margin-left 150ms ease-in-out}@media(max-width: 699.98px){.tertiary-pdf-medium:hover:after{margin-left:8px}}.tertiary-pdf-small{font-size:12px;position:relative;color:#555;display:flex;height:auto;flex-wrap:wrap;align-items:center;line-height:22px;text-decoration:none}.tertiary-pdf-small:before{content:"";background-image:url(/themes/custom/kodak/dist/images/pdf.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:24px;left:0;height:24px;margin-right:8px;position:relative;display:inline-block}@media(max-width: 699.98px){.tertiary-pdf-small:before{margin-bottom:5px}}.tertiary-pdf-small:after{content:"";background-image:url(/themes/custom/kodak/dist/images/arrow-right.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;right:0;height:16px;margin-left:8px;position:relative;display:inline-block;transition:margin-left 150ms ease-in-out}.tertiary-pdf-small:hover:after{margin-left:16px;transition:margin-left 150ms ease-in-out}@media(max-width: 699.98px){.tertiary-pdf-small:hover:after{margin-left:8px}}.hyperlink-dark-gray{color:#555;text-decoration:underline;text-decoration-color:#007680;line-height:20px;text-underline-offset:6px;transition:color 150ms ease-in-out,text-decoration-color 150ms ease-in-out,opacity 150ms ease-in-out}.hyperlink-dark-gray:hover{color:#00535a}.hyperlink-white{color:#fff;text-decoration:underline;text-decoration-color:#fff;line-height:20px;text-underline-offset:6px;transition:color 150ms ease-in-out,text-decoration-color 150ms ease-in-out,opacity 150ms ease-in-out}.hyperlink-white:hover{opacity:.5}.hyperlink-teal{color:#007680;text-decoration:underline;text-decoration-color:#007680;line-height:20px;text-underline-offset:6px;transition:color 150ms ease-in-out,text-decoration-color 150ms ease-in-out,opacity 150ms ease-in-out}.hyperlink-teal:hover{opacity:.5}.link-arrow-white{font-weight:600;font-size:14px;line-height:22px;position:relative;display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;color:#fff}.link-arrow-white:after{content:"";background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;right:0;top:0;height:16px;margin-left:8px;position:relative;display:inline-block;transition:margin-left 150ms ease-in-out;vertical-align:middle}.link-arrow-white:hover:after{margin-left:16px;transition:margin-left 150ms ease-in-out}.link-arrow-white:after{background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg)}.link-arrow-teal{font-weight:600;font-size:14px;line-height:22px;position:relative;display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;color:#555}.link-arrow-teal:after{content:"";background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;right:0;top:0;height:16px;margin-left:8px;position:relative;display:inline-block;transition:margin-left 150ms ease-in-out;vertical-align:middle}.link-arrow-teal:hover:after{margin-left:16px;transition:margin-left 150ms ease-in-out}.link-arrow-teal:after{background-image:url(/themes/custom/kodak/dist/images/arrow-right.svg)}.generic-link{color:teal;transition:opacity 150ms ease-in-out}.generic-link:hover{opacity:.8}[id=block-kodak-primary-local-tasks]{height:53px;width:100%;background:var(--gin-bg-layer);display:flex;justify-content:flex-start;align-content:center;flex-wrap:wrap;position:fixed;left:0;bottom:0;z-index:1000;box-shadow:0 0 4px rgba(0,0,0,.1),0 -2px 6px 2px rgba(0,0,0,.03)}[id=block-kodak-primary-local-tasks]>ul{list-style-type:none;margin:0;padding:0;width:100%;height:100%;max-width:1365px;display:flex}[id=block-kodak-primary-local-tasks]>ul li{font-size:13px}[id=block-kodak-primary-local-tasks]>ul li a{padding:0 24px;color:var(--gin-color-text);font-weight:var(--gin-font-weight-normal);font-size:13px;text-decoration:none;font-family:var(--gin-font),serif;display:flex;flex-wrap:wrap;align-content:center;height:100%}[id=block-kodak-primary-local-tasks]>ul li a:hover{background:var(--gin-bg-item-hover);color:var(--gin-color-primary-active)}.gin--vertical-toolbar #block-kodak-primary-local-tasks{left:65px}.gin--vertical-toolbar[data-toolbar-menu=open] #block-kodak-primary-local-tasks{left:255px;transition:left var(--gin-transition)}body:not(.user-logged-in) [data-drupal-messages]{display:none !important}[data-drupal-messages]{min-height:50px;width:100%;background:#fff;padding:0 20px;position:relative;bottom:0;left:0;display:flex;justify-content:center;align-items:center;overflow-y:scroll}[data-drupal-messages] .messages__wrapper{max-width:100%;width:100%;text-align:left}.color-grid{display:grid;grid-template-columns:repeat(5, 1fr);gap:1em}.color-block{display:flex;width:100%;height:auto;aspect-ratio:1/1;justify-content:center;align-content:center;flex-wrap:wrap}pre{background-color:#ebebeb;padding:10px;border-radius:5px;font-size:14px;width:fit-content;display:inline-block;overflow:unset}.color-block pre{background-color:rgba(235,235,235,.2)}code{font-family:"Courier New",Courier,monospace}.border-bg-black{border:solid 1px #333}.ck-style-grid__button__preview:has(.secondary-button-white-medium){background:#333 !important}.ck-style-grid__button__preview:has(.secondary-button-white-small){background:#333 !important}.ck-style-grid__button__preview:has(.hyperlink-white){background:#333 !important}.ck-style-grid__button__preview:has(.link-arrow-white){background:#333 !important}.ck-editor__editable_inline .secondary-button-white-medium{border:1.5px solid #ebebeb;color:#ebebeb}.ck-editor__editable_inline .secondary-button-white-medium:hover{color:#00535a}.ck-editor__editable_inline .secondary-button-white-small{border:1.5px solid #ebebeb;color:#ebebeb}.ck-editor__editable_inline .secondary-button-white-small:hover{color:#00535a}.ck-editor__editable_inline .hyperlink-white{color:#ebebeb;text-decoration-color:#ebebeb}.ck-editor__editable_inline .decorative{background:linear-gradient(92deg, #46ddd2 2.44%, #796eee 44.9%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.ck-style-grid__button{overflow:hidden}.ck-style-grid__button__preview{border:none !important}.ck-style-grid__button__preview a:hover{text-decoration:none !important}.ck-style-grid__button__preview a.hyperlink-dark-gray:hover{text-decoration:underline !important}.ck-style-grid__button__preview a.hyperlink-white:hover{text-decoration:underline !important}.kodak-admin{width:100%;padding-bottom:53px;position:fixed;height:fit-content;left:0;bottom:0;z-index:1000}.ui-dialog{top:0 !important}body.user-logged-in.toolbar-horizontal header,body.user-logged-in.toolbar-vertical header,body.user-logged-in.toolbar-vertical.toolbar-tray-open header{top:39px}body.user-logged-in.toolbar-tray-open header{top:79px}body.user-logged-in .page-wrapper__node-edit-form header{top:0 !important;box-shadow:4px 4px 10px var(--gin-bg-layer2)}body.user-logged-in .page-wrapper__node-edit-form .sticky-shadow{display:none}body.user-logged-in .node-preview-container{background:#0f0f0f;color:#fff;bottom:0;z-index:1001;padding:0}body.user-logged-in .node-preview-container form{width:100%;display:flex;justify-content:space-between}body.user-logged-in .node-preview-container .form-item{padding:12px 24px;display:none}body.user-logged-in .node-preview-container .form-item select{color:#fff;background:#0f0f0f;border-radius:0;border:solid 1px #fff}body.user-logged-in .node-preview-container a.node-preview-backlink{padding:12px 24px;color:#fff;font-weight:600;text-decoration:none;display:inline-block;font-size:13px}body.user-logged-in .node-preview-container a.node-preview-backlink:hover{background-image:linear-gradient(rgba(255, 255, 255, 0.125) 20%, transparent 200%)}body.user-logged-in .node-preview-container .js-form-item-view-mode{color:#fff;padding-left:15px;margin-left:15px;font-size:13px;font-weight:600}body.user-logged-in .toolbar .toolbar-bar,body.user-logged-in .toolbar .toolbar-tray{z-index:9999 !important}body.user-logged-in.alert-active #site-alerts{position:fixed !important;top:79px !important}body.user-logged-in.alert-active header{top:160px !important}body.user-logged-in.alert-active #main-content{top:79px;position:relative}body.user-logged-in header{top:53px !important}body.user-logged-in #main-content{min-height:50vh}body.user-logged-in .region-product{top:53px !important}body.path-user #block-kodak-content{width:100%;max-width:1300px;padding:0 20px;margin:0 auto;padding-top:2rem}.autocomplete-deluxe-item{display:flex;padding:5px 10px !important;align-items:center;gap:5px}.autocomplete-deluxe-item .autocomplete-deluxe-item-delete{position:relative;right:0 !important;top:0 !important}.toolbar-item{z-index:99999}.ck.ck-balloon-panel{position:fixed !important}@media(min-width: 1100px){.utility-menu{background:#007680;width:100%}.utility-menu .access-partner-portal{font-size:14px;font-weight:500;color:#fff;text-decoration:none;display:flex;align-items:center;gap:8px;padding:0 14px;transition:opacity 150ms linear,background-color 150ms linear;height:100%}.utility-menu .access-partner-portal:hover{background-color:#00535a}.utility-menu #block-kodak-utilitynavigation,.utility-menu #block-kodak-secondaryutilitynavigation{height:48px;width:fit-content;display:flex;justify-content:flex-end}.utility-menu #block-kodak-utilitynavigation .nav-link,.utility-menu #block-kodak-secondaryutilitynavigation .nav-link{color:#fff;font-size:14px;display:flex;align-items:center;gap:5px;padding:0 12px}.utility-menu #block-kodak-utilitynavigation .dropdown-toggle::after,.utility-menu #block-kodak-secondaryutilitynavigation .dropdown-toggle::after{border:none;background-image:url(/themes/custom/kodak/dist/images/chevron-down.svg);background-position:center;background-repeat:no-repeat;width:10px;height:10px;vertical-align:initial}.utility-menu #block-kodak-utilitynavigation .dropdown-menu,.utility-menu #block-kodak-secondaryutilitynavigation .dropdown-menu{border-radius:0;box-shadow:0 0 20px 0 rgba(0,0,0,.2);border:none;padding:0;right:0}.utility-menu #block-kodak-utilitynavigation .dropdown-menu li,.utility-menu #block-kodak-secondaryutilitynavigation .dropdown-menu li{padding:14px 18px}.utility-menu #block-kodak-utilitynavigation .dropdown-menu li .dropdown-item,.utility-menu #block-kodak-secondaryutilitynavigation .dropdown-menu li .dropdown-item{text-decoration:underline;text-underline-offset:8px;text-decoration-color:rgba(0,0,0,0);font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px}.utility-menu #block-kodak-utilitynavigation .dropdown-menu li .dropdown-item:hover,.utility-menu #block-kodak-secondaryutilitynavigation .dropdown-menu li .dropdown-item:hover{background:initial;text-decoration-color:#007680;color:#007680}.utility-menu .nav-item:hover .nav-link{background:#00535a}.utility-menu .dropdown:hover .dropdown-toggle{background:#00535a}.utility-menu .dropdown:hover .dropdown-toggle:after{transform:rotate(180deg)}}@media(max-width: 1099.98px){.utility-divider{width:100%;border-top:1px solid #ebebeb;padding-bottom:24px}.utility-menu .container-mobile{width:100%;padding:0;position:relative}#block-kodak-utilitynavigation .navbar-nav .nav-item:last-of-type .nav-link{height:fit-content !important;width:calc(100% - 40px);color:purple;position:absolute;bottom:-30px;margin:0 20px;padding:10px 0;border-radius:5px;background:#007680;text-align:center;color:#fff;font-size:14px;font-weight:600;line-height:normal;justify-content:center;text-decoration:none;transition:background 150ms ease-in-out}#block-kodak-utilitynavigation .navbar-nav .nav-item:last-of-type .nav-link:hover{background:#00535a;color:#fff}#block-kodak-utilitynavigation,#block-kodak-secondaryutilitynavigation{width:100%}#block-kodak-utilitynavigation .navbar-nav .nav-item,#block-kodak-utilitynavigation .navbar-nav .nav-link,#block-kodak-secondaryutilitynavigation .navbar-nav .nav-item,#block-kodak-secondaryutilitynavigation .navbar-nav .nav-link{font-size:16px;font-weight:600}#block-kodak-utilitynavigation .navbar-nav .nav-link,#block-kodak-secondaryutilitynavigation .navbar-nav .nav-link{padding-bottom:24px}#block-kodak-utilitynavigation .utility-dropdown-item,#block-kodak-secondaryutilitynavigation .utility-dropdown-item{background:#f7f7f7;padding:24px 0;margin-bottom:24px;flex-wrap:wrap;border-radius:0}#block-kodak-utilitynavigation .utility-dropdown-item li,#block-kodak-secondaryutilitynavigation .utility-dropdown-item li{width:100%;padding-bottom:24px}#block-kodak-utilitynavigation .utility-dropdown-item li:last-child,#block-kodak-secondaryutilitynavigation .utility-dropdown-item li:last-child{padding-bottom:0}#block-kodak-utilitynavigation .dropdown-item,#block-kodak-secondaryutilitynavigation .dropdown-item{font-size:16px;width:fit-content}.access-partner-portal{font-family:"Open Sans",sans-serif;font-size:16px;font-weight:600;color:#555;text-decoration:none;display:flex;align-items:center;gap:8px;transition:opacity 150ms linear;padding:0 20px;margin-bottom:24px}.access-partner-portal:hover{opacity:.8}}header{position:sticky;top:0;z-index:10}.collapse-flex{display:flex}#topbar{height:auto;padding:0}#navbar-wrapper{flex-wrap:wrap}.main-menu-quicklinks{width:fit-content}@media(max-width: 1099.98px){#topbar{height:56px;padding:0 20px;background:#fff;display:flex;flex-wrap:nowrap}#navbar-wrapper{background:#fff;height:calc(100vh - 56px);width:100vw;overflow-y:scroll;overflow-x:hidden;top:56px;left:0;position:absolute;align-items:unset;align-content:flex-start;flex-grow:unset;padding-bottom:200px}.nav-link{color:#555;font-size:24px;line-height:30px;padding:0 20px;padding-bottom:24px}.navbar-toggler{border:none;padding:0;margin:0}.navbar-toggler:focus{box-shadow:none}}.navigation-menu{background:#fff;height:85px;position:relative}@media(max-width: 1099.98px){.navigation-menu{height:auto}}.navigation-menu .navigation-menu-wrapper{position:relative;z-index:999}.navigation-menu .navigation-menu-box-shadow{box-shadow:0 5px 5px 0 rgba(0,0,0,.1);height:85px;width:100vw;position:absolute;top:0;z-index:-1}@media(max-width: 1099.98px){.navigation-menu .container-mobile{width:100%;padding:0}}@media(min-width: 1100px){#block-kodak-main-menu{height:100%;width:100%;position:unset !important}#block-kodak-main-menu .navbar{position:initial;padding:0;height:85px;background:#fff}#block-kodak-main-menu .navbar-nav-main{margin-top:15px}#block-kodak-main-menu .navbar-nav-main .nav-item .dropdown-toggle::after{display:none}#block-kodak-main-menu .navbar-nav-main .nav-link{display:flex}#block-kodak-main-menu .navbar-nav-main .nav-item{padding-right:32px}#block-kodak-main-menu .navbar-nav-main .nav-item li{margin-bottom:20px}#block-kodak-main-menu .navbar-nav-main .nav-item li a{font-size:16px;font-weight:600;color:#000}#block-kodak-main-menu .navbar-nav-main .nav-item li.third-level{margin-left:16px}#block-kodak-main-menu .navbar-nav-main .nav-item li.third-level a{font-size:14px;font-weight:600;color:#555}#block-kodak-main-menu .navbar-nav-main .nav-item li.third-level:last-child{margin-bottom:0}#block-kodak-main-menu .nav-item .nav-link{display:flex;align-items:center;height:calc(100% - 6px);border-bottom:3px solid rgba(0,0,0,0);color:#000;font-size:18px;font-weight:600;padding:0;padding-left:0 !important;padding-right:0 !important}#block-kodak-main-menu .nav-item:hover .nav-link{border-bottom:3px solid #3fb0a8}#block-kodak-main-menu .dropdown-menu{width:100vw;height:530px;left:0;top:85px;background:#fff;border-radius:0;position:absolute;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);border:none;border-top:1px solid #ebebeb;z-index:-1}#block-kodak-main-menu .dropdown-menu ul{padding-left:0}#block-kodak-main-menu .dropdown-menu ul li{list-style-type:none;text-wrap:wrap}#block-kodak-main-menu .dropdown-menu .desktop-hidden{display:none}#block-kodak-main-menu .dropdown-menu .col-lg-3{border-right:1px solid #ebebeb}#block-kodak-main-menu .dropdown-menu .second-column{border-right:none}#block-kodak-main-menu .dropdown-menu .dropdown-menu-wrapper{width:100%;height:100%;padding:40px 0}#block-kodak-main-menu .dropdown-menu .dropdown-menu-wrapper .title-col{display:flex;flex-direction:column;width:250px;height:100%;border-right:1px solid #ebebeb}#block-kodak-main-menu .dropdown-menu .dropdown-menu-wrapper .dropdown-primary-link{margin-top:16px}#block-kodak-main-menu .dropdown-item{width:fit-content;white-space:wrap;text-decoration:underline;text-underline-offset:8px;text-decoration-color:rgba(0,0,0,0);transition:text-decoration-color 150ms linear}#block-kodak-main-menu .dropdown-item.active{background:initial;color:#007680 !important;font-size:16px;font-weight:600;text-decoration:underline}#block-kodak-main-menu .dropdown-item:hover{background-color:initial;color:#3fb0a8 !important;text-decoration-color:#3fb0a8;text-underline-offset:8px}#block-kodak-main-menu .dropdown-item:hover a{color:#3fb0a8 !important}#block-kodak-main-menu .dropdown.hover .dropdown-toggle{background:initial}#block-kodak-main-menu .dropdown:hover+.navigation-menu{box-shadow:none}#block-kodak-main-menu .quicklinks-wrapper{width:100%;display:flex;justify-content:flex-end}#block-kodak-main-menu .paragraph--type--quick-links{width:100%;max-width:300px;margin-right:10px}}@media(max-width: 1099.98px){.container-padding{padding-bottom:24px}.mobile-contact-us{margin:0 20px;padding:10px 0;border-radius:5px;background:#007680;text-align:center;color:#fff;font-size:14px;font-weight:600;line-height:normal;justify-content:center;text-decoration:none;transition:background 150ms ease-in-out}.mobile-contact-us:hover{background:#00535a;color:#fff}#block-kodak-main-menu{width:100%;background:#fff}#block-kodak-main-menu .nav-main-search{width:100%;max-width:initial;margin:0 20px;margin-bottom:24px}#block-kodak-main-menu .navbar-nav-main{width:100%}.dropdown-menu{padding:0;border:none}.dropdown-item{color:#555;font-size:18px;font-style:normal;font-weight:600;line-height:30px}.third-level a{font-size:16px;font-style:normal;font-weight:400;line-height:30px;padding-left:30px}.navigation-menu-wrapper .container-fluid,.navigation-menu-wrapper .container-sm,.navigation-menu-wrapper .container-md,.navigation-menu-wrapper .container-lg,.navigation-menu-wrapper .container-xl,.navigation-menu-wrapper .container-xxl{padding:0}.navigation-menu-wrapper .dropdown-menu-wrapper{background:#f7f7f7;padding-top:24px;margin-bottom:24px;width:100%}.navigation-menu-wrapper .dropdown-menu-wrapper ul{padding-left:0;margin-bottom:0}.navigation-menu-wrapper .dropdown-menu-wrapper ul li{list-style-type:none;padding-bottom:25px}.second-title{font-size:24px !important;font-weight:400}.dropdown-item.active{color:#555;font-size:18px;font-weight:400;background:none}.dropdown-item:hover{background:rgba(0,0,0,0)}}#block-kodak-site-branding{height:100%;margin-right:40px;width:fit-content}#block-kodak-site-branding img{max-height:30px;width:100%;object-fit:contain;object-position:left}.nav-main-search{border-bottom:2px solid #3fb0a8;max-width:300px;width:100%}.nav-main-search form{display:flex;flex-grow:1;justify-content:flex-end}.nav-main-search input{border:none}.nav-main-search .search-input{height:40px;display:flex;flex-grow:1;outline:none;background:rgba(0,0,0,0)}.nav-main-search .search-input::placeholder{color:#555;font-size:16px}.nav-main-search .search-button{all:unset;cursor:pointer}.nav-main-search .search-button:focus{background-color:rgba(0,0,0,0)}.thirdlevelbutton{text-decoration:none;line-height:unset}.thirdlevelbutton.closed:after{font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:24px;color:#5f6368}.thirdlevelbutton.opened:after{font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:24px;color:#5f6368}.opened{display:flex}@media(min-width: 1100px){.hidden{display:flex}.desktop-hidden{display:flex}}#languageDropdown{position:relative}#languageDropdown:before{font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:14px;font-weight:100}@media(min-width: 1100px){.language-switcher-language-url{height:48px;width:fit-content;z-index:1000;border-right:1px solid #80babf}.language-switcher-language-url .navbar{height:48px}.language-switcher-language-url .nav-link{color:#fff;font-size:14px;display:flex;align-items:center;gap:5px;padding-left:14px !important;padding-right:14px !important}.language-switcher-language-url .nav-link.show{color:#fff}.language-switcher-language-url .dropdown-toggle{height:48px;display:flex;align-items:center}.language-switcher-language-url .dropdown-toggle::after{border:none;background-image:url(/themes/custom/kodak/dist/images/chevron-down.svg);background-position:center;background-repeat:no-repeat;width:10px;height:10px;vertical-align:initial}.language-switcher-language-url .dropdown-menu{border-radius:0;box-shadow:0 0 20px 0 rgba(0,0,0,.2);border:none;right:0}.language-switcher-language-url .dropdown-menu .dropdown-item{text-decoration:underline;text-underline-offset:8px;text-decoration-color:rgba(0,0,0,0);font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;padding:14px 18px;text-align:left}.language-switcher-language-url .dropdown-menu .dropdown-item:hover{background:initial;text-decoration-color:#007680;color:#007680}}@media(max-width: 1099.98px){#languageDropdown{position:relative;padding:0 20px}#languageDropdown:before{font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:16px;font-weight:100}#languageDropdown:after{font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:24px;position:relative;right:0;font-weight:400;display:flex;flex-grow:1;justify-content:flex-end;border:none !important}#languageDropdown.show:after{content:""}.language-switcher-language-url{width:100%;margin-bottom:24px}.language-switcher-language-url .navbar-nav{width:100%}.language-switcher-language-url .navbar-nav .nav-link{padding:0;font-size:16px;font-weight:600}.language-switcher-language-url .navbar-nav .dropdown{display:flex;flex-wrap:wrap}.language-switcher-language-url .navbar-nav .dropdown-toggle{display:flex;flex-grow:1;gap:8px}.language-switcher-language-url .dropdown-menu{background:#f7f7f7;padding-top:24px;margin-top:24px;padding-left:20px;padding-right:20px}.language-switcher-language-url .dropdown-menu a{padding-bottom:24px;color:#555;font-size:18px;font-weight:600;line-height:30px}}.section-hidden{display:none}@supports(content-visibility: visible){.section-hidden{content-visibility:visible}}.region-product{position:sticky;top:0;z-index:9}#block-kodak-productnavigationblock{background:#4e4795;color:#fff;position:sticky;top:0;z-index:10;padding:24px 0}#block-kodak-productnavigationblock.mobile{height:fit-content;min-height:54px;position:relative}#block-kodak-productnavigationblock .active-section{text-decoration-color:#43cbc1 !important}#block-kodak-productnavigationblock a{color:#fff}#block-kodak-productnavigationblock #product-navigation-wrapper{display:flex;justify-content:space-between;align-content:center;flex-wrap:wrap;gap:24px}#block-kodak-productnavigationblock #product-navigation-wrapper.mobile{display:block;height:fit-content;position:absolute;width:100vw;top:0;left:0;background:#3c357e;transition:position 150ms ease-in-out}#block-kodak-productnavigationblock #product-navigation-wrapper.mobile .collapse{display:none}#block-kodak-productnavigationblock #product-navigation-wrapper.mobile .collapse.show{display:block !important}#block-kodak-productnavigationblock #product-navigation-wrapper.mobile .product-mobile-title{height:60px;width:54px;display:flex;justify-content:flex-end;align-items:center;text-decoration:none;font-family:"Open Sans",sans-serif;font-size:18px;line-height:30px;font-weight:600}#block-kodak-productnavigationblock #product-navigation-wrapper.mobile .product-mobile-title:after{position:relative;font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:30px;font-weight:100;right:0;color:#fff}#block-kodak-productnavigationblock #product-navigation-wrapper.mobile .product-mobile-title.collapsed:after{content:""}#block-kodak-productnavigationblock #product-navigation-wrapper .product-button-toggle-wrapper{display:flex;justify-content:space-between;align-items:center}#block-kodak-productnavigationblock #product-navigation-wrapper .product-button-toggle-wrapper.mobile{padding:0 20px}#block-kodak-productnavigationblock #product-navigation-wrapper .btn-group{border:1px solid #fff;border-radius:50px;height:fit-content}#block-kodak-productnavigationblock #product-navigation-wrapper .btn-group input[type=radio i]{display:none}#block-kodak-productnavigationblock #product-navigation-wrapper .btn-group label:first-of-type{margin-left:-1px}#block-kodak-productnavigationblock #product-navigation-wrapper .btn-group label:last-of-type{margin-right:-1px}#block-kodak-productnavigationblock #product-navigation-wrapper .btn-group input[type=radio]:checked+label{color:#4e4795;background:#fff}#block-kodak-productnavigationblock #product-navigation-wrapper .btn-group .product-label{color:#fff;cursor:pointer;border-radius:50px;border:none;padding:6px 16px;font-family:"Open Sans",sans-serif;font-size:16px;line-height:24px;font-weight:600}@media(max-width: 360px){#block-kodak-productnavigationblock #product-navigation-wrapper .btn-group .product-label{padding:6px 8px}}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation{display:flex;padding-left:0;margin-bottom:0}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation.mobile{display:none;flex-direction:column;padding-top:15px;border-top:2px solid #7a70da}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation ul{margin-bottom:0}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation ul li{list-style-type:none}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .dropdown-menu{display:inline-flex;position:relative;opacity:1;background:rgba(0,0,0,0);border-radius:0;border:none}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .product--category{display:none}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .product--category.show-category{display:block}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .product--category.mobile .dropdown-toggle{text-decoration:none;margin-bottom:16px;padding-top:16px;padding-left:20px;padding-right:20px}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .product--category.mobile .dropdown-toggle:after{position:relative;left:0;border:none;font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:24px;font-weight:100;vertical-align:middle}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .product--category.mobile .dropdown-toggle.show:after{content:""}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .product--category .product--category-items{display:flex;gap:30px;padding:6px 0}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .product--category .product--category-items a{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;text-decoration-thickness:2px;text-decoration-color:rgba(0,0,0,0);text-underline-offset:8px;transition:text-decoration-color 150ms ease-out}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .product--category .product--category-items a:hover{text-decoration-color:rgba(255,255,255,.8)}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .product--category .product--category-items.mobile{display:none;position:relative !important;transform:none !important;padding:0 36px 0 20px}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .product--category .product--category-items.mobile.show{display:block}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .product--category .product--category-items.mobile li{margin-bottom:16px}#block-kodak-productnavigationblock #product-navigation-wrapper #product-navigation .product--category .product--category-items.mobile li a{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:400}#block-kodak-productnavigationblock .nav-fixed{position:fixed !important;height:100vh !important;transition:height 150ms ease-in-out;align-content:unset !important}.region-footer{padding:60px 0;background-image:url(/themes/custom/kodak/dist/images/footerbg.png);background-size:cover;background-position:center;position:relative;z-index:1}.region-footer::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 70%, rgba(0, 0, 0, 0.4) 100%);z-index:-1}.region-footer .category{margin-bottom:32px;width:100%;padding-bottom:32px}.region-footer ul{padding-left:0}.region-footer ul li{list-style-type:none;width:100%;margin-bottom:24px}.region-footer ul li a{color:#fff;text-decoration:underline;text-decoration-color:rgba(0,0,0,0);text-underline-offset:5px;transition:text-decoration-color 150ms linear}.region-footer ul li a:hover{text-decoration-color:#fff}@media(max-width: 919.98px){.region-footer ul li:first-of-type{padding-top:24px}}.region-footer #block-kodak-footernavigation .category{margin-bottom:0}.region-footer #block-kodak-footernavigation .category-first{display:block;width:fit-content}.region-footer #block-kodak-footernavigation .category-other{display:block;width:100%;font-size:16px;font-weight:400;line-height:15px}.region-footer #block-kodak-footernavigation .category-button{width:100%;align-items:center;margin-bottom:0;text-decoration:none;padding:16px 0;border-bottom:1px solid #555}.region-footer #block-kodak-footernavigation .category-button:after{font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:24px;color:#fff}.region-footer #block-kodak-footernavigation .category-button.collapsed:after{font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:24px;color:#fff}.region-footer #block-kodak-footernavigation .desktop-menu{display:block}.region-footer #block-kodak-footernavigation .mobile-menu{display:none}@media(max-width: 919.98px){.region-footer #block-kodak-footernavigation .desktop-menu{display:none !important}.region-footer #block-kodak-footernavigation .mobile-menu{display:block}.region-footer #block-kodak-footernavigation .collapse{display:none}.region-footer #block-kodak-footernavigation .show{display:block}.region-footer #block-kodak-footernavigation .category{margin-bottom:0;padding-bottom:0}}.region-footer #block-kodak-social-links{max-width:175px}.region-footer #block-kodak-social-links .social-links{transition:opacity 150ms linear;opacity:1}.region-footer #block-kodak-social-links .social-links img{width:24px;height:24px;object-fit:contain}.region-footer #block-kodak-social-links .social-links:hover{opacity:.8}.region-footer #block-kodak-social-links .category{padding-bottom:0}@media(max-width: 919.98px){.region-footer #block-kodak-social-links{max-width:175px;margin:32px auto 0}.region-footer #block-kodak-social-links .category{text-align:center}.region-footer #block-kodak-social-links .social-links{display:flex;justify-content:center}}.region-footer #block-kodak-legalnavigation{border-top:1px solid rgba(255,255,255,.5);margin-top:65px}.region-footer #block-kodak-legalnavigation .legal-links{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px}.region-footer #block-kodak-legalnavigation ul{display:flex;justify-content:center;gap:20px;padding:16px 0;margin-left:auto;margin-bottom:0}.region-footer #block-kodak-legalnavigation ul li{width:fit-content;margin-bottom:0}.region-footer #block-kodak-legalnavigation .kodak-copyright{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;color:#fff;width:unset;display:flex;flex-grow:1;justify-content:center;text-align:center;padding:16px 0}@media(max-width: 919.98px){.region-footer #block-kodak-legalnavigation{margin-top:32px;border-top:none}.region-footer #block-kodak-legalnavigation .footer_bottom{flex-wrap:wrap;justify-content:center;gap:0}.region-footer #block-kodak-legalnavigation ul{flex-wrap:wrap;margin:0}.region-footer #block-kodak-legalnavigation ul li{width:100%;text-align:center}.region-footer #block-kodak-legalnavigation .kodak-copyright{justify-content:center;width:100%;max-width:100%;text-align:center;padding-bottom:0}}@media(min-width: 920px){.region-footer .footer--back-to-top{position:absolute;top:-120px;right:80px;text-decoration:none}.region-footer .footer--back-to-top .back-to-top{width:40px;height:40px;background:#555;border-radius:50%}.region-footer .footer--back-to-top .back-to-top:after{width:40px;height:40px;font-family:"Material Symbols Outlined",sans-serif;line-height:1.7;content:"";font-size:24px;color:#fff;display:block;position:relative;text-align:center;top:0;left:0}.region-footer .footer--back-to-top:hover .back-to-top:after{opacity:.8}}blockquote{margin-bottom:2rem;position:relative}blockquote p{font-size:14px;font-weight:400;line-height:20px;width:50%;padding:0 24px;border-left:1px solid #f63}@media(max-width: 919.98px){blockquote p{width:100%}}blockquote p strong,blockquote p b{font-size:20px;font-weight:600;line-height:26px;padding-bottom:50px;display:block}blockquote p:last-child{margin-bottom:0}blockquote div{display:inline-block}blockquote div div{display:inline-block}blockquote div img{width:50%;float:right;height:100%;position:absolute;right:0;top:0;object-fit:cover;padding-left:80px}@media(max-width: 919.98px){blockquote div img{position:relative;height:auto;padding-left:0;margin-top:20px;left:0;width:100%}}.paragraph--type--horizontal-icons-block{position:relative;text-align:center}.paragraph--type--horizontal-icons-block .top_section{margin-bottom:26px}.paragraph--type--horizontal-icons-block .top_section h2,.paragraph--type--horizontal-icons-block .top_section .h2{margin-bottom:16px}.paragraph--type--horizontal-icons-block .bottom_section{justify-content:center}.paragraph--type--horizontal-icons-block .bottom_section .state__item .image{padding:24px}.paragraph--type--horizontal-icons-block .bottom_section .state__item .image img{max-height:140px;min-height:140px;width:100%;object-fit:contain}.paragraph--type--horizontal-icons-block .bottom_section .state__item .content h3,.paragraph--type--horizontal-icons-block .bottom_section .state__item .content .h3,.paragraph--type--horizontal-icons-block .bottom_section .state__item .content h4,.paragraph--type--horizontal-icons-block .bottom_section .state__item .content .h4{font-weight:600;font-family:"Open Sans",sans-serif;font-size:20px;line-height:28px}.paragraph--type--horizontal-icons-block .bottom_section .state__item.more_item{margin-bottom:20px}.paragraph--type--horizontal-icons-block .cta_link_section{margin-top:33px}.paragraph--type--horizontal-icons-block .cta_link_section a{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;border-radius:5px;transition:background-color 150ms ease-in-out,border 150ms ease-in-out,color 150ms ease-in-out;text-decoration:none;margin-bottom:20px;background-color:#007680;border:1.5px solid #007680;color:#fff;padding:12px 18px}.paragraph--type--horizontal-icons-block .cta_link_section a:hover{background-color:#00535a;border:1.5px solid #00535a;color:#fff;cursor:pointer}.paragraph--type--hero{position:relative}.paragraph--type--hero .hero_banner_wrapper{position:relative}.paragraph--type--hero .hero_banner_wrapper:after{background:linear-gradient(90deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.5) 50%, rgba(0, 0, 0, 0) 65%);position:absolute;height:100%;width:100%;content:"";display:inline-block;top:0;left:0;z-index:1}@media(max-width: 699.98px){.paragraph--type--hero .hero_banner_wrapper:after{background:linear-gradient(0deg, #000 29.42%, rgba(0, 0, 0, 0) 79.87%)}}.paragraph--type--hero .hero_banner_wrapper.banner-image{min-height:456px;background-repeat:no-repeat;background-size:cover;background-position:center center}@media(max-width: 699.98px){.paragraph--type--hero .hero_banner_wrapper.banner-image{min-height:500px}}.paragraph--type--hero .hero_banner_wrapper.banner-video{position:relative;height:456px;overflow:hidden}@media(max-width: 699.98px){.paragraph--type--hero .hero_banner_wrapper.banner-video{height:500px}}.paragraph--type--hero .hero_banner_wrapper.banner-video #hero_background-video{position:absolute;top:0px;left:0px;width:100%;height:100%;object-fit:cover;z-index:-1}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container{min-height:456px;position:relative;overflow:hidden}@media(max-width: 699.98px){.paragraph--type--hero .hero_banner_wrapper .hero_banner_container{min-height:500px}}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_vertical_line{position:absolute;background:rgba(255,255,255,.31);height:100%;width:2px;z-index:2;left:20px;top:0}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content{position:absolute;top:50%;left:50px;transform:translateY(-50%);z-index:3;color:#fff;display:flex;flex-direction:column;gap:32px;max-width:50%}@media(max-width: 699.98px){.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content{max-width:80%}}@media(max-width: 699.98px){.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content{max-width:80%;bottom:32px;top:auto;transform:none}}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content p{margin-bottom:0}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content h1,.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content .h1{font-weight:600;margin-bottom:0;position:relative}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content h1:before,.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content .h1:before{position:absolute;height:100%;width:3px;z-index:2;left:-30px;top:0;content:""}@media(max-width: 699.98px){.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content h1:before,.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content .h1:before{left:-31px}}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content h1.orange:before,.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content .orange.h1:before{background-color:#f63}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content h1.deepPurple:before,.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content .deepPurple.h1:before{background-color:#4e4795}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content h1.darkTeal:before,.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content .darkTeal.h1:before{background-color:#007680}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content h1.lightTeal:before,.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content .lightTeal.h1:before{background-color:#3fb0a8}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content h1.kodakTradeDressRed:before,.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content .kodakTradeDressRed.h1:before{background-color:#ed0000}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content a.primary-button-medium{margin-right:22px}@media(max-width: 699.98px){.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content a.primary-button-medium{margin-bottom:20px}}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content a:not([class]){color:#fff;text-decoration:underline;text-decoration-color:#fff;line-height:20px;text-underline-offset:6px;transition:color 150ms ease-in-out,text-decoration-color 150ms ease-in-out,opacity 150ms ease-in-out}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content a:not([class]):hover{opacity:.5}.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content a.hyperlink-white:hover,.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content a.hyperlink-teal:hover,.paragraph--type--hero .hero_banner_wrapper .hero_banner_container .hero_banner_content a.hyperlink-gray:hover{color:#fff}.paragraph--type--quick-links{position:relative;padding:30px;border-radius:8px}.paragraph--type--quick-links h2,.paragraph--type--quick-links .h2{font-weight:700;color:#fff;font-family:"Open Sans",sans-serif;font-size:18px;line-height:28px;margin-bottom:35px}.paragraph--type--quick-links .quick_links_wrapper a.link-arrow-btn{font-weight:600;font-size:14px;line-height:22px;position:relative;display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;color:#fff;display:block;margin-bottom:24px;font-weight:600}.paragraph--type--quick-links .quick_links_wrapper a.link-arrow-btn:after{content:"";background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;right:0;top:0;height:16px;margin-left:8px;position:relative;display:inline-block;transition:margin-left 150ms ease-in-out;vertical-align:middle}.paragraph--type--quick-links .quick_links_wrapper a.link-arrow-btn:hover:after{margin-left:16px;transition:margin-left 150ms ease-in-out}.paragraph--type--quick-links .quick_links_wrapper a.link-arrow-btn:after{background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg)}.paragraph--type--quick-links .quick_links_wrapper a.link-arrow-btn:last-child{margin-bottom:0}.paragraph--type--quick-links.paragraph--background--purple{background-color:#3c357e}.paragraph--type--quick-links.paragraph--background--gray{background-color:#ebebeb}.paragraph--type--quick-links.paragraph--background--gray h2,.paragraph--type--quick-links.paragraph--background--gray .h2{color:#000}.paragraph--type--quick-links.paragraph--background--gray .quick_links_wrapper a.link-arrow-btn{font-weight:600;font-size:14px;line-height:22px;position:relative;display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;color:#555;color:#000}.paragraph--type--quick-links.paragraph--background--gray .quick_links_wrapper a.link-arrow-btn:after{content:"";background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;right:0;top:0;height:16px;margin-left:8px;position:relative;display:inline-block;transition:margin-left 150ms ease-in-out;vertical-align:middle}.paragraph--type--quick-links.paragraph--background--gray .quick_links_wrapper a.link-arrow-btn:hover:after{margin-left:16px;transition:margin-left 150ms ease-in-out}.paragraph--type--quick-links.paragraph--background--gray .quick_links_wrapper a.link-arrow-btn:after{background-image:url(/themes/custom/kodak/dist/images/arrow-right.svg)}.paragraph--type--quick-links p.address{position:relative;display:flex}.paragraph--type--quick-links p.address:before{content:"";display:inline-block;background:url(/themes/custom/kodak/dist/images/location.svg);background-position:center;background-repeat:no-repeat;height:18px;width:18px;margin-right:12px}.paragraph--type--quick-links p.phone{position:relative;display:flex}.paragraph--type--quick-links p.phone:before{content:"";display:inline-block;background:url(/themes/custom/kodak/dist/images/phone.svg);background-position:center;background-repeat:no-repeat;height:18px;width:18px;margin-right:12px}#block-kodak-breadcrumbs{padding-top:2.5em}@media(max-width: 919.98px){#block-kodak-breadcrumbs{padding-top:2.5em}}#block-kodak-breadcrumbs .breadcrumbs{display:flex;justify-content:left}#block-kodak-breadcrumbs .breadcrumbs .breadcrumb-link{width:fit-content;position:relative}#block-kodak-breadcrumbs .breadcrumbs .breadcrumb-link a{font-family:"Open Sans",sans-serif;font-size:16px;line-height:24px;color:#000;text-decoration:none;text-decoration-color:#007680;text-underline-offset:8px;transition:color 150ms linear}#block-kodak-breadcrumbs .breadcrumbs .breadcrumb-link a:hover{color:#007680;text-decoration:underline}#block-kodak-breadcrumbs .breadcrumbs .breadcrumb-link:first-child a{padding-right:8px}#block-kodak-breadcrumbs .breadcrumbs .breadcrumb-link:not(:first-child) a{padding:0 8px}#block-kodak-breadcrumbs .breadcrumbs .breadcrumb-link:last-child a{font-weight:700;pointer-events:none}#block-kodak-breadcrumbs .breadcrumbs .breadcrumb-link:not(:last-child):after{content:"/";width:5px;height:fit-content;color:#3fb0a8;position:relative}@media(max-width: 919.98px){#block-kodak-breadcrumbs .breadcrumbs .breadcrumb-link{display:none;position:relative}#block-kodak-breadcrumbs .breadcrumbs .breadcrumb-link:nth-last-child(2){display:inline-flex}#block-kodak-breadcrumbs .breadcrumbs .breadcrumb-link:nth-last-child(2) a{padding-left:24px}#block-kodak-breadcrumbs .breadcrumbs .breadcrumb-link:nth-last-child(2):before{position:absolute;font-family:"Material Symbols Outlined",sans-serif;content:"";font-size:24px;font-weight:400;left:-5px;top:50%;transform:translateY(-50%);color:#43cbc1;pointer-events:none}#block-kodak-breadcrumbs .breadcrumbs .breadcrumb-link:nth-last-child(2):after{display:none}}.global_links_outer_wrapper{background:#414141;border-radius:10px 0 0 10px;box-shadow:4px 4px 15px 0px rgba(0,0,0,.25);position:fixed;width:240px;right:-180px;top:50%;z-index:101;transition:all 300ms ease}@media(max-width: 1099.98px){.global_links_outer_wrapper{width:100%;height:44px;right:0;bottom:-44px;top:auto;border-radius:0;background:#555}}.global_links_outer_wrapper.active{right:0;transition:all 300ms ease}@media(max-width: 1099.98px){.global_links_outer_wrapper.active{bottom:0;height:auto}}.global_links_outer_wrapper .global_links_inner_wrapper{position:relative}.global_links_outer_wrapper .quick_link_button{position:absolute;width:27px;height:27px;top:-12px;left:-12px;background:#43cbc1;font-size:0;border-radius:50%;z-index:5;display:inline-block}.global_links_outer_wrapper .quick_link_button span{position:absolute;top:50%;left:49%;transform:translate(-50%, -50%);color:#fff;font-size:20px;background-image:url(/themes/custom/kodak/dist/images/global-link-arrow.svg);width:12px;height:12px;transition:transform 300ms ease}.global_links_outer_wrapper .quick_link_button.active span{transform:translate(-50%, -50%) rotate(180deg);transition:transform 300ms ease}@media(max-width: 1099.98px){.global_links_outer_wrapper .quick_link_button{left:50%;top:-26px;transform:translateX(-50%);background:#555;border-radius:5px 5px 0 0;height:17px;width:14px;padding:13px 38px;display:inline-block}.global_links_outer_wrapper .quick_link_button span{background-image:url(/themes/custom/kodak/dist/images/global-link-arrow-mobile.svg);width:16px;height:16px;left:50%}}.global_links_outer_wrapper .cta-links{display:flex;flex-direction:column;position:relative;z-index:1}@media(max-width: 1099.98px){.global_links_outer_wrapper .cta-links{flex-direction:row;justify-content:space-between;padding:32px 15px}}.global_links_outer_wrapper .cta{display:flex;align-items:center;gap:20px;padding:10px 20px;position:relative}.global_links_outer_wrapper .cta:hover{background:#555}.global_links_outer_wrapper .cta:first-of-type{margin-bottom:0;border-radius:10px 0 0 0}.global_links_outer_wrapper .cta:nth-last-of-type(2){margin-bottom:0;border-radius:0 0 0 10px}.global_links_outer_wrapper .cta .material-symbols-rounded{color:#fff}.global_links_outer_wrapper .cta a{color:#fff;text-decoration:none;font-weight:700;font-family:"Open Sans",sans-serif;font-size:16px;line-height:24px}.global_links_outer_wrapper .cta.back-to-top{display:none}@media(max-width: 1099.98px){.global_links_outer_wrapper .cta.back-to-top{display:flex}}.global_links_outer_wrapper .cta .box_link{position:absolute;top:0;left:0;height:100%;width:100%;font-size:0}@media(max-width: 1099.98px){.global_links_outer_wrapper .cta{position:relative;align-items:center}.global_links_outer_wrapper .cta:first-of-type,.global_links_outer_wrapper .cta:nth-last-of-type(2){border-radius:0}.global_links_outer_wrapper .cta a{position:absolute;top:0;left:0;height:100%;width:100%;font-size:0}}@media(max-width: 1099.98px){body.iOS-device .global_links_outer_wrapper{bottom:-12px}body.iOS-device .global_links_outer_wrapper.active{bottom:0}body.iOS-device .global_links_outer_wrapper .cta-links{padding:32px 15px 40px}}.accordion .accordion__item:last-child .accordion-title button{margin-bottom:0}.accordion .accordion__item:last-child .accordion-title button[aria-expanded=true]{margin-bottom:32px}.accordion .accordion__item .accordion-title button{background:rgba(0,0,0,0);box-shadow:none;border:none;font-weight:600;font-family:"Open Sans",sans-serif;font-size:clamp(24px,3.25vw,26px);line-height:clamp(30px,3.25vw,32px);font-weight:600;color:#555;padding:0 54px 24px 0;border-bottom:1px solid #c6c6c6;display:block;width:100%;text-align:left;position:relative;margin-bottom:32px}@media(max-width: 519.98px){.accordion .accordion__item .accordion-title button{padding:0 34px 16px 0;font-weight:600;margin-bottom:24px}}.accordion .accordion__item .accordion-title button:after{background-image:url(/themes/custom/kodak/dist/images/accordion-arrow.svg);content:"";height:18px;width:18px;display:inline-block;position:absolute;right:10px;top:10px;transform:rotate(180deg);transition:all 300ms ease}.accordion .accordion__item .accordion-title button[aria-expanded=true]:after{transform:rotate(0deg);transition:all 300ms ease}.accordion .accordion__item .accordion-content{padding-bottom:24px;color:#555}.accordion .accordion__item button[aria-expanded=true]+.accordion-content{display:block}.accordion .accordion__item button[aria-expanded=false]+.accordion-content{display:none}.cards_block_wrapper .top_section{position:relative;max-width:80%;margin:0 auto 42px}.cards_block_wrapper .top_section h2,.cards_block_wrapper .top_section .h2{margin-bottom:16px}@media(max-width: 699.98px){.cards_block_wrapper .top_section{max-width:100%;margin:0 auto 32px}}.cards_block_wrapper .bottom_section .cards__item{align-items:stretch;display:flex}@media(max-width: 699.98px){.cards_block_wrapper .bottom_section .cards__item.num_2{margin-bottom:32px}}@media(max-width: 699.98px){.cards_block_wrapper .bottom_section .cards__item.num_2:last-child{margin-bottom:0px}}.cards_block_wrapper .bottom_section .cards__item.more_item{margin-bottom:30px}@media(max-width: 699.98px){.cards_block_wrapper .bottom_section .cards__item.more_item:last-child{margin-bottom:0px}}.cards_block_wrapper .bottom_section .cards__item img{min-height:298px;max-height:298px;object-fit:cover;width:100%;border-radius:5px 5px 0 0}@media(max-width: 699.98px){.cards_block_wrapper .bottom_section .cards__item img{min-height:200px;max-height:200px}}.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper{display:flex;flex-direction:column;background-color:#f2f2f2;align-items:stretch;position:relative;border-radius:5px;width:100%}.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom{display:flex;flex-direction:column;align-items:stretch;position:relative;padding:30px;flex-grow:1}@media(max-width: 699.98px){.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom{padding:16px}}.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom .content{margin-bottom:11px}@media(max-width: 699.98px){.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom .content{margin-bottom:0px}}.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom .content h2,.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom .content .h2,.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom .content h3,.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom .content .h3{font-size:20px;font-weight:600;line-height:26px;margin-bottom:24px}@media(max-width: 699.98px){.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom .content h2,.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom .content .h2,.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom .content h3,.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom .content .h3{margin-bottom:20px}}.cards_block_wrapper .bottom_section .cards__item .cards__item_inner_wrapper .cards__item--bottom a.cta{margin-top:auto}.image-tiles-section--wrapper .image-tiles-section-header{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;margin-bottom:60px}@media(max-width: 699.98px){.image-tiles-section--wrapper .image-tiles-section-header{row-gap:16px;margin-bottom:34px}}.image-tiles-section--wrapper .image-tiles-section--heading h2,.image-tiles-section--wrapper .image-tiles-section--heading .h2{margin:0;line-height:50px}.image-tiles-section--wrapper .image-tiles-section--heading p{margin:0}@media(max-width: 699.98px){.image-tiles-section--wrapper .image-tiles-section--heading{width:100%}}.image-tiles-section--wrapper .image-tiles-section--cta div{margin-right:10px;transition:right 150ms ease-in-out}.image-tiles-section--wrapper .image-tiles-section--cta div a{font-weight:600;font-size:14px;line-height:22px;position:relative;display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;color:#555;color:#000;font-weight:600;padding-right:24px}.image-tiles-section--wrapper .image-tiles-section--cta div a:after{content:"";background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;right:0;top:0;height:16px;margin-left:8px;position:relative;display:inline-block;transition:margin-left 150ms ease-in-out;vertical-align:middle}.image-tiles-section--wrapper .image-tiles-section--cta div a:hover:after{margin-left:16px;transition:margin-left 150ms ease-in-out}.image-tiles-section--wrapper .image-tiles-section--cta div a:after{background-image:url(/themes/custom/kodak/dist/images/arrow-right.svg)}.image-tiles-section--wrapper .image-tiles-section--cta div a::after{transition:right 150ms ease-in-out;background-size:16px;right:0;position:absolute;top:3px;bottom:0}.image-tiles-section--wrapper .image-tiles-section--cta div a:hover::after{margin-left:0;right:-10px;transition:right 150ms ease-in-out}.image-tiles--wrapper>div{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;row-gap:16px}@media(min-width: 700px){.image-tiles--wrapper>div{row-gap:20px}}.image-tiles--wrapper>div>div{flex:0 calc(33% - 10px);width:100%}@media(max-width: 1099.98px){.image-tiles--wrapper>div>div{flex:0 calc(50% - 10px)}}@media(max-width: 699.98px){.image-tiles--wrapper>div>div{flex:0 100%}}.image-tiles--wrapper>div>div .image-tile-wrapper{position:relative;overflow:hidden}.image-tiles--wrapper>div>div .image-tile-wrapper .image-tile-link svg{position:absolute;bottom:40px;left:50px;transform:translate(-50%, -50%);z-index:1;width:16px;height:16px;filter:invert(60%) sepia(40%) saturate(500%) hue-rotate(150deg) brightness(90%) contrast(100%);transition:filter 500ms ease-in-out}@media(max-width: 699.98px){.image-tiles--wrapper>div>div .image-tile-wrapper .image-tile-link svg{left:40px}}.image-tiles--wrapper>div>div .image-tile-wrapper .image-tile-cta-wrapper{position:relative}.image-tiles--wrapper>div>div .image-tile-wrapper .image-tile-cta-wrapper .image-tile-content{position:relative}.image-tiles--wrapper>div>div .image-tile-wrapper .image-tile-cta-wrapper .image-tile-content .image-tile-title{position:absolute;top:40px;left:40px;max-width:40%}@media(max-width: 699.98px){.image-tiles--wrapper>div>div .image-tile-wrapper .image-tile-cta-wrapper .image-tile-content .image-tile-title{left:30px}}.image-tiles--wrapper>div>div .image-tile-wrapper .image-tile-cta-wrapper .image-tile-content .image-tile-title div{font-size:18px;font-style:normal;font-weight:600;line-height:normal;color:#555;font-family:"Open Sans",sans-serif;transition:color 500ms ease-in-out;position:relative;z-index:9}.image-tiles--wrapper>div>div .image-tile-wrapper .image-tile-cta-wrapper .image-tile-content .image-tile-image{position:relative}.image-tiles--wrapper>div>div .image-tile-wrapper .image-tile-cta-wrapper .image-tile-content .image-tile-image img{max-width:100%;height:236px;width:100%;object-fit:cover}@media(max-width: 919.98px){.image-tiles--wrapper>div>div .image-tile-wrapper .image-tile-cta-wrapper .image-tile-content .image-tile-image img{height:200px}}.image-tiles--wrapper>div>div .image-tile-wrapper .image-tile-cta-wrapper .image-tile-content .image-tile-image::after{content:"";position:absolute;background-image:url(/themes/custom/kodak/dist/images/image-tile-bg-img.svg);background-repeat:no-repeat;background-size:contain;width:100%;right:0;left:0;top:0;height:100%;transition:transform 500ms ease-in-out}.image-tiles--wrapper>div>div .image-tile-wrapper .image-tile-cta-wrapper .image-tile-content .image-tile-image::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to right, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));opacity:0;transition:opacity 500ms}.image-tiles--wrapper>div>div .image-tile-wrapper:hover .image-tile-cta-wrapper .image-tile-content .image-tile-image::after{content:"";transition:transform 500ms ease-in-out;height:100%;left:0;top:0;bottom:0;margin:auto;transform:translateX(-100%)}.image-tiles--wrapper>div>div .image-tile-wrapper:hover .image-tile-cta-wrapper .image-tile-content .image-tile-image::before{opacity:1}.image-tiles--wrapper>div>div .image-tile-wrapper:hover .image-tile-cta-wrapper .image-tile-content .image-tile-title div{color:#fff;transition:color 500ms ease-in-out}.image-tiles--wrapper>div>div .image-tile-wrapper:hover .image-tile-link svg{position:absolute;filter:unset;transition:filter 500ms ease-in-out}.paragraph--type--awards-carousel{padding-top:0 !important;padding-bottom:0 !important}.award-carousel--wrapper{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover}.award-carousel--wrapper::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.4) 100%)}.award-carousel--wrapper .award-carousel-title{padding-top:56px;padding-bottom:65px;font-style:normal;font-weight:600;font-family:"Open Sans",sans-serif;font-size:clamp(24px,3.25vw,26px);line-height:clamp(30px,3.25vw,32px);font-weight:normal;text-transform:uppercase;color:#fff;text-align:center}@media(max-width: 699.98px){.award-carousel--wrapper .award-carousel-title{padding-bottom:40px;padding-top:30px;position:relative;z-index:1}}.award-carousel--wrapper .award-carousel-items--wrapper{text-align:center;width:calc(100% - 120px);margin:0 auto}@media(max-width: 699.98px){.award-carousel--wrapper .award-carousel-items--wrapper{width:100%}}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .slick-arrow{padding:13px;border:1px solid #fff;border-radius:50%;height:44px;width:44px}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .slick-arrow svg{height:16px;width:16px}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .slick-arrow.slick-prev{position:absolute;left:-60px}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .slick-arrow.slick-prev svg{transform:rotate(180deg);transform-origin:center}@media(max-width: 919.98px){.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .slick-arrow.slick-prev{left:0}}@media(max-width: 919.98px){.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .slick-arrow.slick-prev{left:calc(45% - 40px);bottom:-58px;top:unset}}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .slick-arrow.slick-prev::before{display:none}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .slick-arrow.slick-next{position:absolute;right:-60px}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .slick-arrow.slick-next::before{display:none}@media(max-width: 919.98px){.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .slick-arrow.slick-next{right:0}}@media(max-width: 919.98px){.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .slick-arrow.slick-next{right:calc(45% - 40px);bottom:-58px;top:unset}}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .slick-arrow:hover{background-color:rgba(255,255,255,.3)}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .award-item-cards--wrapper img{margin:0 auto 44px;max-width:100%;object-fit:contain;width:auto;height:175px}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .award-item-card-text{max-width:900px;margin:0 auto}@media(max-width: 1299.98px){.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .award-item-card-text{max-width:768px}}@media(max-width: 699.98px){.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .award-item-card-text{max-width:100%}}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .award-item-card-text h3,.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .award-item-card-text .h3{color:#fff}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .award-item-card-text p{color:#fff;margin:0}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .award-item-card-cta{margin-top:46px;margin-bottom:46px}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .award-item-card-cta a{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;border-radius:5px;transition:background-color 150ms ease-in-out,border 150ms ease-in-out,color 150ms ease-in-out;text-decoration:none;margin-bottom:20px;background-color:rgba(0,0,0,0);border:1.5px solid #fff;color:#fff;padding:10px 12px;margin-right:0 !important}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .award-item-card-cta a:hover{background-color:#fff;border:1.5px solid #fff;color:#007680;cursor:pointer}.award-carousel--wrapper .award-carousel-items--wrapper .award-items-wrapper .award-item-card-cta .file--application-pdf+span{display:none}.award-carousel--wrapper .award-carousel-cta{text-align:center;padding:28px 0 50px}@media(max-width: 919.98px){.award-carousel--wrapper .award-carousel-cta{margin-top:30px}}.award-carousel--wrapper .award-carousel-cta a{font-weight:600;font-size:14px;line-height:22px;position:relative;display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;color:#fff;color:#fff;font-weight:600;padding-right:24px;display:inline-block}.award-carousel--wrapper .award-carousel-cta a:after{content:"";background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;right:0;top:0;height:16px;margin-left:8px;position:relative;display:inline-block;transition:margin-left 150ms ease-in-out;vertical-align:middle}.award-carousel--wrapper .award-carousel-cta a:hover:after{margin-left:16px;transition:margin-left 150ms ease-in-out}.award-carousel--wrapper .award-carousel-cta a:after{background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg)}.award-carousel--wrapper .award-carousel-cta a::after{transition:right 150ms ease-in-out;background-size:16px;right:0;position:absolute;top:3px;bottom:0}.award-carousel--wrapper .award-carousel-cta a:hover::after{margin-left:0;right:-10px;transition:right 150ms ease-in-out}.award-carousel-document-wrapper div{display:none}.award-carousel-document-wrapper div:first-child{display:block}.award-carousel-document-wrapper div:first-child div{display:block}body.user-logged-in .award-carousel-document-wrapper div{display:none}body.user-logged-in .award-carousel-document-wrapper div:nth-child(2){display:block}body.user-logged-in .award-carousel-document-wrapper div:nth-child(2) div{display:block}.paragraph--type--vertical-tabs-block .top_section{margin-bottom:44px}@media(max-width: 699.98px){.paragraph--type--vertical-tabs-block .top_section{margin-bottom:30px}}.paragraph--type--vertical-tabs-block .top_section h2,.paragraph--type--vertical-tabs-block .top_section .h2{margin-bottom:16px}.paragraph--type--vertical-tabs-block .tabs-container{display:flex;flex-direction:row;width:100%;position:relative}.paragraph--type--vertical-tabs-block .tabs-container .tabs{list-style-type:none;padding:0;margin:0;width:28%;border-top:1px solid rgba(85,85,85,.2)}@media(max-width: 699.98px){.paragraph--type--vertical-tabs-block .tabs-container .tabs{display:none}}.paragraph--type--vertical-tabs-block .tabs-container .tabs .tab{padding:12px;cursor:pointer;border-bottom:1px solid rgba(85,85,85,.2);font-size:16px;font-weight:400;line-height:24px;display:block;color:#555;text-decoration:none;position:relative}.paragraph--type--vertical-tabs-block .tabs-container .tabs .tab:before{position:absolute;height:calc(100% + 2px);width:3px;background-color:rgba(0,0,0,0);content:"";display:inline-block;left:0;top:-1px;z-index:1}.paragraph--type--vertical-tabs-block .tabs-container .tabs .tab.active{font-weight:600;color:#000;line-height:25px}.paragraph--type--vertical-tabs-block .tabs-container .tabs .tab.active:before{background-color:#3fb0a8}.paragraph--type--vertical-tabs-block .tabs-container .tab-content{width:78%;padding:0 0 0 75px}.paragraph--type--vertical-tabs-block .tabs-container .tab-content a:not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small){color:#555;text-decoration:underline;text-decoration-color:#007680;line-height:20px;text-underline-offset:6px;transition:color 150ms ease-in-out,text-decoration-color 150ms ease-in-out,opacity 150ms ease-in-out}.paragraph--type--vertical-tabs-block .tabs-container .tab-content a:not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small):hover{color:#00535a}@media(max-width: 699.98px){.paragraph--type--vertical-tabs-block .tabs-container .tab-content{width:100%;padding:0}}.paragraph--type--vertical-tabs-block .tabs-container .tab-content .tab-heading-mobile{display:none}@media(max-width: 699.98px){.paragraph--type--vertical-tabs-block .tabs-container .tab-content .tab-heading-mobile{padding:12px 36px 12px 0;cursor:pointer;border-bottom:1px solid rgba(85,85,85,.2);font-size:16px;font-weight:400;line-height:24px;display:block;color:#555;text-decoration:none !important;position:relative}.paragraph--type--vertical-tabs-block .tabs-container .tab-content .tab-heading-mobile:after{background-image:url(/themes/custom/kodak/dist/images/accordion-arrow.svg);content:"";height:18px;width:18px;display:inline-block;position:absolute;right:10px;top:16px;transform:rotate(180deg);transition:all 300ms ease}}.paragraph--type--vertical-tabs-block .tabs-container .tab-content .tab-heading-mobile.active{font-weight:600;color:#000}.paragraph--type--vertical-tabs-block .tabs-container .tab-content .tab-heading-mobile.active:after{transform:rotate(0deg);transition:all 300ms ease}.paragraph--type--vertical-tabs-block .tabs-container .content{display:none}.paragraph--type--vertical-tabs-block .tabs-container .content h2,.paragraph--type--vertical-tabs-block .tabs-container .content .h2,.paragraph--type--vertical-tabs-block .tabs-container .content h3,.paragraph--type--vertical-tabs-block .tabs-container .content .h3,.paragraph--type--vertical-tabs-block .tabs-container .content h4,.paragraph--type--vertical-tabs-block .tabs-container .content .h4,.paragraph--type--vertical-tabs-block .tabs-container .content h5,.paragraph--type--vertical-tabs-block .tabs-container .content .h5,.paragraph--type--vertical-tabs-block .tabs-container .content p,.paragraph--type--vertical-tabs-block .tabs-container .content ul,.paragraph--type--vertical-tabs-block .tabs-container .content ol{margin-bottom:16px}@media(max-width: 699.98px){.paragraph--type--vertical-tabs-block .tabs-container .content{padding:30px 0 14px}}.paragraph--type--vertical-tabs-block .tabs-container .content.active{display:block}@media(max-width: 699.98px){.paragraph--type--vertical-tabs-block .tabs-container .content.active{border-bottom:1px solid rgba(85,85,85,.2)}}.paragraph--type--call-to-action{padding-top:0;padding-bottom:0}.paragraph--type--call-to-action .cta-section--wrapper{position:relative;background-repeat:no-repeat;background-position:center;background-size:cover}.paragraph--type--call-to-action .cta-section--wrapper::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:linear-gradient(90deg, #000 5.52%, rgba(0, 0, 0, 0.62) 36.77%, rgba(0, 0, 0, 0) 65.21%)}@media(max-width: 699.98px){.paragraph--type--call-to-action .cta-section--wrapper::before{background:linear-gradient(180deg, #000 39.74%, rgba(0, 0, 0, 0.44) 63.38%, rgba(0, 0, 0, 0) 92.1%)}}@media(max-width: 699.98px){.paragraph--type--call-to-action .cta-section--wrapper{background-position:center 20px}}.paragraph--type--call-to-action .cta-section--wrapper .cta-section-content{padding:60px 0;z-index:1;position:relative}@media(max-width: 699.98px){.paragraph--type--call-to-action .cta-section--wrapper .cta-section-content{padding-top:24px;padding-bottom:250px}}.paragraph--type--call-to-action .cta-section--wrapper .cta-section-content .cta-section-text{padding-top:80px;padding-bottom:32px;width:50%}@media(max-width: 699.98px){.paragraph--type--call-to-action .cta-section--wrapper .cta-section-content .cta-section-text{padding-top:0;width:100%}}.paragraph--type--call-to-action .cta-section--wrapper .cta-section-content .cta-section-text h2,.paragraph--type--call-to-action .cta-section--wrapper .cta-section-content .cta-section-text .h2{margin-bottom:32px;color:#fff;font-weight:700}.paragraph--type--call-to-action .cta-section--wrapper .cta-section-content .cta-section-text p{margin:0;color:#fff}.paragraph--type--call-to-action .cta-section--wrapper .cta-section-content .cta-section-link{margin-bottom:80px}.paragraph--type--call-to-action .cta-section--wrapper .cta-section-content .cta-section-link a{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;border-radius:5px;transition:background-color 150ms ease-in-out,border 150ms ease-in-out,color 150ms ease-in-out;text-decoration:none;margin-bottom:20px;background-color:rgba(0,0,0,0);border:1.5px solid #fff;color:#fff;padding:12px 18px}.paragraph--type--call-to-action .cta-section--wrapper .cta-section-content .cta-section-link a:hover{background-color:#fff;border:1.5px solid #fff;color:#007680;cursor:pointer}.paragraph--type--call-to-action.paragraph--background--on_light_background .cta-section--wrapper::before{content:"";background:linear-gradient(90deg, rgba(255, 255, 255, 0.98) 13.33%, rgba(255, 255, 255, 0.8) 37.35%, rgba(255, 255, 255, 0.6) 53.35%, rgba(255, 255, 255, 0) 68.54%)}@media(max-width: 699.98px){.paragraph--type--call-to-action.paragraph--background--on_light_background .cta-section--wrapper::before{background:linear-gradient(180deg, #F7F7F7 39.74%, rgba(247, 247, 247, 0) 61.95%)}}.paragraph--type--call-to-action.paragraph--background--on_light_background .cta-section--wrapper .cta-section-content .cta-section-text h2,.paragraph--type--call-to-action.paragraph--background--on_light_background .cta-section--wrapper .cta-section-content .cta-section-text .h2{color:#000;font-weight:700}.paragraph--type--call-to-action.paragraph--background--on_light_background .cta-section--wrapper .cta-section-content .cta-section-text p{color:#000}.paragraph--type--call-to-action.paragraph--background--on_light_background .cta-section--wrapper .cta-section-content .cta-section-link a{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;border-radius:5px;transition:background-color 150ms ease-in-out,border 150ms ease-in-out,color 150ms ease-in-out;text-decoration:none;margin-bottom:20px;background-color:rgba(0,0,0,0);border:1.5px solid #007680;color:#007680;padding:12px 18px;border:1.5px solid #000;color:#000}.paragraph--type--call-to-action.paragraph--background--on_light_background .cta-section--wrapper .cta-section-content .cta-section-link a:hover{background-color:#00535a;border:1.5px solid #00535a;color:#fff;cursor:pointer}.paragraph--type--call-to-action.paragraph--background--on_light_background .cta-section--wrapper .cta-section-content .cta-section-link a:hover{background-color:#000;border:1.5px solid #000}.paragraph--type--specifications-block .top_section{margin-bottom:40px}@media(max-width: 519.98px){.paragraph--type--specifications-block .top_section{margin-bottom:30px}}.paragraph--type--specifications-block .top_section h2,.paragraph--type--specifications-block .top_section .h2{margin-bottom:16px}.paragraph--type--specifications-block table.product-specifications{width:100%;position:relative;border:none;text-align:left}@media(max-width: 519.98px){.paragraph--type--specifications-block table.product-specifications tbody tr{display:flex;flex-direction:column;width:100%;border-bottom:1px solid rgba(85,85,85,.3)}}.paragraph--type--specifications-block table.product-specifications tbody tr td{color:#555;padding:32px 0;border:none;border-bottom:1px solid rgba(85,85,85,.3);vertical-align:middle;text-align:left}@media(max-width: 519.98px){.paragraph--type--specifications-block table.product-specifications tbody tr td{border-bottom:none;padding:8px 0 16px}}.paragraph--type--specifications-block table.product-specifications tbody tr td p:last-child{margin-bottom:0}.paragraph--type--specifications-block table.product-specifications tbody tr td em{display:none}.paragraph--type--specifications-block table.product-specifications tbody tr td:first-of-type{font-weight:600;font-size:18px;line-height:24px;color:#000;width:30%;padding-right:20px}@media(max-width: 519.98px){.paragraph--type--specifications-block table.product-specifications tbody tr td:first-of-type{width:100%;padding:16px 0 8px;padding-right:0px}}.paragraph--type--specifications-block table.product-specifications tbody tr.moreitems{display:none}.paragraph--type--specifications-block table.product-specifications tbody tr.moreitems.show{display:table-row}@media(max-width: 519.98px){.paragraph--type--specifications-block table.product-specifications tbody tr.moreitems.show{display:flex}}.paragraph--type--specifications-block .see-all-specifications-wrapper{width:100%;text-align:center}.paragraph--type--specifications-block .see-all-specifications-wrapper .see-all-specifications{font-size:18px;font-weight:600;line-height:24px;text-align:center;display:inline-block;color:#007680;text-decoration:none;margin:40px 0;position:relative}.paragraph--type--specifications-block .see-all-specifications-wrapper .see-all-specifications.active{display:none}.paragraph--type--specifications-block .see-all-specifications-wrapper .see-all-specifications:hover{color:#3fb0a8}.paragraph--type--specifications-block .see-all-specifications-wrapper .see-all-specifications:after,.paragraph--type--specifications-block .see-all-specifications-wrapper .see-all-specifications:before{background-image:url(/themes/custom/kodak/dist/images/double-arrow.svg);width:16px;height:16px;content:"";display:inline-block;position:absolute;bottom:-25px;left:50%;transform:translateX(-50%)}.paragraph--type--specifications-block .see-all-specifications-wrapper .see-all-specifications:before{bottom:-31px}.paragraph--type--specifications-block .see-all-specifications-wrapper .collapse-specifications{font-size:18px;font-weight:600;line-height:24px;text-align:center;display:inline-block;color:#007680;text-decoration:none;margin:40px 0;position:relative;display:none}.paragraph--type--specifications-block .see-all-specifications-wrapper .collapse-specifications.active{display:block}.paragraph--type--specifications-block .see-all-specifications-wrapper .collapse-specifications:hover{color:#3fb0a8}.paragraph--type--specifications-block .see-all-specifications-wrapper .collapse-specifications:after,.paragraph--type--specifications-block .see-all-specifications-wrapper .collapse-specifications:before{background-image:url(/themes/custom/kodak/dist/images/double-arrow.svg);width:16px;height:16px;content:"";display:inline-block;position:absolute;top:-25px;left:50%;transform:translateX(-50%) rotate(180deg)}.paragraph--type--specifications-block .see-all-specifications-wrapper .collapse-specifications:before{top:-31px}.paragraph--type--specifications-block .tooltip{position:relative;display:inline-block;width:16px;height:16px;margin:0;top:5px;left:5px;text-indent:-9999px}.paragraph--type--specifications-block .tooltip::after{background-image:url(/themes/custom/kodak/dist/images/tooltip-icon.svg);width:16px;height:16px;position:absolute;top:0;left:0;content:"";display:inline-block}.paragraph--type--specifications-block .tooltip .tooltiptext{visibility:hidden;max-width:212px;width:212px;background-color:#007680;color:#fff;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-align:center;border-radius:5px;padding:8px;position:absolute;z-index:1;bottom:175%;left:0;margin-left:-98px;opacity:0;transition:opacity .3s;text-indent:initial}@media(max-width: 919.98px){.paragraph--type--specifications-block .tooltip .tooltiptext.left-adjust{right:-15px;left:auto}.paragraph--type--specifications-block .tooltip .tooltiptext.left-adjust:after{right:13px;left:auto}}@media(max-width: 919.98px){.paragraph--type--specifications-block .tooltip .tooltiptext.right-adjust{margin-left:0;left:-15px}.paragraph--type--specifications-block .tooltip .tooltiptext.right-adjust:after{left:23px}}.paragraph--type--specifications-block .tooltip .tooltiptext:after{content:"";position:absolute;top:98%;left:50%;margin-left:-9px;border-width:9px;border-style:solid;border-color:#007680 rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0)}.paragraph--type--specifications-block .tooltip:hover .tooltiptext{visibility:visible;opacity:1}.photo-gallery-items,.slider-nav{padding:0 114px}@media(max-width: 919.98px){.photo-gallery-items,.slider-nav{padding:0}}.photo-gallery-items.slick-dotted.slick-slider{margin-bottom:50px}.slider-single .photo-gallery--item{position:relative}.slider-single .photo-gallery--item img{width:100%;height:572px;object-fit:cover}@media(max-width: 919.98px){.slider-single .photo-gallery--item img{height:350px}}@media(max-width: 519.98px){.slider-single .photo-gallery--item img{height:200px}}.slider-single .slick-dots{bottom:-42px}.slider-single .slick-dots li button::before{font-size:10px}.slider-single .slick-list{height:unset !important;border-radius:5px}.slider-single .slick-arrow{padding:13px;border-radius:50%;height:unset;width:unset}.slider-single .slick-arrow svg{height:34px;width:34px;filter:invert(40%) sepia(11%) saturate(0%) hue-rotate(180deg) brightness(95%) contrast(82%)}.slider-single .slick-arrow.slick-prev{left:0}.slider-single .slick-arrow.slick-prev::before{display:none}.slider-single .slick-arrow.slick-next{right:0}.slider-single .slick-arrow.slick-next::before{display:none}.slider-single .slick-arrow.slick-next svg{transform:rotate(180deg);transform-origin:center}.slider-nav{margin-top:20px;padding:0 114px}@media(max-width: 919.98px){.slider-nav{display:none !important;padding:0}}.slider-nav .slick-slide{position:relative;cursor:pointer}.slider-nav .slick-slide.slick-active:nth-child(5n){margin-right:0}.slider-nav .slick-slide img{width:100%;height:100px;border-radius:5px}.slider-nav .slick-slide::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:rgba(211,211,211,.5);z-index:1}.slider-nav .slick-slide.is-active::before,.slider-nav .slick-slide.slick-current::before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background:unset;z-index:1}.slider-nav .slick-track{display:flex;gap:20px}.slider-nav .slick-track.few-slides{transform:translate3d(0px, 0px, 0px) !important}.paragraph--type--product-awards-block{position:relative;text-align:center}.paragraph--type--product-awards-block .top_section{margin-bottom:66px}@media(max-width: 699.98px){.paragraph--type--product-awards-block .top_section{margin-bottom:30px}}.paragraph--type--product-awards-block .top_section h2,.paragraph--type--product-awards-block .top_section .h2{margin-bottom:16px}.paragraph--type--product-awards-block .bottom_section{justify-content:center}.paragraph--type--product-awards-block .bottom_section .state__item .image{padding:24px}.paragraph--type--product-awards-block .bottom_section .state__item .image img{max-height:initial;min-height:160px;width:100%;object-fit:contain;max-width:200px}@media(max-width: 919.98px){.paragraph--type--product-awards-block .bottom_section .state__item .image img{min-height:110px}}@media(max-width: 699.98px){.paragraph--type--product-awards-block .bottom_section .state__item .image img{min-height:90px}}.paragraph--type--product-awards-block .bottom_section .state__item .content{display:flex;flex-direction:column;align-items:center;padding:0 10px}.paragraph--type--product-awards-block .bottom_section .state__item .content h3,.paragraph--type--product-awards-block .bottom_section .state__item .content .h3,.paragraph--type--product-awards-block .bottom_section .state__item .content h4,.paragraph--type--product-awards-block .bottom_section .state__item .content .h4{font-weight:600;font-family:"Open Sans",sans-serif;font-size:20px;line-height:26px;margin-bottom:16px}.paragraph--type--product-awards-block .bottom_section .state__item .content a.link-arrow-btn--default{font-weight:600;font-size:14px;line-height:22px;position:relative;display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;color:#555;color:#555}.paragraph--type--product-awards-block .bottom_section .state__item .content a.link-arrow-btn--default:after{content:"";background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;right:0;top:0;height:16px;margin-left:8px;position:relative;display:inline-block;transition:margin-left 150ms ease-in-out;vertical-align:middle}.paragraph--type--product-awards-block .bottom_section .state__item .content a.link-arrow-btn--default:hover:after{margin-left:16px;transition:margin-left 150ms ease-in-out}.paragraph--type--product-awards-block .bottom_section .state__item .content a.link-arrow-btn--default:after{background-image:url(/themes/custom/kodak/dist/images/arrow-right.svg)}.paragraph--type--product-awards-block .bottom_section .state__item .content a.link-arrow-btn--default:after{transition:right 150ms ease-in-out}.paragraph--type--product-awards-block .bottom_section .state__item .content a.link-arrow-btn--default:hover:after{margin-left:8px;right:-8px;transition:right 150ms ease-in-out}.paragraph--type--product-awards-block .bottom_section .state__item.more_item{margin-bottom:20px}.paragraph--type--product-awards-block .cta_link_section{margin-top:70px}@media(max-width: 699.98px){.paragraph--type--product-awards-block .cta_link_section{margin-top:30px}}.paragraph--type--product-awards-block .cta_link_section a{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;border-radius:5px;transition:background-color 150ms ease-in-out,border 150ms ease-in-out,color 150ms ease-in-out;text-decoration:none;margin-bottom:20px;background-color:rgba(0,0,0,0);border:1.5px solid #007680;color:#007680;padding:10px 12px;padding:12px 18px}.paragraph--type--product-awards-block .cta_link_section a:hover{background-color:#00535a;border:1.5px solid #00535a;color:#fff;cursor:pointer}.paragraph--type--documents-section .top_section{margin-bottom:66px}.paragraph--type--documents-section .top_section h2,.paragraph--type--documents-section .top_section .h2{margin-bottom:16px}@media(max-width: 699.98px){.paragraph--type--documents-section .top_section p{font-size:14px}}@media(max-width: 699.98px){.paragraph--type--documents-section .top_section{margin-bottom:36px}}.paragraph--type--documents-section .bottom_section .document__item{margin-bottom:20px}.paragraph--type--contact-card{position:relative;overflow:hidden}.paragraph--type--contact-card .contact-card-wrapper{display:flex;flex-wrap:nowrap;align-items:flex-start;position:relative;gap:19px;margin-bottom:30px}.paragraph--type--contact-card .contact-card-wrapper .left{width:90px;flex:0 0 90px}@media(max-width: 519.98px){.paragraph--type--contact-card .contact-card-wrapper .left{width:25%;flex:0 0 25%}}.paragraph--type--contact-card .contact-card-wrapper .left img{width:100%;object-fit:cover;border-radius:50%;object-position:center}.paragraph--type--contact-card .contact-card-wrapper .right{display:flex;flex-direction:column;gap:8px}.paragraph--type--contact-card .contact-card-wrapper .right .title{font-size:18px;font-weight:600;line-height:24px}.paragraph--type--contact-card .contact-card-wrapper .right .job-title{font-size:14px;font-weight:400;line-height:20px}.paragraph--type--contact-card .contact-card-wrapper .right .linkedin_profile{display:inline-block;font-size:0;line-height:0;font-size:0}.paragraph--type--contact-card .contact-card-wrapper .right .linkedin_profile:after{background-image:url(/themes/custom/kodak/dist/images/linkedin.svg);content:"";height:16px;width:14px;display:inline-block;text-indent:initial;position:relative;top:3px;margin-left:8px}.paragraph--type--media-block img{max-width:100%;width:100%;object-fit:cover;height:auto;border-radius:5px}.paragraph--type--media-block iframe{aspect-ratio:16/9;max-width:100%;width:100%;height:auto}.paragraph--type--one-column-section .paragraph--type--media-block img,.paragraph--type--one-column-section .paragraph--type--media-block iframe,.paragraph--type--one-column-section .paragraph--type--media-block video{max-width:800px;height:auto;margin:0 auto}.paragraph--type--hero-carousel{background-color:#000}.paragraph--type--hero-carousel .hero-carousel--section{position:relative}.paragraph--type--hero-carousel .hero-carousel--section .image-slider-wrapper .hero_banner_wrapper{position:relative}.paragraph--type--hero-carousel .hero-carousel--section .image-slider-wrapper .hero_banner_wrapper:after{background:linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 65.94%);position:absolute;height:100%;width:100%;content:"";display:inline-block;top:0;left:0;z-index:1}@media(max-width: 919.98px){.paragraph--type--hero-carousel .hero-carousel--section .image-slider-wrapper .hero_banner_wrapper:after{background:none}}.paragraph--type--hero-carousel .hero-carousel--section .image-slider-wrapper .hero_banner_wrapper.banner-image{min-height:610px;background-repeat:no-repeat;background-size:cover;background-position:center center}@media(max-width: 919.98px){.paragraph--type--hero-carousel .hero-carousel--section .image-slider-wrapper .hero_banner_wrapper.banner-image{min-height:276px}}.paragraph--type--hero-carousel .hero-carousel--section .image-slider-wrapper .hero_banner_wrapper.banner-video{position:relative;height:610px;overflow:hidden}@media(max-width: 919.98px){.paragraph--type--hero-carousel .hero-carousel--section .image-slider-wrapper .hero_banner_wrapper.banner-video{height:276px}}.paragraph--type--hero-carousel .hero-carousel--section .image-slider-wrapper .hero_banner_wrapper.banner-video #hero_background-video{position:absolute;top:0px;left:0px;width:100%;height:100%;object-fit:cover;z-index:-1}.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper{position:absolute;right:0;top:50%;z-index:2;max-width:100%;width:640px;padding:88px 50px 43px 55px;right:20%;background:linear-gradient(121deg, rgba(78, 71, 149, 0) 69.77%, rgba(78, 71, 149, 0.8) 99.52%),rgba(55,55,55,.95);backdrop-filter:blur(10px);transform:translateY(-50%);border-radius:5px}@media(max-width: 1299.98px){.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper{right:10%}}@media(max-width: 919.98px){.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper{position:relative;top:0;left:0;right:auto;width:100%;padding:50px 16px 24px;border-radius:0;transform:none}}.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content-slider{position:relative;margin-bottom:0 !important}.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .slick-track{display:flex;align-items:flex-end}.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content{color:#fff;display:flex;flex-direction:column;gap:24px}.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content h1,.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content .h1{line-height:normal;margin-bottom:0}.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content h1.deepPurple::before,.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content .deepPurple.h1::before,.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content h1.orange::before,.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content .orange.h1::before,.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content h1.darkTeal::before,.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content .darkTeal.h1::before,.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content h1.lightTeal::before,.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content .lightTeal.h1::before,.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content h1.kodakTradeDressRed::before,.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content .kodakTradeDressRed.h1::before{display:none}.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content .decorative{background:linear-gradient(92deg, #46ddd2 2.44%, #796eee 44.9%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.paragraph--type--hero-carousel .hero-carousel--section .content-slider-wrapper .content p{margin-bottom:0}.paragraph--type--hero-carousel .hero-carousel--section .slick-arrow{display:block !important;position:absolute}.paragraph--type--hero-carousel .hero-carousel--section .slick-arrow.slick-prev{position:absolute;right:40px;z-index:9;top:-40px;left:auto}@media(max-width: 919.98px){.paragraph--type--hero-carousel .hero-carousel--section .slick-arrow.slick-prev{top:-20px}}.paragraph--type--hero-carousel .hero-carousel--section .slick-arrow.slick-prev:before{background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg);width:20px;height:20px;content:"";display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain;transform:rotate(180deg)}.paragraph--type--hero-carousel .hero-carousel--section .slick-arrow.slick-next{position:absolute;right:0px;z-index:9;top:-40px;left:auto}@media(max-width: 919.98px){.paragraph--type--hero-carousel .hero-carousel--section .slick-arrow.slick-next{top:-20px}}.paragraph--type--hero-carousel .hero-carousel--section .slick-arrow.slick-next:before{background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg);width:20px;height:20px;content:"";display:inline-block;background-position:center;background-repeat:no-repeat;background-size:contain}.paragraph--type--hero-carousel .hero-carousel--section .slick-dots{display:flex !important;position:absolute;top:-42px;display:block;padding:0;margin:0;list-style:none;text-align:center;left:0;width:100%;max-width:64%;bottom:unset;text-align:start}@media(max-width: 919.98px){.paragraph--type--hero-carousel .hero-carousel--section .slick-dots{top:-20px}}.paragraph--type--hero-carousel .hero-carousel--section .slick-dots li{display:unset;height:unset;width:unset;margin:0 12px}@media(max-width: 699.98px){.paragraph--type--hero-carousel .hero-carousel--section .slick-dots li{margin:0 8px}}.paragraph--type--hero-carousel .hero-carousel--section .slick-dots li:first-of-type{margin-left:0}.paragraph--type--hero-carousel .hero-carousel--section .slick-dots li:last-child{margin-right:0}.paragraph--type--hero-carousel .hero-carousel--section .slick-dots li button{background-color:#4e4e4e;border:none;width:40px;height:3px;transition:all .3s ease-in-out;padding:0}@media(max-width: 519.98px){.paragraph--type--hero-carousel .hero-carousel--section .slick-dots li button{width:55px}}.paragraph--type--hero-carousel .hero-carousel--section .slick-dots li button::before{display:none}.paragraph--type--hero-carousel .hero-carousel--section .slick-dots li.slick-active button{background-color:#00bec7;width:240px}@media(max-width: 699.98px){.paragraph--type--hero-carousel .hero-carousel--section .slick-dots li.slick-active button{width:55px}}.paragraph--type--hero-plain{margin:80px 0 30px}@media(max-width: 519.98px){.paragraph--type--hero-plain{margin:24px 0 0}}.paragraph--type--hero-plain h1,.paragraph--type--hero-plain .h1{margin-bottom:30px;line-height:normal}@media(max-width: 519.98px){.paragraph--type--hero-plain h1,.paragraph--type--hero-plain .h1{margin-bottom:16px}}.paragraph--type--hero-plain p{font-size:18px;font-weight:400;line-height:30px;color:#555}@media(max-width: 519.98px){.paragraph--type--hero-plain p{font-size:16px;line-height:24px}}.paragraph--type--hero-plain .banner_content{padding-bottom:24px;border-bottom:1px solid #bbb}@media(max-width: 519.98px){.paragraph--type--hero-plain .banner_content{padding-bottom:0}}.paragraph--type--text-tiles-section{position:relative;text-align:left}.paragraph--type--text-tiles-section .top_section{margin-bottom:26px}.paragraph--type--text-tiles-section .top_section h2,.paragraph--type--text-tiles-section .top_section .h2{margin-bottom:16px}.paragraph--type--text-tiles-section .bottom_section{justify-content:flex-start}.paragraph--type--text-tiles-section .bottom_section .text-tiles__item{display:flex}@media(max-width: 919.98px){.paragraph--type--text-tiles-section .bottom_section .text-tiles__item.num_4 .text-tiles__item--inner-wrapper{margin-bottom:20px}}@media(max-width: 519.98px){.paragraph--type--text-tiles-section .bottom_section .text-tiles__item:last-child .text-tiles__item--inner-wrapper{margin-bottom:0px}}.paragraph--type--text-tiles-section .bottom_section .text-tiles__item .text-tiles__item--inner-wrapper{background-color:#f2f2f2;border-radius:5px;padding:24px 24px 48px;display:flex;flex-direction:column;position:relative;word-wrap:break-word;width:100%}@media(max-width: 519.98px){.paragraph--type--text-tiles-section .bottom_section .text-tiles__item .text-tiles__item--inner-wrapper{margin-bottom:20px}}.paragraph--type--text-tiles-section .bottom_section .text-tiles__item .text-tiles__item--inner-wrapper.external:after{background-image:url(/themes/custom/kodak/dist/images/external-link-icon.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:24px;height:24px;position:absolute;display:block;content:"";left:24px;bottom:24px}.paragraph--type--text-tiles-section .bottom_section .text-tiles__item .text-tiles__item--inner-wrapper.internal:after{background-image:url(/themes/custom/kodak/dist/images/arrow-right.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;height:16px;position:absolute;display:block;content:"";left:24px;bottom:24px}.paragraph--type--text-tiles-section .bottom_section .text-tiles__item .title{font-weight:600;font-family:"Open Sans",sans-serif;font-size:20px;line-height:26px;color:#007680;margin-bottom:24px;width:100%}.paragraph--type--text-tiles-section .bottom_section .text-tiles__item .content{margin-bottom:16px;width:100%}.paragraph--type--text-tiles-section .bottom_section .text-tiles__item .cta-link{position:absolute;left:0;top:0;font-size:0;height:100%;width:100%;z-index:1;border-radius:5px;box-shadow:none;transition:box-shadow 150ms ease-in-out}.paragraph--type--text-tiles-section .bottom_section .text-tiles__item .cta-link:hover,.paragraph--type--text-tiles-section .bottom_section .text-tiles__item .cta-link:focus{box-shadow:0px 0px 20px 0px rgba(0,0,0,.2);transition:box-shadow 150ms ease-in-out}.paragraph--type--text-tiles-section .bottom_section .text-tiles__item.more_item{margin-bottom:20px}@media(max-width: 519.98px){.paragraph--type--text-tiles-section .bottom_section .text-tiles__item.more_item{margin-bottom:0px}}.paragraph--type--text-tiles-section .cta_link_section{margin-top:33px}.paragraph--type--text-tiles-section .cta_link_section a{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;font-weight:600;display:inline-flex;justify-content:center;align-items:center;width:fit-content;height:fit-content;margin-right:20px;border-radius:5px;transition:background-color 150ms ease-in-out,border 150ms ease-in-out,color 150ms ease-in-out;text-decoration:none;margin-bottom:20px;background-color:#007680;border:1.5px solid #007680;color:#fff;padding:12px 18px}.paragraph--type--text-tiles-section .cta_link_section a:hover{background-color:#00535a;border:1.5px solid #00535a;color:#fff;cursor:pointer}.paragraph--type--two-column-section .order-2{padding-top:1rem}.paragraph--type--text-block img{border-radius:5px}.paragraph--type--text-block img,.paragraph--type--text-block iframe,.paragraph--type--text-block video{width:100%;height:auto}.paragraph--type--text-block .align-left img,.paragraph--type--text-block .align-left iframe,.paragraph--type--text-block .align-left video{padding-right:15px}.paragraph--type--text-block .align-right img,.paragraph--type--text-block .align-right iframe,.paragraph--type--text-block .align-right video{padding-left:15px}.paragraph--type--text-block h1,.paragraph--type--text-block .h1,.paragraph--type--text-block h2,.paragraph--type--text-block .h2,.paragraph--type--text-block h3,.paragraph--type--text-block .h3,.paragraph--type--text-block h4,.paragraph--type--text-block .h4,.paragraph--type--text-block p{margin-bottom:20px}.paragraph--type--text-block a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small){color:teal;transition:opacity 150ms ease-in-out}.paragraph--type--text-block a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small):hover{opacity:.8}.paragraph--type--warranty-block .top_section h2,.paragraph--type--warranty-block .top_section .h2,.paragraph--type--manuals-block .top_section h2,.paragraph--type--manuals-block .top_section .h2{margin-bottom:16px}.paragraph--type--warranty-block select,.paragraph--type--manuals-block select{width:fit-content !important;min-width:275px}.paragraph--type--warranty-block .bottom_section .form-message,.paragraph--type--manuals-block .bottom_section .form-message{margin:60px 0 30px 0}@media(max-width: 699.98px){.paragraph--type--warranty-block .bottom_section .form-message,.paragraph--type--manuals-block .bottom_section .form-message{font-size:14px}}@media(max-width: 699.98px){.paragraph--type--warranty-block .bottom_section .form-message,.paragraph--type--manuals-block .bottom_section .form-message{margin:30px 0 15px 0}}.paragraph--type--warranty-block .bottom_section .document__item,.paragraph--type--manuals-block .bottom_section .document__item{margin-bottom:20px}.paragraph--type--product-cards-block .product-card-block-title{margin-bottom:40px}.paragraph--type--product-cards-block .product-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media(max-width: 919.98px){.paragraph--type--product-cards-block .product-grid{grid-template-columns:repeat(1, 1fr)}}.paragraph--type--featured-insight-block{position:relative}.paragraph--type--featured-insight-block .featured_insight_block_section .viewsreference--view-title{display:none}.featured-insight__wrapper{position:relative;display:flex;gap:20px;overflow:hidden}@media(max-width: 919.98px){.featured-insight__wrapper{overflow:visible;flex-wrap:wrap}}.featured-insight__wrapper .featured-insight-left{width:50%;flex:0 0 50%;display:flex;flex-direction:column;gap:24px;padding-right:80px}@media(max-width: 919.98px){.featured-insight__wrapper .featured-insight-left{width:100%;flex:0 0 100%;order:2;padding-right:0}}.featured-insight__wrapper .featured-insight-left .labels{display:flex;flex-wrap:wrap;gap:12px}.featured-insight__wrapper .featured-insight-left .title a.titlelink{font-weight:400;font-family:"Open Sans",sans-serif;font-size:clamp(28px,3.25vw,32px);line-height:clamp(32px,3.25vw,44px);color:#007680;text-decoration:none;font-weight:400}.featured-insight__wrapper .featured-insight-left .title a.titlelink:hover{text-decoration:underline}.featured-insight__wrapper .featured-insight-left .pub-date{margin-left:90px;font-size:14px;font-weight:400;line-height:20px}@media(max-width: 519.98px){.featured-insight__wrapper .featured-insight-left .pub-date{margin-left:83px;margin-top:8px}}.featured-insight__wrapper .featured-insight-right{width:50%;flex:0 0 47%;margin-left:auto}@media(max-width: 919.98px){.featured-insight__wrapper .featured-insight-right{width:100%;flex:0 0 100%;order:1;margin-bottom:4px}}.featured-insight__wrapper .featured-insight-right .image img{width:100%;height:auto;object-fit:cover;min-height:428px;border-radius:5px}@media(max-width: 919.98px){.featured-insight__wrapper .featured-insight-right .image img{min-height:228px}}.contact-card-wrapper{display:flex;flex-wrap:nowrap;align-items:flex-start;position:relative;gap:19px}.contact-card-wrapper .left{width:70px;flex:0 0 70px}@media(max-width: 519.98px){.contact-card-wrapper .left{width:64px;flex:0 0 64px}}.contact-card-wrapper .left img{width:100%;object-fit:cover;border-radius:50%;object-position:center;height:auto}.contact-card-wrapper .right{display:flex;flex-direction:column;gap:8px}.contact-card-wrapper .right .title{font-size:18px;font-weight:600;line-height:24px}.contact-card-wrapper .right .job-title{font-size:14px;font-weight:400;line-height:20px}.contact-card-wrapper .right .linkedin_profile{display:inline-block;font-size:0;line-height:0;font-size:0}.contact-card-wrapper .right .linkedin_profile:after{background-image:url(/themes/custom/kodak/dist/images/linkedin.svg);content:"";height:16px;width:14px;display:inline-block;text-indent:initial;position:relative;top:3px;margin-left:8px}.paragraph--type--latest-product-insights-block,.paragraph--type--latest-industry-insights-block,.paragraph--type--latest-insights-block{position:relative}.paragraph--type--latest-product-insights-block .top_section,.paragraph--type--latest-industry-insights-block .top_section,.paragraph--type--latest-insights-block .top_section{position:relative;margin-bottom:48px;display:flex;align-items:center}@media(max-width: 919.98px){.paragraph--type--latest-product-insights-block .top_section,.paragraph--type--latest-industry-insights-block .top_section,.paragraph--type--latest-insights-block .top_section{flex-wrap:wrap;margin-bottom:24px}}.paragraph--type--latest-product-insights-block .top_section h2,.paragraph--type--latest-product-insights-block .top_section .h2,.paragraph--type--latest-industry-insights-block .top_section h2,.paragraph--type--latest-industry-insights-block .top_section .h2,.paragraph--type--latest-insights-block .top_section h2,.paragraph--type--latest-insights-block .top_section .h2{color:#000;font-weight:400;margin-bottom:0px}.paragraph--type--latest-product-insights-block .top_section .decorative,.paragraph--type--latest-industry-insights-block .top_section .decorative,.paragraph--type--latest-insights-block .top_section .decorative{color:#007680;font-weight:700}.paragraph--type--latest-product-insights-block .top_section .cta_link_section,.paragraph--type--latest-industry-insights-block .top_section .cta_link_section,.paragraph--type--latest-insights-block .top_section .cta_link_section{margin-left:auto;margin-right:16px}@media(max-width: 919.98px){.paragraph--type--latest-product-insights-block .top_section .cta_link_section,.paragraph--type--latest-industry-insights-block .top_section .cta_link_section,.paragraph--type--latest-insights-block .top_section .cta_link_section{margin-right:0;margin-left:0;margin-top:18px;flex:0 0 100%}}.paragraph--type--latest-product-insights-block .top_section .cta_link_section a,.paragraph--type--latest-industry-insights-block .top_section .cta_link_section a,.paragraph--type--latest-insights-block .top_section .cta_link_section a{font-weight:600;font-size:14px;line-height:22px;position:relative;display:flex;flex-wrap:wrap;align-items:center;text-decoration:none;color:#555}.paragraph--type--latest-product-insights-block .top_section .cta_link_section a:after,.paragraph--type--latest-industry-insights-block .top_section .cta_link_section a:after,.paragraph--type--latest-insights-block .top_section .cta_link_section a:after{content:"";background-image:url(/themes/custom/kodak/dist/images/arrow-right-white.svg);background-position:center;background-repeat:no-repeat;background-size:contain;width:16px;right:0;top:0;height:16px;margin-left:8px;position:relative;display:inline-block;transition:margin-left 150ms ease-in-out;vertical-align:middle}.paragraph--type--latest-product-insights-block .top_section .cta_link_section a:hover:after,.paragraph--type--latest-industry-insights-block .top_section .cta_link_section a:hover:after,.paragraph--type--latest-insights-block .top_section .cta_link_section a:hover:after{margin-left:16px;transition:margin-left 150ms ease-in-out}.paragraph--type--latest-product-insights-block .top_section .cta_link_section a:after,.paragraph--type--latest-industry-insights-block .top_section .cta_link_section a:after,.paragraph--type--latest-insights-block .top_section .cta_link_section a:after{background-image:url(/themes/custom/kodak/dist/images/arrow-right.svg)}.paragraph--type--latest-product-insights-block .top_section .cta_link_section a:after,.paragraph--type--latest-industry-insights-block .top_section .cta_link_section a:after,.paragraph--type--latest-insights-block .top_section .cta_link_section a:after{transition:right 150ms ease-in-out}.paragraph--type--latest-product-insights-block .top_section .cta_link_section a:hover:after,.paragraph--type--latest-industry-insights-block .top_section .cta_link_section a:hover:after,.paragraph--type--latest-insights-block .top_section .cta_link_section a:hover:after{margin-left:8px;right:-8px;transition:right 150ms ease-in-out}.paragraph--type--latest-product-insights-block .insight_block_section,.paragraph--type--latest-industry-insights-block .insight_block_section,.paragraph--type--latest-insights-block .insight_block_section{position:relative}.paragraph--type--latest-product-insights-block .insight_block_section .viewsreference--view-title,.paragraph--type--latest-industry-insights-block .insight_block_section .viewsreference--view-title,.paragraph--type--latest-insights-block .insight_block_section .viewsreference--view-title{display:none}.paragraph--type--latest-product-insights-block .insight_block_section .insights_item_wrapper,.paragraph--type--latest-industry-insights-block .insight_block_section .insights_item_wrapper,.paragraph--type--latest-insights-block .insight_block_section .insights_item_wrapper{position:relative;display:flex;gap:32px}@media(max-width: 699.98px){.paragraph--type--latest-product-insights-block .insight_block_section .insights_item_wrapper,.paragraph--type--latest-industry-insights-block .insight_block_section .insights_item_wrapper,.paragraph--type--latest-insights-block .insight_block_section .insights_item_wrapper{flex-wrap:wrap}}.paragraph--type--latest-product-insights-block .insight_block_section .insights_item_wrapper--left,.paragraph--type--latest-industry-insights-block .insight_block_section .insights_item_wrapper--left,.paragraph--type--latest-insights-block .insight_block_section .insights_item_wrapper--left{flex:0 0 40%;width:40%;border-bottom:1px solid #c3c3c3}@media(max-width: 699.98px){.paragraph--type--latest-product-insights-block .insight_block_section .insights_item_wrapper--left,.paragraph--type--latest-industry-insights-block .insight_block_section .insights_item_wrapper--left,.paragraph--type--latest-insights-block .insight_block_section .insights_item_wrapper--left{flex:0 0 100%;width:100%}}.paragraph--type--latest-product-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper,.paragraph--type--latest-industry-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper,.paragraph--type--latest-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper{flex-direction:column;gap:0px}.paragraph--type--latest-product-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .image,.paragraph--type--latest-industry-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .image,.paragraph--type--latest-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .image{margin-bottom:20px}.paragraph--type--latest-product-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .image img,.paragraph--type--latest-industry-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .image img,.paragraph--type--latest-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .image img{min-height:340px}@media(max-width: 699.98px){.paragraph--type--latest-product-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .image img,.paragraph--type--latest-industry-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .image img,.paragraph--type--latest-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .image img{min-height:200px;max-height:200px}}.paragraph--type--latest-product-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .insight-card-left,.paragraph--type--latest-industry-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .insight-card-left,.paragraph--type--latest-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .insight-card-left{order:1}.paragraph--type--latest-product-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .insight-card-right,.paragraph--type--latest-industry-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .insight-card-right,.paragraph--type--latest-insights-block .insight_block_section .insights_item_wrapper--left .insight-card__wrapper .insight-card-right{order:2;border-bottom:none}.paragraph--type--latest-product-insights-block .insight_block_section .insights_item_wrapper--right,.paragraph--type--latest-industry-insights-block .insight_block_section .insights_item_wrapper--right,.paragraph--type--latest-insights-block .insight_block_section .insights_item_wrapper--right{flex:0 0 57%;width:57%;gap:20px;display:flex;flex-direction:column}@media(max-width: 699.98px){.paragraph--type--latest-product-insights-block .insight_block_section .insights_item_wrapper--right,.paragraph--type--latest-industry-insights-block .insight_block_section .insights_item_wrapper--right,.paragraph--type--latest-insights-block .insight_block_section .insights_item_wrapper--right{flex:0 0 100%;width:100%;gap:32px}}.paragraph--type--latest-product-insights-block .insight_block_section img,.paragraph--type--latest-industry-insights-block .insight_block_section img,.paragraph--type--latest-insights-block .insight_block_section img{width:100%}.insight-card__wrapper{position:relative;display:flex;gap:20px}@media(max-width: 699.98px){.insight-card__wrapper{flex-wrap:wrap}}.insight-card__wrapper .insight-card-left{order:2;flex:0 0 30%;flex-grow:1}@media(max-width: 699.98px){.insight-card__wrapper .insight-card-left{flex:0 0 100%;order:1}}.insight-card__wrapper .insight-card-left .image img{height:auto;min-height:160px;object-fit:cover;border-radius:5px;margin-bottom:0}@media(max-width: 699.98px){.insight-card__wrapper .insight-card-left .image img{min-height:200px;max-height:200px}}.insight-card__wrapper .insight-card-right{order:1;flex:0 0 58%;display:flex;flex-direction:column;gap:22px;border-bottom:1px solid #c3c3c3;padding-bottom:16px;flex-grow:1}@media(max-width: 699.98px){.insight-card__wrapper .insight-card-right{flex:0 0 100%;order:2}}.insight-card__wrapper .insight-card-right .labels{display:flex;flex-wrap:wrap;gap:12px}.insight-card__wrapper .insight-card-right .title a.titlelink{font-size:16px;font-style:normal;font-weight:600;line-height:25px;color:#000;text-decoration:none;display:inline-block;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.insight-card__wrapper .insight-card-right .title a.titlelink:hover{text-decoration:none;color:#007680}.insight-card__wrapper .insight-card-right .pub-date{font-size:14px;font-weight:400;line-height:20px}.paragraph--type--videos-block{position:relative;text-align:left}.paragraph--type--videos-block .top_section{margin-bottom:26px}.paragraph--type--videos-block .top_section h2,.paragraph--type--videos-block .top_section .h2{margin-bottom:16px}.paragraph--type--videos-block .bottom_section{justify-content:flex-start}.paragraph--type--videos-block .bottom_section .video-tiles__item{display:flex;border-radius:5px}.paragraph--type--videos-block .bottom_section .video-tiles__item.num_1 .video-container .video-image img{object-fit:cover}.paragraph--type--videos-block .bottom_section .video-tiles__item.num_2 .video-container .video-image img{object-fit:cover}.paragraph--type--videos-block .bottom_section .video-tiles__item .video-container{position:relative;width:100%;cursor:pointer}.paragraph--type--videos-block .bottom_section .video-tiles__item .video-container .contextual-region{position:static}.paragraph--type--videos-block .bottom_section .video-tiles__item .video-container .video-image{margin-bottom:16px;position:relative;width:100%;padding-bottom:56.25%;height:219px;border-radius:5px;overflow:hidden}@media(max-width: 699.98px){.paragraph--type--videos-block .bottom_section .video-tiles__item .video-container .video-image{height:190px}}.paragraph--type--videos-block .bottom_section .video-tiles__item .video-container .video-image img{width:100% !important;position:absolute;top:0;left:0;height:100% !important;border:0;border-radius:5px;object-fit:none}.paragraph--type--videos-block .bottom_section .video-tiles__item .video-container .video-image:before{background-image:url(/themes/custom/kodak/dist/images/video-play-icon.svg);background-repeat:no-repeat;background-position:center;content:"";height:60px;width:60px;display:inline-block;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:2}.paragraph--type--videos-block .bottom_section .video-tiles__item .video-container .video-image::after{position:absolute;top:0;left:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%);height:100%;width:100%;content:"";display:inline-block;z-index:1}.paragraph--type--videos-block .bottom_section .video-tiles__item .video-container .title{font-weight:600;font-family:"Open Sans",sans-serif;font-size:18px;line-height:24px;color:#000;margin-bottom:24px}.paragraph--type--videos-block .bottom_section .video-tiles__item .video-container .popup-youtube{position:absolute;top:0;left:0;height:100%;width:100%;text-indent:-9999px;z-index:3}.paragraph--type--videos-block .bottom_section .video-tiles__item .video-container:hover .title,.paragraph--type--videos-block .bottom_section .video-tiles__item .video-container:focus .title{color:#007680}.paragraph--type--videos-block .bottom_section .video-tiles__item.more_item{margin-bottom:20px}@media(max-width: 519.98px){.paragraph--type--videos-block .bottom_section .video-tiles__item.more_item{margin-bottom:0px}}.paragraph--type--product-faqs-block{position:relative;background-color:#4e4795}.paragraph--type--product-faqs-block .viewsreference--view-title,.paragraph--type--product-faqs-block header{display:none}.paragraph--type--product-faqs-block .top_section{margin:0 auto 50px;color:#fff}.paragraph--type--product-faqs-block .top_section h2,.paragraph--type--product-faqs-block .top_section .h2{margin-bottom:30px}@media(max-width: 699.98px){.paragraph--type--product-faqs-block .top_section h2,.paragraph--type--product-faqs-block .top_section .h2{margin-bottom:30px}}@media(max-width: 699.98px){.paragraph--type--product-faqs-block .top_section{margin:0 auto 32px;text-align:left !important}.paragraph--type--product-faqs-block .top_section .text-align-center{text-align:left !important}}.paragraph--type--product-faqs-block .accordion{position:relative;color:#fff}.paragraph--type--product-faqs-block .accordion .accordion-title{font-size:28px;font-style:normal;font-weight:600;line-height:32px;padding-bottom:24px;border-bottom:1px solid #fff;margin-bottom:32px;cursor:pointer;position:relative}@media(max-width: 699.98px){.paragraph--type--product-faqs-block .accordion .accordion-title{font-size:24px;line-height:30px;padding-bottom:16px;margin-bottom:16px}}.paragraph--type--product-faqs-block .accordion .accordion-title:after{background-image:url(/themes/custom/kodak/dist/images/accordion-arrow-white.svg);background-repeat:no-repeat;background-position:center;content:"";height:18px;width:18px;display:inline-block;position:absolute;right:10px;top:10px;transition:all 300ms ease}.paragraph--type--product-faqs-block .accordion .accordion-title.active:after{background-image:url(/themes/custom/kodak/dist/images/accordion-arrow-white.svg);background-repeat:no-repeat;background-position:center;content:"";height:18px;width:18px;display:inline-block;position:absolute;right:10px;top:10px;transform:rotate(180deg);transition:all 300ms ease}.paragraph--type--product-faqs-block .accordion .accordion-content{color:#fff;margin-top:24px;display:none}.paragraph--type--product-faqs-block .accordion .accordion-content .views-row{padding-bottom:2rem}.paragraph--type--product-faqs-block .accordion .accordion-content .title{font-size:20px;line-height:normal;font-weight:600;margin-bottom:16px}.paragraph--type--product-faqs-block .accordion .accordion-content p{margin-bottom:16px}.paragraph--type--product-faqs-block .accordion .accordion-content p:last-child{margin-bottom:0}.paragraph--type--product-faqs-block .accordion .accordion-content a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small){color:#fff}.paragraph--type--product-faqs-block .accordion .accordion-content a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small):hover{opacity:.8}.paragraph--type--horizontal-tabs-block{position:relative;background-color:#fff;padding-top:0 !important;padding-bottom:0 !important}.paragraph--type--horizontal-tabs-block.background-color-light-teal{background-color:#fff}.paragraph--type--horizontal-tabs-block.background-color-light-teal .tab_content_wrapper,.paragraph--type--horizontal-tabs-block.background-color-light-teal .tabs-container .tab-content,.paragraph--type--horizontal-tabs-block.background-color-light-teal .tabs-container .tabs .tab.active,.paragraph--type--horizontal-tabs-block.background-color-light-teal .tabs-container .tabs .tab.active::after{background-color:#3fb0a8}.paragraph--type--horizontal-tabs-block.background-color-light-teal .tabs-container .tabs .tab.active{color:#fff}.paragraph--type--horizontal-tabs-block.background-color-light-teal .tabs-container .tabs .tab.active::before{background-color:#007680}.paragraph--type--horizontal-tabs-block.background-color-light-teal .tabs-container .tabs,.paragraph--type--horizontal-tabs-block.background-color-light-teal .tabs-container .tabs .tab,.paragraph--type--horizontal-tabs-block.background-color-light-teal .tab_content_wrapper{border-color:#007680}.paragraph--type--horizontal-tabs-block.background-color-light-teal .tabs-container .tab-content .tab-heading-mobile{color:#fff !important}.paragraph--type--horizontal-tabs-block.background-color-light-teal .tabs-container .tab-content .tab-heading-mobile:after{background-image:url(/themes/custom/kodak/dist/images/accordion-arrow-white.svg);transform:rotate(0deg)}.paragraph--type--horizontal-tabs-block.background-color-light-teal .tabs-container .tab-content .tab-heading-mobile.active:after{transform:rotate(180deg)}.paragraph--type--horizontal-tabs-block.background-color-light-gray{background-color:#fff}.paragraph--type--horizontal-tabs-block.background-color-light-gray .tab_content_wrapper,.paragraph--type--horizontal-tabs-block.background-color-light-gray .tabs-container .tab-content,.paragraph--type--horizontal-tabs-block.background-color-light-gray .tabs-container .tabs .tab.active,.paragraph--type--horizontal-tabs-block.background-color-light-gray .tabs-container .tabs .tab.active::after{background-color:#ebebeb}.paragraph--type--horizontal-tabs-block.background-color-light-gray .tabs-container .tabs .tab.active::before{background-color:#555}.paragraph--type--horizontal-tabs-block.background-color-light-gray .tabs-container .tabs,.paragraph--type--horizontal-tabs-block.background-color-light-gray .tabs-container .tabs .tab,.paragraph--type--horizontal-tabs-block.background-color-light-gray .tab_content_wrapper{border-color:#555}.paragraph--type--horizontal-tabs-block.background-color-white{background-color:#fff}.paragraph--type--horizontal-tabs-block.background-color-white .tab_content_wrapper,.paragraph--type--horizontal-tabs-block.background-color-white .tabs-container .tab-content,.paragraph--type--horizontal-tabs-block.background-color-white .tabs-container .tabs .tab.active,.paragraph--type--horizontal-tabs-block.background-color-white .tabs-container .tabs .tab.active::after{background-color:#f2f2f2}.paragraph--type--horizontal-tabs-block.background-color-white .tabs-container .tabs .tab.active::before{background-color:#000}.paragraph--type--horizontal-tabs-block.background-color-white .tabs-container .tabs,.paragraph--type--horizontal-tabs-block.background-color-white .tabs-container .tabs .tab,.paragraph--type--horizontal-tabs-block.background-color-white .tab_content_wrapper{border-color:#000}.paragraph--type--horizontal-tabs-block.background-color-deep-purple{background-color:#fff}.paragraph--type--horizontal-tabs-block.background-color-deep-purple .tab_content_wrapper,.paragraph--type--horizontal-tabs-block.background-color-deep-purple .tabs-container .tab-content,.paragraph--type--horizontal-tabs-block.background-color-deep-purple .tabs-container .tabs .tab.active,.paragraph--type--horizontal-tabs-block.background-color-deep-purple .tabs-container .tabs .tab.active::after{background-color:#4e4795;color:#000}.paragraph--type--horizontal-tabs-block.background-color-deep-purple .tabs-container .tabs .tab.active{color:#fff}.paragraph--type--horizontal-tabs-block.background-color-deep-purple .tabs-container .tabs .tab.active::before{background-color:#9591bf}.paragraph--type--horizontal-tabs-block.background-color-deep-purple .tabs-container .tabs,.paragraph--type--horizontal-tabs-block.background-color-deep-purple .tabs-container .tabs .tab,.paragraph--type--horizontal-tabs-block.background-color-deep-purple .tab_content_wrapper{border-color:#9591bf}.paragraph--type--horizontal-tabs-block.background-color-deep-purple .tabs-container .tab-content .tab-heading-mobile{color:#fff !important}.paragraph--type--horizontal-tabs-block.background-color-deep-purple .tabs-container .tab-content .tab-heading-mobile:after{background-image:url(/themes/custom/kodak/dist/images/accordion-arrow-white.svg);transform:rotate(0deg)}.paragraph--type--horizontal-tabs-block.background-color-deep-purple .tabs-container .tab-content .tab-heading-mobile.active:after{transform:rotate(180deg)}.paragraph--type--horizontal-tabs-block .top_section{margin-bottom:44px}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .top_section{margin-bottom:30px}}.paragraph--type--horizontal-tabs-block .top_section h2,.paragraph--type--horizontal-tabs-block .top_section .h2{margin-bottom:16px}.paragraph--type--horizontal-tabs-block .tab_content_wrapper{background:#e8f5f4;position:relative;border-top:1px solid rgba(85,85,85,.2)}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .tab_content_wrapper{background:rgba(0,0,0,0);border-top:none}}.paragraph--type--horizontal-tabs-block .tabs-container{position:relative}.paragraph--type--horizontal-tabs-block .tabs-container .tabs{list-style-type:none;padding:0;margin:0;display:flex;top:1px;position:relative;z-index:1;border-left:1px solid rgba(85,85,85,.2)}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .tabs-container .tabs{display:none}}.paragraph--type--horizontal-tabs-block .tabs-container .tabs .tab{padding:12px;cursor:pointer;font-size:16px;font-weight:400;line-height:24px;display:block;color:#555;text-decoration:none;position:relative;border-right:1px solid rgba(85,85,85,.2);border-top:1px solid rgba(85,85,85,.2)}.paragraph--type--horizontal-tabs-block .tabs-container .tabs .tab:before{position:absolute;height:3px;width:calc(100% + 2px);background-color:rgba(0,0,0,0);content:"";display:inline-block;left:-1px;top:-1px;z-index:1}.paragraph--type--horizontal-tabs-block .tabs-container .tabs .tab:after{position:absolute;height:1px;width:100%;background-color:rgba(0,0,0,0);content:"";display:inline-block;left:0;bottom:-1px;z-index:1}.paragraph--type--horizontal-tabs-block .tabs-container .tabs .tab.active{font-weight:600;color:#000;background-color:#e8f5f4}.paragraph--type--horizontal-tabs-block .tabs-container .tabs .tab.active:after{background-color:#e8f5f4}.paragraph--type--horizontal-tabs-block .tabs-container .tabs .tab.active:before{background-color:#3fb0a8}.paragraph--type--horizontal-tabs-block .tabs-container .tab-content{background-color:#e8f5f4;padding:50px 0 70px;position:relative}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .tabs-container .tab-content{overflow:hidden;background-color:#fff}}.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content{display:none}.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content h2,.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content .h2,.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content h3,.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content .h3,.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content h4,.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content .h4,.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content h5,.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content .h5,.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content p,.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content ul,.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content ol{margin-bottom:16px}.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content.active{display:block}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content.active{padding:30px 0 14px}}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content:last-of-type{margin-bottom:2rem}}.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content .tab-spacing:nth-child(n+3){margin-top:24px}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content .tab-spacing{margin-top:24px}.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .content .tab-spacing:first-of-type{margin-top:0}}.paragraph--type--horizontal-tabs-block .tabs-container .tab-content a:not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small){color:#555;text-decoration:underline;text-decoration-color:#007680;line-height:20px;text-underline-offset:6px;transition:color 150ms ease-in-out,text-decoration-color 150ms ease-in-out,opacity 150ms ease-in-out}.paragraph--type--horizontal-tabs-block .tabs-container .tab-content a:not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small):hover{color:#00535a}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .tabs-container .tab-content{width:100%;padding:0}}.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .tab-heading-mobile{display:none}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .tab-heading-mobile{padding:12px 36px 12px 0;cursor:pointer;border-bottom:1px solid rgba(85,85,85,.2);font-size:16px;font-weight:400;line-height:24px;display:block;color:#555;text-decoration:none !important;position:relative}.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .tab-heading-mobile:after{background-image:url(/themes/custom/kodak/dist/images/accordion-arrow.svg);content:"";height:18px;width:18px;display:inline-block;position:absolute;right:10px;top:16px;transform:rotate(180deg);transition:all 300ms ease}}.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .tab-heading-mobile.active{font-weight:600;color:#000}.paragraph--type--horizontal-tabs-block .tabs-container .tab-content .tab-heading-mobile.active:after{transform:rotate(0deg);transition:all 300ms ease}.paragraph--type--horizontal-tabs-block .tabs-container .cards__item{align-items:stretch;display:flex;height:100%}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .tabs-container .cards__item.num_2{margin-bottom:32px}}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .tabs-container .cards__item.num_2:last-child{margin-bottom:0px}}.paragraph--type--horizontal-tabs-block .tabs-container .cards__item.more_item{margin-bottom:30px}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .tabs-container .cards__item.more_item:last-child{margin-bottom:0px}}.paragraph--type--horizontal-tabs-block .tabs-container .cards__item img{min-height:298px;max-height:298px;object-fit:cover;width:100%;border-radius:5px 5px 0 0}@media(max-width: 699.98px){.paragraph--type--horizontal-tabs-block .tabs-container .cards__item img{min-height:200px;max-height:200px}}.paragraph--type--card .cards__item_inner_wrapper{display:flex;flex-direction:column;background-color:#f2f2f2;align-items:stretch;position:relative;border-radius:5px;width:100%}.paragraph--type--card .cards__item_inner_wrapper .image{width:100%}.paragraph--type--card .cards__item_inner_wrapper .image img{min-height:298px;max-height:298px;object-fit:cover;width:100%;border-radius:5px 5px 0 0}@media(max-width: 699.98px){.paragraph--type--card .cards__item_inner_wrapper .image img{min-height:200px;max-height:200px}}.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom{display:flex;flex-direction:column;align-items:stretch;position:relative;padding:30px;flex-grow:1;background-color:#fff;border:1px solid rgba(85,85,85,.2);border-top:none;border-radius:0 0 5px 5px}@media(max-width: 699.98px){.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom{padding:16px}}.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom .content_bottom{margin-bottom:11px}@media(max-width: 699.98px){.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom .content_bottom{margin-bottom:0px}}.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom .content_bottom h2,.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom .content_bottom .h2,.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom .content_bottom h3,.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom .content_bottom .h3{font-size:20px;font-weight:600;line-height:26px;margin-bottom:24px;color:#007680}@media(max-width: 699.98px){.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom .content_bottom h2,.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom .content_bottom .h2,.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom .content_bottom h3,.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom .content_bottom .h3{margin-bottom:20px}}.paragraph--type--card .cards__item_inner_wrapper .cards__item--bottom a.cta{margin-top:auto}.paragraph--type--scanners-search-block .hide,.paragraph--type--scanners-support-block .hide{display:none}.paragraph--type--scanners-search-block .pager,.paragraph--type--scanners-support-block .pager{justify-content:flex-end}@media(max-width: 919.98px){.paragraph--type--scanners-search-block .pager,.paragraph--type--scanners-support-block .pager{justify-content:center}}.paragraph--type--scanners-search-block .viewsreference--view-title,.paragraph--type--scanners-support-block .viewsreference--view-title{display:none}.paragraph--type--scanners-search-block .js-form-item-combine,.paragraph--type--scanners-support-block .js-form-item-combine{display:none}.paragraph--type--scanners-search-block .product-cards,.paragraph--type--scanners-support-block .product-cards{padding-top:80px}@media(max-width: 919.98px){.paragraph--type--scanners-search-block .product-cards,.paragraph--type--scanners-support-block .product-cards{padding-top:24px}}.paragraph--type--scanners-search-block .product-grid,.paragraph--type--scanners-support-block .product-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:20px}@media(max-width: 919.98px){.paragraph--type--scanners-search-block .product-grid,.paragraph--type--scanners-support-block .product-grid{grid-template-columns:repeat(1, 1fr)}}.paragraph--type--scanners-search-block .product-card,.paragraph--type--scanners-support-block .product-card{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;border-radius:5px;overflow:hidden;padding-bottom:24px;border:1px solid #d9d9d9;background:#fff}.paragraph--type--scanners-search-block .product-card .product-card-spacing,.paragraph--type--scanners-support-block .product-card .product-card-spacing{padding:0 24px}.paragraph--type--scanners-search-block .product-card article,.paragraph--type--scanners-support-block .product-card article{height:100%}.paragraph--type--scanners-search-block .product-card .tag,.paragraph--type--scanners-support-block .product-card .tag{margin-top:24px}.paragraph--type--scanners-search-block .product-card img,.paragraph--type--scanners-support-block .product-card img{width:100%;height:auto;aspect-ratio:1.91/1;object-fit:cover}.paragraph--type--scanners-search-block .product-card h1,.paragraph--type--scanners-search-block .product-card .h1,.paragraph--type--scanners-search-block .product-card h2,.paragraph--type--scanners-search-block .product-card .h2,.paragraph--type--scanners-search-block .product-card h3,.paragraph--type--scanners-search-block .product-card .h3,.paragraph--type--scanners-search-block .product-card h4,.paragraph--type--scanners-search-block .product-card .h4,.paragraph--type--scanners-search-block .product-card p,.paragraph--type--scanners-search-block .product-card span,.paragraph--type--scanners-search-block .product-card button,.paragraph--type--scanners-support-block .product-card h1,.paragraph--type--scanners-support-block .product-card .h1,.paragraph--type--scanners-support-block .product-card h2,.paragraph--type--scanners-support-block .product-card .h2,.paragraph--type--scanners-support-block .product-card h3,.paragraph--type--scanners-support-block .product-card .h3,.paragraph--type--scanners-support-block .product-card h4,.paragraph--type--scanners-support-block .product-card .h4,.paragraph--type--scanners-support-block .product-card p,.paragraph--type--scanners-support-block .product-card span,.paragraph--type--scanners-support-block .product-card button{margin-top:24px}.paragraph--type--scanners-search-block .product-card ul,.paragraph--type--scanners-support-block .product-card ul{padding-left:1rem}.paragraph--type--scanners-search-block .product-card .product-card-button,.paragraph--type--scanners-support-block .product-card .product-card-button{align-content:flex-end;flex-wrap:wrap;display:flex}.paragraph--type--scanners-search-block .product-card .row .col-6:first-of-type,.paragraph--type--scanners-support-block .product-card .row .col-6:first-of-type{margin-left:0}.paragraph--type--scanners-search-block .product-card .row .col-6:last-of-type,.paragraph--type--scanners-support-block .product-card .row .col-6:last-of-type{margin-right:0}.paragraph--type--scanners-search-block .product-card img,.paragraph--type--scanners-support-block .product-card img{width:100%;height:auto}.paragraph--type--scanners-search-block .product-card h4,.paragraph--type--scanners-search-block .product-card .h4,.paragraph--type--scanners-support-block .product-card h4,.paragraph--type--scanners-support-block .product-card .h4{color:#007680}.paragraph--type--scanners-search-block .product-card ul,.paragraph--type--scanners-support-block .product-card ul{padding-left:1rem}.paragraph--type--all-insights-block{margin-top:100px !important}@media(max-width: 919.98px){.paragraph--type--all-insights-block{margin-top:0 !important}}.paragraph--type--all-insights-block,.paragraph--type--all-news-block,.paragraph--type--all-awards-block{margin-top:175px;position:relative;overflow-x:visible}@media(max-width: 919.98px){.paragraph--type--all-insights-block,.paragraph--type--all-news-block,.paragraph--type--all-awards-block{margin-top:2rem}}.paragraph--type--all-insights-block .viewsreference--view-title,.paragraph--type--all-news-block .viewsreference--view-title,.paragraph--type--all-awards-block .viewsreference--view-title{display:none}.paragraph--type--all-insights-block .form-item-field-insight-type-target-id,.paragraph--type--all-news-block .form-item-field-insight-type-target-id,.paragraph--type--all-awards-block .form-item-field-insight-type-target-id{position:absolute;top:-100px}@media(max-width: 919.98px){.paragraph--type--all-insights-block .form-item-field-insight-type-target-id,.paragraph--type--all-news-block .form-item-field-insight-type-target-id,.paragraph--type--all-awards-block .form-item-field-insight-type-target-id{position:relative;top:0}}.paragraph--type--all-insights-block .form-item-field-insight-type-target-id label,.paragraph--type--all-news-block .form-item-field-insight-type-target-id label,.paragraph--type--all-awards-block .form-item-field-insight-type-target-id label{display:none}.paragraph--type--all-insights-block .form-item-field-insight-type-target-id ul,.paragraph--type--all-news-block .form-item-field-insight-type-target-id ul,.paragraph--type--all-awards-block .form-item-field-insight-type-target-id ul{padding-left:0;display:flex}@media(max-width: 919.98px){.paragraph--type--all-insights-block .form-item-field-insight-type-target-id ul,.paragraph--type--all-news-block .form-item-field-insight-type-target-id ul,.paragraph--type--all-awards-block .form-item-field-insight-type-target-id ul{flex-wrap:wrap;gap:15px 0}}.paragraph--type--all-insights-block .form-item-field-insight-type-target-id ul li,.paragraph--type--all-news-block .form-item-field-insight-type-target-id ul li,.paragraph--type--all-awards-block .form-item-field-insight-type-target-id ul li{list-style-type:none;display:list-item;width:fit-content;text-wrap:nowrap;margin-right:16px;border-radius:5px;border:1px solid #d9d9d9;transition:border 150ms ease-out}.paragraph--type--all-insights-block .form-item-field-insight-type-target-id ul li a,.paragraph--type--all-news-block .form-item-field-insight-type-target-id ul li a,.paragraph--type--all-awards-block .form-item-field-insight-type-target-id ul li a{font-family:"Open Sans",sans-serif;font-size:16px;line-height:24px;font-weight:400;color:#000;text-decoration:none;width:100%;height:100%;padding:8px 24px;display:inline-flex}.paragraph--type--all-insights-block .form-item-field-insight-type-target-id ul li:has(.bef-link--selected),.paragraph--type--all-news-block .form-item-field-insight-type-target-id ul li:has(.bef-link--selected),.paragraph--type--all-awards-block .form-item-field-insight-type-target-id ul li:has(.bef-link--selected){border:1px solid #007680;background:#007680}.paragraph--type--all-insights-block .form-item-field-insight-type-target-id ul li:has(.bef-link--selected) a,.paragraph--type--all-news-block .form-item-field-insight-type-target-id ul li:has(.bef-link--selected) a,.paragraph--type--all-awards-block .form-item-field-insight-type-target-id ul li:has(.bef-link--selected) a{color:#fff}.paragraph--type--all-insights-block .form-item-field-insight-type-target-id ul li:hover,.paragraph--type--all-news-block .form-item-field-insight-type-target-id ul li:hover,.paragraph--type--all-awards-block .form-item-field-insight-type-target-id ul li:hover{border:1px solid #007680}.paragraph--type--all-insights-block .insight-grid,.paragraph--type--all-news-block .insight-grid,.paragraph--type--all-awards-block .insight-grid{display:grid;grid-template-columns:1fr;gap:20px}.paragraph--type--all-insights-block .insight-card,.paragraph--type--all-news-block .insight-card,.paragraph--type--all-awards-block .insight-card{padding:40px 0;border-bottom:1px solid #d9d9d9}.paragraph--type--all-insights-block .insight-card .tags,.paragraph--type--all-news-block .insight-card .tags,.paragraph--type--all-awards-block .insight-card .tags{margin-bottom:16px}.paragraph--type--all-insights-block .insight-card img,.paragraph--type--all-news-block .insight-card img,.paragraph--type--all-awards-block .insight-card img{width:100%;height:auto;aspect-ratio:1.91/1;object-fit:cover}.paragraph--type--all-insights-block .insight-card .insight-card-title,.paragraph--type--all-news-block .insight-card .insight-card-title,.paragraph--type--all-awards-block .insight-card .insight-card-title{margin-bottom:16px}.paragraph--type--all-insights-block .insight-card .insight-card-title a,.paragraph--type--all-news-block .insight-card .insight-card-title a,.paragraph--type--all-awards-block .insight-card .insight-card-title a{text-decoration:none;text-underline-offset:5px;color:#000;font-family:"Open Sans",sans-serif;font-size:18px;line-height:30px;font-weight:600;transition:text-decoration 150ms ease-out,color 150ms ease-out}.paragraph--type--all-insights-block .insight-card .insight-card-title a:hover,.paragraph--type--all-news-block .insight-card .insight-card-title a:hover,.paragraph--type--all-awards-block .insight-card .insight-card-title a:hover{text-decoration:underline;color:#007680}.paragraph--type--all-insights-block .insight-card .insight-body-text,.paragraph--type--all-news-block .insight-card .insight-body-text,.paragraph--type--all-awards-block .insight-card .insight-body-text{font-family:"Open Sans",sans-serif;font-size:16px;line-height:24px;font-weight:400 !important;color:#555}.paragraph--type--all-insights-block .insight-card .insight-body-text a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small),.paragraph--type--all-news-block .insight-card .insight-body-text a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small),.paragraph--type--all-awards-block .insight-card .insight-body-text a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small){color:teal;transition:opacity 150ms ease-in-out}.paragraph--type--all-insights-block .insight-card .insight-body-text a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small):hover,.paragraph--type--all-news-block .insight-card .insight-body-text a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small):hover,.paragraph--type--all-awards-block .insight-card .insight-body-text a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small):hover{opacity:.8}.paragraph--type--all-insights-block .insight-card .insight-body-text img,.paragraph--type--all-insights-block .insight-card .insight-body-text video,.paragraph--type--all-insights-block .insight-card .insight-body-text iframe,.paragraph--type--all-news-block .insight-card .insight-body-text img,.paragraph--type--all-news-block .insight-card .insight-body-text video,.paragraph--type--all-news-block .insight-card .insight-body-text iframe,.paragraph--type--all-awards-block .insight-card .insight-body-text img,.paragraph--type--all-awards-block .insight-card .insight-body-text video,.paragraph--type--all-awards-block .insight-card .insight-body-text iframe{display:none}.paragraph--type--all-insights-block .insight-card .insight-body-text h1,.paragraph--type--all-insights-block .insight-card .insight-body-text .h1,.paragraph--type--all-insights-block .insight-card .insight-body-text h2,.paragraph--type--all-insights-block .insight-card .insight-body-text .h2,.paragraph--type--all-insights-block .insight-card .insight-body-text h3,.paragraph--type--all-insights-block .insight-card .insight-body-text .h3,.paragraph--type--all-insights-block .insight-card .insight-body-text h4,.paragraph--type--all-insights-block .insight-card .insight-body-text .h4,.paragraph--type--all-news-block .insight-card .insight-body-text h1,.paragraph--type--all-news-block .insight-card .insight-body-text .h1,.paragraph--type--all-news-block .insight-card .insight-body-text h2,.paragraph--type--all-news-block .insight-card .insight-body-text .h2,.paragraph--type--all-news-block .insight-card .insight-body-text h3,.paragraph--type--all-news-block .insight-card .insight-body-text .h3,.paragraph--type--all-news-block .insight-card .insight-body-text h4,.paragraph--type--all-news-block .insight-card .insight-body-text .h4,.paragraph--type--all-awards-block .insight-card .insight-body-text h1,.paragraph--type--all-awards-block .insight-card .insight-body-text .h1,.paragraph--type--all-awards-block .insight-card .insight-body-text h2,.paragraph--type--all-awards-block .insight-card .insight-body-text .h2,.paragraph--type--all-awards-block .insight-card .insight-body-text h3,.paragraph--type--all-awards-block .insight-card .insight-body-text .h3,.paragraph--type--all-awards-block .insight-card .insight-body-text h4,.paragraph--type--all-awards-block .insight-card .insight-body-text .h4{display:none}.paragraph--type--all-insights-block .insight-card .insight-body-text strong,.paragraph--type--all-news-block .insight-card .insight-body-text strong,.paragraph--type--all-awards-block .insight-card .insight-body-text strong{font-weight:400 !important}.paragraph--type--all-insights-block .insight-card .insight-publish-date,.paragraph--type--all-news-block .insight-card .insight-publish-date,.paragraph--type--all-awards-block .insight-card .insight-publish-date{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;color:#555}.paragraph--type--all-insights-block .insight-card .insight-author,.paragraph--type--all-news-block .insight-card .insight-author,.paragraph--type--all-awards-block .insight-card .insight-author{font-family:"Open Sans",sans-serif;font-size:14px;line-height:20px;color:#555}.pager{justify-content:flex-end}.paragraph--type--all-awards-block,.paragraph--type--all-news-block{margin-top:0}.paragraph--type--all-awards-block .insight-card img{max-height:140px;min-height:140px;width:100%;object-fit:contain}.paragraph--type--all-awards-block .insight-card .insight-card-title a{color:#fff;font-size:14px;font-weight:600;line-height:20px}.paragraph--type--all-awards-block .insight-card .insight-card-title a:hover{text-decoration:none;color:#fff}.paragraph--type--all-news-block .news-list{display:flex;flex-wrap:nowrap;gap:44px;flex:1 0 0}@media(max-width: 519.98px){.paragraph--type--all-news-block .news-list{flex-direction:column}}.paragraph--type--all-news-block .news-list .news-list-image{width:310px}@media(max-width: 519.98px){.paragraph--type--all-news-block .news-list .news-list-image{width:100%}}.paragraph--type--all-news-block .news-list .news-list-image img{width:310px;height:198px;object-fit:cover;aspect-ratio:auto;vertical-align:top}@media(max-width: 519.98px){.paragraph--type--all-news-block .news-list .news-list-image img{width:100%}}.paragraph--type--search-results-block{margin-top:60px}.paragraph--type--search-results-block .viewsreference--view-title{display:none}.paragraph--type--search-results-block .sidebar-filters{top:0}@media(max-width: 919.98px){.paragraph--type--search-results-block .sidebar-filters{top:60px}}.paragraph--type--search-results-block .fieldset-wrapper{border-top:1px solid #d9d9d9}.paragraph--type--search-results-block .pager{justify-content:flex-end}@media(max-width: 919.98px){.paragraph--type--search-results-block .pager{justify-content:center}}.paragraph--type--search-results-block .search-results-display .form-item-search-api-fulltext{display:none}.paragraph--type--search-results-block .search-results-display .form-item-sort-by{display:none}.paragraph--type--search-results-block .search-results-display .form-item-sort-order{display:none}.paragraph--type--search-results-block .search-results-display .search-card{margin-bottom:30px}.paragraph--type--search-results-block .search-results-display .field-content .col-img{display:flex;align-content:flex-end;flex-wrap:wrap}.paragraph--type--search-results-block .search-results-display .field-content .col-text{border-bottom:1px solid #d9d9d9}.paragraph--type--search-results-block .search-results-display .field-content .col-text h1,.paragraph--type--search-results-block .search-results-display .field-content .col-text .h1,.paragraph--type--search-results-block .search-results-display .field-content .col-text h2,.paragraph--type--search-results-block .search-results-display .field-content .col-text .h2,.paragraph--type--search-results-block .search-results-display .field-content .col-text h3,.paragraph--type--search-results-block .search-results-display .field-content .col-text .h3,.paragraph--type--search-results-block .search-results-display .field-content .col-text h4,.paragraph--type--search-results-block .search-results-display .field-content .col-text .h4,.paragraph--type--search-results-block .search-results-display .field-content .col-text h5,.paragraph--type--search-results-block .search-results-display .field-content .col-text .h5,.paragraph--type--search-results-block .search-results-display .field-content .col-text span,.paragraph--type--search-results-block .search-results-display .field-content .col-text p{font-size:16px !important}.paragraph--type--search-results-block .search-results-display .field-content span,.paragraph--type--search-results-block .search-results-display .field-content p,.paragraph--type--search-results-block .search-results-display .field-content h3,.paragraph--type--search-results-block .search-results-display .field-content .h3{margin-bottom:20px}.paragraph--type--search-results-block .search-results-display .field-content span{display:inline-flex;width:fit-content;font-size:14px;border-radius:50px;padding:4px 12px;background:#eeeefa;color:#4e4795;border:1px solid #eeeefa;transition:border 150ms ease-out}.paragraph--type--search-results-block .search-results-display .field-content span:has(a:hover){border:1px solid #4e4795}.paragraph--type--search-results-block .search-results-display .field-content span a{color:#4e4795;text-decoration:none}.paragraph--type--search-results-block .search-results-display .field-content h3 a,.paragraph--type--search-results-block .search-results-display .field-content .h3 a{color:#000;font-weight:600;font-family:"Open Sans",sans-serif;font-size:20px;line-height:28px;text-decoration:none;transition:text-decoration 150ms ease-out,color 150ms ease-out}.paragraph--type--search-results-block .search-results-display .field-content h3 a:hover,.paragraph--type--search-results-block .search-results-display .field-content .h3 a:hover{text-decoration:underline;color:#007680}.paragraph--type--search-results-block .search-results-display .field-content p{color:#555;font-family:"Open Sans",sans-serif;font-size:16px;line-height:24px}.paragraph--type--search-results-block .search-results-display .field-content img{width:100%;height:100%;object-position:center;object-fit:cover;aspect-ratio:16/9}@media(max-width: 699.98px){.page-node-type-insight .paragraph--type--hero-plain{margin:24px 0}}.page-node-type-insight .paragraph--type--hero-plain .banner_content{padding-bottom:40px}@media(max-width: 699.98px){.page-node-type-insight .paragraph--type--hero-plain .banner_content{padding-bottom:16px}}@media(max-width: 699.98px){.page-node-type-insight .paragraph--type--hero-plain h1,.page-node-type-insight .paragraph--type--hero-plain .h1{margin-bottom:16px}}.page-node-type-insight .paragraph--type--hero-plain .lables{margin-bottom:40px}@media(max-width: 699.98px){.page-node-type-insight .paragraph--type--hero-plain .lables{margin-bottom:16px}}.page-node-type-insight #block-kodak-breadcrumbs{padding-top:0;margin-bottom:75px}@media(max-width: 699.98px){.page-node-type-insight #block-kodak-breadcrumbs{margin-bottom:26px}}.page-node-type-insight .top-section-wrapper{margin-bottom:100px}@media(max-width: 699.98px){.page-node-type-insight .top-section-wrapper{margin-bottom:20px}}.page-node-type-insight .top-section-wrapper .container{max-width:1080px}.page-node-type-insight .top-section-wrapper .image-info{margin-bottom:2rem}.page-node-type-insight .top-section-wrapper .image-info img{width:100%;border-radius:8px;height:auto}.page-node-type-insight .top-section-wrapper .content-wrapper{display:flex;align-items:flex-start;justify-content:space-between}@media(max-width: 699.98px){.page-node-type-insight .top-section-wrapper .content-wrapper{flex-wrap:wrap}}.page-node-type-insight .top-section-wrapper .content-wrapper .share-info{padding-right:20px}@media(max-width: 699.98px){.page-node-type-insight .top-section-wrapper .content-wrapper .share-info{padding-right:0;flex:0 0 100%;text-align:center;margin-top:1rem}}.page-node-type-insight .top-section-wrapper .content-wrapper .share-info .title{margin-bottom:24px;font-size:14px;line-height:20px}.page-node-type-insight .pub-date{margin-left:90px;font-size:14px;font-weight:400;line-height:20px}@media(max-width: 519.98px){.page-node-type-insight .pub-date{margin-left:83px;margin-top:8px}}.page-node-type-insight .pub-date-solo{font-size:14px;font-weight:400;line-height:20px}@media(max-width: 699.98px){.page-node-type-insight .shareaholic-share-buttons-container.shareaholic-left-align{text-align:center}}.page-node-type-insight .shareaholic-share-buttons-container.shareaholic-mini:not(.shareaholic-mobile.shareaholic-bottom-align) li.shareaholic-share-button{padding:0 13px !important}.page-node-type-insight .shareaholic-share-buttons-container.shareaholic-mini:not(.shareaholic-mobile.shareaholic-bottom-align) li.shareaholic-share-button:first-child{padding-left:0 !important}.page-node-type-insight .shareaholic-share-buttons-container.shareaholic-mini:not(.shareaholic-mobile.shareaholic-bottom-align) li.shareaholic-share-button:last-child{padding-right:0 !important}.page-node-type-insight .body__content h2,.page-node-type-insight .body__content .h2,.page-node-type-insight .body__content h3,.page-node-type-insight .body__content .h3{color:#555;margin-bottom:32px}@media(max-width: 699.98px){.page-node-type-insight .body__content h2,.page-node-type-insight .body__content .h2{font-size:20px;line-height:28px;margin-bottom:20px}}.page-node-type-insight .body__content p a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small){color:teal;transition:opacity 150ms ease-in-out}.page-node-type-insight .body__content p a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small):hover{opacity:.8}.page-node-type-insight .body__content li a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small){color:teal;transition:opacity 150ms ease-in-out}.page-node-type-insight .body__content li a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small):hover{opacity:.8}.page-node-type-insight .body__content a{color:#43cbc1}.page-node-type-insight .body__content a:hover{opacity:.8}.page-node-type-insight .body__content blockquote{margin-bottom:50px}@media(max-width: 699.98px){.page-node-type-insight .body__content blockquote{margin-bottom:40px}}.page-node-type-insight .body__content blockquote p{margin-bottom:0}@media(max-width: 699.98px){.page-node-type-insight .body__content blockquote p{margin-bottom:0px}}.teaser-wrapper .insight-body-text{margin-bottom:2rem}.teaser-wrapper .insight-body-text br{display:none}@media(max-width: 699.98px){.page-node-type-news .paragraph--type--hero-plain{margin:24px 0}}.page-node-type-news .paragraph--type--hero-plain .banner_content{padding-bottom:40px}@media(max-width: 699.98px){.page-node-type-news .paragraph--type--hero-plain .banner_content{padding-bottom:16px}}@media(max-width: 699.98px){.page-node-type-news .paragraph--type--hero-plain h1,.page-node-type-news .paragraph--type--hero-plain .h1{margin-bottom:16px}}.page-node-type-news .paragraph--type--hero-plain .lables{margin-bottom:40px}@media(max-width: 699.98px){.page-node-type-news .paragraph--type--hero-plain .lables{margin-bottom:16px}}.page-node-type-news #block-kodak-breadcrumbs{padding-top:0;margin-bottom:2.5em}@media(max-width: 699.98px){.page-node-type-news #block-kodak-breadcrumbs{margin-bottom:1.5em}}.page-node-type-news .top-section-wrapper{margin-bottom:2.5em}@media(max-width: 699.98px){.page-node-type-news .top-section-wrapper{margin-bottom:1.5em}}.page-node-type-news .top-section-wrapper .image-info{text-align:center;max-width:800px;margin:0 auto;margin-bottom:2.5em}.page-node-type-news .top-section-wrapper .image-info img{max-width:100%;border-radius:8px;height:auto}.page-node-type-news .top-section-wrapper .content-wrapper{display:flex;align-items:center;justify-content:flex-start}@media(max-width: 699.98px){.page-node-type-news .top-section-wrapper .content-wrapper{flex-wrap:wrap}}.page-node-type-news .top-section-wrapper .content-wrapper .share-info{padding-right:20px}@media(max-width: 699.98px){.page-node-type-news .top-section-wrapper .content-wrapper .share-info{padding-right:0;flex:0 0 100%;text-align:center;margin-top:32px}}.page-node-type-news .top-section-wrapper .content-wrapper .share-info .title{margin-bottom:24px;font-size:14px;line-height:20px}@media(max-width: 699.98px){.page-node-type-news .shareaholic-share-buttons-container.shareaholic-left-align{text-align:center}}.page-node-type-news .shareaholic-share-buttons-container.shareaholic-mini:not(.shareaholic-mobile.shareaholic-bottom-align) li.shareaholic-share-button{padding:0 13px !important}.page-node-type-news .shareaholic-share-buttons-container.shareaholic-mini:not(.shareaholic-mobile.shareaholic-bottom-align) li.shareaholic-share-button:first-child{padding-left:0 !important}.page-node-type-news .shareaholic-share-buttons-container.shareaholic-mini:not(.shareaholic-mobile.shareaholic-bottom-align) li.shareaholic-share-button:last-child{padding-right:0 !important}.page-node-type-news .body__content h2,.page-node-type-news .body__content .h2,.page-node-type-news .body__content h3,.page-node-type-news .body__content .h3{color:#555;margin-bottom:32px}@media(max-width: 699.98px){.page-node-type-news .body__content h2,.page-node-type-news .body__content .h2{font-size:20px;line-height:28px;margin-bottom:20px}}.page-node-type-news .body__content p a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small){color:teal;transition:opacity 150ms ease-in-out}.page-node-type-news .body__content p a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small):hover{opacity:.8}.page-node-type-news .body__content li a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small){color:teal;transition:opacity 150ms ease-in-out}.page-node-type-news .body__content li a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small):hover{opacity:.8}.page-node-type-news .body__content blockquote{margin-bottom:50px}@media(max-width: 699.98px){.page-node-type-news .body__content blockquote{margin-bottom:40px}}.page-node-type-news .body__content blockquote p{margin-bottom:0}@media(max-width: 699.98px){.page-node-type-news .body__content blockquote p{margin-bottom:0px}}.page-node-type-news .body__content blockquote p a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small){color:teal;transition:opacity 150ms ease-in-out}.page-node-type-news .body__content blockquote p a:not(.hyperlink-dark-gray):not(.hyperlink-white):not(.primary-button-medium):not(.primary-button-small):not(.secondary-button-white-medium):not(.secondary-button-white-small):not(.secondary-button-teal-medium):not(.secondary-button-teal-small):not(.tertiary-pdf-medium):not(.tertiary-pdf-small):hover{opacity:.8}.sitemap .sitemap-item{margin-bottom:0 !important}.sitemap ul{margin-bottom:0 !important}.sitemap a{color:#000;text-decoration:none}.sitemap a:hover{color:#007680;text-decoration:underline}

/*# sourceMappingURL=main.css.map*/