@import url(https://fonts.googleapis.com/css2?family=Mynerve&display=swap);
.flicking-arrow-prev,
.flicking-arrow-next {
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.flicking-arrow-prev.is-circle,
.flicking-arrow-next.is-circle {
  background-color: #f2a65e;
  border-radius: 50%;
}

.flicking-arrow-disabled.is-circle {
  background-color: rgb(10 10 10 / 10%);
}

.flicking-arrow-prev.is-circle::before,
.flicking-arrow-prev.is-circle::after,
.flicking-arrow-next.is-circle::before,
.flicking-arrow-next.is-circle::after {
  background-color: white;
}

.flicking-arrow-prev {
  left: 10px;
}
.flicking-arrow-next {
  right: 10px;
}

.flicking-arrow-prev.is-outside {
  left: -74px;
}
.flicking-arrow-next.is-outside {
  right: -74px;
}

.flicking-arrow-prev::before,
.flicking-arrow-prev::after,
.flicking-arrow-next::before,
.flicking-arrow-next::after {
  content: "";
  width: 24px;
  height: 6px;
  position: absolute;
  background-color: #f2a65e;
}
.flicking-arrow-prev::before {
  top: 50%;
  left: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.flicking-arrow-prev::after {
  top: calc(50% - 4px);
  left: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
}
.flicking-arrow-next::before {
  top: 50%;
  right: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.flicking-arrow-next::after {
  top: calc(50% - 4px);
  right: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}

.flicking-arrow-disabled,
.flicking-arrow-disabled {
  cursor: default;
}

.flicking-arrow-disabled::before,
.flicking-arrow-disabled::after,
.flicking-arrow-disabled::before,
.flicking-arrow-disabled::after {
  background-color: #e6e6e6;
}

.flicking-arrow-prev.is-thin::before,
.flicking-arrow-prev.is-thin::after,
.flicking-arrow-next.is-thin::before,
.flicking-arrow-next.is-thin::after{
  height: 3px;
}

.flicking-arrow-prev.is-thin::after,
.flicking-arrow-next.is-thin::after{
  top: calc(50% - 2px);
}

/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);--bs-success-text-emphasis: rgb(10, 54, 33.6);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);--bs-success-bg-subtle: rgb(209, 231, 220.8);--bs-info-bg-subtle: rgb(206.6, 244.4, 252);--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(158.2, 197, 254.2);--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);--bs-success-border-subtle: rgb(163, 207, 186.6);--bs-info-border-subtle: rgb(158.2, 233.8, 249);--bs-warning-border-subtle: rgb(255, 230.2, 155.8);--bs-danger-border-subtle: rgb(241, 174.2, 180.6);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: rgb(10.4, 88, 202.4);--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(13, 110, 253, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: rgb(42.5, 47.5, 52.5);--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: rgb(109.8, 168, 253.8);--bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);--bs-success-text-emphasis: rgb(117, 183, 152.4);--bs-info-text-emphasis: rgb(109.8, 223.2, 246);--bs-warning-text-emphasis: rgb(255, 217.8, 106.2);--bs-danger-text-emphasis: rgb(234, 133.8, 143.4);--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: rgb(2.6, 22, 50.6);--bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);--bs-success-bg-subtle: rgb(5, 27, 16.8);--bs-info-bg-subtle: rgb(2.6, 40.4, 48);--bs-warning-bg-subtle: rgb(51, 38.6, 1.4);--bs-danger-bg-subtle: rgb(44, 10.6, 13.8);--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: rgb(7.8, 66, 151.8);--bs-secondary-border-subtle: rgb(64.8, 70.2, 75);--bs-success-border-subtle: rgb(15, 81, 50.4);--bs-info-border-subtle: rgb(7.8, 121.2, 144);--bs-warning-border-subtle: rgb(153, 115.8, 4.2);--bs-danger-border-subtle: rgb(132, 31.8, 41.4);--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: rgb(109.8, 168, 253.8);--bs-link-hover-color: rgb(138.84, 185.4, 254.04);--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--bs-code-color: rgb(230.4, 132.6, 181.2);--bs-highlight-color: #dee2e6;--bs-highlight-bg: rgb(102, 77.2, 2.8);--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: rgb(117, 183, 152.4);--bs-form-valid-border-color: rgb(117, 183, 152.4);--bs-form-invalid-color: rgb(234, 133.8, 143.4);--bs-form-invalid-border-color: rgb(234, 133.8, 143.4)}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 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{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 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{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 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{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 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{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 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{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 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{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-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)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: rgb(206.6, 226, 254.6);--bs-table-border-color: rgb(165.28, 180.8, 203.68);--bs-table-striped-bg: rgb(196.27, 214.7, 241.87);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(185.94, 203.4, 229.14);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(191.105, 209.05, 235.505);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: rgb(225.6, 227.4, 229);--bs-table-border-color: rgb(180.48, 181.92, 183.2);--bs-table-striped-bg: rgb(214.32, 216.03, 217.55);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(203.04, 204.66, 206.1);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(208.68, 210.345, 211.825);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: rgb(209, 231, 220.8);--bs-table-border-color: rgb(167.2, 184.8, 176.64);--bs-table-striped-bg: rgb(198.55, 219.45, 209.76);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(188.1, 207.9, 198.72);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(193.325, 213.675, 204.24);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: rgb(206.6, 244.4, 252);--bs-table-border-color: rgb(165.28, 195.52, 201.6);--bs-table-striped-bg: rgb(196.27, 232.18, 239.4);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(185.94, 219.96, 226.8);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(191.105, 226.07, 233.1);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: rgb(255, 242.6, 205.4);--bs-table-border-color: rgb(204, 194.08, 164.32);--bs-table-striped-bg: rgb(242.25, 230.47, 195.13);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(229.5, 218.34, 184.86);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(235.875, 224.405, 189.995);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: rgb(248, 214.6, 217.8);--bs-table-border-color: rgb(198.4, 171.68, 174.24);--bs-table-striped-bg: rgb(235.6, 203.87, 206.91);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(223.2, 193.14, 196.02);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(229.4, 198.505, 201.465);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: rgb(198.4, 199.2, 200);--bs-table-striped-bg: rgb(235.6, 236.55, 237.5);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(223.2, 224.1, 225);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(229.4, 230.325, 231.25);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: rgb(77.4, 80.6, 83.8);--bs-table-striped-bg: rgb(44.1, 47.9, 51.7);--bs-table-striped-color: #fff;--bs-table-active-bg: rgb(55.2, 58.8, 62.4);--bs-table-active-color: #fff;--bs-table-hover-bg: rgb(49.65, 53.35, 57.05);--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-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(--bs-border-width));padding-bottom:calc(0.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + var(--bs-border-width));padding-bottom:calc(0.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + var(--bs-border-width));padding-bottom:calc(0.25rem + var(--bs-border-width));font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);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(--bs-body-color);background-color:var(--bs-body-bg);border-color:rgb(134,182.5,254);outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.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::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-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(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:var(--bs-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(--bs-border-width) * 2));padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--bs-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(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-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(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + calc(var(--bs-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(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-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(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);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:rgb(134,182.5,254);outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-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{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);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:rgb(134,182.5,254);outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-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]{--bs-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:#0d6efd;border-color:#0d6efd;--bs-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{--bs-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(--bs-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{--bs-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='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-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){--bs-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;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(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;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{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:rgb(182.4,211.5,254.4)}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;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{transition:none}}.form-range::-moz-range-thumb:active{background-color:rgb(182.4,211.5,254.4)}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-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(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-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::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.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}.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{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-control-plaintext~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-floating>:disabled~label::after,.form-floating>.form-control:disabled~label::after{background-color:var(--bs-secondary-bg)}.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(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-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.25rem;border-radius:var(--bs-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(--bs-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(var(--bs-border-width)*-1);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(--bs-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(--bs-success);border-radius:var(--bs-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(--bs-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.1z'/%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(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-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(--bs-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"]{--bs-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.1z'/%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(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-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(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-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(--bs-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(--bs-danger);border-radius:var(--bs-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(--bs-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(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-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(--bs-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"]{--bs-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(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-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(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-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{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);--bs-btn-hover-border-color: rgb(10.4, 88, 202.4);--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(10.4, 88, 202.4);--bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);--bs-btn-hover-border-color: rgb(86.4, 93.6, 100);--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(86.4, 93.6, 100);--bs-btn-active-border-color: rgb(81, 87.75, 93.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);--bs-btn-hover-border-color: rgb(20, 108, 67.2);--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(20, 108, 67.2);--bs-btn-active-border-color: rgb(18.75, 101.25, 63);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);--bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(61.4, 212.6, 243);--bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(255, 202.3, 44.2);--bs-btn-hover-border-color: rgb(255, 199.2, 31.8);--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(255, 205.4, 56.6);--bs-btn-active-border-color: rgb(255, 199.2, 31.8);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(187, 45.05, 58.65);--bs-btn-hover-border-color: rgb(176, 42.4, 55.2);--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(176, 42.4, 55.2);--bs-btn-active-border-color: rgb(165, 39.75, 51.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);--bs-btn-hover-border-color: rgb(198.4, 199.2, 200);--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(198.4, 199.2, 200);--bs-btn-active-border-color: rgb(186, 186.75, 187.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);--bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(77.4, 80.6, 83.8);--bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.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{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 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(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(var(--bs-border-width)*-1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0);border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: 0.125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid rgba(0,0,0,0)}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: 0.3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25rem;--bs-navbar-toggler-padding-x: 0.75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0,0,0,0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, 0.55);--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: 0.75rem;--bs-pagination-padding-y: 0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #0d6efd;--bs-pagination-active-border-color: #0d6efd;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);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){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: 0.5rem;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: 0.65em;--bs-badge-padding-y: 0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #0d6efd;--bs-progress-bar-transition: width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: 0.5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1*var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-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.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: 0.5;--bs-btn-close-hover-opacity: 0.75;--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: 0.25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:rgba(0,0,0,0) var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: 0.75rem;--bs-toast-padding-y: 0.5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-0.5*var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-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(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-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(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-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(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1*var(--bs-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(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-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(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size:0.875rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-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(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-0.5*var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-border-width: 0.25em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:rgba(0,0,0,0)}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: 0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform 0.3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media(max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-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(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-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{--bs-offcanvas-height: auto;--bs-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(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-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(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-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{--bs-offcanvas-height: auto;--bs-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(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-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(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-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{--bs-offcanvas-height: auto;--bs-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(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-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(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-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{--bs-offcanvas-height: auto;--bs-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(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-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(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-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{--bs-offcanvas-height: auto;--bs-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(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-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(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin:calc(-0.5*var(--bs-offcanvas-padding-y)) calc(-0.5*var(--bs-offcanvas-padding-x)) calc(-0.5*var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 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}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:.25rem !important}.row-gap-2{row-gap:.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:3rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:.25rem !important}.column-gap-2{column-gap:.5rem !important}.column-gap-3{column-gap:1rem !important}.column-gap-4{column-gap:1.5rem !important}.column-gap-5{column-gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:hsla(0,0%,100%,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:.25rem !important}.row-gap-sm-2{row-gap:.5rem !important}.row-gap-sm-3{row-gap:1rem !important}.row-gap-sm-4{row-gap:1.5rem !important}.row-gap-sm-5{row-gap:3rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:.25rem !important}.column-gap-sm-2{column-gap:.5rem !important}.column-gap-sm-3{column-gap:1rem !important}.column-gap-sm-4{column-gap:1.5rem !important}.column-gap-sm-5{column-gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:.25rem !important}.row-gap-md-2{row-gap:.5rem !important}.row-gap-md-3{row-gap:1rem !important}.row-gap-md-4{row-gap:1.5rem !important}.row-gap-md-5{row-gap:3rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:.25rem !important}.column-gap-md-2{column-gap:.5rem !important}.column-gap-md-3{column-gap:1rem !important}.column-gap-md-4{column-gap:1.5rem !important}.column-gap-md-5{column-gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:.25rem !important}.row-gap-lg-2{row-gap:.5rem !important}.row-gap-lg-3{row-gap:1rem !important}.row-gap-lg-4{row-gap:1.5rem !important}.row-gap-lg-5{row-gap:3rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:.25rem !important}.column-gap-lg-2{column-gap:.5rem !important}.column-gap-lg-3{column-gap:1rem !important}.column-gap-lg-4{column-gap:1.5rem !important}.column-gap-lg-5{column-gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:.25rem !important}.row-gap-xl-2{row-gap:.5rem !important}.row-gap-xl-3{row-gap:1rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:3rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:.25rem !important}.column-gap-xl-2{column-gap:.5rem !important}.column-gap-xl-3{column-gap:1rem !important}.column-gap-xl-4{column-gap:1.5rem !important}.column-gap-xl-5{column-gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:.25rem !important}.row-gap-xxl-2{row-gap:.5rem !important}.row-gap-xxl-3{row-gap:1rem !important}.row-gap-xxl-4{row-gap:1.5rem !important}.row-gap-xxl-5{row-gap:3rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:.25rem !important}.column-gap-xxl-2{column-gap:.5rem !important}.column-gap-xxl-3{column-gap:1rem !important}.column-gap-xxl-4{column-gap:1.5rem !important}.column-gap-xxl-5{column-gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root,[data-bs-theme=light]{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-black: #000;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-primary-text-emphasis: rgb(5.2, 44, 101.2);--bs-secondary-text-emphasis: rgb(43.2, 46.8, 50);--bs-success-text-emphasis: rgb(10, 54, 33.6);--bs-info-text-emphasis: rgb(5.2, 80.8, 96);--bs-warning-text-emphasis: rgb(102, 77.2, 2.8);--bs-danger-text-emphasis: rgb(88, 21.2, 27.6);--bs-light-text-emphasis: #495057;--bs-dark-text-emphasis: #495057;--bs-primary-bg-subtle: rgb(206.6, 226, 254.6);--bs-secondary-bg-subtle: rgb(225.6, 227.4, 229);--bs-success-bg-subtle: rgb(209, 231, 220.8);--bs-info-bg-subtle: rgb(206.6, 244.4, 252);--bs-warning-bg-subtle: rgb(255, 242.6, 205.4);--bs-danger-bg-subtle: rgb(248, 214.6, 217.8);--bs-light-bg-subtle: rgb(251.5, 252, 252.5);--bs-dark-bg-subtle: #ced4da;--bs-primary-border-subtle: rgb(158.2, 197, 254.2);--bs-secondary-border-subtle: rgb(196.2, 199.8, 203);--bs-success-border-subtle: rgb(163, 207, 186.6);--bs-info-border-subtle: rgb(158.2, 233.8, 249);--bs-warning-border-subtle: rgb(255, 230.2, 155.8);--bs-danger-border-subtle: rgb(241, 174.2, 180.6);--bs-light-border-subtle: #e9ecef;--bs-dark-border-subtle: #adb5bd;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size:1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg: #fff;--bs-body-bg-rgb: 255, 255, 255;--bs-emphasis-color: #000;--bs-emphasis-color-rgb: 0, 0, 0;--bs-secondary-color: rgba(33, 37, 41, 0.75);--bs-secondary-color-rgb: 33, 37, 41;--bs-secondary-bg: #e9ecef;--bs-secondary-bg-rgb: 233, 236, 239;--bs-tertiary-color: rgba(33, 37, 41, 0.5);--bs-tertiary-color-rgb: 33, 37, 41;--bs-tertiary-bg: #f8f9fa;--bs-tertiary-bg-rgb: 248, 249, 250;--bs-heading-color: inherit;--bs-link-color: #0d6efd;--bs-link-color-rgb: 13, 110, 253;--bs-link-decoration: underline;--bs-link-hover-color: rgb(10.4, 88, 202.4);--bs-link-hover-color-rgb: 10, 88, 202;--bs-code-color: #d63384;--bs-highlight-color: #212529;--bs-highlight-bg: rgb(255, 242.6, 205.4);--bs-border-width: 1px;--bs-border-style: solid;--bs-border-color: #dee2e6;--bs-border-color-translucent: rgba(0, 0, 0, 0.175);--bs-border-radius: 0.375rem;--bs-border-radius-sm: 0.25rem;--bs-border-radius-lg: 0.5rem;--bs-border-radius-xl: 1rem;--bs-border-radius-xxl: 2rem;--bs-border-radius-2xl: var(--bs-border-radius-xxl);--bs-border-radius-pill: 50rem;--bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);--bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);--bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);--bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);--bs-focus-ring-width: 0.25rem;--bs-focus-ring-opacity: 0.25;--bs-focus-ring-color: rgba(13, 110, 253, 0.25);--bs-form-valid-color: #198754;--bs-form-valid-border-color: #198754;--bs-form-invalid-color: #dc3545;--bs-form-invalid-border-color: #dc3545}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color: #dee2e6;--bs-body-color-rgb: 222, 226, 230;--bs-body-bg: #212529;--bs-body-bg-rgb: 33, 37, 41;--bs-emphasis-color: #fff;--bs-emphasis-color-rgb: 255, 255, 255;--bs-secondary-color: rgba(222, 226, 230, 0.75);--bs-secondary-color-rgb: 222, 226, 230;--bs-secondary-bg: #343a40;--bs-secondary-bg-rgb: 52, 58, 64;--bs-tertiary-color: rgba(222, 226, 230, 0.5);--bs-tertiary-color-rgb: 222, 226, 230;--bs-tertiary-bg: rgb(42.5, 47.5, 52.5);--bs-tertiary-bg-rgb: 43, 48, 53;--bs-primary-text-emphasis: rgb(109.8, 168, 253.8);--bs-secondary-text-emphasis: rgb(166.8, 172.2, 177);--bs-success-text-emphasis: rgb(117, 183, 152.4);--bs-info-text-emphasis: rgb(109.8, 223.2, 246);--bs-warning-text-emphasis: rgb(255, 217.8, 106.2);--bs-danger-text-emphasis: rgb(234, 133.8, 143.4);--bs-light-text-emphasis: #f8f9fa;--bs-dark-text-emphasis: #dee2e6;--bs-primary-bg-subtle: rgb(2.6, 22, 50.6);--bs-secondary-bg-subtle: rgb(21.6, 23.4, 25);--bs-success-bg-subtle: rgb(5, 27, 16.8);--bs-info-bg-subtle: rgb(2.6, 40.4, 48);--bs-warning-bg-subtle: rgb(51, 38.6, 1.4);--bs-danger-bg-subtle: rgb(44, 10.6, 13.8);--bs-light-bg-subtle: #343a40;--bs-dark-bg-subtle: #1a1d20;--bs-primary-border-subtle: rgb(7.8, 66, 151.8);--bs-secondary-border-subtle: rgb(64.8, 70.2, 75);--bs-success-border-subtle: rgb(15, 81, 50.4);--bs-info-border-subtle: rgb(7.8, 121.2, 144);--bs-warning-border-subtle: rgb(153, 115.8, 4.2);--bs-danger-border-subtle: rgb(132, 31.8, 41.4);--bs-light-border-subtle: #495057;--bs-dark-border-subtle: #343a40;--bs-heading-color: inherit;--bs-link-color: rgb(109.8, 168, 253.8);--bs-link-hover-color: rgb(138.84, 185.4, 254.04);--bs-link-color-rgb: 110, 168, 254;--bs-link-hover-color-rgb: 139, 185, 254;--bs-code-color: rgb(230.4, 132.6, 181.2);--bs-highlight-color: #dee2e6;--bs-highlight-bg: rgb(102, 77.2, 2.8);--bs-border-color: #495057;--bs-border-color-translucent: rgba(255, 255, 255, 0.15);--bs-form-valid-color: rgb(117, 183, 152.4);--bs-form-valid-border-color: rgb(117, 183, 152.4);--bs-form-invalid-color: rgb(234, 133.8, 143.4);--bs-form-invalid-border-color: rgb(234, 133.8, 143.4)}*,*::before,*::after{box-sizing:border-box}@media(prefers-reduced-motion: no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:.25}h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color)}h1,.h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width: 1200px){h1,.h1{font-size:2.5rem}}h2,.h2{font-size:calc(1.325rem + 0.9vw)}@media(min-width: 1200px){h2,.h2{font-size:2rem}}h3,.h3{font-size:calc(1.3rem + 0.6vw)}@media(min-width: 1200px){h3,.h3{font-size:1.75rem}}h4,.h4{font-size:calc(1.275rem + 0.3vw)}@media(min-width: 1200px){h4,.h4{font-size:1.5rem}}h5,.h5{font-size:1.25rem}h6,.h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{text-decoration:underline dotted;cursor:help;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-left:2rem}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small,.small{font-size:0.875em}mark,.mark{padding:.1875em;color:var(--bs-highlight-color);background-color:var(--bs-highlight-bg)}sub,sup{position:relative;font-size:0.75em;line-height:0;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}a{color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));text-decoration:underline}a:hover{--bs-link-color-rgb: var(--bs-link-hover-color-rgb)}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:var(--bs-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:0.875em}pre code{font-size:inherit;color:inherit;word-break:normal}code{font-size:0.875em;color:var(--bs-code-color);word-wrap:break-word}a>code{color:inherit}kbd{padding:.1875rem .375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:.25rem}kbd kbd{padding:0;font-size:1em}figure{margin:0 0 1rem}img,svg{vertical-align:middle}table{caption-side:bottom;border-collapse:collapse}caption{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-secondary-color);text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}thead,tbody,tfoot,tr,td,th{border-color:inherit;border-style:solid;border-width:0}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator{display:none !important}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}::-moz-focus-inner{padding:0;border-style:none}textarea{resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{float:left;width:100%;padding:0;margin-bottom:.5rem;font-size:calc(1.275rem + 0.3vw);line-height:inherit}@media(min-width: 1200px){legend{font-size:1.5rem}}legend+*{clear:left}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0}::-webkit-inner-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-color-swatch-wrapper{padding:0}::file-selector-button{font:inherit;-webkit-appearance:button}output{display:inline-block}iframe{border:0}summary{display:list-item;cursor:pointer}progress{vertical-align:baseline}[hidden]{display:none !important}.lead{font-size:1.25rem;font-weight:300}.display-1{font-size:calc(1.625rem + 4.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-1{font-size:5rem}}.display-2{font-size:calc(1.575rem + 3.9vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-2{font-size:4.5rem}}.display-3{font-size:calc(1.525rem + 3.3vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-3{font-size:4rem}}.display-4{font-size:calc(1.475rem + 2.7vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-4{font-size:3.5rem}}.display-5{font-size:calc(1.425rem + 2.1vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-5{font-size:3rem}}.display-6{font-size:calc(1.375rem + 1.5vw);font-weight:300;line-height:1.2}@media(min-width: 1200px){.display-6{font-size:2.5rem}}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.5rem}.initialism{font-size:0.875em;text-transform:uppercase}.blockquote{margin-bottom:1rem;font-size:1.25rem}.blockquote>:last-child{margin-bottom:0}.blockquote-footer{margin-top:-1rem;margin-bottom:1rem;font-size:0.875em;color:#6c757d}.blockquote-footer::before{content:"— "}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:var(--bs-body-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:0.875em;color:var(--bs-secondary-color)}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-right:auto;margin-left:auto}@media(min-width: 576px){.container,.container-sm{max-width:540px}}@media(min-width: 768px){.container,.container-sm,.container-md{max-width:720px}}@media(min-width: 992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media(min-width: 1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media(min-width: 1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs: 0;--bs-breakpoint-sm: 576px;--bs-breakpoint-md: 768px;--bs-breakpoint-lg: 992px;--bs-breakpoint-xl: 1200px;--bs-breakpoint-xxl: 1400px}.row{--bs-gutter-x: 1.5rem;--bs-gutter-y: 0;display:flex;flex-wrap:wrap;margin-top:calc(-1*var(--bs-gutter-y));margin-right:calc(-0.5*var(--bs-gutter-x));margin-left:calc(-0.5*var(--bs-gutter-x))}.row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x)*.5);padding-left:calc(var(--bs-gutter-x)*.5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media(min-width: 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{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media(min-width: 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{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media(min-width: 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{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media(min-width: 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{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media(min-width: 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{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.table{--bs-table-color-type: initial;--bs-table-bg-type: initial;--bs-table-color-state: initial;--bs-table-bg-state: initial;--bs-table-color: var(--bs-emphasis-color);--bs-table-bg: var(--bs-body-bg);--bs-table-border-color: var(--bs-border-color);--bs-table-accent-bg: transparent;--bs-table-striped-color: var(--bs-emphasis-color);--bs-table-striped-bg: rgba(var(--bs-emphasis-color-rgb), 0.05);--bs-table-active-color: var(--bs-emphasis-color);--bs-table-active-bg: rgba(var(--bs-emphasis-color-rgb), 0.1);--bs-table-hover-color: var(--bs-emphasis-color);--bs-table-hover-bg: rgba(var(--bs-emphasis-color-rgb), 0.075);width:100%;margin-bottom:1rem;vertical-align:top;border-color:var(--bs-table-border-color)}.table>:not(caption)>*>*{padding:.5rem .5rem;color:var(--bs-table-color-state, var(--bs-table-color-type, var(--bs-table-color)));background-color:var(--bs-table-bg);border-bottom-width:var(--bs-border-width);box-shadow:inset 0 0 0 9999px var(--bs-table-bg-state, var(--bs-table-bg-type, var(--bs-table-accent-bg)))}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-group-divider{border-top:calc(var(--bs-border-width)*2) solid currentcolor}.caption-top{caption-side:top}.table-sm>:not(caption)>*>*{padding:.25rem .25rem}.table-bordered>:not(caption)>*{border-width:var(--bs-border-width) 0}.table-bordered>:not(caption)>*>*{border-width:0 var(--bs-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)>*{--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-striped-columns>:not(caption)>tr>:nth-child(even){--bs-table-color-type: var(--bs-table-striped-color);--bs-table-bg-type: var(--bs-table-striped-bg)}.table-active{--bs-table-color-state: var(--bs-table-active-color);--bs-table-bg-state: var(--bs-table-active-bg)}.table-hover>tbody>tr:hover>*{--bs-table-color-state: var(--bs-table-hover-color);--bs-table-bg-state: var(--bs-table-hover-bg)}.table-primary{--bs-table-color: #000;--bs-table-bg: rgb(206.6, 226, 254.6);--bs-table-border-color: rgb(165.28, 180.8, 203.68);--bs-table-striped-bg: rgb(196.27, 214.7, 241.87);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(185.94, 203.4, 229.14);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(191.105, 209.05, 235.505);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-secondary{--bs-table-color: #000;--bs-table-bg: rgb(225.6, 227.4, 229);--bs-table-border-color: rgb(180.48, 181.92, 183.2);--bs-table-striped-bg: rgb(214.32, 216.03, 217.55);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(203.04, 204.66, 206.1);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(208.68, 210.345, 211.825);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-success{--bs-table-color: #000;--bs-table-bg: rgb(209, 231, 220.8);--bs-table-border-color: rgb(167.2, 184.8, 176.64);--bs-table-striped-bg: rgb(198.55, 219.45, 209.76);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(188.1, 207.9, 198.72);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(193.325, 213.675, 204.24);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-info{--bs-table-color: #000;--bs-table-bg: rgb(206.6, 244.4, 252);--bs-table-border-color: rgb(165.28, 195.52, 201.6);--bs-table-striped-bg: rgb(196.27, 232.18, 239.4);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(185.94, 219.96, 226.8);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(191.105, 226.07, 233.1);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-warning{--bs-table-color: #000;--bs-table-bg: rgb(255, 242.6, 205.4);--bs-table-border-color: rgb(204, 194.08, 164.32);--bs-table-striped-bg: rgb(242.25, 230.47, 195.13);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(229.5, 218.34, 184.86);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(235.875, 224.405, 189.995);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-danger{--bs-table-color: #000;--bs-table-bg: rgb(248, 214.6, 217.8);--bs-table-border-color: rgb(198.4, 171.68, 174.24);--bs-table-striped-bg: rgb(235.6, 203.87, 206.91);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(223.2, 193.14, 196.02);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(229.4, 198.505, 201.465);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-light{--bs-table-color: #000;--bs-table-bg: #f8f9fa;--bs-table-border-color: rgb(198.4, 199.2, 200);--bs-table-striped-bg: rgb(235.6, 236.55, 237.5);--bs-table-striped-color: #000;--bs-table-active-bg: rgb(223.2, 224.1, 225);--bs-table-active-color: #000;--bs-table-hover-bg: rgb(229.4, 230.325, 231.25);--bs-table-hover-color: #000;color:var(--bs-table-color);border-color:var(--bs-table-border-color)}.table-dark{--bs-table-color: #fff;--bs-table-bg: #212529;--bs-table-border-color: rgb(77.4, 80.6, 83.8);--bs-table-striped-bg: rgb(44.1, 47.9, 51.7);--bs-table-striped-color: #fff;--bs-table-active-bg: rgb(55.2, 58.8, 62.4);--bs-table-active-color: #fff;--bs-table-hover-bg: rgb(49.65, 53.35, 57.05);--bs-table-hover-color: #fff;color:var(--bs-table-color);border-color:var(--bs-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(--bs-border-width));padding-bottom:calc(0.375rem + var(--bs-border-width));margin-bottom:0;font-size:inherit;line-height:1.5}.col-form-label-lg{padding-top:calc(0.5rem + var(--bs-border-width));padding-bottom:calc(0.5rem + var(--bs-border-width));font-size:1.25rem}.col-form-label-sm{padding-top:calc(0.25rem + var(--bs-border-width));padding-bottom:calc(0.25rem + var(--bs-border-width));font-size:0.875rem}.form-text{margin-top:.25rem;font-size:0.875em;color:var(--bs-secondary-color)}.form-control{display:block;width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:var(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-clip:padding-box;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);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(--bs-body-color);background-color:var(--bs-body-bg);border-color:rgb(134,182.5,254);outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.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::placeholder{color:var(--bs-secondary-color);opacity:1}.form-control:disabled{background-color:var(--bs-secondary-bg);opacity:1}.form-control::file-selector-button{padding:.375rem .75rem;margin:-0.375rem -0.75rem;margin-inline-end:.75rem;color:var(--bs-body-color);background-color:var(--bs-tertiary-bg);pointer-events:none;border-color:inherit;border-style:solid;border-width:0;border-inline-end-width:var(--bs-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(--bs-secondary-bg)}.form-control-plaintext{display:block;width:100%;padding:.375rem 0;margin-bottom:0;line-height:1.5;color:var(--bs-body-color);background-color:rgba(0,0,0,0);border:solid rgba(0,0,0,0);border-width:var(--bs-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(--bs-border-width) * 2));padding:.25rem .5rem;font-size:0.875rem;border-radius:var(--bs-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(--bs-border-width) * 2));padding:.5rem 1rem;font-size:1.25rem;border-radius:var(--bs-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(--bs-border-width) * 2))}textarea.form-control-sm{min-height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}textarea.form-control-lg{min-height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-control-color{width:3rem;height:calc(1.5em + 0.75rem + calc(var(--bs-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(--bs-border-radius)}.form-control-color::-webkit-color-swatch{border:0 !important;border-radius:var(--bs-border-radius)}.form-control-color.form-control-sm{height:calc(1.5em + 0.5rem + calc(var(--bs-border-width) * 2))}.form-control-color.form-control-lg{height:calc(1.5em + 1rem + calc(var(--bs-border-width) * 2))}.form-select{--bs-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(--bs-body-color);appearance:none;background-color:var(--bs-body-bg);background-image:var(--bs-form-select-bg-img),var(--bs-form-select-bg-icon, none);background-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-border-radius);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:rgb(134,182.5,254);outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-select[multiple],.form-select[size]:not([size="1"]){padding-right:.75rem;background-image:none}.form-select:disabled{background-color:var(--bs-secondary-bg)}.form-select:-moz-focusring{color:rgba(0,0,0,0);text-shadow:0 0 0 var(--bs-body-color)}.form-select-sm{padding-top:.25rem;padding-bottom:.25rem;padding-left:.5rem;font-size:0.875rem;border-radius:var(--bs-border-radius-sm)}.form-select-lg{padding-top:.5rem;padding-bottom:.5rem;padding-left:1rem;font-size:1.25rem;border-radius:var(--bs-border-radius-lg)}[data-bs-theme=dark] .form-select{--bs-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{--bs-form-check-bg: var(--bs-body-bg);flex-shrink:0;width:1em;height:1em;margin-top:.25em;vertical-align:top;appearance:none;background-color:var(--bs-form-check-bg);background-image:var(--bs-form-check-bg-image);background-repeat:no-repeat;background-position:center;background-size:contain;border:var(--bs-border-width) solid var(--bs-border-color);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:rgb(134,182.5,254);outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.form-check-input:checked{background-color:#0d6efd;border-color:#0d6efd}.form-check-input:checked[type=checkbox]{--bs-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]{--bs-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:#0d6efd;border-color:#0d6efd;--bs-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{--bs-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(--bs-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{--bs-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='rgb%28134, 182.5, 254%29'/%3e%3c/svg%3e")}.form-switch .form-check-input:checked{background-position:right center;--bs-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){--bs-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;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(13,110,253,.25)}.form-range:focus::-moz-range-thumb{box-shadow:0 0 0 1px #fff,0 0 0 .25rem rgba(13,110,253,.25)}.form-range::-moz-focus-outer{border:0}.form-range::-webkit-slider-thumb{width:1rem;height:1rem;margin-top:-0.25rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;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{transition:none}}.form-range::-webkit-slider-thumb:active{background-color:rgb(182.4,211.5,254.4)}.form-range::-webkit-slider-runnable-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range::-moz-range-thumb{width:1rem;height:1rem;appearance:none;background-color:#0d6efd;border:0;border-radius:1rem;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{transition:none}}.form-range::-moz-range-thumb:active{background-color:rgb(182.4,211.5,254.4)}.form-range::-moz-range-track{width:100%;height:.5rem;color:rgba(0,0,0,0);cursor:pointer;background-color:var(--bs-secondary-bg);border-color:rgba(0,0,0,0);border-radius:1rem}.form-range:disabled{pointer-events:none}.form-range:disabled::-webkit-slider-thumb{background-color:var(--bs-secondary-color)}.form-range:disabled::-moz-range-thumb{background-color:var(--bs-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(--bs-border-width) * 2));min-height:calc(3.5rem + calc(var(--bs-border-width) * 2));line-height:1.25}.form-floating>label{position:absolute;top:0;left:0;z-index:2;height:100%;padding:1rem .75rem;overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;pointer-events:none;border:var(--bs-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::placeholder,.form-floating>.form-control-plaintext::placeholder{color:rgba(0,0,0,0)}.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}.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{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control:focus~label::after,.form-floating>.form-control:not(:placeholder-shown)~label::after,.form-floating>.form-control-plaintext~label::after,.form-floating>.form-select~label::after{position:absolute;inset:1rem .375rem;z-index:-1;height:1.5em;content:"";background-color:var(--bs-body-bg);border-radius:var(--bs-border-radius)}.form-floating>.form-control:-webkit-autofill~label{color:rgba(var(--bs-body-color-rgb), 0.65);transform:scale(0.85) translateY(-0.5rem) translateX(0.15rem)}.form-floating>.form-control-plaintext~label{border-width:var(--bs-border-width) 0}.form-floating>:disabled~label,.form-floating>.form-control:disabled~label{color:#6c757d}.form-floating>:disabled~label::after,.form-floating>.form-control:disabled~label::after{background-color:var(--bs-secondary-bg)}.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(--bs-body-color);text-align:center;white-space:nowrap;background-color:var(--bs-tertiary-bg);border:var(--bs-border-width) solid var(--bs-border-color);border-radius:var(--bs-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.25rem;border-radius:var(--bs-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(--bs-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(var(--bs-border-width)*-1);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(--bs-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(--bs-success);border-radius:var(--bs-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(--bs-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.1z'/%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(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-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(--bs-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"]{--bs-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.1z'/%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(--bs-form-valid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-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(--bs-form-valid-border-color)}.was-validated .form-check-input:valid:checked,.form-check-input.is-valid:checked{background-color:var(--bs-form-valid-color)}.was-validated .form-check-input:valid:focus,.form-check-input.is-valid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-success-rgb), 0.25)}.was-validated .form-check-input:valid~.form-check-label,.form-check-input.is-valid~.form-check-label{color:var(--bs-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(--bs-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(--bs-danger);border-radius:var(--bs-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(--bs-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(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-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(--bs-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"]{--bs-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(--bs-form-invalid-border-color);box-shadow:0 0 0 .25rem rgba(var(--bs-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(--bs-form-invalid-border-color)}.was-validated .form-check-input:invalid:checked,.form-check-input.is-invalid:checked{background-color:var(--bs-form-invalid-color)}.was-validated .form-check-input:invalid:focus,.form-check-input.is-invalid:focus{box-shadow:0 0 0 .25rem rgba(var(--bs-danger-rgb), 0.25)}.was-validated .form-check-input:invalid~.form-check-label,.form-check-input.is-invalid~.form-check-label{color:var(--bs-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{--bs-btn-padding-x: 0.75rem;--bs-btn-padding-y: 0.375rem;--bs-btn-font-family: ;--bs-btn-font-size:1rem;--bs-btn-font-weight: 400;--bs-btn-line-height: 1.5;--bs-btn-color: var(--bs-body-color);--bs-btn-bg: transparent;--bs-btn-border-width: var(--bs-border-width);--bs-btn-border-color: transparent;--bs-btn-border-radius: var(--bs-border-radius);--bs-btn-hover-border-color: transparent;--bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);--bs-btn-disabled-opacity: 0.65;--bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;user-select:none;border:var(--bs-btn-border-width) solid var(--bs-btn-border-color);border-radius:var(--bs-btn-border-radius);background-color:var(--bs-btn-bg);transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}@media(prefers-reduced-motion: reduce){.btn{transition:none}}.btn:hover{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color)}.btn-check+.btn:hover{color:var(--bs-btn-color);background-color:var(--bs-btn-bg);border-color:var(--bs-btn-border-color)}.btn:focus-visible{color:var(--bs-btn-hover-color);background-color:var(--bs-btn-hover-bg);border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:focus-visible+.btn{border-color:var(--bs-btn-hover-border-color);outline:0;box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked+.btn,:not(.btn-check)+.btn:active,.btn:first-child:active,.btn.active,.btn.show{color:var(--bs-btn-active-color);background-color:var(--bs-btn-active-bg);border-color:var(--bs-btn-active-border-color)}.btn-check:checked+.btn:focus-visible,:not(.btn-check)+.btn:active:focus-visible,.btn:first-child:active:focus-visible,.btn.active:focus-visible,.btn.show:focus-visible{box-shadow:var(--bs-btn-focus-box-shadow)}.btn-check:checked:focus-visible+.btn{box-shadow:var(--bs-btn-focus-box-shadow)}.btn:disabled,.btn.disabled,fieldset:disabled .btn{color:var(--bs-btn-disabled-color);pointer-events:none;background-color:var(--bs-btn-disabled-bg);border-color:var(--bs-btn-disabled-border-color);opacity:var(--bs-btn-disabled-opacity)}.btn-primary{--bs-btn-color: #fff;--bs-btn-bg: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(11.05, 93.5, 215.05);--bs-btn-hover-border-color: rgb(10.4, 88, 202.4);--bs-btn-focus-shadow-rgb: 49, 132, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(10.4, 88, 202.4);--bs-btn-active-border-color: rgb(9.75, 82.5, 189.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #0d6efd;--bs-btn-disabled-border-color: #0d6efd}.btn-secondary{--bs-btn-color: #fff;--bs-btn-bg: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(91.8, 99.45, 106.25);--bs-btn-hover-border-color: rgb(86.4, 93.6, 100);--bs-btn-focus-shadow-rgb: 130, 138, 145;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(86.4, 93.6, 100);--bs-btn-active-border-color: rgb(81, 87.75, 93.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #6c757d;--bs-btn-disabled-border-color: #6c757d}.btn-success{--bs-btn-color: #fff;--bs-btn-bg: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(21.25, 114.75, 71.4);--bs-btn-hover-border-color: rgb(20, 108, 67.2);--bs-btn-focus-shadow-rgb: 60, 153, 110;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(20, 108, 67.2);--bs-btn-active-border-color: rgb(18.75, 101.25, 63);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #198754;--bs-btn-disabled-border-color: #198754}.btn-info{--bs-btn-color: #000;--bs-btn-bg: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(49.3, 209.95, 242.25);--bs-btn-hover-border-color: rgb(37.2, 207.3, 241.5);--bs-btn-focus-shadow-rgb: 11, 172, 204;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(61.4, 212.6, 243);--bs-btn-active-border-color: rgb(37.2, 207.3, 241.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #0dcaf0;--bs-btn-disabled-border-color: #0dcaf0}.btn-warning{--bs-btn-color: #000;--bs-btn-bg: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(255, 202.3, 44.2);--bs-btn-hover-border-color: rgb(255, 199.2, 31.8);--bs-btn-focus-shadow-rgb: 217, 164, 6;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(255, 205.4, 56.6);--bs-btn-active-border-color: rgb(255, 199.2, 31.8);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #ffc107;--bs-btn-disabled-border-color: #ffc107}.btn-danger{--bs-btn-color: #fff;--bs-btn-bg: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(187, 45.05, 58.65);--bs-btn-hover-border-color: rgb(176, 42.4, 55.2);--bs-btn-focus-shadow-rgb: 225, 83, 97;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(176, 42.4, 55.2);--bs-btn-active-border-color: rgb(165, 39.75, 51.75);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #dc3545;--bs-btn-disabled-border-color: #dc3545}.btn-light{--bs-btn-color: #000;--bs-btn-bg: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: rgb(210.8, 211.65, 212.5);--bs-btn-hover-border-color: rgb(198.4, 199.2, 200);--bs-btn-focus-shadow-rgb: 211, 212, 213;--bs-btn-active-color: #000;--bs-btn-active-bg: rgb(198.4, 199.2, 200);--bs-btn-active-border-color: rgb(186, 186.75, 187.5);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #000;--bs-btn-disabled-bg: #f8f9fa;--bs-btn-disabled-border-color: #f8f9fa}.btn-dark{--bs-btn-color: #fff;--bs-btn-bg: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: rgb(66.3, 69.7, 73.1);--bs-btn-hover-border-color: rgb(55.2, 58.8, 62.4);--bs-btn-focus-shadow-rgb: 66, 70, 73;--bs-btn-active-color: #fff;--bs-btn-active-bg: rgb(77.4, 80.6, 83.8);--bs-btn-active-border-color: rgb(55.2, 58.8, 62.4);--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #fff;--bs-btn-disabled-bg: #212529;--bs-btn-disabled-border-color: #212529}.btn-outline-primary{--bs-btn-color: #0d6efd;--bs-btn-border-color: #0d6efd;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #0d6efd;--bs-btn-hover-border-color: #0d6efd;--bs-btn-focus-shadow-rgb: 13, 110, 253;--bs-btn-active-color: #fff;--bs-btn-active-bg: #0d6efd;--bs-btn-active-border-color: #0d6efd;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0d6efd;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0d6efd;--bs-gradient: none}.btn-outline-secondary{--bs-btn-color: #6c757d;--bs-btn-border-color: #6c757d;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #6c757d;--bs-btn-hover-border-color: #6c757d;--bs-btn-focus-shadow-rgb: 108, 117, 125;--bs-btn-active-color: #fff;--bs-btn-active-bg: #6c757d;--bs-btn-active-border-color: #6c757d;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #6c757d;--bs-gradient: none}.btn-outline-success{--bs-btn-color: #198754;--bs-btn-border-color: #198754;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #198754;--bs-btn-hover-border-color: #198754;--bs-btn-focus-shadow-rgb: 25, 135, 84;--bs-btn-active-color: #fff;--bs-btn-active-bg: #198754;--bs-btn-active-border-color: #198754;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #198754;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #198754;--bs-gradient: none}.btn-outline-info{--bs-btn-color: #0dcaf0;--bs-btn-border-color: #0dcaf0;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #0dcaf0;--bs-btn-hover-border-color: #0dcaf0;--bs-btn-focus-shadow-rgb: 13, 202, 240;--bs-btn-active-color: #000;--bs-btn-active-bg: #0dcaf0;--bs-btn-active-border-color: #0dcaf0;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #0dcaf0;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #0dcaf0;--bs-gradient: none}.btn-outline-warning{--bs-btn-color: #ffc107;--bs-btn-border-color: #ffc107;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #ffc107;--bs-btn-hover-border-color: #ffc107;--bs-btn-focus-shadow-rgb: 255, 193, 7;--bs-btn-active-color: #000;--bs-btn-active-bg: #ffc107;--bs-btn-active-border-color: #ffc107;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #ffc107;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #ffc107;--bs-gradient: none}.btn-outline-danger{--bs-btn-color: #dc3545;--bs-btn-border-color: #dc3545;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #dc3545;--bs-btn-hover-border-color: #dc3545;--bs-btn-focus-shadow-rgb: 220, 53, 69;--bs-btn-active-color: #fff;--bs-btn-active-bg: #dc3545;--bs-btn-active-border-color: #dc3545;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #dc3545;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #dc3545;--bs-gradient: none}.btn-outline-light{--bs-btn-color: #f8f9fa;--bs-btn-border-color: #f8f9fa;--bs-btn-hover-color: #000;--bs-btn-hover-bg: #f8f9fa;--bs-btn-hover-border-color: #f8f9fa;--bs-btn-focus-shadow-rgb: 248, 249, 250;--bs-btn-active-color: #000;--bs-btn-active-bg: #f8f9fa;--bs-btn-active-border-color: #f8f9fa;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #f8f9fa;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #f8f9fa;--bs-gradient: none}.btn-outline-dark{--bs-btn-color: #212529;--bs-btn-border-color: #212529;--bs-btn-hover-color: #fff;--bs-btn-hover-bg: #212529;--bs-btn-hover-border-color: #212529;--bs-btn-focus-shadow-rgb: 33, 37, 41;--bs-btn-active-color: #fff;--bs-btn-active-bg: #212529;--bs-btn-active-border-color: #212529;--bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);--bs-btn-disabled-color: #212529;--bs-btn-disabled-bg: transparent;--bs-btn-disabled-border-color: #212529;--bs-gradient: none}.btn-link{--bs-btn-font-weight: 400;--bs-btn-color: var(--bs-link-color);--bs-btn-bg: transparent;--bs-btn-border-color: transparent;--bs-btn-hover-color: var(--bs-link-hover-color);--bs-btn-hover-border-color: transparent;--bs-btn-active-color: var(--bs-link-hover-color);--bs-btn-active-border-color: transparent;--bs-btn-disabled-color: #6c757d;--bs-btn-disabled-border-color: transparent;--bs-btn-box-shadow: 0 0 0 #000;--bs-btn-focus-shadow-rgb: 49, 132, 253;text-decoration:underline}.btn-link:focus-visible{color:var(--bs-btn-color)}.btn-link:hover{color:var(--bs-btn-hover-color)}.btn-lg,.btn-group-lg>.btn{--bs-btn-padding-y: 0.5rem;--bs-btn-padding-x: 1rem;--bs-btn-font-size:1.25rem;--bs-btn-border-radius: var(--bs-border-radius-lg)}.btn-sm,.btn-group-sm>.btn{--bs-btn-padding-y: 0.25rem;--bs-btn-padding-x: 0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius: var(--bs-border-radius-sm)}.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{--bs-dropdown-zindex: 1000;--bs-dropdown-min-width: 10rem;--bs-dropdown-padding-x: 0;--bs-dropdown-padding-y: 0.5rem;--bs-dropdown-spacer: 0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color: var(--bs-body-color);--bs-dropdown-bg: var(--bs-body-bg);--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-border-radius: var(--bs-border-radius);--bs-dropdown-border-width: var(--bs-border-width);--bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y: 0.5rem;--bs-dropdown-box-shadow: var(--bs-box-shadow);--bs-dropdown-link-color: var(--bs-body-color);--bs-dropdown-link-hover-color: var(--bs-body-color);--bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: var(--bs-tertiary-color);--bs-dropdown-item-padding-x: 1rem;--bs-dropdown-item-padding-y: 0.25rem;--bs-dropdown-header-color: #6c757d;--bs-dropdown-header-padding-x: 1rem;--bs-dropdown-header-padding-y: 0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius)}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer)}.dropdown-menu-start{--bs-position: start}.dropdown-menu-start[data-bs-popper]{right:auto;left:0}.dropdown-menu-end{--bs-position: end}.dropdown-menu-end[data-bs-popper]{right:0;left:auto}@media(min-width: 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(--bs-dropdown-spacer)}.dropup .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid rgba(0,0,0,0);border-bottom:.3em solid;border-left:.3em solid rgba(0,0,0,0)}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-menu[data-bs-popper]{top:0;right:auto;left:100%;margin-top:0;margin-left:var(--bs-dropdown-spacer)}.dropend .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:0;border-bottom:.3em solid rgba(0,0,0,0);border-left:.3em solid}.dropend .dropdown-toggle:empty::after{margin-left:0}.dropend .dropdown-toggle::after{vertical-align:0}.dropstart .dropdown-menu[data-bs-popper]{top:0;right:100%;left:auto;margin-top:0;margin-right:var(--bs-dropdown-spacer)}.dropstart .dropdown-toggle::after{display:inline-block;margin-left:.255em;vertical-align:.255em;content:""}.dropstart .dropdown-toggle::after{display:none}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid rgba(0,0,0,0);border-right:.3em solid;border-bottom:.3em solid rgba(0,0,0,0)}.dropstart .dropdown-toggle:empty::after{margin-left:0}.dropstart .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:var(--bs-dropdown-divider-margin-y) 0;overflow:hidden;border-top:1px solid var(--bs-dropdown-divider-bg);opacity:1}.dropdown-item{display:block;width:100%;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);clear:both;font-weight:400;color:var(--bs-dropdown-link-color);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:rgba(0,0,0,0);border:0;border-radius:var(--bs-dropdown-item-border-radius, 0)}.dropdown-item:hover,.dropdown-item:focus{color:var(--bs-dropdown-link-hover-color);background-color:var(--bs-dropdown-link-hover-bg)}.dropdown-item.active,.dropdown-item:active{color:var(--bs-dropdown-link-active-color);text-decoration:none;background-color:var(--bs-dropdown-link-active-bg)}.dropdown-item.disabled,.dropdown-item:disabled{color:var(--bs-dropdown-link-disabled-color);pointer-events:none;background-color:rgba(0,0,0,0)}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:var(--bs-dropdown-header-padding-y) var(--bs-dropdown-header-padding-x);margin-bottom:0;font-size:0.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color)}.dropdown-menu-dark{--bs-dropdown-color: #dee2e6;--bs-dropdown-bg: #343a40;--bs-dropdown-border-color: var(--bs-border-color-translucent);--bs-dropdown-box-shadow: ;--bs-dropdown-link-color: #dee2e6;--bs-dropdown-link-hover-color: #fff;--bs-dropdown-divider-bg: var(--bs-border-color-translucent);--bs-dropdown-link-hover-bg: rgba(255, 255, 255, 0.15);--bs-dropdown-link-active-color: #fff;--bs-dropdown-link-active-bg: #0d6efd;--bs-dropdown-link-disabled-color: #adb5bd;--bs-dropdown-header-color: #adb5bd}.btn-group,.btn-group-vertical{position:relative;display:inline-flex;vertical-align:middle}.btn-group>.btn,.btn-group-vertical>.btn{position:relative;flex:1 1 auto}.btn-group>.btn-check:checked+.btn,.btn-group>.btn-check:focus+.btn,.btn-group>.btn:hover,.btn-group>.btn:focus,.btn-group>.btn:active,.btn-group>.btn.active,.btn-group-vertical>.btn-check:checked+.btn,.btn-group-vertical>.btn-check:focus+.btn,.btn-group-vertical>.btn:hover,.btn-group-vertical>.btn:focus,.btn-group-vertical>.btn:active,.btn-group-vertical>.btn.active{z-index:1}.btn-toolbar{display:flex;flex-wrap:wrap;justify-content:flex-start}.btn-toolbar .input-group{width:auto}.btn-group{border-radius:var(--bs-border-radius)}.btn-group>:not(.btn-check:first-child)+.btn,.btn-group>.btn-group:not(:first-child){margin-left:calc(var(--bs-border-width)*-1)}.btn-group>.btn:not(:last-child):not(.dropdown-toggle),.btn-group>.btn.dropdown-toggle-split:first-child,.btn-group>.btn-group:not(:last-child)>.btn{border-top-right-radius:0;border-bottom-right-radius:0}.btn-group>.btn:nth-child(n+3),.btn-group>:not(.btn-check)+.btn,.btn-group>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-bottom-left-radius:0}.dropdown-toggle-split{padding-right:.5625rem;padding-left:.5625rem}.dropdown-toggle-split::after,.dropup .dropdown-toggle-split::after,.dropend .dropdown-toggle-split::after{margin-left:0}.dropstart .dropdown-toggle-split::before{margin-right:0}.btn-sm+.dropdown-toggle-split,.btn-group-sm>.btn+.dropdown-toggle-split{padding-right:.375rem;padding-left:.375rem}.btn-lg+.dropdown-toggle-split,.btn-group-lg>.btn+.dropdown-toggle-split{padding-right:.75rem;padding-left:.75rem}.btn-group-vertical{flex-direction:column;align-items:flex-start;justify-content:center}.btn-group-vertical>.btn,.btn-group-vertical>.btn-group{width:100%}.btn-group-vertical>.btn:not(:first-child),.btn-group-vertical>.btn-group:not(:first-child){margin-top:calc(var(--bs-border-width)*-1)}.btn-group-vertical>.btn:not(:last-child):not(.dropdown-toggle),.btn-group-vertical>.btn-group:not(:last-child)>.btn{border-bottom-right-radius:0;border-bottom-left-radius:0}.btn-group-vertical>.btn~.btn,.btn-group-vertical>.btn-group:not(:first-child)>.btn{border-top-left-radius:0;border-top-right-radius:0}.nav{--bs-nav-link-padding-x: 1rem;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-link-color);--bs-nav-link-hover-color: var(--bs-link-hover-color);--bs-nav-link-disabled-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);text-decoration:none;background:none;border:0;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}@media(prefers-reduced-motion: reduce){.nav-link{transition:none}}.nav-link:hover,.nav-link:focus{color:var(--bs-nav-link-hover-color)}.nav-link:focus-visible{outline:0;box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.nav-link.disabled,.nav-link:disabled{color:var(--bs-nav-link-disabled-color);pointer-events:none;cursor:default}.nav-tabs{--bs-nav-tabs-border-width: var(--bs-border-width);--bs-nav-tabs-border-color: var(--bs-border-color);--bs-nav-tabs-border-radius: var(--bs-border-radius);--bs-nav-tabs-link-hover-border-color: var(--bs-secondary-bg) var(--bs-secondary-bg) var(--bs-border-color);--bs-nav-tabs-link-active-color: var(--bs-emphasis-color);--bs-nav-tabs-link-active-bg: var(--bs-body-bg);--bs-nav-tabs-link-active-border-color: var(--bs-border-color) var(--bs-border-color) var(--bs-body-bg);border-bottom:var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color)}.nav-tabs .nav-link{margin-bottom:calc(-1*var(--bs-nav-tabs-border-width));border:var(--bs-nav-tabs-border-width) solid rgba(0,0,0,0);border-top-left-radius:var(--bs-nav-tabs-border-radius);border-top-right-radius:var(--bs-nav-tabs-border-radius)}.nav-tabs .nav-link:hover,.nav-tabs .nav-link:focus{isolation:isolate;border-color:var(--bs-nav-tabs-link-hover-border-color)}.nav-tabs .nav-link.active,.nav-tabs .nav-item.show .nav-link{color:var(--bs-nav-tabs-link-active-color);background-color:var(--bs-nav-tabs-link-active-bg);border-color:var(--bs-nav-tabs-link-active-border-color)}.nav-tabs .dropdown-menu{margin-top:calc(-1*var(--bs-nav-tabs-border-width));border-top-left-radius:0;border-top-right-radius:0}.nav-pills{--bs-nav-pills-border-radius: var(--bs-border-radius);--bs-nav-pills-link-active-color: #fff;--bs-nav-pills-link-active-bg: #0d6efd}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius)}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg)}.nav-underline{--bs-nav-underline-gap: 1rem;--bs-nav-underline-border-width: 0.125rem;--bs-nav-underline-link-active-color: var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap)}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid rgba(0,0,0,0)}.nav-underline .nav-link:hover,.nav-underline .nav-link:focus{border-bottom-color:currentcolor}.nav-underline .nav-link.active,.nav-underline .show>.nav-link{font-weight:700;color:var(--bs-nav-underline-link-active-color);border-bottom-color:currentcolor}.nav-fill>.nav-link,.nav-fill .nav-item{flex:1 1 auto;text-align:center}.nav-justified>.nav-link,.nav-justified .nav-item{flex-basis:0;flex-grow:1;text-align:center}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar{--bs-navbar-padding-x: 0;--bs-navbar-padding-y: 0.5rem;--bs-navbar-color: rgba(var(--bs-emphasis-color-rgb), 0.65);--bs-navbar-hover-color: rgba(var(--bs-emphasis-color-rgb), 0.8);--bs-navbar-disabled-color: rgba(var(--bs-emphasis-color-rgb), 0.3);--bs-navbar-active-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-padding-y: 0.3125rem;--bs-navbar-brand-margin-end: 1rem;--bs-navbar-brand-font-size: 1.25rem;--bs-navbar-brand-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-brand-hover-color: rgba(var(--bs-emphasis-color-rgb), 1);--bs-navbar-nav-link-padding-x: 0.5rem;--bs-navbar-toggler-padding-y: 0.25rem;--bs-navbar-toggler-padding-x: 0.75rem;--bs-navbar-toggler-font-size: 1.25rem;--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color: rgba(var(--bs-emphasis-color-rgb), 0.15);--bs-navbar-toggler-border-radius: var(--bs-border-radius);--bs-navbar-toggler-focus-width: 0.25rem;--bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x)}.navbar>.container,.navbar>.container-fluid,.navbar>.container-sm,.navbar>.container-md,.navbar>.container-lg,.navbar>.container-xl,.navbar>.container-xxl{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);text-decoration:none;white-space:nowrap}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color)}.navbar-nav{--bs-nav-link-padding-x: 0;--bs-nav-link-padding-y: 0.5rem;--bs-nav-link-font-weight: ;--bs-nav-link-color: var(--bs-navbar-color);--bs-nav-link-hover-color: var(--bs-navbar-hover-color);--bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color)}.navbar-nav .dropdown-menu{position:static}.navbar-text{padding-top:.5rem;padding-bottom:.5rem;color:var(--bs-navbar-color)}.navbar-text a,.navbar-text a:hover,.navbar-text a:focus{color:var(--bs-navbar-active-color)}.navbar-collapse{flex-basis:100%;flex-grow:1;align-items:center}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color:rgba(0,0,0,0);border:var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);border-radius:var(--bs-navbar-toggler-border-radius);transition:var(--bs-navbar-toggler-transition)}@media(prefers-reduced-motion: reduce){.navbar-toggler{transition:none}}.navbar-toggler:hover{text-decoration:none}.navbar-toggler:focus{text-decoration:none;outline:0;box-shadow:0 0 0 var(--bs-navbar-toggler-focus-width)}.navbar-toggler-icon{display:inline-block;width:1.5em;height:1.5em;vertical-align:middle;background-image:var(--bs-navbar-toggler-icon-bg);background-repeat:no-repeat;background-position:center;background-size:100%}.navbar-nav-scroll{max-height:var(--bs-scroll-height, 75vh);overflow-y:auto}@media(min-width: 576px){.navbar-expand-sm{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-sm .navbar-nav{flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-sm .navbar-nav-scroll{overflow:visible}.navbar-expand-sm .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-sm .offcanvas .offcanvas-header{display:none}.navbar-expand-sm .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 768px){.navbar-expand-md{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-md .navbar-nav{flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-md .navbar-nav-scroll{overflow:visible}.navbar-expand-md .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-md .offcanvas .offcanvas-header{display:none}.navbar-expand-md .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 992px){.navbar-expand-lg{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-lg .navbar-nav{flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-lg .navbar-nav-scroll{overflow:visible}.navbar-expand-lg .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-lg .offcanvas .offcanvas-header{display:none}.navbar-expand-lg .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1200px){.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xl .navbar-nav{flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xl .navbar-nav-scroll{overflow:visible}.navbar-expand-xl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xl .offcanvas .offcanvas-header{display:none}.navbar-expand-xl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}@media(min-width: 1400px){.navbar-expand-xxl{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand-xxl .navbar-nav{flex-direction:row}.navbar-expand-xxl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xxl .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand-xxl .navbar-nav-scroll{overflow:visible}.navbar-expand-xxl .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand-xxl .navbar-toggler{display:none}.navbar-expand-xxl .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand-xxl .offcanvas .offcanvas-header{display:none}.navbar-expand-xxl .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}}.navbar-expand{flex-wrap:nowrap;justify-content:flex-start}.navbar-expand .navbar-nav{flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .nav-link{padding-right:var(--bs-navbar-nav-link-padding-x);padding-left:var(--bs-navbar-nav-link-padding-x)}.navbar-expand .navbar-nav-scroll{overflow:visible}.navbar-expand .navbar-collapse{display:flex !important;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .offcanvas{position:static;z-index:auto;flex-grow:1;width:auto !important;height:auto !important;visibility:visible !important;background-color:rgba(0,0,0,0) !important;border:0 !important;transform:none !important;transition:none}.navbar-expand .offcanvas .offcanvas-header{display:none}.navbar-expand .offcanvas .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible}.navbar-dark,.navbar[data-bs-theme=dark]{--bs-navbar-color: rgba(255, 255, 255, 0.55);--bs-navbar-hover-color: rgba(255, 255, 255, 0.75);--bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);--bs-navbar-active-color: #fff;--bs-navbar-brand-color: #fff;--bs-navbar-brand-hover-color: #fff;--bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}[data-bs-theme=dark] .navbar-toggler-icon{--bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e")}.card{--bs-card-spacer-y: 1rem;--bs-card-spacer-x: 1rem;--bs-card-title-spacer-y: 0.5rem;--bs-card-title-color: ;--bs-card-subtitle-color: ;--bs-card-border-width: var(--bs-border-width);--bs-card-border-color: var(--bs-border-color-translucent);--bs-card-border-radius: var(--bs-border-radius);--bs-card-box-shadow: ;--bs-card-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-card-cap-padding-y: 0.5rem;--bs-card-cap-padding-x: 1rem;--bs-card-cap-bg: rgba(var(--bs-body-color-rgb), 0.03);--bs-card-cap-color: ;--bs-card-height: ;--bs-card-color: ;--bs-card-bg: var(--bs-body-bg);--bs-card-img-overlay-padding: 1rem;--bs-card-group-margin: 0.75rem;position:relative;display:flex;flex-direction:column;min-width:0;height:var(--bs-card-height);color:var(--bs-body-color);word-wrap:break-word;background-color:var(--bs-card-bg);background-clip:border-box;border:var(--bs-card-border-width) solid var(--bs-card-border-color);border-radius:var(--bs-card-border-radius)}.card>hr{margin-right:0;margin-left:0}.card>.list-group{border-top:inherit;border-bottom:inherit}.card>.list-group:first-child{border-top-width:0;border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card>.list-group:last-child{border-bottom-width:0;border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card>.card-header+.list-group,.card>.list-group+.card-footer{border-top:0}.card-body{flex:1 1 auto;padding:var(--bs-card-spacer-y) var(--bs-card-spacer-x);color:var(--bs-card-color)}.card-title{margin-bottom:var(--bs-card-title-spacer-y);color:var(--bs-card-title-color)}.card-subtitle{margin-top:calc(-0.5*var(--bs-card-title-spacer-y));margin-bottom:0;color:var(--bs-card-subtitle-color)}.card-text:last-child{margin-bottom:0}.card-link+.card-link{margin-left:var(--bs-card-spacer-x)}.card-header{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);margin-bottom:0;color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-bottom:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-header:first-child{border-radius:var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0}.card-footer{padding:var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);color:var(--bs-card-cap-color);background-color:var(--bs-card-cap-bg);border-top:var(--bs-card-border-width) solid var(--bs-card-border-color)}.card-footer:last-child{border-radius:0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius)}.card-header-tabs{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-bottom:calc(-1*var(--bs-card-cap-padding-y));margin-left:calc(-0.5*var(--bs-card-cap-padding-x));border-bottom:0}.card-header-tabs .nav-link.active{background-color:var(--bs-card-bg);border-bottom-color:var(--bs-card-bg)}.card-header-pills{margin-right:calc(-0.5*var(--bs-card-cap-padding-x));margin-left:calc(-0.5*var(--bs-card-cap-padding-x))}.card-img-overlay{position:absolute;top:0;right:0;bottom:0;left:0;padding:var(--bs-card-img-overlay-padding);border-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-top,.card-img-bottom{width:100%}.card-img,.card-img-top{border-top-left-radius:var(--bs-card-inner-border-radius);border-top-right-radius:var(--bs-card-inner-border-radius)}.card-img,.card-img-bottom{border-bottom-right-radius:var(--bs-card-inner-border-radius);border-bottom-left-radius:var(--bs-card-inner-border-radius)}.card-group>.card{margin-bottom:var(--bs-card-group-margin)}@media(min-width: 576px){.card-group{display:flex;flex-flow:row wrap}.card-group>.card{flex:1 0 0%;margin-bottom:0}.card-group>.card+.card{margin-left:0;border-left:0}.card-group>.card:not(:last-child){border-top-right-radius:0;border-bottom-right-radius:0}.card-group>.card:not(:last-child) .card-img-top,.card-group>.card:not(:last-child) .card-header{border-top-right-radius:0}.card-group>.card:not(:last-child) .card-img-bottom,.card-group>.card:not(:last-child) .card-footer{border-bottom-right-radius:0}.card-group>.card:not(:first-child){border-top-left-radius:0;border-bottom-left-radius:0}.card-group>.card:not(:first-child) .card-img-top,.card-group>.card:not(:first-child) .card-header{border-top-left-radius:0}.card-group>.card:not(:first-child) .card-img-bottom,.card-group>.card:not(:first-child) .card-footer{border-bottom-left-radius:0}}.accordion{--bs-accordion-color: var(--bs-body-color);--bs-accordion-bg: var(--bs-body-bg);--bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;--bs-accordion-border-color: var(--bs-border-color);--bs-accordion-border-width: var(--bs-border-width);--bs-accordion-border-radius: var(--bs-border-radius);--bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));--bs-accordion-btn-padding-x: 1.25rem;--bs-accordion-btn-padding-y: 1rem;--bs-accordion-btn-color: var(--bs-body-color);--bs-accordion-btn-bg: var(--bs-accordion-bg);--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23212529' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-icon-width: 1.25rem;--bs-accordion-btn-icon-transform: rotate(-180deg);--bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='rgb%285.2, 44, 101.2%29' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");--bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-accordion-body-padding-x: 1.25rem;--bs-accordion-body-padding-y: 1rem;--bs-accordion-active-color: var(--bs-primary-text-emphasis);--bs-accordion-active-bg: var(--bs-primary-bg-subtle)}.accordion-button{position:relative;display:flex;align-items:center;width:100%;padding:var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);font-size:1rem;color:var(--bs-accordion-btn-color);text-align:left;background-color:var(--bs-accordion-btn-bg);border:0;border-radius:0;overflow-anchor:none;transition:var(--bs-accordion-transition)}@media(prefers-reduced-motion: reduce){.accordion-button{transition:none}}.accordion-button:not(.collapsed){color:var(--bs-accordion-active-color);background-color:var(--bs-accordion-active-bg);box-shadow:inset 0 calc(-1*var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color)}.accordion-button:not(.collapsed)::after{background-image:var(--bs-accordion-btn-active-icon);transform:var(--bs-accordion-btn-icon-transform)}.accordion-button::after{flex-shrink:0;width:var(--bs-accordion-btn-icon-width);height:var(--bs-accordion-btn-icon-width);margin-left:auto;content:"";background-image:var(--bs-accordion-btn-icon);background-repeat:no-repeat;background-size:var(--bs-accordion-btn-icon-width);transition:var(--bs-accordion-btn-icon-transition)}@media(prefers-reduced-motion: reduce){.accordion-button::after{transition:none}}.accordion-button:hover{z-index:2}.accordion-button:focus{z-index:3;outline:0;box-shadow:var(--bs-accordion-btn-focus-box-shadow)}.accordion-header{margin-bottom:0}.accordion-item{color:var(--bs-accordion-color);background-color:var(--bs-accordion-bg);border:var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)}.accordion-item:first-of-type{border-top-left-radius:var(--bs-accordion-border-radius);border-top-right-radius:var(--bs-accordion-border-radius)}.accordion-item:first-of-type>.accordion-header .accordion-button{border-top-left-radius:var(--bs-accordion-inner-border-radius);border-top-right-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:not(:first-of-type){border-top:0}.accordion-item:last-of-type{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed{border-bottom-right-radius:var(--bs-accordion-inner-border-radius);border-bottom-left-radius:var(--bs-accordion-inner-border-radius)}.accordion-item:last-of-type>.accordion-collapse{border-bottom-right-radius:var(--bs-accordion-border-radius);border-bottom-left-radius:var(--bs-accordion-border-radius)}.accordion-body{padding:var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x)}.accordion-flush>.accordion-item{border-right:0;border-left:0;border-radius:0}.accordion-flush>.accordion-item:first-child{border-top:0}.accordion-flush>.accordion-item:last-child{border-bottom:0}.accordion-flush>.accordion-item>.accordion-header .accordion-button,.accordion-flush>.accordion-item>.accordion-header .accordion-button.collapsed{border-radius:0}.accordion-flush>.accordion-item>.accordion-collapse{border-radius:0}[data-bs-theme=dark] .accordion-button::after{--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='rgb%28109.8, 168, 253.8%29'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")}.breadcrumb{--bs-breadcrumb-padding-x: 0;--bs-breadcrumb-padding-y: 0;--bs-breadcrumb-margin-bottom: 1rem;--bs-breadcrumb-bg: ;--bs-breadcrumb-border-radius: ;--bs-breadcrumb-divider-color: var(--bs-secondary-color);--bs-breadcrumb-item-padding-x: 0.5rem;--bs-breadcrumb-item-active-color: var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding:var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);margin-bottom:var(--bs-breadcrumb-margin-bottom);font-size:var(--bs-breadcrumb-font-size);list-style:none;background-color:var(--bs-breadcrumb-bg);border-radius:var(--bs-breadcrumb-border-radius)}.breadcrumb-item+.breadcrumb-item{padding-left:var(--bs-breadcrumb-item-padding-x)}.breadcrumb-item+.breadcrumb-item::before{float:left;padding-right:var(--bs-breadcrumb-item-padding-x);color:var(--bs-breadcrumb-divider-color);content:var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */}.breadcrumb-item.active{color:var(--bs-breadcrumb-item-active-color)}.pagination{--bs-pagination-padding-x: 0.75rem;--bs-pagination-padding-y: 0.375rem;--bs-pagination-font-size:1rem;--bs-pagination-color: var(--bs-link-color);--bs-pagination-bg: var(--bs-body-bg);--bs-pagination-border-width: var(--bs-border-width);--bs-pagination-border-color: var(--bs-border-color);--bs-pagination-border-radius: var(--bs-border-radius);--bs-pagination-hover-color: var(--bs-link-hover-color);--bs-pagination-hover-bg: var(--bs-tertiary-bg);--bs-pagination-hover-border-color: var(--bs-border-color);--bs-pagination-focus-color: var(--bs-link-hover-color);--bs-pagination-focus-bg: var(--bs-secondary-bg);--bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-pagination-active-color: #fff;--bs-pagination-active-bg: #0d6efd;--bs-pagination-active-border-color: #0d6efd;--bs-pagination-disabled-color: var(--bs-secondary-color);--bs-pagination-disabled-bg: var(--bs-secondary-bg);--bs-pagination-disabled-border-color: var(--bs-border-color);display:flex;padding-left:0;list-style:none}.page-link{position:relative;display:block;padding:var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);font-size:var(--bs-pagination-font-size);color:var(--bs-pagination-color);text-decoration:none;background-color:var(--bs-pagination-bg);border:var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);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){.page-link{transition:none}}.page-link:hover{z-index:2;color:var(--bs-pagination-hover-color);background-color:var(--bs-pagination-hover-bg);border-color:var(--bs-pagination-hover-border-color)}.page-link:focus{z-index:3;color:var(--bs-pagination-focus-color);background-color:var(--bs-pagination-focus-bg);outline:0;box-shadow:var(--bs-pagination-focus-box-shadow)}.page-link.active,.active>.page-link{z-index:3;color:var(--bs-pagination-active-color);background-color:var(--bs-pagination-active-bg);border-color:var(--bs-pagination-active-border-color)}.page-link.disabled,.disabled>.page-link{color:var(--bs-pagination-disabled-color);pointer-events:none;background-color:var(--bs-pagination-disabled-bg);border-color:var(--bs-pagination-disabled-border-color)}.page-item:not(:first-child) .page-link{margin-left:calc(var(--bs-border-width)*-1)}.page-item:first-child .page-link{border-top-left-radius:var(--bs-pagination-border-radius);border-bottom-left-radius:var(--bs-pagination-border-radius)}.page-item:last-child .page-link{border-top-right-radius:var(--bs-pagination-border-radius);border-bottom-right-radius:var(--bs-pagination-border-radius)}.pagination-lg{--bs-pagination-padding-x: 1.5rem;--bs-pagination-padding-y: 0.75rem;--bs-pagination-font-size:1.25rem;--bs-pagination-border-radius: var(--bs-border-radius-lg)}.pagination-sm{--bs-pagination-padding-x: 0.5rem;--bs-pagination-padding-y: 0.25rem;--bs-pagination-font-size:0.875rem;--bs-pagination-border-radius: var(--bs-border-radius-sm)}.badge{--bs-badge-padding-x: 0.65em;--bs-badge-padding-y: 0.35em;--bs-badge-font-size:0.75em;--bs-badge-font-weight: 700;--bs-badge-color: #fff;--bs-badge-border-radius: var(--bs-border-radius);display:inline-block;padding:var(--bs-badge-padding-y) var(--bs-badge-padding-x);font-size:var(--bs-badge-font-size);font-weight:var(--bs-badge-font-weight);line-height:1;color:var(--bs-badge-color);text-align:center;white-space:nowrap;vertical-align:baseline;border-radius:var(--bs-badge-border-radius)}.badge:empty{display:none}.btn .badge{position:relative;top:-1px}.alert{--bs-alert-bg: transparent;--bs-alert-padding-x: 1rem;--bs-alert-padding-y: 1rem;--bs-alert-margin-bottom: 1rem;--bs-alert-color: inherit;--bs-alert-border-color: transparent;--bs-alert-border: var(--bs-border-width) solid var(--bs-alert-border-color);--bs-alert-border-radius: var(--bs-border-radius);--bs-alert-link-color: inherit;position:relative;padding:var(--bs-alert-padding-y) var(--bs-alert-padding-x);margin-bottom:var(--bs-alert-margin-bottom);color:var(--bs-alert-color);background-color:var(--bs-alert-bg);border:var(--bs-alert-border);border-radius:var(--bs-alert-border-radius)}.alert-heading{color:inherit}.alert-link{font-weight:700;color:var(--bs-alert-link-color)}.alert-dismissible{padding-right:3rem}.alert-dismissible .btn-close{position:absolute;top:0;right:0;z-index:2;padding:1.25rem 1rem}.alert-primary{--bs-alert-color: var(--bs-primary-text-emphasis);--bs-alert-bg: var(--bs-primary-bg-subtle);--bs-alert-border-color: var(--bs-primary-border-subtle);--bs-alert-link-color: var(--bs-primary-text-emphasis)}.alert-secondary{--bs-alert-color: var(--bs-secondary-text-emphasis);--bs-alert-bg: var(--bs-secondary-bg-subtle);--bs-alert-border-color: var(--bs-secondary-border-subtle);--bs-alert-link-color: var(--bs-secondary-text-emphasis)}.alert-success{--bs-alert-color: var(--bs-success-text-emphasis);--bs-alert-bg: var(--bs-success-bg-subtle);--bs-alert-border-color: var(--bs-success-border-subtle);--bs-alert-link-color: var(--bs-success-text-emphasis)}.alert-info{--bs-alert-color: var(--bs-info-text-emphasis);--bs-alert-bg: var(--bs-info-bg-subtle);--bs-alert-border-color: var(--bs-info-border-subtle);--bs-alert-link-color: var(--bs-info-text-emphasis)}.alert-warning{--bs-alert-color: var(--bs-warning-text-emphasis);--bs-alert-bg: var(--bs-warning-bg-subtle);--bs-alert-border-color: var(--bs-warning-border-subtle);--bs-alert-link-color: var(--bs-warning-text-emphasis)}.alert-danger{--bs-alert-color: var(--bs-danger-text-emphasis);--bs-alert-bg: var(--bs-danger-bg-subtle);--bs-alert-border-color: var(--bs-danger-border-subtle);--bs-alert-link-color: var(--bs-danger-text-emphasis)}.alert-light{--bs-alert-color: var(--bs-light-text-emphasis);--bs-alert-bg: var(--bs-light-bg-subtle);--bs-alert-border-color: var(--bs-light-border-subtle);--bs-alert-link-color: var(--bs-light-text-emphasis)}.alert-dark{--bs-alert-color: var(--bs-dark-text-emphasis);--bs-alert-bg: var(--bs-dark-bg-subtle);--bs-alert-border-color: var(--bs-dark-border-subtle);--bs-alert-link-color: var(--bs-dark-text-emphasis)}@keyframes progress-bar-stripes{0%{background-position-x:1rem}}.progress,.progress-stacked{--bs-progress-height: 1rem;--bs-progress-font-size:0.75rem;--bs-progress-bg: var(--bs-secondary-bg);--bs-progress-border-radius: var(--bs-border-radius);--bs-progress-box-shadow: var(--bs-box-shadow-inset);--bs-progress-bar-color: #fff;--bs-progress-bar-bg: #0d6efd;--bs-progress-bar-transition: width 0.6s ease;display:flex;height:var(--bs-progress-height);overflow:hidden;font-size:var(--bs-progress-font-size);background-color:var(--bs-progress-bg);border-radius:var(--bs-progress-border-radius)}.progress-bar{display:flex;flex-direction:column;justify-content:center;overflow:hidden;color:var(--bs-progress-bar-color);text-align:center;white-space:nowrap;background-color:var(--bs-progress-bar-bg);transition:var(--bs-progress-bar-transition)}@media(prefers-reduced-motion: reduce){.progress-bar{transition:none}}.progress-bar-striped{background-image:linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);background-size:var(--bs-progress-height) var(--bs-progress-height)}.progress-stacked>.progress{overflow:visible}.progress-stacked>.progress>.progress-bar{width:100%}.progress-bar-animated{animation:1s linear infinite progress-bar-stripes}@media(prefers-reduced-motion: reduce){.progress-bar-animated{animation:none}}.list-group{--bs-list-group-color: var(--bs-body-color);--bs-list-group-bg: var(--bs-body-bg);--bs-list-group-border-color: var(--bs-border-color);--bs-list-group-border-width: var(--bs-border-width);--bs-list-group-border-radius: var(--bs-border-radius);--bs-list-group-item-padding-x: 1rem;--bs-list-group-item-padding-y: 0.5rem;--bs-list-group-action-color: var(--bs-secondary-color);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-tertiary-bg);--bs-list-group-action-active-color: var(--bs-body-color);--bs-list-group-action-active-bg: var(--bs-secondary-bg);--bs-list-group-disabled-color: var(--bs-secondary-color);--bs-list-group-disabled-bg: var(--bs-body-bg);--bs-list-group-active-color: #fff;--bs-list-group-active-bg: #0d6efd;--bs-list-group-active-border-color: #0d6efd;display:flex;flex-direction:column;padding-left:0;margin-bottom:0;border-radius:var(--bs-list-group-border-radius)}.list-group-numbered{list-style-type:none;counter-reset:section}.list-group-numbered>.list-group-item::before{content:counters(section, ".") ". ";counter-increment:section}.list-group-item-action{width:100%;color:var(--bs-list-group-action-color);text-align:inherit}.list-group-item-action:hover,.list-group-item-action:focus{z-index:1;color:var(--bs-list-group-action-hover-color);text-decoration:none;background-color:var(--bs-list-group-action-hover-bg)}.list-group-item-action:active{color:var(--bs-list-group-action-active-color);background-color:var(--bs-list-group-action-active-bg)}.list-group-item{position:relative;display:block;padding:var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);color:var(--bs-list-group-color);text-decoration:none;background-color:var(--bs-list-group-bg);border:var(--bs-list-group-border-width) solid var(--bs-list-group-border-color)}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-right-radius:inherit;border-bottom-left-radius:inherit}.list-group-item.disabled,.list-group-item:disabled{color:var(--bs-list-group-disabled-color);pointer-events:none;background-color:var(--bs-list-group-disabled-bg)}.list-group-item.active{z-index:2;color:var(--bs-list-group-active-color);background-color:var(--bs-list-group-active-bg);border-color:var(--bs-list-group-active-border-color)}.list-group-item+.list-group-item{border-top-width:0}.list-group-item+.list-group-item.active{margin-top:calc(-1*var(--bs-list-group-border-width));border-top-width:var(--bs-list-group-border-width)}.list-group-horizontal{flex-direction:row}.list-group-horizontal>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal>.list-group-item.active{margin-top:0}.list-group-horizontal>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}@media(min-width: 576px){.list-group-horizontal-sm{flex-direction:row}.list-group-horizontal-sm>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-sm>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-sm>.list-group-item.active{margin-top:0}.list-group-horizontal-sm>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-sm>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 768px){.list-group-horizontal-md{flex-direction:row}.list-group-horizontal-md>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-md>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-md>.list-group-item.active{margin-top:0}.list-group-horizontal-md>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-md>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 992px){.list-group-horizontal-lg{flex-direction:row}.list-group-horizontal-lg>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-lg>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-lg>.list-group-item.active{margin-top:0}.list-group-horizontal-lg>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-lg>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1200px){.list-group-horizontal-xl{flex-direction:row}.list-group-horizontal-xl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xl>.list-group-item.active{margin-top:0}.list-group-horizontal-xl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}@media(min-width: 1400px){.list-group-horizontal-xxl{flex-direction:row}.list-group-horizontal-xxl>.list-group-item:first-child:not(:last-child){border-bottom-left-radius:var(--bs-list-group-border-radius);border-top-right-radius:0}.list-group-horizontal-xxl>.list-group-item:last-child:not(:first-child){border-top-right-radius:var(--bs-list-group-border-radius);border-bottom-left-radius:0}.list-group-horizontal-xxl>.list-group-item.active{margin-top:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item{border-top-width:var(--bs-list-group-border-width);border-left-width:0}.list-group-horizontal-xxl>.list-group-item+.list-group-item.active{margin-left:calc(-1*var(--bs-list-group-border-width));border-left-width:var(--bs-list-group-border-width)}}.list-group-flush{border-radius:0}.list-group-flush>.list-group-item{border-width:0 0 var(--bs-list-group-border-width)}.list-group-flush>.list-group-item:last-child{border-bottom-width:0}.list-group-item-primary{--bs-list-group-color: var(--bs-primary-text-emphasis);--bs-list-group-bg: var(--bs-primary-bg-subtle);--bs-list-group-border-color: var(--bs-primary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-primary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-primary-border-subtle);--bs-list-group-active-color: var(--bs-primary-bg-subtle);--bs-list-group-active-bg: var(--bs-primary-text-emphasis);--bs-list-group-active-border-color: var(--bs-primary-text-emphasis)}.list-group-item-secondary{--bs-list-group-color: var(--bs-secondary-text-emphasis);--bs-list-group-bg: var(--bs-secondary-bg-subtle);--bs-list-group-border-color: var(--bs-secondary-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-secondary-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-secondary-border-subtle);--bs-list-group-active-color: var(--bs-secondary-bg-subtle);--bs-list-group-active-bg: var(--bs-secondary-text-emphasis);--bs-list-group-active-border-color: var(--bs-secondary-text-emphasis)}.list-group-item-success{--bs-list-group-color: var(--bs-success-text-emphasis);--bs-list-group-bg: var(--bs-success-bg-subtle);--bs-list-group-border-color: var(--bs-success-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-success-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-success-border-subtle);--bs-list-group-active-color: var(--bs-success-bg-subtle);--bs-list-group-active-bg: var(--bs-success-text-emphasis);--bs-list-group-active-border-color: var(--bs-success-text-emphasis)}.list-group-item-info{--bs-list-group-color: var(--bs-info-text-emphasis);--bs-list-group-bg: var(--bs-info-bg-subtle);--bs-list-group-border-color: var(--bs-info-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-info-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-info-border-subtle);--bs-list-group-active-color: var(--bs-info-bg-subtle);--bs-list-group-active-bg: var(--bs-info-text-emphasis);--bs-list-group-active-border-color: var(--bs-info-text-emphasis)}.list-group-item-warning{--bs-list-group-color: var(--bs-warning-text-emphasis);--bs-list-group-bg: var(--bs-warning-bg-subtle);--bs-list-group-border-color: var(--bs-warning-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-warning-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-warning-border-subtle);--bs-list-group-active-color: var(--bs-warning-bg-subtle);--bs-list-group-active-bg: var(--bs-warning-text-emphasis);--bs-list-group-active-border-color: var(--bs-warning-text-emphasis)}.list-group-item-danger{--bs-list-group-color: var(--bs-danger-text-emphasis);--bs-list-group-bg: var(--bs-danger-bg-subtle);--bs-list-group-border-color: var(--bs-danger-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-danger-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-danger-border-subtle);--bs-list-group-active-color: var(--bs-danger-bg-subtle);--bs-list-group-active-bg: var(--bs-danger-text-emphasis);--bs-list-group-active-border-color: var(--bs-danger-text-emphasis)}.list-group-item-light{--bs-list-group-color: var(--bs-light-text-emphasis);--bs-list-group-bg: var(--bs-light-bg-subtle);--bs-list-group-border-color: var(--bs-light-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-light-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-light-border-subtle);--bs-list-group-active-color: var(--bs-light-bg-subtle);--bs-list-group-active-bg: var(--bs-light-text-emphasis);--bs-list-group-active-border-color: var(--bs-light-text-emphasis)}.list-group-item-dark{--bs-list-group-color: var(--bs-dark-text-emphasis);--bs-list-group-bg: var(--bs-dark-bg-subtle);--bs-list-group-border-color: var(--bs-dark-border-subtle);--bs-list-group-action-hover-color: var(--bs-emphasis-color);--bs-list-group-action-hover-bg: var(--bs-dark-border-subtle);--bs-list-group-action-active-color: var(--bs-emphasis-color);--bs-list-group-action-active-bg: var(--bs-dark-border-subtle);--bs-list-group-active-color: var(--bs-dark-bg-subtle);--bs-list-group-active-bg: var(--bs-dark-text-emphasis);--bs-list-group-active-border-color: var(--bs-dark-text-emphasis)}.btn-close{--bs-btn-close-color: #000;--bs-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.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity: 0.5;--bs-btn-close-hover-opacity: 0.75;--bs-btn-close-focus-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);--bs-btn-close-focus-opacity: 1;--bs-btn-close-disabled-opacity: 0.25;--bs-btn-close-white-filter: invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:.25em .25em;color:var(--bs-btn-close-color);background:rgba(0,0,0,0) var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:.375rem;opacity:var(--bs-btn-close-opacity)}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity)}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity)}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity)}.btn-close-white{filter:var(--bs-btn-close-white-filter)}[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter)}.toast{--bs-toast-zindex: 1090;--bs-toast-padding-x: 0.75rem;--bs-toast-padding-y: 0.5rem;--bs-toast-spacing: 1.5rem;--bs-toast-max-width: 350px;--bs-toast-font-size:0.875rem;--bs-toast-color: ;--bs-toast-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-border-width: var(--bs-border-width);--bs-toast-border-color: var(--bs-border-color-translucent);--bs-toast-border-radius: var(--bs-border-radius);--bs-toast-box-shadow: var(--bs-box-shadow);--bs-toast-header-color: var(--bs-secondary-color);--bs-toast-header-bg: rgba(var(--bs-body-bg-rgb), 0.85);--bs-toast-header-border-color: var(--bs-border-color-translucent);width:var(--bs-toast-max-width);max-width:100%;font-size:var(--bs-toast-font-size);color:var(--bs-toast-color);pointer-events:auto;background-color:var(--bs-toast-bg);background-clip:padding-box;border:var(--bs-toast-border-width) solid var(--bs-toast-border-color);box-shadow:var(--bs-toast-box-shadow);border-radius:var(--bs-toast-border-radius)}.toast.showing{opacity:0}.toast:not(.show){display:none}.toast-container{--bs-toast-zindex: 1090;position:absolute;z-index:var(--bs-toast-zindex);width:max-content;max-width:100%;pointer-events:none}.toast-container>:not(:last-child){margin-bottom:var(--bs-toast-spacing)}.toast-header{display:flex;align-items:center;padding:var(--bs-toast-padding-y) var(--bs-toast-padding-x);color:var(--bs-toast-header-color);background-color:var(--bs-toast-header-bg);background-clip:padding-box;border-bottom:var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);border-top-left-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));border-top-right-radius:calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width))}.toast-header .btn-close{margin-right:calc(-0.5*var(--bs-toast-padding-x));margin-left:var(--bs-toast-padding-x)}.toast-body{padding:var(--bs-toast-padding-x);word-wrap:break-word}.modal{--bs-modal-zindex: 1055;--bs-modal-width: 500px;--bs-modal-padding: 1rem;--bs-modal-margin: 0.5rem;--bs-modal-color: ;--bs-modal-bg: var(--bs-body-bg);--bs-modal-border-color: var(--bs-border-color-translucent);--bs-modal-border-width: var(--bs-border-width);--bs-modal-border-radius: var(--bs-border-radius-lg);--bs-modal-box-shadow: var(--bs-box-shadow-sm);--bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x: 1rem;--bs-modal-header-padding-y: 1rem;--bs-modal-header-padding: 1rem 1rem;--bs-modal-header-border-color: var(--bs-border-color);--bs-modal-header-border-width: var(--bs-border-width);--bs-modal-title-line-height: 1.5;--bs-modal-footer-gap: 0.5rem;--bs-modal-footer-bg: ;--bs-modal-footer-border-color: var(--bs-border-color);--bs-modal-footer-border-width: var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none}.modal.fade .modal-dialog{transition:transform .3s ease-out;transform:translate(0, -50px)}@media(prefers-reduced-motion: reduce){.modal.fade .modal-dialog{transition:none}}.modal.show .modal-dialog{transform:none}.modal.modal-static .modal-dialog{transform:scale(1.02)}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin)*2)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin)*2)}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0}.modal-backdrop{--bs-backdrop-zindex: 1050;--bs-backdrop-bg: #000;--bs-backdrop-opacity: 0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg)}.modal-backdrop.fade{opacity:0}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity)}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius)}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y)*.5) calc(var(--bs-modal-header-padding-x)*.5);margin:calc(-0.5*var(--bs-modal-header-padding-y)) calc(-0.5*var(--bs-modal-header-padding-x)) calc(-0.5*var(--bs-modal-header-padding-y)) auto}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height)}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding)}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap)*.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius)}.modal-footer>*{margin:calc(var(--bs-modal-footer-gap)*.5)}@media(min-width: 576px){.modal{--bs-modal-margin: 1.75rem;--bs-modal-box-shadow: var(--bs-box-shadow)}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto}.modal-sm{--bs-modal-width: 300px}}@media(min-width: 992px){.modal-lg,.modal-xl{--bs-modal-width: 800px}}@media(min-width: 1200px){.modal-xl{--bs-modal-width: 1140px}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0}.modal-fullscreen .modal-body{overflow-y:auto}@media(max-width: 575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0}.modal-fullscreen-sm-down .modal-body{overflow-y:auto}}@media(max-width: 767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0}.modal-fullscreen-md-down .modal-body{overflow-y:auto}}@media(max-width: 991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0}.modal-fullscreen-lg-down .modal-body{overflow-y:auto}}@media(max-width: 1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0}.modal-fullscreen-xl-down .modal-body{overflow-y:auto}}@media(max-width: 1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto}}.tooltip{--bs-tooltip-zindex: 1080;--bs-tooltip-max-width: 200px;--bs-tooltip-padding-x: 0.5rem;--bs-tooltip-padding-y: 0.25rem;--bs-tooltip-margin: ;--bs-tooltip-font-size:0.875rem;--bs-tooltip-color: var(--bs-body-bg);--bs-tooltip-bg: var(--bs-emphasis-color);--bs-tooltip-border-radius: var(--bs-border-radius);--bs-tooltip-opacity: 0.9;--bs-tooltip-arrow-width: 0.8rem;--bs-tooltip-arrow-height: 0.4rem;z-index:var(--bs-tooltip-zindex);display:block;margin:var(--bs-tooltip-margin);font-family:var(--bs-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(--bs-tooltip-font-size);word-wrap:break-word;opacity:0}.tooltip.show{opacity:var(--bs-tooltip-opacity)}.tooltip .tooltip-arrow{display:block;width:var(--bs-tooltip-arrow-width);height:var(--bs-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(--bs-tooltip-arrow-height))}.bs-tooltip-top .tooltip-arrow::before,.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before{top:-1px;border-width:var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-top-color:var(--bs-tooltip-bg)}.bs-tooltip-end .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow{left:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-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(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height) calc(var(--bs-tooltip-arrow-width)*.5) 0;border-right-color:var(--bs-tooltip-bg)}.bs-tooltip-bottom .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow{top:calc(-1*var(--bs-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(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-bottom-color:var(--bs-tooltip-bg)}.bs-tooltip-start .tooltip-arrow,.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow{right:calc(-1*var(--bs-tooltip-arrow-height));width:var(--bs-tooltip-arrow-height);height:var(--bs-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(--bs-tooltip-arrow-width)*.5) 0 calc(var(--bs-tooltip-arrow-width)*.5) var(--bs-tooltip-arrow-height);border-left-color:var(--bs-tooltip-bg)}.tooltip-inner{max-width:var(--bs-tooltip-max-width);padding:var(--bs-tooltip-padding-y) var(--bs-tooltip-padding-x);color:var(--bs-tooltip-color);text-align:center;background-color:var(--bs-tooltip-bg);border-radius:var(--bs-tooltip-border-radius)}.popover{--bs-popover-zindex: 1070;--bs-popover-max-width: 276px;--bs-popover-font-size:0.875rem;--bs-popover-bg: var(--bs-body-bg);--bs-popover-border-width: var(--bs-border-width);--bs-popover-border-color: var(--bs-border-color-translucent);--bs-popover-border-radius: var(--bs-border-radius-lg);--bs-popover-inner-border-radius: calc(var(--bs-border-radius-lg) - var(--bs-border-width));--bs-popover-box-shadow: var(--bs-box-shadow);--bs-popover-header-padding-x: 1rem;--bs-popover-header-padding-y: 0.5rem;--bs-popover-header-font-size:1rem;--bs-popover-header-color: inherit;--bs-popover-header-bg: var(--bs-secondary-bg);--bs-popover-body-padding-x: 1rem;--bs-popover-body-padding-y: 1rem;--bs-popover-body-color: var(--bs-body-color);--bs-popover-arrow-width: 1rem;--bs-popover-arrow-height: 0.5rem;--bs-popover-arrow-border: var(--bs-popover-border-color);z-index:var(--bs-popover-zindex);display:block;max-width:var(--bs-popover-max-width);font-family:var(--bs-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(--bs-popover-font-size);word-wrap:break-word;background-color:var(--bs-popover-bg);background-clip:padding-box;border:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-radius:var(--bs-popover-border-radius)}.popover .popover-arrow{display:block;width:var(--bs-popover-arrow-width);height:var(--bs-popover-arrow-height)}.popover .popover-arrow::before,.popover .popover-arrow::after{position:absolute;display:block;content:"";border-color:rgba(0,0,0,0);border-style:solid;border-width:0}.bs-popover-top>.popover-arrow,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow{bottom:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before,.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{border-width:var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-top>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::before{bottom:0;border-top-color:var(--bs-popover-arrow-border)}.bs-popover-top>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=top]>.popover-arrow::after{bottom:var(--bs-popover-border-width);border-top-color:var(--bs-popover-bg)}.bs-popover-end>.popover-arrow,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow{left:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before,.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height) calc(var(--bs-popover-arrow-width)*.5) 0}.bs-popover-end>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::before{left:0;border-right-color:var(--bs-popover-arrow-border)}.bs-popover-end>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=right]>.popover-arrow::after{left:var(--bs-popover-border-width);border-right-color:var(--bs-popover-bg)}.bs-popover-bottom>.popover-arrow,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow{top:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width))}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before,.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{border-width:0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-bottom>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::before{top:0;border-bottom-color:var(--bs-popover-arrow-border)}.bs-popover-bottom>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=bottom]>.popover-arrow::after{top:var(--bs-popover-border-width);border-bottom-color:var(--bs-popover-bg)}.bs-popover-bottom .popover-header::before,.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before{position:absolute;top:0;left:50%;display:block;width:var(--bs-popover-arrow-width);margin-left:calc(-0.5*var(--bs-popover-arrow-width));content:"";border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-header-bg)}.bs-popover-start>.popover-arrow,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow{right:calc(-1*(var(--bs-popover-arrow-height)) - var(--bs-popover-border-width));width:var(--bs-popover-arrow-height);height:var(--bs-popover-arrow-width)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before,.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{border-width:calc(var(--bs-popover-arrow-width)*.5) 0 calc(var(--bs-popover-arrow-width)*.5) var(--bs-popover-arrow-height)}.bs-popover-start>.popover-arrow::before,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::before{right:0;border-left-color:var(--bs-popover-arrow-border)}.bs-popover-start>.popover-arrow::after,.bs-popover-auto[data-popper-placement^=left]>.popover-arrow::after{right:var(--bs-popover-border-width);border-left-color:var(--bs-popover-bg)}.popover-header{padding:var(--bs-popover-header-padding-y) var(--bs-popover-header-padding-x);margin-bottom:0;font-size:var(--bs-popover-header-font-size);color:var(--bs-popover-header-color);background-color:var(--bs-popover-header-bg);border-bottom:var(--bs-popover-border-width) solid var(--bs-popover-border-color);border-top-left-radius:var(--bs-popover-inner-border-radius);border-top-right-radius:var(--bs-popover-inner-border-radius)}.popover-header:empty{display:none}.popover-body{padding:var(--bs-popover-body-padding-y) var(--bs-popover-body-padding-x);color:var(--bs-popover-body-color)}.carousel{position:relative}.carousel.pointer-event{touch-action:pan-y}.carousel-inner{position:relative;width:100%;overflow:hidden}.carousel-inner::after{display:block;clear:both;content:""}.carousel-item{position:relative;display:none;float:left;width:100%;margin-right:-100%;backface-visibility:hidden;transition:transform .6s ease-in-out}@media(prefers-reduced-motion: reduce){.carousel-item{transition:none}}.carousel-item.active,.carousel-item-next,.carousel-item-prev{display:block}.carousel-item-next:not(.carousel-item-start),.active.carousel-item-end{transform:translateX(100%)}.carousel-item-prev:not(.carousel-item-end),.active.carousel-item-start{transform:translateX(-100%)}.carousel-fade .carousel-item{opacity:0;transition-property:opacity;transform:none}.carousel-fade .carousel-item.active,.carousel-fade .carousel-item-next.carousel-item-start,.carousel-fade .carousel-item-prev.carousel-item-end{z-index:1;opacity:1}.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{z-index:0;opacity:0;transition:opacity 0s .6s}@media(prefers-reduced-motion: reduce){.carousel-fade .active.carousel-item-start,.carousel-fade .active.carousel-item-end{transition:none}}.carousel-control-prev,.carousel-control-next{position:absolute;top:0;bottom:0;z-index:1;display:flex;align-items:center;justify-content:center;width:15%;padding:0;color:#fff;text-align:center;background:none;border:0;opacity:.5;transition:opacity .15s ease}@media(prefers-reduced-motion: reduce){.carousel-control-prev,.carousel-control-next{transition:none}}.carousel-control-prev:hover,.carousel-control-prev:focus,.carousel-control-next:hover,.carousel-control-next:focus{color:#fff;text-decoration:none;outline:0;opacity:.9}.carousel-control-prev{left:0}.carousel-control-next{right:0}.carousel-control-prev-icon,.carousel-control-next-icon{display:inline-block;width:2rem;height:2rem;background-repeat:no-repeat;background-position:50%;background-size:100% 100%}.carousel-control-prev-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")*/}.carousel-control-next-icon{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") /*rtl:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e")*/}.carousel-indicators{position:absolute;right:0;bottom:0;left:0;z-index:2;display:flex;justify-content:center;padding:0;margin-right:15%;margin-bottom:1rem;margin-left:15%}.carousel-indicators [data-bs-target]{box-sizing:content-box;flex:0 1 auto;width:30px;height:3px;padding:0;margin-right:3px;margin-left:3px;text-indent:-999px;cursor:pointer;background-color:#fff;background-clip:padding-box;border:0;border-top:10px solid rgba(0,0,0,0);border-bottom:10px solid rgba(0,0,0,0);opacity:.5;transition:opacity .6s ease}@media(prefers-reduced-motion: reduce){.carousel-indicators [data-bs-target]{transition:none}}.carousel-indicators .active{opacity:1}.carousel-caption{position:absolute;right:15%;bottom:1.25rem;left:15%;padding-top:1.25rem;padding-bottom:1.25rem;color:#fff;text-align:center}.carousel-dark .carousel-control-prev-icon,.carousel-dark .carousel-control-next-icon{filter:invert(1) grayscale(100)}.carousel-dark .carousel-indicators [data-bs-target]{background-color:#000}.carousel-dark .carousel-caption{color:#000}[data-bs-theme=dark] .carousel .carousel-control-prev-icon,[data-bs-theme=dark] .carousel .carousel-control-next-icon,[data-bs-theme=dark].carousel .carousel-control-prev-icon,[data-bs-theme=dark].carousel .carousel-control-next-icon{filter:invert(1) grayscale(100)}[data-bs-theme=dark] .carousel .carousel-indicators [data-bs-target],[data-bs-theme=dark].carousel .carousel-indicators [data-bs-target]{background-color:#000}[data-bs-theme=dark] .carousel .carousel-caption,[data-bs-theme=dark].carousel .carousel-caption{color:#000}.spinner-grow,.spinner-border{display:inline-block;width:var(--bs-spinner-width);height:var(--bs-spinner-height);vertical-align:var(--bs-spinner-vertical-align);border-radius:50%;animation:var(--bs-spinner-animation-speed) linear infinite var(--bs-spinner-animation-name)}@keyframes spinner-border{to{transform:rotate(360deg) /* rtl:ignore */}}.spinner-border{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-border-width: 0.25em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-border;border:var(--bs-spinner-border-width) solid currentcolor;border-right-color:rgba(0,0,0,0)}.spinner-border-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem;--bs-spinner-border-width: 0.2em}@keyframes spinner-grow{0%{transform:scale(0)}50%{opacity:1;transform:none}}.spinner-grow{--bs-spinner-width: 2rem;--bs-spinner-height: 2rem;--bs-spinner-vertical-align: -0.125em;--bs-spinner-animation-speed: 0.75s;--bs-spinner-animation-name: spinner-grow;background-color:currentcolor;opacity:0}.spinner-grow-sm{--bs-spinner-width: 1rem;--bs-spinner-height: 1rem}@media(prefers-reduced-motion: reduce){.spinner-border,.spinner-grow{--bs-spinner-animation-speed: 1.5s}}.offcanvas-sm,.offcanvas-md,.offcanvas-lg,.offcanvas-xl,.offcanvas-xxl,.offcanvas{--bs-offcanvas-zindex: 1045;--bs-offcanvas-width: 400px;--bs-offcanvas-height: 30vh;--bs-offcanvas-padding-x: 1rem;--bs-offcanvas-padding-y: 1rem;--bs-offcanvas-color: var(--bs-body-color);--bs-offcanvas-bg: var(--bs-body-bg);--bs-offcanvas-border-width: var(--bs-border-width);--bs-offcanvas-border-color: var(--bs-border-color-translucent);--bs-offcanvas-box-shadow: var(--bs-box-shadow-sm);--bs-offcanvas-transition: transform 0.3s ease-in-out;--bs-offcanvas-title-line-height: 1.5}@media(max-width: 575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-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(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-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{--bs-offcanvas-height: auto;--bs-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(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-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(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-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{--bs-offcanvas-height: auto;--bs-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(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-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(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-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{--bs-offcanvas-height: auto;--bs-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(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-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(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-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{--bs-offcanvas-height: auto;--bs-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(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-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(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-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{--bs-offcanvas-height: auto;--bs-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(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition)}@media(prefers-reduced-motion: reduce){.offcanvas{transition:none}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%)}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%)}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%)}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-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(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x)}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y)*.5) calc(var(--bs-offcanvas-padding-x)*.5);margin:calc(-0.5*var(--bs-offcanvas-padding-y)) calc(-0.5*var(--bs-offcanvas-padding-x)) calc(-0.5*var(--bs-offcanvas-padding-y)) auto}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height)}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto}.placeholder{display:inline-block;min-height:1em;vertical-align:middle;cursor:wait;background-color:currentcolor;opacity:.5}.placeholder.btn::before{display:inline-block;content:""}.placeholder-xs{min-height:.6em}.placeholder-sm{min-height:.8em}.placeholder-lg{min-height:1.2em}.placeholder-glow .placeholder{animation:placeholder-glow 2s ease-in-out infinite}@keyframes placeholder-glow{50%{opacity:.2}}.placeholder-wave{mask-image:linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);mask-size:200% 100%;animation:placeholder-wave 2s linear infinite}@keyframes placeholder-wave{100%{mask-position:-200% 0%}}.clearfix::after{display:block;clear:both;content:""}.text-bg-primary{color:#fff !important;background-color:RGBA(var(--bs-primary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-secondary{color:#fff !important;background-color:RGBA(var(--bs-secondary-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-success{color:#fff !important;background-color:RGBA(var(--bs-success-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-info{color:#000 !important;background-color:RGBA(var(--bs-info-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-warning{color:#000 !important;background-color:RGBA(var(--bs-warning-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-danger{color:#fff !important;background-color:RGBA(var(--bs-danger-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-light{color:#000 !important;background-color:RGBA(var(--bs-light-rgb), var(--bs-bg-opacity, 1)) !important}.text-bg-dark{color:#fff !important;background-color:RGBA(var(--bs-dark-rgb), var(--bs-bg-opacity, 1)) !important}.link-primary{color:RGBA(var(--bs-primary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-primary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-primary:hover,.link-primary:focus{color:RGBA(10, 88, 202, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(10, 88, 202, var(--bs-link-underline-opacity, 1)) !important}.link-secondary{color:RGBA(var(--bs-secondary-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-secondary-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-secondary:hover,.link-secondary:focus{color:RGBA(86, 94, 100, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(86, 94, 100, var(--bs-link-underline-opacity, 1)) !important}.link-success{color:RGBA(var(--bs-success-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-success-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-success:hover,.link-success:focus{color:RGBA(20, 108, 67, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(20, 108, 67, var(--bs-link-underline-opacity, 1)) !important}.link-info{color:RGBA(var(--bs-info-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-info-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-info:hover,.link-info:focus{color:RGBA(61, 213, 243, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(61, 213, 243, var(--bs-link-underline-opacity, 1)) !important}.link-warning{color:RGBA(var(--bs-warning-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-warning-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-warning:hover,.link-warning:focus{color:RGBA(255, 205, 57, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(255, 205, 57, var(--bs-link-underline-opacity, 1)) !important}.link-danger{color:RGBA(var(--bs-danger-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-danger-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-danger:hover,.link-danger:focus{color:RGBA(176, 42, 55, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(176, 42, 55, var(--bs-link-underline-opacity, 1)) !important}.link-light{color:RGBA(var(--bs-light-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-light-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-light:hover,.link-light:focus{color:RGBA(249, 250, 251, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(249, 250, 251, var(--bs-link-underline-opacity, 1)) !important}.link-dark{color:RGBA(var(--bs-dark-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-dark-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-dark:hover,.link-dark:focus{color:RGBA(26, 30, 33, var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(26, 30, 33, var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 1)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-body-emphasis:hover,.link-body-emphasis:focus{color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-opacity, 0.75)) !important;text-decoration-color:RGBA(var(--bs-emphasis-color-rgb), var(--bs-link-underline-opacity, 0.75)) !important}.focus-ring:focus{outline:0;box-shadow:var(--bs-focus-ring-x, 0) var(--bs-focus-ring-y, 0) var(--bs-focus-ring-blur, 0) var(--bs-focus-ring-width) var(--bs-focus-ring-color)}.icon-link{display:inline-flex;gap:.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 0.5));text-underline-offset:.25em;backface-visibility:hidden}.icon-link>.bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:.2s ease-in-out transform}@media(prefers-reduced-motion: reduce){.icon-link>.bi{transition:none}}.icon-link-hover:hover>.bi,.icon-link-hover:focus-visible>.bi{transform:var(--bs-icon-link-transform, translate3d(0.25em, 0, 0))}.ratio{position:relative;width:100%}.ratio::before{display:block;padding-top:var(--bs-aspect-ratio);content:""}.ratio>*{position:absolute;top:0;left:0;width:100%;height:100%}.ratio-1x1{--bs-aspect-ratio: 100%}.ratio-4x3{--bs-aspect-ratio: 75%}.ratio-16x9{--bs-aspect-ratio: 56.25%}.ratio-21x9{--bs-aspect-ratio: 42.8571428571%}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}.sticky-top{position:sticky;top:0;z-index:1020}.sticky-bottom{position:sticky;bottom:0;z-index:1020}@media(min-width: 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}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:""}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:.25}.align-baseline{vertical-align:baseline !important}.align-top{vertical-align:top !important}.align-middle{vertical-align:middle !important}.align-bottom{vertical-align:bottom !important}.align-text-bottom{vertical-align:text-bottom !important}.align-text-top{vertical-align:text-top !important}.float-start{float:left !important}.float-end{float:right !important}.float-none{float:none !important}.object-fit-contain{object-fit:contain !important}.object-fit-cover{object-fit:cover !important}.object-fit-fill{object-fit:fill !important}.object-fit-scale{object-fit:scale-down !important}.object-fit-none{object-fit:none !important}.opacity-0{opacity:0 !important}.opacity-25{opacity:.25 !important}.opacity-50{opacity:.5 !important}.opacity-75{opacity:.75 !important}.opacity-100{opacity:1 !important}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !important}.overflow-x-auto{overflow-x:auto !important}.overflow-x-hidden{overflow-x:hidden !important}.overflow-x-visible{overflow-x:visible !important}.overflow-x-scroll{overflow-x:scroll !important}.overflow-y-auto{overflow-y:auto !important}.overflow-y-hidden{overflow-y:hidden !important}.overflow-y-visible{overflow-y:visible !important}.overflow-y-scroll{overflow-y:scroll !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-inline-grid{display:inline-grid !important}.d-table{display:table !important}.d-table-row{display:table-row !important}.d-table-cell{display:table-cell !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-none{display:none !important}.shadow{box-shadow:var(--bs-box-shadow) !important}.shadow-sm{box-shadow:var(--bs-box-shadow-sm) !important}.shadow-lg{box-shadow:var(--bs-box-shadow-lg) !important}.shadow-none{box-shadow:none !important}.focus-ring-primary{--bs-focus-ring-color: rgba(var(--bs-primary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-secondary{--bs-focus-ring-color: rgba(var(--bs-secondary-rgb), var(--bs-focus-ring-opacity))}.focus-ring-success{--bs-focus-ring-color: rgba(var(--bs-success-rgb), var(--bs-focus-ring-opacity))}.focus-ring-info{--bs-focus-ring-color: rgba(var(--bs-info-rgb), var(--bs-focus-ring-opacity))}.focus-ring-warning{--bs-focus-ring-color: rgba(var(--bs-warning-rgb), var(--bs-focus-ring-opacity))}.focus-ring-danger{--bs-focus-ring-color: rgba(var(--bs-danger-rgb), var(--bs-focus-ring-opacity))}.focus-ring-light{--bs-focus-ring-color: rgba(var(--bs-light-rgb), var(--bs-focus-ring-opacity))}.focus-ring-dark{--bs-focus-ring-color: rgba(var(--bs-dark-rgb), var(--bs-focus-ring-opacity))}.position-static{position:static !important}.position-relative{position:relative !important}.position-absolute{position:absolute !important}.position-fixed{position:fixed !important}.position-sticky{position:sticky !important}.top-0{top:0 !important}.top-50{top:50% !important}.top-100{top:100% !important}.bottom-0{bottom:0 !important}.bottom-50{bottom:50% !important}.bottom-100{bottom:100% !important}.start-0{left:0 !important}.start-50{left:50% !important}.start-100{left:100% !important}.end-0{right:0 !important}.end-50{right:50% !important}.end-100{right:100% !important}.translate-middle{transform:translate(-50%, -50%) !important}.translate-middle-x{transform:translateX(-50%) !important}.translate-middle-y{transform:translateY(-50%) !important}.border{border:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-0{border:0 !important}.border-top{border-top:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-top-0{border-top:0 !important}.border-end{border-right:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-end-0{border-right:0 !important}.border-bottom{border-bottom:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-bottom-0{border-bottom:0 !important}.border-start{border-left:var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important}.border-start-0{border-left:0 !important}.border-primary{--bs-border-opacity: 1;border-color:rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important}.border-secondary{--bs-border-opacity: 1;border-color:rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important}.border-success{--bs-border-opacity: 1;border-color:rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important}.border-info{--bs-border-opacity: 1;border-color:rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important}.border-warning{--bs-border-opacity: 1;border-color:rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important}.border-danger{--bs-border-opacity: 1;border-color:rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important}.border-light{--bs-border-opacity: 1;border-color:rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important}.border-dark{--bs-border-opacity: 1;border-color:rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important}.border-black{--bs-border-opacity: 1;border-color:rgba(var(--bs-black-rgb), var(--bs-border-opacity)) !important}.border-white{--bs-border-opacity: 1;border-color:rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important}.border-1{border-width:1px !important}.border-2{border-width:2px !important}.border-3{border-width:3px !important}.border-4{border-width:4px !important}.border-5{border-width:5px !important}.border-opacity-10{--bs-border-opacity: 0.1}.border-opacity-25{--bs-border-opacity: 0.25}.border-opacity-50{--bs-border-opacity: 0.5}.border-opacity-75{--bs-border-opacity: 0.75}.border-opacity-100{--bs-border-opacity: 1}.w-25{width:25% !important}.w-50{width:50% !important}.w-75{width:75% !important}.w-100{width:100% !important}.w-auto{width:auto !important}.mw-100{max-width:100% !important}.vw-100{width:100vw !important}.min-vw-100{min-width:100vw !important}.h-25{height:25% !important}.h-50{height:50% !important}.h-75{height:75% !important}.h-100{height:100% !important}.h-auto{height:auto !important}.mh-100{max-height:100% !important}.vh-100{height:100vh !important}.min-vh-100{min-height:100vh !important}.flex-fill{flex:1 1 auto !important}.flex-row{flex-direction:row !important}.flex-column{flex-direction:column !important}.flex-row-reverse{flex-direction:row-reverse !important}.flex-column-reverse{flex-direction:column-reverse !important}.flex-grow-0{flex-grow:0 !important}.flex-grow-1{flex-grow:1 !important}.flex-shrink-0{flex-shrink:0 !important}.flex-shrink-1{flex-shrink:1 !important}.flex-wrap{flex-wrap:wrap !important}.flex-nowrap{flex-wrap:nowrap !important}.flex-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-start{justify-content:flex-start !important}.justify-content-end{justify-content:flex-end !important}.justify-content-center{justify-content:center !important}.justify-content-between{justify-content:space-between !important}.justify-content-around{justify-content:space-around !important}.justify-content-evenly{justify-content:space-evenly !important}.align-items-start{align-items:flex-start !important}.align-items-end{align-items:flex-end !important}.align-items-center{align-items:center !important}.align-items-baseline{align-items:baseline !important}.align-items-stretch{align-items:stretch !important}.align-content-start{align-content:flex-start !important}.align-content-end{align-content:flex-end !important}.align-content-center{align-content:center !important}.align-content-between{align-content:space-between !important}.align-content-around{align-content:space-around !important}.align-content-stretch{align-content:stretch !important}.align-self-auto{align-self:auto !important}.align-self-start{align-self:flex-start !important}.align-self-end{align-self:flex-end !important}.align-self-center{align-self:center !important}.align-self-baseline{align-self:baseline !important}.align-self-stretch{align-self:stretch !important}.order-first{order:-1 !important}.order-0{order:0 !important}.order-1{order:1 !important}.order-2{order:2 !important}.order-3{order:3 !important}.order-4{order:4 !important}.order-5{order:5 !important}.order-last{order:6 !important}.m-0{margin:0 !important}.m-1{margin:.25rem !important}.m-2{margin:.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:.25rem !important}.mt-2{margin-top:.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:.25rem !important}.me-2{margin-right:.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.25rem !important}.mb-2{margin-bottom:.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:.25rem !important}.ms-2{margin-left:.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:.25rem !important}.p-2{padding:.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:.25rem !important}.pt-2{padding-top:.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:.25rem !important}.pe-2{padding-right:.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.25rem !important}.pb-2{padding-bottom:.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:.25rem !important}.ps-2{padding-left:.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !important}.gap-0{gap:0 !important}.gap-1{gap:.25rem !important}.gap-2{gap:.5rem !important}.gap-3{gap:1rem !important}.gap-4{gap:1.5rem !important}.gap-5{gap:3rem !important}.row-gap-0{row-gap:0 !important}.row-gap-1{row-gap:.25rem !important}.row-gap-2{row-gap:.5rem !important}.row-gap-3{row-gap:1rem !important}.row-gap-4{row-gap:1.5rem !important}.row-gap-5{row-gap:3rem !important}.column-gap-0{column-gap:0 !important}.column-gap-1{column-gap:.25rem !important}.column-gap-2{column-gap:.5rem !important}.column-gap-3{column-gap:1rem !important}.column-gap-4{column-gap:1.5rem !important}.column-gap-5{column-gap:3rem !important}.font-monospace{font-family:var(--bs-font-monospace) !important}.fs-1{font-size:calc(1.375rem + 1.5vw) !important}.fs-2{font-size:calc(1.325rem + 0.9vw) !important}.fs-3{font-size:calc(1.3rem + 0.6vw) !important}.fs-4{font-size:calc(1.275rem + 0.3vw) !important}.fs-5{font-size:1.25rem !important}.fs-6{font-size:1rem !important}.fst-italic{font-style:italic !important}.fst-normal{font-style:normal !important}.fw-lighter{font-weight:lighter !important}.fw-light{font-weight:300 !important}.fw-normal{font-weight:400 !important}.fw-medium{font-weight:500 !important}.fw-semibold{font-weight:600 !important}.fw-bold{font-weight:700 !important}.fw-bolder{font-weight:bolder !important}.lh-1{line-height:1 !important}.lh-sm{line-height:1.25 !important}.lh-base{line-height:1.5 !important}.lh-lg{line-height:2 !important}.text-start{text-align:left !important}.text-end{text-align:right !important}.text-center{text-align:center !important}.text-decoration-none{text-decoration:none !important}.text-decoration-underline{text-decoration:underline !important}.text-decoration-line-through{text-decoration:line-through !important}.text-lowercase{text-transform:lowercase !important}.text-uppercase{text-transform:uppercase !important}.text-capitalize{text-transform:capitalize !important}.text-wrap{white-space:normal !important}.text-nowrap{white-space:nowrap !important}.text-break{word-wrap:break-word !important;word-break:break-word !important}.text-primary{--bs-text-opacity: 1;color:rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important}.text-secondary{--bs-text-opacity: 1;color:rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important}.text-success{--bs-text-opacity: 1;color:rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important}.text-info{--bs-text-opacity: 1;color:rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important}.text-warning{--bs-text-opacity: 1;color:rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important}.text-danger{--bs-text-opacity: 1;color:rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important}.text-light{--bs-text-opacity: 1;color:rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important}.text-dark{--bs-text-opacity: 1;color:rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important}.text-black{--bs-text-opacity: 1;color:rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important}.text-white{--bs-text-opacity: 1;color:rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important}.text-body{--bs-text-opacity: 1;color:rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important}.text-muted{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-black-50{--bs-text-opacity: 1;color:rgba(0,0,0,.5) !important}.text-white-50{--bs-text-opacity: 1;color:hsla(0,0%,100%,.5) !important}.text-body-secondary{--bs-text-opacity: 1;color:var(--bs-secondary-color) !important}.text-body-tertiary{--bs-text-opacity: 1;color:var(--bs-tertiary-color) !important}.text-body-emphasis{--bs-text-opacity: 1;color:var(--bs-emphasis-color) !important}.text-reset{--bs-text-opacity: 1;color:inherit !important}.text-opacity-25{--bs-text-opacity: 0.25}.text-opacity-50{--bs-text-opacity: 0.5}.text-opacity-75{--bs-text-opacity: 0.75}.text-opacity-100{--bs-text-opacity: 1}.text-primary-emphasis{color:var(--bs-primary-text-emphasis) !important}.text-secondary-emphasis{color:var(--bs-secondary-text-emphasis) !important}.text-success-emphasis{color:var(--bs-success-text-emphasis) !important}.text-info-emphasis{color:var(--bs-info-text-emphasis) !important}.text-warning-emphasis{color:var(--bs-warning-text-emphasis) !important}.text-danger-emphasis{color:var(--bs-danger-text-emphasis) !important}.text-light-emphasis{color:var(--bs-light-text-emphasis) !important}.text-dark-emphasis{color:var(--bs-dark-text-emphasis) !important}.link-opacity-10{--bs-link-opacity: 0.1}.link-opacity-10-hover:hover{--bs-link-opacity: 0.1}.link-opacity-25{--bs-link-opacity: 0.25}.link-opacity-25-hover:hover{--bs-link-opacity: 0.25}.link-opacity-50{--bs-link-opacity: 0.5}.link-opacity-50-hover:hover{--bs-link-opacity: 0.5}.link-opacity-75{--bs-link-opacity: 0.75}.link-opacity-75-hover:hover{--bs-link-opacity: 0.75}.link-opacity-100{--bs-link-opacity: 1}.link-opacity-100-hover:hover{--bs-link-opacity: 1}.link-offset-1{text-underline-offset:.125em !important}.link-offset-1-hover:hover{text-underline-offset:.125em !important}.link-offset-2{text-underline-offset:.25em !important}.link-offset-2-hover:hover{text-underline-offset:.25em !important}.link-offset-3{text-underline-offset:.375em !important}.link-offset-3-hover:hover{text-underline-offset:.375em !important}.link-underline-primary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-primary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-secondary{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-secondary-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-success{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-success-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-info{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-info-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-warning{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-warning-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-danger{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-danger-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-light{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-light-rgb), var(--bs-link-underline-opacity)) !important}.link-underline-dark{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-dark-rgb), var(--bs-link-underline-opacity)) !important}.link-underline{--bs-link-underline-opacity: 1;text-decoration-color:rgba(var(--bs-link-color-rgb), var(--bs-link-underline-opacity, 1)) !important}.link-underline-opacity-0{--bs-link-underline-opacity: 0}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity: 0}.link-underline-opacity-10{--bs-link-underline-opacity: 0.1}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity: 0.1}.link-underline-opacity-25{--bs-link-underline-opacity: 0.25}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity: 0.25}.link-underline-opacity-50{--bs-link-underline-opacity: 0.5}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity: 0.5}.link-underline-opacity-75{--bs-link-underline-opacity: 0.75}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity: 0.75}.link-underline-opacity-100{--bs-link-underline-opacity: 1}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity: 1}.bg-primary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important}.bg-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important}.bg-success{--bs-bg-opacity: 1;background-color:rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important}.bg-info{--bs-bg-opacity: 1;background-color:rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important}.bg-warning{--bs-bg-opacity: 1;background-color:rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important}.bg-danger{--bs-bg-opacity: 1;background-color:rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important}.bg-light{--bs-bg-opacity: 1;background-color:rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important}.bg-dark{--bs-bg-opacity: 1;background-color:rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important}.bg-black{--bs-bg-opacity: 1;background-color:rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important}.bg-white{--bs-bg-opacity: 1;background-color:rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important}.bg-body{--bs-bg-opacity: 1;background-color:rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important}.bg-transparent{--bs-bg-opacity: 1;background-color:rgba(0,0,0,0) !important}.bg-body-secondary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-body-tertiary{--bs-bg-opacity: 1;background-color:rgba(var(--bs-tertiary-bg-rgb), var(--bs-bg-opacity)) !important}.bg-opacity-10{--bs-bg-opacity: 0.1}.bg-opacity-25{--bs-bg-opacity: 0.25}.bg-opacity-50{--bs-bg-opacity: 0.5}.bg-opacity-75{--bs-bg-opacity: 0.75}.bg-opacity-100{--bs-bg-opacity: 1}.bg-primary-subtle{background-color:var(--bs-primary-bg-subtle) !important}.bg-secondary-subtle{background-color:var(--bs-secondary-bg-subtle) !important}.bg-success-subtle{background-color:var(--bs-success-bg-subtle) !important}.bg-info-subtle{background-color:var(--bs-info-bg-subtle) !important}.bg-warning-subtle{background-color:var(--bs-warning-bg-subtle) !important}.bg-danger-subtle{background-color:var(--bs-danger-bg-subtle) !important}.bg-light-subtle{background-color:var(--bs-light-bg-subtle) !important}.bg-dark-subtle{background-color:var(--bs-dark-bg-subtle) !important}.bg-gradient{background-image:var(--bs-gradient) !important}.user-select-all{user-select:all !important}.user-select-auto{user-select:auto !important}.user-select-none{user-select:none !important}.pe-none{pointer-events:none !important}.pe-auto{pointer-events:auto !important}.rounded{border-radius:var(--bs-border-radius) !important}.rounded-0{border-radius:0 !important}.rounded-1{border-radius:var(--bs-border-radius-sm) !important}.rounded-2{border-radius:var(--bs-border-radius) !important}.rounded-3{border-radius:var(--bs-border-radius-lg) !important}.rounded-4{border-radius:var(--bs-border-radius-xl) !important}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important}.rounded-circle{border-radius:50% !important}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important}.visible{visibility:visible !important}.invisible{visibility:hidden !important}.z-n1{z-index:-1 !important}.z-0{z-index:0 !important}.z-1{z-index:1 !important}.z-2{z-index:2 !important}.z-3{z-index:3 !important}@media(min-width: 576px){.float-sm-start{float:left !important}.float-sm-end{float:right !important}.float-sm-none{float:none !important}.object-fit-sm-contain{object-fit:contain !important}.object-fit-sm-cover{object-fit:cover !important}.object-fit-sm-fill{object-fit:fill !important}.object-fit-sm-scale{object-fit:scale-down !important}.object-fit-sm-none{object-fit:none !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-block{display:block !important}.d-sm-grid{display:grid !important}.d-sm-inline-grid{display:inline-grid !important}.d-sm-table{display:table !important}.d-sm-table-row{display:table-row !important}.d-sm-table-cell{display:table-cell !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-none{display:none !important}.flex-sm-fill{flex:1 1 auto !important}.flex-sm-row{flex-direction:row !important}.flex-sm-column{flex-direction:column !important}.flex-sm-row-reverse{flex-direction:row-reverse !important}.flex-sm-column-reverse{flex-direction:column-reverse !important}.flex-sm-grow-0{flex-grow:0 !important}.flex-sm-grow-1{flex-grow:1 !important}.flex-sm-shrink-0{flex-shrink:0 !important}.flex-sm-shrink-1{flex-shrink:1 !important}.flex-sm-wrap{flex-wrap:wrap !important}.flex-sm-nowrap{flex-wrap:nowrap !important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-sm-start{justify-content:flex-start !important}.justify-content-sm-end{justify-content:flex-end !important}.justify-content-sm-center{justify-content:center !important}.justify-content-sm-between{justify-content:space-between !important}.justify-content-sm-around{justify-content:space-around !important}.justify-content-sm-evenly{justify-content:space-evenly !important}.align-items-sm-start{align-items:flex-start !important}.align-items-sm-end{align-items:flex-end !important}.align-items-sm-center{align-items:center !important}.align-items-sm-baseline{align-items:baseline !important}.align-items-sm-stretch{align-items:stretch !important}.align-content-sm-start{align-content:flex-start !important}.align-content-sm-end{align-content:flex-end !important}.align-content-sm-center{align-content:center !important}.align-content-sm-between{align-content:space-between !important}.align-content-sm-around{align-content:space-around !important}.align-content-sm-stretch{align-content:stretch !important}.align-self-sm-auto{align-self:auto !important}.align-self-sm-start{align-self:flex-start !important}.align-self-sm-end{align-self:flex-end !important}.align-self-sm-center{align-self:center !important}.align-self-sm-baseline{align-self:baseline !important}.align-self-sm-stretch{align-self:stretch !important}.order-sm-first{order:-1 !important}.order-sm-0{order:0 !important}.order-sm-1{order:1 !important}.order-sm-2{order:2 !important}.order-sm-3{order:3 !important}.order-sm-4{order:4 !important}.order-sm-5{order:5 !important}.order-sm-last{order:6 !important}.m-sm-0{margin:0 !important}.m-sm-1{margin:.25rem !important}.m-sm-2{margin:.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-sm-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-sm-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.25rem !important}.mt-sm-2{margin-top:.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.25rem !important}.me-sm-2{margin-right:.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.25rem !important}.mb-sm-2{margin-bottom:.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.25rem !important}.ms-sm-2{margin-left:.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:.25rem !important}.p-sm-2{padding:.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-sm-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-sm-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.25rem !important}.pt-sm-2{padding-top:.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.25rem !important}.pe-sm-2{padding-right:.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.25rem !important}.pb-sm-2{padding-bottom:.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.25rem !important}.ps-sm-2{padding-left:.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}.gap-sm-0{gap:0 !important}.gap-sm-1{gap:.25rem !important}.gap-sm-2{gap:.5rem !important}.gap-sm-3{gap:1rem !important}.gap-sm-4{gap:1.5rem !important}.gap-sm-5{gap:3rem !important}.row-gap-sm-0{row-gap:0 !important}.row-gap-sm-1{row-gap:.25rem !important}.row-gap-sm-2{row-gap:.5rem !important}.row-gap-sm-3{row-gap:1rem !important}.row-gap-sm-4{row-gap:1.5rem !important}.row-gap-sm-5{row-gap:3rem !important}.column-gap-sm-0{column-gap:0 !important}.column-gap-sm-1{column-gap:.25rem !important}.column-gap-sm-2{column-gap:.5rem !important}.column-gap-sm-3{column-gap:1rem !important}.column-gap-sm-4{column-gap:1.5rem !important}.column-gap-sm-5{column-gap:3rem !important}.text-sm-start{text-align:left !important}.text-sm-end{text-align:right !important}.text-sm-center{text-align:center !important}}@media(min-width: 768px){.float-md-start{float:left !important}.float-md-end{float:right !important}.float-md-none{float:none !important}.object-fit-md-contain{object-fit:contain !important}.object-fit-md-cover{object-fit:cover !important}.object-fit-md-fill{object-fit:fill !important}.object-fit-md-scale{object-fit:scale-down !important}.object-fit-md-none{object-fit:none !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-block{display:block !important}.d-md-grid{display:grid !important}.d-md-inline-grid{display:inline-grid !important}.d-md-table{display:table !important}.d-md-table-row{display:table-row !important}.d-md-table-cell{display:table-cell !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-none{display:none !important}.flex-md-fill{flex:1 1 auto !important}.flex-md-row{flex-direction:row !important}.flex-md-column{flex-direction:column !important}.flex-md-row-reverse{flex-direction:row-reverse !important}.flex-md-column-reverse{flex-direction:column-reverse !important}.flex-md-grow-0{flex-grow:0 !important}.flex-md-grow-1{flex-grow:1 !important}.flex-md-shrink-0{flex-shrink:0 !important}.flex-md-shrink-1{flex-shrink:1 !important}.flex-md-wrap{flex-wrap:wrap !important}.flex-md-nowrap{flex-wrap:nowrap !important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-md-start{justify-content:flex-start !important}.justify-content-md-end{justify-content:flex-end !important}.justify-content-md-center{justify-content:center !important}.justify-content-md-between{justify-content:space-between !important}.justify-content-md-around{justify-content:space-around !important}.justify-content-md-evenly{justify-content:space-evenly !important}.align-items-md-start{align-items:flex-start !important}.align-items-md-end{align-items:flex-end !important}.align-items-md-center{align-items:center !important}.align-items-md-baseline{align-items:baseline !important}.align-items-md-stretch{align-items:stretch !important}.align-content-md-start{align-content:flex-start !important}.align-content-md-end{align-content:flex-end !important}.align-content-md-center{align-content:center !important}.align-content-md-between{align-content:space-between !important}.align-content-md-around{align-content:space-around !important}.align-content-md-stretch{align-content:stretch !important}.align-self-md-auto{align-self:auto !important}.align-self-md-start{align-self:flex-start !important}.align-self-md-end{align-self:flex-end !important}.align-self-md-center{align-self:center !important}.align-self-md-baseline{align-self:baseline !important}.align-self-md-stretch{align-self:stretch !important}.order-md-first{order:-1 !important}.order-md-0{order:0 !important}.order-md-1{order:1 !important}.order-md-2{order:2 !important}.order-md-3{order:3 !important}.order-md-4{order:4 !important}.order-md-5{order:5 !important}.order-md-last{order:6 !important}.m-md-0{margin:0 !important}.m-md-1{margin:.25rem !important}.m-md-2{margin:.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-md-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-md-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.25rem !important}.mt-md-2{margin-top:.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.25rem !important}.me-md-2{margin-right:.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.25rem !important}.mb-md-2{margin-bottom:.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.25rem !important}.ms-md-2{margin-left:.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:.25rem !important}.p-md-2{padding:.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-md-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-md-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.25rem !important}.pt-md-2{padding-top:.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.25rem !important}.pe-md-2{padding-right:.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.25rem !important}.pb-md-2{padding-bottom:.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.25rem !important}.ps-md-2{padding-left:.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}.gap-md-0{gap:0 !important}.gap-md-1{gap:.25rem !important}.gap-md-2{gap:.5rem !important}.gap-md-3{gap:1rem !important}.gap-md-4{gap:1.5rem !important}.gap-md-5{gap:3rem !important}.row-gap-md-0{row-gap:0 !important}.row-gap-md-1{row-gap:.25rem !important}.row-gap-md-2{row-gap:.5rem !important}.row-gap-md-3{row-gap:1rem !important}.row-gap-md-4{row-gap:1.5rem !important}.row-gap-md-5{row-gap:3rem !important}.column-gap-md-0{column-gap:0 !important}.column-gap-md-1{column-gap:.25rem !important}.column-gap-md-2{column-gap:.5rem !important}.column-gap-md-3{column-gap:1rem !important}.column-gap-md-4{column-gap:1.5rem !important}.column-gap-md-5{column-gap:3rem !important}.text-md-start{text-align:left !important}.text-md-end{text-align:right !important}.text-md-center{text-align:center !important}}@media(min-width: 992px){.float-lg-start{float:left !important}.float-lg-end{float:right !important}.float-lg-none{float:none !important}.object-fit-lg-contain{object-fit:contain !important}.object-fit-lg-cover{object-fit:cover !important}.object-fit-lg-fill{object-fit:fill !important}.object-fit-lg-scale{object-fit:scale-down !important}.object-fit-lg-none{object-fit:none !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-block{display:block !important}.d-lg-grid{display:grid !important}.d-lg-inline-grid{display:inline-grid !important}.d-lg-table{display:table !important}.d-lg-table-row{display:table-row !important}.d-lg-table-cell{display:table-cell !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-none{display:none !important}.flex-lg-fill{flex:1 1 auto !important}.flex-lg-row{flex-direction:row !important}.flex-lg-column{flex-direction:column !important}.flex-lg-row-reverse{flex-direction:row-reverse !important}.flex-lg-column-reverse{flex-direction:column-reverse !important}.flex-lg-grow-0{flex-grow:0 !important}.flex-lg-grow-1{flex-grow:1 !important}.flex-lg-shrink-0{flex-shrink:0 !important}.flex-lg-shrink-1{flex-shrink:1 !important}.flex-lg-wrap{flex-wrap:wrap !important}.flex-lg-nowrap{flex-wrap:nowrap !important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-lg-start{justify-content:flex-start !important}.justify-content-lg-end{justify-content:flex-end !important}.justify-content-lg-center{justify-content:center !important}.justify-content-lg-between{justify-content:space-between !important}.justify-content-lg-around{justify-content:space-around !important}.justify-content-lg-evenly{justify-content:space-evenly !important}.align-items-lg-start{align-items:flex-start !important}.align-items-lg-end{align-items:flex-end !important}.align-items-lg-center{align-items:center !important}.align-items-lg-baseline{align-items:baseline !important}.align-items-lg-stretch{align-items:stretch !important}.align-content-lg-start{align-content:flex-start !important}.align-content-lg-end{align-content:flex-end !important}.align-content-lg-center{align-content:center !important}.align-content-lg-between{align-content:space-between !important}.align-content-lg-around{align-content:space-around !important}.align-content-lg-stretch{align-content:stretch !important}.align-self-lg-auto{align-self:auto !important}.align-self-lg-start{align-self:flex-start !important}.align-self-lg-end{align-self:flex-end !important}.align-self-lg-center{align-self:center !important}.align-self-lg-baseline{align-self:baseline !important}.align-self-lg-stretch{align-self:stretch !important}.order-lg-first{order:-1 !important}.order-lg-0{order:0 !important}.order-lg-1{order:1 !important}.order-lg-2{order:2 !important}.order-lg-3{order:3 !important}.order-lg-4{order:4 !important}.order-lg-5{order:5 !important}.order-lg-last{order:6 !important}.m-lg-0{margin:0 !important}.m-lg-1{margin:.25rem !important}.m-lg-2{margin:.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-lg-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-lg-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.25rem !important}.mt-lg-2{margin-top:.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.25rem !important}.me-lg-2{margin-right:.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.25rem !important}.mb-lg-2{margin-bottom:.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.25rem !important}.ms-lg-2{margin-left:.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:.25rem !important}.p-lg-2{padding:.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-lg-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-lg-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.25rem !important}.pt-lg-2{padding-top:.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.25rem !important}.pe-lg-2{padding-right:.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.25rem !important}.pb-lg-2{padding-bottom:.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.25rem !important}.ps-lg-2{padding-left:.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}.gap-lg-0{gap:0 !important}.gap-lg-1{gap:.25rem !important}.gap-lg-2{gap:.5rem !important}.gap-lg-3{gap:1rem !important}.gap-lg-4{gap:1.5rem !important}.gap-lg-5{gap:3rem !important}.row-gap-lg-0{row-gap:0 !important}.row-gap-lg-1{row-gap:.25rem !important}.row-gap-lg-2{row-gap:.5rem !important}.row-gap-lg-3{row-gap:1rem !important}.row-gap-lg-4{row-gap:1.5rem !important}.row-gap-lg-5{row-gap:3rem !important}.column-gap-lg-0{column-gap:0 !important}.column-gap-lg-1{column-gap:.25rem !important}.column-gap-lg-2{column-gap:.5rem !important}.column-gap-lg-3{column-gap:1rem !important}.column-gap-lg-4{column-gap:1.5rem !important}.column-gap-lg-5{column-gap:3rem !important}.text-lg-start{text-align:left !important}.text-lg-end{text-align:right !important}.text-lg-center{text-align:center !important}}@media(min-width: 1200px){.float-xl-start{float:left !important}.float-xl-end{float:right !important}.float-xl-none{float:none !important}.object-fit-xl-contain{object-fit:contain !important}.object-fit-xl-cover{object-fit:cover !important}.object-fit-xl-fill{object-fit:fill !important}.object-fit-xl-scale{object-fit:scale-down !important}.object-fit-xl-none{object-fit:none !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-block{display:block !important}.d-xl-grid{display:grid !important}.d-xl-inline-grid{display:inline-grid !important}.d-xl-table{display:table !important}.d-xl-table-row{display:table-row !important}.d-xl-table-cell{display:table-cell !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-none{display:none !important}.flex-xl-fill{flex:1 1 auto !important}.flex-xl-row{flex-direction:row !important}.flex-xl-column{flex-direction:column !important}.flex-xl-row-reverse{flex-direction:row-reverse !important}.flex-xl-column-reverse{flex-direction:column-reverse !important}.flex-xl-grow-0{flex-grow:0 !important}.flex-xl-grow-1{flex-grow:1 !important}.flex-xl-shrink-0{flex-shrink:0 !important}.flex-xl-shrink-1{flex-shrink:1 !important}.flex-xl-wrap{flex-wrap:wrap !important}.flex-xl-nowrap{flex-wrap:nowrap !important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xl-start{justify-content:flex-start !important}.justify-content-xl-end{justify-content:flex-end !important}.justify-content-xl-center{justify-content:center !important}.justify-content-xl-between{justify-content:space-between !important}.justify-content-xl-around{justify-content:space-around !important}.justify-content-xl-evenly{justify-content:space-evenly !important}.align-items-xl-start{align-items:flex-start !important}.align-items-xl-end{align-items:flex-end !important}.align-items-xl-center{align-items:center !important}.align-items-xl-baseline{align-items:baseline !important}.align-items-xl-stretch{align-items:stretch !important}.align-content-xl-start{align-content:flex-start !important}.align-content-xl-end{align-content:flex-end !important}.align-content-xl-center{align-content:center !important}.align-content-xl-between{align-content:space-between !important}.align-content-xl-around{align-content:space-around !important}.align-content-xl-stretch{align-content:stretch !important}.align-self-xl-auto{align-self:auto !important}.align-self-xl-start{align-self:flex-start !important}.align-self-xl-end{align-self:flex-end !important}.align-self-xl-center{align-self:center !important}.align-self-xl-baseline{align-self:baseline !important}.align-self-xl-stretch{align-self:stretch !important}.order-xl-first{order:-1 !important}.order-xl-0{order:0 !important}.order-xl-1{order:1 !important}.order-xl-2{order:2 !important}.order-xl-3{order:3 !important}.order-xl-4{order:4 !important}.order-xl-5{order:5 !important}.order-xl-last{order:6 !important}.m-xl-0{margin:0 !important}.m-xl-1{margin:.25rem !important}.m-xl-2{margin:.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.25rem !important}.mt-xl-2{margin-top:.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.25rem !important}.me-xl-2{margin-right:.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.25rem !important}.mb-xl-2{margin-bottom:.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.25rem !important}.ms-xl-2{margin-left:.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:.25rem !important}.p-xl-2{padding:.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.25rem !important}.pt-xl-2{padding-top:.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.25rem !important}.pe-xl-2{padding-right:.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.25rem !important}.pb-xl-2{padding-bottom:.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.25rem !important}.ps-xl-2{padding-left:.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}.gap-xl-0{gap:0 !important}.gap-xl-1{gap:.25rem !important}.gap-xl-2{gap:.5rem !important}.gap-xl-3{gap:1rem !important}.gap-xl-4{gap:1.5rem !important}.gap-xl-5{gap:3rem !important}.row-gap-xl-0{row-gap:0 !important}.row-gap-xl-1{row-gap:.25rem !important}.row-gap-xl-2{row-gap:.5rem !important}.row-gap-xl-3{row-gap:1rem !important}.row-gap-xl-4{row-gap:1.5rem !important}.row-gap-xl-5{row-gap:3rem !important}.column-gap-xl-0{column-gap:0 !important}.column-gap-xl-1{column-gap:.25rem !important}.column-gap-xl-2{column-gap:.5rem !important}.column-gap-xl-3{column-gap:1rem !important}.column-gap-xl-4{column-gap:1.5rem !important}.column-gap-xl-5{column-gap:3rem !important}.text-xl-start{text-align:left !important}.text-xl-end{text-align:right !important}.text-xl-center{text-align:center !important}}@media(min-width: 1400px){.float-xxl-start{float:left !important}.float-xxl-end{float:right !important}.float-xxl-none{float:none !important}.object-fit-xxl-contain{object-fit:contain !important}.object-fit-xxl-cover{object-fit:cover !important}.object-fit-xxl-fill{object-fit:fill !important}.object-fit-xxl-scale{object-fit:scale-down !important}.object-fit-xxl-none{object-fit:none !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-block{display:block !important}.d-xxl-grid{display:grid !important}.d-xxl-inline-grid{display:inline-grid !important}.d-xxl-table{display:table !important}.d-xxl-table-row{display:table-row !important}.d-xxl-table-cell{display:table-cell !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-none{display:none !important}.flex-xxl-fill{flex:1 1 auto !important}.flex-xxl-row{flex-direction:row !important}.flex-xxl-column{flex-direction:column !important}.flex-xxl-row-reverse{flex-direction:row-reverse !important}.flex-xxl-column-reverse{flex-direction:column-reverse !important}.flex-xxl-grow-0{flex-grow:0 !important}.flex-xxl-grow-1{flex-grow:1 !important}.flex-xxl-shrink-0{flex-shrink:0 !important}.flex-xxl-shrink-1{flex-shrink:1 !important}.flex-xxl-wrap{flex-wrap:wrap !important}.flex-xxl-nowrap{flex-wrap:nowrap !important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important}.justify-content-xxl-start{justify-content:flex-start !important}.justify-content-xxl-end{justify-content:flex-end !important}.justify-content-xxl-center{justify-content:center !important}.justify-content-xxl-between{justify-content:space-between !important}.justify-content-xxl-around{justify-content:space-around !important}.justify-content-xxl-evenly{justify-content:space-evenly !important}.align-items-xxl-start{align-items:flex-start !important}.align-items-xxl-end{align-items:flex-end !important}.align-items-xxl-center{align-items:center !important}.align-items-xxl-baseline{align-items:baseline !important}.align-items-xxl-stretch{align-items:stretch !important}.align-content-xxl-start{align-content:flex-start !important}.align-content-xxl-end{align-content:flex-end !important}.align-content-xxl-center{align-content:center !important}.align-content-xxl-between{align-content:space-between !important}.align-content-xxl-around{align-content:space-around !important}.align-content-xxl-stretch{align-content:stretch !important}.align-self-xxl-auto{align-self:auto !important}.align-self-xxl-start{align-self:flex-start !important}.align-self-xxl-end{align-self:flex-end !important}.align-self-xxl-center{align-self:center !important}.align-self-xxl-baseline{align-self:baseline !important}.align-self-xxl-stretch{align-self:stretch !important}.order-xxl-first{order:-1 !important}.order-xxl-0{order:0 !important}.order-xxl-1{order:1 !important}.order-xxl-2{order:2 !important}.order-xxl-3{order:3 !important}.order-xxl-4{order:4 !important}.order-xxl-5{order:5 !important}.order-xxl-last{order:6 !important}.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.25rem !important}.m-xxl-2{margin:.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:.25rem !important;margin-left:.25rem !important}.mx-xxl-2{margin-right:.5rem !important;margin-left:.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.25rem !important;margin-bottom:.25rem !important}.my-xxl-2{margin-top:.5rem !important;margin-bottom:.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.25rem !important}.mt-xxl-2{margin-top:.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.25rem !important}.me-xxl-2{margin-right:.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.25rem !important}.mb-xxl-2{margin-bottom:.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.25rem !important}.ms-xxl-2{margin-left:.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.25rem !important}.p-xxl-2{padding:.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:.25rem !important;padding-left:.25rem !important}.px-xxl-2{padding-right:.5rem !important;padding-left:.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.25rem !important;padding-bottom:.25rem !important}.py-xxl-2{padding-top:.5rem !important;padding-bottom:.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.25rem !important}.pt-xxl-2{padding-top:.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.25rem !important}.pe-xxl-2{padding-right:.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.25rem !important}.pb-xxl-2{padding-bottom:.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.25rem !important}.ps-xxl-2{padding-left:.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}.gap-xxl-0{gap:0 !important}.gap-xxl-1{gap:.25rem !important}.gap-xxl-2{gap:.5rem !important}.gap-xxl-3{gap:1rem !important}.gap-xxl-4{gap:1.5rem !important}.gap-xxl-5{gap:3rem !important}.row-gap-xxl-0{row-gap:0 !important}.row-gap-xxl-1{row-gap:.25rem !important}.row-gap-xxl-2{row-gap:.5rem !important}.row-gap-xxl-3{row-gap:1rem !important}.row-gap-xxl-4{row-gap:1.5rem !important}.row-gap-xxl-5{row-gap:3rem !important}.column-gap-xxl-0{column-gap:0 !important}.column-gap-xxl-1{column-gap:.25rem !important}.column-gap-xxl-2{column-gap:.5rem !important}.column-gap-xxl-3{column-gap:1rem !important}.column-gap-xxl-4{column-gap:1.5rem !important}.column-gap-xxl-5{column-gap:3rem !important}.text-xxl-start{text-align:left !important}.text-xxl-end{text-align:right !important}.text-xxl-center{text-align:center !important}}@media(min-width: 1200px){.fs-1{font-size:2.5rem !important}.fs-2{font-size:2rem !important}.fs-3{font-size:1.75rem !important}.fs-4{font-size:1.5rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-inline-grid{display:inline-grid !important}.d-print-table{display:table !important}.d-print-table-row{display:table-row !important}.d-print-table-cell{display:table-cell !important}.d-print-flex{display:flex !important}.d-print-inline-flex{display:inline-flex !important}.d-print-none{display:none !important}}/*!
 * Font Awesome Pro 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */.fa{font-family:var(--fa-style-family, "Font Awesome 6 Pro");font-weight:var(--fa-style, 900)}.fas,.fass,.far,.fasr,.fal,.fasl,.fat,.fast,.fad,.fadr,.fadl,.fadt,.fasds,.fasdr,.fasdl,.fasdt,.fab,.fa-solid,.fa-regular,.fa-light,.fa-thin,.fa-brands,.fa-classic,.fa-duotone,.fa-sharp,.fa-sharp-duotone,.fa{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:var(--fa-display, inline-block);font-style:normal;font-variant:normal;line-height:1;text-rendering:auto}.fas::before,.fass::before,.far::before,.fasr::before,.fal::before,.fasl::before,.fat::before,.fast::before,.fad::before,.fadr::before,.fadl::before,.fadt::before,.fasds::before,.fasdr::before,.fasdl::before,.fasdt::before,.fab::before,.fa-solid::before,.fa-regular::before,.fa-light::before,.fa-thin::before,.fa-brands::before,.fa-classic::before,.fa-duotone::before,.fa-sharp::before,.fa-sharp-duotone::before,.fa::before{content:var(--fa)}.fad::after,.fa-duotone.fa-solid::after,.fa-duotone::after,.fadr::after,.fa-duotone.fa-regular::after,.fadl::after,.fa-duotone.fa-light::after,.fadt::after,.fa-duotone.fa-thin::after,.fasds::after,.fa-sharp-duotone.fa-solid::after,.fa-sharp-duotone::after,.fasdr::after,.fa-sharp-duotone.fa-regular::after,.fasdl::after,.fa-sharp-duotone.fa-light::after,.fasdt::after,.fa-sharp-duotone.fa-thin::after{content:var(--fa--fa)}.fa-classic.fa-duotone{font-family:"Font Awesome 6 Duotone"}.fass,.fa-sharp{font-weight:900}.fad,.fa-duotone{font-weight:900}.fasds,.fa-sharp-duotone{font-weight:900}.fa-classic,.fas,.fa-solid,.far,.fa-regular,.fal,.fa-light,.fat,.fa-thin{font-family:"Font Awesome 6 Pro"}.fa-duotone,.fad,.fadr,.fadl,.fadt{font-family:"Font Awesome 6 Duotone"}.fa-brands,.fab{font-family:"Font Awesome 6 Brands"}.fa-sharp,.fass,.fasr,.fasl,.fast{font-family:"Font Awesome 6 Sharp"}.fa-sharp-duotone,.fasds,.fasdr,.fasdl,.fasdt{font-family:"Font Awesome 6 Sharp Duotone"}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-2xs{font-size:.625em;line-height:.1em;vertical-align:.225em}.fa-xs{font-size:.75em;line-height:.0833333337em;vertical-align:.125em}.fa-sm{font-size:.875em;line-height:.0714285718em;vertical-align:.0535714295em}.fa-lg{font-size:1.25em;line-height:.05em;vertical-align:-.075em}.fa-xl{font-size:1.5em;line-height:.0416666682em;vertical-align:-0.125em}.fa-2xl{font-size:2em;line-height:.03125em;vertical-align:-0.1875em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:var(--fa-li-margin, 2.5em);padding-left:0}.fa-ul>li{position:relative}.fa-li{left:calc(-1*var(--fa-li-width, 2em));position:absolute;text-align:center;width:var(--fa-li-width, 2em);line-height:inherit}.fa-border{border-color:var(--fa-border-color, #eee);border-radius:var(--fa-border-radius, 0.1em);border-style:var(--fa-border-style, solid);border-width:var(--fa-border-width, 0.08em);padding:var(--fa-border-padding, 0.2em 0.25em 0.15em)}.fa-pull-left{float:left;margin-right:var(--fa-pull-margin, 0.3em)}.fa-pull-right{float:right;margin-left:var(--fa-pull-margin, 0.3em)}.fa-beat{animation-name:fa-beat;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-bounce{animation-name:fa-bounce;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.28, 0.84, 0.42, 1))}.fa-fade{animation-name:fa-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-beat-fade{animation-name:fa-beat-fade;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, cubic-bezier(0.4, 0, 0.6, 1))}.fa-flip{animation-name:fa-flip;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, ease-in-out)}.fa-shake{animation-name:fa-shake;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin{animation-name:fa-spin;animation-delay:var(--fa-animation-delay, 0s);animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 2s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, linear)}.fa-spin-reverse{--fa-animation-direction: reverse}.fa-pulse,.fa-spin-pulse{animation-name:fa-spin;animation-direction:var(--fa-animation-direction, normal);animation-duration:var(--fa-animation-duration, 1s);animation-iteration-count:var(--fa-animation-iteration-count, infinite);animation-timing-function:var(--fa-animation-timing, steps(8))}@media(prefers-reduced-motion: reduce){.fa-beat,.fa-bounce,.fa-fade,.fa-beat-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse{animation-delay:-1ms;animation-duration:1ms;animation-iteration-count:1;transition-delay:0s;transition-duration:0s}}@keyframes fa-beat{0%,90%{transform:scale(1)}45%{transform:scale(var(--fa-beat-scale, 1.25))}}@keyframes fa-bounce{0%{transform:scale(1, 1) translateY(0)}10%{transform:scale(var(--fa-bounce-start-scale-x, 1.1), var(--fa-bounce-start-scale-y, 0.9)) translateY(0)}30%{transform:scale(var(--fa-bounce-jump-scale-x, 0.9), var(--fa-bounce-jump-scale-y, 1.1)) translateY(var(--fa-bounce-height, -0.5em))}50%{transform:scale(var(--fa-bounce-land-scale-x, 1.05), var(--fa-bounce-land-scale-y, 0.95)) translateY(0)}57%{transform:scale(1, 1) translateY(var(--fa-bounce-rebound, -0.125em))}64%{transform:scale(1, 1) translateY(0)}100%{transform:scale(1, 1) translateY(0)}}@keyframes fa-fade{50%{opacity:var(--fa-fade-opacity, 0.4)}}@keyframes fa-beat-fade{0%,100%{opacity:var(--fa-beat-fade-opacity, 0.4);transform:scale(1)}50%{opacity:1;transform:scale(var(--fa-beat-fade-scale, 1.125))}}@keyframes fa-flip{50%{transform:rotate3d(var(--fa-flip-x, 0), var(--fa-flip-y, 1), var(--fa-flip-z, 0), var(--fa-flip-angle, -180deg))}}@keyframes fa-shake{0%{transform:rotate(-15deg)}4%{transform:rotate(15deg)}8%,24%{transform:rotate(-18deg)}12%,28%{transform:rotate(18deg)}16%{transform:rotate(-22deg)}20%{transform:rotate(22deg)}32%{transform:rotate(-12deg)}36%{transform:rotate(12deg)}40%,100%{transform:rotate(0deg)}}@keyframes fa-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.fa-rotate-90{transform:rotate(90deg)}.fa-rotate-180{transform:rotate(180deg)}.fa-rotate-270{transform:rotate(270deg)}.fa-flip-horizontal{transform:scale(-1, 1)}.fa-flip-vertical{transform:scale(1, -1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1, -1)}.fa-rotate-by{transform:rotate(var(--fa-rotate-angle, 0))}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%;z-index:var(--fa-stack-z-index, auto)}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:var(--fa-inverse, #fff)}.fa-0{--fa:"\30 ";--fa--fa:"\30 \30 "}.fa-1{--fa:"\31 ";--fa--fa:"\31 \31 "}.fa-2{--fa:"\32 ";--fa--fa:"\32 \32 "}.fa-3{--fa:"\33 ";--fa--fa:"\33 \33 "}.fa-4{--fa:"\34 ";--fa--fa:"\34 \34 "}.fa-5{--fa:"\35 ";--fa--fa:"\35 \35 "}.fa-6{--fa:"\36 ";--fa--fa:"\36 \36 "}.fa-7{--fa:"\37 ";--fa--fa:"\37 \37 "}.fa-8{--fa:"\38 ";--fa--fa:"\38 \38 "}.fa-9{--fa:"\39 ";--fa--fa:"\39 \39 "}.fa-fill-drip{--fa:"";--fa--fa:""}.fa-arrows-to-circle{--fa:"";--fa--fa:""}.fa-circle-chevron-right{--fa:"";--fa--fa:""}.fa-chevron-circle-right{--fa:"";--fa--fa:""}.fa-wagon-covered{--fa:"";--fa--fa:""}.fa-line-height{--fa:"";--fa--fa:""}.fa-bagel{--fa:"";--fa--fa:""}.fa-transporter-7{--fa:"";--fa--fa:""}.fa-at{--fa:"\@";--fa--fa:"\@\@"}.fa-rectangles-mixed{--fa:"";--fa--fa:""}.fa-phone-arrow-up-right{--fa:"";--fa--fa:""}.fa-phone-arrow-up{--fa:"";--fa--fa:""}.fa-phone-outgoing{--fa:"";--fa--fa:""}.fa-trash-can{--fa:"";--fa--fa:""}.fa-trash-alt{--fa:"";--fa--fa:""}.fa-circle-l{--fa:"";--fa--fa:""}.fa-head-side-goggles{--fa:"";--fa--fa:""}.fa-head-vr{--fa:"";--fa--fa:""}.fa-text-height{--fa:"";--fa--fa:""}.fa-user-xmark{--fa:"";--fa--fa:""}.fa-user-times{--fa:"";--fa--fa:""}.fa-face-hand-yawn{--fa:"";--fa--fa:""}.fa-gauge-simple-min{--fa:"";--fa--fa:""}.fa-tachometer-slowest{--fa:"";--fa--fa:""}.fa-stethoscope{--fa:"";--fa--fa:""}.fa-coffin{--fa:"";--fa--fa:""}.fa-message{--fa:"";--fa--fa:""}.fa-comment-alt{--fa:"";--fa--fa:""}.fa-salad{--fa:"";--fa--fa:""}.fa-bowl-salad{--fa:"";--fa--fa:""}.fa-info{--fa:"";--fa--fa:""}.fa-robot-astromech{--fa:"";--fa--fa:""}.fa-ring-diamond{--fa:"";--fa--fa:""}.fa-fondue-pot{--fa:"";--fa--fa:""}.fa-theta{--fa:"";--fa--fa:""}.fa-face-hand-peeking{--fa:"";--fa--fa:""}.fa-square-user{--fa:"";--fa--fa:""}.fa-down-left-and-up-right-to-center{--fa:"";--fa--fa:""}.fa-compress-alt{--fa:"";--fa--fa:""}.fa-explosion{--fa:"";--fa--fa:""}.fa-file-lines{--fa:"";--fa--fa:""}.fa-file-alt{--fa:"";--fa--fa:""}.fa-file-text{--fa:"";--fa--fa:""}.fa-wave-square{--fa:"";--fa--fa:""}.fa-ring{--fa:"";--fa--fa:""}.fa-building-un{--fa:"";--fa--fa:""}.fa-dice-three{--fa:"";--fa--fa:""}.fa-tire-pressure-warning{--fa:"";--fa--fa:""}.fa-wifi-fair{--fa:"";--fa--fa:""}.fa-wifi-2{--fa:"";--fa--fa:""}.fa-calendar-days{--fa:"";--fa--fa:""}.fa-calendar-alt{--fa:"";--fa--fa:""}.fa-mp3-player{--fa:"";--fa--fa:""}.fa-anchor-circle-check{--fa:"";--fa--fa:""}.fa-tally-4{--fa:"";--fa--fa:""}.fa-rectangle-history{--fa:"";--fa--fa:""}.fa-building-circle-arrow-right{--fa:"";--fa--fa:""}.fa-volleyball{--fa:"";--fa--fa:""}.fa-volleyball-ball{--fa:"";--fa--fa:""}.fa-sun-haze{--fa:"";--fa--fa:""}.fa-text-size{--fa:"";--fa--fa:""}.fa-ufo{--fa:"";--fa--fa:""}.fa-fork{--fa:"";--fa--fa:""}.fa-utensil-fork{--fa:"";--fa--fa:""}.fa-arrows-up-to-line{--fa:"";--fa--fa:""}.fa-mobile-signal{--fa:"";--fa--fa:""}.fa-barcode-scan{--fa:"";--fa--fa:""}.fa-sort-down{--fa:"";--fa--fa:""}.fa-sort-desc{--fa:"";--fa--fa:""}.fa-folder-arrow-down{--fa:"";--fa--fa:""}.fa-folder-download{--fa:"";--fa--fa:""}.fa-circle-minus{--fa:"";--fa--fa:""}.fa-minus-circle{--fa:"";--fa--fa:""}.fa-face-icicles{--fa:"";--fa--fa:""}.fa-shovel{--fa:"";--fa--fa:""}.fa-door-open{--fa:"";--fa--fa:""}.fa-films{--fa:"";--fa--fa:""}.fa-right-from-bracket{--fa:"";--fa--fa:""}.fa-sign-out-alt{--fa:"";--fa--fa:""}.fa-face-glasses{--fa:"";--fa--fa:""}.fa-nfc{--fa:"";--fa--fa:""}.fa-atom{--fa:"";--fa--fa:""}.fa-soap{--fa:"";--fa--fa:""}.fa-icons{--fa:"";--fa--fa:""}.fa-heart-music-camera-bolt{--fa:"";--fa--fa:""}.fa-microphone-lines-slash{--fa:"";--fa--fa:""}.fa-microphone-alt-slash{--fa:"";--fa--fa:""}.fa-closed-captioning-slash{--fa:"";--fa--fa:""}.fa-calculator-simple{--fa:"";--fa--fa:""}.fa-calculator-alt{--fa:"";--fa--fa:""}.fa-bridge-circle-check{--fa:"";--fa--fa:""}.fa-sliders-up{--fa:"";--fa--fa:""}.fa-sliders-v{--fa:"";--fa--fa:""}.fa-location-minus{--fa:"";--fa--fa:""}.fa-map-marker-minus{--fa:"";--fa--fa:""}.fa-pump-medical{--fa:"";--fa--fa:""}.fa-fingerprint{--fa:"";--fa--fa:""}.fa-ski-boot{--fa:"";--fa--fa:""}.fa-standard-definition{--fa:"";--fa--fa:""}.fa-rectangle-sd{--fa:"";--fa--fa:""}.fa-h1{--fa:"";--fa--fa:""}.fa-hand-point-right{--fa:"";--fa--fa:""}.fa-magnifying-glass-location{--fa:"";--fa--fa:""}.fa-search-location{--fa:"";--fa--fa:""}.fa-message-bot{--fa:"";--fa--fa:""}.fa-forward-step{--fa:"";--fa--fa:""}.fa-step-forward{--fa:"";--fa--fa:""}.fa-face-smile-beam{--fa:"";--fa--fa:""}.fa-smile-beam{--fa:"";--fa--fa:""}.fa-light-ceiling{--fa:"";--fa--fa:""}.fa-message-exclamation{--fa:"";--fa--fa:""}.fa-comment-alt-exclamation{--fa:"";--fa--fa:""}.fa-bowl-scoop{--fa:"";--fa--fa:""}.fa-bowl-shaved-ice{--fa:"";--fa--fa:""}.fa-square-x{--fa:"";--fa--fa:""}.fa-building-memo{--fa:"";--fa--fa:""}.fa-utility-pole-double{--fa:"";--fa--fa:""}.fa-flag-checkered{--fa:"";--fa--fa:""}.fa-chevrons-up{--fa:"";--fa--fa:""}.fa-chevron-double-up{--fa:"";--fa--fa:""}.fa-football{--fa:"";--fa--fa:""}.fa-football-ball{--fa:"";--fa--fa:""}.fa-user-vneck{--fa:"";--fa--fa:""}.fa-school-circle-exclamation{--fa:"";--fa--fa:""}.fa-crop{--fa:"";--fa--fa:""}.fa-angles-down{--fa:"";--fa--fa:""}.fa-angle-double-down{--fa:"";--fa--fa:""}.fa-users-rectangle{--fa:"";--fa--fa:""}.fa-people-roof{--fa:"";--fa--fa:""}.fa-square-arrow-right{--fa:"";--fa--fa:""}.fa-arrow-square-right{--fa:"";--fa--fa:""}.fa-location-plus{--fa:"";--fa--fa:""}.fa-map-marker-plus{--fa:"";--fa--fa:""}.fa-lightbulb-exclamation-on{--fa:"";--fa--fa:""}.fa-people-line{--fa:"";--fa--fa:""}.fa-beer-mug-empty{--fa:"";--fa--fa:""}.fa-beer{--fa:"";--fa--fa:""}.fa-carpool{--fa:"";--fa--fa:""}.fa-car-people{--fa:"";--fa--fa:""}.fa-crate-empty{--fa:"";--fa--fa:""}.fa-diagram-predecessor{--fa:"";--fa--fa:""}.fa-transporter{--fa:"";--fa--fa:""}.fa-calendar-circle-user{--fa:"";--fa--fa:""}.fa-arrow-up-long{--fa:"";--fa--fa:""}.fa-long-arrow-up{--fa:"";--fa--fa:""}.fa-person-carry-box{--fa:"";--fa--fa:""}.fa-person-carry{--fa:"";--fa--fa:""}.fa-fire-flame-simple{--fa:"";--fa--fa:""}.fa-burn{--fa:"";--fa--fa:""}.fa-person{--fa:"";--fa--fa:""}.fa-male{--fa:"";--fa--fa:""}.fa-laptop{--fa:"";--fa--fa:""}.fa-file-csv{--fa:"";--fa--fa:""}.fa-menorah{--fa:"";--fa--fa:""}.fa-union{--fa:"";--fa--fa:""}.fa-chevrons-left{--fa:"";--fa--fa:""}.fa-chevron-double-left{--fa:"";--fa--fa:""}.fa-circle-heart{--fa:"";--fa--fa:""}.fa-heart-circle{--fa:"";--fa--fa:""}.fa-truck-plane{--fa:"";--fa--fa:""}.fa-record-vinyl{--fa:"";--fa--fa:""}.fa-bring-forward{--fa:"";--fa--fa:""}.fa-square-p{--fa:"";--fa--fa:""}.fa-face-grin-stars{--fa:"";--fa--fa:""}.fa-grin-stars{--fa:"";--fa--fa:""}.fa-sigma{--fa:"";--fa--fa:""}.fa-camera-movie{--fa:"";--fa--fa:""}.fa-bong{--fa:"";--fa--fa:""}.fa-clarinet{--fa:"";--fa--fa:""}.fa-truck-flatbed{--fa:"";--fa--fa:""}.fa-spaghetti-monster-flying{--fa:"";--fa--fa:""}.fa-pastafarianism{--fa:"";--fa--fa:""}.fa-arrow-down-up-across-line{--fa:"";--fa--fa:""}.fa-arrows-rotate-reverse{--fa:"";--fa--fa:""}.fa-leaf-heart{--fa:"";--fa--fa:""}.fa-house-building{--fa:"";--fa--fa:""}.fa-cheese-swiss{--fa:"";--fa--fa:""}.fa-spoon{--fa:"";--fa--fa:""}.fa-utensil-spoon{--fa:"";--fa--fa:""}.fa-jar-wheat{--fa:"";--fa--fa:""}.fa-envelopes-bulk{--fa:"";--fa--fa:""}.fa-mail-bulk{--fa:"";--fa--fa:""}.fa-file-circle-exclamation{--fa:"";--fa--fa:""}.fa-bow-arrow{--fa:"";--fa--fa:""}.fa-cart-xmark{--fa:"";--fa--fa:""}.fa-hexagon-xmark{--fa:"";--fa--fa:""}.fa-times-hexagon{--fa:"";--fa--fa:""}.fa-xmark-hexagon{--fa:"";--fa--fa:""}.fa-circle-h{--fa:"";--fa--fa:""}.fa-hospital-symbol{--fa:"";--fa--fa:""}.fa-merge{--fa:"";--fa--fa:""}.fa-pager{--fa:"";--fa--fa:""}.fa-cart-minus{--fa:"";--fa--fa:""}.fa-address-book{--fa:"";--fa--fa:""}.fa-contact-book{--fa:"";--fa--fa:""}.fa-pan-frying{--fa:"";--fa--fa:""}.fa-grid{--fa:"";--fa--fa:""}.fa-grid-3{--fa:"";--fa--fa:""}.fa-football-helmet{--fa:"";--fa--fa:""}.fa-hand-love{--fa:"";--fa--fa:""}.fa-trees{--fa:"";--fa--fa:""}.fa-strikethrough{--fa:"";--fa--fa:""}.fa-page{--fa:"";--fa--fa:""}.fa-k{--fa:"K";--fa--fa:"KK"}.fa-diagram-previous{--fa:"";--fa--fa:""}.fa-gauge-min{--fa:"";--fa--fa:""}.fa-tachometer-alt-slowest{--fa:"";--fa--fa:""}.fa-folder-grid{--fa:"";--fa--fa:""}.fa-eggplant{--fa:"";--fa--fa:""}.fa-excavator{--fa:"";--fa--fa:""}.fa-ram{--fa:"";--fa--fa:""}.fa-landmark-flag{--fa:"";--fa--fa:""}.fa-lips{--fa:"";--fa--fa:""}.fa-pencil{--fa:"";--fa--fa:""}.fa-pencil-alt{--fa:"";--fa--fa:""}.fa-backward{--fa:"";--fa--fa:""}.fa-caret-right{--fa:"";--fa--fa:""}.fa-comments{--fa:"";--fa--fa:""}.fa-paste{--fa:"";--fa--fa:""}.fa-file-clipboard{--fa:"";--fa--fa:""}.fa-desktop-arrow-down{--fa:"";--fa--fa:""}.fa-code-pull-request{--fa:"";--fa--fa:""}.fa-pumpkin{--fa:"";--fa--fa:""}.fa-clipboard-list{--fa:"";--fa--fa:""}.fa-pen-field{--fa:"";--fa--fa:""}.fa-chart-sine{--fa:"";--fa--fa:""}.fa-blueberries{--fa:"";--fa--fa:""}.fa-truck-ramp-box{--fa:"";--fa--fa:""}.fa-truck-loading{--fa:"";--fa--fa:""}.fa-note{--fa:"";--fa--fa:""}.fa-arrow-down-to-square{--fa:"";--fa--fa:""}.fa-user-check{--fa:"";--fa--fa:""}.fa-cloud-xmark{--fa:"";--fa--fa:""}.fa-vial-virus{--fa:"";--fa--fa:""}.fa-book-blank{--fa:"";--fa--fa:""}.fa-book-alt{--fa:"";--fa--fa:""}.fa-golf-flag-hole{--fa:"";--fa--fa:""}.fa-message-arrow-down{--fa:"";--fa--fa:""}.fa-comment-alt-arrow-down{--fa:"";--fa--fa:""}.fa-face-unamused{--fa:"";--fa--fa:""}.fa-sheet-plastic{--fa:"";--fa--fa:""}.fa-circle-9{--fa:"";--fa--fa:""}.fa-blog{--fa:"";--fa--fa:""}.fa-user-ninja{--fa:"";--fa--fa:""}.fa-pencil-slash{--fa:"";--fa--fa:""}.fa-bowling-pins{--fa:"";--fa--fa:""}.fa-person-arrow-up-from-line{--fa:"";--fa--fa:""}.fa-down-right{--fa:"";--fa--fa:""}.fa-scroll-torah{--fa:"";--fa--fa:""}.fa-torah{--fa:"";--fa--fa:""}.fa-webhook{--fa:"";--fa--fa:""}.fa-blinds-open{--fa:"";--fa--fa:""}.fa-fence{--fa:"";--fa--fa:""}.fa-up{--fa:"";--fa--fa:""}.fa-arrow-alt-up{--fa:"";--fa--fa:""}.fa-broom-ball{--fa:"";--fa--fa:""}.fa-quidditch{--fa:"";--fa--fa:""}.fa-quidditch-broom-ball{--fa:"";--fa--fa:""}.fa-drumstick{--fa:"";--fa--fa:""}.fa-square-v{--fa:"";--fa--fa:""}.fa-face-awesome{--fa:"";--fa--fa:""}.fa-gave-dandy{--fa:"";--fa--fa:""}.fa-dial-off{--fa:"";--fa--fa:""}.fa-toggle-off{--fa:"";--fa--fa:""}.fa-face-smile-horns{--fa:"";--fa--fa:""}.fa-box-archive{--fa:"";--fa--fa:""}.fa-archive{--fa:"";--fa--fa:""}.fa-grapes{--fa:"";--fa--fa:""}.fa-person-drowning{--fa:"";--fa--fa:""}.fa-dial-max{--fa:"";--fa--fa:""}.fa-circle-m{--fa:"";--fa--fa:""}.fa-calendar-image{--fa:"";--fa--fa:""}.fa-circle-caret-down{--fa:"";--fa--fa:""}.fa-caret-circle-down{--fa:"";--fa--fa:""}.fa-arrow-down-9-1{--fa:"";--fa--fa:""}.fa-sort-numeric-desc{--fa:"";--fa--fa:""}.fa-sort-numeric-down-alt{--fa:"";--fa--fa:""}.fa-face-grin-tongue-squint{--fa:"";--fa--fa:""}.fa-grin-tongue-squint{--fa:"";--fa--fa:""}.fa-shish-kebab{--fa:"";--fa--fa:""}.fa-spray-can{--fa:"";--fa--fa:""}.fa-alarm-snooze{--fa:"";--fa--fa:""}.fa-scarecrow{--fa:"";--fa--fa:""}.fa-truck-monster{--fa:"";--fa--fa:""}.fa-gift-card{--fa:"";--fa--fa:""}.fa-w{--fa:"W";--fa--fa:"WW"}.fa-code-pull-request-draft{--fa:"";--fa--fa:""}.fa-square-b{--fa:"";--fa--fa:""}.fa-elephant{--fa:"";--fa--fa:""}.fa-earth-africa{--fa:"";--fa--fa:""}.fa-globe-africa{--fa:"";--fa--fa:""}.fa-rainbow{--fa:"";--fa--fa:""}.fa-circle-notch{--fa:"";--fa--fa:""}.fa-tablet-screen-button{--fa:"";--fa--fa:""}.fa-tablet-alt{--fa:"";--fa--fa:""}.fa-paw{--fa:"";--fa--fa:""}.fa-message-question{--fa:"";--fa--fa:""}.fa-cloud{--fa:"";--fa--fa:""}.fa-trowel-bricks{--fa:"";--fa--fa:""}.fa-square-3{--fa:"";--fa--fa:""}.fa-face-flushed{--fa:"";--fa--fa:""}.fa-flushed{--fa:"";--fa--fa:""}.fa-hospital-user{--fa:"";--fa--fa:""}.fa-microwave{--fa:"";--fa--fa:""}.fa-chf-sign{--fa:"";--fa--fa:""}.fa-tent-arrow-left-right{--fa:"";--fa--fa:""}.fa-cart-circle-arrow-up{--fa:"";--fa--fa:""}.fa-trash-clock{--fa:"";--fa--fa:""}.fa-reflect-both{--fa:"";--fa--fa:""}.fa-gavel{--fa:"";--fa--fa:""}.fa-legal{--fa:"";--fa--fa:""}.fa-sprinkler-ceiling{--fa:"";--fa--fa:""}.fa-browsers{--fa:"";--fa--fa:""}.fa-trillium{--fa:"";--fa--fa:""}.fa-table-cells-unlock{--fa:"";--fa--fa:""}.fa-music-slash{--fa:"";--fa--fa:""}.fa-truck-ramp{--fa:"";--fa--fa:""}.fa-binoculars{--fa:"";--fa--fa:""}.fa-microphone-slash{--fa:"";--fa--fa:""}.fa-box-tissue{--fa:"";--fa--fa:""}.fa-circle-c{--fa:"";--fa--fa:""}.fa-star-christmas{--fa:"";--fa--fa:""}.fa-chart-bullet{--fa:"";--fa--fa:""}.fa-motorcycle{--fa:"";--fa--fa:""}.fa-tree-christmas{--fa:"";--fa--fa:""}.fa-tire-flat{--fa:"";--fa--fa:""}.fa-sunglasses{--fa:"";--fa--fa:""}.fa-badge{--fa:"";--fa--fa:""}.fa-message-pen{--fa:"";--fa--fa:""}.fa-comment-alt-edit{--fa:"";--fa--fa:""}.fa-message-edit{--fa:"";--fa--fa:""}.fa-bell-concierge{--fa:"";--fa--fa:""}.fa-concierge-bell{--fa:"";--fa--fa:""}.fa-pen-ruler{--fa:"";--fa--fa:""}.fa-pencil-ruler{--fa:"";--fa--fa:""}.fa-file-mp3{--fa:"";--fa--fa:""}.fa-arrow-progress{--fa:"";--fa--fa:""}.fa-chess-rook-piece{--fa:"";--fa--fa:""}.fa-chess-rook-alt{--fa:"";--fa--fa:""}.fa-square-root{--fa:"";--fa--fa:""}.fa-album-collection-circle-plus{--fa:"";--fa--fa:""}.fa-people-arrows{--fa:"";--fa--fa:""}.fa-people-arrows-left-right{--fa:"";--fa--fa:""}.fa-sign-post{--fa:"";--fa--fa:""}.fa-face-angry-horns{--fa:"";--fa--fa:""}.fa-mars-and-venus-burst{--fa:"";--fa--fa:""}.fa-tombstone{--fa:"";--fa--fa:""}.fa-square-caret-right{--fa:"";--fa--fa:""}.fa-caret-square-right{--fa:"";--fa--fa:""}.fa-scissors{--fa:"";--fa--fa:""}.fa-cut{--fa:"";--fa--fa:""}.fa-list-music{--fa:"";--fa--fa:""}.fa-sun-plant-wilt{--fa:"";--fa--fa:""}.fa-toilets-portable{--fa:"";--fa--fa:""}.fa-hockey-puck{--fa:"";--fa--fa:""}.fa-mustache{--fa:"";--fa--fa:""}.fa-hyphen{--fa:"\-";--fa--fa:"\-\-"}.fa-table{--fa:"";--fa--fa:""}.fa-user-chef{--fa:"";--fa--fa:""}.fa-message-image{--fa:"";--fa--fa:""}.fa-comment-alt-image{--fa:"";--fa--fa:""}.fa-users-medical{--fa:"";--fa--fa:""}.fa-sensor-triangle-exclamation{--fa:"";--fa--fa:""}.fa-sensor-alert{--fa:"";--fa--fa:""}.fa-magnifying-glass-arrow-right{--fa:"";--fa--fa:""}.fa-tachograph-digital{--fa:"";--fa--fa:""}.fa-digital-tachograph{--fa:"";--fa--fa:""}.fa-face-mask{--fa:"";--fa--fa:""}.fa-pickleball{--fa:"";--fa--fa:""}.fa-star-sharp-half{--fa:"";--fa--fa:""}.fa-users-slash{--fa:"";--fa--fa:""}.fa-clover{--fa:"";--fa--fa:""}.fa-meat{--fa:"";--fa--fa:""}.fa-reply{--fa:"";--fa--fa:""}.fa-mail-reply{--fa:"";--fa--fa:""}.fa-star-and-crescent{--fa:"";--fa--fa:""}.fa-empty-set{--fa:"";--fa--fa:""}.fa-house-fire{--fa:"";--fa--fa:""}.fa-square-minus{--fa:"";--fa--fa:""}.fa-minus-square{--fa:"";--fa--fa:""}.fa-helicopter{--fa:"";--fa--fa:""}.fa-bird{--fa:"";--fa--fa:""}.fa-compass{--fa:"";--fa--fa:""}.fa-square-caret-down{--fa:"";--fa--fa:""}.fa-caret-square-down{--fa:"";--fa--fa:""}.fa-heart-half-stroke{--fa:"";--fa--fa:""}.fa-heart-half-alt{--fa:"";--fa--fa:""}.fa-file-circle-question{--fa:"";--fa--fa:""}.fa-truck-utensils{--fa:"";--fa--fa:""}.fa-laptop-code{--fa:"";--fa--fa:""}.fa-joystick{--fa:"";--fa--fa:""}.fa-grill-fire{--fa:"";--fa--fa:""}.fa-rectangle-vertical-history{--fa:"";--fa--fa:""}.fa-swatchbook{--fa:"";--fa--fa:""}.fa-prescription-bottle{--fa:"";--fa--fa:""}.fa-bars{--fa:"";--fa--fa:""}.fa-navicon{--fa:"";--fa--fa:""}.fa-keyboard-left{--fa:"";--fa--fa:""}.fa-people-group{--fa:"";--fa--fa:""}.fa-hourglass-end{--fa:"";--fa--fa:""}.fa-hourglass-3{--fa:"";--fa--fa:""}.fa-heart-crack{--fa:"";--fa--fa:""}.fa-heart-broken{--fa:"";--fa--fa:""}.fa-face-beam-hand-over-mouth{--fa:"";--fa--fa:""}.fa-droplet-percent{--fa:"";--fa--fa:""}.fa-humidity{--fa:"";--fa--fa:""}.fa-square-up-right{--fa:"";--fa--fa:""}.fa-external-link-square-alt{--fa:"";--fa--fa:""}.fa-face-kiss-beam{--fa:"";--fa--fa:""}.fa-kiss-beam{--fa:"";--fa--fa:""}.fa-corn{--fa:"";--fa--fa:""}.fa-roller-coaster{--fa:"";--fa--fa:""}.fa-photo-film-music{--fa:"";--fa--fa:""}.fa-radar{--fa:"";--fa--fa:""}.fa-sickle{--fa:"";--fa--fa:""}.fa-film{--fa:"";--fa--fa:""}.fa-coconut{--fa:"";--fa--fa:""}.fa-ruler-horizontal{--fa:"";--fa--fa:""}.fa-shield-cross{--fa:"";--fa--fa:""}.fa-cassette-tape{--fa:"";--fa--fa:""}.fa-square-terminal{--fa:"";--fa--fa:""}.fa-people-robbery{--fa:"";--fa--fa:""}.fa-lightbulb{--fa:"";--fa--fa:""}.fa-caret-left{--fa:"";--fa--fa:""}.fa-comment-middle{--fa:"";--fa--fa:""}.fa-trash-can-list{--fa:"";--fa--fa:""}.fa-block{--fa:"";--fa--fa:""}.fa-circle-exclamation{--fa:"";--fa--fa:""}.fa-exclamation-circle{--fa:"";--fa--fa:""}.fa-school-circle-xmark{--fa:"";--fa--fa:""}.fa-arrow-right-from-bracket{--fa:"";--fa--fa:""}.fa-sign-out{--fa:"";--fa--fa:""}.fa-face-frown-slight{--fa:"";--fa--fa:""}.fa-circle-chevron-down{--fa:"";--fa--fa:""}.fa-chevron-circle-down{--fa:"";--fa--fa:""}.fa-sidebar-flip{--fa:"";--fa--fa:""}.fa-unlock-keyhole{--fa:"";--fa--fa:""}.fa-unlock-alt{--fa:"";--fa--fa:""}.fa-temperature-list{--fa:"";--fa--fa:""}.fa-cloud-showers-heavy{--fa:"";--fa--fa:""}.fa-headphones-simple{--fa:"";--fa--fa:""}.fa-headphones-alt{--fa:"";--fa--fa:""}.fa-sitemap{--fa:"";--fa--fa:""}.fa-pipe-section{--fa:"";--fa--fa:""}.fa-space-station-moon-construction{--fa:"";--fa--fa:""}.fa-space-station-moon-alt{--fa:"";--fa--fa:""}.fa-circle-dollar-to-slot{--fa:"";--fa--fa:""}.fa-donate{--fa:"";--fa--fa:""}.fa-memory{--fa:"";--fa--fa:""}.fa-face-sleeping{--fa:"";--fa--fa:""}.fa-road-spikes{--fa:"";--fa--fa:""}.fa-fire-burner{--fa:"";--fa--fa:""}.fa-squirrel{--fa:"";--fa--fa:""}.fa-arrow-up-to-line{--fa:"";--fa--fa:""}.fa-arrow-to-top{--fa:"";--fa--fa:""}.fa-flag{--fa:"";--fa--fa:""}.fa-face-cowboy-hat{--fa:"";--fa--fa:""}.fa-hanukiah{--fa:"";--fa--fa:""}.fa-chart-scatter-3d{--fa:"";--fa--fa:""}.fa-display-chart-up{--fa:"";--fa--fa:""}.fa-square-code{--fa:"";--fa--fa:""}.fa-feather{--fa:"";--fa--fa:""}.fa-volume-low{--fa:"";--fa--fa:""}.fa-volume-down{--fa:"";--fa--fa:""}.fa-xmark-to-slot{--fa:"";--fa--fa:""}.fa-times-to-slot{--fa:"";--fa--fa:""}.fa-vote-nay{--fa:"";--fa--fa:""}.fa-box-taped{--fa:"";--fa--fa:""}.fa-box-alt{--fa:"";--fa--fa:""}.fa-comment-slash{--fa:"";--fa--fa:""}.fa-swords{--fa:"";--fa--fa:""}.fa-cloud-sun-rain{--fa:"";--fa--fa:""}.fa-album{--fa:"";--fa--fa:""}.fa-circle-n{--fa:"";--fa--fa:""}.fa-compress{--fa:"";--fa--fa:""}.fa-wheat-awn{--fa:"";--fa--fa:""}.fa-wheat-alt{--fa:"";--fa--fa:""}.fa-ankh{--fa:"";--fa--fa:""}.fa-hands-holding-child{--fa:"";--fa--fa:""}.fa-asterisk{--fa:"\*";--fa--fa:"\*\*"}.fa-key-skeleton-left-right{--fa:"";--fa--fa:""}.fa-comment-lines{--fa:"";--fa--fa:""}.fa-luchador-mask{--fa:"";--fa--fa:""}.fa-luchador{--fa:"";--fa--fa:""}.fa-mask-luchador{--fa:"";--fa--fa:""}.fa-square-check{--fa:"";--fa--fa:""}.fa-check-square{--fa:"";--fa--fa:""}.fa-shredder{--fa:"";--fa--fa:""}.fa-book-open-cover{--fa:"";--fa--fa:""}.fa-book-open-alt{--fa:"";--fa--fa:""}.fa-sandwich{--fa:"";--fa--fa:""}.fa-peseta-sign{--fa:"";--fa--fa:""}.fa-square-parking-slash{--fa:"";--fa--fa:""}.fa-parking-slash{--fa:"";--fa--fa:""}.fa-train-tunnel{--fa:"";--fa--fa:""}.fa-heading{--fa:"";--fa--fa:""}.fa-header{--fa:"";--fa--fa:""}.fa-ghost{--fa:"";--fa--fa:""}.fa-face-anguished{--fa:"";--fa--fa:""}.fa-hockey-sticks{--fa:"";--fa--fa:""}.fa-abacus{--fa:"";--fa--fa:""}.fa-film-simple{--fa:"";--fa--fa:""}.fa-film-alt{--fa:"";--fa--fa:""}.fa-list{--fa:"";--fa--fa:""}.fa-list-squares{--fa:"";--fa--fa:""}.fa-tree-palm{--fa:"";--fa--fa:""}.fa-square-phone-flip{--fa:"";--fa--fa:""}.fa-phone-square-alt{--fa:"";--fa--fa:""}.fa-user-beard-bolt{--fa:"";--fa--fa:""}.fa-cart-plus{--fa:"";--fa--fa:""}.fa-gamepad{--fa:"";--fa--fa:""}.fa-border-center-v{--fa:"";--fa--fa:""}.fa-circle-dot{--fa:"";--fa--fa:""}.fa-dot-circle{--fa:"";--fa--fa:""}.fa-clipboard-medical{--fa:"";--fa--fa:""}.fa-face-dizzy{--fa:"";--fa--fa:""}.fa-dizzy{--fa:"";--fa--fa:""}.fa-egg{--fa:"";--fa--fa:""}.fa-up-to-line{--fa:"";--fa--fa:""}.fa-arrow-alt-to-top{--fa:"";--fa--fa:""}.fa-house-medical-circle-xmark{--fa:"";--fa--fa:""}.fa-watch-fitness{--fa:"";--fa--fa:""}.fa-clock-nine-thirty{--fa:"";--fa--fa:""}.fa-campground{--fa:"";--fa--fa:""}.fa-folder-plus{--fa:"";--fa--fa:""}.fa-jug{--fa:"";--fa--fa:""}.fa-futbol{--fa:"";--fa--fa:""}.fa-futbol-ball{--fa:"";--fa--fa:""}.fa-soccer-ball{--fa:"";--fa--fa:""}.fa-snow-blowing{--fa:"";--fa--fa:""}.fa-paintbrush{--fa:"";--fa--fa:""}.fa-paint-brush{--fa:"";--fa--fa:""}.fa-lock{--fa:"";--fa--fa:""}.fa-arrow-down-from-line{--fa:"";--fa--fa:""}.fa-arrow-from-top{--fa:"";--fa--fa:""}.fa-gas-pump{--fa:"";--fa--fa:""}.fa-signal-bars-slash{--fa:"";--fa--fa:""}.fa-signal-alt-slash{--fa:"";--fa--fa:""}.fa-monkey{--fa:"";--fa--fa:""}.fa-rectangle-pro{--fa:"";--fa--fa:""}.fa-pro{--fa:"";--fa--fa:""}.fa-house-night{--fa:"";--fa--fa:""}.fa-hot-tub-person{--fa:"";--fa--fa:""}.fa-hot-tub{--fa:"";--fa--fa:""}.fa-globe-pointer{--fa:"";--fa--fa:""}.fa-blanket{--fa:"";--fa--fa:""}.fa-map-location{--fa:"";--fa--fa:""}.fa-map-marked{--fa:"";--fa--fa:""}.fa-house-flood-water{--fa:"";--fa--fa:""}.fa-comments-question-check{--fa:"";--fa--fa:""}.fa-tree{--fa:"";--fa--fa:""}.fa-arrows-cross{--fa:"";--fa--fa:""}.fa-backpack{--fa:"";--fa--fa:""}.fa-square-small{--fa:"";--fa--fa:""}.fa-folder-arrow-up{--fa:"";--fa--fa:""}.fa-folder-upload{--fa:"";--fa--fa:""}.fa-bridge-lock{--fa:"";--fa--fa:""}.fa-crosshairs-simple{--fa:"";--fa--fa:""}.fa-sack-dollar{--fa:"";--fa--fa:""}.fa-pen-to-square{--fa:"";--fa--fa:""}.fa-edit{--fa:"";--fa--fa:""}.fa-square-sliders{--fa:"";--fa--fa:""}.fa-sliders-h-square{--fa:"";--fa--fa:""}.fa-car-side{--fa:"";--fa--fa:""}.fa-message-middle-top{--fa:"";--fa--fa:""}.fa-comment-middle-top-alt{--fa:"";--fa--fa:""}.fa-lightbulb-on{--fa:"";--fa--fa:""}.fa-knife{--fa:"";--fa--fa:""}.fa-utensil-knife{--fa:"";--fa--fa:""}.fa-share-nodes{--fa:"";--fa--fa:""}.fa-share-alt{--fa:"";--fa--fa:""}.fa-display-chart-up-circle-dollar{--fa:"";--fa--fa:""}.fa-wave-sine{--fa:"";--fa--fa:""}.fa-heart-circle-minus{--fa:"";--fa--fa:""}.fa-circle-w{--fa:"";--fa--fa:""}.fa-circle-calendar{--fa:"";--fa--fa:""}.fa-calendar-circle{--fa:"";--fa--fa:""}.fa-hourglass-half{--fa:"";--fa--fa:""}.fa-hourglass-2{--fa:"";--fa--fa:""}.fa-microscope{--fa:"";--fa--fa:""}.fa-sunset{--fa:"";--fa--fa:""}.fa-sink{--fa:"";--fa--fa:""}.fa-calendar-exclamation{--fa:"";--fa--fa:""}.fa-truck-container-empty{--fa:"";--fa--fa:""}.fa-hand-heart{--fa:"";--fa--fa:""}.fa-bag-shopping{--fa:"";--fa--fa:""}.fa-shopping-bag{--fa:"";--fa--fa:""}.fa-arrow-down-z-a{--fa:"";--fa--fa:""}.fa-sort-alpha-desc{--fa:"";--fa--fa:""}.fa-sort-alpha-down-alt{--fa:"";--fa--fa:""}.fa-mitten{--fa:"";--fa--fa:""}.fa-reply-clock{--fa:"";--fa--fa:""}.fa-reply-time{--fa:"";--fa--fa:""}.fa-person-rays{--fa:"";--fa--fa:""}.fa-right{--fa:"";--fa--fa:""}.fa-arrow-alt-right{--fa:"";--fa--fa:""}.fa-circle-f{--fa:"";--fa--fa:""}.fa-users{--fa:"";--fa--fa:""}.fa-face-pleading{--fa:"";--fa--fa:""}.fa-eye-slash{--fa:"";--fa--fa:""}.fa-flask-vial{--fa:"";--fa--fa:""}.fa-police-box{--fa:"";--fa--fa:""}.fa-cucumber{--fa:"";--fa--fa:""}.fa-head-side-brain{--fa:"";--fa--fa:""}.fa-hand{--fa:"";--fa--fa:""}.fa-hand-paper{--fa:"";--fa--fa:""}.fa-person-biking-mountain{--fa:"";--fa--fa:""}.fa-biking-mountain{--fa:"";--fa--fa:""}.fa-utensils-slash{--fa:"";--fa--fa:""}.fa-print-magnifying-glass{--fa:"";--fa--fa:""}.fa-print-search{--fa:"";--fa--fa:""}.fa-turn-right{--fa:"";--fa--fa:""}.fa-folder-bookmark{--fa:"";--fa--fa:""}.fa-arrow-turn-left-down{--fa:"";--fa--fa:""}.fa-om{--fa:"";--fa--fa:""}.fa-pi{--fa:"";--fa--fa:""}.fa-flask-round-potion{--fa:"";--fa--fa:""}.fa-flask-potion{--fa:"";--fa--fa:""}.fa-face-shush{--fa:"";--fa--fa:""}.fa-worm{--fa:"";--fa--fa:""}.fa-house-circle-xmark{--fa:"";--fa--fa:""}.fa-plug{--fa:"";--fa--fa:""}.fa-calendar-circle-exclamation{--fa:"";--fa--fa:""}.fa-square-i{--fa:"";--fa--fa:""}.fa-chevron-up{--fa:"";--fa--fa:""}.fa-face-saluting{--fa:"";--fa--fa:""}.fa-gauge-simple-low{--fa:"";--fa--fa:""}.fa-tachometer-slow{--fa:"";--fa--fa:""}.fa-face-persevering{--fa:"";--fa--fa:""}.fa-circle-camera{--fa:"";--fa--fa:""}.fa-camera-circle{--fa:"";--fa--fa:""}.fa-hand-spock{--fa:"";--fa--fa:""}.fa-spider-web{--fa:"";--fa--fa:""}.fa-circle-microphone{--fa:"";--fa--fa:""}.fa-microphone-circle{--fa:"";--fa--fa:""}.fa-book-arrow-up{--fa:"";--fa--fa:""}.fa-popsicle{--fa:"";--fa--fa:""}.fa-command{--fa:"";--fa--fa:""}.fa-blinds{--fa:"";--fa--fa:""}.fa-stopwatch{--fa:"";--fa--fa:""}.fa-saxophone{--fa:"";--fa--fa:""}.fa-square-2{--fa:"";--fa--fa:""}.fa-field-hockey-stick-ball{--fa:"";--fa--fa:""}.fa-field-hockey{--fa:"";--fa--fa:""}.fa-arrow-up-square-triangle{--fa:"";--fa--fa:""}.fa-sort-shapes-up-alt{--fa:"";--fa--fa:""}.fa-face-scream{--fa:"";--fa--fa:""}.fa-square-m{--fa:"";--fa--fa:""}.fa-camera-web{--fa:"";--fa--fa:""}.fa-webcam{--fa:"";--fa--fa:""}.fa-comment-arrow-down{--fa:"";--fa--fa:""}.fa-lightbulb-cfl{--fa:"";--fa--fa:""}.fa-window-frame-open{--fa:"";--fa--fa:""}.fa-face-kiss{--fa:"";--fa--fa:""}.fa-kiss{--fa:"";--fa--fa:""}.fa-bridge-circle-xmark{--fa:"";--fa--fa:""}.fa-period{--fa:"\.";--fa--fa:"\.\."}.fa-face-grin-tongue{--fa:"";--fa--fa:""}.fa-grin-tongue{--fa:"";--fa--fa:""}.fa-up-to-dotted-line{--fa:"";--fa--fa:""}.fa-thought-bubble{--fa:"";--fa--fa:""}.fa-skeleton-ribs{--fa:"";--fa--fa:""}.fa-raygun{--fa:"";--fa--fa:""}.fa-flute{--fa:"";--fa--fa:""}.fa-acorn{--fa:"";--fa--fa:""}.fa-video-arrow-up-right{--fa:"";--fa--fa:""}.fa-grate-droplet{--fa:"";--fa--fa:""}.fa-seal-exclamation{--fa:"";--fa--fa:""}.fa-chess-bishop{--fa:"";--fa--fa:""}.fa-message-sms{--fa:"";--fa--fa:""}.fa-coffee-beans{--fa:"";--fa--fa:""}.fa-hat-witch{--fa:"";--fa--fa:""}.fa-face-grin-wink{--fa:"";--fa--fa:""}.fa-grin-wink{--fa:"";--fa--fa:""}.fa-clock-three-thirty{--fa:"";--fa--fa:""}.fa-ear-deaf{--fa:"";--fa--fa:""}.fa-deaf{--fa:"";--fa--fa:""}.fa-deafness{--fa:"";--fa--fa:""}.fa-hard-of-hearing{--fa:"";--fa--fa:""}.fa-alarm-clock{--fa:"";--fa--fa:""}.fa-eclipse{--fa:"";--fa--fa:""}.fa-face-relieved{--fa:"";--fa--fa:""}.fa-road-circle-check{--fa:"";--fa--fa:""}.fa-dice-five{--fa:"";--fa--fa:""}.fa-octagon-minus{--fa:"";--fa--fa:""}.fa-minus-octagon{--fa:"";--fa--fa:""}.fa-square-rss{--fa:"";--fa--fa:""}.fa-rss-square{--fa:"";--fa--fa:""}.fa-face-zany{--fa:"";--fa--fa:""}.fa-tricycle{--fa:"";--fa--fa:""}.fa-land-mine-on{--fa:"";--fa--fa:""}.fa-square-arrow-up-left{--fa:"";--fa--fa:""}.fa-i-cursor{--fa:"";--fa--fa:""}.fa-chart-mixed-up-circle-dollar{--fa:"";--fa--fa:""}.fa-salt-shaker{--fa:"";--fa--fa:""}.fa-stamp{--fa:"";--fa--fa:""}.fa-file-plus{--fa:"";--fa--fa:""}.fa-draw-square{--fa:"";--fa--fa:""}.fa-toilet-paper-under-slash{--fa:"";--fa--fa:""}.fa-toilet-paper-reverse-slash{--fa:"";--fa--fa:""}.fa-stairs{--fa:"";--fa--fa:""}.fa-drone-front{--fa:"";--fa--fa:""}.fa-drone-alt{--fa:"";--fa--fa:""}.fa-glass-empty{--fa:"";--fa--fa:""}.fa-dial-high{--fa:"";--fa--fa:""}.fa-user-helmet-safety{--fa:"";--fa--fa:""}.fa-user-construction{--fa:"";--fa--fa:""}.fa-user-hard-hat{--fa:"";--fa--fa:""}.fa-i{--fa:"I";--fa--fa:"II"}.fa-hryvnia-sign{--fa:"";--fa--fa:""}.fa-hryvnia{--fa:"";--fa--fa:""}.fa-arrow-down-left-and-arrow-up-right-to-center{--fa:"";--fa--fa:""}.fa-pills{--fa:"";--fa--fa:""}.fa-face-grin-wide{--fa:"";--fa--fa:""}.fa-grin-alt{--fa:"";--fa--fa:""}.fa-tooth{--fa:"";--fa--fa:""}.fa-basketball-hoop{--fa:"";--fa--fa:""}.fa-objects-align-bottom{--fa:"";--fa--fa:""}.fa-v{--fa:"V";--fa--fa:"VV"}.fa-sparkles{--fa:"";--fa--fa:""}.fa-squid{--fa:"";--fa--fa:""}.fa-leafy-green{--fa:"";--fa--fa:""}.fa-circle-arrow-up-right{--fa:"";--fa--fa:""}.fa-calendars{--fa:"";--fa--fa:""}.fa-bangladeshi-taka-sign{--fa:"";--fa--fa:""}.fa-bicycle{--fa:"";--fa--fa:""}.fa-hammer-war{--fa:"";--fa--fa:""}.fa-circle-d{--fa:"";--fa--fa:""}.fa-spider-black-widow{--fa:"";--fa--fa:""}.fa-staff-snake{--fa:"";--fa--fa:""}.fa-rod-asclepius{--fa:"";--fa--fa:""}.fa-rod-snake{--fa:"";--fa--fa:""}.fa-staff-aesculapius{--fa:"";--fa--fa:""}.fa-pear{--fa:"";--fa--fa:""}.fa-head-side-cough-slash{--fa:"";--fa--fa:""}.fa-file-mov{--fa:"";--fa--fa:""}.fa-triangle{--fa:"";--fa--fa:""}.fa-apartment{--fa:"";--fa--fa:""}.fa-truck-medical{--fa:"";--fa--fa:""}.fa-ambulance{--fa:"";--fa--fa:""}.fa-pepper{--fa:"";--fa--fa:""}.fa-piano{--fa:"";--fa--fa:""}.fa-gun-squirt{--fa:"";--fa--fa:""}.fa-wheat-awn-circle-exclamation{--fa:"";--fa--fa:""}.fa-snowman{--fa:"";--fa--fa:""}.fa-user-alien{--fa:"";--fa--fa:""}.fa-shield-check{--fa:"";--fa--fa:""}.fa-mortar-pestle{--fa:"";--fa--fa:""}.fa-road-barrier{--fa:"";--fa--fa:""}.fa-chart-candlestick{--fa:"";--fa--fa:""}.fa-briefcase-blank{--fa:"";--fa--fa:""}.fa-school{--fa:"";--fa--fa:""}.fa-igloo{--fa:"";--fa--fa:""}.fa-bracket-round{--fa:"\(";--fa--fa:"\(\("}.fa-parenthesis{--fa:"\(";--fa--fa:"\(\("}.fa-joint{--fa:"";--fa--fa:""}.fa-horse-saddle{--fa:"";--fa--fa:""}.fa-mug-marshmallows{--fa:"";--fa--fa:""}.fa-filters{--fa:"";--fa--fa:""}.fa-bell-on{--fa:"";--fa--fa:""}.fa-angle-right{--fa:"";--fa--fa:""}.fa-dial-med{--fa:"";--fa--fa:""}.fa-horse{--fa:"";--fa--fa:""}.fa-q{--fa:"Q";--fa--fa:"QQ"}.fa-monitor-waveform{--fa:"";--fa--fa:""}.fa-monitor-heart-rate{--fa:"";--fa--fa:""}.fa-link-simple{--fa:"";--fa--fa:""}.fa-whistle{--fa:"";--fa--fa:""}.fa-g{--fa:"G";--fa--fa:"GG"}.fa-wine-glass-crack{--fa:"";--fa--fa:""}.fa-fragile{--fa:"";--fa--fa:""}.fa-slot-machine{--fa:"";--fa--fa:""}.fa-notes-medical{--fa:"";--fa--fa:""}.fa-car-wash{--fa:"";--fa--fa:""}.fa-escalator{--fa:"";--fa--fa:""}.fa-comment-image{--fa:"";--fa--fa:""}.fa-temperature-half{--fa:"";--fa--fa:""}.fa-temperature-2{--fa:"";--fa--fa:""}.fa-thermometer-2{--fa:"";--fa--fa:""}.fa-thermometer-half{--fa:"";--fa--fa:""}.fa-dong-sign{--fa:"";--fa--fa:""}.fa-donut{--fa:"";--fa--fa:""}.fa-doughnut{--fa:"";--fa--fa:""}.fa-capsules{--fa:"";--fa--fa:""}.fa-poo-storm{--fa:"";--fa--fa:""}.fa-poo-bolt{--fa:"";--fa--fa:""}.fa-tally-1{--fa:"";--fa--fa:""}.fa-file-vector{--fa:"";--fa--fa:""}.fa-face-frown-open{--fa:"";--fa--fa:""}.fa-frown-open{--fa:"";--fa--fa:""}.fa-square-dashed{--fa:"";--fa--fa:""}.fa-bag-shopping-plus{--fa:"";--fa--fa:""}.fa-square-j{--fa:"";--fa--fa:""}.fa-hand-point-up{--fa:"";--fa--fa:""}.fa-money-bill{--fa:"";--fa--fa:""}.fa-arrow-up-big-small{--fa:"";--fa--fa:""}.fa-sort-size-up{--fa:"";--fa--fa:""}.fa-barcode-read{--fa:"";--fa--fa:""}.fa-baguette{--fa:"";--fa--fa:""}.fa-bowl-soft-serve{--fa:"";--fa--fa:""}.fa-face-holding-back-tears{--fa:"";--fa--fa:""}.fa-square-up{--fa:"";--fa--fa:""}.fa-arrow-alt-square-up{--fa:"";--fa--fa:""}.fa-train-subway-tunnel{--fa:"";--fa--fa:""}.fa-subway-tunnel{--fa:"";--fa--fa:""}.fa-square-exclamation{--fa:"";--fa--fa:""}.fa-exclamation-square{--fa:"";--fa--fa:""}.fa-semicolon{--fa:"\;";--fa--fa:"\;\;"}.fa-bookmark{--fa:"";--fa--fa:""}.fa-fan-table{--fa:"";--fa--fa:""}.fa-align-justify{--fa:"";--fa--fa:""}.fa-battery-low{--fa:"";--fa--fa:""}.fa-battery-1{--fa:"";--fa--fa:""}.fa-credit-card-front{--fa:"";--fa--fa:""}.fa-brain-arrow-curved-right{--fa:"";--fa--fa:""}.fa-mind-share{--fa:"";--fa--fa:""}.fa-umbrella-beach{--fa:"";--fa--fa:""}.fa-helmet-un{--fa:"";--fa--fa:""}.fa-location-smile{--fa:"";--fa--fa:""}.fa-map-marker-smile{--fa:"";--fa--fa:""}.fa-arrow-left-to-line{--fa:"";--fa--fa:""}.fa-arrow-to-left{--fa:"";--fa--fa:""}.fa-bullseye{--fa:"";--fa--fa:""}.fa-sushi{--fa:"";--fa--fa:""}.fa-nigiri{--fa:"";--fa--fa:""}.fa-message-captions{--fa:"";--fa--fa:""}.fa-comment-alt-captions{--fa:"";--fa--fa:""}.fa-trash-list{--fa:"";--fa--fa:""}.fa-bacon{--fa:"";--fa--fa:""}.fa-option{--fa:"";--fa--fa:""}.fa-raccoon{--fa:"";--fa--fa:""}.fa-hand-point-down{--fa:"";--fa--fa:""}.fa-arrow-up-from-bracket{--fa:"";--fa--fa:""}.fa-head-side-gear{--fa:"";--fa--fa:""}.fa-trash-plus{--fa:"";--fa--fa:""}.fa-file-cad{--fa:"";--fa--fa:""}.fa-objects-align-top{--fa:"";--fa--fa:""}.fa-folder{--fa:"";--fa--fa:""}.fa-folder-blank{--fa:"";--fa--fa:""}.fa-face-anxious-sweat{--fa:"";--fa--fa:""}.fa-credit-card-blank{--fa:"";--fa--fa:""}.fa-file-waveform{--fa:"";--fa--fa:""}.fa-file-medical-alt{--fa:"";--fa--fa:""}.fa-microchip-ai{--fa:"";--fa--fa:""}.fa-mug{--fa:"";--fa--fa:""}.fa-plane-up-slash{--fa:"";--fa--fa:""}.fa-radiation{--fa:"";--fa--fa:""}.fa-pen-circle{--fa:"";--fa--fa:""}.fa-bag-seedling{--fa:"";--fa--fa:""}.fa-chart-simple{--fa:"";--fa--fa:""}.fa-crutches{--fa:"";--fa--fa:""}.fa-circle-parking{--fa:"";--fa--fa:""}.fa-parking-circle{--fa:"";--fa--fa:""}.fa-mars-stroke{--fa:"";--fa--fa:""}.fa-leaf-oak{--fa:"";--fa--fa:""}.fa-square-bolt{--fa:"";--fa--fa:""}.fa-vial{--fa:"";--fa--fa:""}.fa-gauge{--fa:"";--fa--fa:""}.fa-dashboard{--fa:"";--fa--fa:""}.fa-gauge-med{--fa:"";--fa--fa:""}.fa-tachometer-alt-average{--fa:"";--fa--fa:""}.fa-wand-magic-sparkles{--fa:"";--fa--fa:""}.fa-magic-wand-sparkles{--fa:"";--fa--fa:""}.fa-lambda{--fa:"";--fa--fa:""}.fa-e{--fa:"E";--fa--fa:"EE"}.fa-pizza{--fa:"";--fa--fa:""}.fa-bowl-chopsticks-noodles{--fa:"";--fa--fa:""}.fa-h3{--fa:"";--fa--fa:""}.fa-pen-clip{--fa:"";--fa--fa:""}.fa-pen-alt{--fa:"";--fa--fa:""}.fa-bridge-circle-exclamation{--fa:"";--fa--fa:""}.fa-badge-percent{--fa:"";--fa--fa:""}.fa-rotate-reverse{--fa:"";--fa--fa:""}.fa-user{--fa:"";--fa--fa:""}.fa-sensor{--fa:"";--fa--fa:""}.fa-comma{--fa:"\,";--fa--fa:"\,\,"}.fa-school-circle-check{--fa:"";--fa--fa:""}.fa-toilet-paper-under{--fa:"";--fa--fa:""}.fa-toilet-paper-reverse{--fa:"";--fa--fa:""}.fa-light-emergency{--fa:"";--fa--fa:""}.fa-arrow-down-to-arc{--fa:"";--fa--fa:""}.fa-dumpster{--fa:"";--fa--fa:""}.fa-van-shuttle{--fa:"";--fa--fa:""}.fa-shuttle-van{--fa:"";--fa--fa:""}.fa-building-user{--fa:"";--fa--fa:""}.fa-light-switch{--fa:"";--fa--fa:""}.fa-square-caret-left{--fa:"";--fa--fa:""}.fa-caret-square-left{--fa:"";--fa--fa:""}.fa-highlighter{--fa:"";--fa--fa:""}.fa-wave-pulse{--fa:"";--fa--fa:""}.fa-heart-rate{--fa:"";--fa--fa:""}.fa-key{--fa:"";--fa--fa:""}.fa-arrow-left-to-bracket{--fa:"";--fa--fa:""}.fa-hat-santa{--fa:"";--fa--fa:""}.fa-tamale{--fa:"";--fa--fa:""}.fa-box-check{--fa:"";--fa--fa:""}.fa-bullhorn{--fa:"";--fa--fa:""}.fa-steak{--fa:"";--fa--fa:""}.fa-location-crosshairs-slash{--fa:"";--fa--fa:""}.fa-location-slash{--fa:"";--fa--fa:""}.fa-person-dolly{--fa:"";--fa--fa:""}.fa-globe{--fa:"";--fa--fa:""}.fa-synagogue{--fa:"";--fa--fa:""}.fa-file-chart-column{--fa:"";--fa--fa:""}.fa-file-chart-line{--fa:"";--fa--fa:""}.fa-person-half-dress{--fa:"";--fa--fa:""}.fa-folder-image{--fa:"";--fa--fa:""}.fa-calendar-pen{--fa:"";--fa--fa:""}.fa-calendar-edit{--fa:"";--fa--fa:""}.fa-road-bridge{--fa:"";--fa--fa:""}.fa-face-smile-tear{--fa:"";--fa--fa:""}.fa-message-plus{--fa:"";--fa--fa:""}.fa-comment-alt-plus{--fa:"";--fa--fa:""}.fa-location-arrow{--fa:"";--fa--fa:""}.fa-c{--fa:"C";--fa--fa:"CC"}.fa-tablet-button{--fa:"";--fa--fa:""}.fa-person-dress-fairy{--fa:"";--fa--fa:""}.fa-rectangle-history-circle-user{--fa:"";--fa--fa:""}.fa-building-lock{--fa:"";--fa--fa:""}.fa-chart-line-up{--fa:"";--fa--fa:""}.fa-mailbox{--fa:"";--fa--fa:""}.fa-sign-posts{--fa:"";--fa--fa:""}.fa-truck-bolt{--fa:"";--fa--fa:""}.fa-pizza-slice{--fa:"";--fa--fa:""}.fa-money-bill-wave{--fa:"";--fa--fa:""}.fa-chart-area{--fa:"";--fa--fa:""}.fa-area-chart{--fa:"";--fa--fa:""}.fa-house-flag{--fa:"";--fa--fa:""}.fa-circle-three-quarters-stroke{--fa:"";--fa--fa:""}.fa-person-circle-minus{--fa:"";--fa--fa:""}.fa-scalpel{--fa:"";--fa--fa:""}.fa-ban{--fa:"";--fa--fa:""}.fa-cancel{--fa:"";--fa--fa:""}.fa-bell-exclamation{--fa:"";--fa--fa:""}.fa-circle-bookmark{--fa:"";--fa--fa:""}.fa-bookmark-circle{--fa:"";--fa--fa:""}.fa-egg-fried{--fa:"";--fa--fa:""}.fa-face-weary{--fa:"";--fa--fa:""}.fa-uniform-martial-arts{--fa:"";--fa--fa:""}.fa-camera-rotate{--fa:"";--fa--fa:""}.fa-sun-dust{--fa:"";--fa--fa:""}.fa-comment-text{--fa:"";--fa--fa:""}.fa-spray-can-sparkles{--fa:"";--fa--fa:""}.fa-air-freshener{--fa:"";--fa--fa:""}.fa-signal-bars{--fa:"";--fa--fa:""}.fa-signal-alt{--fa:"";--fa--fa:""}.fa-signal-alt-4{--fa:"";--fa--fa:""}.fa-signal-bars-strong{--fa:"";--fa--fa:""}.fa-diamond-exclamation{--fa:"";--fa--fa:""}.fa-star{--fa:"";--fa--fa:""}.fa-dial-min{--fa:"";--fa--fa:""}.fa-repeat{--fa:"";--fa--fa:""}.fa-cross{--fa:"";--fa--fa:""}.fa-page-caret-down{--fa:"";--fa--fa:""}.fa-file-caret-down{--fa:"";--fa--fa:""}.fa-box{--fa:"";--fa--fa:""}.fa-venus-mars{--fa:"";--fa--fa:""}.fa-clock-seven-thirty{--fa:"";--fa--fa:""}.fa-arrow-pointer{--fa:"";--fa--fa:""}.fa-mouse-pointer{--fa:"";--fa--fa:""}.fa-clock-four-thirty{--fa:"";--fa--fa:""}.fa-signal-bars-good{--fa:"";--fa--fa:""}.fa-signal-alt-3{--fa:"";--fa--fa:""}.fa-cactus{--fa:"";--fa--fa:""}.fa-lightbulb-gear{--fa:"";--fa--fa:""}.fa-maximize{--fa:"";--fa--fa:""}.fa-expand-arrows-alt{--fa:"";--fa--fa:""}.fa-charging-station{--fa:"";--fa--fa:""}.fa-shapes{--fa:"";--fa--fa:""}.fa-triangle-circle-square{--fa:"";--fa--fa:""}.fa-plane-tail{--fa:"";--fa--fa:""}.fa-gauge-simple-max{--fa:"";--fa--fa:""}.fa-tachometer-fastest{--fa:"";--fa--fa:""}.fa-circle-u{--fa:"";--fa--fa:""}.fa-shield-slash{--fa:"";--fa--fa:""}.fa-square-phone-hangup{--fa:"";--fa--fa:""}.fa-phone-square-down{--fa:"";--fa--fa:""}.fa-arrow-up-left{--fa:"";--fa--fa:""}.fa-transporter-1{--fa:"";--fa--fa:""}.fa-peanuts{--fa:"";--fa--fa:""}.fa-shuffle{--fa:"";--fa--fa:""}.fa-random{--fa:"";--fa--fa:""}.fa-person-running{--fa:"";--fa--fa:""}.fa-running{--fa:"";--fa--fa:""}.fa-mobile-retro{--fa:"";--fa--fa:""}.fa-grip-lines-vertical{--fa:"";--fa--fa:""}.fa-bin-bottles-recycle{--fa:"";--fa--fa:""}.fa-arrow-up-from-square{--fa:"";--fa--fa:""}.fa-file-dashed-line{--fa:"";--fa--fa:""}.fa-page-break{--fa:"";--fa--fa:""}.fa-bracket-curly-right{--fa:"\}";--fa--fa:"\}\}"}.fa-spider{--fa:"";--fa--fa:""}.fa-clock-three{--fa:"";--fa--fa:""}.fa-hands-bound{--fa:"";--fa--fa:""}.fa-scalpel-line-dashed{--fa:"";--fa--fa:""}.fa-scalpel-path{--fa:"";--fa--fa:""}.fa-file-invoice-dollar{--fa:"";--fa--fa:""}.fa-pipe-smoking{--fa:"";--fa--fa:""}.fa-face-astonished{--fa:"";--fa--fa:""}.fa-window{--fa:"";--fa--fa:""}.fa-plane-circle-exclamation{--fa:"";--fa--fa:""}.fa-ear{--fa:"";--fa--fa:""}.fa-file-lock{--fa:"";--fa--fa:""}.fa-diagram-venn{--fa:"";--fa--fa:""}.fa-arrow-down-from-bracket{--fa:"";--fa--fa:""}.fa-x-ray{--fa:"";--fa--fa:""}.fa-goal-net{--fa:"";--fa--fa:""}.fa-coffin-cross{--fa:"";--fa--fa:""}.fa-octopus{--fa:"";--fa--fa:""}.fa-spell-check{--fa:"";--fa--fa:""}.fa-location-xmark{--fa:"";--fa--fa:""}.fa-map-marker-times{--fa:"";--fa--fa:""}.fa-map-marker-xmark{--fa:"";--fa--fa:""}.fa-circle-quarter-stroke{--fa:"";--fa--fa:""}.fa-lasso{--fa:"";--fa--fa:""}.fa-slash{--fa:"";--fa--fa:""}.fa-person-to-portal{--fa:"";--fa--fa:""}.fa-portal-enter{--fa:"";--fa--fa:""}.fa-calendar-star{--fa:"";--fa--fa:""}.fa-computer-mouse{--fa:"";--fa--fa:""}.fa-mouse{--fa:"";--fa--fa:""}.fa-arrow-right-to-bracket{--fa:"";--fa--fa:""}.fa-sign-in{--fa:"";--fa--fa:""}.fa-pegasus{--fa:"";--fa--fa:""}.fa-files-medical{--fa:"";--fa--fa:""}.fa-cannon{--fa:"";--fa--fa:""}.fa-nfc-lock{--fa:"";--fa--fa:""}.fa-person-ski-lift{--fa:"";--fa--fa:""}.fa-ski-lift{--fa:"";--fa--fa:""}.fa-square-6{--fa:"";--fa--fa:""}.fa-shop-slash{--fa:"";--fa--fa:""}.fa-store-alt-slash{--fa:"";--fa--fa:""}.fa-wind-turbine{--fa:"";--fa--fa:""}.fa-sliders-simple{--fa:"";--fa--fa:""}.fa-grid-round{--fa:"";--fa--fa:""}.fa-badge-sheriff{--fa:"";--fa--fa:""}.fa-server{--fa:"";--fa--fa:""}.fa-virus-covid-slash{--fa:"";--fa--fa:""}.fa-intersection{--fa:"";--fa--fa:""}.fa-shop-lock{--fa:"";--fa--fa:""}.fa-family{--fa:"";--fa--fa:""}.fa-hourglass-start{--fa:"";--fa--fa:""}.fa-hourglass-1{--fa:"";--fa--fa:""}.fa-user-hair-buns{--fa:"";--fa--fa:""}.fa-blender-phone{--fa:"";--fa--fa:""}.fa-hourglass-clock{--fa:"";--fa--fa:""}.fa-person-seat-reclined{--fa:"";--fa--fa:""}.fa-paper-plane-top{--fa:"";--fa--fa:""}.fa-paper-plane-alt{--fa:"";--fa--fa:""}.fa-send{--fa:"";--fa--fa:""}.fa-message-arrow-up{--fa:"";--fa--fa:""}.fa-comment-alt-arrow-up{--fa:"";--fa--fa:""}.fa-lightbulb-exclamation{--fa:"";--fa--fa:""}.fa-layer-minus{--fa:"";--fa--fa:""}.fa-layer-group-minus{--fa:"";--fa--fa:""}.fa-chart-pie-simple-circle-currency{--fa:"";--fa--fa:""}.fa-circle-e{--fa:"";--fa--fa:""}.fa-building-wheat{--fa:"";--fa--fa:""}.fa-gauge-max{--fa:"";--fa--fa:""}.fa-tachometer-alt-fastest{--fa:"";--fa--fa:""}.fa-person-breastfeeding{--fa:"";--fa--fa:""}.fa-apostrophe{--fa:"\'";--fa--fa:"\'\'"}.fa-file-png{--fa:"";--fa--fa:""}.fa-fire-hydrant{--fa:"";--fa--fa:""}.fa-right-to-bracket{--fa:"";--fa--fa:""}.fa-sign-in-alt{--fa:"";--fa--fa:""}.fa-video-plus{--fa:"";--fa--fa:""}.fa-square-right{--fa:"";--fa--fa:""}.fa-arrow-alt-square-right{--fa:"";--fa--fa:""}.fa-comment-smile{--fa:"";--fa--fa:""}.fa-venus{--fa:"";--fa--fa:""}.fa-passport{--fa:"";--fa--fa:""}.fa-thumbtack-slash{--fa:"";--fa--fa:""}.fa-thumb-tack-slash{--fa:"";--fa--fa:""}.fa-inbox-in{--fa:"";--fa--fa:""}.fa-inbox-arrow-down{--fa:"";--fa--fa:""}.fa-heart-pulse{--fa:"";--fa--fa:""}.fa-heartbeat{--fa:"";--fa--fa:""}.fa-circle-8{--fa:"";--fa--fa:""}.fa-clouds-moon{--fa:"";--fa--fa:""}.fa-clock-ten-thirty{--fa:"";--fa--fa:""}.fa-people-carry-box{--fa:"";--fa--fa:""}.fa-people-carry{--fa:"";--fa--fa:""}.fa-folder-user{--fa:"";--fa--fa:""}.fa-trash-can-xmark{--fa:"";--fa--fa:""}.fa-temperature-high{--fa:"";--fa--fa:""}.fa-microchip{--fa:"";--fa--fa:""}.fa-left-long-to-line{--fa:"";--fa--fa:""}.fa-crown{--fa:"";--fa--fa:""}.fa-weight-hanging{--fa:"";--fa--fa:""}.fa-xmarks-lines{--fa:"";--fa--fa:""}.fa-file-prescription{--fa:"";--fa--fa:""}.fa-table-cells-lock{--fa:"";--fa--fa:""}.fa-calendar-range{--fa:"";--fa--fa:""}.fa-flower-daffodil{--fa:"";--fa--fa:""}.fa-hand-back-point-up{--fa:"";--fa--fa:""}.fa-weight-scale{--fa:"";--fa--fa:""}.fa-weight{--fa:"";--fa--fa:""}.fa-arrow-up-to-arc{--fa:"";--fa--fa:""}.fa-star-exclamation{--fa:"";--fa--fa:""}.fa-books{--fa:"";--fa--fa:""}.fa-user-group{--fa:"";--fa--fa:""}.fa-user-friends{--fa:"";--fa--fa:""}.fa-arrow-up-a-z{--fa:"";--fa--fa:""}.fa-sort-alpha-up{--fa:"";--fa--fa:""}.fa-layer-plus{--fa:"";--fa--fa:""}.fa-layer-group-plus{--fa:"";--fa--fa:""}.fa-play-pause{--fa:"";--fa--fa:""}.fa-block-question{--fa:"";--fa--fa:""}.fa-snooze{--fa:"";--fa--fa:""}.fa-zzz{--fa:"";--fa--fa:""}.fa-scanner-image{--fa:"";--fa--fa:""}.fa-tv-retro{--fa:"";--fa--fa:""}.fa-square-t{--fa:"";--fa--fa:""}.fa-farm{--fa:"";--fa--fa:""}.fa-barn-silo{--fa:"";--fa--fa:""}.fa-chess-knight{--fa:"";--fa--fa:""}.fa-bars-sort{--fa:"";--fa--fa:""}.fa-pallet-boxes{--fa:"";--fa--fa:""}.fa-palette-boxes{--fa:"";--fa--fa:""}.fa-pallet-alt{--fa:"";--fa--fa:""}.fa-face-laugh-squint{--fa:"";--fa--fa:""}.fa-laugh-squint{--fa:"";--fa--fa:""}.fa-code-simple{--fa:"";--fa--fa:""}.fa-bolt-slash{--fa:"";--fa--fa:""}.fa-panel-fire{--fa:"";--fa--fa:""}.fa-binary-circle-check{--fa:"";--fa--fa:""}.fa-comment-minus{--fa:"";--fa--fa:""}.fa-burrito{--fa:"";--fa--fa:""}.fa-violin{--fa:"";--fa--fa:""}.fa-objects-column{--fa:"";--fa--fa:""}.fa-square-chevron-down{--fa:"";--fa--fa:""}.fa-chevron-square-down{--fa:"";--fa--fa:""}.fa-comment-plus{--fa:"";--fa--fa:""}.fa-triangle-instrument{--fa:"";--fa--fa:""}.fa-triangle-music{--fa:"";--fa--fa:""}.fa-wheelchair{--fa:"";--fa--fa:""}.fa-user-pilot-tie{--fa:"";--fa--fa:""}.fa-piano-keyboard{--fa:"";--fa--fa:""}.fa-bed-empty{--fa:"";--fa--fa:""}.fa-circle-arrow-up{--fa:"";--fa--fa:""}.fa-arrow-circle-up{--fa:"";--fa--fa:""}.fa-toggle-on{--fa:"";--fa--fa:""}.fa-rectangle-vertical{--fa:"";--fa--fa:""}.fa-rectangle-portrait{--fa:"";--fa--fa:""}.fa-person-walking{--fa:"";--fa--fa:""}.fa-walking{--fa:"";--fa--fa:""}.fa-l{--fa:"L";--fa--fa:"LL"}.fa-signal-stream{--fa:"";--fa--fa:""}.fa-down-to-bracket{--fa:"";--fa--fa:""}.fa-circle-z{--fa:"";--fa--fa:""}.fa-stars{--fa:"";--fa--fa:""}.fa-fire{--fa:"";--fa--fa:""}.fa-bed-pulse{--fa:"";--fa--fa:""}.fa-procedures{--fa:"";--fa--fa:""}.fa-house-day{--fa:"";--fa--fa:""}.fa-shuttle-space{--fa:"";--fa--fa:""}.fa-space-shuttle{--fa:"";--fa--fa:""}.fa-shirt-long-sleeve{--fa:"";--fa--fa:""}.fa-chart-pie-simple{--fa:"";--fa--fa:""}.fa-chart-pie-alt{--fa:"";--fa--fa:""}.fa-face-laugh{--fa:"";--fa--fa:""}.fa-laugh{--fa:"";--fa--fa:""}.fa-folder-open{--fa:"";--fa--fa:""}.fa-album-collection-circle-user{--fa:"";--fa--fa:""}.fa-candy{--fa:"";--fa--fa:""}.fa-bowl-hot{--fa:"";--fa--fa:""}.fa-soup{--fa:"";--fa--fa:""}.fa-flatbread{--fa:"";--fa--fa:""}.fa-heart-circle-plus{--fa:"";--fa--fa:""}.fa-code-fork{--fa:"";--fa--fa:""}.fa-city{--fa:"";--fa--fa:""}.fa-signal-bars-weak{--fa:"";--fa--fa:""}.fa-signal-alt-1{--fa:"";--fa--fa:""}.fa-microphone-lines{--fa:"";--fa--fa:""}.fa-microphone-alt{--fa:"";--fa--fa:""}.fa-clock-twelve{--fa:"";--fa--fa:""}.fa-pepper-hot{--fa:"";--fa--fa:""}.fa-citrus-slice{--fa:"";--fa--fa:""}.fa-sheep{--fa:"";--fa--fa:""}.fa-unlock{--fa:"";--fa--fa:""}.fa-colon-sign{--fa:"";--fa--fa:""}.fa-headset{--fa:"";--fa--fa:""}.fa-badger-honey{--fa:"";--fa--fa:""}.fa-h4{--fa:"";--fa--fa:""}.fa-store-slash{--fa:"";--fa--fa:""}.fa-road-circle-xmark{--fa:"";--fa--fa:""}.fa-signal-slash{--fa:"";--fa--fa:""}.fa-user-minus{--fa:"";--fa--fa:""}.fa-mars-stroke-up{--fa:"";--fa--fa:""}.fa-mars-stroke-v{--fa:"";--fa--fa:""}.fa-champagne-glasses{--fa:"";--fa--fa:""}.fa-glass-cheers{--fa:"";--fa--fa:""}.fa-taco{--fa:"";--fa--fa:""}.fa-hexagon-plus{--fa:"";--fa--fa:""}.fa-plus-hexagon{--fa:"";--fa--fa:""}.fa-clipboard{--fa:"";--fa--fa:""}.fa-house-circle-exclamation{--fa:"";--fa--fa:""}.fa-file-arrow-up{--fa:"";--fa--fa:""}.fa-file-upload{--fa:"";--fa--fa:""}.fa-wifi{--fa:"";--fa--fa:""}.fa-wifi-3{--fa:"";--fa--fa:""}.fa-wifi-strong{--fa:"";--fa--fa:""}.fa-messages{--fa:"";--fa--fa:""}.fa-comments-alt{--fa:"";--fa--fa:""}.fa-bath{--fa:"";--fa--fa:""}.fa-bathtub{--fa:"";--fa--fa:""}.fa-umbrella-simple{--fa:"";--fa--fa:""}.fa-umbrella-alt{--fa:"";--fa--fa:""}.fa-rectangle-history-circle-plus{--fa:"";--fa--fa:""}.fa-underline{--fa:"";--fa--fa:""}.fa-prescription-bottle-pill{--fa:"";--fa--fa:""}.fa-user-pen{--fa:"";--fa--fa:""}.fa-user-edit{--fa:"";--fa--fa:""}.fa-binary-slash{--fa:"";--fa--fa:""}.fa-square-o{--fa:"";--fa--fa:""}.fa-caduceus{--fa:"";--fa--fa:""}.fa-signature{--fa:"";--fa--fa:""}.fa-stroopwafel{--fa:"";--fa--fa:""}.fa-bold{--fa:"";--fa--fa:""}.fa-anchor-lock{--fa:"";--fa--fa:""}.fa-building-ngo{--fa:"";--fa--fa:""}.fa-transporter-3{--fa:"";--fa--fa:""}.fa-engine-warning{--fa:"";--fa--fa:""}.fa-engine-exclamation{--fa:"";--fa--fa:""}.fa-circle-down-right{--fa:"";--fa--fa:""}.fa-square-k{--fa:"";--fa--fa:""}.fa-manat-sign{--fa:"";--fa--fa:""}.fa-money-check-pen{--fa:"";--fa--fa:""}.fa-money-check-edit{--fa:"";--fa--fa:""}.fa-not-equal{--fa:"";--fa--fa:""}.fa-border-top-left{--fa:"";--fa--fa:""}.fa-border-style{--fa:"";--fa--fa:""}.fa-map-location-dot{--fa:"";--fa--fa:""}.fa-map-marked-alt{--fa:"";--fa--fa:""}.fa-tilde{--fa:"\~";--fa--fa:"\~\~"}.fa-jedi{--fa:"";--fa--fa:""}.fa-square-poll-vertical{--fa:"";--fa--fa:""}.fa-poll{--fa:"";--fa--fa:""}.fa-arrow-down-square-triangle{--fa:"";--fa--fa:""}.fa-sort-shapes-down-alt{--fa:"";--fa--fa:""}.fa-mug-hot{--fa:"";--fa--fa:""}.fa-dog-leashed{--fa:"";--fa--fa:""}.fa-car-battery{--fa:"";--fa--fa:""}.fa-battery-car{--fa:"";--fa--fa:""}.fa-face-downcast-sweat{--fa:"";--fa--fa:""}.fa-mailbox-flag-up{--fa:"";--fa--fa:""}.fa-memo-circle-info{--fa:"";--fa--fa:""}.fa-gift{--fa:"";--fa--fa:""}.fa-dice-two{--fa:"";--fa--fa:""}.fa-volume{--fa:"";--fa--fa:""}.fa-volume-medium{--fa:"";--fa--fa:""}.fa-transporter-5{--fa:"";--fa--fa:""}.fa-gauge-circle-bolt{--fa:"";--fa--fa:""}.fa-coin-front{--fa:"";--fa--fa:""}.fa-file-slash{--fa:"";--fa--fa:""}.fa-message-arrow-up-right{--fa:"";--fa--fa:""}.fa-treasure-chest{--fa:"";--fa--fa:""}.fa-chess-queen{--fa:"";--fa--fa:""}.fa-paintbrush-fine{--fa:"";--fa--fa:""}.fa-paint-brush-alt{--fa:"";--fa--fa:""}.fa-paint-brush-fine{--fa:"";--fa--fa:""}.fa-paintbrush-alt{--fa:"";--fa--fa:""}.fa-glasses{--fa:"";--fa--fa:""}.fa-hood-cloak{--fa:"";--fa--fa:""}.fa-square-quote{--fa:"";--fa--fa:""}.fa-up-left{--fa:"";--fa--fa:""}.fa-bring-front{--fa:"";--fa--fa:""}.fa-chess-board{--fa:"";--fa--fa:""}.fa-burger-cheese{--fa:"";--fa--fa:""}.fa-cheeseburger{--fa:"";--fa--fa:""}.fa-building-circle-check{--fa:"";--fa--fa:""}.fa-repeat-1{--fa:"";--fa--fa:""}.fa-arrow-down-to-line{--fa:"";--fa--fa:""}.fa-arrow-to-bottom{--fa:"";--fa--fa:""}.fa-grid-5{--fa:"";--fa--fa:""}.fa-swap-arrows{--fa:"";--fa--fa:""}.fa-right-long-to-line{--fa:"";--fa--fa:""}.fa-person-chalkboard{--fa:"";--fa--fa:""}.fa-mars-stroke-right{--fa:"";--fa--fa:""}.fa-mars-stroke-h{--fa:"";--fa--fa:""}.fa-hand-back-fist{--fa:"";--fa--fa:""}.fa-hand-rock{--fa:"";--fa--fa:""}.fa-grid-round-5{--fa:"";--fa--fa:""}.fa-tally{--fa:"";--fa--fa:""}.fa-tally-5{--fa:"";--fa--fa:""}.fa-square-caret-up{--fa:"";--fa--fa:""}.fa-caret-square-up{--fa:"";--fa--fa:""}.fa-cloud-showers-water{--fa:"";--fa--fa:""}.fa-chart-bar{--fa:"";--fa--fa:""}.fa-bar-chart{--fa:"";--fa--fa:""}.fa-hands-bubbles{--fa:"";--fa--fa:""}.fa-hands-wash{--fa:"";--fa--fa:""}.fa-less-than-equal{--fa:"";--fa--fa:""}.fa-train{--fa:"";--fa--fa:""}.fa-up-from-dotted-line{--fa:"";--fa--fa:""}.fa-eye-low-vision{--fa:"";--fa--fa:""}.fa-low-vision{--fa:"";--fa--fa:""}.fa-traffic-light-go{--fa:"";--fa--fa:""}.fa-face-exhaling{--fa:"";--fa--fa:""}.fa-sensor-fire{--fa:"";--fa--fa:""}.fa-user-unlock{--fa:"";--fa--fa:""}.fa-hexagon-divide{--fa:"";--fa--fa:""}.fa-00{--fa:"";--fa--fa:""}.fa-crow{--fa:"";--fa--fa:""}.fa-cassette-betamax{--fa:"";--fa--fa:""}.fa-betamax{--fa:"";--fa--fa:""}.fa-sailboat{--fa:"";--fa--fa:""}.fa-window-restore{--fa:"";--fa--fa:""}.fa-nfc-magnifying-glass{--fa:"";--fa--fa:""}.fa-file-binary{--fa:"";--fa--fa:""}.fa-circle-v{--fa:"";--fa--fa:""}.fa-square-plus{--fa:"";--fa--fa:""}.fa-plus-square{--fa:"";--fa--fa:""}.fa-bowl-scoops{--fa:"";--fa--fa:""}.fa-mistletoe{--fa:"";--fa--fa:""}.fa-custard{--fa:"";--fa--fa:""}.fa-lacrosse-stick{--fa:"";--fa--fa:""}.fa-hockey-mask{--fa:"";--fa--fa:""}.fa-sunrise{--fa:"";--fa--fa:""}.fa-subtitles{--fa:"";--fa--fa:""}.fa-panel-ews{--fa:"";--fa--fa:""}.fa-torii-gate{--fa:"";--fa--fa:""}.fa-cloud-exclamation{--fa:"";--fa--fa:""}.fa-message-lines{--fa:"";--fa--fa:""}.fa-comment-alt-lines{--fa:"";--fa--fa:""}.fa-frog{--fa:"";--fa--fa:""}.fa-bucket{--fa:"";--fa--fa:""}.fa-floppy-disk-pen{--fa:"";--fa--fa:""}.fa-image{--fa:"";--fa--fa:""}.fa-window-frame{--fa:"";--fa--fa:""}.fa-microphone{--fa:"";--fa--fa:""}.fa-cow{--fa:"";--fa--fa:""}.fa-file-zip{--fa:"";--fa--fa:""}.fa-square-ring{--fa:"";--fa--fa:""}.fa-down-from-line{--fa:"";--fa--fa:""}.fa-arrow-alt-from-top{--fa:"";--fa--fa:""}.fa-caret-up{--fa:"";--fa--fa:""}.fa-shield-xmark{--fa:"";--fa--fa:""}.fa-shield-times{--fa:"";--fa--fa:""}.fa-screwdriver{--fa:"";--fa--fa:""}.fa-circle-sort-down{--fa:"";--fa--fa:""}.fa-sort-circle-down{--fa:"";--fa--fa:""}.fa-folder-closed{--fa:"";--fa--fa:""}.fa-house-tsunami{--fa:"";--fa--fa:""}.fa-square-nfi{--fa:"";--fa--fa:""}.fa-forklift{--fa:"";--fa--fa:""}.fa-arrow-up-from-ground-water{--fa:"";--fa--fa:""}.fa-bracket-square-right{--fa:"\]";--fa--fa:"\]\]"}.fa-martini-glass{--fa:"";--fa--fa:""}.fa-glass-martini-alt{--fa:"";--fa--fa:""}.fa-square-binary{--fa:"";--fa--fa:""}.fa-rotate-left{--fa:"";--fa--fa:""}.fa-rotate-back{--fa:"";--fa--fa:""}.fa-rotate-backward{--fa:"";--fa--fa:""}.fa-undo-alt{--fa:"";--fa--fa:""}.fa-table-columns{--fa:"";--fa--fa:""}.fa-columns{--fa:"";--fa--fa:""}.fa-square-a{--fa:"";--fa--fa:""}.fa-tick{--fa:"";--fa--fa:""}.fa-lemon{--fa:"";--fa--fa:""}.fa-head-side-mask{--fa:"";--fa--fa:""}.fa-handshake{--fa:"";--fa--fa:""}.fa-gem{--fa:"";--fa--fa:""}.fa-dolly{--fa:"";--fa--fa:""}.fa-dolly-box{--fa:"";--fa--fa:""}.fa-smoking{--fa:"";--fa--fa:""}.fa-minimize{--fa:"";--fa--fa:""}.fa-compress-arrows-alt{--fa:"";--fa--fa:""}.fa-refrigerator{--fa:"";--fa--fa:""}.fa-monument{--fa:"";--fa--fa:""}.fa-octagon-xmark{--fa:"";--fa--fa:""}.fa-times-octagon{--fa:"";--fa--fa:""}.fa-xmark-octagon{--fa:"";--fa--fa:""}.fa-align-slash{--fa:"";--fa--fa:""}.fa-snowplow{--fa:"";--fa--fa:""}.fa-angles-right{--fa:"";--fa--fa:""}.fa-angle-double-right{--fa:"";--fa--fa:""}.fa-truck-ramp-couch{--fa:"";--fa--fa:""}.fa-truck-couch{--fa:"";--fa--fa:""}.fa-cannabis{--fa:"";--fa--fa:""}.fa-circle-play{--fa:"";--fa--fa:""}.fa-play-circle{--fa:"";--fa--fa:""}.fa-arrow-up-right-and-arrow-down-left-from-center{--fa:"";--fa--fa:""}.fa-location-arrow-up{--fa:"";--fa--fa:""}.fa-tablets{--fa:"";--fa--fa:""}.fa-360-degrees{--fa:"";--fa--fa:""}.fa-ethernet{--fa:"";--fa--fa:""}.fa-euro-sign{--fa:"";--fa--fa:""}.fa-eur{--fa:"";--fa--fa:""}.fa-euro{--fa:"";--fa--fa:""}.fa-chair{--fa:"";--fa--fa:""}.fa-circle-check{--fa:"";--fa--fa:""}.fa-check-circle{--fa:"";--fa--fa:""}.fa-square-dashed-circle-plus{--fa:"";--fa--fa:""}.fa-hand-holding-circle-dollar{--fa:"";--fa--fa:""}.fa-money-simple-from-bracket{--fa:"";--fa--fa:""}.fa-bat{--fa:"";--fa--fa:""}.fa-circle-stop{--fa:"";--fa--fa:""}.fa-stop-circle{--fa:"";--fa--fa:""}.fa-head-side-headphones{--fa:"";--fa--fa:""}.fa-phone-rotary{--fa:"";--fa--fa:""}.fa-arrow-up-to-bracket{--fa:"";--fa--fa:""}.fa-compass-drafting{--fa:"";--fa--fa:""}.fa-drafting-compass{--fa:"";--fa--fa:""}.fa-plate-wheat{--fa:"";--fa--fa:""}.fa-calendar-circle-minus{--fa:"";--fa--fa:""}.fa-chopsticks{--fa:"";--fa--fa:""}.fa-car-wrench{--fa:"";--fa--fa:""}.fa-car-mechanic{--fa:"";--fa--fa:""}.fa-icicles{--fa:"";--fa--fa:""}.fa-person-shelter{--fa:"";--fa--fa:""}.fa-neuter{--fa:"";--fa--fa:""}.fa-id-badge{--fa:"";--fa--fa:""}.fa-kazoo{--fa:"";--fa--fa:""}.fa-marker{--fa:"";--fa--fa:""}.fa-bin-bottles{--fa:"";--fa--fa:""}.fa-face-laugh-beam{--fa:"";--fa--fa:""}.fa-laugh-beam{--fa:"";--fa--fa:""}.fa-square-arrow-down-left{--fa:"";--fa--fa:""}.fa-battery-bolt{--fa:"";--fa--fa:""}.fa-tree-large{--fa:"";--fa--fa:""}.fa-helicopter-symbol{--fa:"";--fa--fa:""}.fa-aperture{--fa:"";--fa--fa:""}.fa-universal-access{--fa:"";--fa--fa:""}.fa-gear-complex{--fa:"";--fa--fa:""}.fa-file-magnifying-glass{--fa:"";--fa--fa:""}.fa-file-search{--fa:"";--fa--fa:""}.fa-up-right{--fa:"";--fa--fa:""}.fa-circle-chevron-up{--fa:"";--fa--fa:""}.fa-chevron-circle-up{--fa:"";--fa--fa:""}.fa-user-police{--fa:"";--fa--fa:""}.fa-lari-sign{--fa:"";--fa--fa:""}.fa-volcano{--fa:"";--fa--fa:""}.fa-teddy-bear{--fa:"";--fa--fa:""}.fa-stocking{--fa:"";--fa--fa:""}.fa-person-walking-dashed-line-arrow-right{--fa:"";--fa--fa:""}.fa-image-slash{--fa:"";--fa--fa:""}.fa-mask-snorkel{--fa:"";--fa--fa:""}.fa-smoke{--fa:"";--fa--fa:""}.fa-sterling-sign{--fa:"";--fa--fa:""}.fa-gbp{--fa:"";--fa--fa:""}.fa-pound-sign{--fa:"";--fa--fa:""}.fa-battery-exclamation{--fa:"";--fa--fa:""}.fa-viruses{--fa:"";--fa--fa:""}.fa-square-person-confined{--fa:"";--fa--fa:""}.fa-user-tie{--fa:"";--fa--fa:""}.fa-up-to-bracket{--fa:"";--fa--fa:""}.fa-arrow-down-long{--fa:"";--fa--fa:""}.fa-long-arrow-down{--fa:"";--fa--fa:""}.fa-tent-arrow-down-to-line{--fa:"";--fa--fa:""}.fa-certificate{--fa:"";--fa--fa:""}.fa-crystal-ball{--fa:"";--fa--fa:""}.fa-reply-all{--fa:"";--fa--fa:""}.fa-mail-reply-all{--fa:"";--fa--fa:""}.fa-suitcase{--fa:"";--fa--fa:""}.fa-person-skating{--fa:"";--fa--fa:""}.fa-skating{--fa:"";--fa--fa:""}.fa-star-shooting{--fa:"";--fa--fa:""}.fa-binary-lock{--fa:"";--fa--fa:""}.fa-filter-circle-dollar{--fa:"";--fa--fa:""}.fa-funnel-dollar{--fa:"";--fa--fa:""}.fa-camera-retro{--fa:"";--fa--fa:""}.fa-circle-arrow-down{--fa:"";--fa--fa:""}.fa-arrow-circle-down{--fa:"";--fa--fa:""}.fa-comment-pen{--fa:"";--fa--fa:""}.fa-comment-edit{--fa:"";--fa--fa:""}.fa-file-import{--fa:"";--fa--fa:""}.fa-arrow-right-to-file{--fa:"";--fa--fa:""}.fa-banjo{--fa:"";--fa--fa:""}.fa-square-arrow-up-right{--fa:"";--fa--fa:""}.fa-external-link-square{--fa:"";--fa--fa:""}.fa-light-emergency-on{--fa:"";--fa--fa:""}.fa-kerning{--fa:"";--fa--fa:""}.fa-box-open{--fa:"";--fa--fa:""}.fa-square-f{--fa:"";--fa--fa:""}.fa-scroll{--fa:"";--fa--fa:""}.fa-spa{--fa:"";--fa--fa:""}.fa-arrow-left-from-line{--fa:"";--fa--fa:""}.fa-arrow-from-right{--fa:"";--fa--fa:""}.fa-strawberry{--fa:"";--fa--fa:""}.fa-location-pin-lock{--fa:"";--fa--fa:""}.fa-pause{--fa:"";--fa--fa:""}.fa-clock-eight-thirty{--fa:"";--fa--fa:""}.fa-plane-engines{--fa:"";--fa--fa:""}.fa-plane-alt{--fa:"";--fa--fa:""}.fa-hill-avalanche{--fa:"";--fa--fa:""}.fa-temperature-empty{--fa:"";--fa--fa:""}.fa-temperature-0{--fa:"";--fa--fa:""}.fa-thermometer-0{--fa:"";--fa--fa:""}.fa-thermometer-empty{--fa:"";--fa--fa:""}.fa-bomb{--fa:"";--fa--fa:""}.fa-gauge-low{--fa:"";--fa--fa:""}.fa-tachometer-alt-slow{--fa:"";--fa--fa:""}.fa-registered{--fa:"";--fa--fa:""}.fa-trash-can-plus{--fa:"";--fa--fa:""}.fa-address-card{--fa:"";--fa--fa:""}.fa-contact-card{--fa:"";--fa--fa:""}.fa-vcard{--fa:"";--fa--fa:""}.fa-chart-fft{--fa:"";--fa--fa:""}.fa-scale-unbalanced-flip{--fa:"";--fa--fa:""}.fa-balance-scale-right{--fa:"";--fa--fa:""}.fa-globe-snow{--fa:"";--fa--fa:""}.fa-subscript{--fa:"";--fa--fa:""}.fa-diamond-turn-right{--fa:"";--fa--fa:""}.fa-directions{--fa:"";--fa--fa:""}.fa-integral{--fa:"";--fa--fa:""}.fa-burst{--fa:"";--fa--fa:""}.fa-house-laptop{--fa:"";--fa--fa:""}.fa-laptop-house{--fa:"";--fa--fa:""}.fa-face-tired{--fa:"";--fa--fa:""}.fa-tired{--fa:"";--fa--fa:""}.fa-money-bills{--fa:"";--fa--fa:""}.fa-blinds-raised{--fa:"";--fa--fa:""}.fa-smog{--fa:"";--fa--fa:""}.fa-ufo-beam{--fa:"";--fa--fa:""}.fa-hydra{--fa:"";--fa--fa:""}.fa-circle-caret-up{--fa:"";--fa--fa:""}.fa-caret-circle-up{--fa:"";--fa--fa:""}.fa-user-vneck-hair-long{--fa:"";--fa--fa:""}.fa-square-a-lock{--fa:"";--fa--fa:""}.fa-crutch{--fa:"";--fa--fa:""}.fa-gas-pump-slash{--fa:"";--fa--fa:""}.fa-cloud-arrow-up{--fa:"";--fa--fa:""}.fa-cloud-upload{--fa:"";--fa--fa:""}.fa-cloud-upload-alt{--fa:"";--fa--fa:""}.fa-palette{--fa:"";--fa--fa:""}.fa-transporter-4{--fa:"";--fa--fa:""}.fa-chart-mixed-up-circle-currency{--fa:"";--fa--fa:""}.fa-objects-align-right{--fa:"";--fa--fa:""}.fa-arrows-turn-right{--fa:"";--fa--fa:""}.fa-vest{--fa:"";--fa--fa:""}.fa-pig{--fa:"";--fa--fa:""}.fa-inbox-full{--fa:"";--fa--fa:""}.fa-circle-envelope{--fa:"";--fa--fa:""}.fa-envelope-circle{--fa:"";--fa--fa:""}.fa-triangle-person-digging{--fa:"";--fa--fa:""}.fa-construction{--fa:"";--fa--fa:""}.fa-ferry{--fa:"";--fa--fa:""}.fa-bullseye-arrow{--fa:"";--fa--fa:""}.fa-arrows-down-to-people{--fa:"";--fa--fa:""}.fa-seedling{--fa:"";--fa--fa:""}.fa-sprout{--fa:"";--fa--fa:""}.fa-clock-seven{--fa:"";--fa--fa:""}.fa-left-right{--fa:"";--fa--fa:""}.fa-arrows-alt-h{--fa:"";--fa--fa:""}.fa-boxes-packing{--fa:"";--fa--fa:""}.fa-circle-arrow-left{--fa:"";--fa--fa:""}.fa-arrow-circle-left{--fa:"";--fa--fa:""}.fa-flashlight{--fa:"";--fa--fa:""}.fa-file-jpg{--fa:"";--fa--fa:""}.fa-group-arrows-rotate{--fa:"";--fa--fa:""}.fa-bowl-food{--fa:"";--fa--fa:""}.fa-square-9{--fa:"";--fa--fa:""}.fa-candy-cane{--fa:"";--fa--fa:""}.fa-arrow-down-wide-short{--fa:"";--fa--fa:""}.fa-sort-amount-asc{--fa:"";--fa--fa:""}.fa-sort-amount-down{--fa:"";--fa--fa:""}.fa-square-dollar{--fa:"";--fa--fa:""}.fa-dollar-square{--fa:"";--fa--fa:""}.fa-usd-square{--fa:"";--fa--fa:""}.fa-phone-arrow-right{--fa:"";--fa--fa:""}.fa-hand-holding-seedling{--fa:"";--fa--fa:""}.fa-message-check{--fa:"";--fa--fa:""}.fa-comment-alt-check{--fa:"";--fa--fa:""}.fa-cloud-bolt{--fa:"";--fa--fa:""}.fa-thunderstorm{--fa:"";--fa--fa:""}.fa-chart-line-up-down{--fa:"";--fa--fa:""}.fa-text-slash{--fa:"";--fa--fa:""}.fa-remove-format{--fa:"";--fa--fa:""}.fa-watch{--fa:"";--fa--fa:""}.fa-circle-down-left{--fa:"";--fa--fa:""}.fa-text{--fa:"";--fa--fa:""}.fa-projector{--fa:"";--fa--fa:""}.fa-face-smile-wink{--fa:"";--fa--fa:""}.fa-smile-wink{--fa:"";--fa--fa:""}.fa-tombstone-blank{--fa:"";--fa--fa:""}.fa-tombstone-alt{--fa:"";--fa--fa:""}.fa-chess-king-piece{--fa:"";--fa--fa:""}.fa-chess-king-alt{--fa:"";--fa--fa:""}.fa-circle-6{--fa:"";--fa--fa:""}.fa-waves-sine{--fa:"";--fa--fa:""}.fa-left{--fa:"";--fa--fa:""}.fa-arrow-alt-left{--fa:"";--fa--fa:""}.fa-file-word{--fa:"";--fa--fa:""}.fa-file-powerpoint{--fa:"";--fa--fa:""}.fa-square-down{--fa:"";--fa--fa:""}.fa-arrow-alt-square-down{--fa:"";--fa--fa:""}.fa-objects-align-center-vertical{--fa:"";--fa--fa:""}.fa-arrows-left-right{--fa:"";--fa--fa:""}.fa-arrows-h{--fa:"";--fa--fa:""}.fa-house-lock{--fa:"";--fa--fa:""}.fa-cloud-arrow-down{--fa:"";--fa--fa:""}.fa-cloud-download{--fa:"";--fa--fa:""}.fa-cloud-download-alt{--fa:"";--fa--fa:""}.fa-wreath{--fa:"";--fa--fa:""}.fa-children{--fa:"";--fa--fa:""}.fa-meter-droplet{--fa:"";--fa--fa:""}.fa-chalkboard{--fa:"";--fa--fa:""}.fa-blackboard{--fa:"";--fa--fa:""}.fa-user-large-slash{--fa:"";--fa--fa:""}.fa-user-alt-slash{--fa:"";--fa--fa:""}.fa-signal-strong{--fa:"";--fa--fa:""}.fa-signal-4{--fa:"";--fa--fa:""}.fa-lollipop{--fa:"";--fa--fa:""}.fa-lollypop{--fa:"";--fa--fa:""}.fa-list-tree{--fa:"";--fa--fa:""}.fa-envelope-open{--fa:"";--fa--fa:""}.fa-draw-circle{--fa:"";--fa--fa:""}.fa-cat-space{--fa:"";--fa--fa:""}.fa-handshake-simple-slash{--fa:"";--fa--fa:""}.fa-handshake-alt-slash{--fa:"";--fa--fa:""}.fa-rabbit-running{--fa:"";--fa--fa:""}.fa-rabbit-fast{--fa:"";--fa--fa:""}.fa-memo-pad{--fa:"";--fa--fa:""}.fa-mattress-pillow{--fa:"";--fa--fa:""}.fa-alarm-plus{--fa:"";--fa--fa:""}.fa-alicorn{--fa:"";--fa--fa:""}.fa-comment-question{--fa:"";--fa--fa:""}.fa-gingerbread-man{--fa:"";--fa--fa:""}.fa-guarani-sign{--fa:"";--fa--fa:""}.fa-burger-fries{--fa:"";--fa--fa:""}.fa-mug-tea{--fa:"";--fa--fa:""}.fa-border-top{--fa:"";--fa--fa:""}.fa-arrows-rotate{--fa:"";--fa--fa:""}.fa-refresh{--fa:"";--fa--fa:""}.fa-sync{--fa:"";--fa--fa:""}.fa-circle-book-open{--fa:"";--fa--fa:""}.fa-book-circle{--fa:"";--fa--fa:""}.fa-arrows-to-dotted-line{--fa:"";--fa--fa:""}.fa-fire-extinguisher{--fa:"";--fa--fa:""}.fa-magnifying-glass-arrows-rotate{--fa:"";--fa--fa:""}.fa-garage-open{--fa:"";--fa--fa:""}.fa-shelves-empty{--fa:"";--fa--fa:""}.fa-cruzeiro-sign{--fa:"";--fa--fa:""}.fa-watch-apple{--fa:"";--fa--fa:""}.fa-watch-calculator{--fa:"";--fa--fa:""}.fa-list-dropdown{--fa:"";--fa--fa:""}.fa-cabinet-filing{--fa:"";--fa--fa:""}.fa-burger-soda{--fa:"";--fa--fa:""}.fa-square-arrow-up{--fa:"";--fa--fa:""}.fa-arrow-square-up{--fa:"";--fa--fa:""}.fa-greater-than-equal{--fa:"";--fa--fa:""}.fa-pallet-box{--fa:"";--fa--fa:""}.fa-face-confounded{--fa:"";--fa--fa:""}.fa-shield-halved{--fa:"";--fa--fa:""}.fa-shield-alt{--fa:"";--fa--fa:""}.fa-truck-plow{--fa:"";--fa--fa:""}.fa-book-atlas{--fa:"";--fa--fa:""}.fa-atlas{--fa:"";--fa--fa:""}.fa-virus{--fa:"";--fa--fa:""}.fa-grid-round-2{--fa:"";--fa--fa:""}.fa-comment-middle-top{--fa:"";--fa--fa:""}.fa-wave{--fa:"";--fa--fa:""}.fa-envelope-circle-check{--fa:"";--fa--fa:""}.fa-layer-group{--fa:"";--fa--fa:""}.fa-restroom-simple{--fa:"";--fa--fa:""}.fa-arrows-to-dot{--fa:"";--fa--fa:""}.fa-border-outer{--fa:"";--fa--fa:""}.fa-hashtag-lock{--fa:"";--fa--fa:""}.fa-clock-two-thirty{--fa:"";--fa--fa:""}.fa-archway{--fa:"";--fa--fa:""}.fa-heart-circle-check{--fa:"";--fa--fa:""}.fa-house-chimney-crack{--fa:"";--fa--fa:""}.fa-house-damage{--fa:"";--fa--fa:""}.fa-file-zipper{--fa:"";--fa--fa:""}.fa-file-archive{--fa:"";--fa--fa:""}.fa-ticket-perforated{--fa:"";--fa--fa:""}.fa-heart-half{--fa:"";--fa--fa:""}.fa-comment-check{--fa:"";--fa--fa:""}.fa-square{--fa:"";--fa--fa:""}.fa-memo{--fa:"";--fa--fa:""}.fa-martini-glass-empty{--fa:"";--fa--fa:""}.fa-glass-martini{--fa:"";--fa--fa:""}.fa-couch{--fa:"";--fa--fa:""}.fa-cedi-sign{--fa:"";--fa--fa:""}.fa-italic{--fa:"";--fa--fa:""}.fa-glass-citrus{--fa:"";--fa--fa:""}.fa-calendar-lines-pen{--fa:"";--fa--fa:""}.fa-table-cells-column-lock{--fa:"";--fa--fa:""}.fa-church{--fa:"";--fa--fa:""}.fa-person-snowmobiling{--fa:"";--fa--fa:""}.fa-snowmobile{--fa:"";--fa--fa:""}.fa-face-hushed{--fa:"";--fa--fa:""}.fa-comments-dollar{--fa:"";--fa--fa:""}.fa-tickets-simple{--fa:"";--fa--fa:""}.fa-pickaxe{--fa:"";--fa--fa:""}.fa-link-simple-slash{--fa:"";--fa--fa:""}.fa-democrat{--fa:"";--fa--fa:""}.fa-face-confused{--fa:"";--fa--fa:""}.fa-pinball{--fa:"";--fa--fa:""}.fa-z{--fa:"Z";--fa--fa:"ZZ"}.fa-person-skiing{--fa:"";--fa--fa:""}.fa-skiing{--fa:"";--fa--fa:""}.fa-deer{--fa:"";--fa--fa:""}.fa-input-pipe{--fa:"";--fa--fa:""}.fa-road-lock{--fa:"";--fa--fa:""}.fa-a{--fa:"A";--fa--fa:"AA"}.fa-bookmark-slash{--fa:"";--fa--fa:""}.fa-temperature-arrow-down{--fa:"";--fa--fa:""}.fa-temperature-down{--fa:"";--fa--fa:""}.fa-mace{--fa:"";--fa--fa:""}.fa-feather-pointed{--fa:"";--fa--fa:""}.fa-feather-alt{--fa:"";--fa--fa:""}.fa-sausage{--fa:"";--fa--fa:""}.fa-trash-can-clock{--fa:"";--fa--fa:""}.fa-p{--fa:"P";--fa--fa:"PP"}.fa-broom-wide{--fa:"";--fa--fa:""}.fa-snowflake{--fa:"";--fa--fa:""}.fa-stomach{--fa:"";--fa--fa:""}.fa-newspaper{--fa:"";--fa--fa:""}.fa-rectangle-ad{--fa:"";--fa--fa:""}.fa-ad{--fa:"";--fa--fa:""}.fa-guitar-electric{--fa:"";--fa--fa:""}.fa-arrow-turn-down-right{--fa:"";--fa--fa:""}.fa-moon-cloud{--fa:"";--fa--fa:""}.fa-bread-slice-butter{--fa:"";--fa--fa:""}.fa-circle-arrow-right{--fa:"";--fa--fa:""}.fa-arrow-circle-right{--fa:"";--fa--fa:""}.fa-user-group-crown{--fa:"";--fa--fa:""}.fa-users-crown{--fa:"";--fa--fa:""}.fa-circle-i{--fa:"";--fa--fa:""}.fa-toilet-paper-check{--fa:"";--fa--fa:""}.fa-filter-circle-xmark{--fa:"";--fa--fa:""}.fa-locust{--fa:"";--fa--fa:""}.fa-sort{--fa:"";--fa--fa:""}.fa-unsorted{--fa:"";--fa--fa:""}.fa-list-ol{--fa:"";--fa--fa:""}.fa-list-1-2{--fa:"";--fa--fa:""}.fa-list-numeric{--fa:"";--fa--fa:""}.fa-chart-waterfall{--fa:"";--fa--fa:""}.fa-sparkle{--fa:"";--fa--fa:""}.fa-face-party{--fa:"";--fa--fa:""}.fa-kidneys{--fa:"";--fa--fa:""}.fa-wifi-exclamation{--fa:"";--fa--fa:""}.fa-chart-network{--fa:"";--fa--fa:""}.fa-person-dress-burst{--fa:"";--fa--fa:""}.fa-dice-d4{--fa:"";--fa--fa:""}.fa-money-check-dollar{--fa:"";--fa--fa:""}.fa-money-check-alt{--fa:"";--fa--fa:""}.fa-vector-square{--fa:"";--fa--fa:""}.fa-bread-slice{--fa:"";--fa--fa:""}.fa-language{--fa:"";--fa--fa:""}.fa-wheat-awn-slash{--fa:"";--fa--fa:""}.fa-face-kiss-wink-heart{--fa:"";--fa--fa:""}.fa-kiss-wink-heart{--fa:"";--fa--fa:""}.fa-dagger{--fa:"";--fa--fa:""}.fa-podium{--fa:"";--fa--fa:""}.fa-diamonds-4{--fa:"";--fa--fa:""}.fa-memo-circle-check{--fa:"";--fa--fa:""}.fa-route-highway{--fa:"";--fa--fa:""}.fa-down-to-line{--fa:"";--fa--fa:""}.fa-arrow-alt-to-bottom{--fa:"";--fa--fa:""}.fa-filter{--fa:"";--fa--fa:""}.fa-square-g{--fa:"";--fa--fa:""}.fa-circle-phone{--fa:"";--fa--fa:""}.fa-phone-circle{--fa:"";--fa--fa:""}.fa-clipboard-prescription{--fa:"";--fa--fa:""}.fa-user-nurse-hair{--fa:"";--fa--fa:""}.fa-question{--fa:"\?";--fa--fa:"\?\?"}.fa-file-signature{--fa:"";--fa--fa:""}.fa-toggle-large-on{--fa:"";--fa--fa:""}.fa-up-down-left-right{--fa:"";--fa--fa:""}.fa-arrows-alt{--fa:"";--fa--fa:""}.fa-dryer-heat{--fa:"";--fa--fa:""}.fa-dryer-alt{--fa:"";--fa--fa:""}.fa-house-chimney-user{--fa:"";--fa--fa:""}.fa-hand-holding-heart{--fa:"";--fa--fa:""}.fa-arrow-up-small-big{--fa:"";--fa--fa:""}.fa-sort-size-up-alt{--fa:"";--fa--fa:""}.fa-train-track{--fa:"";--fa--fa:""}.fa-puzzle-piece{--fa:"";--fa--fa:""}.fa-money-check{--fa:"";--fa--fa:""}.fa-star-half-stroke{--fa:"";--fa--fa:""}.fa-star-half-alt{--fa:"";--fa--fa:""}.fa-file-exclamation{--fa:"";--fa--fa:""}.fa-code{--fa:"";--fa--fa:""}.fa-whiskey-glass{--fa:"";--fa--fa:""}.fa-glass-whiskey{--fa:"";--fa--fa:""}.fa-moon-stars{--fa:"";--fa--fa:""}.fa-building-circle-exclamation{--fa:"";--fa--fa:""}.fa-clothes-hanger{--fa:"";--fa--fa:""}.fa-mobile-notch{--fa:"";--fa--fa:""}.fa-mobile-iphone{--fa:"";--fa--fa:""}.fa-magnifying-glass-chart{--fa:"";--fa--fa:""}.fa-arrow-up-right-from-square{--fa:"";--fa--fa:""}.fa-external-link{--fa:"";--fa--fa:""}.fa-cubes-stacked{--fa:"";--fa--fa:""}.fa-images-user{--fa:"";--fa--fa:""}.fa-won-sign{--fa:"";--fa--fa:""}.fa-krw{--fa:"";--fa--fa:""}.fa-won{--fa:"";--fa--fa:""}.fa-image-polaroid-user{--fa:"";--fa--fa:""}.fa-virus-covid{--fa:"";--fa--fa:""}.fa-square-ellipsis{--fa:"";--fa--fa:""}.fa-pie{--fa:"";--fa--fa:""}.fa-chess-knight-piece{--fa:"";--fa--fa:""}.fa-chess-knight-alt{--fa:"";--fa--fa:""}.fa-austral-sign{--fa:"";--fa--fa:""}.fa-cloud-plus{--fa:"";--fa--fa:""}.fa-f{--fa:"F";--fa--fa:"FF"}.fa-leaf{--fa:"";--fa--fa:""}.fa-bed-bunk{--fa:"";--fa--fa:""}.fa-road{--fa:"";--fa--fa:""}.fa-taxi{--fa:"";--fa--fa:""}.fa-cab{--fa:"";--fa--fa:""}.fa-person-circle-plus{--fa:"";--fa--fa:""}.fa-chart-pie{--fa:"";--fa--fa:""}.fa-pie-chart{--fa:"";--fa--fa:""}.fa-bolt-lightning{--fa:"";--fa--fa:""}.fa-clock-eight{--fa:"";--fa--fa:""}.fa-sack-xmark{--fa:"";--fa--fa:""}.fa-file-xls{--fa:"";--fa--fa:""}.fa-file-excel{--fa:"";--fa--fa:""}.fa-file-contract{--fa:"";--fa--fa:""}.fa-fish-fins{--fa:"";--fa--fa:""}.fa-circle-q{--fa:"";--fa--fa:""}.fa-building-flag{--fa:"";--fa--fa:""}.fa-face-grin-beam{--fa:"";--fa--fa:""}.fa-grin-beam{--fa:"";--fa--fa:""}.fa-object-ungroup{--fa:"";--fa--fa:""}.fa-face-disguise{--fa:"";--fa--fa:""}.fa-circle-arrow-down-right{--fa:"";--fa--fa:""}.fa-alien-8bit{--fa:"";--fa--fa:""}.fa-alien-monster{--fa:"";--fa--fa:""}.fa-hand-point-ribbon{--fa:"";--fa--fa:""}.fa-poop{--fa:"";--fa--fa:""}.fa-object-exclude{--fa:"";--fa--fa:""}.fa-telescope{--fa:"";--fa--fa:""}.fa-location-pin{--fa:"";--fa--fa:""}.fa-map-marker{--fa:"";--fa--fa:""}.fa-square-list{--fa:"";--fa--fa:""}.fa-kaaba{--fa:"";--fa--fa:""}.fa-toilet-paper{--fa:"";--fa--fa:""}.fa-helmet-safety{--fa:"";--fa--fa:""}.fa-hard-hat{--fa:"";--fa--fa:""}.fa-hat-hard{--fa:"";--fa--fa:""}.fa-comment-code{--fa:"";--fa--fa:""}.fa-sim-cards{--fa:"";--fa--fa:""}.fa-starship{--fa:"";--fa--fa:""}.fa-eject{--fa:"";--fa--fa:""}.fa-circle-right{--fa:"";--fa--fa:""}.fa-arrow-alt-circle-right{--fa:"";--fa--fa:""}.fa-plane-circle-check{--fa:"";--fa--fa:""}.fa-seal{--fa:"";--fa--fa:""}.fa-user-cowboy{--fa:"";--fa--fa:""}.fa-hexagon-vertical-nft{--fa:"";--fa--fa:""}.fa-face-rolling-eyes{--fa:"";--fa--fa:""}.fa-meh-rolling-eyes{--fa:"";--fa--fa:""}.fa-bread-loaf{--fa:"";--fa--fa:""}.fa-rings-wedding{--fa:"";--fa--fa:""}.fa-object-group{--fa:"";--fa--fa:""}.fa-french-fries{--fa:"";--fa--fa:""}.fa-chart-line{--fa:"";--fa--fa:""}.fa-line-chart{--fa:"";--fa--fa:""}.fa-calendar-arrow-down{--fa:"";--fa--fa:""}.fa-calendar-download{--fa:"";--fa--fa:""}.fa-send-back{--fa:"";--fa--fa:""}.fa-mask-ventilator{--fa:"";--fa--fa:""}.fa-tickets{--fa:"";--fa--fa:""}.fa-signature-lock{--fa:"";--fa--fa:""}.fa-arrow-right{--fa:"";--fa--fa:""}.fa-signs-post{--fa:"";--fa--fa:""}.fa-map-signs{--fa:"";--fa--fa:""}.fa-octagon-plus{--fa:"";--fa--fa:""}.fa-plus-octagon{--fa:"";--fa--fa:""}.fa-cash-register{--fa:"";--fa--fa:""}.fa-person-circle-question{--fa:"";--fa--fa:""}.fa-melon-slice{--fa:"";--fa--fa:""}.fa-space-station-moon{--fa:"";--fa--fa:""}.fa-message-smile{--fa:"";--fa--fa:""}.fa-comment-alt-smile{--fa:"";--fa--fa:""}.fa-cup-straw{--fa:"";--fa--fa:""}.fa-left-from-line{--fa:"";--fa--fa:""}.fa-arrow-alt-from-right{--fa:"";--fa--fa:""}.fa-h{--fa:"H";--fa--fa:"HH"}.fa-basket-shopping-simple{--fa:"";--fa--fa:""}.fa-shopping-basket-alt{--fa:"";--fa--fa:""}.fa-hands-holding-heart{--fa:"";--fa--fa:""}.fa-hands-heart{--fa:"";--fa--fa:""}.fa-clock-nine{--fa:"";--fa--fa:""}.fa-hammer-brush{--fa:"";--fa--fa:""}.fa-tarp{--fa:"";--fa--fa:""}.fa-face-sleepy{--fa:"";--fa--fa:""}.fa-hand-horns{--fa:"";--fa--fa:""}.fa-screwdriver-wrench{--fa:"";--fa--fa:""}.fa-tools{--fa:"";--fa--fa:""}.fa-arrows-to-eye{--fa:"";--fa--fa:""}.fa-circle-three-quarters{--fa:"";--fa--fa:""}.fa-trophy-star{--fa:"";--fa--fa:""}.fa-trophy-alt{--fa:"";--fa--fa:""}.fa-plug-circle-bolt{--fa:"";--fa--fa:""}.fa-face-thermometer{--fa:"";--fa--fa:""}.fa-grid-round-4{--fa:"";--fa--fa:""}.fa-sign-posts-wrench{--fa:"";--fa--fa:""}.fa-shirt-running{--fa:"";--fa--fa:""}.fa-book-circle-arrow-up{--fa:"";--fa--fa:""}.fa-face-nauseated{--fa:"";--fa--fa:""}.fa-heart{--fa:"";--fa--fa:""}.fa-file-chart-pie{--fa:"";--fa--fa:""}.fa-mars-and-venus{--fa:"";--fa--fa:""}.fa-house-user{--fa:"";--fa--fa:""}.fa-home-user{--fa:"";--fa--fa:""}.fa-circle-arrow-down-left{--fa:"";--fa--fa:""}.fa-dumpster-fire{--fa:"";--fa--fa:""}.fa-hexagon-minus{--fa:"";--fa--fa:""}.fa-minus-hexagon{--fa:"";--fa--fa:""}.fa-left-to-line{--fa:"";--fa--fa:""}.fa-arrow-alt-to-left{--fa:"";--fa--fa:""}.fa-house-crack{--fa:"";--fa--fa:""}.fa-paw-simple{--fa:"";--fa--fa:""}.fa-paw-alt{--fa:"";--fa--fa:""}.fa-arrow-left-long-to-line{--fa:"";--fa--fa:""}.fa-brackets-round{--fa:"";--fa--fa:""}.fa-parentheses{--fa:"";--fa--fa:""}.fa-martini-glass-citrus{--fa:"";--fa--fa:""}.fa-cocktail{--fa:"";--fa--fa:""}.fa-user-shakespeare{--fa:"";--fa--fa:""}.fa-arrow-right-to-arc{--fa:"";--fa--fa:""}.fa-face-surprise{--fa:"";--fa--fa:""}.fa-surprise{--fa:"";--fa--fa:""}.fa-bottle-water{--fa:"";--fa--fa:""}.fa-circle-pause{--fa:"";--fa--fa:""}.fa-pause-circle{--fa:"";--fa--fa:""}.fa-gauge-circle-plus{--fa:"";--fa--fa:""}.fa-folders{--fa:"";--fa--fa:""}.fa-angel{--fa:"";--fa--fa:""}.fa-value-absolute{--fa:"";--fa--fa:""}.fa-rabbit{--fa:"";--fa--fa:""}.fa-toilet-paper-slash{--fa:"";--fa--fa:""}.fa-circle-euro{--fa:"";--fa--fa:""}.fa-apple-whole{--fa:"";--fa--fa:""}.fa-apple-alt{--fa:"";--fa--fa:""}.fa-kitchen-set{--fa:"";--fa--fa:""}.fa-diamond-half{--fa:"";--fa--fa:""}.fa-lock-keyhole{--fa:"";--fa--fa:""}.fa-lock-alt{--fa:"";--fa--fa:""}.fa-r{--fa:"R";--fa--fa:"RR"}.fa-temperature-quarter{--fa:"";--fa--fa:""}.fa-temperature-1{--fa:"";--fa--fa:""}.fa-thermometer-1{--fa:"";--fa--fa:""}.fa-thermometer-quarter{--fa:"";--fa--fa:""}.fa-square-info{--fa:"";--fa--fa:""}.fa-info-square{--fa:"";--fa--fa:""}.fa-wifi-slash{--fa:"";--fa--fa:""}.fa-toilet-paper-xmark{--fa:"";--fa--fa:""}.fa-hands-holding-dollar{--fa:"";--fa--fa:""}.fa-hands-usd{--fa:"";--fa--fa:""}.fa-cube{--fa:"";--fa--fa:""}.fa-arrow-down-triangle-square{--fa:"";--fa--fa:""}.fa-sort-shapes-down{--fa:"";--fa--fa:""}.fa-bitcoin-sign{--fa:"";--fa--fa:""}.fa-shutters{--fa:"";--fa--fa:""}.fa-shield-dog{--fa:"";--fa--fa:""}.fa-solar-panel{--fa:"";--fa--fa:""}.fa-lock-open{--fa:"";--fa--fa:""}.fa-table-tree{--fa:"";--fa--fa:""}.fa-house-chimney-heart{--fa:"";--fa--fa:""}.fa-tally-3{--fa:"";--fa--fa:""}.fa-elevator{--fa:"";--fa--fa:""}.fa-money-bill-transfer{--fa:"";--fa--fa:""}.fa-money-bill-trend-up{--fa:"";--fa--fa:""}.fa-house-flood-water-circle-arrow-right{--fa:"";--fa--fa:""}.fa-square-poll-horizontal{--fa:"";--fa--fa:""}.fa-poll-h{--fa:"";--fa--fa:""}.fa-circle{--fa:"";--fa--fa:""}.fa-left-to-bracket{--fa:"";--fa--fa:""}.fa-cart-circle-exclamation{--fa:"";--fa--fa:""}.fa-sword{--fa:"";--fa--fa:""}.fa-backward-fast{--fa:"";--fa--fa:""}.fa-fast-backward{--fa:"";--fa--fa:""}.fa-recycle{--fa:"";--fa--fa:""}.fa-user-astronaut{--fa:"";--fa--fa:""}.fa-interrobang{--fa:"";--fa--fa:""}.fa-plane-slash{--fa:"";--fa--fa:""}.fa-circle-dashed{--fa:"";--fa--fa:""}.fa-trademark{--fa:"";--fa--fa:""}.fa-basketball{--fa:"";--fa--fa:""}.fa-basketball-ball{--fa:"";--fa--fa:""}.fa-fork-knife{--fa:"";--fa--fa:""}.fa-utensils-alt{--fa:"";--fa--fa:""}.fa-satellite-dish{--fa:"";--fa--fa:""}.fa-badge-check{--fa:"";--fa--fa:""}.fa-circle-up{--fa:"";--fa--fa:""}.fa-arrow-alt-circle-up{--fa:"";--fa--fa:""}.fa-slider{--fa:"";--fa--fa:""}.fa-mobile-screen-button{--fa:"";--fa--fa:""}.fa-mobile-alt{--fa:"";--fa--fa:""}.fa-clock-one-thirty{--fa:"";--fa--fa:""}.fa-inbox-out{--fa:"";--fa--fa:""}.fa-inbox-arrow-up{--fa:"";--fa--fa:""}.fa-cloud-slash{--fa:"";--fa--fa:""}.fa-volume-high{--fa:"";--fa--fa:""}.fa-volume-up{--fa:"";--fa--fa:""}.fa-users-rays{--fa:"";--fa--fa:""}.fa-wallet{--fa:"";--fa--fa:""}.fa-octagon-check{--fa:"";--fa--fa:""}.fa-flatbread-stuffed{--fa:"";--fa--fa:""}.fa-clipboard-check{--fa:"";--fa--fa:""}.fa-cart-circle-plus{--fa:"";--fa--fa:""}.fa-truck-clock{--fa:"";--fa--fa:""}.fa-shipping-timed{--fa:"";--fa--fa:""}.fa-pool-8-ball{--fa:"";--fa--fa:""}.fa-file-audio{--fa:"";--fa--fa:""}.fa-turn-down-left{--fa:"";--fa--fa:""}.fa-lock-hashtag{--fa:"";--fa--fa:""}.fa-chart-radar{--fa:"";--fa--fa:""}.fa-staff{--fa:"";--fa--fa:""}.fa-burger{--fa:"";--fa--fa:""}.fa-hamburger{--fa:"";--fa--fa:""}.fa-utility-pole{--fa:"";--fa--fa:""}.fa-transporter-6{--fa:"";--fa--fa:""}.fa-arrow-turn-left{--fa:"";--fa--fa:""}.fa-wrench{--fa:"";--fa--fa:""}.fa-bugs{--fa:"";--fa--fa:""}.fa-vector-polygon{--fa:"";--fa--fa:""}.fa-diagram-nested{--fa:"";--fa--fa:""}.fa-rupee-sign{--fa:"";--fa--fa:""}.fa-rupee{--fa:"";--fa--fa:""}.fa-file-image{--fa:"";--fa--fa:""}.fa-circle-question{--fa:"";--fa--fa:""}.fa-question-circle{--fa:"";--fa--fa:""}.fa-tickets-perforated{--fa:"";--fa--fa:""}.fa-image-user{--fa:"";--fa--fa:""}.fa-buoy{--fa:"";--fa--fa:""}.fa-plane-departure{--fa:"";--fa--fa:""}.fa-handshake-slash{--fa:"";--fa--fa:""}.fa-book-bookmark{--fa:"";--fa--fa:""}.fa-border-center-h{--fa:"";--fa--fa:""}.fa-can-food{--fa:"";--fa--fa:""}.fa-typewriter{--fa:"";--fa--fa:""}.fa-arrow-right-from-arc{--fa:"";--fa--fa:""}.fa-circle-k{--fa:"";--fa--fa:""}.fa-face-hand-over-mouth{--fa:"";--fa--fa:""}.fa-popcorn{--fa:"";--fa--fa:""}.fa-house-water{--fa:"";--fa--fa:""}.fa-house-flood{--fa:"";--fa--fa:""}.fa-object-subtract{--fa:"";--fa--fa:""}.fa-code-branch{--fa:"";--fa--fa:""}.fa-warehouse-full{--fa:"";--fa--fa:""}.fa-warehouse-alt{--fa:"";--fa--fa:""}.fa-hat-cowboy{--fa:"";--fa--fa:""}.fa-bridge{--fa:"";--fa--fa:""}.fa-phone-flip{--fa:"";--fa--fa:""}.fa-phone-alt{--fa:"";--fa--fa:""}.fa-arrow-down-from-dotted-line{--fa:"";--fa--fa:""}.fa-file-doc{--fa:"";--fa--fa:""}.fa-square-quarters{--fa:"";--fa--fa:""}.fa-truck-front{--fa:"";--fa--fa:""}.fa-cat{--fa:"";--fa--fa:""}.fa-trash-xmark{--fa:"";--fa--fa:""}.fa-circle-caret-left{--fa:"";--fa--fa:""}.fa-caret-circle-left{--fa:"";--fa--fa:""}.fa-files{--fa:"";--fa--fa:""}.fa-anchor-circle-exclamation{--fa:"";--fa--fa:""}.fa-face-clouds{--fa:"";--fa--fa:""}.fa-user-crown{--fa:"";--fa--fa:""}.fa-basket-shopping-plus{--fa:"";--fa--fa:""}.fa-truck-field{--fa:"";--fa--fa:""}.fa-route{--fa:"";--fa--fa:""}.fa-cart-circle-check{--fa:"";--fa--fa:""}.fa-clipboard-question{--fa:"";--fa--fa:""}.fa-panorama{--fa:"";--fa--fa:""}.fa-comment-medical{--fa:"";--fa--fa:""}.fa-teeth-open{--fa:"";--fa--fa:""}.fa-user-tie-hair-long{--fa:"";--fa--fa:""}.fa-file-circle-minus{--fa:"";--fa--fa:""}.fa-head-side-medical{--fa:"";--fa--fa:""}.fa-arrow-turn-right{--fa:"";--fa--fa:""}.fa-tags{--fa:"";--fa--fa:""}.fa-wine-glass{--fa:"";--fa--fa:""}.fa-forward-fast{--fa:"";--fa--fa:""}.fa-fast-forward{--fa:"";--fa--fa:""}.fa-face-meh-blank{--fa:"";--fa--fa:""}.fa-meh-blank{--fa:"";--fa--fa:""}.fa-user-robot{--fa:"";--fa--fa:""}.fa-square-parking{--fa:"";--fa--fa:""}.fa-parking{--fa:"";--fa--fa:""}.fa-card-diamond{--fa:"";--fa--fa:""}.fa-face-zipper{--fa:"";--fa--fa:""}.fa-face-raised-eyebrow{--fa:"";--fa--fa:""}.fa-house-signal{--fa:"";--fa--fa:""}.fa-square-chevron-up{--fa:"";--fa--fa:""}.fa-chevron-square-up{--fa:"";--fa--fa:""}.fa-bars-progress{--fa:"";--fa--fa:""}.fa-tasks-alt{--fa:"";--fa--fa:""}.fa-faucet-drip{--fa:"";--fa--fa:""}.fa-arrows-to-line{--fa:"";--fa--fa:""}.fa-dolphin{--fa:"";--fa--fa:""}.fa-arrow-up-right{--fa:"";--fa--fa:""}.fa-circle-r{--fa:"";--fa--fa:""}.fa-cart-flatbed{--fa:"";--fa--fa:""}.fa-dolly-flatbed{--fa:"";--fa--fa:""}.fa-ban-smoking{--fa:"";--fa--fa:""}.fa-smoking-ban{--fa:"";--fa--fa:""}.fa-circle-sort-up{--fa:"";--fa--fa:""}.fa-sort-circle-up{--fa:"";--fa--fa:""}.fa-terminal{--fa:"";--fa--fa:""}.fa-mobile-button{--fa:"";--fa--fa:""}.fa-house-medical-flag{--fa:"";--fa--fa:""}.fa-basket-shopping{--fa:"";--fa--fa:""}.fa-shopping-basket{--fa:"";--fa--fa:""}.fa-tape{--fa:"";--fa--fa:""}.fa-chestnut{--fa:"";--fa--fa:""}.fa-bus-simple{--fa:"";--fa--fa:""}.fa-bus-alt{--fa:"";--fa--fa:""}.fa-eye{--fa:"";--fa--fa:""}.fa-face-sad-cry{--fa:"";--fa--fa:""}.fa-sad-cry{--fa:"";--fa--fa:""}.fa-heat{--fa:"";--fa--fa:""}.fa-ticket-airline{--fa:"";--fa--fa:""}.fa-ticket-perforated-plane{--fa:"";--fa--fa:""}.fa-ticket-plane{--fa:"";--fa--fa:""}.fa-boot-heeled{--fa:"";--fa--fa:""}.fa-arrows-minimize{--fa:"";--fa--fa:""}.fa-compress-arrows{--fa:"";--fa--fa:""}.fa-audio-description{--fa:"";--fa--fa:""}.fa-person-military-to-person{--fa:"";--fa--fa:""}.fa-file-shield{--fa:"";--fa--fa:""}.fa-hexagon{--fa:"";--fa--fa:""}.fa-manhole{--fa:"";--fa--fa:""}.fa-user-slash{--fa:"";--fa--fa:""}.fa-pen{--fa:"";--fa--fa:""}.fa-tower-observation{--fa:"";--fa--fa:""}.fa-floppy-disks{--fa:"";--fa--fa:""}.fa-toilet-paper-blank-under{--fa:"";--fa--fa:""}.fa-toilet-paper-reverse-alt{--fa:"";--fa--fa:""}.fa-file-code{--fa:"";--fa--fa:""}.fa-signal{--fa:"";--fa--fa:""}.fa-signal-5{--fa:"";--fa--fa:""}.fa-signal-perfect{--fa:"";--fa--fa:""}.fa-pump{--fa:"";--fa--fa:""}.fa-bus{--fa:"";--fa--fa:""}.fa-heart-circle-xmark{--fa:"";--fa--fa:""}.fa-arrow-up-left-from-circle{--fa:"";--fa--fa:""}.fa-house-chimney{--fa:"";--fa--fa:""}.fa-home-lg{--fa:"";--fa--fa:""}.fa-window-maximize{--fa:"";--fa--fa:""}.fa-dryer{--fa:"";--fa--fa:""}.fa-face-frown{--fa:"";--fa--fa:""}.fa-frown{--fa:"";--fa--fa:""}.fa-chess-bishop-piece{--fa:"";--fa--fa:""}.fa-chess-bishop-alt{--fa:"";--fa--fa:""}.fa-shirt-tank-top{--fa:"";--fa--fa:""}.fa-diploma{--fa:"";--fa--fa:""}.fa-scroll-ribbon{--fa:"";--fa--fa:""}.fa-screencast{--fa:"";--fa--fa:""}.fa-walker{--fa:"";--fa--fa:""}.fa-prescription{--fa:"";--fa--fa:""}.fa-shop{--fa:"";--fa--fa:""}.fa-store-alt{--fa:"";--fa--fa:""}.fa-floppy-disk{--fa:"";--fa--fa:""}.fa-save{--fa:"";--fa--fa:""}.fa-vihara{--fa:"";--fa--fa:""}.fa-face-kiss-closed-eyes{--fa:"";--fa--fa:""}.fa-scale-unbalanced{--fa:"";--fa--fa:""}.fa-balance-scale-left{--fa:"";--fa--fa:""}.fa-file-user{--fa:"";--fa--fa:""}.fa-user-police-tie{--fa:"";--fa--fa:""}.fa-face-tongue-money{--fa:"";--fa--fa:""}.fa-tennis-ball{--fa:"";--fa--fa:""}.fa-square-l{--fa:"";--fa--fa:""}.fa-sort-up{--fa:"";--fa--fa:""}.fa-sort-asc{--fa:"";--fa--fa:""}.fa-calendar-arrow-up{--fa:"";--fa--fa:""}.fa-calendar-upload{--fa:"";--fa--fa:""}.fa-comment-dots{--fa:"";--fa--fa:""}.fa-commenting{--fa:"";--fa--fa:""}.fa-plant-wilt{--fa:"";--fa--fa:""}.fa-scarf{--fa:"";--fa--fa:""}.fa-album-circle-plus{--fa:"";--fa--fa:""}.fa-user-nurse-hair-long{--fa:"";--fa--fa:""}.fa-diamond{--fa:"";--fa--fa:""}.fa-square-left{--fa:"";--fa--fa:""}.fa-arrow-alt-square-left{--fa:"";--fa--fa:""}.fa-face-grin-squint{--fa:"";--fa--fa:""}.fa-grin-squint{--fa:"";--fa--fa:""}.fa-circle-ellipsis-vertical{--fa:"";--fa--fa:""}.fa-hand-holding-dollar{--fa:"";--fa--fa:""}.fa-hand-holding-usd{--fa:"";--fa--fa:""}.fa-grid-dividers{--fa:"";--fa--fa:""}.fa-chart-diagram{--fa:"";--fa--fa:""}.fa-bacterium{--fa:"";--fa--fa:""}.fa-hand-pointer{--fa:"";--fa--fa:""}.fa-drum-steelpan{--fa:"";--fa--fa:""}.fa-hand-scissors{--fa:"";--fa--fa:""}.fa-hands-praying{--fa:"";--fa--fa:""}.fa-praying-hands{--fa:"";--fa--fa:""}.fa-face-pensive{--fa:"";--fa--fa:""}.fa-user-music{--fa:"";--fa--fa:""}.fa-arrow-rotate-right{--fa:"";--fa--fa:""}.fa-arrow-right-rotate{--fa:"";--fa--fa:""}.fa-arrow-rotate-forward{--fa:"";--fa--fa:""}.fa-redo{--fa:"";--fa--fa:""}.fa-messages-dollar{--fa:"";--fa--fa:""}.fa-comments-alt-dollar{--fa:"";--fa--fa:""}.fa-sensor-on{--fa:"";--fa--fa:""}.fa-balloon{--fa:"";--fa--fa:""}.fa-biohazard{--fa:"";--fa--fa:""}.fa-chess-queen-piece{--fa:"";--fa--fa:""}.fa-chess-queen-alt{--fa:"";--fa--fa:""}.fa-location-crosshairs{--fa:"";--fa--fa:""}.fa-location{--fa:"";--fa--fa:""}.fa-mars-double{--fa:"";--fa--fa:""}.fa-left-from-bracket{--fa:"";--fa--fa:""}.fa-house-person-leave{--fa:"";--fa--fa:""}.fa-house-leave{--fa:"";--fa--fa:""}.fa-house-person-depart{--fa:"";--fa--fa:""}.fa-ruler-triangle{--fa:"";--fa--fa:""}.fa-card-club{--fa:"";--fa--fa:""}.fa-child-dress{--fa:"";--fa--fa:""}.fa-users-between-lines{--fa:"";--fa--fa:""}.fa-lungs-virus{--fa:"";--fa--fa:""}.fa-spinner-third{--fa:"";--fa--fa:""}.fa-face-grin-tears{--fa:"";--fa--fa:""}.fa-grin-tears{--fa:"";--fa--fa:""}.fa-phone{--fa:"";--fa--fa:""}.fa-computer-mouse-scrollwheel{--fa:"";--fa--fa:""}.fa-mouse-alt{--fa:"";--fa--fa:""}.fa-calendar-xmark{--fa:"";--fa--fa:""}.fa-calendar-times{--fa:"";--fa--fa:""}.fa-child-reaching{--fa:"";--fa--fa:""}.fa-table-layout{--fa:"";--fa--fa:""}.fa-narwhal{--fa:"";--fa--fa:""}.fa-ramp-loading{--fa:"";--fa--fa:""}.fa-calendar-circle-plus{--fa:"";--fa--fa:""}.fa-toothbrush{--fa:"";--fa--fa:""}.fa-border-inner{--fa:"";--fa--fa:""}.fa-paw-claws{--fa:"";--fa--fa:""}.fa-kiwi-fruit{--fa:"";--fa--fa:""}.fa-traffic-light-slow{--fa:"";--fa--fa:""}.fa-rectangle-code{--fa:"";--fa--fa:""}.fa-head-side-virus{--fa:"";--fa--fa:""}.fa-keyboard-brightness{--fa:"";--fa--fa:""}.fa-books-medical{--fa:"";--fa--fa:""}.fa-lightbulb-slash{--fa:"";--fa--fa:""}.fa-house-blank{--fa:"";--fa--fa:""}.fa-home-blank{--fa:"";--fa--fa:""}.fa-square-5{--fa:"";--fa--fa:""}.fa-square-heart{--fa:"";--fa--fa:""}.fa-heart-square{--fa:"";--fa--fa:""}.fa-puzzle{--fa:"";--fa--fa:""}.fa-user-gear{--fa:"";--fa--fa:""}.fa-user-cog{--fa:"";--fa--fa:""}.fa-pipe-circle-check{--fa:"";--fa--fa:""}.fa-arrow-up-1-9{--fa:"";--fa--fa:""}.fa-sort-numeric-up{--fa:"";--fa--fa:""}.fa-octagon-exclamation{--fa:"";--fa--fa:""}.fa-dial-low{--fa:"";--fa--fa:""}.fa-door-closed{--fa:"";--fa--fa:""}.fa-laptop-mobile{--fa:"";--fa--fa:""}.fa-phone-laptop{--fa:"";--fa--fa:""}.fa-conveyor-belt-boxes{--fa:"";--fa--fa:""}.fa-conveyor-belt-alt{--fa:"";--fa--fa:""}.fa-shield-virus{--fa:"";--fa--fa:""}.fa-starfighter-twin-ion-engine-advanced{--fa:"";--fa--fa:""}.fa-starfighter-alt-advanced{--fa:"";--fa--fa:""}.fa-dice-six{--fa:"";--fa--fa:""}.fa-starfighter-twin-ion-engine{--fa:"";--fa--fa:""}.fa-starfighter-alt{--fa:"";--fa--fa:""}.fa-rocket-launch{--fa:"";--fa--fa:""}.fa-mosquito-net{--fa:"";--fa--fa:""}.fa-file-fragment{--fa:"";--fa--fa:""}.fa-vent-damper{--fa:"";--fa--fa:""}.fa-bridge-water{--fa:"";--fa--fa:""}.fa-ban-bug{--fa:"";--fa--fa:""}.fa-debug{--fa:"";--fa--fa:""}.fa-person-booth{--fa:"";--fa--fa:""}.fa-text-width{--fa:"";--fa--fa:""}.fa-garage-car{--fa:"";--fa--fa:""}.fa-square-kanban{--fa:"";--fa--fa:""}.fa-hat-wizard{--fa:"";--fa--fa:""}.fa-chart-kanban{--fa:"";--fa--fa:""}.fa-pen-fancy{--fa:"";--fa--fa:""}.fa-coffee-pot{--fa:"";--fa--fa:""}.fa-mouse-field{--fa:"";--fa--fa:""}.fa-person-digging{--fa:"";--fa--fa:""}.fa-digging{--fa:"";--fa--fa:""}.fa-shower-down{--fa:"";--fa--fa:""}.fa-shower-alt{--fa:"";--fa--fa:""}.fa-box-circle-check{--fa:"";--fa--fa:""}.fa-brightness{--fa:"";--fa--fa:""}.fa-car-side-bolt{--fa:"";--fa--fa:""}.fa-file-xml{--fa:"";--fa--fa:""}.fa-ornament{--fa:"";--fa--fa:""}.fa-phone-arrow-down-left{--fa:"";--fa--fa:""}.fa-phone-arrow-down{--fa:"";--fa--fa:""}.fa-phone-incoming{--fa:"";--fa--fa:""}.fa-cloud-word{--fa:"";--fa--fa:""}.fa-hand-fingers-crossed{--fa:"";--fa--fa:""}.fa-trash{--fa:"";--fa--fa:""}.fa-gauge-simple{--fa:"";--fa--fa:""}.fa-gauge-simple-med{--fa:"";--fa--fa:""}.fa-tachometer-average{--fa:"";--fa--fa:""}.fa-arrow-down-small-big{--fa:"";--fa--fa:""}.fa-sort-size-down-alt{--fa:"";--fa--fa:""}.fa-book-medical{--fa:"";--fa--fa:""}.fa-face-melting{--fa:"";--fa--fa:""}.fa-poo{--fa:"";--fa--fa:""}.fa-pen-clip-slash{--fa:"";--fa--fa:""}.fa-pen-alt-slash{--fa:"";--fa--fa:""}.fa-quote-right{--fa:"";--fa--fa:""}.fa-quote-right-alt{--fa:"";--fa--fa:""}.fa-scroll-old{--fa:"";--fa--fa:""}.fa-guitars{--fa:"";--fa--fa:""}.fa-phone-xmark{--fa:"";--fa--fa:""}.fa-hose{--fa:"";--fa--fa:""}.fa-clock-six{--fa:"";--fa--fa:""}.fa-shirt{--fa:"";--fa--fa:""}.fa-t-shirt{--fa:"";--fa--fa:""}.fa-tshirt{--fa:"";--fa--fa:""}.fa-billboard{--fa:"";--fa--fa:""}.fa-square-r{--fa:"";--fa--fa:""}.fa-cubes{--fa:"";--fa--fa:""}.fa-envelope-open-dollar{--fa:"";--fa--fa:""}.fa-divide{--fa:"";--fa--fa:""}.fa-sun-cloud{--fa:"";--fa--fa:""}.fa-lamp-floor{--fa:"";--fa--fa:""}.fa-square-7{--fa:"";--fa--fa:""}.fa-tenge-sign{--fa:"";--fa--fa:""}.fa-tenge{--fa:"";--fa--fa:""}.fa-headphones{--fa:"";--fa--fa:""}.fa-hands-holding{--fa:"";--fa--fa:""}.fa-campfire{--fa:"";--fa--fa:""}.fa-circle-ampersand{--fa:"";--fa--fa:""}.fa-snowflakes{--fa:"";--fa--fa:""}.fa-hands-clapping{--fa:"";--fa--fa:""}.fa-republican{--fa:"";--fa--fa:""}.fa-leaf-maple{--fa:"";--fa--fa:""}.fa-arrow-left{--fa:"";--fa--fa:""}.fa-person-circle-xmark{--fa:"";--fa--fa:""}.fa-ruler{--fa:"";--fa--fa:""}.fa-arrow-left-from-bracket{--fa:"";--fa--fa:""}.fa-cup-straw-swoosh{--fa:"";--fa--fa:""}.fa-temperature-sun{--fa:"";--fa--fa:""}.fa-temperature-hot{--fa:"";--fa--fa:""}.fa-align-left{--fa:"";--fa--fa:""}.fa-dice-d6{--fa:"";--fa--fa:""}.fa-restroom{--fa:"";--fa--fa:""}.fa-high-definition{--fa:"";--fa--fa:""}.fa-rectangle-hd{--fa:"";--fa--fa:""}.fa-j{--fa:"J";--fa--fa:"JJ"}.fa-galaxy{--fa:"";--fa--fa:""}.fa-users-viewfinder{--fa:"";--fa--fa:""}.fa-file-video{--fa:"";--fa--fa:""}.fa-cherries{--fa:"";--fa--fa:""}.fa-up-right-from-square{--fa:"";--fa--fa:""}.fa-external-link-alt{--fa:"";--fa--fa:""}.fa-circle-sort{--fa:"";--fa--fa:""}.fa-sort-circle{--fa:"";--fa--fa:""}.fa-table-cells{--fa:"";--fa--fa:""}.fa-th{--fa:"";--fa--fa:""}.fa-bag-shopping-minus{--fa:"";--fa--fa:""}.fa-file-pdf{--fa:"";--fa--fa:""}.fa-siren{--fa:"";--fa--fa:""}.fa-arrow-up-to-dotted-line{--fa:"";--fa--fa:""}.fa-image-landscape{--fa:"";--fa--fa:""}.fa-landscape{--fa:"";--fa--fa:""}.fa-tank-water{--fa:"";--fa--fa:""}.fa-curling-stone{--fa:"";--fa--fa:""}.fa-curling{--fa:"";--fa--fa:""}.fa-gamepad-modern{--fa:"";--fa--fa:""}.fa-gamepad-alt{--fa:"";--fa--fa:""}.fa-messages-question{--fa:"";--fa--fa:""}.fa-book-bible{--fa:"";--fa--fa:""}.fa-bible{--fa:"";--fa--fa:""}.fa-o{--fa:"O";--fa--fa:"OO"}.fa-suitcase-medical{--fa:"";--fa--fa:""}.fa-medkit{--fa:"";--fa--fa:""}.fa-briefcase-arrow-right{--fa:"";--fa--fa:""}.fa-expand-wide{--fa:"";--fa--fa:""}.fa-clock-eleven-thirty{--fa:"";--fa--fa:""}.fa-rv{--fa:"";--fa--fa:""}.fa-user-secret{--fa:"";--fa--fa:""}.fa-otter{--fa:"";--fa--fa:""}.fa-dreidel{--fa:"";--fa--fa:""}.fa-person-dress{--fa:"";--fa--fa:""}.fa-female{--fa:"";--fa--fa:""}.fa-comment-dollar{--fa:"";--fa--fa:""}.fa-business-time{--fa:"";--fa--fa:""}.fa-briefcase-clock{--fa:"";--fa--fa:""}.fa-flower-tulip{--fa:"";--fa--fa:""}.fa-people-pants-simple{--fa:"";--fa--fa:""}.fa-cloud-drizzle{--fa:"";--fa--fa:""}.fa-table-cells-large{--fa:"";--fa--fa:""}.fa-th-large{--fa:"";--fa--fa:""}.fa-book-tanakh{--fa:"";--fa--fa:""}.fa-tanakh{--fa:"";--fa--fa:""}.fa-solar-system{--fa:"";--fa--fa:""}.fa-seal-question{--fa:"";--fa--fa:""}.fa-phone-volume{--fa:"";--fa--fa:""}.fa-volume-control-phone{--fa:"";--fa--fa:""}.fa-disc-drive{--fa:"";--fa--fa:""}.fa-hat-cowboy-side{--fa:"";--fa--fa:""}.fa-table-rows{--fa:"";--fa--fa:""}.fa-rows{--fa:"";--fa--fa:""}.fa-location-exclamation{--fa:"";--fa--fa:""}.fa-map-marker-exclamation{--fa:"";--fa--fa:""}.fa-face-fearful{--fa:"";--fa--fa:""}.fa-clipboard-user{--fa:"";--fa--fa:""}.fa-bus-school{--fa:"";--fa--fa:""}.fa-film-slash{--fa:"";--fa--fa:""}.fa-square-arrow-down-right{--fa:"";--fa--fa:""}.fa-book-sparkles{--fa:"";--fa--fa:""}.fa-book-spells{--fa:"";--fa--fa:""}.fa-washing-machine{--fa:"";--fa--fa:""}.fa-washer{--fa:"";--fa--fa:""}.fa-child{--fa:"";--fa--fa:""}.fa-lira-sign{--fa:"";--fa--fa:""}.fa-user-visor{--fa:"";--fa--fa:""}.fa-file-plus-minus{--fa:"";--fa--fa:""}.fa-chess-clock-flip{--fa:"";--fa--fa:""}.fa-chess-clock-alt{--fa:"";--fa--fa:""}.fa-satellite{--fa:"";--fa--fa:""}.fa-truck-fire{--fa:"";--fa--fa:""}.fa-plane-lock{--fa:"";--fa--fa:""}.fa-steering-wheel{--fa:"";--fa--fa:""}.fa-tag{--fa:"";--fa--fa:""}.fa-stretcher{--fa:"";--fa--fa:""}.fa-book-section{--fa:"";--fa--fa:""}.fa-book-law{--fa:"";--fa--fa:""}.fa-inboxes{--fa:"";--fa--fa:""}.fa-coffee-bean{--fa:"";--fa--fa:""}.fa-circle-yen{--fa:"";--fa--fa:""}.fa-brackets-curly{--fa:"";--fa--fa:""}.fa-ellipsis-stroke-vertical{--fa:"";--fa--fa:""}.fa-ellipsis-v-alt{--fa:"";--fa--fa:""}.fa-comment{--fa:"";--fa--fa:""}.fa-square-1{--fa:"";--fa--fa:""}.fa-cake-candles{--fa:"";--fa--fa:""}.fa-birthday-cake{--fa:"";--fa--fa:""}.fa-cake{--fa:"";--fa--fa:""}.fa-head-side{--fa:"";--fa--fa:""}.fa-truck-ladder{--fa:"";--fa--fa:""}.fa-envelope{--fa:"";--fa--fa:""}.fa-dolly-empty{--fa:"";--fa--fa:""}.fa-face-tissue{--fa:"";--fa--fa:""}.fa-angles-up{--fa:"";--fa--fa:""}.fa-angle-double-up{--fa:"";--fa--fa:""}.fa-bin-recycle{--fa:"";--fa--fa:""}.fa-paperclip{--fa:"";--fa--fa:""}.fa-chart-line-down{--fa:"";--fa--fa:""}.fa-arrow-right-to-city{--fa:"";--fa--fa:""}.fa-lock-a{--fa:"";--fa--fa:""}.fa-ribbon{--fa:"";--fa--fa:""}.fa-lungs{--fa:"";--fa--fa:""}.fa-person-pinball{--fa:"";--fa--fa:""}.fa-arrow-up-9-1{--fa:"";--fa--fa:""}.fa-sort-numeric-up-alt{--fa:"";--fa--fa:""}.fa-apple-core{--fa:"";--fa--fa:""}.fa-circle-y{--fa:"";--fa--fa:""}.fa-h6{--fa:"";--fa--fa:""}.fa-litecoin-sign{--fa:"";--fa--fa:""}.fa-bottle-baby{--fa:"";--fa--fa:""}.fa-circle-small{--fa:"";--fa--fa:""}.fa-border-none{--fa:"";--fa--fa:""}.fa-arrow-turn-down-left{--fa:"";--fa--fa:""}.fa-circle-wifi-circle-wifi{--fa:"";--fa--fa:""}.fa-circle-wifi-group{--fa:"";--fa--fa:""}.fa-circle-nodes{--fa:"";--fa--fa:""}.fa-parachute-box{--fa:"";--fa--fa:""}.fa-reflect-horizontal{--fa:"";--fa--fa:""}.fa-message-medical{--fa:"";--fa--fa:""}.fa-comment-alt-medical{--fa:"";--fa--fa:""}.fa-rugby-ball{--fa:"";--fa--fa:""}.fa-comment-music{--fa:"";--fa--fa:""}.fa-indent{--fa:"";--fa--fa:""}.fa-tree-deciduous{--fa:"";--fa--fa:""}.fa-tree-alt{--fa:"";--fa--fa:""}.fa-puzzle-piece-simple{--fa:"";--fa--fa:""}.fa-puzzle-piece-alt{--fa:"";--fa--fa:""}.fa-truck-field-un{--fa:"";--fa--fa:""}.fa-nfc-trash{--fa:"";--fa--fa:""}.fa-hourglass{--fa:"";--fa--fa:""}.fa-hourglass-empty{--fa:"";--fa--fa:""}.fa-mountain{--fa:"";--fa--fa:""}.fa-file-xmark{--fa:"";--fa--fa:""}.fa-file-times{--fa:"";--fa--fa:""}.fa-house-heart{--fa:"";--fa--fa:""}.fa-home-heart{--fa:"";--fa--fa:""}.fa-house-chimney-blank{--fa:"";--fa--fa:""}.fa-meter-bolt{--fa:"";--fa--fa:""}.fa-user-doctor{--fa:"";--fa--fa:""}.fa-user-md{--fa:"";--fa--fa:""}.fa-slash-back{--fa:"\\";--fa--fa:"\\\\"}.fa-circle-info{--fa:"";--fa--fa:""}.fa-info-circle{--fa:"";--fa--fa:""}.fa-fishing-rod{--fa:"";--fa--fa:""}.fa-hammer-crash{--fa:"";--fa--fa:""}.fa-message-heart{--fa:"";--fa--fa:""}.fa-cloud-meatball{--fa:"";--fa--fa:""}.fa-camera-polaroid{--fa:"";--fa--fa:""}.fa-camera{--fa:"";--fa--fa:""}.fa-camera-alt{--fa:"";--fa--fa:""}.fa-square-virus{--fa:"";--fa--fa:""}.fa-cart-arrow-up{--fa:"";--fa--fa:""}.fa-meteor{--fa:"";--fa--fa:""}.fa-car-on{--fa:"";--fa--fa:""}.fa-sleigh{--fa:"";--fa--fa:""}.fa-arrow-down-1-9{--fa:"";--fa--fa:""}.fa-sort-numeric-asc{--fa:"";--fa--fa:""}.fa-sort-numeric-down{--fa:"";--fa--fa:""}.fa-buoy-mooring{--fa:"";--fa--fa:""}.fa-square-4{--fa:"";--fa--fa:""}.fa-hand-holding-droplet{--fa:"";--fa--fa:""}.fa-hand-holding-water{--fa:"";--fa--fa:""}.fa-file-eps{--fa:"";--fa--fa:""}.fa-tricycle-adult{--fa:"";--fa--fa:""}.fa-waveform{--fa:"";--fa--fa:""}.fa-water{--fa:"";--fa--fa:""}.fa-star-sharp-half-stroke{--fa:"";--fa--fa:""}.fa-star-sharp-half-alt{--fa:"";--fa--fa:""}.fa-nfc-signal{--fa:"";--fa--fa:""}.fa-plane-prop{--fa:"";--fa--fa:""}.fa-calendar-check{--fa:"";--fa--fa:""}.fa-clock-desk{--fa:"";--fa--fa:""}.fa-calendar-clock{--fa:"";--fa--fa:""}.fa-calendar-time{--fa:"";--fa--fa:""}.fa-braille{--fa:"";--fa--fa:""}.fa-prescription-bottle-medical{--fa:"";--fa--fa:""}.fa-prescription-bottle-alt{--fa:"";--fa--fa:""}.fa-plate-utensils{--fa:"";--fa--fa:""}.fa-family-pants{--fa:"";--fa--fa:""}.fa-hose-reel{--fa:"";--fa--fa:""}.fa-house-window{--fa:"";--fa--fa:""}.fa-landmark{--fa:"";--fa--fa:""}.fa-truck{--fa:"";--fa--fa:""}.fa-music-magnifying-glass{--fa:"";--fa--fa:""}.fa-crosshairs{--fa:"";--fa--fa:""}.fa-cloud-rainbow{--fa:"";--fa--fa:""}.fa-person-cane{--fa:"";--fa--fa:""}.fa-alien{--fa:"";--fa--fa:""}.fa-tent{--fa:"";--fa--fa:""}.fa-laptop-binary{--fa:"";--fa--fa:""}.fa-vest-patches{--fa:"";--fa--fa:""}.fa-people-dress-simple{--fa:"";--fa--fa:""}.fa-check-double{--fa:"";--fa--fa:""}.fa-arrow-down-a-z{--fa:"";--fa--fa:""}.fa-sort-alpha-asc{--fa:"";--fa--fa:""}.fa-sort-alpha-down{--fa:"";--fa--fa:""}.fa-bowling-ball-pin{--fa:"";--fa--fa:""}.fa-bell-school-slash{--fa:"";--fa--fa:""}.fa-plus-large{--fa:"";--fa--fa:""}.fa-money-bill-wheat{--fa:"";--fa--fa:""}.fa-camera-viewfinder{--fa:"";--fa--fa:""}.fa-screenshot{--fa:"";--fa--fa:""}.fa-message-music{--fa:"";--fa--fa:""}.fa-comment-alt-music{--fa:"";--fa--fa:""}.fa-car-building{--fa:"";--fa--fa:""}.fa-border-bottom-right{--fa:"";--fa--fa:""}.fa-border-style-alt{--fa:"";--fa--fa:""}.fa-octagon{--fa:"";--fa--fa:""}.fa-comment-arrow-up-right{--fa:"";--fa--fa:""}.fa-octagon-divide{--fa:"";--fa--fa:""}.fa-cookie{--fa:"";--fa--fa:""}.fa-arrow-rotate-left{--fa:"";--fa--fa:""}.fa-arrow-left-rotate{--fa:"";--fa--fa:""}.fa-arrow-rotate-back{--fa:"";--fa--fa:""}.fa-arrow-rotate-backward{--fa:"";--fa--fa:""}.fa-undo{--fa:"";--fa--fa:""}.fa-tv-music{--fa:"";--fa--fa:""}.fa-hard-drive{--fa:"";--fa--fa:""}.fa-hdd{--fa:"";--fa--fa:""}.fa-reel{--fa:"";--fa--fa:""}.fa-face-grin-squint-tears{--fa:"";--fa--fa:""}.fa-grin-squint-tears{--fa:"";--fa--fa:""}.fa-dumbbell{--fa:"";--fa--fa:""}.fa-rectangle-list{--fa:"";--fa--fa:""}.fa-list-alt{--fa:"";--fa--fa:""}.fa-tarp-droplet{--fa:"";--fa--fa:""}.fa-alarm-exclamation{--fa:"";--fa--fa:""}.fa-house-medical-circle-check{--fa:"";--fa--fa:""}.fa-traffic-cone{--fa:"";--fa--fa:""}.fa-grate{--fa:"";--fa--fa:""}.fa-arrow-down-right{--fa:"";--fa--fa:""}.fa-person-skiing-nordic{--fa:"";--fa--fa:""}.fa-skiing-nordic{--fa:"";--fa--fa:""}.fa-calendar-plus{--fa:"";--fa--fa:""}.fa-person-from-portal{--fa:"";--fa--fa:""}.fa-portal-exit{--fa:"";--fa--fa:""}.fa-plane-arrival{--fa:"";--fa--fa:""}.fa-cowbell-circle-plus{--fa:"";--fa--fa:""}.fa-cowbell-more{--fa:"";--fa--fa:""}.fa-circle-left{--fa:"";--fa--fa:""}.fa-arrow-alt-circle-left{--fa:"";--fa--fa:""}.fa-distribute-spacing-vertical{--fa:"";--fa--fa:""}.fa-signal-bars-fair{--fa:"";--fa--fa:""}.fa-signal-alt-2{--fa:"";--fa--fa:""}.fa-sportsball{--fa:"";--fa--fa:""}.fa-game-console-handheld-crank{--fa:"";--fa--fa:""}.fa-train-subway{--fa:"";--fa--fa:""}.fa-subway{--fa:"";--fa--fa:""}.fa-chart-gantt{--fa:"";--fa--fa:""}.fa-face-smile-upside-down{--fa:"";--fa--fa:""}.fa-ball-pile{--fa:"";--fa--fa:""}.fa-badge-dollar{--fa:"";--fa--fa:""}.fa-money-bills-simple{--fa:"";--fa--fa:""}.fa-money-bills-alt{--fa:"";--fa--fa:""}.fa-list-timeline{--fa:"";--fa--fa:""}.fa-indian-rupee-sign{--fa:"";--fa--fa:""}.fa-indian-rupee{--fa:"";--fa--fa:""}.fa-inr{--fa:"";--fa--fa:""}.fa-crop-simple{--fa:"";--fa--fa:""}.fa-crop-alt{--fa:"";--fa--fa:""}.fa-money-bill-1{--fa:"";--fa--fa:""}.fa-money-bill-alt{--fa:"";--fa--fa:""}.fa-left-long{--fa:"";--fa--fa:""}.fa-long-arrow-alt-left{--fa:"";--fa--fa:""}.fa-keyboard-down{--fa:"";--fa--fa:""}.fa-circle-up-right{--fa:"";--fa--fa:""}.fa-cloud-bolt-moon{--fa:"";--fa--fa:""}.fa-thunderstorm-moon{--fa:"";--fa--fa:""}.fa-turn-left-up{--fa:"";--fa--fa:""}.fa-dna{--fa:"";--fa--fa:""}.fa-virus-slash{--fa:"";--fa--fa:""}.fa-bracket-round-right{--fa:"\)";--fa--fa:"\)\)"}.fa-circle-sterling{--fa:"";--fa--fa:""}.fa-circle-5{--fa:"";--fa--fa:""}.fa-minus{--fa:"";--fa--fa:""}.fa-subtract{--fa:"";--fa--fa:""}.fa-fire-flame{--fa:"";--fa--fa:""}.fa-flame{--fa:"";--fa--fa:""}.fa-right-to-line{--fa:"";--fa--fa:""}.fa-arrow-alt-to-right{--fa:"";--fa--fa:""}.fa-gif{--fa:"";--fa--fa:""}.fa-chess{--fa:"";--fa--fa:""}.fa-trash-slash{--fa:"";--fa--fa:""}.fa-arrow-left-long{--fa:"";--fa--fa:""}.fa-long-arrow-left{--fa:"";--fa--fa:""}.fa-plug-circle-check{--fa:"";--fa--fa:""}.fa-font-case{--fa:"";--fa--fa:""}.fa-street-view{--fa:"";--fa--fa:""}.fa-arrow-down-left{--fa:"";--fa--fa:""}.fa-franc-sign{--fa:"";--fa--fa:""}.fa-flask-round-poison{--fa:"";--fa--fa:""}.fa-flask-poison{--fa:"";--fa--fa:""}.fa-volume-off{--fa:"";--fa--fa:""}.fa-book-circle-arrow-right{--fa:"";--fa--fa:""}.fa-chart-user{--fa:"";--fa--fa:""}.fa-user-chart{--fa:"";--fa--fa:""}.fa-hands-asl-interpreting{--fa:"";--fa--fa:""}.fa-american-sign-language-interpreting{--fa:"";--fa--fa:""}.fa-asl-interpreting{--fa:"";--fa--fa:""}.fa-hands-american-sign-language-interpreting{--fa:"";--fa--fa:""}.fa-presentation-screen{--fa:"";--fa--fa:""}.fa-presentation{--fa:"";--fa--fa:""}.fa-circle-bolt{--fa:"";--fa--fa:""}.fa-face-smile-halo{--fa:"";--fa--fa:""}.fa-cart-circle-arrow-down{--fa:"";--fa--fa:""}.fa-house-person-return{--fa:"";--fa--fa:""}.fa-house-person-arrive{--fa:"";--fa--fa:""}.fa-house-return{--fa:"";--fa--fa:""}.fa-message-xmark{--fa:"";--fa--fa:""}.fa-comment-alt-times{--fa:"";--fa--fa:""}.fa-message-times{--fa:"";--fa--fa:""}.fa-file-certificate{--fa:"";--fa--fa:""}.fa-file-award{--fa:"";--fa--fa:""}.fa-user-doctor-hair-long{--fa:"";--fa--fa:""}.fa-camera-security{--fa:"";--fa--fa:""}.fa-camera-home{--fa:"";--fa--fa:""}.fa-gear{--fa:"";--fa--fa:""}.fa-cog{--fa:"";--fa--fa:""}.fa-droplet-slash{--fa:"";--fa--fa:""}.fa-tint-slash{--fa:"";--fa--fa:""}.fa-book-heart{--fa:"";--fa--fa:""}.fa-mosque{--fa:"";--fa--fa:""}.fa-duck{--fa:"";--fa--fa:""}.fa-mosquito{--fa:"";--fa--fa:""}.fa-star-of-david{--fa:"";--fa--fa:""}.fa-flag-swallowtail{--fa:"";--fa--fa:""}.fa-flag-alt{--fa:"";--fa--fa:""}.fa-person-military-rifle{--fa:"";--fa--fa:""}.fa-car-garage{--fa:"";--fa--fa:""}.fa-cart-shopping{--fa:"";--fa--fa:""}.fa-shopping-cart{--fa:"";--fa--fa:""}.fa-book-font{--fa:"";--fa--fa:""}.fa-shield-plus{--fa:"";--fa--fa:""}.fa-vials{--fa:"";--fa--fa:""}.fa-eye-dropper-full{--fa:"";--fa--fa:""}.fa-distribute-spacing-horizontal{--fa:"";--fa--fa:""}.fa-tablet-rugged{--fa:"";--fa--fa:""}.fa-temperature-snow{--fa:"";--fa--fa:""}.fa-temperature-frigid{--fa:"";--fa--fa:""}.fa-moped{--fa:"";--fa--fa:""}.fa-face-smile-plus{--fa:"";--fa--fa:""}.fa-smile-plus{--fa:"";--fa--fa:""}.fa-radio-tuner{--fa:"";--fa--fa:""}.fa-radio-alt{--fa:"";--fa--fa:""}.fa-face-swear{--fa:"";--fa--fa:""}.fa-water-arrow-down{--fa:"";--fa--fa:""}.fa-water-lower{--fa:"";--fa--fa:""}.fa-scanner-touchscreen{--fa:"";--fa--fa:""}.fa-circle-7{--fa:"";--fa--fa:""}.fa-plug-circle-plus{--fa:"";--fa--fa:""}.fa-person-ski-jumping{--fa:"";--fa--fa:""}.fa-ski-jump{--fa:"";--fa--fa:""}.fa-place-of-worship{--fa:"";--fa--fa:""}.fa-water-arrow-up{--fa:"";--fa--fa:""}.fa-water-rise{--fa:"";--fa--fa:""}.fa-waveform-lines{--fa:"";--fa--fa:""}.fa-waveform-path{--fa:"";--fa--fa:""}.fa-split{--fa:"";--fa--fa:""}.fa-film-canister{--fa:"";--fa--fa:""}.fa-film-cannister{--fa:"";--fa--fa:""}.fa-folder-xmark{--fa:"";--fa--fa:""}.fa-folder-times{--fa:"";--fa--fa:""}.fa-toilet-paper-blank{--fa:"";--fa--fa:""}.fa-toilet-paper-alt{--fa:"";--fa--fa:""}.fa-tablet-screen{--fa:"";--fa--fa:""}.fa-tablet-android-alt{--fa:"";--fa--fa:""}.fa-hexagon-vertical-nft-slanted{--fa:"";--fa--fa:""}.fa-folder-music{--fa:"";--fa--fa:""}.fa-display-medical{--fa:"";--fa--fa:""}.fa-desktop-medical{--fa:"";--fa--fa:""}.fa-share-all{--fa:"";--fa--fa:""}.fa-peapod{--fa:"";--fa--fa:""}.fa-chess-clock{--fa:"";--fa--fa:""}.fa-axe{--fa:"";--fa--fa:""}.fa-square-d{--fa:"";--fa--fa:""}.fa-grip-vertical{--fa:"";--fa--fa:""}.fa-mobile-signal-out{--fa:"";--fa--fa:""}.fa-hexagon-nodes{--fa:"";--fa--fa:""}.fa-arrow-turn-up{--fa:"";--fa--fa:""}.fa-level-up{--fa:"";--fa--fa:""}.fa-u{--fa:"U";--fa--fa:"UU"}.fa-arrow-up-from-dotted-line{--fa:"";--fa--fa:""}.fa-square-root-variable{--fa:"";--fa--fa:""}.fa-square-root-alt{--fa:"";--fa--fa:""}.fa-light-switch-on{--fa:"";--fa--fa:""}.fa-arrow-down-arrow-up{--fa:"";--fa--fa:""}.fa-sort-alt{--fa:"";--fa--fa:""}.fa-raindrops{--fa:"";--fa--fa:""}.fa-dash{--fa:"";--fa--fa:""}.fa-minus-large{--fa:"";--fa--fa:""}.fa-clock{--fa:"";--fa--fa:""}.fa-clock-four{--fa:"";--fa--fa:""}.fa-input-numeric{--fa:"";--fa--fa:""}.fa-truck-tow{--fa:"";--fa--fa:""}.fa-backward-step{--fa:"";--fa--fa:""}.fa-step-backward{--fa:"";--fa--fa:""}.fa-pallet{--fa:"";--fa--fa:""}.fa-car-bolt{--fa:"";--fa--fa:""}.fa-arrows-maximize{--fa:"";--fa--fa:""}.fa-expand-arrows{--fa:"";--fa--fa:""}.fa-faucet{--fa:"";--fa--fa:""}.fa-cloud-sleet{--fa:"";--fa--fa:""}.fa-lamp-street{--fa:"";--fa--fa:""}.fa-list-radio{--fa:"";--fa--fa:""}.fa-pen-nib-slash{--fa:"";--fa--fa:""}.fa-baseball-bat-ball{--fa:"";--fa--fa:""}.fa-square-up-left{--fa:"";--fa--fa:""}.fa-overline{--fa:"";--fa--fa:""}.fa-s{--fa:"S";--fa--fa:"SS"}.fa-timeline{--fa:"";--fa--fa:""}.fa-keyboard{--fa:"";--fa--fa:""}.fa-arrows-from-dotted-line{--fa:"";--fa--fa:""}.fa-usb-drive{--fa:"";--fa--fa:""}.fa-ballot{--fa:"";--fa--fa:""}.fa-caret-down{--fa:"";--fa--fa:""}.fa-location-dot-slash{--fa:"";--fa--fa:""}.fa-map-marker-alt-slash{--fa:"";--fa--fa:""}.fa-cards{--fa:"";--fa--fa:""}.fa-house-chimney-medical{--fa:"";--fa--fa:""}.fa-clinic-medical{--fa:"";--fa--fa:""}.fa-boxing-glove{--fa:"";--fa--fa:""}.fa-glove-boxing{--fa:"";--fa--fa:""}.fa-temperature-three-quarters{--fa:"";--fa--fa:""}.fa-temperature-3{--fa:"";--fa--fa:""}.fa-thermometer-3{--fa:"";--fa--fa:""}.fa-thermometer-three-quarters{--fa:"";--fa--fa:""}.fa-bell-school{--fa:"";--fa--fa:""}.fa-mobile-screen{--fa:"";--fa--fa:""}.fa-mobile-android-alt{--fa:"";--fa--fa:""}.fa-plane-up{--fa:"";--fa--fa:""}.fa-folder-heart{--fa:"";--fa--fa:""}.fa-circle-location-arrow{--fa:"";--fa--fa:""}.fa-location-circle{--fa:"";--fa--fa:""}.fa-face-head-bandage{--fa:"";--fa--fa:""}.fa-sushi-roll{--fa:"";--fa--fa:""}.fa-maki-roll{--fa:"";--fa--fa:""}.fa-makizushi{--fa:"";--fa--fa:""}.fa-car-bump{--fa:"";--fa--fa:""}.fa-piggy-bank{--fa:"";--fa--fa:""}.fa-racquet{--fa:"";--fa--fa:""}.fa-car-mirrors{--fa:"";--fa--fa:""}.fa-industry-windows{--fa:"";--fa--fa:""}.fa-industry-alt{--fa:"";--fa--fa:""}.fa-bolt-auto{--fa:"";--fa--fa:""}.fa-battery-half{--fa:"";--fa--fa:""}.fa-battery-3{--fa:"";--fa--fa:""}.fa-flux-capacitor{--fa:"";--fa--fa:""}.fa-mountain-city{--fa:"";--fa--fa:""}.fa-coins{--fa:"";--fa--fa:""}.fa-honey-pot{--fa:"";--fa--fa:""}.fa-olive{--fa:"";--fa--fa:""}.fa-khanda{--fa:"";--fa--fa:""}.fa-filter-list{--fa:"";--fa--fa:""}.fa-outlet{--fa:"";--fa--fa:""}.fa-sliders{--fa:"";--fa--fa:""}.fa-sliders-h{--fa:"";--fa--fa:""}.fa-cauldron{--fa:"";--fa--fa:""}.fa-people{--fa:"";--fa--fa:""}.fa-folder-tree{--fa:"";--fa--fa:""}.fa-network-wired{--fa:"";--fa--fa:""}.fa-croissant{--fa:"";--fa--fa:""}.fa-map-pin{--fa:"";--fa--fa:""}.fa-hamsa{--fa:"";--fa--fa:""}.fa-cent-sign{--fa:"";--fa--fa:""}.fa-swords-laser{--fa:"";--fa--fa:""}.fa-flask{--fa:"";--fa--fa:""}.fa-person-pregnant{--fa:"";--fa--fa:""}.fa-square-u{--fa:"";--fa--fa:""}.fa-wand-sparkles{--fa:"";--fa--fa:""}.fa-router{--fa:"";--fa--fa:""}.fa-ellipsis-vertical{--fa:"";--fa--fa:""}.fa-ellipsis-v{--fa:"";--fa--fa:""}.fa-sword-laser-alt{--fa:"";--fa--fa:""}.fa-ticket{--fa:"";--fa--fa:""}.fa-power-off{--fa:"";--fa--fa:""}.fa-coin{--fa:"";--fa--fa:""}.fa-laptop-slash{--fa:"";--fa--fa:""}.fa-right-long{--fa:"";--fa--fa:""}.fa-long-arrow-alt-right{--fa:"";--fa--fa:""}.fa-circle-b{--fa:"";--fa--fa:""}.fa-person-dress-simple{--fa:"";--fa--fa:""}.fa-pipe-collar{--fa:"";--fa--fa:""}.fa-lights-holiday{--fa:"";--fa--fa:""}.fa-citrus{--fa:"";--fa--fa:""}.fa-flag-usa{--fa:"";--fa--fa:""}.fa-laptop-file{--fa:"";--fa--fa:""}.fa-tty{--fa:"";--fa--fa:""}.fa-teletype{--fa:"";--fa--fa:""}.fa-chart-tree-map{--fa:"";--fa--fa:""}.fa-diagram-next{--fa:"";--fa--fa:""}.fa-person-rifle{--fa:"";--fa--fa:""}.fa-clock-five-thirty{--fa:"";--fa--fa:""}.fa-pipe-valve{--fa:"";--fa--fa:""}.fa-lightbulb-message{--fa:"";--fa--fa:""}.fa-arrow-up-from-arc{--fa:"";--fa--fa:""}.fa-face-spiral-eyes{--fa:"";--fa--fa:""}.fa-compress-wide{--fa:"";--fa--fa:""}.fa-circle-phone-hangup{--fa:"";--fa--fa:""}.fa-phone-circle-down{--fa:"";--fa--fa:""}.fa-gear-complex-code{--fa:"";--fa--fa:""}.fa-house-medical-circle-exclamation{--fa:"";--fa--fa:""}.fa-badminton{--fa:"";--fa--fa:""}.fa-closed-captioning{--fa:"";--fa--fa:""}.fa-person-hiking{--fa:"";--fa--fa:""}.fa-hiking{--fa:"";--fa--fa:""}.fa-right-from-line{--fa:"";--fa--fa:""}.fa-arrow-alt-from-left{--fa:"";--fa--fa:""}.fa-venus-double{--fa:"";--fa--fa:""}.fa-images{--fa:"";--fa--fa:""}.fa-calculator{--fa:"";--fa--fa:""}.fa-shuttlecock{--fa:"";--fa--fa:""}.fa-user-hair{--fa:"";--fa--fa:""}.fa-eye-evil{--fa:"";--fa--fa:""}.fa-people-pulling{--fa:"";--fa--fa:""}.fa-n{--fa:"N";--fa--fa:"NN"}.fa-swap{--fa:"";--fa--fa:""}.fa-garage{--fa:"";--fa--fa:""}.fa-cable-car{--fa:"";--fa--fa:""}.fa-tram{--fa:"";--fa--fa:""}.fa-shovel-snow{--fa:"";--fa--fa:""}.fa-cloud-rain{--fa:"";--fa--fa:""}.fa-face-lying{--fa:"";--fa--fa:""}.fa-sprinkler{--fa:"";--fa--fa:""}.fa-building-circle-xmark{--fa:"";--fa--fa:""}.fa-person-sledding{--fa:"";--fa--fa:""}.fa-sledding{--fa:"";--fa--fa:""}.fa-game-console-handheld{--fa:"";--fa--fa:""}.fa-ship{--fa:"";--fa--fa:""}.fa-clock-six-thirty{--fa:"";--fa--fa:""}.fa-battery-slash{--fa:"";--fa--fa:""}.fa-tugrik-sign{--fa:"";--fa--fa:""}.fa-arrows-down-to-line{--fa:"";--fa--fa:""}.fa-download{--fa:"";--fa--fa:""}.fa-angles-up-down{--fa:"";--fa--fa:""}.fa-shelves{--fa:"";--fa--fa:""}.fa-inventory{--fa:"";--fa--fa:""}.fa-cloud-snow{--fa:"";--fa--fa:""}.fa-face-grin{--fa:"";--fa--fa:""}.fa-grin{--fa:"";--fa--fa:""}.fa-delete-left{--fa:"";--fa--fa:""}.fa-backspace{--fa:"";--fa--fa:""}.fa-oven{--fa:"";--fa--fa:""}.fa-cloud-binary{--fa:"";--fa--fa:""}.fa-eye-dropper{--fa:"";--fa--fa:""}.fa-eye-dropper-empty{--fa:"";--fa--fa:""}.fa-eyedropper{--fa:"";--fa--fa:""}.fa-comment-captions{--fa:"";--fa--fa:""}.fa-comments-question{--fa:"";--fa--fa:""}.fa-scribble{--fa:"";--fa--fa:""}.fa-rotate-exclamation{--fa:"";--fa--fa:""}.fa-file-circle-check{--fa:"";--fa--fa:""}.fa-glass{--fa:"";--fa--fa:""}.fa-loader{--fa:"";--fa--fa:""}.fa-forward{--fa:"";--fa--fa:""}.fa-user-pilot{--fa:"";--fa--fa:""}.fa-mobile{--fa:"";--fa--fa:""}.fa-mobile-android{--fa:"";--fa--fa:""}.fa-mobile-phone{--fa:"";--fa--fa:""}.fa-code-pull-request-closed{--fa:"";--fa--fa:""}.fa-face-meh{--fa:"";--fa--fa:""}.fa-meh{--fa:"";--fa--fa:""}.fa-align-center{--fa:"";--fa--fa:""}.fa-book-skull{--fa:"";--fa--fa:""}.fa-book-dead{--fa:"";--fa--fa:""}.fa-id-card{--fa:"";--fa--fa:""}.fa-drivers-license{--fa:"";--fa--fa:""}.fa-face-dotted{--fa:"";--fa--fa:""}.fa-face-worried{--fa:"";--fa--fa:""}.fa-outdent{--fa:"";--fa--fa:""}.fa-dedent{--fa:"";--fa--fa:""}.fa-court-sport{--fa:"";--fa--fa:""}.fa-heart-circle-exclamation{--fa:"";--fa--fa:""}.fa-house{--fa:"";--fa--fa:""}.fa-home{--fa:"";--fa--fa:""}.fa-home-alt{--fa:"";--fa--fa:""}.fa-home-lg-alt{--fa:"";--fa--fa:""}.fa-vector-circle{--fa:"";--fa--fa:""}.fa-car-circle-bolt{--fa:"";--fa--fa:""}.fa-calendar-week{--fa:"";--fa--fa:""}.fa-flying-disc{--fa:"";--fa--fa:""}.fa-laptop-medical{--fa:"";--fa--fa:""}.fa-square-down-right{--fa:"";--fa--fa:""}.fa-b{--fa:"B";--fa--fa:"BB"}.fa-seat-airline{--fa:"";--fa--fa:""}.fa-moon-over-sun{--fa:"";--fa--fa:""}.fa-eclipse-alt{--fa:"";--fa--fa:""}.fa-pipe{--fa:"\|";--fa--fa:"\|\|"}.fa-file-medical{--fa:"";--fa--fa:""}.fa-potato{--fa:"";--fa--fa:""}.fa-dice-one{--fa:"";--fa--fa:""}.fa-circle-a{--fa:"";--fa--fa:""}.fa-helmet-battle{--fa:"";--fa--fa:""}.fa-butter{--fa:"";--fa--fa:""}.fa-blanket-fire{--fa:"";--fa--fa:""}.fa-kiwi-bird{--fa:"";--fa--fa:""}.fa-castle{--fa:"";--fa--fa:""}.fa-golf-club{--fa:"";--fa--fa:""}.fa-arrow-right-arrow-left{--fa:"";--fa--fa:""}.fa-exchange{--fa:"";--fa--fa:""}.fa-rotate-right{--fa:"";--fa--fa:""}.fa-redo-alt{--fa:"";--fa--fa:""}.fa-rotate-forward{--fa:"";--fa--fa:""}.fa-utensils{--fa:"";--fa--fa:""}.fa-cutlery{--fa:"";--fa--fa:""}.fa-arrow-up-wide-short{--fa:"";--fa--fa:""}.fa-sort-amount-up{--fa:"";--fa--fa:""}.fa-chart-pie-simple-circle-dollar{--fa:"";--fa--fa:""}.fa-balloons{--fa:"";--fa--fa:""}.fa-mill-sign{--fa:"";--fa--fa:""}.fa-bowl-rice{--fa:"";--fa--fa:""}.fa-timeline-arrow{--fa:"";--fa--fa:""}.fa-skull{--fa:"";--fa--fa:""}.fa-game-board-simple{--fa:"";--fa--fa:""}.fa-game-board-alt{--fa:"";--fa--fa:""}.fa-circle-video{--fa:"";--fa--fa:""}.fa-video-circle{--fa:"";--fa--fa:""}.fa-chart-scatter-bubble{--fa:"";--fa--fa:""}.fa-house-turret{--fa:"";--fa--fa:""}.fa-banana{--fa:"";--fa--fa:""}.fa-hand-holding-skull{--fa:"";--fa--fa:""}.fa-people-dress{--fa:"";--fa--fa:""}.fa-loveseat{--fa:"";--fa--fa:""}.fa-couch-small{--fa:"";--fa--fa:""}.fa-tower-broadcast{--fa:"";--fa--fa:""}.fa-broadcast-tower{--fa:"";--fa--fa:""}.fa-truck-pickup{--fa:"";--fa--fa:""}.fa-block-quote{--fa:"";--fa--fa:""}.fa-up-long{--fa:"";--fa--fa:""}.fa-long-arrow-alt-up{--fa:"";--fa--fa:""}.fa-stop{--fa:"";--fa--fa:""}.fa-code-merge{--fa:"";--fa--fa:""}.fa-money-check-dollar-pen{--fa:"";--fa--fa:""}.fa-money-check-edit-alt{--fa:"";--fa--fa:""}.fa-up-from-line{--fa:"";--fa--fa:""}.fa-arrow-alt-from-bottom{--fa:"";--fa--fa:""}.fa-upload{--fa:"";--fa--fa:""}.fa-hurricane{--fa:"";--fa--fa:""}.fa-grid-round-2-plus{--fa:"";--fa--fa:""}.fa-people-pants{--fa:"";--fa--fa:""}.fa-mound{--fa:"";--fa--fa:""}.fa-windsock{--fa:"";--fa--fa:""}.fa-circle-half{--fa:"";--fa--fa:""}.fa-brake-warning{--fa:"";--fa--fa:""}.fa-toilet-portable{--fa:"";--fa--fa:""}.fa-compact-disc{--fa:"";--fa--fa:""}.fa-file-arrow-down{--fa:"";--fa--fa:""}.fa-file-download{--fa:"";--fa--fa:""}.fa-saxophone-fire{--fa:"";--fa--fa:""}.fa-sax-hot{--fa:"";--fa--fa:""}.fa-camera-web-slash{--fa:"";--fa--fa:""}.fa-webcam-slash{--fa:"";--fa--fa:""}.fa-folder-medical{--fa:"";--fa--fa:""}.fa-folder-gear{--fa:"";--fa--fa:""}.fa-folder-cog{--fa:"";--fa--fa:""}.fa-hand-wave{--fa:"";--fa--fa:""}.fa-arrow-up-arrow-down{--fa:"";--fa--fa:""}.fa-sort-up-down{--fa:"";--fa--fa:""}.fa-caravan{--fa:"";--fa--fa:""}.fa-shield-cat{--fa:"";--fa--fa:""}.fa-message-slash{--fa:"";--fa--fa:""}.fa-comment-alt-slash{--fa:"";--fa--fa:""}.fa-bolt{--fa:"";--fa--fa:""}.fa-zap{--fa:"";--fa--fa:""}.fa-trash-can-check{--fa:"";--fa--fa:""}.fa-glass-water{--fa:"";--fa--fa:""}.fa-oil-well{--fa:"";--fa--fa:""}.fa-table-cells-column-unlock{--fa:"";--fa--fa:""}.fa-person-simple{--fa:"";--fa--fa:""}.fa-arrow-turn-left-up{--fa:"";--fa--fa:""}.fa-vault{--fa:"";--fa--fa:""}.fa-mars{--fa:"";--fa--fa:""}.fa-toilet{--fa:"";--fa--fa:""}.fa-plane-circle-xmark{--fa:"";--fa--fa:""}.fa-yen-sign{--fa:"";--fa--fa:""}.fa-cny{--fa:"";--fa--fa:""}.fa-jpy{--fa:"";--fa--fa:""}.fa-rmb{--fa:"";--fa--fa:""}.fa-yen{--fa:"";--fa--fa:""}.fa-gear-code{--fa:"";--fa--fa:""}.fa-notes{--fa:"";--fa--fa:""}.fa-ruble-sign{--fa:"";--fa--fa:""}.fa-rouble{--fa:"";--fa--fa:""}.fa-rub{--fa:"";--fa--fa:""}.fa-ruble{--fa:"";--fa--fa:""}.fa-trash-undo{--fa:"";--fa--fa:""}.fa-trash-arrow-turn-left{--fa:"";--fa--fa:""}.fa-champagne-glass{--fa:"";--fa--fa:""}.fa-glass-champagne{--fa:"";--fa--fa:""}.fa-objects-align-center-horizontal{--fa:"";--fa--fa:""}.fa-sun{--fa:"";--fa--fa:""}.fa-trash-can-slash{--fa:"";--fa--fa:""}.fa-trash-alt-slash{--fa:"";--fa--fa:""}.fa-screen-users{--fa:"";--fa--fa:""}.fa-users-class{--fa:"";--fa--fa:""}.fa-guitar{--fa:"";--fa--fa:""}.fa-square-arrow-left{--fa:"";--fa--fa:""}.fa-arrow-square-left{--fa:"";--fa--fa:""}.fa-square-8{--fa:"";--fa--fa:""}.fa-face-smile-hearts{--fa:"";--fa--fa:""}.fa-brackets-square{--fa:"";--fa--fa:""}.fa-brackets{--fa:"";--fa--fa:""}.fa-laptop-arrow-down{--fa:"";--fa--fa:""}.fa-hockey-stick-puck{--fa:"";--fa--fa:""}.fa-house-tree{--fa:"";--fa--fa:""}.fa-signal-fair{--fa:"";--fa--fa:""}.fa-signal-2{--fa:"";--fa--fa:""}.fa-face-laugh-wink{--fa:"";--fa--fa:""}.fa-laugh-wink{--fa:"";--fa--fa:""}.fa-circle-dollar{--fa:"";--fa--fa:""}.fa-dollar-circle{--fa:"";--fa--fa:""}.fa-usd-circle{--fa:"";--fa--fa:""}.fa-horse-head{--fa:"";--fa--fa:""}.fa-arrows-repeat{--fa:"";--fa--fa:""}.fa-repeat-alt{--fa:"";--fa--fa:""}.fa-bore-hole{--fa:"";--fa--fa:""}.fa-industry{--fa:"";--fa--fa:""}.fa-image-polaroid{--fa:"";--fa--fa:""}.fa-wave-triangle{--fa:"";--fa--fa:""}.fa-turn-left-down{--fa:"";--fa--fa:""}.fa-person-running-fast{--fa:"";--fa--fa:""}.fa-circle-down{--fa:"";--fa--fa:""}.fa-arrow-alt-circle-down{--fa:"";--fa--fa:""}.fa-grill{--fa:"";--fa--fa:""}.fa-arrows-turn-to-dots{--fa:"";--fa--fa:""}.fa-chart-mixed{--fa:"";--fa--fa:""}.fa-analytics{--fa:"";--fa--fa:""}.fa-florin-sign{--fa:"";--fa--fa:""}.fa-arrow-down-short-wide{--fa:"";--fa--fa:""}.fa-sort-amount-desc{--fa:"";--fa--fa:""}.fa-sort-amount-down-alt{--fa:"";--fa--fa:""}.fa-less-than{--fa:"\<";--fa--fa:"\<\<"}.fa-display-code{--fa:"";--fa--fa:""}.fa-desktop-code{--fa:"";--fa--fa:""}.fa-face-drooling{--fa:"";--fa--fa:""}.fa-oil-temperature{--fa:"";--fa--fa:""}.fa-oil-temp{--fa:"";--fa--fa:""}.fa-square-question{--fa:"";--fa--fa:""}.fa-question-square{--fa:"";--fa--fa:""}.fa-air-conditioner{--fa:"";--fa--fa:""}.fa-angle-down{--fa:"";--fa--fa:""}.fa-mountains{--fa:"";--fa--fa:""}.fa-omega{--fa:"";--fa--fa:""}.fa-car-tunnel{--fa:"";--fa--fa:""}.fa-person-dolly-empty{--fa:"";--fa--fa:""}.fa-pan-food{--fa:"";--fa--fa:""}.fa-head-side-cough{--fa:"";--fa--fa:""}.fa-grip-lines{--fa:"";--fa--fa:""}.fa-thumbs-down{--fa:"";--fa--fa:""}.fa-user-lock{--fa:"";--fa--fa:""}.fa-arrow-right-long{--fa:"";--fa--fa:""}.fa-long-arrow-right{--fa:"";--fa--fa:""}.fa-tickets-airline{--fa:"";--fa--fa:""}.fa-tickets-perforated-plane{--fa:"";--fa--fa:""}.fa-tickets-plane{--fa:"";--fa--fa:""}.fa-tent-double-peak{--fa:"";--fa--fa:""}.fa-anchor-circle-xmark{--fa:"";--fa--fa:""}.fa-ellipsis{--fa:"";--fa--fa:""}.fa-ellipsis-h{--fa:"";--fa--fa:""}.fa-nfc-slash{--fa:"";--fa--fa:""}.fa-chess-pawn{--fa:"";--fa--fa:""}.fa-kit-medical{--fa:"";--fa--fa:""}.fa-first-aid{--fa:"";--fa--fa:""}.fa-grid-2-plus{--fa:"";--fa--fa:""}.fa-bells{--fa:"";--fa--fa:""}.fa-person-through-window{--fa:"";--fa--fa:""}.fa-toolbox{--fa:"";--fa--fa:""}.fa-globe-wifi{--fa:"";--fa--fa:""}.fa-envelope-dot{--fa:"";--fa--fa:""}.fa-envelope-badge{--fa:"";--fa--fa:""}.fa-magnifying-glass-waveform{--fa:"";--fa--fa:""}.fa-hands-holding-circle{--fa:"";--fa--fa:""}.fa-bug{--fa:"";--fa--fa:""}.fa-bowl-chopsticks{--fa:"";--fa--fa:""}.fa-credit-card{--fa:"";--fa--fa:""}.fa-credit-card-alt{--fa:"";--fa--fa:""}.fa-circle-s{--fa:"";--fa--fa:""}.fa-box-ballot{--fa:"";--fa--fa:""}.fa-car{--fa:"";--fa--fa:""}.fa-automobile{--fa:"";--fa--fa:""}.fa-hand-holding-hand{--fa:"";--fa--fa:""}.fa-user-tie-hair{--fa:"";--fa--fa:""}.fa-podium-star{--fa:"";--fa--fa:""}.fa-user-hair-mullet{--fa:"";--fa--fa:""}.fa-business-front{--fa:"";--fa--fa:""}.fa-party-back{--fa:"";--fa--fa:""}.fa-trian-balbot{--fa:"";--fa--fa:""}.fa-microphone-stand{--fa:"";--fa--fa:""}.fa-book-open-reader{--fa:"";--fa--fa:""}.fa-book-reader{--fa:"";--fa--fa:""}.fa-family-dress{--fa:"";--fa--fa:""}.fa-circle-x{--fa:"";--fa--fa:""}.fa-cabin{--fa:"";--fa--fa:""}.fa-mountain-sun{--fa:"";--fa--fa:""}.fa-chart-simple-horizontal{--fa:"";--fa--fa:""}.fa-arrows-left-right-to-line{--fa:"";--fa--fa:""}.fa-hand-back-point-left{--fa:"";--fa--fa:""}.fa-message-dots{--fa:"";--fa--fa:""}.fa-comment-alt-dots{--fa:"";--fa--fa:""}.fa-messaging{--fa:"";--fa--fa:""}.fa-file-heart{--fa:"";--fa--fa:""}.fa-beer-mug{--fa:"";--fa--fa:""}.fa-beer-foam{--fa:"";--fa--fa:""}.fa-dice-d20{--fa:"";--fa--fa:""}.fa-drone{--fa:"";--fa--fa:""}.fa-truck-droplet{--fa:"";--fa--fa:""}.fa-file-circle-xmark{--fa:"";--fa--fa:""}.fa-temperature-arrow-up{--fa:"";--fa--fa:""}.fa-temperature-up{--fa:"";--fa--fa:""}.fa-medal{--fa:"";--fa--fa:""}.fa-person-fairy{--fa:"";--fa--fa:""}.fa-bed{--fa:"";--fa--fa:""}.fa-book-copy{--fa:"";--fa--fa:""}.fa-square-h{--fa:"";--fa--fa:""}.fa-h-square{--fa:"";--fa--fa:""}.fa-square-c{--fa:"";--fa--fa:""}.fa-clock-two{--fa:"";--fa--fa:""}.fa-square-ellipsis-vertical{--fa:"";--fa--fa:""}.fa-calendar-users{--fa:"";--fa--fa:""}.fa-podcast{--fa:"";--fa--fa:""}.fa-bee{--fa:"";--fa--fa:""}.fa-temperature-full{--fa:"";--fa--fa:""}.fa-temperature-4{--fa:"";--fa--fa:""}.fa-thermometer-4{--fa:"";--fa--fa:""}.fa-thermometer-full{--fa:"";--fa--fa:""}.fa-bell{--fa:"";--fa--fa:""}.fa-candy-bar{--fa:"";--fa--fa:""}.fa-chocolate-bar{--fa:"";--fa--fa:""}.fa-xmark-large{--fa:"";--fa--fa:""}.fa-pinata{--fa:"";--fa--fa:""}.fa-file-ppt{--fa:"";--fa--fa:""}.fa-arrows-from-line{--fa:"";--fa--fa:""}.fa-superscript{--fa:"";--fa--fa:""}.fa-bowl-spoon{--fa:"";--fa--fa:""}.fa-hexagon-check{--fa:"";--fa--fa:""}.fa-plug-circle-xmark{--fa:"";--fa--fa:""}.fa-star-of-life{--fa:"";--fa--fa:""}.fa-phone-slash{--fa:"";--fa--fa:""}.fa-traffic-light-stop{--fa:"";--fa--fa:""}.fa-paint-roller{--fa:"";--fa--fa:""}.fa-accent-grave{--fa:"\`";--fa--fa:"\`\`"}.fa-handshake-angle{--fa:"";--fa--fa:""}.fa-hands-helping{--fa:"";--fa--fa:""}.fa-circle-0{--fa:"";--fa--fa:""}.fa-dial-med-low{--fa:"";--fa--fa:""}.fa-location-dot{--fa:"";--fa--fa:""}.fa-map-marker-alt{--fa:"";--fa--fa:""}.fa-crab{--fa:"";--fa--fa:""}.fa-box-open-full{--fa:"";--fa--fa:""}.fa-box-full{--fa:"";--fa--fa:""}.fa-file{--fa:"";--fa--fa:""}.fa-greater-than{--fa:"\>";--fa--fa:"\>\>"}.fa-quotes{--fa:"";--fa--fa:""}.fa-pretzel{--fa:"";--fa--fa:""}.fa-t-rex{--fa:"";--fa--fa:""}.fa-person-swimming{--fa:"";--fa--fa:""}.fa-swimmer{--fa:"";--fa--fa:""}.fa-arrow-down{--fa:"";--fa--fa:""}.fa-user-robot-xmarks{--fa:"";--fa--fa:""}.fa-message-quote{--fa:"";--fa--fa:""}.fa-comment-alt-quote{--fa:"";--fa--fa:""}.fa-candy-corn{--fa:"";--fa--fa:""}.fa-folder-magnifying-glass{--fa:"";--fa--fa:""}.fa-folder-search{--fa:"";--fa--fa:""}.fa-notebook{--fa:"";--fa--fa:""}.fa-circle-wifi{--fa:"";--fa--fa:""}.fa-droplet{--fa:"";--fa--fa:""}.fa-tint{--fa:"";--fa--fa:""}.fa-bullseye-pointer{--fa:"";--fa--fa:""}.fa-eraser{--fa:"";--fa--fa:""}.fa-hexagon-image{--fa:"";--fa--fa:""}.fa-earth-americas{--fa:"";--fa--fa:""}.fa-earth{--fa:"";--fa--fa:""}.fa-earth-america{--fa:"";--fa--fa:""}.fa-globe-americas{--fa:"";--fa--fa:""}.fa-file-svg{--fa:"";--fa--fa:""}.fa-crate-apple{--fa:"";--fa--fa:""}.fa-apple-crate{--fa:"";--fa--fa:""}.fa-person-burst{--fa:"";--fa--fa:""}.fa-game-board{--fa:"";--fa--fa:""}.fa-hat-chef{--fa:"";--fa--fa:""}.fa-hand-back-point-right{--fa:"";--fa--fa:""}.fa-dove{--fa:"";--fa--fa:""}.fa-snowflake-droplets{--fa:"";--fa--fa:""}.fa-battery-empty{--fa:"";--fa--fa:""}.fa-battery-0{--fa:"";--fa--fa:""}.fa-grid-4{--fa:"";--fa--fa:""}.fa-socks{--fa:"";--fa--fa:""}.fa-face-sunglasses{--fa:"";--fa--fa:""}.fa-inbox{--fa:"";--fa--fa:""}.fa-square-0{--fa:"";--fa--fa:""}.fa-section{--fa:"";--fa--fa:""}.fa-square-this-way-up{--fa:"";--fa--fa:""}.fa-box-up{--fa:"";--fa--fa:""}.fa-gauge-high{--fa:"";--fa--fa:""}.fa-tachometer-alt{--fa:"";--fa--fa:""}.fa-tachometer-alt-fast{--fa:"";--fa--fa:""}.fa-square-ampersand{--fa:"";--fa--fa:""}.fa-envelope-open-text{--fa:"";--fa--fa:""}.fa-lamp-desk{--fa:"";--fa--fa:""}.fa-hospital{--fa:"";--fa--fa:""}.fa-hospital-alt{--fa:"";--fa--fa:""}.fa-hospital-wide{--fa:"";--fa--fa:""}.fa-poll-people{--fa:"";--fa--fa:""}.fa-whiskey-glass-ice{--fa:"";--fa--fa:""}.fa-glass-whiskey-rocks{--fa:"";--fa--fa:""}.fa-wine-bottle{--fa:"";--fa--fa:""}.fa-chess-rook{--fa:"";--fa--fa:""}.fa-user-bounty-hunter{--fa:"";--fa--fa:""}.fa-bars-staggered{--fa:"";--fa--fa:""}.fa-reorder{--fa:"";--fa--fa:""}.fa-stream{--fa:"";--fa--fa:""}.fa-diagram-sankey{--fa:"";--fa--fa:""}.fa-cloud-hail-mixed{--fa:"";--fa--fa:""}.fa-circle-up-left{--fa:"";--fa--fa:""}.fa-dharmachakra{--fa:"";--fa--fa:""}.fa-objects-align-left{--fa:"";--fa--fa:""}.fa-oil-can-drip{--fa:"";--fa--fa:""}.fa-face-smiling-hands{--fa:"";--fa--fa:""}.fa-broccoli{--fa:"";--fa--fa:""}.fa-route-interstate{--fa:"";--fa--fa:""}.fa-ear-muffs{--fa:"";--fa--fa:""}.fa-hotdog{--fa:"";--fa--fa:""}.fa-transporter-empty{--fa:"";--fa--fa:""}.fa-person-walking-with-cane{--fa:"";--fa--fa:""}.fa-blind{--fa:"";--fa--fa:""}.fa-angle-90{--fa:"";--fa--fa:""}.fa-rectangle-terminal{--fa:"";--fa--fa:""}.fa-kite{--fa:"";--fa--fa:""}.fa-drum{--fa:"";--fa--fa:""}.fa-scrubber{--fa:"";--fa--fa:""}.fa-ice-cream{--fa:"";--fa--fa:""}.fa-heart-circle-bolt{--fa:"";--fa--fa:""}.fa-fish-bones{--fa:"";--fa--fa:""}.fa-deer-rudolph{--fa:"";--fa--fa:""}.fa-fax{--fa:"";--fa--fa:""}.fa-paragraph{--fa:"";--fa--fa:""}.fa-head-side-heart{--fa:"";--fa--fa:""}.fa-square-e{--fa:"";--fa--fa:""}.fa-meter-fire{--fa:"";--fa--fa:""}.fa-cloud-hail{--fa:"";--fa--fa:""}.fa-check-to-slot{--fa:"";--fa--fa:""}.fa-vote-yea{--fa:"";--fa--fa:""}.fa-money-from-bracket{--fa:"";--fa--fa:""}.fa-star-half{--fa:"";--fa--fa:""}.fa-car-bus{--fa:"";--fa--fa:""}.fa-speaker{--fa:"";--fa--fa:""}.fa-timer{--fa:"";--fa--fa:""}.fa-boxes-stacked{--fa:"";--fa--fa:""}.fa-boxes{--fa:"";--fa--fa:""}.fa-boxes-alt{--fa:"";--fa--fa:""}.fa-landmark-magnifying-glass{--fa:"";--fa--fa:""}.fa-grill-hot{--fa:"";--fa--fa:""}.fa-ballot-check{--fa:"";--fa--fa:""}.fa-link{--fa:"";--fa--fa:""}.fa-chain{--fa:"";--fa--fa:""}.fa-ear-listen{--fa:"";--fa--fa:""}.fa-assistive-listening-systems{--fa:"";--fa--fa:""}.fa-file-minus{--fa:"";--fa--fa:""}.fa-tree-city{--fa:"";--fa--fa:""}.fa-play{--fa:"";--fa--fa:""}.fa-font{--fa:"";--fa--fa:""}.fa-cup-togo{--fa:"";--fa--fa:""}.fa-coffee-togo{--fa:"";--fa--fa:""}.fa-square-down-left{--fa:"";--fa--fa:""}.fa-burger-lettuce{--fa:"";--fa--fa:""}.fa-table-cells-row-lock{--fa:"";--fa--fa:""}.fa-rupiah-sign{--fa:"";--fa--fa:""}.fa-magnifying-glass{--fa:"";--fa--fa:""}.fa-search{--fa:"";--fa--fa:""}.fa-table-tennis-paddle-ball{--fa:"";--fa--fa:""}.fa-ping-pong-paddle-ball{--fa:"";--fa--fa:""}.fa-table-tennis{--fa:"";--fa--fa:""}.fa-person-dots-from-line{--fa:"";--fa--fa:""}.fa-diagnoses{--fa:"";--fa--fa:""}.fa-chevrons-down{--fa:"";--fa--fa:""}.fa-chevron-double-down{--fa:"";--fa--fa:""}.fa-trash-can-arrow-up{--fa:"";--fa--fa:""}.fa-trash-restore-alt{--fa:"";--fa--fa:""}.fa-signal-good{--fa:"";--fa--fa:""}.fa-signal-3{--fa:"";--fa--fa:""}.fa-location-question{--fa:"";--fa--fa:""}.fa-map-marker-question{--fa:"";--fa--fa:""}.fa-floppy-disk-circle-xmark{--fa:"";--fa--fa:""}.fa-floppy-disk-times{--fa:"";--fa--fa:""}.fa-save-circle-xmark{--fa:"";--fa--fa:""}.fa-save-times{--fa:"";--fa--fa:""}.fa-naira-sign{--fa:"";--fa--fa:""}.fa-peach{--fa:"";--fa--fa:""}.fa-circles-overlap-3{--fa:"";--fa--fa:""}.fa-pronoun{--fa:"";--fa--fa:""}.fa-taxi-bus{--fa:"";--fa--fa:""}.fa-bracket-curly{--fa:"\{";--fa--fa:"\{\{"}.fa-bracket-curly-left{--fa:"\{";--fa--fa:"\{\{"}.fa-lobster{--fa:"";--fa--fa:""}.fa-cart-flatbed-empty{--fa:"";--fa--fa:""}.fa-dolly-flatbed-empty{--fa:"";--fa--fa:""}.fa-colon{--fa:"\:";--fa--fa:"\:\:"}.fa-cart-arrow-down{--fa:"";--fa--fa:""}.fa-wand{--fa:"";--fa--fa:""}.fa-walkie-talkie{--fa:"";--fa--fa:""}.fa-file-pen{--fa:"";--fa--fa:""}.fa-file-edit{--fa:"";--fa--fa:""}.fa-receipt{--fa:"";--fa--fa:""}.fa-table-picnic{--fa:"";--fa--fa:""}.fa-square-pen{--fa:"";--fa--fa:""}.fa-pen-square{--fa:"";--fa--fa:""}.fa-pencil-square{--fa:"";--fa--fa:""}.fa-circle-microphone-lines{--fa:"";--fa--fa:""}.fa-microphone-circle-alt{--fa:"";--fa--fa:""}.fa-display-slash{--fa:"";--fa--fa:""}.fa-desktop-slash{--fa:"";--fa--fa:""}.fa-suitcase-rolling{--fa:"";--fa--fa:""}.fa-person-circle-exclamation{--fa:"";--fa--fa:""}.fa-transporter-2{--fa:"";--fa--fa:""}.fa-user-hoodie{--fa:"";--fa--fa:""}.fa-hands-holding-diamond{--fa:"";--fa--fa:""}.fa-hand-receiving{--fa:"";--fa--fa:""}.fa-money-bill-simple-wave{--fa:"";--fa--fa:""}.fa-chevron-down{--fa:"";--fa--fa:""}.fa-battery-full{--fa:"";--fa--fa:""}.fa-battery{--fa:"";--fa--fa:""}.fa-battery-5{--fa:"";--fa--fa:""}.fa-bell-plus{--fa:"";--fa--fa:""}.fa-book-arrow-right{--fa:"";--fa--fa:""}.fa-hospitals{--fa:"";--fa--fa:""}.fa-club{--fa:"";--fa--fa:""}.fa-skull-crossbones{--fa:"";--fa--fa:""}.fa-droplet-degree{--fa:"";--fa--fa:""}.fa-dewpoint{--fa:"";--fa--fa:""}.fa-code-compare{--fa:"";--fa--fa:""}.fa-list-ul{--fa:"";--fa--fa:""}.fa-list-dots{--fa:"";--fa--fa:""}.fa-hand-holding-magic{--fa:"";--fa--fa:""}.fa-watermelon-slice{--fa:"";--fa--fa:""}.fa-circle-ellipsis{--fa:"";--fa--fa:""}.fa-school-lock{--fa:"";--fa--fa:""}.fa-tower-cell{--fa:"";--fa--fa:""}.fa-sd-cards{--fa:"";--fa--fa:""}.fa-jug-bottle{--fa:"";--fa--fa:""}.fa-down-long{--fa:"";--fa--fa:""}.fa-long-arrow-alt-down{--fa:"";--fa--fa:""}.fa-envelopes{--fa:"";--fa--fa:""}.fa-phone-office{--fa:"";--fa--fa:""}.fa-ranking-star{--fa:"";--fa--fa:""}.fa-chess-king{--fa:"";--fa--fa:""}.fa-nfc-pen{--fa:"";--fa--fa:""}.fa-person-harassing{--fa:"";--fa--fa:""}.fa-magnifying-glass-play{--fa:"";--fa--fa:""}.fa-hat-winter{--fa:"";--fa--fa:""}.fa-brazilian-real-sign{--fa:"";--fa--fa:""}.fa-landmark-dome{--fa:"";--fa--fa:""}.fa-landmark-alt{--fa:"";--fa--fa:""}.fa-bone-break{--fa:"";--fa--fa:""}.fa-arrow-up{--fa:"";--fa--fa:""}.fa-down-from-dotted-line{--fa:"";--fa--fa:""}.fa-tv{--fa:"";--fa--fa:""}.fa-television{--fa:"";--fa--fa:""}.fa-tv-alt{--fa:"";--fa--fa:""}.fa-border-left{--fa:"";--fa--fa:""}.fa-circle-divide{--fa:"";--fa--fa:""}.fa-shrimp{--fa:"";--fa--fa:""}.fa-list-check{--fa:"";--fa--fa:""}.fa-tasks{--fa:"";--fa--fa:""}.fa-diagram-subtask{--fa:"";--fa--fa:""}.fa-jug-detergent{--fa:"";--fa--fa:""}.fa-circle-user{--fa:"";--fa--fa:""}.fa-user-circle{--fa:"";--fa--fa:""}.fa-square-y{--fa:"";--fa--fa:""}.fa-user-doctor-hair{--fa:"";--fa--fa:""}.fa-planet-ringed{--fa:"";--fa--fa:""}.fa-mushroom{--fa:"";--fa--fa:""}.fa-user-shield{--fa:"";--fa--fa:""}.fa-megaphone{--fa:"";--fa--fa:""}.fa-wreath-laurel{--fa:"";--fa--fa:""}.fa-circle-exclamation-check{--fa:"";--fa--fa:""}.fa-wind{--fa:"";--fa--fa:""}.fa-box-dollar{--fa:"";--fa--fa:""}.fa-box-usd{--fa:"";--fa--fa:""}.fa-car-burst{--fa:"";--fa--fa:""}.fa-car-crash{--fa:"";--fa--fa:""}.fa-y{--fa:"Y";--fa--fa:"YY"}.fa-user-headset{--fa:"";--fa--fa:""}.fa-arrows-retweet{--fa:"";--fa--fa:""}.fa-retweet-alt{--fa:"";--fa--fa:""}.fa-person-snowboarding{--fa:"";--fa--fa:""}.fa-snowboarding{--fa:"";--fa--fa:""}.fa-square-chevron-right{--fa:"";--fa--fa:""}.fa-chevron-square-right{--fa:"";--fa--fa:""}.fa-lacrosse-stick-ball{--fa:"";--fa--fa:""}.fa-truck-fast{--fa:"";--fa--fa:""}.fa-shipping-fast{--fa:"";--fa--fa:""}.fa-user-magnifying-glass{--fa:"";--fa--fa:""}.fa-star-sharp{--fa:"";--fa--fa:""}.fa-comment-heart{--fa:"";--fa--fa:""}.fa-circle-1{--fa:"";--fa--fa:""}.fa-circle-star{--fa:"";--fa--fa:""}.fa-star-circle{--fa:"";--fa--fa:""}.fa-fish{--fa:"";--fa--fa:""}.fa-cloud-fog{--fa:"";--fa--fa:""}.fa-fog{--fa:"";--fa--fa:""}.fa-waffle{--fa:"";--fa--fa:""}.fa-music-note{--fa:"";--fa--fa:""}.fa-music-alt{--fa:"";--fa--fa:""}.fa-hexagon-exclamation{--fa:"";--fa--fa:""}.fa-cart-shopping-fast{--fa:"";--fa--fa:""}.fa-object-union{--fa:"";--fa--fa:""}.fa-user-graduate{--fa:"";--fa--fa:""}.fa-starfighter{--fa:"";--fa--fa:""}.fa-circle-half-stroke{--fa:"";--fa--fa:""}.fa-adjust{--fa:"";--fa--fa:""}.fa-arrow-right-long-to-line{--fa:"";--fa--fa:""}.fa-square-arrow-down{--fa:"";--fa--fa:""}.fa-arrow-square-down{--fa:"";--fa--fa:""}.fa-diamond-half-stroke{--fa:"";--fa--fa:""}.fa-clapperboard{--fa:"";--fa--fa:""}.fa-square-chevron-left{--fa:"";--fa--fa:""}.fa-chevron-square-left{--fa:"";--fa--fa:""}.fa-phone-intercom{--fa:"";--fa--fa:""}.fa-link-horizontal{--fa:"";--fa--fa:""}.fa-chain-horizontal{--fa:"";--fa--fa:""}.fa-mango{--fa:"";--fa--fa:""}.fa-music-note-slash{--fa:"";--fa--fa:""}.fa-music-alt-slash{--fa:"";--fa--fa:""}.fa-circle-radiation{--fa:"";--fa--fa:""}.fa-radiation-alt{--fa:"";--fa--fa:""}.fa-face-tongue-sweat{--fa:"";--fa--fa:""}.fa-globe-stand{--fa:"";--fa--fa:""}.fa-baseball{--fa:"";--fa--fa:""}.fa-baseball-ball{--fa:"";--fa--fa:""}.fa-circle-p{--fa:"";--fa--fa:""}.fa-award-simple{--fa:"";--fa--fa:""}.fa-jet-fighter-up{--fa:"";--fa--fa:""}.fa-diagram-project{--fa:"";--fa--fa:""}.fa-project-diagram{--fa:"";--fa--fa:""}.fa-pedestal{--fa:"";--fa--fa:""}.fa-chart-pyramid{--fa:"";--fa--fa:""}.fa-sidebar{--fa:"";--fa--fa:""}.fa-snowman-head{--fa:"";--fa--fa:""}.fa-frosty-head{--fa:"";--fa--fa:""}.fa-copy{--fa:"";--fa--fa:""}.fa-burger-glass{--fa:"";--fa--fa:""}.fa-volume-xmark{--fa:"";--fa--fa:""}.fa-volume-mute{--fa:"";--fa--fa:""}.fa-volume-times{--fa:"";--fa--fa:""}.fa-hand-sparkles{--fa:"";--fa--fa:""}.fa-bars-filter{--fa:"";--fa--fa:""}.fa-paintbrush-pencil{--fa:"";--fa--fa:""}.fa-party-bell{--fa:"";--fa--fa:""}.fa-user-vneck-hair{--fa:"";--fa--fa:""}.fa-jack-o-lantern{--fa:"";--fa--fa:""}.fa-grip{--fa:"";--fa--fa:""}.fa-grip-horizontal{--fa:"";--fa--fa:""}.fa-share-from-square{--fa:"";--fa--fa:""}.fa-share-square{--fa:"";--fa--fa:""}.fa-keynote{--fa:"";--fa--fa:""}.fa-child-combatant{--fa:"";--fa--fa:""}.fa-child-rifle{--fa:"";--fa--fa:""}.fa-gun{--fa:"";--fa--fa:""}.fa-square-phone{--fa:"";--fa--fa:""}.fa-phone-square{--fa:"";--fa--fa:""}.fa-hat-beach{--fa:"";--fa--fa:""}.fa-plus{--fa:"\+";--fa--fa:"\+\+"}.fa-add{--fa:"\+";--fa--fa:"\+\+"}.fa-expand{--fa:"";--fa--fa:""}.fa-computer{--fa:"";--fa--fa:""}.fa-fort{--fa:"";--fa--fa:""}.fa-cloud-check{--fa:"";--fa--fa:""}.fa-xmark{--fa:"";--fa--fa:""}.fa-close{--fa:"";--fa--fa:""}.fa-multiply{--fa:"";--fa--fa:""}.fa-remove{--fa:"";--fa--fa:""}.fa-times{--fa:"";--fa--fa:""}.fa-face-smirking{--fa:"";--fa--fa:""}.fa-arrows-up-down-left-right{--fa:"";--fa--fa:""}.fa-arrows{--fa:"";--fa--fa:""}.fa-chalkboard-user{--fa:"";--fa--fa:""}.fa-chalkboard-teacher{--fa:"";--fa--fa:""}.fa-rhombus{--fa:"";--fa--fa:""}.fa-claw-marks{--fa:"";--fa--fa:""}.fa-peso-sign{--fa:"";--fa--fa:""}.fa-face-smile-tongue{--fa:"";--fa--fa:""}.fa-cart-circle-xmark{--fa:"";--fa--fa:""}.fa-building-shield{--fa:"";--fa--fa:""}.fa-circle-phone-flip{--fa:"";--fa--fa:""}.fa-phone-circle-alt{--fa:"";--fa--fa:""}.fa-baby{--fa:"";--fa--fa:""}.fa-users-line{--fa:"";--fa--fa:""}.fa-quote-left{--fa:"";--fa--fa:""}.fa-quote-left-alt{--fa:"";--fa--fa:""}.fa-tractor{--fa:"";--fa--fa:""}.fa-down-from-bracket{--fa:"";--fa--fa:""}.fa-key-skeleton{--fa:"";--fa--fa:""}.fa-trash-arrow-up{--fa:"";--fa--fa:""}.fa-trash-restore{--fa:"";--fa--fa:""}.fa-arrow-down-up-lock{--fa:"";--fa--fa:""}.fa-arrow-down-to-bracket{--fa:"";--fa--fa:""}.fa-lines-leaning{--fa:"";--fa--fa:""}.fa-square-q{--fa:"";--fa--fa:""}.fa-ruler-combined{--fa:"";--fa--fa:""}.fa-symbols{--fa:"";--fa--fa:""}.fa-icons-alt{--fa:"";--fa--fa:""}.fa-copyright{--fa:"";--fa--fa:""}.fa-flask-gear{--fa:"";--fa--fa:""}.fa-highlighter-line{--fa:"";--fa--fa:""}.fa-bracket-square{--fa:"\[";--fa--fa:"\[\["}.fa-bracket{--fa:"\[";--fa--fa:"\[\["}.fa-bracket-left{--fa:"\[";--fa--fa:"\[\["}.fa-island-tropical{--fa:"";--fa--fa:""}.fa-island-tree-palm{--fa:"";--fa--fa:""}.fa-arrow-right-from-line{--fa:"";--fa--fa:""}.fa-arrow-from-left{--fa:"";--fa--fa:""}.fa-h2{--fa:"";--fa--fa:""}.fa-equals{--fa:"\=";--fa--fa:"\=\="}.fa-cake-slice{--fa:"";--fa--fa:""}.fa-shortcake{--fa:"";--fa--fa:""}.fa-building-magnifying-glass{--fa:"";--fa--fa:""}.fa-peanut{--fa:"";--fa--fa:""}.fa-wrench-simple{--fa:"";--fa--fa:""}.fa-blender{--fa:"";--fa--fa:""}.fa-teeth{--fa:"";--fa--fa:""}.fa-tally-2{--fa:"";--fa--fa:""}.fa-shekel-sign{--fa:"";--fa--fa:""}.fa-ils{--fa:"";--fa--fa:""}.fa-shekel{--fa:"";--fa--fa:""}.fa-sheqel{--fa:"";--fa--fa:""}.fa-sheqel-sign{--fa:"";--fa--fa:""}.fa-cars{--fa:"";--fa--fa:""}.fa-axe-battle{--fa:"";--fa--fa:""}.fa-user-hair-long{--fa:"";--fa--fa:""}.fa-map{--fa:"";--fa--fa:""}.fa-arrow-left-from-arc{--fa:"";--fa--fa:""}.fa-file-circle-info{--fa:"";--fa--fa:""}.fa-face-disappointed{--fa:"";--fa--fa:""}.fa-lasso-sparkles{--fa:"";--fa--fa:""}.fa-clock-eleven{--fa:"";--fa--fa:""}.fa-rocket{--fa:"";--fa--fa:""}.fa-siren-on{--fa:"";--fa--fa:""}.fa-clock-ten{--fa:"";--fa--fa:""}.fa-candle-holder{--fa:"";--fa--fa:""}.fa-video-arrow-down-left{--fa:"";--fa--fa:""}.fa-photo-film{--fa:"";--fa--fa:""}.fa-photo-video{--fa:"";--fa--fa:""}.fa-floppy-disk-circle-arrow-right{--fa:"";--fa--fa:""}.fa-save-circle-arrow-right{--fa:"";--fa--fa:""}.fa-folder-minus{--fa:"";--fa--fa:""}.fa-hexagon-nodes-bolt{--fa:"";--fa--fa:""}.fa-planet-moon{--fa:"";--fa--fa:""}.fa-face-eyes-xmarks{--fa:"";--fa--fa:""}.fa-chart-scatter{--fa:"";--fa--fa:""}.fa-circle-gf{--fa:"";--fa--fa:""}.fa-display-arrow-down{--fa:"";--fa--fa:""}.fa-store{--fa:"";--fa--fa:""}.fa-arrow-trend-up{--fa:"";--fa--fa:""}.fa-plug-circle-minus{--fa:"";--fa--fa:""}.fa-olive-branch{--fa:"";--fa--fa:""}.fa-angle{--fa:"";--fa--fa:""}.fa-vacuum-robot{--fa:"";--fa--fa:""}.fa-sign-hanging{--fa:"";--fa--fa:""}.fa-sign{--fa:"";--fa--fa:""}.fa-square-divide{--fa:"";--fa--fa:""}.fa-folder-check{--fa:"";--fa--fa:""}.fa-signal-stream-slash{--fa:"";--fa--fa:""}.fa-bezier-curve{--fa:"";--fa--fa:""}.fa-eye-dropper-half{--fa:"";--fa--fa:""}.fa-store-lock{--fa:"";--fa--fa:""}.fa-bell-slash{--fa:"";--fa--fa:""}.fa-cloud-bolt-sun{--fa:"";--fa--fa:""}.fa-thunderstorm-sun{--fa:"";--fa--fa:""}.fa-camera-slash{--fa:"";--fa--fa:""}.fa-comment-quote{--fa:"";--fa--fa:""}.fa-tablet{--fa:"";--fa--fa:""}.fa-tablet-android{--fa:"";--fa--fa:""}.fa-school-flag{--fa:"";--fa--fa:""}.fa-message-code{--fa:"";--fa--fa:""}.fa-glass-half{--fa:"";--fa--fa:""}.fa-glass-half-empty{--fa:"";--fa--fa:""}.fa-glass-half-full{--fa:"";--fa--fa:""}.fa-fill{--fa:"";--fa--fa:""}.fa-message-minus{--fa:"";--fa--fa:""}.fa-comment-alt-minus{--fa:"";--fa--fa:""}.fa-angle-up{--fa:"";--fa--fa:""}.fa-dinosaur{--fa:"";--fa--fa:""}.fa-drumstick-bite{--fa:"";--fa--fa:""}.fa-link-horizontal-slash{--fa:"";--fa--fa:""}.fa-chain-horizontal-slash{--fa:"";--fa--fa:""}.fa-holly-berry{--fa:"";--fa--fa:""}.fa-nose{--fa:"";--fa--fa:""}.fa-arrow-left-to-arc{--fa:"";--fa--fa:""}.fa-chevron-left{--fa:"";--fa--fa:""}.fa-bacteria{--fa:"";--fa--fa:""}.fa-clouds{--fa:"";--fa--fa:""}.fa-money-bill-simple{--fa:"";--fa--fa:""}.fa-hand-lizard{--fa:"";--fa--fa:""}.fa-table-pivot{--fa:"";--fa--fa:""}.fa-filter-slash{--fa:"";--fa--fa:""}.fa-trash-can-undo{--fa:"";--fa--fa:""}.fa-trash-can-arrow-turn-left{--fa:"";--fa--fa:""}.fa-trash-undo-alt{--fa:"";--fa--fa:""}.fa-notdef{--fa:"";--fa--fa:""}.fa-disease{--fa:"";--fa--fa:""}.fa-person-to-door{--fa:"";--fa--fa:""}.fa-turntable{--fa:"";--fa--fa:""}.fa-briefcase-medical{--fa:"";--fa--fa:""}.fa-genderless{--fa:"";--fa--fa:""}.fa-chevron-right{--fa:"";--fa--fa:""}.fa-signal-weak{--fa:"";--fa--fa:""}.fa-signal-1{--fa:"";--fa--fa:""}.fa-clock-five{--fa:"";--fa--fa:""}.fa-retweet{--fa:"";--fa--fa:""}.fa-car-rear{--fa:"";--fa--fa:""}.fa-car-alt{--fa:"";--fa--fa:""}.fa-pump-soap{--fa:"";--fa--fa:""}.fa-computer-classic{--fa:"";--fa--fa:""}.fa-frame{--fa:"";--fa--fa:""}.fa-video-slash{--fa:"";--fa--fa:""}.fa-battery-quarter{--fa:"";--fa--fa:""}.fa-battery-2{--fa:"";--fa--fa:""}.fa-ellipsis-stroke{--fa:"";--fa--fa:""}.fa-ellipsis-h-alt{--fa:"";--fa--fa:""}.fa-radio{--fa:"";--fa--fa:""}.fa-baby-carriage{--fa:"";--fa--fa:""}.fa-carriage-baby{--fa:"";--fa--fa:""}.fa-face-expressionless{--fa:"";--fa--fa:""}.fa-down-to-dotted-line{--fa:"";--fa--fa:""}.fa-cloud-music{--fa:"";--fa--fa:""}.fa-traffic-light{--fa:"";--fa--fa:""}.fa-cloud-minus{--fa:"";--fa--fa:""}.fa-thermometer{--fa:"";--fa--fa:""}.fa-shield-minus{--fa:"";--fa--fa:""}.fa-vr-cardboard{--fa:"";--fa--fa:""}.fa-car-tilt{--fa:"";--fa--fa:""}.fa-gauge-circle-minus{--fa:"";--fa--fa:""}.fa-brightness-low{--fa:"";--fa--fa:""}.fa-hand-middle-finger{--fa:"";--fa--fa:""}.fa-percent{--fa:"\%";--fa--fa:"\%\%"}.fa-percentage{--fa:"\%";--fa--fa:"\%\%"}.fa-truck-moving{--fa:"";--fa--fa:""}.fa-glass-water-droplet{--fa:"";--fa--fa:""}.fa-conveyor-belt{--fa:"";--fa--fa:""}.fa-location-check{--fa:"";--fa--fa:""}.fa-map-marker-check{--fa:"";--fa--fa:""}.fa-coin-vertical{--fa:"";--fa--fa:""}.fa-display{--fa:"";--fa--fa:""}.fa-person-sign{--fa:"";--fa--fa:""}.fa-face-smile{--fa:"";--fa--fa:""}.fa-smile{--fa:"";--fa--fa:""}.fa-phone-hangup{--fa:"";--fa--fa:""}.fa-signature-slash{--fa:"";--fa--fa:""}.fa-thumbtack{--fa:"";--fa--fa:""}.fa-thumb-tack{--fa:"";--fa--fa:""}.fa-wheat-slash{--fa:"";--fa--fa:""}.fa-trophy{--fa:"";--fa--fa:""}.fa-clouds-sun{--fa:"";--fa--fa:""}.fa-person-praying{--fa:"";--fa--fa:""}.fa-pray{--fa:"";--fa--fa:""}.fa-hammer{--fa:"";--fa--fa:""}.fa-face-vomit{--fa:"";--fa--fa:""}.fa-speakers{--fa:"";--fa--fa:""}.fa-tty-answer{--fa:"";--fa--fa:""}.fa-teletype-answer{--fa:"";--fa--fa:""}.fa-mug-tea-saucer{--fa:"";--fa--fa:""}.fa-diagram-lean-canvas{--fa:"";--fa--fa:""}.fa-alt{--fa:"";--fa--fa:""}.fa-dial{--fa:"";--fa--fa:""}.fa-dial-med-high{--fa:"";--fa--fa:""}.fa-hand-peace{--fa:"";--fa--fa:""}.fa-circle-trash{--fa:"";--fa--fa:""}.fa-trash-circle{--fa:"";--fa--fa:""}.fa-rotate{--fa:"";--fa--fa:""}.fa-sync-alt{--fa:"";--fa--fa:""}.fa-circle-quarters{--fa:"";--fa--fa:""}.fa-spinner{--fa:"";--fa--fa:""}.fa-tower-control{--fa:"";--fa--fa:""}.fa-arrow-up-triangle-square{--fa:"";--fa--fa:""}.fa-sort-shapes-up{--fa:"";--fa--fa:""}.fa-whale{--fa:"";--fa--fa:""}.fa-robot{--fa:"";--fa--fa:""}.fa-peace{--fa:"";--fa--fa:""}.fa-party-horn{--fa:"";--fa--fa:""}.fa-gears{--fa:"";--fa--fa:""}.fa-cogs{--fa:"";--fa--fa:""}.fa-sun-bright{--fa:"";--fa--fa:""}.fa-sun-alt{--fa:"";--fa--fa:""}.fa-warehouse{--fa:"";--fa--fa:""}.fa-conveyor-belt-arm{--fa:"";--fa--fa:""}.fa-lock-keyhole-open{--fa:"";--fa--fa:""}.fa-lock-open-alt{--fa:"";--fa--fa:""}.fa-square-fragile{--fa:"";--fa--fa:""}.fa-box-fragile{--fa:"";--fa--fa:""}.fa-square-wine-glass-crack{--fa:"";--fa--fa:""}.fa-arrow-up-right-dots{--fa:"";--fa--fa:""}.fa-square-n{--fa:"";--fa--fa:""}.fa-splotch{--fa:"";--fa--fa:""}.fa-face-grin-hearts{--fa:"";--fa--fa:""}.fa-grin-hearts{--fa:"";--fa--fa:""}.fa-meter{--fa:"";--fa--fa:""}.fa-mandolin{--fa:"";--fa--fa:""}.fa-dice-four{--fa:"";--fa--fa:""}.fa-sim-card{--fa:"";--fa--fa:""}.fa-transgender{--fa:"";--fa--fa:""}.fa-transgender-alt{--fa:"";--fa--fa:""}.fa-mercury{--fa:"";--fa--fa:""}.fa-up-from-bracket{--fa:"";--fa--fa:""}.fa-knife-kitchen{--fa:"";--fa--fa:""}.fa-border-right{--fa:"";--fa--fa:""}.fa-arrow-turn-down{--fa:"";--fa--fa:""}.fa-level-down{--fa:"";--fa--fa:""}.fa-spade{--fa:"";--fa--fa:""}.fa-card-spade{--fa:"";--fa--fa:""}.fa-line-columns{--fa:"";--fa--fa:""}.fa-ant{--fa:"";--fa--fa:""}.fa-arrow-right-to-line{--fa:"";--fa--fa:""}.fa-arrow-to-right{--fa:"";--fa--fa:""}.fa-person-falling-burst{--fa:"";--fa--fa:""}.fa-flag-pennant{--fa:"";--fa--fa:""}.fa-pennant{--fa:"";--fa--fa:""}.fa-conveyor-belt-empty{--fa:"";--fa--fa:""}.fa-user-group-simple{--fa:"";--fa--fa:""}.fa-award{--fa:"";--fa--fa:""}.fa-ticket-simple{--fa:"";--fa--fa:""}.fa-ticket-alt{--fa:"";--fa--fa:""}.fa-building{--fa:"";--fa--fa:""}.fa-angles-left{--fa:"";--fa--fa:""}.fa-angle-double-left{--fa:"";--fa--fa:""}.fa-camcorder{--fa:"";--fa--fa:""}.fa-video-handheld{--fa:"";--fa--fa:""}.fa-pancakes{--fa:"";--fa--fa:""}.fa-album-circle-user{--fa:"";--fa--fa:""}.fa-subtitles-slash{--fa:"";--fa--fa:""}.fa-qrcode{--fa:"";--fa--fa:""}.fa-dice-d10{--fa:"";--fa--fa:""}.fa-fireplace{--fa:"";--fa--fa:""}.fa-browser{--fa:"";--fa--fa:""}.fa-pen-paintbrush{--fa:"";--fa--fa:""}.fa-pencil-paintbrush{--fa:"";--fa--fa:""}.fa-fish-cooked{--fa:"";--fa--fa:""}.fa-chair-office{--fa:"";--fa--fa:""}.fa-magnifying-glass-music{--fa:"";--fa--fa:""}.fa-nesting-dolls{--fa:"";--fa--fa:""}.fa-clock-rotate-left{--fa:"";--fa--fa:""}.fa-history{--fa:"";--fa--fa:""}.fa-trumpet{--fa:"";--fa--fa:""}.fa-face-grin-beam-sweat{--fa:"";--fa--fa:""}.fa-grin-beam-sweat{--fa:"";--fa--fa:""}.fa-fire-smoke{--fa:"";--fa--fa:""}.fa-phone-missed{--fa:"";--fa--fa:""}.fa-file-export{--fa:"";--fa--fa:""}.fa-arrow-right-from-file{--fa:"";--fa--fa:""}.fa-shield{--fa:"";--fa--fa:""}.fa-shield-blank{--fa:"";--fa--fa:""}.fa-arrow-up-short-wide{--fa:"";--fa--fa:""}.fa-sort-amount-up-alt{--fa:"";--fa--fa:""}.fa-arrows-repeat-1{--fa:"";--fa--fa:""}.fa-repeat-1-alt{--fa:"";--fa--fa:""}.fa-gun-slash{--fa:"";--fa--fa:""}.fa-avocado{--fa:"";--fa--fa:""}.fa-binary{--fa:"";--fa--fa:""}.fa-comment-nodes{--fa:"";--fa--fa:""}.fa-glasses-round{--fa:"";--fa--fa:""}.fa-glasses-alt{--fa:"";--fa--fa:""}.fa-phone-plus{--fa:"";--fa--fa:""}.fa-ditto{--fa:"\"";--fa--fa:"\"\""}.fa-person-seat{--fa:"";--fa--fa:""}.fa-house-medical{--fa:"";--fa--fa:""}.fa-golf-ball-tee{--fa:"";--fa--fa:""}.fa-golf-ball{--fa:"";--fa--fa:""}.fa-circle-chevron-left{--fa:"";--fa--fa:""}.fa-chevron-circle-left{--fa:"";--fa--fa:""}.fa-house-chimney-window{--fa:"";--fa--fa:""}.fa-scythe{--fa:"";--fa--fa:""}.fa-pen-nib{--fa:"";--fa--fa:""}.fa-ban-parking{--fa:"";--fa--fa:""}.fa-parking-circle-slash{--fa:"";--fa--fa:""}.fa-tent-arrow-turn-left{--fa:"";--fa--fa:""}.fa-face-diagonal-mouth{--fa:"";--fa--fa:""}.fa-diagram-cells{--fa:"";--fa--fa:""}.fa-cricket-bat-ball{--fa:"";--fa--fa:""}.fa-cricket{--fa:"";--fa--fa:""}.fa-tents{--fa:"";--fa--fa:""}.fa-wand-magic{--fa:"";--fa--fa:""}.fa-magic{--fa:"";--fa--fa:""}.fa-dog{--fa:"";--fa--fa:""}.fa-pen-line{--fa:"";--fa--fa:""}.fa-atom-simple{--fa:"";--fa--fa:""}.fa-atom-alt{--fa:"";--fa--fa:""}.fa-ampersand{--fa:"\&";--fa--fa:"\&\&"}.fa-carrot{--fa:"";--fa--fa:""}.fa-arrow-up-from-line{--fa:"";--fa--fa:""}.fa-arrow-from-bottom{--fa:"";--fa--fa:""}.fa-moon{--fa:"";--fa--fa:""}.fa-pen-slash{--fa:"";--fa--fa:""}.fa-wine-glass-empty{--fa:"";--fa--fa:""}.fa-wine-glass-alt{--fa:"";--fa--fa:""}.fa-square-star{--fa:"";--fa--fa:""}.fa-cheese{--fa:"";--fa--fa:""}.fa-send-backward{--fa:"";--fa--fa:""}.fa-yin-yang{--fa:"";--fa--fa:""}.fa-music{--fa:"";--fa--fa:""}.fa-compass-slash{--fa:"";--fa--fa:""}.fa-clock-one{--fa:"";--fa--fa:""}.fa-file-music{--fa:"";--fa--fa:""}.fa-code-commit{--fa:"";--fa--fa:""}.fa-temperature-low{--fa:"";--fa--fa:""}.fa-person-biking{--fa:"";--fa--fa:""}.fa-biking{--fa:"";--fa--fa:""}.fa-display-chart-up-circle-currency{--fa:"";--fa--fa:""}.fa-skeleton{--fa:"";--fa--fa:""}.fa-circle-g{--fa:"";--fa--fa:""}.fa-circle-arrow-up-left{--fa:"";--fa--fa:""}.fa-coin-blank{--fa:"";--fa--fa:""}.fa-broom{--fa:"";--fa--fa:""}.fa-vacuum{--fa:"";--fa--fa:""}.fa-shield-heart{--fa:"";--fa--fa:""}.fa-card-heart{--fa:"";--fa--fa:""}.fa-lightbulb-cfl-on{--fa:"";--fa--fa:""}.fa-melon{--fa:"";--fa--fa:""}.fa-gopuram{--fa:"";--fa--fa:""}.fa-earth-oceania{--fa:"";--fa--fa:""}.fa-globe-oceania{--fa:"";--fa--fa:""}.fa-container-storage{--fa:"";--fa--fa:""}.fa-face-pouting{--fa:"";--fa--fa:""}.fa-square-xmark{--fa:"";--fa--fa:""}.fa-times-square{--fa:"";--fa--fa:""}.fa-xmark-square{--fa:"";--fa--fa:""}.fa-face-explode{--fa:"";--fa--fa:""}.fa-exploding-head{--fa:"";--fa--fa:""}.fa-hashtag{--fa:"\#";--fa--fa:"\#\#"}.fa-up-right-and-down-left-from-center{--fa:"";--fa--fa:""}.fa-expand-alt{--fa:"";--fa--fa:""}.fa-oil-can{--fa:"";--fa--fa:""}.fa-t{--fa:"T";--fa--fa:"TT"}.fa-transformer-bolt{--fa:"";--fa--fa:""}.fa-hippo{--fa:"";--fa--fa:""}.fa-chart-column{--fa:"";--fa--fa:""}.fa-cassette-vhs{--fa:"";--fa--fa:""}.fa-vhs{--fa:"";--fa--fa:""}.fa-infinity{--fa:"";--fa--fa:""}.fa-vial-circle-check{--fa:"";--fa--fa:""}.fa-chimney{--fa:"";--fa--fa:""}.fa-object-intersect{--fa:"";--fa--fa:""}.fa-person-arrow-down-to-line{--fa:"";--fa--fa:""}.fa-voicemail{--fa:"";--fa--fa:""}.fa-block-brick{--fa:"";--fa--fa:""}.fa-wall-brick{--fa:"";--fa--fa:""}.fa-fan{--fa:"";--fa--fa:""}.fa-bags-shopping{--fa:"";--fa--fa:""}.fa-paragraph-left{--fa:"";--fa--fa:""}.fa-paragraph-rtl{--fa:"";--fa--fa:""}.fa-person-walking-luggage{--fa:"";--fa--fa:""}.fa-caravan-simple{--fa:"";--fa--fa:""}.fa-caravan-alt{--fa:"";--fa--fa:""}.fa-turtle{--fa:"";--fa--fa:""}.fa-pencil-mechanical{--fa:"";--fa--fa:""}.fa-up-down{--fa:"";--fa--fa:""}.fa-arrows-alt-v{--fa:"";--fa--fa:""}.fa-cloud-moon-rain{--fa:"";--fa--fa:""}.fa-booth-curtain{--fa:"";--fa--fa:""}.fa-calendar{--fa:"";--fa--fa:""}.fa-box-heart{--fa:"";--fa--fa:""}.fa-trailer{--fa:"";--fa--fa:""}.fa-user-doctor-message{--fa:"";--fa--fa:""}.fa-user-md-chat{--fa:"";--fa--fa:""}.fa-bahai{--fa:"";--fa--fa:""}.fa-haykal{--fa:"";--fa--fa:""}.fa-lighthouse{--fa:"";--fa--fa:""}.fa-amp-guitar{--fa:"";--fa--fa:""}.fa-sd-card{--fa:"";--fa--fa:""}.fa-volume-slash{--fa:"";--fa--fa:""}.fa-border-bottom{--fa:"";--fa--fa:""}.fa-wifi-weak{--fa:"";--fa--fa:""}.fa-wifi-1{--fa:"";--fa--fa:""}.fa-dragon{--fa:"";--fa--fa:""}.fa-shoe-prints{--fa:"";--fa--fa:""}.fa-circle-plus{--fa:"";--fa--fa:""}.fa-plus-circle{--fa:"";--fa--fa:""}.fa-face-grin-tongue-wink{--fa:"";--fa--fa:""}.fa-grin-tongue-wink{--fa:"";--fa--fa:""}.fa-hand-holding{--fa:"";--fa--fa:""}.fa-plug-circle-exclamation{--fa:"";--fa--fa:""}.fa-link-slash{--fa:"";--fa--fa:""}.fa-chain-broken{--fa:"";--fa--fa:""}.fa-chain-slash{--fa:"";--fa--fa:""}.fa-unlink{--fa:"";--fa--fa:""}.fa-clone{--fa:"";--fa--fa:""}.fa-person-walking-arrow-loop-left{--fa:"";--fa--fa:""}.fa-arrow-up-z-a{--fa:"";--fa--fa:""}.fa-sort-alpha-up-alt{--fa:"";--fa--fa:""}.fa-fire-flame-curved{--fa:"";--fa--fa:""}.fa-fire-alt{--fa:"";--fa--fa:""}.fa-tornado{--fa:"";--fa--fa:""}.fa-file-circle-plus{--fa:"";--fa--fa:""}.fa-delete-right{--fa:"";--fa--fa:""}.fa-book-quran{--fa:"";--fa--fa:""}.fa-quran{--fa:"";--fa--fa:""}.fa-circle-quarter{--fa:"";--fa--fa:""}.fa-anchor{--fa:"";--fa--fa:""}.fa-border-all{--fa:"";--fa--fa:""}.fa-function{--fa:"";--fa--fa:""}.fa-face-angry{--fa:"";--fa--fa:""}.fa-angry{--fa:"";--fa--fa:""}.fa-people-simple{--fa:"";--fa--fa:""}.fa-cookie-bite{--fa:"";--fa--fa:""}.fa-arrow-trend-down{--fa:"";--fa--fa:""}.fa-rss{--fa:"";--fa--fa:""}.fa-feed{--fa:"";--fa--fa:""}.fa-face-monocle{--fa:"";--fa--fa:""}.fa-draw-polygon{--fa:"";--fa--fa:""}.fa-scale-balanced{--fa:"";--fa--fa:""}.fa-balance-scale{--fa:"";--fa--fa:""}.fa-calendar-lines{--fa:"";--fa--fa:""}.fa-calendar-note{--fa:"";--fa--fa:""}.fa-arrow-down-big-small{--fa:"";--fa--fa:""}.fa-sort-size-down{--fa:"";--fa--fa:""}.fa-gauge-simple-high{--fa:"";--fa--fa:""}.fa-tachometer{--fa:"";--fa--fa:""}.fa-tachometer-fast{--fa:"";--fa--fa:""}.fa-do-not-enter{--fa:"";--fa--fa:""}.fa-shower{--fa:"";--fa--fa:""}.fa-dice-d8{--fa:"";--fa--fa:""}.fa-desktop{--fa:"";--fa--fa:""}.fa-desktop-alt{--fa:"";--fa--fa:""}.fa-m{--fa:"M";--fa--fa:"MM"}.fa-spinner-scale{--fa:"";--fa--fa:""}.fa-grip-dots-vertical{--fa:"";--fa--fa:""}.fa-face-viewfinder{--fa:"";--fa--fa:""}.fa-soft-serve{--fa:"";--fa--fa:""}.fa-creemee{--fa:"";--fa--fa:""}.fa-h5{--fa:"";--fa--fa:""}.fa-hand-back-point-down{--fa:"";--fa--fa:""}.fa-table-list{--fa:"";--fa--fa:""}.fa-th-list{--fa:"";--fa--fa:""}.fa-basket-shopping-minus{--fa:"";--fa--fa:""}.fa-comment-sms{--fa:"";--fa--fa:""}.fa-sms{--fa:"";--fa--fa:""}.fa-rectangle{--fa:"";--fa--fa:""}.fa-rectangle-landscape{--fa:"";--fa--fa:""}.fa-clipboard-list-check{--fa:"";--fa--fa:""}.fa-turkey{--fa:"";--fa--fa:""}.fa-book{--fa:"";--fa--fa:""}.fa-user-plus{--fa:"";--fa--fa:""}.fa-ice-skate{--fa:"";--fa--fa:""}.fa-check{--fa:"";--fa--fa:""}.fa-battery-three-quarters{--fa:"";--fa--fa:""}.fa-battery-4{--fa:"";--fa--fa:""}.fa-tomato{--fa:"";--fa--fa:""}.fa-sword-laser{--fa:"";--fa--fa:""}.fa-house-circle-check{--fa:"";--fa--fa:""}.fa-buildings{--fa:"";--fa--fa:""}.fa-angle-left{--fa:"";--fa--fa:""}.fa-cart-flatbed-boxes{--fa:"";--fa--fa:""}.fa-dolly-flatbed-alt{--fa:"";--fa--fa:""}.fa-diagram-successor{--fa:"";--fa--fa:""}.fa-truck-arrow-right{--fa:"";--fa--fa:""}.fa-square-w{--fa:"";--fa--fa:""}.fa-arrows-split-up-and-left{--fa:"";--fa--fa:""}.fa-lamp{--fa:"";--fa--fa:""}.fa-airplay{--fa:"";--fa--fa:""}.fa-hand-fist{--fa:"";--fa--fa:""}.fa-fist-raised{--fa:"";--fa--fa:""}.fa-shield-quartered{--fa:"";--fa--fa:""}.fa-slash-forward{--fa:"\/";--fa--fa:"\/\/"}.fa-location-pen{--fa:"";--fa--fa:""}.fa-map-marker-edit{--fa:"";--fa--fa:""}.fa-cloud-moon{--fa:"";--fa--fa:""}.fa-pot-food{--fa:"";--fa--fa:""}.fa-briefcase{--fa:"";--fa--fa:""}.fa-person-falling{--fa:"";--fa--fa:""}.fa-image-portrait{--fa:"";--fa--fa:""}.fa-portrait{--fa:"";--fa--fa:""}.fa-user-tag{--fa:"";--fa--fa:""}.fa-rug{--fa:"";--fa--fa:""}.fa-print-slash{--fa:"";--fa--fa:""}.fa-earth-europe{--fa:"";--fa--fa:""}.fa-globe-europe{--fa:"";--fa--fa:""}.fa-cart-flatbed-suitcase{--fa:"";--fa--fa:""}.fa-luggage-cart{--fa:"";--fa--fa:""}.fa-hand-back-point-ribbon{--fa:"";--fa--fa:""}.fa-rectangle-xmark{--fa:"";--fa--fa:""}.fa-rectangle-times{--fa:"";--fa--fa:""}.fa-times-rectangle{--fa:"";--fa--fa:""}.fa-window-close{--fa:"";--fa--fa:""}.fa-tire-rugged{--fa:"";--fa--fa:""}.fa-lightbulb-dollar{--fa:"";--fa--fa:""}.fa-cowbell{--fa:"";--fa--fa:""}.fa-baht-sign{--fa:"";--fa--fa:""}.fa-corner{--fa:"";--fa--fa:""}.fa-chevrons-right{--fa:"";--fa--fa:""}.fa-chevron-double-right{--fa:"";--fa--fa:""}.fa-book-open{--fa:"";--fa--fa:""}.fa-book-journal-whills{--fa:"";--fa--fa:""}.fa-journal-whills{--fa:"";--fa--fa:""}.fa-inhaler{--fa:"";--fa--fa:""}.fa-handcuffs{--fa:"";--fa--fa:""}.fa-snake{--fa:"";--fa--fa:""}.fa-triangle-exclamation{--fa:"";--fa--fa:""}.fa-exclamation-triangle{--fa:"";--fa--fa:""}.fa-warning{--fa:"";--fa--fa:""}.fa-note-medical{--fa:"";--fa--fa:""}.fa-database{--fa:"";--fa--fa:""}.fa-down-left{--fa:"";--fa--fa:""}.fa-share{--fa:"";--fa--fa:""}.fa-mail-forward{--fa:"";--fa--fa:""}.fa-face-thinking{--fa:"";--fa--fa:""}.fa-turn-down-right{--fa:"";--fa--fa:""}.fa-bottle-droplet{--fa:"";--fa--fa:""}.fa-mask-face{--fa:"";--fa--fa:""}.fa-hill-rockslide{--fa:"";--fa--fa:""}.fa-scanner-keyboard{--fa:"";--fa--fa:""}.fa-circle-o{--fa:"";--fa--fa:""}.fa-grid-horizontal{--fa:"";--fa--fa:""}.fa-message-dollar{--fa:"";--fa--fa:""}.fa-comment-alt-dollar{--fa:"";--fa--fa:""}.fa-right-left{--fa:"";--fa--fa:""}.fa-exchange-alt{--fa:"";--fa--fa:""}.fa-columns-3{--fa:"";--fa--fa:""}.fa-paper-plane{--fa:"";--fa--fa:""}.fa-road-circle-exclamation{--fa:"";--fa--fa:""}.fa-dungeon{--fa:"";--fa--fa:""}.fa-hand-holding-box{--fa:"";--fa--fa:""}.fa-input-text{--fa:"";--fa--fa:""}.fa-window-flip{--fa:"";--fa--fa:""}.fa-window-alt{--fa:"";--fa--fa:""}.fa-align-right{--fa:"";--fa--fa:""}.fa-scanner-gun{--fa:"";--fa--fa:""}.fa-scanner{--fa:"";--fa--fa:""}.fa-tire{--fa:"";--fa--fa:""}.fa-engine{--fa:"";--fa--fa:""}.fa-money-bill-1-wave{--fa:"";--fa--fa:""}.fa-money-bill-wave-alt{--fa:"";--fa--fa:""}.fa-life-ring{--fa:"";--fa--fa:""}.fa-hands{--fa:"";--fa--fa:""}.fa-sign-language{--fa:"";--fa--fa:""}.fa-signing{--fa:"";--fa--fa:""}.fa-circle-caret-right{--fa:"";--fa--fa:""}.fa-caret-circle-right{--fa:"";--fa--fa:""}.fa-turn-left{--fa:"";--fa--fa:""}.fa-wheat{--fa:"";--fa--fa:""}.fa-file-spreadsheet{--fa:"";--fa--fa:""}.fa-audio-description-slash{--fa:"";--fa--fa:""}.fa-bell-ring{--fa:"";--fa--fa:""}.fa-calendar-day{--fa:"";--fa--fa:""}.fa-water-ladder{--fa:"";--fa--fa:""}.fa-ladder-water{--fa:"";--fa--fa:""}.fa-swimming-pool{--fa:"";--fa--fa:""}.fa-arrows-up-down{--fa:"";--fa--fa:""}.fa-arrows-v{--fa:"";--fa--fa:""}.fa-chess-pawn-piece{--fa:"";--fa--fa:""}.fa-chess-pawn-alt{--fa:"";--fa--fa:""}.fa-face-grimace{--fa:"";--fa--fa:""}.fa-grimace{--fa:"";--fa--fa:""}.fa-wheelchair-move{--fa:"";--fa--fa:""}.fa-wheelchair-alt{--fa:"";--fa--fa:""}.fa-turn-down{--fa:"";--fa--fa:""}.fa-level-down-alt{--fa:"";--fa--fa:""}.fa-square-s{--fa:"";--fa--fa:""}.fa-rectangle-barcode{--fa:"";--fa--fa:""}.fa-barcode-alt{--fa:"";--fa--fa:""}.fa-person-walking-arrow-right{--fa:"";--fa--fa:""}.fa-square-envelope{--fa:"";--fa--fa:""}.fa-envelope-square{--fa:"";--fa--fa:""}.fa-dice{--fa:"";--fa--fa:""}.fa-unicorn{--fa:"";--fa--fa:""}.fa-bowling-ball{--fa:"";--fa--fa:""}.fa-pompebled{--fa:"";--fa--fa:""}.fa-brain{--fa:"";--fa--fa:""}.fa-watch-smart{--fa:"";--fa--fa:""}.fa-book-user{--fa:"";--fa--fa:""}.fa-sensor-cloud{--fa:"";--fa--fa:""}.fa-sensor-smoke{--fa:"";--fa--fa:""}.fa-clapperboard-play{--fa:"";--fa--fa:""}.fa-bandage{--fa:"";--fa--fa:""}.fa-band-aid{--fa:"";--fa--fa:""}.fa-calendar-minus{--fa:"";--fa--fa:""}.fa-circle-xmark{--fa:"";--fa--fa:""}.fa-times-circle{--fa:"";--fa--fa:""}.fa-xmark-circle{--fa:"";--fa--fa:""}.fa-circle-4{--fa:"";--fa--fa:""}.fa-gifts{--fa:"";--fa--fa:""}.fa-album-collection{--fa:"";--fa--fa:""}.fa-hotel{--fa:"";--fa--fa:""}.fa-earth-asia{--fa:"";--fa--fa:""}.fa-globe-asia{--fa:"";--fa--fa:""}.fa-id-card-clip{--fa:"";--fa--fa:""}.fa-id-card-alt{--fa:"";--fa--fa:""}.fa-magnifying-glass-plus{--fa:"";--fa--fa:""}.fa-search-plus{--fa:"";--fa--fa:""}.fa-thumbs-up{--fa:"";--fa--fa:""}.fa-cloud-showers{--fa:"";--fa--fa:""}.fa-user-clock{--fa:"";--fa--fa:""}.fa-onion{--fa:"";--fa--fa:""}.fa-clock-twelve-thirty{--fa:"";--fa--fa:""}.fa-arrow-down-to-dotted-line{--fa:"";--fa--fa:""}.fa-hand-dots{--fa:"";--fa--fa:""}.fa-allergies{--fa:"";--fa--fa:""}.fa-file-invoice{--fa:"";--fa--fa:""}.fa-window-minimize{--fa:"";--fa--fa:""}.fa-rectangle-wide{--fa:"";--fa--fa:""}.fa-comment-arrow-up{--fa:"";--fa--fa:""}.fa-garlic{--fa:"";--fa--fa:""}.fa-mug-saucer{--fa:"";--fa--fa:""}.fa-coffee{--fa:"";--fa--fa:""}.fa-brush{--fa:"";--fa--fa:""}.fa-file-half-dashed{--fa:"";--fa--fa:""}.fa-tree-decorated{--fa:"";--fa--fa:""}.fa-mask{--fa:"";--fa--fa:""}.fa-calendar-heart{--fa:"";--fa--fa:""}.fa-magnifying-glass-minus{--fa:"";--fa--fa:""}.fa-search-minus{--fa:"";--fa--fa:""}.fa-flower{--fa:"";--fa--fa:""}.fa-arrow-down-from-arc{--fa:"";--fa--fa:""}.fa-right-left-large{--fa:"";--fa--fa:""}.fa-ruler-vertical{--fa:"";--fa--fa:""}.fa-circles-overlap{--fa:"";--fa--fa:""}.fa-user-large{--fa:"";--fa--fa:""}.fa-user-alt{--fa:"";--fa--fa:""}.fa-starship-freighter{--fa:"";--fa--fa:""}.fa-train-tram{--fa:"";--fa--fa:""}.fa-bridge-suspension{--fa:"";--fa--fa:""}.fa-trash-check{--fa:"";--fa--fa:""}.fa-user-nurse{--fa:"";--fa--fa:""}.fa-boombox{--fa:"";--fa--fa:""}.fa-syringe{--fa:"";--fa--fa:""}.fa-cloud-sun{--fa:"";--fa--fa:""}.fa-shield-exclamation{--fa:"";--fa--fa:""}.fa-stopwatch-20{--fa:"";--fa--fa:""}.fa-square-full{--fa:"";--fa--fa:""}.fa-grip-dots{--fa:"";--fa--fa:""}.fa-comment-exclamation{--fa:"";--fa--fa:""}.fa-pen-swirl{--fa:"";--fa--fa:""}.fa-falafel{--fa:"";--fa--fa:""}.fa-circle-2{--fa:"";--fa--fa:""}.fa-magnet{--fa:"";--fa--fa:""}.fa-jar{--fa:"";--fa--fa:""}.fa-gramophone{--fa:"";--fa--fa:""}.fa-dice-d12{--fa:"";--fa--fa:""}.fa-note-sticky{--fa:"";--fa--fa:""}.fa-sticky-note{--fa:"";--fa--fa:""}.fa-down{--fa:"";--fa--fa:""}.fa-arrow-alt-down{--fa:"";--fa--fa:""}.fa-hundred-points{--fa:"";--fa--fa:""}.fa-100{--fa:"";--fa--fa:""}.fa-paperclip-vertical{--fa:"";--fa--fa:""}.fa-wind-warning{--fa:"";--fa--fa:""}.fa-wind-circle-exclamation{--fa:"";--fa--fa:""}.fa-location-pin-slash{--fa:"";--fa--fa:""}.fa-map-marker-slash{--fa:"";--fa--fa:""}.fa-face-sad-sweat{--fa:"";--fa--fa:""}.fa-bug-slash{--fa:"";--fa--fa:""}.fa-cupcake{--fa:"";--fa--fa:""}.fa-light-switch-off{--fa:"";--fa--fa:""}.fa-toggle-large-off{--fa:"";--fa--fa:""}.fa-pen-fancy-slash{--fa:"";--fa--fa:""}.fa-truck-container{--fa:"";--fa--fa:""}.fa-boot{--fa:"";--fa--fa:""}.fa-arrow-up-from-water-pump{--fa:"";--fa--fa:""}.fa-file-check{--fa:"";--fa--fa:""}.fa-bone{--fa:"";--fa--fa:""}.fa-cards-blank{--fa:"";--fa--fa:""}.fa-circle-3{--fa:"";--fa--fa:""}.fa-bench-tree{--fa:"";--fa--fa:""}.fa-keyboard-brightness-low{--fa:"";--fa--fa:""}.fa-ski-boot-ski{--fa:"";--fa--fa:""}.fa-brain-circuit{--fa:"";--fa--fa:""}.fa-table-cells-row-unlock{--fa:"";--fa--fa:""}.fa-user-injured{--fa:"";--fa--fa:""}.fa-block-brick-fire{--fa:"";--fa--fa:""}.fa-firewall{--fa:"";--fa--fa:""}.fa-face-sad-tear{--fa:"";--fa--fa:""}.fa-sad-tear{--fa:"";--fa--fa:""}.fa-plane{--fa:"";--fa--fa:""}.fa-tent-arrows-down{--fa:"";--fa--fa:""}.fa-exclamation{--fa:"\!";--fa--fa:"\!\!"}.fa-arrows-spin{--fa:"";--fa--fa:""}.fa-face-smile-relaxed{--fa:"";--fa--fa:""}.fa-comment-xmark{--fa:"";--fa--fa:""}.fa-comment-times{--fa:"";--fa--fa:""}.fa-print{--fa:"";--fa--fa:""}.fa-turkish-lira-sign{--fa:"";--fa--fa:""}.fa-try{--fa:"";--fa--fa:""}.fa-turkish-lira{--fa:"";--fa--fa:""}.fa-face-nose-steam{--fa:"";--fa--fa:""}.fa-circle-waveform-lines{--fa:"";--fa--fa:""}.fa-waveform-circle{--fa:"";--fa--fa:""}.fa-dollar-sign{--fa:"\$";--fa--fa:"\$\$"}.fa-dollar{--fa:"\$";--fa--fa:"\$\$"}.fa-usd{--fa:"\$";--fa--fa:"\$\$"}.fa-ferris-wheel{--fa:"";--fa--fa:""}.fa-computer-speaker{--fa:"";--fa--fa:""}.fa-skull-cow{--fa:"";--fa--fa:""}.fa-x{--fa:"X";--fa--fa:"XX"}.fa-magnifying-glass-dollar{--fa:"";--fa--fa:""}.fa-search-dollar{--fa:"";--fa--fa:""}.fa-users-gear{--fa:"";--fa--fa:""}.fa-users-cog{--fa:"";--fa--fa:""}.fa-person-military-pointing{--fa:"";--fa--fa:""}.fa-building-columns{--fa:"";--fa--fa:""}.fa-bank{--fa:"";--fa--fa:""}.fa-institution{--fa:"";--fa--fa:""}.fa-museum{--fa:"";--fa--fa:""}.fa-university{--fa:"";--fa--fa:""}.fa-circle-t{--fa:"";--fa--fa:""}.fa-sack{--fa:"";--fa--fa:""}.fa-grid-2{--fa:"";--fa--fa:""}.fa-camera-cctv{--fa:"";--fa--fa:""}.fa-cctv{--fa:"";--fa--fa:""}.fa-umbrella{--fa:"";--fa--fa:""}.fa-trowel{--fa:"";--fa--fa:""}.fa-horizontal-rule{--fa:"";--fa--fa:""}.fa-bed-front{--fa:"";--fa--fa:""}.fa-bed-alt{--fa:"";--fa--fa:""}.fa-d{--fa:"D";--fa--fa:"DD"}.fa-stapler{--fa:"";--fa--fa:""}.fa-masks-theater{--fa:"";--fa--fa:""}.fa-theater-masks{--fa:"";--fa--fa:""}.fa-file-gif{--fa:"";--fa--fa:""}.fa-kip-sign{--fa:"";--fa--fa:""}.fa-face-woozy{--fa:"";--fa--fa:""}.fa-cloud-question{--fa:"";--fa--fa:""}.fa-pineapple{--fa:"";--fa--fa:""}.fa-hand-point-left{--fa:"";--fa--fa:""}.fa-gallery-thumbnails{--fa:"";--fa--fa:""}.fa-circle-j{--fa:"";--fa--fa:""}.fa-eyes{--fa:"";--fa--fa:""}.fa-handshake-simple{--fa:"";--fa--fa:""}.fa-handshake-alt{--fa:"";--fa--fa:""}.fa-page-caret-up{--fa:"";--fa--fa:""}.fa-file-caret-up{--fa:"";--fa--fa:""}.fa-jet-fighter{--fa:"";--fa--fa:""}.fa-fighter-jet{--fa:"";--fa--fa:""}.fa-comet{--fa:"";--fa--fa:""}.fa-square-share-nodes{--fa:"";--fa--fa:""}.fa-share-alt-square{--fa:"";--fa--fa:""}.fa-reflect-vertical{--fa:"";--fa--fa:""}.fa-shield-keyhole{--fa:"";--fa--fa:""}.fa-file-mp4{--fa:"";--fa--fa:""}.fa-barcode{--fa:"";--fa--fa:""}.fa-bulldozer{--fa:"";--fa--fa:""}.fa-plus-minus{--fa:"";--fa--fa:""}.fa-square-sliders-vertical{--fa:"";--fa--fa:""}.fa-sliders-v-square{--fa:"";--fa--fa:""}.fa-video{--fa:"";--fa--fa:""}.fa-video-camera{--fa:"";--fa--fa:""}.fa-message-middle{--fa:"";--fa--fa:""}.fa-comment-middle-alt{--fa:"";--fa--fa:""}.fa-graduation-cap{--fa:"";--fa--fa:""}.fa-mortar-board{--fa:"";--fa--fa:""}.fa-hand-holding-medical{--fa:"";--fa--fa:""}.fa-person-circle-check{--fa:"";--fa--fa:""}.fa-square-z{--fa:"";--fa--fa:""}.fa-message-text{--fa:"";--fa--fa:""}.fa-comment-alt-text{--fa:"";--fa--fa:""}.fa-turn-up{--fa:"";--fa--fa:""}.fa-level-up-alt{--fa:"";--fa--fa:""}.sr-only,.fa-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.sr-only-focusable:not(:focus),.fa-sr-only-focusable:not(:focus){position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}/*!
 * Font Awesome Pro 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Pro";--fa-font-regular: normal 400 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-regular-400.36168646.woff2) format("woff2"),url(../fonts/fa-regular-400.1fb710c6.ttf) format("truetype")}.far,.fa-regular{font-weight:400}/*!
 * Font Awesome Pro 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Pro";--fa-font-light: normal 300 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:300;font-display:block;src:url(../fonts/fa-light-300.d66a62e8.woff2) format("woff2"),url(../fonts/fa-light-300.8b18a77b.ttf) format("truetype")}.fal,.fa-light{font-weight:300}/*!
 * Font Awesome Pro 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-classic: "Font Awesome 6 Pro";--fa-font-solid: normal 900 1em/1 "Font Awesome 6 Pro"}@font-face{font-family:"Font Awesome 6 Pro";font-style:normal;font-weight:900;font-display:block;src:url(../fonts/fa-solid-900.9ec24c50.woff2) format("woff2"),url(../fonts/fa-solid-900.866bbb7a.ttf) format("truetype")}.fas,.fa-solid{font-weight:900}/*!
 * Font Awesome Pro 6.7.1 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license (Commercial License)
 * Copyright 2024 Fonticons, Inc.
 */:root,:host{--fa-style-family-brands: "Font Awesome 6 Brands";--fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands"}@font-face{font-family:"Font Awesome 6 Brands";font-style:normal;font-weight:400;font-display:block;src:url(../fonts/fa-brands-400.71509c34.woff2) format("woff2"),url(../fonts/fa-brands-400.176a65f4.ttf) format("truetype")}.fab,.fa-brands{font-weight:400}.fa-monero{--fa:""}.fa-hooli{--fa:""}.fa-yelp{--fa:""}.fa-cc-visa{--fa:""}.fa-lastfm{--fa:""}.fa-shopware{--fa:""}.fa-creative-commons-nc{--fa:""}.fa-aws{--fa:""}.fa-redhat{--fa:""}.fa-yoast{--fa:""}.fa-cloudflare{--fa:""}.fa-ups{--fa:""}.fa-pixiv{--fa:""}.fa-wpexplorer{--fa:""}.fa-dyalog{--fa:""}.fa-bity{--fa:""}.fa-stackpath{--fa:""}.fa-buysellads{--fa:""}.fa-first-order{--fa:""}.fa-modx{--fa:""}.fa-guilded{--fa:""}.fa-vnv{--fa:""}.fa-square-js{--fa:""}.fa-js-square{--fa:""}.fa-microsoft{--fa:""}.fa-qq{--fa:""}.fa-orcid{--fa:""}.fa-java{--fa:""}.fa-invision{--fa:""}.fa-creative-commons-pd-alt{--fa:""}.fa-centercode{--fa:""}.fa-glide-g{--fa:""}.fa-drupal{--fa:""}.fa-jxl{--fa:""}.fa-dart-lang{--fa:""}.fa-hire-a-helper{--fa:""}.fa-creative-commons-by{--fa:""}.fa-unity{--fa:""}.fa-whmcs{--fa:""}.fa-rocketchat{--fa:""}.fa-vk{--fa:""}.fa-untappd{--fa:""}.fa-mailchimp{--fa:""}.fa-css3-alt{--fa:""}.fa-square-reddit{--fa:""}.fa-reddit-square{--fa:""}.fa-vimeo-v{--fa:""}.fa-contao{--fa:""}.fa-square-font-awesome{--fa:""}.fa-deskpro{--fa:""}.fa-brave{--fa:""}.fa-sistrix{--fa:""}.fa-square-instagram{--fa:""}.fa-instagram-square{--fa:""}.fa-battle-net{--fa:""}.fa-the-red-yeti{--fa:""}.fa-square-hacker-news{--fa:""}.fa-hacker-news-square{--fa:""}.fa-edge{--fa:""}.fa-threads{--fa:""}.fa-napster{--fa:""}.fa-square-snapchat{--fa:""}.fa-snapchat-square{--fa:""}.fa-google-plus-g{--fa:""}.fa-artstation{--fa:""}.fa-markdown{--fa:""}.fa-sourcetree{--fa:""}.fa-google-plus{--fa:""}.fa-diaspora{--fa:""}.fa-foursquare{--fa:""}.fa-stack-overflow{--fa:""}.fa-github-alt{--fa:""}.fa-phoenix-squadron{--fa:""}.fa-pagelines{--fa:""}.fa-algolia{--fa:""}.fa-red-river{--fa:""}.fa-creative-commons-sa{--fa:""}.fa-safari{--fa:""}.fa-google{--fa:""}.fa-square-font-awesome-stroke{--fa:""}.fa-font-awesome-alt{--fa:""}.fa-atlassian{--fa:""}.fa-linkedin-in{--fa:""}.fa-digital-ocean{--fa:""}.fa-nimblr{--fa:""}.fa-chromecast{--fa:""}.fa-evernote{--fa:""}.fa-hacker-news{--fa:""}.fa-creative-commons-sampling{--fa:""}.fa-adversal{--fa:""}.fa-creative-commons{--fa:""}.fa-watchman-monitoring{--fa:""}.fa-fonticons{--fa:""}.fa-weixin{--fa:""}.fa-shirtsinbulk{--fa:""}.fa-codepen{--fa:""}.fa-git-alt{--fa:""}.fa-lyft{--fa:""}.fa-rev{--fa:""}.fa-windows{--fa:""}.fa-wizards-of-the-coast{--fa:""}.fa-square-viadeo{--fa:""}.fa-viadeo-square{--fa:""}.fa-meetup{--fa:""}.fa-centos{--fa:""}.fa-adn{--fa:""}.fa-cloudsmith{--fa:""}.fa-opensuse{--fa:""}.fa-pied-piper-alt{--fa:""}.fa-square-dribbble{--fa:""}.fa-dribbble-square{--fa:""}.fa-codiepie{--fa:""}.fa-node{--fa:""}.fa-mix{--fa:""}.fa-steam{--fa:""}.fa-cc-apple-pay{--fa:""}.fa-scribd{--fa:""}.fa-debian{--fa:""}.fa-openid{--fa:""}.fa-instalod{--fa:""}.fa-files-pinwheel{--fa:""}.fa-expeditedssl{--fa:""}.fa-sellcast{--fa:""}.fa-square-twitter{--fa:""}.fa-twitter-square{--fa:""}.fa-r-project{--fa:""}.fa-delicious{--fa:""}.fa-freebsd{--fa:""}.fa-vuejs{--fa:""}.fa-accusoft{--fa:""}.fa-ioxhost{--fa:""}.fa-fonticons-fi{--fa:""}.fa-app-store{--fa:""}.fa-cc-mastercard{--fa:""}.fa-itunes-note{--fa:""}.fa-golang{--fa:""}.fa-kickstarter{--fa:""}.fa-square-kickstarter{--fa:""}.fa-grav{--fa:""}.fa-weibo{--fa:""}.fa-uncharted{--fa:""}.fa-firstdraft{--fa:""}.fa-square-youtube{--fa:""}.fa-youtube-square{--fa:""}.fa-wikipedia-w{--fa:""}.fa-wpressr{--fa:""}.fa-rendact{--fa:""}.fa-angellist{--fa:""}.fa-galactic-republic{--fa:""}.fa-nfc-directional{--fa:""}.fa-skype{--fa:""}.fa-joget{--fa:""}.fa-fedora{--fa:""}.fa-stripe-s{--fa:""}.fa-meta{--fa:""}.fa-laravel{--fa:""}.fa-hotjar{--fa:""}.fa-bluetooth-b{--fa:""}.fa-square-letterboxd{--fa:""}.fa-sticker-mule{--fa:""}.fa-creative-commons-zero{--fa:""}.fa-hips{--fa:""}.fa-css{--fa:""}.fa-behance{--fa:""}.fa-reddit{--fa:""}.fa-discord{--fa:""}.fa-chrome{--fa:""}.fa-app-store-ios{--fa:""}.fa-cc-discover{--fa:""}.fa-wpbeginner{--fa:""}.fa-confluence{--fa:""}.fa-shoelace{--fa:""}.fa-mdb{--fa:""}.fa-dochub{--fa:""}.fa-accessible-icon{--fa:""}.fa-ebay{--fa:""}.fa-amazon{--fa:""}.fa-unsplash{--fa:""}.fa-yarn{--fa:""}.fa-square-steam{--fa:""}.fa-steam-square{--fa:""}.fa-500px{--fa:""}.fa-square-vimeo{--fa:""}.fa-vimeo-square{--fa:""}.fa-asymmetrik{--fa:""}.fa-font-awesome{--fa:""}.fa-font-awesome-flag{--fa:""}.fa-font-awesome-logo-full{--fa:""}.fa-gratipay{--fa:""}.fa-apple{--fa:""}.fa-hive{--fa:""}.fa-gitkraken{--fa:""}.fa-keybase{--fa:""}.fa-apple-pay{--fa:""}.fa-padlet{--fa:""}.fa-amazon-pay{--fa:""}.fa-square-github{--fa:""}.fa-github-square{--fa:""}.fa-stumbleupon{--fa:""}.fa-fedex{--fa:""}.fa-phoenix-framework{--fa:""}.fa-shopify{--fa:""}.fa-neos{--fa:""}.fa-square-threads{--fa:""}.fa-hackerrank{--fa:""}.fa-researchgate{--fa:""}.fa-swift{--fa:""}.fa-angular{--fa:""}.fa-speakap{--fa:""}.fa-angrycreative{--fa:""}.fa-y-combinator{--fa:""}.fa-empire{--fa:""}.fa-envira{--fa:""}.fa-google-scholar{--fa:""}.fa-square-gitlab{--fa:""}.fa-gitlab-square{--fa:""}.fa-studiovinari{--fa:""}.fa-pied-piper{--fa:""}.fa-wordpress{--fa:""}.fa-product-hunt{--fa:""}.fa-firefox{--fa:""}.fa-linode{--fa:""}.fa-goodreads{--fa:""}.fa-square-odnoklassniki{--fa:""}.fa-odnoklassniki-square{--fa:""}.fa-jsfiddle{--fa:""}.fa-sith{--fa:""}.fa-themeisle{--fa:""}.fa-page4{--fa:""}.fa-hashnode{--fa:""}.fa-react{--fa:""}.fa-cc-paypal{--fa:""}.fa-squarespace{--fa:""}.fa-cc-stripe{--fa:""}.fa-creative-commons-share{--fa:""}.fa-bitcoin{--fa:""}.fa-keycdn{--fa:""}.fa-opera{--fa:""}.fa-itch-io{--fa:""}.fa-umbraco{--fa:""}.fa-galactic-senate{--fa:""}.fa-ubuntu{--fa:""}.fa-draft2digital{--fa:""}.fa-stripe{--fa:""}.fa-houzz{--fa:""}.fa-gg{--fa:""}.fa-dhl{--fa:""}.fa-square-pinterest{--fa:""}.fa-pinterest-square{--fa:""}.fa-xing{--fa:""}.fa-blackberry{--fa:""}.fa-creative-commons-pd{--fa:""}.fa-playstation{--fa:""}.fa-quinscape{--fa:""}.fa-less{--fa:""}.fa-blogger-b{--fa:""}.fa-opencart{--fa:""}.fa-vine{--fa:""}.fa-signal-messenger{--fa:""}.fa-paypal{--fa:""}.fa-gitlab{--fa:""}.fa-typo3{--fa:""}.fa-reddit-alien{--fa:""}.fa-yahoo{--fa:""}.fa-dailymotion{--fa:""}.fa-affiliatetheme{--fa:""}.fa-pied-piper-pp{--fa:""}.fa-bootstrap{--fa:""}.fa-odnoklassniki{--fa:""}.fa-nfc-symbol{--fa:""}.fa-mintbit{--fa:""}.fa-ethereum{--fa:""}.fa-speaker-deck{--fa:""}.fa-creative-commons-nc-eu{--fa:""}.fa-patreon{--fa:""}.fa-avianex{--fa:""}.fa-ello{--fa:""}.fa-gofore{--fa:""}.fa-bimobject{--fa:""}.fa-brave-reverse{--fa:""}.fa-facebook-f{--fa:""}.fa-square-google-plus{--fa:""}.fa-google-plus-square{--fa:""}.fa-web-awesome{--fa:""}.fa-mandalorian{--fa:""}.fa-first-order-alt{--fa:""}.fa-osi{--fa:""}.fa-google-wallet{--fa:""}.fa-d-and-d-beyond{--fa:""}.fa-periscope{--fa:""}.fa-fulcrum{--fa:""}.fa-cloudscale{--fa:""}.fa-forumbee{--fa:""}.fa-mizuni{--fa:""}.fa-schlix{--fa:""}.fa-square-xing{--fa:""}.fa-xing-square{--fa:""}.fa-bandcamp{--fa:""}.fa-wpforms{--fa:""}.fa-cloudversify{--fa:""}.fa-usps{--fa:""}.fa-megaport{--fa:""}.fa-magento{--fa:""}.fa-spotify{--fa:""}.fa-optin-monster{--fa:""}.fa-fly{--fa:""}.fa-square-bluesky{--fa:""}.fa-aviato{--fa:""}.fa-itunes{--fa:""}.fa-cuttlefish{--fa:""}.fa-blogger{--fa:""}.fa-flickr{--fa:""}.fa-viber{--fa:""}.fa-soundcloud{--fa:""}.fa-digg{--fa:""}.fa-tencent-weibo{--fa:""}.fa-letterboxd{--fa:""}.fa-symfony{--fa:""}.fa-maxcdn{--fa:""}.fa-etsy{--fa:""}.fa-facebook-messenger{--fa:""}.fa-audible{--fa:""}.fa-think-peaks{--fa:""}.fa-bilibili{--fa:""}.fa-erlang{--fa:""}.fa-x-twitter{--fa:""}.fa-cotton-bureau{--fa:""}.fa-dashcube{--fa:""}.fa-42-group{--fa:""}.fa-innosoft{--fa:""}.fa-stack-exchange{--fa:""}.fa-elementor{--fa:""}.fa-square-pied-piper{--fa:""}.fa-pied-piper-square{--fa:""}.fa-creative-commons-nd{--fa:""}.fa-palfed{--fa:""}.fa-superpowers{--fa:""}.fa-resolving{--fa:""}.fa-xbox{--fa:""}.fa-square-web-awesome-stroke{--fa:""}.fa-searchengin{--fa:""}.fa-tiktok{--fa:""}.fa-square-facebook{--fa:""}.fa-facebook-square{--fa:""}.fa-renren{--fa:""}.fa-linux{--fa:""}.fa-glide{--fa:""}.fa-linkedin{--fa:""}.fa-hubspot{--fa:""}.fa-deploydog{--fa:""}.fa-twitch{--fa:""}.fa-flutter{--fa:""}.fa-ravelry{--fa:""}.fa-mixer{--fa:""}.fa-square-lastfm{--fa:""}.fa-lastfm-square{--fa:""}.fa-vimeo{--fa:""}.fa-mendeley{--fa:""}.fa-uniregistry{--fa:""}.fa-figma{--fa:""}.fa-creative-commons-remix{--fa:""}.fa-cc-amazon-pay{--fa:""}.fa-dropbox{--fa:""}.fa-instagram{--fa:""}.fa-cmplid{--fa:""}.fa-upwork{--fa:""}.fa-facebook{--fa:""}.fa-gripfire{--fa:""}.fa-jedi-order{--fa:""}.fa-uikit{--fa:""}.fa-fort-awesome-alt{--fa:""}.fa-phabricator{--fa:""}.fa-ussunnah{--fa:""}.fa-earlybirds{--fa:""}.fa-trade-federation{--fa:""}.fa-autoprefixer{--fa:""}.fa-whatsapp{--fa:""}.fa-square-upwork{--fa:""}.fa-slideshare{--fa:""}.fa-google-play{--fa:""}.fa-viadeo{--fa:""}.fa-line{--fa:""}.fa-google-drive{--fa:""}.fa-servicestack{--fa:""}.fa-simplybuilt{--fa:""}.fa-bitbucket{--fa:""}.fa-imdb{--fa:""}.fa-deezer{--fa:""}.fa-raspberry-pi{--fa:""}.fa-jira{--fa:""}.fa-docker{--fa:""}.fa-screenpal{--fa:""}.fa-bluetooth{--fa:""}.fa-gitter{--fa:""}.fa-d-and-d{--fa:""}.fa-microblog{--fa:""}.fa-cc-diners-club{--fa:""}.fa-gg-circle{--fa:""}.fa-pied-piper-hat{--fa:""}.fa-kickstarter-k{--fa:""}.fa-yandex{--fa:""}.fa-readme{--fa:""}.fa-html5{--fa:""}.fa-sellsy{--fa:""}.fa-square-web-awesome{--fa:""}.fa-sass{--fa:""}.fa-wirsindhandwerk{--fa:""}.fa-wsh{--fa:""}.fa-buromobelexperte{--fa:""}.fa-salesforce{--fa:""}.fa-octopus-deploy{--fa:""}.fa-medapps{--fa:""}.fa-ns8{--fa:""}.fa-pinterest-p{--fa:""}.fa-apper{--fa:""}.fa-fort-awesome{--fa:""}.fa-waze{--fa:""}.fa-bluesky{--fa:""}.fa-cc-jcb{--fa:""}.fa-snapchat{--fa:""}.fa-snapchat-ghost{--fa:""}.fa-fantasy-flight-games{--fa:""}.fa-rust{--fa:""}.fa-wix{--fa:""}.fa-square-behance{--fa:""}.fa-behance-square{--fa:""}.fa-supple{--fa:""}.fa-webflow{--fa:""}.fa-rebel{--fa:""}.fa-css3{--fa:""}.fa-staylinked{--fa:""}.fa-kaggle{--fa:""}.fa-space-awesome{--fa:""}.fa-deviantart{--fa:""}.fa-cpanel{--fa:""}.fa-goodreads-g{--fa:""}.fa-square-git{--fa:""}.fa-git-square{--fa:""}.fa-square-tumblr{--fa:""}.fa-tumblr-square{--fa:""}.fa-trello{--fa:""}.fa-creative-commons-nc-jp{--fa:""}.fa-get-pocket{--fa:""}.fa-perbyte{--fa:""}.fa-grunt{--fa:""}.fa-weebly{--fa:""}.fa-connectdevelop{--fa:""}.fa-leanpub{--fa:""}.fa-black-tie{--fa:""}.fa-themeco{--fa:""}.fa-python{--fa:""}.fa-android{--fa:""}.fa-bots{--fa:""}.fa-free-code-camp{--fa:""}.fa-hornbill{--fa:""}.fa-js{--fa:""}.fa-ideal{--fa:""}.fa-git{--fa:""}.fa-dev{--fa:""}.fa-sketch{--fa:""}.fa-yandex-international{--fa:""}.fa-cc-amex{--fa:""}.fa-uber{--fa:""}.fa-github{--fa:""}.fa-php{--fa:""}.fa-alipay{--fa:""}.fa-youtube{--fa:""}.fa-skyatlas{--fa:""}.fa-firefox-browser{--fa:""}.fa-replyd{--fa:""}.fa-suse{--fa:""}.fa-jenkins{--fa:""}.fa-twitter{--fa:""}.fa-rockrms{--fa:""}.fa-pinterest{--fa:""}.fa-buffer{--fa:""}.fa-npm{--fa:""}.fa-yammer{--fa:""}.fa-btc{--fa:""}.fa-dribbble{--fa:""}.fa-stumbleupon-circle{--fa:""}.fa-internet-explorer{--fa:""}.fa-stubber{--fa:""}.fa-telegram{--fa:""}.fa-telegram-plane{--fa:""}.fa-old-republic{--fa:""}.fa-odysee{--fa:""}.fa-square-whatsapp{--fa:""}.fa-whatsapp-square{--fa:""}.fa-node-js{--fa:""}.fa-edge-legacy{--fa:""}.fa-slack{--fa:""}.fa-slack-hash{--fa:""}.fa-medrt{--fa:""}.fa-usb{--fa:""}.fa-tumblr{--fa:""}.fa-vaadin{--fa:""}.fa-quora{--fa:""}.fa-square-x-twitter{--fa:""}.fa-reacteurope{--fa:""}.fa-medium{--fa:""}.fa-medium-m{--fa:""}.fa-amilia{--fa:""}.fa-mixcloud{--fa:""}.fa-flipboard{--fa:""}.fa-viacoin{--fa:""}.fa-critical-role{--fa:""}.fa-sitrox{--fa:""}.fa-discourse{--fa:""}.fa-joomla{--fa:""}.fa-mastodon{--fa:""}.fa-airbnb{--fa:""}.fa-wolf-pack-battalion{--fa:""}.fa-buy-n-large{--fa:""}.fa-gulp{--fa:""}.fa-creative-commons-sampling-plus{--fa:""}.fa-strava{--fa:""}.fa-ember{--fa:""}.fa-canadian-maple-leaf{--fa:""}.fa-teamspeak{--fa:""}.fa-pushed{--fa:""}.fa-wordpress-simple{--fa:""}.fa-nutritionix{--fa:""}.fa-wodu{--fa:""}.fa-google-pay{--fa:""}.fa-intercom{--fa:""}.fa-zhihu{--fa:""}.fa-korvue{--fa:""}.fa-pix{--fa:""}.fa-steam-symbol{--fa:""}/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%;touch-action:pan-y}.flickity-slider{position:absolute;width:100%;height:100%;left:0}.flickity-rtl .flickity-slider{left:unset;right:0}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:grabbing}.flickity-cell{position:absolute;left:0}.flickity-rtl .flickity-cell{left:unset;right:0}.flickity-button{position:absolute;background:hsl(0 0% 100%/75%);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;text-align:center;display:flex;justify-content:center;flex-wrap:wrap}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dot{display:block;width:10px;height:10px;padding:0;margin:0 8px;background:hsl(0 0% 20%/25%);border-radius:50%;cursor:pointer;appearance:none;border:none;text-indent:-9999px;overflow:hidden}.flickity-rtl .flickity-page-dot{text-indent:9999px}.flickity-page-dot:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-page-dot.is-selected{background:hsl(0 0% 20%/100%)}.flicking-viewport{position:relative;overflow:hidden}.flicking-viewport.vertical{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.flicking-viewport.vertical>.flicking-camera{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flicking-viewport.flicking-hidden>.flicking-camera>*{visibility:hidden}.flicking-camera{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;position:relative;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;z-index:1;will-change:transform}.flicking-camera>*{-ms-flex-negative:0;flex-shrink:0}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%;overflow-x:hidden}body{margin:0;overflow-x:hidden}main{display:block}h1,.h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:rgba(0,0,0,0)}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small,.small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-0.25em}sup{top:-0.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}*,*::before,*::after{box-sizing:inherit}html{box-sizing:border-box}body,button,input,select,optgroup,textarea{color:#404040;font-family:"Myriad Pro","Helvetica Neue",sans-serif;font-size:1.6rem;line-height:1.5}h1,.h1{font-size:4rem;font-style:normal;font-weight:400;line-height:normal;clear:both}h2,.h2{font-size:3rem;font-style:normal;font-weight:400;line-height:normal;clear:both}h3,.h3,h4,.h4,h5,.h5,h6,.h6{font-size:2rem;font-style:normal;font-weight:400;line-height:normal;clear:both}p{margin-bottom:1.5em}dfn,cite,em,i{font-style:italic}blockquote{margin:0 1.5em}address{margin:0 0 1.5em}pre{background:#eee;font-family:"Courier 10 Pitch",courier,monospace;line-height:1.6;margin-bottom:1.6em;max-width:100%;overflow:auto;padding:1.6em}code,kbd,tt,var{font-family:monaco,consolas,"Andale Mono","DejaVu Sans Mono",monospace}abbr,acronym{border-bottom:1px dotted #666;cursor:help}mark,.mark,ins{background:#fff9c0;text-decoration:none}big{font-size:125%}@font-face{font-family:"Abuget";src:url(../fonts/Abuget.e8d8a57b.woff2) format("woff2"),url(../fonts/Abuget.27aeebe3.woff) format("woff");font-weight:normal;font-style:normal}.handwriting{font-family:"Abuget",sans-serif;font-size:70px !important}*,h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,a{text-decoration:none !important}h1,.h1{font-size:4rem}h2,.h2{font-size:3rem}h3,.h3{font-size:2.5rem}h4,.h4{font-size:2rem}@media(max-width: 1024px){h1,.h1{font-size:3.5rem}h2,.h2{font-size:2.75rem}h3,.h3{font-size:2.25rem}h4,.h4{font-size:1.75rem}}@media(max-width: 768px){h1,.h1{font-size:3rem}h2,.h2{font-size:2rem}h3,.h3{font-size:1.6rem}h4,.h4{font-size:1.4rem}.fs-sm-20{font-size:2rem}}body{background:#fff}body.page-template-page-blue-bg{background:#ebf1f3}hr{background-color:#ccc;border:0;height:1px;margin-bottom:1.5em}ul,ol{margin:0 0 1.5em 3em}ul{list-style:disc}ol{list-style:decimal}li>ul,li>ol{margin-bottom:0;margin-left:1.5em}dt{font-weight:700}dd{margin:0 1.5em 1.5em}embed,iframe,object{max-width:100%}img{height:auto;max-width:100%}figure{margin:1em 0}table{margin:0 0 1.5em;width:100%}button,input[type=button],input[type=reset],input[type=submit]{border:1px solid;border-color:#ccc #ccc #bbb;border-radius:3px;background:#e6e6e6;color:rgba(0,0,0,.8);line-height:1;padding:.6em 1em .4em}button:hover,input[type=button]:hover,input[type=reset]:hover,input[type=submit]:hover{border-color:#ccc #bbb #aaa}button:active,button:focus,input[type=button]:active,input[type=button]:focus,input[type=reset]:active,input[type=reset]:focus,input[type=submit]:active,input[type=submit]:focus{border-color:#aaa #bbb #bbb}input[type=text],input[type=email],input[type=url],input[type=password],input[type=search],input[type=number],input[type=tel],input[type=range],input[type=date],input[type=month],input[type=week],input[type=time],input[type=datetime],input[type=datetime-local],input[type=color],textarea{color:#666;border:1px solid #ccc;border-radius:3px;padding:3px}input[type=text]:focus,input[type=email]:focus,input[type=url]:focus,input[type=password]:focus,input[type=search]:focus,input[type=number]:focus,input[type=tel]:focus,input[type=range]:focus,input[type=date]:focus,input[type=month]:focus,input[type=week]:focus,input[type=time]:focus,input[type=datetime]:focus,input[type=datetime-local]:focus,input[type=color]:focus,textarea:focus{color:#111}select{border:1px solid #ccc}textarea{width:100%}.main-navigation{display:block;width:100%}.main-navigation ul{display:none;list-style:none;margin:0;padding-left:0}.main-navigation ul ul{box-shadow:0 3px 3px rgba(0,0,0,.2);position:absolute;top:100%;left:-999em;z-index:99999}.main-navigation ul ul ul{left:-999em;top:0}.main-navigation ul ul li:hover>ul,.main-navigation ul ul li.focus>ul{display:block;left:auto}.main-navigation ul ul a{width:200px}.main-navigation ul li:hover>ul,.main-navigation ul li.focus>ul{left:auto}.main-navigation li{position:relative}.main-navigation a{display:block;text-decoration:none}.menu-toggle,.main-navigation.toggled ul{display:block}@media screen and (min-width: 37.5em){.menu-toggle{display:none}.main-navigation ul{display:flex}}.site-main .comment-navigation,.site-main .posts-navigation,.site-main .post-navigation{margin:0 0 1.5em}.comment-navigation .nav-links,.posts-navigation .nav-links,.post-navigation .nav-links{display:flex}.comment-navigation .nav-previous,.comment-navigation .nav-next,.posts-navigation .nav-previous,.posts-navigation .nav-next,.post-navigation .nav-previous,.post-navigation .nav-next{flex:1 0 50%}.comment-navigation .nav-next,.posts-navigation .nav-next,.post-navigation .nav-next{text-align:end}ul#menu-menu-1{margin:0}.logo img{max-height:60px}.nav-bar{display:flex;align-items:center;background-color:#f5f1e7;padding:15px;border-radius:20px;gap:30px;width:100%}.nav-menu{list-style:none;display:flex;gap:15px}.nav-menu li{position:relative}.nav-menu li a{font-size:16px;color:#2c2c2c;text-decoration:none;padding:5px 10px}.nav-menu li a:hover{color:#d5a239}.nav-menu li .sub-menu{display:none;position:absolute;top:100%;left:0;background-color:#f5f1e7;padding:10px 0;border-radius:0 0 25px 25px;box-shadow:0 4px 6px rgba(0,0,0,.1);z-index:10}.nav-menu li .sub-menu li a{padding:10px 20px;display:block;font-size:14px;color:#2c2c2c}.nav-menu li .sub-menu li a:hover{color:#d5a239}.nav-menu li:hover>.sub-menu{display:block}.btn-icon{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#fff;border-radius:10px;color:#cb9751;font-size:18px;margin-right:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);transition:background-color .3s ease,transform .3s ease;text-decoration:none}.btn-icon:hover{background-color:#b58443;color:#fff}.custom-footer{background-color:#4b6773;padding:6rem 3rem 4rem;border-radius:2rem;color:#fff}@media(max-width: 768px){.custom-footer{padding:1rem 1rem}}.custom-footer .container{padding-left:0;padding-right:0}.newsletter-title{font-size:4rem;line-height:1.3;font-weight:400}.newsletter-text{font-size:1.6rem;margin-bottom:2.5rem}.newsletter-form input{border-radius:1rem;padding:1rem 1.6rem;border:none;font-size:1.6rem;background-color:#fff}.btn-submit{background-color:#d5a239;color:#fff;border-radius:1rem;padding:1rem 2.5rem;border:none;font-weight:bold;box-shadow:0 .4rem .6rem rgba(0,0,0,.1);transition:background-color .3s ease}.btn-submit:hover{background-color:#b5851f}.terms{font-size:1.4rem;margin-top:2.5rem}.terms input{width:1.8rem;height:1.8rem}.terms a{color:#fff;text-decoration:underline}.footer-column h3,.footer-column .h3{font-size:1.8rem;margin-bottom:1.6rem;font-weight:600}@media(max-width: 768px){.footer-column{width:100%;margin-bottom:2rem}}.footer-link,#menu-footer-producten>li>a,#menu-footer-links-1>li>a,#menu-footer-links-2>li>a,#menu-footer-links-3>li>a,#menu-footer-producten-frans>li>a,#menu-footer-links-1-frans>li>a,#menu-footer-links-2-frans>li>a,#menu-footer-links-3-frans>li>a,#menu-footer-producten-spaans>li>a,#menu-footer-links-1-spaans>li>a,#menu-footer-links-2-spaans>li>a,#menu-footer-links-3-spaans>li>a,#menu-footer-producten-italiaans>li>a,#menu-footer-links-1-italiaans>li>a,#menu-footer-links-2-italiaans>li>a,#menu-footer-links-3-italiaans>li>a,#menu-footer-producten-duits>li>a,#menu-footer-links-1-duits>li>a,#menu-footer-links-2-duits>li>a,#menu-footer-links-3-duits>li>a,#menu-footer-producten-engels>li>a,#menu-footer-links-1-engels>li>a,#menu-footer-links-2-engels>li>a,#menu-footer-links-3-engels>li>a{font-size:1.4rem;color:#fff;text-decoration:none;display:block;margin-bottom:1rem;position:relative}.footer-link:hover,#menu-footer-producten>li>a:hover,#menu-footer-links-1>li>a:hover,#menu-footer-links-2>li>a:hover,#menu-footer-links-3>li>a:hover,#menu-footer-producten-frans>li>a:hover,#menu-footer-links-1-frans>li>a:hover,#menu-footer-links-2-frans>li>a:hover,#menu-footer-links-3-frans>li>a:hover,#menu-footer-producten-spaans>li>a:hover,#menu-footer-links-1-spaans>li>a:hover,#menu-footer-links-2-spaans>li>a:hover,#menu-footer-links-3-spaans>li>a:hover,#menu-footer-producten-italiaans>li>a:hover,#menu-footer-links-1-italiaans>li>a:hover,#menu-footer-links-2-italiaans>li>a:hover,#menu-footer-links-3-italiaans>li>a:hover,#menu-footer-producten-duits>li>a:hover,#menu-footer-links-1-duits>li>a:hover,#menu-footer-links-2-duits>li>a:hover,#menu-footer-links-3-duits>li>a:hover,#menu-footer-producten-engels>li>a:hover,#menu-footer-links-1-engels>li>a:hover,#menu-footer-links-2-engels>li>a:hover,#menu-footer-links-3-engels>li>a:hover{color:#d5a239}.footer-link::before,#menu-footer-producten>li>a::before,#menu-footer-links-1>li>a::before,#menu-footer-links-2>li>a::before,#menu-footer-links-3>li>a::before,#menu-footer-producten-frans>li>a::before,#menu-footer-links-1-frans>li>a::before,#menu-footer-links-2-frans>li>a::before,#menu-footer-links-3-frans>li>a::before,#menu-footer-producten-spaans>li>a::before,#menu-footer-links-1-spaans>li>a::before,#menu-footer-links-2-spaans>li>a::before,#menu-footer-links-3-spaans>li>a::before,#menu-footer-producten-italiaans>li>a::before,#menu-footer-links-1-italiaans>li>a::before,#menu-footer-links-2-italiaans>li>a::before,#menu-footer-links-3-italiaans>li>a::before,#menu-footer-producten-duits>li>a::before,#menu-footer-links-1-duits>li>a::before,#menu-footer-links-2-duits>li>a::before,#menu-footer-links-3-duits>li>a::before,#menu-footer-producten-engels>li>a::before,#menu-footer-links-1-engels>li>a::before,#menu-footer-links-2-engels>li>a::before,#menu-footer-links-3-engels>li>a::before{content:"";font-family:"Font Awesome 6 Pro";font-weight:900;font-size:16px;margin-right:10px;color:#d5a239;transition:transform .3s ease}.footer-link::before:hover,#menu-footer-producten>li>a::before:hover,#menu-footer-links-1>li>a::before:hover,#menu-footer-links-2>li>a::before:hover,#menu-footer-links-3>li>a::before:hover,#menu-footer-producten-frans>li>a::before:hover,#menu-footer-links-1-frans>li>a::before:hover,#menu-footer-links-2-frans>li>a::before:hover,#menu-footer-links-3-frans>li>a::before:hover,#menu-footer-producten-spaans>li>a::before:hover,#menu-footer-links-1-spaans>li>a::before:hover,#menu-footer-links-2-spaans>li>a::before:hover,#menu-footer-links-3-spaans>li>a::before:hover,#menu-footer-producten-italiaans>li>a::before:hover,#menu-footer-links-1-italiaans>li>a::before:hover,#menu-footer-links-2-italiaans>li>a::before:hover,#menu-footer-links-3-italiaans>li>a::before:hover,#menu-footer-producten-duits>li>a::before:hover,#menu-footer-links-1-duits>li>a::before:hover,#menu-footer-links-2-duits>li>a::before:hover,#menu-footer-links-3-duits>li>a::before:hover,#menu-footer-producten-engels>li>a::before:hover,#menu-footer-links-1-engels>li>a::before:hover,#menu-footer-links-2-engels>li>a::before:hover,#menu-footer-links-3-engels>li>a::before:hover{transform:translateX(5px);color:#b5851f}.footer-logo img{height:5rem}.social-text{font-size:1.6rem;margin-bottom:1.4rem}.social-icons{display:flex;gap:1rem}.social-icons a{display:inline-block}.social-icons a img{width:4rem;height:4rem;border-radius:.5rem;box-shadow:0 .2rem .4rem rgba(0,0,0,.1)}@media(max-width: 768px){.social-icons{justify-content:center}}.social-icons a{display:flex;align-items:center;justify-content:center;width:35px;height:35px;border-radius:8px;color:#fff;font-size:25px;box-shadow:0px 4px 8px rgba(0,0,0,.15);transition:transform .2s}.social-icons a.instagram{background:linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888)}.social-icons a.facebook{background-color:#1877f2}.social-icons a.linkedin{background-color:#0a66c2}.social-icons a:hover{transform:scale(1.1)}.footer-bottom{margin-top:3rem;padding-top:2rem}.footer-bottom p,.footer-bottom small,.footer-bottom .small{font-size:1.4rem;color:#fff}.sticky{display:block}.post,.page{margin:0 0 1.5em}.updated:not(.published){display:none}.page-content,.entry-content,.entry-summary{margin:1.5em 0 0}.page-links{clear:both;margin:0 0 1.5em}.container-blogs{width:1000px}.container.container-blogs>ul{margin-left:0px}.comment-content a{word-wrap:break-word}.bypostauthor{display:block}.widget{margin:0 0 1.5em}.widget select{max-width:100%}.page-content .wp-smiley,.entry-content .wp-smiley,.comment-content .wp-smiley{border:none;margin-bottom:0;margin-top:0;padding:0}.custom-logo-link{display:inline-block}.wp-caption{margin-bottom:1.5em;max-width:100%}.wp-caption img[class*=wp-image-]{display:block;margin-left:auto;margin-right:auto}.wp-caption .wp-caption-text{margin:.8075em 0}.wp-caption-text{text-align:center}.gallery{margin-bottom:1.5em;display:grid;grid-gap:1.5em}.gallery-item{display:inline-block;text-align:center;width:100%}.gallery-columns-2{grid-template-columns:repeat(2, 1fr)}.gallery-columns-3{grid-template-columns:repeat(3, 1fr)}.gallery-columns-4{grid-template-columns:repeat(4, 1fr)}.gallery-columns-5{grid-template-columns:repeat(5, 1fr)}.gallery-columns-6{grid-template-columns:repeat(6, 1fr)}.gallery-columns-7{grid-template-columns:repeat(7, 1fr)}.gallery-columns-8{grid-template-columns:repeat(8, 1fr)}.gallery-columns-9{grid-template-columns:repeat(9, 1fr)}.gallery-caption{display:block}.infinite-scroll .posts-navigation,.infinite-scroll.neverending .site-footer{display:none}.infinity-end.neverending .site-footer{display:block}.screen-reader-text{border:0;clip:rect(1px, 1px, 1px, 1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute !important;width:1px;word-wrap:normal !important}.screen-reader-text:focus{background-color:#f1f1f1;border-radius:3px;box-shadow:0 0 2px 2px rgba(0,0,0,.6);clip:auto !important;clip-path:none;color:#21759b;display:block;font-size:.875rem;font-weight:700;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}#primary[tabindex="-1"]:focus{outline:0}.alignleft{float:left;margin-right:1.5em;margin-bottom:1.5em}.alignright{float:right;margin-left:1.5em;margin-bottom:1.5em}.aligncenter{clear:both;display:block;margin-left:auto;margin-right:auto;margin-bottom:1.5em}:root{scroll-behavior:unset}html{scroll-behavior:smooth;font-size:62.5% !important;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}body{position:relative;overflow-x:hidden;max-width:100%;-webkit-font-smoothing:antialiased}.admin-bar #site-wrapper,.admin-bar #header-wrapper{top:32px}.admin-bar #header-wrapper #header-simple{margin:3.2rem 0 0 0}::selection{color:#fff;background-color:#4a6b75}.dark-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.84) 100%)}.img-fluid{object-fit:cover}a{color:inherit}.bg-white{background-color:#fff !important}.bg-primary{background-color:#cb9751 !important}.bg-secondary{background-color:#395159 !important}.bg-cta{background-color:#cb9751 !important}.bg-light-sand{background-color:#f6efe6 !important}.bg-light-blue{background-color:#ebf1f3 !important}.bg-transparant{background-color:none !important}.text-white{color:#fff !important}.text-primary{color:#4a6b75 !important}.text-secondary{color:#395159 !important}.text-cta{color:#cb9751 !important}.text-light-sand{color:#f6efe6 !important}.text-light-blue{color:#ebf1f3 !important}.size2-1{padding-bottom:50%}.size4-3{padding-bottom:75%}.size4-4{padding-bottom:100%}.size4-5{padding-bottom:125%}.size4-6{padding-bottom:150%}.size16-9{padding-bottom:56.25%}.size3-2{padding-bottom:66.67%}.size21-9{padding-bottom:42.85%}.object-fit{margin:0}.object-fit img,.object-fit video{object-fit:cover;object-position:center}.object-fit .attachment-full{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%}.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1440px}.transition-primary{transition:.4s all cubic-bezier(0.7, 0, 0.3, 1)}.transition-secondary{transition:.6s all ease-in-out}.line-height-1{line-height:20px}.post .post-overlay{background:linear-gradient(0deg, rgba(0, 0, 0, 0.72) 0%, rgba(0, 0, 0, 0) 100%)}.has-link:hover .image{transform:scale(1.08)}.zindex-1{z-index:1}.zindex-2{z-index:2}.variables{display:none !important}.small{line-height:2.5rem}.h-1{height:1rem}.h-1_5{height:1.5rem}.h-2{height:2rem}.h-2_5{height:2.5rem}.h-3{height:3rem}.h-3_5{height:3.5rem}.h-4{height:4rem}.h-6{height:6rem}.h-8{height:8rem}.h-10{height:10rem}.h-12{height:12rem}.w-1{width:1rem}.w-1_5{width:1.5rem}.w-2{width:2rem}.w-2-5{width:2.5rem}.w-3{width:3rem}.w-3_5{width:3.5rem}.w-4{width:4rem}.w-6{width:6rem}.w-8{width:8rem}.w-10{width:10rem}.w-12{width:12rem}strong,b{font-weight:600;color:inherit}.cursor-pointer{cursor:pointer !important}.btn-arrow{width:5rem;height:5rem}.btn-arrow .svg-inline--fa{width:.8rem}.post .btn-arrow{bottom:3.2rem;right:3.2rem}.e_404{z-index:999999}.has-white-after::after{content:"";position:absolute;top:50%;left:0;right:0;bottom:0;background-color:#f0f0f0}.labels .label{list-style:none;font-size:1rem}.labels .label a{color:#fff}.icon{flex:0 0 auto}.icon-1{width:3.6rem;height:3.6rem}.icon-2{width:5.2rem;height:5.2rem}.icon:hover{transform:scale(1.08)}.small-1{font-size:1.2rem}.small-2{font-size:1.4rem}.review-name{font-family:"Mynerve",cursive}.img-max-height,.img-max-height-650,.img-max-height-700,.img-height-250,.img-height-300,.img-height-350{object-fit:cover;width:100%}.img-max-height{max-height:500px}.img-max-height-650{max-height:650px}.img-max-height-700{max-height:700px}@media(max-width: 768px){.img-max-height-700{height:200px}}.img-height-250{height:250px}.img-height-300{height:300px}.img-height-350{height:350px}.img-4x4{height:550px;max-width:550px;object-fit:cover}@media(max-width: 768px){.img-4x4{height:300px}}.btn{padding:10px 32px;font-size:1.6rem;border-radius:13px;text-decoration:none;font-weight:bold;transition:background-color .3s ease;position:relative;overflow:hidden;display:inline-flex;align-items:center}.btn:focus-visible{box-shadow:none}.btn::after{content:"";display:inline-block;width:8px;height:8px;border-right:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(45deg);margin-left:10px;transition:transform .3s ease}.btn:hover::after{transform:translateX(5px) rotate(45deg)}@media(max-width: 767px){.btn{padding:10px 15px;font-size:1.4rem}.btn::after{display:none}}.badge-primary{background-color:#f6efe6 !important;color:#cb9751}.badge-secondary{background-color:#ebf1f3 !important;color:#395159}.badge-white{background-color:#fff !important;box-shadow:var(--bs-box-shadow) !important;color:#cb9751}.badge-transparant{background-color:hsla(0,0%,100%,.6588235294) !important;box-shadow:var(--bs-box-shadow) !important}.btn-primary{background-color:#cb9751;color:#fff;border:2px solid #cb9751}.btn-primary:hover{background-color:#b58443;border:2px solid #b58443}.btn-primary:active{background-color:#b58443 !important;border:2px solid #b58443 !important}.btn-primary:focus-visible{color:#fff}.btn-secondary{background-color:#fff;color:#cb9751;border:2px solid #cb9751}.btn-secondary:hover{background-color:#b58443;color:#fff;border-color:#b58443}.btn-secondary:active{background-color:#b58443 !important;color:#fff !important;border-color:#b58443 !important}.btn-secondary:focus-visible{color:#cb9751}.icon-circle{width:50px;height:50px;background-color:#cb9751;border:2px solid #cb9751;border-radius:50%;display:flex;align-items:center;justify-content:center}.icon-circle:hover{background-color:#b58443;border:2px solid #b58443}.icon-circle::after{content:"";display:inline-block;width:14px;height:14px;border-right:2px solid #fff;border-top:2px solid #fff;transform:rotate(45deg);margin-left:-5px;transition:transform .3s ease}@media(max-width: 767px){.icon-circle{width:40px;height:40px}}.icon-circle i{color:#fff;font-size:24px;font-weight:400}.icon-circle-outline{width:40px;height:40px;background-color:#fff;border:2px solid #cb9751;border-radius:50%;display:flex;align-items:center;justify-content:center}.icon-circle-outline:hover{background-color:#b58443;border:2px solid #b58443}.icon-circle-outline i{color:#cb9751;font-size:24px;font-weight:400}.icon-circle-outline i:hover{color:#fff}.facetwp-facet{margin-bottom:10px !important;margin-top:10px !important}.facetwp-facet.facetwp-type-pager .facetwp-pager{display:flex;gap:1.2rem;justify-content:center !important}.facetwp-facet.facetwp-type-pager .facetwp-pager .facetwp-page{width:4rem;height:4rem;padding:0;margin:0;display:flex;align-items:center;justify-content:center;background-color:#cb9751;color:#fff;border-radius:1rem;transition:.4s all cubic-bezier(0.7, 0, 0.3, 1);text-decoration:none}.facetwp-facet.facetwp-type-pager .facetwp-pager .facetwp-page.next,.facetwp-facet.facetwp-type-pager .facetwp-pager .facetwp-page.prev{height:100%;padding:0 1.6rem;width:auto;height:auto;border-radius:1rem}.facetwp-facet.facetwp-type-pager .facetwp-pager .facetwp-page.next,.facetwp-facet.facetwp-type-pager .facetwp-pager .facetwp-page.prev,.facetwp-facet.facetwp-type-pager .facetwp-pager .facetwp-page.active{background-color:#fff !important;color:#cb9751 !important;border:1px solid}.facetwp-facet.facetwp-type-pager .facetwp-pager .facetwp-page:hover{background-color:#cb9751;color:#fff}input[type=text].facetwp-search{padding:10px 32px;font-size:1.6rem}.flickity-slider{max-height:500px}.logo-item{width:90px;height:90px;object-fit:contain;margin:10px}.logo-wrapper{display:flex;width:100%;justify-content:space-between}.flickity-prev-next-button.previous{left:-40px;background:rgba(0,0,0,0);color:#fff;display:none}.flickity-prev-next-button.next{right:-40px;background:rgba(0,0,0,0);color:#fff}.gallery-cell-step.last-visible{opacity:.5}section.bg-cta.gallery-section-steps{margin-top:-50px}.gallery-cell-step{margin-right:15px;margin-left:15px;border-radius:20px;overflow:hidden;transition:transform .3s ease;width:calc(25% - 55px)}.gallery{padding-right:50px;position:relative}.gallery-cell-step img{display:block;height:auto;border-radius:15px}.text-image .swirl-background{position:absolute;top:50%;left:40%;width:100%;height:auto;transform:translate(-50%, -50%)}.gallery-cell-step.last-visible{opacity:.3;transition:opacity .3s ease}.steps-text>p{margin:0 !important}.flickity-button:hover{background:none !important;cursor:pointer}@media(max-width: 768px){.step-by-step .row{flex-direction:column;align-items:center;text-align:center}.step-by-step .col-md-6{width:100%;text-align:center}.step-by-step img{max-width:100%;height:auto}.step-by-step .col-md-4{width:100%;text-align:center;padding:20px}.gallery-cell-step{width:calc(50% - 25px);margin:0 auto 15px auto}.gallery{padding-right:0}.flickity-prev-next-button{display:none !important}.steps-text{text-align:center}.list-unstyled{padding-left:0;text-align:center}.btn{display:block;width:100%}}@media(max-width: 575.98px){.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl,.container{padding:0 2rem}}.negative-margin-block{margin-top:-75px}.p-0{padding:0 !important}.p-1{padding:.4rem !important}.p-2{padding:.8rem !important}.p-3{padding:1.2rem !important}.p-4{padding:1.6rem !important}.p-5{padding:2rem !important}.p-6{padding:2.4rem !important}.p-7{padding:2.8rem !important}.p-8{padding:3.2rem !important}.p-9{padding:3.6rem !important}.p-10{padding:4rem !important}.p-11{padding:4.4rem !important}.p-12{padding:4.8rem !important}.p-13{padding:5.2rem !important}.p-14{padding:5.6rem !important}.p-15{padding:6rem !important}.p-16{padding:6.4rem !important}.p-17{padding:6.8rem !important}.p-18{padding:7.2rem !important}.p-19{padding:7.6rem !important}.p-20{padding:8rem !important}.p-21{padding:8.4rem !important}.p-22{padding:8.8rem !important}.p-23{padding:9.2rem !important}.p-24{padding:9.6rem !important}.p-25{padding:10rem !important}.p-26{padding:10.4rem !important}.p-27{padding:10.8rem !important}.p-28{padding:11.2rem !important}.p-29{padding:11.6rem !important}.p-30{padding:12rem !important}.p-31{padding:12.4rem !important}.p-32{padding:12.8rem !important}.p-33{padding:13.2rem !important}.p-34{padding:13.6rem !important}.p-35{padding:14rem !important}.p-36{padding:14.4rem !important}.p-37{padding:14.8rem !important}.p-38{padding:15.2rem !important}.p-39{padding:15.6rem !important}.p-40{padding:16rem !important}.p-41{padding:16.4rem !important}.p-42{padding:16.8rem !important}.p-43{padding:17.2rem !important}.p-44{padding:17.6rem !important}.p-45{padding:18rem !important}.p-46{padding:18.4rem !important}.p-47{padding:18.8rem !important}.p-48{padding:19.2rem !important}.p-49{padding:19.6rem !important}.p-50{padding:20rem !important}.p-51{padding:20.4rem !important}.p-52{padding:20.8rem !important}.p-53{padding:21.2rem !important}.p-54{padding:21.6rem !important}.p-55{padding:22rem !important}.p-56{padding:22.4rem !important}.p-57{padding:22.8rem !important}.p-58{padding:23.2rem !important}.p-59{padding:23.6rem !important}.p-60{padding:24rem !important}.p-61{padding:24.4rem !important}.p-62{padding:24.8rem !important}.p-63{padding:25.2rem !important}.p-64{padding:25.6rem !important}.p-65{padding:26rem !important}.p-66{padding:26.4rem !important}.p-67{padding:26.8rem !important}.p-68{padding:27.2rem !important}.p-69{padding:27.6rem !important}.p-70{padding:28rem !important}.p-71{padding:28.4rem !important}.p-72{padding:28.8rem !important}.p-73{padding:29.2rem !important}.p-74{padding:29.6rem !important}.p-75{padding:30rem !important}.p-76{padding:30.4rem !important}.p-77{padding:30.8rem !important}.p-78{padding:31.2rem !important}.p-79{padding:31.6rem !important}.p-80{padding:32rem !important}.p-81{padding:32.4rem !important}.p-82{padding:32.8rem !important}.p-83{padding:33.2rem !important}.p-84{padding:33.6rem !important}.p-85{padding:34rem !important}.p-86{padding:34.4rem !important}.p-87{padding:34.8rem !important}.p-88{padding:35.2rem !important}.p-89{padding:35.6rem !important}.p-90{padding:36rem !important}.p-91{padding:36.4rem !important}.p-92{padding:36.8rem !important}.p-93{padding:37.2rem !important}.p-94{padding:37.6rem !important}.p-95{padding:38rem !important}.p-96{padding:38.4rem !important}.p-97{padding:38.8rem !important}.p-98{padding:39.2rem !important}.p-99{padding:39.6rem !important}.p-100{padding:40rem !important}@media(min-width: 576px){.p-sm-0{padding:0 !important}.p-sm-1{padding:.4rem !important}.p-sm-2{padding:.8rem !important}.p-sm-3{padding:1.2rem !important}.p-sm-4{padding:1.6rem !important}.p-sm-5{padding:2rem !important}.p-sm-6{padding:2.4rem !important}.p-sm-7{padding:2.8rem !important}.p-sm-8{padding:3.2rem !important}.p-sm-9{padding:3.6rem !important}.p-sm-10{padding:4rem !important}.p-sm-11{padding:4.4rem !important}.p-sm-12{padding:4.8rem !important}.p-sm-13{padding:5.2rem !important}.p-sm-14{padding:5.6rem !important}.p-sm-15{padding:6rem !important}.p-sm-16{padding:6.4rem !important}.p-sm-17{padding:6.8rem !important}.p-sm-18{padding:7.2rem !important}.p-sm-19{padding:7.6rem !important}.p-sm-20{padding:8rem !important}.p-sm-21{padding:8.4rem !important}.p-sm-22{padding:8.8rem !important}.p-sm-23{padding:9.2rem !important}.p-sm-24{padding:9.6rem !important}.p-sm-25{padding:10rem !important}.p-sm-26{padding:10.4rem !important}.p-sm-27{padding:10.8rem !important}.p-sm-28{padding:11.2rem !important}.p-sm-29{padding:11.6rem !important}.p-sm-30{padding:12rem !important}.p-sm-31{padding:12.4rem !important}.p-sm-32{padding:12.8rem !important}.p-sm-33{padding:13.2rem !important}.p-sm-34{padding:13.6rem !important}.p-sm-35{padding:14rem !important}.p-sm-36{padding:14.4rem !important}.p-sm-37{padding:14.8rem !important}.p-sm-38{padding:15.2rem !important}.p-sm-39{padding:15.6rem !important}.p-sm-40{padding:16rem !important}.p-sm-41{padding:16.4rem !important}.p-sm-42{padding:16.8rem !important}.p-sm-43{padding:17.2rem !important}.p-sm-44{padding:17.6rem !important}.p-sm-45{padding:18rem !important}.p-sm-46{padding:18.4rem !important}.p-sm-47{padding:18.8rem !important}.p-sm-48{padding:19.2rem !important}.p-sm-49{padding:19.6rem !important}.p-sm-50{padding:20rem !important}.p-sm-51{padding:20.4rem !important}.p-sm-52{padding:20.8rem !important}.p-sm-53{padding:21.2rem !important}.p-sm-54{padding:21.6rem !important}.p-sm-55{padding:22rem !important}.p-sm-56{padding:22.4rem !important}.p-sm-57{padding:22.8rem !important}.p-sm-58{padding:23.2rem !important}.p-sm-59{padding:23.6rem !important}.p-sm-60{padding:24rem !important}.p-sm-61{padding:24.4rem !important}.p-sm-62{padding:24.8rem !important}.p-sm-63{padding:25.2rem !important}.p-sm-64{padding:25.6rem !important}.p-sm-65{padding:26rem !important}.p-sm-66{padding:26.4rem !important}.p-sm-67{padding:26.8rem !important}.p-sm-68{padding:27.2rem !important}.p-sm-69{padding:27.6rem !important}.p-sm-70{padding:28rem !important}.p-sm-71{padding:28.4rem !important}.p-sm-72{padding:28.8rem !important}.p-sm-73{padding:29.2rem !important}.p-sm-74{padding:29.6rem !important}.p-sm-75{padding:30rem !important}.p-sm-76{padding:30.4rem !important}.p-sm-77{padding:30.8rem !important}.p-sm-78{padding:31.2rem !important}.p-sm-79{padding:31.6rem !important}.p-sm-80{padding:32rem !important}.p-sm-81{padding:32.4rem !important}.p-sm-82{padding:32.8rem !important}.p-sm-83{padding:33.2rem !important}.p-sm-84{padding:33.6rem !important}.p-sm-85{padding:34rem !important}.p-sm-86{padding:34.4rem !important}.p-sm-87{padding:34.8rem !important}.p-sm-88{padding:35.2rem !important}.p-sm-89{padding:35.6rem !important}.p-sm-90{padding:36rem !important}.p-sm-91{padding:36.4rem !important}.p-sm-92{padding:36.8rem !important}.p-sm-93{padding:37.2rem !important}.p-sm-94{padding:37.6rem !important}.p-sm-95{padding:38rem !important}.p-sm-96{padding:38.4rem !important}.p-sm-97{padding:38.8rem !important}.p-sm-98{padding:39.2rem !important}.p-sm-99{padding:39.6rem !important}.p-sm-100{padding:40rem !important}}@media(min-width: 768px){.p-md-0{padding:0 !important}.p-md-1{padding:.4rem !important}.p-md-2{padding:.8rem !important}.p-md-3{padding:1.2rem !important}.p-md-4{padding:1.6rem !important}.p-md-5{padding:2rem !important}.p-md-6{padding:2.4rem !important}.p-md-7{padding:2.8rem !important}.p-md-8{padding:3.2rem !important}.p-md-9{padding:3.6rem !important}.p-md-10{padding:4rem !important}.p-md-11{padding:4.4rem !important}.p-md-12{padding:4.8rem !important}.p-md-13{padding:5.2rem !important}.p-md-14{padding:5.6rem !important}.p-md-15{padding:6rem !important}.p-md-16{padding:6.4rem !important}.p-md-17{padding:6.8rem !important}.p-md-18{padding:7.2rem !important}.p-md-19{padding:7.6rem !important}.p-md-20{padding:8rem !important}.p-md-21{padding:8.4rem !important}.p-md-22{padding:8.8rem !important}.p-md-23{padding:9.2rem !important}.p-md-24{padding:9.6rem !important}.p-md-25{padding:10rem !important}.p-md-26{padding:10.4rem !important}.p-md-27{padding:10.8rem !important}.p-md-28{padding:11.2rem !important}.p-md-29{padding:11.6rem !important}.p-md-30{padding:12rem !important}.p-md-31{padding:12.4rem !important}.p-md-32{padding:12.8rem !important}.p-md-33{padding:13.2rem !important}.p-md-34{padding:13.6rem !important}.p-md-35{padding:14rem !important}.p-md-36{padding:14.4rem !important}.p-md-37{padding:14.8rem !important}.p-md-38{padding:15.2rem !important}.p-md-39{padding:15.6rem !important}.p-md-40{padding:16rem !important}.p-md-41{padding:16.4rem !important}.p-md-42{padding:16.8rem !important}.p-md-43{padding:17.2rem !important}.p-md-44{padding:17.6rem !important}.p-md-45{padding:18rem !important}.p-md-46{padding:18.4rem !important}.p-md-47{padding:18.8rem !important}.p-md-48{padding:19.2rem !important}.p-md-49{padding:19.6rem !important}.p-md-50{padding:20rem !important}.p-md-51{padding:20.4rem !important}.p-md-52{padding:20.8rem !important}.p-md-53{padding:21.2rem !important}.p-md-54{padding:21.6rem !important}.p-md-55{padding:22rem !important}.p-md-56{padding:22.4rem !important}.p-md-57{padding:22.8rem !important}.p-md-58{padding:23.2rem !important}.p-md-59{padding:23.6rem !important}.p-md-60{padding:24rem !important}.p-md-61{padding:24.4rem !important}.p-md-62{padding:24.8rem !important}.p-md-63{padding:25.2rem !important}.p-md-64{padding:25.6rem !important}.p-md-65{padding:26rem !important}.p-md-66{padding:26.4rem !important}.p-md-67{padding:26.8rem !important}.p-md-68{padding:27.2rem !important}.p-md-69{padding:27.6rem !important}.p-md-70{padding:28rem !important}.p-md-71{padding:28.4rem !important}.p-md-72{padding:28.8rem !important}.p-md-73{padding:29.2rem !important}.p-md-74{padding:29.6rem !important}.p-md-75{padding:30rem !important}.p-md-76{padding:30.4rem !important}.p-md-77{padding:30.8rem !important}.p-md-78{padding:31.2rem !important}.p-md-79{padding:31.6rem !important}.p-md-80{padding:32rem !important}.p-md-81{padding:32.4rem !important}.p-md-82{padding:32.8rem !important}.p-md-83{padding:33.2rem !important}.p-md-84{padding:33.6rem !important}.p-md-85{padding:34rem !important}.p-md-86{padding:34.4rem !important}.p-md-87{padding:34.8rem !important}.p-md-88{padding:35.2rem !important}.p-md-89{padding:35.6rem !important}.p-md-90{padding:36rem !important}.p-md-91{padding:36.4rem !important}.p-md-92{padding:36.8rem !important}.p-md-93{padding:37.2rem !important}.p-md-94{padding:37.6rem !important}.p-md-95{padding:38rem !important}.p-md-96{padding:38.4rem !important}.p-md-97{padding:38.8rem !important}.p-md-98{padding:39.2rem !important}.p-md-99{padding:39.6rem !important}.p-md-100{padding:40rem !important}}@media(min-width: 992px){.p-lg-0{padding:0 !important}.p-lg-1{padding:.4rem !important}.p-lg-2{padding:.8rem !important}.p-lg-3{padding:1.2rem !important}.p-lg-4{padding:1.6rem !important}.p-lg-5{padding:2rem !important}.p-lg-6{padding:2.4rem !important}.p-lg-7{padding:2.8rem !important}.p-lg-8{padding:3.2rem !important}.p-lg-9{padding:3.6rem !important}.p-lg-10{padding:4rem !important}.p-lg-11{padding:4.4rem !important}.p-lg-12{padding:4.8rem !important}.p-lg-13{padding:5.2rem !important}.p-lg-14{padding:5.6rem !important}.p-lg-15{padding:6rem !important}.p-lg-16{padding:6.4rem !important}.p-lg-17{padding:6.8rem !important}.p-lg-18{padding:7.2rem !important}.p-lg-19{padding:7.6rem !important}.p-lg-20{padding:8rem !important}.p-lg-21{padding:8.4rem !important}.p-lg-22{padding:8.8rem !important}.p-lg-23{padding:9.2rem !important}.p-lg-24{padding:9.6rem !important}.p-lg-25{padding:10rem !important}.p-lg-26{padding:10.4rem !important}.p-lg-27{padding:10.8rem !important}.p-lg-28{padding:11.2rem !important}.p-lg-29{padding:11.6rem !important}.p-lg-30{padding:12rem !important}.p-lg-31{padding:12.4rem !important}.p-lg-32{padding:12.8rem !important}.p-lg-33{padding:13.2rem !important}.p-lg-34{padding:13.6rem !important}.p-lg-35{padding:14rem !important}.p-lg-36{padding:14.4rem !important}.p-lg-37{padding:14.8rem !important}.p-lg-38{padding:15.2rem !important}.p-lg-39{padding:15.6rem !important}.p-lg-40{padding:16rem !important}.p-lg-41{padding:16.4rem !important}.p-lg-42{padding:16.8rem !important}.p-lg-43{padding:17.2rem !important}.p-lg-44{padding:17.6rem !important}.p-lg-45{padding:18rem !important}.p-lg-46{padding:18.4rem !important}.p-lg-47{padding:18.8rem !important}.p-lg-48{padding:19.2rem !important}.p-lg-49{padding:19.6rem !important}.p-lg-50{padding:20rem !important}.p-lg-51{padding:20.4rem !important}.p-lg-52{padding:20.8rem !important}.p-lg-53{padding:21.2rem !important}.p-lg-54{padding:21.6rem !important}.p-lg-55{padding:22rem !important}.p-lg-56{padding:22.4rem !important}.p-lg-57{padding:22.8rem !important}.p-lg-58{padding:23.2rem !important}.p-lg-59{padding:23.6rem !important}.p-lg-60{padding:24rem !important}.p-lg-61{padding:24.4rem !important}.p-lg-62{padding:24.8rem !important}.p-lg-63{padding:25.2rem !important}.p-lg-64{padding:25.6rem !important}.p-lg-65{padding:26rem !important}.p-lg-66{padding:26.4rem !important}.p-lg-67{padding:26.8rem !important}.p-lg-68{padding:27.2rem !important}.p-lg-69{padding:27.6rem !important}.p-lg-70{padding:28rem !important}.p-lg-71{padding:28.4rem !important}.p-lg-72{padding:28.8rem !important}.p-lg-73{padding:29.2rem !important}.p-lg-74{padding:29.6rem !important}.p-lg-75{padding:30rem !important}.p-lg-76{padding:30.4rem !important}.p-lg-77{padding:30.8rem !important}.p-lg-78{padding:31.2rem !important}.p-lg-79{padding:31.6rem !important}.p-lg-80{padding:32rem !important}.p-lg-81{padding:32.4rem !important}.p-lg-82{padding:32.8rem !important}.p-lg-83{padding:33.2rem !important}.p-lg-84{padding:33.6rem !important}.p-lg-85{padding:34rem !important}.p-lg-86{padding:34.4rem !important}.p-lg-87{padding:34.8rem !important}.p-lg-88{padding:35.2rem !important}.p-lg-89{padding:35.6rem !important}.p-lg-90{padding:36rem !important}.p-lg-91{padding:36.4rem !important}.p-lg-92{padding:36.8rem !important}.p-lg-93{padding:37.2rem !important}.p-lg-94{padding:37.6rem !important}.p-lg-95{padding:38rem !important}.p-lg-96{padding:38.4rem !important}.p-lg-97{padding:38.8rem !important}.p-lg-98{padding:39.2rem !important}.p-lg-99{padding:39.6rem !important}.p-lg-100{padding:40rem !important}}@media(min-width: 1200px){.p-xl-0{padding:0 !important}.p-xl-1{padding:.4rem !important}.p-xl-2{padding:.8rem !important}.p-xl-3{padding:1.2rem !important}.p-xl-4{padding:1.6rem !important}.p-xl-5{padding:2rem !important}.p-xl-6{padding:2.4rem !important}.p-xl-7{padding:2.8rem !important}.p-xl-8{padding:3.2rem !important}.p-xl-9{padding:3.6rem !important}.p-xl-10{padding:4rem !important}.p-xl-11{padding:4.4rem !important}.p-xl-12{padding:4.8rem !important}.p-xl-13{padding:5.2rem !important}.p-xl-14{padding:5.6rem !important}.p-xl-15{padding:6rem !important}.p-xl-16{padding:6.4rem !important}.p-xl-17{padding:6.8rem !important}.p-xl-18{padding:7.2rem !important}.p-xl-19{padding:7.6rem !important}.p-xl-20{padding:8rem !important}.p-xl-21{padding:8.4rem !important}.p-xl-22{padding:8.8rem !important}.p-xl-23{padding:9.2rem !important}.p-xl-24{padding:9.6rem !important}.p-xl-25{padding:10rem !important}.p-xl-26{padding:10.4rem !important}.p-xl-27{padding:10.8rem !important}.p-xl-28{padding:11.2rem !important}.p-xl-29{padding:11.6rem !important}.p-xl-30{padding:12rem !important}.p-xl-31{padding:12.4rem !important}.p-xl-32{padding:12.8rem !important}.p-xl-33{padding:13.2rem !important}.p-xl-34{padding:13.6rem !important}.p-xl-35{padding:14rem !important}.p-xl-36{padding:14.4rem !important}.p-xl-37{padding:14.8rem !important}.p-xl-38{padding:15.2rem !important}.p-xl-39{padding:15.6rem !important}.p-xl-40{padding:16rem !important}.p-xl-41{padding:16.4rem !important}.p-xl-42{padding:16.8rem !important}.p-xl-43{padding:17.2rem !important}.p-xl-44{padding:17.6rem !important}.p-xl-45{padding:18rem !important}.p-xl-46{padding:18.4rem !important}.p-xl-47{padding:18.8rem !important}.p-xl-48{padding:19.2rem !important}.p-xl-49{padding:19.6rem !important}.p-xl-50{padding:20rem !important}.p-xl-51{padding:20.4rem !important}.p-xl-52{padding:20.8rem !important}.p-xl-53{padding:21.2rem !important}.p-xl-54{padding:21.6rem !important}.p-xl-55{padding:22rem !important}.p-xl-56{padding:22.4rem !important}.p-xl-57{padding:22.8rem !important}.p-xl-58{padding:23.2rem !important}.p-xl-59{padding:23.6rem !important}.p-xl-60{padding:24rem !important}.p-xl-61{padding:24.4rem !important}.p-xl-62{padding:24.8rem !important}.p-xl-63{padding:25.2rem !important}.p-xl-64{padding:25.6rem !important}.p-xl-65{padding:26rem !important}.p-xl-66{padding:26.4rem !important}.p-xl-67{padding:26.8rem !important}.p-xl-68{padding:27.2rem !important}.p-xl-69{padding:27.6rem !important}.p-xl-70{padding:28rem !important}.p-xl-71{padding:28.4rem !important}.p-xl-72{padding:28.8rem !important}.p-xl-73{padding:29.2rem !important}.p-xl-74{padding:29.6rem !important}.p-xl-75{padding:30rem !important}.p-xl-76{padding:30.4rem !important}.p-xl-77{padding:30.8rem !important}.p-xl-78{padding:31.2rem !important}.p-xl-79{padding:31.6rem !important}.p-xl-80{padding:32rem !important}.p-xl-81{padding:32.4rem !important}.p-xl-82{padding:32.8rem !important}.p-xl-83{padding:33.2rem !important}.p-xl-84{padding:33.6rem !important}.p-xl-85{padding:34rem !important}.p-xl-86{padding:34.4rem !important}.p-xl-87{padding:34.8rem !important}.p-xl-88{padding:35.2rem !important}.p-xl-89{padding:35.6rem !important}.p-xl-90{padding:36rem !important}.p-xl-91{padding:36.4rem !important}.p-xl-92{padding:36.8rem !important}.p-xl-93{padding:37.2rem !important}.p-xl-94{padding:37.6rem !important}.p-xl-95{padding:38rem !important}.p-xl-96{padding:38.4rem !important}.p-xl-97{padding:38.8rem !important}.p-xl-98{padding:39.2rem !important}.p-xl-99{padding:39.6rem !important}.p-xl-100{padding:40rem !important}}@media(min-width: 1400px){.p-xxl-0{padding:0 !important}.p-xxl-1{padding:.4rem !important}.p-xxl-2{padding:.8rem !important}.p-xxl-3{padding:1.2rem !important}.p-xxl-4{padding:1.6rem !important}.p-xxl-5{padding:2rem !important}.p-xxl-6{padding:2.4rem !important}.p-xxl-7{padding:2.8rem !important}.p-xxl-8{padding:3.2rem !important}.p-xxl-9{padding:3.6rem !important}.p-xxl-10{padding:4rem !important}.p-xxl-11{padding:4.4rem !important}.p-xxl-12{padding:4.8rem !important}.p-xxl-13{padding:5.2rem !important}.p-xxl-14{padding:5.6rem !important}.p-xxl-15{padding:6rem !important}.p-xxl-16{padding:6.4rem !important}.p-xxl-17{padding:6.8rem !important}.p-xxl-18{padding:7.2rem !important}.p-xxl-19{padding:7.6rem !important}.p-xxl-20{padding:8rem !important}.p-xxl-21{padding:8.4rem !important}.p-xxl-22{padding:8.8rem !important}.p-xxl-23{padding:9.2rem !important}.p-xxl-24{padding:9.6rem !important}.p-xxl-25{padding:10rem !important}.p-xxl-26{padding:10.4rem !important}.p-xxl-27{padding:10.8rem !important}.p-xxl-28{padding:11.2rem !important}.p-xxl-29{padding:11.6rem !important}.p-xxl-30{padding:12rem !important}.p-xxl-31{padding:12.4rem !important}.p-xxl-32{padding:12.8rem !important}.p-xxl-33{padding:13.2rem !important}.p-xxl-34{padding:13.6rem !important}.p-xxl-35{padding:14rem !important}.p-xxl-36{padding:14.4rem !important}.p-xxl-37{padding:14.8rem !important}.p-xxl-38{padding:15.2rem !important}.p-xxl-39{padding:15.6rem !important}.p-xxl-40{padding:16rem !important}.p-xxl-41{padding:16.4rem !important}.p-xxl-42{padding:16.8rem !important}.p-xxl-43{padding:17.2rem !important}.p-xxl-44{padding:17.6rem !important}.p-xxl-45{padding:18rem !important}.p-xxl-46{padding:18.4rem !important}.p-xxl-47{padding:18.8rem !important}.p-xxl-48{padding:19.2rem !important}.p-xxl-49{padding:19.6rem !important}.p-xxl-50{padding:20rem !important}.p-xxl-51{padding:20.4rem !important}.p-xxl-52{padding:20.8rem !important}.p-xxl-53{padding:21.2rem !important}.p-xxl-54{padding:21.6rem !important}.p-xxl-55{padding:22rem !important}.p-xxl-56{padding:22.4rem !important}.p-xxl-57{padding:22.8rem !important}.p-xxl-58{padding:23.2rem !important}.p-xxl-59{padding:23.6rem !important}.p-xxl-60{padding:24rem !important}.p-xxl-61{padding:24.4rem !important}.p-xxl-62{padding:24.8rem !important}.p-xxl-63{padding:25.2rem !important}.p-xxl-64{padding:25.6rem !important}.p-xxl-65{padding:26rem !important}.p-xxl-66{padding:26.4rem !important}.p-xxl-67{padding:26.8rem !important}.p-xxl-68{padding:27.2rem !important}.p-xxl-69{padding:27.6rem !important}.p-xxl-70{padding:28rem !important}.p-xxl-71{padding:28.4rem !important}.p-xxl-72{padding:28.8rem !important}.p-xxl-73{padding:29.2rem !important}.p-xxl-74{padding:29.6rem !important}.p-xxl-75{padding:30rem !important}.p-xxl-76{padding:30.4rem !important}.p-xxl-77{padding:30.8rem !important}.p-xxl-78{padding:31.2rem !important}.p-xxl-79{padding:31.6rem !important}.p-xxl-80{padding:32rem !important}.p-xxl-81{padding:32.4rem !important}.p-xxl-82{padding:32.8rem !important}.p-xxl-83{padding:33.2rem !important}.p-xxl-84{padding:33.6rem !important}.p-xxl-85{padding:34rem !important}.p-xxl-86{padding:34.4rem !important}.p-xxl-87{padding:34.8rem !important}.p-xxl-88{padding:35.2rem !important}.p-xxl-89{padding:35.6rem !important}.p-xxl-90{padding:36rem !important}.p-xxl-91{padding:36.4rem !important}.p-xxl-92{padding:36.8rem !important}.p-xxl-93{padding:37.2rem !important}.p-xxl-94{padding:37.6rem !important}.p-xxl-95{padding:38rem !important}.p-xxl-96{padding:38.4rem !important}.p-xxl-97{padding:38.8rem !important}.p-xxl-98{padding:39.2rem !important}.p-xxl-99{padding:39.6rem !important}.p-xxl-100{padding:40rem !important}}.pt-0{padding-top:0 !important}.pt-1{padding-top:.4rem !important}.pt-2{padding-top:.8rem !important}.pt-3{padding-top:1.2rem !important}.pt-4{padding-top:1.6rem !important}.pt-5{padding-top:2rem !important}.pt-6{padding-top:2.4rem !important}.pt-7{padding-top:2.8rem !important}.pt-8{padding-top:3.2rem !important}.pt-9{padding-top:3.6rem !important}.pt-10{padding-top:4rem !important}.pt-11{padding-top:4.4rem !important}.pt-12{padding-top:4.8rem !important}.pt-13{padding-top:5.2rem !important}.pt-14{padding-top:5.6rem !important}.pt-15{padding-top:6rem !important}.pt-16{padding-top:6.4rem !important}.pt-17{padding-top:6.8rem !important}.pt-18{padding-top:7.2rem !important}.pt-19{padding-top:7.6rem !important}.pt-20{padding-top:8rem !important}.pt-21{padding-top:8.4rem !important}.pt-22{padding-top:8.8rem !important}.pt-23{padding-top:9.2rem !important}.pt-24{padding-top:9.6rem !important}.pt-25{padding-top:10rem !important}.pt-26{padding-top:10.4rem !important}.pt-27{padding-top:10.8rem !important}.pt-28{padding-top:11.2rem !important}.pt-29{padding-top:11.6rem !important}.pt-30{padding-top:12rem !important}.pt-31{padding-top:12.4rem !important}.pt-32{padding-top:12.8rem !important}.pt-33{padding-top:13.2rem !important}.pt-34{padding-top:13.6rem !important}.pt-35{padding-top:14rem !important}.pt-36{padding-top:14.4rem !important}.pt-37{padding-top:14.8rem !important}.pt-38{padding-top:15.2rem !important}.pt-39{padding-top:15.6rem !important}.pt-40{padding-top:16rem !important}.pt-41{padding-top:16.4rem !important}.pt-42{padding-top:16.8rem !important}.pt-43{padding-top:17.2rem !important}.pt-44{padding-top:17.6rem !important}.pt-45{padding-top:18rem !important}.pt-46{padding-top:18.4rem !important}.pt-47{padding-top:18.8rem !important}.pt-48{padding-top:19.2rem !important}.pt-49{padding-top:19.6rem !important}.pt-50{padding-top:20rem !important}.pt-51{padding-top:20.4rem !important}.pt-52{padding-top:20.8rem !important}.pt-53{padding-top:21.2rem !important}.pt-54{padding-top:21.6rem !important}.pt-55{padding-top:22rem !important}.pt-56{padding-top:22.4rem !important}.pt-57{padding-top:22.8rem !important}.pt-58{padding-top:23.2rem !important}.pt-59{padding-top:23.6rem !important}.pt-60{padding-top:24rem !important}.pt-61{padding-top:24.4rem !important}.pt-62{padding-top:24.8rem !important}.pt-63{padding-top:25.2rem !important}.pt-64{padding-top:25.6rem !important}.pt-65{padding-top:26rem !important}.pt-66{padding-top:26.4rem !important}.pt-67{padding-top:26.8rem !important}.pt-68{padding-top:27.2rem !important}.pt-69{padding-top:27.6rem !important}.pt-70{padding-top:28rem !important}.pt-71{padding-top:28.4rem !important}.pt-72{padding-top:28.8rem !important}.pt-73{padding-top:29.2rem !important}.pt-74{padding-top:29.6rem !important}.pt-75{padding-top:30rem !important}.pt-76{padding-top:30.4rem !important}.pt-77{padding-top:30.8rem !important}.pt-78{padding-top:31.2rem !important}.pt-79{padding-top:31.6rem !important}.pt-80{padding-top:32rem !important}.pt-81{padding-top:32.4rem !important}.pt-82{padding-top:32.8rem !important}.pt-83{padding-top:33.2rem !important}.pt-84{padding-top:33.6rem !important}.pt-85{padding-top:34rem !important}.pt-86{padding-top:34.4rem !important}.pt-87{padding-top:34.8rem !important}.pt-88{padding-top:35.2rem !important}.pt-89{padding-top:35.6rem !important}.pt-90{padding-top:36rem !important}.pt-91{padding-top:36.4rem !important}.pt-92{padding-top:36.8rem !important}.pt-93{padding-top:37.2rem !important}.pt-94{padding-top:37.6rem !important}.pt-95{padding-top:38rem !important}.pt-96{padding-top:38.4rem !important}.pt-97{padding-top:38.8rem !important}.pt-98{padding-top:39.2rem !important}.pt-99{padding-top:39.6rem !important}.pt-100{padding-top:40rem !important}@media(min-width: 576px){.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:.4rem !important}.pt-sm-2{padding-top:.8rem !important}.pt-sm-3{padding-top:1.2rem !important}.pt-sm-4{padding-top:1.6rem !important}.pt-sm-5{padding-top:2rem !important}.pt-sm-6{padding-top:2.4rem !important}.pt-sm-7{padding-top:2.8rem !important}.pt-sm-8{padding-top:3.2rem !important}.pt-sm-9{padding-top:3.6rem !important}.pt-sm-10{padding-top:4rem !important}.pt-sm-11{padding-top:4.4rem !important}.pt-sm-12{padding-top:4.8rem !important}.pt-sm-13{padding-top:5.2rem !important}.pt-sm-14{padding-top:5.6rem !important}.pt-sm-15{padding-top:6rem !important}.pt-sm-16{padding-top:6.4rem !important}.pt-sm-17{padding-top:6.8rem !important}.pt-sm-18{padding-top:7.2rem !important}.pt-sm-19{padding-top:7.6rem !important}.pt-sm-20{padding-top:8rem !important}.pt-sm-21{padding-top:8.4rem !important}.pt-sm-22{padding-top:8.8rem !important}.pt-sm-23{padding-top:9.2rem !important}.pt-sm-24{padding-top:9.6rem !important}.pt-sm-25{padding-top:10rem !important}.pt-sm-26{padding-top:10.4rem !important}.pt-sm-27{padding-top:10.8rem !important}.pt-sm-28{padding-top:11.2rem !important}.pt-sm-29{padding-top:11.6rem !important}.pt-sm-30{padding-top:12rem !important}.pt-sm-31{padding-top:12.4rem !important}.pt-sm-32{padding-top:12.8rem !important}.pt-sm-33{padding-top:13.2rem !important}.pt-sm-34{padding-top:13.6rem !important}.pt-sm-35{padding-top:14rem !important}.pt-sm-36{padding-top:14.4rem !important}.pt-sm-37{padding-top:14.8rem !important}.pt-sm-38{padding-top:15.2rem !important}.pt-sm-39{padding-top:15.6rem !important}.pt-sm-40{padding-top:16rem !important}.pt-sm-41{padding-top:16.4rem !important}.pt-sm-42{padding-top:16.8rem !important}.pt-sm-43{padding-top:17.2rem !important}.pt-sm-44{padding-top:17.6rem !important}.pt-sm-45{padding-top:18rem !important}.pt-sm-46{padding-top:18.4rem !important}.pt-sm-47{padding-top:18.8rem !important}.pt-sm-48{padding-top:19.2rem !important}.pt-sm-49{padding-top:19.6rem !important}.pt-sm-50{padding-top:20rem !important}.pt-sm-51{padding-top:20.4rem !important}.pt-sm-52{padding-top:20.8rem !important}.pt-sm-53{padding-top:21.2rem !important}.pt-sm-54{padding-top:21.6rem !important}.pt-sm-55{padding-top:22rem !important}.pt-sm-56{padding-top:22.4rem !important}.pt-sm-57{padding-top:22.8rem !important}.pt-sm-58{padding-top:23.2rem !important}.pt-sm-59{padding-top:23.6rem !important}.pt-sm-60{padding-top:24rem !important}.pt-sm-61{padding-top:24.4rem !important}.pt-sm-62{padding-top:24.8rem !important}.pt-sm-63{padding-top:25.2rem !important}.pt-sm-64{padding-top:25.6rem !important}.pt-sm-65{padding-top:26rem !important}.pt-sm-66{padding-top:26.4rem !important}.pt-sm-67{padding-top:26.8rem !important}.pt-sm-68{padding-top:27.2rem !important}.pt-sm-69{padding-top:27.6rem !important}.pt-sm-70{padding-top:28rem !important}.pt-sm-71{padding-top:28.4rem !important}.pt-sm-72{padding-top:28.8rem !important}.pt-sm-73{padding-top:29.2rem !important}.pt-sm-74{padding-top:29.6rem !important}.pt-sm-75{padding-top:30rem !important}.pt-sm-76{padding-top:30.4rem !important}.pt-sm-77{padding-top:30.8rem !important}.pt-sm-78{padding-top:31.2rem !important}.pt-sm-79{padding-top:31.6rem !important}.pt-sm-80{padding-top:32rem !important}.pt-sm-81{padding-top:32.4rem !important}.pt-sm-82{padding-top:32.8rem !important}.pt-sm-83{padding-top:33.2rem !important}.pt-sm-84{padding-top:33.6rem !important}.pt-sm-85{padding-top:34rem !important}.pt-sm-86{padding-top:34.4rem !important}.pt-sm-87{padding-top:34.8rem !important}.pt-sm-88{padding-top:35.2rem !important}.pt-sm-89{padding-top:35.6rem !important}.pt-sm-90{padding-top:36rem !important}.pt-sm-91{padding-top:36.4rem !important}.pt-sm-92{padding-top:36.8rem !important}.pt-sm-93{padding-top:37.2rem !important}.pt-sm-94{padding-top:37.6rem !important}.pt-sm-95{padding-top:38rem !important}.pt-sm-96{padding-top:38.4rem !important}.pt-sm-97{padding-top:38.8rem !important}.pt-sm-98{padding-top:39.2rem !important}.pt-sm-99{padding-top:39.6rem !important}.pt-sm-100{padding-top:40rem !important}}@media(min-width: 768px){.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:.4rem !important}.pt-md-2{padding-top:.8rem !important}.pt-md-3{padding-top:1.2rem !important}.pt-md-4{padding-top:1.6rem !important}.pt-md-5{padding-top:2rem !important}.pt-md-6{padding-top:2.4rem !important}.pt-md-7{padding-top:2.8rem !important}.pt-md-8{padding-top:3.2rem !important}.pt-md-9{padding-top:3.6rem !important}.pt-md-10{padding-top:4rem !important}.pt-md-11{padding-top:4.4rem !important}.pt-md-12{padding-top:4.8rem !important}.pt-md-13{padding-top:5.2rem !important}.pt-md-14{padding-top:5.6rem !important}.pt-md-15{padding-top:6rem !important}.pt-md-16{padding-top:6.4rem !important}.pt-md-17{padding-top:6.8rem !important}.pt-md-18{padding-top:7.2rem !important}.pt-md-19{padding-top:7.6rem !important}.pt-md-20{padding-top:8rem !important}.pt-md-21{padding-top:8.4rem !important}.pt-md-22{padding-top:8.8rem !important}.pt-md-23{padding-top:9.2rem !important}.pt-md-24{padding-top:9.6rem !important}.pt-md-25{padding-top:10rem !important}.pt-md-26{padding-top:10.4rem !important}.pt-md-27{padding-top:10.8rem !important}.pt-md-28{padding-top:11.2rem !important}.pt-md-29{padding-top:11.6rem !important}.pt-md-30{padding-top:12rem !important}.pt-md-31{padding-top:12.4rem !important}.pt-md-32{padding-top:12.8rem !important}.pt-md-33{padding-top:13.2rem !important}.pt-md-34{padding-top:13.6rem !important}.pt-md-35{padding-top:14rem !important}.pt-md-36{padding-top:14.4rem !important}.pt-md-37{padding-top:14.8rem !important}.pt-md-38{padding-top:15.2rem !important}.pt-md-39{padding-top:15.6rem !important}.pt-md-40{padding-top:16rem !important}.pt-md-41{padding-top:16.4rem !important}.pt-md-42{padding-top:16.8rem !important}.pt-md-43{padding-top:17.2rem !important}.pt-md-44{padding-top:17.6rem !important}.pt-md-45{padding-top:18rem !important}.pt-md-46{padding-top:18.4rem !important}.pt-md-47{padding-top:18.8rem !important}.pt-md-48{padding-top:19.2rem !important}.pt-md-49{padding-top:19.6rem !important}.pt-md-50{padding-top:20rem !important}.pt-md-51{padding-top:20.4rem !important}.pt-md-52{padding-top:20.8rem !important}.pt-md-53{padding-top:21.2rem !important}.pt-md-54{padding-top:21.6rem !important}.pt-md-55{padding-top:22rem !important}.pt-md-56{padding-top:22.4rem !important}.pt-md-57{padding-top:22.8rem !important}.pt-md-58{padding-top:23.2rem !important}.pt-md-59{padding-top:23.6rem !important}.pt-md-60{padding-top:24rem !important}.pt-md-61{padding-top:24.4rem !important}.pt-md-62{padding-top:24.8rem !important}.pt-md-63{padding-top:25.2rem !important}.pt-md-64{padding-top:25.6rem !important}.pt-md-65{padding-top:26rem !important}.pt-md-66{padding-top:26.4rem !important}.pt-md-67{padding-top:26.8rem !important}.pt-md-68{padding-top:27.2rem !important}.pt-md-69{padding-top:27.6rem !important}.pt-md-70{padding-top:28rem !important}.pt-md-71{padding-top:28.4rem !important}.pt-md-72{padding-top:28.8rem !important}.pt-md-73{padding-top:29.2rem !important}.pt-md-74{padding-top:29.6rem !important}.pt-md-75{padding-top:30rem !important}.pt-md-76{padding-top:30.4rem !important}.pt-md-77{padding-top:30.8rem !important}.pt-md-78{padding-top:31.2rem !important}.pt-md-79{padding-top:31.6rem !important}.pt-md-80{padding-top:32rem !important}.pt-md-81{padding-top:32.4rem !important}.pt-md-82{padding-top:32.8rem !important}.pt-md-83{padding-top:33.2rem !important}.pt-md-84{padding-top:33.6rem !important}.pt-md-85{padding-top:34rem !important}.pt-md-86{padding-top:34.4rem !important}.pt-md-87{padding-top:34.8rem !important}.pt-md-88{padding-top:35.2rem !important}.pt-md-89{padding-top:35.6rem !important}.pt-md-90{padding-top:36rem !important}.pt-md-91{padding-top:36.4rem !important}.pt-md-92{padding-top:36.8rem !important}.pt-md-93{padding-top:37.2rem !important}.pt-md-94{padding-top:37.6rem !important}.pt-md-95{padding-top:38rem !important}.pt-md-96{padding-top:38.4rem !important}.pt-md-97{padding-top:38.8rem !important}.pt-md-98{padding-top:39.2rem !important}.pt-md-99{padding-top:39.6rem !important}.pt-md-100{padding-top:40rem !important}}@media(min-width: 992px){.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:.4rem !important}.pt-lg-2{padding-top:.8rem !important}.pt-lg-3{padding-top:1.2rem !important}.pt-lg-4{padding-top:1.6rem !important}.pt-lg-5{padding-top:2rem !important}.pt-lg-6{padding-top:2.4rem !important}.pt-lg-7{padding-top:2.8rem !important}.pt-lg-8{padding-top:3.2rem !important}.pt-lg-9{padding-top:3.6rem !important}.pt-lg-10{padding-top:4rem !important}.pt-lg-11{padding-top:4.4rem !important}.pt-lg-12{padding-top:4.8rem !important}.pt-lg-13{padding-top:5.2rem !important}.pt-lg-14{padding-top:5.6rem !important}.pt-lg-15{padding-top:6rem !important}.pt-lg-16{padding-top:6.4rem !important}.pt-lg-17{padding-top:6.8rem !important}.pt-lg-18{padding-top:7.2rem !important}.pt-lg-19{padding-top:7.6rem !important}.pt-lg-20{padding-top:8rem !important}.pt-lg-21{padding-top:8.4rem !important}.pt-lg-22{padding-top:8.8rem !important}.pt-lg-23{padding-top:9.2rem !important}.pt-lg-24{padding-top:9.6rem !important}.pt-lg-25{padding-top:10rem !important}.pt-lg-26{padding-top:10.4rem !important}.pt-lg-27{padding-top:10.8rem !important}.pt-lg-28{padding-top:11.2rem !important}.pt-lg-29{padding-top:11.6rem !important}.pt-lg-30{padding-top:12rem !important}.pt-lg-31{padding-top:12.4rem !important}.pt-lg-32{padding-top:12.8rem !important}.pt-lg-33{padding-top:13.2rem !important}.pt-lg-34{padding-top:13.6rem !important}.pt-lg-35{padding-top:14rem !important}.pt-lg-36{padding-top:14.4rem !important}.pt-lg-37{padding-top:14.8rem !important}.pt-lg-38{padding-top:15.2rem !important}.pt-lg-39{padding-top:15.6rem !important}.pt-lg-40{padding-top:16rem !important}.pt-lg-41{padding-top:16.4rem !important}.pt-lg-42{padding-top:16.8rem !important}.pt-lg-43{padding-top:17.2rem !important}.pt-lg-44{padding-top:17.6rem !important}.pt-lg-45{padding-top:18rem !important}.pt-lg-46{padding-top:18.4rem !important}.pt-lg-47{padding-top:18.8rem !important}.pt-lg-48{padding-top:19.2rem !important}.pt-lg-49{padding-top:19.6rem !important}.pt-lg-50{padding-top:20rem !important}.pt-lg-51{padding-top:20.4rem !important}.pt-lg-52{padding-top:20.8rem !important}.pt-lg-53{padding-top:21.2rem !important}.pt-lg-54{padding-top:21.6rem !important}.pt-lg-55{padding-top:22rem !important}.pt-lg-56{padding-top:22.4rem !important}.pt-lg-57{padding-top:22.8rem !important}.pt-lg-58{padding-top:23.2rem !important}.pt-lg-59{padding-top:23.6rem !important}.pt-lg-60{padding-top:24rem !important}.pt-lg-61{padding-top:24.4rem !important}.pt-lg-62{padding-top:24.8rem !important}.pt-lg-63{padding-top:25.2rem !important}.pt-lg-64{padding-top:25.6rem !important}.pt-lg-65{padding-top:26rem !important}.pt-lg-66{padding-top:26.4rem !important}.pt-lg-67{padding-top:26.8rem !important}.pt-lg-68{padding-top:27.2rem !important}.pt-lg-69{padding-top:27.6rem !important}.pt-lg-70{padding-top:28rem !important}.pt-lg-71{padding-top:28.4rem !important}.pt-lg-72{padding-top:28.8rem !important}.pt-lg-73{padding-top:29.2rem !important}.pt-lg-74{padding-top:29.6rem !important}.pt-lg-75{padding-top:30rem !important}.pt-lg-76{padding-top:30.4rem !important}.pt-lg-77{padding-top:30.8rem !important}.pt-lg-78{padding-top:31.2rem !important}.pt-lg-79{padding-top:31.6rem !important}.pt-lg-80{padding-top:32rem !important}.pt-lg-81{padding-top:32.4rem !important}.pt-lg-82{padding-top:32.8rem !important}.pt-lg-83{padding-top:33.2rem !important}.pt-lg-84{padding-top:33.6rem !important}.pt-lg-85{padding-top:34rem !important}.pt-lg-86{padding-top:34.4rem !important}.pt-lg-87{padding-top:34.8rem !important}.pt-lg-88{padding-top:35.2rem !important}.pt-lg-89{padding-top:35.6rem !important}.pt-lg-90{padding-top:36rem !important}.pt-lg-91{padding-top:36.4rem !important}.pt-lg-92{padding-top:36.8rem !important}.pt-lg-93{padding-top:37.2rem !important}.pt-lg-94{padding-top:37.6rem !important}.pt-lg-95{padding-top:38rem !important}.pt-lg-96{padding-top:38.4rem !important}.pt-lg-97{padding-top:38.8rem !important}.pt-lg-98{padding-top:39.2rem !important}.pt-lg-99{padding-top:39.6rem !important}.pt-lg-100{padding-top:40rem !important}}@media(min-width: 1200px){.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:.4rem !important}.pt-xl-2{padding-top:.8rem !important}.pt-xl-3{padding-top:1.2rem !important}.pt-xl-4{padding-top:1.6rem !important}.pt-xl-5{padding-top:2rem !important}.pt-xl-6{padding-top:2.4rem !important}.pt-xl-7{padding-top:2.8rem !important}.pt-xl-8{padding-top:3.2rem !important}.pt-xl-9{padding-top:3.6rem !important}.pt-xl-10{padding-top:4rem !important}.pt-xl-11{padding-top:4.4rem !important}.pt-xl-12{padding-top:4.8rem !important}.pt-xl-13{padding-top:5.2rem !important}.pt-xl-14{padding-top:5.6rem !important}.pt-xl-15{padding-top:6rem !important}.pt-xl-16{padding-top:6.4rem !important}.pt-xl-17{padding-top:6.8rem !important}.pt-xl-18{padding-top:7.2rem !important}.pt-xl-19{padding-top:7.6rem !important}.pt-xl-20{padding-top:8rem !important}.pt-xl-21{padding-top:8.4rem !important}.pt-xl-22{padding-top:8.8rem !important}.pt-xl-23{padding-top:9.2rem !important}.pt-xl-24{padding-top:9.6rem !important}.pt-xl-25{padding-top:10rem !important}.pt-xl-26{padding-top:10.4rem !important}.pt-xl-27{padding-top:10.8rem !important}.pt-xl-28{padding-top:11.2rem !important}.pt-xl-29{padding-top:11.6rem !important}.pt-xl-30{padding-top:12rem !important}.pt-xl-31{padding-top:12.4rem !important}.pt-xl-32{padding-top:12.8rem !important}.pt-xl-33{padding-top:13.2rem !important}.pt-xl-34{padding-top:13.6rem !important}.pt-xl-35{padding-top:14rem !important}.pt-xl-36{padding-top:14.4rem !important}.pt-xl-37{padding-top:14.8rem !important}.pt-xl-38{padding-top:15.2rem !important}.pt-xl-39{padding-top:15.6rem !important}.pt-xl-40{padding-top:16rem !important}.pt-xl-41{padding-top:16.4rem !important}.pt-xl-42{padding-top:16.8rem !important}.pt-xl-43{padding-top:17.2rem !important}.pt-xl-44{padding-top:17.6rem !important}.pt-xl-45{padding-top:18rem !important}.pt-xl-46{padding-top:18.4rem !important}.pt-xl-47{padding-top:18.8rem !important}.pt-xl-48{padding-top:19.2rem !important}.pt-xl-49{padding-top:19.6rem !important}.pt-xl-50{padding-top:20rem !important}.pt-xl-51{padding-top:20.4rem !important}.pt-xl-52{padding-top:20.8rem !important}.pt-xl-53{padding-top:21.2rem !important}.pt-xl-54{padding-top:21.6rem !important}.pt-xl-55{padding-top:22rem !important}.pt-xl-56{padding-top:22.4rem !important}.pt-xl-57{padding-top:22.8rem !important}.pt-xl-58{padding-top:23.2rem !important}.pt-xl-59{padding-top:23.6rem !important}.pt-xl-60{padding-top:24rem !important}.pt-xl-61{padding-top:24.4rem !important}.pt-xl-62{padding-top:24.8rem !important}.pt-xl-63{padding-top:25.2rem !important}.pt-xl-64{padding-top:25.6rem !important}.pt-xl-65{padding-top:26rem !important}.pt-xl-66{padding-top:26.4rem !important}.pt-xl-67{padding-top:26.8rem !important}.pt-xl-68{padding-top:27.2rem !important}.pt-xl-69{padding-top:27.6rem !important}.pt-xl-70{padding-top:28rem !important}.pt-xl-71{padding-top:28.4rem !important}.pt-xl-72{padding-top:28.8rem !important}.pt-xl-73{padding-top:29.2rem !important}.pt-xl-74{padding-top:29.6rem !important}.pt-xl-75{padding-top:30rem !important}.pt-xl-76{padding-top:30.4rem !important}.pt-xl-77{padding-top:30.8rem !important}.pt-xl-78{padding-top:31.2rem !important}.pt-xl-79{padding-top:31.6rem !important}.pt-xl-80{padding-top:32rem !important}.pt-xl-81{padding-top:32.4rem !important}.pt-xl-82{padding-top:32.8rem !important}.pt-xl-83{padding-top:33.2rem !important}.pt-xl-84{padding-top:33.6rem !important}.pt-xl-85{padding-top:34rem !important}.pt-xl-86{padding-top:34.4rem !important}.pt-xl-87{padding-top:34.8rem !important}.pt-xl-88{padding-top:35.2rem !important}.pt-xl-89{padding-top:35.6rem !important}.pt-xl-90{padding-top:36rem !important}.pt-xl-91{padding-top:36.4rem !important}.pt-xl-92{padding-top:36.8rem !important}.pt-xl-93{padding-top:37.2rem !important}.pt-xl-94{padding-top:37.6rem !important}.pt-xl-95{padding-top:38rem !important}.pt-xl-96{padding-top:38.4rem !important}.pt-xl-97{padding-top:38.8rem !important}.pt-xl-98{padding-top:39.2rem !important}.pt-xl-99{padding-top:39.6rem !important}.pt-xl-100{padding-top:40rem !important}}@media(min-width: 1400px){.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:.4rem !important}.pt-xxl-2{padding-top:.8rem !important}.pt-xxl-3{padding-top:1.2rem !important}.pt-xxl-4{padding-top:1.6rem !important}.pt-xxl-5{padding-top:2rem !important}.pt-xxl-6{padding-top:2.4rem !important}.pt-xxl-7{padding-top:2.8rem !important}.pt-xxl-8{padding-top:3.2rem !important}.pt-xxl-9{padding-top:3.6rem !important}.pt-xxl-10{padding-top:4rem !important}.pt-xxl-11{padding-top:4.4rem !important}.pt-xxl-12{padding-top:4.8rem !important}.pt-xxl-13{padding-top:5.2rem !important}.pt-xxl-14{padding-top:5.6rem !important}.pt-xxl-15{padding-top:6rem !important}.pt-xxl-16{padding-top:6.4rem !important}.pt-xxl-17{padding-top:6.8rem !important}.pt-xxl-18{padding-top:7.2rem !important}.pt-xxl-19{padding-top:7.6rem !important}.pt-xxl-20{padding-top:8rem !important}.pt-xxl-21{padding-top:8.4rem !important}.pt-xxl-22{padding-top:8.8rem !important}.pt-xxl-23{padding-top:9.2rem !important}.pt-xxl-24{padding-top:9.6rem !important}.pt-xxl-25{padding-top:10rem !important}.pt-xxl-26{padding-top:10.4rem !important}.pt-xxl-27{padding-top:10.8rem !important}.pt-xxl-28{padding-top:11.2rem !important}.pt-xxl-29{padding-top:11.6rem !important}.pt-xxl-30{padding-top:12rem !important}.pt-xxl-31{padding-top:12.4rem !important}.pt-xxl-32{padding-top:12.8rem !important}.pt-xxl-33{padding-top:13.2rem !important}.pt-xxl-34{padding-top:13.6rem !important}.pt-xxl-35{padding-top:14rem !important}.pt-xxl-36{padding-top:14.4rem !important}.pt-xxl-37{padding-top:14.8rem !important}.pt-xxl-38{padding-top:15.2rem !important}.pt-xxl-39{padding-top:15.6rem !important}.pt-xxl-40{padding-top:16rem !important}.pt-xxl-41{padding-top:16.4rem !important}.pt-xxl-42{padding-top:16.8rem !important}.pt-xxl-43{padding-top:17.2rem !important}.pt-xxl-44{padding-top:17.6rem !important}.pt-xxl-45{padding-top:18rem !important}.pt-xxl-46{padding-top:18.4rem !important}.pt-xxl-47{padding-top:18.8rem !important}.pt-xxl-48{padding-top:19.2rem !important}.pt-xxl-49{padding-top:19.6rem !important}.pt-xxl-50{padding-top:20rem !important}.pt-xxl-51{padding-top:20.4rem !important}.pt-xxl-52{padding-top:20.8rem !important}.pt-xxl-53{padding-top:21.2rem !important}.pt-xxl-54{padding-top:21.6rem !important}.pt-xxl-55{padding-top:22rem !important}.pt-xxl-56{padding-top:22.4rem !important}.pt-xxl-57{padding-top:22.8rem !important}.pt-xxl-58{padding-top:23.2rem !important}.pt-xxl-59{padding-top:23.6rem !important}.pt-xxl-60{padding-top:24rem !important}.pt-xxl-61{padding-top:24.4rem !important}.pt-xxl-62{padding-top:24.8rem !important}.pt-xxl-63{padding-top:25.2rem !important}.pt-xxl-64{padding-top:25.6rem !important}.pt-xxl-65{padding-top:26rem !important}.pt-xxl-66{padding-top:26.4rem !important}.pt-xxl-67{padding-top:26.8rem !important}.pt-xxl-68{padding-top:27.2rem !important}.pt-xxl-69{padding-top:27.6rem !important}.pt-xxl-70{padding-top:28rem !important}.pt-xxl-71{padding-top:28.4rem !important}.pt-xxl-72{padding-top:28.8rem !important}.pt-xxl-73{padding-top:29.2rem !important}.pt-xxl-74{padding-top:29.6rem !important}.pt-xxl-75{padding-top:30rem !important}.pt-xxl-76{padding-top:30.4rem !important}.pt-xxl-77{padding-top:30.8rem !important}.pt-xxl-78{padding-top:31.2rem !important}.pt-xxl-79{padding-top:31.6rem !important}.pt-xxl-80{padding-top:32rem !important}.pt-xxl-81{padding-top:32.4rem !important}.pt-xxl-82{padding-top:32.8rem !important}.pt-xxl-83{padding-top:33.2rem !important}.pt-xxl-84{padding-top:33.6rem !important}.pt-xxl-85{padding-top:34rem !important}.pt-xxl-86{padding-top:34.4rem !important}.pt-xxl-87{padding-top:34.8rem !important}.pt-xxl-88{padding-top:35.2rem !important}.pt-xxl-89{padding-top:35.6rem !important}.pt-xxl-90{padding-top:36rem !important}.pt-xxl-91{padding-top:36.4rem !important}.pt-xxl-92{padding-top:36.8rem !important}.pt-xxl-93{padding-top:37.2rem !important}.pt-xxl-94{padding-top:37.6rem !important}.pt-xxl-95{padding-top:38rem !important}.pt-xxl-96{padding-top:38.4rem !important}.pt-xxl-97{padding-top:38.8rem !important}.pt-xxl-98{padding-top:39.2rem !important}.pt-xxl-99{padding-top:39.6rem !important}.pt-xxl-100{padding-top:40rem !important}}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:.4rem !important}.pb-2{padding-bottom:.8rem !important}.pb-3{padding-bottom:1.2rem !important}.pb-4{padding-bottom:1.6rem !important}.pb-5{padding-bottom:2rem !important}.pb-6{padding-bottom:2.4rem !important}.pb-7{padding-bottom:2.8rem !important}.pb-8{padding-bottom:3.2rem !important}.pb-9{padding-bottom:3.6rem !important}.pb-10{padding-bottom:4rem !important}.pb-11{padding-bottom:4.4rem !important}.pb-12{padding-bottom:4.8rem !important}.pb-13{padding-bottom:5.2rem !important}.pb-14{padding-bottom:5.6rem !important}.pb-15{padding-bottom:6rem !important}.pb-16{padding-bottom:6.4rem !important}.pb-17{padding-bottom:6.8rem !important}.pb-18{padding-bottom:7.2rem !important}.pb-19{padding-bottom:7.6rem !important}.pb-20{padding-bottom:8rem !important}.pb-21{padding-bottom:8.4rem !important}.pb-22{padding-bottom:8.8rem !important}.pb-23{padding-bottom:9.2rem !important}.pb-24{padding-bottom:9.6rem !important}.pb-25{padding-bottom:10rem !important}.pb-26{padding-bottom:10.4rem !important}.pb-27{padding-bottom:10.8rem !important}.pb-28{padding-bottom:11.2rem !important}.pb-29{padding-bottom:11.6rem !important}.pb-30{padding-bottom:12rem !important}.pb-31{padding-bottom:12.4rem !important}.pb-32{padding-bottom:12.8rem !important}.pb-33{padding-bottom:13.2rem !important}.pb-34{padding-bottom:13.6rem !important}.pb-35{padding-bottom:14rem !important}.pb-36{padding-bottom:14.4rem !important}.pb-37{padding-bottom:14.8rem !important}.pb-38{padding-bottom:15.2rem !important}.pb-39{padding-bottom:15.6rem !important}.pb-40{padding-bottom:16rem !important}.pb-41{padding-bottom:16.4rem !important}.pb-42{padding-bottom:16.8rem !important}.pb-43{padding-bottom:17.2rem !important}.pb-44{padding-bottom:17.6rem !important}.pb-45{padding-bottom:18rem !important}.pb-46{padding-bottom:18.4rem !important}.pb-47{padding-bottom:18.8rem !important}.pb-48{padding-bottom:19.2rem !important}.pb-49{padding-bottom:19.6rem !important}.pb-50{padding-bottom:20rem !important}.pb-51{padding-bottom:20.4rem !important}.pb-52{padding-bottom:20.8rem !important}.pb-53{padding-bottom:21.2rem !important}.pb-54{padding-bottom:21.6rem !important}.pb-55{padding-bottom:22rem !important}.pb-56{padding-bottom:22.4rem !important}.pb-57{padding-bottom:22.8rem !important}.pb-58{padding-bottom:23.2rem !important}.pb-59{padding-bottom:23.6rem !important}.pb-60{padding-bottom:24rem !important}.pb-61{padding-bottom:24.4rem !important}.pb-62{padding-bottom:24.8rem !important}.pb-63{padding-bottom:25.2rem !important}.pb-64{padding-bottom:25.6rem !important}.pb-65{padding-bottom:26rem !important}.pb-66{padding-bottom:26.4rem !important}.pb-67{padding-bottom:26.8rem !important}.pb-68{padding-bottom:27.2rem !important}.pb-69{padding-bottom:27.6rem !important}.pb-70{padding-bottom:28rem !important}.pb-71{padding-bottom:28.4rem !important}.pb-72{padding-bottom:28.8rem !important}.pb-73{padding-bottom:29.2rem !important}.pb-74{padding-bottom:29.6rem !important}.pb-75{padding-bottom:30rem !important}.pb-76{padding-bottom:30.4rem !important}.pb-77{padding-bottom:30.8rem !important}.pb-78{padding-bottom:31.2rem !important}.pb-79{padding-bottom:31.6rem !important}.pb-80{padding-bottom:32rem !important}.pb-81{padding-bottom:32.4rem !important}.pb-82{padding-bottom:32.8rem !important}.pb-83{padding-bottom:33.2rem !important}.pb-84{padding-bottom:33.6rem !important}.pb-85{padding-bottom:34rem !important}.pb-86{padding-bottom:34.4rem !important}.pb-87{padding-bottom:34.8rem !important}.pb-88{padding-bottom:35.2rem !important}.pb-89{padding-bottom:35.6rem !important}.pb-90{padding-bottom:36rem !important}.pb-91{padding-bottom:36.4rem !important}.pb-92{padding-bottom:36.8rem !important}.pb-93{padding-bottom:37.2rem !important}.pb-94{padding-bottom:37.6rem !important}.pb-95{padding-bottom:38rem !important}.pb-96{padding-bottom:38.4rem !important}.pb-97{padding-bottom:38.8rem !important}.pb-98{padding-bottom:39.2rem !important}.pb-99{padding-bottom:39.6rem !important}.pb-100{padding-bottom:40rem !important}@media(min-width: 576px){.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:.4rem !important}.pb-sm-2{padding-bottom:.8rem !important}.pb-sm-3{padding-bottom:1.2rem !important}.pb-sm-4{padding-bottom:1.6rem !important}.pb-sm-5{padding-bottom:2rem !important}.pb-sm-6{padding-bottom:2.4rem !important}.pb-sm-7{padding-bottom:2.8rem !important}.pb-sm-8{padding-bottom:3.2rem !important}.pb-sm-9{padding-bottom:3.6rem !important}.pb-sm-10{padding-bottom:4rem !important}.pb-sm-11{padding-bottom:4.4rem !important}.pb-sm-12{padding-bottom:4.8rem !important}.pb-sm-13{padding-bottom:5.2rem !important}.pb-sm-14{padding-bottom:5.6rem !important}.pb-sm-15{padding-bottom:6rem !important}.pb-sm-16{padding-bottom:6.4rem !important}.pb-sm-17{padding-bottom:6.8rem !important}.pb-sm-18{padding-bottom:7.2rem !important}.pb-sm-19{padding-bottom:7.6rem !important}.pb-sm-20{padding-bottom:8rem !important}.pb-sm-21{padding-bottom:8.4rem !important}.pb-sm-22{padding-bottom:8.8rem !important}.pb-sm-23{padding-bottom:9.2rem !important}.pb-sm-24{padding-bottom:9.6rem !important}.pb-sm-25{padding-bottom:10rem !important}.pb-sm-26{padding-bottom:10.4rem !important}.pb-sm-27{padding-bottom:10.8rem !important}.pb-sm-28{padding-bottom:11.2rem !important}.pb-sm-29{padding-bottom:11.6rem !important}.pb-sm-30{padding-bottom:12rem !important}.pb-sm-31{padding-bottom:12.4rem !important}.pb-sm-32{padding-bottom:12.8rem !important}.pb-sm-33{padding-bottom:13.2rem !important}.pb-sm-34{padding-bottom:13.6rem !important}.pb-sm-35{padding-bottom:14rem !important}.pb-sm-36{padding-bottom:14.4rem !important}.pb-sm-37{padding-bottom:14.8rem !important}.pb-sm-38{padding-bottom:15.2rem !important}.pb-sm-39{padding-bottom:15.6rem !important}.pb-sm-40{padding-bottom:16rem !important}.pb-sm-41{padding-bottom:16.4rem !important}.pb-sm-42{padding-bottom:16.8rem !important}.pb-sm-43{padding-bottom:17.2rem !important}.pb-sm-44{padding-bottom:17.6rem !important}.pb-sm-45{padding-bottom:18rem !important}.pb-sm-46{padding-bottom:18.4rem !important}.pb-sm-47{padding-bottom:18.8rem !important}.pb-sm-48{padding-bottom:19.2rem !important}.pb-sm-49{padding-bottom:19.6rem !important}.pb-sm-50{padding-bottom:20rem !important}.pb-sm-51{padding-bottom:20.4rem !important}.pb-sm-52{padding-bottom:20.8rem !important}.pb-sm-53{padding-bottom:21.2rem !important}.pb-sm-54{padding-bottom:21.6rem !important}.pb-sm-55{padding-bottom:22rem !important}.pb-sm-56{padding-bottom:22.4rem !important}.pb-sm-57{padding-bottom:22.8rem !important}.pb-sm-58{padding-bottom:23.2rem !important}.pb-sm-59{padding-bottom:23.6rem !important}.pb-sm-60{padding-bottom:24rem !important}.pb-sm-61{padding-bottom:24.4rem !important}.pb-sm-62{padding-bottom:24.8rem !important}.pb-sm-63{padding-bottom:25.2rem !important}.pb-sm-64{padding-bottom:25.6rem !important}.pb-sm-65{padding-bottom:26rem !important}.pb-sm-66{padding-bottom:26.4rem !important}.pb-sm-67{padding-bottom:26.8rem !important}.pb-sm-68{padding-bottom:27.2rem !important}.pb-sm-69{padding-bottom:27.6rem !important}.pb-sm-70{padding-bottom:28rem !important}.pb-sm-71{padding-bottom:28.4rem !important}.pb-sm-72{padding-bottom:28.8rem !important}.pb-sm-73{padding-bottom:29.2rem !important}.pb-sm-74{padding-bottom:29.6rem !important}.pb-sm-75{padding-bottom:30rem !important}.pb-sm-76{padding-bottom:30.4rem !important}.pb-sm-77{padding-bottom:30.8rem !important}.pb-sm-78{padding-bottom:31.2rem !important}.pb-sm-79{padding-bottom:31.6rem !important}.pb-sm-80{padding-bottom:32rem !important}.pb-sm-81{padding-bottom:32.4rem !important}.pb-sm-82{padding-bottom:32.8rem !important}.pb-sm-83{padding-bottom:33.2rem !important}.pb-sm-84{padding-bottom:33.6rem !important}.pb-sm-85{padding-bottom:34rem !important}.pb-sm-86{padding-bottom:34.4rem !important}.pb-sm-87{padding-bottom:34.8rem !important}.pb-sm-88{padding-bottom:35.2rem !important}.pb-sm-89{padding-bottom:35.6rem !important}.pb-sm-90{padding-bottom:36rem !important}.pb-sm-91{padding-bottom:36.4rem !important}.pb-sm-92{padding-bottom:36.8rem !important}.pb-sm-93{padding-bottom:37.2rem !important}.pb-sm-94{padding-bottom:37.6rem !important}.pb-sm-95{padding-bottom:38rem !important}.pb-sm-96{padding-bottom:38.4rem !important}.pb-sm-97{padding-bottom:38.8rem !important}.pb-sm-98{padding-bottom:39.2rem !important}.pb-sm-99{padding-bottom:39.6rem !important}.pb-sm-100{padding-bottom:40rem !important}}@media(min-width: 768px){.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:.4rem !important}.pb-md-2{padding-bottom:.8rem !important}.pb-md-3{padding-bottom:1.2rem !important}.pb-md-4{padding-bottom:1.6rem !important}.pb-md-5{padding-bottom:2rem !important}.pb-md-6{padding-bottom:2.4rem !important}.pb-md-7{padding-bottom:2.8rem !important}.pb-md-8{padding-bottom:3.2rem !important}.pb-md-9{padding-bottom:3.6rem !important}.pb-md-10{padding-bottom:4rem !important}.pb-md-11{padding-bottom:4.4rem !important}.pb-md-12{padding-bottom:4.8rem !important}.pb-md-13{padding-bottom:5.2rem !important}.pb-md-14{padding-bottom:5.6rem !important}.pb-md-15{padding-bottom:6rem !important}.pb-md-16{padding-bottom:6.4rem !important}.pb-md-17{padding-bottom:6.8rem !important}.pb-md-18{padding-bottom:7.2rem !important}.pb-md-19{padding-bottom:7.6rem !important}.pb-md-20{padding-bottom:8rem !important}.pb-md-21{padding-bottom:8.4rem !important}.pb-md-22{padding-bottom:8.8rem !important}.pb-md-23{padding-bottom:9.2rem !important}.pb-md-24{padding-bottom:9.6rem !important}.pb-md-25{padding-bottom:10rem !important}.pb-md-26{padding-bottom:10.4rem !important}.pb-md-27{padding-bottom:10.8rem !important}.pb-md-28{padding-bottom:11.2rem !important}.pb-md-29{padding-bottom:11.6rem !important}.pb-md-30{padding-bottom:12rem !important}.pb-md-31{padding-bottom:12.4rem !important}.pb-md-32{padding-bottom:12.8rem !important}.pb-md-33{padding-bottom:13.2rem !important}.pb-md-34{padding-bottom:13.6rem !important}.pb-md-35{padding-bottom:14rem !important}.pb-md-36{padding-bottom:14.4rem !important}.pb-md-37{padding-bottom:14.8rem !important}.pb-md-38{padding-bottom:15.2rem !important}.pb-md-39{padding-bottom:15.6rem !important}.pb-md-40{padding-bottom:16rem !important}.pb-md-41{padding-bottom:16.4rem !important}.pb-md-42{padding-bottom:16.8rem !important}.pb-md-43{padding-bottom:17.2rem !important}.pb-md-44{padding-bottom:17.6rem !important}.pb-md-45{padding-bottom:18rem !important}.pb-md-46{padding-bottom:18.4rem !important}.pb-md-47{padding-bottom:18.8rem !important}.pb-md-48{padding-bottom:19.2rem !important}.pb-md-49{padding-bottom:19.6rem !important}.pb-md-50{padding-bottom:20rem !important}.pb-md-51{padding-bottom:20.4rem !important}.pb-md-52{padding-bottom:20.8rem !important}.pb-md-53{padding-bottom:21.2rem !important}.pb-md-54{padding-bottom:21.6rem !important}.pb-md-55{padding-bottom:22rem !important}.pb-md-56{padding-bottom:22.4rem !important}.pb-md-57{padding-bottom:22.8rem !important}.pb-md-58{padding-bottom:23.2rem !important}.pb-md-59{padding-bottom:23.6rem !important}.pb-md-60{padding-bottom:24rem !important}.pb-md-61{padding-bottom:24.4rem !important}.pb-md-62{padding-bottom:24.8rem !important}.pb-md-63{padding-bottom:25.2rem !important}.pb-md-64{padding-bottom:25.6rem !important}.pb-md-65{padding-bottom:26rem !important}.pb-md-66{padding-bottom:26.4rem !important}.pb-md-67{padding-bottom:26.8rem !important}.pb-md-68{padding-bottom:27.2rem !important}.pb-md-69{padding-bottom:27.6rem !important}.pb-md-70{padding-bottom:28rem !important}.pb-md-71{padding-bottom:28.4rem !important}.pb-md-72{padding-bottom:28.8rem !important}.pb-md-73{padding-bottom:29.2rem !important}.pb-md-74{padding-bottom:29.6rem !important}.pb-md-75{padding-bottom:30rem !important}.pb-md-76{padding-bottom:30.4rem !important}.pb-md-77{padding-bottom:30.8rem !important}.pb-md-78{padding-bottom:31.2rem !important}.pb-md-79{padding-bottom:31.6rem !important}.pb-md-80{padding-bottom:32rem !important}.pb-md-81{padding-bottom:32.4rem !important}.pb-md-82{padding-bottom:32.8rem !important}.pb-md-83{padding-bottom:33.2rem !important}.pb-md-84{padding-bottom:33.6rem !important}.pb-md-85{padding-bottom:34rem !important}.pb-md-86{padding-bottom:34.4rem !important}.pb-md-87{padding-bottom:34.8rem !important}.pb-md-88{padding-bottom:35.2rem !important}.pb-md-89{padding-bottom:35.6rem !important}.pb-md-90{padding-bottom:36rem !important}.pb-md-91{padding-bottom:36.4rem !important}.pb-md-92{padding-bottom:36.8rem !important}.pb-md-93{padding-bottom:37.2rem !important}.pb-md-94{padding-bottom:37.6rem !important}.pb-md-95{padding-bottom:38rem !important}.pb-md-96{padding-bottom:38.4rem !important}.pb-md-97{padding-bottom:38.8rem !important}.pb-md-98{padding-bottom:39.2rem !important}.pb-md-99{padding-bottom:39.6rem !important}.pb-md-100{padding-bottom:40rem !important}}@media(min-width: 992px){.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:.4rem !important}.pb-lg-2{padding-bottom:.8rem !important}.pb-lg-3{padding-bottom:1.2rem !important}.pb-lg-4{padding-bottom:1.6rem !important}.pb-lg-5{padding-bottom:2rem !important}.pb-lg-6{padding-bottom:2.4rem !important}.pb-lg-7{padding-bottom:2.8rem !important}.pb-lg-8{padding-bottom:3.2rem !important}.pb-lg-9{padding-bottom:3.6rem !important}.pb-lg-10{padding-bottom:4rem !important}.pb-lg-11{padding-bottom:4.4rem !important}.pb-lg-12{padding-bottom:4.8rem !important}.pb-lg-13{padding-bottom:5.2rem !important}.pb-lg-14{padding-bottom:5.6rem !important}.pb-lg-15{padding-bottom:6rem !important}.pb-lg-16{padding-bottom:6.4rem !important}.pb-lg-17{padding-bottom:6.8rem !important}.pb-lg-18{padding-bottom:7.2rem !important}.pb-lg-19{padding-bottom:7.6rem !important}.pb-lg-20{padding-bottom:8rem !important}.pb-lg-21{padding-bottom:8.4rem !important}.pb-lg-22{padding-bottom:8.8rem !important}.pb-lg-23{padding-bottom:9.2rem !important}.pb-lg-24{padding-bottom:9.6rem !important}.pb-lg-25{padding-bottom:10rem !important}.pb-lg-26{padding-bottom:10.4rem !important}.pb-lg-27{padding-bottom:10.8rem !important}.pb-lg-28{padding-bottom:11.2rem !important}.pb-lg-29{padding-bottom:11.6rem !important}.pb-lg-30{padding-bottom:12rem !important}.pb-lg-31{padding-bottom:12.4rem !important}.pb-lg-32{padding-bottom:12.8rem !important}.pb-lg-33{padding-bottom:13.2rem !important}.pb-lg-34{padding-bottom:13.6rem !important}.pb-lg-35{padding-bottom:14rem !important}.pb-lg-36{padding-bottom:14.4rem !important}.pb-lg-37{padding-bottom:14.8rem !important}.pb-lg-38{padding-bottom:15.2rem !important}.pb-lg-39{padding-bottom:15.6rem !important}.pb-lg-40{padding-bottom:16rem !important}.pb-lg-41{padding-bottom:16.4rem !important}.pb-lg-42{padding-bottom:16.8rem !important}.pb-lg-43{padding-bottom:17.2rem !important}.pb-lg-44{padding-bottom:17.6rem !important}.pb-lg-45{padding-bottom:18rem !important}.pb-lg-46{padding-bottom:18.4rem !important}.pb-lg-47{padding-bottom:18.8rem !important}.pb-lg-48{padding-bottom:19.2rem !important}.pb-lg-49{padding-bottom:19.6rem !important}.pb-lg-50{padding-bottom:20rem !important}.pb-lg-51{padding-bottom:20.4rem !important}.pb-lg-52{padding-bottom:20.8rem !important}.pb-lg-53{padding-bottom:21.2rem !important}.pb-lg-54{padding-bottom:21.6rem !important}.pb-lg-55{padding-bottom:22rem !important}.pb-lg-56{padding-bottom:22.4rem !important}.pb-lg-57{padding-bottom:22.8rem !important}.pb-lg-58{padding-bottom:23.2rem !important}.pb-lg-59{padding-bottom:23.6rem !important}.pb-lg-60{padding-bottom:24rem !important}.pb-lg-61{padding-bottom:24.4rem !important}.pb-lg-62{padding-bottom:24.8rem !important}.pb-lg-63{padding-bottom:25.2rem !important}.pb-lg-64{padding-bottom:25.6rem !important}.pb-lg-65{padding-bottom:26rem !important}.pb-lg-66{padding-bottom:26.4rem !important}.pb-lg-67{padding-bottom:26.8rem !important}.pb-lg-68{padding-bottom:27.2rem !important}.pb-lg-69{padding-bottom:27.6rem !important}.pb-lg-70{padding-bottom:28rem !important}.pb-lg-71{padding-bottom:28.4rem !important}.pb-lg-72{padding-bottom:28.8rem !important}.pb-lg-73{padding-bottom:29.2rem !important}.pb-lg-74{padding-bottom:29.6rem !important}.pb-lg-75{padding-bottom:30rem !important}.pb-lg-76{padding-bottom:30.4rem !important}.pb-lg-77{padding-bottom:30.8rem !important}.pb-lg-78{padding-bottom:31.2rem !important}.pb-lg-79{padding-bottom:31.6rem !important}.pb-lg-80{padding-bottom:32rem !important}.pb-lg-81{padding-bottom:32.4rem !important}.pb-lg-82{padding-bottom:32.8rem !important}.pb-lg-83{padding-bottom:33.2rem !important}.pb-lg-84{padding-bottom:33.6rem !important}.pb-lg-85{padding-bottom:34rem !important}.pb-lg-86{padding-bottom:34.4rem !important}.pb-lg-87{padding-bottom:34.8rem !important}.pb-lg-88{padding-bottom:35.2rem !important}.pb-lg-89{padding-bottom:35.6rem !important}.pb-lg-90{padding-bottom:36rem !important}.pb-lg-91{padding-bottom:36.4rem !important}.pb-lg-92{padding-bottom:36.8rem !important}.pb-lg-93{padding-bottom:37.2rem !important}.pb-lg-94{padding-bottom:37.6rem !important}.pb-lg-95{padding-bottom:38rem !important}.pb-lg-96{padding-bottom:38.4rem !important}.pb-lg-97{padding-bottom:38.8rem !important}.pb-lg-98{padding-bottom:39.2rem !important}.pb-lg-99{padding-bottom:39.6rem !important}.pb-lg-100{padding-bottom:40rem !important}}@media(min-width: 1200px){.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:.4rem !important}.pb-xl-2{padding-bottom:.8rem !important}.pb-xl-3{padding-bottom:1.2rem !important}.pb-xl-4{padding-bottom:1.6rem !important}.pb-xl-5{padding-bottom:2rem !important}.pb-xl-6{padding-bottom:2.4rem !important}.pb-xl-7{padding-bottom:2.8rem !important}.pb-xl-8{padding-bottom:3.2rem !important}.pb-xl-9{padding-bottom:3.6rem !important}.pb-xl-10{padding-bottom:4rem !important}.pb-xl-11{padding-bottom:4.4rem !important}.pb-xl-12{padding-bottom:4.8rem !important}.pb-xl-13{padding-bottom:5.2rem !important}.pb-xl-14{padding-bottom:5.6rem !important}.pb-xl-15{padding-bottom:6rem !important}.pb-xl-16{padding-bottom:6.4rem !important}.pb-xl-17{padding-bottom:6.8rem !important}.pb-xl-18{padding-bottom:7.2rem !important}.pb-xl-19{padding-bottom:7.6rem !important}.pb-xl-20{padding-bottom:8rem !important}.pb-xl-21{padding-bottom:8.4rem !important}.pb-xl-22{padding-bottom:8.8rem !important}.pb-xl-23{padding-bottom:9.2rem !important}.pb-xl-24{padding-bottom:9.6rem !important}.pb-xl-25{padding-bottom:10rem !important}.pb-xl-26{padding-bottom:10.4rem !important}.pb-xl-27{padding-bottom:10.8rem !important}.pb-xl-28{padding-bottom:11.2rem !important}.pb-xl-29{padding-bottom:11.6rem !important}.pb-xl-30{padding-bottom:12rem !important}.pb-xl-31{padding-bottom:12.4rem !important}.pb-xl-32{padding-bottom:12.8rem !important}.pb-xl-33{padding-bottom:13.2rem !important}.pb-xl-34{padding-bottom:13.6rem !important}.pb-xl-35{padding-bottom:14rem !important}.pb-xl-36{padding-bottom:14.4rem !important}.pb-xl-37{padding-bottom:14.8rem !important}.pb-xl-38{padding-bottom:15.2rem !important}.pb-xl-39{padding-bottom:15.6rem !important}.pb-xl-40{padding-bottom:16rem !important}.pb-xl-41{padding-bottom:16.4rem !important}.pb-xl-42{padding-bottom:16.8rem !important}.pb-xl-43{padding-bottom:17.2rem !important}.pb-xl-44{padding-bottom:17.6rem !important}.pb-xl-45{padding-bottom:18rem !important}.pb-xl-46{padding-bottom:18.4rem !important}.pb-xl-47{padding-bottom:18.8rem !important}.pb-xl-48{padding-bottom:19.2rem !important}.pb-xl-49{padding-bottom:19.6rem !important}.pb-xl-50{padding-bottom:20rem !important}.pb-xl-51{padding-bottom:20.4rem !important}.pb-xl-52{padding-bottom:20.8rem !important}.pb-xl-53{padding-bottom:21.2rem !important}.pb-xl-54{padding-bottom:21.6rem !important}.pb-xl-55{padding-bottom:22rem !important}.pb-xl-56{padding-bottom:22.4rem !important}.pb-xl-57{padding-bottom:22.8rem !important}.pb-xl-58{padding-bottom:23.2rem !important}.pb-xl-59{padding-bottom:23.6rem !important}.pb-xl-60{padding-bottom:24rem !important}.pb-xl-61{padding-bottom:24.4rem !important}.pb-xl-62{padding-bottom:24.8rem !important}.pb-xl-63{padding-bottom:25.2rem !important}.pb-xl-64{padding-bottom:25.6rem !important}.pb-xl-65{padding-bottom:26rem !important}.pb-xl-66{padding-bottom:26.4rem !important}.pb-xl-67{padding-bottom:26.8rem !important}.pb-xl-68{padding-bottom:27.2rem !important}.pb-xl-69{padding-bottom:27.6rem !important}.pb-xl-70{padding-bottom:28rem !important}.pb-xl-71{padding-bottom:28.4rem !important}.pb-xl-72{padding-bottom:28.8rem !important}.pb-xl-73{padding-bottom:29.2rem !important}.pb-xl-74{padding-bottom:29.6rem !important}.pb-xl-75{padding-bottom:30rem !important}.pb-xl-76{padding-bottom:30.4rem !important}.pb-xl-77{padding-bottom:30.8rem !important}.pb-xl-78{padding-bottom:31.2rem !important}.pb-xl-79{padding-bottom:31.6rem !important}.pb-xl-80{padding-bottom:32rem !important}.pb-xl-81{padding-bottom:32.4rem !important}.pb-xl-82{padding-bottom:32.8rem !important}.pb-xl-83{padding-bottom:33.2rem !important}.pb-xl-84{padding-bottom:33.6rem !important}.pb-xl-85{padding-bottom:34rem !important}.pb-xl-86{padding-bottom:34.4rem !important}.pb-xl-87{padding-bottom:34.8rem !important}.pb-xl-88{padding-bottom:35.2rem !important}.pb-xl-89{padding-bottom:35.6rem !important}.pb-xl-90{padding-bottom:36rem !important}.pb-xl-91{padding-bottom:36.4rem !important}.pb-xl-92{padding-bottom:36.8rem !important}.pb-xl-93{padding-bottom:37.2rem !important}.pb-xl-94{padding-bottom:37.6rem !important}.pb-xl-95{padding-bottom:38rem !important}.pb-xl-96{padding-bottom:38.4rem !important}.pb-xl-97{padding-bottom:38.8rem !important}.pb-xl-98{padding-bottom:39.2rem !important}.pb-xl-99{padding-bottom:39.6rem !important}.pb-xl-100{padding-bottom:40rem !important}}@media(min-width: 1400px){.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:.4rem !important}.pb-xxl-2{padding-bottom:.8rem !important}.pb-xxl-3{padding-bottom:1.2rem !important}.pb-xxl-4{padding-bottom:1.6rem !important}.pb-xxl-5{padding-bottom:2rem !important}.pb-xxl-6{padding-bottom:2.4rem !important}.pb-xxl-7{padding-bottom:2.8rem !important}.pb-xxl-8{padding-bottom:3.2rem !important}.pb-xxl-9{padding-bottom:3.6rem !important}.pb-xxl-10{padding-bottom:4rem !important}.pb-xxl-11{padding-bottom:4.4rem !important}.pb-xxl-12{padding-bottom:4.8rem !important}.pb-xxl-13{padding-bottom:5.2rem !important}.pb-xxl-14{padding-bottom:5.6rem !important}.pb-xxl-15{padding-bottom:6rem !important}.pb-xxl-16{padding-bottom:6.4rem !important}.pb-xxl-17{padding-bottom:6.8rem !important}.pb-xxl-18{padding-bottom:7.2rem !important}.pb-xxl-19{padding-bottom:7.6rem !important}.pb-xxl-20{padding-bottom:8rem !important}.pb-xxl-21{padding-bottom:8.4rem !important}.pb-xxl-22{padding-bottom:8.8rem !important}.pb-xxl-23{padding-bottom:9.2rem !important}.pb-xxl-24{padding-bottom:9.6rem !important}.pb-xxl-25{padding-bottom:10rem !important}.pb-xxl-26{padding-bottom:10.4rem !important}.pb-xxl-27{padding-bottom:10.8rem !important}.pb-xxl-28{padding-bottom:11.2rem !important}.pb-xxl-29{padding-bottom:11.6rem !important}.pb-xxl-30{padding-bottom:12rem !important}.pb-xxl-31{padding-bottom:12.4rem !important}.pb-xxl-32{padding-bottom:12.8rem !important}.pb-xxl-33{padding-bottom:13.2rem !important}.pb-xxl-34{padding-bottom:13.6rem !important}.pb-xxl-35{padding-bottom:14rem !important}.pb-xxl-36{padding-bottom:14.4rem !important}.pb-xxl-37{padding-bottom:14.8rem !important}.pb-xxl-38{padding-bottom:15.2rem !important}.pb-xxl-39{padding-bottom:15.6rem !important}.pb-xxl-40{padding-bottom:16rem !important}.pb-xxl-41{padding-bottom:16.4rem !important}.pb-xxl-42{padding-bottom:16.8rem !important}.pb-xxl-43{padding-bottom:17.2rem !important}.pb-xxl-44{padding-bottom:17.6rem !important}.pb-xxl-45{padding-bottom:18rem !important}.pb-xxl-46{padding-bottom:18.4rem !important}.pb-xxl-47{padding-bottom:18.8rem !important}.pb-xxl-48{padding-bottom:19.2rem !important}.pb-xxl-49{padding-bottom:19.6rem !important}.pb-xxl-50{padding-bottom:20rem !important}.pb-xxl-51{padding-bottom:20.4rem !important}.pb-xxl-52{padding-bottom:20.8rem !important}.pb-xxl-53{padding-bottom:21.2rem !important}.pb-xxl-54{padding-bottom:21.6rem !important}.pb-xxl-55{padding-bottom:22rem !important}.pb-xxl-56{padding-bottom:22.4rem !important}.pb-xxl-57{padding-bottom:22.8rem !important}.pb-xxl-58{padding-bottom:23.2rem !important}.pb-xxl-59{padding-bottom:23.6rem !important}.pb-xxl-60{padding-bottom:24rem !important}.pb-xxl-61{padding-bottom:24.4rem !important}.pb-xxl-62{padding-bottom:24.8rem !important}.pb-xxl-63{padding-bottom:25.2rem !important}.pb-xxl-64{padding-bottom:25.6rem !important}.pb-xxl-65{padding-bottom:26rem !important}.pb-xxl-66{padding-bottom:26.4rem !important}.pb-xxl-67{padding-bottom:26.8rem !important}.pb-xxl-68{padding-bottom:27.2rem !important}.pb-xxl-69{padding-bottom:27.6rem !important}.pb-xxl-70{padding-bottom:28rem !important}.pb-xxl-71{padding-bottom:28.4rem !important}.pb-xxl-72{padding-bottom:28.8rem !important}.pb-xxl-73{padding-bottom:29.2rem !important}.pb-xxl-74{padding-bottom:29.6rem !important}.pb-xxl-75{padding-bottom:30rem !important}.pb-xxl-76{padding-bottom:30.4rem !important}.pb-xxl-77{padding-bottom:30.8rem !important}.pb-xxl-78{padding-bottom:31.2rem !important}.pb-xxl-79{padding-bottom:31.6rem !important}.pb-xxl-80{padding-bottom:32rem !important}.pb-xxl-81{padding-bottom:32.4rem !important}.pb-xxl-82{padding-bottom:32.8rem !important}.pb-xxl-83{padding-bottom:33.2rem !important}.pb-xxl-84{padding-bottom:33.6rem !important}.pb-xxl-85{padding-bottom:34rem !important}.pb-xxl-86{padding-bottom:34.4rem !important}.pb-xxl-87{padding-bottom:34.8rem !important}.pb-xxl-88{padding-bottom:35.2rem !important}.pb-xxl-89{padding-bottom:35.6rem !important}.pb-xxl-90{padding-bottom:36rem !important}.pb-xxl-91{padding-bottom:36.4rem !important}.pb-xxl-92{padding-bottom:36.8rem !important}.pb-xxl-93{padding-bottom:37.2rem !important}.pb-xxl-94{padding-bottom:37.6rem !important}.pb-xxl-95{padding-bottom:38rem !important}.pb-xxl-96{padding-bottom:38.4rem !important}.pb-xxl-97{padding-bottom:38.8rem !important}.pb-xxl-98{padding-bottom:39.2rem !important}.pb-xxl-99{padding-bottom:39.6rem !important}.pb-xxl-100{padding-bottom:40rem !important}}.ps-0{padding-left:0 !important}.ps-1{padding-left:.4rem !important}.ps-2{padding-left:.8rem !important}.ps-3{padding-left:1.2rem !important}.ps-4{padding-left:1.6rem !important}.ps-5{padding-left:2rem !important}.ps-6{padding-left:2.4rem !important}.ps-7{padding-left:2.8rem !important}.ps-8{padding-left:3.2rem !important}.ps-9{padding-left:3.6rem !important}.ps-10{padding-left:4rem !important}.ps-11{padding-left:4.4rem !important}.ps-12{padding-left:4.8rem !important}.ps-13{padding-left:5.2rem !important}.ps-14{padding-left:5.6rem !important}.ps-15{padding-left:6rem !important}.ps-16{padding-left:6.4rem !important}.ps-17{padding-left:6.8rem !important}.ps-18{padding-left:7.2rem !important}.ps-19{padding-left:7.6rem !important}.ps-20{padding-left:8rem !important}.ps-21{padding-left:8.4rem !important}.ps-22{padding-left:8.8rem !important}.ps-23{padding-left:9.2rem !important}.ps-24{padding-left:9.6rem !important}.ps-25{padding-left:10rem !important}.ps-26{padding-left:10.4rem !important}.ps-27{padding-left:10.8rem !important}.ps-28{padding-left:11.2rem !important}.ps-29{padding-left:11.6rem !important}.ps-30{padding-left:12rem !important}.ps-31{padding-left:12.4rem !important}.ps-32{padding-left:12.8rem !important}.ps-33{padding-left:13.2rem !important}.ps-34{padding-left:13.6rem !important}.ps-35{padding-left:14rem !important}.ps-36{padding-left:14.4rem !important}.ps-37{padding-left:14.8rem !important}.ps-38{padding-left:15.2rem !important}.ps-39{padding-left:15.6rem !important}.ps-40{padding-left:16rem !important}.ps-41{padding-left:16.4rem !important}.ps-42{padding-left:16.8rem !important}.ps-43{padding-left:17.2rem !important}.ps-44{padding-left:17.6rem !important}.ps-45{padding-left:18rem !important}.ps-46{padding-left:18.4rem !important}.ps-47{padding-left:18.8rem !important}.ps-48{padding-left:19.2rem !important}.ps-49{padding-left:19.6rem !important}.ps-50{padding-left:20rem !important}.ps-51{padding-left:20.4rem !important}.ps-52{padding-left:20.8rem !important}.ps-53{padding-left:21.2rem !important}.ps-54{padding-left:21.6rem !important}.ps-55{padding-left:22rem !important}.ps-56{padding-left:22.4rem !important}.ps-57{padding-left:22.8rem !important}.ps-58{padding-left:23.2rem !important}.ps-59{padding-left:23.6rem !important}.ps-60{padding-left:24rem !important}.ps-61{padding-left:24.4rem !important}.ps-62{padding-left:24.8rem !important}.ps-63{padding-left:25.2rem !important}.ps-64{padding-left:25.6rem !important}.ps-65{padding-left:26rem !important}.ps-66{padding-left:26.4rem !important}.ps-67{padding-left:26.8rem !important}.ps-68{padding-left:27.2rem !important}.ps-69{padding-left:27.6rem !important}.ps-70{padding-left:28rem !important}.ps-71{padding-left:28.4rem !important}.ps-72{padding-left:28.8rem !important}.ps-73{padding-left:29.2rem !important}.ps-74{padding-left:29.6rem !important}.ps-75{padding-left:30rem !important}.ps-76{padding-left:30.4rem !important}.ps-77{padding-left:30.8rem !important}.ps-78{padding-left:31.2rem !important}.ps-79{padding-left:31.6rem !important}.ps-80{padding-left:32rem !important}.ps-81{padding-left:32.4rem !important}.ps-82{padding-left:32.8rem !important}.ps-83{padding-left:33.2rem !important}.ps-84{padding-left:33.6rem !important}.ps-85{padding-left:34rem !important}.ps-86{padding-left:34.4rem !important}.ps-87{padding-left:34.8rem !important}.ps-88{padding-left:35.2rem !important}.ps-89{padding-left:35.6rem !important}.ps-90{padding-left:36rem !important}.ps-91{padding-left:36.4rem !important}.ps-92{padding-left:36.8rem !important}.ps-93{padding-left:37.2rem !important}.ps-94{padding-left:37.6rem !important}.ps-95{padding-left:38rem !important}.ps-96{padding-left:38.4rem !important}.ps-97{padding-left:38.8rem !important}.ps-98{padding-left:39.2rem !important}.ps-99{padding-left:39.6rem !important}.ps-100{padding-left:40rem !important}@media(min-width: 576px){.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:.4rem !important}.ps-sm-2{padding-left:.8rem !important}.ps-sm-3{padding-left:1.2rem !important}.ps-sm-4{padding-left:1.6rem !important}.ps-sm-5{padding-left:2rem !important}.ps-sm-6{padding-left:2.4rem !important}.ps-sm-7{padding-left:2.8rem !important}.ps-sm-8{padding-left:3.2rem !important}.ps-sm-9{padding-left:3.6rem !important}.ps-sm-10{padding-left:4rem !important}.ps-sm-11{padding-left:4.4rem !important}.ps-sm-12{padding-left:4.8rem !important}.ps-sm-13{padding-left:5.2rem !important}.ps-sm-14{padding-left:5.6rem !important}.ps-sm-15{padding-left:6rem !important}.ps-sm-16{padding-left:6.4rem !important}.ps-sm-17{padding-left:6.8rem !important}.ps-sm-18{padding-left:7.2rem !important}.ps-sm-19{padding-left:7.6rem !important}.ps-sm-20{padding-left:8rem !important}.ps-sm-21{padding-left:8.4rem !important}.ps-sm-22{padding-left:8.8rem !important}.ps-sm-23{padding-left:9.2rem !important}.ps-sm-24{padding-left:9.6rem !important}.ps-sm-25{padding-left:10rem !important}.ps-sm-26{padding-left:10.4rem !important}.ps-sm-27{padding-left:10.8rem !important}.ps-sm-28{padding-left:11.2rem !important}.ps-sm-29{padding-left:11.6rem !important}.ps-sm-30{padding-left:12rem !important}.ps-sm-31{padding-left:12.4rem !important}.ps-sm-32{padding-left:12.8rem !important}.ps-sm-33{padding-left:13.2rem !important}.ps-sm-34{padding-left:13.6rem !important}.ps-sm-35{padding-left:14rem !important}.ps-sm-36{padding-left:14.4rem !important}.ps-sm-37{padding-left:14.8rem !important}.ps-sm-38{padding-left:15.2rem !important}.ps-sm-39{padding-left:15.6rem !important}.ps-sm-40{padding-left:16rem !important}.ps-sm-41{padding-left:16.4rem !important}.ps-sm-42{padding-left:16.8rem !important}.ps-sm-43{padding-left:17.2rem !important}.ps-sm-44{padding-left:17.6rem !important}.ps-sm-45{padding-left:18rem !important}.ps-sm-46{padding-left:18.4rem !important}.ps-sm-47{padding-left:18.8rem !important}.ps-sm-48{padding-left:19.2rem !important}.ps-sm-49{padding-left:19.6rem !important}.ps-sm-50{padding-left:20rem !important}.ps-sm-51{padding-left:20.4rem !important}.ps-sm-52{padding-left:20.8rem !important}.ps-sm-53{padding-left:21.2rem !important}.ps-sm-54{padding-left:21.6rem !important}.ps-sm-55{padding-left:22rem !important}.ps-sm-56{padding-left:22.4rem !important}.ps-sm-57{padding-left:22.8rem !important}.ps-sm-58{padding-left:23.2rem !important}.ps-sm-59{padding-left:23.6rem !important}.ps-sm-60{padding-left:24rem !important}.ps-sm-61{padding-left:24.4rem !important}.ps-sm-62{padding-left:24.8rem !important}.ps-sm-63{padding-left:25.2rem !important}.ps-sm-64{padding-left:25.6rem !important}.ps-sm-65{padding-left:26rem !important}.ps-sm-66{padding-left:26.4rem !important}.ps-sm-67{padding-left:26.8rem !important}.ps-sm-68{padding-left:27.2rem !important}.ps-sm-69{padding-left:27.6rem !important}.ps-sm-70{padding-left:28rem !important}.ps-sm-71{padding-left:28.4rem !important}.ps-sm-72{padding-left:28.8rem !important}.ps-sm-73{padding-left:29.2rem !important}.ps-sm-74{padding-left:29.6rem !important}.ps-sm-75{padding-left:30rem !important}.ps-sm-76{padding-left:30.4rem !important}.ps-sm-77{padding-left:30.8rem !important}.ps-sm-78{padding-left:31.2rem !important}.ps-sm-79{padding-left:31.6rem !important}.ps-sm-80{padding-left:32rem !important}.ps-sm-81{padding-left:32.4rem !important}.ps-sm-82{padding-left:32.8rem !important}.ps-sm-83{padding-left:33.2rem !important}.ps-sm-84{padding-left:33.6rem !important}.ps-sm-85{padding-left:34rem !important}.ps-sm-86{padding-left:34.4rem !important}.ps-sm-87{padding-left:34.8rem !important}.ps-sm-88{padding-left:35.2rem !important}.ps-sm-89{padding-left:35.6rem !important}.ps-sm-90{padding-left:36rem !important}.ps-sm-91{padding-left:36.4rem !important}.ps-sm-92{padding-left:36.8rem !important}.ps-sm-93{padding-left:37.2rem !important}.ps-sm-94{padding-left:37.6rem !important}.ps-sm-95{padding-left:38rem !important}.ps-sm-96{padding-left:38.4rem !important}.ps-sm-97{padding-left:38.8rem !important}.ps-sm-98{padding-left:39.2rem !important}.ps-sm-99{padding-left:39.6rem !important}.ps-sm-100{padding-left:40rem !important}}@media(min-width: 768px){.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:.4rem !important}.ps-md-2{padding-left:.8rem !important}.ps-md-3{padding-left:1.2rem !important}.ps-md-4{padding-left:1.6rem !important}.ps-md-5{padding-left:2rem !important}.ps-md-6{padding-left:2.4rem !important}.ps-md-7{padding-left:2.8rem !important}.ps-md-8{padding-left:3.2rem !important}.ps-md-9{padding-left:3.6rem !important}.ps-md-10{padding-left:4rem !important}.ps-md-11{padding-left:4.4rem !important}.ps-md-12{padding-left:4.8rem !important}.ps-md-13{padding-left:5.2rem !important}.ps-md-14{padding-left:5.6rem !important}.ps-md-15{padding-left:6rem !important}.ps-md-16{padding-left:6.4rem !important}.ps-md-17{padding-left:6.8rem !important}.ps-md-18{padding-left:7.2rem !important}.ps-md-19{padding-left:7.6rem !important}.ps-md-20{padding-left:8rem !important}.ps-md-21{padding-left:8.4rem !important}.ps-md-22{padding-left:8.8rem !important}.ps-md-23{padding-left:9.2rem !important}.ps-md-24{padding-left:9.6rem !important}.ps-md-25{padding-left:10rem !important}.ps-md-26{padding-left:10.4rem !important}.ps-md-27{padding-left:10.8rem !important}.ps-md-28{padding-left:11.2rem !important}.ps-md-29{padding-left:11.6rem !important}.ps-md-30{padding-left:12rem !important}.ps-md-31{padding-left:12.4rem !important}.ps-md-32{padding-left:12.8rem !important}.ps-md-33{padding-left:13.2rem !important}.ps-md-34{padding-left:13.6rem !important}.ps-md-35{padding-left:14rem !important}.ps-md-36{padding-left:14.4rem !important}.ps-md-37{padding-left:14.8rem !important}.ps-md-38{padding-left:15.2rem !important}.ps-md-39{padding-left:15.6rem !important}.ps-md-40{padding-left:16rem !important}.ps-md-41{padding-left:16.4rem !important}.ps-md-42{padding-left:16.8rem !important}.ps-md-43{padding-left:17.2rem !important}.ps-md-44{padding-left:17.6rem !important}.ps-md-45{padding-left:18rem !important}.ps-md-46{padding-left:18.4rem !important}.ps-md-47{padding-left:18.8rem !important}.ps-md-48{padding-left:19.2rem !important}.ps-md-49{padding-left:19.6rem !important}.ps-md-50{padding-left:20rem !important}.ps-md-51{padding-left:20.4rem !important}.ps-md-52{padding-left:20.8rem !important}.ps-md-53{padding-left:21.2rem !important}.ps-md-54{padding-left:21.6rem !important}.ps-md-55{padding-left:22rem !important}.ps-md-56{padding-left:22.4rem !important}.ps-md-57{padding-left:22.8rem !important}.ps-md-58{padding-left:23.2rem !important}.ps-md-59{padding-left:23.6rem !important}.ps-md-60{padding-left:24rem !important}.ps-md-61{padding-left:24.4rem !important}.ps-md-62{padding-left:24.8rem !important}.ps-md-63{padding-left:25.2rem !important}.ps-md-64{padding-left:25.6rem !important}.ps-md-65{padding-left:26rem !important}.ps-md-66{padding-left:26.4rem !important}.ps-md-67{padding-left:26.8rem !important}.ps-md-68{padding-left:27.2rem !important}.ps-md-69{padding-left:27.6rem !important}.ps-md-70{padding-left:28rem !important}.ps-md-71{padding-left:28.4rem !important}.ps-md-72{padding-left:28.8rem !important}.ps-md-73{padding-left:29.2rem !important}.ps-md-74{padding-left:29.6rem !important}.ps-md-75{padding-left:30rem !important}.ps-md-76{padding-left:30.4rem !important}.ps-md-77{padding-left:30.8rem !important}.ps-md-78{padding-left:31.2rem !important}.ps-md-79{padding-left:31.6rem !important}.ps-md-80{padding-left:32rem !important}.ps-md-81{padding-left:32.4rem !important}.ps-md-82{padding-left:32.8rem !important}.ps-md-83{padding-left:33.2rem !important}.ps-md-84{padding-left:33.6rem !important}.ps-md-85{padding-left:34rem !important}.ps-md-86{padding-left:34.4rem !important}.ps-md-87{padding-left:34.8rem !important}.ps-md-88{padding-left:35.2rem !important}.ps-md-89{padding-left:35.6rem !important}.ps-md-90{padding-left:36rem !important}.ps-md-91{padding-left:36.4rem !important}.ps-md-92{padding-left:36.8rem !important}.ps-md-93{padding-left:37.2rem !important}.ps-md-94{padding-left:37.6rem !important}.ps-md-95{padding-left:38rem !important}.ps-md-96{padding-left:38.4rem !important}.ps-md-97{padding-left:38.8rem !important}.ps-md-98{padding-left:39.2rem !important}.ps-md-99{padding-left:39.6rem !important}.ps-md-100{padding-left:40rem !important}}@media(min-width: 992px){.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:.4rem !important}.ps-lg-2{padding-left:.8rem !important}.ps-lg-3{padding-left:1.2rem !important}.ps-lg-4{padding-left:1.6rem !important}.ps-lg-5{padding-left:2rem !important}.ps-lg-6{padding-left:2.4rem !important}.ps-lg-7{padding-left:2.8rem !important}.ps-lg-8{padding-left:3.2rem !important}.ps-lg-9{padding-left:3.6rem !important}.ps-lg-10{padding-left:4rem !important}.ps-lg-11{padding-left:4.4rem !important}.ps-lg-12{padding-left:4.8rem !important}.ps-lg-13{padding-left:5.2rem !important}.ps-lg-14{padding-left:5.6rem !important}.ps-lg-15{padding-left:6rem !important}.ps-lg-16{padding-left:6.4rem !important}.ps-lg-17{padding-left:6.8rem !important}.ps-lg-18{padding-left:7.2rem !important}.ps-lg-19{padding-left:7.6rem !important}.ps-lg-20{padding-left:8rem !important}.ps-lg-21{padding-left:8.4rem !important}.ps-lg-22{padding-left:8.8rem !important}.ps-lg-23{padding-left:9.2rem !important}.ps-lg-24{padding-left:9.6rem !important}.ps-lg-25{padding-left:10rem !important}.ps-lg-26{padding-left:10.4rem !important}.ps-lg-27{padding-left:10.8rem !important}.ps-lg-28{padding-left:11.2rem !important}.ps-lg-29{padding-left:11.6rem !important}.ps-lg-30{padding-left:12rem !important}.ps-lg-31{padding-left:12.4rem !important}.ps-lg-32{padding-left:12.8rem !important}.ps-lg-33{padding-left:13.2rem !important}.ps-lg-34{padding-left:13.6rem !important}.ps-lg-35{padding-left:14rem !important}.ps-lg-36{padding-left:14.4rem !important}.ps-lg-37{padding-left:14.8rem !important}.ps-lg-38{padding-left:15.2rem !important}.ps-lg-39{padding-left:15.6rem !important}.ps-lg-40{padding-left:16rem !important}.ps-lg-41{padding-left:16.4rem !important}.ps-lg-42{padding-left:16.8rem !important}.ps-lg-43{padding-left:17.2rem !important}.ps-lg-44{padding-left:17.6rem !important}.ps-lg-45{padding-left:18rem !important}.ps-lg-46{padding-left:18.4rem !important}.ps-lg-47{padding-left:18.8rem !important}.ps-lg-48{padding-left:19.2rem !important}.ps-lg-49{padding-left:19.6rem !important}.ps-lg-50{padding-left:20rem !important}.ps-lg-51{padding-left:20.4rem !important}.ps-lg-52{padding-left:20.8rem !important}.ps-lg-53{padding-left:21.2rem !important}.ps-lg-54{padding-left:21.6rem !important}.ps-lg-55{padding-left:22rem !important}.ps-lg-56{padding-left:22.4rem !important}.ps-lg-57{padding-left:22.8rem !important}.ps-lg-58{padding-left:23.2rem !important}.ps-lg-59{padding-left:23.6rem !important}.ps-lg-60{padding-left:24rem !important}.ps-lg-61{padding-left:24.4rem !important}.ps-lg-62{padding-left:24.8rem !important}.ps-lg-63{padding-left:25.2rem !important}.ps-lg-64{padding-left:25.6rem !important}.ps-lg-65{padding-left:26rem !important}.ps-lg-66{padding-left:26.4rem !important}.ps-lg-67{padding-left:26.8rem !important}.ps-lg-68{padding-left:27.2rem !important}.ps-lg-69{padding-left:27.6rem !important}.ps-lg-70{padding-left:28rem !important}.ps-lg-71{padding-left:28.4rem !important}.ps-lg-72{padding-left:28.8rem !important}.ps-lg-73{padding-left:29.2rem !important}.ps-lg-74{padding-left:29.6rem !important}.ps-lg-75{padding-left:30rem !important}.ps-lg-76{padding-left:30.4rem !important}.ps-lg-77{padding-left:30.8rem !important}.ps-lg-78{padding-left:31.2rem !important}.ps-lg-79{padding-left:31.6rem !important}.ps-lg-80{padding-left:32rem !important}.ps-lg-81{padding-left:32.4rem !important}.ps-lg-82{padding-left:32.8rem !important}.ps-lg-83{padding-left:33.2rem !important}.ps-lg-84{padding-left:33.6rem !important}.ps-lg-85{padding-left:34rem !important}.ps-lg-86{padding-left:34.4rem !important}.ps-lg-87{padding-left:34.8rem !important}.ps-lg-88{padding-left:35.2rem !important}.ps-lg-89{padding-left:35.6rem !important}.ps-lg-90{padding-left:36rem !important}.ps-lg-91{padding-left:36.4rem !important}.ps-lg-92{padding-left:36.8rem !important}.ps-lg-93{padding-left:37.2rem !important}.ps-lg-94{padding-left:37.6rem !important}.ps-lg-95{padding-left:38rem !important}.ps-lg-96{padding-left:38.4rem !important}.ps-lg-97{padding-left:38.8rem !important}.ps-lg-98{padding-left:39.2rem !important}.ps-lg-99{padding-left:39.6rem !important}.ps-lg-100{padding-left:40rem !important}}@media(min-width: 1200px){.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:.4rem !important}.ps-xl-2{padding-left:.8rem !important}.ps-xl-3{padding-left:1.2rem !important}.ps-xl-4{padding-left:1.6rem !important}.ps-xl-5{padding-left:2rem !important}.ps-xl-6{padding-left:2.4rem !important}.ps-xl-7{padding-left:2.8rem !important}.ps-xl-8{padding-left:3.2rem !important}.ps-xl-9{padding-left:3.6rem !important}.ps-xl-10{padding-left:4rem !important}.ps-xl-11{padding-left:4.4rem !important}.ps-xl-12{padding-left:4.8rem !important}.ps-xl-13{padding-left:5.2rem !important}.ps-xl-14{padding-left:5.6rem !important}.ps-xl-15{padding-left:6rem !important}.ps-xl-16{padding-left:6.4rem !important}.ps-xl-17{padding-left:6.8rem !important}.ps-xl-18{padding-left:7.2rem !important}.ps-xl-19{padding-left:7.6rem !important}.ps-xl-20{padding-left:8rem !important}.ps-xl-21{padding-left:8.4rem !important}.ps-xl-22{padding-left:8.8rem !important}.ps-xl-23{padding-left:9.2rem !important}.ps-xl-24{padding-left:9.6rem !important}.ps-xl-25{padding-left:10rem !important}.ps-xl-26{padding-left:10.4rem !important}.ps-xl-27{padding-left:10.8rem !important}.ps-xl-28{padding-left:11.2rem !important}.ps-xl-29{padding-left:11.6rem !important}.ps-xl-30{padding-left:12rem !important}.ps-xl-31{padding-left:12.4rem !important}.ps-xl-32{padding-left:12.8rem !important}.ps-xl-33{padding-left:13.2rem !important}.ps-xl-34{padding-left:13.6rem !important}.ps-xl-35{padding-left:14rem !important}.ps-xl-36{padding-left:14.4rem !important}.ps-xl-37{padding-left:14.8rem !important}.ps-xl-38{padding-left:15.2rem !important}.ps-xl-39{padding-left:15.6rem !important}.ps-xl-40{padding-left:16rem !important}.ps-xl-41{padding-left:16.4rem !important}.ps-xl-42{padding-left:16.8rem !important}.ps-xl-43{padding-left:17.2rem !important}.ps-xl-44{padding-left:17.6rem !important}.ps-xl-45{padding-left:18rem !important}.ps-xl-46{padding-left:18.4rem !important}.ps-xl-47{padding-left:18.8rem !important}.ps-xl-48{padding-left:19.2rem !important}.ps-xl-49{padding-left:19.6rem !important}.ps-xl-50{padding-left:20rem !important}.ps-xl-51{padding-left:20.4rem !important}.ps-xl-52{padding-left:20.8rem !important}.ps-xl-53{padding-left:21.2rem !important}.ps-xl-54{padding-left:21.6rem !important}.ps-xl-55{padding-left:22rem !important}.ps-xl-56{padding-left:22.4rem !important}.ps-xl-57{padding-left:22.8rem !important}.ps-xl-58{padding-left:23.2rem !important}.ps-xl-59{padding-left:23.6rem !important}.ps-xl-60{padding-left:24rem !important}.ps-xl-61{padding-left:24.4rem !important}.ps-xl-62{padding-left:24.8rem !important}.ps-xl-63{padding-left:25.2rem !important}.ps-xl-64{padding-left:25.6rem !important}.ps-xl-65{padding-left:26rem !important}.ps-xl-66{padding-left:26.4rem !important}.ps-xl-67{padding-left:26.8rem !important}.ps-xl-68{padding-left:27.2rem !important}.ps-xl-69{padding-left:27.6rem !important}.ps-xl-70{padding-left:28rem !important}.ps-xl-71{padding-left:28.4rem !important}.ps-xl-72{padding-left:28.8rem !important}.ps-xl-73{padding-left:29.2rem !important}.ps-xl-74{padding-left:29.6rem !important}.ps-xl-75{padding-left:30rem !important}.ps-xl-76{padding-left:30.4rem !important}.ps-xl-77{padding-left:30.8rem !important}.ps-xl-78{padding-left:31.2rem !important}.ps-xl-79{padding-left:31.6rem !important}.ps-xl-80{padding-left:32rem !important}.ps-xl-81{padding-left:32.4rem !important}.ps-xl-82{padding-left:32.8rem !important}.ps-xl-83{padding-left:33.2rem !important}.ps-xl-84{padding-left:33.6rem !important}.ps-xl-85{padding-left:34rem !important}.ps-xl-86{padding-left:34.4rem !important}.ps-xl-87{padding-left:34.8rem !important}.ps-xl-88{padding-left:35.2rem !important}.ps-xl-89{padding-left:35.6rem !important}.ps-xl-90{padding-left:36rem !important}.ps-xl-91{padding-left:36.4rem !important}.ps-xl-92{padding-left:36.8rem !important}.ps-xl-93{padding-left:37.2rem !important}.ps-xl-94{padding-left:37.6rem !important}.ps-xl-95{padding-left:38rem !important}.ps-xl-96{padding-left:38.4rem !important}.ps-xl-97{padding-left:38.8rem !important}.ps-xl-98{padding-left:39.2rem !important}.ps-xl-99{padding-left:39.6rem !important}.ps-xl-100{padding-left:40rem !important}}@media(min-width: 1400px){.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:.4rem !important}.ps-xxl-2{padding-left:.8rem !important}.ps-xxl-3{padding-left:1.2rem !important}.ps-xxl-4{padding-left:1.6rem !important}.ps-xxl-5{padding-left:2rem !important}.ps-xxl-6{padding-left:2.4rem !important}.ps-xxl-7{padding-left:2.8rem !important}.ps-xxl-8{padding-left:3.2rem !important}.ps-xxl-9{padding-left:3.6rem !important}.ps-xxl-10{padding-left:4rem !important}.ps-xxl-11{padding-left:4.4rem !important}.ps-xxl-12{padding-left:4.8rem !important}.ps-xxl-13{padding-left:5.2rem !important}.ps-xxl-14{padding-left:5.6rem !important}.ps-xxl-15{padding-left:6rem !important}.ps-xxl-16{padding-left:6.4rem !important}.ps-xxl-17{padding-left:6.8rem !important}.ps-xxl-18{padding-left:7.2rem !important}.ps-xxl-19{padding-left:7.6rem !important}.ps-xxl-20{padding-left:8rem !important}.ps-xxl-21{padding-left:8.4rem !important}.ps-xxl-22{padding-left:8.8rem !important}.ps-xxl-23{padding-left:9.2rem !important}.ps-xxl-24{padding-left:9.6rem !important}.ps-xxl-25{padding-left:10rem !important}.ps-xxl-26{padding-left:10.4rem !important}.ps-xxl-27{padding-left:10.8rem !important}.ps-xxl-28{padding-left:11.2rem !important}.ps-xxl-29{padding-left:11.6rem !important}.ps-xxl-30{padding-left:12rem !important}.ps-xxl-31{padding-left:12.4rem !important}.ps-xxl-32{padding-left:12.8rem !important}.ps-xxl-33{padding-left:13.2rem !important}.ps-xxl-34{padding-left:13.6rem !important}.ps-xxl-35{padding-left:14rem !important}.ps-xxl-36{padding-left:14.4rem !important}.ps-xxl-37{padding-left:14.8rem !important}.ps-xxl-38{padding-left:15.2rem !important}.ps-xxl-39{padding-left:15.6rem !important}.ps-xxl-40{padding-left:16rem !important}.ps-xxl-41{padding-left:16.4rem !important}.ps-xxl-42{padding-left:16.8rem !important}.ps-xxl-43{padding-left:17.2rem !important}.ps-xxl-44{padding-left:17.6rem !important}.ps-xxl-45{padding-left:18rem !important}.ps-xxl-46{padding-left:18.4rem !important}.ps-xxl-47{padding-left:18.8rem !important}.ps-xxl-48{padding-left:19.2rem !important}.ps-xxl-49{padding-left:19.6rem !important}.ps-xxl-50{padding-left:20rem !important}.ps-xxl-51{padding-left:20.4rem !important}.ps-xxl-52{padding-left:20.8rem !important}.ps-xxl-53{padding-left:21.2rem !important}.ps-xxl-54{padding-left:21.6rem !important}.ps-xxl-55{padding-left:22rem !important}.ps-xxl-56{padding-left:22.4rem !important}.ps-xxl-57{padding-left:22.8rem !important}.ps-xxl-58{padding-left:23.2rem !important}.ps-xxl-59{padding-left:23.6rem !important}.ps-xxl-60{padding-left:24rem !important}.ps-xxl-61{padding-left:24.4rem !important}.ps-xxl-62{padding-left:24.8rem !important}.ps-xxl-63{padding-left:25.2rem !important}.ps-xxl-64{padding-left:25.6rem !important}.ps-xxl-65{padding-left:26rem !important}.ps-xxl-66{padding-left:26.4rem !important}.ps-xxl-67{padding-left:26.8rem !important}.ps-xxl-68{padding-left:27.2rem !important}.ps-xxl-69{padding-left:27.6rem !important}.ps-xxl-70{padding-left:28rem !important}.ps-xxl-71{padding-left:28.4rem !important}.ps-xxl-72{padding-left:28.8rem !important}.ps-xxl-73{padding-left:29.2rem !important}.ps-xxl-74{padding-left:29.6rem !important}.ps-xxl-75{padding-left:30rem !important}.ps-xxl-76{padding-left:30.4rem !important}.ps-xxl-77{padding-left:30.8rem !important}.ps-xxl-78{padding-left:31.2rem !important}.ps-xxl-79{padding-left:31.6rem !important}.ps-xxl-80{padding-left:32rem !important}.ps-xxl-81{padding-left:32.4rem !important}.ps-xxl-82{padding-left:32.8rem !important}.ps-xxl-83{padding-left:33.2rem !important}.ps-xxl-84{padding-left:33.6rem !important}.ps-xxl-85{padding-left:34rem !important}.ps-xxl-86{padding-left:34.4rem !important}.ps-xxl-87{padding-left:34.8rem !important}.ps-xxl-88{padding-left:35.2rem !important}.ps-xxl-89{padding-left:35.6rem !important}.ps-xxl-90{padding-left:36rem !important}.ps-xxl-91{padding-left:36.4rem !important}.ps-xxl-92{padding-left:36.8rem !important}.ps-xxl-93{padding-left:37.2rem !important}.ps-xxl-94{padding-left:37.6rem !important}.ps-xxl-95{padding-left:38rem !important}.ps-xxl-96{padding-left:38.4rem !important}.ps-xxl-97{padding-left:38.8rem !important}.ps-xxl-98{padding-left:39.2rem !important}.ps-xxl-99{padding-left:39.6rem !important}.ps-xxl-100{padding-left:40rem !important}}.pe-0{padding-right:0 !important}.pe-1{padding-right:.4rem !important}.pe-2{padding-right:.8rem !important}.pe-3{padding-right:1.2rem !important}.pe-4{padding-right:1.6rem !important}.pe-5{padding-right:2rem !important}.pe-6{padding-right:2.4rem !important}.pe-7{padding-right:2.8rem !important}.pe-8{padding-right:3.2rem !important}.pe-9{padding-right:3.6rem !important}.pe-10{padding-right:4rem !important}.pe-11{padding-right:4.4rem !important}.pe-12{padding-right:4.8rem !important}.pe-13{padding-right:5.2rem !important}.pe-14{padding-right:5.6rem !important}.pe-15{padding-right:6rem !important}.pe-16{padding-right:6.4rem !important}.pe-17{padding-right:6.8rem !important}.pe-18{padding-right:7.2rem !important}.pe-19{padding-right:7.6rem !important}.pe-20{padding-right:8rem !important}.pe-21{padding-right:8.4rem !important}.pe-22{padding-right:8.8rem !important}.pe-23{padding-right:9.2rem !important}.pe-24{padding-right:9.6rem !important}.pe-25{padding-right:10rem !important}.pe-26{padding-right:10.4rem !important}.pe-27{padding-right:10.8rem !important}.pe-28{padding-right:11.2rem !important}.pe-29{padding-right:11.6rem !important}.pe-30{padding-right:12rem !important}.pe-31{padding-right:12.4rem !important}.pe-32{padding-right:12.8rem !important}.pe-33{padding-right:13.2rem !important}.pe-34{padding-right:13.6rem !important}.pe-35{padding-right:14rem !important}.pe-36{padding-right:14.4rem !important}.pe-37{padding-right:14.8rem !important}.pe-38{padding-right:15.2rem !important}.pe-39{padding-right:15.6rem !important}.pe-40{padding-right:16rem !important}.pe-41{padding-right:16.4rem !important}.pe-42{padding-right:16.8rem !important}.pe-43{padding-right:17.2rem !important}.pe-44{padding-right:17.6rem !important}.pe-45{padding-right:18rem !important}.pe-46{padding-right:18.4rem !important}.pe-47{padding-right:18.8rem !important}.pe-48{padding-right:19.2rem !important}.pe-49{padding-right:19.6rem !important}.pe-50{padding-right:20rem !important}.pe-51{padding-right:20.4rem !important}.pe-52{padding-right:20.8rem !important}.pe-53{padding-right:21.2rem !important}.pe-54{padding-right:21.6rem !important}.pe-55{padding-right:22rem !important}.pe-56{padding-right:22.4rem !important}.pe-57{padding-right:22.8rem !important}.pe-58{padding-right:23.2rem !important}.pe-59{padding-right:23.6rem !important}.pe-60{padding-right:24rem !important}.pe-61{padding-right:24.4rem !important}.pe-62{padding-right:24.8rem !important}.pe-63{padding-right:25.2rem !important}.pe-64{padding-right:25.6rem !important}.pe-65{padding-right:26rem !important}.pe-66{padding-right:26.4rem !important}.pe-67{padding-right:26.8rem !important}.pe-68{padding-right:27.2rem !important}.pe-69{padding-right:27.6rem !important}.pe-70{padding-right:28rem !important}.pe-71{padding-right:28.4rem !important}.pe-72{padding-right:28.8rem !important}.pe-73{padding-right:29.2rem !important}.pe-74{padding-right:29.6rem !important}.pe-75{padding-right:30rem !important}.pe-76{padding-right:30.4rem !important}.pe-77{padding-right:30.8rem !important}.pe-78{padding-right:31.2rem !important}.pe-79{padding-right:31.6rem !important}.pe-80{padding-right:32rem !important}.pe-81{padding-right:32.4rem !important}.pe-82{padding-right:32.8rem !important}.pe-83{padding-right:33.2rem !important}.pe-84{padding-right:33.6rem !important}.pe-85{padding-right:34rem !important}.pe-86{padding-right:34.4rem !important}.pe-87{padding-right:34.8rem !important}.pe-88{padding-right:35.2rem !important}.pe-89{padding-right:35.6rem !important}.pe-90{padding-right:36rem !important}.pe-91{padding-right:36.4rem !important}.pe-92{padding-right:36.8rem !important}.pe-93{padding-right:37.2rem !important}.pe-94{padding-right:37.6rem !important}.pe-95{padding-right:38rem !important}.pe-96{padding-right:38.4rem !important}.pe-97{padding-right:38.8rem !important}.pe-98{padding-right:39.2rem !important}.pe-99{padding-right:39.6rem !important}.pe-100{padding-right:40rem !important}@media(min-width: 576px){.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:.4rem !important}.pe-sm-2{padding-right:.8rem !important}.pe-sm-3{padding-right:1.2rem !important}.pe-sm-4{padding-right:1.6rem !important}.pe-sm-5{padding-right:2rem !important}.pe-sm-6{padding-right:2.4rem !important}.pe-sm-7{padding-right:2.8rem !important}.pe-sm-8{padding-right:3.2rem !important}.pe-sm-9{padding-right:3.6rem !important}.pe-sm-10{padding-right:4rem !important}.pe-sm-11{padding-right:4.4rem !important}.pe-sm-12{padding-right:4.8rem !important}.pe-sm-13{padding-right:5.2rem !important}.pe-sm-14{padding-right:5.6rem !important}.pe-sm-15{padding-right:6rem !important}.pe-sm-16{padding-right:6.4rem !important}.pe-sm-17{padding-right:6.8rem !important}.pe-sm-18{padding-right:7.2rem !important}.pe-sm-19{padding-right:7.6rem !important}.pe-sm-20{padding-right:8rem !important}.pe-sm-21{padding-right:8.4rem !important}.pe-sm-22{padding-right:8.8rem !important}.pe-sm-23{padding-right:9.2rem !important}.pe-sm-24{padding-right:9.6rem !important}.pe-sm-25{padding-right:10rem !important}.pe-sm-26{padding-right:10.4rem !important}.pe-sm-27{padding-right:10.8rem !important}.pe-sm-28{padding-right:11.2rem !important}.pe-sm-29{padding-right:11.6rem !important}.pe-sm-30{padding-right:12rem !important}.pe-sm-31{padding-right:12.4rem !important}.pe-sm-32{padding-right:12.8rem !important}.pe-sm-33{padding-right:13.2rem !important}.pe-sm-34{padding-right:13.6rem !important}.pe-sm-35{padding-right:14rem !important}.pe-sm-36{padding-right:14.4rem !important}.pe-sm-37{padding-right:14.8rem !important}.pe-sm-38{padding-right:15.2rem !important}.pe-sm-39{padding-right:15.6rem !important}.pe-sm-40{padding-right:16rem !important}.pe-sm-41{padding-right:16.4rem !important}.pe-sm-42{padding-right:16.8rem !important}.pe-sm-43{padding-right:17.2rem !important}.pe-sm-44{padding-right:17.6rem !important}.pe-sm-45{padding-right:18rem !important}.pe-sm-46{padding-right:18.4rem !important}.pe-sm-47{padding-right:18.8rem !important}.pe-sm-48{padding-right:19.2rem !important}.pe-sm-49{padding-right:19.6rem !important}.pe-sm-50{padding-right:20rem !important}.pe-sm-51{padding-right:20.4rem !important}.pe-sm-52{padding-right:20.8rem !important}.pe-sm-53{padding-right:21.2rem !important}.pe-sm-54{padding-right:21.6rem !important}.pe-sm-55{padding-right:22rem !important}.pe-sm-56{padding-right:22.4rem !important}.pe-sm-57{padding-right:22.8rem !important}.pe-sm-58{padding-right:23.2rem !important}.pe-sm-59{padding-right:23.6rem !important}.pe-sm-60{padding-right:24rem !important}.pe-sm-61{padding-right:24.4rem !important}.pe-sm-62{padding-right:24.8rem !important}.pe-sm-63{padding-right:25.2rem !important}.pe-sm-64{padding-right:25.6rem !important}.pe-sm-65{padding-right:26rem !important}.pe-sm-66{padding-right:26.4rem !important}.pe-sm-67{padding-right:26.8rem !important}.pe-sm-68{padding-right:27.2rem !important}.pe-sm-69{padding-right:27.6rem !important}.pe-sm-70{padding-right:28rem !important}.pe-sm-71{padding-right:28.4rem !important}.pe-sm-72{padding-right:28.8rem !important}.pe-sm-73{padding-right:29.2rem !important}.pe-sm-74{padding-right:29.6rem !important}.pe-sm-75{padding-right:30rem !important}.pe-sm-76{padding-right:30.4rem !important}.pe-sm-77{padding-right:30.8rem !important}.pe-sm-78{padding-right:31.2rem !important}.pe-sm-79{padding-right:31.6rem !important}.pe-sm-80{padding-right:32rem !important}.pe-sm-81{padding-right:32.4rem !important}.pe-sm-82{padding-right:32.8rem !important}.pe-sm-83{padding-right:33.2rem !important}.pe-sm-84{padding-right:33.6rem !important}.pe-sm-85{padding-right:34rem !important}.pe-sm-86{padding-right:34.4rem !important}.pe-sm-87{padding-right:34.8rem !important}.pe-sm-88{padding-right:35.2rem !important}.pe-sm-89{padding-right:35.6rem !important}.pe-sm-90{padding-right:36rem !important}.pe-sm-91{padding-right:36.4rem !important}.pe-sm-92{padding-right:36.8rem !important}.pe-sm-93{padding-right:37.2rem !important}.pe-sm-94{padding-right:37.6rem !important}.pe-sm-95{padding-right:38rem !important}.pe-sm-96{padding-right:38.4rem !important}.pe-sm-97{padding-right:38.8rem !important}.pe-sm-98{padding-right:39.2rem !important}.pe-sm-99{padding-right:39.6rem !important}.pe-sm-100{padding-right:40rem !important}}@media(min-width: 768px){.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:.4rem !important}.pe-md-2{padding-right:.8rem !important}.pe-md-3{padding-right:1.2rem !important}.pe-md-4{padding-right:1.6rem !important}.pe-md-5{padding-right:2rem !important}.pe-md-6{padding-right:2.4rem !important}.pe-md-7{padding-right:2.8rem !important}.pe-md-8{padding-right:3.2rem !important}.pe-md-9{padding-right:3.6rem !important}.pe-md-10{padding-right:4rem !important}.pe-md-11{padding-right:4.4rem !important}.pe-md-12{padding-right:4.8rem !important}.pe-md-13{padding-right:5.2rem !important}.pe-md-14{padding-right:5.6rem !important}.pe-md-15{padding-right:6rem !important}.pe-md-16{padding-right:6.4rem !important}.pe-md-17{padding-right:6.8rem !important}.pe-md-18{padding-right:7.2rem !important}.pe-md-19{padding-right:7.6rem !important}.pe-md-20{padding-right:8rem !important}.pe-md-21{padding-right:8.4rem !important}.pe-md-22{padding-right:8.8rem !important}.pe-md-23{padding-right:9.2rem !important}.pe-md-24{padding-right:9.6rem !important}.pe-md-25{padding-right:10rem !important}.pe-md-26{padding-right:10.4rem !important}.pe-md-27{padding-right:10.8rem !important}.pe-md-28{padding-right:11.2rem !important}.pe-md-29{padding-right:11.6rem !important}.pe-md-30{padding-right:12rem !important}.pe-md-31{padding-right:12.4rem !important}.pe-md-32{padding-right:12.8rem !important}.pe-md-33{padding-right:13.2rem !important}.pe-md-34{padding-right:13.6rem !important}.pe-md-35{padding-right:14rem !important}.pe-md-36{padding-right:14.4rem !important}.pe-md-37{padding-right:14.8rem !important}.pe-md-38{padding-right:15.2rem !important}.pe-md-39{padding-right:15.6rem !important}.pe-md-40{padding-right:16rem !important}.pe-md-41{padding-right:16.4rem !important}.pe-md-42{padding-right:16.8rem !important}.pe-md-43{padding-right:17.2rem !important}.pe-md-44{padding-right:17.6rem !important}.pe-md-45{padding-right:18rem !important}.pe-md-46{padding-right:18.4rem !important}.pe-md-47{padding-right:18.8rem !important}.pe-md-48{padding-right:19.2rem !important}.pe-md-49{padding-right:19.6rem !important}.pe-md-50{padding-right:20rem !important}.pe-md-51{padding-right:20.4rem !important}.pe-md-52{padding-right:20.8rem !important}.pe-md-53{padding-right:21.2rem !important}.pe-md-54{padding-right:21.6rem !important}.pe-md-55{padding-right:22rem !important}.pe-md-56{padding-right:22.4rem !important}.pe-md-57{padding-right:22.8rem !important}.pe-md-58{padding-right:23.2rem !important}.pe-md-59{padding-right:23.6rem !important}.pe-md-60{padding-right:24rem !important}.pe-md-61{padding-right:24.4rem !important}.pe-md-62{padding-right:24.8rem !important}.pe-md-63{padding-right:25.2rem !important}.pe-md-64{padding-right:25.6rem !important}.pe-md-65{padding-right:26rem !important}.pe-md-66{padding-right:26.4rem !important}.pe-md-67{padding-right:26.8rem !important}.pe-md-68{padding-right:27.2rem !important}.pe-md-69{padding-right:27.6rem !important}.pe-md-70{padding-right:28rem !important}.pe-md-71{padding-right:28.4rem !important}.pe-md-72{padding-right:28.8rem !important}.pe-md-73{padding-right:29.2rem !important}.pe-md-74{padding-right:29.6rem !important}.pe-md-75{padding-right:30rem !important}.pe-md-76{padding-right:30.4rem !important}.pe-md-77{padding-right:30.8rem !important}.pe-md-78{padding-right:31.2rem !important}.pe-md-79{padding-right:31.6rem !important}.pe-md-80{padding-right:32rem !important}.pe-md-81{padding-right:32.4rem !important}.pe-md-82{padding-right:32.8rem !important}.pe-md-83{padding-right:33.2rem !important}.pe-md-84{padding-right:33.6rem !important}.pe-md-85{padding-right:34rem !important}.pe-md-86{padding-right:34.4rem !important}.pe-md-87{padding-right:34.8rem !important}.pe-md-88{padding-right:35.2rem !important}.pe-md-89{padding-right:35.6rem !important}.pe-md-90{padding-right:36rem !important}.pe-md-91{padding-right:36.4rem !important}.pe-md-92{padding-right:36.8rem !important}.pe-md-93{padding-right:37.2rem !important}.pe-md-94{padding-right:37.6rem !important}.pe-md-95{padding-right:38rem !important}.pe-md-96{padding-right:38.4rem !important}.pe-md-97{padding-right:38.8rem !important}.pe-md-98{padding-right:39.2rem !important}.pe-md-99{padding-right:39.6rem !important}.pe-md-100{padding-right:40rem !important}}@media(min-width: 992px){.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:.4rem !important}.pe-lg-2{padding-right:.8rem !important}.pe-lg-3{padding-right:1.2rem !important}.pe-lg-4{padding-right:1.6rem !important}.pe-lg-5{padding-right:2rem !important}.pe-lg-6{padding-right:2.4rem !important}.pe-lg-7{padding-right:2.8rem !important}.pe-lg-8{padding-right:3.2rem !important}.pe-lg-9{padding-right:3.6rem !important}.pe-lg-10{padding-right:4rem !important}.pe-lg-11{padding-right:4.4rem !important}.pe-lg-12{padding-right:4.8rem !important}.pe-lg-13{padding-right:5.2rem !important}.pe-lg-14{padding-right:5.6rem !important}.pe-lg-15{padding-right:6rem !important}.pe-lg-16{padding-right:6.4rem !important}.pe-lg-17{padding-right:6.8rem !important}.pe-lg-18{padding-right:7.2rem !important}.pe-lg-19{padding-right:7.6rem !important}.pe-lg-20{padding-right:8rem !important}.pe-lg-21{padding-right:8.4rem !important}.pe-lg-22{padding-right:8.8rem !important}.pe-lg-23{padding-right:9.2rem !important}.pe-lg-24{padding-right:9.6rem !important}.pe-lg-25{padding-right:10rem !important}.pe-lg-26{padding-right:10.4rem !important}.pe-lg-27{padding-right:10.8rem !important}.pe-lg-28{padding-right:11.2rem !important}.pe-lg-29{padding-right:11.6rem !important}.pe-lg-30{padding-right:12rem !important}.pe-lg-31{padding-right:12.4rem !important}.pe-lg-32{padding-right:12.8rem !important}.pe-lg-33{padding-right:13.2rem !important}.pe-lg-34{padding-right:13.6rem !important}.pe-lg-35{padding-right:14rem !important}.pe-lg-36{padding-right:14.4rem !important}.pe-lg-37{padding-right:14.8rem !important}.pe-lg-38{padding-right:15.2rem !important}.pe-lg-39{padding-right:15.6rem !important}.pe-lg-40{padding-right:16rem !important}.pe-lg-41{padding-right:16.4rem !important}.pe-lg-42{padding-right:16.8rem !important}.pe-lg-43{padding-right:17.2rem !important}.pe-lg-44{padding-right:17.6rem !important}.pe-lg-45{padding-right:18rem !important}.pe-lg-46{padding-right:18.4rem !important}.pe-lg-47{padding-right:18.8rem !important}.pe-lg-48{padding-right:19.2rem !important}.pe-lg-49{padding-right:19.6rem !important}.pe-lg-50{padding-right:20rem !important}.pe-lg-51{padding-right:20.4rem !important}.pe-lg-52{padding-right:20.8rem !important}.pe-lg-53{padding-right:21.2rem !important}.pe-lg-54{padding-right:21.6rem !important}.pe-lg-55{padding-right:22rem !important}.pe-lg-56{padding-right:22.4rem !important}.pe-lg-57{padding-right:22.8rem !important}.pe-lg-58{padding-right:23.2rem !important}.pe-lg-59{padding-right:23.6rem !important}.pe-lg-60{padding-right:24rem !important}.pe-lg-61{padding-right:24.4rem !important}.pe-lg-62{padding-right:24.8rem !important}.pe-lg-63{padding-right:25.2rem !important}.pe-lg-64{padding-right:25.6rem !important}.pe-lg-65{padding-right:26rem !important}.pe-lg-66{padding-right:26.4rem !important}.pe-lg-67{padding-right:26.8rem !important}.pe-lg-68{padding-right:27.2rem !important}.pe-lg-69{padding-right:27.6rem !important}.pe-lg-70{padding-right:28rem !important}.pe-lg-71{padding-right:28.4rem !important}.pe-lg-72{padding-right:28.8rem !important}.pe-lg-73{padding-right:29.2rem !important}.pe-lg-74{padding-right:29.6rem !important}.pe-lg-75{padding-right:30rem !important}.pe-lg-76{padding-right:30.4rem !important}.pe-lg-77{padding-right:30.8rem !important}.pe-lg-78{padding-right:31.2rem !important}.pe-lg-79{padding-right:31.6rem !important}.pe-lg-80{padding-right:32rem !important}.pe-lg-81{padding-right:32.4rem !important}.pe-lg-82{padding-right:32.8rem !important}.pe-lg-83{padding-right:33.2rem !important}.pe-lg-84{padding-right:33.6rem !important}.pe-lg-85{padding-right:34rem !important}.pe-lg-86{padding-right:34.4rem !important}.pe-lg-87{padding-right:34.8rem !important}.pe-lg-88{padding-right:35.2rem !important}.pe-lg-89{padding-right:35.6rem !important}.pe-lg-90{padding-right:36rem !important}.pe-lg-91{padding-right:36.4rem !important}.pe-lg-92{padding-right:36.8rem !important}.pe-lg-93{padding-right:37.2rem !important}.pe-lg-94{padding-right:37.6rem !important}.pe-lg-95{padding-right:38rem !important}.pe-lg-96{padding-right:38.4rem !important}.pe-lg-97{padding-right:38.8rem !important}.pe-lg-98{padding-right:39.2rem !important}.pe-lg-99{padding-right:39.6rem !important}.pe-lg-100{padding-right:40rem !important}}@media(min-width: 1200px){.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:.4rem !important}.pe-xl-2{padding-right:.8rem !important}.pe-xl-3{padding-right:1.2rem !important}.pe-xl-4{padding-right:1.6rem !important}.pe-xl-5{padding-right:2rem !important}.pe-xl-6{padding-right:2.4rem !important}.pe-xl-7{padding-right:2.8rem !important}.pe-xl-8{padding-right:3.2rem !important}.pe-xl-9{padding-right:3.6rem !important}.pe-xl-10{padding-right:4rem !important}.pe-xl-11{padding-right:4.4rem !important}.pe-xl-12{padding-right:4.8rem !important}.pe-xl-13{padding-right:5.2rem !important}.pe-xl-14{padding-right:5.6rem !important}.pe-xl-15{padding-right:6rem !important}.pe-xl-16{padding-right:6.4rem !important}.pe-xl-17{padding-right:6.8rem !important}.pe-xl-18{padding-right:7.2rem !important}.pe-xl-19{padding-right:7.6rem !important}.pe-xl-20{padding-right:8rem !important}.pe-xl-21{padding-right:8.4rem !important}.pe-xl-22{padding-right:8.8rem !important}.pe-xl-23{padding-right:9.2rem !important}.pe-xl-24{padding-right:9.6rem !important}.pe-xl-25{padding-right:10rem !important}.pe-xl-26{padding-right:10.4rem !important}.pe-xl-27{padding-right:10.8rem !important}.pe-xl-28{padding-right:11.2rem !important}.pe-xl-29{padding-right:11.6rem !important}.pe-xl-30{padding-right:12rem !important}.pe-xl-31{padding-right:12.4rem !important}.pe-xl-32{padding-right:12.8rem !important}.pe-xl-33{padding-right:13.2rem !important}.pe-xl-34{padding-right:13.6rem !important}.pe-xl-35{padding-right:14rem !important}.pe-xl-36{padding-right:14.4rem !important}.pe-xl-37{padding-right:14.8rem !important}.pe-xl-38{padding-right:15.2rem !important}.pe-xl-39{padding-right:15.6rem !important}.pe-xl-40{padding-right:16rem !important}.pe-xl-41{padding-right:16.4rem !important}.pe-xl-42{padding-right:16.8rem !important}.pe-xl-43{padding-right:17.2rem !important}.pe-xl-44{padding-right:17.6rem !important}.pe-xl-45{padding-right:18rem !important}.pe-xl-46{padding-right:18.4rem !important}.pe-xl-47{padding-right:18.8rem !important}.pe-xl-48{padding-right:19.2rem !important}.pe-xl-49{padding-right:19.6rem !important}.pe-xl-50{padding-right:20rem !important}.pe-xl-51{padding-right:20.4rem !important}.pe-xl-52{padding-right:20.8rem !important}.pe-xl-53{padding-right:21.2rem !important}.pe-xl-54{padding-right:21.6rem !important}.pe-xl-55{padding-right:22rem !important}.pe-xl-56{padding-right:22.4rem !important}.pe-xl-57{padding-right:22.8rem !important}.pe-xl-58{padding-right:23.2rem !important}.pe-xl-59{padding-right:23.6rem !important}.pe-xl-60{padding-right:24rem !important}.pe-xl-61{padding-right:24.4rem !important}.pe-xl-62{padding-right:24.8rem !important}.pe-xl-63{padding-right:25.2rem !important}.pe-xl-64{padding-right:25.6rem !important}.pe-xl-65{padding-right:26rem !important}.pe-xl-66{padding-right:26.4rem !important}.pe-xl-67{padding-right:26.8rem !important}.pe-xl-68{padding-right:27.2rem !important}.pe-xl-69{padding-right:27.6rem !important}.pe-xl-70{padding-right:28rem !important}.pe-xl-71{padding-right:28.4rem !important}.pe-xl-72{padding-right:28.8rem !important}.pe-xl-73{padding-right:29.2rem !important}.pe-xl-74{padding-right:29.6rem !important}.pe-xl-75{padding-right:30rem !important}.pe-xl-76{padding-right:30.4rem !important}.pe-xl-77{padding-right:30.8rem !important}.pe-xl-78{padding-right:31.2rem !important}.pe-xl-79{padding-right:31.6rem !important}.pe-xl-80{padding-right:32rem !important}.pe-xl-81{padding-right:32.4rem !important}.pe-xl-82{padding-right:32.8rem !important}.pe-xl-83{padding-right:33.2rem !important}.pe-xl-84{padding-right:33.6rem !important}.pe-xl-85{padding-right:34rem !important}.pe-xl-86{padding-right:34.4rem !important}.pe-xl-87{padding-right:34.8rem !important}.pe-xl-88{padding-right:35.2rem !important}.pe-xl-89{padding-right:35.6rem !important}.pe-xl-90{padding-right:36rem !important}.pe-xl-91{padding-right:36.4rem !important}.pe-xl-92{padding-right:36.8rem !important}.pe-xl-93{padding-right:37.2rem !important}.pe-xl-94{padding-right:37.6rem !important}.pe-xl-95{padding-right:38rem !important}.pe-xl-96{padding-right:38.4rem !important}.pe-xl-97{padding-right:38.8rem !important}.pe-xl-98{padding-right:39.2rem !important}.pe-xl-99{padding-right:39.6rem !important}.pe-xl-100{padding-right:40rem !important}}@media(min-width: 1400px){.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:.4rem !important}.pe-xxl-2{padding-right:.8rem !important}.pe-xxl-3{padding-right:1.2rem !important}.pe-xxl-4{padding-right:1.6rem !important}.pe-xxl-5{padding-right:2rem !important}.pe-xxl-6{padding-right:2.4rem !important}.pe-xxl-7{padding-right:2.8rem !important}.pe-xxl-8{padding-right:3.2rem !important}.pe-xxl-9{padding-right:3.6rem !important}.pe-xxl-10{padding-right:4rem !important}.pe-xxl-11{padding-right:4.4rem !important}.pe-xxl-12{padding-right:4.8rem !important}.pe-xxl-13{padding-right:5.2rem !important}.pe-xxl-14{padding-right:5.6rem !important}.pe-xxl-15{padding-right:6rem !important}.pe-xxl-16{padding-right:6.4rem !important}.pe-xxl-17{padding-right:6.8rem !important}.pe-xxl-18{padding-right:7.2rem !important}.pe-xxl-19{padding-right:7.6rem !important}.pe-xxl-20{padding-right:8rem !important}.pe-xxl-21{padding-right:8.4rem !important}.pe-xxl-22{padding-right:8.8rem !important}.pe-xxl-23{padding-right:9.2rem !important}.pe-xxl-24{padding-right:9.6rem !important}.pe-xxl-25{padding-right:10rem !important}.pe-xxl-26{padding-right:10.4rem !important}.pe-xxl-27{padding-right:10.8rem !important}.pe-xxl-28{padding-right:11.2rem !important}.pe-xxl-29{padding-right:11.6rem !important}.pe-xxl-30{padding-right:12rem !important}.pe-xxl-31{padding-right:12.4rem !important}.pe-xxl-32{padding-right:12.8rem !important}.pe-xxl-33{padding-right:13.2rem !important}.pe-xxl-34{padding-right:13.6rem !important}.pe-xxl-35{padding-right:14rem !important}.pe-xxl-36{padding-right:14.4rem !important}.pe-xxl-37{padding-right:14.8rem !important}.pe-xxl-38{padding-right:15.2rem !important}.pe-xxl-39{padding-right:15.6rem !important}.pe-xxl-40{padding-right:16rem !important}.pe-xxl-41{padding-right:16.4rem !important}.pe-xxl-42{padding-right:16.8rem !important}.pe-xxl-43{padding-right:17.2rem !important}.pe-xxl-44{padding-right:17.6rem !important}.pe-xxl-45{padding-right:18rem !important}.pe-xxl-46{padding-right:18.4rem !important}.pe-xxl-47{padding-right:18.8rem !important}.pe-xxl-48{padding-right:19.2rem !important}.pe-xxl-49{padding-right:19.6rem !important}.pe-xxl-50{padding-right:20rem !important}.pe-xxl-51{padding-right:20.4rem !important}.pe-xxl-52{padding-right:20.8rem !important}.pe-xxl-53{padding-right:21.2rem !important}.pe-xxl-54{padding-right:21.6rem !important}.pe-xxl-55{padding-right:22rem !important}.pe-xxl-56{padding-right:22.4rem !important}.pe-xxl-57{padding-right:22.8rem !important}.pe-xxl-58{padding-right:23.2rem !important}.pe-xxl-59{padding-right:23.6rem !important}.pe-xxl-60{padding-right:24rem !important}.pe-xxl-61{padding-right:24.4rem !important}.pe-xxl-62{padding-right:24.8rem !important}.pe-xxl-63{padding-right:25.2rem !important}.pe-xxl-64{padding-right:25.6rem !important}.pe-xxl-65{padding-right:26rem !important}.pe-xxl-66{padding-right:26.4rem !important}.pe-xxl-67{padding-right:26.8rem !important}.pe-xxl-68{padding-right:27.2rem !important}.pe-xxl-69{padding-right:27.6rem !important}.pe-xxl-70{padding-right:28rem !important}.pe-xxl-71{padding-right:28.4rem !important}.pe-xxl-72{padding-right:28.8rem !important}.pe-xxl-73{padding-right:29.2rem !important}.pe-xxl-74{padding-right:29.6rem !important}.pe-xxl-75{padding-right:30rem !important}.pe-xxl-76{padding-right:30.4rem !important}.pe-xxl-77{padding-right:30.8rem !important}.pe-xxl-78{padding-right:31.2rem !important}.pe-xxl-79{padding-right:31.6rem !important}.pe-xxl-80{padding-right:32rem !important}.pe-xxl-81{padding-right:32.4rem !important}.pe-xxl-82{padding-right:32.8rem !important}.pe-xxl-83{padding-right:33.2rem !important}.pe-xxl-84{padding-right:33.6rem !important}.pe-xxl-85{padding-right:34rem !important}.pe-xxl-86{padding-right:34.4rem !important}.pe-xxl-87{padding-right:34.8rem !important}.pe-xxl-88{padding-right:35.2rem !important}.pe-xxl-89{padding-right:35.6rem !important}.pe-xxl-90{padding-right:36rem !important}.pe-xxl-91{padding-right:36.4rem !important}.pe-xxl-92{padding-right:36.8rem !important}.pe-xxl-93{padding-right:37.2rem !important}.pe-xxl-94{padding-right:37.6rem !important}.pe-xxl-95{padding-right:38rem !important}.pe-xxl-96{padding-right:38.4rem !important}.pe-xxl-97{padding-right:38.8rem !important}.pe-xxl-98{padding-right:39.2rem !important}.pe-xxl-99{padding-right:39.6rem !important}.pe-xxl-100{padding-right:40rem !important}}.px-0{padding-left:0 !important;padding-right:0 !important}.px-1{padding-left:.4rem !important;padding-right:.4rem !important}.px-2{padding-left:.8rem !important;padding-right:.8rem !important}.px-3{padding-left:1.2rem !important;padding-right:1.2rem !important}.px-4{padding-left:1.6rem !important;padding-right:1.6rem !important}.px-5{padding-left:2rem !important;padding-right:2rem !important}.px-6{padding-left:2.4rem !important;padding-right:2.4rem !important}.px-7{padding-left:2.8rem !important;padding-right:2.8rem !important}.px-8{padding-left:3.2rem !important;padding-right:3.2rem !important}.px-9{padding-left:3.6rem !important;padding-right:3.6rem !important}.px-10{padding-left:4rem !important;padding-right:4rem !important}.px-11{padding-left:4.4rem !important;padding-right:4.4rem !important}.px-12{padding-left:4.8rem !important;padding-right:4.8rem !important}.px-13{padding-left:5.2rem !important;padding-right:5.2rem !important}.px-14{padding-left:5.6rem !important;padding-right:5.6rem !important}.px-15{padding-left:6rem !important;padding-right:6rem !important}.px-16{padding-left:6.4rem !important;padding-right:6.4rem !important}.px-17{padding-left:6.8rem !important;padding-right:6.8rem !important}.px-18{padding-left:7.2rem !important;padding-right:7.2rem !important}.px-19{padding-left:7.6rem !important;padding-right:7.6rem !important}.px-20{padding-left:8rem !important;padding-right:8rem !important}.px-21{padding-left:8.4rem !important;padding-right:8.4rem !important}.px-22{padding-left:8.8rem !important;padding-right:8.8rem !important}.px-23{padding-left:9.2rem !important;padding-right:9.2rem !important}.px-24{padding-left:9.6rem !important;padding-right:9.6rem !important}.px-25{padding-left:10rem !important;padding-right:10rem !important}.px-26{padding-left:10.4rem !important;padding-right:10.4rem !important}.px-27{padding-left:10.8rem !important;padding-right:10.8rem !important}.px-28{padding-left:11.2rem !important;padding-right:11.2rem !important}.px-29{padding-left:11.6rem !important;padding-right:11.6rem !important}.px-30{padding-left:12rem !important;padding-right:12rem !important}.px-31{padding-left:12.4rem !important;padding-right:12.4rem !important}.px-32{padding-left:12.8rem !important;padding-right:12.8rem !important}.px-33{padding-left:13.2rem !important;padding-right:13.2rem !important}.px-34{padding-left:13.6rem !important;padding-right:13.6rem !important}.px-35{padding-left:14rem !important;padding-right:14rem !important}.px-36{padding-left:14.4rem !important;padding-right:14.4rem !important}.px-37{padding-left:14.8rem !important;padding-right:14.8rem !important}.px-38{padding-left:15.2rem !important;padding-right:15.2rem !important}.px-39{padding-left:15.6rem !important;padding-right:15.6rem !important}.px-40{padding-left:16rem !important;padding-right:16rem !important}.px-41{padding-left:16.4rem !important;padding-right:16.4rem !important}.px-42{padding-left:16.8rem !important;padding-right:16.8rem !important}.px-43{padding-left:17.2rem !important;padding-right:17.2rem !important}.px-44{padding-left:17.6rem !important;padding-right:17.6rem !important}.px-45{padding-left:18rem !important;padding-right:18rem !important}.px-46{padding-left:18.4rem !important;padding-right:18.4rem !important}.px-47{padding-left:18.8rem !important;padding-right:18.8rem !important}.px-48{padding-left:19.2rem !important;padding-right:19.2rem !important}.px-49{padding-left:19.6rem !important;padding-right:19.6rem !important}.px-50{padding-left:20rem !important;padding-right:20rem !important}.px-51{padding-left:20.4rem !important;padding-right:20.4rem !important}.px-52{padding-left:20.8rem !important;padding-right:20.8rem !important}.px-53{padding-left:21.2rem !important;padding-right:21.2rem !important}.px-54{padding-left:21.6rem !important;padding-right:21.6rem !important}.px-55{padding-left:22rem !important;padding-right:22rem !important}.px-56{padding-left:22.4rem !important;padding-right:22.4rem !important}.px-57{padding-left:22.8rem !important;padding-right:22.8rem !important}.px-58{padding-left:23.2rem !important;padding-right:23.2rem !important}.px-59{padding-left:23.6rem !important;padding-right:23.6rem !important}.px-60{padding-left:24rem !important;padding-right:24rem !important}.px-61{padding-left:24.4rem !important;padding-right:24.4rem !important}.px-62{padding-left:24.8rem !important;padding-right:24.8rem !important}.px-63{padding-left:25.2rem !important;padding-right:25.2rem !important}.px-64{padding-left:25.6rem !important;padding-right:25.6rem !important}.px-65{padding-left:26rem !important;padding-right:26rem !important}.px-66{padding-left:26.4rem !important;padding-right:26.4rem !important}.px-67{padding-left:26.8rem !important;padding-right:26.8rem !important}.px-68{padding-left:27.2rem !important;padding-right:27.2rem !important}.px-69{padding-left:27.6rem !important;padding-right:27.6rem !important}.px-70{padding-left:28rem !important;padding-right:28rem !important}.px-71{padding-left:28.4rem !important;padding-right:28.4rem !important}.px-72{padding-left:28.8rem !important;padding-right:28.8rem !important}.px-73{padding-left:29.2rem !important;padding-right:29.2rem !important}.px-74{padding-left:29.6rem !important;padding-right:29.6rem !important}.px-75{padding-left:30rem !important;padding-right:30rem !important}.px-76{padding-left:30.4rem !important;padding-right:30.4rem !important}.px-77{padding-left:30.8rem !important;padding-right:30.8rem !important}.px-78{padding-left:31.2rem !important;padding-right:31.2rem !important}.px-79{padding-left:31.6rem !important;padding-right:31.6rem !important}.px-80{padding-left:32rem !important;padding-right:32rem !important}.px-81{padding-left:32.4rem !important;padding-right:32.4rem !important}.px-82{padding-left:32.8rem !important;padding-right:32.8rem !important}.px-83{padding-left:33.2rem !important;padding-right:33.2rem !important}.px-84{padding-left:33.6rem !important;padding-right:33.6rem !important}.px-85{padding-left:34rem !important;padding-right:34rem !important}.px-86{padding-left:34.4rem !important;padding-right:34.4rem !important}.px-87{padding-left:34.8rem !important;padding-right:34.8rem !important}.px-88{padding-left:35.2rem !important;padding-right:35.2rem !important}.px-89{padding-left:35.6rem !important;padding-right:35.6rem !important}.px-90{padding-left:36rem !important;padding-right:36rem !important}.px-91{padding-left:36.4rem !important;padding-right:36.4rem !important}.px-92{padding-left:36.8rem !important;padding-right:36.8rem !important}.px-93{padding-left:37.2rem !important;padding-right:37.2rem !important}.px-94{padding-left:37.6rem !important;padding-right:37.6rem !important}.px-95{padding-left:38rem !important;padding-right:38rem !important}.px-96{padding-left:38.4rem !important;padding-right:38.4rem !important}.px-97{padding-left:38.8rem !important;padding-right:38.8rem !important}.px-98{padding-left:39.2rem !important;padding-right:39.2rem !important}.px-99{padding-left:39.6rem !important;padding-right:39.6rem !important}.px-100{padding-left:40rem !important;padding-right:40rem !important}@media(min-width: 576px){.px-sm-0{padding-left:0 !important;padding-right:0 !important}.px-sm-1{padding-left:.4rem !important;padding-right:.4rem !important}.px-sm-2{padding-left:.8rem !important;padding-right:.8rem !important}.px-sm-3{padding-left:1.2rem !important;padding-right:1.2rem !important}.px-sm-4{padding-left:1.6rem !important;padding-right:1.6rem !important}.px-sm-5{padding-left:2rem !important;padding-right:2rem !important}.px-sm-6{padding-left:2.4rem !important;padding-right:2.4rem !important}.px-sm-7{padding-left:2.8rem !important;padding-right:2.8rem !important}.px-sm-8{padding-left:3.2rem !important;padding-right:3.2rem !important}.px-sm-9{padding-left:3.6rem !important;padding-right:3.6rem !important}.px-sm-10{padding-left:4rem !important;padding-right:4rem !important}.px-sm-11{padding-left:4.4rem !important;padding-right:4.4rem !important}.px-sm-12{padding-left:4.8rem !important;padding-right:4.8rem !important}.px-sm-13{padding-left:5.2rem !important;padding-right:5.2rem !important}.px-sm-14{padding-left:5.6rem !important;padding-right:5.6rem !important}.px-sm-15{padding-left:6rem !important;padding-right:6rem !important}.px-sm-16{padding-left:6.4rem !important;padding-right:6.4rem !important}.px-sm-17{padding-left:6.8rem !important;padding-right:6.8rem !important}.px-sm-18{padding-left:7.2rem !important;padding-right:7.2rem !important}.px-sm-19{padding-left:7.6rem !important;padding-right:7.6rem !important}.px-sm-20{padding-left:8rem !important;padding-right:8rem !important}.px-sm-21{padding-left:8.4rem !important;padding-right:8.4rem !important}.px-sm-22{padding-left:8.8rem !important;padding-right:8.8rem !important}.px-sm-23{padding-left:9.2rem !important;padding-right:9.2rem !important}.px-sm-24{padding-left:9.6rem !important;padding-right:9.6rem !important}.px-sm-25{padding-left:10rem !important;padding-right:10rem !important}.px-sm-26{padding-left:10.4rem !important;padding-right:10.4rem !important}.px-sm-27{padding-left:10.8rem !important;padding-right:10.8rem !important}.px-sm-28{padding-left:11.2rem !important;padding-right:11.2rem !important}.px-sm-29{padding-left:11.6rem !important;padding-right:11.6rem !important}.px-sm-30{padding-left:12rem !important;padding-right:12rem !important}.px-sm-31{padding-left:12.4rem !important;padding-right:12.4rem !important}.px-sm-32{padding-left:12.8rem !important;padding-right:12.8rem !important}.px-sm-33{padding-left:13.2rem !important;padding-right:13.2rem !important}.px-sm-34{padding-left:13.6rem !important;padding-right:13.6rem !important}.px-sm-35{padding-left:14rem !important;padding-right:14rem !important}.px-sm-36{padding-left:14.4rem !important;padding-right:14.4rem !important}.px-sm-37{padding-left:14.8rem !important;padding-right:14.8rem !important}.px-sm-38{padding-left:15.2rem !important;padding-right:15.2rem !important}.px-sm-39{padding-left:15.6rem !important;padding-right:15.6rem !important}.px-sm-40{padding-left:16rem !important;padding-right:16rem !important}.px-sm-41{padding-left:16.4rem !important;padding-right:16.4rem !important}.px-sm-42{padding-left:16.8rem !important;padding-right:16.8rem !important}.px-sm-43{padding-left:17.2rem !important;padding-right:17.2rem !important}.px-sm-44{padding-left:17.6rem !important;padding-right:17.6rem !important}.px-sm-45{padding-left:18rem !important;padding-right:18rem !important}.px-sm-46{padding-left:18.4rem !important;padding-right:18.4rem !important}.px-sm-47{padding-left:18.8rem !important;padding-right:18.8rem !important}.px-sm-48{padding-left:19.2rem !important;padding-right:19.2rem !important}.px-sm-49{padding-left:19.6rem !important;padding-right:19.6rem !important}.px-sm-50{padding-left:20rem !important;padding-right:20rem !important}.px-sm-51{padding-left:20.4rem !important;padding-right:20.4rem !important}.px-sm-52{padding-left:20.8rem !important;padding-right:20.8rem !important}.px-sm-53{padding-left:21.2rem !important;padding-right:21.2rem !important}.px-sm-54{padding-left:21.6rem !important;padding-right:21.6rem !important}.px-sm-55{padding-left:22rem !important;padding-right:22rem !important}.px-sm-56{padding-left:22.4rem !important;padding-right:22.4rem !important}.px-sm-57{padding-left:22.8rem !important;padding-right:22.8rem !important}.px-sm-58{padding-left:23.2rem !important;padding-right:23.2rem !important}.px-sm-59{padding-left:23.6rem !important;padding-right:23.6rem !important}.px-sm-60{padding-left:24rem !important;padding-right:24rem !important}.px-sm-61{padding-left:24.4rem !important;padding-right:24.4rem !important}.px-sm-62{padding-left:24.8rem !important;padding-right:24.8rem !important}.px-sm-63{padding-left:25.2rem !important;padding-right:25.2rem !important}.px-sm-64{padding-left:25.6rem !important;padding-right:25.6rem !important}.px-sm-65{padding-left:26rem !important;padding-right:26rem !important}.px-sm-66{padding-left:26.4rem !important;padding-right:26.4rem !important}.px-sm-67{padding-left:26.8rem !important;padding-right:26.8rem !important}.px-sm-68{padding-left:27.2rem !important;padding-right:27.2rem !important}.px-sm-69{padding-left:27.6rem !important;padding-right:27.6rem !important}.px-sm-70{padding-left:28rem !important;padding-right:28rem !important}.px-sm-71{padding-left:28.4rem !important;padding-right:28.4rem !important}.px-sm-72{padding-left:28.8rem !important;padding-right:28.8rem !important}.px-sm-73{padding-left:29.2rem !important;padding-right:29.2rem !important}.px-sm-74{padding-left:29.6rem !important;padding-right:29.6rem !important}.px-sm-75{padding-left:30rem !important;padding-right:30rem !important}.px-sm-76{padding-left:30.4rem !important;padding-right:30.4rem !important}.px-sm-77{padding-left:30.8rem !important;padding-right:30.8rem !important}.px-sm-78{padding-left:31.2rem !important;padding-right:31.2rem !important}.px-sm-79{padding-left:31.6rem !important;padding-right:31.6rem !important}.px-sm-80{padding-left:32rem !important;padding-right:32rem !important}.px-sm-81{padding-left:32.4rem !important;padding-right:32.4rem !important}.px-sm-82{padding-left:32.8rem !important;padding-right:32.8rem !important}.px-sm-83{padding-left:33.2rem !important;padding-right:33.2rem !important}.px-sm-84{padding-left:33.6rem !important;padding-right:33.6rem !important}.px-sm-85{padding-left:34rem !important;padding-right:34rem !important}.px-sm-86{padding-left:34.4rem !important;padding-right:34.4rem !important}.px-sm-87{padding-left:34.8rem !important;padding-right:34.8rem !important}.px-sm-88{padding-left:35.2rem !important;padding-right:35.2rem !important}.px-sm-89{padding-left:35.6rem !important;padding-right:35.6rem !important}.px-sm-90{padding-left:36rem !important;padding-right:36rem !important}.px-sm-91{padding-left:36.4rem !important;padding-right:36.4rem !important}.px-sm-92{padding-left:36.8rem !important;padding-right:36.8rem !important}.px-sm-93{padding-left:37.2rem !important;padding-right:37.2rem !important}.px-sm-94{padding-left:37.6rem !important;padding-right:37.6rem !important}.px-sm-95{padding-left:38rem !important;padding-right:38rem !important}.px-sm-96{padding-left:38.4rem !important;padding-right:38.4rem !important}.px-sm-97{padding-left:38.8rem !important;padding-right:38.8rem !important}.px-sm-98{padding-left:39.2rem !important;padding-right:39.2rem !important}.px-sm-99{padding-left:39.6rem !important;padding-right:39.6rem !important}.px-sm-100{padding-left:40rem !important;padding-right:40rem !important}}@media(min-width: 768px){.px-md-0{padding-left:0 !important;padding-right:0 !important}.px-md-1{padding-left:.4rem !important;padding-right:.4rem !important}.px-md-2{padding-left:.8rem !important;padding-right:.8rem !important}.px-md-3{padding-left:1.2rem !important;padding-right:1.2rem !important}.px-md-4{padding-left:1.6rem !important;padding-right:1.6rem !important}.px-md-5{padding-left:2rem !important;padding-right:2rem !important}.px-md-6{padding-left:2.4rem !important;padding-right:2.4rem !important}.px-md-7{padding-left:2.8rem !important;padding-right:2.8rem !important}.px-md-8{padding-left:3.2rem !important;padding-right:3.2rem !important}.px-md-9{padding-left:3.6rem !important;padding-right:3.6rem !important}.px-md-10{padding-left:4rem !important;padding-right:4rem !important}.px-md-11{padding-left:4.4rem !important;padding-right:4.4rem !important}.px-md-12{padding-left:4.8rem !important;padding-right:4.8rem !important}.px-md-13{padding-left:5.2rem !important;padding-right:5.2rem !important}.px-md-14{padding-left:5.6rem !important;padding-right:5.6rem !important}.px-md-15{padding-left:6rem !important;padding-right:6rem !important}.px-md-16{padding-left:6.4rem !important;padding-right:6.4rem !important}.px-md-17{padding-left:6.8rem !important;padding-right:6.8rem !important}.px-md-18{padding-left:7.2rem !important;padding-right:7.2rem !important}.px-md-19{padding-left:7.6rem !important;padding-right:7.6rem !important}.px-md-20{padding-left:8rem !important;padding-right:8rem !important}.px-md-21{padding-left:8.4rem !important;padding-right:8.4rem !important}.px-md-22{padding-left:8.8rem !important;padding-right:8.8rem !important}.px-md-23{padding-left:9.2rem !important;padding-right:9.2rem !important}.px-md-24{padding-left:9.6rem !important;padding-right:9.6rem !important}.px-md-25{padding-left:10rem !important;padding-right:10rem !important}.px-md-26{padding-left:10.4rem !important;padding-right:10.4rem !important}.px-md-27{padding-left:10.8rem !important;padding-right:10.8rem !important}.px-md-28{padding-left:11.2rem !important;padding-right:11.2rem !important}.px-md-29{padding-left:11.6rem !important;padding-right:11.6rem !important}.px-md-30{padding-left:12rem !important;padding-right:12rem !important}.px-md-31{padding-left:12.4rem !important;padding-right:12.4rem !important}.px-md-32{padding-left:12.8rem !important;padding-right:12.8rem !important}.px-md-33{padding-left:13.2rem !important;padding-right:13.2rem !important}.px-md-34{padding-left:13.6rem !important;padding-right:13.6rem !important}.px-md-35{padding-left:14rem !important;padding-right:14rem !important}.px-md-36{padding-left:14.4rem !important;padding-right:14.4rem !important}.px-md-37{padding-left:14.8rem !important;padding-right:14.8rem !important}.px-md-38{padding-left:15.2rem !important;padding-right:15.2rem !important}.px-md-39{padding-left:15.6rem !important;padding-right:15.6rem !important}.px-md-40{padding-left:16rem !important;padding-right:16rem !important}.px-md-41{padding-left:16.4rem !important;padding-right:16.4rem !important}.px-md-42{padding-left:16.8rem !important;padding-right:16.8rem !important}.px-md-43{padding-left:17.2rem !important;padding-right:17.2rem !important}.px-md-44{padding-left:17.6rem !important;padding-right:17.6rem !important}.px-md-45{padding-left:18rem !important;padding-right:18rem !important}.px-md-46{padding-left:18.4rem !important;padding-right:18.4rem !important}.px-md-47{padding-left:18.8rem !important;padding-right:18.8rem !important}.px-md-48{padding-left:19.2rem !important;padding-right:19.2rem !important}.px-md-49{padding-left:19.6rem !important;padding-right:19.6rem !important}.px-md-50{padding-left:20rem !important;padding-right:20rem !important}.px-md-51{padding-left:20.4rem !important;padding-right:20.4rem !important}.px-md-52{padding-left:20.8rem !important;padding-right:20.8rem !important}.px-md-53{padding-left:21.2rem !important;padding-right:21.2rem !important}.px-md-54{padding-left:21.6rem !important;padding-right:21.6rem !important}.px-md-55{padding-left:22rem !important;padding-right:22rem !important}.px-md-56{padding-left:22.4rem !important;padding-right:22.4rem !important}.px-md-57{padding-left:22.8rem !important;padding-right:22.8rem !important}.px-md-58{padding-left:23.2rem !important;padding-right:23.2rem !important}.px-md-59{padding-left:23.6rem !important;padding-right:23.6rem !important}.px-md-60{padding-left:24rem !important;padding-right:24rem !important}.px-md-61{padding-left:24.4rem !important;padding-right:24.4rem !important}.px-md-62{padding-left:24.8rem !important;padding-right:24.8rem !important}.px-md-63{padding-left:25.2rem !important;padding-right:25.2rem !important}.px-md-64{padding-left:25.6rem !important;padding-right:25.6rem !important}.px-md-65{padding-left:26rem !important;padding-right:26rem !important}.px-md-66{padding-left:26.4rem !important;padding-right:26.4rem !important}.px-md-67{padding-left:26.8rem !important;padding-right:26.8rem !important}.px-md-68{padding-left:27.2rem !important;padding-right:27.2rem !important}.px-md-69{padding-left:27.6rem !important;padding-right:27.6rem !important}.px-md-70{padding-left:28rem !important;padding-right:28rem !important}.px-md-71{padding-left:28.4rem !important;padding-right:28.4rem !important}.px-md-72{padding-left:28.8rem !important;padding-right:28.8rem !important}.px-md-73{padding-left:29.2rem !important;padding-right:29.2rem !important}.px-md-74{padding-left:29.6rem !important;padding-right:29.6rem !important}.px-md-75{padding-left:30rem !important;padding-right:30rem !important}.px-md-76{padding-left:30.4rem !important;padding-right:30.4rem !important}.px-md-77{padding-left:30.8rem !important;padding-right:30.8rem !important}.px-md-78{padding-left:31.2rem !important;padding-right:31.2rem !important}.px-md-79{padding-left:31.6rem !important;padding-right:31.6rem !important}.px-md-80{padding-left:32rem !important;padding-right:32rem !important}.px-md-81{padding-left:32.4rem !important;padding-right:32.4rem !important}.px-md-82{padding-left:32.8rem !important;padding-right:32.8rem !important}.px-md-83{padding-left:33.2rem !important;padding-right:33.2rem !important}.px-md-84{padding-left:33.6rem !important;padding-right:33.6rem !important}.px-md-85{padding-left:34rem !important;padding-right:34rem !important}.px-md-86{padding-left:34.4rem !important;padding-right:34.4rem !important}.px-md-87{padding-left:34.8rem !important;padding-right:34.8rem !important}.px-md-88{padding-left:35.2rem !important;padding-right:35.2rem !important}.px-md-89{padding-left:35.6rem !important;padding-right:35.6rem !important}.px-md-90{padding-left:36rem !important;padding-right:36rem !important}.px-md-91{padding-left:36.4rem !important;padding-right:36.4rem !important}.px-md-92{padding-left:36.8rem !important;padding-right:36.8rem !important}.px-md-93{padding-left:37.2rem !important;padding-right:37.2rem !important}.px-md-94{padding-left:37.6rem !important;padding-right:37.6rem !important}.px-md-95{padding-left:38rem !important;padding-right:38rem !important}.px-md-96{padding-left:38.4rem !important;padding-right:38.4rem !important}.px-md-97{padding-left:38.8rem !important;padding-right:38.8rem !important}.px-md-98{padding-left:39.2rem !important;padding-right:39.2rem !important}.px-md-99{padding-left:39.6rem !important;padding-right:39.6rem !important}.px-md-100{padding-left:40rem !important;padding-right:40rem !important}}@media(min-width: 992px){.px-lg-0{padding-left:0 !important;padding-right:0 !important}.px-lg-1{padding-left:.4rem !important;padding-right:.4rem !important}.px-lg-2{padding-left:.8rem !important;padding-right:.8rem !important}.px-lg-3{padding-left:1.2rem !important;padding-right:1.2rem !important}.px-lg-4{padding-left:1.6rem !important;padding-right:1.6rem !important}.px-lg-5{padding-left:2rem !important;padding-right:2rem !important}.px-lg-6{padding-left:2.4rem !important;padding-right:2.4rem !important}.px-lg-7{padding-left:2.8rem !important;padding-right:2.8rem !important}.px-lg-8{padding-left:3.2rem !important;padding-right:3.2rem !important}.px-lg-9{padding-left:3.6rem !important;padding-right:3.6rem !important}.px-lg-10{padding-left:4rem !important;padding-right:4rem !important}.px-lg-11{padding-left:4.4rem !important;padding-right:4.4rem !important}.px-lg-12{padding-left:4.8rem !important;padding-right:4.8rem !important}.px-lg-13{padding-left:5.2rem !important;padding-right:5.2rem !important}.px-lg-14{padding-left:5.6rem !important;padding-right:5.6rem !important}.px-lg-15{padding-left:6rem !important;padding-right:6rem !important}.px-lg-16{padding-left:6.4rem !important;padding-right:6.4rem !important}.px-lg-17{padding-left:6.8rem !important;padding-right:6.8rem !important}.px-lg-18{padding-left:7.2rem !important;padding-right:7.2rem !important}.px-lg-19{padding-left:7.6rem !important;padding-right:7.6rem !important}.px-lg-20{padding-left:8rem !important;padding-right:8rem !important}.px-lg-21{padding-left:8.4rem !important;padding-right:8.4rem !important}.px-lg-22{padding-left:8.8rem !important;padding-right:8.8rem !important}.px-lg-23{padding-left:9.2rem !important;padding-right:9.2rem !important}.px-lg-24{padding-left:9.6rem !important;padding-right:9.6rem !important}.px-lg-25{padding-left:10rem !important;padding-right:10rem !important}.px-lg-26{padding-left:10.4rem !important;padding-right:10.4rem !important}.px-lg-27{padding-left:10.8rem !important;padding-right:10.8rem !important}.px-lg-28{padding-left:11.2rem !important;padding-right:11.2rem !important}.px-lg-29{padding-left:11.6rem !important;padding-right:11.6rem !important}.px-lg-30{padding-left:12rem !important;padding-right:12rem !important}.px-lg-31{padding-left:12.4rem !important;padding-right:12.4rem !important}.px-lg-32{padding-left:12.8rem !important;padding-right:12.8rem !important}.px-lg-33{padding-left:13.2rem !important;padding-right:13.2rem !important}.px-lg-34{padding-left:13.6rem !important;padding-right:13.6rem !important}.px-lg-35{padding-left:14rem !important;padding-right:14rem !important}.px-lg-36{padding-left:14.4rem !important;padding-right:14.4rem !important}.px-lg-37{padding-left:14.8rem !important;padding-right:14.8rem !important}.px-lg-38{padding-left:15.2rem !important;padding-right:15.2rem !important}.px-lg-39{padding-left:15.6rem !important;padding-right:15.6rem !important}.px-lg-40{padding-left:16rem !important;padding-right:16rem !important}.px-lg-41{padding-left:16.4rem !important;padding-right:16.4rem !important}.px-lg-42{padding-left:16.8rem !important;padding-right:16.8rem !important}.px-lg-43{padding-left:17.2rem !important;padding-right:17.2rem !important}.px-lg-44{padding-left:17.6rem !important;padding-right:17.6rem !important}.px-lg-45{padding-left:18rem !important;padding-right:18rem !important}.px-lg-46{padding-left:18.4rem !important;padding-right:18.4rem !important}.px-lg-47{padding-left:18.8rem !important;padding-right:18.8rem !important}.px-lg-48{padding-left:19.2rem !important;padding-right:19.2rem !important}.px-lg-49{padding-left:19.6rem !important;padding-right:19.6rem !important}.px-lg-50{padding-left:20rem !important;padding-right:20rem !important}.px-lg-51{padding-left:20.4rem !important;padding-right:20.4rem !important}.px-lg-52{padding-left:20.8rem !important;padding-right:20.8rem !important}.px-lg-53{padding-left:21.2rem !important;padding-right:21.2rem !important}.px-lg-54{padding-left:21.6rem !important;padding-right:21.6rem !important}.px-lg-55{padding-left:22rem !important;padding-right:22rem !important}.px-lg-56{padding-left:22.4rem !important;padding-right:22.4rem !important}.px-lg-57{padding-left:22.8rem !important;padding-right:22.8rem !important}.px-lg-58{padding-left:23.2rem !important;padding-right:23.2rem !important}.px-lg-59{padding-left:23.6rem !important;padding-right:23.6rem !important}.px-lg-60{padding-left:24rem !important;padding-right:24rem !important}.px-lg-61{padding-left:24.4rem !important;padding-right:24.4rem !important}.px-lg-62{padding-left:24.8rem !important;padding-right:24.8rem !important}.px-lg-63{padding-left:25.2rem !important;padding-right:25.2rem !important}.px-lg-64{padding-left:25.6rem !important;padding-right:25.6rem !important}.px-lg-65{padding-left:26rem !important;padding-right:26rem !important}.px-lg-66{padding-left:26.4rem !important;padding-right:26.4rem !important}.px-lg-67{padding-left:26.8rem !important;padding-right:26.8rem !important}.px-lg-68{padding-left:27.2rem !important;padding-right:27.2rem !important}.px-lg-69{padding-left:27.6rem !important;padding-right:27.6rem !important}.px-lg-70{padding-left:28rem !important;padding-right:28rem !important}.px-lg-71{padding-left:28.4rem !important;padding-right:28.4rem !important}.px-lg-72{padding-left:28.8rem !important;padding-right:28.8rem !important}.px-lg-73{padding-left:29.2rem !important;padding-right:29.2rem !important}.px-lg-74{padding-left:29.6rem !important;padding-right:29.6rem !important}.px-lg-75{padding-left:30rem !important;padding-right:30rem !important}.px-lg-76{padding-left:30.4rem !important;padding-right:30.4rem !important}.px-lg-77{padding-left:30.8rem !important;padding-right:30.8rem !important}.px-lg-78{padding-left:31.2rem !important;padding-right:31.2rem !important}.px-lg-79{padding-left:31.6rem !important;padding-right:31.6rem !important}.px-lg-80{padding-left:32rem !important;padding-right:32rem !important}.px-lg-81{padding-left:32.4rem !important;padding-right:32.4rem !important}.px-lg-82{padding-left:32.8rem !important;padding-right:32.8rem !important}.px-lg-83{padding-left:33.2rem !important;padding-right:33.2rem !important}.px-lg-84{padding-left:33.6rem !important;padding-right:33.6rem !important}.px-lg-85{padding-left:34rem !important;padding-right:34rem !important}.px-lg-86{padding-left:34.4rem !important;padding-right:34.4rem !important}.px-lg-87{padding-left:34.8rem !important;padding-right:34.8rem !important}.px-lg-88{padding-left:35.2rem !important;padding-right:35.2rem !important}.px-lg-89{padding-left:35.6rem !important;padding-right:35.6rem !important}.px-lg-90{padding-left:36rem !important;padding-right:36rem !important}.px-lg-91{padding-left:36.4rem !important;padding-right:36.4rem !important}.px-lg-92{padding-left:36.8rem !important;padding-right:36.8rem !important}.px-lg-93{padding-left:37.2rem !important;padding-right:37.2rem !important}.px-lg-94{padding-left:37.6rem !important;padding-right:37.6rem !important}.px-lg-95{padding-left:38rem !important;padding-right:38rem !important}.px-lg-96{padding-left:38.4rem !important;padding-right:38.4rem !important}.px-lg-97{padding-left:38.8rem !important;padding-right:38.8rem !important}.px-lg-98{padding-left:39.2rem !important;padding-right:39.2rem !important}.px-lg-99{padding-left:39.6rem !important;padding-right:39.6rem !important}.px-lg-100{padding-left:40rem !important;padding-right:40rem !important}}@media(min-width: 1200px){.px-xl-0{padding-left:0 !important;padding-right:0 !important}.px-xl-1{padding-left:.4rem !important;padding-right:.4rem !important}.px-xl-2{padding-left:.8rem !important;padding-right:.8rem !important}.px-xl-3{padding-left:1.2rem !important;padding-right:1.2rem !important}.px-xl-4{padding-left:1.6rem !important;padding-right:1.6rem !important}.px-xl-5{padding-left:2rem !important;padding-right:2rem !important}.px-xl-6{padding-left:2.4rem !important;padding-right:2.4rem !important}.px-xl-7{padding-left:2.8rem !important;padding-right:2.8rem !important}.px-xl-8{padding-left:3.2rem !important;padding-right:3.2rem !important}.px-xl-9{padding-left:3.6rem !important;padding-right:3.6rem !important}.px-xl-10{padding-left:4rem !important;padding-right:4rem !important}.px-xl-11{padding-left:4.4rem !important;padding-right:4.4rem !important}.px-xl-12{padding-left:4.8rem !important;padding-right:4.8rem !important}.px-xl-13{padding-left:5.2rem !important;padding-right:5.2rem !important}.px-xl-14{padding-left:5.6rem !important;padding-right:5.6rem !important}.px-xl-15{padding-left:6rem !important;padding-right:6rem !important}.px-xl-16{padding-left:6.4rem !important;padding-right:6.4rem !important}.px-xl-17{padding-left:6.8rem !important;padding-right:6.8rem !important}.px-xl-18{padding-left:7.2rem !important;padding-right:7.2rem !important}.px-xl-19{padding-left:7.6rem !important;padding-right:7.6rem !important}.px-xl-20{padding-left:8rem !important;padding-right:8rem !important}.px-xl-21{padding-left:8.4rem !important;padding-right:8.4rem !important}.px-xl-22{padding-left:8.8rem !important;padding-right:8.8rem !important}.px-xl-23{padding-left:9.2rem !important;padding-right:9.2rem !important}.px-xl-24{padding-left:9.6rem !important;padding-right:9.6rem !important}.px-xl-25{padding-left:10rem !important;padding-right:10rem !important}.px-xl-26{padding-left:10.4rem !important;padding-right:10.4rem !important}.px-xl-27{padding-left:10.8rem !important;padding-right:10.8rem !important}.px-xl-28{padding-left:11.2rem !important;padding-right:11.2rem !important}.px-xl-29{padding-left:11.6rem !important;padding-right:11.6rem !important}.px-xl-30{padding-left:12rem !important;padding-right:12rem !important}.px-xl-31{padding-left:12.4rem !important;padding-right:12.4rem !important}.px-xl-32{padding-left:12.8rem !important;padding-right:12.8rem !important}.px-xl-33{padding-left:13.2rem !important;padding-right:13.2rem !important}.px-xl-34{padding-left:13.6rem !important;padding-right:13.6rem !important}.px-xl-35{padding-left:14rem !important;padding-right:14rem !important}.px-xl-36{padding-left:14.4rem !important;padding-right:14.4rem !important}.px-xl-37{padding-left:14.8rem !important;padding-right:14.8rem !important}.px-xl-38{padding-left:15.2rem !important;padding-right:15.2rem !important}.px-xl-39{padding-left:15.6rem !important;padding-right:15.6rem !important}.px-xl-40{padding-left:16rem !important;padding-right:16rem !important}.px-xl-41{padding-left:16.4rem !important;padding-right:16.4rem !important}.px-xl-42{padding-left:16.8rem !important;padding-right:16.8rem !important}.px-xl-43{padding-left:17.2rem !important;padding-right:17.2rem !important}.px-xl-44{padding-left:17.6rem !important;padding-right:17.6rem !important}.px-xl-45{padding-left:18rem !important;padding-right:18rem !important}.px-xl-46{padding-left:18.4rem !important;padding-right:18.4rem !important}.px-xl-47{padding-left:18.8rem !important;padding-right:18.8rem !important}.px-xl-48{padding-left:19.2rem !important;padding-right:19.2rem !important}.px-xl-49{padding-left:19.6rem !important;padding-right:19.6rem !important}.px-xl-50{padding-left:20rem !important;padding-right:20rem !important}.px-xl-51{padding-left:20.4rem !important;padding-right:20.4rem !important}.px-xl-52{padding-left:20.8rem !important;padding-right:20.8rem !important}.px-xl-53{padding-left:21.2rem !important;padding-right:21.2rem !important}.px-xl-54{padding-left:21.6rem !important;padding-right:21.6rem !important}.px-xl-55{padding-left:22rem !important;padding-right:22rem !important}.px-xl-56{padding-left:22.4rem !important;padding-right:22.4rem !important}.px-xl-57{padding-left:22.8rem !important;padding-right:22.8rem !important}.px-xl-58{padding-left:23.2rem !important;padding-right:23.2rem !important}.px-xl-59{padding-left:23.6rem !important;padding-right:23.6rem !important}.px-xl-60{padding-left:24rem !important;padding-right:24rem !important}.px-xl-61{padding-left:24.4rem !important;padding-right:24.4rem !important}.px-xl-62{padding-left:24.8rem !important;padding-right:24.8rem !important}.px-xl-63{padding-left:25.2rem !important;padding-right:25.2rem !important}.px-xl-64{padding-left:25.6rem !important;padding-right:25.6rem !important}.px-xl-65{padding-left:26rem !important;padding-right:26rem !important}.px-xl-66{padding-left:26.4rem !important;padding-right:26.4rem !important}.px-xl-67{padding-left:26.8rem !important;padding-right:26.8rem !important}.px-xl-68{padding-left:27.2rem !important;padding-right:27.2rem !important}.px-xl-69{padding-left:27.6rem !important;padding-right:27.6rem !important}.px-xl-70{padding-left:28rem !important;padding-right:28rem !important}.px-xl-71{padding-left:28.4rem !important;padding-right:28.4rem !important}.px-xl-72{padding-left:28.8rem !important;padding-right:28.8rem !important}.px-xl-73{padding-left:29.2rem !important;padding-right:29.2rem !important}.px-xl-74{padding-left:29.6rem !important;padding-right:29.6rem !important}.px-xl-75{padding-left:30rem !important;padding-right:30rem !important}.px-xl-76{padding-left:30.4rem !important;padding-right:30.4rem !important}.px-xl-77{padding-left:30.8rem !important;padding-right:30.8rem !important}.px-xl-78{padding-left:31.2rem !important;padding-right:31.2rem !important}.px-xl-79{padding-left:31.6rem !important;padding-right:31.6rem !important}.px-xl-80{padding-left:32rem !important;padding-right:32rem !important}.px-xl-81{padding-left:32.4rem !important;padding-right:32.4rem !important}.px-xl-82{padding-left:32.8rem !important;padding-right:32.8rem !important}.px-xl-83{padding-left:33.2rem !important;padding-right:33.2rem !important}.px-xl-84{padding-left:33.6rem !important;padding-right:33.6rem !important}.px-xl-85{padding-left:34rem !important;padding-right:34rem !important}.px-xl-86{padding-left:34.4rem !important;padding-right:34.4rem !important}.px-xl-87{padding-left:34.8rem !important;padding-right:34.8rem !important}.px-xl-88{padding-left:35.2rem !important;padding-right:35.2rem !important}.px-xl-89{padding-left:35.6rem !important;padding-right:35.6rem !important}.px-xl-90{padding-left:36rem !important;padding-right:36rem !important}.px-xl-91{padding-left:36.4rem !important;padding-right:36.4rem !important}.px-xl-92{padding-left:36.8rem !important;padding-right:36.8rem !important}.px-xl-93{padding-left:37.2rem !important;padding-right:37.2rem !important}.px-xl-94{padding-left:37.6rem !important;padding-right:37.6rem !important}.px-xl-95{padding-left:38rem !important;padding-right:38rem !important}.px-xl-96{padding-left:38.4rem !important;padding-right:38.4rem !important}.px-xl-97{padding-left:38.8rem !important;padding-right:38.8rem !important}.px-xl-98{padding-left:39.2rem !important;padding-right:39.2rem !important}.px-xl-99{padding-left:39.6rem !important;padding-right:39.6rem !important}.px-xl-100{padding-left:40rem !important;padding-right:40rem !important}}@media(min-width: 1400px){.px-xxl-0{padding-left:0 !important;padding-right:0 !important}.px-xxl-1{padding-left:.4rem !important;padding-right:.4rem !important}.px-xxl-2{padding-left:.8rem !important;padding-right:.8rem !important}.px-xxl-3{padding-left:1.2rem !important;padding-right:1.2rem !important}.px-xxl-4{padding-left:1.6rem !important;padding-right:1.6rem !important}.px-xxl-5{padding-left:2rem !important;padding-right:2rem !important}.px-xxl-6{padding-left:2.4rem !important;padding-right:2.4rem !important}.px-xxl-7{padding-left:2.8rem !important;padding-right:2.8rem !important}.px-xxl-8{padding-left:3.2rem !important;padding-right:3.2rem !important}.px-xxl-9{padding-left:3.6rem !important;padding-right:3.6rem !important}.px-xxl-10{padding-left:4rem !important;padding-right:4rem !important}.px-xxl-11{padding-left:4.4rem !important;padding-right:4.4rem !important}.px-xxl-12{padding-left:4.8rem !important;padding-right:4.8rem !important}.px-xxl-13{padding-left:5.2rem !important;padding-right:5.2rem !important}.px-xxl-14{padding-left:5.6rem !important;padding-right:5.6rem !important}.px-xxl-15{padding-left:6rem !important;padding-right:6rem !important}.px-xxl-16{padding-left:6.4rem !important;padding-right:6.4rem !important}.px-xxl-17{padding-left:6.8rem !important;padding-right:6.8rem !important}.px-xxl-18{padding-left:7.2rem !important;padding-right:7.2rem !important}.px-xxl-19{padding-left:7.6rem !important;padding-right:7.6rem !important}.px-xxl-20{padding-left:8rem !important;padding-right:8rem !important}.px-xxl-21{padding-left:8.4rem !important;padding-right:8.4rem !important}.px-xxl-22{padding-left:8.8rem !important;padding-right:8.8rem !important}.px-xxl-23{padding-left:9.2rem !important;padding-right:9.2rem !important}.px-xxl-24{padding-left:9.6rem !important;padding-right:9.6rem !important}.px-xxl-25{padding-left:10rem !important;padding-right:10rem !important}.px-xxl-26{padding-left:10.4rem !important;padding-right:10.4rem !important}.px-xxl-27{padding-left:10.8rem !important;padding-right:10.8rem !important}.px-xxl-28{padding-left:11.2rem !important;padding-right:11.2rem !important}.px-xxl-29{padding-left:11.6rem !important;padding-right:11.6rem !important}.px-xxl-30{padding-left:12rem !important;padding-right:12rem !important}.px-xxl-31{padding-left:12.4rem !important;padding-right:12.4rem !important}.px-xxl-32{padding-left:12.8rem !important;padding-right:12.8rem !important}.px-xxl-33{padding-left:13.2rem !important;padding-right:13.2rem !important}.px-xxl-34{padding-left:13.6rem !important;padding-right:13.6rem !important}.px-xxl-35{padding-left:14rem !important;padding-right:14rem !important}.px-xxl-36{padding-left:14.4rem !important;padding-right:14.4rem !important}.px-xxl-37{padding-left:14.8rem !important;padding-right:14.8rem !important}.px-xxl-38{padding-left:15.2rem !important;padding-right:15.2rem !important}.px-xxl-39{padding-left:15.6rem !important;padding-right:15.6rem !important}.px-xxl-40{padding-left:16rem !important;padding-right:16rem !important}.px-xxl-41{padding-left:16.4rem !important;padding-right:16.4rem !important}.px-xxl-42{padding-left:16.8rem !important;padding-right:16.8rem !important}.px-xxl-43{padding-left:17.2rem !important;padding-right:17.2rem !important}.px-xxl-44{padding-left:17.6rem !important;padding-right:17.6rem !important}.px-xxl-45{padding-left:18rem !important;padding-right:18rem !important}.px-xxl-46{padding-left:18.4rem !important;padding-right:18.4rem !important}.px-xxl-47{padding-left:18.8rem !important;padding-right:18.8rem !important}.px-xxl-48{padding-left:19.2rem !important;padding-right:19.2rem !important}.px-xxl-49{padding-left:19.6rem !important;padding-right:19.6rem !important}.px-xxl-50{padding-left:20rem !important;padding-right:20rem !important}.px-xxl-51{padding-left:20.4rem !important;padding-right:20.4rem !important}.px-xxl-52{padding-left:20.8rem !important;padding-right:20.8rem !important}.px-xxl-53{padding-left:21.2rem !important;padding-right:21.2rem !important}.px-xxl-54{padding-left:21.6rem !important;padding-right:21.6rem !important}.px-xxl-55{padding-left:22rem !important;padding-right:22rem !important}.px-xxl-56{padding-left:22.4rem !important;padding-right:22.4rem !important}.px-xxl-57{padding-left:22.8rem !important;padding-right:22.8rem !important}.px-xxl-58{padding-left:23.2rem !important;padding-right:23.2rem !important}.px-xxl-59{padding-left:23.6rem !important;padding-right:23.6rem !important}.px-xxl-60{padding-left:24rem !important;padding-right:24rem !important}.px-xxl-61{padding-left:24.4rem !important;padding-right:24.4rem !important}.px-xxl-62{padding-left:24.8rem !important;padding-right:24.8rem !important}.px-xxl-63{padding-left:25.2rem !important;padding-right:25.2rem !important}.px-xxl-64{padding-left:25.6rem !important;padding-right:25.6rem !important}.px-xxl-65{padding-left:26rem !important;padding-right:26rem !important}.px-xxl-66{padding-left:26.4rem !important;padding-right:26.4rem !important}.px-xxl-67{padding-left:26.8rem !important;padding-right:26.8rem !important}.px-xxl-68{padding-left:27.2rem !important;padding-right:27.2rem !important}.px-xxl-69{padding-left:27.6rem !important;padding-right:27.6rem !important}.px-xxl-70{padding-left:28rem !important;padding-right:28rem !important}.px-xxl-71{padding-left:28.4rem !important;padding-right:28.4rem !important}.px-xxl-72{padding-left:28.8rem !important;padding-right:28.8rem !important}.px-xxl-73{padding-left:29.2rem !important;padding-right:29.2rem !important}.px-xxl-74{padding-left:29.6rem !important;padding-right:29.6rem !important}.px-xxl-75{padding-left:30rem !important;padding-right:30rem !important}.px-xxl-76{padding-left:30.4rem !important;padding-right:30.4rem !important}.px-xxl-77{padding-left:30.8rem !important;padding-right:30.8rem !important}.px-xxl-78{padding-left:31.2rem !important;padding-right:31.2rem !important}.px-xxl-79{padding-left:31.6rem !important;padding-right:31.6rem !important}.px-xxl-80{padding-left:32rem !important;padding-right:32rem !important}.px-xxl-81{padding-left:32.4rem !important;padding-right:32.4rem !important}.px-xxl-82{padding-left:32.8rem !important;padding-right:32.8rem !important}.px-xxl-83{padding-left:33.2rem !important;padding-right:33.2rem !important}.px-xxl-84{padding-left:33.6rem !important;padding-right:33.6rem !important}.px-xxl-85{padding-left:34rem !important;padding-right:34rem !important}.px-xxl-86{padding-left:34.4rem !important;padding-right:34.4rem !important}.px-xxl-87{padding-left:34.8rem !important;padding-right:34.8rem !important}.px-xxl-88{padding-left:35.2rem !important;padding-right:35.2rem !important}.px-xxl-89{padding-left:35.6rem !important;padding-right:35.6rem !important}.px-xxl-90{padding-left:36rem !important;padding-right:36rem !important}.px-xxl-91{padding-left:36.4rem !important;padding-right:36.4rem !important}.px-xxl-92{padding-left:36.8rem !important;padding-right:36.8rem !important}.px-xxl-93{padding-left:37.2rem !important;padding-right:37.2rem !important}.px-xxl-94{padding-left:37.6rem !important;padding-right:37.6rem !important}.px-xxl-95{padding-left:38rem !important;padding-right:38rem !important}.px-xxl-96{padding-left:38.4rem !important;padding-right:38.4rem !important}.px-xxl-97{padding-left:38.8rem !important;padding-right:38.8rem !important}.px-xxl-98{padding-left:39.2rem !important;padding-right:39.2rem !important}.px-xxl-99{padding-left:39.6rem !important;padding-right:39.6rem !important}.px-xxl-100{padding-left:40rem !important;padding-right:40rem !important}}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-2{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-3{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-4{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-5{padding-top:2rem !important;padding-bottom:2rem !important}.py-6{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-7{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-8{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-9{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-10{padding-top:4rem !important;padding-bottom:4rem !important}.py-11{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-12{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-13{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-14{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-15{padding-top:6rem !important;padding-bottom:6rem !important}.py-16{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-17{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-18{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-19{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-20{padding-top:8rem !important;padding-bottom:8rem !important}.py-21{padding-top:8.4rem !important;padding-bottom:8.4rem !important}.py-22{padding-top:8.8rem !important;padding-bottom:8.8rem !important}.py-23{padding-top:9.2rem !important;padding-bottom:9.2rem !important}.py-24{padding-top:9.6rem !important;padding-bottom:9.6rem !important}.py-25{padding-top:10rem !important;padding-bottom:10rem !important}.py-26{padding-top:10.4rem !important;padding-bottom:10.4rem !important}.py-27{padding-top:10.8rem !important;padding-bottom:10.8rem !important}.py-28{padding-top:11.2rem !important;padding-bottom:11.2rem !important}.py-29{padding-top:11.6rem !important;padding-bottom:11.6rem !important}.py-30{padding-top:12rem !important;padding-bottom:12rem !important}.py-31{padding-top:12.4rem !important;padding-bottom:12.4rem !important}.py-32{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-33{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-34{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-35{padding-top:14rem !important;padding-bottom:14rem !important}.py-36{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-37{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-38{padding-top:15.2rem !important;padding-bottom:15.2rem !important}.py-39{padding-top:15.6rem !important;padding-bottom:15.6rem !important}.py-40{padding-top:16rem !important;padding-bottom:16rem !important}.py-41{padding-top:16.4rem !important;padding-bottom:16.4rem !important}.py-42{padding-top:16.8rem !important;padding-bottom:16.8rem !important}.py-43{padding-top:17.2rem !important;padding-bottom:17.2rem !important}.py-44{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.py-45{padding-top:18rem !important;padding-bottom:18rem !important}.py-46{padding-top:18.4rem !important;padding-bottom:18.4rem !important}.py-47{padding-top:18.8rem !important;padding-bottom:18.8rem !important}.py-48{padding-top:19.2rem !important;padding-bottom:19.2rem !important}.py-49{padding-top:19.6rem !important;padding-bottom:19.6rem !important}.py-50{padding-top:20rem !important;padding-bottom:20rem !important}.py-51{padding-top:20.4rem !important;padding-bottom:20.4rem !important}.py-52{padding-top:20.8rem !important;padding-bottom:20.8rem !important}.py-53{padding-top:21.2rem !important;padding-bottom:21.2rem !important}.py-54{padding-top:21.6rem !important;padding-bottom:21.6rem !important}.py-55{padding-top:22rem !important;padding-bottom:22rem !important}.py-56{padding-top:22.4rem !important;padding-bottom:22.4rem !important}.py-57{padding-top:22.8rem !important;padding-bottom:22.8rem !important}.py-58{padding-top:23.2rem !important;padding-bottom:23.2rem !important}.py-59{padding-top:23.6rem !important;padding-bottom:23.6rem !important}.py-60{padding-top:24rem !important;padding-bottom:24rem !important}.py-61{padding-top:24.4rem !important;padding-bottom:24.4rem !important}.py-62{padding-top:24.8rem !important;padding-bottom:24.8rem !important}.py-63{padding-top:25.2rem !important;padding-bottom:25.2rem !important}.py-64{padding-top:25.6rem !important;padding-bottom:25.6rem !important}.py-65{padding-top:26rem !important;padding-bottom:26rem !important}.py-66{padding-top:26.4rem !important;padding-bottom:26.4rem !important}.py-67{padding-top:26.8rem !important;padding-bottom:26.8rem !important}.py-68{padding-top:27.2rem !important;padding-bottom:27.2rem !important}.py-69{padding-top:27.6rem !important;padding-bottom:27.6rem !important}.py-70{padding-top:28rem !important;padding-bottom:28rem !important}.py-71{padding-top:28.4rem !important;padding-bottom:28.4rem !important}.py-72{padding-top:28.8rem !important;padding-bottom:28.8rem !important}.py-73{padding-top:29.2rem !important;padding-bottom:29.2rem !important}.py-74{padding-top:29.6rem !important;padding-bottom:29.6rem !important}.py-75{padding-top:30rem !important;padding-bottom:30rem !important}.py-76{padding-top:30.4rem !important;padding-bottom:30.4rem !important}.py-77{padding-top:30.8rem !important;padding-bottom:30.8rem !important}.py-78{padding-top:31.2rem !important;padding-bottom:31.2rem !important}.py-79{padding-top:31.6rem !important;padding-bottom:31.6rem !important}.py-80{padding-top:32rem !important;padding-bottom:32rem !important}.py-81{padding-top:32.4rem !important;padding-bottom:32.4rem !important}.py-82{padding-top:32.8rem !important;padding-bottom:32.8rem !important}.py-83{padding-top:33.2rem !important;padding-bottom:33.2rem !important}.py-84{padding-top:33.6rem !important;padding-bottom:33.6rem !important}.py-85{padding-top:34rem !important;padding-bottom:34rem !important}.py-86{padding-top:34.4rem !important;padding-bottom:34.4rem !important}.py-87{padding-top:34.8rem !important;padding-bottom:34.8rem !important}.py-88{padding-top:35.2rem !important;padding-bottom:35.2rem !important}.py-89{padding-top:35.6rem !important;padding-bottom:35.6rem !important}.py-90{padding-top:36rem !important;padding-bottom:36rem !important}.py-91{padding-top:36.4rem !important;padding-bottom:36.4rem !important}.py-92{padding-top:36.8rem !important;padding-bottom:36.8rem !important}.py-93{padding-top:37.2rem !important;padding-bottom:37.2rem !important}.py-94{padding-top:37.6rem !important;padding-bottom:37.6rem !important}.py-95{padding-top:38rem !important;padding-bottom:38rem !important}.py-96{padding-top:38.4rem !important;padding-bottom:38.4rem !important}.py-97{padding-top:38.8rem !important;padding-bottom:38.8rem !important}.py-98{padding-top:39.2rem !important;padding-bottom:39.2rem !important}.py-99{padding-top:39.6rem !important;padding-bottom:39.6rem !important}.py-100{padding-top:40rem !important;padding-bottom:40rem !important}@media(min-width: 576px){.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-sm-2{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-sm-3{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-sm-4{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-sm-5{padding-top:2rem !important;padding-bottom:2rem !important}.py-sm-6{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-sm-7{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-sm-8{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-sm-9{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-sm-10{padding-top:4rem !important;padding-bottom:4rem !important}.py-sm-11{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-sm-12{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-sm-13{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-sm-14{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-sm-15{padding-top:6rem !important;padding-bottom:6rem !important}.py-sm-16{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-sm-17{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-sm-18{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-sm-19{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-sm-20{padding-top:8rem !important;padding-bottom:8rem !important}.py-sm-21{padding-top:8.4rem !important;padding-bottom:8.4rem !important}.py-sm-22{padding-top:8.8rem !important;padding-bottom:8.8rem !important}.py-sm-23{padding-top:9.2rem !important;padding-bottom:9.2rem !important}.py-sm-24{padding-top:9.6rem !important;padding-bottom:9.6rem !important}.py-sm-25{padding-top:10rem !important;padding-bottom:10rem !important}.py-sm-26{padding-top:10.4rem !important;padding-bottom:10.4rem !important}.py-sm-27{padding-top:10.8rem !important;padding-bottom:10.8rem !important}.py-sm-28{padding-top:11.2rem !important;padding-bottom:11.2rem !important}.py-sm-29{padding-top:11.6rem !important;padding-bottom:11.6rem !important}.py-sm-30{padding-top:12rem !important;padding-bottom:12rem !important}.py-sm-31{padding-top:12.4rem !important;padding-bottom:12.4rem !important}.py-sm-32{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-sm-33{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-sm-34{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-sm-35{padding-top:14rem !important;padding-bottom:14rem !important}.py-sm-36{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-sm-37{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-sm-38{padding-top:15.2rem !important;padding-bottom:15.2rem !important}.py-sm-39{padding-top:15.6rem !important;padding-bottom:15.6rem !important}.py-sm-40{padding-top:16rem !important;padding-bottom:16rem !important}.py-sm-41{padding-top:16.4rem !important;padding-bottom:16.4rem !important}.py-sm-42{padding-top:16.8rem !important;padding-bottom:16.8rem !important}.py-sm-43{padding-top:17.2rem !important;padding-bottom:17.2rem !important}.py-sm-44{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.py-sm-45{padding-top:18rem !important;padding-bottom:18rem !important}.py-sm-46{padding-top:18.4rem !important;padding-bottom:18.4rem !important}.py-sm-47{padding-top:18.8rem !important;padding-bottom:18.8rem !important}.py-sm-48{padding-top:19.2rem !important;padding-bottom:19.2rem !important}.py-sm-49{padding-top:19.6rem !important;padding-bottom:19.6rem !important}.py-sm-50{padding-top:20rem !important;padding-bottom:20rem !important}.py-sm-51{padding-top:20.4rem !important;padding-bottom:20.4rem !important}.py-sm-52{padding-top:20.8rem !important;padding-bottom:20.8rem !important}.py-sm-53{padding-top:21.2rem !important;padding-bottom:21.2rem !important}.py-sm-54{padding-top:21.6rem !important;padding-bottom:21.6rem !important}.py-sm-55{padding-top:22rem !important;padding-bottom:22rem !important}.py-sm-56{padding-top:22.4rem !important;padding-bottom:22.4rem !important}.py-sm-57{padding-top:22.8rem !important;padding-bottom:22.8rem !important}.py-sm-58{padding-top:23.2rem !important;padding-bottom:23.2rem !important}.py-sm-59{padding-top:23.6rem !important;padding-bottom:23.6rem !important}.py-sm-60{padding-top:24rem !important;padding-bottom:24rem !important}.py-sm-61{padding-top:24.4rem !important;padding-bottom:24.4rem !important}.py-sm-62{padding-top:24.8rem !important;padding-bottom:24.8rem !important}.py-sm-63{padding-top:25.2rem !important;padding-bottom:25.2rem !important}.py-sm-64{padding-top:25.6rem !important;padding-bottom:25.6rem !important}.py-sm-65{padding-top:26rem !important;padding-bottom:26rem !important}.py-sm-66{padding-top:26.4rem !important;padding-bottom:26.4rem !important}.py-sm-67{padding-top:26.8rem !important;padding-bottom:26.8rem !important}.py-sm-68{padding-top:27.2rem !important;padding-bottom:27.2rem !important}.py-sm-69{padding-top:27.6rem !important;padding-bottom:27.6rem !important}.py-sm-70{padding-top:28rem !important;padding-bottom:28rem !important}.py-sm-71{padding-top:28.4rem !important;padding-bottom:28.4rem !important}.py-sm-72{padding-top:28.8rem !important;padding-bottom:28.8rem !important}.py-sm-73{padding-top:29.2rem !important;padding-bottom:29.2rem !important}.py-sm-74{padding-top:29.6rem !important;padding-bottom:29.6rem !important}.py-sm-75{padding-top:30rem !important;padding-bottom:30rem !important}.py-sm-76{padding-top:30.4rem !important;padding-bottom:30.4rem !important}.py-sm-77{padding-top:30.8rem !important;padding-bottom:30.8rem !important}.py-sm-78{padding-top:31.2rem !important;padding-bottom:31.2rem !important}.py-sm-79{padding-top:31.6rem !important;padding-bottom:31.6rem !important}.py-sm-80{padding-top:32rem !important;padding-bottom:32rem !important}.py-sm-81{padding-top:32.4rem !important;padding-bottom:32.4rem !important}.py-sm-82{padding-top:32.8rem !important;padding-bottom:32.8rem !important}.py-sm-83{padding-top:33.2rem !important;padding-bottom:33.2rem !important}.py-sm-84{padding-top:33.6rem !important;padding-bottom:33.6rem !important}.py-sm-85{padding-top:34rem !important;padding-bottom:34rem !important}.py-sm-86{padding-top:34.4rem !important;padding-bottom:34.4rem !important}.py-sm-87{padding-top:34.8rem !important;padding-bottom:34.8rem !important}.py-sm-88{padding-top:35.2rem !important;padding-bottom:35.2rem !important}.py-sm-89{padding-top:35.6rem !important;padding-bottom:35.6rem !important}.py-sm-90{padding-top:36rem !important;padding-bottom:36rem !important}.py-sm-91{padding-top:36.4rem !important;padding-bottom:36.4rem !important}.py-sm-92{padding-top:36.8rem !important;padding-bottom:36.8rem !important}.py-sm-93{padding-top:37.2rem !important;padding-bottom:37.2rem !important}.py-sm-94{padding-top:37.6rem !important;padding-bottom:37.6rem !important}.py-sm-95{padding-top:38rem !important;padding-bottom:38rem !important}.py-sm-96{padding-top:38.4rem !important;padding-bottom:38.4rem !important}.py-sm-97{padding-top:38.8rem !important;padding-bottom:38.8rem !important}.py-sm-98{padding-top:39.2rem !important;padding-bottom:39.2rem !important}.py-sm-99{padding-top:39.6rem !important;padding-bottom:39.6rem !important}.py-sm-100{padding-top:40rem !important;padding-bottom:40rem !important}}@media(min-width: 768px){.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-md-2{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-md-3{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-md-4{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-md-5{padding-top:2rem !important;padding-bottom:2rem !important}.py-md-6{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-md-7{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-md-8{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-md-9{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-md-10{padding-top:4rem !important;padding-bottom:4rem !important}.py-md-11{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-md-12{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-md-13{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-md-14{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-md-15{padding-top:6rem !important;padding-bottom:6rem !important}.py-md-16{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-md-17{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-md-18{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-md-19{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-md-20{padding-top:8rem !important;padding-bottom:8rem !important}.py-md-21{padding-top:8.4rem !important;padding-bottom:8.4rem !important}.py-md-22{padding-top:8.8rem !important;padding-bottom:8.8rem !important}.py-md-23{padding-top:9.2rem !important;padding-bottom:9.2rem !important}.py-md-24{padding-top:9.6rem !important;padding-bottom:9.6rem !important}.py-md-25{padding-top:10rem !important;padding-bottom:10rem !important}.py-md-26{padding-top:10.4rem !important;padding-bottom:10.4rem !important}.py-md-27{padding-top:10.8rem !important;padding-bottom:10.8rem !important}.py-md-28{padding-top:11.2rem !important;padding-bottom:11.2rem !important}.py-md-29{padding-top:11.6rem !important;padding-bottom:11.6rem !important}.py-md-30{padding-top:12rem !important;padding-bottom:12rem !important}.py-md-31{padding-top:12.4rem !important;padding-bottom:12.4rem !important}.py-md-32{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-md-33{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-md-34{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-md-35{padding-top:14rem !important;padding-bottom:14rem !important}.py-md-36{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-md-37{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-md-38{padding-top:15.2rem !important;padding-bottom:15.2rem !important}.py-md-39{padding-top:15.6rem !important;padding-bottom:15.6rem !important}.py-md-40{padding-top:16rem !important;padding-bottom:16rem !important}.py-md-41{padding-top:16.4rem !important;padding-bottom:16.4rem !important}.py-md-42{padding-top:16.8rem !important;padding-bottom:16.8rem !important}.py-md-43{padding-top:17.2rem !important;padding-bottom:17.2rem !important}.py-md-44{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.py-md-45{padding-top:18rem !important;padding-bottom:18rem !important}.py-md-46{padding-top:18.4rem !important;padding-bottom:18.4rem !important}.py-md-47{padding-top:18.8rem !important;padding-bottom:18.8rem !important}.py-md-48{padding-top:19.2rem !important;padding-bottom:19.2rem !important}.py-md-49{padding-top:19.6rem !important;padding-bottom:19.6rem !important}.py-md-50{padding-top:20rem !important;padding-bottom:20rem !important}.py-md-51{padding-top:20.4rem !important;padding-bottom:20.4rem !important}.py-md-52{padding-top:20.8rem !important;padding-bottom:20.8rem !important}.py-md-53{padding-top:21.2rem !important;padding-bottom:21.2rem !important}.py-md-54{padding-top:21.6rem !important;padding-bottom:21.6rem !important}.py-md-55{padding-top:22rem !important;padding-bottom:22rem !important}.py-md-56{padding-top:22.4rem !important;padding-bottom:22.4rem !important}.py-md-57{padding-top:22.8rem !important;padding-bottom:22.8rem !important}.py-md-58{padding-top:23.2rem !important;padding-bottom:23.2rem !important}.py-md-59{padding-top:23.6rem !important;padding-bottom:23.6rem !important}.py-md-60{padding-top:24rem !important;padding-bottom:24rem !important}.py-md-61{padding-top:24.4rem !important;padding-bottom:24.4rem !important}.py-md-62{padding-top:24.8rem !important;padding-bottom:24.8rem !important}.py-md-63{padding-top:25.2rem !important;padding-bottom:25.2rem !important}.py-md-64{padding-top:25.6rem !important;padding-bottom:25.6rem !important}.py-md-65{padding-top:26rem !important;padding-bottom:26rem !important}.py-md-66{padding-top:26.4rem !important;padding-bottom:26.4rem !important}.py-md-67{padding-top:26.8rem !important;padding-bottom:26.8rem !important}.py-md-68{padding-top:27.2rem !important;padding-bottom:27.2rem !important}.py-md-69{padding-top:27.6rem !important;padding-bottom:27.6rem !important}.py-md-70{padding-top:28rem !important;padding-bottom:28rem !important}.py-md-71{padding-top:28.4rem !important;padding-bottom:28.4rem !important}.py-md-72{padding-top:28.8rem !important;padding-bottom:28.8rem !important}.py-md-73{padding-top:29.2rem !important;padding-bottom:29.2rem !important}.py-md-74{padding-top:29.6rem !important;padding-bottom:29.6rem !important}.py-md-75{padding-top:30rem !important;padding-bottom:30rem !important}.py-md-76{padding-top:30.4rem !important;padding-bottom:30.4rem !important}.py-md-77{padding-top:30.8rem !important;padding-bottom:30.8rem !important}.py-md-78{padding-top:31.2rem !important;padding-bottom:31.2rem !important}.py-md-79{padding-top:31.6rem !important;padding-bottom:31.6rem !important}.py-md-80{padding-top:32rem !important;padding-bottom:32rem !important}.py-md-81{padding-top:32.4rem !important;padding-bottom:32.4rem !important}.py-md-82{padding-top:32.8rem !important;padding-bottom:32.8rem !important}.py-md-83{padding-top:33.2rem !important;padding-bottom:33.2rem !important}.py-md-84{padding-top:33.6rem !important;padding-bottom:33.6rem !important}.py-md-85{padding-top:34rem !important;padding-bottom:34rem !important}.py-md-86{padding-top:34.4rem !important;padding-bottom:34.4rem !important}.py-md-87{padding-top:34.8rem !important;padding-bottom:34.8rem !important}.py-md-88{padding-top:35.2rem !important;padding-bottom:35.2rem !important}.py-md-89{padding-top:35.6rem !important;padding-bottom:35.6rem !important}.py-md-90{padding-top:36rem !important;padding-bottom:36rem !important}.py-md-91{padding-top:36.4rem !important;padding-bottom:36.4rem !important}.py-md-92{padding-top:36.8rem !important;padding-bottom:36.8rem !important}.py-md-93{padding-top:37.2rem !important;padding-bottom:37.2rem !important}.py-md-94{padding-top:37.6rem !important;padding-bottom:37.6rem !important}.py-md-95{padding-top:38rem !important;padding-bottom:38rem !important}.py-md-96{padding-top:38.4rem !important;padding-bottom:38.4rem !important}.py-md-97{padding-top:38.8rem !important;padding-bottom:38.8rem !important}.py-md-98{padding-top:39.2rem !important;padding-bottom:39.2rem !important}.py-md-99{padding-top:39.6rem !important;padding-bottom:39.6rem !important}.py-md-100{padding-top:40rem !important;padding-bottom:40rem !important}}@media(min-width: 992px){.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-lg-2{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-lg-3{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-lg-4{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-lg-5{padding-top:2rem !important;padding-bottom:2rem !important}.py-lg-6{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-lg-7{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-lg-8{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-lg-9{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-lg-10{padding-top:4rem !important;padding-bottom:4rem !important}.py-lg-11{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-lg-12{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-lg-13{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-lg-14{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-lg-15{padding-top:6rem !important;padding-bottom:6rem !important}.py-lg-16{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-lg-17{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-lg-18{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-lg-19{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-lg-20{padding-top:8rem !important;padding-bottom:8rem !important}.py-lg-21{padding-top:8.4rem !important;padding-bottom:8.4rem !important}.py-lg-22{padding-top:8.8rem !important;padding-bottom:8.8rem !important}.py-lg-23{padding-top:9.2rem !important;padding-bottom:9.2rem !important}.py-lg-24{padding-top:9.6rem !important;padding-bottom:9.6rem !important}.py-lg-25{padding-top:10rem !important;padding-bottom:10rem !important}.py-lg-26{padding-top:10.4rem !important;padding-bottom:10.4rem !important}.py-lg-27{padding-top:10.8rem !important;padding-bottom:10.8rem !important}.py-lg-28{padding-top:11.2rem !important;padding-bottom:11.2rem !important}.py-lg-29{padding-top:11.6rem !important;padding-bottom:11.6rem !important}.py-lg-30{padding-top:12rem !important;padding-bottom:12rem !important}.py-lg-31{padding-top:12.4rem !important;padding-bottom:12.4rem !important}.py-lg-32{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-lg-33{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-lg-34{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-lg-35{padding-top:14rem !important;padding-bottom:14rem !important}.py-lg-36{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-lg-37{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-lg-38{padding-top:15.2rem !important;padding-bottom:15.2rem !important}.py-lg-39{padding-top:15.6rem !important;padding-bottom:15.6rem !important}.py-lg-40{padding-top:16rem !important;padding-bottom:16rem !important}.py-lg-41{padding-top:16.4rem !important;padding-bottom:16.4rem !important}.py-lg-42{padding-top:16.8rem !important;padding-bottom:16.8rem !important}.py-lg-43{padding-top:17.2rem !important;padding-bottom:17.2rem !important}.py-lg-44{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.py-lg-45{padding-top:18rem !important;padding-bottom:18rem !important}.py-lg-46{padding-top:18.4rem !important;padding-bottom:18.4rem !important}.py-lg-47{padding-top:18.8rem !important;padding-bottom:18.8rem !important}.py-lg-48{padding-top:19.2rem !important;padding-bottom:19.2rem !important}.py-lg-49{padding-top:19.6rem !important;padding-bottom:19.6rem !important}.py-lg-50{padding-top:20rem !important;padding-bottom:20rem !important}.py-lg-51{padding-top:20.4rem !important;padding-bottom:20.4rem !important}.py-lg-52{padding-top:20.8rem !important;padding-bottom:20.8rem !important}.py-lg-53{padding-top:21.2rem !important;padding-bottom:21.2rem !important}.py-lg-54{padding-top:21.6rem !important;padding-bottom:21.6rem !important}.py-lg-55{padding-top:22rem !important;padding-bottom:22rem !important}.py-lg-56{padding-top:22.4rem !important;padding-bottom:22.4rem !important}.py-lg-57{padding-top:22.8rem !important;padding-bottom:22.8rem !important}.py-lg-58{padding-top:23.2rem !important;padding-bottom:23.2rem !important}.py-lg-59{padding-top:23.6rem !important;padding-bottom:23.6rem !important}.py-lg-60{padding-top:24rem !important;padding-bottom:24rem !important}.py-lg-61{padding-top:24.4rem !important;padding-bottom:24.4rem !important}.py-lg-62{padding-top:24.8rem !important;padding-bottom:24.8rem !important}.py-lg-63{padding-top:25.2rem !important;padding-bottom:25.2rem !important}.py-lg-64{padding-top:25.6rem !important;padding-bottom:25.6rem !important}.py-lg-65{padding-top:26rem !important;padding-bottom:26rem !important}.py-lg-66{padding-top:26.4rem !important;padding-bottom:26.4rem !important}.py-lg-67{padding-top:26.8rem !important;padding-bottom:26.8rem !important}.py-lg-68{padding-top:27.2rem !important;padding-bottom:27.2rem !important}.py-lg-69{padding-top:27.6rem !important;padding-bottom:27.6rem !important}.py-lg-70{padding-top:28rem !important;padding-bottom:28rem !important}.py-lg-71{padding-top:28.4rem !important;padding-bottom:28.4rem !important}.py-lg-72{padding-top:28.8rem !important;padding-bottom:28.8rem !important}.py-lg-73{padding-top:29.2rem !important;padding-bottom:29.2rem !important}.py-lg-74{padding-top:29.6rem !important;padding-bottom:29.6rem !important}.py-lg-75{padding-top:30rem !important;padding-bottom:30rem !important}.py-lg-76{padding-top:30.4rem !important;padding-bottom:30.4rem !important}.py-lg-77{padding-top:30.8rem !important;padding-bottom:30.8rem !important}.py-lg-78{padding-top:31.2rem !important;padding-bottom:31.2rem !important}.py-lg-79{padding-top:31.6rem !important;padding-bottom:31.6rem !important}.py-lg-80{padding-top:32rem !important;padding-bottom:32rem !important}.py-lg-81{padding-top:32.4rem !important;padding-bottom:32.4rem !important}.py-lg-82{padding-top:32.8rem !important;padding-bottom:32.8rem !important}.py-lg-83{padding-top:33.2rem !important;padding-bottom:33.2rem !important}.py-lg-84{padding-top:33.6rem !important;padding-bottom:33.6rem !important}.py-lg-85{padding-top:34rem !important;padding-bottom:34rem !important}.py-lg-86{padding-top:34.4rem !important;padding-bottom:34.4rem !important}.py-lg-87{padding-top:34.8rem !important;padding-bottom:34.8rem !important}.py-lg-88{padding-top:35.2rem !important;padding-bottom:35.2rem !important}.py-lg-89{padding-top:35.6rem !important;padding-bottom:35.6rem !important}.py-lg-90{padding-top:36rem !important;padding-bottom:36rem !important}.py-lg-91{padding-top:36.4rem !important;padding-bottom:36.4rem !important}.py-lg-92{padding-top:36.8rem !important;padding-bottom:36.8rem !important}.py-lg-93{padding-top:37.2rem !important;padding-bottom:37.2rem !important}.py-lg-94{padding-top:37.6rem !important;padding-bottom:37.6rem !important}.py-lg-95{padding-top:38rem !important;padding-bottom:38rem !important}.py-lg-96{padding-top:38.4rem !important;padding-bottom:38.4rem !important}.py-lg-97{padding-top:38.8rem !important;padding-bottom:38.8rem !important}.py-lg-98{padding-top:39.2rem !important;padding-bottom:39.2rem !important}.py-lg-99{padding-top:39.6rem !important;padding-bottom:39.6rem !important}.py-lg-100{padding-top:40rem !important;padding-bottom:40rem !important}}@media(min-width: 1200px){.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-xl-2{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-xl-3{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-xl-4{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-xl-5{padding-top:2rem !important;padding-bottom:2rem !important}.py-xl-6{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-xl-7{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-xl-8{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-xl-9{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-xl-10{padding-top:4rem !important;padding-bottom:4rem !important}.py-xl-11{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-xl-12{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-xl-13{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-xl-14{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-xl-15{padding-top:6rem !important;padding-bottom:6rem !important}.py-xl-16{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-xl-17{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-xl-18{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-xl-19{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-xl-20{padding-top:8rem !important;padding-bottom:8rem !important}.py-xl-21{padding-top:8.4rem !important;padding-bottom:8.4rem !important}.py-xl-22{padding-top:8.8rem !important;padding-bottom:8.8rem !important}.py-xl-23{padding-top:9.2rem !important;padding-bottom:9.2rem !important}.py-xl-24{padding-top:9.6rem !important;padding-bottom:9.6rem !important}.py-xl-25{padding-top:10rem !important;padding-bottom:10rem !important}.py-xl-26{padding-top:10.4rem !important;padding-bottom:10.4rem !important}.py-xl-27{padding-top:10.8rem !important;padding-bottom:10.8rem !important}.py-xl-28{padding-top:11.2rem !important;padding-bottom:11.2rem !important}.py-xl-29{padding-top:11.6rem !important;padding-bottom:11.6rem !important}.py-xl-30{padding-top:12rem !important;padding-bottom:12rem !important}.py-xl-31{padding-top:12.4rem !important;padding-bottom:12.4rem !important}.py-xl-32{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-xl-33{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-xl-34{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-xl-35{padding-top:14rem !important;padding-bottom:14rem !important}.py-xl-36{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-xl-37{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-xl-38{padding-top:15.2rem !important;padding-bottom:15.2rem !important}.py-xl-39{padding-top:15.6rem !important;padding-bottom:15.6rem !important}.py-xl-40{padding-top:16rem !important;padding-bottom:16rem !important}.py-xl-41{padding-top:16.4rem !important;padding-bottom:16.4rem !important}.py-xl-42{padding-top:16.8rem !important;padding-bottom:16.8rem !important}.py-xl-43{padding-top:17.2rem !important;padding-bottom:17.2rem !important}.py-xl-44{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.py-xl-45{padding-top:18rem !important;padding-bottom:18rem !important}.py-xl-46{padding-top:18.4rem !important;padding-bottom:18.4rem !important}.py-xl-47{padding-top:18.8rem !important;padding-bottom:18.8rem !important}.py-xl-48{padding-top:19.2rem !important;padding-bottom:19.2rem !important}.py-xl-49{padding-top:19.6rem !important;padding-bottom:19.6rem !important}.py-xl-50{padding-top:20rem !important;padding-bottom:20rem !important}.py-xl-51{padding-top:20.4rem !important;padding-bottom:20.4rem !important}.py-xl-52{padding-top:20.8rem !important;padding-bottom:20.8rem !important}.py-xl-53{padding-top:21.2rem !important;padding-bottom:21.2rem !important}.py-xl-54{padding-top:21.6rem !important;padding-bottom:21.6rem !important}.py-xl-55{padding-top:22rem !important;padding-bottom:22rem !important}.py-xl-56{padding-top:22.4rem !important;padding-bottom:22.4rem !important}.py-xl-57{padding-top:22.8rem !important;padding-bottom:22.8rem !important}.py-xl-58{padding-top:23.2rem !important;padding-bottom:23.2rem !important}.py-xl-59{padding-top:23.6rem !important;padding-bottom:23.6rem !important}.py-xl-60{padding-top:24rem !important;padding-bottom:24rem !important}.py-xl-61{padding-top:24.4rem !important;padding-bottom:24.4rem !important}.py-xl-62{padding-top:24.8rem !important;padding-bottom:24.8rem !important}.py-xl-63{padding-top:25.2rem !important;padding-bottom:25.2rem !important}.py-xl-64{padding-top:25.6rem !important;padding-bottom:25.6rem !important}.py-xl-65{padding-top:26rem !important;padding-bottom:26rem !important}.py-xl-66{padding-top:26.4rem !important;padding-bottom:26.4rem !important}.py-xl-67{padding-top:26.8rem !important;padding-bottom:26.8rem !important}.py-xl-68{padding-top:27.2rem !important;padding-bottom:27.2rem !important}.py-xl-69{padding-top:27.6rem !important;padding-bottom:27.6rem !important}.py-xl-70{padding-top:28rem !important;padding-bottom:28rem !important}.py-xl-71{padding-top:28.4rem !important;padding-bottom:28.4rem !important}.py-xl-72{padding-top:28.8rem !important;padding-bottom:28.8rem !important}.py-xl-73{padding-top:29.2rem !important;padding-bottom:29.2rem !important}.py-xl-74{padding-top:29.6rem !important;padding-bottom:29.6rem !important}.py-xl-75{padding-top:30rem !important;padding-bottom:30rem !important}.py-xl-76{padding-top:30.4rem !important;padding-bottom:30.4rem !important}.py-xl-77{padding-top:30.8rem !important;padding-bottom:30.8rem !important}.py-xl-78{padding-top:31.2rem !important;padding-bottom:31.2rem !important}.py-xl-79{padding-top:31.6rem !important;padding-bottom:31.6rem !important}.py-xl-80{padding-top:32rem !important;padding-bottom:32rem !important}.py-xl-81{padding-top:32.4rem !important;padding-bottom:32.4rem !important}.py-xl-82{padding-top:32.8rem !important;padding-bottom:32.8rem !important}.py-xl-83{padding-top:33.2rem !important;padding-bottom:33.2rem !important}.py-xl-84{padding-top:33.6rem !important;padding-bottom:33.6rem !important}.py-xl-85{padding-top:34rem !important;padding-bottom:34rem !important}.py-xl-86{padding-top:34.4rem !important;padding-bottom:34.4rem !important}.py-xl-87{padding-top:34.8rem !important;padding-bottom:34.8rem !important}.py-xl-88{padding-top:35.2rem !important;padding-bottom:35.2rem !important}.py-xl-89{padding-top:35.6rem !important;padding-bottom:35.6rem !important}.py-xl-90{padding-top:36rem !important;padding-bottom:36rem !important}.py-xl-91{padding-top:36.4rem !important;padding-bottom:36.4rem !important}.py-xl-92{padding-top:36.8rem !important;padding-bottom:36.8rem !important}.py-xl-93{padding-top:37.2rem !important;padding-bottom:37.2rem !important}.py-xl-94{padding-top:37.6rem !important;padding-bottom:37.6rem !important}.py-xl-95{padding-top:38rem !important;padding-bottom:38rem !important}.py-xl-96{padding-top:38.4rem !important;padding-bottom:38.4rem !important}.py-xl-97{padding-top:38.8rem !important;padding-bottom:38.8rem !important}.py-xl-98{padding-top:39.2rem !important;padding-bottom:39.2rem !important}.py-xl-99{padding-top:39.6rem !important;padding-bottom:39.6rem !important}.py-xl-100{padding-top:40rem !important;padding-bottom:40rem !important}}@media(min-width: 1400px){.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:.4rem !important;padding-bottom:.4rem !important}.py-xxl-2{padding-top:.8rem !important;padding-bottom:.8rem !important}.py-xxl-3{padding-top:1.2rem !important;padding-bottom:1.2rem !important}.py-xxl-4{padding-top:1.6rem !important;padding-bottom:1.6rem !important}.py-xxl-5{padding-top:2rem !important;padding-bottom:2rem !important}.py-xxl-6{padding-top:2.4rem !important;padding-bottom:2.4rem !important}.py-xxl-7{padding-top:2.8rem !important;padding-bottom:2.8rem !important}.py-xxl-8{padding-top:3.2rem !important;padding-bottom:3.2rem !important}.py-xxl-9{padding-top:3.6rem !important;padding-bottom:3.6rem !important}.py-xxl-10{padding-top:4rem !important;padding-bottom:4rem !important}.py-xxl-11{padding-top:4.4rem !important;padding-bottom:4.4rem !important}.py-xxl-12{padding-top:4.8rem !important;padding-bottom:4.8rem !important}.py-xxl-13{padding-top:5.2rem !important;padding-bottom:5.2rem !important}.py-xxl-14{padding-top:5.6rem !important;padding-bottom:5.6rem !important}.py-xxl-15{padding-top:6rem !important;padding-bottom:6rem !important}.py-xxl-16{padding-top:6.4rem !important;padding-bottom:6.4rem !important}.py-xxl-17{padding-top:6.8rem !important;padding-bottom:6.8rem !important}.py-xxl-18{padding-top:7.2rem !important;padding-bottom:7.2rem !important}.py-xxl-19{padding-top:7.6rem !important;padding-bottom:7.6rem !important}.py-xxl-20{padding-top:8rem !important;padding-bottom:8rem !important}.py-xxl-21{padding-top:8.4rem !important;padding-bottom:8.4rem !important}.py-xxl-22{padding-top:8.8rem !important;padding-bottom:8.8rem !important}.py-xxl-23{padding-top:9.2rem !important;padding-bottom:9.2rem !important}.py-xxl-24{padding-top:9.6rem !important;padding-bottom:9.6rem !important}.py-xxl-25{padding-top:10rem !important;padding-bottom:10rem !important}.py-xxl-26{padding-top:10.4rem !important;padding-bottom:10.4rem !important}.py-xxl-27{padding-top:10.8rem !important;padding-bottom:10.8rem !important}.py-xxl-28{padding-top:11.2rem !important;padding-bottom:11.2rem !important}.py-xxl-29{padding-top:11.6rem !important;padding-bottom:11.6rem !important}.py-xxl-30{padding-top:12rem !important;padding-bottom:12rem !important}.py-xxl-31{padding-top:12.4rem !important;padding-bottom:12.4rem !important}.py-xxl-32{padding-top:12.8rem !important;padding-bottom:12.8rem !important}.py-xxl-33{padding-top:13.2rem !important;padding-bottom:13.2rem !important}.py-xxl-34{padding-top:13.6rem !important;padding-bottom:13.6rem !important}.py-xxl-35{padding-top:14rem !important;padding-bottom:14rem !important}.py-xxl-36{padding-top:14.4rem !important;padding-bottom:14.4rem !important}.py-xxl-37{padding-top:14.8rem !important;padding-bottom:14.8rem !important}.py-xxl-38{padding-top:15.2rem !important;padding-bottom:15.2rem !important}.py-xxl-39{padding-top:15.6rem !important;padding-bottom:15.6rem !important}.py-xxl-40{padding-top:16rem !important;padding-bottom:16rem !important}.py-xxl-41{padding-top:16.4rem !important;padding-bottom:16.4rem !important}.py-xxl-42{padding-top:16.8rem !important;padding-bottom:16.8rem !important}.py-xxl-43{padding-top:17.2rem !important;padding-bottom:17.2rem !important}.py-xxl-44{padding-top:17.6rem !important;padding-bottom:17.6rem !important}.py-xxl-45{padding-top:18rem !important;padding-bottom:18rem !important}.py-xxl-46{padding-top:18.4rem !important;padding-bottom:18.4rem !important}.py-xxl-47{padding-top:18.8rem !important;padding-bottom:18.8rem !important}.py-xxl-48{padding-top:19.2rem !important;padding-bottom:19.2rem !important}.py-xxl-49{padding-top:19.6rem !important;padding-bottom:19.6rem !important}.py-xxl-50{padding-top:20rem !important;padding-bottom:20rem !important}.py-xxl-51{padding-top:20.4rem !important;padding-bottom:20.4rem !important}.py-xxl-52{padding-top:20.8rem !important;padding-bottom:20.8rem !important}.py-xxl-53{padding-top:21.2rem !important;padding-bottom:21.2rem !important}.py-xxl-54{padding-top:21.6rem !important;padding-bottom:21.6rem !important}.py-xxl-55{padding-top:22rem !important;padding-bottom:22rem !important}.py-xxl-56{padding-top:22.4rem !important;padding-bottom:22.4rem !important}.py-xxl-57{padding-top:22.8rem !important;padding-bottom:22.8rem !important}.py-xxl-58{padding-top:23.2rem !important;padding-bottom:23.2rem !important}.py-xxl-59{padding-top:23.6rem !important;padding-bottom:23.6rem !important}.py-xxl-60{padding-top:24rem !important;padding-bottom:24rem !important}.py-xxl-61{padding-top:24.4rem !important;padding-bottom:24.4rem !important}.py-xxl-62{padding-top:24.8rem !important;padding-bottom:24.8rem !important}.py-xxl-63{padding-top:25.2rem !important;padding-bottom:25.2rem !important}.py-xxl-64{padding-top:25.6rem !important;padding-bottom:25.6rem !important}.py-xxl-65{padding-top:26rem !important;padding-bottom:26rem !important}.py-xxl-66{padding-top:26.4rem !important;padding-bottom:26.4rem !important}.py-xxl-67{padding-top:26.8rem !important;padding-bottom:26.8rem !important}.py-xxl-68{padding-top:27.2rem !important;padding-bottom:27.2rem !important}.py-xxl-69{padding-top:27.6rem !important;padding-bottom:27.6rem !important}.py-xxl-70{padding-top:28rem !important;padding-bottom:28rem !important}.py-xxl-71{padding-top:28.4rem !important;padding-bottom:28.4rem !important}.py-xxl-72{padding-top:28.8rem !important;padding-bottom:28.8rem !important}.py-xxl-73{padding-top:29.2rem !important;padding-bottom:29.2rem !important}.py-xxl-74{padding-top:29.6rem !important;padding-bottom:29.6rem !important}.py-xxl-75{padding-top:30rem !important;padding-bottom:30rem !important}.py-xxl-76{padding-top:30.4rem !important;padding-bottom:30.4rem !important}.py-xxl-77{padding-top:30.8rem !important;padding-bottom:30.8rem !important}.py-xxl-78{padding-top:31.2rem !important;padding-bottom:31.2rem !important}.py-xxl-79{padding-top:31.6rem !important;padding-bottom:31.6rem !important}.py-xxl-80{padding-top:32rem !important;padding-bottom:32rem !important}.py-xxl-81{padding-top:32.4rem !important;padding-bottom:32.4rem !important}.py-xxl-82{padding-top:32.8rem !important;padding-bottom:32.8rem !important}.py-xxl-83{padding-top:33.2rem !important;padding-bottom:33.2rem !important}.py-xxl-84{padding-top:33.6rem !important;padding-bottom:33.6rem !important}.py-xxl-85{padding-top:34rem !important;padding-bottom:34rem !important}.py-xxl-86{padding-top:34.4rem !important;padding-bottom:34.4rem !important}.py-xxl-87{padding-top:34.8rem !important;padding-bottom:34.8rem !important}.py-xxl-88{padding-top:35.2rem !important;padding-bottom:35.2rem !important}.py-xxl-89{padding-top:35.6rem !important;padding-bottom:35.6rem !important}.py-xxl-90{padding-top:36rem !important;padding-bottom:36rem !important}.py-xxl-91{padding-top:36.4rem !important;padding-bottom:36.4rem !important}.py-xxl-92{padding-top:36.8rem !important;padding-bottom:36.8rem !important}.py-xxl-93{padding-top:37.2rem !important;padding-bottom:37.2rem !important}.py-xxl-94{padding-top:37.6rem !important;padding-bottom:37.6rem !important}.py-xxl-95{padding-top:38rem !important;padding-bottom:38rem !important}.py-xxl-96{padding-top:38.4rem !important;padding-bottom:38.4rem !important}.py-xxl-97{padding-top:38.8rem !important;padding-bottom:38.8rem !important}.py-xxl-98{padding-top:39.2rem !important;padding-bottom:39.2rem !important}.py-xxl-99{padding-top:39.6rem !important;padding-bottom:39.6rem !important}.py-xxl-100{padding-top:40rem !important;padding-bottom:40rem !important}}.m-0{margin:0 !important}.m-1{margin:.4rem !important}.m-2{margin:.8rem !important}.m-3{margin:1.2rem !important}.m-4{margin:1.6rem !important}.m-5{margin:2rem !important}.m-6{margin:2.4rem !important}.m-7{margin:2.8rem !important}.m-8{margin:3.2rem !important}.m-9{margin:3.6rem !important}.m-10{margin:4rem !important}.m-11{margin:4.4rem !important}.m-12{margin:4.8rem !important}.m-13{margin:5.2rem !important}.m-14{margin:5.6rem !important}.m-15{margin:6rem !important}.m-16{margin:6.4rem !important}.m-17{margin:6.8rem !important}.m-18{margin:7.2rem !important}.m-19{margin:7.6rem !important}.m-20{margin:8rem !important}.m-21{margin:8.4rem !important}.m-22{margin:8.8rem !important}.m-23{margin:9.2rem !important}.m-24{margin:9.6rem !important}.m-25{margin:10rem !important}.m-26{margin:10.4rem !important}.m-27{margin:10.8rem !important}.m-28{margin:11.2rem !important}.m-29{margin:11.6rem !important}.m-30{margin:12rem !important}.m-31{margin:12.4rem !important}.m-32{margin:12.8rem !important}.m-33{margin:13.2rem !important}.m-34{margin:13.6rem !important}.m-35{margin:14rem !important}.m-36{margin:14.4rem !important}.m-37{margin:14.8rem !important}.m-38{margin:15.2rem !important}.m-39{margin:15.6rem !important}.m-40{margin:16rem !important}.m-41{margin:16.4rem !important}.m-42{margin:16.8rem !important}.m-43{margin:17.2rem !important}.m-44{margin:17.6rem !important}.m-45{margin:18rem !important}.m-46{margin:18.4rem !important}.m-47{margin:18.8rem !important}.m-48{margin:19.2rem !important}.m-49{margin:19.6rem !important}.m-50{margin:20rem !important}.m-51{margin:20.4rem !important}.m-52{margin:20.8rem !important}.m-53{margin:21.2rem !important}.m-54{margin:21.6rem !important}.m-55{margin:22rem !important}.m-56{margin:22.4rem !important}.m-57{margin:22.8rem !important}.m-58{margin:23.2rem !important}.m-59{margin:23.6rem !important}.m-60{margin:24rem !important}.m-61{margin:24.4rem !important}.m-62{margin:24.8rem !important}.m-63{margin:25.2rem !important}.m-64{margin:25.6rem !important}.m-65{margin:26rem !important}.m-66{margin:26.4rem !important}.m-67{margin:26.8rem !important}.m-68{margin:27.2rem !important}.m-69{margin:27.6rem !important}.m-70{margin:28rem !important}.m-71{margin:28.4rem !important}.m-72{margin:28.8rem !important}.m-73{margin:29.2rem !important}.m-74{margin:29.6rem !important}.m-75{margin:30rem !important}.m-76{margin:30.4rem !important}.m-77{margin:30.8rem !important}.m-78{margin:31.2rem !important}.m-79{margin:31.6rem !important}.m-80{margin:32rem !important}.m-81{margin:32.4rem !important}.m-82{margin:32.8rem !important}.m-83{margin:33.2rem !important}.m-84{margin:33.6rem !important}.m-85{margin:34rem !important}.m-86{margin:34.4rem !important}.m-87{margin:34.8rem !important}.m-88{margin:35.2rem !important}.m-89{margin:35.6rem !important}.m-90{margin:36rem !important}.m-91{margin:36.4rem !important}.m-92{margin:36.8rem !important}.m-93{margin:37.2rem !important}.m-94{margin:37.6rem !important}.m-95{margin:38rem !important}.m-96{margin:38.4rem !important}.m-97{margin:38.8rem !important}.m-98{margin:39.2rem !important}.m-99{margin:39.6rem !important}.m-100{margin:40rem !important}@media(min-width: 576px){.m-sm-0{margin:0 !important}.m-sm-1{margin:.4rem !important}.m-sm-2{margin:.8rem !important}.m-sm-3{margin:1.2rem !important}.m-sm-4{margin:1.6rem !important}.m-sm-5{margin:2rem !important}.m-sm-6{margin:2.4rem !important}.m-sm-7{margin:2.8rem !important}.m-sm-8{margin:3.2rem !important}.m-sm-9{margin:3.6rem !important}.m-sm-10{margin:4rem !important}.m-sm-11{margin:4.4rem !important}.m-sm-12{margin:4.8rem !important}.m-sm-13{margin:5.2rem !important}.m-sm-14{margin:5.6rem !important}.m-sm-15{margin:6rem !important}.m-sm-16{margin:6.4rem !important}.m-sm-17{margin:6.8rem !important}.m-sm-18{margin:7.2rem !important}.m-sm-19{margin:7.6rem !important}.m-sm-20{margin:8rem !important}.m-sm-21{margin:8.4rem !important}.m-sm-22{margin:8.8rem !important}.m-sm-23{margin:9.2rem !important}.m-sm-24{margin:9.6rem !important}.m-sm-25{margin:10rem !important}.m-sm-26{margin:10.4rem !important}.m-sm-27{margin:10.8rem !important}.m-sm-28{margin:11.2rem !important}.m-sm-29{margin:11.6rem !important}.m-sm-30{margin:12rem !important}.m-sm-31{margin:12.4rem !important}.m-sm-32{margin:12.8rem !important}.m-sm-33{margin:13.2rem !important}.m-sm-34{margin:13.6rem !important}.m-sm-35{margin:14rem !important}.m-sm-36{margin:14.4rem !important}.m-sm-37{margin:14.8rem !important}.m-sm-38{margin:15.2rem !important}.m-sm-39{margin:15.6rem !important}.m-sm-40{margin:16rem !important}.m-sm-41{margin:16.4rem !important}.m-sm-42{margin:16.8rem !important}.m-sm-43{margin:17.2rem !important}.m-sm-44{margin:17.6rem !important}.m-sm-45{margin:18rem !important}.m-sm-46{margin:18.4rem !important}.m-sm-47{margin:18.8rem !important}.m-sm-48{margin:19.2rem !important}.m-sm-49{margin:19.6rem !important}.m-sm-50{margin:20rem !important}.m-sm-51{margin:20.4rem !important}.m-sm-52{margin:20.8rem !important}.m-sm-53{margin:21.2rem !important}.m-sm-54{margin:21.6rem !important}.m-sm-55{margin:22rem !important}.m-sm-56{margin:22.4rem !important}.m-sm-57{margin:22.8rem !important}.m-sm-58{margin:23.2rem !important}.m-sm-59{margin:23.6rem !important}.m-sm-60{margin:24rem !important}.m-sm-61{margin:24.4rem !important}.m-sm-62{margin:24.8rem !important}.m-sm-63{margin:25.2rem !important}.m-sm-64{margin:25.6rem !important}.m-sm-65{margin:26rem !important}.m-sm-66{margin:26.4rem !important}.m-sm-67{margin:26.8rem !important}.m-sm-68{margin:27.2rem !important}.m-sm-69{margin:27.6rem !important}.m-sm-70{margin:28rem !important}.m-sm-71{margin:28.4rem !important}.m-sm-72{margin:28.8rem !important}.m-sm-73{margin:29.2rem !important}.m-sm-74{margin:29.6rem !important}.m-sm-75{margin:30rem !important}.m-sm-76{margin:30.4rem !important}.m-sm-77{margin:30.8rem !important}.m-sm-78{margin:31.2rem !important}.m-sm-79{margin:31.6rem !important}.m-sm-80{margin:32rem !important}.m-sm-81{margin:32.4rem !important}.m-sm-82{margin:32.8rem !important}.m-sm-83{margin:33.2rem !important}.m-sm-84{margin:33.6rem !important}.m-sm-85{margin:34rem !important}.m-sm-86{margin:34.4rem !important}.m-sm-87{margin:34.8rem !important}.m-sm-88{margin:35.2rem !important}.m-sm-89{margin:35.6rem !important}.m-sm-90{margin:36rem !important}.m-sm-91{margin:36.4rem !important}.m-sm-92{margin:36.8rem !important}.m-sm-93{margin:37.2rem !important}.m-sm-94{margin:37.6rem !important}.m-sm-95{margin:38rem !important}.m-sm-96{margin:38.4rem !important}.m-sm-97{margin:38.8rem !important}.m-sm-98{margin:39.2rem !important}.m-sm-99{margin:39.6rem !important}.m-sm-100{margin:40rem !important}}@media(min-width: 768px){.m-md-0{margin:0 !important}.m-md-1{margin:.4rem !important}.m-md-2{margin:.8rem !important}.m-md-3{margin:1.2rem !important}.m-md-4{margin:1.6rem !important}.m-md-5{margin:2rem !important}.m-md-6{margin:2.4rem !important}.m-md-7{margin:2.8rem !important}.m-md-8{margin:3.2rem !important}.m-md-9{margin:3.6rem !important}.m-md-10{margin:4rem !important}.m-md-11{margin:4.4rem !important}.m-md-12{margin:4.8rem !important}.m-md-13{margin:5.2rem !important}.m-md-14{margin:5.6rem !important}.m-md-15{margin:6rem !important}.m-md-16{margin:6.4rem !important}.m-md-17{margin:6.8rem !important}.m-md-18{margin:7.2rem !important}.m-md-19{margin:7.6rem !important}.m-md-20{margin:8rem !important}.m-md-21{margin:8.4rem !important}.m-md-22{margin:8.8rem !important}.m-md-23{margin:9.2rem !important}.m-md-24{margin:9.6rem !important}.m-md-25{margin:10rem !important}.m-md-26{margin:10.4rem !important}.m-md-27{margin:10.8rem !important}.m-md-28{margin:11.2rem !important}.m-md-29{margin:11.6rem !important}.m-md-30{margin:12rem !important}.m-md-31{margin:12.4rem !important}.m-md-32{margin:12.8rem !important}.m-md-33{margin:13.2rem !important}.m-md-34{margin:13.6rem !important}.m-md-35{margin:14rem !important}.m-md-36{margin:14.4rem !important}.m-md-37{margin:14.8rem !important}.m-md-38{margin:15.2rem !important}.m-md-39{margin:15.6rem !important}.m-md-40{margin:16rem !important}.m-md-41{margin:16.4rem !important}.m-md-42{margin:16.8rem !important}.m-md-43{margin:17.2rem !important}.m-md-44{margin:17.6rem !important}.m-md-45{margin:18rem !important}.m-md-46{margin:18.4rem !important}.m-md-47{margin:18.8rem !important}.m-md-48{margin:19.2rem !important}.m-md-49{margin:19.6rem !important}.m-md-50{margin:20rem !important}.m-md-51{margin:20.4rem !important}.m-md-52{margin:20.8rem !important}.m-md-53{margin:21.2rem !important}.m-md-54{margin:21.6rem !important}.m-md-55{margin:22rem !important}.m-md-56{margin:22.4rem !important}.m-md-57{margin:22.8rem !important}.m-md-58{margin:23.2rem !important}.m-md-59{margin:23.6rem !important}.m-md-60{margin:24rem !important}.m-md-61{margin:24.4rem !important}.m-md-62{margin:24.8rem !important}.m-md-63{margin:25.2rem !important}.m-md-64{margin:25.6rem !important}.m-md-65{margin:26rem !important}.m-md-66{margin:26.4rem !important}.m-md-67{margin:26.8rem !important}.m-md-68{margin:27.2rem !important}.m-md-69{margin:27.6rem !important}.m-md-70{margin:28rem !important}.m-md-71{margin:28.4rem !important}.m-md-72{margin:28.8rem !important}.m-md-73{margin:29.2rem !important}.m-md-74{margin:29.6rem !important}.m-md-75{margin:30rem !important}.m-md-76{margin:30.4rem !important}.m-md-77{margin:30.8rem !important}.m-md-78{margin:31.2rem !important}.m-md-79{margin:31.6rem !important}.m-md-80{margin:32rem !important}.m-md-81{margin:32.4rem !important}.m-md-82{margin:32.8rem !important}.m-md-83{margin:33.2rem !important}.m-md-84{margin:33.6rem !important}.m-md-85{margin:34rem !important}.m-md-86{margin:34.4rem !important}.m-md-87{margin:34.8rem !important}.m-md-88{margin:35.2rem !important}.m-md-89{margin:35.6rem !important}.m-md-90{margin:36rem !important}.m-md-91{margin:36.4rem !important}.m-md-92{margin:36.8rem !important}.m-md-93{margin:37.2rem !important}.m-md-94{margin:37.6rem !important}.m-md-95{margin:38rem !important}.m-md-96{margin:38.4rem !important}.m-md-97{margin:38.8rem !important}.m-md-98{margin:39.2rem !important}.m-md-99{margin:39.6rem !important}.m-md-100{margin:40rem !important}}@media(min-width: 992px){.m-lg-0{margin:0 !important}.m-lg-1{margin:.4rem !important}.m-lg-2{margin:.8rem !important}.m-lg-3{margin:1.2rem !important}.m-lg-4{margin:1.6rem !important}.m-lg-5{margin:2rem !important}.m-lg-6{margin:2.4rem !important}.m-lg-7{margin:2.8rem !important}.m-lg-8{margin:3.2rem !important}.m-lg-9{margin:3.6rem !important}.m-lg-10{margin:4rem !important}.m-lg-11{margin:4.4rem !important}.m-lg-12{margin:4.8rem !important}.m-lg-13{margin:5.2rem !important}.m-lg-14{margin:5.6rem !important}.m-lg-15{margin:6rem !important}.m-lg-16{margin:6.4rem !important}.m-lg-17{margin:6.8rem !important}.m-lg-18{margin:7.2rem !important}.m-lg-19{margin:7.6rem !important}.m-lg-20{margin:8rem !important}.m-lg-21{margin:8.4rem !important}.m-lg-22{margin:8.8rem !important}.m-lg-23{margin:9.2rem !important}.m-lg-24{margin:9.6rem !important}.m-lg-25{margin:10rem !important}.m-lg-26{margin:10.4rem !important}.m-lg-27{margin:10.8rem !important}.m-lg-28{margin:11.2rem !important}.m-lg-29{margin:11.6rem !important}.m-lg-30{margin:12rem !important}.m-lg-31{margin:12.4rem !important}.m-lg-32{margin:12.8rem !important}.m-lg-33{margin:13.2rem !important}.m-lg-34{margin:13.6rem !important}.m-lg-35{margin:14rem !important}.m-lg-36{margin:14.4rem !important}.m-lg-37{margin:14.8rem !important}.m-lg-38{margin:15.2rem !important}.m-lg-39{margin:15.6rem !important}.m-lg-40{margin:16rem !important}.m-lg-41{margin:16.4rem !important}.m-lg-42{margin:16.8rem !important}.m-lg-43{margin:17.2rem !important}.m-lg-44{margin:17.6rem !important}.m-lg-45{margin:18rem !important}.m-lg-46{margin:18.4rem !important}.m-lg-47{margin:18.8rem !important}.m-lg-48{margin:19.2rem !important}.m-lg-49{margin:19.6rem !important}.m-lg-50{margin:20rem !important}.m-lg-51{margin:20.4rem !important}.m-lg-52{margin:20.8rem !important}.m-lg-53{margin:21.2rem !important}.m-lg-54{margin:21.6rem !important}.m-lg-55{margin:22rem !important}.m-lg-56{margin:22.4rem !important}.m-lg-57{margin:22.8rem !important}.m-lg-58{margin:23.2rem !important}.m-lg-59{margin:23.6rem !important}.m-lg-60{margin:24rem !important}.m-lg-61{margin:24.4rem !important}.m-lg-62{margin:24.8rem !important}.m-lg-63{margin:25.2rem !important}.m-lg-64{margin:25.6rem !important}.m-lg-65{margin:26rem !important}.m-lg-66{margin:26.4rem !important}.m-lg-67{margin:26.8rem !important}.m-lg-68{margin:27.2rem !important}.m-lg-69{margin:27.6rem !important}.m-lg-70{margin:28rem !important}.m-lg-71{margin:28.4rem !important}.m-lg-72{margin:28.8rem !important}.m-lg-73{margin:29.2rem !important}.m-lg-74{margin:29.6rem !important}.m-lg-75{margin:30rem !important}.m-lg-76{margin:30.4rem !important}.m-lg-77{margin:30.8rem !important}.m-lg-78{margin:31.2rem !important}.m-lg-79{margin:31.6rem !important}.m-lg-80{margin:32rem !important}.m-lg-81{margin:32.4rem !important}.m-lg-82{margin:32.8rem !important}.m-lg-83{margin:33.2rem !important}.m-lg-84{margin:33.6rem !important}.m-lg-85{margin:34rem !important}.m-lg-86{margin:34.4rem !important}.m-lg-87{margin:34.8rem !important}.m-lg-88{margin:35.2rem !important}.m-lg-89{margin:35.6rem !important}.m-lg-90{margin:36rem !important}.m-lg-91{margin:36.4rem !important}.m-lg-92{margin:36.8rem !important}.m-lg-93{margin:37.2rem !important}.m-lg-94{margin:37.6rem !important}.m-lg-95{margin:38rem !important}.m-lg-96{margin:38.4rem !important}.m-lg-97{margin:38.8rem !important}.m-lg-98{margin:39.2rem !important}.m-lg-99{margin:39.6rem !important}.m-lg-100{margin:40rem !important}}@media(min-width: 1200px){.m-xl-0{margin:0 !important}.m-xl-1{margin:.4rem !important}.m-xl-2{margin:.8rem !important}.m-xl-3{margin:1.2rem !important}.m-xl-4{margin:1.6rem !important}.m-xl-5{margin:2rem !important}.m-xl-6{margin:2.4rem !important}.m-xl-7{margin:2.8rem !important}.m-xl-8{margin:3.2rem !important}.m-xl-9{margin:3.6rem !important}.m-xl-10{margin:4rem !important}.m-xl-11{margin:4.4rem !important}.m-xl-12{margin:4.8rem !important}.m-xl-13{margin:5.2rem !important}.m-xl-14{margin:5.6rem !important}.m-xl-15{margin:6rem !important}.m-xl-16{margin:6.4rem !important}.m-xl-17{margin:6.8rem !important}.m-xl-18{margin:7.2rem !important}.m-xl-19{margin:7.6rem !important}.m-xl-20{margin:8rem !important}.m-xl-21{margin:8.4rem !important}.m-xl-22{margin:8.8rem !important}.m-xl-23{margin:9.2rem !important}.m-xl-24{margin:9.6rem !important}.m-xl-25{margin:10rem !important}.m-xl-26{margin:10.4rem !important}.m-xl-27{margin:10.8rem !important}.m-xl-28{margin:11.2rem !important}.m-xl-29{margin:11.6rem !important}.m-xl-30{margin:12rem !important}.m-xl-31{margin:12.4rem !important}.m-xl-32{margin:12.8rem !important}.m-xl-33{margin:13.2rem !important}.m-xl-34{margin:13.6rem !important}.m-xl-35{margin:14rem !important}.m-xl-36{margin:14.4rem !important}.m-xl-37{margin:14.8rem !important}.m-xl-38{margin:15.2rem !important}.m-xl-39{margin:15.6rem !important}.m-xl-40{margin:16rem !important}.m-xl-41{margin:16.4rem !important}.m-xl-42{margin:16.8rem !important}.m-xl-43{margin:17.2rem !important}.m-xl-44{margin:17.6rem !important}.m-xl-45{margin:18rem !important}.m-xl-46{margin:18.4rem !important}.m-xl-47{margin:18.8rem !important}.m-xl-48{margin:19.2rem !important}.m-xl-49{margin:19.6rem !important}.m-xl-50{margin:20rem !important}.m-xl-51{margin:20.4rem !important}.m-xl-52{margin:20.8rem !important}.m-xl-53{margin:21.2rem !important}.m-xl-54{margin:21.6rem !important}.m-xl-55{margin:22rem !important}.m-xl-56{margin:22.4rem !important}.m-xl-57{margin:22.8rem !important}.m-xl-58{margin:23.2rem !important}.m-xl-59{margin:23.6rem !important}.m-xl-60{margin:24rem !important}.m-xl-61{margin:24.4rem !important}.m-xl-62{margin:24.8rem !important}.m-xl-63{margin:25.2rem !important}.m-xl-64{margin:25.6rem !important}.m-xl-65{margin:26rem !important}.m-xl-66{margin:26.4rem !important}.m-xl-67{margin:26.8rem !important}.m-xl-68{margin:27.2rem !important}.m-xl-69{margin:27.6rem !important}.m-xl-70{margin:28rem !important}.m-xl-71{margin:28.4rem !important}.m-xl-72{margin:28.8rem !important}.m-xl-73{margin:29.2rem !important}.m-xl-74{margin:29.6rem !important}.m-xl-75{margin:30rem !important}.m-xl-76{margin:30.4rem !important}.m-xl-77{margin:30.8rem !important}.m-xl-78{margin:31.2rem !important}.m-xl-79{margin:31.6rem !important}.m-xl-80{margin:32rem !important}.m-xl-81{margin:32.4rem !important}.m-xl-82{margin:32.8rem !important}.m-xl-83{margin:33.2rem !important}.m-xl-84{margin:33.6rem !important}.m-xl-85{margin:34rem !important}.m-xl-86{margin:34.4rem !important}.m-xl-87{margin:34.8rem !important}.m-xl-88{margin:35.2rem !important}.m-xl-89{margin:35.6rem !important}.m-xl-90{margin:36rem !important}.m-xl-91{margin:36.4rem !important}.m-xl-92{margin:36.8rem !important}.m-xl-93{margin:37.2rem !important}.m-xl-94{margin:37.6rem !important}.m-xl-95{margin:38rem !important}.m-xl-96{margin:38.4rem !important}.m-xl-97{margin:38.8rem !important}.m-xl-98{margin:39.2rem !important}.m-xl-99{margin:39.6rem !important}.m-xl-100{margin:40rem !important}}@media(min-width: 1400px){.m-xxl-0{margin:0 !important}.m-xxl-1{margin:.4rem !important}.m-xxl-2{margin:.8rem !important}.m-xxl-3{margin:1.2rem !important}.m-xxl-4{margin:1.6rem !important}.m-xxl-5{margin:2rem !important}.m-xxl-6{margin:2.4rem !important}.m-xxl-7{margin:2.8rem !important}.m-xxl-8{margin:3.2rem !important}.m-xxl-9{margin:3.6rem !important}.m-xxl-10{margin:4rem !important}.m-xxl-11{margin:4.4rem !important}.m-xxl-12{margin:4.8rem !important}.m-xxl-13{margin:5.2rem !important}.m-xxl-14{margin:5.6rem !important}.m-xxl-15{margin:6rem !important}.m-xxl-16{margin:6.4rem !important}.m-xxl-17{margin:6.8rem !important}.m-xxl-18{margin:7.2rem !important}.m-xxl-19{margin:7.6rem !important}.m-xxl-20{margin:8rem !important}.m-xxl-21{margin:8.4rem !important}.m-xxl-22{margin:8.8rem !important}.m-xxl-23{margin:9.2rem !important}.m-xxl-24{margin:9.6rem !important}.m-xxl-25{margin:10rem !important}.m-xxl-26{margin:10.4rem !important}.m-xxl-27{margin:10.8rem !important}.m-xxl-28{margin:11.2rem !important}.m-xxl-29{margin:11.6rem !important}.m-xxl-30{margin:12rem !important}.m-xxl-31{margin:12.4rem !important}.m-xxl-32{margin:12.8rem !important}.m-xxl-33{margin:13.2rem !important}.m-xxl-34{margin:13.6rem !important}.m-xxl-35{margin:14rem !important}.m-xxl-36{margin:14.4rem !important}.m-xxl-37{margin:14.8rem !important}.m-xxl-38{margin:15.2rem !important}.m-xxl-39{margin:15.6rem !important}.m-xxl-40{margin:16rem !important}.m-xxl-41{margin:16.4rem !important}.m-xxl-42{margin:16.8rem !important}.m-xxl-43{margin:17.2rem !important}.m-xxl-44{margin:17.6rem !important}.m-xxl-45{margin:18rem !important}.m-xxl-46{margin:18.4rem !important}.m-xxl-47{margin:18.8rem !important}.m-xxl-48{margin:19.2rem !important}.m-xxl-49{margin:19.6rem !important}.m-xxl-50{margin:20rem !important}.m-xxl-51{margin:20.4rem !important}.m-xxl-52{margin:20.8rem !important}.m-xxl-53{margin:21.2rem !important}.m-xxl-54{margin:21.6rem !important}.m-xxl-55{margin:22rem !important}.m-xxl-56{margin:22.4rem !important}.m-xxl-57{margin:22.8rem !important}.m-xxl-58{margin:23.2rem !important}.m-xxl-59{margin:23.6rem !important}.m-xxl-60{margin:24rem !important}.m-xxl-61{margin:24.4rem !important}.m-xxl-62{margin:24.8rem !important}.m-xxl-63{margin:25.2rem !important}.m-xxl-64{margin:25.6rem !important}.m-xxl-65{margin:26rem !important}.m-xxl-66{margin:26.4rem !important}.m-xxl-67{margin:26.8rem !important}.m-xxl-68{margin:27.2rem !important}.m-xxl-69{margin:27.6rem !important}.m-xxl-70{margin:28rem !important}.m-xxl-71{margin:28.4rem !important}.m-xxl-72{margin:28.8rem !important}.m-xxl-73{margin:29.2rem !important}.m-xxl-74{margin:29.6rem !important}.m-xxl-75{margin:30rem !important}.m-xxl-76{margin:30.4rem !important}.m-xxl-77{margin:30.8rem !important}.m-xxl-78{margin:31.2rem !important}.m-xxl-79{margin:31.6rem !important}.m-xxl-80{margin:32rem !important}.m-xxl-81{margin:32.4rem !important}.m-xxl-82{margin:32.8rem !important}.m-xxl-83{margin:33.2rem !important}.m-xxl-84{margin:33.6rem !important}.m-xxl-85{margin:34rem !important}.m-xxl-86{margin:34.4rem !important}.m-xxl-87{margin:34.8rem !important}.m-xxl-88{margin:35.2rem !important}.m-xxl-89{margin:35.6rem !important}.m-xxl-90{margin:36rem !important}.m-xxl-91{margin:36.4rem !important}.m-xxl-92{margin:36.8rem !important}.m-xxl-93{margin:37.2rem !important}.m-xxl-94{margin:37.6rem !important}.m-xxl-95{margin:38rem !important}.m-xxl-96{margin:38.4rem !important}.m-xxl-97{margin:38.8rem !important}.m-xxl-98{margin:39.2rem !important}.m-xxl-99{margin:39.6rem !important}.m-xxl-100{margin:40rem !important}}.mt-0{margin-top:0 !important}.mt-1{margin-top:.4rem !important}.mt-2{margin-top:.8rem !important}.mt-3{margin-top:1.2rem !important}.mt-4{margin-top:1.6rem !important}.mt-5{margin-top:2rem !important}.mt-6{margin-top:2.4rem !important}.mt-7{margin-top:2.8rem !important}.mt-8{margin-top:3.2rem !important}.mt-9{margin-top:3.6rem !important}.mt-10{margin-top:4rem !important}.mt-11{margin-top:4.4rem !important}.mt-12{margin-top:4.8rem !important}.mt-13{margin-top:5.2rem !important}.mt-14{margin-top:5.6rem !important}.mt-15{margin-top:6rem !important}.mt-16{margin-top:6.4rem !important}.mt-17{margin-top:6.8rem !important}.mt-18{margin-top:7.2rem !important}.mt-19{margin-top:7.6rem !important}.mt-20{margin-top:8rem !important}.mt-21{margin-top:8.4rem !important}.mt-22{margin-top:8.8rem !important}.mt-23{margin-top:9.2rem !important}.mt-24{margin-top:9.6rem !important}.mt-25{margin-top:10rem !important}.mt-26{margin-top:10.4rem !important}.mt-27{margin-top:10.8rem !important}.mt-28{margin-top:11.2rem !important}.mt-29{margin-top:11.6rem !important}.mt-30{margin-top:12rem !important}.mt-31{margin-top:12.4rem !important}.mt-32{margin-top:12.8rem !important}.mt-33{margin-top:13.2rem !important}.mt-34{margin-top:13.6rem !important}.mt-35{margin-top:14rem !important}.mt-36{margin-top:14.4rem !important}.mt-37{margin-top:14.8rem !important}.mt-38{margin-top:15.2rem !important}.mt-39{margin-top:15.6rem !important}.mt-40{margin-top:16rem !important}.mt-41{margin-top:16.4rem !important}.mt-42{margin-top:16.8rem !important}.mt-43{margin-top:17.2rem !important}.mt-44{margin-top:17.6rem !important}.mt-45{margin-top:18rem !important}.mt-46{margin-top:18.4rem !important}.mt-47{margin-top:18.8rem !important}.mt-48{margin-top:19.2rem !important}.mt-49{margin-top:19.6rem !important}.mt-50{margin-top:20rem !important}.mt-51{margin-top:20.4rem !important}.mt-52{margin-top:20.8rem !important}.mt-53{margin-top:21.2rem !important}.mt-54{margin-top:21.6rem !important}.mt-55{margin-top:22rem !important}.mt-56{margin-top:22.4rem !important}.mt-57{margin-top:22.8rem !important}.mt-58{margin-top:23.2rem !important}.mt-59{margin-top:23.6rem !important}.mt-60{margin-top:24rem !important}.mt-61{margin-top:24.4rem !important}.mt-62{margin-top:24.8rem !important}.mt-63{margin-top:25.2rem !important}.mt-64{margin-top:25.6rem !important}.mt-65{margin-top:26rem !important}.mt-66{margin-top:26.4rem !important}.mt-67{margin-top:26.8rem !important}.mt-68{margin-top:27.2rem !important}.mt-69{margin-top:27.6rem !important}.mt-70{margin-top:28rem !important}.mt-71{margin-top:28.4rem !important}.mt-72{margin-top:28.8rem !important}.mt-73{margin-top:29.2rem !important}.mt-74{margin-top:29.6rem !important}.mt-75{margin-top:30rem !important}.mt-76{margin-top:30.4rem !important}.mt-77{margin-top:30.8rem !important}.mt-78{margin-top:31.2rem !important}.mt-79{margin-top:31.6rem !important}.mt-80{margin-top:32rem !important}.mt-81{margin-top:32.4rem !important}.mt-82{margin-top:32.8rem !important}.mt-83{margin-top:33.2rem !important}.mt-84{margin-top:33.6rem !important}.mt-85{margin-top:34rem !important}.mt-86{margin-top:34.4rem !important}.mt-87{margin-top:34.8rem !important}.mt-88{margin-top:35.2rem !important}.mt-89{margin-top:35.6rem !important}.mt-90{margin-top:36rem !important}.mt-91{margin-top:36.4rem !important}.mt-92{margin-top:36.8rem !important}.mt-93{margin-top:37.2rem !important}.mt-94{margin-top:37.6rem !important}.mt-95{margin-top:38rem !important}.mt-96{margin-top:38.4rem !important}.mt-97{margin-top:38.8rem !important}.mt-98{margin-top:39.2rem !important}.mt-99{margin-top:39.6rem !important}.mt-100{margin-top:40rem !important}@media(min-width: 576px){.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:.4rem !important}.mt-sm-2{margin-top:.8rem !important}.mt-sm-3{margin-top:1.2rem !important}.mt-sm-4{margin-top:1.6rem !important}.mt-sm-5{margin-top:2rem !important}.mt-sm-6{margin-top:2.4rem !important}.mt-sm-7{margin-top:2.8rem !important}.mt-sm-8{margin-top:3.2rem !important}.mt-sm-9{margin-top:3.6rem !important}.mt-sm-10{margin-top:4rem !important}.mt-sm-11{margin-top:4.4rem !important}.mt-sm-12{margin-top:4.8rem !important}.mt-sm-13{margin-top:5.2rem !important}.mt-sm-14{margin-top:5.6rem !important}.mt-sm-15{margin-top:6rem !important}.mt-sm-16{margin-top:6.4rem !important}.mt-sm-17{margin-top:6.8rem !important}.mt-sm-18{margin-top:7.2rem !important}.mt-sm-19{margin-top:7.6rem !important}.mt-sm-20{margin-top:8rem !important}.mt-sm-21{margin-top:8.4rem !important}.mt-sm-22{margin-top:8.8rem !important}.mt-sm-23{margin-top:9.2rem !important}.mt-sm-24{margin-top:9.6rem !important}.mt-sm-25{margin-top:10rem !important}.mt-sm-26{margin-top:10.4rem !important}.mt-sm-27{margin-top:10.8rem !important}.mt-sm-28{margin-top:11.2rem !important}.mt-sm-29{margin-top:11.6rem !important}.mt-sm-30{margin-top:12rem !important}.mt-sm-31{margin-top:12.4rem !important}.mt-sm-32{margin-top:12.8rem !important}.mt-sm-33{margin-top:13.2rem !important}.mt-sm-34{margin-top:13.6rem !important}.mt-sm-35{margin-top:14rem !important}.mt-sm-36{margin-top:14.4rem !important}.mt-sm-37{margin-top:14.8rem !important}.mt-sm-38{margin-top:15.2rem !important}.mt-sm-39{margin-top:15.6rem !important}.mt-sm-40{margin-top:16rem !important}.mt-sm-41{margin-top:16.4rem !important}.mt-sm-42{margin-top:16.8rem !important}.mt-sm-43{margin-top:17.2rem !important}.mt-sm-44{margin-top:17.6rem !important}.mt-sm-45{margin-top:18rem !important}.mt-sm-46{margin-top:18.4rem !important}.mt-sm-47{margin-top:18.8rem !important}.mt-sm-48{margin-top:19.2rem !important}.mt-sm-49{margin-top:19.6rem !important}.mt-sm-50{margin-top:20rem !important}.mt-sm-51{margin-top:20.4rem !important}.mt-sm-52{margin-top:20.8rem !important}.mt-sm-53{margin-top:21.2rem !important}.mt-sm-54{margin-top:21.6rem !important}.mt-sm-55{margin-top:22rem !important}.mt-sm-56{margin-top:22.4rem !important}.mt-sm-57{margin-top:22.8rem !important}.mt-sm-58{margin-top:23.2rem !important}.mt-sm-59{margin-top:23.6rem !important}.mt-sm-60{margin-top:24rem !important}.mt-sm-61{margin-top:24.4rem !important}.mt-sm-62{margin-top:24.8rem !important}.mt-sm-63{margin-top:25.2rem !important}.mt-sm-64{margin-top:25.6rem !important}.mt-sm-65{margin-top:26rem !important}.mt-sm-66{margin-top:26.4rem !important}.mt-sm-67{margin-top:26.8rem !important}.mt-sm-68{margin-top:27.2rem !important}.mt-sm-69{margin-top:27.6rem !important}.mt-sm-70{margin-top:28rem !important}.mt-sm-71{margin-top:28.4rem !important}.mt-sm-72{margin-top:28.8rem !important}.mt-sm-73{margin-top:29.2rem !important}.mt-sm-74{margin-top:29.6rem !important}.mt-sm-75{margin-top:30rem !important}.mt-sm-76{margin-top:30.4rem !important}.mt-sm-77{margin-top:30.8rem !important}.mt-sm-78{margin-top:31.2rem !important}.mt-sm-79{margin-top:31.6rem !important}.mt-sm-80{margin-top:32rem !important}.mt-sm-81{margin-top:32.4rem !important}.mt-sm-82{margin-top:32.8rem !important}.mt-sm-83{margin-top:33.2rem !important}.mt-sm-84{margin-top:33.6rem !important}.mt-sm-85{margin-top:34rem !important}.mt-sm-86{margin-top:34.4rem !important}.mt-sm-87{margin-top:34.8rem !important}.mt-sm-88{margin-top:35.2rem !important}.mt-sm-89{margin-top:35.6rem !important}.mt-sm-90{margin-top:36rem !important}.mt-sm-91{margin-top:36.4rem !important}.mt-sm-92{margin-top:36.8rem !important}.mt-sm-93{margin-top:37.2rem !important}.mt-sm-94{margin-top:37.6rem !important}.mt-sm-95{margin-top:38rem !important}.mt-sm-96{margin-top:38.4rem !important}.mt-sm-97{margin-top:38.8rem !important}.mt-sm-98{margin-top:39.2rem !important}.mt-sm-99{margin-top:39.6rem !important}.mt-sm-100{margin-top:40rem !important}}@media(min-width: 768px){.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:.4rem !important}.mt-md-2{margin-top:.8rem !important}.mt-md-3{margin-top:1.2rem !important}.mt-md-4{margin-top:1.6rem !important}.mt-md-5{margin-top:2rem !important}.mt-md-6{margin-top:2.4rem !important}.mt-md-7{margin-top:2.8rem !important}.mt-md-8{margin-top:3.2rem !important}.mt-md-9{margin-top:3.6rem !important}.mt-md-10{margin-top:4rem !important}.mt-md-11{margin-top:4.4rem !important}.mt-md-12{margin-top:4.8rem !important}.mt-md-13{margin-top:5.2rem !important}.mt-md-14{margin-top:5.6rem !important}.mt-md-15{margin-top:6rem !important}.mt-md-16{margin-top:6.4rem !important}.mt-md-17{margin-top:6.8rem !important}.mt-md-18{margin-top:7.2rem !important}.mt-md-19{margin-top:7.6rem !important}.mt-md-20{margin-top:8rem !important}.mt-md-21{margin-top:8.4rem !important}.mt-md-22{margin-top:8.8rem !important}.mt-md-23{margin-top:9.2rem !important}.mt-md-24{margin-top:9.6rem !important}.mt-md-25{margin-top:10rem !important}.mt-md-26{margin-top:10.4rem !important}.mt-md-27{margin-top:10.8rem !important}.mt-md-28{margin-top:11.2rem !important}.mt-md-29{margin-top:11.6rem !important}.mt-md-30{margin-top:12rem !important}.mt-md-31{margin-top:12.4rem !important}.mt-md-32{margin-top:12.8rem !important}.mt-md-33{margin-top:13.2rem !important}.mt-md-34{margin-top:13.6rem !important}.mt-md-35{margin-top:14rem !important}.mt-md-36{margin-top:14.4rem !important}.mt-md-37{margin-top:14.8rem !important}.mt-md-38{margin-top:15.2rem !important}.mt-md-39{margin-top:15.6rem !important}.mt-md-40{margin-top:16rem !important}.mt-md-41{margin-top:16.4rem !important}.mt-md-42{margin-top:16.8rem !important}.mt-md-43{margin-top:17.2rem !important}.mt-md-44{margin-top:17.6rem !important}.mt-md-45{margin-top:18rem !important}.mt-md-46{margin-top:18.4rem !important}.mt-md-47{margin-top:18.8rem !important}.mt-md-48{margin-top:19.2rem !important}.mt-md-49{margin-top:19.6rem !important}.mt-md-50{margin-top:20rem !important}.mt-md-51{margin-top:20.4rem !important}.mt-md-52{margin-top:20.8rem !important}.mt-md-53{margin-top:21.2rem !important}.mt-md-54{margin-top:21.6rem !important}.mt-md-55{margin-top:22rem !important}.mt-md-56{margin-top:22.4rem !important}.mt-md-57{margin-top:22.8rem !important}.mt-md-58{margin-top:23.2rem !important}.mt-md-59{margin-top:23.6rem !important}.mt-md-60{margin-top:24rem !important}.mt-md-61{margin-top:24.4rem !important}.mt-md-62{margin-top:24.8rem !important}.mt-md-63{margin-top:25.2rem !important}.mt-md-64{margin-top:25.6rem !important}.mt-md-65{margin-top:26rem !important}.mt-md-66{margin-top:26.4rem !important}.mt-md-67{margin-top:26.8rem !important}.mt-md-68{margin-top:27.2rem !important}.mt-md-69{margin-top:27.6rem !important}.mt-md-70{margin-top:28rem !important}.mt-md-71{margin-top:28.4rem !important}.mt-md-72{margin-top:28.8rem !important}.mt-md-73{margin-top:29.2rem !important}.mt-md-74{margin-top:29.6rem !important}.mt-md-75{margin-top:30rem !important}.mt-md-76{margin-top:30.4rem !important}.mt-md-77{margin-top:30.8rem !important}.mt-md-78{margin-top:31.2rem !important}.mt-md-79{margin-top:31.6rem !important}.mt-md-80{margin-top:32rem !important}.mt-md-81{margin-top:32.4rem !important}.mt-md-82{margin-top:32.8rem !important}.mt-md-83{margin-top:33.2rem !important}.mt-md-84{margin-top:33.6rem !important}.mt-md-85{margin-top:34rem !important}.mt-md-86{margin-top:34.4rem !important}.mt-md-87{margin-top:34.8rem !important}.mt-md-88{margin-top:35.2rem !important}.mt-md-89{margin-top:35.6rem !important}.mt-md-90{margin-top:36rem !important}.mt-md-91{margin-top:36.4rem !important}.mt-md-92{margin-top:36.8rem !important}.mt-md-93{margin-top:37.2rem !important}.mt-md-94{margin-top:37.6rem !important}.mt-md-95{margin-top:38rem !important}.mt-md-96{margin-top:38.4rem !important}.mt-md-97{margin-top:38.8rem !important}.mt-md-98{margin-top:39.2rem !important}.mt-md-99{margin-top:39.6rem !important}.mt-md-100{margin-top:40rem !important}}@media(min-width: 992px){.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:.4rem !important}.mt-lg-2{margin-top:.8rem !important}.mt-lg-3{margin-top:1.2rem !important}.mt-lg-4{margin-top:1.6rem !important}.mt-lg-5{margin-top:2rem !important}.mt-lg-6{margin-top:2.4rem !important}.mt-lg-7{margin-top:2.8rem !important}.mt-lg-8{margin-top:3.2rem !important}.mt-lg-9{margin-top:3.6rem !important}.mt-lg-10{margin-top:4rem !important}.mt-lg-11{margin-top:4.4rem !important}.mt-lg-12{margin-top:4.8rem !important}.mt-lg-13{margin-top:5.2rem !important}.mt-lg-14{margin-top:5.6rem !important}.mt-lg-15{margin-top:6rem !important}.mt-lg-16{margin-top:6.4rem !important}.mt-lg-17{margin-top:6.8rem !important}.mt-lg-18{margin-top:7.2rem !important}.mt-lg-19{margin-top:7.6rem !important}.mt-lg-20{margin-top:8rem !important}.mt-lg-21{margin-top:8.4rem !important}.mt-lg-22{margin-top:8.8rem !important}.mt-lg-23{margin-top:9.2rem !important}.mt-lg-24{margin-top:9.6rem !important}.mt-lg-25{margin-top:10rem !important}.mt-lg-26{margin-top:10.4rem !important}.mt-lg-27{margin-top:10.8rem !important}.mt-lg-28{margin-top:11.2rem !important}.mt-lg-29{margin-top:11.6rem !important}.mt-lg-30{margin-top:12rem !important}.mt-lg-31{margin-top:12.4rem !important}.mt-lg-32{margin-top:12.8rem !important}.mt-lg-33{margin-top:13.2rem !important}.mt-lg-34{margin-top:13.6rem !important}.mt-lg-35{margin-top:14rem !important}.mt-lg-36{margin-top:14.4rem !important}.mt-lg-37{margin-top:14.8rem !important}.mt-lg-38{margin-top:15.2rem !important}.mt-lg-39{margin-top:15.6rem !important}.mt-lg-40{margin-top:16rem !important}.mt-lg-41{margin-top:16.4rem !important}.mt-lg-42{margin-top:16.8rem !important}.mt-lg-43{margin-top:17.2rem !important}.mt-lg-44{margin-top:17.6rem !important}.mt-lg-45{margin-top:18rem !important}.mt-lg-46{margin-top:18.4rem !important}.mt-lg-47{margin-top:18.8rem !important}.mt-lg-48{margin-top:19.2rem !important}.mt-lg-49{margin-top:19.6rem !important}.mt-lg-50{margin-top:20rem !important}.mt-lg-51{margin-top:20.4rem !important}.mt-lg-52{margin-top:20.8rem !important}.mt-lg-53{margin-top:21.2rem !important}.mt-lg-54{margin-top:21.6rem !important}.mt-lg-55{margin-top:22rem !important}.mt-lg-56{margin-top:22.4rem !important}.mt-lg-57{margin-top:22.8rem !important}.mt-lg-58{margin-top:23.2rem !important}.mt-lg-59{margin-top:23.6rem !important}.mt-lg-60{margin-top:24rem !important}.mt-lg-61{margin-top:24.4rem !important}.mt-lg-62{margin-top:24.8rem !important}.mt-lg-63{margin-top:25.2rem !important}.mt-lg-64{margin-top:25.6rem !important}.mt-lg-65{margin-top:26rem !important}.mt-lg-66{margin-top:26.4rem !important}.mt-lg-67{margin-top:26.8rem !important}.mt-lg-68{margin-top:27.2rem !important}.mt-lg-69{margin-top:27.6rem !important}.mt-lg-70{margin-top:28rem !important}.mt-lg-71{margin-top:28.4rem !important}.mt-lg-72{margin-top:28.8rem !important}.mt-lg-73{margin-top:29.2rem !important}.mt-lg-74{margin-top:29.6rem !important}.mt-lg-75{margin-top:30rem !important}.mt-lg-76{margin-top:30.4rem !important}.mt-lg-77{margin-top:30.8rem !important}.mt-lg-78{margin-top:31.2rem !important}.mt-lg-79{margin-top:31.6rem !important}.mt-lg-80{margin-top:32rem !important}.mt-lg-81{margin-top:32.4rem !important}.mt-lg-82{margin-top:32.8rem !important}.mt-lg-83{margin-top:33.2rem !important}.mt-lg-84{margin-top:33.6rem !important}.mt-lg-85{margin-top:34rem !important}.mt-lg-86{margin-top:34.4rem !important}.mt-lg-87{margin-top:34.8rem !important}.mt-lg-88{margin-top:35.2rem !important}.mt-lg-89{margin-top:35.6rem !important}.mt-lg-90{margin-top:36rem !important}.mt-lg-91{margin-top:36.4rem !important}.mt-lg-92{margin-top:36.8rem !important}.mt-lg-93{margin-top:37.2rem !important}.mt-lg-94{margin-top:37.6rem !important}.mt-lg-95{margin-top:38rem !important}.mt-lg-96{margin-top:38.4rem !important}.mt-lg-97{margin-top:38.8rem !important}.mt-lg-98{margin-top:39.2rem !important}.mt-lg-99{margin-top:39.6rem !important}.mt-lg-100{margin-top:40rem !important}}@media(min-width: 1200px){.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:.4rem !important}.mt-xl-2{margin-top:.8rem !important}.mt-xl-3{margin-top:1.2rem !important}.mt-xl-4{margin-top:1.6rem !important}.mt-xl-5{margin-top:2rem !important}.mt-xl-6{margin-top:2.4rem !important}.mt-xl-7{margin-top:2.8rem !important}.mt-xl-8{margin-top:3.2rem !important}.mt-xl-9{margin-top:3.6rem !important}.mt-xl-10{margin-top:4rem !important}.mt-xl-11{margin-top:4.4rem !important}.mt-xl-12{margin-top:4.8rem !important}.mt-xl-13{margin-top:5.2rem !important}.mt-xl-14{margin-top:5.6rem !important}.mt-xl-15{margin-top:6rem !important}.mt-xl-16{margin-top:6.4rem !important}.mt-xl-17{margin-top:6.8rem !important}.mt-xl-18{margin-top:7.2rem !important}.mt-xl-19{margin-top:7.6rem !important}.mt-xl-20{margin-top:8rem !important}.mt-xl-21{margin-top:8.4rem !important}.mt-xl-22{margin-top:8.8rem !important}.mt-xl-23{margin-top:9.2rem !important}.mt-xl-24{margin-top:9.6rem !important}.mt-xl-25{margin-top:10rem !important}.mt-xl-26{margin-top:10.4rem !important}.mt-xl-27{margin-top:10.8rem !important}.mt-xl-28{margin-top:11.2rem !important}.mt-xl-29{margin-top:11.6rem !important}.mt-xl-30{margin-top:12rem !important}.mt-xl-31{margin-top:12.4rem !important}.mt-xl-32{margin-top:12.8rem !important}.mt-xl-33{margin-top:13.2rem !important}.mt-xl-34{margin-top:13.6rem !important}.mt-xl-35{margin-top:14rem !important}.mt-xl-36{margin-top:14.4rem !important}.mt-xl-37{margin-top:14.8rem !important}.mt-xl-38{margin-top:15.2rem !important}.mt-xl-39{margin-top:15.6rem !important}.mt-xl-40{margin-top:16rem !important}.mt-xl-41{margin-top:16.4rem !important}.mt-xl-42{margin-top:16.8rem !important}.mt-xl-43{margin-top:17.2rem !important}.mt-xl-44{margin-top:17.6rem !important}.mt-xl-45{margin-top:18rem !important}.mt-xl-46{margin-top:18.4rem !important}.mt-xl-47{margin-top:18.8rem !important}.mt-xl-48{margin-top:19.2rem !important}.mt-xl-49{margin-top:19.6rem !important}.mt-xl-50{margin-top:20rem !important}.mt-xl-51{margin-top:20.4rem !important}.mt-xl-52{margin-top:20.8rem !important}.mt-xl-53{margin-top:21.2rem !important}.mt-xl-54{margin-top:21.6rem !important}.mt-xl-55{margin-top:22rem !important}.mt-xl-56{margin-top:22.4rem !important}.mt-xl-57{margin-top:22.8rem !important}.mt-xl-58{margin-top:23.2rem !important}.mt-xl-59{margin-top:23.6rem !important}.mt-xl-60{margin-top:24rem !important}.mt-xl-61{margin-top:24.4rem !important}.mt-xl-62{margin-top:24.8rem !important}.mt-xl-63{margin-top:25.2rem !important}.mt-xl-64{margin-top:25.6rem !important}.mt-xl-65{margin-top:26rem !important}.mt-xl-66{margin-top:26.4rem !important}.mt-xl-67{margin-top:26.8rem !important}.mt-xl-68{margin-top:27.2rem !important}.mt-xl-69{margin-top:27.6rem !important}.mt-xl-70{margin-top:28rem !important}.mt-xl-71{margin-top:28.4rem !important}.mt-xl-72{margin-top:28.8rem !important}.mt-xl-73{margin-top:29.2rem !important}.mt-xl-74{margin-top:29.6rem !important}.mt-xl-75{margin-top:30rem !important}.mt-xl-76{margin-top:30.4rem !important}.mt-xl-77{margin-top:30.8rem !important}.mt-xl-78{margin-top:31.2rem !important}.mt-xl-79{margin-top:31.6rem !important}.mt-xl-80{margin-top:32rem !important}.mt-xl-81{margin-top:32.4rem !important}.mt-xl-82{margin-top:32.8rem !important}.mt-xl-83{margin-top:33.2rem !important}.mt-xl-84{margin-top:33.6rem !important}.mt-xl-85{margin-top:34rem !important}.mt-xl-86{margin-top:34.4rem !important}.mt-xl-87{margin-top:34.8rem !important}.mt-xl-88{margin-top:35.2rem !important}.mt-xl-89{margin-top:35.6rem !important}.mt-xl-90{margin-top:36rem !important}.mt-xl-91{margin-top:36.4rem !important}.mt-xl-92{margin-top:36.8rem !important}.mt-xl-93{margin-top:37.2rem !important}.mt-xl-94{margin-top:37.6rem !important}.mt-xl-95{margin-top:38rem !important}.mt-xl-96{margin-top:38.4rem !important}.mt-xl-97{margin-top:38.8rem !important}.mt-xl-98{margin-top:39.2rem !important}.mt-xl-99{margin-top:39.6rem !important}.mt-xl-100{margin-top:40rem !important}}@media(min-width: 1400px){.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:.4rem !important}.mt-xxl-2{margin-top:.8rem !important}.mt-xxl-3{margin-top:1.2rem !important}.mt-xxl-4{margin-top:1.6rem !important}.mt-xxl-5{margin-top:2rem !important}.mt-xxl-6{margin-top:2.4rem !important}.mt-xxl-7{margin-top:2.8rem !important}.mt-xxl-8{margin-top:3.2rem !important}.mt-xxl-9{margin-top:3.6rem !important}.mt-xxl-10{margin-top:4rem !important}.mt-xxl-11{margin-top:4.4rem !important}.mt-xxl-12{margin-top:4.8rem !important}.mt-xxl-13{margin-top:5.2rem !important}.mt-xxl-14{margin-top:5.6rem !important}.mt-xxl-15{margin-top:6rem !important}.mt-xxl-16{margin-top:6.4rem !important}.mt-xxl-17{margin-top:6.8rem !important}.mt-xxl-18{margin-top:7.2rem !important}.mt-xxl-19{margin-top:7.6rem !important}.mt-xxl-20{margin-top:8rem !important}.mt-xxl-21{margin-top:8.4rem !important}.mt-xxl-22{margin-top:8.8rem !important}.mt-xxl-23{margin-top:9.2rem !important}.mt-xxl-24{margin-top:9.6rem !important}.mt-xxl-25{margin-top:10rem !important}.mt-xxl-26{margin-top:10.4rem !important}.mt-xxl-27{margin-top:10.8rem !important}.mt-xxl-28{margin-top:11.2rem !important}.mt-xxl-29{margin-top:11.6rem !important}.mt-xxl-30{margin-top:12rem !important}.mt-xxl-31{margin-top:12.4rem !important}.mt-xxl-32{margin-top:12.8rem !important}.mt-xxl-33{margin-top:13.2rem !important}.mt-xxl-34{margin-top:13.6rem !important}.mt-xxl-35{margin-top:14rem !important}.mt-xxl-36{margin-top:14.4rem !important}.mt-xxl-37{margin-top:14.8rem !important}.mt-xxl-38{margin-top:15.2rem !important}.mt-xxl-39{margin-top:15.6rem !important}.mt-xxl-40{margin-top:16rem !important}.mt-xxl-41{margin-top:16.4rem !important}.mt-xxl-42{margin-top:16.8rem !important}.mt-xxl-43{margin-top:17.2rem !important}.mt-xxl-44{margin-top:17.6rem !important}.mt-xxl-45{margin-top:18rem !important}.mt-xxl-46{margin-top:18.4rem !important}.mt-xxl-47{margin-top:18.8rem !important}.mt-xxl-48{margin-top:19.2rem !important}.mt-xxl-49{margin-top:19.6rem !important}.mt-xxl-50{margin-top:20rem !important}.mt-xxl-51{margin-top:20.4rem !important}.mt-xxl-52{margin-top:20.8rem !important}.mt-xxl-53{margin-top:21.2rem !important}.mt-xxl-54{margin-top:21.6rem !important}.mt-xxl-55{margin-top:22rem !important}.mt-xxl-56{margin-top:22.4rem !important}.mt-xxl-57{margin-top:22.8rem !important}.mt-xxl-58{margin-top:23.2rem !important}.mt-xxl-59{margin-top:23.6rem !important}.mt-xxl-60{margin-top:24rem !important}.mt-xxl-61{margin-top:24.4rem !important}.mt-xxl-62{margin-top:24.8rem !important}.mt-xxl-63{margin-top:25.2rem !important}.mt-xxl-64{margin-top:25.6rem !important}.mt-xxl-65{margin-top:26rem !important}.mt-xxl-66{margin-top:26.4rem !important}.mt-xxl-67{margin-top:26.8rem !important}.mt-xxl-68{margin-top:27.2rem !important}.mt-xxl-69{margin-top:27.6rem !important}.mt-xxl-70{margin-top:28rem !important}.mt-xxl-71{margin-top:28.4rem !important}.mt-xxl-72{margin-top:28.8rem !important}.mt-xxl-73{margin-top:29.2rem !important}.mt-xxl-74{margin-top:29.6rem !important}.mt-xxl-75{margin-top:30rem !important}.mt-xxl-76{margin-top:30.4rem !important}.mt-xxl-77{margin-top:30.8rem !important}.mt-xxl-78{margin-top:31.2rem !important}.mt-xxl-79{margin-top:31.6rem !important}.mt-xxl-80{margin-top:32rem !important}.mt-xxl-81{margin-top:32.4rem !important}.mt-xxl-82{margin-top:32.8rem !important}.mt-xxl-83{margin-top:33.2rem !important}.mt-xxl-84{margin-top:33.6rem !important}.mt-xxl-85{margin-top:34rem !important}.mt-xxl-86{margin-top:34.4rem !important}.mt-xxl-87{margin-top:34.8rem !important}.mt-xxl-88{margin-top:35.2rem !important}.mt-xxl-89{margin-top:35.6rem !important}.mt-xxl-90{margin-top:36rem !important}.mt-xxl-91{margin-top:36.4rem !important}.mt-xxl-92{margin-top:36.8rem !important}.mt-xxl-93{margin-top:37.2rem !important}.mt-xxl-94{margin-top:37.6rem !important}.mt-xxl-95{margin-top:38rem !important}.mt-xxl-96{margin-top:38.4rem !important}.mt-xxl-97{margin-top:38.8rem !important}.mt-xxl-98{margin-top:39.2rem !important}.mt-xxl-99{margin-top:39.6rem !important}.mt-xxl-100{margin-top:40rem !important}}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:.4rem !important}.mb-2{margin-bottom:.8rem !important}.mb-3{margin-bottom:1.2rem !important}.mb-4{margin-bottom:1.6rem !important}.mb-5{margin-bottom:2rem !important}.mb-6{margin-bottom:2.4rem !important}.mb-7{margin-bottom:2.8rem !important}.mb-8{margin-bottom:3.2rem !important}.mb-9{margin-bottom:3.6rem !important}.mb-10{margin-bottom:4rem !important}.mb-11{margin-bottom:4.4rem !important}.mb-12{margin-bottom:4.8rem !important}.mb-13{margin-bottom:5.2rem !important}.mb-14{margin-bottom:5.6rem !important}.mb-15{margin-bottom:6rem !important}.mb-16{margin-bottom:6.4rem !important}.mb-17{margin-bottom:6.8rem !important}.mb-18{margin-bottom:7.2rem !important}.mb-19{margin-bottom:7.6rem !important}.mb-20{margin-bottom:8rem !important}.mb-21{margin-bottom:8.4rem !important}.mb-22{margin-bottom:8.8rem !important}.mb-23{margin-bottom:9.2rem !important}.mb-24{margin-bottom:9.6rem !important}.mb-25{margin-bottom:10rem !important}.mb-26{margin-bottom:10.4rem !important}.mb-27{margin-bottom:10.8rem !important}.mb-28{margin-bottom:11.2rem !important}.mb-29{margin-bottom:11.6rem !important}.mb-30{margin-bottom:12rem !important}.mb-31{margin-bottom:12.4rem !important}.mb-32{margin-bottom:12.8rem !important}.mb-33{margin-bottom:13.2rem !important}.mb-34{margin-bottom:13.6rem !important}.mb-35{margin-bottom:14rem !important}.mb-36{margin-bottom:14.4rem !important}.mb-37{margin-bottom:14.8rem !important}.mb-38{margin-bottom:15.2rem !important}.mb-39{margin-bottom:15.6rem !important}.mb-40{margin-bottom:16rem !important}.mb-41{margin-bottom:16.4rem !important}.mb-42{margin-bottom:16.8rem !important}.mb-43{margin-bottom:17.2rem !important}.mb-44{margin-bottom:17.6rem !important}.mb-45{margin-bottom:18rem !important}.mb-46{margin-bottom:18.4rem !important}.mb-47{margin-bottom:18.8rem !important}.mb-48{margin-bottom:19.2rem !important}.mb-49{margin-bottom:19.6rem !important}.mb-50{margin-bottom:20rem !important}.mb-51{margin-bottom:20.4rem !important}.mb-52{margin-bottom:20.8rem !important}.mb-53{margin-bottom:21.2rem !important}.mb-54{margin-bottom:21.6rem !important}.mb-55{margin-bottom:22rem !important}.mb-56{margin-bottom:22.4rem !important}.mb-57{margin-bottom:22.8rem !important}.mb-58{margin-bottom:23.2rem !important}.mb-59{margin-bottom:23.6rem !important}.mb-60{margin-bottom:24rem !important}.mb-61{margin-bottom:24.4rem !important}.mb-62{margin-bottom:24.8rem !important}.mb-63{margin-bottom:25.2rem !important}.mb-64{margin-bottom:25.6rem !important}.mb-65{margin-bottom:26rem !important}.mb-66{margin-bottom:26.4rem !important}.mb-67{margin-bottom:26.8rem !important}.mb-68{margin-bottom:27.2rem !important}.mb-69{margin-bottom:27.6rem !important}.mb-70{margin-bottom:28rem !important}.mb-71{margin-bottom:28.4rem !important}.mb-72{margin-bottom:28.8rem !important}.mb-73{margin-bottom:29.2rem !important}.mb-74{margin-bottom:29.6rem !important}.mb-75{margin-bottom:30rem !important}.mb-76{margin-bottom:30.4rem !important}.mb-77{margin-bottom:30.8rem !important}.mb-78{margin-bottom:31.2rem !important}.mb-79{margin-bottom:31.6rem !important}.mb-80{margin-bottom:32rem !important}.mb-81{margin-bottom:32.4rem !important}.mb-82{margin-bottom:32.8rem !important}.mb-83{margin-bottom:33.2rem !important}.mb-84{margin-bottom:33.6rem !important}.mb-85{margin-bottom:34rem !important}.mb-86{margin-bottom:34.4rem !important}.mb-87{margin-bottom:34.8rem !important}.mb-88{margin-bottom:35.2rem !important}.mb-89{margin-bottom:35.6rem !important}.mb-90{margin-bottom:36rem !important}.mb-91{margin-bottom:36.4rem !important}.mb-92{margin-bottom:36.8rem !important}.mb-93{margin-bottom:37.2rem !important}.mb-94{margin-bottom:37.6rem !important}.mb-95{margin-bottom:38rem !important}.mb-96{margin-bottom:38.4rem !important}.mb-97{margin-bottom:38.8rem !important}.mb-98{margin-bottom:39.2rem !important}.mb-99{margin-bottom:39.6rem !important}.mb-100{margin-bottom:40rem !important}@media(min-width: 576px){.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:.4rem !important}.mb-sm-2{margin-bottom:.8rem !important}.mb-sm-3{margin-bottom:1.2rem !important}.mb-sm-4{margin-bottom:1.6rem !important}.mb-sm-5{margin-bottom:2rem !important}.mb-sm-6{margin-bottom:2.4rem !important}.mb-sm-7{margin-bottom:2.8rem !important}.mb-sm-8{margin-bottom:3.2rem !important}.mb-sm-9{margin-bottom:3.6rem !important}.mb-sm-10{margin-bottom:4rem !important}.mb-sm-11{margin-bottom:4.4rem !important}.mb-sm-12{margin-bottom:4.8rem !important}.mb-sm-13{margin-bottom:5.2rem !important}.mb-sm-14{margin-bottom:5.6rem !important}.mb-sm-15{margin-bottom:6rem !important}.mb-sm-16{margin-bottom:6.4rem !important}.mb-sm-17{margin-bottom:6.8rem !important}.mb-sm-18{margin-bottom:7.2rem !important}.mb-sm-19{margin-bottom:7.6rem !important}.mb-sm-20{margin-bottom:8rem !important}.mb-sm-21{margin-bottom:8.4rem !important}.mb-sm-22{margin-bottom:8.8rem !important}.mb-sm-23{margin-bottom:9.2rem !important}.mb-sm-24{margin-bottom:9.6rem !important}.mb-sm-25{margin-bottom:10rem !important}.mb-sm-26{margin-bottom:10.4rem !important}.mb-sm-27{margin-bottom:10.8rem !important}.mb-sm-28{margin-bottom:11.2rem !important}.mb-sm-29{margin-bottom:11.6rem !important}.mb-sm-30{margin-bottom:12rem !important}.mb-sm-31{margin-bottom:12.4rem !important}.mb-sm-32{margin-bottom:12.8rem !important}.mb-sm-33{margin-bottom:13.2rem !important}.mb-sm-34{margin-bottom:13.6rem !important}.mb-sm-35{margin-bottom:14rem !important}.mb-sm-36{margin-bottom:14.4rem !important}.mb-sm-37{margin-bottom:14.8rem !important}.mb-sm-38{margin-bottom:15.2rem !important}.mb-sm-39{margin-bottom:15.6rem !important}.mb-sm-40{margin-bottom:16rem !important}.mb-sm-41{margin-bottom:16.4rem !important}.mb-sm-42{margin-bottom:16.8rem !important}.mb-sm-43{margin-bottom:17.2rem !important}.mb-sm-44{margin-bottom:17.6rem !important}.mb-sm-45{margin-bottom:18rem !important}.mb-sm-46{margin-bottom:18.4rem !important}.mb-sm-47{margin-bottom:18.8rem !important}.mb-sm-48{margin-bottom:19.2rem !important}.mb-sm-49{margin-bottom:19.6rem !important}.mb-sm-50{margin-bottom:20rem !important}.mb-sm-51{margin-bottom:20.4rem !important}.mb-sm-52{margin-bottom:20.8rem !important}.mb-sm-53{margin-bottom:21.2rem !important}.mb-sm-54{margin-bottom:21.6rem !important}.mb-sm-55{margin-bottom:22rem !important}.mb-sm-56{margin-bottom:22.4rem !important}.mb-sm-57{margin-bottom:22.8rem !important}.mb-sm-58{margin-bottom:23.2rem !important}.mb-sm-59{margin-bottom:23.6rem !important}.mb-sm-60{margin-bottom:24rem !important}.mb-sm-61{margin-bottom:24.4rem !important}.mb-sm-62{margin-bottom:24.8rem !important}.mb-sm-63{margin-bottom:25.2rem !important}.mb-sm-64{margin-bottom:25.6rem !important}.mb-sm-65{margin-bottom:26rem !important}.mb-sm-66{margin-bottom:26.4rem !important}.mb-sm-67{margin-bottom:26.8rem !important}.mb-sm-68{margin-bottom:27.2rem !important}.mb-sm-69{margin-bottom:27.6rem !important}.mb-sm-70{margin-bottom:28rem !important}.mb-sm-71{margin-bottom:28.4rem !important}.mb-sm-72{margin-bottom:28.8rem !important}.mb-sm-73{margin-bottom:29.2rem !important}.mb-sm-74{margin-bottom:29.6rem !important}.mb-sm-75{margin-bottom:30rem !important}.mb-sm-76{margin-bottom:30.4rem !important}.mb-sm-77{margin-bottom:30.8rem !important}.mb-sm-78{margin-bottom:31.2rem !important}.mb-sm-79{margin-bottom:31.6rem !important}.mb-sm-80{margin-bottom:32rem !important}.mb-sm-81{margin-bottom:32.4rem !important}.mb-sm-82{margin-bottom:32.8rem !important}.mb-sm-83{margin-bottom:33.2rem !important}.mb-sm-84{margin-bottom:33.6rem !important}.mb-sm-85{margin-bottom:34rem !important}.mb-sm-86{margin-bottom:34.4rem !important}.mb-sm-87{margin-bottom:34.8rem !important}.mb-sm-88{margin-bottom:35.2rem !important}.mb-sm-89{margin-bottom:35.6rem !important}.mb-sm-90{margin-bottom:36rem !important}.mb-sm-91{margin-bottom:36.4rem !important}.mb-sm-92{margin-bottom:36.8rem !important}.mb-sm-93{margin-bottom:37.2rem !important}.mb-sm-94{margin-bottom:37.6rem !important}.mb-sm-95{margin-bottom:38rem !important}.mb-sm-96{margin-bottom:38.4rem !important}.mb-sm-97{margin-bottom:38.8rem !important}.mb-sm-98{margin-bottom:39.2rem !important}.mb-sm-99{margin-bottom:39.6rem !important}.mb-sm-100{margin-bottom:40rem !important}}@media(min-width: 768px){.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:.4rem !important}.mb-md-2{margin-bottom:.8rem !important}.mb-md-3{margin-bottom:1.2rem !important}.mb-md-4{margin-bottom:1.6rem !important}.mb-md-5{margin-bottom:2rem !important}.mb-md-6{margin-bottom:2.4rem !important}.mb-md-7{margin-bottom:2.8rem !important}.mb-md-8{margin-bottom:3.2rem !important}.mb-md-9{margin-bottom:3.6rem !important}.mb-md-10{margin-bottom:4rem !important}.mb-md-11{margin-bottom:4.4rem !important}.mb-md-12{margin-bottom:4.8rem !important}.mb-md-13{margin-bottom:5.2rem !important}.mb-md-14{margin-bottom:5.6rem !important}.mb-md-15{margin-bottom:6rem !important}.mb-md-16{margin-bottom:6.4rem !important}.mb-md-17{margin-bottom:6.8rem !important}.mb-md-18{margin-bottom:7.2rem !important}.mb-md-19{margin-bottom:7.6rem !important}.mb-md-20{margin-bottom:8rem !important}.mb-md-21{margin-bottom:8.4rem !important}.mb-md-22{margin-bottom:8.8rem !important}.mb-md-23{margin-bottom:9.2rem !important}.mb-md-24{margin-bottom:9.6rem !important}.mb-md-25{margin-bottom:10rem !important}.mb-md-26{margin-bottom:10.4rem !important}.mb-md-27{margin-bottom:10.8rem !important}.mb-md-28{margin-bottom:11.2rem !important}.mb-md-29{margin-bottom:11.6rem !important}.mb-md-30{margin-bottom:12rem !important}.mb-md-31{margin-bottom:12.4rem !important}.mb-md-32{margin-bottom:12.8rem !important}.mb-md-33{margin-bottom:13.2rem !important}.mb-md-34{margin-bottom:13.6rem !important}.mb-md-35{margin-bottom:14rem !important}.mb-md-36{margin-bottom:14.4rem !important}.mb-md-37{margin-bottom:14.8rem !important}.mb-md-38{margin-bottom:15.2rem !important}.mb-md-39{margin-bottom:15.6rem !important}.mb-md-40{margin-bottom:16rem !important}.mb-md-41{margin-bottom:16.4rem !important}.mb-md-42{margin-bottom:16.8rem !important}.mb-md-43{margin-bottom:17.2rem !important}.mb-md-44{margin-bottom:17.6rem !important}.mb-md-45{margin-bottom:18rem !important}.mb-md-46{margin-bottom:18.4rem !important}.mb-md-47{margin-bottom:18.8rem !important}.mb-md-48{margin-bottom:19.2rem !important}.mb-md-49{margin-bottom:19.6rem !important}.mb-md-50{margin-bottom:20rem !important}.mb-md-51{margin-bottom:20.4rem !important}.mb-md-52{margin-bottom:20.8rem !important}.mb-md-53{margin-bottom:21.2rem !important}.mb-md-54{margin-bottom:21.6rem !important}.mb-md-55{margin-bottom:22rem !important}.mb-md-56{margin-bottom:22.4rem !important}.mb-md-57{margin-bottom:22.8rem !important}.mb-md-58{margin-bottom:23.2rem !important}.mb-md-59{margin-bottom:23.6rem !important}.mb-md-60{margin-bottom:24rem !important}.mb-md-61{margin-bottom:24.4rem !important}.mb-md-62{margin-bottom:24.8rem !important}.mb-md-63{margin-bottom:25.2rem !important}.mb-md-64{margin-bottom:25.6rem !important}.mb-md-65{margin-bottom:26rem !important}.mb-md-66{margin-bottom:26.4rem !important}.mb-md-67{margin-bottom:26.8rem !important}.mb-md-68{margin-bottom:27.2rem !important}.mb-md-69{margin-bottom:27.6rem !important}.mb-md-70{margin-bottom:28rem !important}.mb-md-71{margin-bottom:28.4rem !important}.mb-md-72{margin-bottom:28.8rem !important}.mb-md-73{margin-bottom:29.2rem !important}.mb-md-74{margin-bottom:29.6rem !important}.mb-md-75{margin-bottom:30rem !important}.mb-md-76{margin-bottom:30.4rem !important}.mb-md-77{margin-bottom:30.8rem !important}.mb-md-78{margin-bottom:31.2rem !important}.mb-md-79{margin-bottom:31.6rem !important}.mb-md-80{margin-bottom:32rem !important}.mb-md-81{margin-bottom:32.4rem !important}.mb-md-82{margin-bottom:32.8rem !important}.mb-md-83{margin-bottom:33.2rem !important}.mb-md-84{margin-bottom:33.6rem !important}.mb-md-85{margin-bottom:34rem !important}.mb-md-86{margin-bottom:34.4rem !important}.mb-md-87{margin-bottom:34.8rem !important}.mb-md-88{margin-bottom:35.2rem !important}.mb-md-89{margin-bottom:35.6rem !important}.mb-md-90{margin-bottom:36rem !important}.mb-md-91{margin-bottom:36.4rem !important}.mb-md-92{margin-bottom:36.8rem !important}.mb-md-93{margin-bottom:37.2rem !important}.mb-md-94{margin-bottom:37.6rem !important}.mb-md-95{margin-bottom:38rem !important}.mb-md-96{margin-bottom:38.4rem !important}.mb-md-97{margin-bottom:38.8rem !important}.mb-md-98{margin-bottom:39.2rem !important}.mb-md-99{margin-bottom:39.6rem !important}.mb-md-100{margin-bottom:40rem !important}}@media(min-width: 992px){.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:.4rem !important}.mb-lg-2{margin-bottom:.8rem !important}.mb-lg-3{margin-bottom:1.2rem !important}.mb-lg-4{margin-bottom:1.6rem !important}.mb-lg-5{margin-bottom:2rem !important}.mb-lg-6{margin-bottom:2.4rem !important}.mb-lg-7{margin-bottom:2.8rem !important}.mb-lg-8{margin-bottom:3.2rem !important}.mb-lg-9{margin-bottom:3.6rem !important}.mb-lg-10{margin-bottom:4rem !important}.mb-lg-11{margin-bottom:4.4rem !important}.mb-lg-12{margin-bottom:4.8rem !important}.mb-lg-13{margin-bottom:5.2rem !important}.mb-lg-14{margin-bottom:5.6rem !important}.mb-lg-15{margin-bottom:6rem !important}.mb-lg-16{margin-bottom:6.4rem !important}.mb-lg-17{margin-bottom:6.8rem !important}.mb-lg-18{margin-bottom:7.2rem !important}.mb-lg-19{margin-bottom:7.6rem !important}.mb-lg-20{margin-bottom:8rem !important}.mb-lg-21{margin-bottom:8.4rem !important}.mb-lg-22{margin-bottom:8.8rem !important}.mb-lg-23{margin-bottom:9.2rem !important}.mb-lg-24{margin-bottom:9.6rem !important}.mb-lg-25{margin-bottom:10rem !important}.mb-lg-26{margin-bottom:10.4rem !important}.mb-lg-27{margin-bottom:10.8rem !important}.mb-lg-28{margin-bottom:11.2rem !important}.mb-lg-29{margin-bottom:11.6rem !important}.mb-lg-30{margin-bottom:12rem !important}.mb-lg-31{margin-bottom:12.4rem !important}.mb-lg-32{margin-bottom:12.8rem !important}.mb-lg-33{margin-bottom:13.2rem !important}.mb-lg-34{margin-bottom:13.6rem !important}.mb-lg-35{margin-bottom:14rem !important}.mb-lg-36{margin-bottom:14.4rem !important}.mb-lg-37{margin-bottom:14.8rem !important}.mb-lg-38{margin-bottom:15.2rem !important}.mb-lg-39{margin-bottom:15.6rem !important}.mb-lg-40{margin-bottom:16rem !important}.mb-lg-41{margin-bottom:16.4rem !important}.mb-lg-42{margin-bottom:16.8rem !important}.mb-lg-43{margin-bottom:17.2rem !important}.mb-lg-44{margin-bottom:17.6rem !important}.mb-lg-45{margin-bottom:18rem !important}.mb-lg-46{margin-bottom:18.4rem !important}.mb-lg-47{margin-bottom:18.8rem !important}.mb-lg-48{margin-bottom:19.2rem !important}.mb-lg-49{margin-bottom:19.6rem !important}.mb-lg-50{margin-bottom:20rem !important}.mb-lg-51{margin-bottom:20.4rem !important}.mb-lg-52{margin-bottom:20.8rem !important}.mb-lg-53{margin-bottom:21.2rem !important}.mb-lg-54{margin-bottom:21.6rem !important}.mb-lg-55{margin-bottom:22rem !important}.mb-lg-56{margin-bottom:22.4rem !important}.mb-lg-57{margin-bottom:22.8rem !important}.mb-lg-58{margin-bottom:23.2rem !important}.mb-lg-59{margin-bottom:23.6rem !important}.mb-lg-60{margin-bottom:24rem !important}.mb-lg-61{margin-bottom:24.4rem !important}.mb-lg-62{margin-bottom:24.8rem !important}.mb-lg-63{margin-bottom:25.2rem !important}.mb-lg-64{margin-bottom:25.6rem !important}.mb-lg-65{margin-bottom:26rem !important}.mb-lg-66{margin-bottom:26.4rem !important}.mb-lg-67{margin-bottom:26.8rem !important}.mb-lg-68{margin-bottom:27.2rem !important}.mb-lg-69{margin-bottom:27.6rem !important}.mb-lg-70{margin-bottom:28rem !important}.mb-lg-71{margin-bottom:28.4rem !important}.mb-lg-72{margin-bottom:28.8rem !important}.mb-lg-73{margin-bottom:29.2rem !important}.mb-lg-74{margin-bottom:29.6rem !important}.mb-lg-75{margin-bottom:30rem !important}.mb-lg-76{margin-bottom:30.4rem !important}.mb-lg-77{margin-bottom:30.8rem !important}.mb-lg-78{margin-bottom:31.2rem !important}.mb-lg-79{margin-bottom:31.6rem !important}.mb-lg-80{margin-bottom:32rem !important}.mb-lg-81{margin-bottom:32.4rem !important}.mb-lg-82{margin-bottom:32.8rem !important}.mb-lg-83{margin-bottom:33.2rem !important}.mb-lg-84{margin-bottom:33.6rem !important}.mb-lg-85{margin-bottom:34rem !important}.mb-lg-86{margin-bottom:34.4rem !important}.mb-lg-87{margin-bottom:34.8rem !important}.mb-lg-88{margin-bottom:35.2rem !important}.mb-lg-89{margin-bottom:35.6rem !important}.mb-lg-90{margin-bottom:36rem !important}.mb-lg-91{margin-bottom:36.4rem !important}.mb-lg-92{margin-bottom:36.8rem !important}.mb-lg-93{margin-bottom:37.2rem !important}.mb-lg-94{margin-bottom:37.6rem !important}.mb-lg-95{margin-bottom:38rem !important}.mb-lg-96{margin-bottom:38.4rem !important}.mb-lg-97{margin-bottom:38.8rem !important}.mb-lg-98{margin-bottom:39.2rem !important}.mb-lg-99{margin-bottom:39.6rem !important}.mb-lg-100{margin-bottom:40rem !important}}@media(min-width: 1200px){.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:.4rem !important}.mb-xl-2{margin-bottom:.8rem !important}.mb-xl-3{margin-bottom:1.2rem !important}.mb-xl-4{margin-bottom:1.6rem !important}.mb-xl-5{margin-bottom:2rem !important}.mb-xl-6{margin-bottom:2.4rem !important}.mb-xl-7{margin-bottom:2.8rem !important}.mb-xl-8{margin-bottom:3.2rem !important}.mb-xl-9{margin-bottom:3.6rem !important}.mb-xl-10{margin-bottom:4rem !important}.mb-xl-11{margin-bottom:4.4rem !important}.mb-xl-12{margin-bottom:4.8rem !important}.mb-xl-13{margin-bottom:5.2rem !important}.mb-xl-14{margin-bottom:5.6rem !important}.mb-xl-15{margin-bottom:6rem !important}.mb-xl-16{margin-bottom:6.4rem !important}.mb-xl-17{margin-bottom:6.8rem !important}.mb-xl-18{margin-bottom:7.2rem !important}.mb-xl-19{margin-bottom:7.6rem !important}.mb-xl-20{margin-bottom:8rem !important}.mb-xl-21{margin-bottom:8.4rem !important}.mb-xl-22{margin-bottom:8.8rem !important}.mb-xl-23{margin-bottom:9.2rem !important}.mb-xl-24{margin-bottom:9.6rem !important}.mb-xl-25{margin-bottom:10rem !important}.mb-xl-26{margin-bottom:10.4rem !important}.mb-xl-27{margin-bottom:10.8rem !important}.mb-xl-28{margin-bottom:11.2rem !important}.mb-xl-29{margin-bottom:11.6rem !important}.mb-xl-30{margin-bottom:12rem !important}.mb-xl-31{margin-bottom:12.4rem !important}.mb-xl-32{margin-bottom:12.8rem !important}.mb-xl-33{margin-bottom:13.2rem !important}.mb-xl-34{margin-bottom:13.6rem !important}.mb-xl-35{margin-bottom:14rem !important}.mb-xl-36{margin-bottom:14.4rem !important}.mb-xl-37{margin-bottom:14.8rem !important}.mb-xl-38{margin-bottom:15.2rem !important}.mb-xl-39{margin-bottom:15.6rem !important}.mb-xl-40{margin-bottom:16rem !important}.mb-xl-41{margin-bottom:16.4rem !important}.mb-xl-42{margin-bottom:16.8rem !important}.mb-xl-43{margin-bottom:17.2rem !important}.mb-xl-44{margin-bottom:17.6rem !important}.mb-xl-45{margin-bottom:18rem !important}.mb-xl-46{margin-bottom:18.4rem !important}.mb-xl-47{margin-bottom:18.8rem !important}.mb-xl-48{margin-bottom:19.2rem !important}.mb-xl-49{margin-bottom:19.6rem !important}.mb-xl-50{margin-bottom:20rem !important}.mb-xl-51{margin-bottom:20.4rem !important}.mb-xl-52{margin-bottom:20.8rem !important}.mb-xl-53{margin-bottom:21.2rem !important}.mb-xl-54{margin-bottom:21.6rem !important}.mb-xl-55{margin-bottom:22rem !important}.mb-xl-56{margin-bottom:22.4rem !important}.mb-xl-57{margin-bottom:22.8rem !important}.mb-xl-58{margin-bottom:23.2rem !important}.mb-xl-59{margin-bottom:23.6rem !important}.mb-xl-60{margin-bottom:24rem !important}.mb-xl-61{margin-bottom:24.4rem !important}.mb-xl-62{margin-bottom:24.8rem !important}.mb-xl-63{margin-bottom:25.2rem !important}.mb-xl-64{margin-bottom:25.6rem !important}.mb-xl-65{margin-bottom:26rem !important}.mb-xl-66{margin-bottom:26.4rem !important}.mb-xl-67{margin-bottom:26.8rem !important}.mb-xl-68{margin-bottom:27.2rem !important}.mb-xl-69{margin-bottom:27.6rem !important}.mb-xl-70{margin-bottom:28rem !important}.mb-xl-71{margin-bottom:28.4rem !important}.mb-xl-72{margin-bottom:28.8rem !important}.mb-xl-73{margin-bottom:29.2rem !important}.mb-xl-74{margin-bottom:29.6rem !important}.mb-xl-75{margin-bottom:30rem !important}.mb-xl-76{margin-bottom:30.4rem !important}.mb-xl-77{margin-bottom:30.8rem !important}.mb-xl-78{margin-bottom:31.2rem !important}.mb-xl-79{margin-bottom:31.6rem !important}.mb-xl-80{margin-bottom:32rem !important}.mb-xl-81{margin-bottom:32.4rem !important}.mb-xl-82{margin-bottom:32.8rem !important}.mb-xl-83{margin-bottom:33.2rem !important}.mb-xl-84{margin-bottom:33.6rem !important}.mb-xl-85{margin-bottom:34rem !important}.mb-xl-86{margin-bottom:34.4rem !important}.mb-xl-87{margin-bottom:34.8rem !important}.mb-xl-88{margin-bottom:35.2rem !important}.mb-xl-89{margin-bottom:35.6rem !important}.mb-xl-90{margin-bottom:36rem !important}.mb-xl-91{margin-bottom:36.4rem !important}.mb-xl-92{margin-bottom:36.8rem !important}.mb-xl-93{margin-bottom:37.2rem !important}.mb-xl-94{margin-bottom:37.6rem !important}.mb-xl-95{margin-bottom:38rem !important}.mb-xl-96{margin-bottom:38.4rem !important}.mb-xl-97{margin-bottom:38.8rem !important}.mb-xl-98{margin-bottom:39.2rem !important}.mb-xl-99{margin-bottom:39.6rem !important}.mb-xl-100{margin-bottom:40rem !important}}@media(min-width: 1400px){.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:.4rem !important}.mb-xxl-2{margin-bottom:.8rem !important}.mb-xxl-3{margin-bottom:1.2rem !important}.mb-xxl-4{margin-bottom:1.6rem !important}.mb-xxl-5{margin-bottom:2rem !important}.mb-xxl-6{margin-bottom:2.4rem !important}.mb-xxl-7{margin-bottom:2.8rem !important}.mb-xxl-8{margin-bottom:3.2rem !important}.mb-xxl-9{margin-bottom:3.6rem !important}.mb-xxl-10{margin-bottom:4rem !important}.mb-xxl-11{margin-bottom:4.4rem !important}.mb-xxl-12{margin-bottom:4.8rem !important}.mb-xxl-13{margin-bottom:5.2rem !important}.mb-xxl-14{margin-bottom:5.6rem !important}.mb-xxl-15{margin-bottom:6rem !important}.mb-xxl-16{margin-bottom:6.4rem !important}.mb-xxl-17{margin-bottom:6.8rem !important}.mb-xxl-18{margin-bottom:7.2rem !important}.mb-xxl-19{margin-bottom:7.6rem !important}.mb-xxl-20{margin-bottom:8rem !important}.mb-xxl-21{margin-bottom:8.4rem !important}.mb-xxl-22{margin-bottom:8.8rem !important}.mb-xxl-23{margin-bottom:9.2rem !important}.mb-xxl-24{margin-bottom:9.6rem !important}.mb-xxl-25{margin-bottom:10rem !important}.mb-xxl-26{margin-bottom:10.4rem !important}.mb-xxl-27{margin-bottom:10.8rem !important}.mb-xxl-28{margin-bottom:11.2rem !important}.mb-xxl-29{margin-bottom:11.6rem !important}.mb-xxl-30{margin-bottom:12rem !important}.mb-xxl-31{margin-bottom:12.4rem !important}.mb-xxl-32{margin-bottom:12.8rem !important}.mb-xxl-33{margin-bottom:13.2rem !important}.mb-xxl-34{margin-bottom:13.6rem !important}.mb-xxl-35{margin-bottom:14rem !important}.mb-xxl-36{margin-bottom:14.4rem !important}.mb-xxl-37{margin-bottom:14.8rem !important}.mb-xxl-38{margin-bottom:15.2rem !important}.mb-xxl-39{margin-bottom:15.6rem !important}.mb-xxl-40{margin-bottom:16rem !important}.mb-xxl-41{margin-bottom:16.4rem !important}.mb-xxl-42{margin-bottom:16.8rem !important}.mb-xxl-43{margin-bottom:17.2rem !important}.mb-xxl-44{margin-bottom:17.6rem !important}.mb-xxl-45{margin-bottom:18rem !important}.mb-xxl-46{margin-bottom:18.4rem !important}.mb-xxl-47{margin-bottom:18.8rem !important}.mb-xxl-48{margin-bottom:19.2rem !important}.mb-xxl-49{margin-bottom:19.6rem !important}.mb-xxl-50{margin-bottom:20rem !important}.mb-xxl-51{margin-bottom:20.4rem !important}.mb-xxl-52{margin-bottom:20.8rem !important}.mb-xxl-53{margin-bottom:21.2rem !important}.mb-xxl-54{margin-bottom:21.6rem !important}.mb-xxl-55{margin-bottom:22rem !important}.mb-xxl-56{margin-bottom:22.4rem !important}.mb-xxl-57{margin-bottom:22.8rem !important}.mb-xxl-58{margin-bottom:23.2rem !important}.mb-xxl-59{margin-bottom:23.6rem !important}.mb-xxl-60{margin-bottom:24rem !important}.mb-xxl-61{margin-bottom:24.4rem !important}.mb-xxl-62{margin-bottom:24.8rem !important}.mb-xxl-63{margin-bottom:25.2rem !important}.mb-xxl-64{margin-bottom:25.6rem !important}.mb-xxl-65{margin-bottom:26rem !important}.mb-xxl-66{margin-bottom:26.4rem !important}.mb-xxl-67{margin-bottom:26.8rem !important}.mb-xxl-68{margin-bottom:27.2rem !important}.mb-xxl-69{margin-bottom:27.6rem !important}.mb-xxl-70{margin-bottom:28rem !important}.mb-xxl-71{margin-bottom:28.4rem !important}.mb-xxl-72{margin-bottom:28.8rem !important}.mb-xxl-73{margin-bottom:29.2rem !important}.mb-xxl-74{margin-bottom:29.6rem !important}.mb-xxl-75{margin-bottom:30rem !important}.mb-xxl-76{margin-bottom:30.4rem !important}.mb-xxl-77{margin-bottom:30.8rem !important}.mb-xxl-78{margin-bottom:31.2rem !important}.mb-xxl-79{margin-bottom:31.6rem !important}.mb-xxl-80{margin-bottom:32rem !important}.mb-xxl-81{margin-bottom:32.4rem !important}.mb-xxl-82{margin-bottom:32.8rem !important}.mb-xxl-83{margin-bottom:33.2rem !important}.mb-xxl-84{margin-bottom:33.6rem !important}.mb-xxl-85{margin-bottom:34rem !important}.mb-xxl-86{margin-bottom:34.4rem !important}.mb-xxl-87{margin-bottom:34.8rem !important}.mb-xxl-88{margin-bottom:35.2rem !important}.mb-xxl-89{margin-bottom:35.6rem !important}.mb-xxl-90{margin-bottom:36rem !important}.mb-xxl-91{margin-bottom:36.4rem !important}.mb-xxl-92{margin-bottom:36.8rem !important}.mb-xxl-93{margin-bottom:37.2rem !important}.mb-xxl-94{margin-bottom:37.6rem !important}.mb-xxl-95{margin-bottom:38rem !important}.mb-xxl-96{margin-bottom:38.4rem !important}.mb-xxl-97{margin-bottom:38.8rem !important}.mb-xxl-98{margin-bottom:39.2rem !important}.mb-xxl-99{margin-bottom:39.6rem !important}.mb-xxl-100{margin-bottom:40rem !important}}.ms-0{margin-left:0 !important}.ms-1{margin-left:.4rem !important}.ms-2{margin-left:.8rem !important}.ms-3{margin-left:1.2rem !important}.ms-4{margin-left:1.6rem !important}.ms-5{margin-left:2rem !important}.ms-6{margin-left:2.4rem !important}.ms-7{margin-left:2.8rem !important}.ms-8{margin-left:3.2rem !important}.ms-9{margin-left:3.6rem !important}.ms-10{margin-left:4rem !important}.ms-11{margin-left:4.4rem !important}.ms-12{margin-left:4.8rem !important}.ms-13{margin-left:5.2rem !important}.ms-14{margin-left:5.6rem !important}.ms-15{margin-left:6rem !important}.ms-16{margin-left:6.4rem !important}.ms-17{margin-left:6.8rem !important}.ms-18{margin-left:7.2rem !important}.ms-19{margin-left:7.6rem !important}.ms-20{margin-left:8rem !important}.ms-21{margin-left:8.4rem !important}.ms-22{margin-left:8.8rem !important}.ms-23{margin-left:9.2rem !important}.ms-24{margin-left:9.6rem !important}.ms-25{margin-left:10rem !important}.ms-26{margin-left:10.4rem !important}.ms-27{margin-left:10.8rem !important}.ms-28{margin-left:11.2rem !important}.ms-29{margin-left:11.6rem !important}.ms-30{margin-left:12rem !important}.ms-31{margin-left:12.4rem !important}.ms-32{margin-left:12.8rem !important}.ms-33{margin-left:13.2rem !important}.ms-34{margin-left:13.6rem !important}.ms-35{margin-left:14rem !important}.ms-36{margin-left:14.4rem !important}.ms-37{margin-left:14.8rem !important}.ms-38{margin-left:15.2rem !important}.ms-39{margin-left:15.6rem !important}.ms-40{margin-left:16rem !important}.ms-41{margin-left:16.4rem !important}.ms-42{margin-left:16.8rem !important}.ms-43{margin-left:17.2rem !important}.ms-44{margin-left:17.6rem !important}.ms-45{margin-left:18rem !important}.ms-46{margin-left:18.4rem !important}.ms-47{margin-left:18.8rem !important}.ms-48{margin-left:19.2rem !important}.ms-49{margin-left:19.6rem !important}.ms-50{margin-left:20rem !important}.ms-51{margin-left:20.4rem !important}.ms-52{margin-left:20.8rem !important}.ms-53{margin-left:21.2rem !important}.ms-54{margin-left:21.6rem !important}.ms-55{margin-left:22rem !important}.ms-56{margin-left:22.4rem !important}.ms-57{margin-left:22.8rem !important}.ms-58{margin-left:23.2rem !important}.ms-59{margin-left:23.6rem !important}.ms-60{margin-left:24rem !important}.ms-61{margin-left:24.4rem !important}.ms-62{margin-left:24.8rem !important}.ms-63{margin-left:25.2rem !important}.ms-64{margin-left:25.6rem !important}.ms-65{margin-left:26rem !important}.ms-66{margin-left:26.4rem !important}.ms-67{margin-left:26.8rem !important}.ms-68{margin-left:27.2rem !important}.ms-69{margin-left:27.6rem !important}.ms-70{margin-left:28rem !important}.ms-71{margin-left:28.4rem !important}.ms-72{margin-left:28.8rem !important}.ms-73{margin-left:29.2rem !important}.ms-74{margin-left:29.6rem !important}.ms-75{margin-left:30rem !important}.ms-76{margin-left:30.4rem !important}.ms-77{margin-left:30.8rem !important}.ms-78{margin-left:31.2rem !important}.ms-79{margin-left:31.6rem !important}.ms-80{margin-left:32rem !important}.ms-81{margin-left:32.4rem !important}.ms-82{margin-left:32.8rem !important}.ms-83{margin-left:33.2rem !important}.ms-84{margin-left:33.6rem !important}.ms-85{margin-left:34rem !important}.ms-86{margin-left:34.4rem !important}.ms-87{margin-left:34.8rem !important}.ms-88{margin-left:35.2rem !important}.ms-89{margin-left:35.6rem !important}.ms-90{margin-left:36rem !important}.ms-91{margin-left:36.4rem !important}.ms-92{margin-left:36.8rem !important}.ms-93{margin-left:37.2rem !important}.ms-94{margin-left:37.6rem !important}.ms-95{margin-left:38rem !important}.ms-96{margin-left:38.4rem !important}.ms-97{margin-left:38.8rem !important}.ms-98{margin-left:39.2rem !important}.ms-99{margin-left:39.6rem !important}.ms-100{margin-left:40rem !important}@media(min-width: 576px){.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:.4rem !important}.ms-sm-2{margin-left:.8rem !important}.ms-sm-3{margin-left:1.2rem !important}.ms-sm-4{margin-left:1.6rem !important}.ms-sm-5{margin-left:2rem !important}.ms-sm-6{margin-left:2.4rem !important}.ms-sm-7{margin-left:2.8rem !important}.ms-sm-8{margin-left:3.2rem !important}.ms-sm-9{margin-left:3.6rem !important}.ms-sm-10{margin-left:4rem !important}.ms-sm-11{margin-left:4.4rem !important}.ms-sm-12{margin-left:4.8rem !important}.ms-sm-13{margin-left:5.2rem !important}.ms-sm-14{margin-left:5.6rem !important}.ms-sm-15{margin-left:6rem !important}.ms-sm-16{margin-left:6.4rem !important}.ms-sm-17{margin-left:6.8rem !important}.ms-sm-18{margin-left:7.2rem !important}.ms-sm-19{margin-left:7.6rem !important}.ms-sm-20{margin-left:8rem !important}.ms-sm-21{margin-left:8.4rem !important}.ms-sm-22{margin-left:8.8rem !important}.ms-sm-23{margin-left:9.2rem !important}.ms-sm-24{margin-left:9.6rem !important}.ms-sm-25{margin-left:10rem !important}.ms-sm-26{margin-left:10.4rem !important}.ms-sm-27{margin-left:10.8rem !important}.ms-sm-28{margin-left:11.2rem !important}.ms-sm-29{margin-left:11.6rem !important}.ms-sm-30{margin-left:12rem !important}.ms-sm-31{margin-left:12.4rem !important}.ms-sm-32{margin-left:12.8rem !important}.ms-sm-33{margin-left:13.2rem !important}.ms-sm-34{margin-left:13.6rem !important}.ms-sm-35{margin-left:14rem !important}.ms-sm-36{margin-left:14.4rem !important}.ms-sm-37{margin-left:14.8rem !important}.ms-sm-38{margin-left:15.2rem !important}.ms-sm-39{margin-left:15.6rem !important}.ms-sm-40{margin-left:16rem !important}.ms-sm-41{margin-left:16.4rem !important}.ms-sm-42{margin-left:16.8rem !important}.ms-sm-43{margin-left:17.2rem !important}.ms-sm-44{margin-left:17.6rem !important}.ms-sm-45{margin-left:18rem !important}.ms-sm-46{margin-left:18.4rem !important}.ms-sm-47{margin-left:18.8rem !important}.ms-sm-48{margin-left:19.2rem !important}.ms-sm-49{margin-left:19.6rem !important}.ms-sm-50{margin-left:20rem !important}.ms-sm-51{margin-left:20.4rem !important}.ms-sm-52{margin-left:20.8rem !important}.ms-sm-53{margin-left:21.2rem !important}.ms-sm-54{margin-left:21.6rem !important}.ms-sm-55{margin-left:22rem !important}.ms-sm-56{margin-left:22.4rem !important}.ms-sm-57{margin-left:22.8rem !important}.ms-sm-58{margin-left:23.2rem !important}.ms-sm-59{margin-left:23.6rem !important}.ms-sm-60{margin-left:24rem !important}.ms-sm-61{margin-left:24.4rem !important}.ms-sm-62{margin-left:24.8rem !important}.ms-sm-63{margin-left:25.2rem !important}.ms-sm-64{margin-left:25.6rem !important}.ms-sm-65{margin-left:26rem !important}.ms-sm-66{margin-left:26.4rem !important}.ms-sm-67{margin-left:26.8rem !important}.ms-sm-68{margin-left:27.2rem !important}.ms-sm-69{margin-left:27.6rem !important}.ms-sm-70{margin-left:28rem !important}.ms-sm-71{margin-left:28.4rem !important}.ms-sm-72{margin-left:28.8rem !important}.ms-sm-73{margin-left:29.2rem !important}.ms-sm-74{margin-left:29.6rem !important}.ms-sm-75{margin-left:30rem !important}.ms-sm-76{margin-left:30.4rem !important}.ms-sm-77{margin-left:30.8rem !important}.ms-sm-78{margin-left:31.2rem !important}.ms-sm-79{margin-left:31.6rem !important}.ms-sm-80{margin-left:32rem !important}.ms-sm-81{margin-left:32.4rem !important}.ms-sm-82{margin-left:32.8rem !important}.ms-sm-83{margin-left:33.2rem !important}.ms-sm-84{margin-left:33.6rem !important}.ms-sm-85{margin-left:34rem !important}.ms-sm-86{margin-left:34.4rem !important}.ms-sm-87{margin-left:34.8rem !important}.ms-sm-88{margin-left:35.2rem !important}.ms-sm-89{margin-left:35.6rem !important}.ms-sm-90{margin-left:36rem !important}.ms-sm-91{margin-left:36.4rem !important}.ms-sm-92{margin-left:36.8rem !important}.ms-sm-93{margin-left:37.2rem !important}.ms-sm-94{margin-left:37.6rem !important}.ms-sm-95{margin-left:38rem !important}.ms-sm-96{margin-left:38.4rem !important}.ms-sm-97{margin-left:38.8rem !important}.ms-sm-98{margin-left:39.2rem !important}.ms-sm-99{margin-left:39.6rem !important}.ms-sm-100{margin-left:40rem !important}}@media(min-width: 768px){.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:.4rem !important}.ms-md-2{margin-left:.8rem !important}.ms-md-3{margin-left:1.2rem !important}.ms-md-4{margin-left:1.6rem !important}.ms-md-5{margin-left:2rem !important}.ms-md-6{margin-left:2.4rem !important}.ms-md-7{margin-left:2.8rem !important}.ms-md-8{margin-left:3.2rem !important}.ms-md-9{margin-left:3.6rem !important}.ms-md-10{margin-left:4rem !important}.ms-md-11{margin-left:4.4rem !important}.ms-md-12{margin-left:4.8rem !important}.ms-md-13{margin-left:5.2rem !important}.ms-md-14{margin-left:5.6rem !important}.ms-md-15{margin-left:6rem !important}.ms-md-16{margin-left:6.4rem !important}.ms-md-17{margin-left:6.8rem !important}.ms-md-18{margin-left:7.2rem !important}.ms-md-19{margin-left:7.6rem !important}.ms-md-20{margin-left:8rem !important}.ms-md-21{margin-left:8.4rem !important}.ms-md-22{margin-left:8.8rem !important}.ms-md-23{margin-left:9.2rem !important}.ms-md-24{margin-left:9.6rem !important}.ms-md-25{margin-left:10rem !important}.ms-md-26{margin-left:10.4rem !important}.ms-md-27{margin-left:10.8rem !important}.ms-md-28{margin-left:11.2rem !important}.ms-md-29{margin-left:11.6rem !important}.ms-md-30{margin-left:12rem !important}.ms-md-31{margin-left:12.4rem !important}.ms-md-32{margin-left:12.8rem !important}.ms-md-33{margin-left:13.2rem !important}.ms-md-34{margin-left:13.6rem !important}.ms-md-35{margin-left:14rem !important}.ms-md-36{margin-left:14.4rem !important}.ms-md-37{margin-left:14.8rem !important}.ms-md-38{margin-left:15.2rem !important}.ms-md-39{margin-left:15.6rem !important}.ms-md-40{margin-left:16rem !important}.ms-md-41{margin-left:16.4rem !important}.ms-md-42{margin-left:16.8rem !important}.ms-md-43{margin-left:17.2rem !important}.ms-md-44{margin-left:17.6rem !important}.ms-md-45{margin-left:18rem !important}.ms-md-46{margin-left:18.4rem !important}.ms-md-47{margin-left:18.8rem !important}.ms-md-48{margin-left:19.2rem !important}.ms-md-49{margin-left:19.6rem !important}.ms-md-50{margin-left:20rem !important}.ms-md-51{margin-left:20.4rem !important}.ms-md-52{margin-left:20.8rem !important}.ms-md-53{margin-left:21.2rem !important}.ms-md-54{margin-left:21.6rem !important}.ms-md-55{margin-left:22rem !important}.ms-md-56{margin-left:22.4rem !important}.ms-md-57{margin-left:22.8rem !important}.ms-md-58{margin-left:23.2rem !important}.ms-md-59{margin-left:23.6rem !important}.ms-md-60{margin-left:24rem !important}.ms-md-61{margin-left:24.4rem !important}.ms-md-62{margin-left:24.8rem !important}.ms-md-63{margin-left:25.2rem !important}.ms-md-64{margin-left:25.6rem !important}.ms-md-65{margin-left:26rem !important}.ms-md-66{margin-left:26.4rem !important}.ms-md-67{margin-left:26.8rem !important}.ms-md-68{margin-left:27.2rem !important}.ms-md-69{margin-left:27.6rem !important}.ms-md-70{margin-left:28rem !important}.ms-md-71{margin-left:28.4rem !important}.ms-md-72{margin-left:28.8rem !important}.ms-md-73{margin-left:29.2rem !important}.ms-md-74{margin-left:29.6rem !important}.ms-md-75{margin-left:30rem !important}.ms-md-76{margin-left:30.4rem !important}.ms-md-77{margin-left:30.8rem !important}.ms-md-78{margin-left:31.2rem !important}.ms-md-79{margin-left:31.6rem !important}.ms-md-80{margin-left:32rem !important}.ms-md-81{margin-left:32.4rem !important}.ms-md-82{margin-left:32.8rem !important}.ms-md-83{margin-left:33.2rem !important}.ms-md-84{margin-left:33.6rem !important}.ms-md-85{margin-left:34rem !important}.ms-md-86{margin-left:34.4rem !important}.ms-md-87{margin-left:34.8rem !important}.ms-md-88{margin-left:35.2rem !important}.ms-md-89{margin-left:35.6rem !important}.ms-md-90{margin-left:36rem !important}.ms-md-91{margin-left:36.4rem !important}.ms-md-92{margin-left:36.8rem !important}.ms-md-93{margin-left:37.2rem !important}.ms-md-94{margin-left:37.6rem !important}.ms-md-95{margin-left:38rem !important}.ms-md-96{margin-left:38.4rem !important}.ms-md-97{margin-left:38.8rem !important}.ms-md-98{margin-left:39.2rem !important}.ms-md-99{margin-left:39.6rem !important}.ms-md-100{margin-left:40rem !important}}@media(min-width: 992px){.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:.4rem !important}.ms-lg-2{margin-left:.8rem !important}.ms-lg-3{margin-left:1.2rem !important}.ms-lg-4{margin-left:1.6rem !important}.ms-lg-5{margin-left:2rem !important}.ms-lg-6{margin-left:2.4rem !important}.ms-lg-7{margin-left:2.8rem !important}.ms-lg-8{margin-left:3.2rem !important}.ms-lg-9{margin-left:3.6rem !important}.ms-lg-10{margin-left:4rem !important}.ms-lg-11{margin-left:4.4rem !important}.ms-lg-12{margin-left:4.8rem !important}.ms-lg-13{margin-left:5.2rem !important}.ms-lg-14{margin-left:5.6rem !important}.ms-lg-15{margin-left:6rem !important}.ms-lg-16{margin-left:6.4rem !important}.ms-lg-17{margin-left:6.8rem !important}.ms-lg-18{margin-left:7.2rem !important}.ms-lg-19{margin-left:7.6rem !important}.ms-lg-20{margin-left:8rem !important}.ms-lg-21{margin-left:8.4rem !important}.ms-lg-22{margin-left:8.8rem !important}.ms-lg-23{margin-left:9.2rem !important}.ms-lg-24{margin-left:9.6rem !important}.ms-lg-25{margin-left:10rem !important}.ms-lg-26{margin-left:10.4rem !important}.ms-lg-27{margin-left:10.8rem !important}.ms-lg-28{margin-left:11.2rem !important}.ms-lg-29{margin-left:11.6rem !important}.ms-lg-30{margin-left:12rem !important}.ms-lg-31{margin-left:12.4rem !important}.ms-lg-32{margin-left:12.8rem !important}.ms-lg-33{margin-left:13.2rem !important}.ms-lg-34{margin-left:13.6rem !important}.ms-lg-35{margin-left:14rem !important}.ms-lg-36{margin-left:14.4rem !important}.ms-lg-37{margin-left:14.8rem !important}.ms-lg-38{margin-left:15.2rem !important}.ms-lg-39{margin-left:15.6rem !important}.ms-lg-40{margin-left:16rem !important}.ms-lg-41{margin-left:16.4rem !important}.ms-lg-42{margin-left:16.8rem !important}.ms-lg-43{margin-left:17.2rem !important}.ms-lg-44{margin-left:17.6rem !important}.ms-lg-45{margin-left:18rem !important}.ms-lg-46{margin-left:18.4rem !important}.ms-lg-47{margin-left:18.8rem !important}.ms-lg-48{margin-left:19.2rem !important}.ms-lg-49{margin-left:19.6rem !important}.ms-lg-50{margin-left:20rem !important}.ms-lg-51{margin-left:20.4rem !important}.ms-lg-52{margin-left:20.8rem !important}.ms-lg-53{margin-left:21.2rem !important}.ms-lg-54{margin-left:21.6rem !important}.ms-lg-55{margin-left:22rem !important}.ms-lg-56{margin-left:22.4rem !important}.ms-lg-57{margin-left:22.8rem !important}.ms-lg-58{margin-left:23.2rem !important}.ms-lg-59{margin-left:23.6rem !important}.ms-lg-60{margin-left:24rem !important}.ms-lg-61{margin-left:24.4rem !important}.ms-lg-62{margin-left:24.8rem !important}.ms-lg-63{margin-left:25.2rem !important}.ms-lg-64{margin-left:25.6rem !important}.ms-lg-65{margin-left:26rem !important}.ms-lg-66{margin-left:26.4rem !important}.ms-lg-67{margin-left:26.8rem !important}.ms-lg-68{margin-left:27.2rem !important}.ms-lg-69{margin-left:27.6rem !important}.ms-lg-70{margin-left:28rem !important}.ms-lg-71{margin-left:28.4rem !important}.ms-lg-72{margin-left:28.8rem !important}.ms-lg-73{margin-left:29.2rem !important}.ms-lg-74{margin-left:29.6rem !important}.ms-lg-75{margin-left:30rem !important}.ms-lg-76{margin-left:30.4rem !important}.ms-lg-77{margin-left:30.8rem !important}.ms-lg-78{margin-left:31.2rem !important}.ms-lg-79{margin-left:31.6rem !important}.ms-lg-80{margin-left:32rem !important}.ms-lg-81{margin-left:32.4rem !important}.ms-lg-82{margin-left:32.8rem !important}.ms-lg-83{margin-left:33.2rem !important}.ms-lg-84{margin-left:33.6rem !important}.ms-lg-85{margin-left:34rem !important}.ms-lg-86{margin-left:34.4rem !important}.ms-lg-87{margin-left:34.8rem !important}.ms-lg-88{margin-left:35.2rem !important}.ms-lg-89{margin-left:35.6rem !important}.ms-lg-90{margin-left:36rem !important}.ms-lg-91{margin-left:36.4rem !important}.ms-lg-92{margin-left:36.8rem !important}.ms-lg-93{margin-left:37.2rem !important}.ms-lg-94{margin-left:37.6rem !important}.ms-lg-95{margin-left:38rem !important}.ms-lg-96{margin-left:38.4rem !important}.ms-lg-97{margin-left:38.8rem !important}.ms-lg-98{margin-left:39.2rem !important}.ms-lg-99{margin-left:39.6rem !important}.ms-lg-100{margin-left:40rem !important}}@media(min-width: 1200px){.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:.4rem !important}.ms-xl-2{margin-left:.8rem !important}.ms-xl-3{margin-left:1.2rem !important}.ms-xl-4{margin-left:1.6rem !important}.ms-xl-5{margin-left:2rem !important}.ms-xl-6{margin-left:2.4rem !important}.ms-xl-7{margin-left:2.8rem !important}.ms-xl-8{margin-left:3.2rem !important}.ms-xl-9{margin-left:3.6rem !important}.ms-xl-10{margin-left:4rem !important}.ms-xl-11{margin-left:4.4rem !important}.ms-xl-12{margin-left:4.8rem !important}.ms-xl-13{margin-left:5.2rem !important}.ms-xl-14{margin-left:5.6rem !important}.ms-xl-15{margin-left:6rem !important}.ms-xl-16{margin-left:6.4rem !important}.ms-xl-17{margin-left:6.8rem !important}.ms-xl-18{margin-left:7.2rem !important}.ms-xl-19{margin-left:7.6rem !important}.ms-xl-20{margin-left:8rem !important}.ms-xl-21{margin-left:8.4rem !important}.ms-xl-22{margin-left:8.8rem !important}.ms-xl-23{margin-left:9.2rem !important}.ms-xl-24{margin-left:9.6rem !important}.ms-xl-25{margin-left:10rem !important}.ms-xl-26{margin-left:10.4rem !important}.ms-xl-27{margin-left:10.8rem !important}.ms-xl-28{margin-left:11.2rem !important}.ms-xl-29{margin-left:11.6rem !important}.ms-xl-30{margin-left:12rem !important}.ms-xl-31{margin-left:12.4rem !important}.ms-xl-32{margin-left:12.8rem !important}.ms-xl-33{margin-left:13.2rem !important}.ms-xl-34{margin-left:13.6rem !important}.ms-xl-35{margin-left:14rem !important}.ms-xl-36{margin-left:14.4rem !important}.ms-xl-37{margin-left:14.8rem !important}.ms-xl-38{margin-left:15.2rem !important}.ms-xl-39{margin-left:15.6rem !important}.ms-xl-40{margin-left:16rem !important}.ms-xl-41{margin-left:16.4rem !important}.ms-xl-42{margin-left:16.8rem !important}.ms-xl-43{margin-left:17.2rem !important}.ms-xl-44{margin-left:17.6rem !important}.ms-xl-45{margin-left:18rem !important}.ms-xl-46{margin-left:18.4rem !important}.ms-xl-47{margin-left:18.8rem !important}.ms-xl-48{margin-left:19.2rem !important}.ms-xl-49{margin-left:19.6rem !important}.ms-xl-50{margin-left:20rem !important}.ms-xl-51{margin-left:20.4rem !important}.ms-xl-52{margin-left:20.8rem !important}.ms-xl-53{margin-left:21.2rem !important}.ms-xl-54{margin-left:21.6rem !important}.ms-xl-55{margin-left:22rem !important}.ms-xl-56{margin-left:22.4rem !important}.ms-xl-57{margin-left:22.8rem !important}.ms-xl-58{margin-left:23.2rem !important}.ms-xl-59{margin-left:23.6rem !important}.ms-xl-60{margin-left:24rem !important}.ms-xl-61{margin-left:24.4rem !important}.ms-xl-62{margin-left:24.8rem !important}.ms-xl-63{margin-left:25.2rem !important}.ms-xl-64{margin-left:25.6rem !important}.ms-xl-65{margin-left:26rem !important}.ms-xl-66{margin-left:26.4rem !important}.ms-xl-67{margin-left:26.8rem !important}.ms-xl-68{margin-left:27.2rem !important}.ms-xl-69{margin-left:27.6rem !important}.ms-xl-70{margin-left:28rem !important}.ms-xl-71{margin-left:28.4rem !important}.ms-xl-72{margin-left:28.8rem !important}.ms-xl-73{margin-left:29.2rem !important}.ms-xl-74{margin-left:29.6rem !important}.ms-xl-75{margin-left:30rem !important}.ms-xl-76{margin-left:30.4rem !important}.ms-xl-77{margin-left:30.8rem !important}.ms-xl-78{margin-left:31.2rem !important}.ms-xl-79{margin-left:31.6rem !important}.ms-xl-80{margin-left:32rem !important}.ms-xl-81{margin-left:32.4rem !important}.ms-xl-82{margin-left:32.8rem !important}.ms-xl-83{margin-left:33.2rem !important}.ms-xl-84{margin-left:33.6rem !important}.ms-xl-85{margin-left:34rem !important}.ms-xl-86{margin-left:34.4rem !important}.ms-xl-87{margin-left:34.8rem !important}.ms-xl-88{margin-left:35.2rem !important}.ms-xl-89{margin-left:35.6rem !important}.ms-xl-90{margin-left:36rem !important}.ms-xl-91{margin-left:36.4rem !important}.ms-xl-92{margin-left:36.8rem !important}.ms-xl-93{margin-left:37.2rem !important}.ms-xl-94{margin-left:37.6rem !important}.ms-xl-95{margin-left:38rem !important}.ms-xl-96{margin-left:38.4rem !important}.ms-xl-97{margin-left:38.8rem !important}.ms-xl-98{margin-left:39.2rem !important}.ms-xl-99{margin-left:39.6rem !important}.ms-xl-100{margin-left:40rem !important}}@media(min-width: 1400px){.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:.4rem !important}.ms-xxl-2{margin-left:.8rem !important}.ms-xxl-3{margin-left:1.2rem !important}.ms-xxl-4{margin-left:1.6rem !important}.ms-xxl-5{margin-left:2rem !important}.ms-xxl-6{margin-left:2.4rem !important}.ms-xxl-7{margin-left:2.8rem !important}.ms-xxl-8{margin-left:3.2rem !important}.ms-xxl-9{margin-left:3.6rem !important}.ms-xxl-10{margin-left:4rem !important}.ms-xxl-11{margin-left:4.4rem !important}.ms-xxl-12{margin-left:4.8rem !important}.ms-xxl-13{margin-left:5.2rem !important}.ms-xxl-14{margin-left:5.6rem !important}.ms-xxl-15{margin-left:6rem !important}.ms-xxl-16{margin-left:6.4rem !important}.ms-xxl-17{margin-left:6.8rem !important}.ms-xxl-18{margin-left:7.2rem !important}.ms-xxl-19{margin-left:7.6rem !important}.ms-xxl-20{margin-left:8rem !important}.ms-xxl-21{margin-left:8.4rem !important}.ms-xxl-22{margin-left:8.8rem !important}.ms-xxl-23{margin-left:9.2rem !important}.ms-xxl-24{margin-left:9.6rem !important}.ms-xxl-25{margin-left:10rem !important}.ms-xxl-26{margin-left:10.4rem !important}.ms-xxl-27{margin-left:10.8rem !important}.ms-xxl-28{margin-left:11.2rem !important}.ms-xxl-29{margin-left:11.6rem !important}.ms-xxl-30{margin-left:12rem !important}.ms-xxl-31{margin-left:12.4rem !important}.ms-xxl-32{margin-left:12.8rem !important}.ms-xxl-33{margin-left:13.2rem !important}.ms-xxl-34{margin-left:13.6rem !important}.ms-xxl-35{margin-left:14rem !important}.ms-xxl-36{margin-left:14.4rem !important}.ms-xxl-37{margin-left:14.8rem !important}.ms-xxl-38{margin-left:15.2rem !important}.ms-xxl-39{margin-left:15.6rem !important}.ms-xxl-40{margin-left:16rem !important}.ms-xxl-41{margin-left:16.4rem !important}.ms-xxl-42{margin-left:16.8rem !important}.ms-xxl-43{margin-left:17.2rem !important}.ms-xxl-44{margin-left:17.6rem !important}.ms-xxl-45{margin-left:18rem !important}.ms-xxl-46{margin-left:18.4rem !important}.ms-xxl-47{margin-left:18.8rem !important}.ms-xxl-48{margin-left:19.2rem !important}.ms-xxl-49{margin-left:19.6rem !important}.ms-xxl-50{margin-left:20rem !important}.ms-xxl-51{margin-left:20.4rem !important}.ms-xxl-52{margin-left:20.8rem !important}.ms-xxl-53{margin-left:21.2rem !important}.ms-xxl-54{margin-left:21.6rem !important}.ms-xxl-55{margin-left:22rem !important}.ms-xxl-56{margin-left:22.4rem !important}.ms-xxl-57{margin-left:22.8rem !important}.ms-xxl-58{margin-left:23.2rem !important}.ms-xxl-59{margin-left:23.6rem !important}.ms-xxl-60{margin-left:24rem !important}.ms-xxl-61{margin-left:24.4rem !important}.ms-xxl-62{margin-left:24.8rem !important}.ms-xxl-63{margin-left:25.2rem !important}.ms-xxl-64{margin-left:25.6rem !important}.ms-xxl-65{margin-left:26rem !important}.ms-xxl-66{margin-left:26.4rem !important}.ms-xxl-67{margin-left:26.8rem !important}.ms-xxl-68{margin-left:27.2rem !important}.ms-xxl-69{margin-left:27.6rem !important}.ms-xxl-70{margin-left:28rem !important}.ms-xxl-71{margin-left:28.4rem !important}.ms-xxl-72{margin-left:28.8rem !important}.ms-xxl-73{margin-left:29.2rem !important}.ms-xxl-74{margin-left:29.6rem !important}.ms-xxl-75{margin-left:30rem !important}.ms-xxl-76{margin-left:30.4rem !important}.ms-xxl-77{margin-left:30.8rem !important}.ms-xxl-78{margin-left:31.2rem !important}.ms-xxl-79{margin-left:31.6rem !important}.ms-xxl-80{margin-left:32rem !important}.ms-xxl-81{margin-left:32.4rem !important}.ms-xxl-82{margin-left:32.8rem !important}.ms-xxl-83{margin-left:33.2rem !important}.ms-xxl-84{margin-left:33.6rem !important}.ms-xxl-85{margin-left:34rem !important}.ms-xxl-86{margin-left:34.4rem !important}.ms-xxl-87{margin-left:34.8rem !important}.ms-xxl-88{margin-left:35.2rem !important}.ms-xxl-89{margin-left:35.6rem !important}.ms-xxl-90{margin-left:36rem !important}.ms-xxl-91{margin-left:36.4rem !important}.ms-xxl-92{margin-left:36.8rem !important}.ms-xxl-93{margin-left:37.2rem !important}.ms-xxl-94{margin-left:37.6rem !important}.ms-xxl-95{margin-left:38rem !important}.ms-xxl-96{margin-left:38.4rem !important}.ms-xxl-97{margin-left:38.8rem !important}.ms-xxl-98{margin-left:39.2rem !important}.ms-xxl-99{margin-left:39.6rem !important}.ms-xxl-100{margin-left:40rem !important}}.me-0{margin-right:0 !important}.me-1{margin-right:.4rem !important}.me-2{margin-right:.8rem !important}.me-3{margin-right:1.2rem !important}.me-4{margin-right:1.6rem !important}.me-5{margin-right:2rem !important}.me-6{margin-right:2.4rem !important}.me-7{margin-right:2.8rem !important}.me-8{margin-right:3.2rem !important}.me-9{margin-right:3.6rem !important}.me-10{margin-right:4rem !important}.me-11{margin-right:4.4rem !important}.me-12{margin-right:4.8rem !important}.me-13{margin-right:5.2rem !important}.me-14{margin-right:5.6rem !important}.me-15{margin-right:6rem !important}.me-16{margin-right:6.4rem !important}.me-17{margin-right:6.8rem !important}.me-18{margin-right:7.2rem !important}.me-19{margin-right:7.6rem !important}.me-20{margin-right:8rem !important}.me-21{margin-right:8.4rem !important}.me-22{margin-right:8.8rem !important}.me-23{margin-right:9.2rem !important}.me-24{margin-right:9.6rem !important}.me-25{margin-right:10rem !important}.me-26{margin-right:10.4rem !important}.me-27{margin-right:10.8rem !important}.me-28{margin-right:11.2rem !important}.me-29{margin-right:11.6rem !important}.me-30{margin-right:12rem !important}.me-31{margin-right:12.4rem !important}.me-32{margin-right:12.8rem !important}.me-33{margin-right:13.2rem !important}.me-34{margin-right:13.6rem !important}.me-35{margin-right:14rem !important}.me-36{margin-right:14.4rem !important}.me-37{margin-right:14.8rem !important}.me-38{margin-right:15.2rem !important}.me-39{margin-right:15.6rem !important}.me-40{margin-right:16rem !important}.me-41{margin-right:16.4rem !important}.me-42{margin-right:16.8rem !important}.me-43{margin-right:17.2rem !important}.me-44{margin-right:17.6rem !important}.me-45{margin-right:18rem !important}.me-46{margin-right:18.4rem !important}.me-47{margin-right:18.8rem !important}.me-48{margin-right:19.2rem !important}.me-49{margin-right:19.6rem !important}.me-50{margin-right:20rem !important}.me-51{margin-right:20.4rem !important}.me-52{margin-right:20.8rem !important}.me-53{margin-right:21.2rem !important}.me-54{margin-right:21.6rem !important}.me-55{margin-right:22rem !important}.me-56{margin-right:22.4rem !important}.me-57{margin-right:22.8rem !important}.me-58{margin-right:23.2rem !important}.me-59{margin-right:23.6rem !important}.me-60{margin-right:24rem !important}.me-61{margin-right:24.4rem !important}.me-62{margin-right:24.8rem !important}.me-63{margin-right:25.2rem !important}.me-64{margin-right:25.6rem !important}.me-65{margin-right:26rem !important}.me-66{margin-right:26.4rem !important}.me-67{margin-right:26.8rem !important}.me-68{margin-right:27.2rem !important}.me-69{margin-right:27.6rem !important}.me-70{margin-right:28rem !important}.me-71{margin-right:28.4rem !important}.me-72{margin-right:28.8rem !important}.me-73{margin-right:29.2rem !important}.me-74{margin-right:29.6rem !important}.me-75{margin-right:30rem !important}.me-76{margin-right:30.4rem !important}.me-77{margin-right:30.8rem !important}.me-78{margin-right:31.2rem !important}.me-79{margin-right:31.6rem !important}.me-80{margin-right:32rem !important}.me-81{margin-right:32.4rem !important}.me-82{margin-right:32.8rem !important}.me-83{margin-right:33.2rem !important}.me-84{margin-right:33.6rem !important}.me-85{margin-right:34rem !important}.me-86{margin-right:34.4rem !important}.me-87{margin-right:34.8rem !important}.me-88{margin-right:35.2rem !important}.me-89{margin-right:35.6rem !important}.me-90{margin-right:36rem !important}.me-91{margin-right:36.4rem !important}.me-92{margin-right:36.8rem !important}.me-93{margin-right:37.2rem !important}.me-94{margin-right:37.6rem !important}.me-95{margin-right:38rem !important}.me-96{margin-right:38.4rem !important}.me-97{margin-right:38.8rem !important}.me-98{margin-right:39.2rem !important}.me-99{margin-right:39.6rem !important}.me-100{margin-right:40rem !important}@media(min-width: 576px){.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:.4rem !important}.me-sm-2{margin-right:.8rem !important}.me-sm-3{margin-right:1.2rem !important}.me-sm-4{margin-right:1.6rem !important}.me-sm-5{margin-right:2rem !important}.me-sm-6{margin-right:2.4rem !important}.me-sm-7{margin-right:2.8rem !important}.me-sm-8{margin-right:3.2rem !important}.me-sm-9{margin-right:3.6rem !important}.me-sm-10{margin-right:4rem !important}.me-sm-11{margin-right:4.4rem !important}.me-sm-12{margin-right:4.8rem !important}.me-sm-13{margin-right:5.2rem !important}.me-sm-14{margin-right:5.6rem !important}.me-sm-15{margin-right:6rem !important}.me-sm-16{margin-right:6.4rem !important}.me-sm-17{margin-right:6.8rem !important}.me-sm-18{margin-right:7.2rem !important}.me-sm-19{margin-right:7.6rem !important}.me-sm-20{margin-right:8rem !important}.me-sm-21{margin-right:8.4rem !important}.me-sm-22{margin-right:8.8rem !important}.me-sm-23{margin-right:9.2rem !important}.me-sm-24{margin-right:9.6rem !important}.me-sm-25{margin-right:10rem !important}.me-sm-26{margin-right:10.4rem !important}.me-sm-27{margin-right:10.8rem !important}.me-sm-28{margin-right:11.2rem !important}.me-sm-29{margin-right:11.6rem !important}.me-sm-30{margin-right:12rem !important}.me-sm-31{margin-right:12.4rem !important}.me-sm-32{margin-right:12.8rem !important}.me-sm-33{margin-right:13.2rem !important}.me-sm-34{margin-right:13.6rem !important}.me-sm-35{margin-right:14rem !important}.me-sm-36{margin-right:14.4rem !important}.me-sm-37{margin-right:14.8rem !important}.me-sm-38{margin-right:15.2rem !important}.me-sm-39{margin-right:15.6rem !important}.me-sm-40{margin-right:16rem !important}.me-sm-41{margin-right:16.4rem !important}.me-sm-42{margin-right:16.8rem !important}.me-sm-43{margin-right:17.2rem !important}.me-sm-44{margin-right:17.6rem !important}.me-sm-45{margin-right:18rem !important}.me-sm-46{margin-right:18.4rem !important}.me-sm-47{margin-right:18.8rem !important}.me-sm-48{margin-right:19.2rem !important}.me-sm-49{margin-right:19.6rem !important}.me-sm-50{margin-right:20rem !important}.me-sm-51{margin-right:20.4rem !important}.me-sm-52{margin-right:20.8rem !important}.me-sm-53{margin-right:21.2rem !important}.me-sm-54{margin-right:21.6rem !important}.me-sm-55{margin-right:22rem !important}.me-sm-56{margin-right:22.4rem !important}.me-sm-57{margin-right:22.8rem !important}.me-sm-58{margin-right:23.2rem !important}.me-sm-59{margin-right:23.6rem !important}.me-sm-60{margin-right:24rem !important}.me-sm-61{margin-right:24.4rem !important}.me-sm-62{margin-right:24.8rem !important}.me-sm-63{margin-right:25.2rem !important}.me-sm-64{margin-right:25.6rem !important}.me-sm-65{margin-right:26rem !important}.me-sm-66{margin-right:26.4rem !important}.me-sm-67{margin-right:26.8rem !important}.me-sm-68{margin-right:27.2rem !important}.me-sm-69{margin-right:27.6rem !important}.me-sm-70{margin-right:28rem !important}.me-sm-71{margin-right:28.4rem !important}.me-sm-72{margin-right:28.8rem !important}.me-sm-73{margin-right:29.2rem !important}.me-sm-74{margin-right:29.6rem !important}.me-sm-75{margin-right:30rem !important}.me-sm-76{margin-right:30.4rem !important}.me-sm-77{margin-right:30.8rem !important}.me-sm-78{margin-right:31.2rem !important}.me-sm-79{margin-right:31.6rem !important}.me-sm-80{margin-right:32rem !important}.me-sm-81{margin-right:32.4rem !important}.me-sm-82{margin-right:32.8rem !important}.me-sm-83{margin-right:33.2rem !important}.me-sm-84{margin-right:33.6rem !important}.me-sm-85{margin-right:34rem !important}.me-sm-86{margin-right:34.4rem !important}.me-sm-87{margin-right:34.8rem !important}.me-sm-88{margin-right:35.2rem !important}.me-sm-89{margin-right:35.6rem !important}.me-sm-90{margin-right:36rem !important}.me-sm-91{margin-right:36.4rem !important}.me-sm-92{margin-right:36.8rem !important}.me-sm-93{margin-right:37.2rem !important}.me-sm-94{margin-right:37.6rem !important}.me-sm-95{margin-right:38rem !important}.me-sm-96{margin-right:38.4rem !important}.me-sm-97{margin-right:38.8rem !important}.me-sm-98{margin-right:39.2rem !important}.me-sm-99{margin-right:39.6rem !important}.me-sm-100{margin-right:40rem !important}}@media(min-width: 768px){.me-md-0{margin-right:0 !important}.me-md-1{margin-right:.4rem !important}.me-md-2{margin-right:.8rem !important}.me-md-3{margin-right:1.2rem !important}.me-md-4{margin-right:1.6rem !important}.me-md-5{margin-right:2rem !important}.me-md-6{margin-right:2.4rem !important}.me-md-7{margin-right:2.8rem !important}.me-md-8{margin-right:3.2rem !important}.me-md-9{margin-right:3.6rem !important}.me-md-10{margin-right:4rem !important}.me-md-11{margin-right:4.4rem !important}.me-md-12{margin-right:4.8rem !important}.me-md-13{margin-right:5.2rem !important}.me-md-14{margin-right:5.6rem !important}.me-md-15{margin-right:6rem !important}.me-md-16{margin-right:6.4rem !important}.me-md-17{margin-right:6.8rem !important}.me-md-18{margin-right:7.2rem !important}.me-md-19{margin-right:7.6rem !important}.me-md-20{margin-right:8rem !important}.me-md-21{margin-right:8.4rem !important}.me-md-22{margin-right:8.8rem !important}.me-md-23{margin-right:9.2rem !important}.me-md-24{margin-right:9.6rem !important}.me-md-25{margin-right:10rem !important}.me-md-26{margin-right:10.4rem !important}.me-md-27{margin-right:10.8rem !important}.me-md-28{margin-right:11.2rem !important}.me-md-29{margin-right:11.6rem !important}.me-md-30{margin-right:12rem !important}.me-md-31{margin-right:12.4rem !important}.me-md-32{margin-right:12.8rem !important}.me-md-33{margin-right:13.2rem !important}.me-md-34{margin-right:13.6rem !important}.me-md-35{margin-right:14rem !important}.me-md-36{margin-right:14.4rem !important}.me-md-37{margin-right:14.8rem !important}.me-md-38{margin-right:15.2rem !important}.me-md-39{margin-right:15.6rem !important}.me-md-40{margin-right:16rem !important}.me-md-41{margin-right:16.4rem !important}.me-md-42{margin-right:16.8rem !important}.me-md-43{margin-right:17.2rem !important}.me-md-44{margin-right:17.6rem !important}.me-md-45{margin-right:18rem !important}.me-md-46{margin-right:18.4rem !important}.me-md-47{margin-right:18.8rem !important}.me-md-48{margin-right:19.2rem !important}.me-md-49{margin-right:19.6rem !important}.me-md-50{margin-right:20rem !important}.me-md-51{margin-right:20.4rem !important}.me-md-52{margin-right:20.8rem !important}.me-md-53{margin-right:21.2rem !important}.me-md-54{margin-right:21.6rem !important}.me-md-55{margin-right:22rem !important}.me-md-56{margin-right:22.4rem !important}.me-md-57{margin-right:22.8rem !important}.me-md-58{margin-right:23.2rem !important}.me-md-59{margin-right:23.6rem !important}.me-md-60{margin-right:24rem !important}.me-md-61{margin-right:24.4rem !important}.me-md-62{margin-right:24.8rem !important}.me-md-63{margin-right:25.2rem !important}.me-md-64{margin-right:25.6rem !important}.me-md-65{margin-right:26rem !important}.me-md-66{margin-right:26.4rem !important}.me-md-67{margin-right:26.8rem !important}.me-md-68{margin-right:27.2rem !important}.me-md-69{margin-right:27.6rem !important}.me-md-70{margin-right:28rem !important}.me-md-71{margin-right:28.4rem !important}.me-md-72{margin-right:28.8rem !important}.me-md-73{margin-right:29.2rem !important}.me-md-74{margin-right:29.6rem !important}.me-md-75{margin-right:30rem !important}.me-md-76{margin-right:30.4rem !important}.me-md-77{margin-right:30.8rem !important}.me-md-78{margin-right:31.2rem !important}.me-md-79{margin-right:31.6rem !important}.me-md-80{margin-right:32rem !important}.me-md-81{margin-right:32.4rem !important}.me-md-82{margin-right:32.8rem !important}.me-md-83{margin-right:33.2rem !important}.me-md-84{margin-right:33.6rem !important}.me-md-85{margin-right:34rem !important}.me-md-86{margin-right:34.4rem !important}.me-md-87{margin-right:34.8rem !important}.me-md-88{margin-right:35.2rem !important}.me-md-89{margin-right:35.6rem !important}.me-md-90{margin-right:36rem !important}.me-md-91{margin-right:36.4rem !important}.me-md-92{margin-right:36.8rem !important}.me-md-93{margin-right:37.2rem !important}.me-md-94{margin-right:37.6rem !important}.me-md-95{margin-right:38rem !important}.me-md-96{margin-right:38.4rem !important}.me-md-97{margin-right:38.8rem !important}.me-md-98{margin-right:39.2rem !important}.me-md-99{margin-right:39.6rem !important}.me-md-100{margin-right:40rem !important}}@media(min-width: 992px){.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:.4rem !important}.me-lg-2{margin-right:.8rem !important}.me-lg-3{margin-right:1.2rem !important}.me-lg-4{margin-right:1.6rem !important}.me-lg-5{margin-right:2rem !important}.me-lg-6{margin-right:2.4rem !important}.me-lg-7{margin-right:2.8rem !important}.me-lg-8{margin-right:3.2rem !important}.me-lg-9{margin-right:3.6rem !important}.me-lg-10{margin-right:4rem !important}.me-lg-11{margin-right:4.4rem !important}.me-lg-12{margin-right:4.8rem !important}.me-lg-13{margin-right:5.2rem !important}.me-lg-14{margin-right:5.6rem !important}.me-lg-15{margin-right:6rem !important}.me-lg-16{margin-right:6.4rem !important}.me-lg-17{margin-right:6.8rem !important}.me-lg-18{margin-right:7.2rem !important}.me-lg-19{margin-right:7.6rem !important}.me-lg-20{margin-right:8rem !important}.me-lg-21{margin-right:8.4rem !important}.me-lg-22{margin-right:8.8rem !important}.me-lg-23{margin-right:9.2rem !important}.me-lg-24{margin-right:9.6rem !important}.me-lg-25{margin-right:10rem !important}.me-lg-26{margin-right:10.4rem !important}.me-lg-27{margin-right:10.8rem !important}.me-lg-28{margin-right:11.2rem !important}.me-lg-29{margin-right:11.6rem !important}.me-lg-30{margin-right:12rem !important}.me-lg-31{margin-right:12.4rem !important}.me-lg-32{margin-right:12.8rem !important}.me-lg-33{margin-right:13.2rem !important}.me-lg-34{margin-right:13.6rem !important}.me-lg-35{margin-right:14rem !important}.me-lg-36{margin-right:14.4rem !important}.me-lg-37{margin-right:14.8rem !important}.me-lg-38{margin-right:15.2rem !important}.me-lg-39{margin-right:15.6rem !important}.me-lg-40{margin-right:16rem !important}.me-lg-41{margin-right:16.4rem !important}.me-lg-42{margin-right:16.8rem !important}.me-lg-43{margin-right:17.2rem !important}.me-lg-44{margin-right:17.6rem !important}.me-lg-45{margin-right:18rem !important}.me-lg-46{margin-right:18.4rem !important}.me-lg-47{margin-right:18.8rem !important}.me-lg-48{margin-right:19.2rem !important}.me-lg-49{margin-right:19.6rem !important}.me-lg-50{margin-right:20rem !important}.me-lg-51{margin-right:20.4rem !important}.me-lg-52{margin-right:20.8rem !important}.me-lg-53{margin-right:21.2rem !important}.me-lg-54{margin-right:21.6rem !important}.me-lg-55{margin-right:22rem !important}.me-lg-56{margin-right:22.4rem !important}.me-lg-57{margin-right:22.8rem !important}.me-lg-58{margin-right:23.2rem !important}.me-lg-59{margin-right:23.6rem !important}.me-lg-60{margin-right:24rem !important}.me-lg-61{margin-right:24.4rem !important}.me-lg-62{margin-right:24.8rem !important}.me-lg-63{margin-right:25.2rem !important}.me-lg-64{margin-right:25.6rem !important}.me-lg-65{margin-right:26rem !important}.me-lg-66{margin-right:26.4rem !important}.me-lg-67{margin-right:26.8rem !important}.me-lg-68{margin-right:27.2rem !important}.me-lg-69{margin-right:27.6rem !important}.me-lg-70{margin-right:28rem !important}.me-lg-71{margin-right:28.4rem !important}.me-lg-72{margin-right:28.8rem !important}.me-lg-73{margin-right:29.2rem !important}.me-lg-74{margin-right:29.6rem !important}.me-lg-75{margin-right:30rem !important}.me-lg-76{margin-right:30.4rem !important}.me-lg-77{margin-right:30.8rem !important}.me-lg-78{margin-right:31.2rem !important}.me-lg-79{margin-right:31.6rem !important}.me-lg-80{margin-right:32rem !important}.me-lg-81{margin-right:32.4rem !important}.me-lg-82{margin-right:32.8rem !important}.me-lg-83{margin-right:33.2rem !important}.me-lg-84{margin-right:33.6rem !important}.me-lg-85{margin-right:34rem !important}.me-lg-86{margin-right:34.4rem !important}.me-lg-87{margin-right:34.8rem !important}.me-lg-88{margin-right:35.2rem !important}.me-lg-89{margin-right:35.6rem !important}.me-lg-90{margin-right:36rem !important}.me-lg-91{margin-right:36.4rem !important}.me-lg-92{margin-right:36.8rem !important}.me-lg-93{margin-right:37.2rem !important}.me-lg-94{margin-right:37.6rem !important}.me-lg-95{margin-right:38rem !important}.me-lg-96{margin-right:38.4rem !important}.me-lg-97{margin-right:38.8rem !important}.me-lg-98{margin-right:39.2rem !important}.me-lg-99{margin-right:39.6rem !important}.me-lg-100{margin-right:40rem !important}}@media(min-width: 1200px){.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:.4rem !important}.me-xl-2{margin-right:.8rem !important}.me-xl-3{margin-right:1.2rem !important}.me-xl-4{margin-right:1.6rem !important}.me-xl-5{margin-right:2rem !important}.me-xl-6{margin-right:2.4rem !important}.me-xl-7{margin-right:2.8rem !important}.me-xl-8{margin-right:3.2rem !important}.me-xl-9{margin-right:3.6rem !important}.me-xl-10{margin-right:4rem !important}.me-xl-11{margin-right:4.4rem !important}.me-xl-12{margin-right:4.8rem !important}.me-xl-13{margin-right:5.2rem !important}.me-xl-14{margin-right:5.6rem !important}.me-xl-15{margin-right:6rem !important}.me-xl-16{margin-right:6.4rem !important}.me-xl-17{margin-right:6.8rem !important}.me-xl-18{margin-right:7.2rem !important}.me-xl-19{margin-right:7.6rem !important}.me-xl-20{margin-right:8rem !important}.me-xl-21{margin-right:8.4rem !important}.me-xl-22{margin-right:8.8rem !important}.me-xl-23{margin-right:9.2rem !important}.me-xl-24{margin-right:9.6rem !important}.me-xl-25{margin-right:10rem !important}.me-xl-26{margin-right:10.4rem !important}.me-xl-27{margin-right:10.8rem !important}.me-xl-28{margin-right:11.2rem !important}.me-xl-29{margin-right:11.6rem !important}.me-xl-30{margin-right:12rem !important}.me-xl-31{margin-right:12.4rem !important}.me-xl-32{margin-right:12.8rem !important}.me-xl-33{margin-right:13.2rem !important}.me-xl-34{margin-right:13.6rem !important}.me-xl-35{margin-right:14rem !important}.me-xl-36{margin-right:14.4rem !important}.me-xl-37{margin-right:14.8rem !important}.me-xl-38{margin-right:15.2rem !important}.me-xl-39{margin-right:15.6rem !important}.me-xl-40{margin-right:16rem !important}.me-xl-41{margin-right:16.4rem !important}.me-xl-42{margin-right:16.8rem !important}.me-xl-43{margin-right:17.2rem !important}.me-xl-44{margin-right:17.6rem !important}.me-xl-45{margin-right:18rem !important}.me-xl-46{margin-right:18.4rem !important}.me-xl-47{margin-right:18.8rem !important}.me-xl-48{margin-right:19.2rem !important}.me-xl-49{margin-right:19.6rem !important}.me-xl-50{margin-right:20rem !important}.me-xl-51{margin-right:20.4rem !important}.me-xl-52{margin-right:20.8rem !important}.me-xl-53{margin-right:21.2rem !important}.me-xl-54{margin-right:21.6rem !important}.me-xl-55{margin-right:22rem !important}.me-xl-56{margin-right:22.4rem !important}.me-xl-57{margin-right:22.8rem !important}.me-xl-58{margin-right:23.2rem !important}.me-xl-59{margin-right:23.6rem !important}.me-xl-60{margin-right:24rem !important}.me-xl-61{margin-right:24.4rem !important}.me-xl-62{margin-right:24.8rem !important}.me-xl-63{margin-right:25.2rem !important}.me-xl-64{margin-right:25.6rem !important}.me-xl-65{margin-right:26rem !important}.me-xl-66{margin-right:26.4rem !important}.me-xl-67{margin-right:26.8rem !important}.me-xl-68{margin-right:27.2rem !important}.me-xl-69{margin-right:27.6rem !important}.me-xl-70{margin-right:28rem !important}.me-xl-71{margin-right:28.4rem !important}.me-xl-72{margin-right:28.8rem !important}.me-xl-73{margin-right:29.2rem !important}.me-xl-74{margin-right:29.6rem !important}.me-xl-75{margin-right:30rem !important}.me-xl-76{margin-right:30.4rem !important}.me-xl-77{margin-right:30.8rem !important}.me-xl-78{margin-right:31.2rem !important}.me-xl-79{margin-right:31.6rem !important}.me-xl-80{margin-right:32rem !important}.me-xl-81{margin-right:32.4rem !important}.me-xl-82{margin-right:32.8rem !important}.me-xl-83{margin-right:33.2rem !important}.me-xl-84{margin-right:33.6rem !important}.me-xl-85{margin-right:34rem !important}.me-xl-86{margin-right:34.4rem !important}.me-xl-87{margin-right:34.8rem !important}.me-xl-88{margin-right:35.2rem !important}.me-xl-89{margin-right:35.6rem !important}.me-xl-90{margin-right:36rem !important}.me-xl-91{margin-right:36.4rem !important}.me-xl-92{margin-right:36.8rem !important}.me-xl-93{margin-right:37.2rem !important}.me-xl-94{margin-right:37.6rem !important}.me-xl-95{margin-right:38rem !important}.me-xl-96{margin-right:38.4rem !important}.me-xl-97{margin-right:38.8rem !important}.me-xl-98{margin-right:39.2rem !important}.me-xl-99{margin-right:39.6rem !important}.me-xl-100{margin-right:40rem !important}}@media(min-width: 1400px){.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:.4rem !important}.me-xxl-2{margin-right:.8rem !important}.me-xxl-3{margin-right:1.2rem !important}.me-xxl-4{margin-right:1.6rem !important}.me-xxl-5{margin-right:2rem !important}.me-xxl-6{margin-right:2.4rem !important}.me-xxl-7{margin-right:2.8rem !important}.me-xxl-8{margin-right:3.2rem !important}.me-xxl-9{margin-right:3.6rem !important}.me-xxl-10{margin-right:4rem !important}.me-xxl-11{margin-right:4.4rem !important}.me-xxl-12{margin-right:4.8rem !important}.me-xxl-13{margin-right:5.2rem !important}.me-xxl-14{margin-right:5.6rem !important}.me-xxl-15{margin-right:6rem !important}.me-xxl-16{margin-right:6.4rem !important}.me-xxl-17{margin-right:6.8rem !important}.me-xxl-18{margin-right:7.2rem !important}.me-xxl-19{margin-right:7.6rem !important}.me-xxl-20{margin-right:8rem !important}.me-xxl-21{margin-right:8.4rem !important}.me-xxl-22{margin-right:8.8rem !important}.me-xxl-23{margin-right:9.2rem !important}.me-xxl-24{margin-right:9.6rem !important}.me-xxl-25{margin-right:10rem !important}.me-xxl-26{margin-right:10.4rem !important}.me-xxl-27{margin-right:10.8rem !important}.me-xxl-28{margin-right:11.2rem !important}.me-xxl-29{margin-right:11.6rem !important}.me-xxl-30{margin-right:12rem !important}.me-xxl-31{margin-right:12.4rem !important}.me-xxl-32{margin-right:12.8rem !important}.me-xxl-33{margin-right:13.2rem !important}.me-xxl-34{margin-right:13.6rem !important}.me-xxl-35{margin-right:14rem !important}.me-xxl-36{margin-right:14.4rem !important}.me-xxl-37{margin-right:14.8rem !important}.me-xxl-38{margin-right:15.2rem !important}.me-xxl-39{margin-right:15.6rem !important}.me-xxl-40{margin-right:16rem !important}.me-xxl-41{margin-right:16.4rem !important}.me-xxl-42{margin-right:16.8rem !important}.me-xxl-43{margin-right:17.2rem !important}.me-xxl-44{margin-right:17.6rem !important}.me-xxl-45{margin-right:18rem !important}.me-xxl-46{margin-right:18.4rem !important}.me-xxl-47{margin-right:18.8rem !important}.me-xxl-48{margin-right:19.2rem !important}.me-xxl-49{margin-right:19.6rem !important}.me-xxl-50{margin-right:20rem !important}.me-xxl-51{margin-right:20.4rem !important}.me-xxl-52{margin-right:20.8rem !important}.me-xxl-53{margin-right:21.2rem !important}.me-xxl-54{margin-right:21.6rem !important}.me-xxl-55{margin-right:22rem !important}.me-xxl-56{margin-right:22.4rem !important}.me-xxl-57{margin-right:22.8rem !important}.me-xxl-58{margin-right:23.2rem !important}.me-xxl-59{margin-right:23.6rem !important}.me-xxl-60{margin-right:24rem !important}.me-xxl-61{margin-right:24.4rem !important}.me-xxl-62{margin-right:24.8rem !important}.me-xxl-63{margin-right:25.2rem !important}.me-xxl-64{margin-right:25.6rem !important}.me-xxl-65{margin-right:26rem !important}.me-xxl-66{margin-right:26.4rem !important}.me-xxl-67{margin-right:26.8rem !important}.me-xxl-68{margin-right:27.2rem !important}.me-xxl-69{margin-right:27.6rem !important}.me-xxl-70{margin-right:28rem !important}.me-xxl-71{margin-right:28.4rem !important}.me-xxl-72{margin-right:28.8rem !important}.me-xxl-73{margin-right:29.2rem !important}.me-xxl-74{margin-right:29.6rem !important}.me-xxl-75{margin-right:30rem !important}.me-xxl-76{margin-right:30.4rem !important}.me-xxl-77{margin-right:30.8rem !important}.me-xxl-78{margin-right:31.2rem !important}.me-xxl-79{margin-right:31.6rem !important}.me-xxl-80{margin-right:32rem !important}.me-xxl-81{margin-right:32.4rem !important}.me-xxl-82{margin-right:32.8rem !important}.me-xxl-83{margin-right:33.2rem !important}.me-xxl-84{margin-right:33.6rem !important}.me-xxl-85{margin-right:34rem !important}.me-xxl-86{margin-right:34.4rem !important}.me-xxl-87{margin-right:34.8rem !important}.me-xxl-88{margin-right:35.2rem !important}.me-xxl-89{margin-right:35.6rem !important}.me-xxl-90{margin-right:36rem !important}.me-xxl-91{margin-right:36.4rem !important}.me-xxl-92{margin-right:36.8rem !important}.me-xxl-93{margin-right:37.2rem !important}.me-xxl-94{margin-right:37.6rem !important}.me-xxl-95{margin-right:38rem !important}.me-xxl-96{margin-right:38.4rem !important}.me-xxl-97{margin-right:38.8rem !important}.me-xxl-98{margin-right:39.2rem !important}.me-xxl-99{margin-right:39.6rem !important}.me-xxl-100{margin-right:40rem !important}}.mx-0{margin-left:0 !important;margin-right:0 !important}.mx-1{margin-left:.4rem !important;margin-right:.4rem !important}.mx-2{margin-left:.8rem !important;margin-right:.8rem !important}.mx-3{margin-left:1.2rem !important;margin-right:1.2rem !important}.mx-4{margin-left:1.6rem !important;margin-right:1.6rem !important}.mx-5{margin-left:2rem !important;margin-right:2rem !important}.mx-6{margin-left:2.4rem !important;margin-right:2.4rem !important}.mx-7{margin-left:2.8rem !important;margin-right:2.8rem !important}.mx-8{margin-left:3.2rem !important;margin-right:3.2rem !important}.mx-9{margin-left:3.6rem !important;margin-right:3.6rem !important}.mx-10{margin-left:4rem !important;margin-right:4rem !important}.mx-11{margin-left:4.4rem !important;margin-right:4.4rem !important}.mx-12{margin-left:4.8rem !important;margin-right:4.8rem !important}.mx-13{margin-left:5.2rem !important;margin-right:5.2rem !important}.mx-14{margin-left:5.6rem !important;margin-right:5.6rem !important}.mx-15{margin-left:6rem !important;margin-right:6rem !important}.mx-16{margin-left:6.4rem !important;margin-right:6.4rem !important}.mx-17{margin-left:6.8rem !important;margin-right:6.8rem !important}.mx-18{margin-left:7.2rem !important;margin-right:7.2rem !important}.mx-19{margin-left:7.6rem !important;margin-right:7.6rem !important}.mx-20{margin-left:8rem !important;margin-right:8rem !important}.mx-21{margin-left:8.4rem !important;margin-right:8.4rem !important}.mx-22{margin-left:8.8rem !important;margin-right:8.8rem !important}.mx-23{margin-left:9.2rem !important;margin-right:9.2rem !important}.mx-24{margin-left:9.6rem !important;margin-right:9.6rem !important}.mx-25{margin-left:10rem !important;margin-right:10rem !important}.mx-26{margin-left:10.4rem !important;margin-right:10.4rem !important}.mx-27{margin-left:10.8rem !important;margin-right:10.8rem !important}.mx-28{margin-left:11.2rem !important;margin-right:11.2rem !important}.mx-29{margin-left:11.6rem !important;margin-right:11.6rem !important}.mx-30{margin-left:12rem !important;margin-right:12rem !important}.mx-31{margin-left:12.4rem !important;margin-right:12.4rem !important}.mx-32{margin-left:12.8rem !important;margin-right:12.8rem !important}.mx-33{margin-left:13.2rem !important;margin-right:13.2rem !important}.mx-34{margin-left:13.6rem !important;margin-right:13.6rem !important}.mx-35{margin-left:14rem !important;margin-right:14rem !important}.mx-36{margin-left:14.4rem !important;margin-right:14.4rem !important}.mx-37{margin-left:14.8rem !important;margin-right:14.8rem !important}.mx-38{margin-left:15.2rem !important;margin-right:15.2rem !important}.mx-39{margin-left:15.6rem !important;margin-right:15.6rem !important}.mx-40{margin-left:16rem !important;margin-right:16rem !important}.mx-41{margin-left:16.4rem !important;margin-right:16.4rem !important}.mx-42{margin-left:16.8rem !important;margin-right:16.8rem !important}.mx-43{margin-left:17.2rem !important;margin-right:17.2rem !important}.mx-44{margin-left:17.6rem !important;margin-right:17.6rem !important}.mx-45{margin-left:18rem !important;margin-right:18rem !important}.mx-46{margin-left:18.4rem !important;margin-right:18.4rem !important}.mx-47{margin-left:18.8rem !important;margin-right:18.8rem !important}.mx-48{margin-left:19.2rem !important;margin-right:19.2rem !important}.mx-49{margin-left:19.6rem !important;margin-right:19.6rem !important}.mx-50{margin-left:20rem !important;margin-right:20rem !important}.mx-51{margin-left:20.4rem !important;margin-right:20.4rem !important}.mx-52{margin-left:20.8rem !important;margin-right:20.8rem !important}.mx-53{margin-left:21.2rem !important;margin-right:21.2rem !important}.mx-54{margin-left:21.6rem !important;margin-right:21.6rem !important}.mx-55{margin-left:22rem !important;margin-right:22rem !important}.mx-56{margin-left:22.4rem !important;margin-right:22.4rem !important}.mx-57{margin-left:22.8rem !important;margin-right:22.8rem !important}.mx-58{margin-left:23.2rem !important;margin-right:23.2rem !important}.mx-59{margin-left:23.6rem !important;margin-right:23.6rem !important}.mx-60{margin-left:24rem !important;margin-right:24rem !important}.mx-61{margin-left:24.4rem !important;margin-right:24.4rem !important}.mx-62{margin-left:24.8rem !important;margin-right:24.8rem !important}.mx-63{margin-left:25.2rem !important;margin-right:25.2rem !important}.mx-64{margin-left:25.6rem !important;margin-right:25.6rem !important}.mx-65{margin-left:26rem !important;margin-right:26rem !important}.mx-66{margin-left:26.4rem !important;margin-right:26.4rem !important}.mx-67{margin-left:26.8rem !important;margin-right:26.8rem !important}.mx-68{margin-left:27.2rem !important;margin-right:27.2rem !important}.mx-69{margin-left:27.6rem !important;margin-right:27.6rem !important}.mx-70{margin-left:28rem !important;margin-right:28rem !important}.mx-71{margin-left:28.4rem !important;margin-right:28.4rem !important}.mx-72{margin-left:28.8rem !important;margin-right:28.8rem !important}.mx-73{margin-left:29.2rem !important;margin-right:29.2rem !important}.mx-74{margin-left:29.6rem !important;margin-right:29.6rem !important}.mx-75{margin-left:30rem !important;margin-right:30rem !important}.mx-76{margin-left:30.4rem !important;margin-right:30.4rem !important}.mx-77{margin-left:30.8rem !important;margin-right:30.8rem !important}.mx-78{margin-left:31.2rem !important;margin-right:31.2rem !important}.mx-79{margin-left:31.6rem !important;margin-right:31.6rem !important}.mx-80{margin-left:32rem !important;margin-right:32rem !important}.mx-81{margin-left:32.4rem !important;margin-right:32.4rem !important}.mx-82{margin-left:32.8rem !important;margin-right:32.8rem !important}.mx-83{margin-left:33.2rem !important;margin-right:33.2rem !important}.mx-84{margin-left:33.6rem !important;margin-right:33.6rem !important}.mx-85{margin-left:34rem !important;margin-right:34rem !important}.mx-86{margin-left:34.4rem !important;margin-right:34.4rem !important}.mx-87{margin-left:34.8rem !important;margin-right:34.8rem !important}.mx-88{margin-left:35.2rem !important;margin-right:35.2rem !important}.mx-89{margin-left:35.6rem !important;margin-right:35.6rem !important}.mx-90{margin-left:36rem !important;margin-right:36rem !important}.mx-91{margin-left:36.4rem !important;margin-right:36.4rem !important}.mx-92{margin-left:36.8rem !important;margin-right:36.8rem !important}.mx-93{margin-left:37.2rem !important;margin-right:37.2rem !important}.mx-94{margin-left:37.6rem !important;margin-right:37.6rem !important}.mx-95{margin-left:38rem !important;margin-right:38rem !important}.mx-96{margin-left:38.4rem !important;margin-right:38.4rem !important}.mx-97{margin-left:38.8rem !important;margin-right:38.8rem !important}.mx-98{margin-left:39.2rem !important;margin-right:39.2rem !important}.mx-99{margin-left:39.6rem !important;margin-right:39.6rem !important}.mx-100{margin-left:40rem !important;margin-right:40rem !important}@media(min-width: 576px){.mx-sm-0{margin-left:0 !important;margin-right:0 !important}.mx-sm-1{margin-left:.4rem !important;margin-right:.4rem !important}.mx-sm-2{margin-left:.8rem !important;margin-right:.8rem !important}.mx-sm-3{margin-left:1.2rem !important;margin-right:1.2rem !important}.mx-sm-4{margin-left:1.6rem !important;margin-right:1.6rem !important}.mx-sm-5{margin-left:2rem !important;margin-right:2rem !important}.mx-sm-6{margin-left:2.4rem !important;margin-right:2.4rem !important}.mx-sm-7{margin-left:2.8rem !important;margin-right:2.8rem !important}.mx-sm-8{margin-left:3.2rem !important;margin-right:3.2rem !important}.mx-sm-9{margin-left:3.6rem !important;margin-right:3.6rem !important}.mx-sm-10{margin-left:4rem !important;margin-right:4rem !important}.mx-sm-11{margin-left:4.4rem !important;margin-right:4.4rem !important}.mx-sm-12{margin-left:4.8rem !important;margin-right:4.8rem !important}.mx-sm-13{margin-left:5.2rem !important;margin-right:5.2rem !important}.mx-sm-14{margin-left:5.6rem !important;margin-right:5.6rem !important}.mx-sm-15{margin-left:6rem !important;margin-right:6rem !important}.mx-sm-16{margin-left:6.4rem !important;margin-right:6.4rem !important}.mx-sm-17{margin-left:6.8rem !important;margin-right:6.8rem !important}.mx-sm-18{margin-left:7.2rem !important;margin-right:7.2rem !important}.mx-sm-19{margin-left:7.6rem !important;margin-right:7.6rem !important}.mx-sm-20{margin-left:8rem !important;margin-right:8rem !important}.mx-sm-21{margin-left:8.4rem !important;margin-right:8.4rem !important}.mx-sm-22{margin-left:8.8rem !important;margin-right:8.8rem !important}.mx-sm-23{margin-left:9.2rem !important;margin-right:9.2rem !important}.mx-sm-24{margin-left:9.6rem !important;margin-right:9.6rem !important}.mx-sm-25{margin-left:10rem !important;margin-right:10rem !important}.mx-sm-26{margin-left:10.4rem !important;margin-right:10.4rem !important}.mx-sm-27{margin-left:10.8rem !important;margin-right:10.8rem !important}.mx-sm-28{margin-left:11.2rem !important;margin-right:11.2rem !important}.mx-sm-29{margin-left:11.6rem !important;margin-right:11.6rem !important}.mx-sm-30{margin-left:12rem !important;margin-right:12rem !important}.mx-sm-31{margin-left:12.4rem !important;margin-right:12.4rem !important}.mx-sm-32{margin-left:12.8rem !important;margin-right:12.8rem !important}.mx-sm-33{margin-left:13.2rem !important;margin-right:13.2rem !important}.mx-sm-34{margin-left:13.6rem !important;margin-right:13.6rem !important}.mx-sm-35{margin-left:14rem !important;margin-right:14rem !important}.mx-sm-36{margin-left:14.4rem !important;margin-right:14.4rem !important}.mx-sm-37{margin-left:14.8rem !important;margin-right:14.8rem !important}.mx-sm-38{margin-left:15.2rem !important;margin-right:15.2rem !important}.mx-sm-39{margin-left:15.6rem !important;margin-right:15.6rem !important}.mx-sm-40{margin-left:16rem !important;margin-right:16rem !important}.mx-sm-41{margin-left:16.4rem !important;margin-right:16.4rem !important}.mx-sm-42{margin-left:16.8rem !important;margin-right:16.8rem !important}.mx-sm-43{margin-left:17.2rem !important;margin-right:17.2rem !important}.mx-sm-44{margin-left:17.6rem !important;margin-right:17.6rem !important}.mx-sm-45{margin-left:18rem !important;margin-right:18rem !important}.mx-sm-46{margin-left:18.4rem !important;margin-right:18.4rem !important}.mx-sm-47{margin-left:18.8rem !important;margin-right:18.8rem !important}.mx-sm-48{margin-left:19.2rem !important;margin-right:19.2rem !important}.mx-sm-49{margin-left:19.6rem !important;margin-right:19.6rem !important}.mx-sm-50{margin-left:20rem !important;margin-right:20rem !important}.mx-sm-51{margin-left:20.4rem !important;margin-right:20.4rem !important}.mx-sm-52{margin-left:20.8rem !important;margin-right:20.8rem !important}.mx-sm-53{margin-left:21.2rem !important;margin-right:21.2rem !important}.mx-sm-54{margin-left:21.6rem !important;margin-right:21.6rem !important}.mx-sm-55{margin-left:22rem !important;margin-right:22rem !important}.mx-sm-56{margin-left:22.4rem !important;margin-right:22.4rem !important}.mx-sm-57{margin-left:22.8rem !important;margin-right:22.8rem !important}.mx-sm-58{margin-left:23.2rem !important;margin-right:23.2rem !important}.mx-sm-59{margin-left:23.6rem !important;margin-right:23.6rem !important}.mx-sm-60{margin-left:24rem !important;margin-right:24rem !important}.mx-sm-61{margin-left:24.4rem !important;margin-right:24.4rem !important}.mx-sm-62{margin-left:24.8rem !important;margin-right:24.8rem !important}.mx-sm-63{margin-left:25.2rem !important;margin-right:25.2rem !important}.mx-sm-64{margin-left:25.6rem !important;margin-right:25.6rem !important}.mx-sm-65{margin-left:26rem !important;margin-right:26rem !important}.mx-sm-66{margin-left:26.4rem !important;margin-right:26.4rem !important}.mx-sm-67{margin-left:26.8rem !important;margin-right:26.8rem !important}.mx-sm-68{margin-left:27.2rem !important;margin-right:27.2rem !important}.mx-sm-69{margin-left:27.6rem !important;margin-right:27.6rem !important}.mx-sm-70{margin-left:28rem !important;margin-right:28rem !important}.mx-sm-71{margin-left:28.4rem !important;margin-right:28.4rem !important}.mx-sm-72{margin-left:28.8rem !important;margin-right:28.8rem !important}.mx-sm-73{margin-left:29.2rem !important;margin-right:29.2rem !important}.mx-sm-74{margin-left:29.6rem !important;margin-right:29.6rem !important}.mx-sm-75{margin-left:30rem !important;margin-right:30rem !important}.mx-sm-76{margin-left:30.4rem !important;margin-right:30.4rem !important}.mx-sm-77{margin-left:30.8rem !important;margin-right:30.8rem !important}.mx-sm-78{margin-left:31.2rem !important;margin-right:31.2rem !important}.mx-sm-79{margin-left:31.6rem !important;margin-right:31.6rem !important}.mx-sm-80{margin-left:32rem !important;margin-right:32rem !important}.mx-sm-81{margin-left:32.4rem !important;margin-right:32.4rem !important}.mx-sm-82{margin-left:32.8rem !important;margin-right:32.8rem !important}.mx-sm-83{margin-left:33.2rem !important;margin-right:33.2rem !important}.mx-sm-84{margin-left:33.6rem !important;margin-right:33.6rem !important}.mx-sm-85{margin-left:34rem !important;margin-right:34rem !important}.mx-sm-86{margin-left:34.4rem !important;margin-right:34.4rem !important}.mx-sm-87{margin-left:34.8rem !important;margin-right:34.8rem !important}.mx-sm-88{margin-left:35.2rem !important;margin-right:35.2rem !important}.mx-sm-89{margin-left:35.6rem !important;margin-right:35.6rem !important}.mx-sm-90{margin-left:36rem !important;margin-right:36rem !important}.mx-sm-91{margin-left:36.4rem !important;margin-right:36.4rem !important}.mx-sm-92{margin-left:36.8rem !important;margin-right:36.8rem !important}.mx-sm-93{margin-left:37.2rem !important;margin-right:37.2rem !important}.mx-sm-94{margin-left:37.6rem !important;margin-right:37.6rem !important}.mx-sm-95{margin-left:38rem !important;margin-right:38rem !important}.mx-sm-96{margin-left:38.4rem !important;margin-right:38.4rem !important}.mx-sm-97{margin-left:38.8rem !important;margin-right:38.8rem !important}.mx-sm-98{margin-left:39.2rem !important;margin-right:39.2rem !important}.mx-sm-99{margin-left:39.6rem !important;margin-right:39.6rem !important}.mx-sm-100{margin-left:40rem !important;margin-right:40rem !important}}@media(min-width: 768px){.mx-md-0{margin-left:0 !important;margin-right:0 !important}.mx-md-1{margin-left:.4rem !important;margin-right:.4rem !important}.mx-md-2{margin-left:.8rem !important;margin-right:.8rem !important}.mx-md-3{margin-left:1.2rem !important;margin-right:1.2rem !important}.mx-md-4{margin-left:1.6rem !important;margin-right:1.6rem !important}.mx-md-5{margin-left:2rem !important;margin-right:2rem !important}.mx-md-6{margin-left:2.4rem !important;margin-right:2.4rem !important}.mx-md-7{margin-left:2.8rem !important;margin-right:2.8rem !important}.mx-md-8{margin-left:3.2rem !important;margin-right:3.2rem !important}.mx-md-9{margin-left:3.6rem !important;margin-right:3.6rem !important}.mx-md-10{margin-left:4rem !important;margin-right:4rem !important}.mx-md-11{margin-left:4.4rem !important;margin-right:4.4rem !important}.mx-md-12{margin-left:4.8rem !important;margin-right:4.8rem !important}.mx-md-13{margin-left:5.2rem !important;margin-right:5.2rem !important}.mx-md-14{margin-left:5.6rem !important;margin-right:5.6rem !important}.mx-md-15{margin-left:6rem !important;margin-right:6rem !important}.mx-md-16{margin-left:6.4rem !important;margin-right:6.4rem !important}.mx-md-17{margin-left:6.8rem !important;margin-right:6.8rem !important}.mx-md-18{margin-left:7.2rem !important;margin-right:7.2rem !important}.mx-md-19{margin-left:7.6rem !important;margin-right:7.6rem !important}.mx-md-20{margin-left:8rem !important;margin-right:8rem !important}.mx-md-21{margin-left:8.4rem !important;margin-right:8.4rem !important}.mx-md-22{margin-left:8.8rem !important;margin-right:8.8rem !important}.mx-md-23{margin-left:9.2rem !important;margin-right:9.2rem !important}.mx-md-24{margin-left:9.6rem !important;margin-right:9.6rem !important}.mx-md-25{margin-left:10rem !important;margin-right:10rem !important}.mx-md-26{margin-left:10.4rem !important;margin-right:10.4rem !important}.mx-md-27{margin-left:10.8rem !important;margin-right:10.8rem !important}.mx-md-28{margin-left:11.2rem !important;margin-right:11.2rem !important}.mx-md-29{margin-left:11.6rem !important;margin-right:11.6rem !important}.mx-md-30{margin-left:12rem !important;margin-right:12rem !important}.mx-md-31{margin-left:12.4rem !important;margin-right:12.4rem !important}.mx-md-32{margin-left:12.8rem !important;margin-right:12.8rem !important}.mx-md-33{margin-left:13.2rem !important;margin-right:13.2rem !important}.mx-md-34{margin-left:13.6rem !important;margin-right:13.6rem !important}.mx-md-35{margin-left:14rem !important;margin-right:14rem !important}.mx-md-36{margin-left:14.4rem !important;margin-right:14.4rem !important}.mx-md-37{margin-left:14.8rem !important;margin-right:14.8rem !important}.mx-md-38{margin-left:15.2rem !important;margin-right:15.2rem !important}.mx-md-39{margin-left:15.6rem !important;margin-right:15.6rem !important}.mx-md-40{margin-left:16rem !important;margin-right:16rem !important}.mx-md-41{margin-left:16.4rem !important;margin-right:16.4rem !important}.mx-md-42{margin-left:16.8rem !important;margin-right:16.8rem !important}.mx-md-43{margin-left:17.2rem !important;margin-right:17.2rem !important}.mx-md-44{margin-left:17.6rem !important;margin-right:17.6rem !important}.mx-md-45{margin-left:18rem !important;margin-right:18rem !important}.mx-md-46{margin-left:18.4rem !important;margin-right:18.4rem !important}.mx-md-47{margin-left:18.8rem !important;margin-right:18.8rem !important}.mx-md-48{margin-left:19.2rem !important;margin-right:19.2rem !important}.mx-md-49{margin-left:19.6rem !important;margin-right:19.6rem !important}.mx-md-50{margin-left:20rem !important;margin-right:20rem !important}.mx-md-51{margin-left:20.4rem !important;margin-right:20.4rem !important}.mx-md-52{margin-left:20.8rem !important;margin-right:20.8rem !important}.mx-md-53{margin-left:21.2rem !important;margin-right:21.2rem !important}.mx-md-54{margin-left:21.6rem !important;margin-right:21.6rem !important}.mx-md-55{margin-left:22rem !important;margin-right:22rem !important}.mx-md-56{margin-left:22.4rem !important;margin-right:22.4rem !important}.mx-md-57{margin-left:22.8rem !important;margin-right:22.8rem !important}.mx-md-58{margin-left:23.2rem !important;margin-right:23.2rem !important}.mx-md-59{margin-left:23.6rem !important;margin-right:23.6rem !important}.mx-md-60{margin-left:24rem !important;margin-right:24rem !important}.mx-md-61{margin-left:24.4rem !important;margin-right:24.4rem !important}.mx-md-62{margin-left:24.8rem !important;margin-right:24.8rem !important}.mx-md-63{margin-left:25.2rem !important;margin-right:25.2rem !important}.mx-md-64{margin-left:25.6rem !important;margin-right:25.6rem !important}.mx-md-65{margin-left:26rem !important;margin-right:26rem !important}.mx-md-66{margin-left:26.4rem !important;margin-right:26.4rem !important}.mx-md-67{margin-left:26.8rem !important;margin-right:26.8rem !important}.mx-md-68{margin-left:27.2rem !important;margin-right:27.2rem !important}.mx-md-69{margin-left:27.6rem !important;margin-right:27.6rem !important}.mx-md-70{margin-left:28rem !important;margin-right:28rem !important}.mx-md-71{margin-left:28.4rem !important;margin-right:28.4rem !important}.mx-md-72{margin-left:28.8rem !important;margin-right:28.8rem !important}.mx-md-73{margin-left:29.2rem !important;margin-right:29.2rem !important}.mx-md-74{margin-left:29.6rem !important;margin-right:29.6rem !important}.mx-md-75{margin-left:30rem !important;margin-right:30rem !important}.mx-md-76{margin-left:30.4rem !important;margin-right:30.4rem !important}.mx-md-77{margin-left:30.8rem !important;margin-right:30.8rem !important}.mx-md-78{margin-left:31.2rem !important;margin-right:31.2rem !important}.mx-md-79{margin-left:31.6rem !important;margin-right:31.6rem !important}.mx-md-80{margin-left:32rem !important;margin-right:32rem !important}.mx-md-81{margin-left:32.4rem !important;margin-right:32.4rem !important}.mx-md-82{margin-left:32.8rem !important;margin-right:32.8rem !important}.mx-md-83{margin-left:33.2rem !important;margin-right:33.2rem !important}.mx-md-84{margin-left:33.6rem !important;margin-right:33.6rem !important}.mx-md-85{margin-left:34rem !important;margin-right:34rem !important}.mx-md-86{margin-left:34.4rem !important;margin-right:34.4rem !important}.mx-md-87{margin-left:34.8rem !important;margin-right:34.8rem !important}.mx-md-88{margin-left:35.2rem !important;margin-right:35.2rem !important}.mx-md-89{margin-left:35.6rem !important;margin-right:35.6rem !important}.mx-md-90{margin-left:36rem !important;margin-right:36rem !important}.mx-md-91{margin-left:36.4rem !important;margin-right:36.4rem !important}.mx-md-92{margin-left:36.8rem !important;margin-right:36.8rem !important}.mx-md-93{margin-left:37.2rem !important;margin-right:37.2rem !important}.mx-md-94{margin-left:37.6rem !important;margin-right:37.6rem !important}.mx-md-95{margin-left:38rem !important;margin-right:38rem !important}.mx-md-96{margin-left:38.4rem !important;margin-right:38.4rem !important}.mx-md-97{margin-left:38.8rem !important;margin-right:38.8rem !important}.mx-md-98{margin-left:39.2rem !important;margin-right:39.2rem !important}.mx-md-99{margin-left:39.6rem !important;margin-right:39.6rem !important}.mx-md-100{margin-left:40rem !important;margin-right:40rem !important}}@media(min-width: 992px){.mx-lg-0{margin-left:0 !important;margin-right:0 !important}.mx-lg-1{margin-left:.4rem !important;margin-right:.4rem !important}.mx-lg-2{margin-left:.8rem !important;margin-right:.8rem !important}.mx-lg-3{margin-left:1.2rem !important;margin-right:1.2rem !important}.mx-lg-4{margin-left:1.6rem !important;margin-right:1.6rem !important}.mx-lg-5{margin-left:2rem !important;margin-right:2rem !important}.mx-lg-6{margin-left:2.4rem !important;margin-right:2.4rem !important}.mx-lg-7{margin-left:2.8rem !important;margin-right:2.8rem !important}.mx-lg-8{margin-left:3.2rem !important;margin-right:3.2rem !important}.mx-lg-9{margin-left:3.6rem !important;margin-right:3.6rem !important}.mx-lg-10{margin-left:4rem !important;margin-right:4rem !important}.mx-lg-11{margin-left:4.4rem !important;margin-right:4.4rem !important}.mx-lg-12{margin-left:4.8rem !important;margin-right:4.8rem !important}.mx-lg-13{margin-left:5.2rem !important;margin-right:5.2rem !important}.mx-lg-14{margin-left:5.6rem !important;margin-right:5.6rem !important}.mx-lg-15{margin-left:6rem !important;margin-right:6rem !important}.mx-lg-16{margin-left:6.4rem !important;margin-right:6.4rem !important}.mx-lg-17{margin-left:6.8rem !important;margin-right:6.8rem !important}.mx-lg-18{margin-left:7.2rem !important;margin-right:7.2rem !important}.mx-lg-19{margin-left:7.6rem !important;margin-right:7.6rem !important}.mx-lg-20{margin-left:8rem !important;margin-right:8rem !important}.mx-lg-21{margin-left:8.4rem !important;margin-right:8.4rem !important}.mx-lg-22{margin-left:8.8rem !important;margin-right:8.8rem !important}.mx-lg-23{margin-left:9.2rem !important;margin-right:9.2rem !important}.mx-lg-24{margin-left:9.6rem !important;margin-right:9.6rem !important}.mx-lg-25{margin-left:10rem !important;margin-right:10rem !important}.mx-lg-26{margin-left:10.4rem !important;margin-right:10.4rem !important}.mx-lg-27{margin-left:10.8rem !important;margin-right:10.8rem !important}.mx-lg-28{margin-left:11.2rem !important;margin-right:11.2rem !important}.mx-lg-29{margin-left:11.6rem !important;margin-right:11.6rem !important}.mx-lg-30{margin-left:12rem !important;margin-right:12rem !important}.mx-lg-31{margin-left:12.4rem !important;margin-right:12.4rem !important}.mx-lg-32{margin-left:12.8rem !important;margin-right:12.8rem !important}.mx-lg-33{margin-left:13.2rem !important;margin-right:13.2rem !important}.mx-lg-34{margin-left:13.6rem !important;margin-right:13.6rem !important}.mx-lg-35{margin-left:14rem !important;margin-right:14rem !important}.mx-lg-36{margin-left:14.4rem !important;margin-right:14.4rem !important}.mx-lg-37{margin-left:14.8rem !important;margin-right:14.8rem !important}.mx-lg-38{margin-left:15.2rem !important;margin-right:15.2rem !important}.mx-lg-39{margin-left:15.6rem !important;margin-right:15.6rem !important}.mx-lg-40{margin-left:16rem !important;margin-right:16rem !important}.mx-lg-41{margin-left:16.4rem !important;margin-right:16.4rem !important}.mx-lg-42{margin-left:16.8rem !important;margin-right:16.8rem !important}.mx-lg-43{margin-left:17.2rem !important;margin-right:17.2rem !important}.mx-lg-44{margin-left:17.6rem !important;margin-right:17.6rem !important}.mx-lg-45{margin-left:18rem !important;margin-right:18rem !important}.mx-lg-46{margin-left:18.4rem !important;margin-right:18.4rem !important}.mx-lg-47{margin-left:18.8rem !important;margin-right:18.8rem !important}.mx-lg-48{margin-left:19.2rem !important;margin-right:19.2rem !important}.mx-lg-49{margin-left:19.6rem !important;margin-right:19.6rem !important}.mx-lg-50{margin-left:20rem !important;margin-right:20rem !important}.mx-lg-51{margin-left:20.4rem !important;margin-right:20.4rem !important}.mx-lg-52{margin-left:20.8rem !important;margin-right:20.8rem !important}.mx-lg-53{margin-left:21.2rem !important;margin-right:21.2rem !important}.mx-lg-54{margin-left:21.6rem !important;margin-right:21.6rem !important}.mx-lg-55{margin-left:22rem !important;margin-right:22rem !important}.mx-lg-56{margin-left:22.4rem !important;margin-right:22.4rem !important}.mx-lg-57{margin-left:22.8rem !important;margin-right:22.8rem !important}.mx-lg-58{margin-left:23.2rem !important;margin-right:23.2rem !important}.mx-lg-59{margin-left:23.6rem !important;margin-right:23.6rem !important}.mx-lg-60{margin-left:24rem !important;margin-right:24rem !important}.mx-lg-61{margin-left:24.4rem !important;margin-right:24.4rem !important}.mx-lg-62{margin-left:24.8rem !important;margin-right:24.8rem !important}.mx-lg-63{margin-left:25.2rem !important;margin-right:25.2rem !important}.mx-lg-64{margin-left:25.6rem !important;margin-right:25.6rem !important}.mx-lg-65{margin-left:26rem !important;margin-right:26rem !important}.mx-lg-66{margin-left:26.4rem !important;margin-right:26.4rem !important}.mx-lg-67{margin-left:26.8rem !important;margin-right:26.8rem !important}.mx-lg-68{margin-left:27.2rem !important;margin-right:27.2rem !important}.mx-lg-69{margin-left:27.6rem !important;margin-right:27.6rem !important}.mx-lg-70{margin-left:28rem !important;margin-right:28rem !important}.mx-lg-71{margin-left:28.4rem !important;margin-right:28.4rem !important}.mx-lg-72{margin-left:28.8rem !important;margin-right:28.8rem !important}.mx-lg-73{margin-left:29.2rem !important;margin-right:29.2rem !important}.mx-lg-74{margin-left:29.6rem !important;margin-right:29.6rem !important}.mx-lg-75{margin-left:30rem !important;margin-right:30rem !important}.mx-lg-76{margin-left:30.4rem !important;margin-right:30.4rem !important}.mx-lg-77{margin-left:30.8rem !important;margin-right:30.8rem !important}.mx-lg-78{margin-left:31.2rem !important;margin-right:31.2rem !important}.mx-lg-79{margin-left:31.6rem !important;margin-right:31.6rem !important}.mx-lg-80{margin-left:32rem !important;margin-right:32rem !important}.mx-lg-81{margin-left:32.4rem !important;margin-right:32.4rem !important}.mx-lg-82{margin-left:32.8rem !important;margin-right:32.8rem !important}.mx-lg-83{margin-left:33.2rem !important;margin-right:33.2rem !important}.mx-lg-84{margin-left:33.6rem !important;margin-right:33.6rem !important}.mx-lg-85{margin-left:34rem !important;margin-right:34rem !important}.mx-lg-86{margin-left:34.4rem !important;margin-right:34.4rem !important}.mx-lg-87{margin-left:34.8rem !important;margin-right:34.8rem !important}.mx-lg-88{margin-left:35.2rem !important;margin-right:35.2rem !important}.mx-lg-89{margin-left:35.6rem !important;margin-right:35.6rem !important}.mx-lg-90{margin-left:36rem !important;margin-right:36rem !important}.mx-lg-91{margin-left:36.4rem !important;margin-right:36.4rem !important}.mx-lg-92{margin-left:36.8rem !important;margin-right:36.8rem !important}.mx-lg-93{margin-left:37.2rem !important;margin-right:37.2rem !important}.mx-lg-94{margin-left:37.6rem !important;margin-right:37.6rem !important}.mx-lg-95{margin-left:38rem !important;margin-right:38rem !important}.mx-lg-96{margin-left:38.4rem !important;margin-right:38.4rem !important}.mx-lg-97{margin-left:38.8rem !important;margin-right:38.8rem !important}.mx-lg-98{margin-left:39.2rem !important;margin-right:39.2rem !important}.mx-lg-99{margin-left:39.6rem !important;margin-right:39.6rem !important}.mx-lg-100{margin-left:40rem !important;margin-right:40rem !important}}@media(min-width: 1200px){.mx-xl-0{margin-left:0 !important;margin-right:0 !important}.mx-xl-1{margin-left:.4rem !important;margin-right:.4rem !important}.mx-xl-2{margin-left:.8rem !important;margin-right:.8rem !important}.mx-xl-3{margin-left:1.2rem !important;margin-right:1.2rem !important}.mx-xl-4{margin-left:1.6rem !important;margin-right:1.6rem !important}.mx-xl-5{margin-left:2rem !important;margin-right:2rem !important}.mx-xl-6{margin-left:2.4rem !important;margin-right:2.4rem !important}.mx-xl-7{margin-left:2.8rem !important;margin-right:2.8rem !important}.mx-xl-8{margin-left:3.2rem !important;margin-right:3.2rem !important}.mx-xl-9{margin-left:3.6rem !important;margin-right:3.6rem !important}.mx-xl-10{margin-left:4rem !important;margin-right:4rem !important}.mx-xl-11{margin-left:4.4rem !important;margin-right:4.4rem !important}.mx-xl-12{margin-left:4.8rem !important;margin-right:4.8rem !important}.mx-xl-13{margin-left:5.2rem !important;margin-right:5.2rem !important}.mx-xl-14{margin-left:5.6rem !important;margin-right:5.6rem !important}.mx-xl-15{margin-left:6rem !important;margin-right:6rem !important}.mx-xl-16{margin-left:6.4rem !important;margin-right:6.4rem !important}.mx-xl-17{margin-left:6.8rem !important;margin-right:6.8rem !important}.mx-xl-18{margin-left:7.2rem !important;margin-right:7.2rem !important}.mx-xl-19{margin-left:7.6rem !important;margin-right:7.6rem !important}.mx-xl-20{margin-left:8rem !important;margin-right:8rem !important}.mx-xl-21{margin-left:8.4rem !important;margin-right:8.4rem !important}.mx-xl-22{margin-left:8.8rem !important;margin-right:8.8rem !important}.mx-xl-23{margin-left:9.2rem !important;margin-right:9.2rem !important}.mx-xl-24{margin-left:9.6rem !important;margin-right:9.6rem !important}.mx-xl-25{margin-left:10rem !important;margin-right:10rem !important}.mx-xl-26{margin-left:10.4rem !important;margin-right:10.4rem !important}.mx-xl-27{margin-left:10.8rem !important;margin-right:10.8rem !important}.mx-xl-28{margin-left:11.2rem !important;margin-right:11.2rem !important}.mx-xl-29{margin-left:11.6rem !important;margin-right:11.6rem !important}.mx-xl-30{margin-left:12rem !important;margin-right:12rem !important}.mx-xl-31{margin-left:12.4rem !important;margin-right:12.4rem !important}.mx-xl-32{margin-left:12.8rem !important;margin-right:12.8rem !important}.mx-xl-33{margin-left:13.2rem !important;margin-right:13.2rem !important}.mx-xl-34{margin-left:13.6rem !important;margin-right:13.6rem !important}.mx-xl-35{margin-left:14rem !important;margin-right:14rem !important}.mx-xl-36{margin-left:14.4rem !important;margin-right:14.4rem !important}.mx-xl-37{margin-left:14.8rem !important;margin-right:14.8rem !important}.mx-xl-38{margin-left:15.2rem !important;margin-right:15.2rem !important}.mx-xl-39{margin-left:15.6rem !important;margin-right:15.6rem !important}.mx-xl-40{margin-left:16rem !important;margin-right:16rem !important}.mx-xl-41{margin-left:16.4rem !important;margin-right:16.4rem !important}.mx-xl-42{margin-left:16.8rem !important;margin-right:16.8rem !important}.mx-xl-43{margin-left:17.2rem !important;margin-right:17.2rem !important}.mx-xl-44{margin-left:17.6rem !important;margin-right:17.6rem !important}.mx-xl-45{margin-left:18rem !important;margin-right:18rem !important}.mx-xl-46{margin-left:18.4rem !important;margin-right:18.4rem !important}.mx-xl-47{margin-left:18.8rem !important;margin-right:18.8rem !important}.mx-xl-48{margin-left:19.2rem !important;margin-right:19.2rem !important}.mx-xl-49{margin-left:19.6rem !important;margin-right:19.6rem !important}.mx-xl-50{margin-left:20rem !important;margin-right:20rem !important}.mx-xl-51{margin-left:20.4rem !important;margin-right:20.4rem !important}.mx-xl-52{margin-left:20.8rem !important;margin-right:20.8rem !important}.mx-xl-53{margin-left:21.2rem !important;margin-right:21.2rem !important}.mx-xl-54{margin-left:21.6rem !important;margin-right:21.6rem !important}.mx-xl-55{margin-left:22rem !important;margin-right:22rem !important}.mx-xl-56{margin-left:22.4rem !important;margin-right:22.4rem !important}.mx-xl-57{margin-left:22.8rem !important;margin-right:22.8rem !important}.mx-xl-58{margin-left:23.2rem !important;margin-right:23.2rem !important}.mx-xl-59{margin-left:23.6rem !important;margin-right:23.6rem !important}.mx-xl-60{margin-left:24rem !important;margin-right:24rem !important}.mx-xl-61{margin-left:24.4rem !important;margin-right:24.4rem !important}.mx-xl-62{margin-left:24.8rem !important;margin-right:24.8rem !important}.mx-xl-63{margin-left:25.2rem !important;margin-right:25.2rem !important}.mx-xl-64{margin-left:25.6rem !important;margin-right:25.6rem !important}.mx-xl-65{margin-left:26rem !important;margin-right:26rem !important}.mx-xl-66{margin-left:26.4rem !important;margin-right:26.4rem !important}.mx-xl-67{margin-left:26.8rem !important;margin-right:26.8rem !important}.mx-xl-68{margin-left:27.2rem !important;margin-right:27.2rem !important}.mx-xl-69{margin-left:27.6rem !important;margin-right:27.6rem !important}.mx-xl-70{margin-left:28rem !important;margin-right:28rem !important}.mx-xl-71{margin-left:28.4rem !important;margin-right:28.4rem !important}.mx-xl-72{margin-left:28.8rem !important;margin-right:28.8rem !important}.mx-xl-73{margin-left:29.2rem !important;margin-right:29.2rem !important}.mx-xl-74{margin-left:29.6rem !important;margin-right:29.6rem !important}.mx-xl-75{margin-left:30rem !important;margin-right:30rem !important}.mx-xl-76{margin-left:30.4rem !important;margin-right:30.4rem !important}.mx-xl-77{margin-left:30.8rem !important;margin-right:30.8rem !important}.mx-xl-78{margin-left:31.2rem !important;margin-right:31.2rem !important}.mx-xl-79{margin-left:31.6rem !important;margin-right:31.6rem !important}.mx-xl-80{margin-left:32rem !important;margin-right:32rem !important}.mx-xl-81{margin-left:32.4rem !important;margin-right:32.4rem !important}.mx-xl-82{margin-left:32.8rem !important;margin-right:32.8rem !important}.mx-xl-83{margin-left:33.2rem !important;margin-right:33.2rem !important}.mx-xl-84{margin-left:33.6rem !important;margin-right:33.6rem !important}.mx-xl-85{margin-left:34rem !important;margin-right:34rem !important}.mx-xl-86{margin-left:34.4rem !important;margin-right:34.4rem !important}.mx-xl-87{margin-left:34.8rem !important;margin-right:34.8rem !important}.mx-xl-88{margin-left:35.2rem !important;margin-right:35.2rem !important}.mx-xl-89{margin-left:35.6rem !important;margin-right:35.6rem !important}.mx-xl-90{margin-left:36rem !important;margin-right:36rem !important}.mx-xl-91{margin-left:36.4rem !important;margin-right:36.4rem !important}.mx-xl-92{margin-left:36.8rem !important;margin-right:36.8rem !important}.mx-xl-93{margin-left:37.2rem !important;margin-right:37.2rem !important}.mx-xl-94{margin-left:37.6rem !important;margin-right:37.6rem !important}.mx-xl-95{margin-left:38rem !important;margin-right:38rem !important}.mx-xl-96{margin-left:38.4rem !important;margin-right:38.4rem !important}.mx-xl-97{margin-left:38.8rem !important;margin-right:38.8rem !important}.mx-xl-98{margin-left:39.2rem !important;margin-right:39.2rem !important}.mx-xl-99{margin-left:39.6rem !important;margin-right:39.6rem !important}.mx-xl-100{margin-left:40rem !important;margin-right:40rem !important}}@media(min-width: 1400px){.mx-xxl-0{margin-left:0 !important;margin-right:0 !important}.mx-xxl-1{margin-left:.4rem !important;margin-right:.4rem !important}.mx-xxl-2{margin-left:.8rem !important;margin-right:.8rem !important}.mx-xxl-3{margin-left:1.2rem !important;margin-right:1.2rem !important}.mx-xxl-4{margin-left:1.6rem !important;margin-right:1.6rem !important}.mx-xxl-5{margin-left:2rem !important;margin-right:2rem !important}.mx-xxl-6{margin-left:2.4rem !important;margin-right:2.4rem !important}.mx-xxl-7{margin-left:2.8rem !important;margin-right:2.8rem !important}.mx-xxl-8{margin-left:3.2rem !important;margin-right:3.2rem !important}.mx-xxl-9{margin-left:3.6rem !important;margin-right:3.6rem !important}.mx-xxl-10{margin-left:4rem !important;margin-right:4rem !important}.mx-xxl-11{margin-left:4.4rem !important;margin-right:4.4rem !important}.mx-xxl-12{margin-left:4.8rem !important;margin-right:4.8rem !important}.mx-xxl-13{margin-left:5.2rem !important;margin-right:5.2rem !important}.mx-xxl-14{margin-left:5.6rem !important;margin-right:5.6rem !important}.mx-xxl-15{margin-left:6rem !important;margin-right:6rem !important}.mx-xxl-16{margin-left:6.4rem !important;margin-right:6.4rem !important}.mx-xxl-17{margin-left:6.8rem !important;margin-right:6.8rem !important}.mx-xxl-18{margin-left:7.2rem !important;margin-right:7.2rem !important}.mx-xxl-19{margin-left:7.6rem !important;margin-right:7.6rem !important}.mx-xxl-20{margin-left:8rem !important;margin-right:8rem !important}.mx-xxl-21{margin-left:8.4rem !important;margin-right:8.4rem !important}.mx-xxl-22{margin-left:8.8rem !important;margin-right:8.8rem !important}.mx-xxl-23{margin-left:9.2rem !important;margin-right:9.2rem !important}.mx-xxl-24{margin-left:9.6rem !important;margin-right:9.6rem !important}.mx-xxl-25{margin-left:10rem !important;margin-right:10rem !important}.mx-xxl-26{margin-left:10.4rem !important;margin-right:10.4rem !important}.mx-xxl-27{margin-left:10.8rem !important;margin-right:10.8rem !important}.mx-xxl-28{margin-left:11.2rem !important;margin-right:11.2rem !important}.mx-xxl-29{margin-left:11.6rem !important;margin-right:11.6rem !important}.mx-xxl-30{margin-left:12rem !important;margin-right:12rem !important}.mx-xxl-31{margin-left:12.4rem !important;margin-right:12.4rem !important}.mx-xxl-32{margin-left:12.8rem !important;margin-right:12.8rem !important}.mx-xxl-33{margin-left:13.2rem !important;margin-right:13.2rem !important}.mx-xxl-34{margin-left:13.6rem !important;margin-right:13.6rem !important}.mx-xxl-35{margin-left:14rem !important;margin-right:14rem !important}.mx-xxl-36{margin-left:14.4rem !important;margin-right:14.4rem !important}.mx-xxl-37{margin-left:14.8rem !important;margin-right:14.8rem !important}.mx-xxl-38{margin-left:15.2rem !important;margin-right:15.2rem !important}.mx-xxl-39{margin-left:15.6rem !important;margin-right:15.6rem !important}.mx-xxl-40{margin-left:16rem !important;margin-right:16rem !important}.mx-xxl-41{margin-left:16.4rem !important;margin-right:16.4rem !important}.mx-xxl-42{margin-left:16.8rem !important;margin-right:16.8rem !important}.mx-xxl-43{margin-left:17.2rem !important;margin-right:17.2rem !important}.mx-xxl-44{margin-left:17.6rem !important;margin-right:17.6rem !important}.mx-xxl-45{margin-left:18rem !important;margin-right:18rem !important}.mx-xxl-46{margin-left:18.4rem !important;margin-right:18.4rem !important}.mx-xxl-47{margin-left:18.8rem !important;margin-right:18.8rem !important}.mx-xxl-48{margin-left:19.2rem !important;margin-right:19.2rem !important}.mx-xxl-49{margin-left:19.6rem !important;margin-right:19.6rem !important}.mx-xxl-50{margin-left:20rem !important;margin-right:20rem !important}.mx-xxl-51{margin-left:20.4rem !important;margin-right:20.4rem !important}.mx-xxl-52{margin-left:20.8rem !important;margin-right:20.8rem !important}.mx-xxl-53{margin-left:21.2rem !important;margin-right:21.2rem !important}.mx-xxl-54{margin-left:21.6rem !important;margin-right:21.6rem !important}.mx-xxl-55{margin-left:22rem !important;margin-right:22rem !important}.mx-xxl-56{margin-left:22.4rem !important;margin-right:22.4rem !important}.mx-xxl-57{margin-left:22.8rem !important;margin-right:22.8rem !important}.mx-xxl-58{margin-left:23.2rem !important;margin-right:23.2rem !important}.mx-xxl-59{margin-left:23.6rem !important;margin-right:23.6rem !important}.mx-xxl-60{margin-left:24rem !important;margin-right:24rem !important}.mx-xxl-61{margin-left:24.4rem !important;margin-right:24.4rem !important}.mx-xxl-62{margin-left:24.8rem !important;margin-right:24.8rem !important}.mx-xxl-63{margin-left:25.2rem !important;margin-right:25.2rem !important}.mx-xxl-64{margin-left:25.6rem !important;margin-right:25.6rem !important}.mx-xxl-65{margin-left:26rem !important;margin-right:26rem !important}.mx-xxl-66{margin-left:26.4rem !important;margin-right:26.4rem !important}.mx-xxl-67{margin-left:26.8rem !important;margin-right:26.8rem !important}.mx-xxl-68{margin-left:27.2rem !important;margin-right:27.2rem !important}.mx-xxl-69{margin-left:27.6rem !important;margin-right:27.6rem !important}.mx-xxl-70{margin-left:28rem !important;margin-right:28rem !important}.mx-xxl-71{margin-left:28.4rem !important;margin-right:28.4rem !important}.mx-xxl-72{margin-left:28.8rem !important;margin-right:28.8rem !important}.mx-xxl-73{margin-left:29.2rem !important;margin-right:29.2rem !important}.mx-xxl-74{margin-left:29.6rem !important;margin-right:29.6rem !important}.mx-xxl-75{margin-left:30rem !important;margin-right:30rem !important}.mx-xxl-76{margin-left:30.4rem !important;margin-right:30.4rem !important}.mx-xxl-77{margin-left:30.8rem !important;margin-right:30.8rem !important}.mx-xxl-78{margin-left:31.2rem !important;margin-right:31.2rem !important}.mx-xxl-79{margin-left:31.6rem !important;margin-right:31.6rem !important}.mx-xxl-80{margin-left:32rem !important;margin-right:32rem !important}.mx-xxl-81{margin-left:32.4rem !important;margin-right:32.4rem !important}.mx-xxl-82{margin-left:32.8rem !important;margin-right:32.8rem !important}.mx-xxl-83{margin-left:33.2rem !important;margin-right:33.2rem !important}.mx-xxl-84{margin-left:33.6rem !important;margin-right:33.6rem !important}.mx-xxl-85{margin-left:34rem !important;margin-right:34rem !important}.mx-xxl-86{margin-left:34.4rem !important;margin-right:34.4rem !important}.mx-xxl-87{margin-left:34.8rem !important;margin-right:34.8rem !important}.mx-xxl-88{margin-left:35.2rem !important;margin-right:35.2rem !important}.mx-xxl-89{margin-left:35.6rem !important;margin-right:35.6rem !important}.mx-xxl-90{margin-left:36rem !important;margin-right:36rem !important}.mx-xxl-91{margin-left:36.4rem !important;margin-right:36.4rem !important}.mx-xxl-92{margin-left:36.8rem !important;margin-right:36.8rem !important}.mx-xxl-93{margin-left:37.2rem !important;margin-right:37.2rem !important}.mx-xxl-94{margin-left:37.6rem !important;margin-right:37.6rem !important}.mx-xxl-95{margin-left:38rem !important;margin-right:38rem !important}.mx-xxl-96{margin-left:38.4rem !important;margin-right:38.4rem !important}.mx-xxl-97{margin-left:38.8rem !important;margin-right:38.8rem !important}.mx-xxl-98{margin-left:39.2rem !important;margin-right:39.2rem !important}.mx-xxl-99{margin-left:39.6rem !important;margin-right:39.6rem !important}.mx-xxl-100{margin-left:40rem !important;margin-right:40rem !important}}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-2{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-3{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-4{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-5{margin-top:2rem !important;margin-bottom:2rem !important}.my-6{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-7{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-8{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-9{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-10{margin-top:4rem !important;margin-bottom:4rem !important}.my-11{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-12{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-13{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-14{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-15{margin-top:6rem !important;margin-bottom:6rem !important}.my-16{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-17{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-18{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-19{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-20{margin-top:8rem !important;margin-bottom:8rem !important}.my-21{margin-top:8.4rem !important;margin-bottom:8.4rem !important}.my-22{margin-top:8.8rem !important;margin-bottom:8.8rem !important}.my-23{margin-top:9.2rem !important;margin-bottom:9.2rem !important}.my-24{margin-top:9.6rem !important;margin-bottom:9.6rem !important}.my-25{margin-top:10rem !important;margin-bottom:10rem !important}.my-26{margin-top:10.4rem !important;margin-bottom:10.4rem !important}.my-27{margin-top:10.8rem !important;margin-bottom:10.8rem !important}.my-28{margin-top:11.2rem !important;margin-bottom:11.2rem !important}.my-29{margin-top:11.6rem !important;margin-bottom:11.6rem !important}.my-30{margin-top:12rem !important;margin-bottom:12rem !important}.my-31{margin-top:12.4rem !important;margin-bottom:12.4rem !important}.my-32{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-33{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-34{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-35{margin-top:14rem !important;margin-bottom:14rem !important}.my-36{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-37{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-38{margin-top:15.2rem !important;margin-bottom:15.2rem !important}.my-39{margin-top:15.6rem !important;margin-bottom:15.6rem !important}.my-40{margin-top:16rem !important;margin-bottom:16rem !important}.my-41{margin-top:16.4rem !important;margin-bottom:16.4rem !important}.my-42{margin-top:16.8rem !important;margin-bottom:16.8rem !important}.my-43{margin-top:17.2rem !important;margin-bottom:17.2rem !important}.my-44{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-45{margin-top:18rem !important;margin-bottom:18rem !important}.my-46{margin-top:18.4rem !important;margin-bottom:18.4rem !important}.my-47{margin-top:18.8rem !important;margin-bottom:18.8rem !important}.my-48{margin-top:19.2rem !important;margin-bottom:19.2rem !important}.my-49{margin-top:19.6rem !important;margin-bottom:19.6rem !important}.my-50{margin-top:20rem !important;margin-bottom:20rem !important}.my-51{margin-top:20.4rem !important;margin-bottom:20.4rem !important}.my-52{margin-top:20.8rem !important;margin-bottom:20.8rem !important}.my-53{margin-top:21.2rem !important;margin-bottom:21.2rem !important}.my-54{margin-top:21.6rem !important;margin-bottom:21.6rem !important}.my-55{margin-top:22rem !important;margin-bottom:22rem !important}.my-56{margin-top:22.4rem !important;margin-bottom:22.4rem !important}.my-57{margin-top:22.8rem !important;margin-bottom:22.8rem !important}.my-58{margin-top:23.2rem !important;margin-bottom:23.2rem !important}.my-59{margin-top:23.6rem !important;margin-bottom:23.6rem !important}.my-60{margin-top:24rem !important;margin-bottom:24rem !important}.my-61{margin-top:24.4rem !important;margin-bottom:24.4rem !important}.my-62{margin-top:24.8rem !important;margin-bottom:24.8rem !important}.my-63{margin-top:25.2rem !important;margin-bottom:25.2rem !important}.my-64{margin-top:25.6rem !important;margin-bottom:25.6rem !important}.my-65{margin-top:26rem !important;margin-bottom:26rem !important}.my-66{margin-top:26.4rem !important;margin-bottom:26.4rem !important}.my-67{margin-top:26.8rem !important;margin-bottom:26.8rem !important}.my-68{margin-top:27.2rem !important;margin-bottom:27.2rem !important}.my-69{margin-top:27.6rem !important;margin-bottom:27.6rem !important}.my-70{margin-top:28rem !important;margin-bottom:28rem !important}.my-71{margin-top:28.4rem !important;margin-bottom:28.4rem !important}.my-72{margin-top:28.8rem !important;margin-bottom:28.8rem !important}.my-73{margin-top:29.2rem !important;margin-bottom:29.2rem !important}.my-74{margin-top:29.6rem !important;margin-bottom:29.6rem !important}.my-75{margin-top:30rem !important;margin-bottom:30rem !important}.my-76{margin-top:30.4rem !important;margin-bottom:30.4rem !important}.my-77{margin-top:30.8rem !important;margin-bottom:30.8rem !important}.my-78{margin-top:31.2rem !important;margin-bottom:31.2rem !important}.my-79{margin-top:31.6rem !important;margin-bottom:31.6rem !important}.my-80{margin-top:32rem !important;margin-bottom:32rem !important}.my-81{margin-top:32.4rem !important;margin-bottom:32.4rem !important}.my-82{margin-top:32.8rem !important;margin-bottom:32.8rem !important}.my-83{margin-top:33.2rem !important;margin-bottom:33.2rem !important}.my-84{margin-top:33.6rem !important;margin-bottom:33.6rem !important}.my-85{margin-top:34rem !important;margin-bottom:34rem !important}.my-86{margin-top:34.4rem !important;margin-bottom:34.4rem !important}.my-87{margin-top:34.8rem !important;margin-bottom:34.8rem !important}.my-88{margin-top:35.2rem !important;margin-bottom:35.2rem !important}.my-89{margin-top:35.6rem !important;margin-bottom:35.6rem !important}.my-90{margin-top:36rem !important;margin-bottom:36rem !important}.my-91{margin-top:36.4rem !important;margin-bottom:36.4rem !important}.my-92{margin-top:36.8rem !important;margin-bottom:36.8rem !important}.my-93{margin-top:37.2rem !important;margin-bottom:37.2rem !important}.my-94{margin-top:37.6rem !important;margin-bottom:37.6rem !important}.my-95{margin-top:38rem !important;margin-bottom:38rem !important}.my-96{margin-top:38.4rem !important;margin-bottom:38.4rem !important}.my-97{margin-top:38.8rem !important;margin-bottom:38.8rem !important}.my-98{margin-top:39.2rem !important;margin-bottom:39.2rem !important}.my-99{margin-top:39.6rem !important;margin-bottom:39.6rem !important}.my-100{margin-top:40rem !important;margin-bottom:40rem !important}@media(min-width: 576px){.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-sm-2{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-sm-3{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-sm-4{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-sm-5{margin-top:2rem !important;margin-bottom:2rem !important}.my-sm-6{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-sm-7{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-sm-8{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-sm-9{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-sm-10{margin-top:4rem !important;margin-bottom:4rem !important}.my-sm-11{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-sm-12{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-sm-13{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-sm-14{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-sm-15{margin-top:6rem !important;margin-bottom:6rem !important}.my-sm-16{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-sm-17{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-sm-18{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-sm-19{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-sm-20{margin-top:8rem !important;margin-bottom:8rem !important}.my-sm-21{margin-top:8.4rem !important;margin-bottom:8.4rem !important}.my-sm-22{margin-top:8.8rem !important;margin-bottom:8.8rem !important}.my-sm-23{margin-top:9.2rem !important;margin-bottom:9.2rem !important}.my-sm-24{margin-top:9.6rem !important;margin-bottom:9.6rem !important}.my-sm-25{margin-top:10rem !important;margin-bottom:10rem !important}.my-sm-26{margin-top:10.4rem !important;margin-bottom:10.4rem !important}.my-sm-27{margin-top:10.8rem !important;margin-bottom:10.8rem !important}.my-sm-28{margin-top:11.2rem !important;margin-bottom:11.2rem !important}.my-sm-29{margin-top:11.6rem !important;margin-bottom:11.6rem !important}.my-sm-30{margin-top:12rem !important;margin-bottom:12rem !important}.my-sm-31{margin-top:12.4rem !important;margin-bottom:12.4rem !important}.my-sm-32{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-sm-33{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-sm-34{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-sm-35{margin-top:14rem !important;margin-bottom:14rem !important}.my-sm-36{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-sm-37{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-sm-38{margin-top:15.2rem !important;margin-bottom:15.2rem !important}.my-sm-39{margin-top:15.6rem !important;margin-bottom:15.6rem !important}.my-sm-40{margin-top:16rem !important;margin-bottom:16rem !important}.my-sm-41{margin-top:16.4rem !important;margin-bottom:16.4rem !important}.my-sm-42{margin-top:16.8rem !important;margin-bottom:16.8rem !important}.my-sm-43{margin-top:17.2rem !important;margin-bottom:17.2rem !important}.my-sm-44{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-sm-45{margin-top:18rem !important;margin-bottom:18rem !important}.my-sm-46{margin-top:18.4rem !important;margin-bottom:18.4rem !important}.my-sm-47{margin-top:18.8rem !important;margin-bottom:18.8rem !important}.my-sm-48{margin-top:19.2rem !important;margin-bottom:19.2rem !important}.my-sm-49{margin-top:19.6rem !important;margin-bottom:19.6rem !important}.my-sm-50{margin-top:20rem !important;margin-bottom:20rem !important}.my-sm-51{margin-top:20.4rem !important;margin-bottom:20.4rem !important}.my-sm-52{margin-top:20.8rem !important;margin-bottom:20.8rem !important}.my-sm-53{margin-top:21.2rem !important;margin-bottom:21.2rem !important}.my-sm-54{margin-top:21.6rem !important;margin-bottom:21.6rem !important}.my-sm-55{margin-top:22rem !important;margin-bottom:22rem !important}.my-sm-56{margin-top:22.4rem !important;margin-bottom:22.4rem !important}.my-sm-57{margin-top:22.8rem !important;margin-bottom:22.8rem !important}.my-sm-58{margin-top:23.2rem !important;margin-bottom:23.2rem !important}.my-sm-59{margin-top:23.6rem !important;margin-bottom:23.6rem !important}.my-sm-60{margin-top:24rem !important;margin-bottom:24rem !important}.my-sm-61{margin-top:24.4rem !important;margin-bottom:24.4rem !important}.my-sm-62{margin-top:24.8rem !important;margin-bottom:24.8rem !important}.my-sm-63{margin-top:25.2rem !important;margin-bottom:25.2rem !important}.my-sm-64{margin-top:25.6rem !important;margin-bottom:25.6rem !important}.my-sm-65{margin-top:26rem !important;margin-bottom:26rem !important}.my-sm-66{margin-top:26.4rem !important;margin-bottom:26.4rem !important}.my-sm-67{margin-top:26.8rem !important;margin-bottom:26.8rem !important}.my-sm-68{margin-top:27.2rem !important;margin-bottom:27.2rem !important}.my-sm-69{margin-top:27.6rem !important;margin-bottom:27.6rem !important}.my-sm-70{margin-top:28rem !important;margin-bottom:28rem !important}.my-sm-71{margin-top:28.4rem !important;margin-bottom:28.4rem !important}.my-sm-72{margin-top:28.8rem !important;margin-bottom:28.8rem !important}.my-sm-73{margin-top:29.2rem !important;margin-bottom:29.2rem !important}.my-sm-74{margin-top:29.6rem !important;margin-bottom:29.6rem !important}.my-sm-75{margin-top:30rem !important;margin-bottom:30rem !important}.my-sm-76{margin-top:30.4rem !important;margin-bottom:30.4rem !important}.my-sm-77{margin-top:30.8rem !important;margin-bottom:30.8rem !important}.my-sm-78{margin-top:31.2rem !important;margin-bottom:31.2rem !important}.my-sm-79{margin-top:31.6rem !important;margin-bottom:31.6rem !important}.my-sm-80{margin-top:32rem !important;margin-bottom:32rem !important}.my-sm-81{margin-top:32.4rem !important;margin-bottom:32.4rem !important}.my-sm-82{margin-top:32.8rem !important;margin-bottom:32.8rem !important}.my-sm-83{margin-top:33.2rem !important;margin-bottom:33.2rem !important}.my-sm-84{margin-top:33.6rem !important;margin-bottom:33.6rem !important}.my-sm-85{margin-top:34rem !important;margin-bottom:34rem !important}.my-sm-86{margin-top:34.4rem !important;margin-bottom:34.4rem !important}.my-sm-87{margin-top:34.8rem !important;margin-bottom:34.8rem !important}.my-sm-88{margin-top:35.2rem !important;margin-bottom:35.2rem !important}.my-sm-89{margin-top:35.6rem !important;margin-bottom:35.6rem !important}.my-sm-90{margin-top:36rem !important;margin-bottom:36rem !important}.my-sm-91{margin-top:36.4rem !important;margin-bottom:36.4rem !important}.my-sm-92{margin-top:36.8rem !important;margin-bottom:36.8rem !important}.my-sm-93{margin-top:37.2rem !important;margin-bottom:37.2rem !important}.my-sm-94{margin-top:37.6rem !important;margin-bottom:37.6rem !important}.my-sm-95{margin-top:38rem !important;margin-bottom:38rem !important}.my-sm-96{margin-top:38.4rem !important;margin-bottom:38.4rem !important}.my-sm-97{margin-top:38.8rem !important;margin-bottom:38.8rem !important}.my-sm-98{margin-top:39.2rem !important;margin-bottom:39.2rem !important}.my-sm-99{margin-top:39.6rem !important;margin-bottom:39.6rem !important}.my-sm-100{margin-top:40rem !important;margin-bottom:40rem !important}}@media(min-width: 768px){.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-md-2{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-md-3{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-md-4{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-md-5{margin-top:2rem !important;margin-bottom:2rem !important}.my-md-6{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-md-7{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-md-8{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-md-9{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-md-10{margin-top:4rem !important;margin-bottom:4rem !important}.my-md-11{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-md-12{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-md-13{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-md-14{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-md-15{margin-top:6rem !important;margin-bottom:6rem !important}.my-md-16{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-md-17{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-md-18{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-md-19{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-md-20{margin-top:8rem !important;margin-bottom:8rem !important}.my-md-21{margin-top:8.4rem !important;margin-bottom:8.4rem !important}.my-md-22{margin-top:8.8rem !important;margin-bottom:8.8rem !important}.my-md-23{margin-top:9.2rem !important;margin-bottom:9.2rem !important}.my-md-24{margin-top:9.6rem !important;margin-bottom:9.6rem !important}.my-md-25{margin-top:10rem !important;margin-bottom:10rem !important}.my-md-26{margin-top:10.4rem !important;margin-bottom:10.4rem !important}.my-md-27{margin-top:10.8rem !important;margin-bottom:10.8rem !important}.my-md-28{margin-top:11.2rem !important;margin-bottom:11.2rem !important}.my-md-29{margin-top:11.6rem !important;margin-bottom:11.6rem !important}.my-md-30{margin-top:12rem !important;margin-bottom:12rem !important}.my-md-31{margin-top:12.4rem !important;margin-bottom:12.4rem !important}.my-md-32{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-md-33{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-md-34{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-md-35{margin-top:14rem !important;margin-bottom:14rem !important}.my-md-36{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-md-37{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-md-38{margin-top:15.2rem !important;margin-bottom:15.2rem !important}.my-md-39{margin-top:15.6rem !important;margin-bottom:15.6rem !important}.my-md-40{margin-top:16rem !important;margin-bottom:16rem !important}.my-md-41{margin-top:16.4rem !important;margin-bottom:16.4rem !important}.my-md-42{margin-top:16.8rem !important;margin-bottom:16.8rem !important}.my-md-43{margin-top:17.2rem !important;margin-bottom:17.2rem !important}.my-md-44{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-md-45{margin-top:18rem !important;margin-bottom:18rem !important}.my-md-46{margin-top:18.4rem !important;margin-bottom:18.4rem !important}.my-md-47{margin-top:18.8rem !important;margin-bottom:18.8rem !important}.my-md-48{margin-top:19.2rem !important;margin-bottom:19.2rem !important}.my-md-49{margin-top:19.6rem !important;margin-bottom:19.6rem !important}.my-md-50{margin-top:20rem !important;margin-bottom:20rem !important}.my-md-51{margin-top:20.4rem !important;margin-bottom:20.4rem !important}.my-md-52{margin-top:20.8rem !important;margin-bottom:20.8rem !important}.my-md-53{margin-top:21.2rem !important;margin-bottom:21.2rem !important}.my-md-54{margin-top:21.6rem !important;margin-bottom:21.6rem !important}.my-md-55{margin-top:22rem !important;margin-bottom:22rem !important}.my-md-56{margin-top:22.4rem !important;margin-bottom:22.4rem !important}.my-md-57{margin-top:22.8rem !important;margin-bottom:22.8rem !important}.my-md-58{margin-top:23.2rem !important;margin-bottom:23.2rem !important}.my-md-59{margin-top:23.6rem !important;margin-bottom:23.6rem !important}.my-md-60{margin-top:24rem !important;margin-bottom:24rem !important}.my-md-61{margin-top:24.4rem !important;margin-bottom:24.4rem !important}.my-md-62{margin-top:24.8rem !important;margin-bottom:24.8rem !important}.my-md-63{margin-top:25.2rem !important;margin-bottom:25.2rem !important}.my-md-64{margin-top:25.6rem !important;margin-bottom:25.6rem !important}.my-md-65{margin-top:26rem !important;margin-bottom:26rem !important}.my-md-66{margin-top:26.4rem !important;margin-bottom:26.4rem !important}.my-md-67{margin-top:26.8rem !important;margin-bottom:26.8rem !important}.my-md-68{margin-top:27.2rem !important;margin-bottom:27.2rem !important}.my-md-69{margin-top:27.6rem !important;margin-bottom:27.6rem !important}.my-md-70{margin-top:28rem !important;margin-bottom:28rem !important}.my-md-71{margin-top:28.4rem !important;margin-bottom:28.4rem !important}.my-md-72{margin-top:28.8rem !important;margin-bottom:28.8rem !important}.my-md-73{margin-top:29.2rem !important;margin-bottom:29.2rem !important}.my-md-74{margin-top:29.6rem !important;margin-bottom:29.6rem !important}.my-md-75{margin-top:30rem !important;margin-bottom:30rem !important}.my-md-76{margin-top:30.4rem !important;margin-bottom:30.4rem !important}.my-md-77{margin-top:30.8rem !important;margin-bottom:30.8rem !important}.my-md-78{margin-top:31.2rem !important;margin-bottom:31.2rem !important}.my-md-79{margin-top:31.6rem !important;margin-bottom:31.6rem !important}.my-md-80{margin-top:32rem !important;margin-bottom:32rem !important}.my-md-81{margin-top:32.4rem !important;margin-bottom:32.4rem !important}.my-md-82{margin-top:32.8rem !important;margin-bottom:32.8rem !important}.my-md-83{margin-top:33.2rem !important;margin-bottom:33.2rem !important}.my-md-84{margin-top:33.6rem !important;margin-bottom:33.6rem !important}.my-md-85{margin-top:34rem !important;margin-bottom:34rem !important}.my-md-86{margin-top:34.4rem !important;margin-bottom:34.4rem !important}.my-md-87{margin-top:34.8rem !important;margin-bottom:34.8rem !important}.my-md-88{margin-top:35.2rem !important;margin-bottom:35.2rem !important}.my-md-89{margin-top:35.6rem !important;margin-bottom:35.6rem !important}.my-md-90{margin-top:36rem !important;margin-bottom:36rem !important}.my-md-91{margin-top:36.4rem !important;margin-bottom:36.4rem !important}.my-md-92{margin-top:36.8rem !important;margin-bottom:36.8rem !important}.my-md-93{margin-top:37.2rem !important;margin-bottom:37.2rem !important}.my-md-94{margin-top:37.6rem !important;margin-bottom:37.6rem !important}.my-md-95{margin-top:38rem !important;margin-bottom:38rem !important}.my-md-96{margin-top:38.4rem !important;margin-bottom:38.4rem !important}.my-md-97{margin-top:38.8rem !important;margin-bottom:38.8rem !important}.my-md-98{margin-top:39.2rem !important;margin-bottom:39.2rem !important}.my-md-99{margin-top:39.6rem !important;margin-bottom:39.6rem !important}.my-md-100{margin-top:40rem !important;margin-bottom:40rem !important}}@media(min-width: 992px){.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-lg-2{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-lg-3{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-lg-4{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-lg-5{margin-top:2rem !important;margin-bottom:2rem !important}.my-lg-6{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-lg-7{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-lg-8{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-lg-9{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-lg-10{margin-top:4rem !important;margin-bottom:4rem !important}.my-lg-11{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-lg-12{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-lg-13{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-lg-14{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-lg-15{margin-top:6rem !important;margin-bottom:6rem !important}.my-lg-16{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-lg-17{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-lg-18{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-lg-19{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-lg-20{margin-top:8rem !important;margin-bottom:8rem !important}.my-lg-21{margin-top:8.4rem !important;margin-bottom:8.4rem !important}.my-lg-22{margin-top:8.8rem !important;margin-bottom:8.8rem !important}.my-lg-23{margin-top:9.2rem !important;margin-bottom:9.2rem !important}.my-lg-24{margin-top:9.6rem !important;margin-bottom:9.6rem !important}.my-lg-25{margin-top:10rem !important;margin-bottom:10rem !important}.my-lg-26{margin-top:10.4rem !important;margin-bottom:10.4rem !important}.my-lg-27{margin-top:10.8rem !important;margin-bottom:10.8rem !important}.my-lg-28{margin-top:11.2rem !important;margin-bottom:11.2rem !important}.my-lg-29{margin-top:11.6rem !important;margin-bottom:11.6rem !important}.my-lg-30{margin-top:12rem !important;margin-bottom:12rem !important}.my-lg-31{margin-top:12.4rem !important;margin-bottom:12.4rem !important}.my-lg-32{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-lg-33{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-lg-34{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-lg-35{margin-top:14rem !important;margin-bottom:14rem !important}.my-lg-36{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-lg-37{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-lg-38{margin-top:15.2rem !important;margin-bottom:15.2rem !important}.my-lg-39{margin-top:15.6rem !important;margin-bottom:15.6rem !important}.my-lg-40{margin-top:16rem !important;margin-bottom:16rem !important}.my-lg-41{margin-top:16.4rem !important;margin-bottom:16.4rem !important}.my-lg-42{margin-top:16.8rem !important;margin-bottom:16.8rem !important}.my-lg-43{margin-top:17.2rem !important;margin-bottom:17.2rem !important}.my-lg-44{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-lg-45{margin-top:18rem !important;margin-bottom:18rem !important}.my-lg-46{margin-top:18.4rem !important;margin-bottom:18.4rem !important}.my-lg-47{margin-top:18.8rem !important;margin-bottom:18.8rem !important}.my-lg-48{margin-top:19.2rem !important;margin-bottom:19.2rem !important}.my-lg-49{margin-top:19.6rem !important;margin-bottom:19.6rem !important}.my-lg-50{margin-top:20rem !important;margin-bottom:20rem !important}.my-lg-51{margin-top:20.4rem !important;margin-bottom:20.4rem !important}.my-lg-52{margin-top:20.8rem !important;margin-bottom:20.8rem !important}.my-lg-53{margin-top:21.2rem !important;margin-bottom:21.2rem !important}.my-lg-54{margin-top:21.6rem !important;margin-bottom:21.6rem !important}.my-lg-55{margin-top:22rem !important;margin-bottom:22rem !important}.my-lg-56{margin-top:22.4rem !important;margin-bottom:22.4rem !important}.my-lg-57{margin-top:22.8rem !important;margin-bottom:22.8rem !important}.my-lg-58{margin-top:23.2rem !important;margin-bottom:23.2rem !important}.my-lg-59{margin-top:23.6rem !important;margin-bottom:23.6rem !important}.my-lg-60{margin-top:24rem !important;margin-bottom:24rem !important}.my-lg-61{margin-top:24.4rem !important;margin-bottom:24.4rem !important}.my-lg-62{margin-top:24.8rem !important;margin-bottom:24.8rem !important}.my-lg-63{margin-top:25.2rem !important;margin-bottom:25.2rem !important}.my-lg-64{margin-top:25.6rem !important;margin-bottom:25.6rem !important}.my-lg-65{margin-top:26rem !important;margin-bottom:26rem !important}.my-lg-66{margin-top:26.4rem !important;margin-bottom:26.4rem !important}.my-lg-67{margin-top:26.8rem !important;margin-bottom:26.8rem !important}.my-lg-68{margin-top:27.2rem !important;margin-bottom:27.2rem !important}.my-lg-69{margin-top:27.6rem !important;margin-bottom:27.6rem !important}.my-lg-70{margin-top:28rem !important;margin-bottom:28rem !important}.my-lg-71{margin-top:28.4rem !important;margin-bottom:28.4rem !important}.my-lg-72{margin-top:28.8rem !important;margin-bottom:28.8rem !important}.my-lg-73{margin-top:29.2rem !important;margin-bottom:29.2rem !important}.my-lg-74{margin-top:29.6rem !important;margin-bottom:29.6rem !important}.my-lg-75{margin-top:30rem !important;margin-bottom:30rem !important}.my-lg-76{margin-top:30.4rem !important;margin-bottom:30.4rem !important}.my-lg-77{margin-top:30.8rem !important;margin-bottom:30.8rem !important}.my-lg-78{margin-top:31.2rem !important;margin-bottom:31.2rem !important}.my-lg-79{margin-top:31.6rem !important;margin-bottom:31.6rem !important}.my-lg-80{margin-top:32rem !important;margin-bottom:32rem !important}.my-lg-81{margin-top:32.4rem !important;margin-bottom:32.4rem !important}.my-lg-82{margin-top:32.8rem !important;margin-bottom:32.8rem !important}.my-lg-83{margin-top:33.2rem !important;margin-bottom:33.2rem !important}.my-lg-84{margin-top:33.6rem !important;margin-bottom:33.6rem !important}.my-lg-85{margin-top:34rem !important;margin-bottom:34rem !important}.my-lg-86{margin-top:34.4rem !important;margin-bottom:34.4rem !important}.my-lg-87{margin-top:34.8rem !important;margin-bottom:34.8rem !important}.my-lg-88{margin-top:35.2rem !important;margin-bottom:35.2rem !important}.my-lg-89{margin-top:35.6rem !important;margin-bottom:35.6rem !important}.my-lg-90{margin-top:36rem !important;margin-bottom:36rem !important}.my-lg-91{margin-top:36.4rem !important;margin-bottom:36.4rem !important}.my-lg-92{margin-top:36.8rem !important;margin-bottom:36.8rem !important}.my-lg-93{margin-top:37.2rem !important;margin-bottom:37.2rem !important}.my-lg-94{margin-top:37.6rem !important;margin-bottom:37.6rem !important}.my-lg-95{margin-top:38rem !important;margin-bottom:38rem !important}.my-lg-96{margin-top:38.4rem !important;margin-bottom:38.4rem !important}.my-lg-97{margin-top:38.8rem !important;margin-bottom:38.8rem !important}.my-lg-98{margin-top:39.2rem !important;margin-bottom:39.2rem !important}.my-lg-99{margin-top:39.6rem !important;margin-bottom:39.6rem !important}.my-lg-100{margin-top:40rem !important;margin-bottom:40rem !important}}@media(min-width: 1200px){.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-xl-2{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-xl-3{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-xl-4{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-xl-5{margin-top:2rem !important;margin-bottom:2rem !important}.my-xl-6{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-xl-7{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-xl-8{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-xl-9{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-xl-10{margin-top:4rem !important;margin-bottom:4rem !important}.my-xl-11{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-xl-12{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-xl-13{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-xl-14{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-xl-15{margin-top:6rem !important;margin-bottom:6rem !important}.my-xl-16{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-xl-17{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-xl-18{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-xl-19{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-xl-20{margin-top:8rem !important;margin-bottom:8rem !important}.my-xl-21{margin-top:8.4rem !important;margin-bottom:8.4rem !important}.my-xl-22{margin-top:8.8rem !important;margin-bottom:8.8rem !important}.my-xl-23{margin-top:9.2rem !important;margin-bottom:9.2rem !important}.my-xl-24{margin-top:9.6rem !important;margin-bottom:9.6rem !important}.my-xl-25{margin-top:10rem !important;margin-bottom:10rem !important}.my-xl-26{margin-top:10.4rem !important;margin-bottom:10.4rem !important}.my-xl-27{margin-top:10.8rem !important;margin-bottom:10.8rem !important}.my-xl-28{margin-top:11.2rem !important;margin-bottom:11.2rem !important}.my-xl-29{margin-top:11.6rem !important;margin-bottom:11.6rem !important}.my-xl-30{margin-top:12rem !important;margin-bottom:12rem !important}.my-xl-31{margin-top:12.4rem !important;margin-bottom:12.4rem !important}.my-xl-32{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-xl-33{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-xl-34{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-xl-35{margin-top:14rem !important;margin-bottom:14rem !important}.my-xl-36{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-xl-37{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-xl-38{margin-top:15.2rem !important;margin-bottom:15.2rem !important}.my-xl-39{margin-top:15.6rem !important;margin-bottom:15.6rem !important}.my-xl-40{margin-top:16rem !important;margin-bottom:16rem !important}.my-xl-41{margin-top:16.4rem !important;margin-bottom:16.4rem !important}.my-xl-42{margin-top:16.8rem !important;margin-bottom:16.8rem !important}.my-xl-43{margin-top:17.2rem !important;margin-bottom:17.2rem !important}.my-xl-44{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-xl-45{margin-top:18rem !important;margin-bottom:18rem !important}.my-xl-46{margin-top:18.4rem !important;margin-bottom:18.4rem !important}.my-xl-47{margin-top:18.8rem !important;margin-bottom:18.8rem !important}.my-xl-48{margin-top:19.2rem !important;margin-bottom:19.2rem !important}.my-xl-49{margin-top:19.6rem !important;margin-bottom:19.6rem !important}.my-xl-50{margin-top:20rem !important;margin-bottom:20rem !important}.my-xl-51{margin-top:20.4rem !important;margin-bottom:20.4rem !important}.my-xl-52{margin-top:20.8rem !important;margin-bottom:20.8rem !important}.my-xl-53{margin-top:21.2rem !important;margin-bottom:21.2rem !important}.my-xl-54{margin-top:21.6rem !important;margin-bottom:21.6rem !important}.my-xl-55{margin-top:22rem !important;margin-bottom:22rem !important}.my-xl-56{margin-top:22.4rem !important;margin-bottom:22.4rem !important}.my-xl-57{margin-top:22.8rem !important;margin-bottom:22.8rem !important}.my-xl-58{margin-top:23.2rem !important;margin-bottom:23.2rem !important}.my-xl-59{margin-top:23.6rem !important;margin-bottom:23.6rem !important}.my-xl-60{margin-top:24rem !important;margin-bottom:24rem !important}.my-xl-61{margin-top:24.4rem !important;margin-bottom:24.4rem !important}.my-xl-62{margin-top:24.8rem !important;margin-bottom:24.8rem !important}.my-xl-63{margin-top:25.2rem !important;margin-bottom:25.2rem !important}.my-xl-64{margin-top:25.6rem !important;margin-bottom:25.6rem !important}.my-xl-65{margin-top:26rem !important;margin-bottom:26rem !important}.my-xl-66{margin-top:26.4rem !important;margin-bottom:26.4rem !important}.my-xl-67{margin-top:26.8rem !important;margin-bottom:26.8rem !important}.my-xl-68{margin-top:27.2rem !important;margin-bottom:27.2rem !important}.my-xl-69{margin-top:27.6rem !important;margin-bottom:27.6rem !important}.my-xl-70{margin-top:28rem !important;margin-bottom:28rem !important}.my-xl-71{margin-top:28.4rem !important;margin-bottom:28.4rem !important}.my-xl-72{margin-top:28.8rem !important;margin-bottom:28.8rem !important}.my-xl-73{margin-top:29.2rem !important;margin-bottom:29.2rem !important}.my-xl-74{margin-top:29.6rem !important;margin-bottom:29.6rem !important}.my-xl-75{margin-top:30rem !important;margin-bottom:30rem !important}.my-xl-76{margin-top:30.4rem !important;margin-bottom:30.4rem !important}.my-xl-77{margin-top:30.8rem !important;margin-bottom:30.8rem !important}.my-xl-78{margin-top:31.2rem !important;margin-bottom:31.2rem !important}.my-xl-79{margin-top:31.6rem !important;margin-bottom:31.6rem !important}.my-xl-80{margin-top:32rem !important;margin-bottom:32rem !important}.my-xl-81{margin-top:32.4rem !important;margin-bottom:32.4rem !important}.my-xl-82{margin-top:32.8rem !important;margin-bottom:32.8rem !important}.my-xl-83{margin-top:33.2rem !important;margin-bottom:33.2rem !important}.my-xl-84{margin-top:33.6rem !important;margin-bottom:33.6rem !important}.my-xl-85{margin-top:34rem !important;margin-bottom:34rem !important}.my-xl-86{margin-top:34.4rem !important;margin-bottom:34.4rem !important}.my-xl-87{margin-top:34.8rem !important;margin-bottom:34.8rem !important}.my-xl-88{margin-top:35.2rem !important;margin-bottom:35.2rem !important}.my-xl-89{margin-top:35.6rem !important;margin-bottom:35.6rem !important}.my-xl-90{margin-top:36rem !important;margin-bottom:36rem !important}.my-xl-91{margin-top:36.4rem !important;margin-bottom:36.4rem !important}.my-xl-92{margin-top:36.8rem !important;margin-bottom:36.8rem !important}.my-xl-93{margin-top:37.2rem !important;margin-bottom:37.2rem !important}.my-xl-94{margin-top:37.6rem !important;margin-bottom:37.6rem !important}.my-xl-95{margin-top:38rem !important;margin-bottom:38rem !important}.my-xl-96{margin-top:38.4rem !important;margin-bottom:38.4rem !important}.my-xl-97{margin-top:38.8rem !important;margin-bottom:38.8rem !important}.my-xl-98{margin-top:39.2rem !important;margin-bottom:39.2rem !important}.my-xl-99{margin-top:39.6rem !important;margin-bottom:39.6rem !important}.my-xl-100{margin-top:40rem !important;margin-bottom:40rem !important}}@media(min-width: 1400px){.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:.4rem !important;margin-bottom:.4rem !important}.my-xxl-2{margin-top:.8rem !important;margin-bottom:.8rem !important}.my-xxl-3{margin-top:1.2rem !important;margin-bottom:1.2rem !important}.my-xxl-4{margin-top:1.6rem !important;margin-bottom:1.6rem !important}.my-xxl-5{margin-top:2rem !important;margin-bottom:2rem !important}.my-xxl-6{margin-top:2.4rem !important;margin-bottom:2.4rem !important}.my-xxl-7{margin-top:2.8rem !important;margin-bottom:2.8rem !important}.my-xxl-8{margin-top:3.2rem !important;margin-bottom:3.2rem !important}.my-xxl-9{margin-top:3.6rem !important;margin-bottom:3.6rem !important}.my-xxl-10{margin-top:4rem !important;margin-bottom:4rem !important}.my-xxl-11{margin-top:4.4rem !important;margin-bottom:4.4rem !important}.my-xxl-12{margin-top:4.8rem !important;margin-bottom:4.8rem !important}.my-xxl-13{margin-top:5.2rem !important;margin-bottom:5.2rem !important}.my-xxl-14{margin-top:5.6rem !important;margin-bottom:5.6rem !important}.my-xxl-15{margin-top:6rem !important;margin-bottom:6rem !important}.my-xxl-16{margin-top:6.4rem !important;margin-bottom:6.4rem !important}.my-xxl-17{margin-top:6.8rem !important;margin-bottom:6.8rem !important}.my-xxl-18{margin-top:7.2rem !important;margin-bottom:7.2rem !important}.my-xxl-19{margin-top:7.6rem !important;margin-bottom:7.6rem !important}.my-xxl-20{margin-top:8rem !important;margin-bottom:8rem !important}.my-xxl-21{margin-top:8.4rem !important;margin-bottom:8.4rem !important}.my-xxl-22{margin-top:8.8rem !important;margin-bottom:8.8rem !important}.my-xxl-23{margin-top:9.2rem !important;margin-bottom:9.2rem !important}.my-xxl-24{margin-top:9.6rem !important;margin-bottom:9.6rem !important}.my-xxl-25{margin-top:10rem !important;margin-bottom:10rem !important}.my-xxl-26{margin-top:10.4rem !important;margin-bottom:10.4rem !important}.my-xxl-27{margin-top:10.8rem !important;margin-bottom:10.8rem !important}.my-xxl-28{margin-top:11.2rem !important;margin-bottom:11.2rem !important}.my-xxl-29{margin-top:11.6rem !important;margin-bottom:11.6rem !important}.my-xxl-30{margin-top:12rem !important;margin-bottom:12rem !important}.my-xxl-31{margin-top:12.4rem !important;margin-bottom:12.4rem !important}.my-xxl-32{margin-top:12.8rem !important;margin-bottom:12.8rem !important}.my-xxl-33{margin-top:13.2rem !important;margin-bottom:13.2rem !important}.my-xxl-34{margin-top:13.6rem !important;margin-bottom:13.6rem !important}.my-xxl-35{margin-top:14rem !important;margin-bottom:14rem !important}.my-xxl-36{margin-top:14.4rem !important;margin-bottom:14.4rem !important}.my-xxl-37{margin-top:14.8rem !important;margin-bottom:14.8rem !important}.my-xxl-38{margin-top:15.2rem !important;margin-bottom:15.2rem !important}.my-xxl-39{margin-top:15.6rem !important;margin-bottom:15.6rem !important}.my-xxl-40{margin-top:16rem !important;margin-bottom:16rem !important}.my-xxl-41{margin-top:16.4rem !important;margin-bottom:16.4rem !important}.my-xxl-42{margin-top:16.8rem !important;margin-bottom:16.8rem !important}.my-xxl-43{margin-top:17.2rem !important;margin-bottom:17.2rem !important}.my-xxl-44{margin-top:17.6rem !important;margin-bottom:17.6rem !important}.my-xxl-45{margin-top:18rem !important;margin-bottom:18rem !important}.my-xxl-46{margin-top:18.4rem !important;margin-bottom:18.4rem !important}.my-xxl-47{margin-top:18.8rem !important;margin-bottom:18.8rem !important}.my-xxl-48{margin-top:19.2rem !important;margin-bottom:19.2rem !important}.my-xxl-49{margin-top:19.6rem !important;margin-bottom:19.6rem !important}.my-xxl-50{margin-top:20rem !important;margin-bottom:20rem !important}.my-xxl-51{margin-top:20.4rem !important;margin-bottom:20.4rem !important}.my-xxl-52{margin-top:20.8rem !important;margin-bottom:20.8rem !important}.my-xxl-53{margin-top:21.2rem !important;margin-bottom:21.2rem !important}.my-xxl-54{margin-top:21.6rem !important;margin-bottom:21.6rem !important}.my-xxl-55{margin-top:22rem !important;margin-bottom:22rem !important}.my-xxl-56{margin-top:22.4rem !important;margin-bottom:22.4rem !important}.my-xxl-57{margin-top:22.8rem !important;margin-bottom:22.8rem !important}.my-xxl-58{margin-top:23.2rem !important;margin-bottom:23.2rem !important}.my-xxl-59{margin-top:23.6rem !important;margin-bottom:23.6rem !important}.my-xxl-60{margin-top:24rem !important;margin-bottom:24rem !important}.my-xxl-61{margin-top:24.4rem !important;margin-bottom:24.4rem !important}.my-xxl-62{margin-top:24.8rem !important;margin-bottom:24.8rem !important}.my-xxl-63{margin-top:25.2rem !important;margin-bottom:25.2rem !important}.my-xxl-64{margin-top:25.6rem !important;margin-bottom:25.6rem !important}.my-xxl-65{margin-top:26rem !important;margin-bottom:26rem !important}.my-xxl-66{margin-top:26.4rem !important;margin-bottom:26.4rem !important}.my-xxl-67{margin-top:26.8rem !important;margin-bottom:26.8rem !important}.my-xxl-68{margin-top:27.2rem !important;margin-bottom:27.2rem !important}.my-xxl-69{margin-top:27.6rem !important;margin-bottom:27.6rem !important}.my-xxl-70{margin-top:28rem !important;margin-bottom:28rem !important}.my-xxl-71{margin-top:28.4rem !important;margin-bottom:28.4rem !important}.my-xxl-72{margin-top:28.8rem !important;margin-bottom:28.8rem !important}.my-xxl-73{margin-top:29.2rem !important;margin-bottom:29.2rem !important}.my-xxl-74{margin-top:29.6rem !important;margin-bottom:29.6rem !important}.my-xxl-75{margin-top:30rem !important;margin-bottom:30rem !important}.my-xxl-76{margin-top:30.4rem !important;margin-bottom:30.4rem !important}.my-xxl-77{margin-top:30.8rem !important;margin-bottom:30.8rem !important}.my-xxl-78{margin-top:31.2rem !important;margin-bottom:31.2rem !important}.my-xxl-79{margin-top:31.6rem !important;margin-bottom:31.6rem !important}.my-xxl-80{margin-top:32rem !important;margin-bottom:32rem !important}.my-xxl-81{margin-top:32.4rem !important;margin-bottom:32.4rem !important}.my-xxl-82{margin-top:32.8rem !important;margin-bottom:32.8rem !important}.my-xxl-83{margin-top:33.2rem !important;margin-bottom:33.2rem !important}.my-xxl-84{margin-top:33.6rem !important;margin-bottom:33.6rem !important}.my-xxl-85{margin-top:34rem !important;margin-bottom:34rem !important}.my-xxl-86{margin-top:34.4rem !important;margin-bottom:34.4rem !important}.my-xxl-87{margin-top:34.8rem !important;margin-bottom:34.8rem !important}.my-xxl-88{margin-top:35.2rem !important;margin-bottom:35.2rem !important}.my-xxl-89{margin-top:35.6rem !important;margin-bottom:35.6rem !important}.my-xxl-90{margin-top:36rem !important;margin-bottom:36rem !important}.my-xxl-91{margin-top:36.4rem !important;margin-bottom:36.4rem !important}.my-xxl-92{margin-top:36.8rem !important;margin-bottom:36.8rem !important}.my-xxl-93{margin-top:37.2rem !important;margin-bottom:37.2rem !important}.my-xxl-94{margin-top:37.6rem !important;margin-bottom:37.6rem !important}.my-xxl-95{margin-top:38rem !important;margin-bottom:38rem !important}.my-xxl-96{margin-top:38.4rem !important;margin-bottom:38.4rem !important}.my-xxl-97{margin-top:38.8rem !important;margin-bottom:38.8rem !important}.my-xxl-98{margin-top:39.2rem !important;margin-bottom:39.2rem !important}.my-xxl-99{margin-top:39.6rem !important;margin-bottom:39.6rem !important}.my-xxl-100{margin-top:40rem !important;margin-bottom:40rem !important}}.d-none{display:none !important}.d-block{display:block !important}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-flex{display:flex !important}.d-inline-flex{display:inline-flex !important}.d-grid{display:grid !important}@media(min-width: 576px){.d-sm-none{display:none !important}.d-sm-block{display:block !important}.d-sm-inline{display:inline !important}.d-sm-inline-block{display:inline-block !important}.d-sm-flex{display:flex !important}.d-sm-inline-flex{display:inline-flex !important}.d-sm-grid{display:grid !important}}@media(min-width: 768px){.d-md-none{display:none !important}.d-md-block{display:block !important}.d-md-inline{display:inline !important}.d-md-inline-block{display:inline-block !important}.d-md-flex{display:flex !important}.d-md-inline-flex{display:inline-flex !important}.d-md-grid{display:grid !important}}@media(min-width: 992px){.d-lg-none{display:none !important}.d-lg-block{display:block !important}.d-lg-inline{display:inline !important}.d-lg-inline-block{display:inline-block !important}.d-lg-flex{display:flex !important}.d-lg-inline-flex{display:inline-flex !important}.d-lg-grid{display:grid !important}}@media(min-width: 1200px){.d-xl-none{display:none !important}.d-xl-block{display:block !important}.d-xl-inline{display:inline !important}.d-xl-inline-block{display:inline-block !important}.d-xl-flex{display:flex !important}.d-xl-inline-flex{display:inline-flex !important}.d-xl-grid{display:grid !important}}@media(min-width: 1400px){.d-xxl-none{display:none !important}.d-xxl-block{display:block !important}.d-xxl-inline{display:inline !important}.d-xxl-inline-block{display:inline-block !important}.d-xxl-flex{display:flex !important}.d-xxl-inline-flex{display:inline-flex !important}.d-xxl-grid{display:grid !important}}.text-left{text-align:left !important}.text-right{text-align:right !important}.text-center{text-align:center !important}.text-justify{text-align:justify !important}.fw-lighter{font-weight:lighter !important}.fw-normal{font-weight:normal !important}.fw-bold{font-weight:bold !important}.fw-bolder{font-weight:bolder !important}.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}.overflow-auto{overflow:auto !important}.overflow-hidden{overflow:hidden !important}.overflow-visible{overflow:visible !important}.overflow-scroll{overflow:scroll !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-nowrap{flex-direction:nowrap !important}.flex-wrap{flex-direction:wrap !important}.flex-wrap-reverse{flex-direction:wrap-reverse !important}.float-left{float:left !important}.float-right{float:right !important}.float-none{float:none !important}.visibility-visible{visibility:visible !important}.visibility-invisible{visibility:hidden !important}:root{--color-tent-zand: #d0b785;--color-tent-taupe: #6c635a;--color-tent-zwart: #202120;--color-tent-ivoor: #f7f5f4;--color-tent-grijs: #e4e3e4;--color-tent-groen: #546e4e;--color-tent-roze: #e83c65;--color-tent-oranje: #d66b3d;--color-tent-stone: #bfbea4;--color-tent-terracotta: #c0705d;--color-tent-kastanje: #904f43}.color-container{display:flex;flex-direction:row;gap:20px}.color-column{display:flex;flex-direction:column;gap:15px;flex:1}.small-box-container{display:flex;gap:10px}.color-grid{display:grid;grid-template-columns:repeat(6, 1fr);gap:20px}.color-grid2{display:grid;grid-template-columns:repeat(8, 1fr);gap:20px}@media(max-width: 576px){.color-container,.color-column,.small-box-container,.color-grid,.color-grid2{gap:10px !important}}.color-block{display:flex;align-items:center;justify-content:center;padding:0;border-radius:20px;position:relative;text-align:center;min-height:100px;max-height:300px}.color-block span{position:absolute;bottom:20px;left:20px;background-color:#fff !important;font-weight:bold}@media(max-width: 768px){.color-block span{left:5px;bottom:5px}}.color-box{display:flex;align-items:center;justify-content:center;padding:15px;border-radius:10px;position:relative}.large-box{height:130px;width:100%}.medium-box{height:75px;width:100%}.small-box{height:120px;flex:1}.color-label{background:hsla(0,0%,100%,.6);padding:5px 10px;border-radius:5px;font-weight:bold;font-size:14px}.color-block.zand,.color-block.zand2{background-color:#d0b785;grid-column:span 2}.color-block.zand span,.color-block.zand2 span{color:#d0b785}.color-block.zand{grid-row:span 2}.color-block.zand2{grid-row:span 1}.color-block.taupe{background-color:#6c635a;grid-column:span 2}.color-block.taupe span{color:#6c635a}.color-block.zwart{background-color:#202120;grid-column:span 2;grid-row:span 2}.color-block.zwart span{color:#202120}.color-block.grijs{background-color:#e4e3e4;grid-column:span 2}.color-block.grijs span{color:#e4e3e4}.color-block.ivoorwit,.color-block.ivoorwit2{background-color:#f7f5f4;grid-column:span 2}.color-block.ivoorwit span,.color-block.ivoorwit2 span{color:#e4e3e4}.color-block.ivoorwit2{grid-row:span 2}.color-block.groen{background-color:#546e4e;grid-column:span 2}.color-block.groen span{color:#546e4e}.color-block.oranje{background-color:#d66b3d;grid-column:span 1}.color-block.oranje span{color:#d66b3d}.color-block.roze{background-color:#e83c65;grid-column:span 1}.color-block.roze span{color:#e83c65}.color-block.stone{background-color:#bfbea4;grid-column:span 1}.color-block.stone span{color:#bfbea4}.color-block.terracotta{background-color:#c0705d;grid-column:span 1}.color-block.terracotta span{color:#c0705d}.color-block.kastanje{background-color:#904f43;grid-column:span 1}.color-block.kastanje span{color:#904f43}span.badge.badge-primary.bg-secondary.fs-4.py-2.px-2.rounded-3.text-center{font-size:1.2rem !important}.text-image{position:relative}.text-image .swirl-background{position:absolute;top:50%;left:50%;width:100%;height:auto;transform:translate(-50%, -50%);z-index:0}.text-image .container{position:relative;z-index:1}.negative-margin-block{margin-top:-75px}.content-card-nmr{position:relative;margin-top:100px;z-index:2;left:140px;margin-left:-140px}.content-card-nml{position:relative;margin-top:100px;z-index:2;right:140px;margin-right:-140px}@media(max-width: 768px){.content-card-nml{left:0px;margin-top:-20px !important;margin-right:0px;right:0px}.content-card-nmr{right:0px;margin-top:0px}.content-card-nmr{left:0px;margin-left:0px}.list-unstyled{text-align:start !important}}.gallery-cell{margin-right:15px;margin-left:15px;border-radius:20px;overflow:hidden;transition:transform .3s ease;width:calc(25% - 35px)}.gallery-cell img{display:block;height:350px;border-radius:15px;object-fit:cover}.gallery-container{position:relative;top:70px;margin-bottom:100px}.gallery-container-products{position:relative;bottom:70px;margin-top:100px}@media(max-width: 768px){.gallery-cell{width:calc(50% - 30px)}.gallery-cell img{height:200px}}@media(max-width: 480px){.gallery-cell{width:calc(100% - 30px)}}.gallery-block .image-wrapper{width:100%;aspect-ratio:1/1;overflow:hidden;display:flex;align-items:center;justify-content:center}.gallery-block .image-wrapper img{width:100%;height:100%;object-fit:cover}.text-content{z-index:2;color:#fff;padding:40px}.bg-image-wrapper{position:relative;overflow:hidden}.bg-image{filter:blur(3px);object-fit:cover;transform:scale(1.05)}.bg-image-wrapper::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(60,52,41,.65);z-index:1}.text-content{position:relative;z-index:2}.stat-number{font-size:60px !important;font-weight:600}@media(max-width: 768px){.stat-number{font-size:44px !important}}.image-wrapper{position:relative}.stats-wrapper{position:absolute;bottom:-30px;right:-30px;width:70%;border-radius:15px;display:flex;justify-content:space-around;align-items:center;border:30px solid #fff}.stat-item h2,.stat-item .h2{font-weight:bold;font-size:5rem;margin:0}.stat-item p{font-size:1rem;margin:0}.usps-icon img{width:75px;height:auto}.custom-card{position:relative;border:none;overflow:hidden;height:100%}.custom-card img{width:100%;height:100%;object-fit:cover}.custom-card-body{position:absolute;bottom:2rem;left:2rem;right:2rem;padding:1rem;font-size:1.4rem}.custom-card h5,.custom-card .h5{font-weight:bold;margin-bottom:.5rem;font-size:1.25rem}.custom-card-body-percentbox{padding:25px}@media(max-width: 768px){h3.text-black.text-start,.text-black.text-start.h3{line-height:2.3rem}}.text-custom-lining{text-align:left !important}@media(max-width: 768px){.text-custom-lining{text-align:center !important}}.image-employe{height:500px !important}@media(max-width: 767px){.image-employe{height:250px !important}}.signature.position-absolute.z-1{margin:-100px -500px 0px 0px}.footer-employe{bottom:-50px}.footer-employe .background-container{background-color:#f0f6f8;border-radius:20px 0px 0px 20px;position:absolute;top:25%;bottom:20%;right:-39%;left:10%;z-index:0}.footer-employe .image-wrapper,.footer-employe .signature{position:relative;z-index:1}.name-review{font-family:Mynerve !important;font-size:24px}.text-image{position:relative}.text-image .swirl-background{position:absolute;top:50%;left:50%;width:100%;height:auto;transform:translate(-50%, -50%)}.text-image .container{position:relative;z-index:1}.img-height-500{height:500px;object-fit:cover;width:100%}@media(max-width: 768px){.img-height-500{height:400px}}.flicking-viewport{overflow:visible}.card-panel{flex:0 0 auto;width:100%}.review-card{overflow:hidden;z-index:10}.review-card::before,.review-card::after{content:"";position:absolute;top:12%;left:0px;right:0px;bottom:-10px;border-radius:30px;background-color:#b2c1c6;z-index:-1;height:75%}.flicking-arrow-prev,.flicking-arrow-next{cursor:pointer;position:absolute;top:50%;transform:translateY(-50%);z-index:1050;background:#cb9751;border-radius:50%;padding:10px;box-shadow:0 4px 6px rgba(0,0,0,.1);width:60px !important;height:60px !important}.flicking-arrow-prev{left:-20px}.flicking-arrow-next{right:-20px}@media(max-width: 768px){.flicking-arrow-prev{left:0}.flicking-arrow-next{right:0}}.flicking-arrow-next::after,.flicking-arrow-prev::after,.flicking-arrow-next::before,.flicking-arrow-prev::before{background-color:#fff;left:17px !important}.embed-container{position:relative;width:100%;padding-bottom:56.25%;height:0;overflow:hidden}.embed-container iframe,.embed-container embed,.embed-container object{position:absolute;top:0;left:0;width:100%;height:100%}:root{--star-size: 2rem;--star-color: #f9b233;--star-background: #f9b233}.review-stars--wrapper .stars{--percent: calc(var(--rating) / 5 * 100%);display:inline-block;font-size:var(--star-size);font-family:Times;line-height:1}.review-stars--wrapper .stars::before{content:"★★★★★";background:linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0)}.accessory-block .card{display:flex;flex-direction:column;justify-content:space-between;height:100%;border:none;overflow:hidden;box-shadow:0px 4px 8px rgba(0,0,0,.1)}.accessory-block .btn-primary{background-color:#c1955e;color:#fff;padding:10px 20px;border-radius:8px;text-align:center;box-shadow:0px 4px 8px rgba(0,0,0,.1);text-decoration:none;width:100%}.primary-menu .dropdown .dropdown-toggle-custom::after{font:var(--fa-font-light);content:"";font-size:1.4rem;font-weight:600;color:#cb9751;margin-left:5px;position:absolute;margin-top:6px}.primary-menu .dropdown .dropdown-toggle-custom.hovered{transition:all .2 ease-in-out}.primary-menu .dropdown .dropdown-toggle-custom.hovered::after{content:""}@media(min-width: 992px){.primary-menu .dropdown:hover .dropdown-menu{display:block}}.primary-menu .dropdown>.dropdown-menu{width:250px}@media(max-width: 991px){.primary-menu .dropdown>.dropdown-menu{width:100%}.primary-menu .dropdown>.dropdown-menu.show-mobile{display:block}}@media(max-width: 991px){.primary-menu .dropdown.mega-toggle-mobile>a:first-child:after{content:""}}.primary-menu .mega-menu>.dropdown-menu{opacity:0;transition:opacity .5s ease,max-height .5s ease;max-height:0;display:none;width:1070px;transform:translateX(-3.5%);top:0px;left:2px;right:0;margin-top:70px;padding:30px !important;flex-wrap:wrap;overflow-x:hidden;background-color:#f5f1e7;border-radius:20px;border:none;box-shadow:0 10px 10px rgba(0,0,0,.1) !important;position:absolute !important;z-index:1100}@media(max-width: 991px){.primary-menu .mega-menu>.dropdown-menu.show-mobile{max-height:fit-content;opacity:1;display:flex}.primary-menu .mega-menu>.dropdown-menu .os-scrollbar-handle{background-color:#cb9751}}@media(min-width: 992px){.primary-menu .mega-menu:hover>.dropdown-menu{max-height:fit-content;opacity:1;display:flex}.primary-menu .mega-menu div[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]){display:flex}}.primary-menu .mega-menu>.dropdown-menu .column{flex:1 1 20%;padding:10px}.primary-menu .mega-menu>.dropdown-menu .column>a.dropdown-item{font-weight:600;font-size:1.5rem}@media(max-width: 991px){.primary-menu .mega-menu.mega-toggle-mobile>a:first-child:after{content:""}.primary-menu .mega-menu>.dropdown-menu{width:960px;max-width:100%;overflow-y:scroll;transform:unset !important;max-height:50vh !important}.primary-menu .mega-menu>.dropdown-menu .column{flex:1 1 100%}}.mega-sub-menu{list-style:none !important;margin-left:0;padding-left:0}.nav-menu li a:hover{color:#d5a239;background-color:inherit}.mega-menu::after{content:"";position:absolute;top:100%;left:-15px;width:200px;height:60px;background:rgba(0,0,0,0)}@media(max-width: 768px){.mega-menu::after{display:none}}ul#navbarNavDropdown2holder>li{font-weight:600 !important}.primary-menu .non-mega-menu>.dropdown-menu{opacity:0;transition:opacity .5s ease,max-height .5s ease;max-height:0;display:none;width:300px;transform:translateX(-3.5%);top:0px;left:2px;right:0;margin-top:70px;padding:30px !important;flex-wrap:wrap;overflow-x:hidden;background-color:#f5f1e7;border-radius:20px;border:none;box-shadow:0 10px 10px rgba(0,0,0,.1) !important;position:absolute !important;z-index:1100}@media(max-width: 991px){.primary-menu .non-mega-menu>.dropdown-menu.show-mobile{max-height:fit-content;opacity:1;display:flex}.primary-menu .non-mega-menu>.dropdown-menu .os-scrollbar-handle{background-color:#cb9751}}.primary-menu .non-mega-menu::after{content:"";position:absolute;top:100%;left:-15px;width:250px;height:60px;background:rgba(0,0,0,0)}@media(min-width: 992px){.primary-menu .non-mega-menu:hover>.dropdown-menu{max-height:fit-content;opacity:1}.primary-menu .non-mega-menu div[data-overlayscrollbars-viewport]:not([data-overlayscrollbars]){display:flex}}.primary-menu .non-mega-menu>.dropdown-menu .column{flex:1 1 20%;padding:10px}.primary-menu .non-mega-menu>.dropdown-menu .column>a.dropdown-item{font-weight:600;font-size:1.5rem}@media(max-width: 991px){.primary-menu .non-mega-menu.mega-toggle-mobile>a:first-child:after{content:""}.primary-menu .non-mega-menu>.dropdown-menu{width:960px;max-width:100%;overflow-y:scroll;transform:unset !important;max-height:50vh !important}}.dropdown-item.active,.dropdown-item:active{background-color:inherit !important;color:inherit !important}.primary-menu .dropdown-toggle-custom{pointer-events:none;cursor:default}.color-swatches{display:flex;align-items:center;gap:15px 30px;margin:20px 0;flex-wrap:wrap}.swatch-label{font-weight:bold;color:#3e3429;margin-right:10px;font-size:16px}.swatch{display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:transform .3s ease;position:relative}.swatch-circle{width:30px;height:30px;border-radius:50%;border:2px solid rgba(0,0,0,0);transition:all .3s ease}.swatch.active .swatch-circle{border-color:#000;box-shadow:0 0 0 1px rgba(0,0,0,.1137254902)}.swatch:hover .swatch-circle{border-color:rgba(0,0,0,.1137254902);transform:scale(1.1)}.swatch-name{margin-top:5px;font-size:14px;color:#6e6258;text-transform:lowercase}.swatch.active .swatch-name{font-weight:bold;color:#3e3429}.woocommerce div.product div.images img{display:block;width:100%;box-shadow:none;object-fit:cover;border-radius:20px}.product-image{display:flex;justify-content:center;align-items:start;width:100%;height:300px;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:contain;border-radius:10px}.nav-tabs{border-bottom:1px solid #ddd;display:flex;justify-content:flex-start;gap:40px;margin-bottom:20px;position:relative}@media(max-width: 768px){.nav-tabs{gap:0px}}.nav-tabs .nav-link{color:#3d322c;font-weight:600;padding:15px 25px;border:none;background:none;position:relative;transition:color .3s ease-in-out}@media(max-width: 768px){.nav-tabs .nav-link{padding:15px 20px}}.nav-tabs .nav-link::after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:3px;background:rgba(0,0,0,0);transition:background .3s ease-in-out}.nav-tabs .nav-link.active{color:#c8945e}.nav-tabs .nav-link.active::after{background:#c8945e}.nav-tabs .nav-link:hover{color:#b07d4e}.tab-content{padding:20px 0;line-height:1.6}.cta-box{background:#fff;border-radius:12px;box-shadow:0px 6px 15px rgba(0,0,0,.08);padding:30px}.cta-box ul{padding:0;margin:0;list-style:none}.cta-box ul li{display:flex;align-items:center;gap:15px;margin-bottom:15px;font-weight:500;color:#3d322c}.cta-box ul li img{width:35px;height:35px}a.btn.btn-secondary.related-item{padding:5px 16px}.woocommerce div.product div.images{margin-bottom:0em !important}.woocommerce-product-gallery__image{border-radius:20px !important}.woocommerce button.button,.woocommerce input.button,.woocommerce a.button,.woocommerce #respond input#submit,button.button,input.button,a.button,#respond input#submit{background-color:#cb9751;color:#fff;border:none;padding:12px 25px;font-weight:bold;transition:all .3s ease-in-out;border-radius:5px}.woocommerce button.button:hover,.woocommerce button.button:focus,.woocommerce input.button:hover,.woocommerce input.button:focus,.woocommerce a.button:hover,.woocommerce a.button:focus,.woocommerce #respond input#submit:hover,.woocommerce #respond input#submit:focus,button.button:hover,button.button:focus,input.button:hover,input.button:focus,a.button:hover,a.button:focus,#respond input#submit:hover,#respond input#submit:focus{background-color:rgb(179.389380531,125.7787610619,53.610619469);color:#fff}.woocommerce-cart table.cart th{background-color:#cb9751;color:#fff;padding:10px}.woocommerce-cart table.cart td.actions .coupon input{border:2px solid #cb9751}.woocommerce-cart table.cart td.actions .coupon input:focus{border-color:rgb(179.389380531,125.7787610619,53.610619469)}.woocommerce-cart table.cart td.actions .button{background-color:#cb9751}.woocommerce-cart table.cart td.actions .button:hover{background-color:rgb(179.389380531,125.7787610619,53.610619469)}.woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout .woocommerce-billing-fields .h3,.woocommerce-checkout .woocommerce-shipping-fields h3,.woocommerce-checkout .woocommerce-shipping-fields .h3,.woocommerce-checkout .woocommerce-additional-fields h3,.woocommerce-checkout .woocommerce-additional-fields .h3,.woocommerce-checkout #order_review_heading{color:#cb9751;border-bottom:2px solid #cb9751;padding-bottom:5px}.woocommerce-checkout .woocommerce-form__label-for-checkbox span{color:#cb9751}.woocommerce-checkout .place-order .button{background-color:#cb9751}.woocommerce-checkout .place-order .button:hover{background-color:rgb(179.389380531,125.7787610619,53.610619469)}.woocommerce-order .woocommerce-thankyou-order-received{color:#cb9751;font-size:1.5rem;font-weight:bold}.woocommerce-order .woocommerce-order-details{border:2px solid #cb9751}.woocommerce-order .woocommerce-order-details th{background-color:#cb9751;color:#fff}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-left:4px solid #cb9751;background-color:hsl(34.4262295082,53.982300885%,95.6862745098%);color:rgb(100.8584070796,70.7168141593,30.1415929204)}input.button.alt{background-color:#cb9751;color:#fff;-webkit-font-smoothing:antialiased}input.button.alt:hover{background-color:rgb(179.389380531,125.7787610619,53.610619469)}.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price{color:#cb9751;font-size:2.2rem;font-weight:600}.woocommerce div.product form.cart .variations td,.woocommerce div.product form.cart .variations th{line-height:3em}.woocommerce div.product form.cart{margin-bottom:0px !important}select{padding:5px;border-radius:10px}.related-items-custom{padding-top:10px}.facetwp-checkbox input[type=checkbox]{opacity:0;position:absolute;width:0;height:0}.facetwp-checkbox{position:relative;background-size:1px 1px !important;padding-left:30px !important;margin-bottom:5px !important;cursor:pointer;display:flex;align-items:center}.facetwp-checkbox:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:20px;height:20px;border:1px solid #3d392f;background-color:#f1f3f5;border-radius:6px;transition:all .3s ease-in-out}.facetwp-checkbox.checked:before{background-color:#cb9751;border-color:#cb9751}.facetwp-checkbox.checked:after{content:"";position:absolute;left:7px;top:50%;width:6px;height:12px;border:solid #fff;border-width:0 3px 3px 0;transform:translateY(-50%) rotate(45deg)}.woocommerce-product-gallery__wrapper{pointer-events:none}a.woocommerce-product-gallery__trigger{display:none !important}a.checkout-button.button.alt.wc-forward{background-color:#54a055}#add_payment_method table.cart img,.woocommerce-cart table.cart img,.woocommerce-checkout table.cart img{width:250px !important}.woocommerce-variation-price.pe-10.text-cta{color:#cb9751;font-size:2.2rem !important;font-weight:600}.img-max-300px{max-height:350px;object-fit:cover;width:100%}.product-button{position:relative;z-index:2}.product-grid{display:grid;grid-template-columns:repeat(2, 1fr);gap:40px}.product-item{background:#fff;border-radius:16px;box-shadow:0 4px 10px rgba(0,0,0,.12);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;padding:20px;display:flex;text-align:left;align-items:start !important}.product-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.product-image{width:100%;height:250px}.product-image img{width:100%;height:auto;object-fit:contain}.product-info{display:flex;justify-content:space-between;align-items:center;padding-top:10px;width:100%}.product-text{display:flex;flex-direction:column;text-align:left}.product-title{font-size:22px;font-weight:bold;color:#222;margin-bottom:5px}.product-button{width:45px;height:45px;border-radius:50%;background:#caa779;display:flex;justify-content:center;align-items:center;transition:background .3s ease;flex-shrink:0}.product-button svg{stroke:#fff}.product-button:hover{background:#b28f5f}@media(max-width: 1024px){.product-grid{grid-template-columns:repeat(2, 1fr)}.product-info{flex-direction:column;align-items:flex-start}.product-button{margin-top:10px}}@media(max-width: 768px){.product-image{height:100% !important}.product-item{padding:0px}.product-button{width:30px;height:30px}.product-grid{grid-template-columns:repeat(1, 1fr)}.product-info{flex-direction:row;padding-top:0px}}.woocommerce-message{border-top:3px solid #cb9751}.woocommerce-message::before{display:none !important}.woocommerce-error::before{display:none !important}.woocommerce-checkout .place-order .button{background-color:#cb9751 !important}.payment_box.payment_method_mollie_wc_gateway_ideal{display:none !important}.flyout-row>h3,.flyout-row>.h3{font-weight:700 !important;padding-top:20px}.text-cta.fs-2.variation-single-price.mb-4.fw-bold{margin-top:-25px}.project-item{position:relative;overflow:hidden;border-radius:20px}.project-image{width:100%;height:280px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:20px;position:relative}.project-image::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.2);border-radius:20px}.project-content{position:absolute;bottom:0;left:0;width:100%;padding:0px 0px 0px 15px;border-radius:0 0 20px 20px}.pagination-wrapper{text-align:center}.pagination-wrapper ul{display:inline-block;list-style:none;padding:0}.pagination-wrapper li{display:inline;margin:0 5px}.pagination-wrapper a,.pagination-wrapper span{display:inline-block;padding:10px 15px;color:#333;text-decoration:none;border:1px solid #ccc;border-radius:5px}.pagination-wrapper a:hover,.pagination-wrapper .current{background-color:#333;color:#fff;border-color:#333}.project-item-link{display:block;color:inherit;text-decoration:none;transition:transform .3s ease}.project-item-link:hover{transform:scale(1.02)}.filter-section .form-select{border:none;background-color:#fff;border-radius:10px;box-shadow:0 2px 4px rgba(0,0,0,.1);font-size:16px;font-weight:bold;padding:10px 20px;margin:0px 25px;color:#333;appearance:none;-webkit-appearance:none;-moz-appearance:none;position:relative;cursor:pointer;text-align:left}.filter-section .form-select:focus{outline:none;box-shadow:0 0 0 2px rgba(0,123,255,.25)}.filter-section .form-select::after{content:"▼";position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:12px;color:#333;pointer-events:none}.pagination-wrapper a,.pagination-wrapper span{display:inline-block;padding:10px 20px;color:#333;text-decoration:none;border:1px solid #ccc;border-radius:15px}.pagination-wrapper a:hover,.pagination-wrapper .current{background-color:#4b6773;color:#fff;border-color:#333}.flickity-page-dots{bottom:-50px !important;display:flex;justify-content:start;gap:5px;flex-wrap:wrap}.flickity-page-dots .dot{width:8px;height:8px;background:#bbb;opacity:.5;transition:all .3s ease-in-out}.flickity-page-dots .dot.is-selected{background:#333;transform:scale(1.2);opacity:1}.ginput_container.ginput_container_consent{display:flex}label.gform-field-label.gform-field-label--type-inline.gfield_consent_label{padding-left:10px}.gform_wrapper.gravity-theme .gform_footer input{padding:10px 32px;font-size:1.6rem;border-radius:13px;text-decoration:none;font-weight:bold;transition:background-color .3s ease;position:relative;overflow:hidden;display:inline-flex;align-items:center;background-color:#cb9751;color:#fff;border:2px solid #cb9751}.gform_wrapper.gravity-theme .gform_footer input:hover{background-color:#b58443;border:2px solid #b58443}.gform_wrapper.gravity-theme .gform_footer input:focus-visible{color:#fff}.gform_wrapper.gravity-theme .gform_validation_errors{display:none !important}.gform_wrapper.gravity-theme .gfield-choice-input:disabled+label{opacity:.4 !important}.custom-z-index{z-index:1101;position:relative}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#f8f1e7;display:flex;align-items:center;justify-content:center;transform:translateX(-100%);transition:transform .3s ease-in-out;z-index:1100}.mobile-menu-overlay.open{transform:translateX(0)}.dropdown-menu{max-height:300px;overflow-y:auto}.dropdown-menu::-webkit-scrollbar{width:6px}.dropdown-menu::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:3px}.mobile-menu{width:100%;max-width:400px;padding:40px;text-align:left}.mobile-nav-menu{list-style:none;padding:0;margin:0}.mobile-nav-menu li{padding:10px 0}.mobile-nav-menu li a{text-decoration:none;font-size:16px;font-weight:bold;color:#333;display:block}.mobile-nav-menu .menu-item-has-children>.sub-menu{max-height:300px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:hsla(0,0%,100%,.5) rgba(0,0,0,0)}.mobile-nav-menu .menu-item-has-children>.sub-menu::-webkit-scrollbar{width:5px}.mobile-nav-menu .menu-item-has-children>.sub-menu::-webkit-scrollbar-thumb{background-color:hsla(0,0%,100%,.5);border-radius:5px}.mobile-nav-menu li.menu-item-has-children>a{display:flex;justify-content:space-between;align-items:center}.mobile-nav-menu li.menu-item-has-children>a::after{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(136deg);margin-left:10px;transition:transform .3s ease}.mobile-search{display:flex;align-items:center;margin-top:20px;background:#fff;padding:10px;border-radius:10px}.mobile-search input{border:none;background:rgba(0,0,0,0);flex-grow:1;font-size:16px;padding:5px;color:#c49a6c;width:100%}.mobile-search input::placeholder,.mobile-search button{color:#cb9751}.mobile-search button{background:none;border:none;font-size:18px;cursor:pointer}@media(max-width: 767px){.dropdown-toggle::after{display:none !important}.language-dropdown .dropdown-toggle{border-radius:50% !important;padding:16px 13px !important}.hamburger-menu{border-radius:50% !important;padding:13px 14px !important;background-color:#cb9751;border:none}}.language-dropdown{position:relative;display:inline-block}.language-dropdown .dropdown-toggle{background:#f4f8fb;border:none;border-radius:12px;padding:12px 20px;cursor:pointer;display:flex;align-items:center;gap:8px;box-shadow:0 2px 4px rgba(0,0,0,.1);font-size:16px}.language-dropdown .dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border:1px solid #ddd;box-shadow:0 4px 6px rgba(0,0,0,.1);border-radius:8px;list-style:none;padding:8px 0;margin:0;display:none;z-index:1102}.language-dropdown .dropdown-menu li{padding:8px 16px}.language-dropdown .dropdown-menu li a,.language-dropdown .dropdown-menu li span{text-decoration:none;color:#333;display:flex;align-items:center;gap:8px}.language-dropdown .dropdown-menu li a:hover{background:#f4f8fb}.language-dropdown:hover .dropdown-menu{display:block}button.hamburger-menu.d-lg-none>i{color:#fff}.mobile-nav-menu .menu-item-has-children>a::after{content:"";font-family:"Font Awesome 5 Free";font-weight:900;transition:transform .3s ease}.mobile-nav-menu .menu-item-has-children>a.active::after{transform:rotate(180deg)}.mobile-nav-menu .sub-menu{display:none;background:#f9f9f9;list-style:none}.mobile-nav-menu .sub-menu li a{display:block;padding:12px 20px;font-size:14px;color:#666;text-decoration:none;transition:background .3s ease}.mobile-nav-menu .sub-menu li a:hover{background:#ddd}.mobile-nav-menu .sub-menu.open{display:block;animation:slideDown .3s ease-in-out}@keyframes slideDown{from{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media(max-width: 767px){.dropdown-toggle::after{display:none !important}.language-dropdown .dropdown-toggle{border-radius:50% !important;padding:14px 10px !important}.hamburger-menu{border-radius:50% !important;padding:13px 14px !important;background-color:#cb9751}}.no-scroll{overflow:hidden;height:100vh;width:100vw;position:fixed}.mobile-nav-menu li.menu-item-has-children>a::after{content:"";width:8px;height:8px;border-right:2px solid currentColor;border-top:2px solid currentColor;transform:rotate(136deg);margin-left:10px;transition:transform .3sease}ul.dropdown-menu.shadow.container.level-0.show{background-color:#fff;border-radius:10px;border:none}.menu-item-no-click>a{pointer-events:none;cursor:default;color:inherit}.dropdown:hover>.dropdown-menu{display:block}.button-radio input[type=radio]{display:none !important}.button-radio label{display:inline-block;background:#ebf1f3;color:#395159;font-weight:600;padding:10px 20px;border-radius:5px;margin:5px;cursor:pointer;border:2px solid rgba(0,0,0,0);transition:all .3s ease-in-out}.button-radio label:hover,.button-radio label:active,.button-radio label:focus{background:#395159;color:#fff !important}.button-radio input[type=radio]:checked+label{background:#395159;border:2px solid #395159;font-weight:bold;color:#fff !important}.button-radio>.gfield-choice-input{display:none !important}.button-radio>div>div{display:flex !important}.button-radio>div>div>div>label{max-width:100% !important}.gf-swatch-radios .gfield_radio{display:flex !important;flex-wrap:wrap !important;gap:0px 0px !important;margin:20px 0 !important;width:70%}@media(max-width: 768px){.gf-swatch-radios .gfield_radio{width:100%}}.gf-swatch-radios .gchoice{display:flex !important;flex-direction:column !important;align-items:center !important;cursor:pointer !important;transition:transform .3s ease !important;position:relative !important;width:90px;left:-20px}.gf-swatch-radios .gchoice input[type=radio]{position:absolute !important;opacity:0 !important;width:0 !important;height:0 !important}.gf-swatch-radios .gchoice label::before{content:"" !important;width:30px !important;height:30px !important;border-radius:50% !important;background-color:var(--swatch-color, #ccc) !important;border:2px solid #bdb8b8 !important;transition:all .3s ease !important;display:inline-block !important}.gf-swatch-radios .gchoice label{padding:5px !important;font-size:14px !important;color:#6e6258 !important;text-transform:lowercase !important;text-align:center !important}.gf-swatch-radios .gchoice input[type=radio]:checked+label::before{border-color:2px solid rgba(0,0,0,0) !important;box-shadow:0 0 0 2px rgba(0,0,0,0) !important}.gf-swatch-radios .gchoice input[type=radio]:checked+label{font-weight:bold !important;color:#3e3429 !important}.color-swatches{display:flex;flex-direction:column;align-items:center;width:100%}.swatch-container{display:flex;flex-wrap:wrap;justify-content:start;gap:10px;width:100%;max-width:600px;left:-30px;position:relative}@media(max-width: 768px){.swatch-container{left:-5px}}.swatch{flex:1 1 calc(16.6666666667% - 10px);max-width:80px;display:flex;flex-direction:column;align-items:center;text-align:center}.swatch-circle{width:35px;height:35px;border-radius:50%;border:2px solid inherit;transition:all .3s ease;background-size:100% 100%;background-repeat:no-repeat;background-position:center;mask-image:radial-gradient(circle, white 100%, transparent 100%);-webkit-mask-image:radial-gradient(circle, white 100%, transparent 100%)}.swatch-circle.dual-color{border-color:#bdb8b8}.swatch.active .swatch-circle{box-shadow:0 0 0 2px rgba(0,0,0,.2)}.swatch-name{font-size:14px;color:#6e6258}.team-card{position:relative;border:none;border-radius:15px;overflow:hidden;background-color:#333}.team-card img{object-fit:cover;height:400px;width:100%}.team-card .card-img-overlay{background:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0) 25%)}.flag-icon img{width:30px;height:20px;border-radius:5px;box-shadow:0px 0px 5px rgba(0,0,0,.5)}@media(max-width: 576px){.timeline .timeline-cell{width:80% !important;margin-right:0}}.timeline{overflow:visible;padding-right:0}.timeline .flickity-viewport{overflow:visible !important}.timeline-container{position:relative}.timeline-cell{width:375px;transition:opacity .4s ease}.timeline-card{padding:20px}.timeline-prev,.timeline-next{position:absolute;top:50%;transform:translateY(-50%);background-color:#c59c68;color:#fff;border:none;border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;font-size:20px;cursor:pointer;z-index:10;transition:background-color .3s ease}.timeline-prev{left:15%}.timeline-next{right:15%}@media(max-width: 768px){.timeline-prev{left:5% !important}.timeline-next{right:10% !important}}.timeline-prev::after{content:"";font-family:"Font Awesome 6 Pro";font-weight:900}.timeline-next::after{content:"";font-family:"Font Awesome 6 Pro";font-weight:900}.timeline-prev:hover,.timeline-next:hover{background-color:#a57a4e}.timeline-cell.dimmed{opacity:.5}.single-blog .container-blogs a{text-decoration:underline !important}.blog-item{transition:transform .3s ease,box-shadow .3s ease}.blog-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.blog-item{transition:transform .3s ease,box-shadow .3s ease}.blog-item:hover{transform:translateY(-5px);box-shadow:0 8px 20px rgba(0,0,0,.15)}.bg-dark-opacity{background:rgba(0,0,0,.6)}.blog-item{display:flex;flex-direction:column;height:100%}.blog-item .p-4{display:flex;flex-direction:column;flex-grow:1}.blog-item .flex-grow-1{display:flex;flex-direction:column;justify-content:space-between}.blog-item .badge{flex-shrink:0}.swirl-background{position:absolute;top:0;left:0;height:100%;z-index:0;pointer-events:none;overflow:hidden}.swirl-background svg{width:100vw;display:block}.quote-icon{font-size:8rem;color:#d3b37a;margin-bottom:1rem}.quote-author-handwriting{font-size:5rem !important}.expertises-block .expertise-item{background-color:#edf3f5;padding:3rem 1rem}.form-check-input{width:1.5rem;height:1.5rem}.form-check-label{font-size:1rem;line-height:1.5}@media(max-width: 767.98px){.download-section{padding-bottom:2rem;position:relative;z-index:1;padding-top:160px !important}.image-overlap-wrapper{position:absolute;top:-100px;left:50%;transform:translateX(-50%);z-index:3;width:80%}.image-overlap-wrapper img{max-width:100%;height:auto}}.faq-title{color:#333}.custom-accordion-button{background-color:#e9f1f5 !important;color:#333 !important;border:none;border-radius:8px;padding:15px;display:flex;justify-content:space-between;align-items:center;font-size:1.25rem}.custom-accordion-button:not(.collapsed){background-color:#e9f1f5 !important;color:#333 !important;box-shadow:none}.accordion-item{border-radius:8px}.view-all{font-size:14px;text-decoration:underline;color:#333;cursor:pointer}@media(min-width: 992px){.offerte-formulier #gform_5{padding:1rem}}.offerte-formulier .gform_wrapper.gravity-theme .gfield .validation_message{display:none !important}.offerte-formulier .gform_wrapper.gravity-theme .gf_progressbar_percentage{height:.5rem;transition:width 200ms ease-in-out}.offerte-formulier .gform_wrapper.gravity-theme .gf_progressbar_percentage span{display:none !important}.offerte-formulier .gform_wrapper.gravity-theme .gform_validation_errors{padding-block:10px;padding-block-end:0}.offerte-formulier .gform_wrapper.gravity-theme .gform_validation_errors>ol li{margin-block-end:2px}.offerte-formulier .offerte-custom-img{object-fit:cover}.offerte-formulier p.gf_progressbar_title{display:none}.offerte-formulier h3.gsection_title,.offerte-formulier .gsection_title.h3{color:#cb9751;margin-top:25px;font-style:normal;font-weight:800;line-height:2.75rem}.offerte-formulier .gform_fields>.ginput_container>input{border-color:#afafaf !important;border-radius:10px !important;color:#404040 !important}.offerte-formulier label.gfield_label.gform-field-label,.offerte-formulier legend.gfield_label.gform-field-label{font-size:16px !important;font-weight:600 !important}.offerte-formulier .custom-title-class{font-size:2.133rem;font-style:normal;font-weight:700}.offerte-formulier label.gform-field-label.gform-field-label--type-inline.gfield_consent_label{padding-left:10px}.offerte-formulier .gform-theme--framework :where(:not(.gform_editor)) .gfield--type-section{border-block-end:none !important}.offerte-formulier .gform-theme--framework .gform-field-label--type-inline{margin-left:0px !important}.offerte-formulier .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice{justify-content:center;display:flex;align-items:center;text-align:center;border-radius:15px !important;border:none !important}.offerte-formulier .gform-theme--framework .gfield--type-image_choice.gfield--image-choice-appearance-card .gchoice:where(:has(input:checked))::after{background-color:#cb9751 !important;color:var(--gf-field-img-choice-card-check-ind-icon-color) !important}.offerte-formulier .gform-theme--foundation .gform_fields{align-items:end !important}.offerte-formulier .gform_next_button,.offerte-formulier .gform_button.button.btn.btn-primary{-webkit-user-select:auto;background-color:#cb9751 !important;border-color:#cb9751 !important;border-radius:10px !important;font-size:16px !important;font-weight:600 !important}.offerte-formulier .gform_previous_button{-webkit-user-select:auto;margin-right:20px !important;background-color:#fff !important;color:#cb9751 !important;border-color:#cb9751 !important;border-radius:10px !important;font-size:16px !important;font-weight:600 !important}.offerte-formulier .gfield-choice-image-wrapper{display:flex !important;justify-content:center !important;align-items:center !important;padding:10px !important;width:75px !important;height:75px !important;margin:0 auto !important}.offerte-formulier .gfield-image-choice-wrapper-outer{justify-content:center;display:flex;align-items:center;text-align:center}.offerte-formulier .gfield:not(.offerte-btn.extra-formaat) .gfield_checkbox input:checked+label::before,.offerte-formulier .gfield:not(.offerte-btn.extra-formaat) .gfield_checkbox label:hover::before{background-color:#fff;border:.7rem solid #cb9751}.offerte-formulier .gfield:not(.offerte-btn.extra-formaat) .gfield_radio input:checked+label::before{background-color:#fff;border:1rem solid #cb9751}.offerte-formulier .gfield:not(.offerte-btn.extra-formaat) .gfield_radio label:hover::before{background-color:#fff;border:.7rem solid #cb9751}.offerte-formulier .options-wrapper fieldset .gfield_checkbox .gchoice{box-shadow:none !important}.offerte-formulier .gfield.offer_option_list .gfield_checkbox label::before{content:none}.offerte-formulier .wrapper-container-options{display:grid;grid-template-columns:repeat(3, 1fr);grid-gap:20px}.gform_wrapper.gravity-theme .gfield_error .ginput_container_image_choice .gfield-choice-image-wrapper::before{border-radius:1.25rem}.gform_wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:#fff;border:1px solid #ccc;padding:10px;font-size:16px;color:#333;border-radius:4px}.gform_wrapper select{background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" width="16" height="16"><path fill="%23333" d="M7 10l5 5 5-5z"/></svg>');background-repeat:no-repeat;background-position:right 10px center;background-size:12px;padding-right:30px}.offer_option_list .gfield_checkbox{gap:12px}.offer_option_list .gfield_checkbox .gchoice{display:flex !important;flex-direction:column;justify-content:center;align-items:center;padding:1rem;box-shadow:-6px 10px 19px 0px rgba(0,0,0,.15);border-radius:1.25rem;min-height:150px;inline-size:150px !important;max-inline-size:150px !important;min-inline-size:150px !important;transition:all 200ms ease-in-out}@media(min-width: 992px){.offer_option_list .gfield_checkbox .gchoice{min-height:200px;inline-size:200px !important;max-inline-size:250px !important;min-inline-size:250px !important}}.offer_option_list .gfield_checkbox .gchoice:after{inset-block-start:10px;inset-inline-start:10px;inset-inline-end:unset}.offer_option_list .gfield_checkbox .gchoice:where(:has(input))::after{speak:none;text-transform:none;align-items:center;block-size:38px;color:#fff;display:flex;filter:drop-shadow(0 1px 1px rgba(18, 25, 97, 0.15)) drop-shadow(0 2px 5px rgba(18, 25, 97, 0.1)) drop-shadow(0 0 0 rgba(18, 25, 97, 0.05));font-size:32px;inline-size:38px;inset-inline-end:10px;justify-content:center;position:absolute;z-index:5;background-color:unset !important;background-repeat:no-repeat;border-radius:0 !important;inset-block-start:2px !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23b4b4b4' viewBox='0 0 256 256'%3E%3Cpath d='M176,56H80a72,72,0,0,0,0,144h96a72,72,0,0,0,0-144ZM80,168a40,40,0,1,1,40-40A40,40,0,0,1,80,168Z'%3E%3C/path%3E%3C/svg%3E");content:"" !important;transition:all 100ms ease-in-out}.offer_option_list .gfield_checkbox .gchoice:where(:has(input:checked))::after{background-color:unset !important;inline-size:unset !important;background-repeat:no-repeat;border-radius:0 !important;inset-block-start:2px !important;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%23cb9751' viewBox='0 0 256 256'%3E%3Cpath d='M176,56H80a72,72,0,0,0,0,144h96a72,72,0,0,0,0-144Zm0,112a40,40,0,1,1,40-40A40,40,0,0,1,176,168Z'%3E%3C/path%3E%3C/svg%3E");content:"" !important}.offer_option_list .gfield_checkbox .gchoice.gform-checkbox-disabled:where(:has(input:checked))::after{display:none}.offer_option_list .gfield_checkbox .gchoice:hover{box-shadow:0px 2px 19px 0px rgba(0,0,0,.5);cursor:pointer}.offer_option_list .gfield_checkbox .gchoice label:before{display:none}.offer_option_list .gfield_checkbox .gchoice label:hover{cursor:pointer}.offer_option_list .gfield_checkbox .gchoice .gfield-choice-image-wrapper{user-select:none !important}.offer_option_list .gfield_checkbox .gchoice .included_message{font-size:1.2rem;font-style:italic;color:green;line-height:13px;position:absolute;top:10px;left:10px;right:0}.offer_option_list .gfield_radio{gap:12px}.offer_option_list .gfield_radio .gchoice{display:flex !important;flex-direction:column;justify-content:center;align-items:center;padding:1rem;box-shadow:-6px 10px 19px 0px rgba(0,0,0,.15);border-radius:1.25rem;height:140px;inline-size:140px !important;max-inline-size:140px !important;min-inline-size:140px !important;transition:all 200ms ease-in-out}@media(min-width: 992px){.offer_option_list .gfield_radio .gchoice{inline-size:200px !important;max-inline-size:250px !important;min-inline-size:250px !important}}.offer_option_list .gfield_radio .gchoice:after{inset-block-start:10px;inset-inline-start:10px;inset-inline-end:unset}.offer_option_list .gfield_radio .gchoice:where(:has(input:checked))::after{display:none !important}.offer_option_list .gfield_radio .gchoice:hover{box-shadow:0px 2px 19px 0px rgba(0,0,0,.5);cursor:pointer}.offer_option_list .gfield_radio .gchoice label::before{content:"";position:absolute;left:15px;top:15px;display:inline-table;vertical-align:text-top;margin:0 .8rem 0 0;width:2rem;height:2rem;border:.2rem solid #a9a9a9;border-radius:50%;transition:.3s all ease-in-out}.offer_option_list .gfield_radio .gchoice label:hover{cursor:pointer}.offer_option_list .gfield_radio .gchoice label:hover::before{background-color:#6db753;border:.2rem solid #6db753}.offer_option_list .gfield_radio .gchoice .gfield-choice-image-wrapper{user-select:none !important}.fancy-number-input{display:flex;justify-content:center;align-items:center;gap:5px;margin-top:5px}.fancy-number-input input[type=number]{width:30px !important;height:30px !important;text-align:center;background:none;border:0 !important;margin:unset;padding:5px !important;border-radius:50% !important;appearance:unset;display:block !important;user-select:none;color:#282828 !important}.fancy-number-input input[type=number]::-webkit-inner-spin-button,.fancy-number-input input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.fancy-number-input .increment,.fancy-number-input .decrement{background-color:#fff;color:#fd7e14;border:1px solid #d9d9d9;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:50%;font-size:16px;line-height:1;margin-top:0 !important}.fancy-number-input .increment:disabled,.fancy-number-input .decrement:disabled{color:#d9d9d9;cursor:not-allowed}.fancy-number-input .increment:disabled:hover,.fancy-number-input .decrement:disabled:hover{color:#fff;cursor:not-allowed}.fancy-number-input .increment:hover,.fancy-number-input .decrement:hover{background-color:#d9d9d9}@media(max-width: 767.98px){[class*=cs-theme--] .gsection.collapsible-sections-field{padding:2rem !important}[class*=cs-theme--] .collapsible-sections-collapsible-body{padding:0 2rem 2rem 2rem !important}}.gfield .gfield_checkbox input{margin:0;padding:0;width:0;height:0;appearance:none;display:none !important}.gfield .gfield_checkbox input:checked+label::before{background-color:#6db753;border:.2rem solid #6db753}.gfield .gfield_checkbox label::before{content:"";position:relative;display:inline-table;vertical-align:text-top;margin:0 .8rem 0 0;width:2rem;height:2rem;border:.2rem solid #a9a9a9;border-radius:50%;transition:.3s all ease-in-out}.gfield .gfield_checkbox label:hover::before{background-color:#6db753;border:.2rem solid #6db753}.gfield .gfield_radio input{margin:0;padding:0;width:0;height:0;appearance:none;display:none !important}.gfield .gfield_radio input:checked+label::before{background-color:#6db753;border:.2rem solid #6db753}.gfield .button-radio.gfield_radio label::before{content:"";position:relative;display:inline-table;vertical-align:text-top;margin:0 .8rem 0 0;width:2rem;height:2rem;border:.2rem solid #a9a9a9;border-radius:50%;transition:.3s all ease-in-out}.gfield .button-radio.gfield_radio label:hover::before{background-color:#6db753;border:.2rem solid #6db753}.show-radio input[type=radio]{margin:initial;padding:initial;width:auto;height:auto;appearance:auto;display:inline-block !important}.flickity-container .carousel-cell{scroll-snap-align:start;width:100%;max-width:90%}.flickity-container .card{height:100%}
