/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
*,::before,::after{box-sizing:border-box;}html{font-family:system-ui,"Segoe UI",Roboto,Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";line-height:1.15;-webkit-text-size-adjust:100%;tab-size:4;}body{margin:0;}b,strong{font-weight:bolder;}code,kbd,samp,pre{font-family:ui-monospace,SFMono-Regular,Consolas,"Liberation Mono",Menlo,monospace;font-size:1em;}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;}table{border-color:currentcolor;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;}legend{padding:0;}progress{vertical-align:baseline;}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto;}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}summary{display:list-item;}.modal{}.modal__overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);display:flex;justify-content:center;align-items:center;z-index:999;}.modal__container{text-align:center;max-width:90vh;max-height:100vh;overflow-y:auto;box-sizing:border-box;border-radius:20px;background:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,0.15);}@media (min-width:960px){.modal__container{padding:60px 90px;width:726px;}}@media (max-width:959px){.modal__container{max-width:92%;padding:60px 30px;}}.modal__header{display:flex;justify-content:center;align-items:center;}.modal__header h3{margin-top:0;color:#1d4d60;font-weight:500;}.modal__title{margin-top:0;margin-bottom:0;font-weight:600;font-size:1.25rem;line-height:1.25;color:#00449e;box-sizing:border-box;}.modal__close{background:transparent;border:0;}.modal__header .modal__close:before{content:"✕";}.modal__content{margin-top:2rem;margin-bottom:2rem;line-height:1.5;color:rgba(0,0,0,0.8);}.modal__footer{display:flex;justify-content:center;align-items:center;gap:60px;}.modal__footer a{cursor:pointer;}.modal__btn{font-size:0.875rem;padding-left:1rem;padding-right:1rem;padding-top:0.5rem;padding-bottom:0.5rem;background-color:#e6e6e6;color:rgba(0,0,0,0.8);border-radius:0.25rem;border-style:none;border-width:0;cursor:pointer;-webkit-appearance:button;text-transform:none;overflow:visible;line-height:1.15;margin:0;will-change:transform;-moz-osx-font-smoothing:grayscale;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);transition:-webkit-transform 0.25s ease-out;transition:transform 0.25s ease-out;transition:transform 0.25s ease-out,-webkit-transform 0.25s ease-out;}.modal__btn:focus,.modal__btn:hover{-webkit-transform:scale(1.05);transform:scale(1.05);}.modal__btn-primary{background-color:#00449e;color:#fff;}@keyframes mmfadeIn{from{opacity:0;}to{opacity:1;}}@keyframes mmfadeOut{from{opacity:1;}to{opacity:0;}}@keyframes mmslideIn{from{transform:translateY(15%);}to{transform:translateY(0);}}@keyframes mmslideOut{from{transform:translateY(0);}to{transform:translateY(-10%);}}.micromodal-slide{display:none;}.micromodal-slide.is-open{display:block;}.micromodal-slide[aria-hidden=false] .modal__overlay{animation:mmfadeIn 0.3s cubic-bezier(0,0,0.2,1);}.micromodal-slide[aria-hidden=false] .modal__container{animation:mmslideIn 0.3s cubic-bezier(0,0,0.2,1);}.micromodal-slide[aria-hidden=true] .modal__overlay{animation:mmfadeOut 0.3s cubic-bezier(0,0,0.2,1);}.micromodal-slide[aria-hidden=true] .modal__container{animation:mmslideOut 0.3s cubic-bezier(0,0,0.2,1);}.micromodal-slide .modal__container,.micromodal-slide .modal__overlay{will-change:transform;}: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:#082223;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000000;--bs-white:#ffffff;--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:#2f7a8b;--bs-secondary:#bf4e4e;--bs-success:#077754;--bs-info:#70aab7;--bs-warning:#c77429;--bs-danger:#d11e1e;--bs-light:#f6f5f0;--bs-dark:#103240;--bs-cerulean-blue-accessible:#2f7a8b;--bs-blue:#2f7a8b;--bs-cerulean-blue:#4995a6;--bs-cerulean-blue-medium:#70aab7;--bs-cerulean-blue-light:#d6e7eb;--bs-prussian-blue:#0d4e69;--bs-prussian-blue-dark:#103240;--bs-prussian-blue-medium:#1d4d60;--bs-rust:#bf4e4e;--bs-rust-dark:#993e3e;--bs-bronze:#c77429;--bs-gold:#fac278;--bs-peach:#f9e9d6;--bs-beige:#f6f5f0;--bs-green:#082223;--bs-grey:#606D7F;--bs-primary-rgb:47,122,139;--bs-secondary-rgb:191,78,78;--bs-success-rgb:7,119,84;--bs-info-rgb:112,170,183;--bs-warning-rgb:199,116,41;--bs-danger-rgb:209,30,30;--bs-light-rgb:246,245,240;--bs-dark-rgb:16,50,64;--bs-cerulean-blue-accessible-rgb:47,122,139;--bs-blue-rgb:47,122,139;--bs-cerulean-blue-rgb:73,149,166;--bs-cerulean-blue-medium-rgb:112,170,183;--bs-cerulean-blue-light-rgb:214,231,235;--bs-prussian-blue-rgb:13,78,105;--bs-prussian-blue-dark-rgb:16,50,64;--bs-prussian-blue-medium-rgb:29,77,96;--bs-rust-rgb:191,78,78;--bs-rust-dark-rgb:153,62,62;--bs-bronze-rgb:199,116,41;--bs-gold-rgb:250,194,120;--bs-peach-rgb:249,233,214;--bs-beige-rgb:246,245,240;--bs-green-rgb:8,34,35;--bs-grey-rgb:96,109,127;--bs-primary-text-emphasis:rgb(18.8,48.8,55.6);--bs-secondary-text-emphasis:rgb(76.4,31.2,31.2);--bs-success-text-emphasis:rgb(2.8,47.6,33.6);--bs-info-text-emphasis:rgb(44.8,68,73.2);--bs-warning-text-emphasis:rgb(79.6,46.4,16.4);--bs-danger-text-emphasis:rgb(83.6,12,12);--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:rgb(213.4,228.4,231.8);--bs-secondary-bg-subtle:rgb(242.2,219.6,219.6);--bs-success-bg-subtle:rgb(205.4,227.8,220.8);--bs-info-bg-subtle:rgb(226.4,238,240.6);--bs-warning-bg-subtle:rgb(243.8,227.2,212.2);--bs-danger-bg-subtle:rgb(245.8,210,210);--bs-light-bg-subtle:rgb(251.5,252,252.5);--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:rgb(171.8,201.8,208.6);--bs-secondary-border-subtle:rgb(229.4,184.2,184.2);--bs-success-border-subtle:rgb(155.8,200.6,186.6);--bs-info-border-subtle:rgb(197.8,221,226.2);--bs-warning-border-subtle:rgb(232.6,199.4,169.4);--bs-danger-border-subtle:rgb(236.6,165,165);--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:"Barlow",sans-serif;--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:1.125rem;--bs-body-font-weight:400;--bs-body-line-height:1.444;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#f6f5f0;--bs-body-bg-rgb:246,245,240;--bs-emphasis-color:#000000;--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:#1d4d60;--bs-link-color:#bf4e4e;--bs-link-color-rgb:191,78,78;--bs-link-decoration:underline;--bs-link-hover-color:#993e3e;--bs-link-hover-color-rgb:153,62,62;--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.625rem;--bs-border-radius-sm:0.5rem;--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(47,122,139,0.25);--bs-form-valid-color:#077754;--bs-form-valid-border-color:#077754;--bs-form-invalid-color:#d11e1e;--bs-form-invalid-border-color:#d11e1e;}[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:#ffffff;--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(130.2,175.2,185.4);--bs-secondary-text-emphasis:rgb(216.6,148.8,148.8);--bs-success-text-emphasis:rgb(106.2,173.4,152.4);--bs-info-text-emphasis:rgb(169.2,204,211.8);--bs-warning-text-emphasis:rgb(221.4,171.6,126.6);--bs-danger-text-emphasis:rgb(227.4,120,120);--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:rgb(9.4,24.4,27.8);--bs-secondary-bg-subtle:rgb(38.2,15.6,15.6);--bs-success-bg-subtle:rgb(1.4,23.8,16.8);--bs-info-bg-subtle:rgb(22.4,34,36.6);--bs-warning-bg-subtle:rgb(39.8,23.2,8.2);--bs-danger-bg-subtle:rgb(41.8,6,6);--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:rgb(28.2,73.2,83.4);--bs-secondary-border-subtle:rgb(114.6,46.8,46.8);--bs-success-border-subtle:rgb(4.2,71.4,50.4);--bs-info-border-subtle:rgb(67.2,102,109.8);--bs-warning-border-subtle:rgb(119.4,69.6,24.6);--bs-danger-border-subtle:rgb(125.4,18,18);--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:rgb(130.2,175.2,185.4);--bs-link-hover-color:rgb(155.16,191.16,199.32);--bs-link-color-rgb:130,175,185;--bs-link-hover-color-rgb:155,191,199;--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(106.8,122.4,123);--bs-form-valid-border-color:rgb(106.8,122.4,123);--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:0.25;}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:0.5rem;font-family:"Barlow",sans-serif;font-weight:600;line-height:1.2;color:var(--bs-heading-color);}h1,.h1{font-size:calc(1.40625rem + 1.875vw);}@media (min-width:1200px){h1,.h1{font-size:2.8125rem;}}h2,.h2{font-size:calc(1.35rem + 1.2vw);}@media (min-width:1200px){h2,.h2{font-size:2.25rem;}}h3,.h3{font-size:calc(1.321875rem + 0.8625vw);}@media (min-width:1200px){h3,.h3{font-size:1.96875rem;}}h4,.h4{font-size:calc(1.29375rem + 0.525vw);}@media (min-width:1200px){h4,.h4{font-size:1.6875rem;}}h5,.h5{font-size:calc(1.265625rem + 0.1875vw);}@media (min-width:1200px){h5,.h5{font-size:1.40625rem;}}h6,.h6{font-size:1.125rem;}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:0.5rem;margin-left:0;}blockquote{margin:0 0 1rem;}b,strong{font-weight:bolder;}small,.small{font-size:0.875em;}mark,.mark{padding:0.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:0.1875rem 0.375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:0.5rem;}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:0.5rem;padding-bottom:0.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:0.5rem;line-height:inherit;font-size:calc(1.275rem + 0.3vw);}@media (min-width:1200px){legend{font-size:1.5rem;}}legend + *{clear:left;}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0;}::-webkit-inner-spin-button{height:auto;}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1);}::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-color-swatch-wrapper{padding:0;}::file-selector-button{font:inherit;-webkit-appearance:button;}output{display:inline-block;}iframe{border:0;}summary{display:list-item;cursor:pointer;}progress{vertical-align:baseline;}[hidden]{display:none !important;}.lead{font-size:calc(1.265625rem + 0.1875vw);font-weight:300;}@media (min-width:1200px){.lead{font-size:1.40625rem;}}.display-1{font-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw);}@media (min-width:1200px){.display-1{font-size:5rem;}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw);}@media (min-width:1200px){.display-2{font-size:4.5rem;}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw);}@media (min-width:1200px){.display-3{font-size:4rem;}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw);}@media (min-width:1200px){.display-4{font-size:3.5rem;}}.display-5{font-weight:300;line-height:1.2;font-size:calc(1.425rem + 2.1vw);}@media (min-width:1200px){.display-5{font-size:3rem;}}.display-6{font-weight:300;line-height:1.2;font-size:calc(1.375rem + 1.5vw);}@media (min-width:1200px){.display-6{font-size:2.5rem;}}.list-unstyled{padding-left:0;list-style:none;}.list-inline{padding-left:0;list-style:none;}.list-inline-item{display:inline-block;}.list-inline-item:not(:last-child){margin-right:0.5rem;}.initialism{font-size:0.875em;text-transform:uppercase;}.blockquote{margin-bottom:1rem;font-size:calc(1.265625rem + 0.1875vw);}@media (min-width:1200px){.blockquote{font-size:1.40625rem;}}.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:0.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:0.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.875rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.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:1440px;}}: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) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.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:0.75rem;}.g-3,.gy-3{--bs-gutter-y:0.75rem;}.g-4,.gx-4{--bs-gutter-x:1rem;}.g-4,.gy-4{--bs-gutter-y:1rem;}.g-5,.gx-5{--bs-gutter-x:1.25rem;}.g-5,.gy-5{--bs-gutter-y:1.25rem;}.g-6,.gx-6{--bs-gutter-x:0.375rem;}.g-6,.gy-6{--bs-gutter-y:0.375rem;}.g-8,.gx-8{--bs-gutter-x:0.5rem;}.g-8,.gy-8{--bs-gutter-y:0.5rem;}.g-10,.gx-10{--bs-gutter-x:0.625rem;}.g-10,.gy-10{--bs-gutter-y:0.625rem;}.g-15,.gx-15{--bs-gutter-x:0.9375rem;}.g-15,.gy-15{--bs-gutter-y:0.9375rem;}.g-18,.gx-18{--bs-gutter-x:1.125rem;}.g-18,.gy-18{--bs-gutter-y:1.125rem;}.g-30,.gx-30{--bs-gutter-x:1.875rem;}.g-30,.gy-30{--bs-gutter-y:1.875rem;}.g-40,.gx-40{--bs-gutter-x:2.5rem;}.g-40,.gy-40{--bs-gutter-y:2.5rem;}.g-50,.gx-50{--bs-gutter-x:3.125rem;}.g-50,.gy-50{--bs-gutter-y:3.125rem;}.g-60,.gx-60{--bs-gutter-x:3.75rem;}.g-60,.gy-60{--bs-gutter-y:3.75rem;}.g-80,.gx-80{--bs-gutter-x:5rem;}.g-80,.gy-80{--bs-gutter-y:5rem;}.g-100,.gx-100{--bs-gutter-x:6.25rem;}.g-100,.gy-100{--bs-gutter-y:6.25rem;}.g-130,.gx-130{--bs-gutter-x:8.125rem;}.g-130,.gy-130{--bs-gutter-y:8.125rem;}.g-160,.gx-160{--bs-gutter-x:10rem;}.g-160,.gy-160{--bs-gutter-y:10rem;}.g-200,.gx-200{--bs-gutter-x:12.5rem;}.g-200,.gy-200{--bs-gutter-y:12.5rem;}.g-250,.gx-250{--bs-gutter-x:15.625rem;}.g-250,.gy-250{--bs-gutter-y:15.625rem;}@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:0.75rem;}.g-sm-3,.gy-sm-3{--bs-gutter-y:0.75rem;}.g-sm-4,.gx-sm-4{--bs-gutter-x:1rem;}.g-sm-4,.gy-sm-4{--bs-gutter-y:1rem;}.g-sm-5,.gx-sm-5{--bs-gutter-x:1.25rem;}.g-sm-5,.gy-sm-5{--bs-gutter-y:1.25rem;}.g-sm-6,.gx-sm-6{--bs-gutter-x:0.375rem;}.g-sm-6,.gy-sm-6{--bs-gutter-y:0.375rem;}.g-sm-8,.gx-sm-8{--bs-gutter-x:0.5rem;}.g-sm-8,.gy-sm-8{--bs-gutter-y:0.5rem;}.g-sm-10,.gx-sm-10{--bs-gutter-x:0.625rem;}.g-sm-10,.gy-sm-10{--bs-gutter-y:0.625rem;}.g-sm-15,.gx-sm-15{--bs-gutter-x:0.9375rem;}.g-sm-15,.gy-sm-15{--bs-gutter-y:0.9375rem;}.g-sm-18,.gx-sm-18{--bs-gutter-x:1.125rem;}.g-sm-18,.gy-sm-18{--bs-gutter-y:1.125rem;}.g-sm-30,.gx-sm-30{--bs-gutter-x:1.875rem;}.g-sm-30,.gy-sm-30{--bs-gutter-y:1.875rem;}.g-sm-40,.gx-sm-40{--bs-gutter-x:2.5rem;}.g-sm-40,.gy-sm-40{--bs-gutter-y:2.5rem;}.g-sm-50,.gx-sm-50{--bs-gutter-x:3.125rem;}.g-sm-50,.gy-sm-50{--bs-gutter-y:3.125rem;}.g-sm-60,.gx-sm-60{--bs-gutter-x:3.75rem;}.g-sm-60,.gy-sm-60{--bs-gutter-y:3.75rem;}.g-sm-80,.gx-sm-80{--bs-gutter-x:5rem;}.g-sm-80,.gy-sm-80{--bs-gutter-y:5rem;}.g-sm-100,.gx-sm-100{--bs-gutter-x:6.25rem;}.g-sm-100,.gy-sm-100{--bs-gutter-y:6.25rem;}.g-sm-130,.gx-sm-130{--bs-gutter-x:8.125rem;}.g-sm-130,.gy-sm-130{--bs-gutter-y:8.125rem;}.g-sm-160,.gx-sm-160{--bs-gutter-x:10rem;}.g-sm-160,.gy-sm-160{--bs-gutter-y:10rem;}.g-sm-200,.gx-sm-200{--bs-gutter-x:12.5rem;}.g-sm-200,.gy-sm-200{--bs-gutter-y:12.5rem;}.g-sm-250,.gx-sm-250{--bs-gutter-x:15.625rem;}.g-sm-250,.gy-sm-250{--bs-gutter-y:15.625rem;}}@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:0.75rem;}.g-md-3,.gy-md-3{--bs-gutter-y:0.75rem;}.g-md-4,.gx-md-4{--bs-gutter-x:1rem;}.g-md-4,.gy-md-4{--bs-gutter-y:1rem;}.g-md-5,.gx-md-5{--bs-gutter-x:1.25rem;}.g-md-5,.gy-md-5{--bs-gutter-y:1.25rem;}.g-md-6,.gx-md-6{--bs-gutter-x:0.375rem;}.g-md-6,.gy-md-6{--bs-gutter-y:0.375rem;}.g-md-8,.gx-md-8{--bs-gutter-x:0.5rem;}.g-md-8,.gy-md-8{--bs-gutter-y:0.5rem;}.g-md-10,.gx-md-10{--bs-gutter-x:0.625rem;}.g-md-10,.gy-md-10{--bs-gutter-y:0.625rem;}.g-md-15,.gx-md-15{--bs-gutter-x:0.9375rem;}.g-md-15,.gy-md-15{--bs-gutter-y:0.9375rem;}.g-md-18,.gx-md-18{--bs-gutter-x:1.125rem;}.g-md-18,.gy-md-18{--bs-gutter-y:1.125rem;}.g-md-30,.gx-md-30{--bs-gutter-x:1.875rem;}.g-md-30,.gy-md-30{--bs-gutter-y:1.875rem;}.g-md-40,.gx-md-40{--bs-gutter-x:2.5rem;}.g-md-40,.gy-md-40{--bs-gutter-y:2.5rem;}.g-md-50,.gx-md-50{--bs-gutter-x:3.125rem;}.g-md-50,.gy-md-50{--bs-gutter-y:3.125rem;}.g-md-60,.gx-md-60{--bs-gutter-x:3.75rem;}.g-md-60,.gy-md-60{--bs-gutter-y:3.75rem;}.g-md-80,.gx-md-80{--bs-gutter-x:5rem;}.g-md-80,.gy-md-80{--bs-gutter-y:5rem;}.g-md-100,.gx-md-100{--bs-gutter-x:6.25rem;}.g-md-100,.gy-md-100{--bs-gutter-y:6.25rem;}.g-md-130,.gx-md-130{--bs-gutter-x:8.125rem;}.g-md-130,.gy-md-130{--bs-gutter-y:8.125rem;}.g-md-160,.gx-md-160{--bs-gutter-x:10rem;}.g-md-160,.gy-md-160{--bs-gutter-y:10rem;}.g-md-200,.gx-md-200{--bs-gutter-x:12.5rem;}.g-md-200,.gy-md-200{--bs-gutter-y:12.5rem;}.g-md-250,.gx-md-250{--bs-gutter-x:15.625rem;}.g-md-250,.gy-md-250{--bs-gutter-y:15.625rem;}}@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:0.75rem;}.g-lg-3,.gy-lg-3{--bs-gutter-y:0.75rem;}.g-lg-4,.gx-lg-4{--bs-gutter-x:1rem;}.g-lg-4,.gy-lg-4{--bs-gutter-y:1rem;}.g-lg-5,.gx-lg-5{--bs-gutter-x:1.25rem;}.g-lg-5,.gy-lg-5{--bs-gutter-y:1.25rem;}.g-lg-6,.gx-lg-6{--bs-gutter-x:0.375rem;}.g-lg-6,.gy-lg-6{--bs-gutter-y:0.375rem;}.g-lg-8,.gx-lg-8{--bs-gutter-x:0.5rem;}.g-lg-8,.gy-lg-8{--bs-gutter-y:0.5rem;}.g-lg-10,.gx-lg-10{--bs-gutter-x:0.625rem;}.g-lg-10,.gy-lg-10{--bs-gutter-y:0.625rem;}.g-lg-15,.gx-lg-15{--bs-gutter-x:0.9375rem;}.g-lg-15,.gy-lg-15{--bs-gutter-y:0.9375rem;}.g-lg-18,.gx-lg-18{--bs-gutter-x:1.125rem;}.g-lg-18,.gy-lg-18{--bs-gutter-y:1.125rem;}.g-lg-30,.gx-lg-30{--bs-gutter-x:1.875rem;}.g-lg-30,.gy-lg-30{--bs-gutter-y:1.875rem;}.g-lg-40,.gx-lg-40{--bs-gutter-x:2.5rem;}.g-lg-40,.gy-lg-40{--bs-gutter-y:2.5rem;}.g-lg-50,.gx-lg-50{--bs-gutter-x:3.125rem;}.g-lg-50,.gy-lg-50{--bs-gutter-y:3.125rem;}.g-lg-60,.gx-lg-60{--bs-gutter-x:3.75rem;}.g-lg-60,.gy-lg-60{--bs-gutter-y:3.75rem;}.g-lg-80,.gx-lg-80{--bs-gutter-x:5rem;}.g-lg-80,.gy-lg-80{--bs-gutter-y:5rem;}.g-lg-100,.gx-lg-100{--bs-gutter-x:6.25rem;}.g-lg-100,.gy-lg-100{--bs-gutter-y:6.25rem;}.g-lg-130,.gx-lg-130{--bs-gutter-x:8.125rem;}.g-lg-130,.gy-lg-130{--bs-gutter-y:8.125rem;}.g-lg-160,.gx-lg-160{--bs-gutter-x:10rem;}.g-lg-160,.gy-lg-160{--bs-gutter-y:10rem;}.g-lg-200,.gx-lg-200{--bs-gutter-x:12.5rem;}.g-lg-200,.gy-lg-200{--bs-gutter-y:12.5rem;}.g-lg-250,.gx-lg-250{--bs-gutter-x:15.625rem;}.g-lg-250,.gy-lg-250{--bs-gutter-y:15.625rem;}}@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:0.75rem;}.g-xl-3,.gy-xl-3{--bs-gutter-y:0.75rem;}.g-xl-4,.gx-xl-4{--bs-gutter-x:1rem;}.g-xl-4,.gy-xl-4{--bs-gutter-y:1rem;}.g-xl-5,.gx-xl-5{--bs-gutter-x:1.25rem;}.g-xl-5,.gy-xl-5{--bs-gutter-y:1.25rem;}.g-xl-6,.gx-xl-6{--bs-gutter-x:0.375rem;}.g-xl-6,.gy-xl-6{--bs-gutter-y:0.375rem;}.g-xl-8,.gx-xl-8{--bs-gutter-x:0.5rem;}.g-xl-8,.gy-xl-8{--bs-gutter-y:0.5rem;}.g-xl-10,.gx-xl-10{--bs-gutter-x:0.625rem;}.g-xl-10,.gy-xl-10{--bs-gutter-y:0.625rem;}.g-xl-15,.gx-xl-15{--bs-gutter-x:0.9375rem;}.g-xl-15,.gy-xl-15{--bs-gutter-y:0.9375rem;}.g-xl-18,.gx-xl-18{--bs-gutter-x:1.125rem;}.g-xl-18,.gy-xl-18{--bs-gutter-y:1.125rem;}.g-xl-30,.gx-xl-30{--bs-gutter-x:1.875rem;}.g-xl-30,.gy-xl-30{--bs-gutter-y:1.875rem;}.g-xl-40,.gx-xl-40{--bs-gutter-x:2.5rem;}.g-xl-40,.gy-xl-40{--bs-gutter-y:2.5rem;}.g-xl-50,.gx-xl-50{--bs-gutter-x:3.125rem;}.g-xl-50,.gy-xl-50{--bs-gutter-y:3.125rem;}.g-xl-60,.gx-xl-60{--bs-gutter-x:3.75rem;}.g-xl-60,.gy-xl-60{--bs-gutter-y:3.75rem;}.g-xl-80,.gx-xl-80{--bs-gutter-x:5rem;}.g-xl-80,.gy-xl-80{--bs-gutter-y:5rem;}.g-xl-100,.gx-xl-100{--bs-gutter-x:6.25rem;}.g-xl-100,.gy-xl-100{--bs-gutter-y:6.25rem;}.g-xl-130,.gx-xl-130{--bs-gutter-x:8.125rem;}.g-xl-130,.gy-xl-130{--bs-gutter-y:8.125rem;}.g-xl-160,.gx-xl-160{--bs-gutter-x:10rem;}.g-xl-160,.gy-xl-160{--bs-gutter-y:10rem;}.g-xl-200,.gx-xl-200{--bs-gutter-x:12.5rem;}.g-xl-200,.gy-xl-200{--bs-gutter-y:12.5rem;}.g-xl-250,.gx-xl-250{--bs-gutter-x:15.625rem;}.g-xl-250,.gy-xl-250{--bs-gutter-y:15.625rem;}}@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:0.75rem;}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:0.75rem;}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1rem;}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1rem;}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:1.25rem;}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:1.25rem;}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:0.375rem;}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:0.375rem;}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:0.5rem;}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:0.5rem;}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:0.625rem;}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:0.625rem;}.g-xxl-15,.gx-xxl-15{--bs-gutter-x:0.9375rem;}.g-xxl-15,.gy-xxl-15{--bs-gutter-y:0.9375rem;}.g-xxl-18,.gx-xxl-18{--bs-gutter-x:1.125rem;}.g-xxl-18,.gy-xxl-18{--bs-gutter-y:1.125rem;}.g-xxl-30,.gx-xxl-30{--bs-gutter-x:1.875rem;}.g-xxl-30,.gy-xxl-30{--bs-gutter-y:1.875rem;}.g-xxl-40,.gx-xxl-40{--bs-gutter-x:2.5rem;}.g-xxl-40,.gy-xxl-40{--bs-gutter-y:2.5rem;}.g-xxl-50,.gx-xxl-50{--bs-gutter-x:3.125rem;}.g-xxl-50,.gy-xxl-50{--bs-gutter-y:3.125rem;}.g-xxl-60,.gx-xxl-60{--bs-gutter-x:3.75rem;}.g-xxl-60,.gy-xxl-60{--bs-gutter-y:3.75rem;}.g-xxl-80,.gx-xxl-80{--bs-gutter-x:5rem;}.g-xxl-80,.gy-xxl-80{--bs-gutter-y:5rem;}.g-xxl-100,.gx-xxl-100{--bs-gutter-x:6.25rem;}.g-xxl-100,.gy-xxl-100{--bs-gutter-y:6.25rem;}.g-xxl-130,.gx-xxl-130{--bs-gutter-x:8.125rem;}.g-xxl-130,.gy-xxl-130{--bs-gutter-y:8.125rem;}.g-xxl-160,.gx-xxl-160{--bs-gutter-x:10rem;}.g-xxl-160,.gy-xxl-160{--bs-gutter-y:10rem;}.g-xxl-200,.gx-xxl-200{--bs-gutter-x:12.5rem;}.g-xxl-200,.gy-xxl-200{--bs-gutter-y:12.5rem;}.g-xxl-250,.gx-xxl-250{--bs-gutter-x:15.625rem;}.g-xxl-250,.gy-xxl-250{--bs-gutter-y:15.625rem;}}.clearfix::after{display:block;clear:both;content:"";}.text-bg-primary{color:#ffffff !important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-secondary{color:#ffffff !important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-success{color:#ffffff !important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-info{color:#000000 !important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-warning{color:#000000 !important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-danger{color:#ffffff !important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-light{color:#000000 !important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-dark{color:#ffffff !important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-cerulean-blue-accessible{color:#ffffff !important;background-color:RGBA(var(--bs-cerulean-blue-accessible-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-blue{color:#ffffff !important;background-color:RGBA(var(--bs-blue-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-cerulean-blue{color:#000000 !important;background-color:RGBA(var(--bs-cerulean-blue-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-cerulean-blue-medium{color:#000000 !important;background-color:RGBA(var(--bs-cerulean-blue-medium-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-cerulean-blue-light{color:#000000 !important;background-color:RGBA(var(--bs-cerulean-blue-light-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-prussian-blue{color:#ffffff !important;background-color:RGBA(var(--bs-prussian-blue-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-prussian-blue-dark{color:#ffffff !important;background-color:RGBA(var(--bs-prussian-blue-dark-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-prussian-blue-medium{color:#ffffff !important;background-color:RGBA(var(--bs-prussian-blue-medium-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-rust{color:#ffffff !important;background-color:RGBA(var(--bs-rust-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-rust-dark{color:#ffffff !important;background-color:RGBA(var(--bs-rust-dark-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-bronze{color:#000000 !important;background-color:RGBA(var(--bs-bronze-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-gold{color:#000000 !important;background-color:RGBA(var(--bs-gold-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-peach{color:#000000 !important;background-color:RGBA(var(--bs-peach-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-beige{color:#000000 !important;background-color:RGBA(var(--bs-beige-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-green{color:#ffffff !important;background-color:RGBA(var(--bs-green-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-grey{color:#ffffff !important;background-color:RGBA(var(--bs-grey-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(38,98,111,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(38,98,111,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(153,62,62,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(153,62,62,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(6,95,67,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(6,95,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(141,187,197,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(141,187,197,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(210,144,84,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(210,144,84,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(167,24,24,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(167,24,24,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(248,247,243,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(248,247,243,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(13,40,51,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(13,40,51,var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue-accessible{color:RGBA(var(--bs-cerulean-blue-accessible-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-cerulean-blue-accessible-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue-accessible:hover,.link-cerulean-blue-accessible:focus{color:RGBA(38,98,111,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(38,98,111,var(--bs-link-underline-opacity,1)) !important;}.link-blue{color:RGBA(var(--bs-blue-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-blue-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-blue:hover,.link-blue:focus{color:RGBA(38,98,111,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(38,98,111,var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue{color:RGBA(var(--bs-cerulean-blue-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-cerulean-blue-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue:hover,.link-cerulean-blue:focus{color:RGBA(109,170,184,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(109,170,184,var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue-medium{color:RGBA(var(--bs-cerulean-blue-medium-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-cerulean-blue-medium-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue-medium:hover,.link-cerulean-blue-medium:focus{color:RGBA(141,187,197,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(141,187,197,var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue-light{color:RGBA(var(--bs-cerulean-blue-light-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-cerulean-blue-light-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue-light:hover,.link-cerulean-blue-light:focus{color:RGBA(222,236,239,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(222,236,239,var(--bs-link-underline-opacity,1)) !important;}.link-prussian-blue{color:RGBA(var(--bs-prussian-blue-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-prussian-blue-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-prussian-blue:hover,.link-prussian-blue:focus{color:RGBA(10,62,84,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(10,62,84,var(--bs-link-underline-opacity,1)) !important;}.link-prussian-blue-dark{color:RGBA(var(--bs-prussian-blue-dark-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-prussian-blue-dark-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-prussian-blue-dark:hover,.link-prussian-blue-dark:focus{color:RGBA(13,40,51,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(13,40,51,var(--bs-link-underline-opacity,1)) !important;}.link-prussian-blue-medium{color:RGBA(var(--bs-prussian-blue-medium-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-prussian-blue-medium-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-prussian-blue-medium:hover,.link-prussian-blue-medium:focus{color:RGBA(23,62,77,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(23,62,77,var(--bs-link-underline-opacity,1)) !important;}.link-rust{color:RGBA(var(--bs-rust-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-rust-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-rust:hover,.link-rust:focus{color:RGBA(153,62,62,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(153,62,62,var(--bs-link-underline-opacity,1)) !important;}.link-rust-dark{color:RGBA(var(--bs-rust-dark-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-rust-dark-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-rust-dark:hover,.link-rust-dark:focus{color:RGBA(122,50,50,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(122,50,50,var(--bs-link-underline-opacity,1)) !important;}.link-bronze{color:RGBA(var(--bs-bronze-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-bronze-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-bronze:hover,.link-bronze:focus{color:RGBA(210,144,84,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(210,144,84,var(--bs-link-underline-opacity,1)) !important;}.link-gold{color:RGBA(var(--bs-gold-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-gold-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-gold:hover,.link-gold:focus{color:RGBA(251,206,147,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(251,206,147,var(--bs-link-underline-opacity,1)) !important;}.link-peach{color:RGBA(var(--bs-peach-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-peach-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-peach:hover,.link-peach:focus{color:RGBA(250,237,222,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(250,237,222,var(--bs-link-underline-opacity,1)) !important;}.link-beige{color:RGBA(var(--bs-beige-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-beige-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-beige:hover,.link-beige:focus{color:RGBA(248,247,243,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(248,247,243,var(--bs-link-underline-opacity,1)) !important;}.link-green{color:RGBA(var(--bs-green-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-green-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-green:hover,.link-green:focus{color:RGBA(6,27,28,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(6,27,28,var(--bs-link-underline-opacity,1)) !important;}.link-grey{color:RGBA(var(--bs-grey-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-grey-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-grey:hover,.link-grey:focus{color:RGBA(77,87,102,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(77,87,102,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:0.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;backface-visibility:hidden;}.icon-link > .bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:0.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;}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden !important;}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:"";}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:0.25;}.fade{transition:opacity 0.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 0.35s ease;}@media (prefers-reduced-motion:reduce){.collapsing{transition:none;}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease;}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none;}}.btn{--bs-btn-padding-x:1rem;--bs-btn-padding-y:0.5rem;--bs-btn-font-family:;--bs-btn-font-size:1.125rem;--bs-btn-font-weight:700;--bs-btn-line-height:1.444;--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:0.625rem;--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 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;}@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:#ffffff;--bs-btn-bg:#2f7a8b;--bs-btn-border-color:#2f7a8b;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(39.95,103.7,118.15);--bs-btn-hover-border-color:rgb(37.6,97.6,111.2);--bs-btn-focus-shadow-rgb:78,142,156;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(37.6,97.6,111.2);--bs-btn-active-border-color:rgb(35.25,91.5,104.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#2f7a8b;--bs-btn-disabled-border-color:#2f7a8b;}.btn-secondary{--bs-btn-color:#ffffff;--bs-btn-bg:#bf4e4e;--bs-btn-border-color:#bf4e4e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(162.35,66.3,66.3);--bs-btn-hover-border-color:rgb(152.8,62.4,62.4);--bs-btn-focus-shadow-rgb:201,105,105;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(152.8,62.4,62.4);--bs-btn-active-border-color:rgb(143.25,58.5,58.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#bf4e4e;--bs-btn-disabled-border-color:#bf4e4e;}.btn-success{--bs-btn-color:#ffffff;--bs-btn-bg:#077754;--bs-btn-border-color:#077754;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(5.95,101.15,71.4);--bs-btn-hover-border-color:rgb(5.6,95.2,67.2);--bs-btn-focus-shadow-rgb:44,139,110;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(5.6,95.2,67.2);--bs-btn-active-border-color:rgb(5.25,89.25,63);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#077754;--bs-btn-disabled-border-color:#077754;}.btn-info{--bs-btn-color:#000000;--bs-btn-bg:#70aab7;--bs-btn-border-color:#70aab7;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(133.45,182.75,193.8);--bs-btn-hover-border-color:rgb(126.3,178.5,190.2);--bs-btn-focus-shadow-rgb:95,145,156;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(140.6,187,197.4);--bs-btn-active-border-color:rgb(126.3,178.5,190.2);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#70aab7;--bs-btn-disabled-border-color:#70aab7;}.btn-warning{--bs-btn-color:#000000;--bs-btn-bg:#c77429;--bs-btn-border-color:#c77429;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(207.4,136.85,73.1);--bs-btn-hover-border-color:rgb(204.6,129.9,62.4);--bs-btn-focus-shadow-rgb:169,99,35;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(210.2,143.8,83.8);--bs-btn-active-border-color:rgb(204.6,129.9,62.4);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#c77429;--bs-btn-disabled-border-color:#c77429;}.btn-danger{--bs-btn-color:#ffffff;--bs-btn-bg:#d11e1e;--bs-btn-border-color:#d11e1e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(177.65,25.5,25.5);--bs-btn-hover-border-color:rgb(167.2,24,24);--bs-btn-focus-shadow-rgb:216,64,64;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(167.2,24,24);--bs-btn-active-border-color:rgb(156.75,22.5,22.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#d11e1e;--bs-btn-disabled-border-color:#d11e1e;}.btn-light{--bs-btn-color:#000000;--bs-btn-bg:#f6f5f0;--bs-btn-border-color:#f6f5f0;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(209.1,208.25,204);--bs-btn-hover-border-color:rgb(196.8,196,192);--bs-btn-focus-shadow-rgb:209,208,204;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(196.8,196,192);--bs-btn-active-border-color:rgb(184.5,183.75,180);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#f6f5f0;--bs-btn-disabled-border-color:#f6f5f0;}.btn-dark{--bs-btn-color:#ffffff;--bs-btn-bg:#103240;--bs-btn-border-color:#103240;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(51.85,80.75,92.65);--bs-btn-hover-border-color:rgb(39.9,70.5,83.1);--bs-btn-focus-shadow-rgb:52,81,93;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(63.8,91,102.2);--bs-btn-active-border-color:rgb(39.9,70.5,83.1);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#103240;--bs-btn-disabled-border-color:#103240;}.btn-cerulean-blue-accessible{--bs-btn-color:#ffffff;--bs-btn-bg:#2f7a8b;--bs-btn-border-color:#2f7a8b;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(39.95,103.7,118.15);--bs-btn-hover-border-color:rgb(37.6,97.6,111.2);--bs-btn-focus-shadow-rgb:78,142,156;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(37.6,97.6,111.2);--bs-btn-active-border-color:rgb(35.25,91.5,104.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#2f7a8b;--bs-btn-disabled-border-color:#2f7a8b;}.btn-blue{--bs-btn-color:#ffffff;--bs-btn-bg:#2f7a8b;--bs-btn-border-color:#2f7a8b;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(39.95,103.7,118.15);--bs-btn-hover-border-color:rgb(37.6,97.6,111.2);--bs-btn-focus-shadow-rgb:78,142,156;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(37.6,97.6,111.2);--bs-btn-active-border-color:rgb(35.25,91.5,104.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#2f7a8b;--bs-btn-disabled-border-color:#2f7a8b;}.btn-cerulean-blue{--bs-btn-color:#000000;--bs-btn-bg:#4995a6;--bs-btn-border-color:#4995a6;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(100.3,164.9,179.35);--bs-btn-hover-border-color:rgb(91.2,159.6,174.9);--bs-btn-focus-shadow-rgb:62,127,141;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(109.4,170.2,183.8);--bs-btn-active-border-color:rgb(91.2,159.6,174.9);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#4995a6;--bs-btn-disabled-border-color:#4995a6;}.btn-cerulean-blue-medium{--bs-btn-color:#000000;--bs-btn-bg:#70aab7;--bs-btn-border-color:#70aab7;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(133.45,182.75,193.8);--bs-btn-hover-border-color:rgb(126.3,178.5,190.2);--bs-btn-focus-shadow-rgb:95,145,156;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(140.6,187,197.4);--bs-btn-active-border-color:rgb(126.3,178.5,190.2);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#70aab7;--bs-btn-disabled-border-color:#70aab7;}.btn-cerulean-blue-light{--bs-btn-color:#000000;--bs-btn-bg:#d6e7eb;--bs-btn-border-color:#d6e7eb;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(220.15,234.6,238);--bs-btn-hover-border-color:rgb(218.1,233.4,237);--bs-btn-focus-shadow-rgb:182,196,200;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(222.2,235.8,239);--bs-btn-active-border-color:rgb(218.1,233.4,237);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#d6e7eb;--bs-btn-disabled-border-color:#d6e7eb;}.btn-prussian-blue{--bs-btn-color:#ffffff;--bs-btn-bg:#0d4e69;--bs-btn-border-color:#0d4e69;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(11.05,66.3,89.25);--bs-btn-hover-border-color:rgb(10.4,62.4,84);--bs-btn-focus-shadow-rgb:49,105,128;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(10.4,62.4,84);--bs-btn-active-border-color:rgb(9.75,58.5,78.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#0d4e69;--bs-btn-disabled-border-color:#0d4e69;}.btn-prussian-blue-dark{--bs-btn-color:#ffffff;--bs-btn-bg:#103240;--bs-btn-border-color:#103240;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(13.6,42.5,54.4);--bs-btn-hover-border-color:rgb(12.8,40,51.2);--bs-btn-focus-shadow-rgb:52,81,93;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(12.8,40,51.2);--bs-btn-active-border-color:rgb(12,37.5,48);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#103240;--bs-btn-disabled-border-color:#103240;}.btn-prussian-blue-medium{--bs-btn-color:#ffffff;--bs-btn-bg:#1d4d60;--bs-btn-border-color:#1d4d60;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(24.65,65.45,81.6);--bs-btn-hover-border-color:rgb(23.2,61.6,76.8);--bs-btn-focus-shadow-rgb:63,104,120;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(23.2,61.6,76.8);--bs-btn-active-border-color:rgb(21.75,57.75,72);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#1d4d60;--bs-btn-disabled-border-color:#1d4d60;}.btn-rust{--bs-btn-color:#ffffff;--bs-btn-bg:#bf4e4e;--bs-btn-border-color:#bf4e4e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(162.35,66.3,66.3);--bs-btn-hover-border-color:rgb(152.8,62.4,62.4);--bs-btn-focus-shadow-rgb:201,105,105;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(152.8,62.4,62.4);--bs-btn-active-border-color:rgb(143.25,58.5,58.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#bf4e4e;--bs-btn-disabled-border-color:#bf4e4e;}.btn-rust-dark{--bs-btn-color:#ffffff;--bs-btn-bg:#993e3e;--bs-btn-border-color:#993e3e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(130.05,52.7,52.7);--bs-btn-hover-border-color:rgb(122.4,49.6,49.6);--bs-btn-focus-shadow-rgb:168,91,91;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(122.4,49.6,49.6);--bs-btn-active-border-color:rgb(114.75,46.5,46.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#993e3e;--bs-btn-disabled-border-color:#993e3e;}.btn-bronze{--bs-btn-color:#000000;--bs-btn-bg:#c77429;--bs-btn-border-color:#c77429;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(207.4,136.85,73.1);--bs-btn-hover-border-color:rgb(204.6,129.9,62.4);--bs-btn-focus-shadow-rgb:169,99,35;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(210.2,143.8,83.8);--bs-btn-active-border-color:rgb(204.6,129.9,62.4);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#c77429;--bs-btn-disabled-border-color:#c77429;}.btn-gold{--bs-btn-color:#000000;--bs-btn-bg:#fac278;--bs-btn-border-color:#fac278;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(250.75,203.15,140.25);--bs-btn-hover-border-color:rgb(250.5,200.1,133.5);--bs-btn-focus-shadow-rgb:213,165,102;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(251,206.2,147);--bs-btn-active-border-color:rgb(250.5,200.1,133.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#fac278;--bs-btn-disabled-border-color:#fac278;}.btn-peach{--bs-btn-color:#000000;--bs-btn-bg:#f9e9d6;--bs-btn-border-color:#f9e9d6;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(249.9,236.3,220.15);--bs-btn-hover-border-color:rgb(249.6,235.2,218.1);--bs-btn-focus-shadow-rgb:212,198,182;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(250.2,237.4,222.2);--bs-btn-active-border-color:rgb(249.6,235.2,218.1);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#f9e9d6;--bs-btn-disabled-border-color:#f9e9d6;}.btn-beige{--bs-btn-color:#000000;--bs-btn-bg:#f6f5f0;--bs-btn-border-color:#f6f5f0;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(247.35,246.5,242.25);--bs-btn-hover-border-color:rgb(246.9,246,241.5);--bs-btn-focus-shadow-rgb:209,208,204;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(247.8,247,243);--bs-btn-active-border-color:rgb(246.9,246,241.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#f6f5f0;--bs-btn-disabled-border-color:#f6f5f0;}.btn-green{--bs-btn-color:#ffffff;--bs-btn-bg:#082223;--bs-btn-border-color:#082223;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(6.8,28.9,29.75);--bs-btn-hover-border-color:rgb(6.4,27.2,28);--bs-btn-focus-shadow-rgb:45,67,68;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(6.4,27.2,28);--bs-btn-active-border-color:rgb(6,25.5,26.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#082223;--bs-btn-disabled-border-color:#082223;}.btn-grey{--bs-btn-color:#ffffff;--bs-btn-bg:#606D7F;--bs-btn-border-color:#606D7F;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(81.6,92.65,107.95);--bs-btn-hover-border-color:rgb(76.8,87.2,101.6);--bs-btn-focus-shadow-rgb:120,131,146;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(76.8,87.2,101.6);--bs-btn-active-border-color:rgb(72,81.75,95.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#606D7F;--bs-btn-disabled-border-color:#606D7F;}.btn-outline-primary{--bs-btn-color:#2f7a8b;--bs-btn-border-color:#2f7a8b;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#2f7a8b;--bs-btn-hover-border-color:#2f7a8b;--bs-btn-focus-shadow-rgb:47,122,139;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#2f7a8b;--bs-btn-active-border-color:#2f7a8b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#2f7a8b;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#2f7a8b;--bs-gradient:none;}.btn-outline-secondary{--bs-btn-color:#bf4e4e;--bs-btn-border-color:#bf4e4e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#bf4e4e;--bs-btn-hover-border-color:#bf4e4e;--bs-btn-focus-shadow-rgb:191,78,78;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#bf4e4e;--bs-btn-active-border-color:#bf4e4e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#bf4e4e;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#bf4e4e;--bs-gradient:none;}.btn-outline-success{--bs-btn-color:#077754;--bs-btn-border-color:#077754;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#077754;--bs-btn-hover-border-color:#077754;--bs-btn-focus-shadow-rgb:7,119,84;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#077754;--bs-btn-active-border-color:#077754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#077754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#077754;--bs-gradient:none;}.btn-outline-info{--bs-btn-color:#70aab7;--bs-btn-border-color:#70aab7;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#70aab7;--bs-btn-hover-border-color:#70aab7;--bs-btn-focus-shadow-rgb:112,170,183;--bs-btn-active-color:#000000;--bs-btn-active-bg:#70aab7;--bs-btn-active-border-color:#70aab7;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#70aab7;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#70aab7;--bs-gradient:none;}.btn-outline-warning{--bs-btn-color:#c77429;--bs-btn-border-color:#c77429;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#c77429;--bs-btn-hover-border-color:#c77429;--bs-btn-focus-shadow-rgb:199,116,41;--bs-btn-active-color:#000000;--bs-btn-active-bg:#c77429;--bs-btn-active-border-color:#c77429;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#c77429;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#c77429;--bs-gradient:none;}.btn-outline-danger{--bs-btn-color:#d11e1e;--bs-btn-border-color:#d11e1e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#d11e1e;--bs-btn-hover-border-color:#d11e1e;--bs-btn-focus-shadow-rgb:209,30,30;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#d11e1e;--bs-btn-active-border-color:#d11e1e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#d11e1e;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#d11e1e;--bs-gradient:none;}.btn-outline-light{--bs-btn-color:#f6f5f0;--bs-btn-border-color:#f6f5f0;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#f6f5f0;--bs-btn-hover-border-color:#f6f5f0;--bs-btn-focus-shadow-rgb:246,245,240;--bs-btn-active-color:#000000;--bs-btn-active-bg:#f6f5f0;--bs-btn-active-border-color:#f6f5f0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#f6f5f0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f6f5f0;--bs-gradient:none;}.btn-outline-dark{--bs-btn-color:#103240;--bs-btn-border-color:#103240;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#103240;--bs-btn-hover-border-color:#103240;--bs-btn-focus-shadow-rgb:16,50,64;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#103240;--bs-btn-active-border-color:#103240;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#103240;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#103240;--bs-gradient:none;}.btn-outline-cerulean-blue-accessible{--bs-btn-color:#2f7a8b;--bs-btn-border-color:#2f7a8b;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#2f7a8b;--bs-btn-hover-border-color:#2f7a8b;--bs-btn-focus-shadow-rgb:47,122,139;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#2f7a8b;--bs-btn-active-border-color:#2f7a8b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#2f7a8b;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#2f7a8b;--bs-gradient:none;}.btn-outline-blue{--bs-btn-color:#2f7a8b;--bs-btn-border-color:#2f7a8b;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#2f7a8b;--bs-btn-hover-border-color:#2f7a8b;--bs-btn-focus-shadow-rgb:47,122,139;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#2f7a8b;--bs-btn-active-border-color:#2f7a8b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#2f7a8b;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#2f7a8b;--bs-gradient:none;}.btn-outline-cerulean-blue{--bs-btn-color:#4995a6;--bs-btn-border-color:#4995a6;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#4995a6;--bs-btn-hover-border-color:#4995a6;--bs-btn-focus-shadow-rgb:73,149,166;--bs-btn-active-color:#000000;--bs-btn-active-bg:#4995a6;--bs-btn-active-border-color:#4995a6;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#4995a6;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#4995a6;--bs-gradient:none;}.btn-outline-cerulean-blue-medium{--bs-btn-color:#70aab7;--bs-btn-border-color:#70aab7;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#70aab7;--bs-btn-hover-border-color:#70aab7;--bs-btn-focus-shadow-rgb:112,170,183;--bs-btn-active-color:#000000;--bs-btn-active-bg:#70aab7;--bs-btn-active-border-color:#70aab7;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#70aab7;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#70aab7;--bs-gradient:none;}.btn-outline-cerulean-blue-light{--bs-btn-color:#d6e7eb;--bs-btn-border-color:#d6e7eb;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#d6e7eb;--bs-btn-hover-border-color:#d6e7eb;--bs-btn-focus-shadow-rgb:214,231,235;--bs-btn-active-color:#000000;--bs-btn-active-bg:#d6e7eb;--bs-btn-active-border-color:#d6e7eb;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#d6e7eb;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#d6e7eb;--bs-gradient:none;}.btn-outline-prussian-blue{--bs-btn-color:#0d4e69;--bs-btn-border-color:#0d4e69;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#0d4e69;--bs-btn-hover-border-color:#0d4e69;--bs-btn-focus-shadow-rgb:13,78,105;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#0d4e69;--bs-btn-active-border-color:#0d4e69;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#0d4e69;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d4e69;--bs-gradient:none;}.btn-outline-prussian-blue-dark{--bs-btn-color:#103240;--bs-btn-border-color:#103240;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#103240;--bs-btn-hover-border-color:#103240;--bs-btn-focus-shadow-rgb:16,50,64;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#103240;--bs-btn-active-border-color:#103240;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#103240;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#103240;--bs-gradient:none;}.btn-outline-prussian-blue-medium{--bs-btn-color:#1d4d60;--bs-btn-border-color:#1d4d60;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#1d4d60;--bs-btn-hover-border-color:#1d4d60;--bs-btn-focus-shadow-rgb:29,77,96;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#1d4d60;--bs-btn-active-border-color:#1d4d60;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#1d4d60;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#1d4d60;--bs-gradient:none;}.btn-outline-rust{--bs-btn-color:#bf4e4e;--bs-btn-border-color:#bf4e4e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#bf4e4e;--bs-btn-hover-border-color:#bf4e4e;--bs-btn-focus-shadow-rgb:191,78,78;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#bf4e4e;--bs-btn-active-border-color:#bf4e4e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#bf4e4e;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#bf4e4e;--bs-gradient:none;}.btn-outline-rust-dark{--bs-btn-color:#993e3e;--bs-btn-border-color:#993e3e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#993e3e;--bs-btn-hover-border-color:#993e3e;--bs-btn-focus-shadow-rgb:153,62,62;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#993e3e;--bs-btn-active-border-color:#993e3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#993e3e;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#993e3e;--bs-gradient:none;}.btn-outline-bronze{--bs-btn-color:#c77429;--bs-btn-border-color:#c77429;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#c77429;--bs-btn-hover-border-color:#c77429;--bs-btn-focus-shadow-rgb:199,116,41;--bs-btn-active-color:#000000;--bs-btn-active-bg:#c77429;--bs-btn-active-border-color:#c77429;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#c77429;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#c77429;--bs-gradient:none;}.btn-outline-gold{--bs-btn-color:#fac278;--bs-btn-border-color:#fac278;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#fac278;--bs-btn-hover-border-color:#fac278;--bs-btn-focus-shadow-rgb:250,194,120;--bs-btn-active-color:#000000;--bs-btn-active-bg:#fac278;--bs-btn-active-border-color:#fac278;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fac278;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fac278;--bs-gradient:none;}.btn-outline-peach{--bs-btn-color:#f9e9d6;--bs-btn-border-color:#f9e9d6;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#f9e9d6;--bs-btn-hover-border-color:#f9e9d6;--bs-btn-focus-shadow-rgb:249,233,214;--bs-btn-active-color:#000000;--bs-btn-active-bg:#f9e9d6;--bs-btn-active-border-color:#f9e9d6;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#f9e9d6;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f9e9d6;--bs-gradient:none;}.btn-outline-beige{--bs-btn-color:#f6f5f0;--bs-btn-border-color:#f6f5f0;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#f6f5f0;--bs-btn-hover-border-color:#f6f5f0;--bs-btn-focus-shadow-rgb:246,245,240;--bs-btn-active-color:#000000;--bs-btn-active-bg:#f6f5f0;--bs-btn-active-border-color:#f6f5f0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#f6f5f0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f6f5f0;--bs-gradient:none;}.btn-outline-green{--bs-btn-color:#082223;--bs-btn-border-color:#082223;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#082223;--bs-btn-hover-border-color:#082223;--bs-btn-focus-shadow-rgb:8,34,35;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#082223;--bs-btn-active-border-color:#082223;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#082223;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#082223;--bs-gradient:none;}.btn-outline-grey{--bs-btn-color:#606D7F;--bs-btn-border-color:#606D7F;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#606D7F;--bs-btn-hover-border-color:#606D7F;--bs-btn-focus-shadow-rgb:96,109,127;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#606D7F;--bs-btn-active-border-color:#606D7F;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#606D7F;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#606D7F;--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:201,105,105;text-decoration:underline;}.btn-link:focus-visible{color:var(--bs-btn-color);}.btn-link:hover{color:var(--bs-btn-hover-color);}.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:calc(1.265625rem + 0.1875vw);--bs-btn-border-radius:var(--bs-border-radius-lg);}@media (min-width:1200px){.btn-lg{--bs-btn-font-size:1.40625rem;}}.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.984375rem;--bs-btn-border-radius:var(--bs-border-radius-sm);}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-size:1rem;--bs-nav-link-font-weight:normal;--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 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.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 0.25rem rgba(47,122,139,0.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 transparent;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:40rem;--bs-nav-pills-link-active-color:#ffffff;--bs-nav-pills-link-active-bg:#1d4d60;}.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:30px;--bs-nav-underline-border-width:6px;--bs-nav-underline-link-active-color:var(--rust);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 transparent;}.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-grow:1;flex-basis:0;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:#1d4d60;--bs-navbar-hover-color:#1d4d60;--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:#1d4d60;--bs-navbar-brand-padding-y:0.25rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1rem;--bs-navbar-brand-color:#1d4d60;--bs-navbar-brand-hover-color:#1d4d60;--bs-navbar-nav-link-padding-x:0;--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:0.5rem;--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-size:1rem;--bs-nav-link-font-weight:normal;--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:0.5rem;padding-bottom:0.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-grow:1;flex-basis:100%;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:transparent;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:transparent !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:transparent !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:transparent !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:transparent !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:transparent !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:transparent !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:#ffffff;--bs-navbar-brand-color:#ffffff;--bs-navbar-brand-hover-color:#ffffff;--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");}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative;}.dropdown-toggle{white-space:nowrap;}.dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent;}.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;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1.125rem;--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:0;--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(0 - 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:#ffffff;--bs-dropdown-link-active-bg:#2f7a8b;--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;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 > .dropdown-item:first-child,.dropdown-menu > li:first-child .dropdown-item{border-top-left-radius:var(--bs-dropdown-inner-border-radius);border-top-right-radius:var(--bs-dropdown-inner-border-radius);}.dropdown-menu > .dropdown-item:last-child,.dropdown-menu > li:last-child .dropdown-item{border-bottom-right-radius:var(--bs-dropdown-inner-border-radius);border-bottom-left-radius:var(--bs-dropdown-inner-border-radius);}.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:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent;}.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:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.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:0.255em;vertical-align:0.255em;content:"";}.dropstart .dropdown-toggle::after{display:none;}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent;}.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:transparent;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:transparent;}.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.984375rem;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:#ffffff;--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:#ffffff;--bs-dropdown-link-active-bg:#2f7a8b;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd;}.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:0;--bs-card-border-color:transparent;--bs-card-border-radius:15px;--bs-card-box-shadow:0 0 20px 0 rgba(0,0,0,0.15);--bs-card-inner-border-radius:15px;--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:#ffffff;--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;}}.flex-gap-8{display:flex;flex-direction:column;gap:0.5rem;}.flex-gap-10{display:flex;flex-direction:column;gap:0.625rem;}.flex-gap-15{display:flex;flex-direction:column;gap:0.938rem;}.flex-gap-20{display:flex;flex-direction:column;gap:1.25rem;}.flex-gap-30{display:flex;flex-direction:column;gap:1.875rem;}.flex-gap-40{display:flex;flex-direction:column;gap:2.5rem;}.flex-gap-50{display:flex;flex-direction:column;gap:3.125rem;}.flex-gap-80{display:flex;flex-direction:column;gap:5rem;}@media (min-width:576px){.flex-gap-sm-8{display:flex;flex-direction:column;gap:0.5rem;}.flex-gap-sm-10{display:flex;flex-direction:column;gap:0.625rem;}.flex-gap-sm-15{display:flex;flex-direction:column;gap:0.938rem;}.flex-gap-sm-20{display:flex;flex-direction:column;gap:1.25rem;}.flex-gap-sm-30{display:flex;flex-direction:column;gap:1.875rem;}.flex-gap-sm-40{display:flex;flex-direction:column;gap:2.5rem;}.flex-gap-sm-50{display:flex;flex-direction:column;gap:3.125rem;}.flex-gap-sm-80{display:flex;flex-direction:column;gap:5rem;}}@media (min-width:768px){.flex-gap-md-8{display:flex;flex-direction:column;gap:0.5rem;}.flex-gap-md-10{display:flex;flex-direction:column;gap:0.625rem;}.flex-gap-md-15{display:flex;flex-direction:column;gap:0.938rem;}.flex-gap-md-20{display:flex;flex-direction:column;gap:1.25rem;}.flex-gap-md-30{display:flex;flex-direction:column;gap:1.875rem;}.flex-gap-md-40{display:flex;flex-direction:column;gap:2.5rem;}.flex-gap-md-50{display:flex;flex-direction:column;gap:3.125rem;}.flex-gap-md-80{display:flex;flex-direction:column;gap:5rem;}}@media (min-width:992px){.flex-gap-lg-8{display:flex;flex-direction:column;gap:0.5rem;}.flex-gap-lg-10{display:flex;flex-direction:column;gap:0.625rem;}.flex-gap-lg-15{display:flex;flex-direction:column;gap:0.938rem;}.flex-gap-lg-20{display:flex;flex-direction:column;gap:1.25rem;}.flex-gap-lg-30{display:flex;flex-direction:column;gap:1.875rem;}.flex-gap-lg-40{display:flex;flex-direction:column;gap:2.5rem;}.flex-gap-lg-50{display:flex;flex-direction:column;gap:3.125rem;}.flex-gap-lg-80{display:flex;flex-direction:column;gap:5rem;}}@media (min-width:1200px){.flex-gap-xl-8{display:flex;flex-direction:column;gap:0.5rem;}.flex-gap-xl-10{display:flex;flex-direction:column;gap:0.625rem;}.flex-gap-xl-15{display:flex;flex-direction:column;gap:0.938rem;}.flex-gap-xl-20{display:flex;flex-direction:column;gap:1.25rem;}.flex-gap-xl-30{display:flex;flex-direction:column;gap:1.875rem;}.flex-gap-xl-40{display:flex;flex-direction:column;gap:2.5rem;}.flex-gap-xl-50{display:flex;flex-direction:column;gap:3.125rem;}.flex-gap-xl-80{display:flex;flex-direction:column;gap:5rem;}}@media (min-width:1400px){.flex-gap-xxl-8{display:flex;flex-direction:column;gap:0.5rem;}.flex-gap-xxl-10{display:flex;flex-direction:column;gap:0.625rem;}.flex-gap-xxl-15{display:flex;flex-direction:column;gap:0.938rem;}.flex-gap-xxl-20{display:flex;flex-direction:column;gap:1.25rem;}.flex-gap-xxl-30{display:flex;flex-direction:column;gap:1.875rem;}.flex-gap-xxl-40{display:flex;flex-direction:column;gap:2.5rem;}.flex-gap-xxl-50{display:flex;flex-direction:column;gap:3.125rem;}.flex-gap-xxl-80{display:flex;flex-direction:column;gap:5rem;}}.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:0.25 !important;}.opacity-50{opacity:0.5 !important;}.opacity-75{opacity:0.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));}.focus-ring-cerulean-blue-accessible{--bs-focus-ring-color:rgba(var(--bs-cerulean-blue-accessible-rgb),var(--bs-focus-ring-opacity));}.focus-ring-blue{--bs-focus-ring-color:rgba(var(--bs-blue-rgb),var(--bs-focus-ring-opacity));}.focus-ring-cerulean-blue{--bs-focus-ring-color:rgba(var(--bs-cerulean-blue-rgb),var(--bs-focus-ring-opacity));}.focus-ring-cerulean-blue-medium{--bs-focus-ring-color:rgba(var(--bs-cerulean-blue-medium-rgb),var(--bs-focus-ring-opacity));}.focus-ring-cerulean-blue-light{--bs-focus-ring-color:rgba(var(--bs-cerulean-blue-light-rgb),var(--bs-focus-ring-opacity));}.focus-ring-prussian-blue{--bs-focus-ring-color:rgba(var(--bs-prussian-blue-rgb),var(--bs-focus-ring-opacity));}.focus-ring-prussian-blue-dark{--bs-focus-ring-color:rgba(var(--bs-prussian-blue-dark-rgb),var(--bs-focus-ring-opacity));}.focus-ring-prussian-blue-medium{--bs-focus-ring-color:rgba(var(--bs-prussian-blue-medium-rgb),var(--bs-focus-ring-opacity));}.focus-ring-rust{--bs-focus-ring-color:rgba(var(--bs-rust-rgb),var(--bs-focus-ring-opacity));}.focus-ring-rust-dark{--bs-focus-ring-color:rgba(var(--bs-rust-dark-rgb),var(--bs-focus-ring-opacity));}.focus-ring-bronze{--bs-focus-ring-color:rgba(var(--bs-bronze-rgb),var(--bs-focus-ring-opacity));}.focus-ring-gold{--bs-focus-ring-color:rgba(var(--bs-gold-rgb),var(--bs-focus-ring-opacity));}.focus-ring-peach{--bs-focus-ring-color:rgba(var(--bs-peach-rgb),var(--bs-focus-ring-opacity));}.focus-ring-beige{--bs-focus-ring-color:rgba(var(--bs-beige-rgb),var(--bs-focus-ring-opacity));}.focus-ring-green{--bs-focus-ring-color:rgba(var(--bs-green-rgb),var(--bs-focus-ring-opacity));}.focus-ring-grey{--bs-focus-ring-color:rgba(var(--bs-grey-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-cerulean-blue-accessible{--bs-border-opacity:1;border-color:rgba(var(--bs-cerulean-blue-accessible-rgb),var(--bs-border-opacity)) !important;}.border-blue{--bs-border-opacity:1;border-color:rgba(var(--bs-blue-rgb),var(--bs-border-opacity)) !important;}.border-cerulean-blue{--bs-border-opacity:1;border-color:rgba(var(--bs-cerulean-blue-rgb),var(--bs-border-opacity)) !important;}.border-cerulean-blue-medium{--bs-border-opacity:1;border-color:rgba(var(--bs-cerulean-blue-medium-rgb),var(--bs-border-opacity)) !important;}.border-cerulean-blue-light{--bs-border-opacity:1;border-color:rgba(var(--bs-cerulean-blue-light-rgb),var(--bs-border-opacity)) !important;}.border-prussian-blue{--bs-border-opacity:1;border-color:rgba(var(--bs-prussian-blue-rgb),var(--bs-border-opacity)) !important;}.border-prussian-blue-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-prussian-blue-dark-rgb),var(--bs-border-opacity)) !important;}.border-prussian-blue-medium{--bs-border-opacity:1;border-color:rgba(var(--bs-prussian-blue-medium-rgb),var(--bs-border-opacity)) !important;}.border-rust{--bs-border-opacity:1;border-color:rgba(var(--bs-rust-rgb),var(--bs-border-opacity)) !important;}.border-rust-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-rust-dark-rgb),var(--bs-border-opacity)) !important;}.border-bronze{--bs-border-opacity:1;border-color:rgba(var(--bs-bronze-rgb),var(--bs-border-opacity)) !important;}.border-gold{--bs-border-opacity:1;border-color:rgba(var(--bs-gold-rgb),var(--bs-border-opacity)) !important;}.border-peach{--bs-border-opacity:1;border-color:rgba(var(--bs-peach-rgb),var(--bs-border-opacity)) !important;}.border-beige{--bs-border-opacity:1;border-color:rgba(var(--bs-beige-rgb),var(--bs-border-opacity)) !important;}.border-green{--bs-border-opacity:1;border-color:rgba(var(--bs-green-rgb),var(--bs-border-opacity)) !important;}.border-grey{--bs-border-opacity:1;border-color:rgba(var(--bs-grey-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-520{max-width:520px !important;}.mw-540{max-width:540px !important;}.mw-565{max-width:565px !important;}.mw-720{max-width:720px !important;}.mw-730{max-width:730px !important;}.mw-825{max-width:825px !important;}.mw-920{max-width:920px !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:0.25rem !important;}.m-2{margin:0.5rem !important;}.m-3{margin:0.75rem !important;}.m-4{margin:1rem !important;}.m-5{margin:1.25rem !important;}.m-6{margin:0.375rem !important;}.m-8{margin:0.5rem !important;}.m-10{margin:0.625rem !important;}.m-15{margin:0.9375rem !important;}.m-18{margin:1.125rem !important;}.m-30{margin:1.875rem !important;}.m-40{margin:2.5rem !important;}.m-50{margin:3.125rem !important;}.m-60{margin:3.75rem !important;}.m-80{margin:5rem !important;}.m-100{margin:6.25rem !important;}.m-130{margin:8.125rem !important;}.m-160{margin:10rem !important;}.m-200{margin:12.5rem !important;}.m-250{margin:15.625rem !important;}.m-auto{margin:auto !important;}.m-n0{margin:-0 !important;}.m-n1{margin:-0.25rem !important;}.m-n2{margin:-0.5rem !important;}.m-n3{margin:-0.75rem !important;}.m-n4{margin:-1rem !important;}.m-n5{margin:-1.25rem !important;}.m-n6{margin:-0.375rem !important;}.m-n8{margin:-0.5rem !important;}.m-n10{margin:-0.625rem !important;}.m-n15{margin:-0.9375rem !important;}.m-n18{margin:-1.125rem !important;}.m-n30{margin:-1.875rem !important;}.m-n40{margin:-2.5rem !important;}.m-n50{margin:-3.125rem !important;}.m-n60{margin:-3.75rem !important;}.m-n80{margin:-5rem !important;}.m-n100{margin:-6.25rem !important;}.m-n130{margin:-8.125rem !important;}.m-n160{margin:-10rem !important;}.m-n200{margin:-12.5rem !important;}.m-n250{margin:-15.625rem !important;}.mx-0{margin-right:0 !important;margin-left:0 !important;}.mx-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-3{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-5{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-6{margin-right:0.375rem !important;margin-left:0.375rem !important;}.mx-8{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-10{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-15{margin-right:0.9375rem !important;margin-left:0.9375rem !important;}.mx-18{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-30{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-40{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-50{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-60{margin-right:3.75rem !important;margin-left:3.75rem !important;}.mx-80{margin-right:5rem !important;margin-left:5rem !important;}.mx-100{margin-right:6.25rem !important;margin-left:6.25rem !important;}.mx-130{margin-right:8.125rem !important;margin-left:8.125rem !important;}.mx-160{margin-right:10rem !important;margin-left:10rem !important;}.mx-200{margin-right:12.5rem !important;margin-left:12.5rem !important;}.mx-250{margin-right:15.625rem !important;margin-left:15.625rem !important;}.mx-auto{margin-right:auto !important;margin-left:auto !important;}.mx-n0{margin-right:-0 !important;margin-left:-0 !important;}.mx-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-n4{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important;}.mx-n6{margin-right:-0.375rem !important;margin-left:-0.375rem !important;}.mx-n8{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-n10{margin-right:-0.625rem !important;margin-left:-0.625rem !important;}.mx-n15{margin-right:-0.9375rem !important;margin-left:-0.9375rem !important;}.mx-n18{margin-right:-1.125rem !important;margin-left:-1.125rem !important;}.mx-n30{margin-right:-1.875rem !important;margin-left:-1.875rem !important;}.mx-n40{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-n50{margin-right:-3.125rem !important;margin-left:-3.125rem !important;}.mx-n60{margin-right:-3.75rem !important;margin-left:-3.75rem !important;}.mx-n80{margin-right:-5rem !important;margin-left:-5rem !important;}.mx-n100{margin-right:-6.25rem !important;margin-left:-6.25rem !important;}.mx-n130{margin-right:-8.125rem !important;margin-left:-8.125rem !important;}.mx-n160{margin-right:-10rem !important;margin-left:-10rem !important;}.mx-n200{margin-right:-12.5rem !important;margin-left:-12.5rem !important;}.mx-n250{margin-right:-15.625rem !important;margin-left:-15.625rem !important;}.my-0{margin-top:0 !important;margin-bottom:0 !important;}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-6{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-10{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-15{margin-top:0.9375rem !important;margin-bottom:0.9375rem !important;}.my-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-50{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-60{margin-top:3.75rem !important;margin-bottom:3.75rem !important;}.my-80{margin-top:5rem !important;margin-bottom:5rem !important;}.my-100{margin-top:6.25rem !important;margin-bottom:6.25rem !important;}.my-130{margin-top:8.125rem !important;margin-bottom:8.125rem !important;}.my-160{margin-top:10rem !important;margin-bottom:10rem !important;}.my-200{margin-top:12.5rem !important;margin-bottom:12.5rem !important;}.my-250{margin-top:15.625rem !important;margin-bottom:15.625rem !important;}.my-auto{margin-top:auto !important;margin-bottom:auto !important;}.my-n0{margin-top:-0 !important;margin-bottom:-0 !important;}.my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-n4{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important;}.my-n6{margin-top:-0.375rem !important;margin-bottom:-0.375rem !important;}.my-n8{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-n10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important;}.my-n15{margin-top:-0.9375rem !important;margin-bottom:-0.9375rem !important;}.my-n18{margin-top:-1.125rem !important;margin-bottom:-1.125rem !important;}.my-n30{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important;}.my-n40{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-n50{margin-top:-3.125rem !important;margin-bottom:-3.125rem !important;}.my-n60{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important;}.my-n80{margin-top:-5rem !important;margin-bottom:-5rem !important;}.my-n100{margin-top:-6.25rem !important;margin-bottom:-6.25rem !important;}.my-n130{margin-top:-8.125rem !important;margin-bottom:-8.125rem !important;}.my-n160{margin-top:-10rem !important;margin-bottom:-10rem !important;}.my-n200{margin-top:-12.5rem !important;margin-bottom:-12.5rem !important;}.my-n250{margin-top:-15.625rem !important;margin-bottom:-15.625rem !important;}.mt-0{margin-top:0 !important;}.mt-1{margin-top:0.25rem !important;}.mt-2{margin-top:0.5rem !important;}.mt-3{margin-top:0.75rem !important;}.mt-4{margin-top:1rem !important;}.mt-5{margin-top:1.25rem !important;}.mt-6{margin-top:0.375rem !important;}.mt-8{margin-top:0.5rem !important;}.mt-10{margin-top:0.625rem !important;}.mt-15{margin-top:0.9375rem !important;}.mt-18{margin-top:1.125rem !important;}.mt-30{margin-top:1.875rem !important;}.mt-40{margin-top:2.5rem !important;}.mt-50{margin-top:3.125rem !important;}.mt-60{margin-top:3.75rem !important;}.mt-80{margin-top:5rem !important;}.mt-100{margin-top:6.25rem !important;}.mt-130{margin-top:8.125rem !important;}.mt-160{margin-top:10rem !important;}.mt-200{margin-top:12.5rem !important;}.mt-250{margin-top:15.625rem !important;}.mt-auto{margin-top:auto !important;}.mt-n0{margin-top:-0 !important;}.mt-n1{margin-top:-0.25rem !important;}.mt-n2{margin-top:-0.5rem !important;}.mt-n3{margin-top:-0.75rem !important;}.mt-n4{margin-top:-1rem !important;}.mt-n5{margin-top:-1.25rem !important;}.mt-n6{margin-top:-0.375rem !important;}.mt-n8{margin-top:-0.5rem !important;}.mt-n10{margin-top:-0.625rem !important;}.mt-n15{margin-top:-0.9375rem !important;}.mt-n18{margin-top:-1.125rem !important;}.mt-n30{margin-top:-1.875rem !important;}.mt-n40{margin-top:-2.5rem !important;}.mt-n50{margin-top:-3.125rem !important;}.mt-n60{margin-top:-3.75rem !important;}.mt-n80{margin-top:-5rem !important;}.mt-n100{margin-top:-6.25rem !important;}.mt-n130{margin-top:-8.125rem !important;}.mt-n160{margin-top:-10rem !important;}.mt-n200{margin-top:-12.5rem !important;}.mt-n250{margin-top:-15.625rem !important;}.me-0{margin-right:0 !important;}.me-1{margin-right:0.25rem !important;}.me-2{margin-right:0.5rem !important;}.me-3{margin-right:0.75rem !important;}.me-4{margin-right:1rem !important;}.me-5{margin-right:1.25rem !important;}.me-6{margin-right:0.375rem !important;}.me-8{margin-right:0.5rem !important;}.me-10{margin-right:0.625rem !important;}.me-15{margin-right:0.9375rem !important;}.me-18{margin-right:1.125rem !important;}.me-30{margin-right:1.875rem !important;}.me-40{margin-right:2.5rem !important;}.me-50{margin-right:3.125rem !important;}.me-60{margin-right:3.75rem !important;}.me-80{margin-right:5rem !important;}.me-100{margin-right:6.25rem !important;}.me-130{margin-right:8.125rem !important;}.me-160{margin-right:10rem !important;}.me-200{margin-right:12.5rem !important;}.me-250{margin-right:15.625rem !important;}.me-auto{margin-right:auto !important;}.me-n0{margin-right:-0 !important;}.me-n1{margin-right:-0.25rem !important;}.me-n2{margin-right:-0.5rem !important;}.me-n3{margin-right:-0.75rem !important;}.me-n4{margin-right:-1rem !important;}.me-n5{margin-right:-1.25rem !important;}.me-n6{margin-right:-0.375rem !important;}.me-n8{margin-right:-0.5rem !important;}.me-n10{margin-right:-0.625rem !important;}.me-n15{margin-right:-0.9375rem !important;}.me-n18{margin-right:-1.125rem !important;}.me-n30{margin-right:-1.875rem !important;}.me-n40{margin-right:-2.5rem !important;}.me-n50{margin-right:-3.125rem !important;}.me-n60{margin-right:-3.75rem !important;}.me-n80{margin-right:-5rem !important;}.me-n100{margin-right:-6.25rem !important;}.me-n130{margin-right:-8.125rem !important;}.me-n160{margin-right:-10rem !important;}.me-n200{margin-right:-12.5rem !important;}.me-n250{margin-right:-15.625rem !important;}.mb-0{margin-bottom:0 !important;}.mb-1{margin-bottom:0.25rem !important;}.mb-2{margin-bottom:0.5rem !important;}.mb-3{margin-bottom:0.75rem !important;}.mb-4{margin-bottom:1rem !important;}.mb-5{margin-bottom:1.25rem !important;}.mb-6{margin-bottom:0.375rem !important;}.mb-8{margin-bottom:0.5rem !important;}.mb-10{margin-bottom:0.625rem !important;}.mb-15{margin-bottom:0.9375rem !important;}.mb-18{margin-bottom:1.125rem !important;}.mb-30{margin-bottom:1.875rem !important;}.mb-40{margin-bottom:2.5rem !important;}.mb-50{margin-bottom:3.125rem !important;}.mb-60{margin-bottom:3.75rem !important;}.mb-80{margin-bottom:5rem !important;}.mb-100{margin-bottom:6.25rem !important;}.mb-130{margin-bottom:8.125rem !important;}.mb-160{margin-bottom:10rem !important;}.mb-200{margin-bottom:12.5rem !important;}.mb-250{margin-bottom:15.625rem !important;}.mb-auto{margin-bottom:auto !important;}.mb-n0{margin-bottom:-0 !important;}.mb-n1{margin-bottom:-0.25rem !important;}.mb-n2{margin-bottom:-0.5rem !important;}.mb-n3{margin-bottom:-0.75rem !important;}.mb-n4{margin-bottom:-1rem !important;}.mb-n5{margin-bottom:-1.25rem !important;}.mb-n6{margin-bottom:-0.375rem !important;}.mb-n8{margin-bottom:-0.5rem !important;}.mb-n10{margin-bottom:-0.625rem !important;}.mb-n15{margin-bottom:-0.9375rem !important;}.mb-n18{margin-bottom:-1.125rem !important;}.mb-n30{margin-bottom:-1.875rem !important;}.mb-n40{margin-bottom:-2.5rem !important;}.mb-n50{margin-bottom:-3.125rem !important;}.mb-n60{margin-bottom:-3.75rem !important;}.mb-n80{margin-bottom:-5rem !important;}.mb-n100{margin-bottom:-6.25rem !important;}.mb-n130{margin-bottom:-8.125rem !important;}.mb-n160{margin-bottom:-10rem !important;}.mb-n200{margin-bottom:-12.5rem !important;}.mb-n250{margin-bottom:-15.625rem !important;}.ms-0{margin-left:0 !important;}.ms-1{margin-left:0.25rem !important;}.ms-2{margin-left:0.5rem !important;}.ms-3{margin-left:0.75rem !important;}.ms-4{margin-left:1rem !important;}.ms-5{margin-left:1.25rem !important;}.ms-6{margin-left:0.375rem !important;}.ms-8{margin-left:0.5rem !important;}.ms-10{margin-left:0.625rem !important;}.ms-15{margin-left:0.9375rem !important;}.ms-18{margin-left:1.125rem !important;}.ms-30{margin-left:1.875rem !important;}.ms-40{margin-left:2.5rem !important;}.ms-50{margin-left:3.125rem !important;}.ms-60{margin-left:3.75rem !important;}.ms-80{margin-left:5rem !important;}.ms-100{margin-left:6.25rem !important;}.ms-130{margin-left:8.125rem !important;}.ms-160{margin-left:10rem !important;}.ms-200{margin-left:12.5rem !important;}.ms-250{margin-left:15.625rem !important;}.ms-auto{margin-left:auto !important;}.ms-n0{margin-left:-0 !important;}.ms-n1{margin-left:-0.25rem !important;}.ms-n2{margin-left:-0.5rem !important;}.ms-n3{margin-left:-0.75rem !important;}.ms-n4{margin-left:-1rem !important;}.ms-n5{margin-left:-1.25rem !important;}.ms-n6{margin-left:-0.375rem !important;}.ms-n8{margin-left:-0.5rem !important;}.ms-n10{margin-left:-0.625rem !important;}.ms-n15{margin-left:-0.9375rem !important;}.ms-n18{margin-left:-1.125rem !important;}.ms-n30{margin-left:-1.875rem !important;}.ms-n40{margin-left:-2.5rem !important;}.ms-n50{margin-left:-3.125rem !important;}.ms-n60{margin-left:-3.75rem !important;}.ms-n80{margin-left:-5rem !important;}.ms-n100{margin-left:-6.25rem !important;}.ms-n130{margin-left:-8.125rem !important;}.ms-n160{margin-left:-10rem !important;}.ms-n200{margin-left:-12.5rem !important;}.ms-n250{margin-left:-15.625rem !important;}.p-0{padding:0 !important;}.p-1{padding:0.25rem !important;}.p-2{padding:0.5rem !important;}.p-3{padding:0.75rem !important;}.p-4{padding:1rem !important;}.p-5{padding:1.25rem !important;}.p-6{padding:0.375rem !important;}.p-8{padding:0.5rem !important;}.p-10{padding:0.625rem !important;}.p-15{padding:0.9375rem !important;}.p-18{padding:1.125rem !important;}.p-30{padding:1.875rem !important;}.p-40{padding:2.5rem !important;}.p-50{padding:3.125rem !important;}.p-60{padding:3.75rem !important;}.p-80{padding:5rem !important;}.p-100{padding:6.25rem !important;}.p-130{padding:8.125rem !important;}.p-160{padding:10rem !important;}.p-200{padding:12.5rem !important;}.p-250{padding:15.625rem !important;}.px-0{padding-right:0 !important;padding-left:0 !important;}.px-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-3{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-4{padding-right:1rem !important;padding-left:1rem !important;}.px-5{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-6{padding-right:0.375rem !important;padding-left:0.375rem !important;}.px-8{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-10{padding-right:0.625rem !important;padding-left:0.625rem !important;}.px-15{padding-right:0.9375rem !important;padding-left:0.9375rem !important;}.px-18{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-30{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-40{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-50{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-60{padding-right:3.75rem !important;padding-left:3.75rem !important;}.px-80{padding-right:5rem !important;padding-left:5rem !important;}.px-100{padding-right:6.25rem !important;padding-left:6.25rem !important;}.px-130{padding-right:8.125rem !important;padding-left:8.125rem !important;}.px-160{padding-right:10rem !important;padding-left:10rem !important;}.px-200{padding-right:12.5rem !important;padding-left:12.5rem !important;}.px-250{padding-right:15.625rem !important;padding-left:15.625rem !important;}.py-0{padding-top:0 !important;padding-bottom:0 !important;}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-6{padding-top:0.375rem !important;padding-bottom:0.375rem !important;}.py-8{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-10{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.py-15{padding-top:0.9375rem !important;padding-bottom:0.9375rem !important;}.py-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-50{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-60{padding-top:3.75rem !important;padding-bottom:3.75rem !important;}.py-80{padding-top:5rem !important;padding-bottom:5rem !important;}.py-100{padding-top:6.25rem !important;padding-bottom:6.25rem !important;}.py-130{padding-top:8.125rem !important;padding-bottom:8.125rem !important;}.py-160{padding-top:10rem !important;padding-bottom:10rem !important;}.py-200{padding-top:12.5rem !important;padding-bottom:12.5rem !important;}.py-250{padding-top:15.625rem !important;padding-bottom:15.625rem !important;}.pt-0{padding-top:0 !important;}.pt-1{padding-top:0.25rem !important;}.pt-2{padding-top:0.5rem !important;}.pt-3{padding-top:0.75rem !important;}.pt-4{padding-top:1rem !important;}.pt-5{padding-top:1.25rem !important;}.pt-6{padding-top:0.375rem !important;}.pt-8{padding-top:0.5rem !important;}.pt-10{padding-top:0.625rem !important;}.pt-15{padding-top:0.9375rem !important;}.pt-18{padding-top:1.125rem !important;}.pt-30{padding-top:1.875rem !important;}.pt-40{padding-top:2.5rem !important;}.pt-50{padding-top:3.125rem !important;}.pt-60{padding-top:3.75rem !important;}.pt-80{padding-top:5rem !important;}.pt-100{padding-top:6.25rem !important;}.pt-130{padding-top:8.125rem !important;}.pt-160{padding-top:10rem !important;}.pt-200{padding-top:12.5rem !important;}.pt-250{padding-top:15.625rem !important;}.pe-0{padding-right:0 !important;}.pe-1{padding-right:0.25rem !important;}.pe-2{padding-right:0.5rem !important;}.pe-3{padding-right:0.75rem !important;}.pe-4{padding-right:1rem !important;}.pe-5{padding-right:1.25rem !important;}.pe-6{padding-right:0.375rem !important;}.pe-8{padding-right:0.5rem !important;}.pe-10{padding-right:0.625rem !important;}.pe-15{padding-right:0.9375rem !important;}.pe-18{padding-right:1.125rem !important;}.pe-30{padding-right:1.875rem !important;}.pe-40{padding-right:2.5rem !important;}.pe-50{padding-right:3.125rem !important;}.pe-60{padding-right:3.75rem !important;}.pe-80{padding-right:5rem !important;}.pe-100{padding-right:6.25rem !important;}.pe-130{padding-right:8.125rem !important;}.pe-160{padding-right:10rem !important;}.pe-200{padding-right:12.5rem !important;}.pe-250{padding-right:15.625rem !important;}.pb-0{padding-bottom:0 !important;}.pb-1{padding-bottom:0.25rem !important;}.pb-2{padding-bottom:0.5rem !important;}.pb-3{padding-bottom:0.75rem !important;}.pb-4{padding-bottom:1rem !important;}.pb-5{padding-bottom:1.25rem !important;}.pb-6{padding-bottom:0.375rem !important;}.pb-8{padding-bottom:0.5rem !important;}.pb-10{padding-bottom:0.625rem !important;}.pb-15{padding-bottom:0.9375rem !important;}.pb-18{padding-bottom:1.125rem !important;}.pb-30{padding-bottom:1.875rem !important;}.pb-40{padding-bottom:2.5rem !important;}.pb-50{padding-bottom:3.125rem !important;}.pb-60{padding-bottom:3.75rem !important;}.pb-80{padding-bottom:5rem !important;}.pb-100{padding-bottom:6.25rem !important;}.pb-130{padding-bottom:8.125rem !important;}.pb-160{padding-bottom:10rem !important;}.pb-200{padding-bottom:12.5rem !important;}.pb-250{padding-bottom:15.625rem !important;}.ps-0{padding-left:0 !important;}.ps-1{padding-left:0.25rem !important;}.ps-2{padding-left:0.5rem !important;}.ps-3{padding-left:0.75rem !important;}.ps-4{padding-left:1rem !important;}.ps-5{padding-left:1.25rem !important;}.ps-6{padding-left:0.375rem !important;}.ps-8{padding-left:0.5rem !important;}.ps-10{padding-left:0.625rem !important;}.ps-15{padding-left:0.9375rem !important;}.ps-18{padding-left:1.125rem !important;}.ps-30{padding-left:1.875rem !important;}.ps-40{padding-left:2.5rem !important;}.ps-50{padding-left:3.125rem !important;}.ps-60{padding-left:3.75rem !important;}.ps-80{padding-left:5rem !important;}.ps-100{padding-left:6.25rem !important;}.ps-130{padding-left:8.125rem !important;}.ps-160{padding-left:10rem !important;}.ps-200{padding-left:12.5rem !important;}.ps-250{padding-left:15.625rem !important;}.gap-0{gap:0 !important;}.gap-1{gap:0.25rem !important;}.gap-2{gap:0.5rem !important;}.gap-3{gap:0.75rem !important;}.gap-4{gap:1rem !important;}.gap-5{gap:1.25rem !important;}.gap-6{gap:0.375rem !important;}.gap-8{gap:0.5rem !important;}.gap-10{gap:0.625rem !important;}.gap-15{gap:0.9375rem !important;}.gap-18{gap:1.125rem !important;}.gap-30{gap:1.875rem !important;}.gap-40{gap:2.5rem !important;}.gap-50{gap:3.125rem !important;}.gap-60{gap:3.75rem !important;}.gap-80{gap:5rem !important;}.gap-100{gap:6.25rem !important;}.gap-130{gap:8.125rem !important;}.gap-160{gap:10rem !important;}.gap-200{gap:12.5rem !important;}.gap-250{gap:15.625rem !important;}.gap-20{gap:1.25rem !important;}.row-gap-0{row-gap:0 !important;}.row-gap-1{row-gap:0.25rem !important;}.row-gap-2{row-gap:0.5rem !important;}.row-gap-3{row-gap:0.75rem !important;}.row-gap-4{row-gap:1rem !important;}.row-gap-5{row-gap:1.25rem !important;}.row-gap-6{row-gap:0.375rem !important;}.row-gap-8{row-gap:0.5rem !important;}.row-gap-10{row-gap:0.625rem !important;}.row-gap-15{row-gap:0.9375rem !important;}.row-gap-18{row-gap:1.125rem !important;}.row-gap-30{row-gap:1.875rem !important;}.row-gap-40{row-gap:2.5rem !important;}.row-gap-50{row-gap:3.125rem !important;}.row-gap-60{row-gap:3.75rem !important;}.row-gap-80{row-gap:5rem !important;}.row-gap-100{row-gap:6.25rem !important;}.row-gap-130{row-gap:8.125rem !important;}.row-gap-160{row-gap:10rem !important;}.row-gap-200{row-gap:12.5rem !important;}.row-gap-250{row-gap:15.625rem !important;}.column-gap-0{column-gap:0 !important;}.column-gap-1{column-gap:0.25rem !important;}.column-gap-2{column-gap:0.5rem !important;}.column-gap-3{column-gap:0.75rem !important;}.column-gap-4{column-gap:1rem !important;}.column-gap-5{column-gap:1.25rem !important;}.column-gap-6{column-gap:0.375rem !important;}.column-gap-8{column-gap:0.5rem !important;}.column-gap-10{column-gap:0.625rem !important;}.column-gap-15{column-gap:0.9375rem !important;}.column-gap-18{column-gap:1.125rem !important;}.column-gap-30{column-gap:1.875rem !important;}.column-gap-40{column-gap:2.5rem !important;}.column-gap-50{column-gap:3.125rem !important;}.column-gap-60{column-gap:3.75rem !important;}.column-gap-80{column-gap:5rem !important;}.column-gap-100{column-gap:6.25rem !important;}.column-gap-130{column-gap:8.125rem !important;}.column-gap-160{column-gap:10rem !important;}.column-gap-200{column-gap:12.5rem !important;}.column-gap-250{column-gap:15.625rem !important;}.ff-barlow{font-family:"Barlow",sans-serif !important;}.ff-merriweather{font-family:"Merriweather",serif !important;}.fs-12{font-size:0.75rem !important;}.fs-14{font-size:0.875rem !important;}.fs-16{font-size:1rem !important;}.fs-18{font-size:1.125rem !important;}.fs-20{font-size:1.25rem !important;}.fs-24{font-size:1.5rem !important;}.fs-32{font-size:2rem !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;}.fw-400{font-weight:400 !important;}.fw-500{font-weight:500 !important;}.fw-600{font-weight:600 !important;}.fw-700{font-weight:700 !important;}.fw-800{font-weight:800 !important;}.fw-900{font-weight:900 !important;}.lh-1{line-height:1 !important;}.lh-xs{line-height:1.1 !important;}.lh-sm{line-height:1.25 !important;}.lh-base{line-height:1.5 !important;}.lh-lg{line-height:1.75 !important;}.lh-xl{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-cerulean-blue-accessible{--bs-text-opacity:1;color:rgba(var(--bs-cerulean-blue-accessible-rgb),var(--bs-text-opacity)) !important;}.text-blue{--bs-text-opacity:1;color:rgba(var(--bs-blue-rgb),var(--bs-text-opacity)) !important;}.text-cerulean-blue{--bs-text-opacity:1;color:rgba(var(--bs-cerulean-blue-rgb),var(--bs-text-opacity)) !important;}.text-cerulean-blue-medium{--bs-text-opacity:1;color:rgba(var(--bs-cerulean-blue-medium-rgb),var(--bs-text-opacity)) !important;}.text-cerulean-blue-light{--bs-text-opacity:1;color:rgba(var(--bs-cerulean-blue-light-rgb),var(--bs-text-opacity)) !important;}.text-prussian-blue{--bs-text-opacity:1;color:rgba(var(--bs-prussian-blue-rgb),var(--bs-text-opacity)) !important;}.text-prussian-blue-dark{--bs-text-opacity:1;color:rgba(var(--bs-prussian-blue-dark-rgb),var(--bs-text-opacity)) !important;}.text-prussian-blue-medium{--bs-text-opacity:1;color:rgba(var(--bs-prussian-blue-medium-rgb),var(--bs-text-opacity)) !important;}.text-rust{--bs-text-opacity:1;color:rgba(var(--bs-rust-rgb),var(--bs-text-opacity)) !important;}.text-rust-dark{--bs-text-opacity:1;color:rgba(var(--bs-rust-dark-rgb),var(--bs-text-opacity)) !important;}.text-bronze{--bs-text-opacity:1;color:rgba(var(--bs-bronze-rgb),var(--bs-text-opacity)) !important;}.text-gold{--bs-text-opacity:1;color:rgba(var(--bs-gold-rgb),var(--bs-text-opacity)) !important;}.text-peach{--bs-text-opacity:1;color:rgba(var(--bs-peach-rgb),var(--bs-text-opacity)) !important;}.text-beige{--bs-text-opacity:1;color:rgba(var(--bs-beige-rgb),var(--bs-text-opacity)) !important;}.text-green{--bs-text-opacity:1;color:rgba(var(--bs-green-rgb),var(--bs-text-opacity)) !important;}.text-grey{--bs-text-opacity:1;color:rgba(var(--bs-grey-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,0.5) !important;}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,0.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:0.125em !important;}.link-offset-1-hover:hover{text-underline-offset:0.125em !important;}.link-offset-2{text-underline-offset:0.25em !important;}.link-offset-2-hover:hover{text-underline-offset:0.25em !important;}.link-offset-3{text-underline-offset:0.375em !important;}.link-offset-3-hover:hover{text-underline-offset:0.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-cerulean-blue-accessible{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-cerulean-blue-accessible-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-blue{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-blue-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-cerulean-blue{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-cerulean-blue-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-cerulean-blue-medium{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-cerulean-blue-medium-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-cerulean-blue-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-cerulean-blue-light-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-prussian-blue{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-prussian-blue-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-prussian-blue-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-prussian-blue-dark-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-prussian-blue-medium{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-prussian-blue-medium-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-rust{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-rust-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-rust-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-rust-dark-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-bronze{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-bronze-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-gold{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-gold-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-peach{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-peach-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-beige{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-beige-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-green{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-green-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-grey{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-grey-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-cerulean-blue-accessible{--bs-bg-opacity:1;background-color:rgba(var(--bs-cerulean-blue-accessible-rgb),var(--bs-bg-opacity)) !important;}.bg-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity)) !important;}.bg-cerulean-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-cerulean-blue-rgb),var(--bs-bg-opacity)) !important;}.bg-cerulean-blue-medium{--bs-bg-opacity:1;background-color:rgba(var(--bs-cerulean-blue-medium-rgb),var(--bs-bg-opacity)) !important;}.bg-cerulean-blue-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-cerulean-blue-light-rgb),var(--bs-bg-opacity)) !important;}.bg-prussian-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-prussian-blue-rgb),var(--bs-bg-opacity)) !important;}.bg-prussian-blue-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-prussian-blue-dark-rgb),var(--bs-bg-opacity)) !important;}.bg-prussian-blue-medium{--bs-bg-opacity:1;background-color:rgba(var(--bs-prussian-blue-medium-rgb),var(--bs-bg-opacity)) !important;}.bg-rust{--bs-bg-opacity:1;background-color:rgba(var(--bs-rust-rgb),var(--bs-bg-opacity)) !important;}.bg-rust-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-rust-dark-rgb),var(--bs-bg-opacity)) !important;}.bg-bronze{--bs-bg-opacity:1;background-color:rgba(var(--bs-bronze-rgb),var(--bs-bg-opacity)) !important;}.bg-gold{--bs-bg-opacity:1;background-color:rgba(var(--bs-gold-rgb),var(--bs-bg-opacity)) !important;}.bg-peach{--bs-bg-opacity:1;background-color:rgba(var(--bs-peach-rgb),var(--bs-bg-opacity)) !important;}.bg-beige{--bs-bg-opacity:1;background-color:rgba(var(--bs-beige-rgb),var(--bs-bg-opacity)) !important;}.bg-green{--bs-bg-opacity:1;background-color:rgba(var(--bs-green-rgb),var(--bs-bg-opacity)) !important;}.bg-grey{--bs-bg-opacity:1;background-color:rgba(var(--bs-grey-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:transparent !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:0.625rem !important;}.rounded-0{border-radius:0 !important;}.rounded-sm{border-radius:0.5rem !important;}.rounded-md{border-radius:0.9375rem !important;}.rounded-circle{border-radius:50% !important;}.rounded-pill{border-radius:50rem !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;}.text-wrap{text-wrap:wrap !important;}.text-nowrap{text-wrap:nowrap !important;}.text-balance{text-wrap:balance !important;}.rounded-tl-0{border-top-left-radius:0 !important;}.rounded-tl-sm{border-top-left-radius:0.5rem !important;}.rounded-tl-md{border-top-left-radius:0.9375rem !important;}.rounded-tl-circle{border-top-left-radius:50% !important;}.rounded-tl-pill{border-top-left-radius:50rem !important;}.rounded-tr-0{border-top-right-radius:0 !important;}.rounded-tr-sm{border-top-right-radius:0.5rem !important;}.rounded-tr-md{border-top-right-radius:0.9375rem !important;}.rounded-tr-circle{border-top-right-radius:50% !important;}.rounded-tr-pill{border-top-right-radius:50rem !important;}.rounded-bl-0{border-bottom-left-radius:0 !important;}.rounded-bl-sm{border-bottom-left-radius:0.5rem !important;}.rounded-bl-md{border-bottom-left-radius:0.9375rem !important;}.rounded-bl-circle{border-bottom-left-radius:50% !important;}.rounded-bl-pill{border-bottom-left-radius:50rem !important;}.rounded-br-0{border-bottom-right-radius:0 !important;}.rounded-br-sm{border-bottom-right-radius:0.5rem !important;}.rounded-br-md{border-bottom-right-radius:0.9375rem !important;}.rounded-br-circle{border-bottom-right-radius:50% !important;}.rounded-br-pill{border-bottom-right-radius:50rem !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;}.w-sm-25{width:25% !important;}.w-sm-50{width:50% !important;}.w-sm-75{width:75% !important;}.w-sm-100{width:100% !important;}.w-sm-auto{width:auto !important;}.mw-sm-520{max-width:520px !important;}.mw-sm-540{max-width:540px !important;}.mw-sm-565{max-width:565px !important;}.mw-sm-720{max-width:720px !important;}.mw-sm-730{max-width:730px !important;}.mw-sm-825{max-width:825px !important;}.mw-sm-920{max-width:920px !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:0.25rem !important;}.m-sm-2{margin:0.5rem !important;}.m-sm-3{margin:0.75rem !important;}.m-sm-4{margin:1rem !important;}.m-sm-5{margin:1.25rem !important;}.m-sm-6{margin:0.375rem !important;}.m-sm-8{margin:0.5rem !important;}.m-sm-10{margin:0.625rem !important;}.m-sm-15{margin:0.9375rem !important;}.m-sm-18{margin:1.125rem !important;}.m-sm-30{margin:1.875rem !important;}.m-sm-40{margin:2.5rem !important;}.m-sm-50{margin:3.125rem !important;}.m-sm-60{margin:3.75rem !important;}.m-sm-80{margin:5rem !important;}.m-sm-100{margin:6.25rem !important;}.m-sm-130{margin:8.125rem !important;}.m-sm-160{margin:10rem !important;}.m-sm-200{margin:12.5rem !important;}.m-sm-250{margin:15.625rem !important;}.m-sm-auto{margin:auto !important;}.m-sm-n0{margin:-0 !important;}.m-sm-n1{margin:-0.25rem !important;}.m-sm-n2{margin:-0.5rem !important;}.m-sm-n3{margin:-0.75rem !important;}.m-sm-n4{margin:-1rem !important;}.m-sm-n5{margin:-1.25rem !important;}.m-sm-n6{margin:-0.375rem !important;}.m-sm-n8{margin:-0.5rem !important;}.m-sm-n10{margin:-0.625rem !important;}.m-sm-n15{margin:-0.9375rem !important;}.m-sm-n18{margin:-1.125rem !important;}.m-sm-n30{margin:-1.875rem !important;}.m-sm-n40{margin:-2.5rem !important;}.m-sm-n50{margin:-3.125rem !important;}.m-sm-n60{margin:-3.75rem !important;}.m-sm-n80{margin:-5rem !important;}.m-sm-n100{margin:-6.25rem !important;}.m-sm-n130{margin:-8.125rem !important;}.m-sm-n160{margin:-10rem !important;}.m-sm-n200{margin:-12.5rem !important;}.m-sm-n250{margin:-15.625rem !important;}.mx-sm-0{margin-right:0 !important;margin-left:0 !important;}.mx-sm-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-sm-3{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-sm-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-sm-5{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-sm-6{margin-right:0.375rem !important;margin-left:0.375rem !important;}.mx-sm-8{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-sm-10{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-sm-15{margin-right:0.9375rem !important;margin-left:0.9375rem !important;}.mx-sm-18{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-sm-30{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-sm-40{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-sm-50{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-sm-60{margin-right:3.75rem !important;margin-left:3.75rem !important;}.mx-sm-80{margin-right:5rem !important;margin-left:5rem !important;}.mx-sm-100{margin-right:6.25rem !important;margin-left:6.25rem !important;}.mx-sm-130{margin-right:8.125rem !important;margin-left:8.125rem !important;}.mx-sm-160{margin-right:10rem !important;margin-left:10rem !important;}.mx-sm-200{margin-right:12.5rem !important;margin-left:12.5rem !important;}.mx-sm-250{margin-right:15.625rem !important;margin-left:15.625rem !important;}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important;}.mx-sm-n0{margin-right:-0 !important;margin-left:-0 !important;}.mx-sm-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-sm-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-sm-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-sm-n4{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-sm-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important;}.mx-sm-n6{margin-right:-0.375rem !important;margin-left:-0.375rem !important;}.mx-sm-n8{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-sm-n10{margin-right:-0.625rem !important;margin-left:-0.625rem !important;}.mx-sm-n15{margin-right:-0.9375rem !important;margin-left:-0.9375rem !important;}.mx-sm-n18{margin-right:-1.125rem !important;margin-left:-1.125rem !important;}.mx-sm-n30{margin-right:-1.875rem !important;margin-left:-1.875rem !important;}.mx-sm-n40{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-sm-n50{margin-right:-3.125rem !important;margin-left:-3.125rem !important;}.mx-sm-n60{margin-right:-3.75rem !important;margin-left:-3.75rem !important;}.mx-sm-n80{margin-right:-5rem !important;margin-left:-5rem !important;}.mx-sm-n100{margin-right:-6.25rem !important;margin-left:-6.25rem !important;}.mx-sm-n130{margin-right:-8.125rem !important;margin-left:-8.125rem !important;}.mx-sm-n160{margin-right:-10rem !important;margin-left:-10rem !important;}.mx-sm-n200{margin-right:-12.5rem !important;margin-left:-12.5rem !important;}.mx-sm-n250{margin-right:-15.625rem !important;margin-left:-15.625rem !important;}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important;}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-sm-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-sm-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-sm-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-sm-6{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-sm-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-sm-10{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-sm-15{margin-top:0.9375rem !important;margin-bottom:0.9375rem !important;}.my-sm-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-sm-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-sm-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-sm-50{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-sm-60{margin-top:3.75rem !important;margin-bottom:3.75rem !important;}.my-sm-80{margin-top:5rem !important;margin-bottom:5rem !important;}.my-sm-100{margin-top:6.25rem !important;margin-bottom:6.25rem !important;}.my-sm-130{margin-top:8.125rem !important;margin-bottom:8.125rem !important;}.my-sm-160{margin-top:10rem !important;margin-bottom:10rem !important;}.my-sm-200{margin-top:12.5rem !important;margin-bottom:12.5rem !important;}.my-sm-250{margin-top:15.625rem !important;margin-bottom:15.625rem !important;}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important;}.my-sm-n0{margin-top:-0 !important;margin-bottom:-0 !important;}.my-sm-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-sm-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-sm-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-sm-n4{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-sm-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important;}.my-sm-n6{margin-top:-0.375rem !important;margin-bottom:-0.375rem !important;}.my-sm-n8{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-sm-n10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important;}.my-sm-n15{margin-top:-0.9375rem !important;margin-bottom:-0.9375rem !important;}.my-sm-n18{margin-top:-1.125rem !important;margin-bottom:-1.125rem !important;}.my-sm-n30{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important;}.my-sm-n40{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-sm-n50{margin-top:-3.125rem !important;margin-bottom:-3.125rem !important;}.my-sm-n60{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important;}.my-sm-n80{margin-top:-5rem !important;margin-bottom:-5rem !important;}.my-sm-n100{margin-top:-6.25rem !important;margin-bottom:-6.25rem !important;}.my-sm-n130{margin-top:-8.125rem !important;margin-bottom:-8.125rem !important;}.my-sm-n160{margin-top:-10rem !important;margin-bottom:-10rem !important;}.my-sm-n200{margin-top:-12.5rem !important;margin-bottom:-12.5rem !important;}.my-sm-n250{margin-top:-15.625rem !important;margin-bottom:-15.625rem !important;}.mt-sm-0{margin-top:0 !important;}.mt-sm-1{margin-top:0.25rem !important;}.mt-sm-2{margin-top:0.5rem !important;}.mt-sm-3{margin-top:0.75rem !important;}.mt-sm-4{margin-top:1rem !important;}.mt-sm-5{margin-top:1.25rem !important;}.mt-sm-6{margin-top:0.375rem !important;}.mt-sm-8{margin-top:0.5rem !important;}.mt-sm-10{margin-top:0.625rem !important;}.mt-sm-15{margin-top:0.9375rem !important;}.mt-sm-18{margin-top:1.125rem !important;}.mt-sm-30{margin-top:1.875rem !important;}.mt-sm-40{margin-top:2.5rem !important;}.mt-sm-50{margin-top:3.125rem !important;}.mt-sm-60{margin-top:3.75rem !important;}.mt-sm-80{margin-top:5rem !important;}.mt-sm-100{margin-top:6.25rem !important;}.mt-sm-130{margin-top:8.125rem !important;}.mt-sm-160{margin-top:10rem !important;}.mt-sm-200{margin-top:12.5rem !important;}.mt-sm-250{margin-top:15.625rem !important;}.mt-sm-auto{margin-top:auto !important;}.mt-sm-n0{margin-top:-0 !important;}.mt-sm-n1{margin-top:-0.25rem !important;}.mt-sm-n2{margin-top:-0.5rem !important;}.mt-sm-n3{margin-top:-0.75rem !important;}.mt-sm-n4{margin-top:-1rem !important;}.mt-sm-n5{margin-top:-1.25rem !important;}.mt-sm-n6{margin-top:-0.375rem !important;}.mt-sm-n8{margin-top:-0.5rem !important;}.mt-sm-n10{margin-top:-0.625rem !important;}.mt-sm-n15{margin-top:-0.9375rem !important;}.mt-sm-n18{margin-top:-1.125rem !important;}.mt-sm-n30{margin-top:-1.875rem !important;}.mt-sm-n40{margin-top:-2.5rem !important;}.mt-sm-n50{margin-top:-3.125rem !important;}.mt-sm-n60{margin-top:-3.75rem !important;}.mt-sm-n80{margin-top:-5rem !important;}.mt-sm-n100{margin-top:-6.25rem !important;}.mt-sm-n130{margin-top:-8.125rem !important;}.mt-sm-n160{margin-top:-10rem !important;}.mt-sm-n200{margin-top:-12.5rem !important;}.mt-sm-n250{margin-top:-15.625rem !important;}.me-sm-0{margin-right:0 !important;}.me-sm-1{margin-right:0.25rem !important;}.me-sm-2{margin-right:0.5rem !important;}.me-sm-3{margin-right:0.75rem !important;}.me-sm-4{margin-right:1rem !important;}.me-sm-5{margin-right:1.25rem !important;}.me-sm-6{margin-right:0.375rem !important;}.me-sm-8{margin-right:0.5rem !important;}.me-sm-10{margin-right:0.625rem !important;}.me-sm-15{margin-right:0.9375rem !important;}.me-sm-18{margin-right:1.125rem !important;}.me-sm-30{margin-right:1.875rem !important;}.me-sm-40{margin-right:2.5rem !important;}.me-sm-50{margin-right:3.125rem !important;}.me-sm-60{margin-right:3.75rem !important;}.me-sm-80{margin-right:5rem !important;}.me-sm-100{margin-right:6.25rem !important;}.me-sm-130{margin-right:8.125rem !important;}.me-sm-160{margin-right:10rem !important;}.me-sm-200{margin-right:12.5rem !important;}.me-sm-250{margin-right:15.625rem !important;}.me-sm-auto{margin-right:auto !important;}.me-sm-n0{margin-right:-0 !important;}.me-sm-n1{margin-right:-0.25rem !important;}.me-sm-n2{margin-right:-0.5rem !important;}.me-sm-n3{margin-right:-0.75rem !important;}.me-sm-n4{margin-right:-1rem !important;}.me-sm-n5{margin-right:-1.25rem !important;}.me-sm-n6{margin-right:-0.375rem !important;}.me-sm-n8{margin-right:-0.5rem !important;}.me-sm-n10{margin-right:-0.625rem !important;}.me-sm-n15{margin-right:-0.9375rem !important;}.me-sm-n18{margin-right:-1.125rem !important;}.me-sm-n30{margin-right:-1.875rem !important;}.me-sm-n40{margin-right:-2.5rem !important;}.me-sm-n50{margin-right:-3.125rem !important;}.me-sm-n60{margin-right:-3.75rem !important;}.me-sm-n80{margin-right:-5rem !important;}.me-sm-n100{margin-right:-6.25rem !important;}.me-sm-n130{margin-right:-8.125rem !important;}.me-sm-n160{margin-right:-10rem !important;}.me-sm-n200{margin-right:-12.5rem !important;}.me-sm-n250{margin-right:-15.625rem !important;}.mb-sm-0{margin-bottom:0 !important;}.mb-sm-1{margin-bottom:0.25rem !important;}.mb-sm-2{margin-bottom:0.5rem !important;}.mb-sm-3{margin-bottom:0.75rem !important;}.mb-sm-4{margin-bottom:1rem !important;}.mb-sm-5{margin-bottom:1.25rem !important;}.mb-sm-6{margin-bottom:0.375rem !important;}.mb-sm-8{margin-bottom:0.5rem !important;}.mb-sm-10{margin-bottom:0.625rem !important;}.mb-sm-15{margin-bottom:0.9375rem !important;}.mb-sm-18{margin-bottom:1.125rem !important;}.mb-sm-30{margin-bottom:1.875rem !important;}.mb-sm-40{margin-bottom:2.5rem !important;}.mb-sm-50{margin-bottom:3.125rem !important;}.mb-sm-60{margin-bottom:3.75rem !important;}.mb-sm-80{margin-bottom:5rem !important;}.mb-sm-100{margin-bottom:6.25rem !important;}.mb-sm-130{margin-bottom:8.125rem !important;}.mb-sm-160{margin-bottom:10rem !important;}.mb-sm-200{margin-bottom:12.5rem !important;}.mb-sm-250{margin-bottom:15.625rem !important;}.mb-sm-auto{margin-bottom:auto !important;}.mb-sm-n0{margin-bottom:-0 !important;}.mb-sm-n1{margin-bottom:-0.25rem !important;}.mb-sm-n2{margin-bottom:-0.5rem !important;}.mb-sm-n3{margin-bottom:-0.75rem !important;}.mb-sm-n4{margin-bottom:-1rem !important;}.mb-sm-n5{margin-bottom:-1.25rem !important;}.mb-sm-n6{margin-bottom:-0.375rem !important;}.mb-sm-n8{margin-bottom:-0.5rem !important;}.mb-sm-n10{margin-bottom:-0.625rem !important;}.mb-sm-n15{margin-bottom:-0.9375rem !important;}.mb-sm-n18{margin-bottom:-1.125rem !important;}.mb-sm-n30{margin-bottom:-1.875rem !important;}.mb-sm-n40{margin-bottom:-2.5rem !important;}.mb-sm-n50{margin-bottom:-3.125rem !important;}.mb-sm-n60{margin-bottom:-3.75rem !important;}.mb-sm-n80{margin-bottom:-5rem !important;}.mb-sm-n100{margin-bottom:-6.25rem !important;}.mb-sm-n130{margin-bottom:-8.125rem !important;}.mb-sm-n160{margin-bottom:-10rem !important;}.mb-sm-n200{margin-bottom:-12.5rem !important;}.mb-sm-n250{margin-bottom:-15.625rem !important;}.ms-sm-0{margin-left:0 !important;}.ms-sm-1{margin-left:0.25rem !important;}.ms-sm-2{margin-left:0.5rem !important;}.ms-sm-3{margin-left:0.75rem !important;}.ms-sm-4{margin-left:1rem !important;}.ms-sm-5{margin-left:1.25rem !important;}.ms-sm-6{margin-left:0.375rem !important;}.ms-sm-8{margin-left:0.5rem !important;}.ms-sm-10{margin-left:0.625rem !important;}.ms-sm-15{margin-left:0.9375rem !important;}.ms-sm-18{margin-left:1.125rem !important;}.ms-sm-30{margin-left:1.875rem !important;}.ms-sm-40{margin-left:2.5rem !important;}.ms-sm-50{margin-left:3.125rem !important;}.ms-sm-60{margin-left:3.75rem !important;}.ms-sm-80{margin-left:5rem !important;}.ms-sm-100{margin-left:6.25rem !important;}.ms-sm-130{margin-left:8.125rem !important;}.ms-sm-160{margin-left:10rem !important;}.ms-sm-200{margin-left:12.5rem !important;}.ms-sm-250{margin-left:15.625rem !important;}.ms-sm-auto{margin-left:auto !important;}.ms-sm-n0{margin-left:-0 !important;}.ms-sm-n1{margin-left:-0.25rem !important;}.ms-sm-n2{margin-left:-0.5rem !important;}.ms-sm-n3{margin-left:-0.75rem !important;}.ms-sm-n4{margin-left:-1rem !important;}.ms-sm-n5{margin-left:-1.25rem !important;}.ms-sm-n6{margin-left:-0.375rem !important;}.ms-sm-n8{margin-left:-0.5rem !important;}.ms-sm-n10{margin-left:-0.625rem !important;}.ms-sm-n15{margin-left:-0.9375rem !important;}.ms-sm-n18{margin-left:-1.125rem !important;}.ms-sm-n30{margin-left:-1.875rem !important;}.ms-sm-n40{margin-left:-2.5rem !important;}.ms-sm-n50{margin-left:-3.125rem !important;}.ms-sm-n60{margin-left:-3.75rem !important;}.ms-sm-n80{margin-left:-5rem !important;}.ms-sm-n100{margin-left:-6.25rem !important;}.ms-sm-n130{margin-left:-8.125rem !important;}.ms-sm-n160{margin-left:-10rem !important;}.ms-sm-n200{margin-left:-12.5rem !important;}.ms-sm-n250{margin-left:-15.625rem !important;}.p-sm-0{padding:0 !important;}.p-sm-1{padding:0.25rem !important;}.p-sm-2{padding:0.5rem !important;}.p-sm-3{padding:0.75rem !important;}.p-sm-4{padding:1rem !important;}.p-sm-5{padding:1.25rem !important;}.p-sm-6{padding:0.375rem !important;}.p-sm-8{padding:0.5rem !important;}.p-sm-10{padding:0.625rem !important;}.p-sm-15{padding:0.9375rem !important;}.p-sm-18{padding:1.125rem !important;}.p-sm-30{padding:1.875rem !important;}.p-sm-40{padding:2.5rem !important;}.p-sm-50{padding:3.125rem !important;}.p-sm-60{padding:3.75rem !important;}.p-sm-80{padding:5rem !important;}.p-sm-100{padding:6.25rem !important;}.p-sm-130{padding:8.125rem !important;}.p-sm-160{padding:10rem !important;}.p-sm-200{padding:12.5rem !important;}.p-sm-250{padding:15.625rem !important;}.px-sm-0{padding-right:0 !important;padding-left:0 !important;}.px-sm-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-sm-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-sm-3{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-sm-4{padding-right:1rem !important;padding-left:1rem !important;}.px-sm-5{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-sm-6{padding-right:0.375rem !important;padding-left:0.375rem !important;}.px-sm-8{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-sm-10{padding-right:0.625rem !important;padding-left:0.625rem !important;}.px-sm-15{padding-right:0.9375rem !important;padding-left:0.9375rem !important;}.px-sm-18{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-sm-30{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-sm-40{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-sm-50{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-sm-60{padding-right:3.75rem !important;padding-left:3.75rem !important;}.px-sm-80{padding-right:5rem !important;padding-left:5rem !important;}.px-sm-100{padding-right:6.25rem !important;padding-left:6.25rem !important;}.px-sm-130{padding-right:8.125rem !important;padding-left:8.125rem !important;}.px-sm-160{padding-right:10rem !important;padding-left:10rem !important;}.px-sm-200{padding-right:12.5rem !important;padding-left:12.5rem !important;}.px-sm-250{padding-right:15.625rem !important;padding-left:15.625rem !important;}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important;}.py-sm-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-sm-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-sm-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-sm-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-sm-6{padding-top:0.375rem !important;padding-bottom:0.375rem !important;}.py-sm-8{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-sm-10{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.py-sm-15{padding-top:0.9375rem !important;padding-bottom:0.9375rem !important;}.py-sm-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-sm-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-sm-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-sm-50{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-sm-60{padding-top:3.75rem !important;padding-bottom:3.75rem !important;}.py-sm-80{padding-top:5rem !important;padding-bottom:5rem !important;}.py-sm-100{padding-top:6.25rem !important;padding-bottom:6.25rem !important;}.py-sm-130{padding-top:8.125rem !important;padding-bottom:8.125rem !important;}.py-sm-160{padding-top:10rem !important;padding-bottom:10rem !important;}.py-sm-200{padding-top:12.5rem !important;padding-bottom:12.5rem !important;}.py-sm-250{padding-top:15.625rem !important;padding-bottom:15.625rem !important;}.pt-sm-0{padding-top:0 !important;}.pt-sm-1{padding-top:0.25rem !important;}.pt-sm-2{padding-top:0.5rem !important;}.pt-sm-3{padding-top:0.75rem !important;}.pt-sm-4{padding-top:1rem !important;}.pt-sm-5{padding-top:1.25rem !important;}.pt-sm-6{padding-top:0.375rem !important;}.pt-sm-8{padding-top:0.5rem !important;}.pt-sm-10{padding-top:0.625rem !important;}.pt-sm-15{padding-top:0.9375rem !important;}.pt-sm-18{padding-top:1.125rem !important;}.pt-sm-30{padding-top:1.875rem !important;}.pt-sm-40{padding-top:2.5rem !important;}.pt-sm-50{padding-top:3.125rem !important;}.pt-sm-60{padding-top:3.75rem !important;}.pt-sm-80{padding-top:5rem !important;}.pt-sm-100{padding-top:6.25rem !important;}.pt-sm-130{padding-top:8.125rem !important;}.pt-sm-160{padding-top:10rem !important;}.pt-sm-200{padding-top:12.5rem !important;}.pt-sm-250{padding-top:15.625rem !important;}.pe-sm-0{padding-right:0 !important;}.pe-sm-1{padding-right:0.25rem !important;}.pe-sm-2{padding-right:0.5rem !important;}.pe-sm-3{padding-right:0.75rem !important;}.pe-sm-4{padding-right:1rem !important;}.pe-sm-5{padding-right:1.25rem !important;}.pe-sm-6{padding-right:0.375rem !important;}.pe-sm-8{padding-right:0.5rem !important;}.pe-sm-10{padding-right:0.625rem !important;}.pe-sm-15{padding-right:0.9375rem !important;}.pe-sm-18{padding-right:1.125rem !important;}.pe-sm-30{padding-right:1.875rem !important;}.pe-sm-40{padding-right:2.5rem !important;}.pe-sm-50{padding-right:3.125rem !important;}.pe-sm-60{padding-right:3.75rem !important;}.pe-sm-80{padding-right:5rem !important;}.pe-sm-100{padding-right:6.25rem !important;}.pe-sm-130{padding-right:8.125rem !important;}.pe-sm-160{padding-right:10rem !important;}.pe-sm-200{padding-right:12.5rem !important;}.pe-sm-250{padding-right:15.625rem !important;}.pb-sm-0{padding-bottom:0 !important;}.pb-sm-1{padding-bottom:0.25rem !important;}.pb-sm-2{padding-bottom:0.5rem !important;}.pb-sm-3{padding-bottom:0.75rem !important;}.pb-sm-4{padding-bottom:1rem !important;}.pb-sm-5{padding-bottom:1.25rem !important;}.pb-sm-6{padding-bottom:0.375rem !important;}.pb-sm-8{padding-bottom:0.5rem !important;}.pb-sm-10{padding-bottom:0.625rem !important;}.pb-sm-15{padding-bottom:0.9375rem !important;}.pb-sm-18{padding-bottom:1.125rem !important;}.pb-sm-30{padding-bottom:1.875rem !important;}.pb-sm-40{padding-bottom:2.5rem !important;}.pb-sm-50{padding-bottom:3.125rem !important;}.pb-sm-60{padding-bottom:3.75rem !important;}.pb-sm-80{padding-bottom:5rem !important;}.pb-sm-100{padding-bottom:6.25rem !important;}.pb-sm-130{padding-bottom:8.125rem !important;}.pb-sm-160{padding-bottom:10rem !important;}.pb-sm-200{padding-bottom:12.5rem !important;}.pb-sm-250{padding-bottom:15.625rem !important;}.ps-sm-0{padding-left:0 !important;}.ps-sm-1{padding-left:0.25rem !important;}.ps-sm-2{padding-left:0.5rem !important;}.ps-sm-3{padding-left:0.75rem !important;}.ps-sm-4{padding-left:1rem !important;}.ps-sm-5{padding-left:1.25rem !important;}.ps-sm-6{padding-left:0.375rem !important;}.ps-sm-8{padding-left:0.5rem !important;}.ps-sm-10{padding-left:0.625rem !important;}.ps-sm-15{padding-left:0.9375rem !important;}.ps-sm-18{padding-left:1.125rem !important;}.ps-sm-30{padding-left:1.875rem !important;}.ps-sm-40{padding-left:2.5rem !important;}.ps-sm-50{padding-left:3.125rem !important;}.ps-sm-60{padding-left:3.75rem !important;}.ps-sm-80{padding-left:5rem !important;}.ps-sm-100{padding-left:6.25rem !important;}.ps-sm-130{padding-left:8.125rem !important;}.ps-sm-160{padding-left:10rem !important;}.ps-sm-200{padding-left:12.5rem !important;}.ps-sm-250{padding-left:15.625rem !important;}.gap-sm-0{gap:0 !important;}.gap-sm-1{gap:0.25rem !important;}.gap-sm-2{gap:0.5rem !important;}.gap-sm-3{gap:0.75rem !important;}.gap-sm-4{gap:1rem !important;}.gap-sm-5{gap:1.25rem !important;}.gap-sm-6{gap:0.375rem !important;}.gap-sm-8{gap:0.5rem !important;}.gap-sm-10{gap:0.625rem !important;}.gap-sm-15{gap:0.9375rem !important;}.gap-sm-18{gap:1.125rem !important;}.gap-sm-30{gap:1.875rem !important;}.gap-sm-40{gap:2.5rem !important;}.gap-sm-50{gap:3.125rem !important;}.gap-sm-60{gap:3.75rem !important;}.gap-sm-80{gap:5rem !important;}.gap-sm-100{gap:6.25rem !important;}.gap-sm-130{gap:8.125rem !important;}.gap-sm-160{gap:10rem !important;}.gap-sm-200{gap:12.5rem !important;}.gap-sm-250{gap:15.625rem !important;}.gap-sm-20{gap:1.25rem !important;}.row-gap-sm-0{row-gap:0 !important;}.row-gap-sm-1{row-gap:0.25rem !important;}.row-gap-sm-2{row-gap:0.5rem !important;}.row-gap-sm-3{row-gap:0.75rem !important;}.row-gap-sm-4{row-gap:1rem !important;}.row-gap-sm-5{row-gap:1.25rem !important;}.row-gap-sm-6{row-gap:0.375rem !important;}.row-gap-sm-8{row-gap:0.5rem !important;}.row-gap-sm-10{row-gap:0.625rem !important;}.row-gap-sm-15{row-gap:0.9375rem !important;}.row-gap-sm-18{row-gap:1.125rem !important;}.row-gap-sm-30{row-gap:1.875rem !important;}.row-gap-sm-40{row-gap:2.5rem !important;}.row-gap-sm-50{row-gap:3.125rem !important;}.row-gap-sm-60{row-gap:3.75rem !important;}.row-gap-sm-80{row-gap:5rem !important;}.row-gap-sm-100{row-gap:6.25rem !important;}.row-gap-sm-130{row-gap:8.125rem !important;}.row-gap-sm-160{row-gap:10rem !important;}.row-gap-sm-200{row-gap:12.5rem !important;}.row-gap-sm-250{row-gap:15.625rem !important;}.column-gap-sm-0{column-gap:0 !important;}.column-gap-sm-1{column-gap:0.25rem !important;}.column-gap-sm-2{column-gap:0.5rem !important;}.column-gap-sm-3{column-gap:0.75rem !important;}.column-gap-sm-4{column-gap:1rem !important;}.column-gap-sm-5{column-gap:1.25rem !important;}.column-gap-sm-6{column-gap:0.375rem !important;}.column-gap-sm-8{column-gap:0.5rem !important;}.column-gap-sm-10{column-gap:0.625rem !important;}.column-gap-sm-15{column-gap:0.9375rem !important;}.column-gap-sm-18{column-gap:1.125rem !important;}.column-gap-sm-30{column-gap:1.875rem !important;}.column-gap-sm-40{column-gap:2.5rem !important;}.column-gap-sm-50{column-gap:3.125rem !important;}.column-gap-sm-60{column-gap:3.75rem !important;}.column-gap-sm-80{column-gap:5rem !important;}.column-gap-sm-100{column-gap:6.25rem !important;}.column-gap-sm-130{column-gap:8.125rem !important;}.column-gap-sm-160{column-gap:10rem !important;}.column-gap-sm-200{column-gap:12.5rem !important;}.column-gap-sm-250{column-gap:15.625rem !important;}.fs-sm-12{font-size:0.75rem !important;}.fs-sm-14{font-size:0.875rem !important;}.fs-sm-16{font-size:1rem !important;}.fs-sm-18{font-size:1.125rem !important;}.fs-sm-20{font-size:1.25rem !important;}.fs-sm-24{font-size:1.5rem !important;}.fs-sm-32{font-size:2rem !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;}.w-md-25{width:25% !important;}.w-md-50{width:50% !important;}.w-md-75{width:75% !important;}.w-md-100{width:100% !important;}.w-md-auto{width:auto !important;}.mw-md-520{max-width:520px !important;}.mw-md-540{max-width:540px !important;}.mw-md-565{max-width:565px !important;}.mw-md-720{max-width:720px !important;}.mw-md-730{max-width:730px !important;}.mw-md-825{max-width:825px !important;}.mw-md-920{max-width:920px !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:0.25rem !important;}.m-md-2{margin:0.5rem !important;}.m-md-3{margin:0.75rem !important;}.m-md-4{margin:1rem !important;}.m-md-5{margin:1.25rem !important;}.m-md-6{margin:0.375rem !important;}.m-md-8{margin:0.5rem !important;}.m-md-10{margin:0.625rem !important;}.m-md-15{margin:0.9375rem !important;}.m-md-18{margin:1.125rem !important;}.m-md-30{margin:1.875rem !important;}.m-md-40{margin:2.5rem !important;}.m-md-50{margin:3.125rem !important;}.m-md-60{margin:3.75rem !important;}.m-md-80{margin:5rem !important;}.m-md-100{margin:6.25rem !important;}.m-md-130{margin:8.125rem !important;}.m-md-160{margin:10rem !important;}.m-md-200{margin:12.5rem !important;}.m-md-250{margin:15.625rem !important;}.m-md-auto{margin:auto !important;}.m-md-n0{margin:-0 !important;}.m-md-n1{margin:-0.25rem !important;}.m-md-n2{margin:-0.5rem !important;}.m-md-n3{margin:-0.75rem !important;}.m-md-n4{margin:-1rem !important;}.m-md-n5{margin:-1.25rem !important;}.m-md-n6{margin:-0.375rem !important;}.m-md-n8{margin:-0.5rem !important;}.m-md-n10{margin:-0.625rem !important;}.m-md-n15{margin:-0.9375rem !important;}.m-md-n18{margin:-1.125rem !important;}.m-md-n30{margin:-1.875rem !important;}.m-md-n40{margin:-2.5rem !important;}.m-md-n50{margin:-3.125rem !important;}.m-md-n60{margin:-3.75rem !important;}.m-md-n80{margin:-5rem !important;}.m-md-n100{margin:-6.25rem !important;}.m-md-n130{margin:-8.125rem !important;}.m-md-n160{margin:-10rem !important;}.m-md-n200{margin:-12.5rem !important;}.m-md-n250{margin:-15.625rem !important;}.mx-md-0{margin-right:0 !important;margin-left:0 !important;}.mx-md-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-md-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-md-3{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-md-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-md-5{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-md-6{margin-right:0.375rem !important;margin-left:0.375rem !important;}.mx-md-8{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-md-10{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-md-15{margin-right:0.9375rem !important;margin-left:0.9375rem !important;}.mx-md-18{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-md-30{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-md-40{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-md-50{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-md-60{margin-right:3.75rem !important;margin-left:3.75rem !important;}.mx-md-80{margin-right:5rem !important;margin-left:5rem !important;}.mx-md-100{margin-right:6.25rem !important;margin-left:6.25rem !important;}.mx-md-130{margin-right:8.125rem !important;margin-left:8.125rem !important;}.mx-md-160{margin-right:10rem !important;margin-left:10rem !important;}.mx-md-200{margin-right:12.5rem !important;margin-left:12.5rem !important;}.mx-md-250{margin-right:15.625rem !important;margin-left:15.625rem !important;}.mx-md-auto{margin-right:auto !important;margin-left:auto !important;}.mx-md-n0{margin-right:-0 !important;margin-left:-0 !important;}.mx-md-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-md-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-md-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-md-n4{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-md-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important;}.mx-md-n6{margin-right:-0.375rem !important;margin-left:-0.375rem !important;}.mx-md-n8{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-md-n10{margin-right:-0.625rem !important;margin-left:-0.625rem !important;}.mx-md-n15{margin-right:-0.9375rem !important;margin-left:-0.9375rem !important;}.mx-md-n18{margin-right:-1.125rem !important;margin-left:-1.125rem !important;}.mx-md-n30{margin-right:-1.875rem !important;margin-left:-1.875rem !important;}.mx-md-n40{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-md-n50{margin-right:-3.125rem !important;margin-left:-3.125rem !important;}.mx-md-n60{margin-right:-3.75rem !important;margin-left:-3.75rem !important;}.mx-md-n80{margin-right:-5rem !important;margin-left:-5rem !important;}.mx-md-n100{margin-right:-6.25rem !important;margin-left:-6.25rem !important;}.mx-md-n130{margin-right:-8.125rem !important;margin-left:-8.125rem !important;}.mx-md-n160{margin-right:-10rem !important;margin-left:-10rem !important;}.mx-md-n200{margin-right:-12.5rem !important;margin-left:-12.5rem !important;}.mx-md-n250{margin-right:-15.625rem !important;margin-left:-15.625rem !important;}.my-md-0{margin-top:0 !important;margin-bottom:0 !important;}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-md-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-md-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-md-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-md-6{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-md-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-md-10{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-md-15{margin-top:0.9375rem !important;margin-bottom:0.9375rem !important;}.my-md-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-md-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-md-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-md-50{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-md-60{margin-top:3.75rem !important;margin-bottom:3.75rem !important;}.my-md-80{margin-top:5rem !important;margin-bottom:5rem !important;}.my-md-100{margin-top:6.25rem !important;margin-bottom:6.25rem !important;}.my-md-130{margin-top:8.125rem !important;margin-bottom:8.125rem !important;}.my-md-160{margin-top:10rem !important;margin-bottom:10rem !important;}.my-md-200{margin-top:12.5rem !important;margin-bottom:12.5rem !important;}.my-md-250{margin-top:15.625rem !important;margin-bottom:15.625rem !important;}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important;}.my-md-n0{margin-top:-0 !important;margin-bottom:-0 !important;}.my-md-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-md-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-md-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-md-n4{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-md-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important;}.my-md-n6{margin-top:-0.375rem !important;margin-bottom:-0.375rem !important;}.my-md-n8{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-md-n10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important;}.my-md-n15{margin-top:-0.9375rem !important;margin-bottom:-0.9375rem !important;}.my-md-n18{margin-top:-1.125rem !important;margin-bottom:-1.125rem !important;}.my-md-n30{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important;}.my-md-n40{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-md-n50{margin-top:-3.125rem !important;margin-bottom:-3.125rem !important;}.my-md-n60{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important;}.my-md-n80{margin-top:-5rem !important;margin-bottom:-5rem !important;}.my-md-n100{margin-top:-6.25rem !important;margin-bottom:-6.25rem !important;}.my-md-n130{margin-top:-8.125rem !important;margin-bottom:-8.125rem !important;}.my-md-n160{margin-top:-10rem !important;margin-bottom:-10rem !important;}.my-md-n200{margin-top:-12.5rem !important;margin-bottom:-12.5rem !important;}.my-md-n250{margin-top:-15.625rem !important;margin-bottom:-15.625rem !important;}.mt-md-0{margin-top:0 !important;}.mt-md-1{margin-top:0.25rem !important;}.mt-md-2{margin-top:0.5rem !important;}.mt-md-3{margin-top:0.75rem !important;}.mt-md-4{margin-top:1rem !important;}.mt-md-5{margin-top:1.25rem !important;}.mt-md-6{margin-top:0.375rem !important;}.mt-md-8{margin-top:0.5rem !important;}.mt-md-10{margin-top:0.625rem !important;}.mt-md-15{margin-top:0.9375rem !important;}.mt-md-18{margin-top:1.125rem !important;}.mt-md-30{margin-top:1.875rem !important;}.mt-md-40{margin-top:2.5rem !important;}.mt-md-50{margin-top:3.125rem !important;}.mt-md-60{margin-top:3.75rem !important;}.mt-md-80{margin-top:5rem !important;}.mt-md-100{margin-top:6.25rem !important;}.mt-md-130{margin-top:8.125rem !important;}.mt-md-160{margin-top:10rem !important;}.mt-md-200{margin-top:12.5rem !important;}.mt-md-250{margin-top:15.625rem !important;}.mt-md-auto{margin-top:auto !important;}.mt-md-n0{margin-top:-0 !important;}.mt-md-n1{margin-top:-0.25rem !important;}.mt-md-n2{margin-top:-0.5rem !important;}.mt-md-n3{margin-top:-0.75rem !important;}.mt-md-n4{margin-top:-1rem !important;}.mt-md-n5{margin-top:-1.25rem !important;}.mt-md-n6{margin-top:-0.375rem !important;}.mt-md-n8{margin-top:-0.5rem !important;}.mt-md-n10{margin-top:-0.625rem !important;}.mt-md-n15{margin-top:-0.9375rem !important;}.mt-md-n18{margin-top:-1.125rem !important;}.mt-md-n30{margin-top:-1.875rem !important;}.mt-md-n40{margin-top:-2.5rem !important;}.mt-md-n50{margin-top:-3.125rem !important;}.mt-md-n60{margin-top:-3.75rem !important;}.mt-md-n80{margin-top:-5rem !important;}.mt-md-n100{margin-top:-6.25rem !important;}.mt-md-n130{margin-top:-8.125rem !important;}.mt-md-n160{margin-top:-10rem !important;}.mt-md-n200{margin-top:-12.5rem !important;}.mt-md-n250{margin-top:-15.625rem !important;}.me-md-0{margin-right:0 !important;}.me-md-1{margin-right:0.25rem !important;}.me-md-2{margin-right:0.5rem !important;}.me-md-3{margin-right:0.75rem !important;}.me-md-4{margin-right:1rem !important;}.me-md-5{margin-right:1.25rem !important;}.me-md-6{margin-right:0.375rem !important;}.me-md-8{margin-right:0.5rem !important;}.me-md-10{margin-right:0.625rem !important;}.me-md-15{margin-right:0.9375rem !important;}.me-md-18{margin-right:1.125rem !important;}.me-md-30{margin-right:1.875rem !important;}.me-md-40{margin-right:2.5rem !important;}.me-md-50{margin-right:3.125rem !important;}.me-md-60{margin-right:3.75rem !important;}.me-md-80{margin-right:5rem !important;}.me-md-100{margin-right:6.25rem !important;}.me-md-130{margin-right:8.125rem !important;}.me-md-160{margin-right:10rem !important;}.me-md-200{margin-right:12.5rem !important;}.me-md-250{margin-right:15.625rem !important;}.me-md-auto{margin-right:auto !important;}.me-md-n0{margin-right:-0 !important;}.me-md-n1{margin-right:-0.25rem !important;}.me-md-n2{margin-right:-0.5rem !important;}.me-md-n3{margin-right:-0.75rem !important;}.me-md-n4{margin-right:-1rem !important;}.me-md-n5{margin-right:-1.25rem !important;}.me-md-n6{margin-right:-0.375rem !important;}.me-md-n8{margin-right:-0.5rem !important;}.me-md-n10{margin-right:-0.625rem !important;}.me-md-n15{margin-right:-0.9375rem !important;}.me-md-n18{margin-right:-1.125rem !important;}.me-md-n30{margin-right:-1.875rem !important;}.me-md-n40{margin-right:-2.5rem !important;}.me-md-n50{margin-right:-3.125rem !important;}.me-md-n60{margin-right:-3.75rem !important;}.me-md-n80{margin-right:-5rem !important;}.me-md-n100{margin-right:-6.25rem !important;}.me-md-n130{margin-right:-8.125rem !important;}.me-md-n160{margin-right:-10rem !important;}.me-md-n200{margin-right:-12.5rem !important;}.me-md-n250{margin-right:-15.625rem !important;}.mb-md-0{margin-bottom:0 !important;}.mb-md-1{margin-bottom:0.25rem !important;}.mb-md-2{margin-bottom:0.5rem !important;}.mb-md-3{margin-bottom:0.75rem !important;}.mb-md-4{margin-bottom:1rem !important;}.mb-md-5{margin-bottom:1.25rem !important;}.mb-md-6{margin-bottom:0.375rem !important;}.mb-md-8{margin-bottom:0.5rem !important;}.mb-md-10{margin-bottom:0.625rem !important;}.mb-md-15{margin-bottom:0.9375rem !important;}.mb-md-18{margin-bottom:1.125rem !important;}.mb-md-30{margin-bottom:1.875rem !important;}.mb-md-40{margin-bottom:2.5rem !important;}.mb-md-50{margin-bottom:3.125rem !important;}.mb-md-60{margin-bottom:3.75rem !important;}.mb-md-80{margin-bottom:5rem !important;}.mb-md-100{margin-bottom:6.25rem !important;}.mb-md-130{margin-bottom:8.125rem !important;}.mb-md-160{margin-bottom:10rem !important;}.mb-md-200{margin-bottom:12.5rem !important;}.mb-md-250{margin-bottom:15.625rem !important;}.mb-md-auto{margin-bottom:auto !important;}.mb-md-n0{margin-bottom:-0 !important;}.mb-md-n1{margin-bottom:-0.25rem !important;}.mb-md-n2{margin-bottom:-0.5rem !important;}.mb-md-n3{margin-bottom:-0.75rem !important;}.mb-md-n4{margin-bottom:-1rem !important;}.mb-md-n5{margin-bottom:-1.25rem !important;}.mb-md-n6{margin-bottom:-0.375rem !important;}.mb-md-n8{margin-bottom:-0.5rem !important;}.mb-md-n10{margin-bottom:-0.625rem !important;}.mb-md-n15{margin-bottom:-0.9375rem !important;}.mb-md-n18{margin-bottom:-1.125rem !important;}.mb-md-n30{margin-bottom:-1.875rem !important;}.mb-md-n40{margin-bottom:-2.5rem !important;}.mb-md-n50{margin-bottom:-3.125rem !important;}.mb-md-n60{margin-bottom:-3.75rem !important;}.mb-md-n80{margin-bottom:-5rem !important;}.mb-md-n100{margin-bottom:-6.25rem !important;}.mb-md-n130{margin-bottom:-8.125rem !important;}.mb-md-n160{margin-bottom:-10rem !important;}.mb-md-n200{margin-bottom:-12.5rem !important;}.mb-md-n250{margin-bottom:-15.625rem !important;}.ms-md-0{margin-left:0 !important;}.ms-md-1{margin-left:0.25rem !important;}.ms-md-2{margin-left:0.5rem !important;}.ms-md-3{margin-left:0.75rem !important;}.ms-md-4{margin-left:1rem !important;}.ms-md-5{margin-left:1.25rem !important;}.ms-md-6{margin-left:0.375rem !important;}.ms-md-8{margin-left:0.5rem !important;}.ms-md-10{margin-left:0.625rem !important;}.ms-md-15{margin-left:0.9375rem !important;}.ms-md-18{margin-left:1.125rem !important;}.ms-md-30{margin-left:1.875rem !important;}.ms-md-40{margin-left:2.5rem !important;}.ms-md-50{margin-left:3.125rem !important;}.ms-md-60{margin-left:3.75rem !important;}.ms-md-80{margin-left:5rem !important;}.ms-md-100{margin-left:6.25rem !important;}.ms-md-130{margin-left:8.125rem !important;}.ms-md-160{margin-left:10rem !important;}.ms-md-200{margin-left:12.5rem !important;}.ms-md-250{margin-left:15.625rem !important;}.ms-md-auto{margin-left:auto !important;}.ms-md-n0{margin-left:-0 !important;}.ms-md-n1{margin-left:-0.25rem !important;}.ms-md-n2{margin-left:-0.5rem !important;}.ms-md-n3{margin-left:-0.75rem !important;}.ms-md-n4{margin-left:-1rem !important;}.ms-md-n5{margin-left:-1.25rem !important;}.ms-md-n6{margin-left:-0.375rem !important;}.ms-md-n8{margin-left:-0.5rem !important;}.ms-md-n10{margin-left:-0.625rem !important;}.ms-md-n15{margin-left:-0.9375rem !important;}.ms-md-n18{margin-left:-1.125rem !important;}.ms-md-n30{margin-left:-1.875rem !important;}.ms-md-n40{margin-left:-2.5rem !important;}.ms-md-n50{margin-left:-3.125rem !important;}.ms-md-n60{margin-left:-3.75rem !important;}.ms-md-n80{margin-left:-5rem !important;}.ms-md-n100{margin-left:-6.25rem !important;}.ms-md-n130{margin-left:-8.125rem !important;}.ms-md-n160{margin-left:-10rem !important;}.ms-md-n200{margin-left:-12.5rem !important;}.ms-md-n250{margin-left:-15.625rem !important;}.p-md-0{padding:0 !important;}.p-md-1{padding:0.25rem !important;}.p-md-2{padding:0.5rem !important;}.p-md-3{padding:0.75rem !important;}.p-md-4{padding:1rem !important;}.p-md-5{padding:1.25rem !important;}.p-md-6{padding:0.375rem !important;}.p-md-8{padding:0.5rem !important;}.p-md-10{padding:0.625rem !important;}.p-md-15{padding:0.9375rem !important;}.p-md-18{padding:1.125rem !important;}.p-md-30{padding:1.875rem !important;}.p-md-40{padding:2.5rem !important;}.p-md-50{padding:3.125rem !important;}.p-md-60{padding:3.75rem !important;}.p-md-80{padding:5rem !important;}.p-md-100{padding:6.25rem !important;}.p-md-130{padding:8.125rem !important;}.p-md-160{padding:10rem !important;}.p-md-200{padding:12.5rem !important;}.p-md-250{padding:15.625rem !important;}.px-md-0{padding-right:0 !important;padding-left:0 !important;}.px-md-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-md-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-md-3{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-md-4{padding-right:1rem !important;padding-left:1rem !important;}.px-md-5{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-md-6{padding-right:0.375rem !important;padding-left:0.375rem !important;}.px-md-8{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-md-10{padding-right:0.625rem !important;padding-left:0.625rem !important;}.px-md-15{padding-right:0.9375rem !important;padding-left:0.9375rem !important;}.px-md-18{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-md-30{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-md-40{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-md-50{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-md-60{padding-right:3.75rem !important;padding-left:3.75rem !important;}.px-md-80{padding-right:5rem !important;padding-left:5rem !important;}.px-md-100{padding-right:6.25rem !important;padding-left:6.25rem !important;}.px-md-130{padding-right:8.125rem !important;padding-left:8.125rem !important;}.px-md-160{padding-right:10rem !important;padding-left:10rem !important;}.px-md-200{padding-right:12.5rem !important;padding-left:12.5rem !important;}.px-md-250{padding-right:15.625rem !important;padding-left:15.625rem !important;}.py-md-0{padding-top:0 !important;padding-bottom:0 !important;}.py-md-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-md-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-md-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-md-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-md-6{padding-top:0.375rem !important;padding-bottom:0.375rem !important;}.py-md-8{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-md-10{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.py-md-15{padding-top:0.9375rem !important;padding-bottom:0.9375rem !important;}.py-md-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-md-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-md-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-md-50{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-md-60{padding-top:3.75rem !important;padding-bottom:3.75rem !important;}.py-md-80{padding-top:5rem !important;padding-bottom:5rem !important;}.py-md-100{padding-top:6.25rem !important;padding-bottom:6.25rem !important;}.py-md-130{padding-top:8.125rem !important;padding-bottom:8.125rem !important;}.py-md-160{padding-top:10rem !important;padding-bottom:10rem !important;}.py-md-200{padding-top:12.5rem !important;padding-bottom:12.5rem !important;}.py-md-250{padding-top:15.625rem !important;padding-bottom:15.625rem !important;}.pt-md-0{padding-top:0 !important;}.pt-md-1{padding-top:0.25rem !important;}.pt-md-2{padding-top:0.5rem !important;}.pt-md-3{padding-top:0.75rem !important;}.pt-md-4{padding-top:1rem !important;}.pt-md-5{padding-top:1.25rem !important;}.pt-md-6{padding-top:0.375rem !important;}.pt-md-8{padding-top:0.5rem !important;}.pt-md-10{padding-top:0.625rem !important;}.pt-md-15{padding-top:0.9375rem !important;}.pt-md-18{padding-top:1.125rem !important;}.pt-md-30{padding-top:1.875rem !important;}.pt-md-40{padding-top:2.5rem !important;}.pt-md-50{padding-top:3.125rem !important;}.pt-md-60{padding-top:3.75rem !important;}.pt-md-80{padding-top:5rem !important;}.pt-md-100{padding-top:6.25rem !important;}.pt-md-130{padding-top:8.125rem !important;}.pt-md-160{padding-top:10rem !important;}.pt-md-200{padding-top:12.5rem !important;}.pt-md-250{padding-top:15.625rem !important;}.pe-md-0{padding-right:0 !important;}.pe-md-1{padding-right:0.25rem !important;}.pe-md-2{padding-right:0.5rem !important;}.pe-md-3{padding-right:0.75rem !important;}.pe-md-4{padding-right:1rem !important;}.pe-md-5{padding-right:1.25rem !important;}.pe-md-6{padding-right:0.375rem !important;}.pe-md-8{padding-right:0.5rem !important;}.pe-md-10{padding-right:0.625rem !important;}.pe-md-15{padding-right:0.9375rem !important;}.pe-md-18{padding-right:1.125rem !important;}.pe-md-30{padding-right:1.875rem !important;}.pe-md-40{padding-right:2.5rem !important;}.pe-md-50{padding-right:3.125rem !important;}.pe-md-60{padding-right:3.75rem !important;}.pe-md-80{padding-right:5rem !important;}.pe-md-100{padding-right:6.25rem !important;}.pe-md-130{padding-right:8.125rem !important;}.pe-md-160{padding-right:10rem !important;}.pe-md-200{padding-right:12.5rem !important;}.pe-md-250{padding-right:15.625rem !important;}.pb-md-0{padding-bottom:0 !important;}.pb-md-1{padding-bottom:0.25rem !important;}.pb-md-2{padding-bottom:0.5rem !important;}.pb-md-3{padding-bottom:0.75rem !important;}.pb-md-4{padding-bottom:1rem !important;}.pb-md-5{padding-bottom:1.25rem !important;}.pb-md-6{padding-bottom:0.375rem !important;}.pb-md-8{padding-bottom:0.5rem !important;}.pb-md-10{padding-bottom:0.625rem !important;}.pb-md-15{padding-bottom:0.9375rem !important;}.pb-md-18{padding-bottom:1.125rem !important;}.pb-md-30{padding-bottom:1.875rem !important;}.pb-md-40{padding-bottom:2.5rem !important;}.pb-md-50{padding-bottom:3.125rem !important;}.pb-md-60{padding-bottom:3.75rem !important;}.pb-md-80{padding-bottom:5rem !important;}.pb-md-100{padding-bottom:6.25rem !important;}.pb-md-130{padding-bottom:8.125rem !important;}.pb-md-160{padding-bottom:10rem !important;}.pb-md-200{padding-bottom:12.5rem !important;}.pb-md-250{padding-bottom:15.625rem !important;}.ps-md-0{padding-left:0 !important;}.ps-md-1{padding-left:0.25rem !important;}.ps-md-2{padding-left:0.5rem !important;}.ps-md-3{padding-left:0.75rem !important;}.ps-md-4{padding-left:1rem !important;}.ps-md-5{padding-left:1.25rem !important;}.ps-md-6{padding-left:0.375rem !important;}.ps-md-8{padding-left:0.5rem !important;}.ps-md-10{padding-left:0.625rem !important;}.ps-md-15{padding-left:0.9375rem !important;}.ps-md-18{padding-left:1.125rem !important;}.ps-md-30{padding-left:1.875rem !important;}.ps-md-40{padding-left:2.5rem !important;}.ps-md-50{padding-left:3.125rem !important;}.ps-md-60{padding-left:3.75rem !important;}.ps-md-80{padding-left:5rem !important;}.ps-md-100{padding-left:6.25rem !important;}.ps-md-130{padding-left:8.125rem !important;}.ps-md-160{padding-left:10rem !important;}.ps-md-200{padding-left:12.5rem !important;}.ps-md-250{padding-left:15.625rem !important;}.gap-md-0{gap:0 !important;}.gap-md-1{gap:0.25rem !important;}.gap-md-2{gap:0.5rem !important;}.gap-md-3{gap:0.75rem !important;}.gap-md-4{gap:1rem !important;}.gap-md-5{gap:1.25rem !important;}.gap-md-6{gap:0.375rem !important;}.gap-md-8{gap:0.5rem !important;}.gap-md-10{gap:0.625rem !important;}.gap-md-15{gap:0.9375rem !important;}.gap-md-18{gap:1.125rem !important;}.gap-md-30{gap:1.875rem !important;}.gap-md-40{gap:2.5rem !important;}.gap-md-50{gap:3.125rem !important;}.gap-md-60{gap:3.75rem !important;}.gap-md-80{gap:5rem !important;}.gap-md-100{gap:6.25rem !important;}.gap-md-130{gap:8.125rem !important;}.gap-md-160{gap:10rem !important;}.gap-md-200{gap:12.5rem !important;}.gap-md-250{gap:15.625rem !important;}.gap-md-20{gap:1.25rem !important;}.row-gap-md-0{row-gap:0 !important;}.row-gap-md-1{row-gap:0.25rem !important;}.row-gap-md-2{row-gap:0.5rem !important;}.row-gap-md-3{row-gap:0.75rem !important;}.row-gap-md-4{row-gap:1rem !important;}.row-gap-md-5{row-gap:1.25rem !important;}.row-gap-md-6{row-gap:0.375rem !important;}.row-gap-md-8{row-gap:0.5rem !important;}.row-gap-md-10{row-gap:0.625rem !important;}.row-gap-md-15{row-gap:0.9375rem !important;}.row-gap-md-18{row-gap:1.125rem !important;}.row-gap-md-30{row-gap:1.875rem !important;}.row-gap-md-40{row-gap:2.5rem !important;}.row-gap-md-50{row-gap:3.125rem !important;}.row-gap-md-60{row-gap:3.75rem !important;}.row-gap-md-80{row-gap:5rem !important;}.row-gap-md-100{row-gap:6.25rem !important;}.row-gap-md-130{row-gap:8.125rem !important;}.row-gap-md-160{row-gap:10rem !important;}.row-gap-md-200{row-gap:12.5rem !important;}.row-gap-md-250{row-gap:15.625rem !important;}.column-gap-md-0{column-gap:0 !important;}.column-gap-md-1{column-gap:0.25rem !important;}.column-gap-md-2{column-gap:0.5rem !important;}.column-gap-md-3{column-gap:0.75rem !important;}.column-gap-md-4{column-gap:1rem !important;}.column-gap-md-5{column-gap:1.25rem !important;}.column-gap-md-6{column-gap:0.375rem !important;}.column-gap-md-8{column-gap:0.5rem !important;}.column-gap-md-10{column-gap:0.625rem !important;}.column-gap-md-15{column-gap:0.9375rem !important;}.column-gap-md-18{column-gap:1.125rem !important;}.column-gap-md-30{column-gap:1.875rem !important;}.column-gap-md-40{column-gap:2.5rem !important;}.column-gap-md-50{column-gap:3.125rem !important;}.column-gap-md-60{column-gap:3.75rem !important;}.column-gap-md-80{column-gap:5rem !important;}.column-gap-md-100{column-gap:6.25rem !important;}.column-gap-md-130{column-gap:8.125rem !important;}.column-gap-md-160{column-gap:10rem !important;}.column-gap-md-200{column-gap:12.5rem !important;}.column-gap-md-250{column-gap:15.625rem !important;}.fs-md-12{font-size:0.75rem !important;}.fs-md-14{font-size:0.875rem !important;}.fs-md-16{font-size:1rem !important;}.fs-md-18{font-size:1.125rem !important;}.fs-md-20{font-size:1.25rem !important;}.fs-md-24{font-size:1.5rem !important;}.fs-md-32{font-size:2rem !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;}.w-lg-25{width:25% !important;}.w-lg-50{width:50% !important;}.w-lg-75{width:75% !important;}.w-lg-100{width:100% !important;}.w-lg-auto{width:auto !important;}.mw-lg-520{max-width:520px !important;}.mw-lg-540{max-width:540px !important;}.mw-lg-565{max-width:565px !important;}.mw-lg-720{max-width:720px !important;}.mw-lg-730{max-width:730px !important;}.mw-lg-825{max-width:825px !important;}.mw-lg-920{max-width:920px !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:0.25rem !important;}.m-lg-2{margin:0.5rem !important;}.m-lg-3{margin:0.75rem !important;}.m-lg-4{margin:1rem !important;}.m-lg-5{margin:1.25rem !important;}.m-lg-6{margin:0.375rem !important;}.m-lg-8{margin:0.5rem !important;}.m-lg-10{margin:0.625rem !important;}.m-lg-15{margin:0.9375rem !important;}.m-lg-18{margin:1.125rem !important;}.m-lg-30{margin:1.875rem !important;}.m-lg-40{margin:2.5rem !important;}.m-lg-50{margin:3.125rem !important;}.m-lg-60{margin:3.75rem !important;}.m-lg-80{margin:5rem !important;}.m-lg-100{margin:6.25rem !important;}.m-lg-130{margin:8.125rem !important;}.m-lg-160{margin:10rem !important;}.m-lg-200{margin:12.5rem !important;}.m-lg-250{margin:15.625rem !important;}.m-lg-auto{margin:auto !important;}.m-lg-n0{margin:-0 !important;}.m-lg-n1{margin:-0.25rem !important;}.m-lg-n2{margin:-0.5rem !important;}.m-lg-n3{margin:-0.75rem !important;}.m-lg-n4{margin:-1rem !important;}.m-lg-n5{margin:-1.25rem !important;}.m-lg-n6{margin:-0.375rem !important;}.m-lg-n8{margin:-0.5rem !important;}.m-lg-n10{margin:-0.625rem !important;}.m-lg-n15{margin:-0.9375rem !important;}.m-lg-n18{margin:-1.125rem !important;}.m-lg-n30{margin:-1.875rem !important;}.m-lg-n40{margin:-2.5rem !important;}.m-lg-n50{margin:-3.125rem !important;}.m-lg-n60{margin:-3.75rem !important;}.m-lg-n80{margin:-5rem !important;}.m-lg-n100{margin:-6.25rem !important;}.m-lg-n130{margin:-8.125rem !important;}.m-lg-n160{margin:-10rem !important;}.m-lg-n200{margin:-12.5rem !important;}.m-lg-n250{margin:-15.625rem !important;}.mx-lg-0{margin-right:0 !important;margin-left:0 !important;}.mx-lg-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-lg-3{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-lg-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-lg-5{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-lg-6{margin-right:0.375rem !important;margin-left:0.375rem !important;}.mx-lg-8{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-lg-10{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-lg-15{margin-right:0.9375rem !important;margin-left:0.9375rem !important;}.mx-lg-18{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-lg-30{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-lg-40{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-lg-50{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-lg-60{margin-right:3.75rem !important;margin-left:3.75rem !important;}.mx-lg-80{margin-right:5rem !important;margin-left:5rem !important;}.mx-lg-100{margin-right:6.25rem !important;margin-left:6.25rem !important;}.mx-lg-130{margin-right:8.125rem !important;margin-left:8.125rem !important;}.mx-lg-160{margin-right:10rem !important;margin-left:10rem !important;}.mx-lg-200{margin-right:12.5rem !important;margin-left:12.5rem !important;}.mx-lg-250{margin-right:15.625rem !important;margin-left:15.625rem !important;}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important;}.mx-lg-n0{margin-right:-0 !important;margin-left:-0 !important;}.mx-lg-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-lg-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-lg-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-lg-n4{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-lg-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important;}.mx-lg-n6{margin-right:-0.375rem !important;margin-left:-0.375rem !important;}.mx-lg-n8{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-lg-n10{margin-right:-0.625rem !important;margin-left:-0.625rem !important;}.mx-lg-n15{margin-right:-0.9375rem !important;margin-left:-0.9375rem !important;}.mx-lg-n18{margin-right:-1.125rem !important;margin-left:-1.125rem !important;}.mx-lg-n30{margin-right:-1.875rem !important;margin-left:-1.875rem !important;}.mx-lg-n40{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-lg-n50{margin-right:-3.125rem !important;margin-left:-3.125rem !important;}.mx-lg-n60{margin-right:-3.75rem !important;margin-left:-3.75rem !important;}.mx-lg-n80{margin-right:-5rem !important;margin-left:-5rem !important;}.mx-lg-n100{margin-right:-6.25rem !important;margin-left:-6.25rem !important;}.mx-lg-n130{margin-right:-8.125rem !important;margin-left:-8.125rem !important;}.mx-lg-n160{margin-right:-10rem !important;margin-left:-10rem !important;}.mx-lg-n200{margin-right:-12.5rem !important;margin-left:-12.5rem !important;}.mx-lg-n250{margin-right:-15.625rem !important;margin-left:-15.625rem !important;}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important;}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-lg-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-lg-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-lg-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-lg-6{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-lg-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-lg-10{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-lg-15{margin-top:0.9375rem !important;margin-bottom:0.9375rem !important;}.my-lg-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-lg-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-lg-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-lg-50{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-lg-60{margin-top:3.75rem !important;margin-bottom:3.75rem !important;}.my-lg-80{margin-top:5rem !important;margin-bottom:5rem !important;}.my-lg-100{margin-top:6.25rem !important;margin-bottom:6.25rem !important;}.my-lg-130{margin-top:8.125rem !important;margin-bottom:8.125rem !important;}.my-lg-160{margin-top:10rem !important;margin-bottom:10rem !important;}.my-lg-200{margin-top:12.5rem !important;margin-bottom:12.5rem !important;}.my-lg-250{margin-top:15.625rem !important;margin-bottom:15.625rem !important;}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important;}.my-lg-n0{margin-top:-0 !important;margin-bottom:-0 !important;}.my-lg-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-lg-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-lg-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-lg-n4{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-lg-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important;}.my-lg-n6{margin-top:-0.375rem !important;margin-bottom:-0.375rem !important;}.my-lg-n8{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-lg-n10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important;}.my-lg-n15{margin-top:-0.9375rem !important;margin-bottom:-0.9375rem !important;}.my-lg-n18{margin-top:-1.125rem !important;margin-bottom:-1.125rem !important;}.my-lg-n30{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important;}.my-lg-n40{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-lg-n50{margin-top:-3.125rem !important;margin-bottom:-3.125rem !important;}.my-lg-n60{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important;}.my-lg-n80{margin-top:-5rem !important;margin-bottom:-5rem !important;}.my-lg-n100{margin-top:-6.25rem !important;margin-bottom:-6.25rem !important;}.my-lg-n130{margin-top:-8.125rem !important;margin-bottom:-8.125rem !important;}.my-lg-n160{margin-top:-10rem !important;margin-bottom:-10rem !important;}.my-lg-n200{margin-top:-12.5rem !important;margin-bottom:-12.5rem !important;}.my-lg-n250{margin-top:-15.625rem !important;margin-bottom:-15.625rem !important;}.mt-lg-0{margin-top:0 !important;}.mt-lg-1{margin-top:0.25rem !important;}.mt-lg-2{margin-top:0.5rem !important;}.mt-lg-3{margin-top:0.75rem !important;}.mt-lg-4{margin-top:1rem !important;}.mt-lg-5{margin-top:1.25rem !important;}.mt-lg-6{margin-top:0.375rem !important;}.mt-lg-8{margin-top:0.5rem !important;}.mt-lg-10{margin-top:0.625rem !important;}.mt-lg-15{margin-top:0.9375rem !important;}.mt-lg-18{margin-top:1.125rem !important;}.mt-lg-30{margin-top:1.875rem !important;}.mt-lg-40{margin-top:2.5rem !important;}.mt-lg-50{margin-top:3.125rem !important;}.mt-lg-60{margin-top:3.75rem !important;}.mt-lg-80{margin-top:5rem !important;}.mt-lg-100{margin-top:6.25rem !important;}.mt-lg-130{margin-top:8.125rem !important;}.mt-lg-160{margin-top:10rem !important;}.mt-lg-200{margin-top:12.5rem !important;}.mt-lg-250{margin-top:15.625rem !important;}.mt-lg-auto{margin-top:auto !important;}.mt-lg-n0{margin-top:-0 !important;}.mt-lg-n1{margin-top:-0.25rem !important;}.mt-lg-n2{margin-top:-0.5rem !important;}.mt-lg-n3{margin-top:-0.75rem !important;}.mt-lg-n4{margin-top:-1rem !important;}.mt-lg-n5{margin-top:-1.25rem !important;}.mt-lg-n6{margin-top:-0.375rem !important;}.mt-lg-n8{margin-top:-0.5rem !important;}.mt-lg-n10{margin-top:-0.625rem !important;}.mt-lg-n15{margin-top:-0.9375rem !important;}.mt-lg-n18{margin-top:-1.125rem !important;}.mt-lg-n30{margin-top:-1.875rem !important;}.mt-lg-n40{margin-top:-2.5rem !important;}.mt-lg-n50{margin-top:-3.125rem !important;}.mt-lg-n60{margin-top:-3.75rem !important;}.mt-lg-n80{margin-top:-5rem !important;}.mt-lg-n100{margin-top:-6.25rem !important;}.mt-lg-n130{margin-top:-8.125rem !important;}.mt-lg-n160{margin-top:-10rem !important;}.mt-lg-n200{margin-top:-12.5rem !important;}.mt-lg-n250{margin-top:-15.625rem !important;}.me-lg-0{margin-right:0 !important;}.me-lg-1{margin-right:0.25rem !important;}.me-lg-2{margin-right:0.5rem !important;}.me-lg-3{margin-right:0.75rem !important;}.me-lg-4{margin-right:1rem !important;}.me-lg-5{margin-right:1.25rem !important;}.me-lg-6{margin-right:0.375rem !important;}.me-lg-8{margin-right:0.5rem !important;}.me-lg-10{margin-right:0.625rem !important;}.me-lg-15{margin-right:0.9375rem !important;}.me-lg-18{margin-right:1.125rem !important;}.me-lg-30{margin-right:1.875rem !important;}.me-lg-40{margin-right:2.5rem !important;}.me-lg-50{margin-right:3.125rem !important;}.me-lg-60{margin-right:3.75rem !important;}.me-lg-80{margin-right:5rem !important;}.me-lg-100{margin-right:6.25rem !important;}.me-lg-130{margin-right:8.125rem !important;}.me-lg-160{margin-right:10rem !important;}.me-lg-200{margin-right:12.5rem !important;}.me-lg-250{margin-right:15.625rem !important;}.me-lg-auto{margin-right:auto !important;}.me-lg-n0{margin-right:-0 !important;}.me-lg-n1{margin-right:-0.25rem !important;}.me-lg-n2{margin-right:-0.5rem !important;}.me-lg-n3{margin-right:-0.75rem !important;}.me-lg-n4{margin-right:-1rem !important;}.me-lg-n5{margin-right:-1.25rem !important;}.me-lg-n6{margin-right:-0.375rem !important;}.me-lg-n8{margin-right:-0.5rem !important;}.me-lg-n10{margin-right:-0.625rem !important;}.me-lg-n15{margin-right:-0.9375rem !important;}.me-lg-n18{margin-right:-1.125rem !important;}.me-lg-n30{margin-right:-1.875rem !important;}.me-lg-n40{margin-right:-2.5rem !important;}.me-lg-n50{margin-right:-3.125rem !important;}.me-lg-n60{margin-right:-3.75rem !important;}.me-lg-n80{margin-right:-5rem !important;}.me-lg-n100{margin-right:-6.25rem !important;}.me-lg-n130{margin-right:-8.125rem !important;}.me-lg-n160{margin-right:-10rem !important;}.me-lg-n200{margin-right:-12.5rem !important;}.me-lg-n250{margin-right:-15.625rem !important;}.mb-lg-0{margin-bottom:0 !important;}.mb-lg-1{margin-bottom:0.25rem !important;}.mb-lg-2{margin-bottom:0.5rem !important;}.mb-lg-3{margin-bottom:0.75rem !important;}.mb-lg-4{margin-bottom:1rem !important;}.mb-lg-5{margin-bottom:1.25rem !important;}.mb-lg-6{margin-bottom:0.375rem !important;}.mb-lg-8{margin-bottom:0.5rem !important;}.mb-lg-10{margin-bottom:0.625rem !important;}.mb-lg-15{margin-bottom:0.9375rem !important;}.mb-lg-18{margin-bottom:1.125rem !important;}.mb-lg-30{margin-bottom:1.875rem !important;}.mb-lg-40{margin-bottom:2.5rem !important;}.mb-lg-50{margin-bottom:3.125rem !important;}.mb-lg-60{margin-bottom:3.75rem !important;}.mb-lg-80{margin-bottom:5rem !important;}.mb-lg-100{margin-bottom:6.25rem !important;}.mb-lg-130{margin-bottom:8.125rem !important;}.mb-lg-160{margin-bottom:10rem !important;}.mb-lg-200{margin-bottom:12.5rem !important;}.mb-lg-250{margin-bottom:15.625rem !important;}.mb-lg-auto{margin-bottom:auto !important;}.mb-lg-n0{margin-bottom:-0 !important;}.mb-lg-n1{margin-bottom:-0.25rem !important;}.mb-lg-n2{margin-bottom:-0.5rem !important;}.mb-lg-n3{margin-bottom:-0.75rem !important;}.mb-lg-n4{margin-bottom:-1rem !important;}.mb-lg-n5{margin-bottom:-1.25rem !important;}.mb-lg-n6{margin-bottom:-0.375rem !important;}.mb-lg-n8{margin-bottom:-0.5rem !important;}.mb-lg-n10{margin-bottom:-0.625rem !important;}.mb-lg-n15{margin-bottom:-0.9375rem !important;}.mb-lg-n18{margin-bottom:-1.125rem !important;}.mb-lg-n30{margin-bottom:-1.875rem !important;}.mb-lg-n40{margin-bottom:-2.5rem !important;}.mb-lg-n50{margin-bottom:-3.125rem !important;}.mb-lg-n60{margin-bottom:-3.75rem !important;}.mb-lg-n80{margin-bottom:-5rem !important;}.mb-lg-n100{margin-bottom:-6.25rem !important;}.mb-lg-n130{margin-bottom:-8.125rem !important;}.mb-lg-n160{margin-bottom:-10rem !important;}.mb-lg-n200{margin-bottom:-12.5rem !important;}.mb-lg-n250{margin-bottom:-15.625rem !important;}.ms-lg-0{margin-left:0 !important;}.ms-lg-1{margin-left:0.25rem !important;}.ms-lg-2{margin-left:0.5rem !important;}.ms-lg-3{margin-left:0.75rem !important;}.ms-lg-4{margin-left:1rem !important;}.ms-lg-5{margin-left:1.25rem !important;}.ms-lg-6{margin-left:0.375rem !important;}.ms-lg-8{margin-left:0.5rem !important;}.ms-lg-10{margin-left:0.625rem !important;}.ms-lg-15{margin-left:0.9375rem !important;}.ms-lg-18{margin-left:1.125rem !important;}.ms-lg-30{margin-left:1.875rem !important;}.ms-lg-40{margin-left:2.5rem !important;}.ms-lg-50{margin-left:3.125rem !important;}.ms-lg-60{margin-left:3.75rem !important;}.ms-lg-80{margin-left:5rem !important;}.ms-lg-100{margin-left:6.25rem !important;}.ms-lg-130{margin-left:8.125rem !important;}.ms-lg-160{margin-left:10rem !important;}.ms-lg-200{margin-left:12.5rem !important;}.ms-lg-250{margin-left:15.625rem !important;}.ms-lg-auto{margin-left:auto !important;}.ms-lg-n0{margin-left:-0 !important;}.ms-lg-n1{margin-left:-0.25rem !important;}.ms-lg-n2{margin-left:-0.5rem !important;}.ms-lg-n3{margin-left:-0.75rem !important;}.ms-lg-n4{margin-left:-1rem !important;}.ms-lg-n5{margin-left:-1.25rem !important;}.ms-lg-n6{margin-left:-0.375rem !important;}.ms-lg-n8{margin-left:-0.5rem !important;}.ms-lg-n10{margin-left:-0.625rem !important;}.ms-lg-n15{margin-left:-0.9375rem !important;}.ms-lg-n18{margin-left:-1.125rem !important;}.ms-lg-n30{margin-left:-1.875rem !important;}.ms-lg-n40{margin-left:-2.5rem !important;}.ms-lg-n50{margin-left:-3.125rem !important;}.ms-lg-n60{margin-left:-3.75rem !important;}.ms-lg-n80{margin-left:-5rem !important;}.ms-lg-n100{margin-left:-6.25rem !important;}.ms-lg-n130{margin-left:-8.125rem !important;}.ms-lg-n160{margin-left:-10rem !important;}.ms-lg-n200{margin-left:-12.5rem !important;}.ms-lg-n250{margin-left:-15.625rem !important;}.p-lg-0{padding:0 !important;}.p-lg-1{padding:0.25rem !important;}.p-lg-2{padding:0.5rem !important;}.p-lg-3{padding:0.75rem !important;}.p-lg-4{padding:1rem !important;}.p-lg-5{padding:1.25rem !important;}.p-lg-6{padding:0.375rem !important;}.p-lg-8{padding:0.5rem !important;}.p-lg-10{padding:0.625rem !important;}.p-lg-15{padding:0.9375rem !important;}.p-lg-18{padding:1.125rem !important;}.p-lg-30{padding:1.875rem !important;}.p-lg-40{padding:2.5rem !important;}.p-lg-50{padding:3.125rem !important;}.p-lg-60{padding:3.75rem !important;}.p-lg-80{padding:5rem !important;}.p-lg-100{padding:6.25rem !important;}.p-lg-130{padding:8.125rem !important;}.p-lg-160{padding:10rem !important;}.p-lg-200{padding:12.5rem !important;}.p-lg-250{padding:15.625rem !important;}.px-lg-0{padding-right:0 !important;padding-left:0 !important;}.px-lg-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-lg-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-lg-3{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-lg-4{padding-right:1rem !important;padding-left:1rem !important;}.px-lg-5{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-lg-6{padding-right:0.375rem !important;padding-left:0.375rem !important;}.px-lg-8{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-lg-10{padding-right:0.625rem !important;padding-left:0.625rem !important;}.px-lg-15{padding-right:0.9375rem !important;padding-left:0.9375rem !important;}.px-lg-18{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-lg-30{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-lg-40{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-lg-50{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-lg-60{padding-right:3.75rem !important;padding-left:3.75rem !important;}.px-lg-80{padding-right:5rem !important;padding-left:5rem !important;}.px-lg-100{padding-right:6.25rem !important;padding-left:6.25rem !important;}.px-lg-130{padding-right:8.125rem !important;padding-left:8.125rem !important;}.px-lg-160{padding-right:10rem !important;padding-left:10rem !important;}.px-lg-200{padding-right:12.5rem !important;padding-left:12.5rem !important;}.px-lg-250{padding-right:15.625rem !important;padding-left:15.625rem !important;}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important;}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-lg-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-lg-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-lg-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-lg-6{padding-top:0.375rem !important;padding-bottom:0.375rem !important;}.py-lg-8{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-lg-10{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.py-lg-15{padding-top:0.9375rem !important;padding-bottom:0.9375rem !important;}.py-lg-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-lg-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-lg-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-lg-50{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-lg-60{padding-top:3.75rem !important;padding-bottom:3.75rem !important;}.py-lg-80{padding-top:5rem !important;padding-bottom:5rem !important;}.py-lg-100{padding-top:6.25rem !important;padding-bottom:6.25rem !important;}.py-lg-130{padding-top:8.125rem !important;padding-bottom:8.125rem !important;}.py-lg-160{padding-top:10rem !important;padding-bottom:10rem !important;}.py-lg-200{padding-top:12.5rem !important;padding-bottom:12.5rem !important;}.py-lg-250{padding-top:15.625rem !important;padding-bottom:15.625rem !important;}.pt-lg-0{padding-top:0 !important;}.pt-lg-1{padding-top:0.25rem !important;}.pt-lg-2{padding-top:0.5rem !important;}.pt-lg-3{padding-top:0.75rem !important;}.pt-lg-4{padding-top:1rem !important;}.pt-lg-5{padding-top:1.25rem !important;}.pt-lg-6{padding-top:0.375rem !important;}.pt-lg-8{padding-top:0.5rem !important;}.pt-lg-10{padding-top:0.625rem !important;}.pt-lg-15{padding-top:0.9375rem !important;}.pt-lg-18{padding-top:1.125rem !important;}.pt-lg-30{padding-top:1.875rem !important;}.pt-lg-40{padding-top:2.5rem !important;}.pt-lg-50{padding-top:3.125rem !important;}.pt-lg-60{padding-top:3.75rem !important;}.pt-lg-80{padding-top:5rem !important;}.pt-lg-100{padding-top:6.25rem !important;}.pt-lg-130{padding-top:8.125rem !important;}.pt-lg-160{padding-top:10rem !important;}.pt-lg-200{padding-top:12.5rem !important;}.pt-lg-250{padding-top:15.625rem !important;}.pe-lg-0{padding-right:0 !important;}.pe-lg-1{padding-right:0.25rem !important;}.pe-lg-2{padding-right:0.5rem !important;}.pe-lg-3{padding-right:0.75rem !important;}.pe-lg-4{padding-right:1rem !important;}.pe-lg-5{padding-right:1.25rem !important;}.pe-lg-6{padding-right:0.375rem !important;}.pe-lg-8{padding-right:0.5rem !important;}.pe-lg-10{padding-right:0.625rem !important;}.pe-lg-15{padding-right:0.9375rem !important;}.pe-lg-18{padding-right:1.125rem !important;}.pe-lg-30{padding-right:1.875rem !important;}.pe-lg-40{padding-right:2.5rem !important;}.pe-lg-50{padding-right:3.125rem !important;}.pe-lg-60{padding-right:3.75rem !important;}.pe-lg-80{padding-right:5rem !important;}.pe-lg-100{padding-right:6.25rem !important;}.pe-lg-130{padding-right:8.125rem !important;}.pe-lg-160{padding-right:10rem !important;}.pe-lg-200{padding-right:12.5rem !important;}.pe-lg-250{padding-right:15.625rem !important;}.pb-lg-0{padding-bottom:0 !important;}.pb-lg-1{padding-bottom:0.25rem !important;}.pb-lg-2{padding-bottom:0.5rem !important;}.pb-lg-3{padding-bottom:0.75rem !important;}.pb-lg-4{padding-bottom:1rem !important;}.pb-lg-5{padding-bottom:1.25rem !important;}.pb-lg-6{padding-bottom:0.375rem !important;}.pb-lg-8{padding-bottom:0.5rem !important;}.pb-lg-10{padding-bottom:0.625rem !important;}.pb-lg-15{padding-bottom:0.9375rem !important;}.pb-lg-18{padding-bottom:1.125rem !important;}.pb-lg-30{padding-bottom:1.875rem !important;}.pb-lg-40{padding-bottom:2.5rem !important;}.pb-lg-50{padding-bottom:3.125rem !important;}.pb-lg-60{padding-bottom:3.75rem !important;}.pb-lg-80{padding-bottom:5rem !important;}.pb-lg-100{padding-bottom:6.25rem !important;}.pb-lg-130{padding-bottom:8.125rem !important;}.pb-lg-160{padding-bottom:10rem !important;}.pb-lg-200{padding-bottom:12.5rem !important;}.pb-lg-250{padding-bottom:15.625rem !important;}.ps-lg-0{padding-left:0 !important;}.ps-lg-1{padding-left:0.25rem !important;}.ps-lg-2{padding-left:0.5rem !important;}.ps-lg-3{padding-left:0.75rem !important;}.ps-lg-4{padding-left:1rem !important;}.ps-lg-5{padding-left:1.25rem !important;}.ps-lg-6{padding-left:0.375rem !important;}.ps-lg-8{padding-left:0.5rem !important;}.ps-lg-10{padding-left:0.625rem !important;}.ps-lg-15{padding-left:0.9375rem !important;}.ps-lg-18{padding-left:1.125rem !important;}.ps-lg-30{padding-left:1.875rem !important;}.ps-lg-40{padding-left:2.5rem !important;}.ps-lg-50{padding-left:3.125rem !important;}.ps-lg-60{padding-left:3.75rem !important;}.ps-lg-80{padding-left:5rem !important;}.ps-lg-100{padding-left:6.25rem !important;}.ps-lg-130{padding-left:8.125rem !important;}.ps-lg-160{padding-left:10rem !important;}.ps-lg-200{padding-left:12.5rem !important;}.ps-lg-250{padding-left:15.625rem !important;}.gap-lg-0{gap:0 !important;}.gap-lg-1{gap:0.25rem !important;}.gap-lg-2{gap:0.5rem !important;}.gap-lg-3{gap:0.75rem !important;}.gap-lg-4{gap:1rem !important;}.gap-lg-5{gap:1.25rem !important;}.gap-lg-6{gap:0.375rem !important;}.gap-lg-8{gap:0.5rem !important;}.gap-lg-10{gap:0.625rem !important;}.gap-lg-15{gap:0.9375rem !important;}.gap-lg-18{gap:1.125rem !important;}.gap-lg-30{gap:1.875rem !important;}.gap-lg-40{gap:2.5rem !important;}.gap-lg-50{gap:3.125rem !important;}.gap-lg-60{gap:3.75rem !important;}.gap-lg-80{gap:5rem !important;}.gap-lg-100{gap:6.25rem !important;}.gap-lg-130{gap:8.125rem !important;}.gap-lg-160{gap:10rem !important;}.gap-lg-200{gap:12.5rem !important;}.gap-lg-250{gap:15.625rem !important;}.gap-lg-20{gap:1.25rem !important;}.row-gap-lg-0{row-gap:0 !important;}.row-gap-lg-1{row-gap:0.25rem !important;}.row-gap-lg-2{row-gap:0.5rem !important;}.row-gap-lg-3{row-gap:0.75rem !important;}.row-gap-lg-4{row-gap:1rem !important;}.row-gap-lg-5{row-gap:1.25rem !important;}.row-gap-lg-6{row-gap:0.375rem !important;}.row-gap-lg-8{row-gap:0.5rem !important;}.row-gap-lg-10{row-gap:0.625rem !important;}.row-gap-lg-15{row-gap:0.9375rem !important;}.row-gap-lg-18{row-gap:1.125rem !important;}.row-gap-lg-30{row-gap:1.875rem !important;}.row-gap-lg-40{row-gap:2.5rem !important;}.row-gap-lg-50{row-gap:3.125rem !important;}.row-gap-lg-60{row-gap:3.75rem !important;}.row-gap-lg-80{row-gap:5rem !important;}.row-gap-lg-100{row-gap:6.25rem !important;}.row-gap-lg-130{row-gap:8.125rem !important;}.row-gap-lg-160{row-gap:10rem !important;}.row-gap-lg-200{row-gap:12.5rem !important;}.row-gap-lg-250{row-gap:15.625rem !important;}.column-gap-lg-0{column-gap:0 !important;}.column-gap-lg-1{column-gap:0.25rem !important;}.column-gap-lg-2{column-gap:0.5rem !important;}.column-gap-lg-3{column-gap:0.75rem !important;}.column-gap-lg-4{column-gap:1rem !important;}.column-gap-lg-5{column-gap:1.25rem !important;}.column-gap-lg-6{column-gap:0.375rem !important;}.column-gap-lg-8{column-gap:0.5rem !important;}.column-gap-lg-10{column-gap:0.625rem !important;}.column-gap-lg-15{column-gap:0.9375rem !important;}.column-gap-lg-18{column-gap:1.125rem !important;}.column-gap-lg-30{column-gap:1.875rem !important;}.column-gap-lg-40{column-gap:2.5rem !important;}.column-gap-lg-50{column-gap:3.125rem !important;}.column-gap-lg-60{column-gap:3.75rem !important;}.column-gap-lg-80{column-gap:5rem !important;}.column-gap-lg-100{column-gap:6.25rem !important;}.column-gap-lg-130{column-gap:8.125rem !important;}.column-gap-lg-160{column-gap:10rem !important;}.column-gap-lg-200{column-gap:12.5rem !important;}.column-gap-lg-250{column-gap:15.625rem !important;}.fs-lg-12{font-size:0.75rem !important;}.fs-lg-14{font-size:0.875rem !important;}.fs-lg-16{font-size:1rem !important;}.fs-lg-18{font-size:1.125rem !important;}.fs-lg-20{font-size:1.25rem !important;}.fs-lg-24{font-size:1.5rem !important;}.fs-lg-32{font-size:2rem !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;}.w-xl-25{width:25% !important;}.w-xl-50{width:50% !important;}.w-xl-75{width:75% !important;}.w-xl-100{width:100% !important;}.w-xl-auto{width:auto !important;}.mw-xl-520{max-width:520px !important;}.mw-xl-540{max-width:540px !important;}.mw-xl-565{max-width:565px !important;}.mw-xl-720{max-width:720px !important;}.mw-xl-730{max-width:730px !important;}.mw-xl-825{max-width:825px !important;}.mw-xl-920{max-width:920px !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:0.25rem !important;}.m-xl-2{margin:0.5rem !important;}.m-xl-3{margin:0.75rem !important;}.m-xl-4{margin:1rem !important;}.m-xl-5{margin:1.25rem !important;}.m-xl-6{margin:0.375rem !important;}.m-xl-8{margin:0.5rem !important;}.m-xl-10{margin:0.625rem !important;}.m-xl-15{margin:0.9375rem !important;}.m-xl-18{margin:1.125rem !important;}.m-xl-30{margin:1.875rem !important;}.m-xl-40{margin:2.5rem !important;}.m-xl-50{margin:3.125rem !important;}.m-xl-60{margin:3.75rem !important;}.m-xl-80{margin:5rem !important;}.m-xl-100{margin:6.25rem !important;}.m-xl-130{margin:8.125rem !important;}.m-xl-160{margin:10rem !important;}.m-xl-200{margin:12.5rem !important;}.m-xl-250{margin:15.625rem !important;}.m-xl-auto{margin:auto !important;}.m-xl-n0{margin:-0 !important;}.m-xl-n1{margin:-0.25rem !important;}.m-xl-n2{margin:-0.5rem !important;}.m-xl-n3{margin:-0.75rem !important;}.m-xl-n4{margin:-1rem !important;}.m-xl-n5{margin:-1.25rem !important;}.m-xl-n6{margin:-0.375rem !important;}.m-xl-n8{margin:-0.5rem !important;}.m-xl-n10{margin:-0.625rem !important;}.m-xl-n15{margin:-0.9375rem !important;}.m-xl-n18{margin:-1.125rem !important;}.m-xl-n30{margin:-1.875rem !important;}.m-xl-n40{margin:-2.5rem !important;}.m-xl-n50{margin:-3.125rem !important;}.m-xl-n60{margin:-3.75rem !important;}.m-xl-n80{margin:-5rem !important;}.m-xl-n100{margin:-6.25rem !important;}.m-xl-n130{margin:-8.125rem !important;}.m-xl-n160{margin:-10rem !important;}.m-xl-n200{margin:-12.5rem !important;}.m-xl-n250{margin:-15.625rem !important;}.mx-xl-0{margin-right:0 !important;margin-left:0 !important;}.mx-xl-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xl-3{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xl-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-xl-5{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-xl-6{margin-right:0.375rem !important;margin-left:0.375rem !important;}.mx-xl-8{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xl-10{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-xl-15{margin-right:0.9375rem !important;margin-left:0.9375rem !important;}.mx-xl-18{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-xl-30{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-xl-40{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-xl-50{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-xl-60{margin-right:3.75rem !important;margin-left:3.75rem !important;}.mx-xl-80{margin-right:5rem !important;margin-left:5rem !important;}.mx-xl-100{margin-right:6.25rem !important;margin-left:6.25rem !important;}.mx-xl-130{margin-right:8.125rem !important;margin-left:8.125rem !important;}.mx-xl-160{margin-right:10rem !important;margin-left:10rem !important;}.mx-xl-200{margin-right:12.5rem !important;margin-left:12.5rem !important;}.mx-xl-250{margin-right:15.625rem !important;margin-left:15.625rem !important;}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important;}.mx-xl-n0{margin-right:-0 !important;margin-left:-0 !important;}.mx-xl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-xl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xl-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-xl-n4{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-xl-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important;}.mx-xl-n6{margin-right:-0.375rem !important;margin-left:-0.375rem !important;}.mx-xl-n8{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xl-n10{margin-right:-0.625rem !important;margin-left:-0.625rem !important;}.mx-xl-n15{margin-right:-0.9375rem !important;margin-left:-0.9375rem !important;}.mx-xl-n18{margin-right:-1.125rem !important;margin-left:-1.125rem !important;}.mx-xl-n30{margin-right:-1.875rem !important;margin-left:-1.875rem !important;}.mx-xl-n40{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-xl-n50{margin-right:-3.125rem !important;margin-left:-3.125rem !important;}.mx-xl-n60{margin-right:-3.75rem !important;margin-left:-3.75rem !important;}.mx-xl-n80{margin-right:-5rem !important;margin-left:-5rem !important;}.mx-xl-n100{margin-right:-6.25rem !important;margin-left:-6.25rem !important;}.mx-xl-n130{margin-right:-8.125rem !important;margin-left:-8.125rem !important;}.mx-xl-n160{margin-right:-10rem !important;margin-left:-10rem !important;}.mx-xl-n200{margin-right:-12.5rem !important;margin-left:-12.5rem !important;}.mx-xl-n250{margin-right:-15.625rem !important;margin-left:-15.625rem !important;}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xl-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xl-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xl-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-xl-6{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-xl-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xl-10{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-xl-15{margin-top:0.9375rem !important;margin-bottom:0.9375rem !important;}.my-xl-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-xl-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-xl-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-xl-50{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-xl-60{margin-top:3.75rem !important;margin-bottom:3.75rem !important;}.my-xl-80{margin-top:5rem !important;margin-bottom:5rem !important;}.my-xl-100{margin-top:6.25rem !important;margin-bottom:6.25rem !important;}.my-xl-130{margin-top:8.125rem !important;margin-bottom:8.125rem !important;}.my-xl-160{margin-top:10rem !important;margin-bottom:10rem !important;}.my-xl-200{margin-top:12.5rem !important;margin-bottom:12.5rem !important;}.my-xl-250{margin-top:15.625rem !important;margin-bottom:15.625rem !important;}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important;}.my-xl-n0{margin-top:-0 !important;margin-bottom:-0 !important;}.my-xl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-xl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xl-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-xl-n4{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-xl-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important;}.my-xl-n6{margin-top:-0.375rem !important;margin-bottom:-0.375rem !important;}.my-xl-n8{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xl-n10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important;}.my-xl-n15{margin-top:-0.9375rem !important;margin-bottom:-0.9375rem !important;}.my-xl-n18{margin-top:-1.125rem !important;margin-bottom:-1.125rem !important;}.my-xl-n30{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important;}.my-xl-n40{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-xl-n50{margin-top:-3.125rem !important;margin-bottom:-3.125rem !important;}.my-xl-n60{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important;}.my-xl-n80{margin-top:-5rem !important;margin-bottom:-5rem !important;}.my-xl-n100{margin-top:-6.25rem !important;margin-bottom:-6.25rem !important;}.my-xl-n130{margin-top:-8.125rem !important;margin-bottom:-8.125rem !important;}.my-xl-n160{margin-top:-10rem !important;margin-bottom:-10rem !important;}.my-xl-n200{margin-top:-12.5rem !important;margin-bottom:-12.5rem !important;}.my-xl-n250{margin-top:-15.625rem !important;margin-bottom:-15.625rem !important;}.mt-xl-0{margin-top:0 !important;}.mt-xl-1{margin-top:0.25rem !important;}.mt-xl-2{margin-top:0.5rem !important;}.mt-xl-3{margin-top:0.75rem !important;}.mt-xl-4{margin-top:1rem !important;}.mt-xl-5{margin-top:1.25rem !important;}.mt-xl-6{margin-top:0.375rem !important;}.mt-xl-8{margin-top:0.5rem !important;}.mt-xl-10{margin-top:0.625rem !important;}.mt-xl-15{margin-top:0.9375rem !important;}.mt-xl-18{margin-top:1.125rem !important;}.mt-xl-30{margin-top:1.875rem !important;}.mt-xl-40{margin-top:2.5rem !important;}.mt-xl-50{margin-top:3.125rem !important;}.mt-xl-60{margin-top:3.75rem !important;}.mt-xl-80{margin-top:5rem !important;}.mt-xl-100{margin-top:6.25rem !important;}.mt-xl-130{margin-top:8.125rem !important;}.mt-xl-160{margin-top:10rem !important;}.mt-xl-200{margin-top:12.5rem !important;}.mt-xl-250{margin-top:15.625rem !important;}.mt-xl-auto{margin-top:auto !important;}.mt-xl-n0{margin-top:-0 !important;}.mt-xl-n1{margin-top:-0.25rem !important;}.mt-xl-n2{margin-top:-0.5rem !important;}.mt-xl-n3{margin-top:-0.75rem !important;}.mt-xl-n4{margin-top:-1rem !important;}.mt-xl-n5{margin-top:-1.25rem !important;}.mt-xl-n6{margin-top:-0.375rem !important;}.mt-xl-n8{margin-top:-0.5rem !important;}.mt-xl-n10{margin-top:-0.625rem !important;}.mt-xl-n15{margin-top:-0.9375rem !important;}.mt-xl-n18{margin-top:-1.125rem !important;}.mt-xl-n30{margin-top:-1.875rem !important;}.mt-xl-n40{margin-top:-2.5rem !important;}.mt-xl-n50{margin-top:-3.125rem !important;}.mt-xl-n60{margin-top:-3.75rem !important;}.mt-xl-n80{margin-top:-5rem !important;}.mt-xl-n100{margin-top:-6.25rem !important;}.mt-xl-n130{margin-top:-8.125rem !important;}.mt-xl-n160{margin-top:-10rem !important;}.mt-xl-n200{margin-top:-12.5rem !important;}.mt-xl-n250{margin-top:-15.625rem !important;}.me-xl-0{margin-right:0 !important;}.me-xl-1{margin-right:0.25rem !important;}.me-xl-2{margin-right:0.5rem !important;}.me-xl-3{margin-right:0.75rem !important;}.me-xl-4{margin-right:1rem !important;}.me-xl-5{margin-right:1.25rem !important;}.me-xl-6{margin-right:0.375rem !important;}.me-xl-8{margin-right:0.5rem !important;}.me-xl-10{margin-right:0.625rem !important;}.me-xl-15{margin-right:0.9375rem !important;}.me-xl-18{margin-right:1.125rem !important;}.me-xl-30{margin-right:1.875rem !important;}.me-xl-40{margin-right:2.5rem !important;}.me-xl-50{margin-right:3.125rem !important;}.me-xl-60{margin-right:3.75rem !important;}.me-xl-80{margin-right:5rem !important;}.me-xl-100{margin-right:6.25rem !important;}.me-xl-130{margin-right:8.125rem !important;}.me-xl-160{margin-right:10rem !important;}.me-xl-200{margin-right:12.5rem !important;}.me-xl-250{margin-right:15.625rem !important;}.me-xl-auto{margin-right:auto !important;}.me-xl-n0{margin-right:-0 !important;}.me-xl-n1{margin-right:-0.25rem !important;}.me-xl-n2{margin-right:-0.5rem !important;}.me-xl-n3{margin-right:-0.75rem !important;}.me-xl-n4{margin-right:-1rem !important;}.me-xl-n5{margin-right:-1.25rem !important;}.me-xl-n6{margin-right:-0.375rem !important;}.me-xl-n8{margin-right:-0.5rem !important;}.me-xl-n10{margin-right:-0.625rem !important;}.me-xl-n15{margin-right:-0.9375rem !important;}.me-xl-n18{margin-right:-1.125rem !important;}.me-xl-n30{margin-right:-1.875rem !important;}.me-xl-n40{margin-right:-2.5rem !important;}.me-xl-n50{margin-right:-3.125rem !important;}.me-xl-n60{margin-right:-3.75rem !important;}.me-xl-n80{margin-right:-5rem !important;}.me-xl-n100{margin-right:-6.25rem !important;}.me-xl-n130{margin-right:-8.125rem !important;}.me-xl-n160{margin-right:-10rem !important;}.me-xl-n200{margin-right:-12.5rem !important;}.me-xl-n250{margin-right:-15.625rem !important;}.mb-xl-0{margin-bottom:0 !important;}.mb-xl-1{margin-bottom:0.25rem !important;}.mb-xl-2{margin-bottom:0.5rem !important;}.mb-xl-3{margin-bottom:0.75rem !important;}.mb-xl-4{margin-bottom:1rem !important;}.mb-xl-5{margin-bottom:1.25rem !important;}.mb-xl-6{margin-bottom:0.375rem !important;}.mb-xl-8{margin-bottom:0.5rem !important;}.mb-xl-10{margin-bottom:0.625rem !important;}.mb-xl-15{margin-bottom:0.9375rem !important;}.mb-xl-18{margin-bottom:1.125rem !important;}.mb-xl-30{margin-bottom:1.875rem !important;}.mb-xl-40{margin-bottom:2.5rem !important;}.mb-xl-50{margin-bottom:3.125rem !important;}.mb-xl-60{margin-bottom:3.75rem !important;}.mb-xl-80{margin-bottom:5rem !important;}.mb-xl-100{margin-bottom:6.25rem !important;}.mb-xl-130{margin-bottom:8.125rem !important;}.mb-xl-160{margin-bottom:10rem !important;}.mb-xl-200{margin-bottom:12.5rem !important;}.mb-xl-250{margin-bottom:15.625rem !important;}.mb-xl-auto{margin-bottom:auto !important;}.mb-xl-n0{margin-bottom:-0 !important;}.mb-xl-n1{margin-bottom:-0.25rem !important;}.mb-xl-n2{margin-bottom:-0.5rem !important;}.mb-xl-n3{margin-bottom:-0.75rem !important;}.mb-xl-n4{margin-bottom:-1rem !important;}.mb-xl-n5{margin-bottom:-1.25rem !important;}.mb-xl-n6{margin-bottom:-0.375rem !important;}.mb-xl-n8{margin-bottom:-0.5rem !important;}.mb-xl-n10{margin-bottom:-0.625rem !important;}.mb-xl-n15{margin-bottom:-0.9375rem !important;}.mb-xl-n18{margin-bottom:-1.125rem !important;}.mb-xl-n30{margin-bottom:-1.875rem !important;}.mb-xl-n40{margin-bottom:-2.5rem !important;}.mb-xl-n50{margin-bottom:-3.125rem !important;}.mb-xl-n60{margin-bottom:-3.75rem !important;}.mb-xl-n80{margin-bottom:-5rem !important;}.mb-xl-n100{margin-bottom:-6.25rem !important;}.mb-xl-n130{margin-bottom:-8.125rem !important;}.mb-xl-n160{margin-bottom:-10rem !important;}.mb-xl-n200{margin-bottom:-12.5rem !important;}.mb-xl-n250{margin-bottom:-15.625rem !important;}.ms-xl-0{margin-left:0 !important;}.ms-xl-1{margin-left:0.25rem !important;}.ms-xl-2{margin-left:0.5rem !important;}.ms-xl-3{margin-left:0.75rem !important;}.ms-xl-4{margin-left:1rem !important;}.ms-xl-5{margin-left:1.25rem !important;}.ms-xl-6{margin-left:0.375rem !important;}.ms-xl-8{margin-left:0.5rem !important;}.ms-xl-10{margin-left:0.625rem !important;}.ms-xl-15{margin-left:0.9375rem !important;}.ms-xl-18{margin-left:1.125rem !important;}.ms-xl-30{margin-left:1.875rem !important;}.ms-xl-40{margin-left:2.5rem !important;}.ms-xl-50{margin-left:3.125rem !important;}.ms-xl-60{margin-left:3.75rem !important;}.ms-xl-80{margin-left:5rem !important;}.ms-xl-100{margin-left:6.25rem !important;}.ms-xl-130{margin-left:8.125rem !important;}.ms-xl-160{margin-left:10rem !important;}.ms-xl-200{margin-left:12.5rem !important;}.ms-xl-250{margin-left:15.625rem !important;}.ms-xl-auto{margin-left:auto !important;}.ms-xl-n0{margin-left:-0 !important;}.ms-xl-n1{margin-left:-0.25rem !important;}.ms-xl-n2{margin-left:-0.5rem !important;}.ms-xl-n3{margin-left:-0.75rem !important;}.ms-xl-n4{margin-left:-1rem !important;}.ms-xl-n5{margin-left:-1.25rem !important;}.ms-xl-n6{margin-left:-0.375rem !important;}.ms-xl-n8{margin-left:-0.5rem !important;}.ms-xl-n10{margin-left:-0.625rem !important;}.ms-xl-n15{margin-left:-0.9375rem !important;}.ms-xl-n18{margin-left:-1.125rem !important;}.ms-xl-n30{margin-left:-1.875rem !important;}.ms-xl-n40{margin-left:-2.5rem !important;}.ms-xl-n50{margin-left:-3.125rem !important;}.ms-xl-n60{margin-left:-3.75rem !important;}.ms-xl-n80{margin-left:-5rem !important;}.ms-xl-n100{margin-left:-6.25rem !important;}.ms-xl-n130{margin-left:-8.125rem !important;}.ms-xl-n160{margin-left:-10rem !important;}.ms-xl-n200{margin-left:-12.5rem !important;}.ms-xl-n250{margin-left:-15.625rem !important;}.p-xl-0{padding:0 !important;}.p-xl-1{padding:0.25rem !important;}.p-xl-2{padding:0.5rem !important;}.p-xl-3{padding:0.75rem !important;}.p-xl-4{padding:1rem !important;}.p-xl-5{padding:1.25rem !important;}.p-xl-6{padding:0.375rem !important;}.p-xl-8{padding:0.5rem !important;}.p-xl-10{padding:0.625rem !important;}.p-xl-15{padding:0.9375rem !important;}.p-xl-18{padding:1.125rem !important;}.p-xl-30{padding:1.875rem !important;}.p-xl-40{padding:2.5rem !important;}.p-xl-50{padding:3.125rem !important;}.p-xl-60{padding:3.75rem !important;}.p-xl-80{padding:5rem !important;}.p-xl-100{padding:6.25rem !important;}.p-xl-130{padding:8.125rem !important;}.p-xl-160{padding:10rem !important;}.p-xl-200{padding:12.5rem !important;}.p-xl-250{padding:15.625rem !important;}.px-xl-0{padding-right:0 !important;padding-left:0 !important;}.px-xl-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-xl-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xl-3{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xl-4{padding-right:1rem !important;padding-left:1rem !important;}.px-xl-5{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-xl-6{padding-right:0.375rem !important;padding-left:0.375rem !important;}.px-xl-8{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xl-10{padding-right:0.625rem !important;padding-left:0.625rem !important;}.px-xl-15{padding-right:0.9375rem !important;padding-left:0.9375rem !important;}.px-xl-18{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-xl-30{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-xl-40{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-xl-50{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-xl-60{padding-right:3.75rem !important;padding-left:3.75rem !important;}.px-xl-80{padding-right:5rem !important;padding-left:5rem !important;}.px-xl-100{padding-right:6.25rem !important;padding-left:6.25rem !important;}.px-xl-130{padding-right:8.125rem !important;padding-left:8.125rem !important;}.px-xl-160{padding-right:10rem !important;padding-left:10rem !important;}.px-xl-200{padding-right:12.5rem !important;padding-left:12.5rem !important;}.px-xl-250{padding-right:15.625rem !important;padding-left:15.625rem !important;}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xl-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xl-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xl-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-xl-6{padding-top:0.375rem !important;padding-bottom:0.375rem !important;}.py-xl-8{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xl-10{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.py-xl-15{padding-top:0.9375rem !important;padding-bottom:0.9375rem !important;}.py-xl-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-xl-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-xl-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-xl-50{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-xl-60{padding-top:3.75rem !important;padding-bottom:3.75rem !important;}.py-xl-80{padding-top:5rem !important;padding-bottom:5rem !important;}.py-xl-100{padding-top:6.25rem !important;padding-bottom:6.25rem !important;}.py-xl-130{padding-top:8.125rem !important;padding-bottom:8.125rem !important;}.py-xl-160{padding-top:10rem !important;padding-bottom:10rem !important;}.py-xl-200{padding-top:12.5rem !important;padding-bottom:12.5rem !important;}.py-xl-250{padding-top:15.625rem !important;padding-bottom:15.625rem !important;}.pt-xl-0{padding-top:0 !important;}.pt-xl-1{padding-top:0.25rem !important;}.pt-xl-2{padding-top:0.5rem !important;}.pt-xl-3{padding-top:0.75rem !important;}.pt-xl-4{padding-top:1rem !important;}.pt-xl-5{padding-top:1.25rem !important;}.pt-xl-6{padding-top:0.375rem !important;}.pt-xl-8{padding-top:0.5rem !important;}.pt-xl-10{padding-top:0.625rem !important;}.pt-xl-15{padding-top:0.9375rem !important;}.pt-xl-18{padding-top:1.125rem !important;}.pt-xl-30{padding-top:1.875rem !important;}.pt-xl-40{padding-top:2.5rem !important;}.pt-xl-50{padding-top:3.125rem !important;}.pt-xl-60{padding-top:3.75rem !important;}.pt-xl-80{padding-top:5rem !important;}.pt-xl-100{padding-top:6.25rem !important;}.pt-xl-130{padding-top:8.125rem !important;}.pt-xl-160{padding-top:10rem !important;}.pt-xl-200{padding-top:12.5rem !important;}.pt-xl-250{padding-top:15.625rem !important;}.pe-xl-0{padding-right:0 !important;}.pe-xl-1{padding-right:0.25rem !important;}.pe-xl-2{padding-right:0.5rem !important;}.pe-xl-3{padding-right:0.75rem !important;}.pe-xl-4{padding-right:1rem !important;}.pe-xl-5{padding-right:1.25rem !important;}.pe-xl-6{padding-right:0.375rem !important;}.pe-xl-8{padding-right:0.5rem !important;}.pe-xl-10{padding-right:0.625rem !important;}.pe-xl-15{padding-right:0.9375rem !important;}.pe-xl-18{padding-right:1.125rem !important;}.pe-xl-30{padding-right:1.875rem !important;}.pe-xl-40{padding-right:2.5rem !important;}.pe-xl-50{padding-right:3.125rem !important;}.pe-xl-60{padding-right:3.75rem !important;}.pe-xl-80{padding-right:5rem !important;}.pe-xl-100{padding-right:6.25rem !important;}.pe-xl-130{padding-right:8.125rem !important;}.pe-xl-160{padding-right:10rem !important;}.pe-xl-200{padding-right:12.5rem !important;}.pe-xl-250{padding-right:15.625rem !important;}.pb-xl-0{padding-bottom:0 !important;}.pb-xl-1{padding-bottom:0.25rem !important;}.pb-xl-2{padding-bottom:0.5rem !important;}.pb-xl-3{padding-bottom:0.75rem !important;}.pb-xl-4{padding-bottom:1rem !important;}.pb-xl-5{padding-bottom:1.25rem !important;}.pb-xl-6{padding-bottom:0.375rem !important;}.pb-xl-8{padding-bottom:0.5rem !important;}.pb-xl-10{padding-bottom:0.625rem !important;}.pb-xl-15{padding-bottom:0.9375rem !important;}.pb-xl-18{padding-bottom:1.125rem !important;}.pb-xl-30{padding-bottom:1.875rem !important;}.pb-xl-40{padding-bottom:2.5rem !important;}.pb-xl-50{padding-bottom:3.125rem !important;}.pb-xl-60{padding-bottom:3.75rem !important;}.pb-xl-80{padding-bottom:5rem !important;}.pb-xl-100{padding-bottom:6.25rem !important;}.pb-xl-130{padding-bottom:8.125rem !important;}.pb-xl-160{padding-bottom:10rem !important;}.pb-xl-200{padding-bottom:12.5rem !important;}.pb-xl-250{padding-bottom:15.625rem !important;}.ps-xl-0{padding-left:0 !important;}.ps-xl-1{padding-left:0.25rem !important;}.ps-xl-2{padding-left:0.5rem !important;}.ps-xl-3{padding-left:0.75rem !important;}.ps-xl-4{padding-left:1rem !important;}.ps-xl-5{padding-left:1.25rem !important;}.ps-xl-6{padding-left:0.375rem !important;}.ps-xl-8{padding-left:0.5rem !important;}.ps-xl-10{padding-left:0.625rem !important;}.ps-xl-15{padding-left:0.9375rem !important;}.ps-xl-18{padding-left:1.125rem !important;}.ps-xl-30{padding-left:1.875rem !important;}.ps-xl-40{padding-left:2.5rem !important;}.ps-xl-50{padding-left:3.125rem !important;}.ps-xl-60{padding-left:3.75rem !important;}.ps-xl-80{padding-left:5rem !important;}.ps-xl-100{padding-left:6.25rem !important;}.ps-xl-130{padding-left:8.125rem !important;}.ps-xl-160{padding-left:10rem !important;}.ps-xl-200{padding-left:12.5rem !important;}.ps-xl-250{padding-left:15.625rem !important;}.gap-xl-0{gap:0 !important;}.gap-xl-1{gap:0.25rem !important;}.gap-xl-2{gap:0.5rem !important;}.gap-xl-3{gap:0.75rem !important;}.gap-xl-4{gap:1rem !important;}.gap-xl-5{gap:1.25rem !important;}.gap-xl-6{gap:0.375rem !important;}.gap-xl-8{gap:0.5rem !important;}.gap-xl-10{gap:0.625rem !important;}.gap-xl-15{gap:0.9375rem !important;}.gap-xl-18{gap:1.125rem !important;}.gap-xl-30{gap:1.875rem !important;}.gap-xl-40{gap:2.5rem !important;}.gap-xl-50{gap:3.125rem !important;}.gap-xl-60{gap:3.75rem !important;}.gap-xl-80{gap:5rem !important;}.gap-xl-100{gap:6.25rem !important;}.gap-xl-130{gap:8.125rem !important;}.gap-xl-160{gap:10rem !important;}.gap-xl-200{gap:12.5rem !important;}.gap-xl-250{gap:15.625rem !important;}.gap-xl-20{gap:1.25rem !important;}.row-gap-xl-0{row-gap:0 !important;}.row-gap-xl-1{row-gap:0.25rem !important;}.row-gap-xl-2{row-gap:0.5rem !important;}.row-gap-xl-3{row-gap:0.75rem !important;}.row-gap-xl-4{row-gap:1rem !important;}.row-gap-xl-5{row-gap:1.25rem !important;}.row-gap-xl-6{row-gap:0.375rem !important;}.row-gap-xl-8{row-gap:0.5rem !important;}.row-gap-xl-10{row-gap:0.625rem !important;}.row-gap-xl-15{row-gap:0.9375rem !important;}.row-gap-xl-18{row-gap:1.125rem !important;}.row-gap-xl-30{row-gap:1.875rem !important;}.row-gap-xl-40{row-gap:2.5rem !important;}.row-gap-xl-50{row-gap:3.125rem !important;}.row-gap-xl-60{row-gap:3.75rem !important;}.row-gap-xl-80{row-gap:5rem !important;}.row-gap-xl-100{row-gap:6.25rem !important;}.row-gap-xl-130{row-gap:8.125rem !important;}.row-gap-xl-160{row-gap:10rem !important;}.row-gap-xl-200{row-gap:12.5rem !important;}.row-gap-xl-250{row-gap:15.625rem !important;}.column-gap-xl-0{column-gap:0 !important;}.column-gap-xl-1{column-gap:0.25rem !important;}.column-gap-xl-2{column-gap:0.5rem !important;}.column-gap-xl-3{column-gap:0.75rem !important;}.column-gap-xl-4{column-gap:1rem !important;}.column-gap-xl-5{column-gap:1.25rem !important;}.column-gap-xl-6{column-gap:0.375rem !important;}.column-gap-xl-8{column-gap:0.5rem !important;}.column-gap-xl-10{column-gap:0.625rem !important;}.column-gap-xl-15{column-gap:0.9375rem !important;}.column-gap-xl-18{column-gap:1.125rem !important;}.column-gap-xl-30{column-gap:1.875rem !important;}.column-gap-xl-40{column-gap:2.5rem !important;}.column-gap-xl-50{column-gap:3.125rem !important;}.column-gap-xl-60{column-gap:3.75rem !important;}.column-gap-xl-80{column-gap:5rem !important;}.column-gap-xl-100{column-gap:6.25rem !important;}.column-gap-xl-130{column-gap:8.125rem !important;}.column-gap-xl-160{column-gap:10rem !important;}.column-gap-xl-200{column-gap:12.5rem !important;}.column-gap-xl-250{column-gap:15.625rem !important;}.fs-xl-12{font-size:0.75rem !important;}.fs-xl-14{font-size:0.875rem !important;}.fs-xl-16{font-size:1rem !important;}.fs-xl-18{font-size:1.125rem !important;}.fs-xl-20{font-size:1.25rem !important;}.fs-xl-24{font-size:1.5rem !important;}.fs-xl-32{font-size:2rem !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;}.w-xxl-25{width:25% !important;}.w-xxl-50{width:50% !important;}.w-xxl-75{width:75% !important;}.w-xxl-100{width:100% !important;}.w-xxl-auto{width:auto !important;}.mw-xxl-520{max-width:520px !important;}.mw-xxl-540{max-width:540px !important;}.mw-xxl-565{max-width:565px !important;}.mw-xxl-720{max-width:720px !important;}.mw-xxl-730{max-width:730px !important;}.mw-xxl-825{max-width:825px !important;}.mw-xxl-920{max-width:920px !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:0.25rem !important;}.m-xxl-2{margin:0.5rem !important;}.m-xxl-3{margin:0.75rem !important;}.m-xxl-4{margin:1rem !important;}.m-xxl-5{margin:1.25rem !important;}.m-xxl-6{margin:0.375rem !important;}.m-xxl-8{margin:0.5rem !important;}.m-xxl-10{margin:0.625rem !important;}.m-xxl-15{margin:0.9375rem !important;}.m-xxl-18{margin:1.125rem !important;}.m-xxl-30{margin:1.875rem !important;}.m-xxl-40{margin:2.5rem !important;}.m-xxl-50{margin:3.125rem !important;}.m-xxl-60{margin:3.75rem !important;}.m-xxl-80{margin:5rem !important;}.m-xxl-100{margin:6.25rem !important;}.m-xxl-130{margin:8.125rem !important;}.m-xxl-160{margin:10rem !important;}.m-xxl-200{margin:12.5rem !important;}.m-xxl-250{margin:15.625rem !important;}.m-xxl-auto{margin:auto !important;}.m-xxl-n0{margin:-0 !important;}.m-xxl-n1{margin:-0.25rem !important;}.m-xxl-n2{margin:-0.5rem !important;}.m-xxl-n3{margin:-0.75rem !important;}.m-xxl-n4{margin:-1rem !important;}.m-xxl-n5{margin:-1.25rem !important;}.m-xxl-n6{margin:-0.375rem !important;}.m-xxl-n8{margin:-0.5rem !important;}.m-xxl-n10{margin:-0.625rem !important;}.m-xxl-n15{margin:-0.9375rem !important;}.m-xxl-n18{margin:-1.125rem !important;}.m-xxl-n30{margin:-1.875rem !important;}.m-xxl-n40{margin:-2.5rem !important;}.m-xxl-n50{margin:-3.125rem !important;}.m-xxl-n60{margin:-3.75rem !important;}.m-xxl-n80{margin:-5rem !important;}.m-xxl-n100{margin:-6.25rem !important;}.m-xxl-n130{margin:-8.125rem !important;}.m-xxl-n160{margin:-10rem !important;}.m-xxl-n200{margin:-12.5rem !important;}.m-xxl-n250{margin:-15.625rem !important;}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important;}.mx-xxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xxl-3{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xxl-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-xxl-5{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-xxl-6{margin-right:0.375rem !important;margin-left:0.375rem !important;}.mx-xxl-8{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xxl-10{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-xxl-15{margin-right:0.9375rem !important;margin-left:0.9375rem !important;}.mx-xxl-18{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-xxl-30{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-xxl-40{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-xxl-50{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-xxl-60{margin-right:3.75rem !important;margin-left:3.75rem !important;}.mx-xxl-80{margin-right:5rem !important;margin-left:5rem !important;}.mx-xxl-100{margin-right:6.25rem !important;margin-left:6.25rem !important;}.mx-xxl-130{margin-right:8.125rem !important;margin-left:8.125rem !important;}.mx-xxl-160{margin-right:10rem !important;margin-left:10rem !important;}.mx-xxl-200{margin-right:12.5rem !important;margin-left:12.5rem !important;}.mx-xxl-250{margin-right:15.625rem !important;margin-left:15.625rem !important;}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important;}.mx-xxl-n0{margin-right:-0 !important;margin-left:-0 !important;}.mx-xxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-xxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xxl-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-xxl-n4{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-xxl-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important;}.mx-xxl-n6{margin-right:-0.375rem !important;margin-left:-0.375rem !important;}.mx-xxl-n8{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xxl-n10{margin-right:-0.625rem !important;margin-left:-0.625rem !important;}.mx-xxl-n15{margin-right:-0.9375rem !important;margin-left:-0.9375rem !important;}.mx-xxl-n18{margin-right:-1.125rem !important;margin-left:-1.125rem !important;}.mx-xxl-n30{margin-right:-1.875rem !important;margin-left:-1.875rem !important;}.mx-xxl-n40{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-xxl-n50{margin-right:-3.125rem !important;margin-left:-3.125rem !important;}.mx-xxl-n60{margin-right:-3.75rem !important;margin-left:-3.75rem !important;}.mx-xxl-n80{margin-right:-5rem !important;margin-left:-5rem !important;}.mx-xxl-n100{margin-right:-6.25rem !important;margin-left:-6.25rem !important;}.mx-xxl-n130{margin-right:-8.125rem !important;margin-left:-8.125rem !important;}.mx-xxl-n160{margin-right:-10rem !important;margin-left:-10rem !important;}.mx-xxl-n200{margin-right:-12.5rem !important;margin-left:-12.5rem !important;}.mx-xxl-n250{margin-right:-15.625rem !important;margin-left:-15.625rem !important;}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xxl-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xxl-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xxl-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-xxl-6{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-xxl-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xxl-10{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-xxl-15{margin-top:0.9375rem !important;margin-bottom:0.9375rem !important;}.my-xxl-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-xxl-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-xxl-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-xxl-50{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-xxl-60{margin-top:3.75rem !important;margin-bottom:3.75rem !important;}.my-xxl-80{margin-top:5rem !important;margin-bottom:5rem !important;}.my-xxl-100{margin-top:6.25rem !important;margin-bottom:6.25rem !important;}.my-xxl-130{margin-top:8.125rem !important;margin-bottom:8.125rem !important;}.my-xxl-160{margin-top:10rem !important;margin-bottom:10rem !important;}.my-xxl-200{margin-top:12.5rem !important;margin-bottom:12.5rem !important;}.my-xxl-250{margin-top:15.625rem !important;margin-bottom:15.625rem !important;}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important;}.my-xxl-n0{margin-top:-0 !important;margin-bottom:-0 !important;}.my-xxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-xxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xxl-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-xxl-n4{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-xxl-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important;}.my-xxl-n6{margin-top:-0.375rem !important;margin-bottom:-0.375rem !important;}.my-xxl-n8{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xxl-n10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important;}.my-xxl-n15{margin-top:-0.9375rem !important;margin-bottom:-0.9375rem !important;}.my-xxl-n18{margin-top:-1.125rem !important;margin-bottom:-1.125rem !important;}.my-xxl-n30{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important;}.my-xxl-n40{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-xxl-n50{margin-top:-3.125rem !important;margin-bottom:-3.125rem !important;}.my-xxl-n60{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important;}.my-xxl-n80{margin-top:-5rem !important;margin-bottom:-5rem !important;}.my-xxl-n100{margin-top:-6.25rem !important;margin-bottom:-6.25rem !important;}.my-xxl-n130{margin-top:-8.125rem !important;margin-bottom:-8.125rem !important;}.my-xxl-n160{margin-top:-10rem !important;margin-bottom:-10rem !important;}.my-xxl-n200{margin-top:-12.5rem !important;margin-bottom:-12.5rem !important;}.my-xxl-n250{margin-top:-15.625rem !important;margin-bottom:-15.625rem !important;}.mt-xxl-0{margin-top:0 !important;}.mt-xxl-1{margin-top:0.25rem !important;}.mt-xxl-2{margin-top:0.5rem !important;}.mt-xxl-3{margin-top:0.75rem !important;}.mt-xxl-4{margin-top:1rem !important;}.mt-xxl-5{margin-top:1.25rem !important;}.mt-xxl-6{margin-top:0.375rem !important;}.mt-xxl-8{margin-top:0.5rem !important;}.mt-xxl-10{margin-top:0.625rem !important;}.mt-xxl-15{margin-top:0.9375rem !important;}.mt-xxl-18{margin-top:1.125rem !important;}.mt-xxl-30{margin-top:1.875rem !important;}.mt-xxl-40{margin-top:2.5rem !important;}.mt-xxl-50{margin-top:3.125rem !important;}.mt-xxl-60{margin-top:3.75rem !important;}.mt-xxl-80{margin-top:5rem !important;}.mt-xxl-100{margin-top:6.25rem !important;}.mt-xxl-130{margin-top:8.125rem !important;}.mt-xxl-160{margin-top:10rem !important;}.mt-xxl-200{margin-top:12.5rem !important;}.mt-xxl-250{margin-top:15.625rem !important;}.mt-xxl-auto{margin-top:auto !important;}.mt-xxl-n0{margin-top:-0 !important;}.mt-xxl-n1{margin-top:-0.25rem !important;}.mt-xxl-n2{margin-top:-0.5rem !important;}.mt-xxl-n3{margin-top:-0.75rem !important;}.mt-xxl-n4{margin-top:-1rem !important;}.mt-xxl-n5{margin-top:-1.25rem !important;}.mt-xxl-n6{margin-top:-0.375rem !important;}.mt-xxl-n8{margin-top:-0.5rem !important;}.mt-xxl-n10{margin-top:-0.625rem !important;}.mt-xxl-n15{margin-top:-0.9375rem !important;}.mt-xxl-n18{margin-top:-1.125rem !important;}.mt-xxl-n30{margin-top:-1.875rem !important;}.mt-xxl-n40{margin-top:-2.5rem !important;}.mt-xxl-n50{margin-top:-3.125rem !important;}.mt-xxl-n60{margin-top:-3.75rem !important;}.mt-xxl-n80{margin-top:-5rem !important;}.mt-xxl-n100{margin-top:-6.25rem !important;}.mt-xxl-n130{margin-top:-8.125rem !important;}.mt-xxl-n160{margin-top:-10rem !important;}.mt-xxl-n200{margin-top:-12.5rem !important;}.mt-xxl-n250{margin-top:-15.625rem !important;}.me-xxl-0{margin-right:0 !important;}.me-xxl-1{margin-right:0.25rem !important;}.me-xxl-2{margin-right:0.5rem !important;}.me-xxl-3{margin-right:0.75rem !important;}.me-xxl-4{margin-right:1rem !important;}.me-xxl-5{margin-right:1.25rem !important;}.me-xxl-6{margin-right:0.375rem !important;}.me-xxl-8{margin-right:0.5rem !important;}.me-xxl-10{margin-right:0.625rem !important;}.me-xxl-15{margin-right:0.9375rem !important;}.me-xxl-18{margin-right:1.125rem !important;}.me-xxl-30{margin-right:1.875rem !important;}.me-xxl-40{margin-right:2.5rem !important;}.me-xxl-50{margin-right:3.125rem !important;}.me-xxl-60{margin-right:3.75rem !important;}.me-xxl-80{margin-right:5rem !important;}.me-xxl-100{margin-right:6.25rem !important;}.me-xxl-130{margin-right:8.125rem !important;}.me-xxl-160{margin-right:10rem !important;}.me-xxl-200{margin-right:12.5rem !important;}.me-xxl-250{margin-right:15.625rem !important;}.me-xxl-auto{margin-right:auto !important;}.me-xxl-n0{margin-right:-0 !important;}.me-xxl-n1{margin-right:-0.25rem !important;}.me-xxl-n2{margin-right:-0.5rem !important;}.me-xxl-n3{margin-right:-0.75rem !important;}.me-xxl-n4{margin-right:-1rem !important;}.me-xxl-n5{margin-right:-1.25rem !important;}.me-xxl-n6{margin-right:-0.375rem !important;}.me-xxl-n8{margin-right:-0.5rem !important;}.me-xxl-n10{margin-right:-0.625rem !important;}.me-xxl-n15{margin-right:-0.9375rem !important;}.me-xxl-n18{margin-right:-1.125rem !important;}.me-xxl-n30{margin-right:-1.875rem !important;}.me-xxl-n40{margin-right:-2.5rem !important;}.me-xxl-n50{margin-right:-3.125rem !important;}.me-xxl-n60{margin-right:-3.75rem !important;}.me-xxl-n80{margin-right:-5rem !important;}.me-xxl-n100{margin-right:-6.25rem !important;}.me-xxl-n130{margin-right:-8.125rem !important;}.me-xxl-n160{margin-right:-10rem !important;}.me-xxl-n200{margin-right:-12.5rem !important;}.me-xxl-n250{margin-right:-15.625rem !important;}.mb-xxl-0{margin-bottom:0 !important;}.mb-xxl-1{margin-bottom:0.25rem !important;}.mb-xxl-2{margin-bottom:0.5rem !important;}.mb-xxl-3{margin-bottom:0.75rem !important;}.mb-xxl-4{margin-bottom:1rem !important;}.mb-xxl-5{margin-bottom:1.25rem !important;}.mb-xxl-6{margin-bottom:0.375rem !important;}.mb-xxl-8{margin-bottom:0.5rem !important;}.mb-xxl-10{margin-bottom:0.625rem !important;}.mb-xxl-15{margin-bottom:0.9375rem !important;}.mb-xxl-18{margin-bottom:1.125rem !important;}.mb-xxl-30{margin-bottom:1.875rem !important;}.mb-xxl-40{margin-bottom:2.5rem !important;}.mb-xxl-50{margin-bottom:3.125rem !important;}.mb-xxl-60{margin-bottom:3.75rem !important;}.mb-xxl-80{margin-bottom:5rem !important;}.mb-xxl-100{margin-bottom:6.25rem !important;}.mb-xxl-130{margin-bottom:8.125rem !important;}.mb-xxl-160{margin-bottom:10rem !important;}.mb-xxl-200{margin-bottom:12.5rem !important;}.mb-xxl-250{margin-bottom:15.625rem !important;}.mb-xxl-auto{margin-bottom:auto !important;}.mb-xxl-n0{margin-bottom:-0 !important;}.mb-xxl-n1{margin-bottom:-0.25rem !important;}.mb-xxl-n2{margin-bottom:-0.5rem !important;}.mb-xxl-n3{margin-bottom:-0.75rem !important;}.mb-xxl-n4{margin-bottom:-1rem !important;}.mb-xxl-n5{margin-bottom:-1.25rem !important;}.mb-xxl-n6{margin-bottom:-0.375rem !important;}.mb-xxl-n8{margin-bottom:-0.5rem !important;}.mb-xxl-n10{margin-bottom:-0.625rem !important;}.mb-xxl-n15{margin-bottom:-0.9375rem !important;}.mb-xxl-n18{margin-bottom:-1.125rem !important;}.mb-xxl-n30{margin-bottom:-1.875rem !important;}.mb-xxl-n40{margin-bottom:-2.5rem !important;}.mb-xxl-n50{margin-bottom:-3.125rem !important;}.mb-xxl-n60{margin-bottom:-3.75rem !important;}.mb-xxl-n80{margin-bottom:-5rem !important;}.mb-xxl-n100{margin-bottom:-6.25rem !important;}.mb-xxl-n130{margin-bottom:-8.125rem !important;}.mb-xxl-n160{margin-bottom:-10rem !important;}.mb-xxl-n200{margin-bottom:-12.5rem !important;}.mb-xxl-n250{margin-bottom:-15.625rem !important;}.ms-xxl-0{margin-left:0 !important;}.ms-xxl-1{margin-left:0.25rem !important;}.ms-xxl-2{margin-left:0.5rem !important;}.ms-xxl-3{margin-left:0.75rem !important;}.ms-xxl-4{margin-left:1rem !important;}.ms-xxl-5{margin-left:1.25rem !important;}.ms-xxl-6{margin-left:0.375rem !important;}.ms-xxl-8{margin-left:0.5rem !important;}.ms-xxl-10{margin-left:0.625rem !important;}.ms-xxl-15{margin-left:0.9375rem !important;}.ms-xxl-18{margin-left:1.125rem !important;}.ms-xxl-30{margin-left:1.875rem !important;}.ms-xxl-40{margin-left:2.5rem !important;}.ms-xxl-50{margin-left:3.125rem !important;}.ms-xxl-60{margin-left:3.75rem !important;}.ms-xxl-80{margin-left:5rem !important;}.ms-xxl-100{margin-left:6.25rem !important;}.ms-xxl-130{margin-left:8.125rem !important;}.ms-xxl-160{margin-left:10rem !important;}.ms-xxl-200{margin-left:12.5rem !important;}.ms-xxl-250{margin-left:15.625rem !important;}.ms-xxl-auto{margin-left:auto !important;}.ms-xxl-n0{margin-left:-0 !important;}.ms-xxl-n1{margin-left:-0.25rem !important;}.ms-xxl-n2{margin-left:-0.5rem !important;}.ms-xxl-n3{margin-left:-0.75rem !important;}.ms-xxl-n4{margin-left:-1rem !important;}.ms-xxl-n5{margin-left:-1.25rem !important;}.ms-xxl-n6{margin-left:-0.375rem !important;}.ms-xxl-n8{margin-left:-0.5rem !important;}.ms-xxl-n10{margin-left:-0.625rem !important;}.ms-xxl-n15{margin-left:-0.9375rem !important;}.ms-xxl-n18{margin-left:-1.125rem !important;}.ms-xxl-n30{margin-left:-1.875rem !important;}.ms-xxl-n40{margin-left:-2.5rem !important;}.ms-xxl-n50{margin-left:-3.125rem !important;}.ms-xxl-n60{margin-left:-3.75rem !important;}.ms-xxl-n80{margin-left:-5rem !important;}.ms-xxl-n100{margin-left:-6.25rem !important;}.ms-xxl-n130{margin-left:-8.125rem !important;}.ms-xxl-n160{margin-left:-10rem !important;}.ms-xxl-n200{margin-left:-12.5rem !important;}.ms-xxl-n250{margin-left:-15.625rem !important;}.p-xxl-0{padding:0 !important;}.p-xxl-1{padding:0.25rem !important;}.p-xxl-2{padding:0.5rem !important;}.p-xxl-3{padding:0.75rem !important;}.p-xxl-4{padding:1rem !important;}.p-xxl-5{padding:1.25rem !important;}.p-xxl-6{padding:0.375rem !important;}.p-xxl-8{padding:0.5rem !important;}.p-xxl-10{padding:0.625rem !important;}.p-xxl-15{padding:0.9375rem !important;}.p-xxl-18{padding:1.125rem !important;}.p-xxl-30{padding:1.875rem !important;}.p-xxl-40{padding:2.5rem !important;}.p-xxl-50{padding:3.125rem !important;}.p-xxl-60{padding:3.75rem !important;}.p-xxl-80{padding:5rem !important;}.p-xxl-100{padding:6.25rem !important;}.p-xxl-130{padding:8.125rem !important;}.p-xxl-160{padding:10rem !important;}.p-xxl-200{padding:12.5rem !important;}.p-xxl-250{padding:15.625rem !important;}.px-xxl-0{padding-right:0 !important;padding-left:0 !important;}.px-xxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xxl-3{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xxl-4{padding-right:1rem !important;padding-left:1rem !important;}.px-xxl-5{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-xxl-6{padding-right:0.375rem !important;padding-left:0.375rem !important;}.px-xxl-8{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xxl-10{padding-right:0.625rem !important;padding-left:0.625rem !important;}.px-xxl-15{padding-right:0.9375rem !important;padding-left:0.9375rem !important;}.px-xxl-18{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-xxl-30{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-xxl-40{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-xxl-50{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-xxl-60{padding-right:3.75rem !important;padding-left:3.75rem !important;}.px-xxl-80{padding-right:5rem !important;padding-left:5rem !important;}.px-xxl-100{padding-right:6.25rem !important;padding-left:6.25rem !important;}.px-xxl-130{padding-right:8.125rem !important;padding-left:8.125rem !important;}.px-xxl-160{padding-right:10rem !important;padding-left:10rem !important;}.px-xxl-200{padding-right:12.5rem !important;padding-left:12.5rem !important;}.px-xxl-250{padding-right:15.625rem !important;padding-left:15.625rem !important;}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xxl-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xxl-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xxl-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-xxl-6{padding-top:0.375rem !important;padding-bottom:0.375rem !important;}.py-xxl-8{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xxl-10{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.py-xxl-15{padding-top:0.9375rem !important;padding-bottom:0.9375rem !important;}.py-xxl-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-xxl-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-xxl-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-xxl-50{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-xxl-60{padding-top:3.75rem !important;padding-bottom:3.75rem !important;}.py-xxl-80{padding-top:5rem !important;padding-bottom:5rem !important;}.py-xxl-100{padding-top:6.25rem !important;padding-bottom:6.25rem !important;}.py-xxl-130{padding-top:8.125rem !important;padding-bottom:8.125rem !important;}.py-xxl-160{padding-top:10rem !important;padding-bottom:10rem !important;}.py-xxl-200{padding-top:12.5rem !important;padding-bottom:12.5rem !important;}.py-xxl-250{padding-top:15.625rem !important;padding-bottom:15.625rem !important;}.pt-xxl-0{padding-top:0 !important;}.pt-xxl-1{padding-top:0.25rem !important;}.pt-xxl-2{padding-top:0.5rem !important;}.pt-xxl-3{padding-top:0.75rem !important;}.pt-xxl-4{padding-top:1rem !important;}.pt-xxl-5{padding-top:1.25rem !important;}.pt-xxl-6{padding-top:0.375rem !important;}.pt-xxl-8{padding-top:0.5rem !important;}.pt-xxl-10{padding-top:0.625rem !important;}.pt-xxl-15{padding-top:0.9375rem !important;}.pt-xxl-18{padding-top:1.125rem !important;}.pt-xxl-30{padding-top:1.875rem !important;}.pt-xxl-40{padding-top:2.5rem !important;}.pt-xxl-50{padding-top:3.125rem !important;}.pt-xxl-60{padding-top:3.75rem !important;}.pt-xxl-80{padding-top:5rem !important;}.pt-xxl-100{padding-top:6.25rem !important;}.pt-xxl-130{padding-top:8.125rem !important;}.pt-xxl-160{padding-top:10rem !important;}.pt-xxl-200{padding-top:12.5rem !important;}.pt-xxl-250{padding-top:15.625rem !important;}.pe-xxl-0{padding-right:0 !important;}.pe-xxl-1{padding-right:0.25rem !important;}.pe-xxl-2{padding-right:0.5rem !important;}.pe-xxl-3{padding-right:0.75rem !important;}.pe-xxl-4{padding-right:1rem !important;}.pe-xxl-5{padding-right:1.25rem !important;}.pe-xxl-6{padding-right:0.375rem !important;}.pe-xxl-8{padding-right:0.5rem !important;}.pe-xxl-10{padding-right:0.625rem !important;}.pe-xxl-15{padding-right:0.9375rem !important;}.pe-xxl-18{padding-right:1.125rem !important;}.pe-xxl-30{padding-right:1.875rem !important;}.pe-xxl-40{padding-right:2.5rem !important;}.pe-xxl-50{padding-right:3.125rem !important;}.pe-xxl-60{padding-right:3.75rem !important;}.pe-xxl-80{padding-right:5rem !important;}.pe-xxl-100{padding-right:6.25rem !important;}.pe-xxl-130{padding-right:8.125rem !important;}.pe-xxl-160{padding-right:10rem !important;}.pe-xxl-200{padding-right:12.5rem !important;}.pe-xxl-250{padding-right:15.625rem !important;}.pb-xxl-0{padding-bottom:0 !important;}.pb-xxl-1{padding-bottom:0.25rem !important;}.pb-xxl-2{padding-bottom:0.5rem !important;}.pb-xxl-3{padding-bottom:0.75rem !important;}.pb-xxl-4{padding-bottom:1rem !important;}.pb-xxl-5{padding-bottom:1.25rem !important;}.pb-xxl-6{padding-bottom:0.375rem !important;}.pb-xxl-8{padding-bottom:0.5rem !important;}.pb-xxl-10{padding-bottom:0.625rem !important;}.pb-xxl-15{padding-bottom:0.9375rem !important;}.pb-xxl-18{padding-bottom:1.125rem !important;}.pb-xxl-30{padding-bottom:1.875rem !important;}.pb-xxl-40{padding-bottom:2.5rem !important;}.pb-xxl-50{padding-bottom:3.125rem !important;}.pb-xxl-60{padding-bottom:3.75rem !important;}.pb-xxl-80{padding-bottom:5rem !important;}.pb-xxl-100{padding-bottom:6.25rem !important;}.pb-xxl-130{padding-bottom:8.125rem !important;}.pb-xxl-160{padding-bottom:10rem !important;}.pb-xxl-200{padding-bottom:12.5rem !important;}.pb-xxl-250{padding-bottom:15.625rem !important;}.ps-xxl-0{padding-left:0 !important;}.ps-xxl-1{padding-left:0.25rem !important;}.ps-xxl-2{padding-left:0.5rem !important;}.ps-xxl-3{padding-left:0.75rem !important;}.ps-xxl-4{padding-left:1rem !important;}.ps-xxl-5{padding-left:1.25rem !important;}.ps-xxl-6{padding-left:0.375rem !important;}.ps-xxl-8{padding-left:0.5rem !important;}.ps-xxl-10{padding-left:0.625rem !important;}.ps-xxl-15{padding-left:0.9375rem !important;}.ps-xxl-18{padding-left:1.125rem !important;}.ps-xxl-30{padding-left:1.875rem !important;}.ps-xxl-40{padding-left:2.5rem !important;}.ps-xxl-50{padding-left:3.125rem !important;}.ps-xxl-60{padding-left:3.75rem !important;}.ps-xxl-80{padding-left:5rem !important;}.ps-xxl-100{padding-left:6.25rem !important;}.ps-xxl-130{padding-left:8.125rem !important;}.ps-xxl-160{padding-left:10rem !important;}.ps-xxl-200{padding-left:12.5rem !important;}.ps-xxl-250{padding-left:15.625rem !important;}.gap-xxl-0{gap:0 !important;}.gap-xxl-1{gap:0.25rem !important;}.gap-xxl-2{gap:0.5rem !important;}.gap-xxl-3{gap:0.75rem !important;}.gap-xxl-4{gap:1rem !important;}.gap-xxl-5{gap:1.25rem !important;}.gap-xxl-6{gap:0.375rem !important;}.gap-xxl-8{gap:0.5rem !important;}.gap-xxl-10{gap:0.625rem !important;}.gap-xxl-15{gap:0.9375rem !important;}.gap-xxl-18{gap:1.125rem !important;}.gap-xxl-30{gap:1.875rem !important;}.gap-xxl-40{gap:2.5rem !important;}.gap-xxl-50{gap:3.125rem !important;}.gap-xxl-60{gap:3.75rem !important;}.gap-xxl-80{gap:5rem !important;}.gap-xxl-100{gap:6.25rem !important;}.gap-xxl-130{gap:8.125rem !important;}.gap-xxl-160{gap:10rem !important;}.gap-xxl-200{gap:12.5rem !important;}.gap-xxl-250{gap:15.625rem !important;}.gap-xxl-20{gap:1.25rem !important;}.row-gap-xxl-0{row-gap:0 !important;}.row-gap-xxl-1{row-gap:0.25rem !important;}.row-gap-xxl-2{row-gap:0.5rem !important;}.row-gap-xxl-3{row-gap:0.75rem !important;}.row-gap-xxl-4{row-gap:1rem !important;}.row-gap-xxl-5{row-gap:1.25rem !important;}.row-gap-xxl-6{row-gap:0.375rem !important;}.row-gap-xxl-8{row-gap:0.5rem !important;}.row-gap-xxl-10{row-gap:0.625rem !important;}.row-gap-xxl-15{row-gap:0.9375rem !important;}.row-gap-xxl-18{row-gap:1.125rem !important;}.row-gap-xxl-30{row-gap:1.875rem !important;}.row-gap-xxl-40{row-gap:2.5rem !important;}.row-gap-xxl-50{row-gap:3.125rem !important;}.row-gap-xxl-60{row-gap:3.75rem !important;}.row-gap-xxl-80{row-gap:5rem !important;}.row-gap-xxl-100{row-gap:6.25rem !important;}.row-gap-xxl-130{row-gap:8.125rem !important;}.row-gap-xxl-160{row-gap:10rem !important;}.row-gap-xxl-200{row-gap:12.5rem !important;}.row-gap-xxl-250{row-gap:15.625rem !important;}.column-gap-xxl-0{column-gap:0 !important;}.column-gap-xxl-1{column-gap:0.25rem !important;}.column-gap-xxl-2{column-gap:0.5rem !important;}.column-gap-xxl-3{column-gap:0.75rem !important;}.column-gap-xxl-4{column-gap:1rem !important;}.column-gap-xxl-5{column-gap:1.25rem !important;}.column-gap-xxl-6{column-gap:0.375rem !important;}.column-gap-xxl-8{column-gap:0.5rem !important;}.column-gap-xxl-10{column-gap:0.625rem !important;}.column-gap-xxl-15{column-gap:0.9375rem !important;}.column-gap-xxl-18{column-gap:1.125rem !important;}.column-gap-xxl-30{column-gap:1.875rem !important;}.column-gap-xxl-40{column-gap:2.5rem !important;}.column-gap-xxl-50{column-gap:3.125rem !important;}.column-gap-xxl-60{column-gap:3.75rem !important;}.column-gap-xxl-80{column-gap:5rem !important;}.column-gap-xxl-100{column-gap:6.25rem !important;}.column-gap-xxl-130{column-gap:8.125rem !important;}.column-gap-xxl-160{column-gap:10rem !important;}.column-gap-xxl-200{column-gap:12.5rem !important;}.column-gap-xxl-250{column-gap:15.625rem !important;}.fs-xxl-12{font-size:0.75rem !important;}.fs-xxl-14{font-size:0.875rem !important;}.fs-xxl-16{font-size:1rem !important;}.fs-xxl-18{font-size:1.125rem !important;}.fs-xxl-20{font-size:1.25rem !important;}.fs-xxl-24{font-size:1.5rem !important;}.fs-xxl-32{font-size:2rem !important;}.text-xxl-start{text-align:left !important;}.text-xxl-end{text-align:right !important;}.text-xxl-center{text-align:center !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;}}:root{--bs-body-font-family:Barlow,sans-serif;--bs-body-font-size:1.125rem;--bs-body-line-height:1.444;--bs-body-bg:#f6f5f0;--bs-link-color:#bf4e4e;--bs-link-hover-color:#993e3e;--bs-gutter-x:2.5rem;--white:#ffffff;--black:#000000;--neutral-150:#d8d9d9;--neutral-300:#b2b2b2;--neutral-400:#999999;--neutral-500:#7f7f7f;--neutral-600:#666666;--neutral-900:#333333;--cerulean-blue-accessible:#2f7a8b;--prussian-blue:#0d4e69;--prussian-blue-dark:#103240;--prussian-blue-medium:#1d4d60;--cerulean-blue:#2f7a8b;--cerulean-blue-medium:#70aab7;--cerulean-blue-light:#d6e7eb;--rust:#bf4e4e;--rust-dark:#993e3e;--bronze:#c77429;--gold:#fac278;--peach:#f9e9d6;--beige:#f6f5f0;--error:#d11e1e;--success:#077754;--green:#082223;--grey:#606D7F;--font-primary:Barlow,sans-serif;--font-secondary:Merriweather,serif;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-xbold:800;--font-weight-black:900;--body-size:1.125rem;--body-line-height:1.6245rem;--body-weight:400;--isi-title-size:1.125rem;--isi-title-line-height:1.563rem;--isi-title-weight:700;--nav-size:1rem;--nav-line-height:1.25rem;--nav-weight:500;--nav-on-weight:700;--eyebrow-size:0.875rem;--eyebrow-line-height:1.25rem;--eyebrow-weight:500;--eyebrow-signup-size:0.875rem;--eyebrow-signup-line-height:1.25rem;--eyebrow-signup-weight:600;--subnav-left-size:1rem;--subnav-left-line-height:1.25rem;--subnav-left-weight:600;--subnav-left-on-size:1rem;--subnav-left-on-line-height:1.25rem;--subnav-left-on-weight:700;--tab-size:1.25rem;--tab-line-height:1.25rem;--tab-weight:700;--tab-on-weight:700;--reference-size:0.875rem;--reference-line-height:1.25rem;--reference-weight:400;--subhead-size:1.125rem;--subhead-line-height:1.5rem;--subhead-weight:700;--error-message-size:1.125rem;--error-message-line-height:1.688rem;--error-message-weight:500;--n1-size:6.25rem;--n1-line-height:6.25rem;--n1-weight:700;--n2-size:5.625rem;--n2-line-height:5.625rem;--n2-weight:900;--n3-size:3.375rem;--n3-line-height:2.125rem;--n3-weight:700;--n4-size:1.75rem;--n4-line-height:1.75rem;--n4-weight:700;--n5-size:1.125rem;--n5-line-height:1.125rem;--n5-weight:600;--link-large-size:1.375rem;--link-large-line-height:1.375rem;--link-large-weight:900;--link-small-size:1rem;--link-small-line-height:1rem;--link-small-weight:900;--table-border-radius:0.9375rem;--table-header-size:1.5rem;--table-header-line-height:1.75rem;--table-header-weight:700;--table-title-size:1.25rem;--table-title-line-height:1.5rem;--table-title-weight:600;--table-title-mobile-size:1rem;--table-title-mobile-line-height:1.25rem;--table-cell-size:1rem;--table-cell-line-height:1.25rem;--table-cell-weight:400;--table-cell-mobile-size:0.875rem;--table-cell-mobile-line-height:1.125rem;--content-sidebar-margin-left:190px;--menu-transform:transform 200ms ease-out,top 200ms ease-out;--menu-visible-height:0px;--menu-total-height:0px;--menu-scroll-margin:max(60px,var(--menu-visible-height));}[id]{scroll-margin-top:var(--menu-scroll-margin);}.container{max-width:1140px;}.container--form{max-width:730px;}.content-pt{padding-top:calc(var(--menu-visible-height,132px) + 50px);}body.has-sub-menu .content-pt{padding-top:calc(var(--menu-visible-height,132px) + 50px + 46px);}@media (max-width:991.98px){body.has-sidebar-menu .content-pt{padding-top:calc(var(--menu-visible-height,132px) + 50px + 50px);}}body.has-sub-menu.has-sidebar-menu .content-pt{padding-top:calc(var(--menu-visible-height,132px) + 46px);}@media (max-width:991.98px){body.has-sub-menu.has-sidebar-menu .content-pt{padding-top:calc(var(--menu-visible-height,132px) + 50px + 46px);}}.content{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;}@media (min-width:992px){.content-sidebar{max-width:min(100% - var(--content-sidebar-margin-left),920px);margin-left:var(--content-sidebar-margin-left);}}a:hover{text-decoration:none;}h6,.h6,.type-h6,h5,.h5,.type-h5,h4,.h4,.type-h4,h3,.h3,.type-h3,h2,.h2,.type-h2,h1,.h1,.type-h1{font-family:var(--font-primary);color:var(--prussian-blue-medium);margin-bottom:1.25rem;}h1,.h1,.type-h1{font-size:1.9375rem;line-height:2.3125rem;font-weight:600;}@media (min-width:992px){h1,.h1,.type-h1{font-size:2.3125rem;line-height:2.875rem;}}h2,.h2,.type-h2{font-size:1.6875rem;line-height:2.0625rem;font-weight:600;}@media (min-width:992px){h2,.h2,.type-h2{font-size:2rem;line-height:2.625rem;font-weight:500;}}h3,.h3,.type-h3{font-size:1.5rem;line-height:1.75rem;font-weight:700;}@media (min-width:992px){h3,.h3,.type-h3{font-size:1.75rem;line-height:2.25rem;font-weight:500;}}h4,.h4,.type-h4{font-size:1.25rem;line-height:1.5rem;font-weight:600;}@media (min-width:992px){h4,.h4,.type-h4{font-size:1.5rem;line-height:1.875rem;font-weight:600;}}h5,.h5,.type-h5{font-size:1.125rem;line-height:1.6875rem;font-weight:600;}@media (min-width:992px){h5,.h5,.type-h5{font-size:1.375rem;line-height:1.75rem;}}h6,.h6,.type-h6{font-size:1.25rem;line-height:1.5rem;font-weight:600;}@media (min-width:992px){h6,.h6,.type-h6{font-size:1.25rem;line-height:1.5rem;font-weight:700;}}p{font-family:var(--font-primary);font-size:var(--body-size);line-height:var(--body-line-height);font-weight:var(--body-weight);margin-bottom:1.125rem;}@media (max-width:991.98px){.type-p--mobile{font-size:1.125rem;line-height:1.5rem;}}.type-link-lg,.type-link-sm{font-family:var(--font-primary);}.type-link-sm{font-size:var(--link-small-size);line-height:var(--link-small-line-height);font-weight:var(--link-small-weight);}.type-link-lg{font-size:var(--link-large-size);line-height:var(--link-large-line-height);font-weight:var(--link-large-weight);}.sub-head{font-size:var(--subhead-size);line-height:var(--subhead-line-height);font-weight:var(--subhead-weight);font-style:italic;color:var(--bronze);margin-bottom:0.5rem;}.sub-head--bronze{color:var(--bronze);}.sub-head--gold{color:var(--gold);}hr{border-top:0;height:3px;background-color:var(--cerulean-blue-accessible);margin:0 auto;opacity:1;width:100%;}ul{list-style-type:disc;padding-left:1.125rem;}ul li::marker{color:var(--prussian-blue);font-size:0.82em;}ul li ul.hyphen{padding-left:0.375rem;}ul li ul.hyphen li{list-style-type:none;padding-left:1.5rem;}ul li ul.hyphen li:before{content:"—";margin-left:-1.5rem;display:inline-block;width:1.5rem;}.section-title{color:var(--prussian-blue-medium);border-bottom:3px solid var(--gold);margin-bottom:7px;display:inline-block;padding-bottom:8px;max-width:max-content;}@media (max-width:991.98px){.section-title{font-size:27px;line-height:33px;font-weight:500;}}.section-title--bronze{border-bottom:3px solid var(--bronze);}.type-underline{font-weight:600;color:var(--cerulean-blue-accessible);border-bottom:3px solid var(--gold);margin-bottom:7px;display:inline-block;padding-bottom:8px;max-width:max-content;}.type-underline--prussian-blue{color:var(--prussian-blue);}.reference{font-size:var(--reference-size);line-height:var(--reference-line-height);font-weight:var(--reference-weight);margin-bottom:1rem;}.reference.hang{padding-left:6px;}.reference.hang sup{top:-0.35em;}.reference.hang sup:first-child,.reference.hang span:first-child{display:inline-block;text-align:center;min-width:6px;margin-left:-6px;}.btn-cta,.btn-cta-sm,.btn-cta-lg{font-family:var(--font-primary);font-style:italic;font-weight:var(--font-weight-black);text-decoration:none;position:relative;display:inline-block;color:var(--prussian-blue-medium);cursor:pointer;border-bottom:3px solid var(--rust-dark) !important;max-width:fit-content;background:transparent;border:0;padding:0;padding-bottom:4px;}.btn-cta:hover,.btn-cta-sm:hover,.btn-cta-lg:hover,.btn-cta:focus,.btn-cta-sm:focus,.btn-cta-lg:focus{border-bottom:3px solid transparent;}.btn-cta-lg{font-size:var(--link-large-size);line-height:var(--link-large-line-height);--arrow-x:0px;--arrow-y:0px;}.btn-cta-lg::after{content:"";position:absolute;top:0;right:-30px;width:24px;height:24px;background:url("/themes/custom/zepzelcapro/images/icons/icon-arrow-right2@2x.png") no-repeat;background-size:24px;transform:translateX(var(--arrow-x));transition:transform 200ms ease-out;flex-shrink:0;}.btn-cta-lg.btn-cta-down::after{background-image:url("/themes/custom/zepzelcapro/images/icons/icon-arrow-down@2x.png");transform:translateY(var(--arrow-y));transition:transform 200ms ease-out;}.btn-cta-lg:hover{border-bottom:3px solid transparent !important;}.btn-cta-lg:hover::after{transform:translateX(4px);}.btn-cta-lg.btn-cta-down:hover::after{transform:translateY(4px);}.btn-cta-lg.no-border{border-bottom:3px solid transparent !important;}.btn-cta-lg.no-border:hover{border-bottom:3px solid var(--rust-dark) !important;}.btn-cta-lg--gold{border-bottom:3px solid var(--gold) !important;color:var(--white);}.btn-cta-lg--gold:hover{border-bottom:3px solid var(--gold) !important;}.btn-cta-lg--gold.btn-cta-down::after{background-image:url("/themes/custom/zepzelcapro/images/icons/icon-arrow-down-gold@2x.png");}.btn-cta-sm{font-size:var(--link-small-size);line-height:var(--link-small-line-height);}.btn-cta-sm::after{content:"";position:absolute;top:1px;right:-20px;width:16px;height:16px;background:url("/themes/custom/zepzelcapro/images/icons/icon-arrow-right2@2x.png") no-repeat;background-size:16px;transition:transform 200ms ease-out;flex-shrink:0;}.btn-cta-sm.btn-cta-down::after{background-image:url("/themes/custom/zepzelcapro/images/icons/icon-arrow-down@2x.png");}.btn-cta-sm:hover{border-bottom:3px solid transparent !important;}.btn-cta-sm:hover::after{transform:translateX(4px);}.btn-cta-sm.btn-cta-down:hover::after{transform:translateY(2px);}.btn-cta-sm.no-arrow::after{display:none;}.btn-patient{font-family:var(--font-primary);font-weight:var(--font-weight-semibold);padding:1rem 2rem;border-radius:2rem;text-decoration:none;transition:all 200ms ease-out;border:2px solid transparent;}.btn-patient.btn-primary{background-color:var(--cerulean-blue-accessible);color:var(--white);border-color:var(--cerulean-blue-accessible);}.btn-patient.btn-primary:hover,.btn-patient.btn-primary:focus{background-color:var(--prussian-blue-medium);border-color:var(--prussian-blue-medium);color:var(--white);}.btn-patient.btn-secondary{background-color:transparent;color:var(--cerulean-blue-accessible);border-color:var(--rust);}.btn-patient.btn-secondary:hover,.btn-patient.btn-secondary:focus{background-color:var(--rust);color:var(--white);border-color:var(--rust);}.btn-collapse{padding:0;font-size:1.5rem;line-height:1.875rem;font-weight:600;text-align:left;text-decoration:none;border:none;position:relative;display:flex;align-items:flex-start;gap:10px;color:var(--prussian-blue-medium);}@media (max-width:991.98px){.btn-collapse{width:100%;justify-content:space-between;}}.btn-collapse:hover{color:var(--prussian-blue-medium);}@media (max-width:991.98px){.btn-collapse:after{content:"";width:24px;height:24px;background:url("/themes/custom/zepzelcapro/images/icons/icon-minus@2x.png") no-repeat;background-size:24px;transition:var(--menu-transform);flex-shrink:0;margin-top:5px;}.btn-collapse.collapsed:after{background-image:url("/themes/custom/zepzelcapro/images/icons/icon-plus@2x.png");}}@media (min-width:992px){.btn-collapse[data-inline-icons-initialized=true]:after{display:none;}}@media (max-width:991.98px){.btn-collapse--h4{font-size:1.25rem;line-height:1.875rem;font-weight:600;}}.btn-collapse--rust{color:var(--rust);}.btn-collapse--rust:hover{color:var(--rust);}.btn-collapse-text{display:inline;}.btn-collapse-icon{display:inline;font-size:2.036rem;font-weight:600;color:var(--rust);transition:var(--menu-transform);margin-left:0.2rem;vertical-align:middle;}@media (max-width:991.98px){.btn-collapse-icon{display:none;}}@media (min-width:992px){.btn-collapse-icon{position:relative;top:-4px;}}.btn-collapse--rust .btn-collapse-icon{color:var(--rust);}.mb-reset > *{margin-bottom:0;}.page-bg-normal{background-repeat:no-repeat;background-position:top center;background-size:100%;}.page-bg-fixed-cover{position:relative;isolation:isolate;}.page-bg-fixed-cover::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:top center;background-size:cover;}.page-bg-fixed-cover::before{background-position:top center;}@media (max-width:1399.98px){.page-bg-fixed-cover::before{background-size:1440px auto;}}@media (min-width:1400px){.page-bg-fixed-cover::before{background-size:cover;}}.page-bg-sticky{position:sticky;top:0;background-position:center;}@media (min-width:992px){.page-bg-sticky{background-attachment:fixed;}}@media (max-width:1399.98px){.page-bg-sticky{background-size:1440px auto;}}@media (min-width:1400px){.page-bg-sticky{background-size:cover;}}.page-bg-fixed{position:fixed;inset:0;width:100%;height:100vh;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:top center;background-size:cover;padding:220px 0 0 0;}@media (max-width:1399.98px){.page-bg-fixed{background-size:1440px auto;}}@media (min-width:1400px){.page-bg-fixed{background-size:cover;}}.page-bg-gradient{top:0;left:0;width:100%;height:980px;z-index:-1;pointer-events:none;position:absolute;height:980px;}.page-bg-gradient--fixed{top:0;left:0;width:100%;z-index:-1;pointer-events:none;position:fixed;height:100vh;}.page-bg-city-market-balloon{background-image:url("/themes/custom/zepzelcapro/images/bg/city-red-market-balloon@2x.png");}.page-bg-cityscape{background-image:url("/themes/custom/zepzelcapro/images/bg/bg-cityscape.png");position:fixed;width:100%;top:0;right:0;bottom:0;background-repeat:no-repeat;background-position:-1600px 0;}.page-bg-city-market-tree{background-image:url("/themes/custom/zepzelcapro/images/bg/city-market-tree@2x.png");}.page-bg-city-market-tree-people{background-image:url("/themes/custom/zepzelcapro/images/bg/city-market-tree-people@2x.png");}.page-bg-market-stand{background-image:url("/themes/custom/zepzelcapro/images/bg/bg-market-stand@2x.png");}.page-bg-orange-texture-couple{background-image:url("/themes/custom/zepzelcapro/images/bg/orange-texture-couple@2x.png");background-color:#f3e3c1;}.page-bg-orange-texture::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:top center;background-size:cover;}.page-bg-orange-texture::before{background-image:url("/themes/custom/zepzelcapro/images/bg/bg-orange-texture@2x.png");background-size:cover;}.page-bg-night-home-mountains{position:fixed;inset:0;width:100%;height:100vh;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:top center;background-size:cover;background-image:url("/themes/custom/zepzelcapro/images/bg/night-home-mountains@2x.png");background-color:var(--green);}@media (max-width:1399.98px){.page-bg-night-home-mountains{background-size:1440px auto;}}@media (min-width:1400px){.page-bg-night-home-mountains{background-size:cover;}}@media (min-width:992px){.page-bg-beach-sun-lounge{background-image:url("/themes/custom/zepzelcapro/images/bg/beach-sun-lounge@2x.png");}}@media (max-width:991.98px){.page-bg-beach-sun-lounge{background-image:url("/themes/custom/zepzelcapro/images/bg/beach-sun-mobile@2x.png");}}@media (min-width:768px) and (max-width:991.98px){.page-bg-beach-sun-lounge{background-size:990px auto;}}@media (max-width:575.98px){.page-bg-beach-sun-lounge{background-size:760px auto;}}.page-bg-beach-sun-wide{position:fixed;inset:0;width:100%;height:100vh;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:top center;background-size:cover;background-image:url("/themes/custom/zepzelcapro/images/bg/bg-beach-scene@2x.png");background-size:6325px auto;}@media (min-width:992px){.page-bg-beach-sun-wide{background-position:-1600px 0;}}@media (max-width:991.98px){.page-bg-beach-sun-wide{background-position:-3300px 0;}}.page-bg-beach-sun{background-image:url("/themes/custom/zepzelcapro/images/bg/beach-sun@2x.png");}.page-bg-efficacy{background-image:url("/themes/custom/zepzelcapro/images/hero/efficacy/hero-bg.png");background-size:5000px;background-position:-166px -125px;}@media (max-width:991.98px){.page-bg-efficacy{background-position:-761px -122px;}}.page-bg-efficacy-dark{position:fixed;inset:0;width:100%;height:100vh;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:top center;background-size:cover;z-index:0;background-image:url("/themes/custom/zepzelcapro/images/hero/efficacy/hero-bg-dark.png");background-size:5800px;background-position:-410px -200px;}@media (min-width:992px){.page-bg-efficacy-dark{background-color:#744226;}}@media (max-width:991.98px){.page-bg-efficacy-dark{background-position:-600px -182px;background-color:#f3e5c8;}}.page-bg-safety{background-image:url("/themes/custom/zepzelcapro/images/bg/bg-market@2x.png");background-position:100%;}@media (max-width:991.98px){.page-bg-safety{background-position:79%;}}@media (max-width:1399.98px){.page-bg-safety{background-size:1440px auto;}}@media (min-width:1400px){.page-bg-safety{background-size:cover;}}.page-bg-signup{background-image:url("/themes/custom/zepzelcapro/images/bg/bg-signup@2x.png");}@media (max-width:991.98px){.page-bg-signup{background-position:79% 0;}}.page-bg-negative{padding-bottom:25rem !important;margin-bottom:-18rem !important;}.bg-white-80{background:rgba(255,255,255,0.8);}.bg-wave-white{position:relative;padding:12.64vw 0 11.09vw 0;overflow:hidden;}@media (max-width:991.98px){.bg-wave-white{margin-bottom:-2rem;padding:min(12.64vw,123px) 0 min(11.09vw,108px) 0;}}@media (min-width:992px){.bg-wave-white{margin-top:-2rem;margin-bottom:-8rem;}}.bg-wave-white:before,.bg-wave-white:after{position:absolute;background-repeat:no-repeat;left:0;width:100vw;background-repeat:no-repeat;background-size:100vw auto;background-position:center;transform:translateZ(0);backface-visibility:hidden;}.bg-wave-white::before{content:"";top:0;height:12.64vw;background-image:url(/themes/custom/zepzelcapro/images/bg/wave-subtract-top@2x.png);background-position:top center;}.bg-wave-white::after{content:"";bottom:0;height:11.09vw;background-image:url(/themes/custom/zepzelcapro/images/bg/wave-subtract-bottom@2x.png);background-position:bottom center;background-size:100vw 100%;}.bg-orange-light{background-color:#f3e5c8;}.gradient-peach-to-cyan{background:linear-gradient(180deg,#fae2d2 0%,#fef2dd 10%,#faf7ea 24%,#d7ecee 59%,#d5e9ed 90%,#d5e5ec 100%) !important;}.sitemap-links{font-size:1.375rem;line-height:1.75rem;color:var(--cerulean-blue-accessible);width:100%;}.sitemap-links > ul{margin-bottom:0;}@media (min-width:992px){.sitemap-links > ul{flex:1 1 33.333%;max-width:33.333%;}}.sitemap-links > ul > li > a,.sitemap-links > ul > li > span{font-weight:700;}.sitemap-links a{color:var(--cerulean-blue-accessible);text-decoration:none;font-weight:500;}.sitemap-links a:hover{text-decoration:underline;}.sitemap-links ul ul a{font-size:20px;line-height:24px;}.card{box-shadow:var(--bs-card-box-shadow);}.nav-underline{position:relative;z-index:1;flex-wrap:nowrap;width:fit-content;}.nav-underline:after{content:"";position:absolute;height:1px;background:black;width:100%;bottom:0;left:0;bottom:2px;z-index:-1;}.nav-underline .nav-link{font-weight:700;color:var(--neutral-600);}.nav-underline .nav-link:hover{color:var(--rust);}.nav-underline--white:after{background:var(--white);}.nav-underline--white .nav-link{color:var(--white);}.nav-underline--white .nav-link:hover,.nav-underline--white .nav-link.active{color:var(--white);border-bottom-color:var(--rust);}@media (max-width:991.98px){.nav-pills{flex-wrap:nowrap;}}.nav-pills .nav-link{padding:0.9rem 1.875rem;font-weight:700;background-color:var(--white);color:var(--prussian-blue-medium);position:relative;z-index:1;}.nav-pills:not(.nav-pills--slider) .nav-item:first-child .nav-link:not(.active){border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-1.3rem;padding-right:3.175rem;z-index:0;}@media (max-width:991.98px){.nav-pills:not(.nav-pills--slider) .nav-item:first-child .nav-link:not(.active){padding-right:2.425rem;}}.nav-pills:not(.nav-pills--slider) .nav-item:last-child .nav-link:not(.active){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1.3rem;padding-left:3.175rem;z-index:0;}@media (max-width:991.98px){.nav-pills:not(.nav-pills--slider) .nav-item:last-child .nav-link:not(.active){padding-left:2.425rem;}}.nav-pills--slider{position:relative;padding:0;border-radius:40rem;background-color:var(--white);overflow:hidden;margin:0 auto;width:fit-content;}.nav-pills--slider .nav-link{background-color:transparent;color:var(--prussian-blue-medium);border-radius:40rem;transition:color 250ms ease;position:relative;z-index:1;}.nav-pills--slider .nav-link:focus{box-shadow:none;}.nav-pills--slider .nav-link:focus-visible,.nav-pills--slider .nav-link.active{color:var(--white);background-color:transparent;}.nav-pills--slider .nav-pills__slider{position:absolute;top:0;left:0;height:100%;border-radius:inherit;background-color:var(--prussian-blue-medium);transition:transform 250ms ease,width 250ms ease;z-index:0;pointer-events:none;width:0;}.tab-content.custom-fade{position:relative;display:grid;}.tab-content.custom-fade > .tab-pane{display:block;grid-area:1/1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 400ms ease-in-out,visibility 0s linear 400ms;will-change:opacity;}.tab-content.custom-fade > .tab-pane.active,.tab-content.custom-fade > .tab-pane.show{opacity:1;visibility:visible;pointer-events:auto;transition:opacity 400ms ease-in-out,visibility 0s linear 0s;}@media (prefers-reduced-motion:reduce){.tab-content.custom-fade > .tab-pane{transition:none;}}.tab-content{height:auto;min-height:0;}.tab-content > .tab-pane{height:auto;min-height:0;max-height:none;}.tab-content > .tab-pane:not(.active):not(.show){display:none !important;height:0;min-height:0;overflow:hidden;}.tab-content > .tab-pane.fade:not(.active):not(.show){display:none !important;height:0;min-height:0;overflow:hidden;}.tab-content > .tab-pane.fade.active,.tab-content > .tab-pane.fade.show{display:block !important;height:auto;}label,legend{font-family:var(--font-primary);font-size:18px;font-style:normal;font-weight:600;line-height:26px;}.footer{position:relative;z-index:998;background:var(--prussian-blue-medium);padding:40px 0;color:var(--white);}.footer ul{display:flex;justify-content:center;align-items:center;flex-direction:column;margin:0;padding:0;gap:20px;}@media (min-width:992px){.footer ul{flex-direction:row;gap:80px;}}.footer li{list-style:none;}.footer a{color:var(--white);text-decoration:underline;font-size:16px;}.footer a:hover{text-decoration:none;}.footer img{max-width:100%;}.footer-logos{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:30px 0 30px;gap:30px;}@media (min-width:992px){.footer-logos{flex-direction:row;gap:100px;}}.footer-logos a:first-child img{max-width:321px;width:100%;}.footer-logos a:last-child{order:1;}@media (min-width:992px){.footer-logos a:last-child{order:0;}}.footer-logos a:last-child img{max-width:103px;width:100%;}.footer-copyright{text-align:center;}.footer-copyright p{font-size:1rem;line-height:1.5rem;}body.hide-secondary-menu .secondary-menu,body.hide-secondary-menu .menu,body.hide-menu .secondary-menu,body.hide-menu .menu{transform:translate(0%,-100%);}body.hide-secondary-menu .sub-menu,body.hide-menu .sub-menu{top:0px;}.hero--logo{transition:opacity 300ms ease-out;}@media (min-width:992px){body.hide-logo .hero--logo{opacity:0;}}.secondary-menu,.menu{font-family:var(--font-primary);font-size:14px;font-style:normal;font-weight:700;line-height:20px;color:var(--prussian-blue-medium);position:fixed;width:100%;z-index:400;transform:translate(0%,0%);transition:var(--menu-transform);}.menu-bg{background:rgba(255,255,255,0.9);}.secondary-menu--inner{display:flex;flex-direction:column;justify-content:space-between;align-items:center;overflow:hidden;}@media (min-width:992px){.secondary-menu--inner{flex-direction:row;}}@media (max-width:991.98px){.secondary-menu--inner > div:nth-child(1){font-size:13px;font-style:normal;font-weight:700;line-height:normal;}.secondary-menu--inner > div:nth-child(2){width:100%;}.secondary-menu--inner > div:nth-child(2) ul{justify-content:center;}}.secondary-menu--inner ul{display:flex;gap:30px;}@media (max-width:991.98px){.secondary-menu--inner ul{gap:20px;padding:0;margin:0;}}.secondary-menu--inner li{list-style:none;}@media (max-width:991.98px){.secondary-menu--inner li:nth-child(3),.secondary-menu--inner li:nth-child(4){display:none;}}.secondary-menu--inner a{font-family:var(--font-primary);font-size:var(--eyebrow-size);line-height:var(--eyebrow-line-height);font-weight:var(--eyebrow-weight);font-style:normal;color:var(--prussian-blue-medium);text-decoration:none;}@media (max-width:991.98px){.secondary-menu--inner a{font-size:13px;line-height:normal;letter-spacing:-0.26px;}}.secondary-menu--sign-up-link a,.menu--sign-up-link a{font-family:var(--font-primary);font-size:var(--eyebrow-signup-size);line-height:var(--eyebrow-signup-line-height);font-style:italic;font-weight:900;text-transform:uppercase;border-bottom:3px solid var(--rust-dark);}.secondary-menu--sign-up-link a:hover,.menu--sign-up-link a:hover{text-decoration:none;border-bottom:3px solid transparent;}.menu-logo{padding:12px 0;}.menu-logo img{max-width:203px;}.menu-logo .hero--logo{display:flex;justify-content:space-between;align-items:center;}@media (max-width:1023px){.menu-logo{background:rgba(255,255,255,0.9);}}.menu-icon img{width:44px;}.menu-icon .menu-icon--open{margin-top:4px;}.menu-icon .menu-icon--close{display:none;}.menu-icon.m-open .menu-icon--open{display:none;}.menu-icon.m-open .menu-icon--close{display:block;}@media (min-width:992px){.menu-icon{display:none;}}.mobile-menu{display:none;background:var(--white);}.mobile-menu.active{display:block;}.mobile-menu a{display:block;padding:15px;text-decoration:none;font-size:16px;font-style:normal;font-weight:500;line-height:20px;color:var(--prussian-blue-medium);}.mobile-menu .mobile-menu--cta{background:var(--prussian-blue-medium);color:var(--white);font-size:14px;font-style:italic;font-weight:900;line-height:20px;text-transform:uppercase;text-align:center;padding:15px;}.mobile-menu .mobile-menu--cta a{display:inline-block;color:var(--white);padding:0 0 4px 0;border-bottom:3px solid var(--rust-dark);font-style:italic;font-weight:900;}.mobile-menu .mobile-menu--cta a:hover{border-bottom:3px solid transparent;}.mobile-menu .external-link-icon{position:relative;display:inline-block;}.mobile-menu .external-link-icon:after{position:absolute;top:50%;transform:translateY(-50%);right:-3px;content:"";width:11px;height:11px;background:url("/themes/custom/zepzelcapro/images/icons/icon-external@2x.png") no-repeat 0 0 transparent;background-size:11px 11px;}@media (min-width:992px){.mobile-menu{display:none !important;}}.primary-menu{background:#fff;}.navbar{--bs-navbar-nav-link-padding-x:0;}@media (max-width:991.98px){.navbar{padding-block:4px;}}.navbar > div{padding:0;}.navbar .navbar-brand{display:block;}.navbar .site-logo{max-width:203px;width:100%;aspect-ratio:203/60;display:block;}.navbar .navbar-nav{gap:0.938rem;}@media (min-width:992px){.navbar .navbar-nav{gap:2.25rem;}}.navbar .nav-link{font-family:var(--font-primary);font-size:var(--nav-size);font-style:normal;font-weight:var(--nav-weight);line-height:var(--nav-line-height);border-bottom:3px solid transparent;color:var(--prussian-blue-medium);width:100%;text-align:left;white-space:nowrap;}@media (min-width:992px){.navbar .nav-link:hover{font-weight:var(--nav-on-weight);color:var(--prussian-blue-medium);border-bottom:3px solid var(--rust-dark);}}.navbar .nav-link.show{font-weight:var(--nav-on-weight);color:var(--prussian-blue-medium);}@media (min-width:992px){.navbar .nav-link.show{border-bottom:3px solid var(--rust-dark);}}.navbar .nav-item.active .nav-link{font-weight:var(--nav-on-weight);}@media (min-width:992px){.navbar .nav-item.active .nav-link{color:var(--prussian-blue-medium);border-bottom:3px solid var(--rust-dark);}}@media (max-width:991.98px){.navbar .nav-item.active .nav-link{color:var(--rust);}}.navbar .btn-full-container{background-color:var(--prussian-blue-medium);margin-left:calc(var(--bs-gutter-x) * -0.5);margin-right:calc(var(--bs-gutter-x) * -0.5);height:58px;display:flex;justify-content:center;align-items:center;border-radius:0;}.navbar .btn-full-container a{color:var(--white);font-size:0.875rem;line-height:1.25rem;font-weight:800;font-style:italic;text-transform:uppercase;text-align:center;text-decoration:none;border-bottom:3px solid var(--rust-dark);}.navbar .btn-full-container:hover a{border-bottom:3px solid transparent;}.navbar .external-link-icon{position:relative;display:inline-block;}.navbar .external-link-icon::after{content:"";width:11px;height:13px;background:url("/themes/custom/zepzelcapro/images/icons/icon-external-rust.svg") no-repeat 0 0 transparent;background-size:11px;display:inline-block;margin-left:0.255em;vertical-align:-0.1em;}.navbar .dropdown-toggle::after{border:0;background:url("/themes/custom/zepzelcapro/images/icons/icon-navbar-arrow@2x.png") no-repeat 0 0 transparent;background-size:12px 7px;width:12px;height:7px;}.navbar .dropdown-toggle.show::after{transform:rotate(180deg);}.navbar .dropdown-menu{display:none;position:absolute;top:115%;left:0;z-index:1000;min-width:10rem;margin:0;font-size:1rem;color:var(--prussian-blue-medium);text-align:left;list-style:none;background-color:var(--white);background-clip:padding-box;border:none;border-radius:0.625rem;box-shadow:0 0 10px 2px rgba(0,0,0,0.15);transition:opacity 0.15s ease-in-out,visibility 0.15s ease-in-out;}@media (min-width:992px){.navbar .dropdown-menu{padding-block:10px;}}.navbar .dropdown-menu.show{display:block;opacity:1;visibility:visible;}.navbar .dropdown-menu .dropdown-item{display:block;width:100%;padding-inline:20px;padding-block:10px;clear:both;font-weight:500;color:var(--prussian-blue-medium);text-align:inherit;text-decoration:none;white-space:nowrap;background-color:transparent;border:0;transition:background-color 0.15s ease-in-out;}.navbar .dropdown-menu .dropdown-item:hover,.navbar .dropdown-menu .dropdown-item:focus{color:var(--rust);font-weight:600;text-decoration:none;}.navbar .dropdown-menu .dropdown-item.active,.navbar .dropdown-menu .dropdown-item:active{color:var(--rust);font-weight:600;}@media (min-width:992px){.navbar .dropdown:hover .dropdown-menu{display:block;opacity:1;visibility:visible;}.navbar .dropdown:hover .dropdown-toggle{font-weight:var(--nav-on-weight);color:var(--prussian-blue-medium);border-bottom:3px solid var(--rust-dark);}.navbar .dropdown:hover .dropdown-toggle::after{transform:rotate(180deg);}}.navbar .hamburger-menu{--bs-navbar-toggler-focus-width:0px;flex-direction:column;justify-content:center;align-items:center;width:30px;height:30px;background:none;border:none;cursor:pointer;padding:0;z-index:1001;gap:6px;}@media (max-width:991.98px){.navbar .hamburger-menu{display:flex;}}.navbar .hamburger-menu .hamburger-line{width:30px;height:3px;background-color:var(--prussian-blue-medium);margin:0;transition:all 0.3s ease-in-out;transform-origin:center;border-radius:4px;}.navbar .hamburger-menu:not(.collapsed) .hamburger-line:nth-child(1){transform:rotate(45deg) translate(5px,5px);}.navbar .hamburger-menu:not(.collapsed) .hamburger-line:nth-child(2){opacity:0;transform:scaleX(0);}.navbar .hamburger-menu:not(.collapsed) .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(8px,-8px);}@media (max-width:991.98px){.navbar .dropdown-toggle{cursor:pointer;-webkit-tap-highlight-color:transparent;}.navbar .dropdown-menu{position:static;float:none;width:auto;margin-top:0;background-color:transparent;border:0;box-shadow:none;display:none;}.navbar .dropdown-menu.show{display:block;position:static;transform:none;}}@media (max-width:991.98px){body.mobile-menu-open .navbar{padding-bottom:50px;}}.primary-menu--logo{padding:12px 0;}.primary-menu--logo img.site-logo{width:203px;aspect-ratio:203/60;display:block;}.primary-menu--logo a{display:block;}.primary-menu--links li{list-style:none;}.secondary-menu{position:relative;background:var(--beige);}.secondary-menu ul{margin-bottom:0;}@media (min-width:992px){.secondary-menu ul{gap:1rem;}}@media (min-width:1200px){.secondary-menu ul{gap:1.875rem;}}.secondary-menu--inner{padding:14px 0;}.secondary-menu--inner li:not(.menu--sign-up-link) a:hover{text-decoration:underline;}.sidebar-container{position:relative;z-index:3;}.sidebar{opacity:0;visibility:hidden;font-family:var(--font-primary);font-size:16px;font-style:normal;font-weight:500;line-height:20px;color:var(--prussian-blue-medium);transition:opacity 100ms ease-out;position:fixed;z-index:997;top:var(--sidebar-top-position,195px);max-height:50vh;flex:0 0 var(--content-sidebar-margin-left);padding-right:20px;}@media (min-width:992px){.sidebar{max-width:160px;}}@media (max-width:991.98px){.sidebar{box-shadow:0px 5px 10px 0px rgba(0,0,0,0.2);}}.sidebar--inner{display:flex;flex-direction:column;}@media (min-width:992px){.sidebar--inner{flex-direction:row;}}.sidebar--inner-content{flex:1 1 auto;}.sidebar.sidebar-active{opacity:1;}@media (min-width:992px){.sidebar ul{padding-left:0;}}.sidebar li{list-style:none;}@media (min-width:992px){.sidebar li{display:flex;flex-direction:column;align-items:flex-start;}.sidebar li:not(:first-child){margin:10px 0;}}.sidebar li a{display:inline-block;padding:8px 0;color:var(--prussian-blue-medium);text-decoration:none;}@media (min-width:992px){.sidebar li a{padding:8px 0 0;width:min-content;}.sidebar li a:after{content:"";display:block;width:100%;height:3px;margin-top:8px;}}@media (max-width:991.98px){.sidebar li a{border:0;}}.sidebar li a:hover,.sidebar li a.active{font-weight:700;text-decoration:none;}@media (min-width:992px){.sidebar li a:hover:after,.sidebar li a.active:after{background-color:var(--rust-dark);}}@media (min-width:992px){.sidebar{position:fixed;top:var(--sidebar-top-position,60px);}}@media (max-width:991.98px){.sidebar{top:var(--sidebar-top-position,0);left:0;width:100%;height:50px;overflow:hidden;text-align:center;padding:0;background:var(--white);}.sidebar.mobile-open{height:fit-content;}.sidebar.mobile-open a{display:inline-block !important;padding:15px 0;}.sidebar.mobile-open a.active:after{transform:rotate(180deg) translateY(50%);}.sidebar.mobile-open ul{margin-top:0;}.sidebar ul{margin:0;padding:0;margin-top:6px;}.sidebar li{margin:0;}.sidebar li a{display:none;}.sidebar li a.active{position:relative;display:inline-block;border-bottom:0;color:var(--rust-dark);}.sidebar li a.active:after{position:absolute;top:0;right:-16px;content:"";width:12px;height:7px;background:url("/themes/custom/zepzelcapro/images/icons/icon-sidebar-arrow@2x.png") no-repeat 0 0 transparent;background-size:12px 7px;top:50%;transform:translateY(-50%);}}.sidebar a{transition:color 0.3s ease,filter 0.3s ease;}.sidebar a.invert-text{color:white !important;transition:color 0.3s ease,filter 0.3s ease;}.sidebar a.invert-text:hover{color:rgba(255,255,255,0.8) !important;}.sidebar a.invert-text.active{color:white !important;}.sidebar a.invert-text.active:after{filter:brightness(0) invert(1);transition:filter 0.3s ease;}.sub-menu{position:fixed;top:130px;width:100%;color:var(--white);z-index:5;text-transform:uppercase;transform:translate(0%,0%);transition:var(--menu-transform);}@media (max-width:991.98px){.sub-menu{top:147px;}}.sub-menu .col{padding-top:13px;padding-bottom:13px;font-size:16px;font-style:normal;font-weight:700;line-height:20px;}.sub-menu--cerulean-blue-accessible{background:var(--cerulean-blue-accessible);}.sub-menu--bronze{background:var(--bronze);}.table-wrapper{width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;}@media (min-width:992px){.table-wrapper{overflow-x:visible;}}.table{--bs-table-bg:inherit;width:100%;font-size:var(--table-cell-mobile-size);line-height:var(--table-cell-mobile-line-height);font-weight:var(--table-cell-weight);font-style:normal;border-collapse:separate;border-spacing:2px;background:transparent;margin-bottom:0;}@media (min-width:992px){.table{font-size:var(--table-cell-size);line-height:var(--table-cell-line-height);}}@media (max-width:991.98px){.table{font-size:var(--table-cell-mobile-size);line-height:var(--table-cell-mobile-line-height);}}.table ul{line-height:1.25rem;}@media (max-width:991.98px){.table ul{padding-left:0.625rem;line-height:1.125rem;}}.table th,.table td{border:none;}@media (min-width:992px){.table th,.table td{padding:15px 20px;}}@media (max-width:991.98px){.table th,.table td{padding:15px 5px;}}.table th:first-child{text-align:left;padding:15px 10px;color:var(--prussian-blue-medium);}@media (min-width:992px){.table td{padding:8px 20px;}}@media (max-width:991.98px){.table td{padding:8px 10px;}.table td.mobile-small-padding{padding:8px 4px;}}@media (min-width:992px){.table td:has(ul){padding:8px 10px 8px 20px;}}.table.grouped-table tr.group-light{background:rgba(255,255,255,0.5);}.table.grouped-table tr.group-dark{background:rgba(255,255,255,0.8);}.table.grouped-table tbody tr:last-child td:last-child{border-bottom-right-radius:var(--table-border-radius);}.table.grouped-table tbody tr:has(+ tr:last-child) td[rowspan]:first-child{border-bottom-left-radius:var(--table-border-radius);}.table:not(.grouped-table) tr:nth-child(even){background:rgba(255,255,255,0.8);}.table:not(.grouped-table) tr:nth-child(odd){background:rgba(255,255,255,0.5);}.table:not(.grouped-table) tbody tr:last-child td:first-child{border-bottom-left-radius:var(--table-border-radius);}.table:not(.grouped-table) tbody tr:last-child td:last-child{border-bottom-right-radius:var(--table-border-radius);}.table.table--odd-light tr:nth-child(even){background:rgba(255,255,255,0.8) !important;}.table.table--odd-light tr:nth-child(odd){background:rgba(255,255,255,0.5) !important;}.table.table--even-light tr:nth-child(even){background:rgba(255,255,255,0.5) !important;}.table.table--even-light tr:nth-child(odd){background:rgba(255,255,255,0.8) !important;}.table--header th:first-child{width:50%;border-top-left-radius:var(--table-border-radius);background:var(--white);vertical-align:middle;}@media (min-width:992px){.table--header th:first-child{padding:15px 20px;}}.table--header th:last-child{border-top-right-radius:var(--table-border-radius);}.table--sub-header{text-align:center;}.table--sub-header td{color:var(--prussian-blue-medium);font-weight:600;}.table.wider-cols td{padding:8px 30px;}@media (min-width:576px){.table.wider-cols td{padding:8px 50px;}}.table .table-title{font-size:var(--table-title-mobile-size);line-height:var(--table-title-mobile-line-height);font-weight:var(--table-title-weight);color:var(--prussian-blue-medium);vertical-align:middle;}@media (min-width:992px){.table .table-title{font-size:var(--table-title-size);line-height:var(--table-title-line-height);}}@media (min-width:992px){.table .table-lg-title{font-size:var(--table-title-size);line-height:var(--table-title-line-height);font-weight:var(--table-title-weight);}}@media (max-width:991.98px){.table .table-lg-title{font-size:var(--table-title-mobile-size);line-height:var(--table-title-mobile-line-height);}}.table .category-header{font-weight:600;}@media (min-width:992px){.table .subcategory{padding-left:2.5rem;}}@media (max-width:991.98px){.table .subcategory{padding-left:1.25rem;}}.table ul{margin-bottom:0;}.table .bg-teal{color:var(--white) !important;background:var(--cerulean-blue-accessible) !important;font-weight:600;}.table--header th:nth-child(2){width:205px;padding-left:0;padding-right:0;}.table--header th:nth-child(3){width:205px;}.isi{position:relative;z-index:10;background:var(--white);padding:40px 0 40px;}.isi--inner{position:relative;display:flex;flex-direction:column;gap:30px;}@media (min-width:992px){.isi--inner{flex-direction:row;}}.isi--inner a:hover{text-decoration:none;}.isi--inner a:hover{text-decoration:none !important;}.isi--inner .isi--indication p{margin-bottom:0;}@media (min-width:992px){.isi--inner .isi--indication{flex:0 0 350px;}}.isi--inner .isi--content{flex:1 1 auto;}.isi p,.sticky-isi p{margin-bottom:8px;}.isi ul,.sticky-isi ul{font-size:18px;font-style:normal;font-weight:400;line-height:26px;padding-left:16px;}@media (min-width:992px){.isi ul li,.sticky-isi ul li{margin-bottom:10px;}}@media (max-width:991.98px){.isi ul li,.sticky-isi ul li{margin-bottom:9px;}}.isi ul li.sub-list,.sticky-isi ul li.sub-list{list-style:none;}.isi ul li.sub-list ul,.sticky-isi ul li.sub-list ul{padding-left:10px;}.isi ul li.sub-list li,.sticky-isi ul li.sub-list li{list-style-type:"—";padding-left:10px;}.isi ul.no-bullet,.sticky-isi ul.no-bullet{list-style:none;padding-left:0;}.isi ul.no-bullet .sub-list,.sticky-isi ul.no-bullet .sub-list{padding-left:16px;}.isi .reference,.sticky-isi .reference{margin-top:30px;}.sticky-isi{--sticky-isi-collapsed-height:216px;background:var(--white);box-shadow:0px -5px 10px 0px rgba(0,0,0,0.1);position:fixed;bottom:0;width:100%;z-index:100;height:var(--sticky-isi-collapsed-height);overflow:hidden;transition:height 100ms ease-out,opacity 100ms ease-out;}.sticky-isi .sticky-container{width:100%;margin:0 auto;padding:0 15px;}@media (min-width:1400px){.sticky-isi .sticky-container{max-width:1290px;}}@media (max-width:1399.98px){.sticky-isi .sticky-container{max-width:1140px;}}@media (min-width:992px) and (max-width:1199.98px){.sticky-isi .sticky-container{padding-left:75px;}}@media (min-width:992px){.sticky-isi--indication{flex:0 0 410px;}}@media (max-width:991.98px){.sticky-isi--indication{flex:0 0 auto;position:sticky;top:-1px;z-index:2;}}.sticky-isi.hide{opacity:0;}@media (min-width:1023px){.sticky-isi .show-mobile{display:none;}}.sticky-isi .sticky-isi--plus,.sticky-isi .sticky-isi--minus{cursor:pointer;}.sticky-isi .sticky-isi--plus{display:inline;}.sticky-isi .sticky-isi--minus{display:none;}.sticky-isi.opened{overflow:scroll;overscroll-behavior:contain;touch-action:pan-y;}.sticky-isi.opened .sticky-isi--minus{display:inline;}@media (min-width:992px){.sticky-isi.opened{height:80vh;}.sticky-isi.opened .isi-title--sticky-mobile .sticky-isi--minus{display:none;}}@media (max-width:991.98px){.sticky-isi.opened{height:70vh;}.sticky-isi.opened .isi-title--sticky .sticky-isi--minus{display:none;}}.sticky-isi.opened .sticky-isi--plus{display:none;}.sticky-isi.opened .sticky-isi--summary{margin-bottom:8px;}.isi-title{color:#0d4e69;font-size:var(--isi-title-size);line-height:var(--isi-title-line-height);font-weight:var(--isi-title-weight);font-style:normal;padding:1.2rem 0 0.938rem !important;margin:0 !important;}@media (min-width:992px){.isi-title--sticky{position:sticky;top:0;margin:0;background:#fff;z-index:2;}}@media (max-width:991.98px){.isi-title.mobile-margin-reset{margin-top:0 !important;}.isi-title--sticky-mobile{position:sticky;top:0;margin:0;background:#fff;z-index:2;}}.sticky-isi--inner{position:relative;display:flex;flex-direction:column;}@media (min-width:992px){.sticky-isi--inner{flex-direction:row;gap:30px;}}.sticky-isi--inner a:hover{text-decoration:none !important;}.sticky-isi--inner .sticky-isi--content{flex:1 1 auto;}@media (min-width:992px){.sticky-isi--inner .sticky-isi--content{padding-bottom:8px;}}@media (max-width:991.98px){.sticky-isi--inner .sticky-isi--content{padding-bottom:80px;}}.sticky-isi--inner .sticky-isi--summary{margin-bottom:0;}.sticky-isi--inner .sticky-isi--summary > p{margin:0 0 0.375rem;}.sticky-isi--inner .sticky-isi--summary > p:last-child{margin-bottom:0;}@media (max-width:991.98px){.sticky-isi--inner .sticky-isi--summary{margin-bottom:0.75rem;}}.sticky-isi--buttons{position:absolute;top:0;right:-5px;padding-inline:0;padding-top:14px;z-index:3;border:0;background:transparent;outline:none;}.sticky-isi--buttons img{width:32px;}@media (max-width:382px){.sticky-isi--buttons{right:-10px;}}@media (min-width:992px){.isi-title.mobile-title{display:none;}}body.isi-opened{overflow:hidden;}.banner-airplane--card{border-radius:0;transition:opacity 100ms ease-out;position:relative;z-index:4;}@media (min-width:992px){.banner-airplane--card{max-width:788px;left:8%;margin-top:50px;}}@media (max-width:991.98px){.banner-airplane--card{margin-top:40px;}}.banner-airplane--card:before,.banner-airplane--card:after{content:"";position:absolute;top:0;width:100%;height:100%;z-index:-1;background-repeat:no-repeat;background-size:contain;pointer-events:none;}.banner-airplane--card:before{background-image:url("/themes/custom/zepzelcapro/images/hero/banner-left.svg");background-position:center;right:99%;width:600px;}@media (min-width:992px){.banner-airplane--card:before{right:92.5%;}}@media (min-width:992px){.banner-airplane--card:after{background-image:url("/themes/custom/zepzelcapro/images/hero/banner-right.svg");top:-9%;left:88%;}}@media (max-width:991.98px){.banner-airplane--card:after{background-image:url("/themes/custom/zepzelcapro/images/hero/banner-right-mobile.svg");top:-5%;left:98%;}}.banner-airplane--card .banner-airplane--card-container{background:rgba(255,255,255,0.8);}@media (min-width:992px){.banner-airplane--card .banner-airplane--card-container{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:20px 0;padding:23px 50px;}}@media (max-width:991.98px){.banner-airplane--card .banner-airplane--card-container{padding:35px 30px;}}.banner-airplane--card hr{height:6px;background:var(--cerulean-blue);margin:0 auto;display:block;border:0;opacity:1;}@media (min-width:992px){.banner-airplane--card hr{display:none;}}.banner-airplane--card h2{text-align:center;font-style:normal;margin:0 0 8px 0;color:var(--cerulean-blue-accessible);}.banner-airplane--card h3{text-align:center;font-size:22px;font-style:normal;font-weight:600;line-height:28px;color:var(--cerulean-blue-accessible);}@media (min-width:992px){.banner-airplane--card h3{margin-bottom:0;}}@media (max-width:991.98px){.banner-airplane--card h3{margin:0 0 20px 0;}}.banner-airplane--card .banner-airplane--card--header h2{font-size:54px;font-style:normal;font-weight:700;line-height:38.5px;margin-bottom:8px;border:0;}.banner-airplane--card .banner-airplane--card--header h3{font-size:16px;font-style:normal;font-weight:700;line-height:20px;color:var(--cerulean-blue-accessible);}@media (min-width:992px){.banner-airplane--card .banner-airplane--card--header h3{font-size:20px;font-style:normal;font-weight:700;line-height:24px;}}@media (min-width:992px){.banner-airplane--card .banner-airplane--card--header{flex:0 0 auto;padding-right:20px;}}.banner-airplane--card .banner-airplane--card--content h2{border:0;margin-bottom:12px;padding-bottom:0;}@media (min-width:992px){.banner-airplane--card .banner-airplane--card--content{padding-left:20px;flex:1;border-left:6px solid var(--cerulean-blue);}}.banner-airplane--card .banner-airplane--card--content h2{text-align:left;color:#0d4e69;text-transform:none;font-weight:500;}@media (min-width:992px){.banner-airplane--card .banner-airplane--card--content h2{margin:0 0 12px 0;}}@media (max-width:991.98px){.banner-airplane--card .banner-airplane--card--content h2{margin:20px 0 12px 0;}}.banner-airplane--card .banner-airplane--card--content p{max-width:746px;margin:0;}.banner-airplane--card .banner-airplane--card--footer{width:100%;}@media (max-width:991.98px){.banner-airplane--card .banner-airplane--card--footer{margin-top:20px;}}.border-accent{color:var(--prussian-blue-medium);border-top:3px solid currentColor;border-bottom:3px solid currentColor;height:fit-content;width:fit-content;font-weight:700;margin:0 auto;}.callout-card{background:var(--cerulean-blue-accessible);color:var(--white);text-align:center;font-size:20px;font-style:normal;font-weight:600;line-height:24px;padding:10px 30px;border-radius:15px;}.callout-card--bronze{background:var(--bronze);color:var(--white);}.callout-card--gold{background:var(--gold);color:var(--prussian-blue-medium);}.callout-card--white{background:var(--white);color:var(--prussian-blue-medium);}.callout-card--peach{background:var(--peach);color:var(--prussian-blue-medium);}.callout-card--blue{background:var(--prussian-blue);color:var(--white);}.callout-card--cerulean-blue{background:var(--cerulean-blue-accessible);color:var(--white);}.callout-card br{display:none;}@media (min-width:992px){.callout-card br{display:inline;}}.callout-card.patient-counter{display:inline-block;font-size:48px;font-weight:500;line-height:46px;margin:10px 0;padding:20px 14px;}@media (max-width:991.98px){.callout-card.patient-counter{font-size:30px;line-height:36px;}}.callout-wave{position:relative;z-index:2;}.callout-wave--container{padding-top:3rem;padding-bottom:1.875rem;}.callout-wave--image{height:190px;width:255px;flex-shrink:0;}.callout-wave--image img{max-width:100%;height:auto;}.callout-wave--fpo{height:190px;width:255px;background:var(--neutral-150);border-radius:20px;}.callout-wave--content{max-width:825px;display:flex;gap:30px;}@media (min-width:992px){.callout-wave--content{flex-direction:row;}}@media (max-width:991.98px){.callout-wave--content{align-items:center;flex-direction:column;}}.callout-wave--content-inner{max-width:540px;}.category-recs--row{background-size:100%;background-repeat:no-repeat;background-position:center;font-size:var(--table-cell-size);line-height:var(--table-cell-line-height);font-weight:600;text-align:center;color:var(--white);height:39px;align-items:center;}@media (min-width:768px){.category-recs--row{background-image:url("/themes/custom/zepzelcapro/images/bg/category-recs-bg@2x.png");}}@media (max-width:767.98px){.category-recs--row{background-image:url("/themes/custom/zepzelcapro/images/bg/category-recs-bg-mobile@2x.png");}}.graph-container .graph-header{background:var(--cerulean-blue-accessible);text-align:center;color:var(--white);border-radius:15px;padding:15px 30px;}.graph-container .graph-header--prussian-med{background:var(--prussian-blue-medium);}.graph-container .graph-header h3{font-size:1.25rem;line-height:1.5rem;font-weight:500;}.graph-container .graph-header h6{font-weight:600;margin:0;}.graph-container .graph-img{position:relative;border-radius:20px;box-shadow:0 0 30px 0 rgba(0,0,0,0.1);background:var(--white);}.graph-container .graph-img img{width:100%;}@media (min-width:992px){.graph-container .graph-img img{aspect-ratio:670/370;}}.graph-container .graph-img .desktop-graph{display:flex;padding:30px;}@media (max-width:991.98px){.graph-container .graph-img .desktop-graph{display:none;}}.graph-container .graph-img .desktop-graph--pr{padding-right:7.5rem;}.graph-container .graph-img .mobile-graph{padding:15px;display:none;}.graph-container .graph-img .mobile-graph .mobile-pinch{display:flex;align-items:center;justify-content:center;gap:10px;color:var(--neutral-900);}.graph-container .graph-img .mobile-graph .mobile-pinch img{width:40px;height:40px;}.graph-container .graph-img .mobile-graph .mobile-pinch span{font-size:var(--reference-size);line-height:var(--reference-line-height);font-weight:var(--reference-weight);}@media (max-width:991.98px){.graph-container .graph-img .mobile-graph{display:flex;flex-direction:column;gap:15px;}}.graph-container .graph-callout-box{background:var(--cerulean-blue-accessible);border-radius:10px;padding:15px;display:flex;gap:10px;align-items:center;}.graph-container .graph-callout-box p{font-weight:600;color:var(--gold);font-size:0.875rem;line-height:1.125rem;margin-bottom:0;}.graph-container .graph-callout-box p span{color:var(--white);font-weight:400;}.clock-animation{display:flex;flex-direction:column;gap:30px;position:relative;}@media (min-width:992px){.clock-animation{flex-direction:row;gap:0;justify-content:center;}.clock-animation::before{content:"";position:absolute;left:50%;top:0;bottom:0;width:3px;background-color:var(--cerulean-blue-accessible);transform:translateX(-50%);}}@media (max-width:1023px){.clock-animation{position:relative;gap:60px;}.clock-animation::after{content:"";height:3px;width:130px;background:#2F7A8B;position:absolute;top:50%;left:50%;transform:translateX(-50%);}}.clock{display:flex;align-items:center;justify-content:center;flex:0 0 100%;gap:20px;}@media (min-width:992px){.clock{flex:0 0 50%;padding-right:30px;justify-content:flex-end;}}.clock .clock--icon{flex:0 0 150px;position:relative;max-width:119px;height:137px;}.clock .clock--icon--clock{position:absolute;top:0;left:0;max-width:150px;width:100%;}.clock .clock--icon--hand{position:absolute;top:24px;left:0;z-index:1;width:100%;max-width:150px;}.clock .clock--content{text-align:center;}.clock .clock--content > span:nth-child(1){color:var(--cerulean-blue-accessible);font-size:42.848px;font-style:normal;font-weight:700;line-height:26.978px;}.clock .clock--content > span:nth-child(1) > span{font-size:26.185px;font-style:normal;font-weight:700;line-height:14.283px;}.clock .clock--content > span:nth-child(3){color:var(--cerulean-blue-accessible);font-size:17.457px;font-style:normal;font-weight:600;line-height:22.217px;}.clock .clock--content > span:nth-child(5){color:var(--prussian-blue-medium);font-size:38.087px;font-style:normal;font-weight:700;line-height:26.978px;}.calendar{display:flex;align-items:center;justify-content:center;flex:0 0 100%;gap:20px;}@media (min-width:992px){.calendar{flex:0 0 50%;padding-left:30px;justify-content:flex-start;}}.calendar img{max-width:161px;width:100%;}.calendar .calendar--content{margin-bottom:0;font-size:1rem;line-height:1.25rem;color:var(--prussian-blue-medium);font-weight:600;}.calendar .calendar--icon{position:relative;max-width:127px;}.calendar .calendar--icon .day-counter{color:var(--prussian-blue-medium);position:absolute;text-align:center;top:56%;left:50%;transform:translate(-50%,-50%);font-size:59.511px;font-style:normal;font-weight:700;line-height:26.978px;}@media (max-width:991.98px){.bg-dosing-extras{display:none !important;}}.bg-dosing-extras img{transition:transform 400ms ease-out;}.bg-dosing-extras img:first-child{position:absolute;bottom:0;left:136px;transform:translateX(-286px);}.bg-dosing-extras img:last-child{position:absolute;top:580px;right:30px;transform:translateX(243px);}.bg-dosing-extras.active img:first-child{transform:translateX(0);}.bg-dosing-extras.active img:last-child{transform:translateX(0);}.copy-block{list-style-type:none;display:flex;flex-direction:column;gap:8px;padding:0;}@media (min-width:768px){.copy-block{gap:10px;}}.copy-block li{display:flex;align-items:flex-start;gap:10px;}.copy-block li *{margin-bottom:0;}.copy-block li a{color:var(--rust);font-weight:600;}.copy-block li a:hover{color:var(--rust-dark);}.copy-block li p{font-size:1.375rem;line-height:1.75rem;font-weight:600;color:var(--prussian-blue-medium);}@media (min-width:768px){.copy-block li p{font-size:1.125rem;line-height:1.625rem;}}.copy-block--image{width:32px;height:32px;display:flex;justify-content:center;align-items:center;flex-shrink:0;}.copy-block--image img{max-width:100%;height:auto;}.dosing-card{padding:15px;}@media (min-width:768px){.dosing-card{padding-inline:30px;padding-block:15px;}}.dosing-card img{max-width:35px;width:100%;height:auto;}@media (max-width:767.98px){.dosing-card .card-content{width:100%;text-align:center;}}.dosing-card .card-content p{max-width:none;width:100%;padding-bottom:0;}.efficacy-card{display:flex;flex-direction:column;}@media (min-width:992px){.efficacy-card{flex-direction:row;}.efficacy-card.card-pfsrate{}}@media (max-width:991.98px){.efficacy-card{}}.efficacy-card > div{flex:1 1 auto;display:flex;flex-direction:column;gap:20px;}@media (min-width:992px){.efficacy-card > div{flex-direction:row;gap:0;}}.efficacy-card > div > div{flex:1 1 auto;display:flex;flex-direction:column;}.efficacy-card img{max-width:115px;margin:10px auto auto 20px;position:absolute;right:20px;margin:0;}@media (max-width:991.98px){.efficacy-card img{max-width:90px;}}.efficacy-card > div:first-child{flex-direction:column;color:var(--white);}@media (max-width:991.98px){.efficacy-card > div:first-child{gap:0;}}.efficacy-card .efficacy-card--blue{background:var(--cerulean-blue-accessible);border-radius:20px;padding:40px 20px;}@media (min-width:992px){.efficacy-card .efficacy-card--blue{position:relative;flex:0 0 350px;}}.efficacy-card .efficacy-card--blue span:first-child{font-size:34px;font-style:normal;font-weight:600;line-height:34px;color:var(--gold);}.efficacy-card .efficacy-card--blue span:nth-child(2){font-family:var(--font-primary);font-size:30px;font-style:normal;font-weight:600;line-height:34px;color:#fbfdfd;margin-top:4px;}.efficacy-card .efficacy-card--white{background:var(--white);border-radius:20px;padding:30px;justify-content:space-between;flex-direction:row;}.efficacy-card .efficacy-card--white span:first-child{font-size:20px;font-style:normal;font-weight:500;line-height:1em;color:var(--cerulean-blue);}@media (max-width:991.98px){.efficacy-card .efficacy-card--white span:first-child{font-size:18px;}}.efficacy-card .efficacy-card--white span:last-child{font-size:65px;font-style:normal;font-weight:700;line-height:1em;color:var(--neutral-500);}@media (max-width:991.98px){.efficacy-card .efficacy-card--white span:last-child{font-size:48px;}}.efficacy-card .efficacy-card--white > div{border-left:3px solid var(--gold);padding-left:15px;justify-content:space-between;flex:0 0 50%;}@media (min-width:992px){.efficacy-card .efficacy-card--white > div{flex:1 1 170px;}}.efficacy-card > div:nth-child(1){background:var(--cerulean-blue-accessible);border-radius:20px;padding:28px 20px;justify-content:center;}.efficacy-card > div:nth-child(2){background:var(--white);border-radius:20px;padding:30px;}@media (max-width:991.98px){.efficacy-card > div:nth-child(2){padding:30px 20px;gap:10px;}}.eop-callout{display:flex;flex-direction:column;position:relative;z-index:1;}@media (max-width:991.98px){.eop-callout{padding-block:3.75rem;gap:3.125rem;}}@media (min-width:992px){.eop-callout--content{padding-top:10rem;padding-bottom:5rem;}.eop-callout--content.ps{padding-inline:5rem;}}.eop-callout--content-inner{display:flex;justify-content:space-between;width:100%;}@media (min-width:992px){.eop-callout--content-inner{margin-inline:auto;gap:1.875rem;}}@media (max-width:991.98px){.eop-callout--content-inner{flex-direction:column;gap:3.125rem;}}.eop-callout--cta-container{display:flex;flex-direction:column;gap:3.125rem;justify-content:center;}.eop-callout--cta h2{color:var(--cerulean-blue-accessible);margin-bottom:0.5rem;}.eop-callout--image-container{position:relative;}@media (max-width:991.98px){.eop-callout--image-container{text-align:center;}}@media (min-width:992px){.eop-callout--image-beach-buoy{position:absolute;right:19%;bottom:31px;max-width:146px;z-index:4;}}.eop-callout--image-bg{z-index:-1;}@media (min-width:992px){.eop-callout--image-bg{position:absolute;right:0;bottom:0;width:73%;max-width:920px;height:auto;}}.eop-callout--bg{background-repeat:no-repeat;}@media (min-width:992px){.eop-callout--bg{background-size:cover;background-position:center;margin-top:3.125rem;}}@media (max-width:991.98px){.eop-callout--bg{padding-block:3.75rem;background-size:cover;padding-bottom:0;}}.eop-callout--bg-orange{background-image:url(/themes/custom/zepzelcapro/images/eop-callout/eop-callout-bg@2x.png);background-repeat:no-repeat;background-size:cover;}@media (min-width:992px){.eop-callout--bg-beach{background-image:url(/themes/custom/zepzelcapro/images/eop-callout/bg-sand-bottom@2x.png);background-size:100%;background-position:center bottom;padding-bottom:7rem;}}@media (max-width:991.98px){.eop-callout--bg-beach{background-size:100%;background-position:bottom;}}.eop-callout--bg-subtract{background-image:url(/themes/custom/zepzelcapro/images/eop-callout/eop-callout-bg-subtract-inset@2x.png);background-position:top;}@media (min-width:992px){.eop-callout--bg-subtract{background-size:100%;}}@media (max-width:991.98px){.eop-callout--bg-subtract{padding-top:7.5rem;padding-bottom:5rem;background-size:200%;}}@media (min-width:992px) and (max-width:1199.98px){.graph-container{margin-right:100px;}}.graph-container .graph-img .callout{background:url(/themes/custom/zepzelcapro/images/efficacy/efficacy-chart-os-callout@2x.png) no-repeat;background-size:contain;position:absolute;right:-89px;top:39px;width:533px;height:191px;opacity:0;}.graph-container .graph-img .callout--os{background:url(/themes/custom/zepzelcapro/images/efficacy/efficacy-chart-os-callout@2x.png) no-repeat;background-size:contain;position:absolute;right:-89px;top:39px;width:533px;height:191px;}@media (min-width:992px) and (max-width:1199.98px){.graph-container .graph-img .callout--os{width:67%;top:30px;}}.graph-container .graph-img .callout--pfs{background-image:url(/themes/custom/zepzelcapro/images/efficacy/efficacy-chart-pfs-callout@2x.png);width:680px;top:50px;}@media (min-width:992px) and (max-width:1199.98px){.graph-container .graph-img .callout--pfs{width:84%;height:100%;top:37px;}}p.reference{margin:0;}.hero,.hero-contact{position:relative;}.hero .site-logo,.hero-contact .site-logo{position:relative;z-index:2;max-width:203px;}.hero h1,.hero-contact h1{font-size:22px;font-style:normal;font-weight:600;line-height:28px;color:var(--prussian-blue-medium);}.hero h1 span,.hero-contact h1 span{color:var(--cerulean-blue-accessible);}.hero h2,.hero-contact h2{font-size:38px;font-style:normal;font-weight:700;line-height:38px;text-transform:uppercase;color:var(--prussian-blue-medium);}.hero-contact > div{padding-top:60px;}.hero--content{display:flex;justify-content:space-between;flex-direction:column;}@media (min-width:992px){.hero--content{flex-direction:row;padding-inline:3rem;}}.hero--content .hero--content--one{opacity:1;position:relative;z-index:2;}.hero--content .hero--content--one h1{margin:0 0 8px 0;}.hero--content .hero--content--one p{color:var(--prussian-blue-medium);font-size:16px;font-style:normal;font-weight:500;line-height:24px;margin-top:0;max-width:430px;width:100%;margin:20px 0 0;}@media (max-width:991.98px){.hero--content .hero--content--one p{margin:50px 0 30px;}}.hero--content .hero--content--two{position:relative;z-index:2;opacity:0;display:flex;flex-direction:column;}@media (min-width:992px){.hero--content .hero--content--two{flex:0 1 373px;}}.hero--content .hero--content--two h2{font-family:"Barlow Condensed";margin:0 0 80px 0;border:0;}@media (max-width:991.98px){.hero--content .hero--content--two h2{margin-bottom:30px;}}@media (min-width:992px){.hero--content--right{flex:0 1 465px;}}.hero--content--efficacy{color:var(--white);}.hero--content--efficacy h1,.hero--content--efficacy p{color:var(--white);}.hero--content--efficacy h1{font-family:"Barlow Condensed";text-transform:uppercase;font-size:38px;font-style:normal;font-weight:700;line-height:38px;}.hero--content--small{padding-top:4rem;}.hero--content .hero--card--references{margin-top:30px;}.hero--content .hero--card--references p{font-size:14px;line-height:20px;margin:0;}@media (min-width:1024px){.hero--content .hero--card--references{flex:1 1 100%;padding:0 120px;}.hero--content .hero--card--references p{margin:0;}}.hero .container{position:relative;}.hero--scroll-more-cta{background:rgba(255,255,255,0.75);padding:8px 16px;border-radius:40px;width:190px;display:flex;justify-content:center;gap:10px;text-transform:uppercase;font-weight:bold;color:var(--prussian-blue-medium);font-size:16px;line-height:22px;border:0;}@media (min-width:992px){.hero--scroll-more-cta{position:fixed;top:calc(100vh - var(--isi-height,216px) - 25px - 20px);left:50%;transform:translate(-50%,-50%);}}@media (max-width:991.98px){.hero--scroll-more-cta{display:none;}}.hero--scroll-more-cta img{width:15px;}.hero--btn-play-pause{position:absolute;background:transparent;border:0;padding:0;width:52px;height:53px;z-index:10;outline:none;}@media (min-width:992px){.hero--btn-play-pause{margin-right:calc(var(--bs-gutter-x) * 0.5);top:calc(100vh - var(--isi-height,216px) - 254px);right:0;}}@media (max-width:991.98px){.hero--btn-play-pause{display:none;}}.hero--btn-play-pause .pause{display:none;}.hero--btn-play-pause.is-playing .play{display:none;}.hero--btn-play-pause.is-playing .pause{display:block;}: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:#082223;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-black:#000000;--bs-white:#ffffff;--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:#2f7a8b;--bs-secondary:#bf4e4e;--bs-success:#077754;--bs-info:#70aab7;--bs-warning:#c77429;--bs-danger:#d11e1e;--bs-light:#f6f5f0;--bs-dark:#103240;--bs-cerulean-blue-accessible:#2f7a8b;--bs-blue:#2f7a8b;--bs-cerulean-blue:#4995a6;--bs-cerulean-blue-medium:#70aab7;--bs-cerulean-blue-light:#d6e7eb;--bs-prussian-blue:#0d4e69;--bs-prussian-blue-dark:#103240;--bs-prussian-blue-medium:#1d4d60;--bs-rust:#bf4e4e;--bs-rust-dark:#993e3e;--bs-bronze:#c77429;--bs-gold:#fac278;--bs-peach:#f9e9d6;--bs-beige:#f6f5f0;--bs-green:#082223;--bs-grey:#606D7F;--bs-primary-rgb:47,122,139;--bs-secondary-rgb:191,78,78;--bs-success-rgb:7,119,84;--bs-info-rgb:112,170,183;--bs-warning-rgb:199,116,41;--bs-danger-rgb:209,30,30;--bs-light-rgb:246,245,240;--bs-dark-rgb:16,50,64;--bs-cerulean-blue-accessible-rgb:47,122,139;--bs-blue-rgb:47,122,139;--bs-cerulean-blue-rgb:73,149,166;--bs-cerulean-blue-medium-rgb:112,170,183;--bs-cerulean-blue-light-rgb:214,231,235;--bs-prussian-blue-rgb:13,78,105;--bs-prussian-blue-dark-rgb:16,50,64;--bs-prussian-blue-medium-rgb:29,77,96;--bs-rust-rgb:191,78,78;--bs-rust-dark-rgb:153,62,62;--bs-bronze-rgb:199,116,41;--bs-gold-rgb:250,194,120;--bs-peach-rgb:249,233,214;--bs-beige-rgb:246,245,240;--bs-green-rgb:8,34,35;--bs-grey-rgb:96,109,127;--bs-primary-text-emphasis:rgb(18.8,48.8,55.6);--bs-secondary-text-emphasis:rgb(76.4,31.2,31.2);--bs-success-text-emphasis:rgb(2.8,47.6,33.6);--bs-info-text-emphasis:rgb(44.8,68,73.2);--bs-warning-text-emphasis:rgb(79.6,46.4,16.4);--bs-danger-text-emphasis:rgb(83.6,12,12);--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:rgb(213.4,228.4,231.8);--bs-secondary-bg-subtle:rgb(242.2,219.6,219.6);--bs-success-bg-subtle:rgb(205.4,227.8,220.8);--bs-info-bg-subtle:rgb(226.4,238,240.6);--bs-warning-bg-subtle:rgb(243.8,227.2,212.2);--bs-danger-bg-subtle:rgb(245.8,210,210);--bs-light-bg-subtle:rgb(251.5,252,252.5);--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:rgb(171.8,201.8,208.6);--bs-secondary-border-subtle:rgb(229.4,184.2,184.2);--bs-success-border-subtle:rgb(155.8,200.6,186.6);--bs-info-border-subtle:rgb(197.8,221,226.2);--bs-warning-border-subtle:rgb(232.6,199.4,169.4);--bs-danger-border-subtle:rgb(236.6,165,165);--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:"Barlow",sans-serif;--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:1.125rem;--bs-body-font-weight:400;--bs-body-line-height:1.444;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#f6f5f0;--bs-body-bg-rgb:246,245,240;--bs-emphasis-color:#000000;--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:#1d4d60;--bs-link-color:#bf4e4e;--bs-link-color-rgb:191,78,78;--bs-link-decoration:underline;--bs-link-hover-color:#993e3e;--bs-link-hover-color-rgb:153,62,62;--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.625rem;--bs-border-radius-sm:0.5rem;--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(47,122,139,0.25);--bs-form-valid-color:#077754;--bs-form-valid-border-color:#077754;--bs-form-invalid-color:#d11e1e;--bs-form-invalid-border-color:#d11e1e;}[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:#ffffff;--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(130.2,175.2,185.4);--bs-secondary-text-emphasis:rgb(216.6,148.8,148.8);--bs-success-text-emphasis:rgb(106.2,173.4,152.4);--bs-info-text-emphasis:rgb(169.2,204,211.8);--bs-warning-text-emphasis:rgb(221.4,171.6,126.6);--bs-danger-text-emphasis:rgb(227.4,120,120);--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#dee2e6;--bs-primary-bg-subtle:rgb(9.4,24.4,27.8);--bs-secondary-bg-subtle:rgb(38.2,15.6,15.6);--bs-success-bg-subtle:rgb(1.4,23.8,16.8);--bs-info-bg-subtle:rgb(22.4,34,36.6);--bs-warning-bg-subtle:rgb(39.8,23.2,8.2);--bs-danger-bg-subtle:rgb(41.8,6,6);--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:rgb(28.2,73.2,83.4);--bs-secondary-border-subtle:rgb(114.6,46.8,46.8);--bs-success-border-subtle:rgb(4.2,71.4,50.4);--bs-info-border-subtle:rgb(67.2,102,109.8);--bs-warning-border-subtle:rgb(119.4,69.6,24.6);--bs-danger-border-subtle:rgb(125.4,18,18);--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:rgb(130.2,175.2,185.4);--bs-link-hover-color:rgb(155.16,191.16,199.32);--bs-link-color-rgb:130,175,185;--bs-link-hover-color-rgb:155,191,199;--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(106.8,122.4,123);--bs-form-valid-border-color:rgb(106.8,122.4,123);--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:0.25;}h6,.h6,h5,.h5,h4,.h4,h3,.h3,h2,.h2,h1,.h1{margin-top:0;margin-bottom:0.5rem;font-family:"Barlow",sans-serif;font-weight:600;line-height:1.2;color:var(--bs-heading-color);}h1,.h1{font-size:calc(1.40625rem + 1.875vw);}@media (min-width:1200px){h1,.h1{font-size:2.8125rem;}}h2,.h2{font-size:calc(1.35rem + 1.2vw);}@media (min-width:1200px){h2,.h2{font-size:2.25rem;}}h3,.h3{font-size:calc(1.321875rem + 0.8625vw);}@media (min-width:1200px){h3,.h3{font-size:1.96875rem;}}h4,.h4{font-size:calc(1.29375rem + 0.525vw);}@media (min-width:1200px){h4,.h4{font-size:1.6875rem;}}h5,.h5{font-size:calc(1.265625rem + 0.1875vw);}@media (min-width:1200px){h5,.h5{font-size:1.40625rem;}}h6,.h6{font-size:1.125rem;}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:0.5rem;margin-left:0;}blockquote{margin:0 0 1rem;}b,strong{font-weight:bolder;}small,.small{font-size:0.875em;}mark,.mark{padding:0.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:0.1875rem 0.375rem;font-size:0.875em;color:var(--bs-body-bg);background-color:var(--bs-body-color);border-radius:0.5rem;}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:0.5rem;padding-bottom:0.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:0.5rem;line-height:inherit;font-size:calc(1.275rem + 0.3vw);}@media (min-width:1200px){legend{font-size:1.5rem;}}legend + *{clear:left;}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0;}::-webkit-inner-spin-button{height:auto;}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}[type=search]::-webkit-search-cancel-button{cursor:pointer;filter:grayscale(1);}::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-color-swatch-wrapper{padding:0;}::file-selector-button{font:inherit;-webkit-appearance:button;}output{display:inline-block;}iframe{border:0;}summary{display:list-item;cursor:pointer;}progress{vertical-align:baseline;}[hidden]{display:none !important;}.lead{font-size:calc(1.265625rem + 0.1875vw);font-weight:300;}@media (min-width:1200px){.lead{font-size:1.40625rem;}}.display-1{font-weight:300;line-height:1.2;font-size:calc(1.625rem + 4.5vw);}@media (min-width:1200px){.display-1{font-size:5rem;}}.display-2{font-weight:300;line-height:1.2;font-size:calc(1.575rem + 3.9vw);}@media (min-width:1200px){.display-2{font-size:4.5rem;}}.display-3{font-weight:300;line-height:1.2;font-size:calc(1.525rem + 3.3vw);}@media (min-width:1200px){.display-3{font-size:4rem;}}.display-4{font-weight:300;line-height:1.2;font-size:calc(1.475rem + 2.7vw);}@media (min-width:1200px){.display-4{font-size:3.5rem;}}.display-5{font-weight:300;line-height:1.2;font-size:calc(1.425rem + 2.1vw);}@media (min-width:1200px){.display-5{font-size:3rem;}}.display-6{font-weight:300;line-height:1.2;font-size:calc(1.375rem + 1.5vw);}@media (min-width:1200px){.display-6{font-size:2.5rem;}}.list-unstyled{padding-left:0;list-style:none;}.list-inline{padding-left:0;list-style:none;}.list-inline-item{display:inline-block;}.list-inline-item:not(:last-child){margin-right:0.5rem;}.initialism{font-size:0.875em;text-transform:uppercase;}.blockquote{margin-bottom:1rem;font-size:calc(1.265625rem + 0.1875vw);}@media (min-width:1200px){.blockquote{font-size:1.40625rem;}}.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:0.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:0.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.875rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.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:1440px;}}: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) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.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:0.75rem;}.g-3,.gy-3{--bs-gutter-y:0.75rem;}.g-4,.gx-4{--bs-gutter-x:1rem;}.g-4,.gy-4{--bs-gutter-y:1rem;}.g-5,.gx-5{--bs-gutter-x:1.25rem;}.g-5,.gy-5{--bs-gutter-y:1.25rem;}.g-6,.gx-6{--bs-gutter-x:0.375rem;}.g-6,.gy-6{--bs-gutter-y:0.375rem;}.g-8,.gx-8{--bs-gutter-x:0.5rem;}.g-8,.gy-8{--bs-gutter-y:0.5rem;}.g-10,.gx-10{--bs-gutter-x:0.625rem;}.g-10,.gy-10{--bs-gutter-y:0.625rem;}.g-15,.gx-15{--bs-gutter-x:0.9375rem;}.g-15,.gy-15{--bs-gutter-y:0.9375rem;}.g-18,.gx-18{--bs-gutter-x:1.125rem;}.g-18,.gy-18{--bs-gutter-y:1.125rem;}.g-30,.gx-30{--bs-gutter-x:1.875rem;}.g-30,.gy-30{--bs-gutter-y:1.875rem;}.g-40,.gx-40{--bs-gutter-x:2.5rem;}.g-40,.gy-40{--bs-gutter-y:2.5rem;}.g-50,.gx-50{--bs-gutter-x:3.125rem;}.g-50,.gy-50{--bs-gutter-y:3.125rem;}.g-60,.gx-60{--bs-gutter-x:3.75rem;}.g-60,.gy-60{--bs-gutter-y:3.75rem;}.g-80,.gx-80{--bs-gutter-x:5rem;}.g-80,.gy-80{--bs-gutter-y:5rem;}.g-100,.gx-100{--bs-gutter-x:6.25rem;}.g-100,.gy-100{--bs-gutter-y:6.25rem;}.g-130,.gx-130{--bs-gutter-x:8.125rem;}.g-130,.gy-130{--bs-gutter-y:8.125rem;}.g-160,.gx-160{--bs-gutter-x:10rem;}.g-160,.gy-160{--bs-gutter-y:10rem;}.g-200,.gx-200{--bs-gutter-x:12.5rem;}.g-200,.gy-200{--bs-gutter-y:12.5rem;}.g-250,.gx-250{--bs-gutter-x:15.625rem;}.g-250,.gy-250{--bs-gutter-y:15.625rem;}@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:0.75rem;}.g-sm-3,.gy-sm-3{--bs-gutter-y:0.75rem;}.g-sm-4,.gx-sm-4{--bs-gutter-x:1rem;}.g-sm-4,.gy-sm-4{--bs-gutter-y:1rem;}.g-sm-5,.gx-sm-5{--bs-gutter-x:1.25rem;}.g-sm-5,.gy-sm-5{--bs-gutter-y:1.25rem;}.g-sm-6,.gx-sm-6{--bs-gutter-x:0.375rem;}.g-sm-6,.gy-sm-6{--bs-gutter-y:0.375rem;}.g-sm-8,.gx-sm-8{--bs-gutter-x:0.5rem;}.g-sm-8,.gy-sm-8{--bs-gutter-y:0.5rem;}.g-sm-10,.gx-sm-10{--bs-gutter-x:0.625rem;}.g-sm-10,.gy-sm-10{--bs-gutter-y:0.625rem;}.g-sm-15,.gx-sm-15{--bs-gutter-x:0.9375rem;}.g-sm-15,.gy-sm-15{--bs-gutter-y:0.9375rem;}.g-sm-18,.gx-sm-18{--bs-gutter-x:1.125rem;}.g-sm-18,.gy-sm-18{--bs-gutter-y:1.125rem;}.g-sm-30,.gx-sm-30{--bs-gutter-x:1.875rem;}.g-sm-30,.gy-sm-30{--bs-gutter-y:1.875rem;}.g-sm-40,.gx-sm-40{--bs-gutter-x:2.5rem;}.g-sm-40,.gy-sm-40{--bs-gutter-y:2.5rem;}.g-sm-50,.gx-sm-50{--bs-gutter-x:3.125rem;}.g-sm-50,.gy-sm-50{--bs-gutter-y:3.125rem;}.g-sm-60,.gx-sm-60{--bs-gutter-x:3.75rem;}.g-sm-60,.gy-sm-60{--bs-gutter-y:3.75rem;}.g-sm-80,.gx-sm-80{--bs-gutter-x:5rem;}.g-sm-80,.gy-sm-80{--bs-gutter-y:5rem;}.g-sm-100,.gx-sm-100{--bs-gutter-x:6.25rem;}.g-sm-100,.gy-sm-100{--bs-gutter-y:6.25rem;}.g-sm-130,.gx-sm-130{--bs-gutter-x:8.125rem;}.g-sm-130,.gy-sm-130{--bs-gutter-y:8.125rem;}.g-sm-160,.gx-sm-160{--bs-gutter-x:10rem;}.g-sm-160,.gy-sm-160{--bs-gutter-y:10rem;}.g-sm-200,.gx-sm-200{--bs-gutter-x:12.5rem;}.g-sm-200,.gy-sm-200{--bs-gutter-y:12.5rem;}.g-sm-250,.gx-sm-250{--bs-gutter-x:15.625rem;}.g-sm-250,.gy-sm-250{--bs-gutter-y:15.625rem;}}@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:0.75rem;}.g-md-3,.gy-md-3{--bs-gutter-y:0.75rem;}.g-md-4,.gx-md-4{--bs-gutter-x:1rem;}.g-md-4,.gy-md-4{--bs-gutter-y:1rem;}.g-md-5,.gx-md-5{--bs-gutter-x:1.25rem;}.g-md-5,.gy-md-5{--bs-gutter-y:1.25rem;}.g-md-6,.gx-md-6{--bs-gutter-x:0.375rem;}.g-md-6,.gy-md-6{--bs-gutter-y:0.375rem;}.g-md-8,.gx-md-8{--bs-gutter-x:0.5rem;}.g-md-8,.gy-md-8{--bs-gutter-y:0.5rem;}.g-md-10,.gx-md-10{--bs-gutter-x:0.625rem;}.g-md-10,.gy-md-10{--bs-gutter-y:0.625rem;}.g-md-15,.gx-md-15{--bs-gutter-x:0.9375rem;}.g-md-15,.gy-md-15{--bs-gutter-y:0.9375rem;}.g-md-18,.gx-md-18{--bs-gutter-x:1.125rem;}.g-md-18,.gy-md-18{--bs-gutter-y:1.125rem;}.g-md-30,.gx-md-30{--bs-gutter-x:1.875rem;}.g-md-30,.gy-md-30{--bs-gutter-y:1.875rem;}.g-md-40,.gx-md-40{--bs-gutter-x:2.5rem;}.g-md-40,.gy-md-40{--bs-gutter-y:2.5rem;}.g-md-50,.gx-md-50{--bs-gutter-x:3.125rem;}.g-md-50,.gy-md-50{--bs-gutter-y:3.125rem;}.g-md-60,.gx-md-60{--bs-gutter-x:3.75rem;}.g-md-60,.gy-md-60{--bs-gutter-y:3.75rem;}.g-md-80,.gx-md-80{--bs-gutter-x:5rem;}.g-md-80,.gy-md-80{--bs-gutter-y:5rem;}.g-md-100,.gx-md-100{--bs-gutter-x:6.25rem;}.g-md-100,.gy-md-100{--bs-gutter-y:6.25rem;}.g-md-130,.gx-md-130{--bs-gutter-x:8.125rem;}.g-md-130,.gy-md-130{--bs-gutter-y:8.125rem;}.g-md-160,.gx-md-160{--bs-gutter-x:10rem;}.g-md-160,.gy-md-160{--bs-gutter-y:10rem;}.g-md-200,.gx-md-200{--bs-gutter-x:12.5rem;}.g-md-200,.gy-md-200{--bs-gutter-y:12.5rem;}.g-md-250,.gx-md-250{--bs-gutter-x:15.625rem;}.g-md-250,.gy-md-250{--bs-gutter-y:15.625rem;}}@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:0.75rem;}.g-lg-3,.gy-lg-3{--bs-gutter-y:0.75rem;}.g-lg-4,.gx-lg-4{--bs-gutter-x:1rem;}.g-lg-4,.gy-lg-4{--bs-gutter-y:1rem;}.g-lg-5,.gx-lg-5{--bs-gutter-x:1.25rem;}.g-lg-5,.gy-lg-5{--bs-gutter-y:1.25rem;}.g-lg-6,.gx-lg-6{--bs-gutter-x:0.375rem;}.g-lg-6,.gy-lg-6{--bs-gutter-y:0.375rem;}.g-lg-8,.gx-lg-8{--bs-gutter-x:0.5rem;}.g-lg-8,.gy-lg-8{--bs-gutter-y:0.5rem;}.g-lg-10,.gx-lg-10{--bs-gutter-x:0.625rem;}.g-lg-10,.gy-lg-10{--bs-gutter-y:0.625rem;}.g-lg-15,.gx-lg-15{--bs-gutter-x:0.9375rem;}.g-lg-15,.gy-lg-15{--bs-gutter-y:0.9375rem;}.g-lg-18,.gx-lg-18{--bs-gutter-x:1.125rem;}.g-lg-18,.gy-lg-18{--bs-gutter-y:1.125rem;}.g-lg-30,.gx-lg-30{--bs-gutter-x:1.875rem;}.g-lg-30,.gy-lg-30{--bs-gutter-y:1.875rem;}.g-lg-40,.gx-lg-40{--bs-gutter-x:2.5rem;}.g-lg-40,.gy-lg-40{--bs-gutter-y:2.5rem;}.g-lg-50,.gx-lg-50{--bs-gutter-x:3.125rem;}.g-lg-50,.gy-lg-50{--bs-gutter-y:3.125rem;}.g-lg-60,.gx-lg-60{--bs-gutter-x:3.75rem;}.g-lg-60,.gy-lg-60{--bs-gutter-y:3.75rem;}.g-lg-80,.gx-lg-80{--bs-gutter-x:5rem;}.g-lg-80,.gy-lg-80{--bs-gutter-y:5rem;}.g-lg-100,.gx-lg-100{--bs-gutter-x:6.25rem;}.g-lg-100,.gy-lg-100{--bs-gutter-y:6.25rem;}.g-lg-130,.gx-lg-130{--bs-gutter-x:8.125rem;}.g-lg-130,.gy-lg-130{--bs-gutter-y:8.125rem;}.g-lg-160,.gx-lg-160{--bs-gutter-x:10rem;}.g-lg-160,.gy-lg-160{--bs-gutter-y:10rem;}.g-lg-200,.gx-lg-200{--bs-gutter-x:12.5rem;}.g-lg-200,.gy-lg-200{--bs-gutter-y:12.5rem;}.g-lg-250,.gx-lg-250{--bs-gutter-x:15.625rem;}.g-lg-250,.gy-lg-250{--bs-gutter-y:15.625rem;}}@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:0.75rem;}.g-xl-3,.gy-xl-3{--bs-gutter-y:0.75rem;}.g-xl-4,.gx-xl-4{--bs-gutter-x:1rem;}.g-xl-4,.gy-xl-4{--bs-gutter-y:1rem;}.g-xl-5,.gx-xl-5{--bs-gutter-x:1.25rem;}.g-xl-5,.gy-xl-5{--bs-gutter-y:1.25rem;}.g-xl-6,.gx-xl-6{--bs-gutter-x:0.375rem;}.g-xl-6,.gy-xl-6{--bs-gutter-y:0.375rem;}.g-xl-8,.gx-xl-8{--bs-gutter-x:0.5rem;}.g-xl-8,.gy-xl-8{--bs-gutter-y:0.5rem;}.g-xl-10,.gx-xl-10{--bs-gutter-x:0.625rem;}.g-xl-10,.gy-xl-10{--bs-gutter-y:0.625rem;}.g-xl-15,.gx-xl-15{--bs-gutter-x:0.9375rem;}.g-xl-15,.gy-xl-15{--bs-gutter-y:0.9375rem;}.g-xl-18,.gx-xl-18{--bs-gutter-x:1.125rem;}.g-xl-18,.gy-xl-18{--bs-gutter-y:1.125rem;}.g-xl-30,.gx-xl-30{--bs-gutter-x:1.875rem;}.g-xl-30,.gy-xl-30{--bs-gutter-y:1.875rem;}.g-xl-40,.gx-xl-40{--bs-gutter-x:2.5rem;}.g-xl-40,.gy-xl-40{--bs-gutter-y:2.5rem;}.g-xl-50,.gx-xl-50{--bs-gutter-x:3.125rem;}.g-xl-50,.gy-xl-50{--bs-gutter-y:3.125rem;}.g-xl-60,.gx-xl-60{--bs-gutter-x:3.75rem;}.g-xl-60,.gy-xl-60{--bs-gutter-y:3.75rem;}.g-xl-80,.gx-xl-80{--bs-gutter-x:5rem;}.g-xl-80,.gy-xl-80{--bs-gutter-y:5rem;}.g-xl-100,.gx-xl-100{--bs-gutter-x:6.25rem;}.g-xl-100,.gy-xl-100{--bs-gutter-y:6.25rem;}.g-xl-130,.gx-xl-130{--bs-gutter-x:8.125rem;}.g-xl-130,.gy-xl-130{--bs-gutter-y:8.125rem;}.g-xl-160,.gx-xl-160{--bs-gutter-x:10rem;}.g-xl-160,.gy-xl-160{--bs-gutter-y:10rem;}.g-xl-200,.gx-xl-200{--bs-gutter-x:12.5rem;}.g-xl-200,.gy-xl-200{--bs-gutter-y:12.5rem;}.g-xl-250,.gx-xl-250{--bs-gutter-x:15.625rem;}.g-xl-250,.gy-xl-250{--bs-gutter-y:15.625rem;}}@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:0.75rem;}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:0.75rem;}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1rem;}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1rem;}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:1.25rem;}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:1.25rem;}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:0.375rem;}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:0.375rem;}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:0.5rem;}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:0.5rem;}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:0.625rem;}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:0.625rem;}.g-xxl-15,.gx-xxl-15{--bs-gutter-x:0.9375rem;}.g-xxl-15,.gy-xxl-15{--bs-gutter-y:0.9375rem;}.g-xxl-18,.gx-xxl-18{--bs-gutter-x:1.125rem;}.g-xxl-18,.gy-xxl-18{--bs-gutter-y:1.125rem;}.g-xxl-30,.gx-xxl-30{--bs-gutter-x:1.875rem;}.g-xxl-30,.gy-xxl-30{--bs-gutter-y:1.875rem;}.g-xxl-40,.gx-xxl-40{--bs-gutter-x:2.5rem;}.g-xxl-40,.gy-xxl-40{--bs-gutter-y:2.5rem;}.g-xxl-50,.gx-xxl-50{--bs-gutter-x:3.125rem;}.g-xxl-50,.gy-xxl-50{--bs-gutter-y:3.125rem;}.g-xxl-60,.gx-xxl-60{--bs-gutter-x:3.75rem;}.g-xxl-60,.gy-xxl-60{--bs-gutter-y:3.75rem;}.g-xxl-80,.gx-xxl-80{--bs-gutter-x:5rem;}.g-xxl-80,.gy-xxl-80{--bs-gutter-y:5rem;}.g-xxl-100,.gx-xxl-100{--bs-gutter-x:6.25rem;}.g-xxl-100,.gy-xxl-100{--bs-gutter-y:6.25rem;}.g-xxl-130,.gx-xxl-130{--bs-gutter-x:8.125rem;}.g-xxl-130,.gy-xxl-130{--bs-gutter-y:8.125rem;}.g-xxl-160,.gx-xxl-160{--bs-gutter-x:10rem;}.g-xxl-160,.gy-xxl-160{--bs-gutter-y:10rem;}.g-xxl-200,.gx-xxl-200{--bs-gutter-x:12.5rem;}.g-xxl-200,.gy-xxl-200{--bs-gutter-y:12.5rem;}.g-xxl-250,.gx-xxl-250{--bs-gutter-x:15.625rem;}.g-xxl-250,.gy-xxl-250{--bs-gutter-y:15.625rem;}}.clearfix::after{display:block;clear:both;content:"";}.text-bg-primary{color:#ffffff !important;background-color:RGBA(var(--bs-primary-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-secondary{color:#ffffff !important;background-color:RGBA(var(--bs-secondary-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-success{color:#ffffff !important;background-color:RGBA(var(--bs-success-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-info{color:#000000 !important;background-color:RGBA(var(--bs-info-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-warning{color:#000000 !important;background-color:RGBA(var(--bs-warning-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-danger{color:#ffffff !important;background-color:RGBA(var(--bs-danger-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-light{color:#000000 !important;background-color:RGBA(var(--bs-light-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-dark{color:#ffffff !important;background-color:RGBA(var(--bs-dark-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-cerulean-blue-accessible{color:#ffffff !important;background-color:RGBA(var(--bs-cerulean-blue-accessible-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-blue{color:#ffffff !important;background-color:RGBA(var(--bs-blue-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-cerulean-blue{color:#000000 !important;background-color:RGBA(var(--bs-cerulean-blue-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-cerulean-blue-medium{color:#000000 !important;background-color:RGBA(var(--bs-cerulean-blue-medium-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-cerulean-blue-light{color:#000000 !important;background-color:RGBA(var(--bs-cerulean-blue-light-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-prussian-blue{color:#ffffff !important;background-color:RGBA(var(--bs-prussian-blue-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-prussian-blue-dark{color:#ffffff !important;background-color:RGBA(var(--bs-prussian-blue-dark-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-prussian-blue-medium{color:#ffffff !important;background-color:RGBA(var(--bs-prussian-blue-medium-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-rust{color:#ffffff !important;background-color:RGBA(var(--bs-rust-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-rust-dark{color:#ffffff !important;background-color:RGBA(var(--bs-rust-dark-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-bronze{color:#000000 !important;background-color:RGBA(var(--bs-bronze-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-gold{color:#000000 !important;background-color:RGBA(var(--bs-gold-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-peach{color:#000000 !important;background-color:RGBA(var(--bs-peach-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-beige{color:#000000 !important;background-color:RGBA(var(--bs-beige-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-green{color:#ffffff !important;background-color:RGBA(var(--bs-green-rgb),var(--bs-bg-opacity,1)) !important;}.text-bg-grey{color:#ffffff !important;background-color:RGBA(var(--bs-grey-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(38,98,111,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(38,98,111,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(153,62,62,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(153,62,62,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(6,95,67,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(6,95,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(141,187,197,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(141,187,197,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(210,144,84,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(210,144,84,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(167,24,24,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(167,24,24,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(248,247,243,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(248,247,243,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(13,40,51,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(13,40,51,var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue-accessible{color:RGBA(var(--bs-cerulean-blue-accessible-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-cerulean-blue-accessible-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue-accessible:hover,.link-cerulean-blue-accessible:focus{color:RGBA(38,98,111,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(38,98,111,var(--bs-link-underline-opacity,1)) !important;}.link-blue{color:RGBA(var(--bs-blue-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-blue-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-blue:hover,.link-blue:focus{color:RGBA(38,98,111,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(38,98,111,var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue{color:RGBA(var(--bs-cerulean-blue-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-cerulean-blue-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue:hover,.link-cerulean-blue:focus{color:RGBA(109,170,184,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(109,170,184,var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue-medium{color:RGBA(var(--bs-cerulean-blue-medium-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-cerulean-blue-medium-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue-medium:hover,.link-cerulean-blue-medium:focus{color:RGBA(141,187,197,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(141,187,197,var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue-light{color:RGBA(var(--bs-cerulean-blue-light-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-cerulean-blue-light-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-cerulean-blue-light:hover,.link-cerulean-blue-light:focus{color:RGBA(222,236,239,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(222,236,239,var(--bs-link-underline-opacity,1)) !important;}.link-prussian-blue{color:RGBA(var(--bs-prussian-blue-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-prussian-blue-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-prussian-blue:hover,.link-prussian-blue:focus{color:RGBA(10,62,84,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(10,62,84,var(--bs-link-underline-opacity,1)) !important;}.link-prussian-blue-dark{color:RGBA(var(--bs-prussian-blue-dark-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-prussian-blue-dark-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-prussian-blue-dark:hover,.link-prussian-blue-dark:focus{color:RGBA(13,40,51,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(13,40,51,var(--bs-link-underline-opacity,1)) !important;}.link-prussian-blue-medium{color:RGBA(var(--bs-prussian-blue-medium-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-prussian-blue-medium-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-prussian-blue-medium:hover,.link-prussian-blue-medium:focus{color:RGBA(23,62,77,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(23,62,77,var(--bs-link-underline-opacity,1)) !important;}.link-rust{color:RGBA(var(--bs-rust-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-rust-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-rust:hover,.link-rust:focus{color:RGBA(153,62,62,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(153,62,62,var(--bs-link-underline-opacity,1)) !important;}.link-rust-dark{color:RGBA(var(--bs-rust-dark-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-rust-dark-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-rust-dark:hover,.link-rust-dark:focus{color:RGBA(122,50,50,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(122,50,50,var(--bs-link-underline-opacity,1)) !important;}.link-bronze{color:RGBA(var(--bs-bronze-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-bronze-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-bronze:hover,.link-bronze:focus{color:RGBA(210,144,84,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(210,144,84,var(--bs-link-underline-opacity,1)) !important;}.link-gold{color:RGBA(var(--bs-gold-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-gold-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-gold:hover,.link-gold:focus{color:RGBA(251,206,147,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(251,206,147,var(--bs-link-underline-opacity,1)) !important;}.link-peach{color:RGBA(var(--bs-peach-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-peach-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-peach:hover,.link-peach:focus{color:RGBA(250,237,222,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(250,237,222,var(--bs-link-underline-opacity,1)) !important;}.link-beige{color:RGBA(var(--bs-beige-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-beige-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-beige:hover,.link-beige:focus{color:RGBA(248,247,243,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(248,247,243,var(--bs-link-underline-opacity,1)) !important;}.link-green{color:RGBA(var(--bs-green-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-green-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-green:hover,.link-green:focus{color:RGBA(6,27,28,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(6,27,28,var(--bs-link-underline-opacity,1)) !important;}.link-grey{color:RGBA(var(--bs-grey-rgb),var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(var(--bs-grey-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-grey:hover,.link-grey:focus{color:RGBA(77,87,102,var(--bs-link-opacity,1)) !important;text-decoration-color:RGBA(77,87,102,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:0.375rem;align-items:center;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-opacity,0.5));text-underline-offset:0.25em;backface-visibility:hidden;}.icon-link > .bi{flex-shrink:0;width:1em;height:1em;fill:currentcolor;transition:0.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;}.visually-hidden *,.visually-hidden-focusable:not(:focus):not(:focus-within) *{overflow:hidden !important;}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:"";}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}.vr{display:inline-block;align-self:stretch;width:var(--bs-border-width);min-height:1em;background-color:currentcolor;opacity:0.25;}.fade{transition:opacity 0.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 0.35s ease;}@media (prefers-reduced-motion:reduce){.collapsing{transition:none;}}.collapsing.collapse-horizontal{width:0;height:auto;transition:width 0.35s ease;}@media (prefers-reduced-motion:reduce){.collapsing.collapse-horizontal{transition:none;}}.btn{--bs-btn-padding-x:1rem;--bs-btn-padding-y:0.5rem;--bs-btn-font-family:;--bs-btn-font-size:1.125rem;--bs-btn-font-weight:700;--bs-btn-line-height:1.444;--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:0.625rem;--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 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;}@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:#ffffff;--bs-btn-bg:#2f7a8b;--bs-btn-border-color:#2f7a8b;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(39.95,103.7,118.15);--bs-btn-hover-border-color:rgb(37.6,97.6,111.2);--bs-btn-focus-shadow-rgb:78,142,156;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(37.6,97.6,111.2);--bs-btn-active-border-color:rgb(35.25,91.5,104.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#2f7a8b;--bs-btn-disabled-border-color:#2f7a8b;}.btn-secondary{--bs-btn-color:#ffffff;--bs-btn-bg:#bf4e4e;--bs-btn-border-color:#bf4e4e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(162.35,66.3,66.3);--bs-btn-hover-border-color:rgb(152.8,62.4,62.4);--bs-btn-focus-shadow-rgb:201,105,105;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(152.8,62.4,62.4);--bs-btn-active-border-color:rgb(143.25,58.5,58.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#bf4e4e;--bs-btn-disabled-border-color:#bf4e4e;}.btn-success{--bs-btn-color:#ffffff;--bs-btn-bg:#077754;--bs-btn-border-color:#077754;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(5.95,101.15,71.4);--bs-btn-hover-border-color:rgb(5.6,95.2,67.2);--bs-btn-focus-shadow-rgb:44,139,110;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(5.6,95.2,67.2);--bs-btn-active-border-color:rgb(5.25,89.25,63);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#077754;--bs-btn-disabled-border-color:#077754;}.btn-info{--bs-btn-color:#000000;--bs-btn-bg:#70aab7;--bs-btn-border-color:#70aab7;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(133.45,182.75,193.8);--bs-btn-hover-border-color:rgb(126.3,178.5,190.2);--bs-btn-focus-shadow-rgb:95,145,156;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(140.6,187,197.4);--bs-btn-active-border-color:rgb(126.3,178.5,190.2);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#70aab7;--bs-btn-disabled-border-color:#70aab7;}.btn-warning{--bs-btn-color:#000000;--bs-btn-bg:#c77429;--bs-btn-border-color:#c77429;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(207.4,136.85,73.1);--bs-btn-hover-border-color:rgb(204.6,129.9,62.4);--bs-btn-focus-shadow-rgb:169,99,35;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(210.2,143.8,83.8);--bs-btn-active-border-color:rgb(204.6,129.9,62.4);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#c77429;--bs-btn-disabled-border-color:#c77429;}.btn-danger{--bs-btn-color:#ffffff;--bs-btn-bg:#d11e1e;--bs-btn-border-color:#d11e1e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(177.65,25.5,25.5);--bs-btn-hover-border-color:rgb(167.2,24,24);--bs-btn-focus-shadow-rgb:216,64,64;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(167.2,24,24);--bs-btn-active-border-color:rgb(156.75,22.5,22.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#d11e1e;--bs-btn-disabled-border-color:#d11e1e;}.btn-light{--bs-btn-color:#000000;--bs-btn-bg:#f6f5f0;--bs-btn-border-color:#f6f5f0;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(209.1,208.25,204);--bs-btn-hover-border-color:rgb(196.8,196,192);--bs-btn-focus-shadow-rgb:209,208,204;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(196.8,196,192);--bs-btn-active-border-color:rgb(184.5,183.75,180);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#f6f5f0;--bs-btn-disabled-border-color:#f6f5f0;}.btn-dark{--bs-btn-color:#ffffff;--bs-btn-bg:#103240;--bs-btn-border-color:#103240;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(51.85,80.75,92.65);--bs-btn-hover-border-color:rgb(39.9,70.5,83.1);--bs-btn-focus-shadow-rgb:52,81,93;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(63.8,91,102.2);--bs-btn-active-border-color:rgb(39.9,70.5,83.1);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#103240;--bs-btn-disabled-border-color:#103240;}.btn-cerulean-blue-accessible{--bs-btn-color:#ffffff;--bs-btn-bg:#2f7a8b;--bs-btn-border-color:#2f7a8b;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(39.95,103.7,118.15);--bs-btn-hover-border-color:rgb(37.6,97.6,111.2);--bs-btn-focus-shadow-rgb:78,142,156;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(37.6,97.6,111.2);--bs-btn-active-border-color:rgb(35.25,91.5,104.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#2f7a8b;--bs-btn-disabled-border-color:#2f7a8b;}.btn-blue{--bs-btn-color:#ffffff;--bs-btn-bg:#2f7a8b;--bs-btn-border-color:#2f7a8b;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(39.95,103.7,118.15);--bs-btn-hover-border-color:rgb(37.6,97.6,111.2);--bs-btn-focus-shadow-rgb:78,142,156;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(37.6,97.6,111.2);--bs-btn-active-border-color:rgb(35.25,91.5,104.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#2f7a8b;--bs-btn-disabled-border-color:#2f7a8b;}.btn-cerulean-blue{--bs-btn-color:#000000;--bs-btn-bg:#4995a6;--bs-btn-border-color:#4995a6;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(100.3,164.9,179.35);--bs-btn-hover-border-color:rgb(91.2,159.6,174.9);--bs-btn-focus-shadow-rgb:62,127,141;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(109.4,170.2,183.8);--bs-btn-active-border-color:rgb(91.2,159.6,174.9);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#4995a6;--bs-btn-disabled-border-color:#4995a6;}.btn-cerulean-blue-medium{--bs-btn-color:#000000;--bs-btn-bg:#70aab7;--bs-btn-border-color:#70aab7;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(133.45,182.75,193.8);--bs-btn-hover-border-color:rgb(126.3,178.5,190.2);--bs-btn-focus-shadow-rgb:95,145,156;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(140.6,187,197.4);--bs-btn-active-border-color:rgb(126.3,178.5,190.2);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#70aab7;--bs-btn-disabled-border-color:#70aab7;}.btn-cerulean-blue-light{--bs-btn-color:#000000;--bs-btn-bg:#d6e7eb;--bs-btn-border-color:#d6e7eb;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(220.15,234.6,238);--bs-btn-hover-border-color:rgb(218.1,233.4,237);--bs-btn-focus-shadow-rgb:182,196,200;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(222.2,235.8,239);--bs-btn-active-border-color:rgb(218.1,233.4,237);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#d6e7eb;--bs-btn-disabled-border-color:#d6e7eb;}.btn-prussian-blue{--bs-btn-color:#ffffff;--bs-btn-bg:#0d4e69;--bs-btn-border-color:#0d4e69;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(11.05,66.3,89.25);--bs-btn-hover-border-color:rgb(10.4,62.4,84);--bs-btn-focus-shadow-rgb:49,105,128;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(10.4,62.4,84);--bs-btn-active-border-color:rgb(9.75,58.5,78.75);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#0d4e69;--bs-btn-disabled-border-color:#0d4e69;}.btn-prussian-blue-dark{--bs-btn-color:#ffffff;--bs-btn-bg:#103240;--bs-btn-border-color:#103240;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(13.6,42.5,54.4);--bs-btn-hover-border-color:rgb(12.8,40,51.2);--bs-btn-focus-shadow-rgb:52,81,93;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(12.8,40,51.2);--bs-btn-active-border-color:rgb(12,37.5,48);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#103240;--bs-btn-disabled-border-color:#103240;}.btn-prussian-blue-medium{--bs-btn-color:#ffffff;--bs-btn-bg:#1d4d60;--bs-btn-border-color:#1d4d60;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(24.65,65.45,81.6);--bs-btn-hover-border-color:rgb(23.2,61.6,76.8);--bs-btn-focus-shadow-rgb:63,104,120;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(23.2,61.6,76.8);--bs-btn-active-border-color:rgb(21.75,57.75,72);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#1d4d60;--bs-btn-disabled-border-color:#1d4d60;}.btn-rust{--bs-btn-color:#ffffff;--bs-btn-bg:#bf4e4e;--bs-btn-border-color:#bf4e4e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(162.35,66.3,66.3);--bs-btn-hover-border-color:rgb(152.8,62.4,62.4);--bs-btn-focus-shadow-rgb:201,105,105;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(152.8,62.4,62.4);--bs-btn-active-border-color:rgb(143.25,58.5,58.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#bf4e4e;--bs-btn-disabled-border-color:#bf4e4e;}.btn-rust-dark{--bs-btn-color:#ffffff;--bs-btn-bg:#993e3e;--bs-btn-border-color:#993e3e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(130.05,52.7,52.7);--bs-btn-hover-border-color:rgb(122.4,49.6,49.6);--bs-btn-focus-shadow-rgb:168,91,91;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(122.4,49.6,49.6);--bs-btn-active-border-color:rgb(114.75,46.5,46.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#993e3e;--bs-btn-disabled-border-color:#993e3e;}.btn-bronze{--bs-btn-color:#000000;--bs-btn-bg:#c77429;--bs-btn-border-color:#c77429;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(207.4,136.85,73.1);--bs-btn-hover-border-color:rgb(204.6,129.9,62.4);--bs-btn-focus-shadow-rgb:169,99,35;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(210.2,143.8,83.8);--bs-btn-active-border-color:rgb(204.6,129.9,62.4);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#c77429;--bs-btn-disabled-border-color:#c77429;}.btn-gold{--bs-btn-color:#000000;--bs-btn-bg:#fac278;--bs-btn-border-color:#fac278;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(250.75,203.15,140.25);--bs-btn-hover-border-color:rgb(250.5,200.1,133.5);--bs-btn-focus-shadow-rgb:213,165,102;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(251,206.2,147);--bs-btn-active-border-color:rgb(250.5,200.1,133.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#fac278;--bs-btn-disabled-border-color:#fac278;}.btn-peach{--bs-btn-color:#000000;--bs-btn-bg:#f9e9d6;--bs-btn-border-color:#f9e9d6;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(249.9,236.3,220.15);--bs-btn-hover-border-color:rgb(249.6,235.2,218.1);--bs-btn-focus-shadow-rgb:212,198,182;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(250.2,237.4,222.2);--bs-btn-active-border-color:rgb(249.6,235.2,218.1);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#f9e9d6;--bs-btn-disabled-border-color:#f9e9d6;}.btn-beige{--bs-btn-color:#000000;--bs-btn-bg:#f6f5f0;--bs-btn-border-color:#f6f5f0;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:rgb(247.35,246.5,242.25);--bs-btn-hover-border-color:rgb(246.9,246,241.5);--bs-btn-focus-shadow-rgb:209,208,204;--bs-btn-active-color:#000000;--bs-btn-active-bg:rgb(247.8,247,243);--bs-btn-active-border-color:rgb(246.9,246,241.5);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:#f6f5f0;--bs-btn-disabled-border-color:#f6f5f0;}.btn-green{--bs-btn-color:#ffffff;--bs-btn-bg:#082223;--bs-btn-border-color:#082223;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(6.8,28.9,29.75);--bs-btn-hover-border-color:rgb(6.4,27.2,28);--bs-btn-focus-shadow-rgb:45,67,68;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(6.4,27.2,28);--bs-btn-active-border-color:rgb(6,25.5,26.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#082223;--bs-btn-disabled-border-color:#082223;}.btn-grey{--bs-btn-color:#ffffff;--bs-btn-bg:#606D7F;--bs-btn-border-color:#606D7F;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:rgb(81.6,92.65,107.95);--bs-btn-hover-border-color:rgb(76.8,87.2,101.6);--bs-btn-focus-shadow-rgb:120,131,146;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:rgb(76.8,87.2,101.6);--bs-btn-active-border-color:rgb(72,81.75,95.25);--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffffff;--bs-btn-disabled-bg:#606D7F;--bs-btn-disabled-border-color:#606D7F;}.btn-outline-primary{--bs-btn-color:#2f7a8b;--bs-btn-border-color:#2f7a8b;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#2f7a8b;--bs-btn-hover-border-color:#2f7a8b;--bs-btn-focus-shadow-rgb:47,122,139;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#2f7a8b;--bs-btn-active-border-color:#2f7a8b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#2f7a8b;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#2f7a8b;--bs-gradient:none;}.btn-outline-secondary{--bs-btn-color:#bf4e4e;--bs-btn-border-color:#bf4e4e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#bf4e4e;--bs-btn-hover-border-color:#bf4e4e;--bs-btn-focus-shadow-rgb:191,78,78;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#bf4e4e;--bs-btn-active-border-color:#bf4e4e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#bf4e4e;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#bf4e4e;--bs-gradient:none;}.btn-outline-success{--bs-btn-color:#077754;--bs-btn-border-color:#077754;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#077754;--bs-btn-hover-border-color:#077754;--bs-btn-focus-shadow-rgb:7,119,84;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#077754;--bs-btn-active-border-color:#077754;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#077754;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#077754;--bs-gradient:none;}.btn-outline-info{--bs-btn-color:#70aab7;--bs-btn-border-color:#70aab7;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#70aab7;--bs-btn-hover-border-color:#70aab7;--bs-btn-focus-shadow-rgb:112,170,183;--bs-btn-active-color:#000000;--bs-btn-active-bg:#70aab7;--bs-btn-active-border-color:#70aab7;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#70aab7;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#70aab7;--bs-gradient:none;}.btn-outline-warning{--bs-btn-color:#c77429;--bs-btn-border-color:#c77429;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#c77429;--bs-btn-hover-border-color:#c77429;--bs-btn-focus-shadow-rgb:199,116,41;--bs-btn-active-color:#000000;--bs-btn-active-bg:#c77429;--bs-btn-active-border-color:#c77429;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#c77429;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#c77429;--bs-gradient:none;}.btn-outline-danger{--bs-btn-color:#d11e1e;--bs-btn-border-color:#d11e1e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#d11e1e;--bs-btn-hover-border-color:#d11e1e;--bs-btn-focus-shadow-rgb:209,30,30;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#d11e1e;--bs-btn-active-border-color:#d11e1e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#d11e1e;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#d11e1e;--bs-gradient:none;}.btn-outline-light{--bs-btn-color:#f6f5f0;--bs-btn-border-color:#f6f5f0;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#f6f5f0;--bs-btn-hover-border-color:#f6f5f0;--bs-btn-focus-shadow-rgb:246,245,240;--bs-btn-active-color:#000000;--bs-btn-active-bg:#f6f5f0;--bs-btn-active-border-color:#f6f5f0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#f6f5f0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f6f5f0;--bs-gradient:none;}.btn-outline-dark{--bs-btn-color:#103240;--bs-btn-border-color:#103240;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#103240;--bs-btn-hover-border-color:#103240;--bs-btn-focus-shadow-rgb:16,50,64;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#103240;--bs-btn-active-border-color:#103240;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#103240;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#103240;--bs-gradient:none;}.btn-outline-cerulean-blue-accessible{--bs-btn-color:#2f7a8b;--bs-btn-border-color:#2f7a8b;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#2f7a8b;--bs-btn-hover-border-color:#2f7a8b;--bs-btn-focus-shadow-rgb:47,122,139;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#2f7a8b;--bs-btn-active-border-color:#2f7a8b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#2f7a8b;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#2f7a8b;--bs-gradient:none;}.btn-outline-blue{--bs-btn-color:#2f7a8b;--bs-btn-border-color:#2f7a8b;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#2f7a8b;--bs-btn-hover-border-color:#2f7a8b;--bs-btn-focus-shadow-rgb:47,122,139;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#2f7a8b;--bs-btn-active-border-color:#2f7a8b;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#2f7a8b;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#2f7a8b;--bs-gradient:none;}.btn-outline-cerulean-blue{--bs-btn-color:#4995a6;--bs-btn-border-color:#4995a6;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#4995a6;--bs-btn-hover-border-color:#4995a6;--bs-btn-focus-shadow-rgb:73,149,166;--bs-btn-active-color:#000000;--bs-btn-active-bg:#4995a6;--bs-btn-active-border-color:#4995a6;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#4995a6;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#4995a6;--bs-gradient:none;}.btn-outline-cerulean-blue-medium{--bs-btn-color:#70aab7;--bs-btn-border-color:#70aab7;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#70aab7;--bs-btn-hover-border-color:#70aab7;--bs-btn-focus-shadow-rgb:112,170,183;--bs-btn-active-color:#000000;--bs-btn-active-bg:#70aab7;--bs-btn-active-border-color:#70aab7;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#70aab7;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#70aab7;--bs-gradient:none;}.btn-outline-cerulean-blue-light{--bs-btn-color:#d6e7eb;--bs-btn-border-color:#d6e7eb;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#d6e7eb;--bs-btn-hover-border-color:#d6e7eb;--bs-btn-focus-shadow-rgb:214,231,235;--bs-btn-active-color:#000000;--bs-btn-active-bg:#d6e7eb;--bs-btn-active-border-color:#d6e7eb;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#d6e7eb;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#d6e7eb;--bs-gradient:none;}.btn-outline-prussian-blue{--bs-btn-color:#0d4e69;--bs-btn-border-color:#0d4e69;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#0d4e69;--bs-btn-hover-border-color:#0d4e69;--bs-btn-focus-shadow-rgb:13,78,105;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#0d4e69;--bs-btn-active-border-color:#0d4e69;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#0d4e69;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0d4e69;--bs-gradient:none;}.btn-outline-prussian-blue-dark{--bs-btn-color:#103240;--bs-btn-border-color:#103240;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#103240;--bs-btn-hover-border-color:#103240;--bs-btn-focus-shadow-rgb:16,50,64;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#103240;--bs-btn-active-border-color:#103240;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#103240;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#103240;--bs-gradient:none;}.btn-outline-prussian-blue-medium{--bs-btn-color:#1d4d60;--bs-btn-border-color:#1d4d60;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#1d4d60;--bs-btn-hover-border-color:#1d4d60;--bs-btn-focus-shadow-rgb:29,77,96;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#1d4d60;--bs-btn-active-border-color:#1d4d60;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#1d4d60;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#1d4d60;--bs-gradient:none;}.btn-outline-rust{--bs-btn-color:#bf4e4e;--bs-btn-border-color:#bf4e4e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#bf4e4e;--bs-btn-hover-border-color:#bf4e4e;--bs-btn-focus-shadow-rgb:191,78,78;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#bf4e4e;--bs-btn-active-border-color:#bf4e4e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#bf4e4e;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#bf4e4e;--bs-gradient:none;}.btn-outline-rust-dark{--bs-btn-color:#993e3e;--bs-btn-border-color:#993e3e;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#993e3e;--bs-btn-hover-border-color:#993e3e;--bs-btn-focus-shadow-rgb:153,62,62;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#993e3e;--bs-btn-active-border-color:#993e3e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#993e3e;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#993e3e;--bs-gradient:none;}.btn-outline-bronze{--bs-btn-color:#c77429;--bs-btn-border-color:#c77429;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#c77429;--bs-btn-hover-border-color:#c77429;--bs-btn-focus-shadow-rgb:199,116,41;--bs-btn-active-color:#000000;--bs-btn-active-bg:#c77429;--bs-btn-active-border-color:#c77429;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#c77429;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#c77429;--bs-gradient:none;}.btn-outline-gold{--bs-btn-color:#fac278;--bs-btn-border-color:#fac278;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#fac278;--bs-btn-hover-border-color:#fac278;--bs-btn-focus-shadow-rgb:250,194,120;--bs-btn-active-color:#000000;--bs-btn-active-bg:#fac278;--bs-btn-active-border-color:#fac278;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#fac278;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#fac278;--bs-gradient:none;}.btn-outline-peach{--bs-btn-color:#f9e9d6;--bs-btn-border-color:#f9e9d6;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#f9e9d6;--bs-btn-hover-border-color:#f9e9d6;--bs-btn-focus-shadow-rgb:249,233,214;--bs-btn-active-color:#000000;--bs-btn-active-bg:#f9e9d6;--bs-btn-active-border-color:#f9e9d6;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#f9e9d6;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f9e9d6;--bs-gradient:none;}.btn-outline-beige{--bs-btn-color:#f6f5f0;--bs-btn-border-color:#f6f5f0;--bs-btn-hover-color:#000000;--bs-btn-hover-bg:#f6f5f0;--bs-btn-hover-border-color:#f6f5f0;--bs-btn-focus-shadow-rgb:246,245,240;--bs-btn-active-color:#000000;--bs-btn-active-bg:#f6f5f0;--bs-btn-active-border-color:#f6f5f0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#f6f5f0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f6f5f0;--bs-gradient:none;}.btn-outline-green{--bs-btn-color:#082223;--bs-btn-border-color:#082223;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#082223;--bs-btn-hover-border-color:#082223;--bs-btn-focus-shadow-rgb:8,34,35;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#082223;--bs-btn-active-border-color:#082223;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#082223;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#082223;--bs-gradient:none;}.btn-outline-grey{--bs-btn-color:#606D7F;--bs-btn-border-color:#606D7F;--bs-btn-hover-color:#ffffff;--bs-btn-hover-bg:#606D7F;--bs-btn-hover-border-color:#606D7F;--bs-btn-focus-shadow-rgb:96,109,127;--bs-btn-active-color:#ffffff;--bs-btn-active-bg:#606D7F;--bs-btn-active-border-color:#606D7F;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#606D7F;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#606D7F;--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:201,105,105;text-decoration:underline;}.btn-link:focus-visible{color:var(--bs-btn-color);}.btn-link:hover{color:var(--bs-btn-hover-color);}.btn-lg{--bs-btn-padding-y:0.5rem;--bs-btn-padding-x:1rem;--bs-btn-font-size:calc(1.265625rem + 0.1875vw);--bs-btn-border-radius:var(--bs-border-radius-lg);}@media (min-width:1200px){.btn-lg{--bs-btn-font-size:1.40625rem;}}.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.984375rem;--bs-btn-border-radius:var(--bs-border-radius-sm);}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-size:1rem;--bs-nav-link-font-weight:normal;--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 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.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 0.25rem rgba(47,122,139,0.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 transparent;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:40rem;--bs-nav-pills-link-active-color:#ffffff;--bs-nav-pills-link-active-bg:#1d4d60;}.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:30px;--bs-nav-underline-border-width:6px;--bs-nav-underline-link-active-color:var(--rust);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 transparent;}.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-grow:1;flex-basis:0;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:#1d4d60;--bs-navbar-hover-color:#1d4d60;--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:#1d4d60;--bs-navbar-brand-padding-y:0.25rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1rem;--bs-navbar-brand-color:#1d4d60;--bs-navbar-brand-hover-color:#1d4d60;--bs-navbar-nav-link-padding-x:0;--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:0.5rem;--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-size:1rem;--bs-nav-link-font-weight:normal;--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:0.5rem;padding-bottom:0.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-grow:1;flex-basis:100%;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:transparent;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:transparent !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:transparent !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:transparent !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:transparent !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:transparent !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:transparent !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:#ffffff;--bs-navbar-brand-color:#ffffff;--bs-navbar-brand-hover-color:#ffffff;--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");}.dropup,.dropend,.dropdown,.dropstart,.dropup-center,.dropdown-center{position:relative;}.dropdown-toggle{white-space:nowrap;}.dropdown-toggle::after{display:inline-block;margin-left:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid;border-right:0.3em solid transparent;border-bottom:0;border-left:0.3em solid transparent;}.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;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1.125rem;--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:0;--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(0 - 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:#ffffff;--bs-dropdown-link-active-bg:#2f7a8b;--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;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 > .dropdown-item:first-child,.dropdown-menu > li:first-child .dropdown-item{border-top-left-radius:var(--bs-dropdown-inner-border-radius);border-top-right-radius:var(--bs-dropdown-inner-border-radius);}.dropdown-menu > .dropdown-item:last-child,.dropdown-menu > li:last-child .dropdown-item{border-bottom-right-radius:var(--bs-dropdown-inner-border-radius);border-bottom-left-radius:var(--bs-dropdown-inner-border-radius);}.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:0.255em;vertical-align:0.255em;content:"";border-top:0;border-right:0.3em solid transparent;border-bottom:0.3em solid;border-left:0.3em solid transparent;}.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:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0;border-bottom:0.3em solid transparent;border-left:0.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:0.255em;vertical-align:0.255em;content:"";}.dropstart .dropdown-toggle::after{display:none;}.dropstart .dropdown-toggle::before{display:inline-block;margin-right:0.255em;vertical-align:0.255em;content:"";border-top:0.3em solid transparent;border-right:0.3em solid;border-bottom:0.3em solid transparent;}.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:transparent;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:transparent;}.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.984375rem;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:#ffffff;--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:#ffffff;--bs-dropdown-link-active-bg:#2f7a8b;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd;}.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:0;--bs-card-border-color:transparent;--bs-card-border-radius:15px;--bs-card-box-shadow:0 0 20px 0 rgba(0,0,0,0.15);--bs-card-inner-border-radius:15px;--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:#ffffff;--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;}}.flex-gap-8{display:flex;flex-direction:column;gap:0.5rem;}.flex-gap-10{display:flex;flex-direction:column;gap:0.625rem;}.flex-gap-15{display:flex;flex-direction:column;gap:0.938rem;}.flex-gap-20{display:flex;flex-direction:column;gap:1.25rem;}.flex-gap-30{display:flex;flex-direction:column;gap:1.875rem;}.flex-gap-40{display:flex;flex-direction:column;gap:2.5rem;}.flex-gap-50{display:flex;flex-direction:column;gap:3.125rem;}.flex-gap-80{display:flex;flex-direction:column;gap:5rem;}@media (min-width:576px){.flex-gap-sm-8{display:flex;flex-direction:column;gap:0.5rem;}.flex-gap-sm-10{display:flex;flex-direction:column;gap:0.625rem;}.flex-gap-sm-15{display:flex;flex-direction:column;gap:0.938rem;}.flex-gap-sm-20{display:flex;flex-direction:column;gap:1.25rem;}.flex-gap-sm-30{display:flex;flex-direction:column;gap:1.875rem;}.flex-gap-sm-40{display:flex;flex-direction:column;gap:2.5rem;}.flex-gap-sm-50{display:flex;flex-direction:column;gap:3.125rem;}.flex-gap-sm-80{display:flex;flex-direction:column;gap:5rem;}}@media (min-width:768px){.flex-gap-md-8{display:flex;flex-direction:column;gap:0.5rem;}.flex-gap-md-10{display:flex;flex-direction:column;gap:0.625rem;}.flex-gap-md-15{display:flex;flex-direction:column;gap:0.938rem;}.flex-gap-md-20{display:flex;flex-direction:column;gap:1.25rem;}.flex-gap-md-30{display:flex;flex-direction:column;gap:1.875rem;}.flex-gap-md-40{display:flex;flex-direction:column;gap:2.5rem;}.flex-gap-md-50{display:flex;flex-direction:column;gap:3.125rem;}.flex-gap-md-80{display:flex;flex-direction:column;gap:5rem;}}@media (min-width:992px){.flex-gap-lg-8{display:flex;flex-direction:column;gap:0.5rem;}.flex-gap-lg-10{display:flex;flex-direction:column;gap:0.625rem;}.flex-gap-lg-15{display:flex;flex-direction:column;gap:0.938rem;}.flex-gap-lg-20{display:flex;flex-direction:column;gap:1.25rem;}.flex-gap-lg-30{display:flex;flex-direction:column;gap:1.875rem;}.flex-gap-lg-40{display:flex;flex-direction:column;gap:2.5rem;}.flex-gap-lg-50{display:flex;flex-direction:column;gap:3.125rem;}.flex-gap-lg-80{display:flex;flex-direction:column;gap:5rem;}}@media (min-width:1200px){.flex-gap-xl-8{display:flex;flex-direction:column;gap:0.5rem;}.flex-gap-xl-10{display:flex;flex-direction:column;gap:0.625rem;}.flex-gap-xl-15{display:flex;flex-direction:column;gap:0.938rem;}.flex-gap-xl-20{display:flex;flex-direction:column;gap:1.25rem;}.flex-gap-xl-30{display:flex;flex-direction:column;gap:1.875rem;}.flex-gap-xl-40{display:flex;flex-direction:column;gap:2.5rem;}.flex-gap-xl-50{display:flex;flex-direction:column;gap:3.125rem;}.flex-gap-xl-80{display:flex;flex-direction:column;gap:5rem;}}@media (min-width:1400px){.flex-gap-xxl-8{display:flex;flex-direction:column;gap:0.5rem;}.flex-gap-xxl-10{display:flex;flex-direction:column;gap:0.625rem;}.flex-gap-xxl-15{display:flex;flex-direction:column;gap:0.938rem;}.flex-gap-xxl-20{display:flex;flex-direction:column;gap:1.25rem;}.flex-gap-xxl-30{display:flex;flex-direction:column;gap:1.875rem;}.flex-gap-xxl-40{display:flex;flex-direction:column;gap:2.5rem;}.flex-gap-xxl-50{display:flex;flex-direction:column;gap:3.125rem;}.flex-gap-xxl-80{display:flex;flex-direction:column;gap:5rem;}}.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:0.25 !important;}.opacity-50{opacity:0.5 !important;}.opacity-75{opacity:0.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));}.focus-ring-cerulean-blue-accessible{--bs-focus-ring-color:rgba(var(--bs-cerulean-blue-accessible-rgb),var(--bs-focus-ring-opacity));}.focus-ring-blue{--bs-focus-ring-color:rgba(var(--bs-blue-rgb),var(--bs-focus-ring-opacity));}.focus-ring-cerulean-blue{--bs-focus-ring-color:rgba(var(--bs-cerulean-blue-rgb),var(--bs-focus-ring-opacity));}.focus-ring-cerulean-blue-medium{--bs-focus-ring-color:rgba(var(--bs-cerulean-blue-medium-rgb),var(--bs-focus-ring-opacity));}.focus-ring-cerulean-blue-light{--bs-focus-ring-color:rgba(var(--bs-cerulean-blue-light-rgb),var(--bs-focus-ring-opacity));}.focus-ring-prussian-blue{--bs-focus-ring-color:rgba(var(--bs-prussian-blue-rgb),var(--bs-focus-ring-opacity));}.focus-ring-prussian-blue-dark{--bs-focus-ring-color:rgba(var(--bs-prussian-blue-dark-rgb),var(--bs-focus-ring-opacity));}.focus-ring-prussian-blue-medium{--bs-focus-ring-color:rgba(var(--bs-prussian-blue-medium-rgb),var(--bs-focus-ring-opacity));}.focus-ring-rust{--bs-focus-ring-color:rgba(var(--bs-rust-rgb),var(--bs-focus-ring-opacity));}.focus-ring-rust-dark{--bs-focus-ring-color:rgba(var(--bs-rust-dark-rgb),var(--bs-focus-ring-opacity));}.focus-ring-bronze{--bs-focus-ring-color:rgba(var(--bs-bronze-rgb),var(--bs-focus-ring-opacity));}.focus-ring-gold{--bs-focus-ring-color:rgba(var(--bs-gold-rgb),var(--bs-focus-ring-opacity));}.focus-ring-peach{--bs-focus-ring-color:rgba(var(--bs-peach-rgb),var(--bs-focus-ring-opacity));}.focus-ring-beige{--bs-focus-ring-color:rgba(var(--bs-beige-rgb),var(--bs-focus-ring-opacity));}.focus-ring-green{--bs-focus-ring-color:rgba(var(--bs-green-rgb),var(--bs-focus-ring-opacity));}.focus-ring-grey{--bs-focus-ring-color:rgba(var(--bs-grey-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-cerulean-blue-accessible{--bs-border-opacity:1;border-color:rgba(var(--bs-cerulean-blue-accessible-rgb),var(--bs-border-opacity)) !important;}.border-blue{--bs-border-opacity:1;border-color:rgba(var(--bs-blue-rgb),var(--bs-border-opacity)) !important;}.border-cerulean-blue{--bs-border-opacity:1;border-color:rgba(var(--bs-cerulean-blue-rgb),var(--bs-border-opacity)) !important;}.border-cerulean-blue-medium{--bs-border-opacity:1;border-color:rgba(var(--bs-cerulean-blue-medium-rgb),var(--bs-border-opacity)) !important;}.border-cerulean-blue-light{--bs-border-opacity:1;border-color:rgba(var(--bs-cerulean-blue-light-rgb),var(--bs-border-opacity)) !important;}.border-prussian-blue{--bs-border-opacity:1;border-color:rgba(var(--bs-prussian-blue-rgb),var(--bs-border-opacity)) !important;}.border-prussian-blue-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-prussian-blue-dark-rgb),var(--bs-border-opacity)) !important;}.border-prussian-blue-medium{--bs-border-opacity:1;border-color:rgba(var(--bs-prussian-blue-medium-rgb),var(--bs-border-opacity)) !important;}.border-rust{--bs-border-opacity:1;border-color:rgba(var(--bs-rust-rgb),var(--bs-border-opacity)) !important;}.border-rust-dark{--bs-border-opacity:1;border-color:rgba(var(--bs-rust-dark-rgb),var(--bs-border-opacity)) !important;}.border-bronze{--bs-border-opacity:1;border-color:rgba(var(--bs-bronze-rgb),var(--bs-border-opacity)) !important;}.border-gold{--bs-border-opacity:1;border-color:rgba(var(--bs-gold-rgb),var(--bs-border-opacity)) !important;}.border-peach{--bs-border-opacity:1;border-color:rgba(var(--bs-peach-rgb),var(--bs-border-opacity)) !important;}.border-beige{--bs-border-opacity:1;border-color:rgba(var(--bs-beige-rgb),var(--bs-border-opacity)) !important;}.border-green{--bs-border-opacity:1;border-color:rgba(var(--bs-green-rgb),var(--bs-border-opacity)) !important;}.border-grey{--bs-border-opacity:1;border-color:rgba(var(--bs-grey-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-520{max-width:520px !important;}.mw-540{max-width:540px !important;}.mw-565{max-width:565px !important;}.mw-720{max-width:720px !important;}.mw-730{max-width:730px !important;}.mw-825{max-width:825px !important;}.mw-920{max-width:920px !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:0.25rem !important;}.m-2{margin:0.5rem !important;}.m-3{margin:0.75rem !important;}.m-4{margin:1rem !important;}.m-5{margin:1.25rem !important;}.m-6{margin:0.375rem !important;}.m-8{margin:0.5rem !important;}.m-10{margin:0.625rem !important;}.m-15{margin:0.9375rem !important;}.m-18{margin:1.125rem !important;}.m-30{margin:1.875rem !important;}.m-40{margin:2.5rem !important;}.m-50{margin:3.125rem !important;}.m-60{margin:3.75rem !important;}.m-80{margin:5rem !important;}.m-100{margin:6.25rem !important;}.m-130{margin:8.125rem !important;}.m-160{margin:10rem !important;}.m-200{margin:12.5rem !important;}.m-250{margin:15.625rem !important;}.m-auto{margin:auto !important;}.m-n0{margin:-0 !important;}.m-n1{margin:-0.25rem !important;}.m-n2{margin:-0.5rem !important;}.m-n3{margin:-0.75rem !important;}.m-n4{margin:-1rem !important;}.m-n5{margin:-1.25rem !important;}.m-n6{margin:-0.375rem !important;}.m-n8{margin:-0.5rem !important;}.m-n10{margin:-0.625rem !important;}.m-n15{margin:-0.9375rem !important;}.m-n18{margin:-1.125rem !important;}.m-n30{margin:-1.875rem !important;}.m-n40{margin:-2.5rem !important;}.m-n50{margin:-3.125rem !important;}.m-n60{margin:-3.75rem !important;}.m-n80{margin:-5rem !important;}.m-n100{margin:-6.25rem !important;}.m-n130{margin:-8.125rem !important;}.m-n160{margin:-10rem !important;}.m-n200{margin:-12.5rem !important;}.m-n250{margin:-15.625rem !important;}.mx-0{margin-right:0 !important;margin-left:0 !important;}.mx-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-3{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-5{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-6{margin-right:0.375rem !important;margin-left:0.375rem !important;}.mx-8{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-10{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-15{margin-right:0.9375rem !important;margin-left:0.9375rem !important;}.mx-18{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-30{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-40{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-50{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-60{margin-right:3.75rem !important;margin-left:3.75rem !important;}.mx-80{margin-right:5rem !important;margin-left:5rem !important;}.mx-100{margin-right:6.25rem !important;margin-left:6.25rem !important;}.mx-130{margin-right:8.125rem !important;margin-left:8.125rem !important;}.mx-160{margin-right:10rem !important;margin-left:10rem !important;}.mx-200{margin-right:12.5rem !important;margin-left:12.5rem !important;}.mx-250{margin-right:15.625rem !important;margin-left:15.625rem !important;}.mx-auto{margin-right:auto !important;margin-left:auto !important;}.mx-n0{margin-right:-0 !important;margin-left:-0 !important;}.mx-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-n4{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important;}.mx-n6{margin-right:-0.375rem !important;margin-left:-0.375rem !important;}.mx-n8{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-n10{margin-right:-0.625rem !important;margin-left:-0.625rem !important;}.mx-n15{margin-right:-0.9375rem !important;margin-left:-0.9375rem !important;}.mx-n18{margin-right:-1.125rem !important;margin-left:-1.125rem !important;}.mx-n30{margin-right:-1.875rem !important;margin-left:-1.875rem !important;}.mx-n40{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-n50{margin-right:-3.125rem !important;margin-left:-3.125rem !important;}.mx-n60{margin-right:-3.75rem !important;margin-left:-3.75rem !important;}.mx-n80{margin-right:-5rem !important;margin-left:-5rem !important;}.mx-n100{margin-right:-6.25rem !important;margin-left:-6.25rem !important;}.mx-n130{margin-right:-8.125rem !important;margin-left:-8.125rem !important;}.mx-n160{margin-right:-10rem !important;margin-left:-10rem !important;}.mx-n200{margin-right:-12.5rem !important;margin-left:-12.5rem !important;}.mx-n250{margin-right:-15.625rem !important;margin-left:-15.625rem !important;}.my-0{margin-top:0 !important;margin-bottom:0 !important;}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-6{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-10{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-15{margin-top:0.9375rem !important;margin-bottom:0.9375rem !important;}.my-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-50{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-60{margin-top:3.75rem !important;margin-bottom:3.75rem !important;}.my-80{margin-top:5rem !important;margin-bottom:5rem !important;}.my-100{margin-top:6.25rem !important;margin-bottom:6.25rem !important;}.my-130{margin-top:8.125rem !important;margin-bottom:8.125rem !important;}.my-160{margin-top:10rem !important;margin-bottom:10rem !important;}.my-200{margin-top:12.5rem !important;margin-bottom:12.5rem !important;}.my-250{margin-top:15.625rem !important;margin-bottom:15.625rem !important;}.my-auto{margin-top:auto !important;margin-bottom:auto !important;}.my-n0{margin-top:-0 !important;margin-bottom:-0 !important;}.my-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-n4{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important;}.my-n6{margin-top:-0.375rem !important;margin-bottom:-0.375rem !important;}.my-n8{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-n10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important;}.my-n15{margin-top:-0.9375rem !important;margin-bottom:-0.9375rem !important;}.my-n18{margin-top:-1.125rem !important;margin-bottom:-1.125rem !important;}.my-n30{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important;}.my-n40{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-n50{margin-top:-3.125rem !important;margin-bottom:-3.125rem !important;}.my-n60{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important;}.my-n80{margin-top:-5rem !important;margin-bottom:-5rem !important;}.my-n100{margin-top:-6.25rem !important;margin-bottom:-6.25rem !important;}.my-n130{margin-top:-8.125rem !important;margin-bottom:-8.125rem !important;}.my-n160{margin-top:-10rem !important;margin-bottom:-10rem !important;}.my-n200{margin-top:-12.5rem !important;margin-bottom:-12.5rem !important;}.my-n250{margin-top:-15.625rem !important;margin-bottom:-15.625rem !important;}.mt-0{margin-top:0 !important;}.mt-1{margin-top:0.25rem !important;}.mt-2{margin-top:0.5rem !important;}.mt-3{margin-top:0.75rem !important;}.mt-4{margin-top:1rem !important;}.mt-5{margin-top:1.25rem !important;}.mt-6{margin-top:0.375rem !important;}.mt-8{margin-top:0.5rem !important;}.mt-10{margin-top:0.625rem !important;}.mt-15{margin-top:0.9375rem !important;}.mt-18{margin-top:1.125rem !important;}.mt-30{margin-top:1.875rem !important;}.mt-40{margin-top:2.5rem !important;}.mt-50{margin-top:3.125rem !important;}.mt-60{margin-top:3.75rem !important;}.mt-80{margin-top:5rem !important;}.mt-100{margin-top:6.25rem !important;}.mt-130{margin-top:8.125rem !important;}.mt-160{margin-top:10rem !important;}.mt-200{margin-top:12.5rem !important;}.mt-250{margin-top:15.625rem !important;}.mt-auto{margin-top:auto !important;}.mt-n0{margin-top:-0 !important;}.mt-n1{margin-top:-0.25rem !important;}.mt-n2{margin-top:-0.5rem !important;}.mt-n3{margin-top:-0.75rem !important;}.mt-n4{margin-top:-1rem !important;}.mt-n5{margin-top:-1.25rem !important;}.mt-n6{margin-top:-0.375rem !important;}.mt-n8{margin-top:-0.5rem !important;}.mt-n10{margin-top:-0.625rem !important;}.mt-n15{margin-top:-0.9375rem !important;}.mt-n18{margin-top:-1.125rem !important;}.mt-n30{margin-top:-1.875rem !important;}.mt-n40{margin-top:-2.5rem !important;}.mt-n50{margin-top:-3.125rem !important;}.mt-n60{margin-top:-3.75rem !important;}.mt-n80{margin-top:-5rem !important;}.mt-n100{margin-top:-6.25rem !important;}.mt-n130{margin-top:-8.125rem !important;}.mt-n160{margin-top:-10rem !important;}.mt-n200{margin-top:-12.5rem !important;}.mt-n250{margin-top:-15.625rem !important;}.me-0{margin-right:0 !important;}.me-1{margin-right:0.25rem !important;}.me-2{margin-right:0.5rem !important;}.me-3{margin-right:0.75rem !important;}.me-4{margin-right:1rem !important;}.me-5{margin-right:1.25rem !important;}.me-6{margin-right:0.375rem !important;}.me-8{margin-right:0.5rem !important;}.me-10{margin-right:0.625rem !important;}.me-15{margin-right:0.9375rem !important;}.me-18{margin-right:1.125rem !important;}.me-30{margin-right:1.875rem !important;}.me-40{margin-right:2.5rem !important;}.me-50{margin-right:3.125rem !important;}.me-60{margin-right:3.75rem !important;}.me-80{margin-right:5rem !important;}.me-100{margin-right:6.25rem !important;}.me-130{margin-right:8.125rem !important;}.me-160{margin-right:10rem !important;}.me-200{margin-right:12.5rem !important;}.me-250{margin-right:15.625rem !important;}.me-auto{margin-right:auto !important;}.me-n0{margin-right:-0 !important;}.me-n1{margin-right:-0.25rem !important;}.me-n2{margin-right:-0.5rem !important;}.me-n3{margin-right:-0.75rem !important;}.me-n4{margin-right:-1rem !important;}.me-n5{margin-right:-1.25rem !important;}.me-n6{margin-right:-0.375rem !important;}.me-n8{margin-right:-0.5rem !important;}.me-n10{margin-right:-0.625rem !important;}.me-n15{margin-right:-0.9375rem !important;}.me-n18{margin-right:-1.125rem !important;}.me-n30{margin-right:-1.875rem !important;}.me-n40{margin-right:-2.5rem !important;}.me-n50{margin-right:-3.125rem !important;}.me-n60{margin-right:-3.75rem !important;}.me-n80{margin-right:-5rem !important;}.me-n100{margin-right:-6.25rem !important;}.me-n130{margin-right:-8.125rem !important;}.me-n160{margin-right:-10rem !important;}.me-n200{margin-right:-12.5rem !important;}.me-n250{margin-right:-15.625rem !important;}.mb-0{margin-bottom:0 !important;}.mb-1{margin-bottom:0.25rem !important;}.mb-2{margin-bottom:0.5rem !important;}.mb-3{margin-bottom:0.75rem !important;}.mb-4{margin-bottom:1rem !important;}.mb-5{margin-bottom:1.25rem !important;}.mb-6{margin-bottom:0.375rem !important;}.mb-8{margin-bottom:0.5rem !important;}.mb-10{margin-bottom:0.625rem !important;}.mb-15{margin-bottom:0.9375rem !important;}.mb-18{margin-bottom:1.125rem !important;}.mb-30{margin-bottom:1.875rem !important;}.mb-40{margin-bottom:2.5rem !important;}.mb-50{margin-bottom:3.125rem !important;}.mb-60{margin-bottom:3.75rem !important;}.mb-80{margin-bottom:5rem !important;}.mb-100{margin-bottom:6.25rem !important;}.mb-130{margin-bottom:8.125rem !important;}.mb-160{margin-bottom:10rem !important;}.mb-200{margin-bottom:12.5rem !important;}.mb-250{margin-bottom:15.625rem !important;}.mb-auto{margin-bottom:auto !important;}.mb-n0{margin-bottom:-0 !important;}.mb-n1{margin-bottom:-0.25rem !important;}.mb-n2{margin-bottom:-0.5rem !important;}.mb-n3{margin-bottom:-0.75rem !important;}.mb-n4{margin-bottom:-1rem !important;}.mb-n5{margin-bottom:-1.25rem !important;}.mb-n6{margin-bottom:-0.375rem !important;}.mb-n8{margin-bottom:-0.5rem !important;}.mb-n10{margin-bottom:-0.625rem !important;}.mb-n15{margin-bottom:-0.9375rem !important;}.mb-n18{margin-bottom:-1.125rem !important;}.mb-n30{margin-bottom:-1.875rem !important;}.mb-n40{margin-bottom:-2.5rem !important;}.mb-n50{margin-bottom:-3.125rem !important;}.mb-n60{margin-bottom:-3.75rem !important;}.mb-n80{margin-bottom:-5rem !important;}.mb-n100{margin-bottom:-6.25rem !important;}.mb-n130{margin-bottom:-8.125rem !important;}.mb-n160{margin-bottom:-10rem !important;}.mb-n200{margin-bottom:-12.5rem !important;}.mb-n250{margin-bottom:-15.625rem !important;}.ms-0{margin-left:0 !important;}.ms-1{margin-left:0.25rem !important;}.ms-2{margin-left:0.5rem !important;}.ms-3{margin-left:0.75rem !important;}.ms-4{margin-left:1rem !important;}.ms-5{margin-left:1.25rem !important;}.ms-6{margin-left:0.375rem !important;}.ms-8{margin-left:0.5rem !important;}.ms-10{margin-left:0.625rem !important;}.ms-15{margin-left:0.9375rem !important;}.ms-18{margin-left:1.125rem !important;}.ms-30{margin-left:1.875rem !important;}.ms-40{margin-left:2.5rem !important;}.ms-50{margin-left:3.125rem !important;}.ms-60{margin-left:3.75rem !important;}.ms-80{margin-left:5rem !important;}.ms-100{margin-left:6.25rem !important;}.ms-130{margin-left:8.125rem !important;}.ms-160{margin-left:10rem !important;}.ms-200{margin-left:12.5rem !important;}.ms-250{margin-left:15.625rem !important;}.ms-auto{margin-left:auto !important;}.ms-n0{margin-left:-0 !important;}.ms-n1{margin-left:-0.25rem !important;}.ms-n2{margin-left:-0.5rem !important;}.ms-n3{margin-left:-0.75rem !important;}.ms-n4{margin-left:-1rem !important;}.ms-n5{margin-left:-1.25rem !important;}.ms-n6{margin-left:-0.375rem !important;}.ms-n8{margin-left:-0.5rem !important;}.ms-n10{margin-left:-0.625rem !important;}.ms-n15{margin-left:-0.9375rem !important;}.ms-n18{margin-left:-1.125rem !important;}.ms-n30{margin-left:-1.875rem !important;}.ms-n40{margin-left:-2.5rem !important;}.ms-n50{margin-left:-3.125rem !important;}.ms-n60{margin-left:-3.75rem !important;}.ms-n80{margin-left:-5rem !important;}.ms-n100{margin-left:-6.25rem !important;}.ms-n130{margin-left:-8.125rem !important;}.ms-n160{margin-left:-10rem !important;}.ms-n200{margin-left:-12.5rem !important;}.ms-n250{margin-left:-15.625rem !important;}.p-0{padding:0 !important;}.p-1{padding:0.25rem !important;}.p-2{padding:0.5rem !important;}.p-3{padding:0.75rem !important;}.p-4{padding:1rem !important;}.p-5{padding:1.25rem !important;}.p-6{padding:0.375rem !important;}.p-8{padding:0.5rem !important;}.p-10{padding:0.625rem !important;}.p-15{padding:0.9375rem !important;}.p-18{padding:1.125rem !important;}.p-30{padding:1.875rem !important;}.p-40{padding:2.5rem !important;}.p-50{padding:3.125rem !important;}.p-60{padding:3.75rem !important;}.p-80{padding:5rem !important;}.p-100{padding:6.25rem !important;}.p-130{padding:8.125rem !important;}.p-160{padding:10rem !important;}.p-200{padding:12.5rem !important;}.p-250{padding:15.625rem !important;}.px-0{padding-right:0 !important;padding-left:0 !important;}.px-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-3{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-4{padding-right:1rem !important;padding-left:1rem !important;}.px-5{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-6{padding-right:0.375rem !important;padding-left:0.375rem !important;}.px-8{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-10{padding-right:0.625rem !important;padding-left:0.625rem !important;}.px-15{padding-right:0.9375rem !important;padding-left:0.9375rem !important;}.px-18{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-30{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-40{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-50{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-60{padding-right:3.75rem !important;padding-left:3.75rem !important;}.px-80{padding-right:5rem !important;padding-left:5rem !important;}.px-100{padding-right:6.25rem !important;padding-left:6.25rem !important;}.px-130{padding-right:8.125rem !important;padding-left:8.125rem !important;}.px-160{padding-right:10rem !important;padding-left:10rem !important;}.px-200{padding-right:12.5rem !important;padding-left:12.5rem !important;}.px-250{padding-right:15.625rem !important;padding-left:15.625rem !important;}.py-0{padding-top:0 !important;padding-bottom:0 !important;}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-6{padding-top:0.375rem !important;padding-bottom:0.375rem !important;}.py-8{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-10{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.py-15{padding-top:0.9375rem !important;padding-bottom:0.9375rem !important;}.py-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-50{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-60{padding-top:3.75rem !important;padding-bottom:3.75rem !important;}.py-80{padding-top:5rem !important;padding-bottom:5rem !important;}.py-100{padding-top:6.25rem !important;padding-bottom:6.25rem !important;}.py-130{padding-top:8.125rem !important;padding-bottom:8.125rem !important;}.py-160{padding-top:10rem !important;padding-bottom:10rem !important;}.py-200{padding-top:12.5rem !important;padding-bottom:12.5rem !important;}.py-250{padding-top:15.625rem !important;padding-bottom:15.625rem !important;}.pt-0{padding-top:0 !important;}.pt-1{padding-top:0.25rem !important;}.pt-2{padding-top:0.5rem !important;}.pt-3{padding-top:0.75rem !important;}.pt-4{padding-top:1rem !important;}.pt-5{padding-top:1.25rem !important;}.pt-6{padding-top:0.375rem !important;}.pt-8{padding-top:0.5rem !important;}.pt-10{padding-top:0.625rem !important;}.pt-15{padding-top:0.9375rem !important;}.pt-18{padding-top:1.125rem !important;}.pt-30{padding-top:1.875rem !important;}.pt-40{padding-top:2.5rem !important;}.pt-50{padding-top:3.125rem !important;}.pt-60{padding-top:3.75rem !important;}.pt-80{padding-top:5rem !important;}.pt-100{padding-top:6.25rem !important;}.pt-130{padding-top:8.125rem !important;}.pt-160{padding-top:10rem !important;}.pt-200{padding-top:12.5rem !important;}.pt-250{padding-top:15.625rem !important;}.pe-0{padding-right:0 !important;}.pe-1{padding-right:0.25rem !important;}.pe-2{padding-right:0.5rem !important;}.pe-3{padding-right:0.75rem !important;}.pe-4{padding-right:1rem !important;}.pe-5{padding-right:1.25rem !important;}.pe-6{padding-right:0.375rem !important;}.pe-8{padding-right:0.5rem !important;}.pe-10{padding-right:0.625rem !important;}.pe-15{padding-right:0.9375rem !important;}.pe-18{padding-right:1.125rem !important;}.pe-30{padding-right:1.875rem !important;}.pe-40{padding-right:2.5rem !important;}.pe-50{padding-right:3.125rem !important;}.pe-60{padding-right:3.75rem !important;}.pe-80{padding-right:5rem !important;}.pe-100{padding-right:6.25rem !important;}.pe-130{padding-right:8.125rem !important;}.pe-160{padding-right:10rem !important;}.pe-200{padding-right:12.5rem !important;}.pe-250{padding-right:15.625rem !important;}.pb-0{padding-bottom:0 !important;}.pb-1{padding-bottom:0.25rem !important;}.pb-2{padding-bottom:0.5rem !important;}.pb-3{padding-bottom:0.75rem !important;}.pb-4{padding-bottom:1rem !important;}.pb-5{padding-bottom:1.25rem !important;}.pb-6{padding-bottom:0.375rem !important;}.pb-8{padding-bottom:0.5rem !important;}.pb-10{padding-bottom:0.625rem !important;}.pb-15{padding-bottom:0.9375rem !important;}.pb-18{padding-bottom:1.125rem !important;}.pb-30{padding-bottom:1.875rem !important;}.pb-40{padding-bottom:2.5rem !important;}.pb-50{padding-bottom:3.125rem !important;}.pb-60{padding-bottom:3.75rem !important;}.pb-80{padding-bottom:5rem !important;}.pb-100{padding-bottom:6.25rem !important;}.pb-130{padding-bottom:8.125rem !important;}.pb-160{padding-bottom:10rem !important;}.pb-200{padding-bottom:12.5rem !important;}.pb-250{padding-bottom:15.625rem !important;}.ps-0{padding-left:0 !important;}.ps-1{padding-left:0.25rem !important;}.ps-2{padding-left:0.5rem !important;}.ps-3{padding-left:0.75rem !important;}.ps-4{padding-left:1rem !important;}.ps-5{padding-left:1.25rem !important;}.ps-6{padding-left:0.375rem !important;}.ps-8{padding-left:0.5rem !important;}.ps-10{padding-left:0.625rem !important;}.ps-15{padding-left:0.9375rem !important;}.ps-18{padding-left:1.125rem !important;}.ps-30{padding-left:1.875rem !important;}.ps-40{padding-left:2.5rem !important;}.ps-50{padding-left:3.125rem !important;}.ps-60{padding-left:3.75rem !important;}.ps-80{padding-left:5rem !important;}.ps-100{padding-left:6.25rem !important;}.ps-130{padding-left:8.125rem !important;}.ps-160{padding-left:10rem !important;}.ps-200{padding-left:12.5rem !important;}.ps-250{padding-left:15.625rem !important;}.gap-0{gap:0 !important;}.gap-1{gap:0.25rem !important;}.gap-2{gap:0.5rem !important;}.gap-3{gap:0.75rem !important;}.gap-4{gap:1rem !important;}.gap-5{gap:1.25rem !important;}.gap-6{gap:0.375rem !important;}.gap-8{gap:0.5rem !important;}.gap-10{gap:0.625rem !important;}.gap-15{gap:0.9375rem !important;}.gap-18{gap:1.125rem !important;}.gap-30{gap:1.875rem !important;}.gap-40{gap:2.5rem !important;}.gap-50{gap:3.125rem !important;}.gap-60{gap:3.75rem !important;}.gap-80{gap:5rem !important;}.gap-100{gap:6.25rem !important;}.gap-130{gap:8.125rem !important;}.gap-160{gap:10rem !important;}.gap-200{gap:12.5rem !important;}.gap-250{gap:15.625rem !important;}.gap-20{gap:1.25rem !important;}.row-gap-0{row-gap:0 !important;}.row-gap-1{row-gap:0.25rem !important;}.row-gap-2{row-gap:0.5rem !important;}.row-gap-3{row-gap:0.75rem !important;}.row-gap-4{row-gap:1rem !important;}.row-gap-5{row-gap:1.25rem !important;}.row-gap-6{row-gap:0.375rem !important;}.row-gap-8{row-gap:0.5rem !important;}.row-gap-10{row-gap:0.625rem !important;}.row-gap-15{row-gap:0.9375rem !important;}.row-gap-18{row-gap:1.125rem !important;}.row-gap-30{row-gap:1.875rem !important;}.row-gap-40{row-gap:2.5rem !important;}.row-gap-50{row-gap:3.125rem !important;}.row-gap-60{row-gap:3.75rem !important;}.row-gap-80{row-gap:5rem !important;}.row-gap-100{row-gap:6.25rem !important;}.row-gap-130{row-gap:8.125rem !important;}.row-gap-160{row-gap:10rem !important;}.row-gap-200{row-gap:12.5rem !important;}.row-gap-250{row-gap:15.625rem !important;}.column-gap-0{column-gap:0 !important;}.column-gap-1{column-gap:0.25rem !important;}.column-gap-2{column-gap:0.5rem !important;}.column-gap-3{column-gap:0.75rem !important;}.column-gap-4{column-gap:1rem !important;}.column-gap-5{column-gap:1.25rem !important;}.column-gap-6{column-gap:0.375rem !important;}.column-gap-8{column-gap:0.5rem !important;}.column-gap-10{column-gap:0.625rem !important;}.column-gap-15{column-gap:0.9375rem !important;}.column-gap-18{column-gap:1.125rem !important;}.column-gap-30{column-gap:1.875rem !important;}.column-gap-40{column-gap:2.5rem !important;}.column-gap-50{column-gap:3.125rem !important;}.column-gap-60{column-gap:3.75rem !important;}.column-gap-80{column-gap:5rem !important;}.column-gap-100{column-gap:6.25rem !important;}.column-gap-130{column-gap:8.125rem !important;}.column-gap-160{column-gap:10rem !important;}.column-gap-200{column-gap:12.5rem !important;}.column-gap-250{column-gap:15.625rem !important;}.ff-barlow{font-family:"Barlow",sans-serif !important;}.ff-merriweather{font-family:"Merriweather",serif !important;}.fs-12{font-size:0.75rem !important;}.fs-14{font-size:0.875rem !important;}.fs-16{font-size:1rem !important;}.fs-18{font-size:1.125rem !important;}.fs-20{font-size:1.25rem !important;}.fs-24{font-size:1.5rem !important;}.fs-32{font-size:2rem !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;}.fw-400{font-weight:400 !important;}.fw-500{font-weight:500 !important;}.fw-600{font-weight:600 !important;}.fw-700{font-weight:700 !important;}.fw-800{font-weight:800 !important;}.fw-900{font-weight:900 !important;}.lh-1{line-height:1 !important;}.lh-xs{line-height:1.1 !important;}.lh-sm{line-height:1.25 !important;}.lh-base{line-height:1.5 !important;}.lh-lg{line-height:1.75 !important;}.lh-xl{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-cerulean-blue-accessible{--bs-text-opacity:1;color:rgba(var(--bs-cerulean-blue-accessible-rgb),var(--bs-text-opacity)) !important;}.text-blue{--bs-text-opacity:1;color:rgba(var(--bs-blue-rgb),var(--bs-text-opacity)) !important;}.text-cerulean-blue{--bs-text-opacity:1;color:rgba(var(--bs-cerulean-blue-rgb),var(--bs-text-opacity)) !important;}.text-cerulean-blue-medium{--bs-text-opacity:1;color:rgba(var(--bs-cerulean-blue-medium-rgb),var(--bs-text-opacity)) !important;}.text-cerulean-blue-light{--bs-text-opacity:1;color:rgba(var(--bs-cerulean-blue-light-rgb),var(--bs-text-opacity)) !important;}.text-prussian-blue{--bs-text-opacity:1;color:rgba(var(--bs-prussian-blue-rgb),var(--bs-text-opacity)) !important;}.text-prussian-blue-dark{--bs-text-opacity:1;color:rgba(var(--bs-prussian-blue-dark-rgb),var(--bs-text-opacity)) !important;}.text-prussian-blue-medium{--bs-text-opacity:1;color:rgba(var(--bs-prussian-blue-medium-rgb),var(--bs-text-opacity)) !important;}.text-rust{--bs-text-opacity:1;color:rgba(var(--bs-rust-rgb),var(--bs-text-opacity)) !important;}.text-rust-dark{--bs-text-opacity:1;color:rgba(var(--bs-rust-dark-rgb),var(--bs-text-opacity)) !important;}.text-bronze{--bs-text-opacity:1;color:rgba(var(--bs-bronze-rgb),var(--bs-text-opacity)) !important;}.text-gold{--bs-text-opacity:1;color:rgba(var(--bs-gold-rgb),var(--bs-text-opacity)) !important;}.text-peach{--bs-text-opacity:1;color:rgba(var(--bs-peach-rgb),var(--bs-text-opacity)) !important;}.text-beige{--bs-text-opacity:1;color:rgba(var(--bs-beige-rgb),var(--bs-text-opacity)) !important;}.text-green{--bs-text-opacity:1;color:rgba(var(--bs-green-rgb),var(--bs-text-opacity)) !important;}.text-grey{--bs-text-opacity:1;color:rgba(var(--bs-grey-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,0.5) !important;}.text-white-50{--bs-text-opacity:1;color:rgba(255,255,255,0.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:0.125em !important;}.link-offset-1-hover:hover{text-underline-offset:0.125em !important;}.link-offset-2{text-underline-offset:0.25em !important;}.link-offset-2-hover:hover{text-underline-offset:0.25em !important;}.link-offset-3{text-underline-offset:0.375em !important;}.link-offset-3-hover:hover{text-underline-offset:0.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-cerulean-blue-accessible{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-cerulean-blue-accessible-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-blue{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-blue-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-cerulean-blue{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-cerulean-blue-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-cerulean-blue-medium{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-cerulean-blue-medium-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-cerulean-blue-light{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-cerulean-blue-light-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-prussian-blue{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-prussian-blue-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-prussian-blue-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-prussian-blue-dark-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-prussian-blue-medium{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-prussian-blue-medium-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-rust{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-rust-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-rust-dark{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-rust-dark-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-bronze{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-bronze-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-gold{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-gold-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-peach{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-peach-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-beige{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-beige-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-green{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-green-rgb),var(--bs-link-underline-opacity)) !important;}.link-underline-grey{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-grey-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-cerulean-blue-accessible{--bs-bg-opacity:1;background-color:rgba(var(--bs-cerulean-blue-accessible-rgb),var(--bs-bg-opacity)) !important;}.bg-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-blue-rgb),var(--bs-bg-opacity)) !important;}.bg-cerulean-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-cerulean-blue-rgb),var(--bs-bg-opacity)) !important;}.bg-cerulean-blue-medium{--bs-bg-opacity:1;background-color:rgba(var(--bs-cerulean-blue-medium-rgb),var(--bs-bg-opacity)) !important;}.bg-cerulean-blue-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-cerulean-blue-light-rgb),var(--bs-bg-opacity)) !important;}.bg-prussian-blue{--bs-bg-opacity:1;background-color:rgba(var(--bs-prussian-blue-rgb),var(--bs-bg-opacity)) !important;}.bg-prussian-blue-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-prussian-blue-dark-rgb),var(--bs-bg-opacity)) !important;}.bg-prussian-blue-medium{--bs-bg-opacity:1;background-color:rgba(var(--bs-prussian-blue-medium-rgb),var(--bs-bg-opacity)) !important;}.bg-rust{--bs-bg-opacity:1;background-color:rgba(var(--bs-rust-rgb),var(--bs-bg-opacity)) !important;}.bg-rust-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-rust-dark-rgb),var(--bs-bg-opacity)) !important;}.bg-bronze{--bs-bg-opacity:1;background-color:rgba(var(--bs-bronze-rgb),var(--bs-bg-opacity)) !important;}.bg-gold{--bs-bg-opacity:1;background-color:rgba(var(--bs-gold-rgb),var(--bs-bg-opacity)) !important;}.bg-peach{--bs-bg-opacity:1;background-color:rgba(var(--bs-peach-rgb),var(--bs-bg-opacity)) !important;}.bg-beige{--bs-bg-opacity:1;background-color:rgba(var(--bs-beige-rgb),var(--bs-bg-opacity)) !important;}.bg-green{--bs-bg-opacity:1;background-color:rgba(var(--bs-green-rgb),var(--bs-bg-opacity)) !important;}.bg-grey{--bs-bg-opacity:1;background-color:rgba(var(--bs-grey-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:transparent !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:0.625rem !important;}.rounded-0{border-radius:0 !important;}.rounded-sm{border-radius:0.5rem !important;}.rounded-md{border-radius:0.9375rem !important;}.rounded-circle{border-radius:50% !important;}.rounded-pill{border-radius:50rem !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;}.text-wrap{text-wrap:wrap !important;}.text-nowrap{text-wrap:nowrap !important;}.text-balance{text-wrap:balance !important;}.rounded-tl-0{border-top-left-radius:0 !important;}.rounded-tl-sm{border-top-left-radius:0.5rem !important;}.rounded-tl-md{border-top-left-radius:0.9375rem !important;}.rounded-tl-circle{border-top-left-radius:50% !important;}.rounded-tl-pill{border-top-left-radius:50rem !important;}.rounded-tr-0{border-top-right-radius:0 !important;}.rounded-tr-sm{border-top-right-radius:0.5rem !important;}.rounded-tr-md{border-top-right-radius:0.9375rem !important;}.rounded-tr-circle{border-top-right-radius:50% !important;}.rounded-tr-pill{border-top-right-radius:50rem !important;}.rounded-bl-0{border-bottom-left-radius:0 !important;}.rounded-bl-sm{border-bottom-left-radius:0.5rem !important;}.rounded-bl-md{border-bottom-left-radius:0.9375rem !important;}.rounded-bl-circle{border-bottom-left-radius:50% !important;}.rounded-bl-pill{border-bottom-left-radius:50rem !important;}.rounded-br-0{border-bottom-right-radius:0 !important;}.rounded-br-sm{border-bottom-right-radius:0.5rem !important;}.rounded-br-md{border-bottom-right-radius:0.9375rem !important;}.rounded-br-circle{border-bottom-right-radius:50% !important;}.rounded-br-pill{border-bottom-right-radius:50rem !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;}.w-sm-25{width:25% !important;}.w-sm-50{width:50% !important;}.w-sm-75{width:75% !important;}.w-sm-100{width:100% !important;}.w-sm-auto{width:auto !important;}.mw-sm-520{max-width:520px !important;}.mw-sm-540{max-width:540px !important;}.mw-sm-565{max-width:565px !important;}.mw-sm-720{max-width:720px !important;}.mw-sm-730{max-width:730px !important;}.mw-sm-825{max-width:825px !important;}.mw-sm-920{max-width:920px !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:0.25rem !important;}.m-sm-2{margin:0.5rem !important;}.m-sm-3{margin:0.75rem !important;}.m-sm-4{margin:1rem !important;}.m-sm-5{margin:1.25rem !important;}.m-sm-6{margin:0.375rem !important;}.m-sm-8{margin:0.5rem !important;}.m-sm-10{margin:0.625rem !important;}.m-sm-15{margin:0.9375rem !important;}.m-sm-18{margin:1.125rem !important;}.m-sm-30{margin:1.875rem !important;}.m-sm-40{margin:2.5rem !important;}.m-sm-50{margin:3.125rem !important;}.m-sm-60{margin:3.75rem !important;}.m-sm-80{margin:5rem !important;}.m-sm-100{margin:6.25rem !important;}.m-sm-130{margin:8.125rem !important;}.m-sm-160{margin:10rem !important;}.m-sm-200{margin:12.5rem !important;}.m-sm-250{margin:15.625rem !important;}.m-sm-auto{margin:auto !important;}.m-sm-n0{margin:-0 !important;}.m-sm-n1{margin:-0.25rem !important;}.m-sm-n2{margin:-0.5rem !important;}.m-sm-n3{margin:-0.75rem !important;}.m-sm-n4{margin:-1rem !important;}.m-sm-n5{margin:-1.25rem !important;}.m-sm-n6{margin:-0.375rem !important;}.m-sm-n8{margin:-0.5rem !important;}.m-sm-n10{margin:-0.625rem !important;}.m-sm-n15{margin:-0.9375rem !important;}.m-sm-n18{margin:-1.125rem !important;}.m-sm-n30{margin:-1.875rem !important;}.m-sm-n40{margin:-2.5rem !important;}.m-sm-n50{margin:-3.125rem !important;}.m-sm-n60{margin:-3.75rem !important;}.m-sm-n80{margin:-5rem !important;}.m-sm-n100{margin:-6.25rem !important;}.m-sm-n130{margin:-8.125rem !important;}.m-sm-n160{margin:-10rem !important;}.m-sm-n200{margin:-12.5rem !important;}.m-sm-n250{margin:-15.625rem !important;}.mx-sm-0{margin-right:0 !important;margin-left:0 !important;}.mx-sm-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-sm-3{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-sm-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-sm-5{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-sm-6{margin-right:0.375rem !important;margin-left:0.375rem !important;}.mx-sm-8{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-sm-10{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-sm-15{margin-right:0.9375rem !important;margin-left:0.9375rem !important;}.mx-sm-18{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-sm-30{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-sm-40{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-sm-50{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-sm-60{margin-right:3.75rem !important;margin-left:3.75rem !important;}.mx-sm-80{margin-right:5rem !important;margin-left:5rem !important;}.mx-sm-100{margin-right:6.25rem !important;margin-left:6.25rem !important;}.mx-sm-130{margin-right:8.125rem !important;margin-left:8.125rem !important;}.mx-sm-160{margin-right:10rem !important;margin-left:10rem !important;}.mx-sm-200{margin-right:12.5rem !important;margin-left:12.5rem !important;}.mx-sm-250{margin-right:15.625rem !important;margin-left:15.625rem !important;}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important;}.mx-sm-n0{margin-right:-0 !important;margin-left:-0 !important;}.mx-sm-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-sm-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-sm-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-sm-n4{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-sm-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important;}.mx-sm-n6{margin-right:-0.375rem !important;margin-left:-0.375rem !important;}.mx-sm-n8{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-sm-n10{margin-right:-0.625rem !important;margin-left:-0.625rem !important;}.mx-sm-n15{margin-right:-0.9375rem !important;margin-left:-0.9375rem !important;}.mx-sm-n18{margin-right:-1.125rem !important;margin-left:-1.125rem !important;}.mx-sm-n30{margin-right:-1.875rem !important;margin-left:-1.875rem !important;}.mx-sm-n40{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-sm-n50{margin-right:-3.125rem !important;margin-left:-3.125rem !important;}.mx-sm-n60{margin-right:-3.75rem !important;margin-left:-3.75rem !important;}.mx-sm-n80{margin-right:-5rem !important;margin-left:-5rem !important;}.mx-sm-n100{margin-right:-6.25rem !important;margin-left:-6.25rem !important;}.mx-sm-n130{margin-right:-8.125rem !important;margin-left:-8.125rem !important;}.mx-sm-n160{margin-right:-10rem !important;margin-left:-10rem !important;}.mx-sm-n200{margin-right:-12.5rem !important;margin-left:-12.5rem !important;}.mx-sm-n250{margin-right:-15.625rem !important;margin-left:-15.625rem !important;}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important;}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-sm-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-sm-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-sm-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-sm-6{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-sm-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-sm-10{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-sm-15{margin-top:0.9375rem !important;margin-bottom:0.9375rem !important;}.my-sm-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-sm-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-sm-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-sm-50{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-sm-60{margin-top:3.75rem !important;margin-bottom:3.75rem !important;}.my-sm-80{margin-top:5rem !important;margin-bottom:5rem !important;}.my-sm-100{margin-top:6.25rem !important;margin-bottom:6.25rem !important;}.my-sm-130{margin-top:8.125rem !important;margin-bottom:8.125rem !important;}.my-sm-160{margin-top:10rem !important;margin-bottom:10rem !important;}.my-sm-200{margin-top:12.5rem !important;margin-bottom:12.5rem !important;}.my-sm-250{margin-top:15.625rem !important;margin-bottom:15.625rem !important;}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important;}.my-sm-n0{margin-top:-0 !important;margin-bottom:-0 !important;}.my-sm-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-sm-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-sm-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-sm-n4{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-sm-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important;}.my-sm-n6{margin-top:-0.375rem !important;margin-bottom:-0.375rem !important;}.my-sm-n8{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-sm-n10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important;}.my-sm-n15{margin-top:-0.9375rem !important;margin-bottom:-0.9375rem !important;}.my-sm-n18{margin-top:-1.125rem !important;margin-bottom:-1.125rem !important;}.my-sm-n30{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important;}.my-sm-n40{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-sm-n50{margin-top:-3.125rem !important;margin-bottom:-3.125rem !important;}.my-sm-n60{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important;}.my-sm-n80{margin-top:-5rem !important;margin-bottom:-5rem !important;}.my-sm-n100{margin-top:-6.25rem !important;margin-bottom:-6.25rem !important;}.my-sm-n130{margin-top:-8.125rem !important;margin-bottom:-8.125rem !important;}.my-sm-n160{margin-top:-10rem !important;margin-bottom:-10rem !important;}.my-sm-n200{margin-top:-12.5rem !important;margin-bottom:-12.5rem !important;}.my-sm-n250{margin-top:-15.625rem !important;margin-bottom:-15.625rem !important;}.mt-sm-0{margin-top:0 !important;}.mt-sm-1{margin-top:0.25rem !important;}.mt-sm-2{margin-top:0.5rem !important;}.mt-sm-3{margin-top:0.75rem !important;}.mt-sm-4{margin-top:1rem !important;}.mt-sm-5{margin-top:1.25rem !important;}.mt-sm-6{margin-top:0.375rem !important;}.mt-sm-8{margin-top:0.5rem !important;}.mt-sm-10{margin-top:0.625rem !important;}.mt-sm-15{margin-top:0.9375rem !important;}.mt-sm-18{margin-top:1.125rem !important;}.mt-sm-30{margin-top:1.875rem !important;}.mt-sm-40{margin-top:2.5rem !important;}.mt-sm-50{margin-top:3.125rem !important;}.mt-sm-60{margin-top:3.75rem !important;}.mt-sm-80{margin-top:5rem !important;}.mt-sm-100{margin-top:6.25rem !important;}.mt-sm-130{margin-top:8.125rem !important;}.mt-sm-160{margin-top:10rem !important;}.mt-sm-200{margin-top:12.5rem !important;}.mt-sm-250{margin-top:15.625rem !important;}.mt-sm-auto{margin-top:auto !important;}.mt-sm-n0{margin-top:-0 !important;}.mt-sm-n1{margin-top:-0.25rem !important;}.mt-sm-n2{margin-top:-0.5rem !important;}.mt-sm-n3{margin-top:-0.75rem !important;}.mt-sm-n4{margin-top:-1rem !important;}.mt-sm-n5{margin-top:-1.25rem !important;}.mt-sm-n6{margin-top:-0.375rem !important;}.mt-sm-n8{margin-top:-0.5rem !important;}.mt-sm-n10{margin-top:-0.625rem !important;}.mt-sm-n15{margin-top:-0.9375rem !important;}.mt-sm-n18{margin-top:-1.125rem !important;}.mt-sm-n30{margin-top:-1.875rem !important;}.mt-sm-n40{margin-top:-2.5rem !important;}.mt-sm-n50{margin-top:-3.125rem !important;}.mt-sm-n60{margin-top:-3.75rem !important;}.mt-sm-n80{margin-top:-5rem !important;}.mt-sm-n100{margin-top:-6.25rem !important;}.mt-sm-n130{margin-top:-8.125rem !important;}.mt-sm-n160{margin-top:-10rem !important;}.mt-sm-n200{margin-top:-12.5rem !important;}.mt-sm-n250{margin-top:-15.625rem !important;}.me-sm-0{margin-right:0 !important;}.me-sm-1{margin-right:0.25rem !important;}.me-sm-2{margin-right:0.5rem !important;}.me-sm-3{margin-right:0.75rem !important;}.me-sm-4{margin-right:1rem !important;}.me-sm-5{margin-right:1.25rem !important;}.me-sm-6{margin-right:0.375rem !important;}.me-sm-8{margin-right:0.5rem !important;}.me-sm-10{margin-right:0.625rem !important;}.me-sm-15{margin-right:0.9375rem !important;}.me-sm-18{margin-right:1.125rem !important;}.me-sm-30{margin-right:1.875rem !important;}.me-sm-40{margin-right:2.5rem !important;}.me-sm-50{margin-right:3.125rem !important;}.me-sm-60{margin-right:3.75rem !important;}.me-sm-80{margin-right:5rem !important;}.me-sm-100{margin-right:6.25rem !important;}.me-sm-130{margin-right:8.125rem !important;}.me-sm-160{margin-right:10rem !important;}.me-sm-200{margin-right:12.5rem !important;}.me-sm-250{margin-right:15.625rem !important;}.me-sm-auto{margin-right:auto !important;}.me-sm-n0{margin-right:-0 !important;}.me-sm-n1{margin-right:-0.25rem !important;}.me-sm-n2{margin-right:-0.5rem !important;}.me-sm-n3{margin-right:-0.75rem !important;}.me-sm-n4{margin-right:-1rem !important;}.me-sm-n5{margin-right:-1.25rem !important;}.me-sm-n6{margin-right:-0.375rem !important;}.me-sm-n8{margin-right:-0.5rem !important;}.me-sm-n10{margin-right:-0.625rem !important;}.me-sm-n15{margin-right:-0.9375rem !important;}.me-sm-n18{margin-right:-1.125rem !important;}.me-sm-n30{margin-right:-1.875rem !important;}.me-sm-n40{margin-right:-2.5rem !important;}.me-sm-n50{margin-right:-3.125rem !important;}.me-sm-n60{margin-right:-3.75rem !important;}.me-sm-n80{margin-right:-5rem !important;}.me-sm-n100{margin-right:-6.25rem !important;}.me-sm-n130{margin-right:-8.125rem !important;}.me-sm-n160{margin-right:-10rem !important;}.me-sm-n200{margin-right:-12.5rem !important;}.me-sm-n250{margin-right:-15.625rem !important;}.mb-sm-0{margin-bottom:0 !important;}.mb-sm-1{margin-bottom:0.25rem !important;}.mb-sm-2{margin-bottom:0.5rem !important;}.mb-sm-3{margin-bottom:0.75rem !important;}.mb-sm-4{margin-bottom:1rem !important;}.mb-sm-5{margin-bottom:1.25rem !important;}.mb-sm-6{margin-bottom:0.375rem !important;}.mb-sm-8{margin-bottom:0.5rem !important;}.mb-sm-10{margin-bottom:0.625rem !important;}.mb-sm-15{margin-bottom:0.9375rem !important;}.mb-sm-18{margin-bottom:1.125rem !important;}.mb-sm-30{margin-bottom:1.875rem !important;}.mb-sm-40{margin-bottom:2.5rem !important;}.mb-sm-50{margin-bottom:3.125rem !important;}.mb-sm-60{margin-bottom:3.75rem !important;}.mb-sm-80{margin-bottom:5rem !important;}.mb-sm-100{margin-bottom:6.25rem !important;}.mb-sm-130{margin-bottom:8.125rem !important;}.mb-sm-160{margin-bottom:10rem !important;}.mb-sm-200{margin-bottom:12.5rem !important;}.mb-sm-250{margin-bottom:15.625rem !important;}.mb-sm-auto{margin-bottom:auto !important;}.mb-sm-n0{margin-bottom:-0 !important;}.mb-sm-n1{margin-bottom:-0.25rem !important;}.mb-sm-n2{margin-bottom:-0.5rem !important;}.mb-sm-n3{margin-bottom:-0.75rem !important;}.mb-sm-n4{margin-bottom:-1rem !important;}.mb-sm-n5{margin-bottom:-1.25rem !important;}.mb-sm-n6{margin-bottom:-0.375rem !important;}.mb-sm-n8{margin-bottom:-0.5rem !important;}.mb-sm-n10{margin-bottom:-0.625rem !important;}.mb-sm-n15{margin-bottom:-0.9375rem !important;}.mb-sm-n18{margin-bottom:-1.125rem !important;}.mb-sm-n30{margin-bottom:-1.875rem !important;}.mb-sm-n40{margin-bottom:-2.5rem !important;}.mb-sm-n50{margin-bottom:-3.125rem !important;}.mb-sm-n60{margin-bottom:-3.75rem !important;}.mb-sm-n80{margin-bottom:-5rem !important;}.mb-sm-n100{margin-bottom:-6.25rem !important;}.mb-sm-n130{margin-bottom:-8.125rem !important;}.mb-sm-n160{margin-bottom:-10rem !important;}.mb-sm-n200{margin-bottom:-12.5rem !important;}.mb-sm-n250{margin-bottom:-15.625rem !important;}.ms-sm-0{margin-left:0 !important;}.ms-sm-1{margin-left:0.25rem !important;}.ms-sm-2{margin-left:0.5rem !important;}.ms-sm-3{margin-left:0.75rem !important;}.ms-sm-4{margin-left:1rem !important;}.ms-sm-5{margin-left:1.25rem !important;}.ms-sm-6{margin-left:0.375rem !important;}.ms-sm-8{margin-left:0.5rem !important;}.ms-sm-10{margin-left:0.625rem !important;}.ms-sm-15{margin-left:0.9375rem !important;}.ms-sm-18{margin-left:1.125rem !important;}.ms-sm-30{margin-left:1.875rem !important;}.ms-sm-40{margin-left:2.5rem !important;}.ms-sm-50{margin-left:3.125rem !important;}.ms-sm-60{margin-left:3.75rem !important;}.ms-sm-80{margin-left:5rem !important;}.ms-sm-100{margin-left:6.25rem !important;}.ms-sm-130{margin-left:8.125rem !important;}.ms-sm-160{margin-left:10rem !important;}.ms-sm-200{margin-left:12.5rem !important;}.ms-sm-250{margin-left:15.625rem !important;}.ms-sm-auto{margin-left:auto !important;}.ms-sm-n0{margin-left:-0 !important;}.ms-sm-n1{margin-left:-0.25rem !important;}.ms-sm-n2{margin-left:-0.5rem !important;}.ms-sm-n3{margin-left:-0.75rem !important;}.ms-sm-n4{margin-left:-1rem !important;}.ms-sm-n5{margin-left:-1.25rem !important;}.ms-sm-n6{margin-left:-0.375rem !important;}.ms-sm-n8{margin-left:-0.5rem !important;}.ms-sm-n10{margin-left:-0.625rem !important;}.ms-sm-n15{margin-left:-0.9375rem !important;}.ms-sm-n18{margin-left:-1.125rem !important;}.ms-sm-n30{margin-left:-1.875rem !important;}.ms-sm-n40{margin-left:-2.5rem !important;}.ms-sm-n50{margin-left:-3.125rem !important;}.ms-sm-n60{margin-left:-3.75rem !important;}.ms-sm-n80{margin-left:-5rem !important;}.ms-sm-n100{margin-left:-6.25rem !important;}.ms-sm-n130{margin-left:-8.125rem !important;}.ms-sm-n160{margin-left:-10rem !important;}.ms-sm-n200{margin-left:-12.5rem !important;}.ms-sm-n250{margin-left:-15.625rem !important;}.p-sm-0{padding:0 !important;}.p-sm-1{padding:0.25rem !important;}.p-sm-2{padding:0.5rem !important;}.p-sm-3{padding:0.75rem !important;}.p-sm-4{padding:1rem !important;}.p-sm-5{padding:1.25rem !important;}.p-sm-6{padding:0.375rem !important;}.p-sm-8{padding:0.5rem !important;}.p-sm-10{padding:0.625rem !important;}.p-sm-15{padding:0.9375rem !important;}.p-sm-18{padding:1.125rem !important;}.p-sm-30{padding:1.875rem !important;}.p-sm-40{padding:2.5rem !important;}.p-sm-50{padding:3.125rem !important;}.p-sm-60{padding:3.75rem !important;}.p-sm-80{padding:5rem !important;}.p-sm-100{padding:6.25rem !important;}.p-sm-130{padding:8.125rem !important;}.p-sm-160{padding:10rem !important;}.p-sm-200{padding:12.5rem !important;}.p-sm-250{padding:15.625rem !important;}.px-sm-0{padding-right:0 !important;padding-left:0 !important;}.px-sm-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-sm-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-sm-3{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-sm-4{padding-right:1rem !important;padding-left:1rem !important;}.px-sm-5{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-sm-6{padding-right:0.375rem !important;padding-left:0.375rem !important;}.px-sm-8{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-sm-10{padding-right:0.625rem !important;padding-left:0.625rem !important;}.px-sm-15{padding-right:0.9375rem !important;padding-left:0.9375rem !important;}.px-sm-18{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-sm-30{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-sm-40{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-sm-50{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-sm-60{padding-right:3.75rem !important;padding-left:3.75rem !important;}.px-sm-80{padding-right:5rem !important;padding-left:5rem !important;}.px-sm-100{padding-right:6.25rem !important;padding-left:6.25rem !important;}.px-sm-130{padding-right:8.125rem !important;padding-left:8.125rem !important;}.px-sm-160{padding-right:10rem !important;padding-left:10rem !important;}.px-sm-200{padding-right:12.5rem !important;padding-left:12.5rem !important;}.px-sm-250{padding-right:15.625rem !important;padding-left:15.625rem !important;}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important;}.py-sm-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-sm-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-sm-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-sm-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-sm-6{padding-top:0.375rem !important;padding-bottom:0.375rem !important;}.py-sm-8{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-sm-10{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.py-sm-15{padding-top:0.9375rem !important;padding-bottom:0.9375rem !important;}.py-sm-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-sm-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-sm-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-sm-50{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-sm-60{padding-top:3.75rem !important;padding-bottom:3.75rem !important;}.py-sm-80{padding-top:5rem !important;padding-bottom:5rem !important;}.py-sm-100{padding-top:6.25rem !important;padding-bottom:6.25rem !important;}.py-sm-130{padding-top:8.125rem !important;padding-bottom:8.125rem !important;}.py-sm-160{padding-top:10rem !important;padding-bottom:10rem !important;}.py-sm-200{padding-top:12.5rem !important;padding-bottom:12.5rem !important;}.py-sm-250{padding-top:15.625rem !important;padding-bottom:15.625rem !important;}.pt-sm-0{padding-top:0 !important;}.pt-sm-1{padding-top:0.25rem !important;}.pt-sm-2{padding-top:0.5rem !important;}.pt-sm-3{padding-top:0.75rem !important;}.pt-sm-4{padding-top:1rem !important;}.pt-sm-5{padding-top:1.25rem !important;}.pt-sm-6{padding-top:0.375rem !important;}.pt-sm-8{padding-top:0.5rem !important;}.pt-sm-10{padding-top:0.625rem !important;}.pt-sm-15{padding-top:0.9375rem !important;}.pt-sm-18{padding-top:1.125rem !important;}.pt-sm-30{padding-top:1.875rem !important;}.pt-sm-40{padding-top:2.5rem !important;}.pt-sm-50{padding-top:3.125rem !important;}.pt-sm-60{padding-top:3.75rem !important;}.pt-sm-80{padding-top:5rem !important;}.pt-sm-100{padding-top:6.25rem !important;}.pt-sm-130{padding-top:8.125rem !important;}.pt-sm-160{padding-top:10rem !important;}.pt-sm-200{padding-top:12.5rem !important;}.pt-sm-250{padding-top:15.625rem !important;}.pe-sm-0{padding-right:0 !important;}.pe-sm-1{padding-right:0.25rem !important;}.pe-sm-2{padding-right:0.5rem !important;}.pe-sm-3{padding-right:0.75rem !important;}.pe-sm-4{padding-right:1rem !important;}.pe-sm-5{padding-right:1.25rem !important;}.pe-sm-6{padding-right:0.375rem !important;}.pe-sm-8{padding-right:0.5rem !important;}.pe-sm-10{padding-right:0.625rem !important;}.pe-sm-15{padding-right:0.9375rem !important;}.pe-sm-18{padding-right:1.125rem !important;}.pe-sm-30{padding-right:1.875rem !important;}.pe-sm-40{padding-right:2.5rem !important;}.pe-sm-50{padding-right:3.125rem !important;}.pe-sm-60{padding-right:3.75rem !important;}.pe-sm-80{padding-right:5rem !important;}.pe-sm-100{padding-right:6.25rem !important;}.pe-sm-130{padding-right:8.125rem !important;}.pe-sm-160{padding-right:10rem !important;}.pe-sm-200{padding-right:12.5rem !important;}.pe-sm-250{padding-right:15.625rem !important;}.pb-sm-0{padding-bottom:0 !important;}.pb-sm-1{padding-bottom:0.25rem !important;}.pb-sm-2{padding-bottom:0.5rem !important;}.pb-sm-3{padding-bottom:0.75rem !important;}.pb-sm-4{padding-bottom:1rem !important;}.pb-sm-5{padding-bottom:1.25rem !important;}.pb-sm-6{padding-bottom:0.375rem !important;}.pb-sm-8{padding-bottom:0.5rem !important;}.pb-sm-10{padding-bottom:0.625rem !important;}.pb-sm-15{padding-bottom:0.9375rem !important;}.pb-sm-18{padding-bottom:1.125rem !important;}.pb-sm-30{padding-bottom:1.875rem !important;}.pb-sm-40{padding-bottom:2.5rem !important;}.pb-sm-50{padding-bottom:3.125rem !important;}.pb-sm-60{padding-bottom:3.75rem !important;}.pb-sm-80{padding-bottom:5rem !important;}.pb-sm-100{padding-bottom:6.25rem !important;}.pb-sm-130{padding-bottom:8.125rem !important;}.pb-sm-160{padding-bottom:10rem !important;}.pb-sm-200{padding-bottom:12.5rem !important;}.pb-sm-250{padding-bottom:15.625rem !important;}.ps-sm-0{padding-left:0 !important;}.ps-sm-1{padding-left:0.25rem !important;}.ps-sm-2{padding-left:0.5rem !important;}.ps-sm-3{padding-left:0.75rem !important;}.ps-sm-4{padding-left:1rem !important;}.ps-sm-5{padding-left:1.25rem !important;}.ps-sm-6{padding-left:0.375rem !important;}.ps-sm-8{padding-left:0.5rem !important;}.ps-sm-10{padding-left:0.625rem !important;}.ps-sm-15{padding-left:0.9375rem !important;}.ps-sm-18{padding-left:1.125rem !important;}.ps-sm-30{padding-left:1.875rem !important;}.ps-sm-40{padding-left:2.5rem !important;}.ps-sm-50{padding-left:3.125rem !important;}.ps-sm-60{padding-left:3.75rem !important;}.ps-sm-80{padding-left:5rem !important;}.ps-sm-100{padding-left:6.25rem !important;}.ps-sm-130{padding-left:8.125rem !important;}.ps-sm-160{padding-left:10rem !important;}.ps-sm-200{padding-left:12.5rem !important;}.ps-sm-250{padding-left:15.625rem !important;}.gap-sm-0{gap:0 !important;}.gap-sm-1{gap:0.25rem !important;}.gap-sm-2{gap:0.5rem !important;}.gap-sm-3{gap:0.75rem !important;}.gap-sm-4{gap:1rem !important;}.gap-sm-5{gap:1.25rem !important;}.gap-sm-6{gap:0.375rem !important;}.gap-sm-8{gap:0.5rem !important;}.gap-sm-10{gap:0.625rem !important;}.gap-sm-15{gap:0.9375rem !important;}.gap-sm-18{gap:1.125rem !important;}.gap-sm-30{gap:1.875rem !important;}.gap-sm-40{gap:2.5rem !important;}.gap-sm-50{gap:3.125rem !important;}.gap-sm-60{gap:3.75rem !important;}.gap-sm-80{gap:5rem !important;}.gap-sm-100{gap:6.25rem !important;}.gap-sm-130{gap:8.125rem !important;}.gap-sm-160{gap:10rem !important;}.gap-sm-200{gap:12.5rem !important;}.gap-sm-250{gap:15.625rem !important;}.gap-sm-20{gap:1.25rem !important;}.row-gap-sm-0{row-gap:0 !important;}.row-gap-sm-1{row-gap:0.25rem !important;}.row-gap-sm-2{row-gap:0.5rem !important;}.row-gap-sm-3{row-gap:0.75rem !important;}.row-gap-sm-4{row-gap:1rem !important;}.row-gap-sm-5{row-gap:1.25rem !important;}.row-gap-sm-6{row-gap:0.375rem !important;}.row-gap-sm-8{row-gap:0.5rem !important;}.row-gap-sm-10{row-gap:0.625rem !important;}.row-gap-sm-15{row-gap:0.9375rem !important;}.row-gap-sm-18{row-gap:1.125rem !important;}.row-gap-sm-30{row-gap:1.875rem !important;}.row-gap-sm-40{row-gap:2.5rem !important;}.row-gap-sm-50{row-gap:3.125rem !important;}.row-gap-sm-60{row-gap:3.75rem !important;}.row-gap-sm-80{row-gap:5rem !important;}.row-gap-sm-100{row-gap:6.25rem !important;}.row-gap-sm-130{row-gap:8.125rem !important;}.row-gap-sm-160{row-gap:10rem !important;}.row-gap-sm-200{row-gap:12.5rem !important;}.row-gap-sm-250{row-gap:15.625rem !important;}.column-gap-sm-0{column-gap:0 !important;}.column-gap-sm-1{column-gap:0.25rem !important;}.column-gap-sm-2{column-gap:0.5rem !important;}.column-gap-sm-3{column-gap:0.75rem !important;}.column-gap-sm-4{column-gap:1rem !important;}.column-gap-sm-5{column-gap:1.25rem !important;}.column-gap-sm-6{column-gap:0.375rem !important;}.column-gap-sm-8{column-gap:0.5rem !important;}.column-gap-sm-10{column-gap:0.625rem !important;}.column-gap-sm-15{column-gap:0.9375rem !important;}.column-gap-sm-18{column-gap:1.125rem !important;}.column-gap-sm-30{column-gap:1.875rem !important;}.column-gap-sm-40{column-gap:2.5rem !important;}.column-gap-sm-50{column-gap:3.125rem !important;}.column-gap-sm-60{column-gap:3.75rem !important;}.column-gap-sm-80{column-gap:5rem !important;}.column-gap-sm-100{column-gap:6.25rem !important;}.column-gap-sm-130{column-gap:8.125rem !important;}.column-gap-sm-160{column-gap:10rem !important;}.column-gap-sm-200{column-gap:12.5rem !important;}.column-gap-sm-250{column-gap:15.625rem !important;}.fs-sm-12{font-size:0.75rem !important;}.fs-sm-14{font-size:0.875rem !important;}.fs-sm-16{font-size:1rem !important;}.fs-sm-18{font-size:1.125rem !important;}.fs-sm-20{font-size:1.25rem !important;}.fs-sm-24{font-size:1.5rem !important;}.fs-sm-32{font-size:2rem !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;}.w-md-25{width:25% !important;}.w-md-50{width:50% !important;}.w-md-75{width:75% !important;}.w-md-100{width:100% !important;}.w-md-auto{width:auto !important;}.mw-md-520{max-width:520px !important;}.mw-md-540{max-width:540px !important;}.mw-md-565{max-width:565px !important;}.mw-md-720{max-width:720px !important;}.mw-md-730{max-width:730px !important;}.mw-md-825{max-width:825px !important;}.mw-md-920{max-width:920px !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:0.25rem !important;}.m-md-2{margin:0.5rem !important;}.m-md-3{margin:0.75rem !important;}.m-md-4{margin:1rem !important;}.m-md-5{margin:1.25rem !important;}.m-md-6{margin:0.375rem !important;}.m-md-8{margin:0.5rem !important;}.m-md-10{margin:0.625rem !important;}.m-md-15{margin:0.9375rem !important;}.m-md-18{margin:1.125rem !important;}.m-md-30{margin:1.875rem !important;}.m-md-40{margin:2.5rem !important;}.m-md-50{margin:3.125rem !important;}.m-md-60{margin:3.75rem !important;}.m-md-80{margin:5rem !important;}.m-md-100{margin:6.25rem !important;}.m-md-130{margin:8.125rem !important;}.m-md-160{margin:10rem !important;}.m-md-200{margin:12.5rem !important;}.m-md-250{margin:15.625rem !important;}.m-md-auto{margin:auto !important;}.m-md-n0{margin:-0 !important;}.m-md-n1{margin:-0.25rem !important;}.m-md-n2{margin:-0.5rem !important;}.m-md-n3{margin:-0.75rem !important;}.m-md-n4{margin:-1rem !important;}.m-md-n5{margin:-1.25rem !important;}.m-md-n6{margin:-0.375rem !important;}.m-md-n8{margin:-0.5rem !important;}.m-md-n10{margin:-0.625rem !important;}.m-md-n15{margin:-0.9375rem !important;}.m-md-n18{margin:-1.125rem !important;}.m-md-n30{margin:-1.875rem !important;}.m-md-n40{margin:-2.5rem !important;}.m-md-n50{margin:-3.125rem !important;}.m-md-n60{margin:-3.75rem !important;}.m-md-n80{margin:-5rem !important;}.m-md-n100{margin:-6.25rem !important;}.m-md-n130{margin:-8.125rem !important;}.m-md-n160{margin:-10rem !important;}.m-md-n200{margin:-12.5rem !important;}.m-md-n250{margin:-15.625rem !important;}.mx-md-0{margin-right:0 !important;margin-left:0 !important;}.mx-md-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-md-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-md-3{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-md-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-md-5{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-md-6{margin-right:0.375rem !important;margin-left:0.375rem !important;}.mx-md-8{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-md-10{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-md-15{margin-right:0.9375rem !important;margin-left:0.9375rem !important;}.mx-md-18{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-md-30{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-md-40{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-md-50{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-md-60{margin-right:3.75rem !important;margin-left:3.75rem !important;}.mx-md-80{margin-right:5rem !important;margin-left:5rem !important;}.mx-md-100{margin-right:6.25rem !important;margin-left:6.25rem !important;}.mx-md-130{margin-right:8.125rem !important;margin-left:8.125rem !important;}.mx-md-160{margin-right:10rem !important;margin-left:10rem !important;}.mx-md-200{margin-right:12.5rem !important;margin-left:12.5rem !important;}.mx-md-250{margin-right:15.625rem !important;margin-left:15.625rem !important;}.mx-md-auto{margin-right:auto !important;margin-left:auto !important;}.mx-md-n0{margin-right:-0 !important;margin-left:-0 !important;}.mx-md-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-md-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-md-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-md-n4{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-md-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important;}.mx-md-n6{margin-right:-0.375rem !important;margin-left:-0.375rem !important;}.mx-md-n8{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-md-n10{margin-right:-0.625rem !important;margin-left:-0.625rem !important;}.mx-md-n15{margin-right:-0.9375rem !important;margin-left:-0.9375rem !important;}.mx-md-n18{margin-right:-1.125rem !important;margin-left:-1.125rem !important;}.mx-md-n30{margin-right:-1.875rem !important;margin-left:-1.875rem !important;}.mx-md-n40{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-md-n50{margin-right:-3.125rem !important;margin-left:-3.125rem !important;}.mx-md-n60{margin-right:-3.75rem !important;margin-left:-3.75rem !important;}.mx-md-n80{margin-right:-5rem !important;margin-left:-5rem !important;}.mx-md-n100{margin-right:-6.25rem !important;margin-left:-6.25rem !important;}.mx-md-n130{margin-right:-8.125rem !important;margin-left:-8.125rem !important;}.mx-md-n160{margin-right:-10rem !important;margin-left:-10rem !important;}.mx-md-n200{margin-right:-12.5rem !important;margin-left:-12.5rem !important;}.mx-md-n250{margin-right:-15.625rem !important;margin-left:-15.625rem !important;}.my-md-0{margin-top:0 !important;margin-bottom:0 !important;}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-md-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-md-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-md-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-md-6{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-md-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-md-10{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-md-15{margin-top:0.9375rem !important;margin-bottom:0.9375rem !important;}.my-md-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-md-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-md-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-md-50{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-md-60{margin-top:3.75rem !important;margin-bottom:3.75rem !important;}.my-md-80{margin-top:5rem !important;margin-bottom:5rem !important;}.my-md-100{margin-top:6.25rem !important;margin-bottom:6.25rem !important;}.my-md-130{margin-top:8.125rem !important;margin-bottom:8.125rem !important;}.my-md-160{margin-top:10rem !important;margin-bottom:10rem !important;}.my-md-200{margin-top:12.5rem !important;margin-bottom:12.5rem !important;}.my-md-250{margin-top:15.625rem !important;margin-bottom:15.625rem !important;}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important;}.my-md-n0{margin-top:-0 !important;margin-bottom:-0 !important;}.my-md-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-md-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-md-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-md-n4{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-md-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important;}.my-md-n6{margin-top:-0.375rem !important;margin-bottom:-0.375rem !important;}.my-md-n8{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-md-n10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important;}.my-md-n15{margin-top:-0.9375rem !important;margin-bottom:-0.9375rem !important;}.my-md-n18{margin-top:-1.125rem !important;margin-bottom:-1.125rem !important;}.my-md-n30{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important;}.my-md-n40{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-md-n50{margin-top:-3.125rem !important;margin-bottom:-3.125rem !important;}.my-md-n60{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important;}.my-md-n80{margin-top:-5rem !important;margin-bottom:-5rem !important;}.my-md-n100{margin-top:-6.25rem !important;margin-bottom:-6.25rem !important;}.my-md-n130{margin-top:-8.125rem !important;margin-bottom:-8.125rem !important;}.my-md-n160{margin-top:-10rem !important;margin-bottom:-10rem !important;}.my-md-n200{margin-top:-12.5rem !important;margin-bottom:-12.5rem !important;}.my-md-n250{margin-top:-15.625rem !important;margin-bottom:-15.625rem !important;}.mt-md-0{margin-top:0 !important;}.mt-md-1{margin-top:0.25rem !important;}.mt-md-2{margin-top:0.5rem !important;}.mt-md-3{margin-top:0.75rem !important;}.mt-md-4{margin-top:1rem !important;}.mt-md-5{margin-top:1.25rem !important;}.mt-md-6{margin-top:0.375rem !important;}.mt-md-8{margin-top:0.5rem !important;}.mt-md-10{margin-top:0.625rem !important;}.mt-md-15{margin-top:0.9375rem !important;}.mt-md-18{margin-top:1.125rem !important;}.mt-md-30{margin-top:1.875rem !important;}.mt-md-40{margin-top:2.5rem !important;}.mt-md-50{margin-top:3.125rem !important;}.mt-md-60{margin-top:3.75rem !important;}.mt-md-80{margin-top:5rem !important;}.mt-md-100{margin-top:6.25rem !important;}.mt-md-130{margin-top:8.125rem !important;}.mt-md-160{margin-top:10rem !important;}.mt-md-200{margin-top:12.5rem !important;}.mt-md-250{margin-top:15.625rem !important;}.mt-md-auto{margin-top:auto !important;}.mt-md-n0{margin-top:-0 !important;}.mt-md-n1{margin-top:-0.25rem !important;}.mt-md-n2{margin-top:-0.5rem !important;}.mt-md-n3{margin-top:-0.75rem !important;}.mt-md-n4{margin-top:-1rem !important;}.mt-md-n5{margin-top:-1.25rem !important;}.mt-md-n6{margin-top:-0.375rem !important;}.mt-md-n8{margin-top:-0.5rem !important;}.mt-md-n10{margin-top:-0.625rem !important;}.mt-md-n15{margin-top:-0.9375rem !important;}.mt-md-n18{margin-top:-1.125rem !important;}.mt-md-n30{margin-top:-1.875rem !important;}.mt-md-n40{margin-top:-2.5rem !important;}.mt-md-n50{margin-top:-3.125rem !important;}.mt-md-n60{margin-top:-3.75rem !important;}.mt-md-n80{margin-top:-5rem !important;}.mt-md-n100{margin-top:-6.25rem !important;}.mt-md-n130{margin-top:-8.125rem !important;}.mt-md-n160{margin-top:-10rem !important;}.mt-md-n200{margin-top:-12.5rem !important;}.mt-md-n250{margin-top:-15.625rem !important;}.me-md-0{margin-right:0 !important;}.me-md-1{margin-right:0.25rem !important;}.me-md-2{margin-right:0.5rem !important;}.me-md-3{margin-right:0.75rem !important;}.me-md-4{margin-right:1rem !important;}.me-md-5{margin-right:1.25rem !important;}.me-md-6{margin-right:0.375rem !important;}.me-md-8{margin-right:0.5rem !important;}.me-md-10{margin-right:0.625rem !important;}.me-md-15{margin-right:0.9375rem !important;}.me-md-18{margin-right:1.125rem !important;}.me-md-30{margin-right:1.875rem !important;}.me-md-40{margin-right:2.5rem !important;}.me-md-50{margin-right:3.125rem !important;}.me-md-60{margin-right:3.75rem !important;}.me-md-80{margin-right:5rem !important;}.me-md-100{margin-right:6.25rem !important;}.me-md-130{margin-right:8.125rem !important;}.me-md-160{margin-right:10rem !important;}.me-md-200{margin-right:12.5rem !important;}.me-md-250{margin-right:15.625rem !important;}.me-md-auto{margin-right:auto !important;}.me-md-n0{margin-right:-0 !important;}.me-md-n1{margin-right:-0.25rem !important;}.me-md-n2{margin-right:-0.5rem !important;}.me-md-n3{margin-right:-0.75rem !important;}.me-md-n4{margin-right:-1rem !important;}.me-md-n5{margin-right:-1.25rem !important;}.me-md-n6{margin-right:-0.375rem !important;}.me-md-n8{margin-right:-0.5rem !important;}.me-md-n10{margin-right:-0.625rem !important;}.me-md-n15{margin-right:-0.9375rem !important;}.me-md-n18{margin-right:-1.125rem !important;}.me-md-n30{margin-right:-1.875rem !important;}.me-md-n40{margin-right:-2.5rem !important;}.me-md-n50{margin-right:-3.125rem !important;}.me-md-n60{margin-right:-3.75rem !important;}.me-md-n80{margin-right:-5rem !important;}.me-md-n100{margin-right:-6.25rem !important;}.me-md-n130{margin-right:-8.125rem !important;}.me-md-n160{margin-right:-10rem !important;}.me-md-n200{margin-right:-12.5rem !important;}.me-md-n250{margin-right:-15.625rem !important;}.mb-md-0{margin-bottom:0 !important;}.mb-md-1{margin-bottom:0.25rem !important;}.mb-md-2{margin-bottom:0.5rem !important;}.mb-md-3{margin-bottom:0.75rem !important;}.mb-md-4{margin-bottom:1rem !important;}.mb-md-5{margin-bottom:1.25rem !important;}.mb-md-6{margin-bottom:0.375rem !important;}.mb-md-8{margin-bottom:0.5rem !important;}.mb-md-10{margin-bottom:0.625rem !important;}.mb-md-15{margin-bottom:0.9375rem !important;}.mb-md-18{margin-bottom:1.125rem !important;}.mb-md-30{margin-bottom:1.875rem !important;}.mb-md-40{margin-bottom:2.5rem !important;}.mb-md-50{margin-bottom:3.125rem !important;}.mb-md-60{margin-bottom:3.75rem !important;}.mb-md-80{margin-bottom:5rem !important;}.mb-md-100{margin-bottom:6.25rem !important;}.mb-md-130{margin-bottom:8.125rem !important;}.mb-md-160{margin-bottom:10rem !important;}.mb-md-200{margin-bottom:12.5rem !important;}.mb-md-250{margin-bottom:15.625rem !important;}.mb-md-auto{margin-bottom:auto !important;}.mb-md-n0{margin-bottom:-0 !important;}.mb-md-n1{margin-bottom:-0.25rem !important;}.mb-md-n2{margin-bottom:-0.5rem !important;}.mb-md-n3{margin-bottom:-0.75rem !important;}.mb-md-n4{margin-bottom:-1rem !important;}.mb-md-n5{margin-bottom:-1.25rem !important;}.mb-md-n6{margin-bottom:-0.375rem !important;}.mb-md-n8{margin-bottom:-0.5rem !important;}.mb-md-n10{margin-bottom:-0.625rem !important;}.mb-md-n15{margin-bottom:-0.9375rem !important;}.mb-md-n18{margin-bottom:-1.125rem !important;}.mb-md-n30{margin-bottom:-1.875rem !important;}.mb-md-n40{margin-bottom:-2.5rem !important;}.mb-md-n50{margin-bottom:-3.125rem !important;}.mb-md-n60{margin-bottom:-3.75rem !important;}.mb-md-n80{margin-bottom:-5rem !important;}.mb-md-n100{margin-bottom:-6.25rem !important;}.mb-md-n130{margin-bottom:-8.125rem !important;}.mb-md-n160{margin-bottom:-10rem !important;}.mb-md-n200{margin-bottom:-12.5rem !important;}.mb-md-n250{margin-bottom:-15.625rem !important;}.ms-md-0{margin-left:0 !important;}.ms-md-1{margin-left:0.25rem !important;}.ms-md-2{margin-left:0.5rem !important;}.ms-md-3{margin-left:0.75rem !important;}.ms-md-4{margin-left:1rem !important;}.ms-md-5{margin-left:1.25rem !important;}.ms-md-6{margin-left:0.375rem !important;}.ms-md-8{margin-left:0.5rem !important;}.ms-md-10{margin-left:0.625rem !important;}.ms-md-15{margin-left:0.9375rem !important;}.ms-md-18{margin-left:1.125rem !important;}.ms-md-30{margin-left:1.875rem !important;}.ms-md-40{margin-left:2.5rem !important;}.ms-md-50{margin-left:3.125rem !important;}.ms-md-60{margin-left:3.75rem !important;}.ms-md-80{margin-left:5rem !important;}.ms-md-100{margin-left:6.25rem !important;}.ms-md-130{margin-left:8.125rem !important;}.ms-md-160{margin-left:10rem !important;}.ms-md-200{margin-left:12.5rem !important;}.ms-md-250{margin-left:15.625rem !important;}.ms-md-auto{margin-left:auto !important;}.ms-md-n0{margin-left:-0 !important;}.ms-md-n1{margin-left:-0.25rem !important;}.ms-md-n2{margin-left:-0.5rem !important;}.ms-md-n3{margin-left:-0.75rem !important;}.ms-md-n4{margin-left:-1rem !important;}.ms-md-n5{margin-left:-1.25rem !important;}.ms-md-n6{margin-left:-0.375rem !important;}.ms-md-n8{margin-left:-0.5rem !important;}.ms-md-n10{margin-left:-0.625rem !important;}.ms-md-n15{margin-left:-0.9375rem !important;}.ms-md-n18{margin-left:-1.125rem !important;}.ms-md-n30{margin-left:-1.875rem !important;}.ms-md-n40{margin-left:-2.5rem !important;}.ms-md-n50{margin-left:-3.125rem !important;}.ms-md-n60{margin-left:-3.75rem !important;}.ms-md-n80{margin-left:-5rem !important;}.ms-md-n100{margin-left:-6.25rem !important;}.ms-md-n130{margin-left:-8.125rem !important;}.ms-md-n160{margin-left:-10rem !important;}.ms-md-n200{margin-left:-12.5rem !important;}.ms-md-n250{margin-left:-15.625rem !important;}.p-md-0{padding:0 !important;}.p-md-1{padding:0.25rem !important;}.p-md-2{padding:0.5rem !important;}.p-md-3{padding:0.75rem !important;}.p-md-4{padding:1rem !important;}.p-md-5{padding:1.25rem !important;}.p-md-6{padding:0.375rem !important;}.p-md-8{padding:0.5rem !important;}.p-md-10{padding:0.625rem !important;}.p-md-15{padding:0.9375rem !important;}.p-md-18{padding:1.125rem !important;}.p-md-30{padding:1.875rem !important;}.p-md-40{padding:2.5rem !important;}.p-md-50{padding:3.125rem !important;}.p-md-60{padding:3.75rem !important;}.p-md-80{padding:5rem !important;}.p-md-100{padding:6.25rem !important;}.p-md-130{padding:8.125rem !important;}.p-md-160{padding:10rem !important;}.p-md-200{padding:12.5rem !important;}.p-md-250{padding:15.625rem !important;}.px-md-0{padding-right:0 !important;padding-left:0 !important;}.px-md-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-md-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-md-3{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-md-4{padding-right:1rem !important;padding-left:1rem !important;}.px-md-5{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-md-6{padding-right:0.375rem !important;padding-left:0.375rem !important;}.px-md-8{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-md-10{padding-right:0.625rem !important;padding-left:0.625rem !important;}.px-md-15{padding-right:0.9375rem !important;padding-left:0.9375rem !important;}.px-md-18{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-md-30{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-md-40{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-md-50{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-md-60{padding-right:3.75rem !important;padding-left:3.75rem !important;}.px-md-80{padding-right:5rem !important;padding-left:5rem !important;}.px-md-100{padding-right:6.25rem !important;padding-left:6.25rem !important;}.px-md-130{padding-right:8.125rem !important;padding-left:8.125rem !important;}.px-md-160{padding-right:10rem !important;padding-left:10rem !important;}.px-md-200{padding-right:12.5rem !important;padding-left:12.5rem !important;}.px-md-250{padding-right:15.625rem !important;padding-left:15.625rem !important;}.py-md-0{padding-top:0 !important;padding-bottom:0 !important;}.py-md-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-md-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-md-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-md-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-md-6{padding-top:0.375rem !important;padding-bottom:0.375rem !important;}.py-md-8{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-md-10{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.py-md-15{padding-top:0.9375rem !important;padding-bottom:0.9375rem !important;}.py-md-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-md-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-md-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-md-50{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-md-60{padding-top:3.75rem !important;padding-bottom:3.75rem !important;}.py-md-80{padding-top:5rem !important;padding-bottom:5rem !important;}.py-md-100{padding-top:6.25rem !important;padding-bottom:6.25rem !important;}.py-md-130{padding-top:8.125rem !important;padding-bottom:8.125rem !important;}.py-md-160{padding-top:10rem !important;padding-bottom:10rem !important;}.py-md-200{padding-top:12.5rem !important;padding-bottom:12.5rem !important;}.py-md-250{padding-top:15.625rem !important;padding-bottom:15.625rem !important;}.pt-md-0{padding-top:0 !important;}.pt-md-1{padding-top:0.25rem !important;}.pt-md-2{padding-top:0.5rem !important;}.pt-md-3{padding-top:0.75rem !important;}.pt-md-4{padding-top:1rem !important;}.pt-md-5{padding-top:1.25rem !important;}.pt-md-6{padding-top:0.375rem !important;}.pt-md-8{padding-top:0.5rem !important;}.pt-md-10{padding-top:0.625rem !important;}.pt-md-15{padding-top:0.9375rem !important;}.pt-md-18{padding-top:1.125rem !important;}.pt-md-30{padding-top:1.875rem !important;}.pt-md-40{padding-top:2.5rem !important;}.pt-md-50{padding-top:3.125rem !important;}.pt-md-60{padding-top:3.75rem !important;}.pt-md-80{padding-top:5rem !important;}.pt-md-100{padding-top:6.25rem !important;}.pt-md-130{padding-top:8.125rem !important;}.pt-md-160{padding-top:10rem !important;}.pt-md-200{padding-top:12.5rem !important;}.pt-md-250{padding-top:15.625rem !important;}.pe-md-0{padding-right:0 !important;}.pe-md-1{padding-right:0.25rem !important;}.pe-md-2{padding-right:0.5rem !important;}.pe-md-3{padding-right:0.75rem !important;}.pe-md-4{padding-right:1rem !important;}.pe-md-5{padding-right:1.25rem !important;}.pe-md-6{padding-right:0.375rem !important;}.pe-md-8{padding-right:0.5rem !important;}.pe-md-10{padding-right:0.625rem !important;}.pe-md-15{padding-right:0.9375rem !important;}.pe-md-18{padding-right:1.125rem !important;}.pe-md-30{padding-right:1.875rem !important;}.pe-md-40{padding-right:2.5rem !important;}.pe-md-50{padding-right:3.125rem !important;}.pe-md-60{padding-right:3.75rem !important;}.pe-md-80{padding-right:5rem !important;}.pe-md-100{padding-right:6.25rem !important;}.pe-md-130{padding-right:8.125rem !important;}.pe-md-160{padding-right:10rem !important;}.pe-md-200{padding-right:12.5rem !important;}.pe-md-250{padding-right:15.625rem !important;}.pb-md-0{padding-bottom:0 !important;}.pb-md-1{padding-bottom:0.25rem !important;}.pb-md-2{padding-bottom:0.5rem !important;}.pb-md-3{padding-bottom:0.75rem !important;}.pb-md-4{padding-bottom:1rem !important;}.pb-md-5{padding-bottom:1.25rem !important;}.pb-md-6{padding-bottom:0.375rem !important;}.pb-md-8{padding-bottom:0.5rem !important;}.pb-md-10{padding-bottom:0.625rem !important;}.pb-md-15{padding-bottom:0.9375rem !important;}.pb-md-18{padding-bottom:1.125rem !important;}.pb-md-30{padding-bottom:1.875rem !important;}.pb-md-40{padding-bottom:2.5rem !important;}.pb-md-50{padding-bottom:3.125rem !important;}.pb-md-60{padding-bottom:3.75rem !important;}.pb-md-80{padding-bottom:5rem !important;}.pb-md-100{padding-bottom:6.25rem !important;}.pb-md-130{padding-bottom:8.125rem !important;}.pb-md-160{padding-bottom:10rem !important;}.pb-md-200{padding-bottom:12.5rem !important;}.pb-md-250{padding-bottom:15.625rem !important;}.ps-md-0{padding-left:0 !important;}.ps-md-1{padding-left:0.25rem !important;}.ps-md-2{padding-left:0.5rem !important;}.ps-md-3{padding-left:0.75rem !important;}.ps-md-4{padding-left:1rem !important;}.ps-md-5{padding-left:1.25rem !important;}.ps-md-6{padding-left:0.375rem !important;}.ps-md-8{padding-left:0.5rem !important;}.ps-md-10{padding-left:0.625rem !important;}.ps-md-15{padding-left:0.9375rem !important;}.ps-md-18{padding-left:1.125rem !important;}.ps-md-30{padding-left:1.875rem !important;}.ps-md-40{padding-left:2.5rem !important;}.ps-md-50{padding-left:3.125rem !important;}.ps-md-60{padding-left:3.75rem !important;}.ps-md-80{padding-left:5rem !important;}.ps-md-100{padding-left:6.25rem !important;}.ps-md-130{padding-left:8.125rem !important;}.ps-md-160{padding-left:10rem !important;}.ps-md-200{padding-left:12.5rem !important;}.ps-md-250{padding-left:15.625rem !important;}.gap-md-0{gap:0 !important;}.gap-md-1{gap:0.25rem !important;}.gap-md-2{gap:0.5rem !important;}.gap-md-3{gap:0.75rem !important;}.gap-md-4{gap:1rem !important;}.gap-md-5{gap:1.25rem !important;}.gap-md-6{gap:0.375rem !important;}.gap-md-8{gap:0.5rem !important;}.gap-md-10{gap:0.625rem !important;}.gap-md-15{gap:0.9375rem !important;}.gap-md-18{gap:1.125rem !important;}.gap-md-30{gap:1.875rem !important;}.gap-md-40{gap:2.5rem !important;}.gap-md-50{gap:3.125rem !important;}.gap-md-60{gap:3.75rem !important;}.gap-md-80{gap:5rem !important;}.gap-md-100{gap:6.25rem !important;}.gap-md-130{gap:8.125rem !important;}.gap-md-160{gap:10rem !important;}.gap-md-200{gap:12.5rem !important;}.gap-md-250{gap:15.625rem !important;}.gap-md-20{gap:1.25rem !important;}.row-gap-md-0{row-gap:0 !important;}.row-gap-md-1{row-gap:0.25rem !important;}.row-gap-md-2{row-gap:0.5rem !important;}.row-gap-md-3{row-gap:0.75rem !important;}.row-gap-md-4{row-gap:1rem !important;}.row-gap-md-5{row-gap:1.25rem !important;}.row-gap-md-6{row-gap:0.375rem !important;}.row-gap-md-8{row-gap:0.5rem !important;}.row-gap-md-10{row-gap:0.625rem !important;}.row-gap-md-15{row-gap:0.9375rem !important;}.row-gap-md-18{row-gap:1.125rem !important;}.row-gap-md-30{row-gap:1.875rem !important;}.row-gap-md-40{row-gap:2.5rem !important;}.row-gap-md-50{row-gap:3.125rem !important;}.row-gap-md-60{row-gap:3.75rem !important;}.row-gap-md-80{row-gap:5rem !important;}.row-gap-md-100{row-gap:6.25rem !important;}.row-gap-md-130{row-gap:8.125rem !important;}.row-gap-md-160{row-gap:10rem !important;}.row-gap-md-200{row-gap:12.5rem !important;}.row-gap-md-250{row-gap:15.625rem !important;}.column-gap-md-0{column-gap:0 !important;}.column-gap-md-1{column-gap:0.25rem !important;}.column-gap-md-2{column-gap:0.5rem !important;}.column-gap-md-3{column-gap:0.75rem !important;}.column-gap-md-4{column-gap:1rem !important;}.column-gap-md-5{column-gap:1.25rem !important;}.column-gap-md-6{column-gap:0.375rem !important;}.column-gap-md-8{column-gap:0.5rem !important;}.column-gap-md-10{column-gap:0.625rem !important;}.column-gap-md-15{column-gap:0.9375rem !important;}.column-gap-md-18{column-gap:1.125rem !important;}.column-gap-md-30{column-gap:1.875rem !important;}.column-gap-md-40{column-gap:2.5rem !important;}.column-gap-md-50{column-gap:3.125rem !important;}.column-gap-md-60{column-gap:3.75rem !important;}.column-gap-md-80{column-gap:5rem !important;}.column-gap-md-100{column-gap:6.25rem !important;}.column-gap-md-130{column-gap:8.125rem !important;}.column-gap-md-160{column-gap:10rem !important;}.column-gap-md-200{column-gap:12.5rem !important;}.column-gap-md-250{column-gap:15.625rem !important;}.fs-md-12{font-size:0.75rem !important;}.fs-md-14{font-size:0.875rem !important;}.fs-md-16{font-size:1rem !important;}.fs-md-18{font-size:1.125rem !important;}.fs-md-20{font-size:1.25rem !important;}.fs-md-24{font-size:1.5rem !important;}.fs-md-32{font-size:2rem !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;}.w-lg-25{width:25% !important;}.w-lg-50{width:50% !important;}.w-lg-75{width:75% !important;}.w-lg-100{width:100% !important;}.w-lg-auto{width:auto !important;}.mw-lg-520{max-width:520px !important;}.mw-lg-540{max-width:540px !important;}.mw-lg-565{max-width:565px !important;}.mw-lg-720{max-width:720px !important;}.mw-lg-730{max-width:730px !important;}.mw-lg-825{max-width:825px !important;}.mw-lg-920{max-width:920px !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:0.25rem !important;}.m-lg-2{margin:0.5rem !important;}.m-lg-3{margin:0.75rem !important;}.m-lg-4{margin:1rem !important;}.m-lg-5{margin:1.25rem !important;}.m-lg-6{margin:0.375rem !important;}.m-lg-8{margin:0.5rem !important;}.m-lg-10{margin:0.625rem !important;}.m-lg-15{margin:0.9375rem !important;}.m-lg-18{margin:1.125rem !important;}.m-lg-30{margin:1.875rem !important;}.m-lg-40{margin:2.5rem !important;}.m-lg-50{margin:3.125rem !important;}.m-lg-60{margin:3.75rem !important;}.m-lg-80{margin:5rem !important;}.m-lg-100{margin:6.25rem !important;}.m-lg-130{margin:8.125rem !important;}.m-lg-160{margin:10rem !important;}.m-lg-200{margin:12.5rem !important;}.m-lg-250{margin:15.625rem !important;}.m-lg-auto{margin:auto !important;}.m-lg-n0{margin:-0 !important;}.m-lg-n1{margin:-0.25rem !important;}.m-lg-n2{margin:-0.5rem !important;}.m-lg-n3{margin:-0.75rem !important;}.m-lg-n4{margin:-1rem !important;}.m-lg-n5{margin:-1.25rem !important;}.m-lg-n6{margin:-0.375rem !important;}.m-lg-n8{margin:-0.5rem !important;}.m-lg-n10{margin:-0.625rem !important;}.m-lg-n15{margin:-0.9375rem !important;}.m-lg-n18{margin:-1.125rem !important;}.m-lg-n30{margin:-1.875rem !important;}.m-lg-n40{margin:-2.5rem !important;}.m-lg-n50{margin:-3.125rem !important;}.m-lg-n60{margin:-3.75rem !important;}.m-lg-n80{margin:-5rem !important;}.m-lg-n100{margin:-6.25rem !important;}.m-lg-n130{margin:-8.125rem !important;}.m-lg-n160{margin:-10rem !important;}.m-lg-n200{margin:-12.5rem !important;}.m-lg-n250{margin:-15.625rem !important;}.mx-lg-0{margin-right:0 !important;margin-left:0 !important;}.mx-lg-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-lg-3{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-lg-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-lg-5{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-lg-6{margin-right:0.375rem !important;margin-left:0.375rem !important;}.mx-lg-8{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-lg-10{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-lg-15{margin-right:0.9375rem !important;margin-left:0.9375rem !important;}.mx-lg-18{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-lg-30{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-lg-40{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-lg-50{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-lg-60{margin-right:3.75rem !important;margin-left:3.75rem !important;}.mx-lg-80{margin-right:5rem !important;margin-left:5rem !important;}.mx-lg-100{margin-right:6.25rem !important;margin-left:6.25rem !important;}.mx-lg-130{margin-right:8.125rem !important;margin-left:8.125rem !important;}.mx-lg-160{margin-right:10rem !important;margin-left:10rem !important;}.mx-lg-200{margin-right:12.5rem !important;margin-left:12.5rem !important;}.mx-lg-250{margin-right:15.625rem !important;margin-left:15.625rem !important;}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important;}.mx-lg-n0{margin-right:-0 !important;margin-left:-0 !important;}.mx-lg-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-lg-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-lg-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-lg-n4{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-lg-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important;}.mx-lg-n6{margin-right:-0.375rem !important;margin-left:-0.375rem !important;}.mx-lg-n8{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-lg-n10{margin-right:-0.625rem !important;margin-left:-0.625rem !important;}.mx-lg-n15{margin-right:-0.9375rem !important;margin-left:-0.9375rem !important;}.mx-lg-n18{margin-right:-1.125rem !important;margin-left:-1.125rem !important;}.mx-lg-n30{margin-right:-1.875rem !important;margin-left:-1.875rem !important;}.mx-lg-n40{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-lg-n50{margin-right:-3.125rem !important;margin-left:-3.125rem !important;}.mx-lg-n60{margin-right:-3.75rem !important;margin-left:-3.75rem !important;}.mx-lg-n80{margin-right:-5rem !important;margin-left:-5rem !important;}.mx-lg-n100{margin-right:-6.25rem !important;margin-left:-6.25rem !important;}.mx-lg-n130{margin-right:-8.125rem !important;margin-left:-8.125rem !important;}.mx-lg-n160{margin-right:-10rem !important;margin-left:-10rem !important;}.mx-lg-n200{margin-right:-12.5rem !important;margin-left:-12.5rem !important;}.mx-lg-n250{margin-right:-15.625rem !important;margin-left:-15.625rem !important;}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important;}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-lg-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-lg-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-lg-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-lg-6{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-lg-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-lg-10{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-lg-15{margin-top:0.9375rem !important;margin-bottom:0.9375rem !important;}.my-lg-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-lg-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-lg-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-lg-50{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-lg-60{margin-top:3.75rem !important;margin-bottom:3.75rem !important;}.my-lg-80{margin-top:5rem !important;margin-bottom:5rem !important;}.my-lg-100{margin-top:6.25rem !important;margin-bottom:6.25rem !important;}.my-lg-130{margin-top:8.125rem !important;margin-bottom:8.125rem !important;}.my-lg-160{margin-top:10rem !important;margin-bottom:10rem !important;}.my-lg-200{margin-top:12.5rem !important;margin-bottom:12.5rem !important;}.my-lg-250{margin-top:15.625rem !important;margin-bottom:15.625rem !important;}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important;}.my-lg-n0{margin-top:-0 !important;margin-bottom:-0 !important;}.my-lg-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-lg-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-lg-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-lg-n4{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-lg-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important;}.my-lg-n6{margin-top:-0.375rem !important;margin-bottom:-0.375rem !important;}.my-lg-n8{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-lg-n10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important;}.my-lg-n15{margin-top:-0.9375rem !important;margin-bottom:-0.9375rem !important;}.my-lg-n18{margin-top:-1.125rem !important;margin-bottom:-1.125rem !important;}.my-lg-n30{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important;}.my-lg-n40{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-lg-n50{margin-top:-3.125rem !important;margin-bottom:-3.125rem !important;}.my-lg-n60{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important;}.my-lg-n80{margin-top:-5rem !important;margin-bottom:-5rem !important;}.my-lg-n100{margin-top:-6.25rem !important;margin-bottom:-6.25rem !important;}.my-lg-n130{margin-top:-8.125rem !important;margin-bottom:-8.125rem !important;}.my-lg-n160{margin-top:-10rem !important;margin-bottom:-10rem !important;}.my-lg-n200{margin-top:-12.5rem !important;margin-bottom:-12.5rem !important;}.my-lg-n250{margin-top:-15.625rem !important;margin-bottom:-15.625rem !important;}.mt-lg-0{margin-top:0 !important;}.mt-lg-1{margin-top:0.25rem !important;}.mt-lg-2{margin-top:0.5rem !important;}.mt-lg-3{margin-top:0.75rem !important;}.mt-lg-4{margin-top:1rem !important;}.mt-lg-5{margin-top:1.25rem !important;}.mt-lg-6{margin-top:0.375rem !important;}.mt-lg-8{margin-top:0.5rem !important;}.mt-lg-10{margin-top:0.625rem !important;}.mt-lg-15{margin-top:0.9375rem !important;}.mt-lg-18{margin-top:1.125rem !important;}.mt-lg-30{margin-top:1.875rem !important;}.mt-lg-40{margin-top:2.5rem !important;}.mt-lg-50{margin-top:3.125rem !important;}.mt-lg-60{margin-top:3.75rem !important;}.mt-lg-80{margin-top:5rem !important;}.mt-lg-100{margin-top:6.25rem !important;}.mt-lg-130{margin-top:8.125rem !important;}.mt-lg-160{margin-top:10rem !important;}.mt-lg-200{margin-top:12.5rem !important;}.mt-lg-250{margin-top:15.625rem !important;}.mt-lg-auto{margin-top:auto !important;}.mt-lg-n0{margin-top:-0 !important;}.mt-lg-n1{margin-top:-0.25rem !important;}.mt-lg-n2{margin-top:-0.5rem !important;}.mt-lg-n3{margin-top:-0.75rem !important;}.mt-lg-n4{margin-top:-1rem !important;}.mt-lg-n5{margin-top:-1.25rem !important;}.mt-lg-n6{margin-top:-0.375rem !important;}.mt-lg-n8{margin-top:-0.5rem !important;}.mt-lg-n10{margin-top:-0.625rem !important;}.mt-lg-n15{margin-top:-0.9375rem !important;}.mt-lg-n18{margin-top:-1.125rem !important;}.mt-lg-n30{margin-top:-1.875rem !important;}.mt-lg-n40{margin-top:-2.5rem !important;}.mt-lg-n50{margin-top:-3.125rem !important;}.mt-lg-n60{margin-top:-3.75rem !important;}.mt-lg-n80{margin-top:-5rem !important;}.mt-lg-n100{margin-top:-6.25rem !important;}.mt-lg-n130{margin-top:-8.125rem !important;}.mt-lg-n160{margin-top:-10rem !important;}.mt-lg-n200{margin-top:-12.5rem !important;}.mt-lg-n250{margin-top:-15.625rem !important;}.me-lg-0{margin-right:0 !important;}.me-lg-1{margin-right:0.25rem !important;}.me-lg-2{margin-right:0.5rem !important;}.me-lg-3{margin-right:0.75rem !important;}.me-lg-4{margin-right:1rem !important;}.me-lg-5{margin-right:1.25rem !important;}.me-lg-6{margin-right:0.375rem !important;}.me-lg-8{margin-right:0.5rem !important;}.me-lg-10{margin-right:0.625rem !important;}.me-lg-15{margin-right:0.9375rem !important;}.me-lg-18{margin-right:1.125rem !important;}.me-lg-30{margin-right:1.875rem !important;}.me-lg-40{margin-right:2.5rem !important;}.me-lg-50{margin-right:3.125rem !important;}.me-lg-60{margin-right:3.75rem !important;}.me-lg-80{margin-right:5rem !important;}.me-lg-100{margin-right:6.25rem !important;}.me-lg-130{margin-right:8.125rem !important;}.me-lg-160{margin-right:10rem !important;}.me-lg-200{margin-right:12.5rem !important;}.me-lg-250{margin-right:15.625rem !important;}.me-lg-auto{margin-right:auto !important;}.me-lg-n0{margin-right:-0 !important;}.me-lg-n1{margin-right:-0.25rem !important;}.me-lg-n2{margin-right:-0.5rem !important;}.me-lg-n3{margin-right:-0.75rem !important;}.me-lg-n4{margin-right:-1rem !important;}.me-lg-n5{margin-right:-1.25rem !important;}.me-lg-n6{margin-right:-0.375rem !important;}.me-lg-n8{margin-right:-0.5rem !important;}.me-lg-n10{margin-right:-0.625rem !important;}.me-lg-n15{margin-right:-0.9375rem !important;}.me-lg-n18{margin-right:-1.125rem !important;}.me-lg-n30{margin-right:-1.875rem !important;}.me-lg-n40{margin-right:-2.5rem !important;}.me-lg-n50{margin-right:-3.125rem !important;}.me-lg-n60{margin-right:-3.75rem !important;}.me-lg-n80{margin-right:-5rem !important;}.me-lg-n100{margin-right:-6.25rem !important;}.me-lg-n130{margin-right:-8.125rem !important;}.me-lg-n160{margin-right:-10rem !important;}.me-lg-n200{margin-right:-12.5rem !important;}.me-lg-n250{margin-right:-15.625rem !important;}.mb-lg-0{margin-bottom:0 !important;}.mb-lg-1{margin-bottom:0.25rem !important;}.mb-lg-2{margin-bottom:0.5rem !important;}.mb-lg-3{margin-bottom:0.75rem !important;}.mb-lg-4{margin-bottom:1rem !important;}.mb-lg-5{margin-bottom:1.25rem !important;}.mb-lg-6{margin-bottom:0.375rem !important;}.mb-lg-8{margin-bottom:0.5rem !important;}.mb-lg-10{margin-bottom:0.625rem !important;}.mb-lg-15{margin-bottom:0.9375rem !important;}.mb-lg-18{margin-bottom:1.125rem !important;}.mb-lg-30{margin-bottom:1.875rem !important;}.mb-lg-40{margin-bottom:2.5rem !important;}.mb-lg-50{margin-bottom:3.125rem !important;}.mb-lg-60{margin-bottom:3.75rem !important;}.mb-lg-80{margin-bottom:5rem !important;}.mb-lg-100{margin-bottom:6.25rem !important;}.mb-lg-130{margin-bottom:8.125rem !important;}.mb-lg-160{margin-bottom:10rem !important;}.mb-lg-200{margin-bottom:12.5rem !important;}.mb-lg-250{margin-bottom:15.625rem !important;}.mb-lg-auto{margin-bottom:auto !important;}.mb-lg-n0{margin-bottom:-0 !important;}.mb-lg-n1{margin-bottom:-0.25rem !important;}.mb-lg-n2{margin-bottom:-0.5rem !important;}.mb-lg-n3{margin-bottom:-0.75rem !important;}.mb-lg-n4{margin-bottom:-1rem !important;}.mb-lg-n5{margin-bottom:-1.25rem !important;}.mb-lg-n6{margin-bottom:-0.375rem !important;}.mb-lg-n8{margin-bottom:-0.5rem !important;}.mb-lg-n10{margin-bottom:-0.625rem !important;}.mb-lg-n15{margin-bottom:-0.9375rem !important;}.mb-lg-n18{margin-bottom:-1.125rem !important;}.mb-lg-n30{margin-bottom:-1.875rem !important;}.mb-lg-n40{margin-bottom:-2.5rem !important;}.mb-lg-n50{margin-bottom:-3.125rem !important;}.mb-lg-n60{margin-bottom:-3.75rem !important;}.mb-lg-n80{margin-bottom:-5rem !important;}.mb-lg-n100{margin-bottom:-6.25rem !important;}.mb-lg-n130{margin-bottom:-8.125rem !important;}.mb-lg-n160{margin-bottom:-10rem !important;}.mb-lg-n200{margin-bottom:-12.5rem !important;}.mb-lg-n250{margin-bottom:-15.625rem !important;}.ms-lg-0{margin-left:0 !important;}.ms-lg-1{margin-left:0.25rem !important;}.ms-lg-2{margin-left:0.5rem !important;}.ms-lg-3{margin-left:0.75rem !important;}.ms-lg-4{margin-left:1rem !important;}.ms-lg-5{margin-left:1.25rem !important;}.ms-lg-6{margin-left:0.375rem !important;}.ms-lg-8{margin-left:0.5rem !important;}.ms-lg-10{margin-left:0.625rem !important;}.ms-lg-15{margin-left:0.9375rem !important;}.ms-lg-18{margin-left:1.125rem !important;}.ms-lg-30{margin-left:1.875rem !important;}.ms-lg-40{margin-left:2.5rem !important;}.ms-lg-50{margin-left:3.125rem !important;}.ms-lg-60{margin-left:3.75rem !important;}.ms-lg-80{margin-left:5rem !important;}.ms-lg-100{margin-left:6.25rem !important;}.ms-lg-130{margin-left:8.125rem !important;}.ms-lg-160{margin-left:10rem !important;}.ms-lg-200{margin-left:12.5rem !important;}.ms-lg-250{margin-left:15.625rem !important;}.ms-lg-auto{margin-left:auto !important;}.ms-lg-n0{margin-left:-0 !important;}.ms-lg-n1{margin-left:-0.25rem !important;}.ms-lg-n2{margin-left:-0.5rem !important;}.ms-lg-n3{margin-left:-0.75rem !important;}.ms-lg-n4{margin-left:-1rem !important;}.ms-lg-n5{margin-left:-1.25rem !important;}.ms-lg-n6{margin-left:-0.375rem !important;}.ms-lg-n8{margin-left:-0.5rem !important;}.ms-lg-n10{margin-left:-0.625rem !important;}.ms-lg-n15{margin-left:-0.9375rem !important;}.ms-lg-n18{margin-left:-1.125rem !important;}.ms-lg-n30{margin-left:-1.875rem !important;}.ms-lg-n40{margin-left:-2.5rem !important;}.ms-lg-n50{margin-left:-3.125rem !important;}.ms-lg-n60{margin-left:-3.75rem !important;}.ms-lg-n80{margin-left:-5rem !important;}.ms-lg-n100{margin-left:-6.25rem !important;}.ms-lg-n130{margin-left:-8.125rem !important;}.ms-lg-n160{margin-left:-10rem !important;}.ms-lg-n200{margin-left:-12.5rem !important;}.ms-lg-n250{margin-left:-15.625rem !important;}.p-lg-0{padding:0 !important;}.p-lg-1{padding:0.25rem !important;}.p-lg-2{padding:0.5rem !important;}.p-lg-3{padding:0.75rem !important;}.p-lg-4{padding:1rem !important;}.p-lg-5{padding:1.25rem !important;}.p-lg-6{padding:0.375rem !important;}.p-lg-8{padding:0.5rem !important;}.p-lg-10{padding:0.625rem !important;}.p-lg-15{padding:0.9375rem !important;}.p-lg-18{padding:1.125rem !important;}.p-lg-30{padding:1.875rem !important;}.p-lg-40{padding:2.5rem !important;}.p-lg-50{padding:3.125rem !important;}.p-lg-60{padding:3.75rem !important;}.p-lg-80{padding:5rem !important;}.p-lg-100{padding:6.25rem !important;}.p-lg-130{padding:8.125rem !important;}.p-lg-160{padding:10rem !important;}.p-lg-200{padding:12.5rem !important;}.p-lg-250{padding:15.625rem !important;}.px-lg-0{padding-right:0 !important;padding-left:0 !important;}.px-lg-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-lg-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-lg-3{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-lg-4{padding-right:1rem !important;padding-left:1rem !important;}.px-lg-5{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-lg-6{padding-right:0.375rem !important;padding-left:0.375rem !important;}.px-lg-8{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-lg-10{padding-right:0.625rem !important;padding-left:0.625rem !important;}.px-lg-15{padding-right:0.9375rem !important;padding-left:0.9375rem !important;}.px-lg-18{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-lg-30{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-lg-40{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-lg-50{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-lg-60{padding-right:3.75rem !important;padding-left:3.75rem !important;}.px-lg-80{padding-right:5rem !important;padding-left:5rem !important;}.px-lg-100{padding-right:6.25rem !important;padding-left:6.25rem !important;}.px-lg-130{padding-right:8.125rem !important;padding-left:8.125rem !important;}.px-lg-160{padding-right:10rem !important;padding-left:10rem !important;}.px-lg-200{padding-right:12.5rem !important;padding-left:12.5rem !important;}.px-lg-250{padding-right:15.625rem !important;padding-left:15.625rem !important;}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important;}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-lg-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-lg-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-lg-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-lg-6{padding-top:0.375rem !important;padding-bottom:0.375rem !important;}.py-lg-8{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-lg-10{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.py-lg-15{padding-top:0.9375rem !important;padding-bottom:0.9375rem !important;}.py-lg-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-lg-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-lg-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-lg-50{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-lg-60{padding-top:3.75rem !important;padding-bottom:3.75rem !important;}.py-lg-80{padding-top:5rem !important;padding-bottom:5rem !important;}.py-lg-100{padding-top:6.25rem !important;padding-bottom:6.25rem !important;}.py-lg-130{padding-top:8.125rem !important;padding-bottom:8.125rem !important;}.py-lg-160{padding-top:10rem !important;padding-bottom:10rem !important;}.py-lg-200{padding-top:12.5rem !important;padding-bottom:12.5rem !important;}.py-lg-250{padding-top:15.625rem !important;padding-bottom:15.625rem !important;}.pt-lg-0{padding-top:0 !important;}.pt-lg-1{padding-top:0.25rem !important;}.pt-lg-2{padding-top:0.5rem !important;}.pt-lg-3{padding-top:0.75rem !important;}.pt-lg-4{padding-top:1rem !important;}.pt-lg-5{padding-top:1.25rem !important;}.pt-lg-6{padding-top:0.375rem !important;}.pt-lg-8{padding-top:0.5rem !important;}.pt-lg-10{padding-top:0.625rem !important;}.pt-lg-15{padding-top:0.9375rem !important;}.pt-lg-18{padding-top:1.125rem !important;}.pt-lg-30{padding-top:1.875rem !important;}.pt-lg-40{padding-top:2.5rem !important;}.pt-lg-50{padding-top:3.125rem !important;}.pt-lg-60{padding-top:3.75rem !important;}.pt-lg-80{padding-top:5rem !important;}.pt-lg-100{padding-top:6.25rem !important;}.pt-lg-130{padding-top:8.125rem !important;}.pt-lg-160{padding-top:10rem !important;}.pt-lg-200{padding-top:12.5rem !important;}.pt-lg-250{padding-top:15.625rem !important;}.pe-lg-0{padding-right:0 !important;}.pe-lg-1{padding-right:0.25rem !important;}.pe-lg-2{padding-right:0.5rem !important;}.pe-lg-3{padding-right:0.75rem !important;}.pe-lg-4{padding-right:1rem !important;}.pe-lg-5{padding-right:1.25rem !important;}.pe-lg-6{padding-right:0.375rem !important;}.pe-lg-8{padding-right:0.5rem !important;}.pe-lg-10{padding-right:0.625rem !important;}.pe-lg-15{padding-right:0.9375rem !important;}.pe-lg-18{padding-right:1.125rem !important;}.pe-lg-30{padding-right:1.875rem !important;}.pe-lg-40{padding-right:2.5rem !important;}.pe-lg-50{padding-right:3.125rem !important;}.pe-lg-60{padding-right:3.75rem !important;}.pe-lg-80{padding-right:5rem !important;}.pe-lg-100{padding-right:6.25rem !important;}.pe-lg-130{padding-right:8.125rem !important;}.pe-lg-160{padding-right:10rem !important;}.pe-lg-200{padding-right:12.5rem !important;}.pe-lg-250{padding-right:15.625rem !important;}.pb-lg-0{padding-bottom:0 !important;}.pb-lg-1{padding-bottom:0.25rem !important;}.pb-lg-2{padding-bottom:0.5rem !important;}.pb-lg-3{padding-bottom:0.75rem !important;}.pb-lg-4{padding-bottom:1rem !important;}.pb-lg-5{padding-bottom:1.25rem !important;}.pb-lg-6{padding-bottom:0.375rem !important;}.pb-lg-8{padding-bottom:0.5rem !important;}.pb-lg-10{padding-bottom:0.625rem !important;}.pb-lg-15{padding-bottom:0.9375rem !important;}.pb-lg-18{padding-bottom:1.125rem !important;}.pb-lg-30{padding-bottom:1.875rem !important;}.pb-lg-40{padding-bottom:2.5rem !important;}.pb-lg-50{padding-bottom:3.125rem !important;}.pb-lg-60{padding-bottom:3.75rem !important;}.pb-lg-80{padding-bottom:5rem !important;}.pb-lg-100{padding-bottom:6.25rem !important;}.pb-lg-130{padding-bottom:8.125rem !important;}.pb-lg-160{padding-bottom:10rem !important;}.pb-lg-200{padding-bottom:12.5rem !important;}.pb-lg-250{padding-bottom:15.625rem !important;}.ps-lg-0{padding-left:0 !important;}.ps-lg-1{padding-left:0.25rem !important;}.ps-lg-2{padding-left:0.5rem !important;}.ps-lg-3{padding-left:0.75rem !important;}.ps-lg-4{padding-left:1rem !important;}.ps-lg-5{padding-left:1.25rem !important;}.ps-lg-6{padding-left:0.375rem !important;}.ps-lg-8{padding-left:0.5rem !important;}.ps-lg-10{padding-left:0.625rem !important;}.ps-lg-15{padding-left:0.9375rem !important;}.ps-lg-18{padding-left:1.125rem !important;}.ps-lg-30{padding-left:1.875rem !important;}.ps-lg-40{padding-left:2.5rem !important;}.ps-lg-50{padding-left:3.125rem !important;}.ps-lg-60{padding-left:3.75rem !important;}.ps-lg-80{padding-left:5rem !important;}.ps-lg-100{padding-left:6.25rem !important;}.ps-lg-130{padding-left:8.125rem !important;}.ps-lg-160{padding-left:10rem !important;}.ps-lg-200{padding-left:12.5rem !important;}.ps-lg-250{padding-left:15.625rem !important;}.gap-lg-0{gap:0 !important;}.gap-lg-1{gap:0.25rem !important;}.gap-lg-2{gap:0.5rem !important;}.gap-lg-3{gap:0.75rem !important;}.gap-lg-4{gap:1rem !important;}.gap-lg-5{gap:1.25rem !important;}.gap-lg-6{gap:0.375rem !important;}.gap-lg-8{gap:0.5rem !important;}.gap-lg-10{gap:0.625rem !important;}.gap-lg-15{gap:0.9375rem !important;}.gap-lg-18{gap:1.125rem !important;}.gap-lg-30{gap:1.875rem !important;}.gap-lg-40{gap:2.5rem !important;}.gap-lg-50{gap:3.125rem !important;}.gap-lg-60{gap:3.75rem !important;}.gap-lg-80{gap:5rem !important;}.gap-lg-100{gap:6.25rem !important;}.gap-lg-130{gap:8.125rem !important;}.gap-lg-160{gap:10rem !important;}.gap-lg-200{gap:12.5rem !important;}.gap-lg-250{gap:15.625rem !important;}.gap-lg-20{gap:1.25rem !important;}.row-gap-lg-0{row-gap:0 !important;}.row-gap-lg-1{row-gap:0.25rem !important;}.row-gap-lg-2{row-gap:0.5rem !important;}.row-gap-lg-3{row-gap:0.75rem !important;}.row-gap-lg-4{row-gap:1rem !important;}.row-gap-lg-5{row-gap:1.25rem !important;}.row-gap-lg-6{row-gap:0.375rem !important;}.row-gap-lg-8{row-gap:0.5rem !important;}.row-gap-lg-10{row-gap:0.625rem !important;}.row-gap-lg-15{row-gap:0.9375rem !important;}.row-gap-lg-18{row-gap:1.125rem !important;}.row-gap-lg-30{row-gap:1.875rem !important;}.row-gap-lg-40{row-gap:2.5rem !important;}.row-gap-lg-50{row-gap:3.125rem !important;}.row-gap-lg-60{row-gap:3.75rem !important;}.row-gap-lg-80{row-gap:5rem !important;}.row-gap-lg-100{row-gap:6.25rem !important;}.row-gap-lg-130{row-gap:8.125rem !important;}.row-gap-lg-160{row-gap:10rem !important;}.row-gap-lg-200{row-gap:12.5rem !important;}.row-gap-lg-250{row-gap:15.625rem !important;}.column-gap-lg-0{column-gap:0 !important;}.column-gap-lg-1{column-gap:0.25rem !important;}.column-gap-lg-2{column-gap:0.5rem !important;}.column-gap-lg-3{column-gap:0.75rem !important;}.column-gap-lg-4{column-gap:1rem !important;}.column-gap-lg-5{column-gap:1.25rem !important;}.column-gap-lg-6{column-gap:0.375rem !important;}.column-gap-lg-8{column-gap:0.5rem !important;}.column-gap-lg-10{column-gap:0.625rem !important;}.column-gap-lg-15{column-gap:0.9375rem !important;}.column-gap-lg-18{column-gap:1.125rem !important;}.column-gap-lg-30{column-gap:1.875rem !important;}.column-gap-lg-40{column-gap:2.5rem !important;}.column-gap-lg-50{column-gap:3.125rem !important;}.column-gap-lg-60{column-gap:3.75rem !important;}.column-gap-lg-80{column-gap:5rem !important;}.column-gap-lg-100{column-gap:6.25rem !important;}.column-gap-lg-130{column-gap:8.125rem !important;}.column-gap-lg-160{column-gap:10rem !important;}.column-gap-lg-200{column-gap:12.5rem !important;}.column-gap-lg-250{column-gap:15.625rem !important;}.fs-lg-12{font-size:0.75rem !important;}.fs-lg-14{font-size:0.875rem !important;}.fs-lg-16{font-size:1rem !important;}.fs-lg-18{font-size:1.125rem !important;}.fs-lg-20{font-size:1.25rem !important;}.fs-lg-24{font-size:1.5rem !important;}.fs-lg-32{font-size:2rem !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;}.w-xl-25{width:25% !important;}.w-xl-50{width:50% !important;}.w-xl-75{width:75% !important;}.w-xl-100{width:100% !important;}.w-xl-auto{width:auto !important;}.mw-xl-520{max-width:520px !important;}.mw-xl-540{max-width:540px !important;}.mw-xl-565{max-width:565px !important;}.mw-xl-720{max-width:720px !important;}.mw-xl-730{max-width:730px !important;}.mw-xl-825{max-width:825px !important;}.mw-xl-920{max-width:920px !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:0.25rem !important;}.m-xl-2{margin:0.5rem !important;}.m-xl-3{margin:0.75rem !important;}.m-xl-4{margin:1rem !important;}.m-xl-5{margin:1.25rem !important;}.m-xl-6{margin:0.375rem !important;}.m-xl-8{margin:0.5rem !important;}.m-xl-10{margin:0.625rem !important;}.m-xl-15{margin:0.9375rem !important;}.m-xl-18{margin:1.125rem !important;}.m-xl-30{margin:1.875rem !important;}.m-xl-40{margin:2.5rem !important;}.m-xl-50{margin:3.125rem !important;}.m-xl-60{margin:3.75rem !important;}.m-xl-80{margin:5rem !important;}.m-xl-100{margin:6.25rem !important;}.m-xl-130{margin:8.125rem !important;}.m-xl-160{margin:10rem !important;}.m-xl-200{margin:12.5rem !important;}.m-xl-250{margin:15.625rem !important;}.m-xl-auto{margin:auto !important;}.m-xl-n0{margin:-0 !important;}.m-xl-n1{margin:-0.25rem !important;}.m-xl-n2{margin:-0.5rem !important;}.m-xl-n3{margin:-0.75rem !important;}.m-xl-n4{margin:-1rem !important;}.m-xl-n5{margin:-1.25rem !important;}.m-xl-n6{margin:-0.375rem !important;}.m-xl-n8{margin:-0.5rem !important;}.m-xl-n10{margin:-0.625rem !important;}.m-xl-n15{margin:-0.9375rem !important;}.m-xl-n18{margin:-1.125rem !important;}.m-xl-n30{margin:-1.875rem !important;}.m-xl-n40{margin:-2.5rem !important;}.m-xl-n50{margin:-3.125rem !important;}.m-xl-n60{margin:-3.75rem !important;}.m-xl-n80{margin:-5rem !important;}.m-xl-n100{margin:-6.25rem !important;}.m-xl-n130{margin:-8.125rem !important;}.m-xl-n160{margin:-10rem !important;}.m-xl-n200{margin:-12.5rem !important;}.m-xl-n250{margin:-15.625rem !important;}.mx-xl-0{margin-right:0 !important;margin-left:0 !important;}.mx-xl-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xl-3{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xl-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-xl-5{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-xl-6{margin-right:0.375rem !important;margin-left:0.375rem !important;}.mx-xl-8{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xl-10{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-xl-15{margin-right:0.9375rem !important;margin-left:0.9375rem !important;}.mx-xl-18{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-xl-30{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-xl-40{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-xl-50{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-xl-60{margin-right:3.75rem !important;margin-left:3.75rem !important;}.mx-xl-80{margin-right:5rem !important;margin-left:5rem !important;}.mx-xl-100{margin-right:6.25rem !important;margin-left:6.25rem !important;}.mx-xl-130{margin-right:8.125rem !important;margin-left:8.125rem !important;}.mx-xl-160{margin-right:10rem !important;margin-left:10rem !important;}.mx-xl-200{margin-right:12.5rem !important;margin-left:12.5rem !important;}.mx-xl-250{margin-right:15.625rem !important;margin-left:15.625rem !important;}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important;}.mx-xl-n0{margin-right:-0 !important;margin-left:-0 !important;}.mx-xl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-xl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xl-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-xl-n4{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-xl-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important;}.mx-xl-n6{margin-right:-0.375rem !important;margin-left:-0.375rem !important;}.mx-xl-n8{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xl-n10{margin-right:-0.625rem !important;margin-left:-0.625rem !important;}.mx-xl-n15{margin-right:-0.9375rem !important;margin-left:-0.9375rem !important;}.mx-xl-n18{margin-right:-1.125rem !important;margin-left:-1.125rem !important;}.mx-xl-n30{margin-right:-1.875rem !important;margin-left:-1.875rem !important;}.mx-xl-n40{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-xl-n50{margin-right:-3.125rem !important;margin-left:-3.125rem !important;}.mx-xl-n60{margin-right:-3.75rem !important;margin-left:-3.75rem !important;}.mx-xl-n80{margin-right:-5rem !important;margin-left:-5rem !important;}.mx-xl-n100{margin-right:-6.25rem !important;margin-left:-6.25rem !important;}.mx-xl-n130{margin-right:-8.125rem !important;margin-left:-8.125rem !important;}.mx-xl-n160{margin-right:-10rem !important;margin-left:-10rem !important;}.mx-xl-n200{margin-right:-12.5rem !important;margin-left:-12.5rem !important;}.mx-xl-n250{margin-right:-15.625rem !important;margin-left:-15.625rem !important;}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xl-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xl-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xl-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-xl-6{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-xl-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xl-10{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-xl-15{margin-top:0.9375rem !important;margin-bottom:0.9375rem !important;}.my-xl-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-xl-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-xl-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-xl-50{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-xl-60{margin-top:3.75rem !important;margin-bottom:3.75rem !important;}.my-xl-80{margin-top:5rem !important;margin-bottom:5rem !important;}.my-xl-100{margin-top:6.25rem !important;margin-bottom:6.25rem !important;}.my-xl-130{margin-top:8.125rem !important;margin-bottom:8.125rem !important;}.my-xl-160{margin-top:10rem !important;margin-bottom:10rem !important;}.my-xl-200{margin-top:12.5rem !important;margin-bottom:12.5rem !important;}.my-xl-250{margin-top:15.625rem !important;margin-bottom:15.625rem !important;}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important;}.my-xl-n0{margin-top:-0 !important;margin-bottom:-0 !important;}.my-xl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-xl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xl-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-xl-n4{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-xl-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important;}.my-xl-n6{margin-top:-0.375rem !important;margin-bottom:-0.375rem !important;}.my-xl-n8{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xl-n10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important;}.my-xl-n15{margin-top:-0.9375rem !important;margin-bottom:-0.9375rem !important;}.my-xl-n18{margin-top:-1.125rem !important;margin-bottom:-1.125rem !important;}.my-xl-n30{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important;}.my-xl-n40{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-xl-n50{margin-top:-3.125rem !important;margin-bottom:-3.125rem !important;}.my-xl-n60{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important;}.my-xl-n80{margin-top:-5rem !important;margin-bottom:-5rem !important;}.my-xl-n100{margin-top:-6.25rem !important;margin-bottom:-6.25rem !important;}.my-xl-n130{margin-top:-8.125rem !important;margin-bottom:-8.125rem !important;}.my-xl-n160{margin-top:-10rem !important;margin-bottom:-10rem !important;}.my-xl-n200{margin-top:-12.5rem !important;margin-bottom:-12.5rem !important;}.my-xl-n250{margin-top:-15.625rem !important;margin-bottom:-15.625rem !important;}.mt-xl-0{margin-top:0 !important;}.mt-xl-1{margin-top:0.25rem !important;}.mt-xl-2{margin-top:0.5rem !important;}.mt-xl-3{margin-top:0.75rem !important;}.mt-xl-4{margin-top:1rem !important;}.mt-xl-5{margin-top:1.25rem !important;}.mt-xl-6{margin-top:0.375rem !important;}.mt-xl-8{margin-top:0.5rem !important;}.mt-xl-10{margin-top:0.625rem !important;}.mt-xl-15{margin-top:0.9375rem !important;}.mt-xl-18{margin-top:1.125rem !important;}.mt-xl-30{margin-top:1.875rem !important;}.mt-xl-40{margin-top:2.5rem !important;}.mt-xl-50{margin-top:3.125rem !important;}.mt-xl-60{margin-top:3.75rem !important;}.mt-xl-80{margin-top:5rem !important;}.mt-xl-100{margin-top:6.25rem !important;}.mt-xl-130{margin-top:8.125rem !important;}.mt-xl-160{margin-top:10rem !important;}.mt-xl-200{margin-top:12.5rem !important;}.mt-xl-250{margin-top:15.625rem !important;}.mt-xl-auto{margin-top:auto !important;}.mt-xl-n0{margin-top:-0 !important;}.mt-xl-n1{margin-top:-0.25rem !important;}.mt-xl-n2{margin-top:-0.5rem !important;}.mt-xl-n3{margin-top:-0.75rem !important;}.mt-xl-n4{margin-top:-1rem !important;}.mt-xl-n5{margin-top:-1.25rem !important;}.mt-xl-n6{margin-top:-0.375rem !important;}.mt-xl-n8{margin-top:-0.5rem !important;}.mt-xl-n10{margin-top:-0.625rem !important;}.mt-xl-n15{margin-top:-0.9375rem !important;}.mt-xl-n18{margin-top:-1.125rem !important;}.mt-xl-n30{margin-top:-1.875rem !important;}.mt-xl-n40{margin-top:-2.5rem !important;}.mt-xl-n50{margin-top:-3.125rem !important;}.mt-xl-n60{margin-top:-3.75rem !important;}.mt-xl-n80{margin-top:-5rem !important;}.mt-xl-n100{margin-top:-6.25rem !important;}.mt-xl-n130{margin-top:-8.125rem !important;}.mt-xl-n160{margin-top:-10rem !important;}.mt-xl-n200{margin-top:-12.5rem !important;}.mt-xl-n250{margin-top:-15.625rem !important;}.me-xl-0{margin-right:0 !important;}.me-xl-1{margin-right:0.25rem !important;}.me-xl-2{margin-right:0.5rem !important;}.me-xl-3{margin-right:0.75rem !important;}.me-xl-4{margin-right:1rem !important;}.me-xl-5{margin-right:1.25rem !important;}.me-xl-6{margin-right:0.375rem !important;}.me-xl-8{margin-right:0.5rem !important;}.me-xl-10{margin-right:0.625rem !important;}.me-xl-15{margin-right:0.9375rem !important;}.me-xl-18{margin-right:1.125rem !important;}.me-xl-30{margin-right:1.875rem !important;}.me-xl-40{margin-right:2.5rem !important;}.me-xl-50{margin-right:3.125rem !important;}.me-xl-60{margin-right:3.75rem !important;}.me-xl-80{margin-right:5rem !important;}.me-xl-100{margin-right:6.25rem !important;}.me-xl-130{margin-right:8.125rem !important;}.me-xl-160{margin-right:10rem !important;}.me-xl-200{margin-right:12.5rem !important;}.me-xl-250{margin-right:15.625rem !important;}.me-xl-auto{margin-right:auto !important;}.me-xl-n0{margin-right:-0 !important;}.me-xl-n1{margin-right:-0.25rem !important;}.me-xl-n2{margin-right:-0.5rem !important;}.me-xl-n3{margin-right:-0.75rem !important;}.me-xl-n4{margin-right:-1rem !important;}.me-xl-n5{margin-right:-1.25rem !important;}.me-xl-n6{margin-right:-0.375rem !important;}.me-xl-n8{margin-right:-0.5rem !important;}.me-xl-n10{margin-right:-0.625rem !important;}.me-xl-n15{margin-right:-0.9375rem !important;}.me-xl-n18{margin-right:-1.125rem !important;}.me-xl-n30{margin-right:-1.875rem !important;}.me-xl-n40{margin-right:-2.5rem !important;}.me-xl-n50{margin-right:-3.125rem !important;}.me-xl-n60{margin-right:-3.75rem !important;}.me-xl-n80{margin-right:-5rem !important;}.me-xl-n100{margin-right:-6.25rem !important;}.me-xl-n130{margin-right:-8.125rem !important;}.me-xl-n160{margin-right:-10rem !important;}.me-xl-n200{margin-right:-12.5rem !important;}.me-xl-n250{margin-right:-15.625rem !important;}.mb-xl-0{margin-bottom:0 !important;}.mb-xl-1{margin-bottom:0.25rem !important;}.mb-xl-2{margin-bottom:0.5rem !important;}.mb-xl-3{margin-bottom:0.75rem !important;}.mb-xl-4{margin-bottom:1rem !important;}.mb-xl-5{margin-bottom:1.25rem !important;}.mb-xl-6{margin-bottom:0.375rem !important;}.mb-xl-8{margin-bottom:0.5rem !important;}.mb-xl-10{margin-bottom:0.625rem !important;}.mb-xl-15{margin-bottom:0.9375rem !important;}.mb-xl-18{margin-bottom:1.125rem !important;}.mb-xl-30{margin-bottom:1.875rem !important;}.mb-xl-40{margin-bottom:2.5rem !important;}.mb-xl-50{margin-bottom:3.125rem !important;}.mb-xl-60{margin-bottom:3.75rem !important;}.mb-xl-80{margin-bottom:5rem !important;}.mb-xl-100{margin-bottom:6.25rem !important;}.mb-xl-130{margin-bottom:8.125rem !important;}.mb-xl-160{margin-bottom:10rem !important;}.mb-xl-200{margin-bottom:12.5rem !important;}.mb-xl-250{margin-bottom:15.625rem !important;}.mb-xl-auto{margin-bottom:auto !important;}.mb-xl-n0{margin-bottom:-0 !important;}.mb-xl-n1{margin-bottom:-0.25rem !important;}.mb-xl-n2{margin-bottom:-0.5rem !important;}.mb-xl-n3{margin-bottom:-0.75rem !important;}.mb-xl-n4{margin-bottom:-1rem !important;}.mb-xl-n5{margin-bottom:-1.25rem !important;}.mb-xl-n6{margin-bottom:-0.375rem !important;}.mb-xl-n8{margin-bottom:-0.5rem !important;}.mb-xl-n10{margin-bottom:-0.625rem !important;}.mb-xl-n15{margin-bottom:-0.9375rem !important;}.mb-xl-n18{margin-bottom:-1.125rem !important;}.mb-xl-n30{margin-bottom:-1.875rem !important;}.mb-xl-n40{margin-bottom:-2.5rem !important;}.mb-xl-n50{margin-bottom:-3.125rem !important;}.mb-xl-n60{margin-bottom:-3.75rem !important;}.mb-xl-n80{margin-bottom:-5rem !important;}.mb-xl-n100{margin-bottom:-6.25rem !important;}.mb-xl-n130{margin-bottom:-8.125rem !important;}.mb-xl-n160{margin-bottom:-10rem !important;}.mb-xl-n200{margin-bottom:-12.5rem !important;}.mb-xl-n250{margin-bottom:-15.625rem !important;}.ms-xl-0{margin-left:0 !important;}.ms-xl-1{margin-left:0.25rem !important;}.ms-xl-2{margin-left:0.5rem !important;}.ms-xl-3{margin-left:0.75rem !important;}.ms-xl-4{margin-left:1rem !important;}.ms-xl-5{margin-left:1.25rem !important;}.ms-xl-6{margin-left:0.375rem !important;}.ms-xl-8{margin-left:0.5rem !important;}.ms-xl-10{margin-left:0.625rem !important;}.ms-xl-15{margin-left:0.9375rem !important;}.ms-xl-18{margin-left:1.125rem !important;}.ms-xl-30{margin-left:1.875rem !important;}.ms-xl-40{margin-left:2.5rem !important;}.ms-xl-50{margin-left:3.125rem !important;}.ms-xl-60{margin-left:3.75rem !important;}.ms-xl-80{margin-left:5rem !important;}.ms-xl-100{margin-left:6.25rem !important;}.ms-xl-130{margin-left:8.125rem !important;}.ms-xl-160{margin-left:10rem !important;}.ms-xl-200{margin-left:12.5rem !important;}.ms-xl-250{margin-left:15.625rem !important;}.ms-xl-auto{margin-left:auto !important;}.ms-xl-n0{margin-left:-0 !important;}.ms-xl-n1{margin-left:-0.25rem !important;}.ms-xl-n2{margin-left:-0.5rem !important;}.ms-xl-n3{margin-left:-0.75rem !important;}.ms-xl-n4{margin-left:-1rem !important;}.ms-xl-n5{margin-left:-1.25rem !important;}.ms-xl-n6{margin-left:-0.375rem !important;}.ms-xl-n8{margin-left:-0.5rem !important;}.ms-xl-n10{margin-left:-0.625rem !important;}.ms-xl-n15{margin-left:-0.9375rem !important;}.ms-xl-n18{margin-left:-1.125rem !important;}.ms-xl-n30{margin-left:-1.875rem !important;}.ms-xl-n40{margin-left:-2.5rem !important;}.ms-xl-n50{margin-left:-3.125rem !important;}.ms-xl-n60{margin-left:-3.75rem !important;}.ms-xl-n80{margin-left:-5rem !important;}.ms-xl-n100{margin-left:-6.25rem !important;}.ms-xl-n130{margin-left:-8.125rem !important;}.ms-xl-n160{margin-left:-10rem !important;}.ms-xl-n200{margin-left:-12.5rem !important;}.ms-xl-n250{margin-left:-15.625rem !important;}.p-xl-0{padding:0 !important;}.p-xl-1{padding:0.25rem !important;}.p-xl-2{padding:0.5rem !important;}.p-xl-3{padding:0.75rem !important;}.p-xl-4{padding:1rem !important;}.p-xl-5{padding:1.25rem !important;}.p-xl-6{padding:0.375rem !important;}.p-xl-8{padding:0.5rem !important;}.p-xl-10{padding:0.625rem !important;}.p-xl-15{padding:0.9375rem !important;}.p-xl-18{padding:1.125rem !important;}.p-xl-30{padding:1.875rem !important;}.p-xl-40{padding:2.5rem !important;}.p-xl-50{padding:3.125rem !important;}.p-xl-60{padding:3.75rem !important;}.p-xl-80{padding:5rem !important;}.p-xl-100{padding:6.25rem !important;}.p-xl-130{padding:8.125rem !important;}.p-xl-160{padding:10rem !important;}.p-xl-200{padding:12.5rem !important;}.p-xl-250{padding:15.625rem !important;}.px-xl-0{padding-right:0 !important;padding-left:0 !important;}.px-xl-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-xl-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xl-3{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xl-4{padding-right:1rem !important;padding-left:1rem !important;}.px-xl-5{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-xl-6{padding-right:0.375rem !important;padding-left:0.375rem !important;}.px-xl-8{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xl-10{padding-right:0.625rem !important;padding-left:0.625rem !important;}.px-xl-15{padding-right:0.9375rem !important;padding-left:0.9375rem !important;}.px-xl-18{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-xl-30{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-xl-40{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-xl-50{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-xl-60{padding-right:3.75rem !important;padding-left:3.75rem !important;}.px-xl-80{padding-right:5rem !important;padding-left:5rem !important;}.px-xl-100{padding-right:6.25rem !important;padding-left:6.25rem !important;}.px-xl-130{padding-right:8.125rem !important;padding-left:8.125rem !important;}.px-xl-160{padding-right:10rem !important;padding-left:10rem !important;}.px-xl-200{padding-right:12.5rem !important;padding-left:12.5rem !important;}.px-xl-250{padding-right:15.625rem !important;padding-left:15.625rem !important;}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xl-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xl-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xl-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-xl-6{padding-top:0.375rem !important;padding-bottom:0.375rem !important;}.py-xl-8{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xl-10{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.py-xl-15{padding-top:0.9375rem !important;padding-bottom:0.9375rem !important;}.py-xl-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-xl-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-xl-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-xl-50{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-xl-60{padding-top:3.75rem !important;padding-bottom:3.75rem !important;}.py-xl-80{padding-top:5rem !important;padding-bottom:5rem !important;}.py-xl-100{padding-top:6.25rem !important;padding-bottom:6.25rem !important;}.py-xl-130{padding-top:8.125rem !important;padding-bottom:8.125rem !important;}.py-xl-160{padding-top:10rem !important;padding-bottom:10rem !important;}.py-xl-200{padding-top:12.5rem !important;padding-bottom:12.5rem !important;}.py-xl-250{padding-top:15.625rem !important;padding-bottom:15.625rem !important;}.pt-xl-0{padding-top:0 !important;}.pt-xl-1{padding-top:0.25rem !important;}.pt-xl-2{padding-top:0.5rem !important;}.pt-xl-3{padding-top:0.75rem !important;}.pt-xl-4{padding-top:1rem !important;}.pt-xl-5{padding-top:1.25rem !important;}.pt-xl-6{padding-top:0.375rem !important;}.pt-xl-8{padding-top:0.5rem !important;}.pt-xl-10{padding-top:0.625rem !important;}.pt-xl-15{padding-top:0.9375rem !important;}.pt-xl-18{padding-top:1.125rem !important;}.pt-xl-30{padding-top:1.875rem !important;}.pt-xl-40{padding-top:2.5rem !important;}.pt-xl-50{padding-top:3.125rem !important;}.pt-xl-60{padding-top:3.75rem !important;}.pt-xl-80{padding-top:5rem !important;}.pt-xl-100{padding-top:6.25rem !important;}.pt-xl-130{padding-top:8.125rem !important;}.pt-xl-160{padding-top:10rem !important;}.pt-xl-200{padding-top:12.5rem !important;}.pt-xl-250{padding-top:15.625rem !important;}.pe-xl-0{padding-right:0 !important;}.pe-xl-1{padding-right:0.25rem !important;}.pe-xl-2{padding-right:0.5rem !important;}.pe-xl-3{padding-right:0.75rem !important;}.pe-xl-4{padding-right:1rem !important;}.pe-xl-5{padding-right:1.25rem !important;}.pe-xl-6{padding-right:0.375rem !important;}.pe-xl-8{padding-right:0.5rem !important;}.pe-xl-10{padding-right:0.625rem !important;}.pe-xl-15{padding-right:0.9375rem !important;}.pe-xl-18{padding-right:1.125rem !important;}.pe-xl-30{padding-right:1.875rem !important;}.pe-xl-40{padding-right:2.5rem !important;}.pe-xl-50{padding-right:3.125rem !important;}.pe-xl-60{padding-right:3.75rem !important;}.pe-xl-80{padding-right:5rem !important;}.pe-xl-100{padding-right:6.25rem !important;}.pe-xl-130{padding-right:8.125rem !important;}.pe-xl-160{padding-right:10rem !important;}.pe-xl-200{padding-right:12.5rem !important;}.pe-xl-250{padding-right:15.625rem !important;}.pb-xl-0{padding-bottom:0 !important;}.pb-xl-1{padding-bottom:0.25rem !important;}.pb-xl-2{padding-bottom:0.5rem !important;}.pb-xl-3{padding-bottom:0.75rem !important;}.pb-xl-4{padding-bottom:1rem !important;}.pb-xl-5{padding-bottom:1.25rem !important;}.pb-xl-6{padding-bottom:0.375rem !important;}.pb-xl-8{padding-bottom:0.5rem !important;}.pb-xl-10{padding-bottom:0.625rem !important;}.pb-xl-15{padding-bottom:0.9375rem !important;}.pb-xl-18{padding-bottom:1.125rem !important;}.pb-xl-30{padding-bottom:1.875rem !important;}.pb-xl-40{padding-bottom:2.5rem !important;}.pb-xl-50{padding-bottom:3.125rem !important;}.pb-xl-60{padding-bottom:3.75rem !important;}.pb-xl-80{padding-bottom:5rem !important;}.pb-xl-100{padding-bottom:6.25rem !important;}.pb-xl-130{padding-bottom:8.125rem !important;}.pb-xl-160{padding-bottom:10rem !important;}.pb-xl-200{padding-bottom:12.5rem !important;}.pb-xl-250{padding-bottom:15.625rem !important;}.ps-xl-0{padding-left:0 !important;}.ps-xl-1{padding-left:0.25rem !important;}.ps-xl-2{padding-left:0.5rem !important;}.ps-xl-3{padding-left:0.75rem !important;}.ps-xl-4{padding-left:1rem !important;}.ps-xl-5{padding-left:1.25rem !important;}.ps-xl-6{padding-left:0.375rem !important;}.ps-xl-8{padding-left:0.5rem !important;}.ps-xl-10{padding-left:0.625rem !important;}.ps-xl-15{padding-left:0.9375rem !important;}.ps-xl-18{padding-left:1.125rem !important;}.ps-xl-30{padding-left:1.875rem !important;}.ps-xl-40{padding-left:2.5rem !important;}.ps-xl-50{padding-left:3.125rem !important;}.ps-xl-60{padding-left:3.75rem !important;}.ps-xl-80{padding-left:5rem !important;}.ps-xl-100{padding-left:6.25rem !important;}.ps-xl-130{padding-left:8.125rem !important;}.ps-xl-160{padding-left:10rem !important;}.ps-xl-200{padding-left:12.5rem !important;}.ps-xl-250{padding-left:15.625rem !important;}.gap-xl-0{gap:0 !important;}.gap-xl-1{gap:0.25rem !important;}.gap-xl-2{gap:0.5rem !important;}.gap-xl-3{gap:0.75rem !important;}.gap-xl-4{gap:1rem !important;}.gap-xl-5{gap:1.25rem !important;}.gap-xl-6{gap:0.375rem !important;}.gap-xl-8{gap:0.5rem !important;}.gap-xl-10{gap:0.625rem !important;}.gap-xl-15{gap:0.9375rem !important;}.gap-xl-18{gap:1.125rem !important;}.gap-xl-30{gap:1.875rem !important;}.gap-xl-40{gap:2.5rem !important;}.gap-xl-50{gap:3.125rem !important;}.gap-xl-60{gap:3.75rem !important;}.gap-xl-80{gap:5rem !important;}.gap-xl-100{gap:6.25rem !important;}.gap-xl-130{gap:8.125rem !important;}.gap-xl-160{gap:10rem !important;}.gap-xl-200{gap:12.5rem !important;}.gap-xl-250{gap:15.625rem !important;}.gap-xl-20{gap:1.25rem !important;}.row-gap-xl-0{row-gap:0 !important;}.row-gap-xl-1{row-gap:0.25rem !important;}.row-gap-xl-2{row-gap:0.5rem !important;}.row-gap-xl-3{row-gap:0.75rem !important;}.row-gap-xl-4{row-gap:1rem !important;}.row-gap-xl-5{row-gap:1.25rem !important;}.row-gap-xl-6{row-gap:0.375rem !important;}.row-gap-xl-8{row-gap:0.5rem !important;}.row-gap-xl-10{row-gap:0.625rem !important;}.row-gap-xl-15{row-gap:0.9375rem !important;}.row-gap-xl-18{row-gap:1.125rem !important;}.row-gap-xl-30{row-gap:1.875rem !important;}.row-gap-xl-40{row-gap:2.5rem !important;}.row-gap-xl-50{row-gap:3.125rem !important;}.row-gap-xl-60{row-gap:3.75rem !important;}.row-gap-xl-80{row-gap:5rem !important;}.row-gap-xl-100{row-gap:6.25rem !important;}.row-gap-xl-130{row-gap:8.125rem !important;}.row-gap-xl-160{row-gap:10rem !important;}.row-gap-xl-200{row-gap:12.5rem !important;}.row-gap-xl-250{row-gap:15.625rem !important;}.column-gap-xl-0{column-gap:0 !important;}.column-gap-xl-1{column-gap:0.25rem !important;}.column-gap-xl-2{column-gap:0.5rem !important;}.column-gap-xl-3{column-gap:0.75rem !important;}.column-gap-xl-4{column-gap:1rem !important;}.column-gap-xl-5{column-gap:1.25rem !important;}.column-gap-xl-6{column-gap:0.375rem !important;}.column-gap-xl-8{column-gap:0.5rem !important;}.column-gap-xl-10{column-gap:0.625rem !important;}.column-gap-xl-15{column-gap:0.9375rem !important;}.column-gap-xl-18{column-gap:1.125rem !important;}.column-gap-xl-30{column-gap:1.875rem !important;}.column-gap-xl-40{column-gap:2.5rem !important;}.column-gap-xl-50{column-gap:3.125rem !important;}.column-gap-xl-60{column-gap:3.75rem !important;}.column-gap-xl-80{column-gap:5rem !important;}.column-gap-xl-100{column-gap:6.25rem !important;}.column-gap-xl-130{column-gap:8.125rem !important;}.column-gap-xl-160{column-gap:10rem !important;}.column-gap-xl-200{column-gap:12.5rem !important;}.column-gap-xl-250{column-gap:15.625rem !important;}.fs-xl-12{font-size:0.75rem !important;}.fs-xl-14{font-size:0.875rem !important;}.fs-xl-16{font-size:1rem !important;}.fs-xl-18{font-size:1.125rem !important;}.fs-xl-20{font-size:1.25rem !important;}.fs-xl-24{font-size:1.5rem !important;}.fs-xl-32{font-size:2rem !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;}.w-xxl-25{width:25% !important;}.w-xxl-50{width:50% !important;}.w-xxl-75{width:75% !important;}.w-xxl-100{width:100% !important;}.w-xxl-auto{width:auto !important;}.mw-xxl-520{max-width:520px !important;}.mw-xxl-540{max-width:540px !important;}.mw-xxl-565{max-width:565px !important;}.mw-xxl-720{max-width:720px !important;}.mw-xxl-730{max-width:730px !important;}.mw-xxl-825{max-width:825px !important;}.mw-xxl-920{max-width:920px !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:0.25rem !important;}.m-xxl-2{margin:0.5rem !important;}.m-xxl-3{margin:0.75rem !important;}.m-xxl-4{margin:1rem !important;}.m-xxl-5{margin:1.25rem !important;}.m-xxl-6{margin:0.375rem !important;}.m-xxl-8{margin:0.5rem !important;}.m-xxl-10{margin:0.625rem !important;}.m-xxl-15{margin:0.9375rem !important;}.m-xxl-18{margin:1.125rem !important;}.m-xxl-30{margin:1.875rem !important;}.m-xxl-40{margin:2.5rem !important;}.m-xxl-50{margin:3.125rem !important;}.m-xxl-60{margin:3.75rem !important;}.m-xxl-80{margin:5rem !important;}.m-xxl-100{margin:6.25rem !important;}.m-xxl-130{margin:8.125rem !important;}.m-xxl-160{margin:10rem !important;}.m-xxl-200{margin:12.5rem !important;}.m-xxl-250{margin:15.625rem !important;}.m-xxl-auto{margin:auto !important;}.m-xxl-n0{margin:-0 !important;}.m-xxl-n1{margin:-0.25rem !important;}.m-xxl-n2{margin:-0.5rem !important;}.m-xxl-n3{margin:-0.75rem !important;}.m-xxl-n4{margin:-1rem !important;}.m-xxl-n5{margin:-1.25rem !important;}.m-xxl-n6{margin:-0.375rem !important;}.m-xxl-n8{margin:-0.5rem !important;}.m-xxl-n10{margin:-0.625rem !important;}.m-xxl-n15{margin:-0.9375rem !important;}.m-xxl-n18{margin:-1.125rem !important;}.m-xxl-n30{margin:-1.875rem !important;}.m-xxl-n40{margin:-2.5rem !important;}.m-xxl-n50{margin:-3.125rem !important;}.m-xxl-n60{margin:-3.75rem !important;}.m-xxl-n80{margin:-5rem !important;}.m-xxl-n100{margin:-6.25rem !important;}.m-xxl-n130{margin:-8.125rem !important;}.m-xxl-n160{margin:-10rem !important;}.m-xxl-n200{margin:-12.5rem !important;}.m-xxl-n250{margin:-15.625rem !important;}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important;}.mx-xxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important;}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xxl-3{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xxl-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-xxl-5{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-xxl-6{margin-right:0.375rem !important;margin-left:0.375rem !important;}.mx-xxl-8{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xxl-10{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-xxl-15{margin-right:0.9375rem !important;margin-left:0.9375rem !important;}.mx-xxl-18{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-xxl-30{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-xxl-40{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-xxl-50{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-xxl-60{margin-right:3.75rem !important;margin-left:3.75rem !important;}.mx-xxl-80{margin-right:5rem !important;margin-left:5rem !important;}.mx-xxl-100{margin-right:6.25rem !important;margin-left:6.25rem !important;}.mx-xxl-130{margin-right:8.125rem !important;margin-left:8.125rem !important;}.mx-xxl-160{margin-right:10rem !important;margin-left:10rem !important;}.mx-xxl-200{margin-right:12.5rem !important;margin-left:12.5rem !important;}.mx-xxl-250{margin-right:15.625rem !important;margin-left:15.625rem !important;}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important;}.mx-xxl-n0{margin-right:-0 !important;margin-left:-0 !important;}.mx-xxl-n1{margin-right:-0.25rem !important;margin-left:-0.25rem !important;}.mx-xxl-n2{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xxl-n3{margin-right:-0.75rem !important;margin-left:-0.75rem !important;}.mx-xxl-n4{margin-right:-1rem !important;margin-left:-1rem !important;}.mx-xxl-n5{margin-right:-1.25rem !important;margin-left:-1.25rem !important;}.mx-xxl-n6{margin-right:-0.375rem !important;margin-left:-0.375rem !important;}.mx-xxl-n8{margin-right:-0.5rem !important;margin-left:-0.5rem !important;}.mx-xxl-n10{margin-right:-0.625rem !important;margin-left:-0.625rem !important;}.mx-xxl-n15{margin-right:-0.9375rem !important;margin-left:-0.9375rem !important;}.mx-xxl-n18{margin-right:-1.125rem !important;margin-left:-1.125rem !important;}.mx-xxl-n30{margin-right:-1.875rem !important;margin-left:-1.875rem !important;}.mx-xxl-n40{margin-right:-2.5rem !important;margin-left:-2.5rem !important;}.mx-xxl-n50{margin-right:-3.125rem !important;margin-left:-3.125rem !important;}.mx-xxl-n60{margin-right:-3.75rem !important;margin-left:-3.75rem !important;}.mx-xxl-n80{margin-right:-5rem !important;margin-left:-5rem !important;}.mx-xxl-n100{margin-right:-6.25rem !important;margin-left:-6.25rem !important;}.mx-xxl-n130{margin-right:-8.125rem !important;margin-left:-8.125rem !important;}.mx-xxl-n160{margin-right:-10rem !important;margin-left:-10rem !important;}.mx-xxl-n200{margin-right:-12.5rem !important;margin-left:-12.5rem !important;}.mx-xxl-n250{margin-right:-15.625rem !important;margin-left:-15.625rem !important;}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xxl-3{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xxl-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xxl-5{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-xxl-6{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-xxl-8{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xxl-10{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-xxl-15{margin-top:0.9375rem !important;margin-bottom:0.9375rem !important;}.my-xxl-18{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-xxl-30{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-xxl-40{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-xxl-50{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-xxl-60{margin-top:3.75rem !important;margin-bottom:3.75rem !important;}.my-xxl-80{margin-top:5rem !important;margin-bottom:5rem !important;}.my-xxl-100{margin-top:6.25rem !important;margin-bottom:6.25rem !important;}.my-xxl-130{margin-top:8.125rem !important;margin-bottom:8.125rem !important;}.my-xxl-160{margin-top:10rem !important;margin-bottom:10rem !important;}.my-xxl-200{margin-top:12.5rem !important;margin-bottom:12.5rem !important;}.my-xxl-250{margin-top:15.625rem !important;margin-bottom:15.625rem !important;}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important;}.my-xxl-n0{margin-top:-0 !important;margin-bottom:-0 !important;}.my-xxl-n1{margin-top:-0.25rem !important;margin-bottom:-0.25rem !important;}.my-xxl-n2{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xxl-n3{margin-top:-0.75rem !important;margin-bottom:-0.75rem !important;}.my-xxl-n4{margin-top:-1rem !important;margin-bottom:-1rem !important;}.my-xxl-n5{margin-top:-1.25rem !important;margin-bottom:-1.25rem !important;}.my-xxl-n6{margin-top:-0.375rem !important;margin-bottom:-0.375rem !important;}.my-xxl-n8{margin-top:-0.5rem !important;margin-bottom:-0.5rem !important;}.my-xxl-n10{margin-top:-0.625rem !important;margin-bottom:-0.625rem !important;}.my-xxl-n15{margin-top:-0.9375rem !important;margin-bottom:-0.9375rem !important;}.my-xxl-n18{margin-top:-1.125rem !important;margin-bottom:-1.125rem !important;}.my-xxl-n30{margin-top:-1.875rem !important;margin-bottom:-1.875rem !important;}.my-xxl-n40{margin-top:-2.5rem !important;margin-bottom:-2.5rem !important;}.my-xxl-n50{margin-top:-3.125rem !important;margin-bottom:-3.125rem !important;}.my-xxl-n60{margin-top:-3.75rem !important;margin-bottom:-3.75rem !important;}.my-xxl-n80{margin-top:-5rem !important;margin-bottom:-5rem !important;}.my-xxl-n100{margin-top:-6.25rem !important;margin-bottom:-6.25rem !important;}.my-xxl-n130{margin-top:-8.125rem !important;margin-bottom:-8.125rem !important;}.my-xxl-n160{margin-top:-10rem !important;margin-bottom:-10rem !important;}.my-xxl-n200{margin-top:-12.5rem !important;margin-bottom:-12.5rem !important;}.my-xxl-n250{margin-top:-15.625rem !important;margin-bottom:-15.625rem !important;}.mt-xxl-0{margin-top:0 !important;}.mt-xxl-1{margin-top:0.25rem !important;}.mt-xxl-2{margin-top:0.5rem !important;}.mt-xxl-3{margin-top:0.75rem !important;}.mt-xxl-4{margin-top:1rem !important;}.mt-xxl-5{margin-top:1.25rem !important;}.mt-xxl-6{margin-top:0.375rem !important;}.mt-xxl-8{margin-top:0.5rem !important;}.mt-xxl-10{margin-top:0.625rem !important;}.mt-xxl-15{margin-top:0.9375rem !important;}.mt-xxl-18{margin-top:1.125rem !important;}.mt-xxl-30{margin-top:1.875rem !important;}.mt-xxl-40{margin-top:2.5rem !important;}.mt-xxl-50{margin-top:3.125rem !important;}.mt-xxl-60{margin-top:3.75rem !important;}.mt-xxl-80{margin-top:5rem !important;}.mt-xxl-100{margin-top:6.25rem !important;}.mt-xxl-130{margin-top:8.125rem !important;}.mt-xxl-160{margin-top:10rem !important;}.mt-xxl-200{margin-top:12.5rem !important;}.mt-xxl-250{margin-top:15.625rem !important;}.mt-xxl-auto{margin-top:auto !important;}.mt-xxl-n0{margin-top:-0 !important;}.mt-xxl-n1{margin-top:-0.25rem !important;}.mt-xxl-n2{margin-top:-0.5rem !important;}.mt-xxl-n3{margin-top:-0.75rem !important;}.mt-xxl-n4{margin-top:-1rem !important;}.mt-xxl-n5{margin-top:-1.25rem !important;}.mt-xxl-n6{margin-top:-0.375rem !important;}.mt-xxl-n8{margin-top:-0.5rem !important;}.mt-xxl-n10{margin-top:-0.625rem !important;}.mt-xxl-n15{margin-top:-0.9375rem !important;}.mt-xxl-n18{margin-top:-1.125rem !important;}.mt-xxl-n30{margin-top:-1.875rem !important;}.mt-xxl-n40{margin-top:-2.5rem !important;}.mt-xxl-n50{margin-top:-3.125rem !important;}.mt-xxl-n60{margin-top:-3.75rem !important;}.mt-xxl-n80{margin-top:-5rem !important;}.mt-xxl-n100{margin-top:-6.25rem !important;}.mt-xxl-n130{margin-top:-8.125rem !important;}.mt-xxl-n160{margin-top:-10rem !important;}.mt-xxl-n200{margin-top:-12.5rem !important;}.mt-xxl-n250{margin-top:-15.625rem !important;}.me-xxl-0{margin-right:0 !important;}.me-xxl-1{margin-right:0.25rem !important;}.me-xxl-2{margin-right:0.5rem !important;}.me-xxl-3{margin-right:0.75rem !important;}.me-xxl-4{margin-right:1rem !important;}.me-xxl-5{margin-right:1.25rem !important;}.me-xxl-6{margin-right:0.375rem !important;}.me-xxl-8{margin-right:0.5rem !important;}.me-xxl-10{margin-right:0.625rem !important;}.me-xxl-15{margin-right:0.9375rem !important;}.me-xxl-18{margin-right:1.125rem !important;}.me-xxl-30{margin-right:1.875rem !important;}.me-xxl-40{margin-right:2.5rem !important;}.me-xxl-50{margin-right:3.125rem !important;}.me-xxl-60{margin-right:3.75rem !important;}.me-xxl-80{margin-right:5rem !important;}.me-xxl-100{margin-right:6.25rem !important;}.me-xxl-130{margin-right:8.125rem !important;}.me-xxl-160{margin-right:10rem !important;}.me-xxl-200{margin-right:12.5rem !important;}.me-xxl-250{margin-right:15.625rem !important;}.me-xxl-auto{margin-right:auto !important;}.me-xxl-n0{margin-right:-0 !important;}.me-xxl-n1{margin-right:-0.25rem !important;}.me-xxl-n2{margin-right:-0.5rem !important;}.me-xxl-n3{margin-right:-0.75rem !important;}.me-xxl-n4{margin-right:-1rem !important;}.me-xxl-n5{margin-right:-1.25rem !important;}.me-xxl-n6{margin-right:-0.375rem !important;}.me-xxl-n8{margin-right:-0.5rem !important;}.me-xxl-n10{margin-right:-0.625rem !important;}.me-xxl-n15{margin-right:-0.9375rem !important;}.me-xxl-n18{margin-right:-1.125rem !important;}.me-xxl-n30{margin-right:-1.875rem !important;}.me-xxl-n40{margin-right:-2.5rem !important;}.me-xxl-n50{margin-right:-3.125rem !important;}.me-xxl-n60{margin-right:-3.75rem !important;}.me-xxl-n80{margin-right:-5rem !important;}.me-xxl-n100{margin-right:-6.25rem !important;}.me-xxl-n130{margin-right:-8.125rem !important;}.me-xxl-n160{margin-right:-10rem !important;}.me-xxl-n200{margin-right:-12.5rem !important;}.me-xxl-n250{margin-right:-15.625rem !important;}.mb-xxl-0{margin-bottom:0 !important;}.mb-xxl-1{margin-bottom:0.25rem !important;}.mb-xxl-2{margin-bottom:0.5rem !important;}.mb-xxl-3{margin-bottom:0.75rem !important;}.mb-xxl-4{margin-bottom:1rem !important;}.mb-xxl-5{margin-bottom:1.25rem !important;}.mb-xxl-6{margin-bottom:0.375rem !important;}.mb-xxl-8{margin-bottom:0.5rem !important;}.mb-xxl-10{margin-bottom:0.625rem !important;}.mb-xxl-15{margin-bottom:0.9375rem !important;}.mb-xxl-18{margin-bottom:1.125rem !important;}.mb-xxl-30{margin-bottom:1.875rem !important;}.mb-xxl-40{margin-bottom:2.5rem !important;}.mb-xxl-50{margin-bottom:3.125rem !important;}.mb-xxl-60{margin-bottom:3.75rem !important;}.mb-xxl-80{margin-bottom:5rem !important;}.mb-xxl-100{margin-bottom:6.25rem !important;}.mb-xxl-130{margin-bottom:8.125rem !important;}.mb-xxl-160{margin-bottom:10rem !important;}.mb-xxl-200{margin-bottom:12.5rem !important;}.mb-xxl-250{margin-bottom:15.625rem !important;}.mb-xxl-auto{margin-bottom:auto !important;}.mb-xxl-n0{margin-bottom:-0 !important;}.mb-xxl-n1{margin-bottom:-0.25rem !important;}.mb-xxl-n2{margin-bottom:-0.5rem !important;}.mb-xxl-n3{margin-bottom:-0.75rem !important;}.mb-xxl-n4{margin-bottom:-1rem !important;}.mb-xxl-n5{margin-bottom:-1.25rem !important;}.mb-xxl-n6{margin-bottom:-0.375rem !important;}.mb-xxl-n8{margin-bottom:-0.5rem !important;}.mb-xxl-n10{margin-bottom:-0.625rem !important;}.mb-xxl-n15{margin-bottom:-0.9375rem !important;}.mb-xxl-n18{margin-bottom:-1.125rem !important;}.mb-xxl-n30{margin-bottom:-1.875rem !important;}.mb-xxl-n40{margin-bottom:-2.5rem !important;}.mb-xxl-n50{margin-bottom:-3.125rem !important;}.mb-xxl-n60{margin-bottom:-3.75rem !important;}.mb-xxl-n80{margin-bottom:-5rem !important;}.mb-xxl-n100{margin-bottom:-6.25rem !important;}.mb-xxl-n130{margin-bottom:-8.125rem !important;}.mb-xxl-n160{margin-bottom:-10rem !important;}.mb-xxl-n200{margin-bottom:-12.5rem !important;}.mb-xxl-n250{margin-bottom:-15.625rem !important;}.ms-xxl-0{margin-left:0 !important;}.ms-xxl-1{margin-left:0.25rem !important;}.ms-xxl-2{margin-left:0.5rem !important;}.ms-xxl-3{margin-left:0.75rem !important;}.ms-xxl-4{margin-left:1rem !important;}.ms-xxl-5{margin-left:1.25rem !important;}.ms-xxl-6{margin-left:0.375rem !important;}.ms-xxl-8{margin-left:0.5rem !important;}.ms-xxl-10{margin-left:0.625rem !important;}.ms-xxl-15{margin-left:0.9375rem !important;}.ms-xxl-18{margin-left:1.125rem !important;}.ms-xxl-30{margin-left:1.875rem !important;}.ms-xxl-40{margin-left:2.5rem !important;}.ms-xxl-50{margin-left:3.125rem !important;}.ms-xxl-60{margin-left:3.75rem !important;}.ms-xxl-80{margin-left:5rem !important;}.ms-xxl-100{margin-left:6.25rem !important;}.ms-xxl-130{margin-left:8.125rem !important;}.ms-xxl-160{margin-left:10rem !important;}.ms-xxl-200{margin-left:12.5rem !important;}.ms-xxl-250{margin-left:15.625rem !important;}.ms-xxl-auto{margin-left:auto !important;}.ms-xxl-n0{margin-left:-0 !important;}.ms-xxl-n1{margin-left:-0.25rem !important;}.ms-xxl-n2{margin-left:-0.5rem !important;}.ms-xxl-n3{margin-left:-0.75rem !important;}.ms-xxl-n4{margin-left:-1rem !important;}.ms-xxl-n5{margin-left:-1.25rem !important;}.ms-xxl-n6{margin-left:-0.375rem !important;}.ms-xxl-n8{margin-left:-0.5rem !important;}.ms-xxl-n10{margin-left:-0.625rem !important;}.ms-xxl-n15{margin-left:-0.9375rem !important;}.ms-xxl-n18{margin-left:-1.125rem !important;}.ms-xxl-n30{margin-left:-1.875rem !important;}.ms-xxl-n40{margin-left:-2.5rem !important;}.ms-xxl-n50{margin-left:-3.125rem !important;}.ms-xxl-n60{margin-left:-3.75rem !important;}.ms-xxl-n80{margin-left:-5rem !important;}.ms-xxl-n100{margin-left:-6.25rem !important;}.ms-xxl-n130{margin-left:-8.125rem !important;}.ms-xxl-n160{margin-left:-10rem !important;}.ms-xxl-n200{margin-left:-12.5rem !important;}.ms-xxl-n250{margin-left:-15.625rem !important;}.p-xxl-0{padding:0 !important;}.p-xxl-1{padding:0.25rem !important;}.p-xxl-2{padding:0.5rem !important;}.p-xxl-3{padding:0.75rem !important;}.p-xxl-4{padding:1rem !important;}.p-xxl-5{padding:1.25rem !important;}.p-xxl-6{padding:0.375rem !important;}.p-xxl-8{padding:0.5rem !important;}.p-xxl-10{padding:0.625rem !important;}.p-xxl-15{padding:0.9375rem !important;}.p-xxl-18{padding:1.125rem !important;}.p-xxl-30{padding:1.875rem !important;}.p-xxl-40{padding:2.5rem !important;}.p-xxl-50{padding:3.125rem !important;}.p-xxl-60{padding:3.75rem !important;}.p-xxl-80{padding:5rem !important;}.p-xxl-100{padding:6.25rem !important;}.p-xxl-130{padding:8.125rem !important;}.p-xxl-160{padding:10rem !important;}.p-xxl-200{padding:12.5rem !important;}.p-xxl-250{padding:15.625rem !important;}.px-xxl-0{padding-right:0 !important;padding-left:0 !important;}.px-xxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important;}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xxl-3{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xxl-4{padding-right:1rem !important;padding-left:1rem !important;}.px-xxl-5{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-xxl-6{padding-right:0.375rem !important;padding-left:0.375rem !important;}.px-xxl-8{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xxl-10{padding-right:0.625rem !important;padding-left:0.625rem !important;}.px-xxl-15{padding-right:0.9375rem !important;padding-left:0.9375rem !important;}.px-xxl-18{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-xxl-30{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-xxl-40{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-xxl-50{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-xxl-60{padding-right:3.75rem !important;padding-left:3.75rem !important;}.px-xxl-80{padding-right:5rem !important;padding-left:5rem !important;}.px-xxl-100{padding-right:6.25rem !important;padding-left:6.25rem !important;}.px-xxl-130{padding-right:8.125rem !important;padding-left:8.125rem !important;}.px-xxl-160{padding-right:10rem !important;padding-left:10rem !important;}.px-xxl-200{padding-right:12.5rem !important;padding-left:12.5rem !important;}.px-xxl-250{padding-right:15.625rem !important;padding-left:15.625rem !important;}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important;}.py-xxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important;}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xxl-3{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xxl-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xxl-5{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-xxl-6{padding-top:0.375rem !important;padding-bottom:0.375rem !important;}.py-xxl-8{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xxl-10{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.py-xxl-15{padding-top:0.9375rem !important;padding-bottom:0.9375rem !important;}.py-xxl-18{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-xxl-30{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-xxl-40{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-xxl-50{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-xxl-60{padding-top:3.75rem !important;padding-bottom:3.75rem !important;}.py-xxl-80{padding-top:5rem !important;padding-bottom:5rem !important;}.py-xxl-100{padding-top:6.25rem !important;padding-bottom:6.25rem !important;}.py-xxl-130{padding-top:8.125rem !important;padding-bottom:8.125rem !important;}.py-xxl-160{padding-top:10rem !important;padding-bottom:10rem !important;}.py-xxl-200{padding-top:12.5rem !important;padding-bottom:12.5rem !important;}.py-xxl-250{padding-top:15.625rem !important;padding-bottom:15.625rem !important;}.pt-xxl-0{padding-top:0 !important;}.pt-xxl-1{padding-top:0.25rem !important;}.pt-xxl-2{padding-top:0.5rem !important;}.pt-xxl-3{padding-top:0.75rem !important;}.pt-xxl-4{padding-top:1rem !important;}.pt-xxl-5{padding-top:1.25rem !important;}.pt-xxl-6{padding-top:0.375rem !important;}.pt-xxl-8{padding-top:0.5rem !important;}.pt-xxl-10{padding-top:0.625rem !important;}.pt-xxl-15{padding-top:0.9375rem !important;}.pt-xxl-18{padding-top:1.125rem !important;}.pt-xxl-30{padding-top:1.875rem !important;}.pt-xxl-40{padding-top:2.5rem !important;}.pt-xxl-50{padding-top:3.125rem !important;}.pt-xxl-60{padding-top:3.75rem !important;}.pt-xxl-80{padding-top:5rem !important;}.pt-xxl-100{padding-top:6.25rem !important;}.pt-xxl-130{padding-top:8.125rem !important;}.pt-xxl-160{padding-top:10rem !important;}.pt-xxl-200{padding-top:12.5rem !important;}.pt-xxl-250{padding-top:15.625rem !important;}.pe-xxl-0{padding-right:0 !important;}.pe-xxl-1{padding-right:0.25rem !important;}.pe-xxl-2{padding-right:0.5rem !important;}.pe-xxl-3{padding-right:0.75rem !important;}.pe-xxl-4{padding-right:1rem !important;}.pe-xxl-5{padding-right:1.25rem !important;}.pe-xxl-6{padding-right:0.375rem !important;}.pe-xxl-8{padding-right:0.5rem !important;}.pe-xxl-10{padding-right:0.625rem !important;}.pe-xxl-15{padding-right:0.9375rem !important;}.pe-xxl-18{padding-right:1.125rem !important;}.pe-xxl-30{padding-right:1.875rem !important;}.pe-xxl-40{padding-right:2.5rem !important;}.pe-xxl-50{padding-right:3.125rem !important;}.pe-xxl-60{padding-right:3.75rem !important;}.pe-xxl-80{padding-right:5rem !important;}.pe-xxl-100{padding-right:6.25rem !important;}.pe-xxl-130{padding-right:8.125rem !important;}.pe-xxl-160{padding-right:10rem !important;}.pe-xxl-200{padding-right:12.5rem !important;}.pe-xxl-250{padding-right:15.625rem !important;}.pb-xxl-0{padding-bottom:0 !important;}.pb-xxl-1{padding-bottom:0.25rem !important;}.pb-xxl-2{padding-bottom:0.5rem !important;}.pb-xxl-3{padding-bottom:0.75rem !important;}.pb-xxl-4{padding-bottom:1rem !important;}.pb-xxl-5{padding-bottom:1.25rem !important;}.pb-xxl-6{padding-bottom:0.375rem !important;}.pb-xxl-8{padding-bottom:0.5rem !important;}.pb-xxl-10{padding-bottom:0.625rem !important;}.pb-xxl-15{padding-bottom:0.9375rem !important;}.pb-xxl-18{padding-bottom:1.125rem !important;}.pb-xxl-30{padding-bottom:1.875rem !important;}.pb-xxl-40{padding-bottom:2.5rem !important;}.pb-xxl-50{padding-bottom:3.125rem !important;}.pb-xxl-60{padding-bottom:3.75rem !important;}.pb-xxl-80{padding-bottom:5rem !important;}.pb-xxl-100{padding-bottom:6.25rem !important;}.pb-xxl-130{padding-bottom:8.125rem !important;}.pb-xxl-160{padding-bottom:10rem !important;}.pb-xxl-200{padding-bottom:12.5rem !important;}.pb-xxl-250{padding-bottom:15.625rem !important;}.ps-xxl-0{padding-left:0 !important;}.ps-xxl-1{padding-left:0.25rem !important;}.ps-xxl-2{padding-left:0.5rem !important;}.ps-xxl-3{padding-left:0.75rem !important;}.ps-xxl-4{padding-left:1rem !important;}.ps-xxl-5{padding-left:1.25rem !important;}.ps-xxl-6{padding-left:0.375rem !important;}.ps-xxl-8{padding-left:0.5rem !important;}.ps-xxl-10{padding-left:0.625rem !important;}.ps-xxl-15{padding-left:0.9375rem !important;}.ps-xxl-18{padding-left:1.125rem !important;}.ps-xxl-30{padding-left:1.875rem !important;}.ps-xxl-40{padding-left:2.5rem !important;}.ps-xxl-50{padding-left:3.125rem !important;}.ps-xxl-60{padding-left:3.75rem !important;}.ps-xxl-80{padding-left:5rem !important;}.ps-xxl-100{padding-left:6.25rem !important;}.ps-xxl-130{padding-left:8.125rem !important;}.ps-xxl-160{padding-left:10rem !important;}.ps-xxl-200{padding-left:12.5rem !important;}.ps-xxl-250{padding-left:15.625rem !important;}.gap-xxl-0{gap:0 !important;}.gap-xxl-1{gap:0.25rem !important;}.gap-xxl-2{gap:0.5rem !important;}.gap-xxl-3{gap:0.75rem !important;}.gap-xxl-4{gap:1rem !important;}.gap-xxl-5{gap:1.25rem !important;}.gap-xxl-6{gap:0.375rem !important;}.gap-xxl-8{gap:0.5rem !important;}.gap-xxl-10{gap:0.625rem !important;}.gap-xxl-15{gap:0.9375rem !important;}.gap-xxl-18{gap:1.125rem !important;}.gap-xxl-30{gap:1.875rem !important;}.gap-xxl-40{gap:2.5rem !important;}.gap-xxl-50{gap:3.125rem !important;}.gap-xxl-60{gap:3.75rem !important;}.gap-xxl-80{gap:5rem !important;}.gap-xxl-100{gap:6.25rem !important;}.gap-xxl-130{gap:8.125rem !important;}.gap-xxl-160{gap:10rem !important;}.gap-xxl-200{gap:12.5rem !important;}.gap-xxl-250{gap:15.625rem !important;}.gap-xxl-20{gap:1.25rem !important;}.row-gap-xxl-0{row-gap:0 !important;}.row-gap-xxl-1{row-gap:0.25rem !important;}.row-gap-xxl-2{row-gap:0.5rem !important;}.row-gap-xxl-3{row-gap:0.75rem !important;}.row-gap-xxl-4{row-gap:1rem !important;}.row-gap-xxl-5{row-gap:1.25rem !important;}.row-gap-xxl-6{row-gap:0.375rem !important;}.row-gap-xxl-8{row-gap:0.5rem !important;}.row-gap-xxl-10{row-gap:0.625rem !important;}.row-gap-xxl-15{row-gap:0.9375rem !important;}.row-gap-xxl-18{row-gap:1.125rem !important;}.row-gap-xxl-30{row-gap:1.875rem !important;}.row-gap-xxl-40{row-gap:2.5rem !important;}.row-gap-xxl-50{row-gap:3.125rem !important;}.row-gap-xxl-60{row-gap:3.75rem !important;}.row-gap-xxl-80{row-gap:5rem !important;}.row-gap-xxl-100{row-gap:6.25rem !important;}.row-gap-xxl-130{row-gap:8.125rem !important;}.row-gap-xxl-160{row-gap:10rem !important;}.row-gap-xxl-200{row-gap:12.5rem !important;}.row-gap-xxl-250{row-gap:15.625rem !important;}.column-gap-xxl-0{column-gap:0 !important;}.column-gap-xxl-1{column-gap:0.25rem !important;}.column-gap-xxl-2{column-gap:0.5rem !important;}.column-gap-xxl-3{column-gap:0.75rem !important;}.column-gap-xxl-4{column-gap:1rem !important;}.column-gap-xxl-5{column-gap:1.25rem !important;}.column-gap-xxl-6{column-gap:0.375rem !important;}.column-gap-xxl-8{column-gap:0.5rem !important;}.column-gap-xxl-10{column-gap:0.625rem !important;}.column-gap-xxl-15{column-gap:0.9375rem !important;}.column-gap-xxl-18{column-gap:1.125rem !important;}.column-gap-xxl-30{column-gap:1.875rem !important;}.column-gap-xxl-40{column-gap:2.5rem !important;}.column-gap-xxl-50{column-gap:3.125rem !important;}.column-gap-xxl-60{column-gap:3.75rem !important;}.column-gap-xxl-80{column-gap:5rem !important;}.column-gap-xxl-100{column-gap:6.25rem !important;}.column-gap-xxl-130{column-gap:8.125rem !important;}.column-gap-xxl-160{column-gap:10rem !important;}.column-gap-xxl-200{column-gap:12.5rem !important;}.column-gap-xxl-250{column-gap:15.625rem !important;}.fs-xxl-12{font-size:0.75rem !important;}.fs-xxl-14{font-size:0.875rem !important;}.fs-xxl-16{font-size:1rem !important;}.fs-xxl-18{font-size:1.125rem !important;}.fs-xxl-20{font-size:1.25rem !important;}.fs-xxl-24{font-size:1.5rem !important;}.fs-xxl-32{font-size:2rem !important;}.text-xxl-start{text-align:left !important;}.text-xxl-end{text-align:right !important;}.text-xxl-center{text-align:center !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;}}:root{--bs-body-font-family:Barlow,sans-serif;--bs-body-font-size:1.125rem;--bs-body-line-height:1.444;--bs-body-bg:#f6f5f0;--bs-link-color:#bf4e4e;--bs-link-hover-color:#993e3e;--bs-gutter-x:2.5rem;--white:#ffffff;--black:#000000;--neutral-150:#d8d9d9;--neutral-300:#b2b2b2;--neutral-400:#999999;--neutral-500:#7f7f7f;--neutral-600:#666666;--neutral-900:#333333;--cerulean-blue-accessible:#2f7a8b;--prussian-blue:#0d4e69;--prussian-blue-dark:#103240;--prussian-blue-medium:#1d4d60;--cerulean-blue:#2f7a8b;--cerulean-blue-medium:#70aab7;--cerulean-blue-light:#d6e7eb;--rust:#bf4e4e;--rust-dark:#993e3e;--bronze:#c77429;--gold:#fac278;--peach:#f9e9d6;--beige:#f6f5f0;--error:#d11e1e;--success:#077754;--green:#082223;--grey:#606D7F;--font-primary:Barlow,sans-serif;--font-secondary:Merriweather,serif;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-xbold:800;--font-weight-black:900;--body-size:1.125rem;--body-line-height:1.6245rem;--body-weight:400;--isi-title-size:1.125rem;--isi-title-line-height:1.563rem;--isi-title-weight:700;--nav-size:1rem;--nav-line-height:1.25rem;--nav-weight:500;--nav-on-weight:700;--eyebrow-size:0.875rem;--eyebrow-line-height:1.25rem;--eyebrow-weight:500;--eyebrow-signup-size:0.875rem;--eyebrow-signup-line-height:1.25rem;--eyebrow-signup-weight:600;--subnav-left-size:1rem;--subnav-left-line-height:1.25rem;--subnav-left-weight:600;--subnav-left-on-size:1rem;--subnav-left-on-line-height:1.25rem;--subnav-left-on-weight:700;--tab-size:1.25rem;--tab-line-height:1.25rem;--tab-weight:700;--tab-on-weight:700;--reference-size:0.875rem;--reference-line-height:1.25rem;--reference-weight:400;--subhead-size:1.125rem;--subhead-line-height:1.5rem;--subhead-weight:700;--error-message-size:1.125rem;--error-message-line-height:1.688rem;--error-message-weight:500;--n1-size:6.25rem;--n1-line-height:6.25rem;--n1-weight:700;--n2-size:5.625rem;--n2-line-height:5.625rem;--n2-weight:900;--n3-size:3.375rem;--n3-line-height:2.125rem;--n3-weight:700;--n4-size:1.75rem;--n4-line-height:1.75rem;--n4-weight:700;--n5-size:1.125rem;--n5-line-height:1.125rem;--n5-weight:600;--link-large-size:1.375rem;--link-large-line-height:1.375rem;--link-large-weight:900;--link-small-size:1rem;--link-small-line-height:1rem;--link-small-weight:900;--table-border-radius:0.9375rem;--table-header-size:1.5rem;--table-header-line-height:1.75rem;--table-header-weight:700;--table-title-size:1.25rem;--table-title-line-height:1.5rem;--table-title-weight:600;--table-title-mobile-size:1rem;--table-title-mobile-line-height:1.25rem;--table-cell-size:1rem;--table-cell-line-height:1.25rem;--table-cell-weight:400;--table-cell-mobile-size:0.875rem;--table-cell-mobile-line-height:1.125rem;--content-sidebar-margin-left:190px;--menu-transform:transform 200ms ease-out,top 200ms ease-out;--menu-visible-height:0px;--menu-total-height:0px;--menu-scroll-margin:max(60px,var(--menu-visible-height));}[id]{scroll-margin-top:var(--menu-scroll-margin);}.container{max-width:1140px;}.container--form{max-width:730px;}.content-pt{padding-top:calc(var(--menu-visible-height,132px) + 50px);}body.has-sub-menu .content-pt{padding-top:calc(var(--menu-visible-height,132px) + 50px + 46px);}@media (max-width:991.98px){body.has-sidebar-menu .content-pt{padding-top:calc(var(--menu-visible-height,132px) + 50px + 50px);}}body.has-sub-menu.has-sidebar-menu .content-pt{padding-top:calc(var(--menu-visible-height,132px) + 46px);}@media (max-width:991.98px){body.has-sub-menu.has-sidebar-menu .content-pt{padding-top:calc(var(--menu-visible-height,132px) + 50px + 46px);}}.content{position:relative;z-index:1;width:100%;display:flex;flex-direction:column;}@media (min-width:992px){.content-sidebar{max-width:min(100% - var(--content-sidebar-margin-left),920px);margin-left:var(--content-sidebar-margin-left);}}a:hover{text-decoration:none;}h6,.h6,.type-h6,h5,.h5,.type-h5,h4,.h4,.type-h4,h3,.h3,.type-h3,h2,.h2,.type-h2,h1,.h1,.type-h1{font-family:var(--font-primary);color:var(--prussian-blue-medium);margin-bottom:1.25rem;}h1,.h1,.type-h1{font-size:1.9375rem;line-height:2.3125rem;font-weight:600;}@media (min-width:992px){h1,.h1,.type-h1{font-size:2.3125rem;line-height:2.875rem;}}h2,.h2,.type-h2{font-size:1.6875rem;line-height:2.0625rem;font-weight:600;}@media (min-width:992px){h2,.h2,.type-h2{font-size:2rem;line-height:2.625rem;font-weight:500;}}h3,.h3,.type-h3{font-size:1.5rem;line-height:1.75rem;font-weight:700;}@media (min-width:992px){h3,.h3,.type-h3{font-size:1.75rem;line-height:2.25rem;font-weight:500;}}h4,.h4,.type-h4{font-size:1.25rem;line-height:1.5rem;font-weight:600;}@media (min-width:992px){h4,.h4,.type-h4{font-size:1.5rem;line-height:1.875rem;font-weight:600;}}h5,.h5,.type-h5{font-size:1.125rem;line-height:1.6875rem;font-weight:600;}@media (min-width:992px){h5,.h5,.type-h5{font-size:1.375rem;line-height:1.75rem;}}h6,.h6,.type-h6{font-size:1.25rem;line-height:1.5rem;font-weight:600;}@media (min-width:992px){h6,.h6,.type-h6{font-size:1.25rem;line-height:1.5rem;font-weight:700;}}p{font-family:var(--font-primary);font-size:var(--body-size);line-height:var(--body-line-height);font-weight:var(--body-weight);margin-bottom:1.125rem;}@media (max-width:991.98px){.type-p--mobile{font-size:1.125rem;line-height:1.5rem;}}.type-link-lg,.type-link-sm{font-family:var(--font-primary);}.type-link-sm{font-size:var(--link-small-size);line-height:var(--link-small-line-height);font-weight:var(--link-small-weight);}.type-link-lg{font-size:var(--link-large-size);line-height:var(--link-large-line-height);font-weight:var(--link-large-weight);}.sub-head{font-size:var(--subhead-size);line-height:var(--subhead-line-height);font-weight:var(--subhead-weight);font-style:italic;color:var(--bronze);margin-bottom:0.5rem;}.sub-head--bronze{color:var(--bronze);}.sub-head--gold{color:var(--gold);}hr{border-top:0;height:3px;background-color:var(--cerulean-blue-accessible);margin:0 auto;opacity:1;width:100%;}ul{list-style-type:disc;padding-left:1.125rem;}ul li::marker{color:var(--prussian-blue);font-size:0.82em;}ul li ul.hyphen{padding-left:0.375rem;}ul li ul.hyphen li{list-style-type:none;padding-left:1.5rem;}ul li ul.hyphen li:before{content:"—";margin-left:-1.5rem;display:inline-block;width:1.5rem;}.section-title{color:var(--prussian-blue-medium);border-bottom:3px solid var(--gold);margin-bottom:7px;display:inline-block;padding-bottom:8px;max-width:max-content;}@media (max-width:991.98px){.section-title{font-size:27px;line-height:33px;font-weight:500;}}.section-title--bronze{border-bottom:3px solid var(--bronze);}.type-underline{font-weight:600;color:var(--cerulean-blue-accessible);border-bottom:3px solid var(--gold);margin-bottom:7px;display:inline-block;padding-bottom:8px;max-width:max-content;}.type-underline--prussian-blue{color:var(--prussian-blue);}.reference{font-size:var(--reference-size);line-height:var(--reference-line-height);font-weight:var(--reference-weight);margin-bottom:1rem;}.reference.hang{padding-left:6px;}.reference.hang sup{top:-0.35em;}.reference.hang sup:first-child,.reference.hang span:first-child{display:inline-block;text-align:center;min-width:6px;margin-left:-6px;}.btn-cta,.btn-cta-sm,.btn-cta-lg{font-family:var(--font-primary);font-style:italic;font-weight:var(--font-weight-black);text-decoration:none;position:relative;display:inline-block;color:var(--prussian-blue-medium);cursor:pointer;border-bottom:3px solid var(--rust-dark) !important;max-width:fit-content;background:transparent;border:0;padding:0;padding-bottom:4px;}.btn-cta:hover,.btn-cta-sm:hover,.btn-cta-lg:hover,.btn-cta:focus,.btn-cta-sm:focus,.btn-cta-lg:focus{border-bottom:3px solid transparent;}.btn-cta-lg{font-size:var(--link-large-size);line-height:var(--link-large-line-height);--arrow-x:0px;--arrow-y:0px;}.btn-cta-lg::after{content:"";position:absolute;top:0;right:-30px;width:24px;height:24px;background:url("/themes/custom/zepzelcapro/images/icons/icon-arrow-right2@2x.png") no-repeat;background-size:24px;transform:translateX(var(--arrow-x));transition:transform 200ms ease-out;flex-shrink:0;}.btn-cta-lg.btn-cta-down::after{background-image:url("/themes/custom/zepzelcapro/images/icons/icon-arrow-down@2x.png");transform:translateY(var(--arrow-y));transition:transform 200ms ease-out;}.btn-cta-lg:hover{border-bottom:3px solid transparent !important;}.btn-cta-lg:hover::after{transform:translateX(4px);}.btn-cta-lg.btn-cta-down:hover::after{transform:translateY(4px);}.btn-cta-lg.no-border{border-bottom:3px solid transparent !important;}.btn-cta-lg.no-border:hover{border-bottom:3px solid var(--rust-dark) !important;}.btn-cta-lg--gold{border-bottom:3px solid var(--gold) !important;color:var(--white);}.btn-cta-lg--gold:hover{border-bottom:3px solid var(--gold) !important;}.btn-cta-lg--gold.btn-cta-down::after{background-image:url("/themes/custom/zepzelcapro/images/icons/icon-arrow-down-gold@2x.png");}.btn-cta-sm{font-size:var(--link-small-size);line-height:var(--link-small-line-height);}.btn-cta-sm::after{content:"";position:absolute;top:1px;right:-20px;width:16px;height:16px;background:url("/themes/custom/zepzelcapro/images/icons/icon-arrow-right2@2x.png") no-repeat;background-size:16px;transition:transform 200ms ease-out;flex-shrink:0;}.btn-cta-sm.btn-cta-down::after{background-image:url("/themes/custom/zepzelcapro/images/icons/icon-arrow-down@2x.png");}.btn-cta-sm:hover{border-bottom:3px solid transparent !important;}.btn-cta-sm:hover::after{transform:translateX(4px);}.btn-cta-sm.btn-cta-down:hover::after{transform:translateY(2px);}.btn-cta-sm.no-arrow::after{display:none;}.btn-patient{font-family:var(--font-primary);font-weight:var(--font-weight-semibold);padding:1rem 2rem;border-radius:2rem;text-decoration:none;transition:all 200ms ease-out;border:2px solid transparent;}.btn-patient.btn-primary{background-color:var(--cerulean-blue-accessible);color:var(--white);border-color:var(--cerulean-blue-accessible);}.btn-patient.btn-primary:hover,.btn-patient.btn-primary:focus{background-color:var(--prussian-blue-medium);border-color:var(--prussian-blue-medium);color:var(--white);}.btn-patient.btn-secondary{background-color:transparent;color:var(--cerulean-blue-accessible);border-color:var(--rust);}.btn-patient.btn-secondary:hover,.btn-patient.btn-secondary:focus{background-color:var(--rust);color:var(--white);border-color:var(--rust);}.btn-collapse{padding:0;font-size:1.5rem;line-height:1.875rem;font-weight:600;text-align:left;text-decoration:none;border:none;position:relative;display:flex;align-items:flex-start;gap:10px;color:var(--prussian-blue-medium);}@media (max-width:991.98px){.btn-collapse{width:100%;justify-content:space-between;}}.btn-collapse:hover{color:var(--prussian-blue-medium);}@media (max-width:991.98px){.btn-collapse:after{content:"";width:24px;height:24px;background:url("/themes/custom/zepzelcapro/images/icons/icon-minus@2x.png") no-repeat;background-size:24px;transition:var(--menu-transform);flex-shrink:0;margin-top:5px;}.btn-collapse.collapsed:after{background-image:url("/themes/custom/zepzelcapro/images/icons/icon-plus@2x.png");}}@media (min-width:992px){.btn-collapse[data-inline-icons-initialized=true]:after{display:none;}}@media (max-width:991.98px){.btn-collapse--h4{font-size:1.25rem;line-height:1.875rem;font-weight:600;}}.btn-collapse--rust{color:var(--rust);}.btn-collapse--rust:hover{color:var(--rust);}.btn-collapse-text{display:inline;}.btn-collapse-icon{display:inline;font-size:2.036rem;font-weight:600;color:var(--rust);transition:var(--menu-transform);margin-left:0.2rem;vertical-align:middle;}@media (max-width:991.98px){.btn-collapse-icon{display:none;}}@media (min-width:992px){.btn-collapse-icon{position:relative;top:-4px;}}.btn-collapse--rust .btn-collapse-icon{color:var(--rust);}.mb-reset > *{margin-bottom:0;}.page-bg-normal{background-repeat:no-repeat;background-position:top center;background-size:100%;}.page-bg-fixed-cover{position:relative;isolation:isolate;}.page-bg-fixed-cover::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:top center;background-size:cover;}.page-bg-fixed-cover::before{background-position:top center;}@media (max-width:1399.98px){.page-bg-fixed-cover::before{background-size:1440px auto;}}@media (min-width:1400px){.page-bg-fixed-cover::before{background-size:cover;}}.page-bg-sticky{position:sticky;top:0;background-position:center;}@media (min-width:992px){.page-bg-sticky{background-attachment:fixed;}}@media (max-width:1399.98px){.page-bg-sticky{background-size:1440px auto;}}@media (min-width:1400px){.page-bg-sticky{background-size:cover;}}.page-bg-fixed{position:fixed;inset:0;width:100%;height:100vh;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:top center;background-size:cover;padding:220px 0 0 0;}@media (max-width:1399.98px){.page-bg-fixed{background-size:1440px auto;}}@media (min-width:1400px){.page-bg-fixed{background-size:cover;}}.page-bg-gradient{top:0;left:0;width:100%;height:980px;z-index:-1;pointer-events:none;position:absolute;height:980px;}.page-bg-gradient--fixed{top:0;left:0;width:100%;z-index:-1;pointer-events:none;position:fixed;height:100vh;}.page-bg-city-market-balloon{background-image:url("/themes/custom/zepzelcapro/images/bg/city-red-market-balloon@2x.png");}.page-bg-cityscape{background-image:url("/themes/custom/zepzelcapro/images/bg/bg-cityscape.png");position:fixed;width:100%;top:0;right:0;bottom:0;background-repeat:no-repeat;background-position:-1600px 0;}.page-bg-city-market-tree{background-image:url("/themes/custom/zepzelcapro/images/bg/city-market-tree@2x.png");}.page-bg-city-market-tree-people{background-image:url("/themes/custom/zepzelcapro/images/bg/city-market-tree-people@2x.png");}.page-bg-market-stand{background-image:url("/themes/custom/zepzelcapro/images/bg/bg-market-stand@2x.png");}.page-bg-orange-texture-couple{background-image:url("/themes/custom/zepzelcapro/images/bg/orange-texture-couple@2x.png");background-color:#f3e3c1;}.page-bg-orange-texture::before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:top center;background-size:cover;}.page-bg-orange-texture::before{background-image:url("/themes/custom/zepzelcapro/images/bg/bg-orange-texture@2x.png");background-size:cover;}.page-bg-night-home-mountains{position:fixed;inset:0;width:100%;height:100vh;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:top center;background-size:cover;background-image:url("/themes/custom/zepzelcapro/images/bg/night-home-mountains@2x.png");background-color:var(--green);}@media (max-width:1399.98px){.page-bg-night-home-mountains{background-size:1440px auto;}}@media (min-width:1400px){.page-bg-night-home-mountains{background-size:cover;}}@media (min-width:992px){.page-bg-beach-sun-lounge{background-image:url("/themes/custom/zepzelcapro/images/bg/beach-sun-lounge@2x.png");}}@media (max-width:991.98px){.page-bg-beach-sun-lounge{background-image:url("/themes/custom/zepzelcapro/images/bg/beach-sun-mobile@2x.png");}}@media (min-width:768px) and (max-width:991.98px){.page-bg-beach-sun-lounge{background-size:990px auto;}}@media (max-width:575.98px){.page-bg-beach-sun-lounge{background-size:760px auto;}}.page-bg-beach-sun-wide{position:fixed;inset:0;width:100%;height:100vh;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:top center;background-size:cover;background-image:url("/themes/custom/zepzelcapro/images/bg/bg-beach-scene@2x.png");background-size:6325px auto;}@media (min-width:992px){.page-bg-beach-sun-wide{background-position:-1600px 0;}}@media (max-width:991.98px){.page-bg-beach-sun-wide{background-position:-3300px 0;}}.page-bg-beach-sun{background-image:url("/themes/custom/zepzelcapro/images/bg/beach-sun@2x.png");}.page-bg-efficacy{background-image:url("/themes/custom/zepzelcapro/images/hero/efficacy/hero-bg.png");background-size:5000px;background-position:-166px -125px;}@media (max-width:991.98px){.page-bg-efficacy{background-position:-761px -122px;}}.page-bg-efficacy-dark{position:fixed;inset:0;width:100%;height:100vh;z-index:-1;pointer-events:none;background-repeat:no-repeat;background-position:top center;background-size:cover;z-index:0;background-image:url("/themes/custom/zepzelcapro/images/hero/efficacy/hero-bg-dark.png");background-size:5800px;background-position:-410px -200px;}@media (min-width:992px){.page-bg-efficacy-dark{background-color:#744226;}}@media (max-width:991.98px){.page-bg-efficacy-dark{background-position:-600px -182px;background-color:#f3e5c8;}}.page-bg-safety{background-image:url("/themes/custom/zepzelcapro/images/bg/bg-market@2x.png");background-position:100%;}@media (max-width:991.98px){.page-bg-safety{background-position:79%;}}@media (max-width:1399.98px){.page-bg-safety{background-size:1440px auto;}}@media (min-width:1400px){.page-bg-safety{background-size:cover;}}.page-bg-signup{background-image:url("/themes/custom/zepzelcapro/images/bg/bg-signup@2x.png");}@media (max-width:991.98px){.page-bg-signup{background-position:79% 0;}}.page-bg-negative{padding-bottom:25rem !important;margin-bottom:-18rem !important;}.bg-white-80{background:rgba(255,255,255,0.8);}.bg-wave-white{position:relative;padding:12.64vw 0 11.09vw 0;overflow:hidden;}@media (max-width:991.98px){.bg-wave-white{margin-bottom:-2rem;padding:min(12.64vw,123px) 0 min(11.09vw,108px) 0;}}@media (min-width:992px){.bg-wave-white{margin-top:-2rem;margin-bottom:-8rem;}}.bg-wave-white:before,.bg-wave-white:after{position:absolute;background-repeat:no-repeat;left:0;width:100vw;background-repeat:no-repeat;background-size:100vw auto;background-position:center;transform:translateZ(0);backface-visibility:hidden;}.bg-wave-white::before{content:"";top:0;height:12.64vw;background-image:url(/themes/custom/zepzelcapro/images/bg/wave-subtract-top@2x.png);background-position:top center;}.bg-wave-white::after{content:"";bottom:0;height:11.09vw;background-image:url(/themes/custom/zepzelcapro/images/bg/wave-subtract-bottom@2x.png);background-position:bottom center;background-size:100vw 100%;}.bg-orange-light{background-color:#f3e5c8;}.gradient-peach-to-cyan{background:linear-gradient(180deg,#fae2d2 0%,#fef2dd 10%,#faf7ea 24%,#d7ecee 59%,#d5e9ed 90%,#d5e5ec 100%) !important;}.sitemap-links{font-size:1.375rem;line-height:1.75rem;color:var(--cerulean-blue-accessible);width:100%;}.sitemap-links > ul{margin-bottom:0;}@media (min-width:992px){.sitemap-links > ul{flex:1 1 33.333%;max-width:33.333%;}}.sitemap-links > ul > li > a,.sitemap-links > ul > li > span{font-weight:700;}.sitemap-links a{color:var(--cerulean-blue-accessible);text-decoration:none;font-weight:500;}.sitemap-links a:hover{text-decoration:underline;}.sitemap-links ul ul a{font-size:20px;line-height:24px;}.card{box-shadow:var(--bs-card-box-shadow);}.nav-underline{position:relative;z-index:1;flex-wrap:nowrap;width:fit-content;}.nav-underline:after{content:"";position:absolute;height:1px;background:black;width:100%;bottom:0;left:0;bottom:2px;z-index:-1;}.nav-underline .nav-link{font-weight:700;color:var(--neutral-600);}.nav-underline .nav-link:hover{color:var(--rust);}.nav-underline--white:after{background:var(--white);}.nav-underline--white .nav-link{color:var(--white);}.nav-underline--white .nav-link:hover,.nav-underline--white .nav-link.active{color:var(--white);border-bottom-color:var(--rust);}@media (max-width:991.98px){.nav-pills{flex-wrap:nowrap;}}.nav-pills .nav-link{padding:0.9rem 1.875rem;font-weight:700;background-color:var(--white);color:var(--prussian-blue-medium);position:relative;z-index:1;}.nav-pills:not(.nav-pills--slider) .nav-item:first-child .nav-link:not(.active){border-top-right-radius:0;border-bottom-right-radius:0;margin-right:-1.3rem;padding-right:3.175rem;z-index:0;}@media (max-width:991.98px){.nav-pills:not(.nav-pills--slider) .nav-item:first-child .nav-link:not(.active){padding-right:2.425rem;}}.nav-pills:not(.nav-pills--slider) .nav-item:last-child .nav-link:not(.active){border-top-left-radius:0;border-bottom-left-radius:0;margin-left:-1.3rem;padding-left:3.175rem;z-index:0;}@media (max-width:991.98px){.nav-pills:not(.nav-pills--slider) .nav-item:last-child .nav-link:not(.active){padding-left:2.425rem;}}.nav-pills--slider{position:relative;padding:0;border-radius:40rem;background-color:var(--white);overflow:hidden;margin:0 auto;width:fit-content;}.nav-pills--slider .nav-link{background-color:transparent;color:var(--prussian-blue-medium);border-radius:40rem;transition:color 250ms ease;position:relative;z-index:1;}.nav-pills--slider .nav-link:focus{box-shadow:none;}.nav-pills--slider .nav-link:focus-visible,.nav-pills--slider .nav-link.active{color:var(--white);background-color:transparent;}.nav-pills--slider .nav-pills__slider{position:absolute;top:0;left:0;height:100%;border-radius:inherit;background-color:var(--prussian-blue-medium);transition:transform 250ms ease,width 250ms ease;z-index:0;pointer-events:none;width:0;}.tab-content.custom-fade{position:relative;display:grid;}.tab-content.custom-fade > .tab-pane{display:block;grid-area:1/1;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 400ms ease-in-out,visibility 0s linear 400ms;will-change:opacity;}.tab-content.custom-fade > .tab-pane.active,.tab-content.custom-fade > .tab-pane.show{opacity:1;visibility:visible;pointer-events:auto;transition:opacity 400ms ease-in-out,visibility 0s linear 0s;}@media (prefers-reduced-motion:reduce){.tab-content.custom-fade > .tab-pane{transition:none;}}.tab-content{height:auto;min-height:0;}.tab-content > .tab-pane{height:auto;min-height:0;max-height:none;}.tab-content > .tab-pane:not(.active):not(.show){display:none !important;height:0;min-height:0;overflow:hidden;}.tab-content > .tab-pane.fade:not(.active):not(.show){display:none !important;height:0;min-height:0;overflow:hidden;}.tab-content > .tab-pane.fade.active,.tab-content > .tab-pane.fade.show{display:block !important;height:auto;}label,legend{font-family:var(--font-primary);font-size:18px;font-style:normal;font-weight:600;line-height:26px;}.hero{z-index:2;}@media (min-width:992px){.hero{min-height:100vh;}}@media (max-width:991.98px){.hero{padding-bottom:5rem;}}@media (min-width:992px){.hero > div{padding:182px 0 0px;}}@media (max-width:991.98px){.hero > div{padding:160px 0 0px;}}.hero--fixed{position:fixed;top:0;width:100vw;height:100vh;z-index:2;pointer-events:none;}.bg-tear{position:fixed;top:0;left:0;pointer-events:none;width:100vw;background-repeat:no-repeat;background-size:contain;background-position:left top;opacity:1;z-index:3;}@media (min-width:992px){.bg-tear{height:100%;}}@media (max-width:1199.98px){.bg-tear{width:220%;height:100vh;}}.bg-tear--homepage{background-image:url("/themes/custom/zepzelcapro/images/hero/bg-tear-homepage-shapes.png");aspect-ratio:1310/1279;}@media (min-width:992px){.bg-tear--homepage{background-size:1310px auto;}}@media (max-width:991.98px){.bg-tear--homepage{background-size:980px auto;}}@media (max-width:767.98px){.bg-tear--homepage{width:290%;}}.bg-tear--efficacy-safety{background-image:url("/themes/custom/zepzelcapro/images/hero/bg-tear-efficacy-safety-shapes.png");aspect-ratio:1770/1280;background-size:1770px auto;}@media (max-width:991.98px){.bg-tear--efficacy-safety{background-position:top left -200px;}}@media (max-width:767.98px){.bg-tear--efficacy-safety{background-size:1575px auto;background-position:top left -248px;}}.bg-tear--2l{background-image:url("/themes/custom/zepzelcapro/images/hero/bg-tear-2l-indication-shapes.png");aspect-ratio:1770/1280;}@media (min-width:992px){.bg-tear--2l{background-size:1900px auto;}}@media (max-width:991.98px){.bg-tear--2l{background-size:1610px auto;background-position:top left -200px;}}.hero--beach-video-container{position:fixed;top:0;left:0;z-index:-1;transform:translateX(0);will-change:transform;}@media (min-width:1920px){.hero--beach-video-container{width:100%;height:inherit;}}.hero--beach-video{position:fixed;top:0;right:0;bottom:0;left:0;}@media (min-width:1920px){.hero--beach-video{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;}}.hero--beach-next-bg{position:absolute;top:0;left:100vw;bottom:0;height:100vh;width:100vw;overflow-x:hidden;background:url("/themes/custom/zepzelcapro/images/bg/bg-beach-sun-scene.png") no-repeat 0 0 var(--beige);}@media (min-width:992px){.hero--beach-next-bg{background-size:5062px 949px;background-attachment:fixed;background-position:59% 0;}}@media (max-width:991.98px){.hero--beach-next-bg{background-size:cover;}}.hero--walking-couple{--walk-x:0px;--walk-y:0px;transform:translateX(var(--walk-x)) translateY(var(--walk-y));position:fixed;width:133px;height:133px;top:480px;left:253px;opacity:1;z-index:4;}@media (min-width:1920px){.hero--walking-couple{top:26.5vw;left:13.177vw;}}@media (max-width:991.98px){.hero--walking-couple{left:64px;top:360px;}}.hero--walking-couple-sprite{width:133px;height:133px;overflow:hidden;position:relative;}.hero--walking-couple-sprite-inner{width:1862px;height:133px;background-image:url("/themes/custom/zepzelcapro/images/hero/hero-home-walking-sprite.png");background-size:contain;background-repeat:no-repeat;position:absolute;top:0;left:0;}.hero--grass{position:fixed;width:160px;top:546px;left:var(--content-sidebar-margin-left);z-index:4;}.hero--grass img{width:160px;}@media (min-width:1920px){.hero--grass{top:28.44vw;}}@media (max-width:991.98px){.hero--grass{top:450px;left:38px;}.hero--grass img{width:86px;}}.hero--boat{background-image:url("/themes/custom/zepzelcapro/images/hero/boat@2x.png");background-size:contain;background-position:center;background-repeat:no-repeat;position:fixed;z-index:1;}.hero--boat img{width:100%;}@media (min-width:992px){.hero--boat{width:205px;height:102px;top:550px;left:30px;}}@media (max-width:991.98px){.hero--boat{width:130px;height:65px;top:60%;left:20px;}}.hero--couple-pier{background-image:url("/themes/custom/zepzelcapro/images/hero/couple-sitting-pier@2x.png");background-size:contain;background-position:center;background-repeat:no-repeat;position:fixed;z-index:1;}.hero--couple-pier img{width:100%;}@media (min-width:992px){.hero--couple-pier{width:490px;height:368px;top:350px;right:-249px;}}@media (max-width:991.98px){.hero--couple-pier{width:250px;height:188px;top:50%;right:-125px;}}.hero--palm-tree{position:fixed;z-index:1;width:295px;top:315px;left:-235px;}.hero--dancing-couple{--walk-x:0px;--walk-y:0px;transform:translateX(var(--walk-x)) translateY(var(--walk-y));position:absolute;opacity:1;z-index:5;}@media (min-width:992px){.hero--dancing-couple{width:700.67px;height:394.67px;top:370px;left:-278px;}}@media (max-width:991.98px){.hero--dancing-couple{width:467.11px;height:263.11px;top:352px;left:-147px;}}.hero--dancing-couple-sprite{overflow:hidden;position:relative;}@media (min-width:992px){.hero--dancing-couple-sprite{width:700.67px;height:394.67px;}}@media (max-width:991.98px){.hero--dancing-couple-sprite{width:467.11px;height:263.11px;}}.hero--dancing-couple-sprite-inner{background-image:url("/themes/custom/zepzelcapro/images/hero/hero-dance-sprite@2x.png");background-position:0 0;background-repeat:no-repeat;position:absolute;top:0;left:0;}@media (min-width:992px){.hero--dancing-couple-sprite-inner{width:51849.58px;height:394.67px;background-size:51849.58px 394.67px;}}@media (max-width:991.98px){.hero--dancing-couple-sprite-inner{width:34566.14px;height:263.11px;background-size:34566.14px 263.11px;}}.hero--house-couple{position:absolute;top:45%;z-index:4;}.hero--house-couple img{width:164px;}@media (min-width:768px){.hero--house-couple{width:159px;left:200px;}}@media (max-width:767.98px){.hero--house-couple{width:79px;left:58px;}}.hero--plant{position:absolute;z-index:4;}@media (min-width:992px){.hero--plant{width:112px;top:500px;left:-102px;}}@media (max-width:991.98px){.hero--plant{width:55px;left:1px;top:468px;}}.hero--plant-2{opacity:0;position:absolute;z-index:1;width:300px;top:435px;left:-310px;height:auto;}.hero--plant-2 img{width:300px;height:auto;}@media (max-width:991.98px){.hero--plant-2{display:none;}}.hero--grammophone{opacity:0;position:absolute;z-index:1;width:126px;top:530px;right:-125px;}@media (max-width:991.98px){.hero--grammophone{display:none;}}.hero--house-couple-content{opacity:0;position:absolute;z-index:1;width:159px;top:440px;right:135px;}@media (max-width:991.98px){.hero--house-couple-content{display:none;}}.hero--content--efficacy{opacity:0;pointer-events:none;}.hero--content--right{opacity:0;pointer-events:none;}.page-bg--safety-hero{background-image:url("/themes/custom/zepzelcapro/images/bg/bg-market-light@2x.png");background-size:auto 100%;background-position:0 0;}@media (max-width:991.98px){.page-bg--safety-hero{background-position:14%;}}.hero--walking-balloon{--walk-x:0px;--walk-y:0px;transform:translateX(var(--walk-x)) translateY(var(--walk-y));position:fixed;width:471px;height:265.5px;top:530px;left:253px;opacity:1;z-index:4;}@media (max-width:991.98px){.hero--walking-balloon{left:-55px;}}.hero--walking-balloon-sprite{width:471px;height:265.5px;overflow:hidden;position:relative;}.hero--walking-balloon-sprite-inner{width:88548px;height:265.5px;background-image:url("/themes/custom/zepzelcapro/images/hero/hero-balloon-walking-sprite@2x.png");background-size:88548px 265.5px;background-position:0 0;background-repeat:no-repeat;position:absolute;top:0;left:0;}.hero--family-balloons{position:absolute;top:50%;z-index:4;}.hero--family-balloons img{width:190px;}.hero--balloon{position:fixed;z-index:1;width:157px;pointer-events:none;}.hero--bird-flying{--bird-x:0px;--bird-y:0px;position:fixed;z-index:4;width:1261.2px;height:710.4px;pointer-events:none;opacity:0;transform:translateX(var(--bird-x)) translateY(var(--bird-y));will-change:transform,opacity;}.hero--bird-flying-sprite{width:100%;height:100%;overflow:hidden;position:relative;}.hero--bird-flying-sprite-inner{width:99634.8px;height:710.4px;background-image:url("/themes/custom/zepzelcapro/images/hero/bird-sprite@2x.png");background-size:99634.8px 710.4px;background-repeat:no-repeat;position:absolute;top:0;left:0;will-change:transform;}.hero--sun{pointer-events:none;position:fixed;z-index:1;width:840px;top:86px;}@media (min-width:992px){.hero--sun{right:-160px;}}@media (max-width:991.98px){.hero--sun{right:-350px;}}.meet-the-expert{position:relative;z-index:2;background-position:top center;}@media (min-width:992px){.meet-the-expert{margin-top:-9vw;margin-bottom:-9vw;min-height:525px;background-size:1951px;}.meet-the-expert--leal{background-image:url(/themes/custom/zepzelcapro/images/meet-the-expert/dr-ticiana-leal@2x.png);}.meet-the-expert--wade{background-image:url(/themes/custom/zepzelcapro/images/meet-the-expert/dr-wade-iams@2x.png);}}@media (min-width:1920px){.meet-the-expert{margin-top:-11vw;margin-bottom:-18vw;height:1000px;background-repeat:no-repeat;background-size:110%;background-position:center;z-index:1;}}@media (min-width:2240px){.meet-the-expert{margin-top:-7vw;margin-bottom:-17vw;}}@media (max-width:991.98px){.meet-the-expert{background:none;padding:0;margin-top:12.5832223702vw;margin-bottom:-6vw;}.meet-the-expert:before{content:"";display:block;background:url(/themes/custom/zepzelcapro/images/meet-the-expert/meet-the-expert-bg-mobile.png);background-repeat:no-repeat;background-size:100% auto;background-position:top center;height:11.9840213049vw;width:100%;position:absolute;top:-11.9840213049vw;left:0;z-index:-1;}}.meet-the-expert--inner{display:flex;min-height:inherit;align-items:center;padding-top:0;}@media (min-width:1920px){.meet-the-expert--inner{min-height:952px;}}@media (max-width:991.98px){.meet-the-expert--inner{align-items:start;background-color:rgba(255,255,255,0.8);position:relative;clip-path:polygon(0 0,100% 0,100% 100%,-90% 84%);}}.meet-the-expert--inner-content{display:flex;align-items:center;justify-content:flex-end;gap:30px;margin-inline:auto;width:100%;}@media (min-width:992px){.meet-the-expert--inner-content{margin-top:119px;}}@media (min-width:1920px){.meet-the-expert--inner-content{margin-top:0;}}@media (max-width:991.98px){.meet-the-expert--inner-content{padding:3rem 0 0;padding-top:50px;flex-direction:column-reverse;align-items:flex-start;}}.meet-the-expert--content{padding-right:calc(var(--bs-gutter-x) * 0.5);padding-left:calc(var(--bs-gutter-x) * 0.5);max-width:485px;}@media (max-width:991.98px){.meet-the-expert--content{max-width:100%;}}@media (max-width:991.98px){.meet-the-expert--image{margin:0 auto;}}.moa-pin-scroll{--transition:0.5s ease;position:relative;overflow:hidden;max-width:920px;margin-inline:auto;}.moa-pin-scroll *{transition:opacity var(--transition);}.moa-pin-scroll--container{margin:0 auto;display:grid;grid-template-rows:auto auto auto;gap:0;}.moa-pin-scroll--thumbs{display:flex;justify-content:center;gap:0.938rem;}.moa-pin-scroll--thumbs .moa-thumb-item{border-radius:20px;cursor:pointer;border:2px solid #2f7a8b;overflow:hidden;padding:0;}.moa-pin-scroll--thumbs .moa-thumb-item img{opacity:0.7;}.moa-pin-scroll--thumbs .moa-thumb-item.active{border:none;}.moa-pin-scroll--thumbs .moa-thumb-item.active img{opacity:1;}.moa-pin-scroll--thumbs .moa-thumb-item .moa-thumb-image{width:100%;height:100%;object-fit:cover;display:block;}.moa-pin-scroll--images{position:relative;display:grid;justify-content:center;align-items:center;height:100%;}.moa-pin-scroll--images .moa-pin-scroll--image-container{grid-area:1/1;opacity:0;z-index:1;width:100%;height:100%;}.moa-pin-scroll--images .moa-pin-scroll--image-container.active{opacity:1;z-index:2;}.moa-pin-scroll--images .moa-pin-scroll--image-container .moa-main-image{max-width:100%;height:100%;width:100%;object-fit:cover;border-radius:20px;}@media (min-width:768px){.moa-pin-scroll--images .moa-pin-scroll--image-container .moa-main-image{aspect-ratio:508/426;}}@media (max-width:767.98px){.moa-pin-scroll--images .moa-pin-scroll--image-container .moa-main-image{aspect-ratio:345/290;}}.moa-pin-scroll--content{position:relative;display:grid;place-content:center;}.moa-pin-scroll--content .moa-pin-scroll--item-content{grid-area:1/1;display:flex;gap:0.5rem;flex-direction:column;opacity:0;z-index:1;}.moa-pin-scroll--content .moa-pin-scroll--item-content h3,.moa-pin-scroll--content .moa-pin-scroll--item-content p,.moa-pin-scroll--content .moa-pin-scroll--item-content ul{margin-bottom:0;}.moa-pin-scroll--content .moa-pin-scroll--item-content h3{color:var(--cerulean-blue-accessible);}.moa-pin-scroll--content .moa-pin-scroll--item-content.active{opacity:1;z-index:2;}.moa-pin-scroll--nav{display:flex;justify-content:space-between;margin-top:auto;width:100%;}@media (min-width:992px){.moa-pin-scroll--nav{margin-top:auto;padding-top:27px;}}@media (max-width:767.98px){.moa-pin-scroll--nav{margin-top:15px;}}.moa-pin-scroll--nav .btn-cta-sm.hide{opacity:0;pointer-events:none;}@media (min-width:992px){.moa-pin-scroll--thumbs{height:100%;}.moa-pin-scroll--thumbs .moa-thumb-item{height:100%;}}@media (min-width:768px) and (max-width:991.98px){.moa-pin-scroll--thumbs{height:auto;}}@media (min-width:768px){.moa-pin-scroll--container{grid-template-columns:26.087% 55% 17.0666%;grid-template-rows:auto;align-items:center;}.moa-pin-scroll--thumbs{flex-direction:column;justify-content:flex-start;margin-bottom:0;margin-left:0.938rem;}.moa-pin-scroll--thumbs .moa-thumb-item{width:auto;}.moa-pin-scroll--content{background:var(--white);height:100%;padding:1.25rem;border-top-left-radius:20px;border-bottom-left-radius:20px;left:15px;margin-left:-15px;padding-right:calc(1.125rem + 11px);}}@media (max-width:767.98px){.moa-pin-scroll--thumbs{order:1;}.moa-pin-scroll--images{order:2;margin-top:0.938rem;}.moa-pin-scroll--content{order:3;z-index:1;}.moa-pin-scroll--content .moa-pin-scroll--item-content{background:var(--white);padding:0.938rem;border-bottom-left-radius:20px;border-bottom-right-radius:20px;width:100%;margin-inline:auto;padding-top:30px;height:fit-content;}}.resources-content > .resources-section{display:flex;flex-direction:column;gap:30px;}.resources-content > .resources-section h3,.resources-content > .resources-section p{margin-bottom:0;}.resources-section--header{display:flex;justify-content:space-between;align-items:center;}.resources-section .resources-nav{display:flex;justify-content:flex-end;gap:20px;margin-top:20px;}.resources-section .resources-nav button{width:32px;height:32px;border:none;border-radius:50%;background-color:var(--white);text-indent:-9999vw;background-image:url(/themes/custom/zepzelcapro/images/icons/icon-chevron-right.svg);background-size:8px;background-position:54% center;background-repeat:no-repeat;cursor:pointer;}.resources-section .resources-nav button.previous{transform:scaleX(-1);}.resources-section .resources-nav.carousel-start button.previous{opacity:0.5;}.resources-section .resources-nav.carousel-end button.next{opacity:0.5;}@media (max-width:767.98px){.resources-section[data-slider=mobile] .resources-cards,.resources-section[data-slider=both] .resources-cards{margin-right:calc(var(--bs-gutter-x) * -0.5);}}.resources-cards{overflow:visible;}.resources-cards--clip-wrapper{padding:15px;margin:-15px;overflow:visible;}.resources-cards.slider-mode .resources-cards--scroll-wrapper{overflow-x:auto;overflow-y:visible;scroll-snap-type:x proximity;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding:15px 15px 15px 0;margin:-15px -15px -15px 0;}.resources-cards.slider-mode .resources-cards--scroll-wrapper::before{content:"";display:block;width:15px;height:1px;position:absolute;left:0;}.resources-cards.slider-mode .resources-cards--scroll-wrapper::-webkit-scrollbar{display:none;}.resources-cards.slider-mode > .resources-cards--clip-wrapper > .resources-cards--scroll-wrapper > ul{transition:none;}.resources-cards.slider-mode .resources-card{scroll-snap-align:start;}.resources-cards > .resources-cards--clip-wrapper > .resources-cards--scroll-wrapper > ul,.resources-cards > .resources-cards--scroll-wrapper > ul,.resources-cards > ul{transition:transform 300ms ease-out;display:flex;flex-direction:row;gap:30px;padding:0;flex-wrap:wrap;}.resources-cards > .resources-cards--clip-wrapper > .resources-cards--scroll-wrapper > ul.slider-active,.resources-cards > .resources-cards--scroll-wrapper > ul.slider-active,.resources-cards > ul.slider-active{flex-wrap:nowrap;}.resources-cards:not(.slider-mode) > ul,.resources-cards:not(.slider-mode) > .resources-cards--scroll-wrapper > ul,.resources-cards:not(.slider-mode) > .resources-cards--clip-wrapper > .resources-cards--scroll-wrapper > ul{padding:15px;margin:-15px;}.resources-cards:not(.resources-cards--horizontal) .resources-card{flex-direction:column;flex-shrink:0;}@media (min-width:768px){.resources-cards:not(.resources-cards--horizontal) .resources-card{flex:0 0 285px;max-width:285px;}}@media (max-width:767.98px){.resources-cards:not(.resources-cards--horizontal) .resources-card{flex:0 0 calc(50% - 15px);}}@media (max-width:575.98px){.resources-cards:not(.resources-cards--horizontal) .resources-card{flex:0 0 100%;}}.resources-cards:not(.resources-cards--horizontal) .resources-card--image{aspect-ratio:286/210;}.resources-cards:not(.resources-cards--horizontal) .resources-card--content{padding:20px 30px;height:100%;}@media (min-width:768px){.resources-cards--horizontal .resources-card{flex-direction:row;flex:0 0 602px;padding:30px;}.resources-cards--horizontal .resources-card--image{min-width:230px;max-height:none;min-height:auto;aspect-ratio:230/284;border-radius:20px;height:fit-content;}.resources-cards--horizontal .resources-card--image:after{border-radius:20px;}.resources-cards--horizontal .resources-card--image img{border-radius:20px;height:100%;}.resources-cards--horizontal .resources-card--content{padding-left:30px;}}@media (max-width:767.98px){.resources-cards--horizontal .resources-card{flex:0 0 285px;flex-direction:column;}.resources-cards--horizontal .resources-card--image{aspect-ratio:286/210;}.resources-cards--horizontal .resources-card--content{padding:30px;}}.resources-cards .resources-card{display:flex;border-radius:20px;border:0 solid var(--cerulean-blue-accessible);background:var(--white);box-shadow:0 0 20px 0 rgba(0,0,0,0.15);overflow:hidden;}.resources-cards .resources-card--image{width:100%;position:relative;}.resources-cards .resources-card--image::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;box-shadow:inset 0 -4px 15px 0 rgba(0,0,0,0.1);pointer-events:none;}.resources-cards .resources-card--image img{width:100%;object-position:top;}.resources-cards .resources-card--content{display:flex;flex-direction:column;gap:0.688rem;}.resources-cards .resources-card--links{text-align:center;margin-top:1.5rem;display:flex;flex-direction:column;align-items:center;}.resources-cards .resources-card--links a{margin-bottom:20px;margin-left:-16px;}.resources-cards h4{color:var(--cerulean-blue-accessible);margin-bottom:0;font-weight:700;}.resources-cards p{flex:1 1 auto;font-size:18px;font-style:normal;font-weight:400;line-height:26px;margin:0;}.resources-cards .circle-link{display:flex;justify-content:flex-end;margin-top:20px;}.resources-cards .circle-link a{height:32px;width:32px;background:url("/themes/custom/zepzelcapro/images/icons/icon-cta-circle@2x.png") no-repeat 0 0 transparent;background-size:32px;text-decoration:none;}.resources-cards .circle-link a:hover{background:url("/themes/custom/zepzelcapro/images/icons/icon-cta-circle-hover@2x.png") no-repeat 0 0 transparent;background-size:32px;}.safety-card--container{position:relative;overflow-y:hidden;padding:20px;margin-left:-20px;margin-right:-20px;}.safety-card{background-color:var(--white);border-radius:20px;box-shadow:0px 0px 20px 0px rgba(0,0,0,0.15);display:flex;flex-direction:column;gap:15px;}@media (min-width:992px){.safety-card{display:grid;grid-template-columns:minmax(auto,604px) 126px;grid-template-rows:auto 1fr;padding:30px 40px;}}@media (max-width:991.98px){.safety-card{padding:30px 40px 40px 40px;}}.safety-card:not(:last-child){margin-bottom:40px;}.safety-card h2{order:2;flex:1 1 100%;margin:0;padding-bottom:8px;font-size:27px;font-style:normal;font-weight:500;line-height:33px;color:#0d4e69;border-bottom:3px solid var(--gold);display:inline-block;}@media (min-width:992px){.safety-card h2{font-size:32px;font-style:normal;font-weight:500;line-height:42px;}}.safety-card h5{margin:0 0 8px 0;font-size:18px;font-style:normal;font-weight:600;line-height:27px;color:var(--cerulean-blue-accessible);}@media (min-width:992px){.safety-card h5{font-size:22px;font-style:normal;font-weight:600;line-height:28px;}}.safety-card p{font-size:18px;font-style:normal;font-weight:400;line-height:26px;color:#0d4e69;margin:0;}.safety-card .safety-card--title{order:2;}@media (min-width:992px){.safety-card .safety-card--title{order:0;grid-column:1;grid-row:1;}}.safety-card .safety-card--content{order:3;}@media (min-width:992px){.safety-card .safety-card--content{order:0;grid-column:1;grid-row:2;align-self:center;}}.safety-card .safety-card--image{order:1;}@media (min-width:992px){.safety-card .safety-card--image{order:0;grid-column:2;grid-row:1/-1;align-self:center;width:126px;}}.unmet-need{display:flex;gap:30px;justify-content:center;align-items:center;}@media (max-width:991.98px){.unmet-need{flex-direction:column;gap:20px;}}@media (max-width:991.98px) and (orientation:landscape){.unmet-need{flex-direction:row;}.unmet-need--text p{font-size:1rem;line-height:1.3rem;}}.unmet-need--images{display:grid;}.unmet-need--images img{grid-area:1/1;max-width:338px;}@media (orientation:landscape){.unmet-need--images img{max-width:280px;}}@media (max-width:991.98px){.unmet-need--images img{max-width:200px;}}.unmet-need--images img:not(:first-child){opacity:0;}.unmet-need--content{max-width:285px;}.unmet-need--accent-container{display:flex;align-items:center;justify-content:center;gap:21px;}.unmet-need--accent{text-transform:uppercase;border-bottom:2px solid var(--cerulean-blue-accessible);outline-offset:2px;font-weight:700;margin-bottom:0;}.unmet-need--percent{font-size:5.625rem;line-height:3.35rem;font-weight:700;margin-bottom:0;}.unmet-need--percent span{font-size:3.125rem;}.unmet-need--text-container{text-align:center;}html{overflow-y:scroll;scrollbar-gutter:stable;}.page-content{transition:opacity 0.3s ease-in-out;}.page-content > *{transition:all 0.7s ease-in-out;}.page-content--hide > *{opacity:0;pointer-events:none;}.main{position:relative;overflow-x:hidden;}body.mobile-menu-open{overflow:hidden;position:fixed;width:100%;}body.mobile-menu-open .primary-menu .container{padding-inline:0;}body.mobile-menu-open .primary-menu--links{overflow-y:auto;max-height:calc(100vh - 63px);height:calc(100vh - 63px);-webkit-overflow-scrolling:touch;overscroll-behavior:contain;}body.mobile-menu-open .primary-menu--links .container-fluid{padding-inline:calc(var(--bs-gutter-x) * 0.5);}@supports (height:100dvh){body.mobile-menu-open .primary-menu--links{max-height:calc(100dvh - 63px);height:calc(100dvh - 63px);}}a.text-rust:hover{color:var(--rust-dark) !important;}@media (min-width:992px){.sidebar-margin{margin-left:var(--content-sidebar-margin-left);}}.home-bg{background-color:var(--beige);}@media (max-width:991.98px){.home-bg{background-image:url("/themes/custom/zepzelcapro/images/bg/home-bg-mobile.png");background-size:cover;background-position:center top;background-repeat:no-repeat;}}@media (max-width:991.98px){.home-bg{background-position:90% 0;background-size:1000px auto;}}@media (max-width:991.98px){.home{margin-top:40px;}}.home .cta-callout{margin:50px 0;text-align:center;}.home .cta-callout h3{font-size:24px;font-style:normal;font-weight:500;line-height:28px;color:var(--prussian-blue-medium);margin-bottom:0;}@media (min-width:992px){.home .cta-callout h3{font-size:28px;font-style:normal;font-weight:500;line-height:36px;}}.home .cta-callout > div{background:var(--prussian-blue-medium);max-width:537px;width:100%;margin:0 auto;border-radius:15px;padding:20px 10px;}.home .cta-callout h4{font-size:30px;font-style:normal;font-weight:500;line-height:36px;color:var(--white);margin:0;}@media (min-width:992px){.home .cta-callout h4{font-size:48px;font-style:normal;line-height:46px;}}.home .cta-callout p{color:var(--prussian-blue-medium);margin-top:10px;max-width:825px;margin:0 auto;font-size:28px;line-height:36px;font-style:normal;font-weight:500;}.home .home-intro{font-weight:500;}@media (min-width:992px){.home .home-intro{font-size:32px;line-height:42px;}}@media (max-width:991.98px){.home .home-intro{font-size:27px;line-height:33px;}}.node-96{}.node-96 .page-bg-beach-sun-wide{background-size:5325px auto;}@media (min-width:992px){.node-96 .page-bg-beach-sun-wide{background-position:-2125px 0;}}@media (max-width:991.98px){.node-96 .page-bg-beach-sun-wide{background-position:-2088px 0;}}.node-96 .hero--sun{top:-4px;}.node-96 .hero--couple-pier{top:371px;right:-224px;}.node-96 .hero--palm-tree{top:310px;left:-57px;}@media (min-width:1301px){.node-96 .hero--palm-tree{display:block;}}@media (max-width:1300px){.node-96 .hero--palm-tree{display:none;}}.node-96 .hero--bird-flying{top:-130px;right:-450px;}.node-96 .hero--boat{top:564px;left:36px;}.node-96 h2{color:var(--prussian-blue-medium);margin:0 0 30px 0;font-size:37px;font-style:normal;font-weight:500;line-height:42px;text-transform:none;}.node-96 #edit-intro h5{color:var(--prussian-blue-medium);margin-bottom:30px;}.node-96 #edit-intro p{margin-bottom:25px;font-size:18px;font-style:normal;font-weight:400;line-height:26px;color:#1D4D60;}@media (min-width:1024px){.node-96 #edit-intro p{margin:40px 0 20px;}}.node-96 #edit-intro p span{color:#000;}.node-96 input{font-weight:400 !important;}.node-96 fieldset{border:none;padding:0;}.node-96 .form-checkbox{opacity:0;position:absolute;}.node-96 .form-checkbox.error ~ label.option::before{border:1px solid var(--error);}.node-96 .form-checkbox ~ label.option{cursor:pointer;display:inline-block;font-weight:400;margin-bottom:15px;padding-left:38px;position:relative;}@media (min-width:768px){.node-96 .form-checkbox ~ label.option{height:30px;}}.node-96 .form-checkbox ~ label.option::before{background:white;border:1.5px solid var(--cerulean-blue-accessible);content:"";height:30px;left:0;position:absolute;top:2px;width:30px;border-radius:4px;}.node-96 .form-checkbox ~ label.option::after{content:"";border:solid var(--cerulean-blue-accessible);border-width:0 3px 3px 0;position:absolute;left:10px;top:4px;font-size:16px;color:var(--cerulean-blue-accessible);font-weight:bold;opacity:0;transform:rotate(45deg);transition:opacity 0.2s;width:10px;height:20px;}.node-96 .form-checkbox:checked ~ label.option::after{opacity:1;}.node-96 .form-checkbox:focus ~ label.option::before{box-shadow:0 0 0 2px rgba(40,167,69,0.25);}.node-96 .form-checkbox.error + label.error:before,.node-96 .form-checkboxes label.error:before{content:"";display:inline-block;width:22px;height:20px;margin-right:10px;margin-left:-30px;background-image:url(/themes/custom/zepzelcapro/images/icons/triangle-exclamation-solid.svg);background-position:center;background-repeat:no-repeat;background-size:cover;vertical-align:middle;}.node-96 .form-type-checkbox label.error,.node-96 .form-checkboxes label.error{padding-top:10px;padding-bottom:10px;padding-left:30px;}.node-96 #edit-i-am-interested-in--wrapper legend{margin-bottom:15px;}.node-96 .description{font-family:var(--font-primary);font-size:18px;font-style:normal;font-weight:400;line-height:26px;margin-bottom:30px;}.node-96 .description a{color:var(--rust-dark);}.node-96 .js-form-item-prescriber-lookup .description{margin-bottom:0;}.node-96 label.error{color:var(--error);display:block;font-family:var(--font-primary);font-size:18px;font-style:italic;font-weight:400;line-height:27px;margin-top:-20px;}@media (max-width:767.98px){.node-96 label.error{margin-bottom:25px;}}.node-96 input:not(.form-submit),.node-96 select{background-color:var(--white);color:var(--black);border:1px solid transparent;border-radius:8px;box-shadow:0 2px 0 0 var(--cerulean-blue-accessible);font-family:inherit;font-size:1rem;font-weight:400;margin-bottom:25px;margin-top:8px;max-width:100%;outline:none;padding:0.875rem 1rem;width:100%;color:#000 !important;}.node-96 input:not(.form-submit):focus,.node-96 select:focus{border:1px solid var(--cerulean-blue-medium);}.node-96 input:not(.form-submit).error,.node-96 select.error{background-image:url("/themes/custom/zepzelcapro/images/icons/triangle-exclamation-solid.svg");background-position:right 16px center;background-repeat:no-repeat;background-size:22px 20px;box-shadow:0 2px 0 0 var(--error);}.node-96 select{appearance:none;background:url("/themes/custom/zepzelcapro/images/icons/icon-select-arrow@2x.png") no-repeat center right 16px #ffffff;background-size:18px;padding-right:2.5rem;}.node-96 input[type=number].valid::-webkit-outer-spin-button,.node-96 input[type=number].valid::-webkit-inner-spin-button{appearance:none;margin:0;}@media (min-width:768px){.node-96 .webform-flex--6{width:50%;flex:0 0 auto;}}.node-96 .form-type-checkbox{margin-bottom:8px;position:relative;}.node-96 .form-item-i-am-interested-in-calls label.error{margin-bottom:16px;margin-top:-10px;}.node-96 .form-item-i-am-interested-in-calls label.error::before{content:none !important;}.node-96 .form-item-i-confirm-i-am-a-healthcare-professional-in-the-us{display:flex;flex-direction:column;margin-top:55px;}.node-96 .form-item-i-confirm-i-am-a-healthcare-professional-in-the-us label.option{margin-bottom:25px;padding-left:45px;}.node-96 .form-item-i-confirm-i-am-a-healthcare-professional-in-the-us label.option::first-letter{margin-left:-7px;}.node-96 .form-item-i-confirm-i-am-a-healthcare-professional-in-the-us .form-checkbox{order:1;}.node-96 .form-item-i-confirm-i-am-a-healthcare-professional-in-the-us label.error{order:2;margin-bottom:16px;}.node-96 .form-item-i-confirm-i-am-a-healthcare-professional-in-the-us .description{order:3;}.node-96 .form-submit{background:transparent;border:none;border-bottom:3px solid var(--rust-dark);box-shadow:none;cursor:pointer;font-family:var(--font-primary);font-size:22px;font-style:italic;font-weight:900 !important;line-height:22px;text-transform:uppercase;padding:0;padding-bottom:4px;color:var(--prussian-blue-medium);}.node-96 .form-submit:hover{text-decoration:none;border-bottom:3px solid transparent;}.node-96 #edit-actions{align-items:center;cursor:pointer;display:grid;gap:5px;grid-template-columns:80px 24px;width:fit-content;}.node-96 #edit-actions:after{transition:transform 200ms ease-out;background:url("/themes/custom/zepzelcapro/images/icons/link-right.svg") no-repeat center/contain;content:"";display:inline-block;height:24px;width:24px;position:relative;transition:transform 200ms ease-out;}.node-96 #edit-actions:hover::after{transform:translateX(4px);}.node-96 #edit-actions:hover:after{transform:translateX(4px);}.node-96 .captcha__title,.node-96 .captcha__description{display:none;}.node-96 .g-recaptcha{margin-bottom:30px;}.node-96 .recaptcha--error .g-recaptcha{border-radius:0;box-shadow:0 0 0 1px var(--error);display:inline-block;margin-bottom:0;}.node-96 .recaptcha--error .recaptcha-error{color:var(--error);display:block;font-family:var(--font-primary);font-size:18px;font-style:italic;font-weight:400;line-height:27px;margin-top:0;padding-left:30px;margin-bottom:30px;position:relative;}@media (max-width:767.98px){.node-96 .recaptcha--error .recaptcha-error{margin-bottom:25px;}}.node-96 .recaptcha--error .recaptcha-error::before{content:"";position:absolute;left:0;top:4px;width:22px;height:20px;background-image:url("/themes/custom/zepzelcapro/images/icons/triangle-exclamation-solid.svg");background-position:center;background-repeat:no-repeat;background-size:cover;}.node-96 input.autofilled,.node-96 select.autofilled{font-style:italic;}@media (max-width:767.98px){.node-96 fieldset.webform-composite-hidden-title{margin:0;}}.node-96 .isi,.node-96 .footer{z-index:1;}.ui-widget.ui-widget-content{border:none;border-radius:20px;padding:30px 40px 40px;text-align:center;}@media (max-width:767.98px){.ui-widget.ui-widget-content{left:50% !important;transform:translateX(-50%);max-width:92%;}}.ui-widget.ui-widget-content .ui-widget-header{background:var(--white);border:none;padding:0;}.ui-widget.ui-widget-content h1{font-family:var(--font-primary);font-size:24px;font-style:normal;font-weight:700;line-height:28px;margin:0 0 15px;width:100%;color:var(--prussian-blue-medium);}@media (min-width:1024px){.ui-widget.ui-widget-content h1{font-size:28px;font-style:normal;font-weight:700;line-height:36px;}}.ui-widget.ui-widget-content .ui-dialog-titlebar-close{background:url("/themes/custom/zepzelcapro/images/icons/close.svg");background-position:center;background-repeat:no-repeat;background-size:25px 25px;position:absolute;right:0;top:0%;width:25px;margin:0 auto;padding:0;height:28px;border:0;}@media (max-width:767.98px){.ui-widget.ui-widget-content .ui-dialog-titlebar-close{width:18px;height:18px;right:-26px;top:-43%;}}.ui-widget.ui-widget-content .webform-confirmation-modal--content{padding:0;}.ui-widget.ui-widget-content .webform-confirmation-modal--content p:first-child{color:var(--cerulean-blue-accessible);font-family:var(--font-primary);font-size:20px;font-style:normal;font-weight:700;line-height:24px;margin:0 0 15px;}@media (min-width:1024px){.ui-widget.ui-widget-content .webform-confirmation-modal--content p:first-child{font-size:24px;font-style:normal;font-weight:600;line-height:30px;}}.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2){font-family:var(--font-primary);font-size:22px;font-style:italic;font-weight:900;line-height:1;text-transform:uppercase;margin-bottom:0;}.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2):hover{text-decoration:none;}.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2) a{align-items:center;border:none;box-shadow:none;cursor:pointer;display:inline-grid;gap:5px;grid-template-columns:max-content 24px;justify-content:center;text-decoration:none;}.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2) a:focus-visible{outline:none;}.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2) a span{border-bottom:3px solid var(--rust-dark);color:var(--prussian-blue-medium);padding-bottom:3px;}.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2) a:after{background:url("/themes/custom/zepzelcapro/images/icons/link-right.svg") no-repeat center/contain;content:"";display:inline-block;height:24px;width:24px;position:relative;top:-2px;}.ui-widget.ui-widget-content .webform-confirmation-modal--content p:nth-child(2) a:hover:after{transition:transform 200ms ease-out;transform:translateX(4px);}.ui-widget-overlay{background:rgb(0,0,0) !important;opacity:0.5 !important;}@media (max-width:1023px){label.error{margin-bottom:24px !important;}}body.node-66 .hero--balloon{top:465px;right:23px;width:190px;}body.node-66 .hero--stand-purple{position:fixed;z-index:1;width:382px;top:348px;left:-153px;}body.node-66 .hero--market-tree{position:fixed;z-index:1;width:432px;top:179px;right:-200px;}body.node-41 .page-bg--safety-hero{background-image:url("/themes/custom/zepzelcapro/images/bg/bg-market-light@2x.png");background-size:5782px auto;background-position:0 0;}@media (max-width:991.98px){body.node-41 .page-bg--safety-hero{background-position:14% 0;}}body.node-56 .hero--balloon{top:465px;right:30px;}body.node-56 .hero--market-tree{position:fixed;z-index:1;width:432px;top:165px;right:-210px;}body.node-56 .hero--stand-blue{position:fixed;z-index:0;width:382px;top:365px;left:-154px;}body.node-56 .nccn-list{line-height:24px;}body.node-71 .hero--market-tree{position:fixed;z-index:1;width:432px;top:146px;right:-200px;}@media (max-width:991.98px){body.node-71 ul.copy-block a{font-size:1rem;line-height:1.25rem;align-self:center;}}body.node-86 .hero--content--right,body.node-86 .hero--content--efficacy{transform:translateZ(0);backface-visibility:hidden;perspective:1000px;transition:transform 0.05s ease-out;}body.node-86 .hero.hero--2l-efficacy{min-height:unset;position:fixed;top:0;left:0;width:100%;z-index:10;}@media (max-width:991.98px){body.node-86 .hero.hero--2l-efficacy{touch-action:pan-y;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;overscroll-behavior:contain;}}body.node-86 .hero.hero--2l-efficacy h1{margin-bottom:15px;}body.node-86 .hero.hero--2l-efficacy p{margin-bottom:15px;}body.node-86 .hero.hero--2l-efficacy .hero--content--small{font-size:1.125rem;line-height:1.625rem;}@media (min-width:992px){body.node-86 .hero.hero--2l-efficacy > div{padding:176px 0 0;}}@media (max-width:991.98px){body.node-86 .hero.hero--2l-efficacy > div{padding:160px 0 0;}}body.node-86 .hero-scroll-trigger{pointer-events:none;position:relative;z-index:1;}@media (min-width:992px){body.node-86 .hero-scroll-trigger{height:7vh;}}@media (max-width:991.98px){body.node-86 .hero-scroll-trigger{height:9vh;touch-action:pan-y;transform:translateZ(0);will-change:scroll-position;}}@media (min-width:992px){body.node-86 .page-content:first-of-type{padding-top:100px;}}@media (max-width:991.98px){body.node-86 .page-content:first-of-type{padding-top:0;transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden;}}body.node-86 .hero--plant-2{top:225px;}body.node-86 .hero--house-couple-content{top:235px;right:-100px;}body.node-86 .hero--grammophone{width:94px;top:334px;right:-163px;}@media (max-width:991.98px){body.node-86 .page-bg-fixed{position:fixed;}}body.node-91 .hero--grammophone{width:94px;top:539px;right:-140px;}body.node-91 .hero--house-couple-content{width:159px;top:440px;right:-74px;}body.node-91 #adverse-reactions h3,body.node-91 #adverse-reactions img{filter:drop-shadow(0 0 20px rgba(0,0,0,0.15));}@media (min-width:992px){body.node-91 .meet-the-expert{margin-top:-7vw;margin-bottom:-11vw;}}@media (min-width:1440px){body.node-91 .meet-the-expert{margin-top:-4vw;margin-bottom:-8vw;}}body.node-36 .hero--house-couple-content{top:430px;left:0;}body.node-31 .hero--house-couple-content{top:430px;left:155px;}@media (min-width:992px){body.node-46 .page-bg-beach-sun-wide{background-position:-3262px 0;}}@media (max-width:991.98px){body.node-46 .page-bg-beach-sun-wide{background-position:-3150px 0;}}body.node-46 .hero--sun{top:87px;}body.node-46 .hero--beach-guy-umbrella{position:fixed;z-index:1;width:178px;top:630px;right:45px;}body.node-46 .hero--bird-flying{top:96px;right:-350px;}body.node-61 .page-bg-cityscape{z-index:-1;}body.node-61 .hero--market-red-stall{position:fixed;z-index:1;width:500px;top:392px;left:-140px;}@media (min-width:1355px){body.node-61 .hero--market-red-stall{display:block;}}@media (max-width:1354px){body.node-61 .hero--market-red-stall{display:none;}}body.node-61 .hero--market-tree{position:fixed;z-index:0;width:432px;top:126px;left:-297px;}@media (min-width:1355px){body.node-61 .hero--market-tree{display:block;}}@media (max-width:1354px){body.node-61 .hero--market-tree{display:none;}}body.node-61 .hero--market-tree-2{position:fixed;z-index:1;width:235px;top:283px;right:-108px;}body.node-61 .hero--market-woman-vendor{position:fixed;z-index:1;width:75px;top:488px;right:23px;}body.node-76 .hero--market-red-stall{position:fixed;z-index:1;width:500px;top:335px;left:-265px;}body.node-76 .hero--balloon{top:465px;right:51px;}body.node-76 .hero--market-tree{position:fixed;z-index:1;width:311px;top:264px;right:-103px;}
