/*!
 * Bootstrap custom build via npm package
 * @see node_modules/bootstrap
 */:root,[data-bs-theme=light]{--c-blue: #0d6efd;--c-indigo: #6610f2;--c-purple: #6f42c1;--c-pink: #d63384;--c-red: #dc3545;--c-orange: #fd7e14;--c-yellow: #ffc107;--c-green: #198754;--c-teal: #20c997;--c-cyan: #0dcaf0;--c-black: #000;--c-white: #fff;--c-gray: #6c757d;--c-gray-dark: #343a40;--c-gray-100: #f8f9fa;--c-gray-200: #e9ecef;--c-gray-300: #dee2e6;--c-gray-400: #ced4da;--c-gray-500: #adb5bd;--c-gray-600: #6c757d;--c-gray-700: #495057;--c-gray-800: #343a40;--c-gray-900: #212529;--c-primary: #DFCB96;--c-secondary: #6c757d;--c-success: #198754;--c-info: #0dcaf0;--c-warning: #ffc107;--c-danger: #dc3545;--c-light: #f8f9fa;--c-dark: #27241A;--c-primary-rgb: 223, 203, 150;--c-secondary-rgb: 108, 117, 125;--c-success-rgb: 25, 135, 84;--c-info-rgb: 13, 202, 240;--c-warning-rgb: 255, 193, 7;--c-danger-rgb: 220, 53, 69;--c-light-rgb: 248, 249, 250;--c-dark-rgb: 39, 36, 26;--c-primary-text-emphasis: #59513c;--c-secondary-text-emphasis: #2b2f32;--c-success-text-emphasis: #0a3622;--c-info-text-emphasis: #055160;--c-warning-text-emphasis: #664d03;--c-danger-text-emphasis: #58151c;--c-light-text-emphasis: #495057;--c-dark-text-emphasis: #495057;--c-primary-bg-subtle: #f9f5ea;--c-secondary-bg-subtle: #e2e3e5;--c-success-bg-subtle: #d1e7dd;--c-info-bg-subtle: #cff4fc;--c-warning-bg-subtle: #fff3cd;--c-danger-bg-subtle: #f8d7da;--c-light-bg-subtle: #fcfcfd;--c-dark-bg-subtle: #ced4da;--c-primary-border-subtle: #f2ead5;--c-secondary-border-subtle: #c4c8cb;--c-success-border-subtle: #a3cfbb;--c-info-border-subtle: #9eeaf9;--c-warning-border-subtle: #ffe69c;--c-danger-border-subtle: #f1aeb5;--c-light-border-subtle: #e9ecef;--c-dark-border-subtle: #adb5bd;--c-white-rgb: 255, 255, 255;--c-black-rgb: 0, 0, 0;--c-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";--c-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--c-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--c-body-font-family: var(--c-font-sans-serif);--c-body-font-size:1rem;--c-body-font-weight: 400;--c-body-line-height: 1.5;--c-body-color: #333;--c-body-color-rgb: 51, 51, 51;--c-body-bg: #fff;--c-body-bg-rgb: 255, 255, 255;--c-emphasis-color: #000;--c-emphasis-color-rgb: 0, 0, 0;--c-secondary-color: rgba(51, 51, 51, 0.75);--c-secondary-color-rgb: 51, 51, 51;--c-secondary-bg: #e9ecef;--c-secondary-bg-rgb: 233, 236, 239;--c-tertiary-color: rgba(51, 51, 51, 0.5);--c-tertiary-color-rgb: 51, 51, 51;--c-tertiary-bg: #f8f9fa;--c-tertiary-bg-rgb: 248, 249, 250;--c-heading-color: inherit;--c-link-color: #DFCB96;--c-link-color-rgb: 223, 203, 150;--c-link-decoration: underline;--c-link-hover-color: #b2a278;--c-link-hover-color-rgb: 178, 162, 120;--c-code-color: #d63384;--c-highlight-color: #333;--c-highlight-bg: #fff3cd;--c-border-width: 1px;--c-border-style: solid;--c-border-color: #dee2e6;--c-border-color-translucent: rgba(0, 0, 0, 0.175);--c-border-radius: 0.4rem;--c-border-radius-sm: 6px;--c-border-radius-lg: 16px;--c-border-radius-xl: 24px;--c-border-radius-xxl: 2rem;--c-border-radius-2xl: var(--c-border-radius-xxl);--c-border-radius-pill: 50rem;--c-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--c-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--c-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--c-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--c-focus-ring-width: 0.25rem;--c-focus-ring-opacity: 0.25;--c-focus-ring-color: rgba(223, 203, 150, 0.25);--c-form-valid-color: #198754;--c-form-valid-border-color: #198754;--c-form-invalid-color: #dc3545;--c-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--c-body-color: #dee2e6;--c-body-color-rgb: 222, 226, 230;--c-body-bg: #212529;--c-body-bg-rgb: 33, 37, 41;--c-emphasis-color: #fff;--c-emphasis-color-rgb: 255, 255, 255;--c-secondary-color: rgba(222, 226, 230, 0.75);--c-secondary-color-rgb: 222, 226, 230;--c-secondary-bg: #343a40;--c-secondary-bg-rgb: 52, 58, 64;--c-tertiary-color: rgba(222, 226, 230, 0.5);--c-tertiary-color-rgb: 222, 226, 230;--c-tertiary-bg: #2b3035;--c-tertiary-bg-rgb: 43, 48, 53;--c-primary-text-emphasis: #ece0c0;--c-secondary-text-emphasis: #a7acb1;--c-success-text-emphasis: #75b798;--c-info-text-emphasis: #6edff6;--c-warning-text-emphasis: #ffda6a;--c-danger-text-emphasis: #ea868f;--c-light-text-emphasis: #f8f9fa;--c-dark-text-emphasis: #dee2e6;--c-primary-bg-subtle: #2d291e;--c-secondary-bg-subtle: #161719;--c-success-bg-subtle: #051b11;--c-info-bg-subtle: #032830;--c-warning-bg-subtle: #332701;--c-danger-bg-subtle: #2c0b0e;--c-light-bg-subtle: #343a40;--c-dark-bg-subtle: #1a1d20;--c-primary-border-subtle: #867a5a;--c-secondary-border-subtle: #41464b;--c-success-border-subtle: #0f5132;--c-info-border-subtle: #087990;--c-warning-border-subtle: #997404;--c-danger-border-subtle: #842029;--c-light-border-subtle: #495057;--c-dark-border-subtle: #343a40;--c-heading-color: inherit;--c-link-color: #ece0c0;--c-link-hover-color: #f0e6cd;--c-link-color-rgb: 236, 224, 192;--c-link-hover-color-rgb: 240, 230, 205;--c-code-color: #e685b5;--c-highlight-color: #dee2e6;--c-highlight-bg: #664d03;--c-border-color: #495057;--c-border-color-translucent: rgba(255, 255, 255, 0.15);--c-form-valid-color: #75b798;--c-form-valid-border-color: #75b798;--c-form-invalid-color: #ea868f;--c-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(--c-body-font-family);font-size:var(--c-body-font-size);font-weight:var(--c-body-font-weight);line-height:var(--c-body-line-height);color:var(--c-body-color);text-align:var(--c-body-text-align);background-color:var(--c-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(--c-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(--c-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]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;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(--c-highlight-color);background-color:var(--c-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(--c-link-color-rgb), var(--c-link-opacity, 1));text-decoration:underline}a:hover{--c-link-color-rgb: var(--c-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(--c-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(--c-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--c-body-bg);background-color:var(--c-body-color);border-radius:6px}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(--c-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;line-height:inherit;font-size:calc(1.275rem + 0.3vw)}@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}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1)}::-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-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw)}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw)}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw)}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw)}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-weight:300;line-height:1.2;font-size:calc(1.425rem + 2.1vw)}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-weight:300;line-height:1.2;font-size:calc(1.375rem + 1.5vw)}@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:"— "}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--c-gutter-x: 1.5rem;--c-gutter-y: 0;width:100%;padding-right:calc(var(--c-gutter-x)*.5);padding-left:calc(var(--c-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container-sm,.container{max-width:540px}}@media(min-width: 768px){.container-md,.container-sm,.container{max-width:720px}}@media(min-width: 992px){.container-lg,.container-md,.container-sm,.container{max-width:960px}}@media(min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1140px}}@media(min-width: 1400px){.container-xxl,.container-xl,.container-lg,.container-md,.container-sm,.container{max-width:1320px}}:root{--c-breakpoint-xs: 0;--c-breakpoint-sm: 576px;--c-breakpoint-md: 768px;--c-breakpoint-lg: 992px;--c-breakpoint-xl: 1200px;--c-breakpoint-xxl: 1400px}.row{--c-gutter-x: 1.5rem;--c-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--c-gutter-y));margin-right:calc(-0.5*var(--c-gutter-x));margin-left:calc(-0.5*var(--c-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--c-gutter-x)*.5);padding-left:calc(var(--c-gutter-x)*.5);margin-top:var(--c-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{--c-gutter-x: 0}.g-0,.gy-0{--c-gutter-y: 0}.g-1,.gx-1{--c-gutter-x: 0.25rem}.g-1,.gy-1{--c-gutter-y: 0.25rem}.g-2,.gx-2{--c-gutter-x: 0.5rem}.g-2,.gy-2{--c-gutter-y: 0.5rem}.g-3,.gx-3{--c-gutter-x: 1rem}.g-3,.gy-3{--c-gutter-y: 1rem}.g-4,.gx-4{--c-gutter-x: 1.5rem}.g-4,.gy-4{--c-gutter-y: 1.5rem}.g-5,.gx-5{--c-gutter-x: 3rem}.g-5,.gy-5{--c-gutter-y: 3rem}@media(min-width: 576px){.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{--c-gutter-x: 0}.g-sm-0,.gy-sm-0{--c-gutter-y: 0}.g-sm-1,.gx-sm-1{--c-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--c-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--c-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--c-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--c-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--c-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--c-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--c-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--c-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--c-gutter-y: 3rem}}@media(min-width: 768px){.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{--c-gutter-x: 0}.g-md-0,.gy-md-0{--c-gutter-y: 0}.g-md-1,.gx-md-1{--c-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--c-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--c-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--c-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--c-gutter-x: 1rem}.g-md-3,.gy-md-3{--c-gutter-y: 1rem}.g-md-4,.gx-md-4{--c-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--c-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--c-gutter-x: 3rem}.g-md-5,.gy-md-5{--c-gutter-y: 3rem}}@media(min-width: 992px){.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{--c-gutter-x: 0}.g-lg-0,.gy-lg-0{--c-gutter-y: 0}.g-lg-1,.gx-lg-1{--c-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--c-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--c-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--c-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--c-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--c-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--c-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--c-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--c-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--c-gutter-y: 3rem}}@media(min-width: 1200px){.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{--c-gutter-x: 0}.g-xl-0,.gy-xl-0{--c-gutter-y: 0}.g-xl-1,.gx-xl-1{--c-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--c-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--c-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--c-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--c-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--c-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--c-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--c-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--c-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--c-gutter-y: 3rem}}@media(min-width: 1400px){.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{--c-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--c-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--c-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--c-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--c-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--c-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--c-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--c-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--c-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--c-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--c-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--c-gutter-y: 3rem}}.table{--c-table-color-type: initial;--c-table-bg-type: initial;--c-table-color-state: initial;--c-table-bg-state: initial;--c-table-color: var(--c-emphasis-color);--c-table-bg: var(--c-body-bg);--c-table-border-color: var(--c-border-color);--c-table-accent-bg: transparent;--c-table-striped-color: var(--c-emphasis-color);--c-table-striped-bg: rgba(var(--c-emphasis-color-rgb), 0.05);--c-table-active-color: var(--c-emphasis-color);--c-table-active-bg: rgba(var(--c-emphasis-color-rgb), 0.1);--c-table-hover-color: var(--c-emphasis-color);--c-table-hover-bg: rgba(var(--c-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--c-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--c-table-color-state, var(--c-table-color-type, var(--c-table-color)));background-color:var(--c-table-bg);border-bottom-width:var(--c-border-width);box-shadow:inset 0 0 0 9999px var(--c-table-bg-state, var(--c-table-bg-type, var(--c-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--c-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--c-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--c-border-width)}.table-borderless>:not(caption)>*>*{border-bottom-width:0}.table-borderless>:not(:first-child){border-top-width:0}.table-striped>tbody>tr:nth-of-type(odd)>*{--c-table-color-type: var(--c-table-striped-color);--c-table-bg-type: var(--c-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--c-table-color-type: var(--c-table-striped-color);--c-table-bg-type: var(--c-table-striped-bg)}.table-active{--c-table-color-state: var(--c-table-active-color);--c-table-bg-state: var(--c-table-active-bg)}.table-hover>tbody>tr:hover>*{--c-table-color-state: var(--c-table-hover-color);--c-table-bg-state: var(--c-table-hover-bg)}.table-primary{--c-table-color: #000;--c-table-bg: #f9f5ea;--c-table-border-color: #c7c4bb;--c-table-striped-bg: #ede9de;--c-table-striped-color: #000;--c-table-active-bg: #e0ddd3;--c-table-active-color: #000;--c-table-hover-bg: #e6e3d8;--c-table-hover-color: #000;color:var(--c-table-color);border-color:var(--c-table-border-color)}.table-secondary{--c-table-color: #000;--c-table-bg: #e2e3e5;--c-table-border-color: #b5b6b7;--c-table-striped-bg: #d7d8da;--c-table-striped-color: #000;--c-table-active-bg: #cbccce;--c-table-active-color: #000;--c-table-hover-bg: #d1d2d4;--c-table-hover-color: #000;color:var(--c-table-color);border-color:var(--c-table-border-color)}.table-success{--c-table-color: #000;--c-table-bg: #d1e7dd;--c-table-border-color: #a7b9b1;--c-table-striped-bg: #c7dbd2;--c-table-striped-color: #000;--c-table-active-bg: #bcd0c7;--c-table-active-color: #000;--c-table-hover-bg: #c1d6cc;--c-table-hover-color: #000;color:var(--c-table-color);border-color:var(--c-table-border-color)}.table-info{--c-table-color: #000;--c-table-bg: #cff4fc;--c-table-border-color: #a6c3ca;--c-table-striped-bg: #c5e8ef;--c-table-striped-color: #000;--c-table-active-bg: #badce3;--c-table-active-color: #000;--c-table-hover-bg: #bfe2e9;--c-table-hover-color: #000;color:var(--c-table-color);border-color:var(--c-table-border-color)}.table-warning{--c-table-color: #000;--c-table-bg: #fff3cd;--c-table-border-color: #ccc2a4;--c-table-striped-bg: #f2e7c3;--c-table-striped-color: #000;--c-table-active-bg: #e6dbb9;--c-table-active-color: #000;--c-table-hover-bg: #ece1be;--c-table-hover-color: #000;color:var(--c-table-color);border-color:var(--c-table-border-color)}.table-danger{--c-table-color: #000;--c-table-bg: #f8d7da;--c-table-border-color: #c6acae;--c-table-striped-bg: #eccccf;--c-table-striped-color: #000;--c-table-active-bg: #dfc2c4;--c-table-active-color: #000;--c-table-hover-bg: #e5c7ca;--c-table-hover-color: #000;color:var(--c-table-color);border-color:var(--c-table-border-color)}.table-light{--c-table-color: #000;--c-table-bg: #f8f9fa;--c-table-border-color: #c6c7c8;--c-table-striped-bg: #ecedee;--c-table-striped-color: #000;--c-table-active-bg: #dfe0e1;--c-table-active-color: #000;--c-table-hover-bg: #e5e6e7;--c-table-hover-color: #000;color:var(--c-table-color);border-color:var(--c-table-border-color)}.table-dark{--c-table-color: #fff;--c-table-bg: #27241A;--c-table-border-color: #525048;--c-table-striped-bg: #322f25;--c-table-striped-color: #fff;--c-table-active-bg: #3d3a31;--c-table-active-color: #fff;--c-table-hover-bg: #37342b;--c-table-hover-color: #fff;color:var(--c-table-color);border-color:var(--c-table-border-color)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch}@media(max-width: 575.98px){.table-responsive-sm{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 767.98px){.table-responsive-md{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 991.98px){.table-responsive-lg{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1199.98px){.table-responsive-xl{overflow-x:auto;-webkit-overflow-scrolling:touch}}@media(max-width: 1399.98px){.table-responsive-xxl{overflow-x:auto;-webkit-overflow-scrolling:touch}}.form-label{margin-bottom:.5rem}.col-form-label{padding-top:calc(0.375rem + var(--c-border-width));padding-bottom:calc(0.375rem + var(--c-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + var(--c-border-width));padding-bottom:calc(0.5rem + var(--c-border-width));font-size:1.125rem}.col-form-label-sm{padding-top:calc(0.25rem + var(--c-border-width));padding-bottom:calc(0.25rem + var(--c-border-width));font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:var(--c-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--c-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--c-body-bg);background-clip:padding-box;border:var(--c-border-width) solid var(--c-border-color);border-radius:var(--c-border-radius);box-shadow:var(--c-box-shadow-inset);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-control{transition:none}}.form-control[type=file]{overflow:hidden}.form-control[type=file]:not(:disabled):not([readonly]){cursor:pointer}.form-control:focus{color:var(--c-body-color);background-color:var(--c-body-bg);border-color:#efe5cb;outline:0;box-shadow:var(--c-box-shadow-inset),0 0 0 .25rem rgba(223,203,150,.25)}.form-control::-webkit-date-and-time-value{min-width:85px;height:1.5em;margin:0}.form-control::-webkit-datetime-edit{display:block;padding:0}.form-control::-moz-placeholder{color:var(--c-secondary-color);opacity:1}.form-control::placeholder{color:var(--c-secondary-color);opacity:1}.form-control:disabled{background-color:var(--c-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:var(--c-body-color);background-color:var(--c-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--c-border-width);border-radius:0;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){.form-control::file-selector-button{transition:none}}.form-control:hover:not(:disabled):not([readonly])::file-selector-button{background-color:var(--c-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--c-body-color);background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:var(--c-border-width) 0}.form-control-plaintext:focus{outline:0}.form-control-plaintext.form-control-sm,.form-control-plaintext.form-control-lg{padding-right:0;padding-left:0}.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--c-border-width) * 2));padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--c-border-radius-sm)}.form-control-sm::file-selector-button{padding:.25rem .5rem;margin:-0.25rem -0.5rem;margin-inline-end:.5rem}.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--c-border-width) * 2));padding:.5rem 1rem;font-size:1.125rem;border-radius:var(--c-border-radius-lg)}.form-control-lg::file-selector-button{padding:.5rem 1rem;margin:-0.5rem -1rem;margin-inline-end:1rem}textarea.form-control{min-height:calc(1.5em + 0.75rem + calc(var(--c-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--c-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--c-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + calc(var(--c-border-width) * 2));padding:.375rem}.form-control-color:not(:disabled):not([readonly]){cursor:pointer}.form-control-color::-moz-color-swatch{border:0 !important;border-radius:var(--c-border-radius)}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:var(--c-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(var(--c-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--c-border-width) * 2))}.form-select{--c-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");display:block;width:100%;padding:.375rem 2.25rem .375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--c-body-color);-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--c-body-bg);background-image:var(--c-form-select-bg-img),var(--c-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--c-border-width) solid var(--c-border-color);border-radius:var(--c-border-radius);box-shadow:var(--c-box-shadow-inset);transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-select{transition:none}}.form-select:focus{border-color:#efe5cb;outline:0;box-shadow:var(--c-box-shadow-inset),0 0 0 .25rem rgba(223,203,150,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--c-secondary-bg)}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--c-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:var(--c-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.125rem;border-radius:var(--c-border-radius-lg)}[data-bs-theme=dark] .form-select{--c-form-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23dee2e6' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e")}.form-check{display:block;min-height:1.5rem;padding-left:1.5em;margin-bottom:.125rem}.form-check .form-check-input{float:left;margin-left:-1.5em}.form-check-reverse{padding-right:1.5em;padding-left:0;text-align:right}.form-check-reverse .form-check-input{float:right;margin-right:-1.5em;margin-left:0}.form-check-input{--c-form-check-bg: var(--c-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--c-form-check-bg);background-image:var(--c-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--c-border-width) solid var(--c-border-color);-webkit-print-color-adjust:exact;print-color-adjust:exact}.form-check-input[type=checkbox]{border-radius:.25em}.form-check-input[type=radio]{border-radius:50%}.form-check-input:active{filter:brightness(90%)}.form-check-input:focus{border-color:#efe5cb;outline:0;box-shadow:0 0 0 .25rem rgba(223,203,150,.25)}.form-check-input:checked{background-color:#dfcb96;border-color:#dfcb96}.form-check-input:checked[type=checkbox]{--c-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e")}.form-check-input:checked[type=radio]{--c-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e")}.form-check-input[type=checkbox]:indeterminate{background-color:#dfcb96;border-color:#dfcb96;--c-form-check-bg-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e")}.form-check-input:disabled{pointer-events:none;filter:none;opacity:.5}.form-check-input[disabled]~.form-check-label,.form-check-input:disabled~.form-check-label{cursor:default;opacity:.5}.form-switch{padding-left:2.5em}.form-switch .form-check-input{--c-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");width:2em;margin-left:-2.5em;background-image:var(--c-form-switch-bg);background-position:left center;border-radius:2em;transition:background-position .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-switch .form-check-input{transition:none}}.form-switch .form-check-input:focus{--c-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23efe5cb'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--c-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")}.form-switch.form-check-reverse{padding-right:2.5em;padding-left:0}.form-switch.form-check-reverse .form-check-input{margin-right:-2.5em;margin-left:0}.form-check-inline{display:inline-block;margin-right:1rem}.btn-check{position:absolute;clip:rect(0, 0, 0, 0);pointer-events:none}.btn-check[disabled]+.btn,.btn-check:disabled+.btn{pointer-events:none;filter:none;opacity:.65}[data-bs-theme=dark] .form-switch .form-check-input:not(:checked):not(:focus){--c-form-switch-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%28255, 255, 255, 0.25%29'/%3e%3c/svg%3e")}.form-range{width:100%;height:1.5rem;padding:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:rgba(0,0,0,0)}.form-range:focus{outline:0}.form-range:focus::-webkit-slider-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(223,203,150,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(223,203,150,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;-webkit-appearance:none;appearance:none;background-color:#dfcb96;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-webkit-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-webkit-slider-thumb{-webkit-transition:none;transition:none}}.form-range::-webkit-slider-thumb:active{background-color:#f5efe0}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--c-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem;box-shadow:var(--c-box-shadow-inset)}.form-range::-moz-range-thumb{width:1rem;height:1rem;-moz-appearance:none;appearance:none;background-color:#dfcb96;border:0;border-radius:1rem;box-shadow:0 .1rem .25rem rgba(0,0,0,.1);-moz-transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;transition:background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.form-range::-moz-range-thumb{-moz-transition:none;transition:none}}.form-range::-moz-range-thumb:active{background-color:#f5efe0}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--c-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem;box-shadow:var(--c-box-shadow-inset)}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--c-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--c-secondary-color)}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-control-plaintext,.form-floating>.form-select{height:calc(3.5rem + calc(var(--c-border-width) * 2));min-height:calc(3.5rem + calc(var(--c-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;max-width:100%;height:100%;padding:1rem .75rem;overflow:hidden;color:rgba(var(--c-body-color-rgb), 0.65);text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--c-border-width) solid rgba(0,0,0,0);transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}@media(prefers-reduced-motion: reduce){.form-floating>label{transition:none}}.form-floating>.form-control,.form-floating>.form-control-plaintext{padding:1rem .75rem}.form-floating>.form-control::-moz-placeholder, .form-floating>.form-control-plaintext::-moz-placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.form-floating>.form-control:not(:-moz-placeholder-shown), .form-floating>.form-control-plaintext:not(:-moz-placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:focus,.form-floating>.form-control:not(:placeholder-shown),.form-floating>.form-control-plaintext:focus,.form-floating>.form-control-plaintext:not(:placeholder-shown){padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-control:-webkit-autofill,.form-floating>.form-control-plaintext:-webkit-autofill{padding-top:1.625rem;padding-bottom:.625rem}.form-floating>.form-select{padding-top:1.625rem;padding-bottom:.625rem;padding-left:.75rem}.form-floating>.form-control:not(:-moz-placeholder-shown)~label{transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus~label,.form-floating>.form-control:not(:placeholder-shown)~label,.form-floating>.form-control-plaintext~label,.form-floating>.form-select~label{transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:-webkit-autofill~label{transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>textarea:not(:-moz-placeholder-shown)~label::after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--c-body-bg);border-radius:var(--c-border-radius)}.form-floating>textarea:focus~label::after,.form-floating>textarea:not(:placeholder-shown)~label::after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--c-body-bg);border-radius:var(--c-border-radius)}.form-floating>textarea:disabled~label::after{background-color:var(--c-secondary-bg)}.form-floating>.form-control-plaintext~label{border-width:var(--c-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.input-group{position:relative;display:flex;flex-wrap:wrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>.form-select,.input-group>.form-floating{position:relative;flex:1 1 auto;width:1%;min-width:0}.input-group>.form-control:focus,.input-group>.form-select:focus,.input-group>.form-floating:focus-within{z-index:5}.input-group .btn{position:relative;z-index:2}.input-group .btn:focus{z-index:5}.input-group-text{display:flex;align-items:center;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--c-body-color);text-align:center;white-space:nowrap;background-color:var(--c-tertiary-bg);border:var(--c-border-width) solid var(--c-border-color);border-radius:var(--c-border-radius)}.input-group-lg>.form-control,.input-group-lg>.form-select,.input-group-lg>.input-group-text,.input-group-lg>.btn{padding:.5rem 1rem;font-size:1.125rem;border-radius:var(--c-border-radius-lg)}.input-group-sm>.form-control,.input-group-sm>.form-select,.input-group-sm>.input-group-text,.input-group-sm>.btn{padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--c-border-radius-sm)}.input-group-lg>.form-select,.input-group-sm>.form-select{padding-right:3rem}.input-group:not(.has-validation)>:not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group:not(.has-validation)>.dropdown-toggle:nth-last-child(n+3),.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-control,.input-group:not(.has-validation)>.form-floating:not(:last-child)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group.has-validation>:nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),.input-group.has-validation>.dropdown-toggle:nth-last-child(n+4),.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-control,.input-group.has-validation>.form-floating:nth-last-child(n+3)>.form-select{border-top-right-radius:0;border-bottom-right-radius:0}.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback){margin-left:calc(-1*var(--c-border-width));border-top-left-radius:0;border-bottom-left-radius:0}.input-group>.form-floating:not(:first-child)>.form-control,.input-group>.form-floating:not(:first-child)>.form-select{border-top-left-radius:0;border-bottom-left-radius:0}.valid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:var(--c-form-valid-color)}.valid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:var(--c-success);border-radius:var(--c-border-radius)}.was-validated :valid~.valid-feedback,.was-validated :valid~.valid-tooltip,.is-valid~.valid-feedback,.is-valid~.valid-tooltip{display:block}.was-validated .form-control:valid,.form-control.is-valid{border-color:var(--c-form-valid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:valid:focus,.form-control.is-valid:focus{border-color:var(--c-form-valid-border-color);box-shadow:var(--c-box-shadow-inset),0 0 0 .25rem rgba(var(--c-success-rgb), 0.25)}.was-validated textarea.form-control:valid,textarea.form-control.is-valid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:valid,.form-select.is-valid{border-color:var(--c-form-valid-border-color)}.was-validated .form-select:valid:not([multiple]):not([size]),.was-validated .form-select:valid:not([multiple])[size="1"],.form-select.is-valid:not([multiple]):not([size]),.form-select.is-valid:not([multiple])[size="1"]{--c-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:valid:focus,.form-select.is-valid:focus{border-color:var(--c-form-valid-border-color);box-shadow:var(--c-box-shadow-inset),0 0 0 .25rem rgba(var(--c-success-rgb), 0.25)}.was-validated .form-control-color:valid,.form-control-color.is-valid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:valid,.form-check-input.is-valid{border-color:var(--c-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--c-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--c-success-rgb), 0.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--c-form-valid-color)}.form-check-inline .form-check-input~.valid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):valid,.input-group>.form-control:not(:focus).is-valid,.was-validated .input-group>.form-select:not(:focus):valid,.input-group>.form-select:not(:focus).is-valid,.was-validated .input-group>.form-floating:not(:focus-within):valid,.input-group>.form-floating:not(:focus-within).is-valid{z-index:3}.invalid-feedback{display:none;width:100%;margin-top:.25rem;font-size:0.875em;color:var(--c-form-invalid-color)}.invalid-tooltip{position:absolute;top:100%;z-index:5;display:none;max-width:100%;padding:.25rem .5rem;margin-top:.1rem;font-size:0.875rem;color:#fff;background-color:var(--c-danger);border-radius:var(--c-border-radius)}.was-validated :invalid~.invalid-feedback,.was-validated :invalid~.invalid-tooltip,.is-invalid~.invalid-feedback,.is-invalid~.invalid-tooltip{display:block}.was-validated .form-control:invalid,.form-control.is-invalid{border-color:var(--c-form-invalid-border-color);padding-right:calc(1.5em + 0.75rem);background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right calc(0.375em + 0.1875rem) center;background-size:calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-control:invalid:focus,.form-control.is-invalid:focus{border-color:var(--c-form-invalid-border-color);box-shadow:var(--c-box-shadow-inset),0 0 0 .25rem rgba(var(--c-danger-rgb), 0.25)}.was-validated textarea.form-control:invalid,textarea.form-control.is-invalid{padding-right:calc(1.5em + 0.75rem);background-position:top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem)}.was-validated .form-select:invalid,.form-select.is-invalid{border-color:var(--c-form-invalid-border-color)}.was-validated .form-select:invalid:not([multiple]):not([size]),.was-validated .form-select:invalid:not([multiple])[size="1"],.form-select.is-invalid:not([multiple]):not([size]),.form-select.is-invalid:not([multiple])[size="1"]{--c-form-select-bg-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");padding-right:4.125rem;background-position:right .75rem center,center right 2.25rem;background-size:16px 12px,calc(0.75em + 0.375rem) calc(0.75em + 0.375rem)}.was-validated .form-select:invalid:focus,.form-select.is-invalid:focus{border-color:var(--c-form-invalid-border-color);box-shadow:var(--c-box-shadow-inset),0 0 0 .25rem rgba(var(--c-danger-rgb), 0.25)}.was-validated .form-control-color:invalid,.form-control-color.is-invalid{width:calc(3rem + calc(1.5em + 0.75rem))}.was-validated .form-check-input:invalid,.form-check-input.is-invalid{border-color:var(--c-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--c-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--c-danger-rgb), 0.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--c-form-invalid-color)}.form-check-inline .form-check-input~.invalid-feedback{margin-left:.5em}.was-validated .input-group>.form-control:not(:focus):invalid,.input-group>.form-control:not(:focus).is-invalid,.was-validated .input-group>.form-select:not(:focus):invalid,.input-group>.form-select:not(:focus).is-invalid,.was-validated .input-group>.form-floating:not(:focus-within):invalid,.input-group>.form-floating:not(:focus-within).is-invalid{z-index:4}.btn{--c-btn-padding-x: 0.75rem;--c-btn-padding-y: 0.375rem;--c-btn-font-family: ;--c-btn-font-size:1rem;--c-btn-font-weight: 400;--c-btn-line-height: 1.5;--c-btn-color: var(--c-body-color);--c-btn-bg: transparent;--c-btn-border-width: var(--c-border-width);--c-btn-border-color: transparent;--c-btn-border-radius: var(--c-border-radius);--c-btn-hover-border-color: transparent;--c-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--c-btn-disabled-opacity: 0.65;--c-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--c-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--c-btn-padding-y) var(--c-btn-padding-x);font-family:var(--c-btn-font-family);font-size:var(--c-btn-font-size);font-weight:var(--c-btn-font-weight);line-height:var(--c-btn-line-height);color:var(--c-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:var(--c-btn-border-width) solid var(--c-btn-border-color);border-radius:var(--c-btn-border-radius);background-color:var(--c-btn-bg);box-shadow:var(--c-btn-box-shadow);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(--c-btn-hover-color);background-color:var(--c-btn-hover-bg);border-color:var(--c-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--c-btn-color);background-color:var(--c-btn-bg);border-color:var(--c-btn-border-color)}.btn:focus-visible{color:var(--c-btn-hover-color);background-color:var(--c-btn-hover-bg);border-color:var(--c-btn-hover-border-color);outline:0;box-shadow:var(--c-btn-box-shadow),var(--c-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--c-btn-hover-border-color);outline:0;box-shadow:var(--c-btn-box-shadow),var(--c-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--c-btn-active-color);background-color:var(--c-btn-active-bg);border-color:var(--c-btn-active-border-color);box-shadow:var(--c-btn-active-shadow)}.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(--c-btn-active-shadow),var(--c-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--c-btn-active-shadow),var(--c-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--c-btn-disabled-color);pointer-events:none;background-color:var(--c-btn-disabled-bg);border-color:var(--c-btn-disabled-border-color);opacity:var(--c-btn-disabled-opacity);box-shadow:none}.btn-primary{--c-btn-color: #000;--c-btn-bg: #DFCB96;--c-btn-border-color: #DFCB96;--c-btn-hover-color: #000;--c-btn-hover-bg: #e4d3a6;--c-btn-hover-border-color: #e2d0a1;--c-btn-focus-shadow-rgb: 190, 173, 128;--c-btn-active-color: #000;--c-btn-active-bg: #e5d5ab;--c-btn-active-border-color: #e2d0a1;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #000;--c-btn-disabled-bg: #DFCB96;--c-btn-disabled-border-color: #DFCB96}.btn-secondary{--c-btn-color: #fff;--c-btn-bg: #6c757d;--c-btn-border-color: #6c757d;--c-btn-hover-color: #fff;--c-btn-hover-bg: #5c636a;--c-btn-hover-border-color: #565e64;--c-btn-focus-shadow-rgb: 130, 138, 145;--c-btn-active-color: #fff;--c-btn-active-bg: #565e64;--c-btn-active-border-color: #51585e;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #fff;--c-btn-disabled-bg: #6c757d;--c-btn-disabled-border-color: #6c757d}.btn-success{--c-btn-color: #fff;--c-btn-bg: #198754;--c-btn-border-color: #198754;--c-btn-hover-color: #fff;--c-btn-hover-bg: #157347;--c-btn-hover-border-color: #146c43;--c-btn-focus-shadow-rgb: 60, 153, 110;--c-btn-active-color: #fff;--c-btn-active-bg: #146c43;--c-btn-active-border-color: #13653f;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #fff;--c-btn-disabled-bg: #198754;--c-btn-disabled-border-color: #198754}.btn-info{--c-btn-color: #000;--c-btn-bg: #0dcaf0;--c-btn-border-color: #0dcaf0;--c-btn-hover-color: #000;--c-btn-hover-bg: #31d2f2;--c-btn-hover-border-color: #25cff2;--c-btn-focus-shadow-rgb: 11, 172, 204;--c-btn-active-color: #000;--c-btn-active-bg: #3dd5f3;--c-btn-active-border-color: #25cff2;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #000;--c-btn-disabled-bg: #0dcaf0;--c-btn-disabled-border-color: #0dcaf0}.btn-warning{--c-btn-color: #000;--c-btn-bg: #ffc107;--c-btn-border-color: #ffc107;--c-btn-hover-color: #000;--c-btn-hover-bg: #ffca2c;--c-btn-hover-border-color: #ffc720;--c-btn-focus-shadow-rgb: 217, 164, 6;--c-btn-active-color: #000;--c-btn-active-bg: #ffcd39;--c-btn-active-border-color: #ffc720;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #000;--c-btn-disabled-bg: #ffc107;--c-btn-disabled-border-color: #ffc107}.btn-danger{--c-btn-color: #fff;--c-btn-bg: #dc3545;--c-btn-border-color: #dc3545;--c-btn-hover-color: #fff;--c-btn-hover-bg: #bb2d3b;--c-btn-hover-border-color: #b02a37;--c-btn-focus-shadow-rgb: 225, 83, 97;--c-btn-active-color: #fff;--c-btn-active-bg: #b02a37;--c-btn-active-border-color: #a52834;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #fff;--c-btn-disabled-bg: #dc3545;--c-btn-disabled-border-color: #dc3545}.btn-light{--c-btn-color: #000;--c-btn-bg: #f8f9fa;--c-btn-border-color: #f8f9fa;--c-btn-hover-color: #000;--c-btn-hover-bg: #d3d4d5;--c-btn-hover-border-color: #c6c7c8;--c-btn-focus-shadow-rgb: 211, 212, 213;--c-btn-active-color: #000;--c-btn-active-bg: #c6c7c8;--c-btn-active-border-color: #babbbc;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #000;--c-btn-disabled-bg: #f8f9fa;--c-btn-disabled-border-color: #f8f9fa}.btn-dark{--c-btn-color: #fff;--c-btn-bg: #27241A;--c-btn-border-color: #27241A;--c-btn-hover-color: #fff;--c-btn-hover-bg: #47453c;--c-btn-hover-border-color: #3d3a31;--c-btn-focus-shadow-rgb: 71, 69, 60;--c-btn-active-color: #fff;--c-btn-active-bg: #525048;--c-btn-active-border-color: #3d3a31;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #fff;--c-btn-disabled-bg: #27241A;--c-btn-disabled-border-color: #27241A}.btn-outline-primary{--c-btn-color: #DFCB96;--c-btn-border-color: #DFCB96;--c-btn-hover-color: #000;--c-btn-hover-bg: #DFCB96;--c-btn-hover-border-color: #DFCB96;--c-btn-focus-shadow-rgb: 223, 203, 150;--c-btn-active-color: #000;--c-btn-active-bg: #DFCB96;--c-btn-active-border-color: #DFCB96;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #DFCB96;--c-btn-disabled-bg: transparent;--c-btn-disabled-border-color: #DFCB96;--c-gradient: none}.btn-outline-secondary{--c-btn-color: #6c757d;--c-btn-border-color: #6c757d;--c-btn-hover-color: #fff;--c-btn-hover-bg: #6c757d;--c-btn-hover-border-color: #6c757d;--c-btn-focus-shadow-rgb: 108, 117, 125;--c-btn-active-color: #fff;--c-btn-active-bg: #6c757d;--c-btn-active-border-color: #6c757d;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #6c757d;--c-btn-disabled-bg: transparent;--c-btn-disabled-border-color: #6c757d;--c-gradient: none}.btn-outline-success{--c-btn-color: #198754;--c-btn-border-color: #198754;--c-btn-hover-color: #fff;--c-btn-hover-bg: #198754;--c-btn-hover-border-color: #198754;--c-btn-focus-shadow-rgb: 25, 135, 84;--c-btn-active-color: #fff;--c-btn-active-bg: #198754;--c-btn-active-border-color: #198754;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #198754;--c-btn-disabled-bg: transparent;--c-btn-disabled-border-color: #198754;--c-gradient: none}.btn-outline-info{--c-btn-color: #0dcaf0;--c-btn-border-color: #0dcaf0;--c-btn-hover-color: #000;--c-btn-hover-bg: #0dcaf0;--c-btn-hover-border-color: #0dcaf0;--c-btn-focus-shadow-rgb: 13, 202, 240;--c-btn-active-color: #000;--c-btn-active-bg: #0dcaf0;--c-btn-active-border-color: #0dcaf0;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #0dcaf0;--c-btn-disabled-bg: transparent;--c-btn-disabled-border-color: #0dcaf0;--c-gradient: none}.btn-outline-warning{--c-btn-color: #ffc107;--c-btn-border-color: #ffc107;--c-btn-hover-color: #000;--c-btn-hover-bg: #ffc107;--c-btn-hover-border-color: #ffc107;--c-btn-focus-shadow-rgb: 255, 193, 7;--c-btn-active-color: #000;--c-btn-active-bg: #ffc107;--c-btn-active-border-color: #ffc107;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #ffc107;--c-btn-disabled-bg: transparent;--c-btn-disabled-border-color: #ffc107;--c-gradient: none}.btn-outline-danger{--c-btn-color: #dc3545;--c-btn-border-color: #dc3545;--c-btn-hover-color: #fff;--c-btn-hover-bg: #dc3545;--c-btn-hover-border-color: #dc3545;--c-btn-focus-shadow-rgb: 220, 53, 69;--c-btn-active-color: #fff;--c-btn-active-bg: #dc3545;--c-btn-active-border-color: #dc3545;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #dc3545;--c-btn-disabled-bg: transparent;--c-btn-disabled-border-color: #dc3545;--c-gradient: none}.btn-outline-light{--c-btn-color: #f8f9fa;--c-btn-border-color: #f8f9fa;--c-btn-hover-color: #000;--c-btn-hover-bg: #f8f9fa;--c-btn-hover-border-color: #f8f9fa;--c-btn-focus-shadow-rgb: 248, 249, 250;--c-btn-active-color: #000;--c-btn-active-bg: #f8f9fa;--c-btn-active-border-color: #f8f9fa;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #f8f9fa;--c-btn-disabled-bg: transparent;--c-btn-disabled-border-color: #f8f9fa;--c-gradient: none}.btn-outline-dark{--c-btn-color: #27241A;--c-btn-border-color: #27241A;--c-btn-hover-color: #fff;--c-btn-hover-bg: #27241A;--c-btn-hover-border-color: #27241A;--c-btn-focus-shadow-rgb: 39, 36, 26;--c-btn-active-color: #fff;--c-btn-active-bg: #27241A;--c-btn-active-border-color: #27241A;--c-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--c-btn-disabled-color: #27241A;--c-btn-disabled-bg: transparent;--c-btn-disabled-border-color: #27241A;--c-gradient: none}.btn-link{--c-btn-font-weight: 400;--c-btn-color: var(--c-link-color);--c-btn-bg: transparent;--c-btn-border-color: transparent;--c-btn-hover-color: var(--c-link-hover-color);--c-btn-hover-border-color: transparent;--c-btn-active-color: var(--c-link-hover-color);--c-btn-active-border-color: transparent;--c-btn-disabled-color: #6c757d;--c-btn-disabled-border-color: transparent;--c-btn-box-shadow: 0 0 0 #000;--c-btn-focus-shadow-rgb: 190, 173, 128;text-decoration:underline}.btn-link:focus-visible{color:var(--c-btn-color)}.btn-link:hover{color:var(--c-btn-hover-color)}.btn-lg{--c-btn-padding-y: 0.5rem;--c-btn-padding-x: 1rem;--c-btn-font-size:1.125rem;--c-btn-border-radius: var(--c-border-radius-lg)}.btn-sm{--c-btn-padding-y: 0.25rem;--c-btn-padding-x: 0.5rem;--c-btn-font-size:0.875rem;--c-btn-border-radius: var(--c-border-radius-sm)}.fade{transition:opacity .15s linear}@media(prefers-reduced-motion: reduce){.fade{transition:none}}.fade:not(.show){opacity:0}.collapse:not(.show){display:none}.collapsing{height:0;overflow:hidden;transition:height .35s ease}@media(prefers-reduced-motion: reduce){.collapsing{transition:none}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width .35s ease}@media(prefers-reduced-motion: reduce){.collapsing.collapse-horizontal{transition:none}}.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{--c-dropdown-zindex: 1000;--c-dropdown-min-width: 10rem;--c-dropdown-padding-x: 0;--c-dropdown-padding-y: 0.5rem;--c-dropdown-spacer: 0.125rem;--c-dropdown-font-size:1rem;--c-dropdown-color: var(--c-body-color);--c-dropdown-bg: var(--c-body-bg);--c-dropdown-border-color: var(--c-border-color-translucent);--c-dropdown-border-radius: var(--c-border-radius);--c-dropdown-border-width: var(--c-border-width);--c-dropdown-inner-border-radius: calc(var(--c-border-radius) - var(--c-border-width));--c-dropdown-divider-bg: var(--c-border-color-translucent);--c-dropdown-divider-margin-y: 0.5rem;--c-dropdown-box-shadow: var(--c-box-shadow);--c-dropdown-link-color: var(--c-body-color);--c-dropdown-link-hover-color: var(--c-body-color);--c-dropdown-link-hover-bg: var(--c-tertiary-bg);--c-dropdown-link-active-color: #fff;--c-dropdown-link-active-bg: #DFCB96;--c-dropdown-link-disabled-color: var(--c-tertiary-color);--c-dropdown-item-padding-x: 1rem;--c-dropdown-item-padding-y: 0.25rem;--c-dropdown-header-color: #6c757d;--c-dropdown-header-padding-x: 1rem;--c-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--c-dropdown-zindex);display:none;min-width:var(--c-dropdown-min-width);padding:var(--c-dropdown-padding-y) var(--c-dropdown-padding-x);margin:0;font-size:var(--c-dropdown-font-size);color:var(--c-dropdown-color);text-align:left;list-style:none;background-color:var(--c-dropdown-bg);background-clip:padding-box;border:var(--c-dropdown-border-width) solid var(--c-dropdown-border-color);border-radius:var(--c-dropdown-border-radius);box-shadow:var(--c-dropdown-box-shadow)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--c-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: 576px){.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: 768px){.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: 992px){.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: 1200px){.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: 1400px){.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(--c-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(--c-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(--c-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(--c-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--c-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--c-dropdown-item-padding-y) var(--c-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--c-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--c-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--c-dropdown-link-hover-color);background-color:var(--c-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--c-dropdown-link-active-color);text-decoration:none;background-color:var(--c-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--c-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(--c-dropdown-header-padding-y) var(--c-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--c-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--c-dropdown-item-padding-y) var(--c-dropdown-item-padding-x);color:var(--c-dropdown-link-color)}.dropdown-menu-dark{--c-dropdown-color: #dee2e6;--c-dropdown-bg: #343a40;--c-dropdown-border-color: var(--c-border-color-translucent);--c-dropdown-box-shadow: ;--c-dropdown-link-color: #dee2e6;--c-dropdown-link-hover-color: #fff;--c-dropdown-divider-bg: var(--c-border-color-translucent);--c-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--c-dropdown-link-active-color: #fff;--c-dropdown-link-active-bg: #DFCB96;--c-dropdown-link-disabled-color: #adb5bd;--c-dropdown-header-color: #adb5bd}.badge{--c-badge-padding-x: 0.65em;--c-badge-padding-y: 0.35em;--c-badge-font-size:0.75em;--c-badge-font-weight: 700;--c-badge-color: #fff;--c-badge-border-radius: var(--c-border-radius);display:inline-block;padding:var(--c-badge-padding-y) var(--c-badge-padding-x);font-size:var(--c-badge-font-size);font-weight:var(--c-badge-font-weight);line-height:1;color:var(--c-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--c-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.btn-close{--c-btn-close-color: #000;--c-btn-close-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414'/%3e%3c/svg%3e");--c-btn-close-opacity: 0.5;--c-btn-close-hover-opacity: 0.75;--c-btn-close-focus-shadow: 0 0 0 0.25rem rgba(223, 203, 150, 0.25);--c-btn-close-focus-opacity: 1;--c-btn-close-disabled-opacity: 0.25;box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--c-btn-close-color);background:rgba(0,0,0,0) var(--c-btn-close-bg) center/1em auto no-repeat;filter:var(--c-btn-close-filter);border:0;border-radius:.4rem;opacity:var(--c-btn-close-opacity)}.btn-close:hover{color:var(--c-btn-close-color);text-decoration:none;opacity:var(--c-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--c-btn-close-focus-shadow);opacity:var(--c-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;opacity:var(--c-btn-close-disabled-opacity)}.btn-close-white{--c-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}:root,[data-bs-theme=light]{--c-btn-close-filter: }[data-bs-theme=dark]{--c-btn-close-filter: invert(1) grayscale(100%) brightness(200%)}.toast{--c-toast-zindex: 1090;--c-toast-padding-x: 0.75rem;--c-toast-padding-y: 0.5rem;--c-toast-spacing: 1.5rem;--c-toast-max-width: 350px;--c-toast-font-size:0.875rem;--c-toast-color: ;--c-toast-bg: rgba(var(--c-body-bg-rgb), 0.85);--c-toast-border-width: var(--c-border-width);--c-toast-border-color: var(--c-border-color-translucent);--c-toast-border-radius: var(--c-border-radius);--c-toast-box-shadow: var(--c-box-shadow);--c-toast-header-color: var(--c-secondary-color);--c-toast-header-bg: rgba(var(--c-body-bg-rgb), 0.85);--c-toast-header-border-color: var(--c-border-color-translucent);width:var(--c-toast-max-width);max-width:100%;font-size:var(--c-toast-font-size);color:var(--c-toast-color);pointer-events:auto;background-color:var(--c-toast-bg);background-clip:padding-box;border:var(--c-toast-border-width) solid var(--c-toast-border-color);box-shadow:var(--c-toast-box-shadow);border-radius:var(--c-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--c-toast-zindex: 1090;position:absolute;z-index:var(--c-toast-zindex);width:-moz-max-content;width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--c-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--c-toast-padding-y) var(--c-toast-padding-x);color:var(--c-toast-header-color);background-color:var(--c-toast-header-bg);background-clip:padding-box;border-bottom:var(--c-toast-border-width) solid var(--c-toast-header-border-color);border-top-left-radius:calc(var(--c-toast-border-radius) - var(--c-toast-border-width));border-top-right-radius:calc(var(--c-toast-border-radius) - var(--c-toast-border-width))}.toast-header .btn-close{margin-right:calc(-0.5*var(--c-toast-padding-x));margin-left:var(--c-toast-padding-x)}.toast-body{padding:var(--c-toast-padding-x);word-wrap:break-word}.tooltip{--c-tooltip-zindex: 1080;--c-tooltip-max-width: 200px;--c-tooltip-padding-x: 0.5rem;--c-tooltip-padding-y: 0.25rem;--c-tooltip-margin: ;--c-tooltip-font-size:0.875rem;--c-tooltip-color: var(--c-body-bg);--c-tooltip-bg: var(--c-emphasis-color);--c-tooltip-border-radius: var(--c-border-radius);--c-tooltip-opacity: 0.9;--c-tooltip-arrow-width: 0.8rem;--c-tooltip-arrow-height: 0.4rem;z-index:var(--c-tooltip-zindex);display:block;margin:var(--c-tooltip-margin);font-family:var(--c-font-sans-serif);font-style:normal;font-weight:400;line-height:1.5;text-align:left;text-align:start;text-decoration:none;text-shadow:none;text-transform:none;letter-spacing:normal;word-break:normal;white-space:normal;word-spacing:normal;line-break:auto;font-size:var(--c-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--c-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--c-tooltip-arrow-width);height:var(--c-tooltip-arrow-height)}.tooltip .tooltip-arrow::before{position:absolute;content:"";border-color:rgba(0,0,0,0);border-style:solid}.bs-tooltip-top .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow{bottom:calc(-1*var(--c-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--c-tooltip-arrow-height) calc(var(--c-tooltip-arrow-width)*.5) 0;border-top-color:var(--c-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1*var(--c-tooltip-arrow-height));width:var(--c-tooltip-arrow-height);height:var(--c-tooltip-arrow-width)}.bs-tooltip-end .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before{right:-1px;border-width:calc(var(--c-tooltip-arrow-width)*.5) var(--c-tooltip-arrow-height) calc(var(--c-tooltip-arrow-width)*.5) 0;border-right-color:var(--c-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1*var(--c-tooltip-arrow-height))}.bs-tooltip-bottom .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before{bottom:-1px;border-width:0 calc(var(--c-tooltip-arrow-width)*.5) var(--c-tooltip-arrow-height);border-bottom-color:var(--c-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1*var(--c-tooltip-arrow-height));width:var(--c-tooltip-arrow-height);height:var(--c-tooltip-arrow-width)}.bs-tooltip-start .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before{left:-1px;border-width:calc(var(--c-tooltip-arrow-width)*.5) 0 calc(var(--c-tooltip-arrow-width)*.5) var(--c-tooltip-arrow-height);border-left-color:var(--c-tooltip-bg)}.tooltip-inner{max-width:var(--c-tooltip-max-width);padding:var(--c-tooltip-padding-y) var(--c-tooltip-padding-x);color:var(--c-tooltip-color);text-align:center;background-color:var(--c-tooltip-bg);border-radius:var(--c-tooltip-border-radius)}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--c-offcanvas-zindex: 1045;--c-offcanvas-width: 400px;--c-offcanvas-height: 30vh;--c-offcanvas-padding-x: 1rem;--c-offcanvas-padding-y: 1rem;--c-offcanvas-color: var(--c-body-color);--c-offcanvas-bg: var(--c-body-bg);--c-offcanvas-border-width: var(--c-border-width);--c-offcanvas-border-color: var(--c-border-color-translucent);--c-offcanvas-box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175);--c-offcanvas-transition: transform 0.3s ease-in-out;--c-offcanvas-title-line-height: 1.5}@media(max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--c-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--c-offcanvas-color);visibility:hidden;background-color:var(--c-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--c-offcanvas-box-shadow);transition:var(--c-offcanvas-transition)}}@media(max-width: 575.98px)and (prefers-reduced-motion: reduce){.offcanvas-sm{transition:none}}@media(max-width: 575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--c-offcanvas-width);border-right:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--c-offcanvas-width);border-left:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--c-offcanvas-height);max-height:100%;border-bottom:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--c-offcanvas-height);max-height:100%;border-top:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateY(100%)}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible}}@media(min-width: 576px){.offcanvas-sm{--c-offcanvas-height: auto;--c-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-sm .offcanvas-header{display:none}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--c-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--c-offcanvas-color);visibility:hidden;background-color:var(--c-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--c-offcanvas-box-shadow);transition:var(--c-offcanvas-transition)}}@media(max-width: 767.98px)and (prefers-reduced-motion: reduce){.offcanvas-md{transition:none}}@media(max-width: 767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--c-offcanvas-width);border-right:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--c-offcanvas-width);border-left:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--c-offcanvas-height);max-height:100%;border-bottom:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--c-offcanvas-height);max-height:100%;border-top:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateY(100%)}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible}}@media(min-width: 768px){.offcanvas-md{--c-offcanvas-height: auto;--c-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-md .offcanvas-header{display:none}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--c-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--c-offcanvas-color);visibility:hidden;background-color:var(--c-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--c-offcanvas-box-shadow);transition:var(--c-offcanvas-transition)}}@media(max-width: 991.98px)and (prefers-reduced-motion: reduce){.offcanvas-lg{transition:none}}@media(max-width: 991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--c-offcanvas-width);border-right:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--c-offcanvas-width);border-left:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--c-offcanvas-height);max-height:100%;border-bottom:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--c-offcanvas-height);max-height:100%;border-top:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateY(100%)}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible}}@media(min-width: 992px){.offcanvas-lg{--c-offcanvas-height: auto;--c-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-lg .offcanvas-header{display:none}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--c-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--c-offcanvas-color);visibility:hidden;background-color:var(--c-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--c-offcanvas-box-shadow);transition:var(--c-offcanvas-transition)}}@media(max-width: 1199.98px)and (prefers-reduced-motion: reduce){.offcanvas-xl{transition:none}}@media(max-width: 1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--c-offcanvas-width);border-right:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--c-offcanvas-width);border-left:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--c-offcanvas-height);max-height:100%;border-bottom:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--c-offcanvas-height);max-height:100%;border-top:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible}}@media(min-width: 1200px){.offcanvas-xl{--c-offcanvas-height: auto;--c-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xl .offcanvas-header{display:none}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}@media(max-width: 1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--c-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--c-offcanvas-color);visibility:hidden;background-color:var(--c-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--c-offcanvas-box-shadow);transition:var(--c-offcanvas-transition)}}@media(max-width: 1399.98px)and (prefers-reduced-motion: reduce){.offcanvas-xxl{transition:none}}@media(max-width: 1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--c-offcanvas-width);border-right:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--c-offcanvas-width);border-left:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--c-offcanvas-height);max-height:100%;border-bottom:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--c-offcanvas-height);max-height:100%;border-top:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateY(100%)}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible}}@media(min-width: 1400px){.offcanvas-xxl{--c-offcanvas-height: auto;--c-offcanvas-border-width: 0;background-color:rgba(0,0,0,0) !important}.offcanvas-xxl .offcanvas-header{display:none}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:rgba(0,0,0,0) !important}}.offcanvas{position:fixed;bottom:0;z-index:var(--c-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--c-offcanvas-color);visibility:hidden;background-color:var(--c-offcanvas-bg);background-clip:padding-box;outline:0;box-shadow:var(--c-offcanvas-box-shadow);transition:var(--c-offcanvas-transition)}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--c-offcanvas-width);border-right:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--c-offcanvas-width);border-left:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--c-offcanvas-height);max-height:100%;border-bottom:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--c-offcanvas-height);max-height:100%;border-top:var(--c-offcanvas-border-width) solid var(--c-offcanvas-border-color);transform:translateY(100%)}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000}.offcanvas-backdrop.fade{opacity:0}.offcanvas-backdrop.show{opacity:.5}.offcanvas-header{display:flex;align-items:center;padding:var(--c-offcanvas-padding-y) var(--c-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--c-offcanvas-padding-y)*.5) calc(var(--c-offcanvas-padding-x)*.5);margin-top:calc(-0.5*var(--c-offcanvas-padding-y));margin-right:calc(-0.5*var(--c-offcanvas-padding-x));margin-bottom:calc(-0.5*var(--c-offcanvas-padding-y));margin-left:auto}.offcanvas-title{margin-bottom:0;line-height:var(--c-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--c-offcanvas-padding-y) var(--c-offcanvas-padding-x);overflow-y:auto}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#000 !important;background-color:RGBA(var(--c-primary-rgb), var(--c-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--c-secondary-rgb), var(--c-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--c-success-rgb), var(--c-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--c-info-rgb), var(--c-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--c-warning-rgb), var(--c-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--c-danger-rgb), var(--c-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--c-light-rgb), var(--c-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--c-dark-rgb), var(--c-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--c-primary-rgb), var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--c-primary-rgb), var(--c-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(229, 213, 171, var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(229, 213, 171, var(--c-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--c-secondary-rgb), var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--c-secondary-rgb), var(--c-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86, 94, 100, var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(86, 94, 100, var(--c-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--c-success-rgb), var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--c-success-rgb), var(--c-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(20, 108, 67, var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(20, 108, 67, var(--c-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--c-info-rgb), var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--c-info-rgb), var(--c-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(61, 213, 243, var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(61, 213, 243, var(--c-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--c-warning-rgb), var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--c-warning-rgb), var(--c-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(255, 205, 57, var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(255, 205, 57, var(--c-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--c-danger-rgb), var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--c-danger-rgb), var(--c-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(176, 42, 55, var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(176, 42, 55, var(--c-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--c-light-rgb), var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--c-light-rgb), var(--c-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--c-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--c-dark-rgb), var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--c-dark-rgb), var(--c-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(31, 29, 21, var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(31, 29, 21, var(--c-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--c-emphasis-color-rgb), var(--c-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--c-emphasis-color-rgb), var(--c-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--c-emphasis-color-rgb), var(--c-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--c-emphasis-color-rgb), var(--c-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--c-focus-ring-x, 0) var(--c-focus-ring-y, 0) var(--c-focus-ring-blur, 0) var(--c-focus-ring-width) var(--c-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--c-link-color-rgb), var(--c-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(--c-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--c-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--c-aspect-ratio: 100%}.ratio-4x3{--c-aspect-ratio: 75%}.ratio-16x9{--c-aspect-ratio: 56.25%}.ratio-21x9{--c-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: 576px){.sticky-sm-top{position:sticky;top:0;z-index:1020}.sticky-sm-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 768px){.sticky-md-top{position:sticky;top:0;z-index:1020}.sticky-md-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 992px){.sticky-lg-top{position:sticky;top:0;z-index:1020}.sticky-lg-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1200px){.sticky-xl-top{position:sticky;top:0;z-index:1020}.sticky-xl-bottom{position:sticky;bottom:0;z-index:1020}}@media(min-width: 1400px){.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}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden !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(--c-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{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-fill{-o-object-fit:fill !important;object-fit:fill !important}.object-fit-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important}.object-fit-none{-o-object-fit:none !important;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(--c-box-shadow) !important}.shadow-sm{box-shadow:var(--c-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--c-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--c-focus-ring-color: rgba(var(--c-primary-rgb), var(--c-focus-ring-opacity))}.focus-ring-secondary{--c-focus-ring-color: rgba(var(--c-secondary-rgb), var(--c-focus-ring-opacity))}.focus-ring-success{--c-focus-ring-color: rgba(var(--c-success-rgb), var(--c-focus-ring-opacity))}.focus-ring-info{--c-focus-ring-color: rgba(var(--c-info-rgb), var(--c-focus-ring-opacity))}.focus-ring-warning{--c-focus-ring-color: rgba(var(--c-warning-rgb), var(--c-focus-ring-opacity))}.focus-ring-danger{--c-focus-ring-color: rgba(var(--c-danger-rgb), var(--c-focus-ring-opacity))}.focus-ring-light{--c-focus-ring-color: rgba(var(--c-light-rgb), var(--c-focus-ring-opacity))}.focus-ring-dark{--c-focus-ring-color: rgba(var(--c-dark-rgb), var(--c-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(--c-border-width) var(--c-border-style) var(--c-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--c-border-width) var(--c-border-style) var(--c-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--c-border-width) var(--c-border-style) var(--c-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--c-border-width) var(--c-border-style) var(--c-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--c-border-width) var(--c-border-style) var(--c-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--c-border-opacity: 1;border-color:rgba(var(--c-primary-rgb), var(--c-border-opacity)) !important}.border-secondary{--c-border-opacity: 1;border-color:rgba(var(--c-secondary-rgb), var(--c-border-opacity)) !important}.border-success{--c-border-opacity: 1;border-color:rgba(var(--c-success-rgb), var(--c-border-opacity)) !important}.border-info{--c-border-opacity: 1;border-color:rgba(var(--c-info-rgb), var(--c-border-opacity)) !important}.border-warning{--c-border-opacity: 1;border-color:rgba(var(--c-warning-rgb), var(--c-border-opacity)) !important}.border-danger{--c-border-opacity: 1;border-color:rgba(var(--c-danger-rgb), var(--c-border-opacity)) !important}.border-light{--c-border-opacity: 1;border-color:rgba(var(--c-light-rgb), var(--c-border-opacity)) !important}.border-dark{--c-border-opacity: 1;border-color:rgba(var(--c-dark-rgb), var(--c-border-opacity)) !important}.border-black{--c-border-opacity: 1;border-color:rgba(var(--c-black-rgb), var(--c-border-opacity)) !important}.border-white{--c-border-opacity: 1;border-color:rgba(var(--c-white-rgb), var(--c-border-opacity)) !important}.border-primary-subtle{border-color:var(--c-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--c-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--c-success-border-subtle) !important}.border-info-subtle{border-color:var(--c-info-border-subtle) !important}.border-warning-subtle{border-color:var(--c-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--c-danger-border-subtle) !important}.border-light-subtle{border-color:var(--c-light-border-subtle) !important}.border-dark-subtle{border-color:var(--c-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{--c-border-opacity: 0.1}.border-opacity-25{--c-border-opacity: 0.25}.border-opacity-50{--c-border-opacity: 0.5}.border-opacity-75{--c-border-opacity: 0.75}.border-opacity-100{--c-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{-moz-column-gap:0 !important;column-gap:0 !important}.column-gap-1{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.column-gap-2{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-3{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-4{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-5{-moz-column-gap:3rem !important;column-gap:3rem !important}.font-monospace{font-family:var(--c-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{--c-text-opacity: 1;color:rgba(var(--c-primary-rgb), var(--c-text-opacity)) !important}.text-secondary{--c-text-opacity: 1;color:rgba(var(--c-secondary-rgb), var(--c-text-opacity)) !important}.text-success{--c-text-opacity: 1;color:rgba(var(--c-success-rgb), var(--c-text-opacity)) !important}.text-info{--c-text-opacity: 1;color:rgba(var(--c-info-rgb), var(--c-text-opacity)) !important}.text-warning{--c-text-opacity: 1;color:rgba(var(--c-warning-rgb), var(--c-text-opacity)) !important}.text-danger{--c-text-opacity: 1;color:rgba(var(--c-danger-rgb), var(--c-text-opacity)) !important}.text-light{--c-text-opacity: 1;color:rgba(var(--c-light-rgb), var(--c-text-opacity)) !important}.text-dark{--c-text-opacity: 1;color:rgba(var(--c-dark-rgb), var(--c-text-opacity)) !important}.text-black{--c-text-opacity: 1;color:rgba(var(--c-black-rgb), var(--c-text-opacity)) !important}.text-white{--c-text-opacity: 1;color:rgba(var(--c-white-rgb), var(--c-text-opacity)) !important}.text-body{--c-text-opacity: 1;color:rgba(var(--c-body-color-rgb), var(--c-text-opacity)) !important}.text-muted{--c-text-opacity: 1;color:var(--c-secondary-color) !important}.text-black-50{--c-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--c-text-opacity: 1;color:rgba(255,255,255,.5) !important}.text-body-secondary{--c-text-opacity: 1;color:var(--c-secondary-color) !important}.text-body-tertiary{--c-text-opacity: 1;color:var(--c-tertiary-color) !important}.text-body-emphasis{--c-text-opacity: 1;color:var(--c-emphasis-color) !important}.text-reset{--c-text-opacity: 1;color:inherit !important}.text-opacity-25{--c-text-opacity: 0.25}.text-opacity-50{--c-text-opacity: 0.5}.text-opacity-75{--c-text-opacity: 0.75}.text-opacity-100{--c-text-opacity: 1}.text-primary-emphasis{color:var(--c-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--c-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--c-success-text-emphasis) !important}.text-info-emphasis{color:var(--c-info-text-emphasis) !important}.text-warning-emphasis{color:var(--c-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--c-danger-text-emphasis) !important}.text-light-emphasis{color:var(--c-light-text-emphasis) !important}.text-dark-emphasis{color:var(--c-dark-text-emphasis) !important}.link-opacity-10{--c-link-opacity: 0.1}.link-opacity-10-hover:hover{--c-link-opacity: 0.1}.link-opacity-25{--c-link-opacity: 0.25}.link-opacity-25-hover:hover{--c-link-opacity: 0.25}.link-opacity-50{--c-link-opacity: 0.5}.link-opacity-50-hover:hover{--c-link-opacity: 0.5}.link-opacity-75{--c-link-opacity: 0.75}.link-opacity-75-hover:hover{--c-link-opacity: 0.75}.link-opacity-100{--c-link-opacity: 1}.link-opacity-100-hover:hover{--c-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{--c-link-underline-opacity: 1;text-decoration-color:rgba(var(--c-primary-rgb), var(--c-link-underline-opacity)) !important}.link-underline-secondary{--c-link-underline-opacity: 1;text-decoration-color:rgba(var(--c-secondary-rgb), var(--c-link-underline-opacity)) !important}.link-underline-success{--c-link-underline-opacity: 1;text-decoration-color:rgba(var(--c-success-rgb), var(--c-link-underline-opacity)) !important}.link-underline-info{--c-link-underline-opacity: 1;text-decoration-color:rgba(var(--c-info-rgb), var(--c-link-underline-opacity)) !important}.link-underline-warning{--c-link-underline-opacity: 1;text-decoration-color:rgba(var(--c-warning-rgb), var(--c-link-underline-opacity)) !important}.link-underline-danger{--c-link-underline-opacity: 1;text-decoration-color:rgba(var(--c-danger-rgb), var(--c-link-underline-opacity)) !important}.link-underline-light{--c-link-underline-opacity: 1;text-decoration-color:rgba(var(--c-light-rgb), var(--c-link-underline-opacity)) !important}.link-underline-dark{--c-link-underline-opacity: 1;text-decoration-color:rgba(var(--c-dark-rgb), var(--c-link-underline-opacity)) !important}.link-underline{--c-link-underline-opacity: 1;text-decoration-color:rgba(var(--c-link-color-rgb), var(--c-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--c-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--c-link-underline-opacity: 0}.link-underline-opacity-10{--c-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--c-link-underline-opacity: 0.1}.link-underline-opacity-25{--c-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--c-link-underline-opacity: 0.25}.link-underline-opacity-50{--c-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--c-link-underline-opacity: 0.5}.link-underline-opacity-75{--c-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--c-link-underline-opacity: 0.75}.link-underline-opacity-100{--c-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--c-link-underline-opacity: 1}.bg-primary{--c-bg-opacity: 1;background-color:rgba(var(--c-primary-rgb), var(--c-bg-opacity)) !important}.bg-secondary{--c-bg-opacity: 1;background-color:rgba(var(--c-secondary-rgb), var(--c-bg-opacity)) !important}.bg-success{--c-bg-opacity: 1;background-color:rgba(var(--c-success-rgb), var(--c-bg-opacity)) !important}.bg-info{--c-bg-opacity: 1;background-color:rgba(var(--c-info-rgb), var(--c-bg-opacity)) !important}.bg-warning{--c-bg-opacity: 1;background-color:rgba(var(--c-warning-rgb), var(--c-bg-opacity)) !important}.bg-danger{--c-bg-opacity: 1;background-color:rgba(var(--c-danger-rgb), var(--c-bg-opacity)) !important}.bg-light{--c-bg-opacity: 1;background-color:rgba(var(--c-light-rgb), var(--c-bg-opacity)) !important}.bg-dark{--c-bg-opacity: 1;background-color:rgba(var(--c-dark-rgb), var(--c-bg-opacity)) !important}.bg-black{--c-bg-opacity: 1;background-color:rgba(var(--c-black-rgb), var(--c-bg-opacity)) !important}.bg-white{--c-bg-opacity: 1;background-color:rgba(var(--c-white-rgb), var(--c-bg-opacity)) !important}.bg-body{--c-bg-opacity: 1;background-color:rgba(var(--c-body-bg-rgb), var(--c-bg-opacity)) !important}.bg-transparent{--c-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--c-bg-opacity: 1;background-color:rgba(var(--c-secondary-bg-rgb), var(--c-bg-opacity)) !important}.bg-body-tertiary{--c-bg-opacity: 1;background-color:rgba(var(--c-tertiary-bg-rgb), var(--c-bg-opacity)) !important}.bg-opacity-10{--c-bg-opacity: 0.1}.bg-opacity-25{--c-bg-opacity: 0.25}.bg-opacity-50{--c-bg-opacity: 0.5}.bg-opacity-75{--c-bg-opacity: 0.75}.bg-opacity-100{--c-bg-opacity: 1}.bg-primary-subtle{background-color:var(--c-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--c-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--c-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--c-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--c-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--c-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--c-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--c-dark-bg-subtle) !important}.bg-gradient{background-image:var(--c-gradient) !important}.user-select-all{-webkit-user-select:all !important;-moz-user-select:all !important;user-select:all !important}.user-select-auto{-webkit-user-select:auto !important;-moz-user-select:auto !important;user-select:auto !important}.user-select-none{-webkit-user-select:none !important;-moz-user-select:none !important;user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--c-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--c-border-radius-sm) !important}.rounded-2{border-radius:var(--c-border-radius) !important}.rounded-3{border-radius:var(--c-border-radius-lg) !important}.rounded-4{border-radius:var(--c-border-radius-xl) !important}.rounded-5{border-radius:var(--c-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--c-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--c-border-radius) !important;border-top-right-radius:var(--c-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(--c-border-radius-sm) !important;border-top-right-radius:var(--c-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--c-border-radius) !important;border-top-right-radius:var(--c-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--c-border-radius-lg) !important;border-top-right-radius:var(--c-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--c-border-radius-xl) !important;border-top-right-radius:var(--c-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--c-border-radius-xxl) !important;border-top-right-radius:var(--c-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(--c-border-radius-pill) !important;border-top-right-radius:var(--c-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--c-border-radius) !important;border-bottom-right-radius:var(--c-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(--c-border-radius-sm) !important;border-bottom-right-radius:var(--c-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--c-border-radius) !important;border-bottom-right-radius:var(--c-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--c-border-radius-lg) !important;border-bottom-right-radius:var(--c-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--c-border-radius-xl) !important;border-bottom-right-radius:var(--c-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--c-border-radius-xxl) !important;border-bottom-right-radius:var(--c-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(--c-border-radius-pill) !important;border-bottom-right-radius:var(--c-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--c-border-radius) !important;border-bottom-left-radius:var(--c-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(--c-border-radius-sm) !important;border-bottom-left-radius:var(--c-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--c-border-radius) !important;border-bottom-left-radius:var(--c-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--c-border-radius-lg) !important;border-bottom-left-radius:var(--c-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--c-border-radius-xl) !important;border-bottom-left-radius:var(--c-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--c-border-radius-xxl) !important;border-bottom-left-radius:var(--c-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(--c-border-radius-pill) !important;border-bottom-left-radius:var(--c-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--c-border-radius) !important;border-top-left-radius:var(--c-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(--c-border-radius-sm) !important;border-top-left-radius:var(--c-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--c-border-radius) !important;border-top-left-radius:var(--c-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--c-border-radius-lg) !important;border-top-left-radius:var(--c-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--c-border-radius-xl) !important;border-top-left-radius:var(--c-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--c-border-radius-xxl) !important;border-top-left-radius:var(--c-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(--c-border-radius-pill) !important;border-top-left-radius:var(--c-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: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-sm-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-sm-fill{-o-object-fit:fill !important;object-fit:fill !important}.object-fit-sm-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important}.object-fit-sm-none{-o-object-fit:none !important;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{-moz-column-gap:0 !important;column-gap:0 !important}.column-gap-sm-1{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.column-gap-sm-2{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-sm-3{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-sm-4{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-sm-5{-moz-column-gap:3rem !important;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: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-md-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-md-fill{-o-object-fit:fill !important;object-fit:fill !important}.object-fit-md-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important}.object-fit-md-none{-o-object-fit:none !important;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{-moz-column-gap:0 !important;column-gap:0 !important}.column-gap-md-1{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.column-gap-md-2{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-md-3{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-md-4{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-md-5{-moz-column-gap:3rem !important;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: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-lg-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-lg-fill{-o-object-fit:fill !important;object-fit:fill !important}.object-fit-lg-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important}.object-fit-lg-none{-o-object-fit:none !important;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{-moz-column-gap:0 !important;column-gap:0 !important}.column-gap-lg-1{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.column-gap-lg-2{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-lg-3{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-lg-4{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-lg-5{-moz-column-gap:3rem !important;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: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-xl-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-xl-fill{-o-object-fit:fill !important;object-fit:fill !important}.object-fit-xl-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important}.object-fit-xl-none{-o-object-fit:none !important;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{-moz-column-gap:0 !important;column-gap:0 !important}.column-gap-xl-1{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.column-gap-xl-2{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-xl-3{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-xl-4{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-xl-5{-moz-column-gap:3rem !important;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: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{-o-object-fit:contain !important;object-fit:contain !important}.object-fit-xxl-cover{-o-object-fit:cover !important;object-fit:cover !important}.object-fit-xxl-fill{-o-object-fit:fill !important;object-fit:fill !important}.object-fit-xxl-scale{-o-object-fit:scale-down !important;object-fit:scale-down !important}.object-fit-xxl-none{-o-object-fit:none !important;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{-moz-column-gap:0 !important;column-gap:0 !important}.column-gap-xxl-1{-moz-column-gap:.25rem !important;column-gap:.25rem !important}.column-gap-xxl-2{-moz-column-gap:.5rem !important;column-gap:.5rem !important}.column-gap-xxl-3{-moz-column-gap:1rem !important;column-gap:1rem !important}.column-gap-xxl-4{-moz-column-gap:1.5rem !important;column-gap:1.5rem !important}.column-gap-xxl-5{-moz-column-gap:3rem !important;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}}.icon-list{padding-left:0;list-style:none}.icon-list li{display:flex;align-items:flex-start;margin-bottom:.25rem}.icon-list li::before{display:block;flex-shrink:0;width:1.5em;height:1.5em;margin-right:.5rem;content:"";background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23212529' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center/100% auto}[data-bs-theme=dark] .icon-list li::before{background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23adb5bd' viewBox='0 0 16 16'%3E%3Cpath d='M8 0a8 8 0 1 1 0 16A8 8 0 0 1 8 0zM4.5 7.5a.5.5 0 0 0 0 1h5.793l-2.147 2.146a.5.5 0 0 0 .708.708l3-3a.5.5 0 0 0 0-.708l-3-3a.5.5 0 1 0-.708.708L10.293 7.5H4.5z'/%3E%3C/svg%3E") no-repeat center center/100% auto}.bi{width:1em;height:1em;fill:currentcolor}.color-modes .dropdown-menu{padding:.25rem}.color-modes .dropdown-menu li+li{margin-top:.125rem}.color-modes .dropdown-item{border-radius:.25rem}.color-modes .active{font-weight:600}.color-modes .active .bi{display:block !important}.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:rgba(0,0,0,0);position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0 !important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(../images/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{transform:scale(1.3, 1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}.scroll-wrapper{overflow:hidden !important;padding:0 !important;position:relative}.scroll-wrapper>.scroll-content{border:none !important;box-sizing:content-box !important;height:auto;left:0;margin:0;max-height:none;max-width:none !important;overflow:scroll !important;padding:0;position:relative !important;top:0;width:auto !important}.scroll-wrapper>.scroll-content::-webkit-scrollbar{height:0;width:0}.scroll-element{display:none}.scroll-element,.scroll-element div{box-sizing:content-box}.scroll-element.scroll-x.scroll-scrollx_visible,.scroll-element.scroll-y.scroll-scrolly_visible{display:block}.scroll-element .scroll-bar,.scroll-element .scroll-arrow{cursor:default}.scroll-textarea{border:1px solid #ccc;border-top-color:#999}.scroll-textarea>.scroll-content{overflow:hidden !important}.scroll-textarea>.scroll-content>textarea{border:none !important;box-sizing:border-box;height:100% !important;margin:0;max-height:none !important;max-width:none !important;overflow:scroll !important;outline:none;padding:2px;position:relative !important;top:0;width:100% !important}.scroll-textarea>.scroll-content>textarea::-webkit-scrollbar{height:0;width:0}.scrollbar-inner>.scroll-element,.scrollbar-inner>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-inner>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-inner>.scroll-element.scroll-x{bottom:2px;height:8px;left:0;width:100%}.scrollbar-inner>.scroll-element.scroll-y{height:100%;right:2px;top:0;width:8px}.scrollbar-inner>.scroll-element .scroll-element_outer{overflow:hidden}.scrollbar-inner>.scroll-element .scroll-element_outer,.scrollbar-inner>.scroll-element .scroll-element_track,.scrollbar-inner>.scroll-element .scroll-bar{border-radius:8px}.scrollbar-inner>.scroll-element .scroll-element_track,.scrollbar-inner>.scroll-element .scroll-bar{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";filter:alpha(opacity=40);opacity:.4}.scrollbar-inner>.scroll-element .scroll-element_track{background-color:#e0e0e0}.scrollbar-inner>.scroll-element .scroll-bar{background-color:#c2c2c2}.scrollbar-inner>.scroll-element:hover .scroll-bar{background-color:#919191}.scrollbar-inner>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191}.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-12px}.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-12px}.scrollbar-inner>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-12px}.scrollbar-inner>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-12px}.scrollbar-outer>.scroll-element,.scrollbar-outer>.scroll-element div{border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-outer>.scroll-element{background-color:#fff}.scrollbar-outer>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-outer>.scroll-element.scroll-x{bottom:0;height:12px;left:0;width:100%}.scrollbar-outer>.scroll-element.scroll-y{height:100%;right:0;top:0;width:12px}.scrollbar-outer>.scroll-element.scroll-x .scroll-element_outer{height:8px;top:2px}.scrollbar-outer>.scroll-element.scroll-y .scroll-element_outer{left:2px;width:8px}.scrollbar-outer>.scroll-element .scroll-element_outer{overflow:hidden}.scrollbar-outer>.scroll-element .scroll-element_track{background-color:#eee}.scrollbar-outer>.scroll-element .scroll-element_outer,.scrollbar-outer>.scroll-element .scroll-element_track,.scrollbar-outer>.scroll-element .scroll-bar{border-radius:8px}.scrollbar-outer>.scroll-element .scroll-bar{background-color:#d9d9d9}.scrollbar-outer>.scroll-element .scroll-bar:hover{background-color:#c2c2c2}.scrollbar-outer>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191}.scrollbar-outer>.scroll-content.scroll-scrolly_visible{left:-12px;margin-left:12px}.scrollbar-outer>.scroll-content.scroll-scrollx_visible{top:-12px;margin-top:12px}.scrollbar-outer>.scroll-element.scroll-x .scroll-bar{min-width:10px}.scrollbar-outer>.scroll-element.scroll-y .scroll-bar{min-height:10px}.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-14px}.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-14px}.scrollbar-outer>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-14px}.scrollbar-outer>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-14px}.scrollbar-macosx>.scroll-element,.scrollbar-macosx>.scroll-element div{background:none;border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-macosx>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-macosx>.scroll-element .scroll-element_track{display:none}.scrollbar-macosx>.scroll-element .scroll-bar{background-color:#6c6e71;display:block;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border-radius:7px;transition:opacity .2s linear}.scrollbar-macosx:hover>.scroll-element .scroll-bar,.scrollbar-macosx>.scroll-element.scroll-draggable .scroll-bar{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);opacity:.7}.scrollbar-macosx>.scroll-element.scroll-x{bottom:0px;height:0px;left:0;min-width:100%;overflow:visible;width:100%}.scrollbar-macosx>.scroll-element.scroll-y{height:100%;min-height:100%;right:0px;top:0;width:0px}.scrollbar-macosx>.scroll-element.scroll-x .scroll-bar{height:7px;min-width:10px;top:-9px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-bar{left:-9px;min-height:10px;width:7px}.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_outer{left:2px}.scrollbar-macosx>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_outer{top:2px}.scrollbar-macosx>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-macosx>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-11px}.scrollbar-macosx>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-11px}.scrollbar-light>.scroll-element,.scrollbar-light>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-light>.scroll-element{background-color:#fff}.scrollbar-light>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-light>.scroll-element .scroll-element_outer{border-radius:10px}.scrollbar-light>.scroll-element .scroll-element_size{background:#dbdbdb;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiZGJkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlOGU4ZTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");background:linear-gradient(to right, #dbdbdb 0%, #e8e8e8 100%);border-radius:10px}.scrollbar-light>.scroll-element.scroll-x{bottom:0;height:17px;left:0;min-width:100%;width:100%}.scrollbar-light>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:17px}.scrollbar-light>.scroll-element .scroll-bar{background:#fefefe;background:url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmNWY1ZjUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+");background:linear-gradient(to right, #fefefe 0%, #f5f5f5 100%);border:1px solid #dbdbdb;border-radius:10px}.scrollbar-light>.scroll-content.scroll-scrolly_visible{left:-17px;margin-left:17px}.scrollbar-light>.scroll-content.scroll-scrollx_visible{top:-17px;margin-top:17px}.scrollbar-light>.scroll-element.scroll-x .scroll-bar{height:10px;min-width:10px;top:0px}.scrollbar-light>.scroll-element.scroll-y .scroll-bar{left:0px;min-height:10px;width:10px}.scrollbar-light>.scroll-element.scroll-x .scroll-element_outer{height:12px;left:2px;top:2px}.scrollbar-light>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-light>.scroll-element.scroll-y .scroll-element_outer{left:2px;top:2px;width:12px}.scrollbar-light>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-19px}.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-19px}.scrollbar-light>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-light>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}.scrollbar-rail>.scroll-element,.scrollbar-rail>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-rail>.scroll-element{background-color:#fff}.scrollbar-rail>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-rail>.scroll-element .scroll-element_size{background-color:#999;background-color:rgba(0,0,0,.3)}.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-element_size{background-color:#666;background-color:rgba(0,0,0,.5)}.scrollbar-rail>.scroll-element.scroll-x{bottom:0;height:12px;left:0;min-width:100%;padding:3px 0 2px;width:100%}.scrollbar-rail>.scroll-element.scroll-y{height:100%;min-height:100%;padding:0 2px 0 3px;right:0;top:0;width:12px}.scrollbar-rail>.scroll-element .scroll-bar{background-color:#d0b9a0;border-radius:2px;box-shadow:1px 1px 3px rgba(0,0,0,.5)}.scrollbar-rail>.scroll-element .scroll-element_outer:hover .scroll-bar{box-shadow:1px 1px 3px rgba(0,0,0,.6)}.scrollbar-rail>.scroll-content.scroll-scrolly_visible{left:-17px;margin-left:17px}.scrollbar-rail>.scroll-content.scroll-scrollx_visible{margin-top:17px;top:-17px}.scrollbar-rail>.scroll-element.scroll-x .scroll-bar{height:10px;min-width:10px;top:1px}.scrollbar-rail>.scroll-element.scroll-y .scroll-bar{left:1px;min-height:10px;width:10px}.scrollbar-rail>.scroll-element.scroll-x .scroll-element_outer{height:15px;left:5px}.scrollbar-rail>.scroll-element.scroll-x .scroll-element_size{height:2px;left:-10px;top:5px}.scrollbar-rail>.scroll-element.scroll-y .scroll-element_outer{top:5px;width:15px}.scrollbar-rail>.scroll-element.scroll-y .scroll-element_size{left:5px;top:-10px;width:2px}.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-25px}.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-25px}.scrollbar-rail>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-25px}.scrollbar-rail>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-25px}.scrollbar-dynamic>.scroll-element,.scrollbar-dynamic>.scroll-element div{background:none;border:none;margin:0;padding:0;position:absolute;z-index:10}.scrollbar-dynamic>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-dynamic>.scroll-element.scroll-x{bottom:2px;height:7px;left:0;min-width:100%;width:100%}.scrollbar-dynamic>.scroll-element.scroll-y{height:100%;min-height:100%;right:2px;top:0;width:7px}.scrollbar-dynamic>.scroll-element .scroll-element_outer{opacity:.3;border-radius:12px}.scrollbar-dynamic>.scroll-element .scroll-element_size{background-color:#ccc;opacity:0;border-radius:12px;transition:opacity .2s}.scrollbar-dynamic>.scroll-element .scroll-bar{background-color:#6c6e71;border-radius:7px}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-bar{bottom:0;height:7px;min-width:24px;top:auto}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-bar{left:auto;min-height:24px;right:0;width:7px}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_outer{bottom:0;top:auto;left:2px;transition:height .2s}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_outer{left:auto;right:0;top:2px;transition:width .2s}.scrollbar-dynamic>.scroll-element.scroll-x .scroll-element_size{left:-4px}.scrollbar-dynamic>.scroll-element.scroll-y .scroll-element_size{top:-4px}.scrollbar-dynamic>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-11px}.scrollbar-dynamic>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-11px}.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer{overflow:hidden;-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";filter:alpha(opacity=70);opacity:.7}.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-element_size,.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size{opacity:1}.scrollbar-dynamic>.scroll-element:hover .scroll-element_outer .scroll-bar,.scrollbar-dynamic>.scroll-element.scroll-draggable .scroll-element_outer .scroll-bar{height:100%;width:100%;border-radius:12px}.scrollbar-dynamic>.scroll-element.scroll-x:hover .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-x.scroll-draggable .scroll-element_outer{height:20px;min-height:7px}.scrollbar-dynamic>.scroll-element.scroll-y:hover .scroll-element_outer,.scrollbar-dynamic>.scroll-element.scroll-y.scroll-draggable .scroll-element_outer{min-width:7px;width:20px}.scrollbar-chrome>.scroll-element,.scrollbar-chrome>.scroll-element div{border:none;margin:0;overflow:hidden;padding:0;position:absolute;z-index:10}.scrollbar-chrome>.scroll-element{background-color:#fff}.scrollbar-chrome>.scroll-element div{display:block;height:100%;left:0;top:0;width:100%}.scrollbar-chrome>.scroll-element .scroll-element_track{background:#f1f1f1;border:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-x{bottom:0;height:16px;left:0;min-width:100%;width:100%}.scrollbar-chrome>.scroll-element.scroll-y{height:100%;min-height:100%;right:0;top:0;width:16px}.scrollbar-chrome>.scroll-element .scroll-bar{background-color:#d9d9d9;border:1px solid #bdbdbd;cursor:default;border-radius:2px}.scrollbar-chrome>.scroll-element .scroll-bar:hover{background-color:#c2c2c2;border-color:#a9a9a9}.scrollbar-chrome>.scroll-element.scroll-draggable .scroll-bar{background-color:#919191;border-color:#7e7e7e}.scrollbar-chrome>.scroll-content.scroll-scrolly_visible{left:-16px;margin-left:16px}.scrollbar-chrome>.scroll-content.scroll-scrollx_visible{top:-16px;margin-top:16px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-bar{height:8px;min-width:10px;top:3px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-bar{left:3px;min-height:10px;width:8px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_outer{border-left:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_track{height:14px;left:-3px}.scrollbar-chrome>.scroll-element.scroll-x .scroll-element_size{height:14px;left:-4px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_outer{border-top:1px solid #dbdbdb}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_track{top:-3px;width:14px}.scrollbar-chrome>.scroll-element.scroll-y .scroll-element_size{top:-4px;width:14px}.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size{left:-19px}.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size{top:-19px}.scrollbar-chrome>.scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_track{left:-19px}.scrollbar-chrome>.scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_track{top:-19px}/*!
 * Swiper v12 — CSS load riêng qua css/swiper/swiper-bundle.css (_head.pug)
 * @see node_modules/swiper — copy bởi grunt exec:copy_vendor_assets
 */body.compensate-for-scrollbar{overflow:hidden}.fancybox-active{height:auto}.fancybox-is-hidden{left:-9999px;margin:0;position:absolute !important;top:-9999px;visibility:hidden}.fancybox-container{-webkit-backface-visibility:hidden;height:100%;left:0;outline:none;position:fixed;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;touch-action:manipulation;transform:translateZ(0);width:100%;z-index:99992}.fancybox-container *{box-sizing:border-box}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(0.47, 0, 0.74, 0.71)}.fancybox-is-open .fancybox-bg{opacity:.9;transition-timing-function:cubic-bezier(0.22, 0.61, 0.36, 1)}.fancybox-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;transition:opacity .25s ease 0s,visibility 0s ease 0s;visibility:visible}.fancybox-infobar{color:#ccc;font-size:13px;-webkit-font-smoothing:subpixel-antialiased;height:44px;left:0;line-height:44px;min-width:44px;mix-blend-mode:difference;padding:0 10px;pointer-events:none;top:0;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.fancybox-toolbar{right:0;top:0}.fancybox-stage{direction:ltr;overflow:visible;transform:translateZ(0);z-index:99994}.fancybox-is-open .fancybox-stage{overflow:hidden}.fancybox-slide{-webkit-backface-visibility:hidden;display:none;height:100%;left:0;outline:none;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:absolute;text-align:center;top:0;transition-property:transform,opacity;white-space:normal;width:100%;z-index:99994}.fancybox-slide:before{content:"";display:inline-block;font-size:0;height:100%;vertical-align:middle;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:hidden;padding:44px 0}.fancybox-slide--image:before{display:none}.fancybox-slide--html{padding:6px}.fancybox-content{background:#fff;display:inline-block;margin:0;max-width:100%;overflow:auto;-webkit-overflow-scrolling:touch;padding:44px;position:relative;text-align:left;vertical-align:middle}.fancybox-slide--image .fancybox-content{animation-timing-function:cubic-bezier(0.5, 0, 0.14, 1);-webkit-backface-visibility:hidden;background:rgba(0,0,0,0);background-repeat:no-repeat;background-size:100% 100%;left:0;max-width:none;overflow:visible;padding:0;position:absolute;top:0;transform-origin:top left;transition-property:transform,opacity;-webkit-user-select:none;-moz-user-select:none;user-select:none;z-index:99995}.fancybox-can-zoomOut .fancybox-content{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-content{cursor:zoom-in}.fancybox-can-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{cursor:grabbing}.fancybox-container [data-selectable=true]{cursor:text}.fancybox-image,.fancybox-spaceball{background:rgba(0,0,0,0);border:0;height:100%;left:0;margin:0;max-height:none;max-width:none;padding:0;position:absolute;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;width:100%}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .fancybox-content{height:100%;overflow:visible;padding:0;width:100%}.fancybox-slide--video .fancybox-content{background:#000}.fancybox-slide--map .fancybox-content{background:#e5e3df}.fancybox-slide--iframe .fancybox-content{background:#fff}.fancybox-iframe,.fancybox-video{background:rgba(0,0,0,0);border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.fancybox-iframe{left:0;position:absolute;top:0}.fancybox-error{background:#fff;cursor:default;max-width:400px;padding:40px;width:100%}.fancybox-error p{color:#444;font-size:16px;line-height:20px;margin:0;padding:0}.fancybox-button{background:rgba(30,30,30,.6);border:0;border-radius:0;box-shadow:none;cursor:pointer;display:inline-block;height:44px;margin:0;padding:10px;position:relative;transition:color .2s;vertical-align:top;visibility:inherit;width:44px}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:hover{color:#fff}.fancybox-button:focus{outline:none}.fancybox-button.fancybox-focus{outline:1px dotted}.fancybox-button[disabled],.fancybox-button[disabled]:hover{color:#888;cursor:default;outline:none}.fancybox-button div{height:100%}.fancybox-button svg{display:block;height:100%;overflow:visible;position:relative;width:100%}.fancybox-button svg path{fill:currentColor;stroke-width:0}.fancybox-button--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.fancybox-close-small{background:rgba(0,0,0,0);border:0;border-radius:0;color:#ccc;cursor:pointer;opacity:.8;padding:8px;position:absolute;right:-12px;top:-44px;z-index:401}.fancybox-close-small:hover{color:#fff;opacity:1}.fancybox-slide--html .fancybox-close-small{color:currentColor;padding:10px;right:0;top:0}.fancybox-slide--image.fancybox-is-scaling .fancybox-content{overflow:hidden}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small{display:none}.fancybox-navigation .fancybox-button{background-clip:content-box;height:100px;opacity:0;position:absolute;top:calc(50% - 50px);width:70px}.fancybox-navigation .fancybox-button div{padding:7px}.fancybox-navigation .fancybox-button--arrow_left{left:0;left:env(safe-area-inset-left);padding:31px 26px 31px 6px}.fancybox-navigation .fancybox-button--arrow_right{padding:31px 6px 31px 26px;right:0;right:env(safe-area-inset-right)}.fancybox-caption{background:linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;pointer-events:none;right:0;text-align:center;z-index:99996}@supports(padding: max(0px)){.fancybox-caption{padding:75px max(44px,env(safe-area-inset-right)) max(25px,env(safe-area-inset-bottom)) max(44px,env(safe-area-inset-left))}}.fancybox-caption--separate{margin-top:-50px}.fancybox-caption__body{max-height:50vh;overflow:auto;pointer-events:all}.fancybox-caption a,.fancybox-caption a:link,.fancybox-caption a:visited{color:#ccc;text-decoration:none}.fancybox-caption a:hover{color:#fff;text-decoration:underline}.fancybox-loading{animation:a 1s linear infinite;background:rgba(0,0,0,0);border:4px solid #888;border-bottom-color:#fff;border-radius:50%;height:50px;left:50%;margin:-25px 0 0 -25px;opacity:.7;padding:0;position:absolute;top:50%;width:50px;z-index:99999}@keyframes a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0, 0, 0.25, 1)}.fancybox-fx-slide.fancybox-slide--previous{opacity:0;transform:translate3d(-100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--next{opacity:0;transform:translate3d(100%, 0, 0)}.fancybox-fx-slide.fancybox-slide--current{opacity:1;transform:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(0.19, 1, 0.22, 1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{opacity:0;transform:scale3d(1.5, 1.5, 1.5)}.fancybox-fx-zoom-in-out.fancybox-slide--next{opacity:0;transform:scale3d(0.5, 0.5, 0.5)}.fancybox-fx-zoom-in-out.fancybox-slide--current{opacity:1;transform:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.fancybox-fx-circular.fancybox-slide--previous{opacity:0;transform:scale3d(0, 0, 0) translate3d(-100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--next{opacity:0;transform:scale3d(0, 0, 0) translate3d(100%, 0, 0)}.fancybox-fx-circular.fancybox-slide--current{opacity:1;transform:scaleX(1) translateZ(0)}.fancybox-fx-tube.fancybox-slide--previous{transform:translate3d(-100%, 0, 0) scale(0.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{transform:translate3d(100%, 0, 0) scale(0.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{transform:translateZ(0) scale(1)}@media(max-height: 576px){.fancybox-slide{padding-left:6px;padding-right:6px}.fancybox-slide--image{padding:6px 0}.fancybox-close-small{right:-6px}.fancybox-slide--image .fancybox-close-small{background:#4e4e4e;color:#f2f4f6;height:36px;opacity:1;padding:6px;right:0;top:0;width:36px}.fancybox-caption{padding-left:12px;padding-right:12px}@supports(padding: max(0px)){.fancybox-caption{padding-left:max(12px,env(safe-area-inset-left));padding-right:max(12px,env(safe-area-inset-right))}}}.fancybox-share{background:#f4f4f4;border-radius:3px;max-width:90%;padding:30px;text-align:center}.fancybox-share h1,.fancybox-share .h1{color:#222;font-size:35px;font-weight:700;margin:0 0 20px}.fancybox-share p{margin:0;padding:0}.fancybox-share__button{border:0;border-radius:3px;display:inline-block;font-size:14px;font-weight:700;line-height:40px;margin:0 5px 10px;min-width:130px;padding:0 15px;text-decoration:none;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}.fancybox-share__button:link,.fancybox-share__button:visited{color:#fff}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{height:25px;margin-right:7px;position:relative;top:-1px;vertical-align:middle;width:25px}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{background:rgba(0,0,0,0);border:0;border-bottom:1px solid #d7d7d7;border-radius:0;color:#5d5b5b;font-size:14px;margin:10px 0 0;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;position:absolute;right:0;-webkit-tap-highlight-color:rgba(0,0,0,0);top:0;width:212px;z-index:99995}.fancybox-thumbs-x{overflow-x:auto;overflow-y:hidden}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs__list{font-size:0;height:100%;list-style:none;margin:0;overflow-x:hidden;overflow-y:auto;padding:0;position:absolute;position:relative;white-space:nowrap;width:100%}.fancybox-thumbs-x .fancybox-thumbs__list{overflow:hidden}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar{width:7px}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs__list a{backface-visibility:hidden;background-color:rgba(0,0,0,.1);background-position:50%;background-repeat:no-repeat;background-size:cover;cursor:pointer;float:left;height:75px;margin:2px;max-height:calc(100% - 8px);max-width:calc(50% - 4px);outline:none;overflow:hidden;padding:0;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);width:100px}.fancybox-thumbs__list a:before{border:6px solid #ff5268;bottom:0;content:"";left:0;opacity:0;position:absolute;right:0;top:0;transition:all .2s cubic-bezier(0.25, 0.46, 0.45, 0.94);z-index:99991}.fancybox-thumbs__list a:focus:before{opacity:.5}.fancybox-thumbs__list a.fancybox-thumbs-active:before{opacity:1}@media(max-width: 576px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs__list a{max-width:calc(100% - 10px)}}body{background:#2f2e2a;font-family:"Be Vietnam Pro",sans-serif;line-height:1.5;font-size:1rem;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-family:"Be Vietnam Pro",sans-serif;font-weight:700;margin-top:0;color:#000;line-height:1.3;margin-bottom:8px}p{margin-top:0;margin-bottom:16px}a{color:#007bff;text-decoration:none;transition:all 0.3s ease}a[href]:hover{color:blue;text-decoration:none}a:focus{outline:none;box-shadow:none}.c-pretitle{font-weight:400;font-size:.875rem;color:#ddd;text-transform:uppercase;margin-bottom:8px}.c-pretitle:before{content:"";width:6px;height:6px;background-color:#ddd;display:inline-block;vertical-align:middle;margin-right:8px;margin-top:-2px;border-radius:50%}.c-pretitle:last-child{margin-bottom:0}@media(min-width: 768px){.c-pretitle{font-size:1rem}}.c-heading{font-weight:600;font-size:1.75rem;line-height:1.3;font-family:"Beautique Display",sans-serif;margin-bottom:16px}.c-heading:last-child{margin-bottom:0}@media(min-width: 768px){.c-heading{font-size:2rem}}@media(min-width: 992px){.c-heading{font-size:2.5rem}}@media(min-width: 1200px){.c-heading{font-size:3rem}}.c-subtitle{font-size:1rem;line-height:1.5;margin-bottom:16px}.c-subtitle:last-child{margin-bottom:0}@media(min-width: 992px){.c-subtitle{font-size:1.125rem}}.owl-carousel .owl-item img{transform-style:flat}.wp-caption{max-width:100%}.c-yoast-breadcrumb{padding:12px 0}.c-yoast-breadcrumb a{text-decoration:none;color:#fff}.c-yoast-breadcrumb a:hover{color:#dfcb96}.c-yoast-breadcrumb a:after{content:"/";color:#999;margin:0 4px}.arve-wrapper{text-align:center}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;text-align:center}.wp-caption-text{margin-bottom:12px;font-style:italic;font-size:80%}.alignleft{margin-top:12px;margin-bottom:12px}.alignright{margin-top:12px;margin-bottom:12px}@media(min-width: 768px){.alignleft{display:inline;float:left;margin-right:16px;margin-top:0;margin-bottom:0}.alignright{display:inline;float:right;margin-left:16px;margin-top:0;margin-bottom:0}}@media(max-width: 767px){.alignleft{width:auto;display:block;margin-left:auto;margin-right:auto}.alignright{width:auto;display:block;margin-left:auto;margin-right:auto}}.acf-map{width:100%;height:100%;border:1px solid #3a3528;margin:0}.acf-map img{max-width:inherit !important}.h-text-underline{text-decoration:underline !important}.h-text-none{text-decoration:none !important}.h-text-inline-block{display:inline-block;vertical-align:top;width:auto}.h-cursor-pointer{cursor:pointer !important}.h-show-pc{display:none}.b-nodata{padding:10px 0}@media(min-width: 992px){.h-show-pc{display:block}.h-show-mobile{display:none}}[class*=icon]{display:inline-block;vertical-align:middle;background-repeat:no-repeat;background-position:center center;background-size:contain}[class*=icon12]{width:12px;height:12px}[class*=icon16]{width:16px;height:16px}[class*=icon20]{width:20px;height:20px}[class*=icon24]{width:24px;height:24px}[class*=icon28]{width:28px;height:28px}[class*=icon32]{width:32px;height:32px}[class*=icon36]{width:36px;height:36px}[class*=icon40]{width:40px;height:40px}[class*=icon44]{width:44px;height:44px}[class*=icon48]{width:48px;height:48px}[class*=icon56]{width:56px;height:56px}[class*=icon64]{width:64px;height:64px}.c-card-grid{margin:0;padding:0;min-height:50px;display:flex;flex-direction:row;align-items:flex-start}.c-card-grid__img{width:50px;height:50px;overflow:hidden;margin-right:12px}.c-card-grid__img a,.c-card-grid__img figure{margin-bottom:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center}.c-card-grid__img img{width:100%;min-height:100%;height:auto;-o-object-fit:cover;object-fit:cover}.c-card-grid__content{flex:1;min-width:0}.c-card-grid__row{margin-top:8px;line-height:1.5}.c-card-grid__row:first-child{margin-top:0}.c-card-grid__row-right{text-align:right;margin-top:8px}.c-card-grid__row-right:first-child{margin-top:0}.c-card-grid__title{font-weight:700;margin-right:4px;margin-bottom:0}.c-card-grid__title:last-child{margin-right:0}.c-card-grid__title a{cursor:pointer;text-decoration:none;color:#fff}.c-card-grid__small-title{font-weight:400;margin-right:4px;margin-bottom:0}.c-card-grid__small-title:last-child{margin-right:0}.c-card-grid__small-title a{cursor:pointer;text-decoration:none;color:#fff}.c-entry-content{font-size:.875rem;line-height:1.5;color:#fff}.c-entry-content>:first-child{margin-top:0}.c-entry-content>:last-child{margin-bottom:0}.c-entry-content p{font-size:inherit;margin:0 0 16px;line-height:inherit}.c-entry-content h1,.c-entry-content h2,.c-entry-content h3,.c-entry-content h4,.c-entry-content h5,.c-entry-content h6,.c-entry-content .h1,.c-entry-content .h2,.c-entry-content .h3,.c-entry-content .h4,.c-entry-content .h5,.c-entry-content .h6{color:#000;margin:32px 0 12px;line-height:1.3;font-weight:700}.c-entry-content h1,.c-entry-content .h1{font-size:3rem}.c-entry-content h2,.c-entry-content .h2{font-size:2rem}.c-entry-content h3,.c-entry-content .h3{font-size:1.5rem}.c-entry-content h4,.c-entry-content .h4{font-size:1.25rem}.c-entry-content h5,.c-entry-content .h5{font-size:1.125rem}.c-entry-content h6,.c-entry-content .h6{font-size:1rem}.c-entry-content img{max-width:100%;height:auto;display:block;margin:0 auto 16px;border-radius:4px}.c-entry-content figure{margin:0 0 16px;text-align:center}.c-entry-content .caption,.c-entry-content p.caption,.c-entry-content figcaption{display:block;max-width:90%;margin:8px auto 0;color:#fff;font-size:.75rem;line-height:1.25;font-style:italic;text-align:center}.c-entry-content .caption b,.c-entry-content .caption strong,.c-entry-content p.caption b,.c-entry-content p.caption strong,.c-entry-content figcaption b,.c-entry-content figcaption strong{color:inherit}.c-entry-content ul,.c-entry-content ol{margin:0 0 16px 20px;padding:0}.c-entry-content ul li,.c-entry-content ol li{margin-bottom:4px}.c-entry-content table{width:100%;margin-bottom:16px;border-collapse:collapse}.c-entry-content table.picture{line-height:1.25;font-family:"Be Vietnam Pro",sans-serif}.c-entry-content table.picture td{border:none;padding:0}.c-entry-content table img{margin-bottom:0;width:100%}.c-entry-content table td.pCaption{padding:8px 0;font-size:.75rem;color:#999;text-align:center}@media(min-width: 768px){.c-entry-content{font-size:1rem}.c-entry-content p{margin-bottom:20px}}@media(min-width: 992px){.container{padding-left:0;padding-right:0;max-width:910px;width:910px}}@media(min-width: 1200px){.container{max-width:1140px;width:1140px}}@media(min-width: 1600px){.container{max-width:1440px;width:1440px}}.c-menu-toogle{display:inline-block;vertical-align:middle;width:24px;height:24px;border:none;background-color:rgba(0,0,0,0);padding:0;position:relative;z-index:1}.c-menu-toogle:focus{outline:none;border:none}.c-menu-toogle span{background-color:#dfcb96;font-size:0;width:18px;height:2px;position:absolute;top:11px;left:3px;border-radius:2px}.c-menu-toogle span:before,.c-menu-toogle span:after{content:"";background-color:#dfcb96;position:absolute;left:0;width:100%;height:100%;transition:all .4s ease;border-radius:2px}.c-menu-toogle span:before{transform:translateY(-6px);width:100%}.c-menu-toogle span:after{transform:translateY(6px);width:100%}.c-menu-toogle.is-active span{background-color:rgba(0,0,0,0) !important;left:5px}.c-menu-toogle.is-active span:before,.c-menu-toogle.is-active span:after{background-color:rgba(255,255,255,.6)}.c-menu-toogle.is-active span:before{transform:translateY(0px) rotate(45deg);width:20px}.c-menu-toogle.is-active span:after{transform:translateY(0px) rotate(-45deg);width:20px}.c-header{position:relative;z-index:100;background-color:#fff;transition:all .3s ease}.c-header.is-sticky{position:fixed;top:0;left:0;right:0;box-shadow:0 4px 12px rgba(0,0,0,.08);animation:slideDown .4s ease-in-out}.c-header__inner{display:flex;flex-direction:row;align-items:center;justify-content:space-between;height:80px}.c-header__left{display:flex;flex-direction:row;align-items:center}.c-header__left>*{margin-right:12px}.c-header__left>*:last-child{margin-right:0}.c-header__right{display:flex;flex-direction:row;align-items:center;justify-content:flex-end}.c-header__right>*{margin-left:12px}.c-header__right>*:first-child{margin-left:0}.c-logo{display:inline-block;vertical-align:middle}.c-logo img{width:auto;height:56px;max-width:100%}.c-search .c-search__inner{position:relative;z-index:1}.c-search .form-control{background-color:rgba(0,0,0,0);border:none}.c-search .c-search__btn{position:absolute;z-index:2;top:0;right:0;padding:0;text-align:center;border:none}.c-search .c-search__btn:focus{outline:none}@keyframes slideDown{from{transform:translateY(-100%)}to{transform:translateY(0)}}body.has-sticky-header{padding-top:80px}@media(min-width: 992px){.c-menu-toogle{display:none}.c-header__left>*{margin-right:16px}.c-header__right>*{margin-left:16px}}.c-menu{position:absolute;z-index:10;top:100%;left:0;right:0;background:#fff;display:none}.c-menu>ul{list-style:none;padding:0;margin:0}.c-menu>ul>li>a{text-decoration:none;display:block;color:#fff;padding:12px 16px;font-weight:600}@media(min-width: 992px){.c-menu{position:static;background:rgba(0,0,0,0);display:block !important}.c-menu>ul>li{float:left}.c-menu>ul>li>a{line-height:40px;padding:0 12px}.c-menu>ul>li:hover>a{color:#dfcb96}}@media(min-width: 1200px){.c-menu>ul>li>a{padding:0 16px}}@media(min-width: 1600px){.c-menu>ul>li>a{padding:0 24px}}.c-footer{padding-top:32px;padding-bottom:32px;background-color:#fff;background-image:url("../images/footer-bg.png");background-repeat:no-repeat;background-position:bottom center;background-size:100% auto}.c-footer__top{margin-bottom:16px}.c-footer__main{margin-bottom:24px}.c-footer__copyright{color:#ddd;font-size:.875rem}.c-footer-item__label{color:#fff;font-size:1.125rem;font-weight:600;margin-bottom:8px}.c-footer-item__content{color:#fff;font-size:1rem}@media(min-width: 768px){.c-footer{padding-top:40px;padding-bottom:40px}.c-footer__top{margin-bottom:24px}.c-footer__main{margin-bottom:36px}.c-footer__copyright{font-size:1rem}.c-footer-item__label{font-size:1.25rem;margin-bottom:12px}.c-footer-item__content{font-size:1.125rem}}@media(min-width: 992px){.c-footer{padding-top:48px;padding-bottom:48px}.c-footer__top{margin-bottom:36px}.c-footer__main{margin-bottom:48px}}@media(min-width: 1600px){.c-footer{background-size:auto}}.c-page-layout__inner{display:flex;gap:30px}@media(max-width: 991px){.c-page-layout__inner{flex-direction:column}}.c-page-layout__main{flex:1;min-width:0}.c-page-layout__sidebar{width:300px;flex-shrink:0}.c-section{padding-top:32px;padding-bottom:32px}@media(min-width: 768px){.c-section{padding-top:40px;padding-bottom:40px}}@media(min-width: 992px){.c-section{padding-top:48px;padding-bottom:48px}}@media(min-width: 1200px){.c-section{padding-top:64px;padding-bottom:64px}}.c-section__inner{padding:32px 16px}@media(min-width: 768px){.c-section__inner{padding:40px 24px}}@media(min-width: 992px){.c-section__inner{padding:48px 32px}}@media(min-width: 1200px){.c-section__inner{padding:64px 40px}}.c-section--large{padding-top:64px;padding-bottom:64px}@media(min-width: 768px){.c-section--large{padding-top:80px;padding-bottom:80px}}@media(min-width: 992px){.c-section--large{padding-top:96px;padding-bottom:96px}}@media(min-width: 1200px){.c-section--large{padding-top:128px;padding-bottom:128px}}.c-section--large-top{padding-top:64px}@media(min-width: 768px){.c-section--large-top{padding-top:80px}}@media(min-width: 992px){.c-section--large-top{padding-top:96px}}@media(min-width: 1200px){.c-section--large-top{padding-top:128px}}.c-section--large-bottom{padding-bottom:64px}@media(min-width: 768px){.c-section--large-bottom{padding-bottom:80px}}@media(min-width: 992px){.c-section--large-bottom{padding-bottom:96px}}@media(min-width: 1200px){.c-section--large-bottom{padding-bottom:128px}}.c-section--small{padding-top:16px;padding-bottom:16px}@media(min-width: 768px){.c-section--small{padding-top:20px;padding-bottom:20px}}@media(min-width: 992px){.c-section--small{padding-top:24px;padding-bottom:24px}}@media(min-width: 1200px){.c-section--small{padding-top:32px;padding-bottom:32px}}.c-section--small-top{padding-top:16px}@media(min-width: 768px){.c-section--small-top{padding-top:20px}}@media(min-width: 992px){.c-section--small-top{padding-top:24px}}@media(min-width: 1200px){.c-section--small-top{padding-top:32px}}.c-section--small-bottom{padding-bottom:16px}@media(min-width: 768px){.c-section--small-bottom{padding-bottom:20px}}@media(min-width: 992px){.c-section--small-bottom{padding-bottom:24px}}@media(min-width: 1200px){.c-section--small-bottom{padding-bottom:32px}}.c-section--none{padding-top:0;padding-bottom:0}.c-section--none-top{padding-top:0}.c-section--none-bottom{padding-bottom:0}.breadcrumb{margin-bottom:0;border-radius:0;background-color:rgba(0,0,0,0);padding:12px 0}.breadcrumb>li>a{text-decoration:none;color:#dfcb96}.btn{font-size:.875rem;cursor:pointer}.btn-group-lg>.btn,.btn-lg{font-size:1.125rem}.btn-group-sm>.btn,.btn-sm{font-size:.75rem}.form-control{font-size:.875rem;box-shadow:none}.form-control:focus{box-shadow:none}.form-control-lg{font-size:1.125rem}.form-control-sm{font-size:.75rem}textarea.form-control{height:auto}input.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none}select:not([multiple]).b-select-custom{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-position:right 50% !important;background-repeat:no-repeat !important;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAMCAYAAABSgIzaAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMC1jMDYwIDYxLjEzNDc3NywgMjAxMC8wMi8xMi0xNzozMjowMCAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNSBNYWNpbnRvc2giIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NDZFNDEwNjlGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NDZFNDEwNkFGNzFEMTFFMkJEQ0VDRTM1N0RCMzMyMkIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo0NkU0MTA2N0Y3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo0NkU0MTA2OEY3MUQxMUUyQkRDRUNFMzU3REIzMzIyQiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PuGsgwQAAAA5SURBVHjaYvz//z8DOYCJgUxAf42MQIzTk0D/M+KzkRGPoQSdykiKJrBGpOhgJFYTWNEIiEeAAAMAzNENEOH+do8AAAAASUVORK5CYII=) !important;padding:.5em;padding-right:1.5em}select:not([multiple])::-ms-expand{display:none}.input-lg{font-size:1.125rem}.input-sm{font-size:.75rem}.icon20-download-white{background-image:url("../images/icons/icon20-download-white.svg")}.icon20-arrow-down-primary{background-image:url("../images/icons/icon20-arrow-down-primary.svg")}.icon40-close-gray{background-image:url("../images/icons/icon40-close-gray.svg")}.b-page .page-item{margin:0 4px}.b-page .page-item.disabled .page-link{background:#f6f6f6;color:#999}.b-page .page-item.active .page-link{background:#dfcb96}.b-page .page-link{border:none;background:#f6f6f6;color:#fff;border-radius:4px}.b-table{width:100%;display:table}.b-table__row{display:table-row}.b-table__cell{display:table-cell;vertical-align:middle}.c-template-grid .c-card-grid{min-height:0}.c-template-grid .c-card-grid__video{margin-bottom:12px}.c-template-grid .c-card-grid__video iframe{width:100%}.c-template-grid .c-card-grid__video img{width:100%}.c-template-grid .c-card-grid__img{width:auto;height:auto;float:none;margin-bottom:12px}.c-template-grid .c-card-grid__img a{display:block;padding-top:66.6666666667%;overflow:hidden;position:relative;z-index:1}.c-template-grid .c-card-grid__img img{position:absolute;z-index:2;top:0;left:0;min-height:100%;-o-object-fit:cover;object-fit:cover}.c-template-grid .c-card-grid__icon{position:absolute;z-index:3;bottom:4px;left:4px;height:30px;width:30px;line-height:28px;background-color:#dfcb96;border:1px solid #fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:4px;border-radius:50%}.c-template-grid .c-card-grid__counttime{position:absolute;z-index:3;bottom:0;left:0;height:16px;line-height:14px;padding:0 8px;color:#000;font-size:.75rem;font-weight:400;background-color:#fff}.c-template-grid .c-card-grid__counttime:has(.icon12-play-white){padding:0 8px 0 36px;height:30px;line-height:28px}.c-template-grid .c-card-grid__counttime .icon12-play-white{width:30px;height:30px;background-color:#007bff;position:absolute;z-index:2;left:0;top:0}.c-template-grid .c-card-grid__row{color:#ddd}.c-template-grid .c-card-grid__desc{display:none;font-size:1rem;font-family:"Be Vietnam Pro",sans-serif}.c-template-grid .c-card-grid__desc a{color:#ddd;text-decoration:none;display:block}.c-template-grid .c-card-grid__title{margin-top:8px;margin-bottom:8px;font-size:1.125rem;font-weight:700;line-height:1.3;font-family:"Lora",serif;font-optical-sizing:auto;color:#fff}.c-template-grid .c-card-grid__title:first-child{margin-top:0}.c-template-grid .c-card-grid__title:last-child{margin-bottom:0}.c-template-grid .c-card-grid__title a{display:block;text-decoration:none;color:#fff}.c-template-grid .c-card-grid__title [class*=icon]{margin-right:4px;margin-top:-2px}.c-template-grid .c-card-grid__time{font-size:.75rem;display:inline-block;vertical-align:middle;color:#999;margin-right:4px}.c-template-grid .c-card-grid__space{font-size:.75rem;display:inline-block;vertical-align:middle;color:#ddd;margin-right:4px}.c-template-grid .c-card-grid__cat{font-size:.75rem;display:inline-block;vertical-align:middle;color:#dfcb96;margin-right:4px;text-transform:uppercase;font-weight:700}.c-template-grid .c-card-grid__cat [class*=icon]{margin-right:4px}.c-template-grid .c-card-grid a.c-card-grid__cat{text-decoration:none;color:#dfcb96}.c-template-grid .c-card-grid__area{font-weight:700;font-size:.75rem;display:inline-block;vertical-align:middle;margin-right:4px;color:#dfcb96;border:1px solid #dfcb96;padding:2px 4px;text-transform:uppercase}.c-template-grid .c-card-grid a.c-card-grid__area{text-decoration:none;color:#dfcb96}.c-template-grid .c-card-grid__ad{font-size:.75rem;display:inline-block;vertical-align:middle;color:#999;margin-right:4px}.c-template-grid .c-card-grid__ad [class*=icon]{margin-right:4px}.c-template-grid .c-card-grid .h-show-pc{display:none}.c-template-grid .c-card-grid--video .c-card-grid__img a:before{content:"";position:absolute;z-index:3;width:36px;height:36px;background-color:#fff;top:50%;left:50%;margin-left:-18px;margin-top:-18px;border-radius:50%;box-shadow:0px 0px 20px rgba(0, 0, 0, 0.2)}.c-template-grid .c-card-grid--video .c-card-grid__img a:after{content:"";width:16px;height:16px;position:absolute;z-index:4;top:50%;left:50%;margin-left:-8px;margin-top:-8px;background-image:url("../images/icons/icon16-play-primary.svg");background-repeat:no-repeat;background-position:center center}.c-template-grid>ul{list-style:none;margin:0;padding:0}.c-template-grid>ul>li{padding-bottom:16px}.c-template-grid--col-2>ul{margin:0 -8px;display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap}.c-template-grid--col-2>ul>li{padding-left:8px;padding-right:8px;width:50%}.c-template-grid--border>ul>li{border-bottom:1px solid #3a3528;padding-bottom:20px;margin-bottom:20px}.c-template-grid--border>ul>li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.c-template-grid--border.c-template-grid--last-line>ul>li:last-child{padding-bottom:20px}.c-template-grid--border.c-template-grid--last-line>ul>li:last-child .c-card-grid{border-bottom:1px solid #3a3528;padding-bottom:20px}@media(min-width: 768px){.c-template-grid .c-card-grid__title{font-size:1.25rem}.c-template-grid--col-2>ul{margin:0 -12px}.c-template-grid--col-2>ul>li{padding-left:12px;padding-right:12px}.c-template-grid--col-2-tablet>ul{display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap;margin:0 -12px}.c-template-grid--col-2-tablet>ul>li{padding-left:12px;padding-right:12px;width:50%}.c-template-grid--col-3-tablet .c-card-grid__title{font-size:1rem}.c-template-grid--col-3-tablet>ul{display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap;margin:0 -12px}.c-template-grid--col-3-tablet>ul>li{padding-left:12px;padding-right:12px;width:33.3333333333%}.c-template-grid--column-reverse .c-card-grid{display:flex;flex-direction:column-reverse}.c-template-grid--column-reverse .c-card-grid__img{width:100%;margin-bottom:0}.c-template-grid--column-reverse .c-card-grid__content{width:100%;margin-bottom:12px}.c-template-grid--border.c-template-grid--col-2-tablet .c-card-grid{border-bottom:1px solid #3a3528;padding-bottom:20px;height:100%}.c-template-grid--border.c-template-grid--col-2-tablet>ul>li{border-bottom:none;margin-bottom:0}.c-template-grid--border.c-template-grid--col-2-tablet>ul>li:nth-last-child(1) .c-card-grid,.c-template-grid--border.c-template-grid--col-2-tablet>ul>li:nth-last-child(2) .c-card-grid{border-bottom:none;padding-bottom:0}.c-template-grid--border.c-template-grid--col-3-tablet .c-card-grid{border-bottom:1px solid #3a3528;padding-bottom:20px;height:100%}.c-template-grid--border.c-template-grid--col-3-tablet>ul>li{border-bottom:none;margin-bottom:0}.c-template-grid--border.c-template-grid--col-3-tablet>ul>li:nth-last-child(1) .c-card-grid,.c-template-grid--border.c-template-grid--col-3-tablet>ul>li:nth-last-child(2) .c-card-grid,.c-template-grid--border.c-template-grid--col-3-tablet>ul>li:nth-last-child(3) .c-card-grid{border-bottom:none;padding-bottom:0}.c-template-grid--col-line-tablet.c-template-grid--col-3-tablet>ul>li{border-right:1px solid #3a3528;padding-right:8px}.c-template-grid--col-line-tablet.c-template-grid--col-3-tablet>ul>li:nth-child(3n+3){border-right:none;padding-right:12px}.c-template-grid--col-line-tablet.c-template-grid--col-3-tablet>ul>li:nth-last-child(1),.c-template-grid--col-line-tablet.c-template-grid--col-3-tablet>ul>li:nth-last-child(2),.c-template-grid--col-line-tablet.c-template-grid--col-3-tablet>ul>li:nth-last-child(3){padding-bottom:0}.c-template-grid--col-line-tablet.c-template-grid--border>ul>li{border-bottom:none}}@media(min-width: 768px)and (max-width: 991px){.c-template-grid--col-3-tablet.c-template-grid--border-mobile>ul>li{border-bottom:none;margin-bottom:0}.c-template-grid--col-2-tablet-only:last-child{margin-bottom:-20px;min-height:20px}.c-template-grid--col-2-tablet-only>ul{display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap;margin:0 -12px}.c-template-grid--col-2-tablet-only>ul>li{width:50%;padding-left:12px;padding-right:12px}.c-template-grid--col-2-tablet-only.c-template-grid--border>ul>li{border-bottom:none;margin-bottom:0}}@media(min-width: 992px){.c-template-grid .c-card-grid__desc{display:block;font-size:1rem}.c-template-grid .c-card-grid__title{font-size:1.125rem}.c-template-grid .c-card-grid__title a{transition:all .2s ease}.c-template-grid .c-card-grid__title a:hover{color:#dfcb96}.c-template-grid .c-card-grid__time{font-size:.875rem}.c-template-grid .c-card-grid__space{font-size:.875rem}.c-template-grid .c-card-grid__cat{font-size:.875rem}.c-template-grid .c-card-grid a.c-card-grid__cat{transition:all .2s ease}.c-template-grid .c-card-grid a.c-card-grid__cat:hover{color:#dfcb96}.c-template-grid .c-card-grid__area{font-size:.875rem}.c-template-grid .c-card-grid__area{transition:all .2s ease}.c-template-grid .c-card-grid__area:hover{color:#fff;background-color:#dfcb96}.c-template-grid .c-card-grid__ad{font-size:.875rem}.c-template-grid .c-card-grid a.c-card-grid__tag{font-size:1rem}.c-template-grid .c-card-grid .h-show-pc{display:block}.c-template-grid--title-first-mobile .c-card-grid__row{margin-bottom:0}.c-template-grid--title-first-mobile .c-card-grid__desc{display:none}.c-template-grid--title-first-mobile.c-template-grid--sapo-lg .c-card-grid__row{margin-bottom:12px}.c-template-grid--title-first-mobile.c-template-grid--sapo-lg .c-card-grid__row:last-child{margin-bottom:0}.c-template-grid--title-first-mobile.c-template-grid--sapo-lg .c-card-grid__desc{display:block}.c-template-grid--col-2-lg>ul{display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap;margin:0 -12px}.c-template-grid--col-2-lg>ul>li{padding-left:12px;padding-right:12px;width:50%}.c-template-grid--col-3-pc .c-card-grid__title{font-size:1rem}.c-template-grid--col-3-pc>ul{display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap;margin:0 -12px}.c-template-grid--col-3-pc>ul>li{padding-left:12px;padding-right:12px;width:33.3333333333%}.c-template-grid--col-4-pc .c-card-grid__title{font-size:1rem}.c-template-grid--col-4-pc>ul{display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap;margin:0 -12px}.c-template-grid--col-4-pc>ul>li{padding-left:12px;padding-right:12px;width:25%}.c-template-grid--col-5-pc .c-card-grid__title{font-size:1rem}.c-template-grid--col-5-pc>ul{display:flex;flex-direction:row;align-items:stretch;flex-wrap:wrap;margin:0 -12px}.c-template-grid--col-5-pc>ul>li{width:20%;padding-left:12px;padding-right:12px}.c-template-grid--list-pc .c-card-grid{display:flex;flex-direction:row;align-items:flex-start}.c-template-grid--list-pc .c-card-grid .c-card-grid__img{width:280px;margin-bottom:0}.c-template-grid--list-pc .c-card-grid .c-card-grid__content{width:calc(100% - 280px);padding-left:16px}.c-template-grid--list-pc .c-card-grid .c-card-grid__row{margin-bottom:12px}.c-template-grid--list-pc .c-card-grid .c-card-grid__row:last-child{margin-bottom:0}.c-template-grid--list-pc .c-card-grid__title{font-size:1.25rem}.c-template-grid--list-pc .c-card-grid .c-card-grid__desc{display:block}.c-template-grid--border--col-3-pc .c-card-grid{border-bottom:1px solid #3a3528;padding-bottom:20px;height:100%}.c-template-grid--border--col-3-pc>ul>li{border-bottom:none;margin-bottom:0}.c-template-grid--border--col-3-pc>ul>li:nth-last-child(1) .c-card-grid,.c-template-grid--border--col-3-pc>ul>li:nth-last-child(2) .c-card-grid,.c-template-grid--border--col-3-pc>ul>li:nth-last-child(3) .c-card-grid{border-bottom:none;padding-bottom:0}.c-template-grid--border--col-4-pc .c-card-grid{border-bottom:1px solid #3a3528;padding-bottom:20px;height:100%}.c-template-grid--border--col-4-pc>ul>li{border-bottom:none;margin-bottom:0}.c-template-grid--border--col-4-pc>ul>li:nth-last-child(1) .c-card-grid,.c-template-grid--border--col-4-pc>ul>li:nth-last-child(2) .c-card-grid,.c-template-grid--border--col-4-pc>ul>li:nth-last-child(3) .c-card-grid,.c-template-grid--border--col-4-pc>ul>li:nth-last-child(4) .c-card-grid{border-bottom:none;padding-bottom:0}.c-template-grid--col-line-pc--col-4-pc>ul>li{border-right:1px solid #3a3528;padding-right:8px}.c-template-grid--col-line-pc--col-4-pc>ul>li:nth-child(4n+4){border-right:none;padding-right:12px}.c-template-grid--col-line-pc--col-4-pc>ul>li:nth-last-child(1),.c-template-grid--col-line-pc--col-4-pc>ul>li:nth-last-child(2),.c-template-grid--col-line-pc--col-4-pc>ul>li:nth-last-child(3),.c-template-grid--col-line-pc--col-4-pc>ul>li:nth-last-child(4){padding-bottom:0}.c-template-grid--col-line-pc--col-3-pc>ul>li{border-right:1px solid #3a3528;padding-right:8px}.c-template-grid--col-line-pc--col-3-pc>ul>li:nth-child(3n+3){border-right:none;padding-right:12px}.c-template-grid--col-line-pc--col-3-pc>ul>li:nth-last-child(1),.c-template-grid--col-line-pc--col-3-pc>ul>li:nth-last-child(2),.c-template-grid--col-line-pc--col-3-pc>ul>li:nth-last-child(3){padding-bottom:0}.c-template-grid--col-line-pc--col-2-pc>ul>li{border-right:1px solid #3a3528;padding-right:8px}.c-template-grid--col-line-pc--col-2-pc>ul>li:nth-child(2n+2){border-right:none;padding-right:12px}.c-template-grid--col-line-pc--col-2-pc>ul>li:nth-last-child(1),.c-template-grid--col-line-pc--col-2-pc>ul>li:nth-last-child(2){padding-bottom:0}.c-box.is-border.is-primary.is-border-radius .bg-box.bg-gray-light.is-border-radius hr{-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=15)";filter:alpha(opacity=15);-moz-opacity:0.15;-khtml-opacity:0.15;opacity:0.15}.c-box.is-border.is-primary.is-border-radius .bg-box.bg-gray-light.is-border-radius .c-template-grid.c-template-grid--col-2-tablet.c-template-grid--col-4-pc.c-template-grid--border-mobile .c-card-grid__title{font-size:.875rem}}@media(min-width: 1200px){.c-template-grid--col-2>ul{margin:0 -16px}.c-template-grid--col-2>ul>li{padding-left:16px;padding-right:16px}.c-template-grid--col-2-tablet>ul{margin:0 -16px}.c-template-grid--col-2-tablet>ul>li{padding-left:16px;padding-right:16px}.c-template-grid--col-3-tablet>ul{margin:0 -16px}.c-template-grid--col-3-tablet>ul>li{padding-left:16px;padding-right:16px}.c-template-grid--col-2-pc>ul{margin:0 -16px}.c-template-grid--col-2-pc>ul>li{padding-left:16px;padding-right:16px}.c-template-grid--col-3-pc>ul{margin:0 -16px}.c-template-grid--col-3-pc>ul>li{padding-left:16px;padding-right:16px}.c-template-grid--col-4-pc>ul{margin:0 -16px}.c-template-grid--col-4-pc>ul>li{padding-left:16px;padding-right:16px}.c-template-grid--col-5-pc>ul{margin:0 -16px}.c-template-grid--col-5-pc>ul>li{padding-left:16px;padding-right:16px;padding-bottom:32px}.c-template-grid--list-pc .c-card-grid .c-card-grid__content{padding-left:20px}.c-template-grid--list-pc--thumb-large .c-card-grid .c-card-grid__img{width:420px}.c-template-grid--list-pc--thumb-large .c-card-grid .c-card-grid__content{width:calc(100% - 420px)}.c-template-grid--col-line-pc--col-4-pc>ul>li{padding-right:16px}.c-template-grid--col-line-pc--col-4-pc>ul>li:nth-child(4n+4){padding-right:16px}.c-template-grid--col-line-pc--col-3-pc>ul>li{padding-right:16px}.c-template-grid--col-line-pc--col-3-pc>ul>li:nth-child(3n+3){padding-right:16px}.c-template-grid--col-line-pc--col-2-pc>ul>li{padding-right:16px}.c-template-grid--col-line-pc--col-2-pc>ul>li:nth-child(2n+2){padding-right:16px}.c-template-grid--col-line-tablet--col-3-tablet>ul>li{padding-right:16px}.c-template-grid--col-line-tablet--col-3-tablet>ul>li:nth-child(3n+3){padding-right:16px}}@media(max-width: 991px){.c-template-grid--sapo-mobile .c-card-grid .c-card-grid__desc{display:block}.c-template-grid--border-mobile>ul>li{border-bottom:1px solid #3a3528;padding-bottom:20px;margin-bottom:20px}.c-template-grid--border-mobile>ul>li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.c-template-grid--title-first-mobile .c-card-grid{display:flex;flex-direction:column-reverse}.c-template-grid--title-first-mobile .c-card-grid .c-card-grid__img{width:100%;margin-bottom:0}.c-template-grid--title-first-mobile .c-card-grid .c-card-grid__content{width:100%;margin-bottom:12px}.c-template-grid--title-first-mobile .c-card-grid .c-card-grid__desc{display:block}.c-template-grid--column-reverse-mobile .c-card-grid{display:flex;flex-direction:column-reverse}.c-template-grid--column-reverse-mobile .c-card-grid .c-card-grid__img{width:100%;margin-bottom:0}.c-template-grid--column-reverse-mobile .c-card-grid .c-card-grid__content{width:100%;margin-bottom:12px}}@media(max-width: 320px){.c-template-grid .c-card-grid .c-card-grid__time{font-size:.6875rem}.c-template-grid .c-card-grid .c-card-grid__space{font-size:.6875rem}.c-template-grid .c-card-grid .c-card-grid__cat{font-size:.6875rem}}@media(max-width: 991px)and (min-width: 767px){.c-template-grid--title-first-mobile--col-2-tablet .c-card-grid,.c-template-grid--title-first-mobile--col-3-tablet .c-card-grid{flex-direction:column}.c-template-grid--title-first-mobile--col-2-tablet .c-card-grid .c-card-grid__img,.c-template-grid--title-first-mobile--col-3-tablet .c-card-grid .c-card-grid__img{margin-bottom:12px}.c-template-grid--title-first-mobile--col-2-tablet .c-card-grid .c-card-grid__content,.c-template-grid--title-first-mobile--col-3-tablet .c-card-grid .c-card-grid__content{margin-bottom:0}.c-template-grid--title-first-mobile--col-2-tablet .c-card-grid .c-card-grid__desc,.c-template-grid--title-first-mobile--col-3-tablet .c-card-grid .c-card-grid__desc{display:none}.c-template-grid--border-mobile--col-3-tablet>ul>li,.c-template-grid--border-mobile--col-2-tablet>ul>li{border-bottom:none;margin-bottom:0}}.c-template-grid--news-list .c-card-grid{display:flex;flex-direction:row;align-items:flex-start;flex-wrap:wrap}.c-template-grid--news-list .c-card-grid__img{width:44.8275862069%;height:auto;float:none;position:relative;z-index:1;border-radius:6px}.c-template-grid--news-list .c-card-grid__img a{display:block;padding-top:66.6666666667%;overflow:hidden;position:relative;z-index:1}.c-template-grid--news-list .c-card-grid__img img{position:absolute;z-index:2;top:0;left:0;min-height:100%;-o-object-fit:cover;object-fit:cover}.c-template-grid--news-list .c-card-grid__img a.c-card-grid__topic{padding:4px 12px;display:inline-block;position:absolute;text-decoration:none}.c-template-grid--news-list .c-card-grid__icon{position:absolute;z-index:3;bottom:4px;left:4px;height:30px;width:30px;line-height:28px;background-color:#6c757d;border:1px solid #fff;display:flex;flex-direction:column;align-items:center;justify-content:center;padding-left:4px;border-radius:50%}.c-template-grid--news-list .c-card-grid__counttime{position:absolute;z-index:5;left:0;bottom:0;height:24px;font-size:.75rem;color:#fff;font-weight:700;line-height:22px;padding:0 4px 0 30px;background-color:rgba(0,0,0,.3)}.c-template-grid--news-list .c-card-grid__counttime .icon12-play-white{width:24px;height:24px;background-color:rgba(0,0,0,.3);position:absolute;z-index:2;top:0;left:0}.c-template-grid--news-list .c-card-grid__content{margin-left:0;padding-left:16px;width:55.1724137931%}.c-template-grid--news-list .c-card-grid__row{margin-bottom:8px;line-height:1.4;color:#ddd}.c-template-grid--news-list .c-card-grid__row:last-child{margin-bottom:0}.c-template-grid--news-list .c-card-grid>.c-card-grid__row{width:100%;margin-bottom:12px}.c-template-grid--news-list .c-card-grid__desc{display:none;font-size:.9375rem;font-family:"Be Vietnam Pro",sans-serif}.c-template-grid--news-list .c-card-grid__desc a{color:#ddd;text-decoration:none;display:block}.c-template-grid--news-list .c-card-grid__title{margin-top:8px;margin-bottom:8px;font-size:1rem;font-weight:700;font-family:"Lora",serif;font-optical-sizing:auto;line-height:1.4;color:#fff}.c-template-grid--news-list .c-card-grid__title:first-child{margin-top:0}.c-template-grid--news-list .c-card-grid__title:last-child{margin-bottom:0}.c-template-grid--news-list .c-card-grid__title a{display:block;text-decoration:none;color:#fff}.c-template-grid--news-list .c-card-grid__title [class*=icon]{margin-right:4px;margin-top:-2px}.c-template-grid--news-list .c-card-grid__topic{position:absolute;z-index:4;bottom:0;left:0;max-width:100%;background-color:#dfcb96;color:#fff;font-size:.875rem;font-weight:700;padding:4px 12px;text-transform:uppercase}.c-template-grid--news-list .c-card-grid__time{font-size:.75rem;display:inline-block;vertical-align:middle;color:#ddd;margin-right:4px}.c-template-grid--news-list .c-card-grid__space{font-size:.75rem;display:inline-block;vertical-align:middle;color:#ddd;margin-right:4px}.c-template-grid--news-list .c-card-grid__cat{font-size:.75rem;display:inline-block;vertical-align:middle;color:#dfcb96;margin-right:4px;text-transform:uppercase;font-weight:700}.c-template-grid--news-list .c-card-grid a.c-card-grid__cat{text-decoration:none;color:#dfcb96}.c-template-grid--news-list .c-card-grid__ad{font-size:.75rem;display:inline-block;vertical-align:middle;color:#999;margin-right:4px}.c-template-grid--news-list .c-card-grid__ad [class*=icon]{margin-right:4px}.c-template-grid--news-list>ul{list-style:none;margin:0;padding:0}.c-template-grid--news-list>ul>li{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #3a3528}.c-template-grid--news-list>ul>li:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.c-template-grid--news-list--last-line>ul>li:last-child{padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #3a3528}.c-template-grid--news-list--image-right .c-card-grid{flex-direction:row-reverse}.c-template-grid--news-list--image-right .c-card-grid__content{padding-left:0;padding-right:16px}@media(min-width: 768px){.c-template-grid--news-list .c-card-grid__img{width:200px}.c-template-grid--news-list .c-card-grid__content{width:calc(100% - 200px)}.c-template-grid--news-list .c-card-grid__title{font-size:1.125rem}}@media(min-width: 992px){.c-template-grid--news-list .c-card-grid__img{width:160px}.c-template-grid--news-list .c-card-grid__content{width:calc(100% - 160px)}.c-template-grid--news-list .c-card-grid__desc{display:block;font-size:1rem}.c-template-grid--news-list .c-card-grid__title{font-size:1.25rem}.c-template-grid--news-list .c-card-grid__title a{transition:all .2s ease}.c-template-grid--news-list .c-card-grid__title a:hover{color:#dfcb96}.c-template-grid--news-list .c-card-grid__time{font-size:.875rem}.c-template-grid--news-list .c-card-grid__space{font-size:.875rem}.c-template-grid--news-list .c-card-grid__cat{font-size:.875rem}.c-template-grid--news-list .c-card-grid a.c-card-grid__cat{transition:all .2s ease}.c-template-grid--news-list .c-card-grid a.c-card-grid__cat:hover{color:#dfcb96}.c-template-grid--news-list .c-card-grid__ad{font-size:.875rem}.c-template-grid--news-list--grid-pc .c-card-grid{display:block}.c-template-grid--news-list--grid-pc .c-card-grid__img{width:auto;margin-bottom:12px;border-radius:6px}.c-template-grid--news-list--grid-pc .c-card-grid__content{padding-left:0;width:100%}.c-template-grid--news-list--grid-pc .c-card-grid__title{font-size:1.125rem}.c-template-grid--news-list--grid-pc--col-3>ul{display:flex;flex-direction:row;align-items:stretch;margin:0 -12px;flex-wrap:wrap}.c-template-grid--news-list--grid-pc--col-3>ul>li{width:33.3333333333%;padding-left:12px;padding-right:12px;margin-bottom:0;border-bottom:none}.c-template-grid--news-list--grid-pc--col-3>ul>li:last-child{padding-bottom:20px}.c-template-grid--news-list--small-pc .c-card-grid__img{width:90px}.c-template-grid--news-list--small-pc .c-card-grid__content{width:calc(100% - 90px)}.c-template-grid--news-list--small-pc .c-card-grid__title{font-size:1rem}.c-template-grid--news-list--small-pc>ul>li{margin-bottom:12px;padding-bottom:12px}.c-template-grid--news-list--small-pc>ul>li:last-child{margin-bottom:0;padding-bottom:0}}@media(max-width: 320px){.c-template-grid--news-list .c-card-grid__time{font-size:.6875rem}.c-template-grid--news-list .c-card-grid__space{font-size:.6875rem}.c-template-grid--news-list .c-card-grid__cat{font-size:.6875rem}}.c-template-grid--news-short .c-card-grid{min-height:0}.c-template-grid--news-short .c-card-grid__img{display:none}.c-template-grid--news-short .c-card-grid__title{font-size:1rem}@media(min-width: 992px){.c-template-grid--news-short.c-template-grid--border>ul>li{margin-bottom:12px;padding-bottom:12px}.c-template-grid--news-short.c-template-grid--border>ul>li:last-child{margin-bottom:0;padding-bottom:0}}.c-template-grid--news-card .c-card-grid{min-height:0;background-color:#fff;height:100%;border:1px solid #3a3528;border-radius:4px;box-shadow:0 0 16px rgba(0, 0, 0, 0.05)}.c-template-grid--news-card .c-card-grid__img{margin-bottom:0;border-radius:4px 4px 0 0}.c-template-grid--news-card .c-card-grid__img a{padding-top:132.6530612245%}.c-template-grid--news-card .c-card-grid__content{padding:12px 16px}.c-template-grid--news-card .c-card-grid__title{text-align:center}@media(min-width: 992px){.c-template-grid--news-card.c-template-grid--col-4-lg>ul>li:last-child{padding-bottom:20px}}.c-template-list>ul{display:flex;flex-direction:column;list-style:none;margin:0;padding:0}.c-template-list>ul>li{width:100%;min-width:0;margin-bottom:16px}.c-template-list .c-card-grid{display:flex;flex-direction:row;align-items:stretch;min-height:0}.c-template-list .c-card-grid__img{flex:0 0 42%;width:42%;height:auto;margin-right:0}.c-template-list .c-card-grid__img a{display:block;width:100%;height:100%;min-height:180px;overflow:hidden}.c-template-list .c-card-grid__img img{display:block;width:100%;height:100%;min-height:100%;-o-object-fit:cover;object-fit:cover}.c-template-list .c-card-grid__content{flex:1 1 auto;min-width:0}.c-template-list .c-card-grid__title{margin:0}.c-template-list .c-card-grid__title a{text-decoration:none}.c-template-list--col-1>ul>li{width:100%}@media(min-width: 768px){.c-template-list>ul>li{margin-bottom:20px}}@media(max-width: 991px){.c-template-list>ul>li:last-child{margin-bottom:0}}@media(min-width: 992px){.c-template-list--col-2-pc>ul{flex-direction:row;flex-wrap:wrap;margin-right:-12px;margin-left:-12px}.c-template-list--col-2-pc>ul>li{padding-right:12px;padding-left:12px;width:50%;margin-bottom:24px}}@media(min-width: 1200px){.c-template-list--col-2-pc>ul{margin-right:-16px;margin-left:-16px}.c-template-list--col-2-pc>ul>li{padding-right:16px;padding-left:16px;margin-bottom:32px}}html:has(body.c-landing-page){height:100%;font-size:100%}@media(max-width: 991px){html:has(body.c-landing-page){height:auto;min-height:100%}}@media(min-width: 992px)and (max-height: 900px){html:has(body.c-landing-page){font-size:87.5%}}@media(min-width: 992px)and (max-height: 750px){html:has(body.c-landing-page){font-size:81.25%}}.c-landing-page{background-color:#2f2e2a;color:#fff}.c-landing-page.is-landing-swiper{height:100%;overflow:hidden}.c-landing-page.is-landing-scroll{height:auto;min-height:100%;overflow-x:hidden;overflow-y:visible;-webkit-overflow-scrolling:touch;touch-action:pan-y pinch-zoom}.c-landing{width:100%}.is-landing-swiper .c-landing{position:relative;height:100vh;height:100dvh}.is-landing-swiper .js-landing-swiper{width:100%;height:100dvh;max-height:100dvh;overflow:hidden}.is-landing-swiper .js-landing-swiper .swiper-wrapper{height:100%;max-height:100dvh}.is-landing-swiper .js-landing-swiper .swiper-slide{height:100%;max-height:100dvh;display:flex;flex-direction:column;overflow:hidden;background-color:#2f2e2a;box-sizing:border-box}.is-landing-swiper .js-landing-swiper .swiper-slide>.c-section{flex:1 1 auto;display:flex;flex-direction:column;width:100%;height:100%;min-height:0;margin:0;padding:0;opacity:1;visibility:visible;transform:none}.is-landing-swiper .js-landing-pagination.swiper-pagination-vertical.swiper-pagination-bullets{--swiper-pagination-bullet-size: 10px;--swiper-pagination-bullet-width: 10px;--swiper-pagination-bullet-height: 10px;--swiper-pagination-bullet-inactive-color: transparent;--swiper-pagination-bullet-inactive-opacity: 1;--swiper-pagination-color: #DFCB96;--swiper-pagination-bullet-vertical-gap: 0;position:absolute;z-index:108;right:24px;left:auto;top:50%;bottom:auto;width:auto;transform:translateY(-50%);pointer-events:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px}@media(min-width: 992px){.is-landing-swiper .js-landing-pagination.swiper-pagination-vertical.swiper-pagination-bullets{right:40px}}.is-landing-swiper .js-landing-pagination.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{display:block;flex-shrink:0;width:10px;height:10px;margin:0 !important;padding:0;background:rgba(0,0,0,0) !important;border:1px solid rgba(255,255,255,.38);border-radius:50%;opacity:1;box-sizing:border-box;position:relative;vertical-align:top;transition:border-color .3s ease,width .3s ease,height .3s ease}.is-landing-swiper .js-landing-pagination.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet::before,.is-landing-swiper .js-landing-pagination.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet::after{content:none;display:none}.is-landing-swiper .js-landing-pagination.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active{width:16px;height:16px;background:rgba(0,0,0,0) !important;border:1px solid #dfcb96;transform:none;box-shadow:none}.is-landing-swiper .js-landing-pagination.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet-active::after{content:"";display:block;position:absolute;top:4px;right:4px;bottom:4px;left:4px;border-radius:50%;background:#dfcb96}@media(max-width: 991px){body.c-landing-page{height:auto;min-height:100%;overflow-x:hidden;overflow-y:visible;-webkit-overflow-scrolling:touch;touch-action:pan-y pinch-zoom}.c-landing{height:auto}.js-landing-swiper.swiper-vertical{height:auto;overflow:visible;touch-action:pan-y pinch-zoom}.js-landing-swiper.swiper-vertical .swiper-wrapper{display:block;height:auto !important;transform:none !important;touch-action:pan-y pinch-zoom}.js-landing-swiper.swiper-vertical .swiper-slide{height:auto;min-height:100vh;min-height:100dvh;display:block;touch-action:pan-y pinch-zoom}.js-landing-pagination{display:none !important}}.c-header--landing{position:fixed;top:0;right:0;left:auto;z-index:110;width:auto;background:rgba(0,0,0,0);box-shadow:none;padding:0 16px 0 0;pointer-events:none}@media(max-width: 991px){.c-header--landing::before{content:"";position:fixed;top:0;left:0;right:0;z-index:-1;height:calc(46px + 40px + env(safe-area-inset-top, 0px));pointer-events:none;background:linear-gradient(180deg, #2f2e2a 0%, rgba(47, 46, 42, 0.75) 50%, rgba(47, 46, 42, 0) 100%)}}@media(min-width: 768px)and (max-width: 991px){.c-header--landing::before{height:calc(60px + 48px + env(safe-area-inset-top, 0px))}}@media(min-width: 768px){.c-header--landing{padding:24px}}.c-header--landing__inner{display:flex;justify-content:flex-end;align-items:flex-start;height:auto;min-height:0;pointer-events:auto}.c-header--landing .c-module__logo{position:fixed;top:12px;left:50%;z-index:2;margin-bottom:0;text-align:center;pointer-events:auto;transform:translateX(-50%)}@media(min-width: 768px){.c-header--landing .c-module__logo{top:24px}}@media(min-width: 992px){.c-header--landing .c-module__logo{padding-top:0;top:16px}}@media(min-width: 1800px){.c-header--landing .c-module__logo{top:24px}}.c-header--landing .c-module__logo-link{display:inline-block}.c-header--landing .c-module__logo img{display:block;height:60px;width:auto;margin:0 auto}@media(min-width: 412px){.c-header--landing .c-module__logo img{height:76px}}@media(min-width: 768px){.c-header--landing .c-module__logo img{height:80px}}@media(min-width: 1200px){.c-header--landing .c-module__logo img{height:92px}}@media(min-width: 1600px){.c-header--landing .c-module__logo img{height:120px}}@media(min-width: 1800px){.c-header--landing .c-module__logo img{height:150px}}.c-header--landing .c-menu-toogle.c-menu-toggle--landing{display:none !important;grid-template-columns:1fr auto;grid-template-rows:auto auto auto;align-items:center;justify-items:start;width:auto;min-width:60px;height:auto;padding:0;border:0;background:rgba(0,0,0,0);cursor:pointer;pointer-events:auto;-moz-column-gap:3px;column-gap:3px;row-gap:8px}@media(min-width: 992px){.c-header--landing .c-menu-toogle.c-menu-toggle--landing{display:grid !important}}.c-header--landing .c-menu-toogle.c-menu-toggle--landing:focus{outline:none;box-shadow:none}.c-header--landing .c-menu-toogle.c-menu-toggle--landing>span:not([class*=c-menu-toggle]){display:none}.c-header--landing .c-menu-toogle.c-menu-toggle--landing .c-menu-toggle__label{grid-column:1;grid-row:1;font-family:"Beautique Display",sans-serif;font-size:.875rem;font-weight:400;line-height:1;letter-spacing:.02em;color:#fff;padding:0;background:none;width:auto;height:auto;position:static}.c-header--landing .c-menu-toogle.c-menu-toggle--landing .c-menu-toggle__label::before,.c-header--landing .c-menu-toogle.c-menu-toggle--landing .c-menu-toggle__label::after{display:none}.c-header--landing .c-menu-toogle.c-menu-toggle--landing .c-menu-toggle__bar{display:block;height:1px;border-radius:1px;background:linear-gradient(to bottom, #9aab8f 0%, #9aab8f 50%, #DFCB96 50%, #DFCB96 100%);font-size:0;line-height:0;position:static;top:auto;left:auto;padding:0;border:none}.c-header--landing .c-menu-toogle.c-menu-toggle--landing .c-menu-toggle__bar::before,.c-header--landing .c-menu-toogle.c-menu-toggle--landing .c-menu-toggle__bar::after{content:none;display:none}.c-header--landing .c-menu-toogle.c-menu-toggle--landing .c-menu-toggle__bar--short{grid-column:2;grid-row:1;width:16px;justify-self:end}.c-header--landing .c-menu-toogle.c-menu-toggle--landing .c-menu-toggle__bar--long{grid-column:1/-1;width:100%}.c-header--landing .c-menu-toogle.c-menu-toggle--landing.is-active .c-menu-toggle__label{color:#dfcb96}.c-header--landing .c-menu-toogle.c-menu-toggle--landing.is-active .c-menu-toggle__bar--short{opacity:0;visibility:hidden}.c-header--landing .c-menu-toogle.c-menu-toggle--landing.is-active .c-menu-toggle__bar--long{grid-column:1/-1;position:relative;z-index:1}.c-header--landing .c-menu-toogle.c-menu-toggle--landing.is-active .c-menu-toggle__bar--long:nth-child(3){grid-row:2;transform:rotate(45deg);margin-top:6px}.c-header--landing .c-menu-toogle.c-menu-toggle--landing.is-active .c-menu-toggle__bar--long:nth-child(4){grid-row:3;transform:rotate(-45deg);margin-top:-7px}.c-header--landing .c-menu.c-menu--landing{position:fixed;z-index:109;top:0;right:0;bottom:0;left:auto;width:min(320px,85vw);margin:0;padding:64px 24px 24px;background:rgba(47,46,42,.98);border-left:1px solid rgba(223,203,150,.2);display:none !important;overflow-y:auto;pointer-events:auto}.c-header--landing .c-menu.c-menu--landing.is-open{display:block !important}.c-header--landing .c-menu.c-menu--landing .c-menu__close{position:absolute;top:0;right:0;z-index:2;display:flex;align-items:center;justify-content:center;margin:0;padding:16px;border:0;border-radius:0;background:rgba(0,0,0,0);cursor:pointer;transition:opacity .25s ease;border:none}.c-header--landing .c-menu.c-menu--landing .c-menu__close .icon40-close-gray{width:20px;height:20px;background-size:contain}@media(min-width: 768px){.c-header--landing .c-menu.c-menu--landing .c-menu__close{padding:24px}}.c-header--landing .c-menu.c-menu--landing .c-menu__close:hover,.c-header--landing .c-menu.c-menu--landing .c-menu__close:focus{background:rgba(0,0,0,0);opacity:.75}.c-header--landing .c-menu.c-menu--landing .c-menu__close:focus{outline:none;box-shadow:none}.c-header--landing .c-menu.c-menu--landing .c-menu__close .icon40-close-gray{flex-shrink:0;display:block}.c-header--landing .c-menu.c-menu--landing>ul{list-style:none;padding:0;margin:0}.c-header--landing .c-menu.c-menu--landing>ul>li{float:none;border-bottom:1px solid rgba(255,255,255,.08)}.c-header--landing .c-menu.c-menu--landing>ul>li>a{color:#fff;padding:16px 0;line-height:1.25;font-weight:500}.c-header--landing .c-menu.c-menu--landing>ul>li>a:hover{color:#dfcb96}.c-landing .swiper-slide>.c-section{padding-top:calc(50px + 16px)}@media(min-width: 768px){.c-landing .swiper-slide>.c-section{padding-top:calc(60px + 16px)}}@media(min-width: 992px){.c-landing .swiper-slide>.c-section{padding-top:calc(16px + 60px + 16px)}}@media(min-width: 1200px){.c-landing .swiper-slide>.c-section{padding-top:calc(16px + 90px + 16px)}}@media(min-width: 1600px){.c-landing .swiper-slide>.c-section{padding-top:calc(16px + 130px + 32px)}}.c-landing .swiper-slide>.c-section.c-hero{padding-top:50px}@media(min-width: 768px){.c-landing .swiper-slide>.c-section.c-hero{padding-top:60px}}@media(min-width: 992px){.c-landing .swiper-slide>.c-section.c-hero{padding-top:calc(32px + 60px)}}@media(min-width: 1200px){.c-landing .swiper-slide>.c-section.c-hero{padding-top:calc(32px + 90px)}}@media(min-width: 1600px){.c-landing .swiper-slide>.c-section.c-hero{padding-top:calc(32px + 130px)}}.c-landing-footer{z-index:105;color:#fff}.c-landing-footer__inner{display:flex;flex-direction:column;gap:16px}.c-landing-footer__body{display:flex;flex-direction:column;align-items:center;gap:16px;width:100%}.c-landing-footer__start{display:flex;flex-direction:column;align-items:center;gap:12px;min-width:0}.c-landing-footer__pdf{display:inline-flex;align-items:center;gap:8px;padding:8px 20px;border:1px solid #dfcb96;border-radius:8px;color:#fff;font-family:"Lora",serif;font-size:.875rem;line-height:1.25;text-decoration:none;white-space:nowrap;background-color:rgba(47,46,42,.92);transition:border-color .25s ease,color .25s ease,background-color .25s ease}.c-landing-footer__pdf:hover{border-color:#fff;color:#fff;background-color:#2f2e2a}.c-landing-footer a.c-landing-footer__pdf:hover{border-color:#fff;color:#fff;background-color:#2f2e2a}.c-landing-footer__pdf-icon{flex-shrink:0}.c-landing-footer__copy{margin:0;max-width:280px;font-family:"Be Vietnam Pro",sans-serif;font-size:.75rem;line-height:1.5;color:#ddd;text-align:center}.c-landing-footer__qr{flex-shrink:0;transition:opacity .35s ease,visibility .35s ease,width .35s ease,margin .35s ease}.c-landing-footer__qr img{display:block;width:92px;height:92px;-o-object-fit:contain;object-fit:contain;background:#fff}.c-landing-footer:not(.is-landing-footer-qr-visible) .c-landing-footer__qr{opacity:0;visibility:hidden;pointer-events:none;width:0;margin:0;overflow:hidden}.c-landing-footer__scroll{display:inline-flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:0;padding:0;border:0;background:rgba(0,0,0,0);color:#dfcb96;cursor:pointer;transition:opacity .25s ease,visibility .25s ease}.c-landing-footer__scroll-label{writing-mode:vertical-rl;text-orientation:mixed;font-family:"Lora",serif;font-size:.75rem;line-height:1.25;letter-spacing:.06em;color:#dfcb96}.c-landing-footer__scroll-mark{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid #dfcb96;border-radius:50%;box-sizing:border-box}.c-landing-footer__scroll-icon{flex-shrink:0}.c-landing-footer:not(.is-landing-footer-scroll-visible) .c-landing-footer__scroll,.c-landing-footer__scroll:disabled{opacity:0;visibility:hidden;pointer-events:none;cursor:default;display:none}.is-landing-swiper .c-landing-footer{position:fixed;right:24px;bottom:24px;left:auto;top:auto;width:auto;max-width:none;pointer-events:none}@media(min-width: 992px){.is-landing-swiper .c-landing-footer{right:40px;bottom:32px}}.is-landing-swiper .c-landing-footer__inner{display:grid;grid-template-columns:minmax(0, max-content) auto;grid-template-rows:auto;align-items:end;-moz-column-gap:24px;column-gap:24px;row-gap:0;pointer-events:auto}.is-landing-swiper .c-landing-footer__body{grid-column:1;grid-row:1;flex-direction:row;align-items:flex-end;justify-content:flex-start;gap:20px;width:auto}.is-landing-swiper .c-landing-footer__start{align-items:flex-end;flex:0 1 auto;max-width:240px}.is-landing-swiper .c-landing-footer__copy{text-align:right;max-width:240px}.is-landing-swiper .c-landing-footer__qr{flex:0 0 auto;margin-left:0}.is-landing-swiper .c-landing-footer__scroll{grid-column:2;grid-row:1;align-self:end;min-height:100%;padding-bottom:4px}.is-landing-swiper .c-landing-footer:not(.is-landing-footer-scroll-visible) .c-landing-footer__inner{grid-template-columns:minmax(0, max-content);-moz-column-gap:0;column-gap:0;justify-items:end}.is-landing-swiper .c-landing-footer:not(.is-landing-footer-scroll-visible) .c-landing-footer__body{gap:0;justify-content:flex-end}.is-landing-swiper .c-landing-footer:not(.is-landing-footer-scroll-visible):not(.is-landing-footer-qr-visible) .c-landing-footer__qr{display:none}.is-landing-scroll .c-landing-footer{position:static;width:100%;margin-top:32px;padding:24px 16px 40px;pointer-events:auto}.is-landing-scroll .c-landing-footer__inner{display:flex;flex-direction:column;align-items:center;max-width:100%}.is-landing-scroll .c-landing-footer__body{align-items:center;width:100%}.is-landing-scroll .c-landing-footer__start{align-items:center;width:100%}.is-landing-scroll .c-landing-footer__pdf{align-self:center}.is-landing-scroll .c-landing-footer__qr{width:auto;overflow:visible}.is-landing-scroll .c-landing-footer.is-landing-footer-qr-hidden .c-landing-footer__qr,.is-landing-scroll .c-landing-footer:not(.is-landing-footer-qr-visible) .c-landing-footer__qr{opacity:1;visibility:visible;pointer-events:auto;width:auto}.is-landing-scroll .c-landing-footer__copy{max-width:100%;text-align:center}.is-landing-scroll .c-landing-footer__scroll{display:none !important}.c-hero{position:relative;z-index:1;overflow:hidden;background-color:#242320;height:100%}.c-hero__bg{position:absolute;inset:0;z-index:0;top:0;left:0;right:0;bottom:0;background-color:#242320}.c-hero__bg::after{content:"";position:absolute;inset:0;background:linear-gradient(90deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0.14) 48%, rgba(0, 0, 0, 0.48) 100%),linear-gradient(180deg, rgba(0, 0, 0, 0.22) 0%, transparent 42%, rgba(0, 0, 0, 0.46) 100%)}.c-hero__bg img{display:block;width:100%;height:auto;min-height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.c-hero__inner{position:relative;z-index:2;display:flex;flex:1 1 auto;flex-direction:column;justify-content:center;min-height:0;padding-top:40px;padding-bottom:48px}.c-hero__headline{margin-bottom:32px;text-align:center}.c-hero__title{margin:0;font-family:"Be Vietnam Pro",sans-serif;font-size:1.375rem;font-weight:800;font-style:italic;line-height:1.4;text-transform:uppercase;text-align:center;background-image:linear-gradient(90deg, #b9953a 0%, #fecb64 50%, #b9953a 100%);background-repeat:no-repeat;background-size:100% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);color:rgba(0,0,0,0)}@supports not (((-webkit-background-clip: text) or (background-clip: text)) or (-webkit-background-clip: text)){.c-hero__title{color:#dfcb96;background-image:none;-webkit-text-fill-color:currentColor}}.c-hero__title-line{display:block}.c-hero__news{width:100%}.c-hero__news-slider{position:relative;background-color:rgba(0,0,0,.4)}.c-hero__news-controls{position:absolute;z-index:4;right:20px;bottom:20px;display:flex;align-items:center;justify-content:flex-end;gap:12px;margin:0;pointer-events:auto}.c-hero__news-btn{display:inline-flex;align-items:center;justify-content:center;width:auto;min-width:24px;height:auto;padding:0;border:0;background:rgba(0,0,0,0);color:#fff;font-family:"Be Vietnam Pro",sans-serif;font-size:2rem;font-weight:400;line-height:1;cursor:pointer}.c-hero__news-btn:hover,.c-hero__news-btn:focus{color:#dfcb96;outline:none}.c-hero__news-counter{display:inline-flex;align-items:baseline;gap:0;min-width:0;color:#fff;line-height:1;text-align:right;white-space:nowrap}.c-hero__news-counter-current{font-family:"Beautique Display",sans-serif;font-size:1.5rem;font-style:italic;font-weight:400;letter-spacing:.02em}.c-hero__news-counter-total{font-family:"Beautique Display",sans-serif;font-size:1.25rem;font-style:normal;font-weight:400;opacity:.9}.c-hero .owl-stage-outer{overflow:hidden}.c-hero-news-card{display:flex;flex-direction:column;overflow:hidden}.c-hero-news-card__media{flex-shrink:0;width:100%;aspect-ratio:3/2;overflow:hidden}.c-hero-news-card__media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.c-hero-news-card__body{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;padding:24px 16px}.c-hero-news-card__content{flex:1 1 auto;min-width:0}.c-hero-news-card__footer{display:flex;align-items:flex-end;justify-content:flex-start;min-height:40px;padding-top:20px;padding-right:120px}.c-hero-news-card__title{margin:0 0 16px;color:#fff;font-family:"Beautique Display",sans-serif;font-size:1.25rem;font-weight:700;line-height:1.35}.c-hero-news-card__excerpt{margin:0 0 16px;color:#fff;font-family:"Lora",serif;font-size:.8125rem;font-weight:400;line-height:1.55;opacity:.92}.c-hero-news-card__byline{margin:0;color:#fff;font-family:"Be Vietnam Pro",sans-serif;font-size:.8125rem;font-weight:700;line-height:1.4}.c-hero-news-card__cta{display:inline-flex;align-items:center;gap:4px;min-height:32px;padding:8px 20px;border:0;border-radius:999px;background-image:linear-gradient(90deg, #b9953a 0%, #fecb64 50%, #b9953a 100%);color:#fff;font-family:"Be Vietnam Pro",sans-serif;font-size:.75rem;font-weight:700;line-height:1.2;text-decoration:none;white-space:nowrap}.c-hero-news-card a.c-hero-news-card__cta:hover,.c-hero-news-card a.c-hero-news-card__cta:focus{color:#fff;text-decoration:none;filter:brightness(1.06)}@media(min-width: 768px){.c-hero-news-card{display:flex;align-items:flex-start;flex-direction:row}.c-hero-news-card__media{width:42.9389312977%;max-width:none;aspect-ratio:3/2}.c-hero-news-card__body{width:57.0610687023%;padding:16px 24px 8px}.c-hero-news-card__footer{padding-right:130px}.c-hero-news-card__title{font-size:1.125rem}.c-hero__news-controls{right:24px;bottom:24px}}@media(min-width: 992px){.c-hero__inner{padding-top:0;padding-bottom:0;width:100%;max-width:none}.c-hero__headline{position:absolute;right:calc(40px + 24px + 24px);top:50%;width:min(360px,100% - calc(40px + 24px + 24px) - 24px);max-width:420px;margin-bottom:0;transform:translateY(-50%);text-align:right;pointer-events:none}.c-hero__title{font-size:1.5rem;line-height:1.6;letter-spacing:0}.c-hero__news{position:absolute;bottom:8px;left:0;width:min(640px,58vw)}.c-hero-news-card__title{font-size:1.125rem}}@media(min-width: 1200px){.c-hero__headline{right:calc(40px + 24px + 24px);width:min(420px,100% - calc(40px + 24px + 24px) - 32px)}.c-hero__title{font-size:1.75rem}.c-hero__news{bottom:12px;width:min(720px,62vw)}.c-hero-news-card__body{padding:16px 32px 8px}.c-hero-news-card__title{font-size:1.25rem}.c-hero-news-card__excerpt{font-size:.875rem}}@media(min-width: 1600px){.c-hero__news{bottom:16px;width:min(970px,68vw)}.c-hero-news-card__body{padding:24px 32px 8px}.c-hero-news-card__title{font-size:1.5rem}.c-hero-news-card__excerpt{font-size:1rem}}@media(min-width: 1800px){.c-hero__news{bottom:24px;width:min(1048px,72vw)}.c-hero-news-card__excerpt{font-size:1.125rem}}.c-letter{position:relative;overflow:hidden;position:relative;z-index:1}.c-letter:before{content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, #1b1914, rgba(27, 25, 20, 0));background:-o-linear-gradient(to right, #1b1914, rgba(27, 25, 20, 0))}.c-letter:after{content:"";position:absolute;z-index:3;top:0;left:0;width:100%;height:100%;background-image:url("../images/letter-bg.png");background-size:contain;background-position:center;background-repeat:no-repeat}.c-letter__inner{position:relative;z-index:4;flex:1 1 auto;min-height:0;padding-bottom:48px}.c-letter__layout{display:grid;grid-template-columns:1fr;gap:32px}.c-letter__aside{display:grid;grid-template-columns:120px 1fr;gap:20px;align-items:start}.c-letter__cover{margin:0}.c-letter__cover img{display:block;width:100%;border:1px solid rgba(223,203,150,.28);box-shadow:0 18px 45px rgba(0,0,0,.28)}.c-letter__credits{color:rgba(255,255,255,.82);font-size:.6875rem;line-height:1.45}.c-letter__credits p,.c-letter__credits dl,.c-letter__credits dd{margin:0}.c-letter__credits p,.c-letter__credits dl>div{margin-bottom:8px}.c-letter__credits p:last-child,.c-letter__credits dl>div:last-child{margin-bottom:0}.c-letter__credits dt{color:#fff;font-weight:400}.c-letter__credits dd{color:#fff}.c-letter__main{min-width:0}.c-letter__head{display:flex;align-items:baseline;gap:12px;margin-bottom:24px}.c-letter__script{color:#fff;font-family:"NVN Motherland Signature",sans-serif;font-size:2.5rem;font-style:italic;line-height:1}.c-letter__title{margin:0;color:#fff;font-family:"Beautique Display",sans-serif;font-size:1.75rem;font-weight:500;line-height:1.15}.c-letter__body{color:rgba(255,255,255,.84);font-size:.8125rem;line-height:1.75;text-align:justify}.c-letter__body p{margin-bottom:8px}.c-letter__body p:last-child{margin-bottom:0}@media(min-width: 768px){.c-letter:after{background-size:auto auto}}@media(min-width: 992px){.c-letter:after{background-position:right bottom}.c-letter__inner{display:flex;flex-direction:column;justify-content:center;padding-bottom:64px}.c-letter__layout{grid-template-columns:234px minmax(0, 1fr);gap:24px;align-items:start}.c-letter__aside{display:block;padding-right:24px;border-right:1px solid #3a3528}.c-letter__cover{margin-bottom:20px}.c-letter__credits{font-size:.625rem}.c-letter__script{font-size:3rem}.c-letter__title{font-size:2rem}.c-letter__head{margin-bottom:16px}.c-letter__body{font-size:.6875rem}.c-letter__body p{margin-bottom:8px}}@media(min-width: 1200px){.c-letter__body{font-size:.75rem}.c-letter__body p{margin-bottom:12px}}@media(min-width: 1600px){.c-letter__layout{grid-template-columns:242px minmax(0, 1fr);gap:32px}.c-letter__aside{padding-right:32px}.c-letter__head{margin-bottom:24px}.c-letter__body{font-size:.875rem}.c-letter__body p{margin-bottom:16px}.c-letter__credits{font-size:.8125rem}}@media(min-width: 992px){.is-landing-swiper .c-letter__inner{justify-content:center}.is-landing-swiper .c-letter__aside{min-width:0;min-height:0;max-height:calc(100dvh - 120px);overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch}.is-landing-swiper .c-letter__main{display:flex;flex-direction:column;min-width:0;min-height:0}.is-landing-swiper .c-letter__body{flex:1 1 auto;min-height:0;max-height:calc(100dvh - 180px);overflow-y:auto;overscroll-behavior:contain;padding-right:8px;-webkit-overflow-scrolling:touch}}.c-overview{position:relative;overflow:hidden;background-image:url("../images/overview-bg.png");background-size:contain;background-position:center;background-repeat:no-repeat}.c-overview__inner{position:relative;z-index:1;flex:1 1 auto;min-height:0;padding-bottom:48px}.c-overview__layout{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}.c-overview__title{margin:0;color:#fff;font-family:"Beautique Display",sans-serif;font-size:1.875rem;font-weight:700;line-height:1.15}.c-overview__rule{width:100%;max-width:620px;height:1px;margin:32px 0 24px;background:linear-gradient(to right, #A69259, #2E2D2A);background:-o-linear-gradient(to right, #A69259, #2E2D2A)}.c-overview__list{display:grid;gap:16px;margin:0;padding:0;list-style:none}.c-overview__list li{position:relative;padding-left:20px;color:rgba(255,255,255,.88);font-family:"Lora",serif;font-size:1rem;line-height:1.5}.c-overview__list li::before{content:"»";position:absolute;top:0;left:0;color:#dfcb96;font-family:"Be Vietnam Pro",sans-serif}.c-overview__list a{color:inherit;text-decoration:none;transition:color .2s ease}.c-overview__list a:hover,.c-overview__list a:focus{color:#dfcb96}.c-overview__media{position:relative;z-index:1;margin:0;padding:16px 0 16px 32px}.c-overview__media:before{content:"";position:absolute;z-index:2;top:32px;right:16px;bottom:0;left:16px;border-radius:0 36px 0 36px;background:rgba(223,203,150,.1)}.c-overview__media:after{content:"";position:absolute;z-index:2;top:0;right:32px;bottom:32px;left:0;border-radius:0 36px 0 36px;background:rgba(223,203,150,.05)}.c-overview__media img{position:relative;z-index:3;display:block;width:100%;aspect-ratio:1.08;-o-object-fit:cover;object-fit:cover;border:2px solid rgba(223,203,150,.45);border-radius:0 36px 0 36px;box-shadow:0 24px 60px rgba(0,0,0,.22)}@media(min-width: 768px){.c-overview{background-size:auto auto}}@media(min-width: 992px){.c-overview__inner{display:flex;flex-direction:column;justify-content:center;padding-bottom:64px}.c-overview__layout{grid-template-columns:minmax(0, 0.92fr) minmax(360px, 1.08fr);gap:80px}.c-overview__title{font-size:2.25rem}.c-overview__media{padding:32px 0 32px 64px;max-width:671px;max-height:calc(100dvh - 150px)}.c-overview__media:before{top:64px;right:32px;left:32px}.c-overview__media:after{right:64px;bottom:64px}.c-overview__list li{font-size:1.125rem}}@media(min-width: 1200px){.c-overview__title{font-size:2.625rem}.c-overview__media:before{border-radius:0 48px 0 48px}.c-overview__media:after{border-radius:0 48px 0 48px}.c-overview__media img{border-radius:0 48px 0 48px}}@media(min-width: 1600px){.c-overview__title{font-size:3rem}.c-overview__list li{font-size:1.25rem}.c-overview__media{padding:48px 0 48px 96px;max-width:703px}.c-overview__media:before{top:96px;right:48px;left:48px}.c-overview__media:after{right:96px;bottom:96px}}.c-vision{position:relative;overflow:hidden;position:relative;z-index:1}.c-vision:before{content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, #1b1914, rgba(27, 25, 20, 0));background:-o-linear-gradient(to right, #1b1914, rgba(27, 25, 20, 0))}.c-vision__inner{position:relative;z-index:3;flex:1 1 auto;min-height:0;padding-bottom:48px}.c-vision__title{margin:0 0 32px;color:#fff;font-family:"Beautique Display",sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2;text-align:center}.c-vision__grid .c-card-grid{flex-direction:column;height:100%;overflow:hidden;border:1px solid rgba(223,203,150,.25);border-radius:8px;background:rgba(16,15,12,.5);border-radius:0 16px 0 16px}.c-vision__grid .c-card-grid__img{width:100%;height:auto;margin:0}.c-vision__grid .c-card-grid__img a{padding-top:100%}.c-vision__grid .c-card-grid__img img{display:block;width:100%;height:100%}.c-vision__grid .c-card-grid__content{display:flex;flex:1 1 auto;align-items:center;width:100%;min-height:92px;padding:12px}.c-vision__grid .c-card-grid__title{width:100%;margin:0;color:#fff;font-family:"Lora",serif;font-size:.875rem;font-weight:400;line-height:1.35;text-align:center}.c-vision__grid .c-card-grid__title a{color:inherit;text-decoration:none}.c-vision__grid .c-card-grid__title a:hover,.c-vision__grid .c-card-grid__title a:focus{color:#dfcb96}@media(min-width: 992px){.c-vision__inner{display:flex;flex-direction:column;justify-content:center;padding-bottom:64px}.c-vision__title{margin-bottom:32px;font-size:2.25rem}.c-vision__grid .c-card-grid__content{min-height:96px;padding:16px}.c-vision__grid .c-card-grid__title{font-size:1rem}}@media(min-width: 1200px){.c-vision__title{font-size:2.625rem}.c-vision__grid .c-card-grid{border-radius:0 20px 0 20px}.c-vision__grid .c-card-grid__title{font-size:1.125rem}}@media(min-width: 1600px){.c-vision__title{font-size:3rem}.c-vision__grid .c-card-grid__title{font-size:1.25rem}}.c-essence{position:relative;overflow:hidden;background-image:url("../images/essence-bg.png");background-size:contain;background-position:center;background-repeat:no-repeat}.c-essence__inner{position:relative;z-index:1;flex:1 1 auto;min-height:0;padding-bottom:48px}.c-essence__title{margin:0 0 32px;color:#fff;font-family:"Beautique Display",sans-serif;font-size:1.875rem;font-weight:700;line-height:1.2;text-align:center}.c-essence__list .c-card-grid{overflow:hidden;border:1px solid rgba(223,203,150,.16);border-radius:0 36px 0 36px;background:rgba(16,15,12,.5)}.c-essence__list .c-card-grid__img{flex-basis:42%;width:42%;border-radius:0 20px 0 0}.c-essence__list .c-card-grid__img a{min-height:190px}.c-essence__list .c-card-grid__content{display:flex;flex-direction:column;justify-content:center;padding:20px}.c-essence__list .c-card-grid__title{margin:0 0 20px;color:#dfcb96;font-family:"Beautique Display",sans-serif;font-size:1.5rem;font-weight:700;line-height:1.15;text-transform:uppercase}.c-essence__list .c-card-grid__title a{color:inherit}.c-essence__list .c-card-grid__list{display:grid;gap:12px;margin:0;padding:0;list-style:none}.c-essence__list .c-card-grid__list li{position:relative;padding-left:20px;color:rgba(255,255,255,.9);font-size:.875rem;line-height:1.45}.c-essence__list .c-card-grid__list li::before{content:"»";position:absolute;top:0;left:0;color:#dfcb96}.c-essence__list .c-card-grid__list a{color:inherit;text-decoration:none}.c-essence__list .c-card-grid__list a:hover,.c-essence__list .c-card-grid__list a:focus{color:#dfcb96}@media(min-width: 768px){.c-essence{background-size:auto auto}}@media(min-width: 992px){.c-essence{background-position:left bottom}.c-essence__inner{display:flex;flex-direction:column;justify-content:center;padding-bottom:64px}.c-essence__title{margin-bottom:40px;font-size:2.25rem}.c-essence__list .c-card-grid{min-height:260px}.c-essence__list .c-card-grid__img{flex-basis:38%;width:38%}.c-essence__list .c-card-grid__content{padding:32px}.c-essence__list .c-card-grid__list li{font-size:1rem}}@media(min-width: 1200px){.c-essence__title{font-size:2.625rem}.c-essence__list .c-card-grid__title{font-size:1.75rem}.c-essence__list .c-card-grid__list li{font-size:1.125rem}}@media(min-width: 1600px){.c-essence__title{font-size:3rem}.c-essence__list .c-card-grid{border-radius:0 48px 0 48px}.c-essence__list .c-card-grid__img{border-radius:0 40px 0 0}}.c-style{position:relative;overflow:hidden;position:relative;z-index:1}.c-style:before{content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background:linear-gradient(to right, #1b1914, rgba(27, 25, 20, 0));background:-o-linear-gradient(to right, #1b1914, rgba(27, 25, 20, 0))}.c-style__inner{position:relative;z-index:3;flex:1 1 auto;min-height:0;padding-bottom:48px}.c-style__layout{display:grid;grid-template-columns:1fr;gap:32px;align-items:center}.c-style__visual{position:relative;margin:0;overflow:hidden;border:2px solid rgba(223,203,150,.42);border-radius:0 36px 0 36px;background:rgba(0,0,0,.2);box-shadow:0 24px 60px rgba(0,0,0,.24);max-height:calc(100dvh - 150px)}.c-style__visual img{display:block;width:100%;aspect-ratio:1;-o-object-fit:cover;object-fit:cover;max-height:100%}.c-style__title,.c-style__subtitle{margin:0;color:#fff;font-weight:700;line-height:1.2;font-family:"Beautique Display",sans-serif}.c-style__title{margin-bottom:8px;font-size:1.875rem}.c-style__subtitle{font-size:1.625rem}.c-style__rule{width:100%;max-width:620px;height:1px;margin:32px 0 24px;background:linear-gradient(to right, #A69259, #2E2D2A);background:-o-linear-gradient(to right, #A69259, #2E2D2A)}.c-style__benefits{display:grid;gap:12px;margin:0;padding:0;list-style:none}.c-style__benefits li{position:relative;padding-left:20px;color:rgba(255,255,255,.9);font-size:.9375rem;line-height:1.5}.c-style__benefits li::before{content:"»";position:absolute;top:0;left:0;color:#dfcb96}.c-style__benefits a{color:inherit;text-decoration:none}.c-style__benefits a:hover,.c-style__benefits a:focus{color:#dfcb96}@media(min-width: 992px){.c-style__visual{max-width:600px}.c-style__inner{display:flex;flex-direction:column;justify-content:center;padding-bottom:64px}.c-style__layout{grid-template-columns:minmax(360px, 0.98fr) minmax(0, 1.02fr);gap:64px}.c-style__title{font-size:2.25rem}.c-style__subtitle{font-size:2rem}.c-style__benefits li{font-size:1.125rem}}@media(min-width: 1600px){.c-style__title{font-size:3rem}.c-style__visual{border-radius:0 48px 0 48px}.c-style__subtitle{font-size:2.625rem}.c-style__benefits li{font-size:1.25rem}}@media(min-width: 992px){.c-landing .swiper-slide>.c-section>[class$=__inner]{padding-bottom:0;padding-top:24px}}@media(min-width: 1600px){.c-landing .swiper-slide>.c-section>[class$=__inner]{padding-top:40px}.c-landing .swiper-slide>.c-section>.c-letter__inner{padding-top:72px}}