/* @license MIT https://github.com/necolas/normalize.css/blob/8.0.1/LICENSE.md */
html{line-height:1.15;-webkit-text-size-adjust:100%;}body{margin:0;}main{display:block;}h1{font-size:2em;margin:0.67em 0;}hr{box-sizing:content-box;height:0;overflow:visible;}pre{font-family:monospace,monospace;font-size:1em;}a{background-color:transparent;}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted;}b,strong{font-weight:bolder;}code,kbd,samp{font-family:monospace,monospace;font-size:1em;}small{font-size:80%;}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline;}sub{bottom:-0.25em;}sup{top:-0.5em;}img{border-style:none;}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0;}button,input{overflow:visible;}button,select{text-transform:none;}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button;}button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0;}button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText;}fieldset{padding:0.35em 0.75em 0.625em;}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal;}progress{vertical-align:baseline;}textarea{overflow:auto;}[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0;}[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto;}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px;}[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit;}details{display:block;}summary{display:list-item;}template{display:none;}[hidden]{display:none;}
/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.container,.container-fluid,.container-xxl,.container-xl,.container-lg,.container-md,.container-sm{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * 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:1320px;}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px;}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-0.5 * var(--bs-gutter-x));margin-left:calc(-0.5 * var(--bs-gutter-x));}.row > *{box-sizing:border-box;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.375rem;}.g-2,.gy-2{--bs-gutter-y:0.375rem;}.g-3,.gx-3{--bs-gutter-x:0.5rem;}.g-3,.gy-3{--bs-gutter-y:0.5rem;}.g-4,.gx-4{--bs-gutter-x:1rem;}.g-4,.gy-4{--bs-gutter-y:1rem;}.g-5,.gx-5{--bs-gutter-x:1.125rem;}.g-5,.gy-5{--bs-gutter-y:1.125rem;}.g-6,.gx-6{--bs-gutter-x:1.25rem;}.g-6,.gy-6{--bs-gutter-y:1.25rem;}.g-7,.gx-7{--bs-gutter-x:1.375rem;}.g-7,.gy-7{--bs-gutter-y:1.375rem;}.g-8,.gx-8{--bs-gutter-x:1.5rem;}.g-8,.gy-8{--bs-gutter-y:1.5rem;}.g-9,.gx-9{--bs-gutter-x:1.625rem;}.g-9,.gy-9{--bs-gutter-y:1.625rem;}.g-10,.gx-10{--bs-gutter-x:1.688rem;}.g-10,.gy-10{--bs-gutter-y:1.688rem;}.g-11,.gx-11{--bs-gutter-x:1.75rem;}.g-11,.gy-11{--bs-gutter-y:1.75rem;}.g-12,.gx-12{--bs-gutter-x:1.875rem;}.g-12,.gy-12{--bs-gutter-y:1.875rem;}.g-13,.gx-13{--bs-gutter-x:2rem;}.g-13,.gy-13{--bs-gutter-y:2rem;}.g-14,.gx-14{--bs-gutter-x:2.25rem;}.g-14,.gy-14{--bs-gutter-y:2.25rem;}.g-15,.gx-15{--bs-gutter-x:2.5rem;}.g-15,.gy-15{--bs-gutter-y:2.5rem;}.g-16,.gx-16{--bs-gutter-x:2.625rem;}.g-16,.gy-16{--bs-gutter-y:2.625rem;}.g-17,.gx-17{--bs-gutter-x:2.875rem;}.g-17,.gy-17{--bs-gutter-y:2.875rem;}.g-18,.gx-18{--bs-gutter-x:3rem;}.g-18,.gy-18{--bs-gutter-y:3rem;}.g-19,.gx-19{--bs-gutter-x:3.125rem;}.g-19,.gy-19{--bs-gutter-y:3.125rem;}.g-20,.gx-20{--bs-gutter-x:3.563rem;}.g-20,.gy-20{--bs-gutter-y:3.563rem;}.g-21,.gx-21{--bs-gutter-x:0.688rem;}.g-21,.gy-21{--bs-gutter-y:0.688rem;}.g-22,.gx-22{--bs-gutter-x:7rem;}.g-22,.gy-22{--bs-gutter-y:7rem;}.g-23,.gx-23{--bs-gutter-x:0.75rem;}.g-23,.gy-23{--bs-gutter-y:0.75rem;}.g-24,.gx-24{--bs-gutter-x:0.875rem;}.g-24,.gy-24{--bs-gutter-y:0.875rem;}.g-25,.gx-25{--bs-gutter-x:0.625rem;}.g-25,.gy-25{--bs-gutter-y:0.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.375rem;}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.375rem;}.g-sm-3,.gx-sm-3{--bs-gutter-x:0.5rem;}.g-sm-3,.gy-sm-3{--bs-gutter-y:0.5rem;}.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.125rem;}.g-sm-5,.gy-sm-5{--bs-gutter-y:1.125rem;}.g-sm-6,.gx-sm-6{--bs-gutter-x:1.25rem;}.g-sm-6,.gy-sm-6{--bs-gutter-y:1.25rem;}.g-sm-7,.gx-sm-7{--bs-gutter-x:1.375rem;}.g-sm-7,.gy-sm-7{--bs-gutter-y:1.375rem;}.g-sm-8,.gx-sm-8{--bs-gutter-x:1.5rem;}.g-sm-8,.gy-sm-8{--bs-gutter-y:1.5rem;}.g-sm-9,.gx-sm-9{--bs-gutter-x:1.625rem;}.g-sm-9,.gy-sm-9{--bs-gutter-y:1.625rem;}.g-sm-10,.gx-sm-10{--bs-gutter-x:1.688rem;}.g-sm-10,.gy-sm-10{--bs-gutter-y:1.688rem;}.g-sm-11,.gx-sm-11{--bs-gutter-x:1.75rem;}.g-sm-11,.gy-sm-11{--bs-gutter-y:1.75rem;}.g-sm-12,.gx-sm-12{--bs-gutter-x:1.875rem;}.g-sm-12,.gy-sm-12{--bs-gutter-y:1.875rem;}.g-sm-13,.gx-sm-13{--bs-gutter-x:2rem;}.g-sm-13,.gy-sm-13{--bs-gutter-y:2rem;}.g-sm-14,.gx-sm-14{--bs-gutter-x:2.25rem;}.g-sm-14,.gy-sm-14{--bs-gutter-y:2.25rem;}.g-sm-15,.gx-sm-15{--bs-gutter-x:2.5rem;}.g-sm-15,.gy-sm-15{--bs-gutter-y:2.5rem;}.g-sm-16,.gx-sm-16{--bs-gutter-x:2.625rem;}.g-sm-16,.gy-sm-16{--bs-gutter-y:2.625rem;}.g-sm-17,.gx-sm-17{--bs-gutter-x:2.875rem;}.g-sm-17,.gy-sm-17{--bs-gutter-y:2.875rem;}.g-sm-18,.gx-sm-18{--bs-gutter-x:3rem;}.g-sm-18,.gy-sm-18{--bs-gutter-y:3rem;}.g-sm-19,.gx-sm-19{--bs-gutter-x:3.125rem;}.g-sm-19,.gy-sm-19{--bs-gutter-y:3.125rem;}.g-sm-20,.gx-sm-20{--bs-gutter-x:3.563rem;}.g-sm-20,.gy-sm-20{--bs-gutter-y:3.563rem;}.g-sm-21,.gx-sm-21{--bs-gutter-x:0.688rem;}.g-sm-21,.gy-sm-21{--bs-gutter-y:0.688rem;}.g-sm-22,.gx-sm-22{--bs-gutter-x:7rem;}.g-sm-22,.gy-sm-22{--bs-gutter-y:7rem;}.g-sm-23,.gx-sm-23{--bs-gutter-x:0.75rem;}.g-sm-23,.gy-sm-23{--bs-gutter-y:0.75rem;}.g-sm-24,.gx-sm-24{--bs-gutter-x:0.875rem;}.g-sm-24,.gy-sm-24{--bs-gutter-y:0.875rem;}.g-sm-25,.gx-sm-25{--bs-gutter-x:0.625rem;}.g-sm-25,.gy-sm-25{--bs-gutter-y:0.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.375rem;}.g-md-2,.gy-md-2{--bs-gutter-y:0.375rem;}.g-md-3,.gx-md-3{--bs-gutter-x:0.5rem;}.g-md-3,.gy-md-3{--bs-gutter-y:0.5rem;}.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.125rem;}.g-md-5,.gy-md-5{--bs-gutter-y:1.125rem;}.g-md-6,.gx-md-6{--bs-gutter-x:1.25rem;}.g-md-6,.gy-md-6{--bs-gutter-y:1.25rem;}.g-md-7,.gx-md-7{--bs-gutter-x:1.375rem;}.g-md-7,.gy-md-7{--bs-gutter-y:1.375rem;}.g-md-8,.gx-md-8{--bs-gutter-x:1.5rem;}.g-md-8,.gy-md-8{--bs-gutter-y:1.5rem;}.g-md-9,.gx-md-9{--bs-gutter-x:1.625rem;}.g-md-9,.gy-md-9{--bs-gutter-y:1.625rem;}.g-md-10,.gx-md-10{--bs-gutter-x:1.688rem;}.g-md-10,.gy-md-10{--bs-gutter-y:1.688rem;}.g-md-11,.gx-md-11{--bs-gutter-x:1.75rem;}.g-md-11,.gy-md-11{--bs-gutter-y:1.75rem;}.g-md-12,.gx-md-12{--bs-gutter-x:1.875rem;}.g-md-12,.gy-md-12{--bs-gutter-y:1.875rem;}.g-md-13,.gx-md-13{--bs-gutter-x:2rem;}.g-md-13,.gy-md-13{--bs-gutter-y:2rem;}.g-md-14,.gx-md-14{--bs-gutter-x:2.25rem;}.g-md-14,.gy-md-14{--bs-gutter-y:2.25rem;}.g-md-15,.gx-md-15{--bs-gutter-x:2.5rem;}.g-md-15,.gy-md-15{--bs-gutter-y:2.5rem;}.g-md-16,.gx-md-16{--bs-gutter-x:2.625rem;}.g-md-16,.gy-md-16{--bs-gutter-y:2.625rem;}.g-md-17,.gx-md-17{--bs-gutter-x:2.875rem;}.g-md-17,.gy-md-17{--bs-gutter-y:2.875rem;}.g-md-18,.gx-md-18{--bs-gutter-x:3rem;}.g-md-18,.gy-md-18{--bs-gutter-y:3rem;}.g-md-19,.gx-md-19{--bs-gutter-x:3.125rem;}.g-md-19,.gy-md-19{--bs-gutter-y:3.125rem;}.g-md-20,.gx-md-20{--bs-gutter-x:3.563rem;}.g-md-20,.gy-md-20{--bs-gutter-y:3.563rem;}.g-md-21,.gx-md-21{--bs-gutter-x:0.688rem;}.g-md-21,.gy-md-21{--bs-gutter-y:0.688rem;}.g-md-22,.gx-md-22{--bs-gutter-x:7rem;}.g-md-22,.gy-md-22{--bs-gutter-y:7rem;}.g-md-23,.gx-md-23{--bs-gutter-x:0.75rem;}.g-md-23,.gy-md-23{--bs-gutter-y:0.75rem;}.g-md-24,.gx-md-24{--bs-gutter-x:0.875rem;}.g-md-24,.gy-md-24{--bs-gutter-y:0.875rem;}.g-md-25,.gx-md-25{--bs-gutter-x:0.625rem;}.g-md-25,.gy-md-25{--bs-gutter-y:0.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.375rem;}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.375rem;}.g-lg-3,.gx-lg-3{--bs-gutter-x:0.5rem;}.g-lg-3,.gy-lg-3{--bs-gutter-y:0.5rem;}.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.125rem;}.g-lg-5,.gy-lg-5{--bs-gutter-y:1.125rem;}.g-lg-6,.gx-lg-6{--bs-gutter-x:1.25rem;}.g-lg-6,.gy-lg-6{--bs-gutter-y:1.25rem;}.g-lg-7,.gx-lg-7{--bs-gutter-x:1.375rem;}.g-lg-7,.gy-lg-7{--bs-gutter-y:1.375rem;}.g-lg-8,.gx-lg-8{--bs-gutter-x:1.5rem;}.g-lg-8,.gy-lg-8{--bs-gutter-y:1.5rem;}.g-lg-9,.gx-lg-9{--bs-gutter-x:1.625rem;}.g-lg-9,.gy-lg-9{--bs-gutter-y:1.625rem;}.g-lg-10,.gx-lg-10{--bs-gutter-x:1.688rem;}.g-lg-10,.gy-lg-10{--bs-gutter-y:1.688rem;}.g-lg-11,.gx-lg-11{--bs-gutter-x:1.75rem;}.g-lg-11,.gy-lg-11{--bs-gutter-y:1.75rem;}.g-lg-12,.gx-lg-12{--bs-gutter-x:1.875rem;}.g-lg-12,.gy-lg-12{--bs-gutter-y:1.875rem;}.g-lg-13,.gx-lg-13{--bs-gutter-x:2rem;}.g-lg-13,.gy-lg-13{--bs-gutter-y:2rem;}.g-lg-14,.gx-lg-14{--bs-gutter-x:2.25rem;}.g-lg-14,.gy-lg-14{--bs-gutter-y:2.25rem;}.g-lg-15,.gx-lg-15{--bs-gutter-x:2.5rem;}.g-lg-15,.gy-lg-15{--bs-gutter-y:2.5rem;}.g-lg-16,.gx-lg-16{--bs-gutter-x:2.625rem;}.g-lg-16,.gy-lg-16{--bs-gutter-y:2.625rem;}.g-lg-17,.gx-lg-17{--bs-gutter-x:2.875rem;}.g-lg-17,.gy-lg-17{--bs-gutter-y:2.875rem;}.g-lg-18,.gx-lg-18{--bs-gutter-x:3rem;}.g-lg-18,.gy-lg-18{--bs-gutter-y:3rem;}.g-lg-19,.gx-lg-19{--bs-gutter-x:3.125rem;}.g-lg-19,.gy-lg-19{--bs-gutter-y:3.125rem;}.g-lg-20,.gx-lg-20{--bs-gutter-x:3.563rem;}.g-lg-20,.gy-lg-20{--bs-gutter-y:3.563rem;}.g-lg-21,.gx-lg-21{--bs-gutter-x:0.688rem;}.g-lg-21,.gy-lg-21{--bs-gutter-y:0.688rem;}.g-lg-22,.gx-lg-22{--bs-gutter-x:7rem;}.g-lg-22,.gy-lg-22{--bs-gutter-y:7rem;}.g-lg-23,.gx-lg-23{--bs-gutter-x:0.75rem;}.g-lg-23,.gy-lg-23{--bs-gutter-y:0.75rem;}.g-lg-24,.gx-lg-24{--bs-gutter-x:0.875rem;}.g-lg-24,.gy-lg-24{--bs-gutter-y:0.875rem;}.g-lg-25,.gx-lg-25{--bs-gutter-x:0.625rem;}.g-lg-25,.gy-lg-25{--bs-gutter-y:0.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.375rem;}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.375rem;}.g-xl-3,.gx-xl-3{--bs-gutter-x:0.5rem;}.g-xl-3,.gy-xl-3{--bs-gutter-y:0.5rem;}.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.125rem;}.g-xl-5,.gy-xl-5{--bs-gutter-y:1.125rem;}.g-xl-6,.gx-xl-6{--bs-gutter-x:1.25rem;}.g-xl-6,.gy-xl-6{--bs-gutter-y:1.25rem;}.g-xl-7,.gx-xl-7{--bs-gutter-x:1.375rem;}.g-xl-7,.gy-xl-7{--bs-gutter-y:1.375rem;}.g-xl-8,.gx-xl-8{--bs-gutter-x:1.5rem;}.g-xl-8,.gy-xl-8{--bs-gutter-y:1.5rem;}.g-xl-9,.gx-xl-9{--bs-gutter-x:1.625rem;}.g-xl-9,.gy-xl-9{--bs-gutter-y:1.625rem;}.g-xl-10,.gx-xl-10{--bs-gutter-x:1.688rem;}.g-xl-10,.gy-xl-10{--bs-gutter-y:1.688rem;}.g-xl-11,.gx-xl-11{--bs-gutter-x:1.75rem;}.g-xl-11,.gy-xl-11{--bs-gutter-y:1.75rem;}.g-xl-12,.gx-xl-12{--bs-gutter-x:1.875rem;}.g-xl-12,.gy-xl-12{--bs-gutter-y:1.875rem;}.g-xl-13,.gx-xl-13{--bs-gutter-x:2rem;}.g-xl-13,.gy-xl-13{--bs-gutter-y:2rem;}.g-xl-14,.gx-xl-14{--bs-gutter-x:2.25rem;}.g-xl-14,.gy-xl-14{--bs-gutter-y:2.25rem;}.g-xl-15,.gx-xl-15{--bs-gutter-x:2.5rem;}.g-xl-15,.gy-xl-15{--bs-gutter-y:2.5rem;}.g-xl-16,.gx-xl-16{--bs-gutter-x:2.625rem;}.g-xl-16,.gy-xl-16{--bs-gutter-y:2.625rem;}.g-xl-17,.gx-xl-17{--bs-gutter-x:2.875rem;}.g-xl-17,.gy-xl-17{--bs-gutter-y:2.875rem;}.g-xl-18,.gx-xl-18{--bs-gutter-x:3rem;}.g-xl-18,.gy-xl-18{--bs-gutter-y:3rem;}.g-xl-19,.gx-xl-19{--bs-gutter-x:3.125rem;}.g-xl-19,.gy-xl-19{--bs-gutter-y:3.125rem;}.g-xl-20,.gx-xl-20{--bs-gutter-x:3.563rem;}.g-xl-20,.gy-xl-20{--bs-gutter-y:3.563rem;}.g-xl-21,.gx-xl-21{--bs-gutter-x:0.688rem;}.g-xl-21,.gy-xl-21{--bs-gutter-y:0.688rem;}.g-xl-22,.gx-xl-22{--bs-gutter-x:7rem;}.g-xl-22,.gy-xl-22{--bs-gutter-y:7rem;}.g-xl-23,.gx-xl-23{--bs-gutter-x:0.75rem;}.g-xl-23,.gy-xl-23{--bs-gutter-y:0.75rem;}.g-xl-24,.gx-xl-24{--bs-gutter-x:0.875rem;}.g-xl-24,.gy-xl-24{--bs-gutter-y:0.875rem;}.g-xl-25,.gx-xl-25{--bs-gutter-x:0.625rem;}.g-xl-25,.gy-xl-25{--bs-gutter-y:0.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.375rem;}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.375rem;}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:0.5rem;}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:0.5rem;}.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.125rem;}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:1.125rem;}.g-xxl-6,.gx-xxl-6{--bs-gutter-x:1.25rem;}.g-xxl-6,.gy-xxl-6{--bs-gutter-y:1.25rem;}.g-xxl-7,.gx-xxl-7{--bs-gutter-x:1.375rem;}.g-xxl-7,.gy-xxl-7{--bs-gutter-y:1.375rem;}.g-xxl-8,.gx-xxl-8{--bs-gutter-x:1.5rem;}.g-xxl-8,.gy-xxl-8{--bs-gutter-y:1.5rem;}.g-xxl-9,.gx-xxl-9{--bs-gutter-x:1.625rem;}.g-xxl-9,.gy-xxl-9{--bs-gutter-y:1.625rem;}.g-xxl-10,.gx-xxl-10{--bs-gutter-x:1.688rem;}.g-xxl-10,.gy-xxl-10{--bs-gutter-y:1.688rem;}.g-xxl-11,.gx-xxl-11{--bs-gutter-x:1.75rem;}.g-xxl-11,.gy-xxl-11{--bs-gutter-y:1.75rem;}.g-xxl-12,.gx-xxl-12{--bs-gutter-x:1.875rem;}.g-xxl-12,.gy-xxl-12{--bs-gutter-y:1.875rem;}.g-xxl-13,.gx-xxl-13{--bs-gutter-x:2rem;}.g-xxl-13,.gy-xxl-13{--bs-gutter-y:2rem;}.g-xxl-14,.gx-xxl-14{--bs-gutter-x:2.25rem;}.g-xxl-14,.gy-xxl-14{--bs-gutter-y:2.25rem;}.g-xxl-15,.gx-xxl-15{--bs-gutter-x:2.5rem;}.g-xxl-15,.gy-xxl-15{--bs-gutter-y:2.5rem;}.g-xxl-16,.gx-xxl-16{--bs-gutter-x:2.625rem;}.g-xxl-16,.gy-xxl-16{--bs-gutter-y:2.625rem;}.g-xxl-17,.gx-xxl-17{--bs-gutter-x:2.875rem;}.g-xxl-17,.gy-xxl-17{--bs-gutter-y:2.875rem;}.g-xxl-18,.gx-xxl-18{--bs-gutter-x:3rem;}.g-xxl-18,.gy-xxl-18{--bs-gutter-y:3rem;}.g-xxl-19,.gx-xxl-19{--bs-gutter-x:3.125rem;}.g-xxl-19,.gy-xxl-19{--bs-gutter-y:3.125rem;}.g-xxl-20,.gx-xxl-20{--bs-gutter-x:3.563rem;}.g-xxl-20,.gy-xxl-20{--bs-gutter-y:3.563rem;}.g-xxl-21,.gx-xxl-21{--bs-gutter-x:0.688rem;}.g-xxl-21,.gy-xxl-21{--bs-gutter-y:0.688rem;}.g-xxl-22,.gx-xxl-22{--bs-gutter-x:7rem;}.g-xxl-22,.gy-xxl-22{--bs-gutter-y:7rem;}.g-xxl-23,.gx-xxl-23{--bs-gutter-x:0.75rem;}.g-xxl-23,.gy-xxl-23{--bs-gutter-y:0.75rem;}.g-xxl-24,.gx-xxl-24{--bs-gutter-x:0.875rem;}.g-xxl-24,.gy-xxl-24{--bs-gutter-y:0.875rem;}.g-xxl-25,.gx-xxl-25{--bs-gutter-x:0.625rem;}.g-xxl-25,.gy-xxl-25{--bs-gutter-y:0.625rem;}}.d-inline{display:inline !important;}.d-inline-block{display:inline-block !important;}.d-block{display:block !important;}.d-grid{display:grid !important;}.d-inline-grid{display:inline-grid !important;}.d-table{display:table !important;}.d-table-row{display:table-row !important;}.d-table-cell{display:table-cell !important;}.d-flex{display:flex !important;}.d-inline-flex{display:inline-flex !important;}.d-none{display:none !important;}.flex-fill{flex:1 1 auto !important;}.flex-row{flex-direction:row !important;}.flex-column{flex-direction:column !important;}.flex-row-reverse{flex-direction:row-reverse !important;}.flex-column-reverse{flex-direction:column-reverse !important;}.flex-grow-0{flex-grow:0 !important;}.flex-grow-1{flex-grow:1 !important;}.flex-shrink-0{flex-shrink:0 !important;}.flex-shrink-1{flex-shrink:1 !important;}.flex-wrap{flex-wrap:wrap !important;}.flex-nowrap{flex-wrap:nowrap !important;}.flex-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-start{justify-content:flex-start !important;}.justify-content-end{justify-content:flex-end !important;}.justify-content-center{justify-content:center !important;}.justify-content-between{justify-content:space-between !important;}.justify-content-around{justify-content:space-around !important;}.justify-content-evenly{justify-content:space-evenly !important;}.align-items-start{align-items:flex-start !important;}.align-items-end{align-items:flex-end !important;}.align-items-center{align-items:center !important;}.align-items-baseline{align-items:baseline !important;}.align-items-stretch{align-items:stretch !important;}.align-content-start{align-content:flex-start !important;}.align-content-end{align-content:flex-end !important;}.align-content-center{align-content:center !important;}.align-content-between{align-content:space-between !important;}.align-content-around{align-content:space-around !important;}.align-content-stretch{align-content:stretch !important;}.align-self-auto{align-self:auto !important;}.align-self-start{align-self:flex-start !important;}.align-self-end{align-self:flex-end !important;}.align-self-center{align-self:center !important;}.align-self-baseline{align-self:baseline !important;}.align-self-stretch{align-self:stretch !important;}.order-first{order:-1 !important;}.order-0{order:0 !important;}.order-1{order:1 !important;}.order-2{order:2 !important;}.order-3{order:3 !important;}.order-4{order:4 !important;}.order-5{order:5 !important;}.order-last{order:6 !important;}.m-0{margin:0 !important;}.m-1{margin:0.25rem !important;}.m-2{margin:0.375rem !important;}.m-3{margin:0.5rem !important;}.m-4{margin:1rem !important;}.m-5{margin:1.125rem !important;}.m-6{margin:1.25rem !important;}.m-7{margin:1.375rem !important;}.m-8{margin:1.5rem !important;}.m-9{margin:1.625rem !important;}.m-10{margin:1.688rem !important;}.m-11{margin:1.75rem !important;}.m-12{margin:1.875rem !important;}.m-13{margin:2rem !important;}.m-14{margin:2.25rem !important;}.m-15{margin:2.5rem !important;}.m-16{margin:2.625rem !important;}.m-17{margin:2.875rem !important;}.m-18{margin:3rem !important;}.m-19{margin:3.125rem !important;}.m-20{margin:3.563rem !important;}.m-21{margin:0.688rem !important;}.m-22{margin:7rem !important;}.m-23{margin:0.75rem !important;}.m-24{margin:0.875rem !important;}.m-25{margin:0.625rem !important;}.m-auto{margin:auto !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.375rem !important;margin-left:0.375rem !important;}.mx-3{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-5{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-6{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-7{margin-right:1.375rem !important;margin-left:1.375rem !important;}.mx-8{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-9{margin-right:1.625rem !important;margin-left:1.625rem !important;}.mx-10{margin-right:1.688rem !important;margin-left:1.688rem !important;}.mx-11{margin-right:1.75rem !important;margin-left:1.75rem !important;}.mx-12{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-13{margin-right:2rem !important;margin-left:2rem !important;}.mx-14{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-15{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-16{margin-right:2.625rem !important;margin-left:2.625rem !important;}.mx-17{margin-right:2.875rem !important;margin-left:2.875rem !important;}.mx-18{margin-right:3rem !important;margin-left:3rem !important;}.mx-19{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-20{margin-right:3.563rem !important;margin-left:3.563rem !important;}.mx-21{margin-right:0.688rem !important;margin-left:0.688rem !important;}.mx-22{margin-right:7rem !important;margin-left:7rem !important;}.mx-23{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-24{margin-right:0.875rem !important;margin-left:0.875rem !important;}.mx-25{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-auto{margin-right:auto !important;margin-left:auto !important;}.my-0{margin-top:0 !important;margin-bottom:0 !important;}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-2{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-3{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-5{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-6{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-7{margin-top:1.375rem !important;margin-bottom:1.375rem !important;}.my-8{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-9{margin-top:1.625rem !important;margin-bottom:1.625rem !important;}.my-10{margin-top:1.688rem !important;margin-bottom:1.688rem !important;}.my-11{margin-top:1.75rem !important;margin-bottom:1.75rem !important;}.my-12{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-13{margin-top:2rem !important;margin-bottom:2rem !important;}.my-14{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-15{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-16{margin-top:2.625rem !important;margin-bottom:2.625rem !important;}.my-17{margin-top:2.875rem !important;margin-bottom:2.875rem !important;}.my-18{margin-top:3rem !important;margin-bottom:3rem !important;}.my-19{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-20{margin-top:3.563rem !important;margin-bottom:3.563rem !important;}.my-21{margin-top:0.688rem !important;margin-bottom:0.688rem !important;}.my-22{margin-top:7rem !important;margin-bottom:7rem !important;}.my-23{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-24{margin-top:0.875rem !important;margin-bottom:0.875rem !important;}.my-25{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-0{margin-top:0 !important;}.mt-1{margin-top:0.25rem !important;}.mt-2{margin-top:0.375rem !important;}.mt-3{margin-top:0.5rem !important;}.mt-4{margin-top:1rem !important;}.mt-5{margin-top:1.125rem !important;}.mt-6{margin-top:1.25rem !important;}.mt-7{margin-top:1.375rem !important;}.mt-8{margin-top:1.5rem !important;}.mt-9{margin-top:1.625rem !important;}.mt-10{margin-top:1.688rem !important;}.mt-11{margin-top:1.75rem !important;}.mt-12{margin-top:1.875rem !important;}.mt-13{margin-top:2rem !important;}.mt-14{margin-top:2.25rem !important;}.mt-15{margin-top:2.5rem !important;}.mt-16{margin-top:2.625rem !important;}.mt-17{margin-top:2.875rem !important;}.mt-18{margin-top:3rem !important;}.mt-19{margin-top:3.125rem !important;}.mt-20{margin-top:3.563rem !important;}.mt-21{margin-top:0.688rem !important;}.mt-22{margin-top:7rem !important;}.mt-23{margin-top:0.75rem !important;}.mt-24{margin-top:0.875rem !important;}.mt-25{margin-top:0.625rem !important;}.mt-auto{margin-top:auto !important;}.me-0{margin-right:0 !important;}.me-1{margin-right:0.25rem !important;}.me-2{margin-right:0.375rem !important;}.me-3{margin-right:0.5rem !important;}.me-4{margin-right:1rem !important;}.me-5{margin-right:1.125rem !important;}.me-6{margin-right:1.25rem !important;}.me-7{margin-right:1.375rem !important;}.me-8{margin-right:1.5rem !important;}.me-9{margin-right:1.625rem !important;}.me-10{margin-right:1.688rem !important;}.me-11{margin-right:1.75rem !important;}.me-12{margin-right:1.875rem !important;}.me-13{margin-right:2rem !important;}.me-14{margin-right:2.25rem !important;}.me-15{margin-right:2.5rem !important;}.me-16{margin-right:2.625rem !important;}.me-17{margin-right:2.875rem !important;}.me-18{margin-right:3rem !important;}.me-19{margin-right:3.125rem !important;}.me-20{margin-right:3.563rem !important;}.me-21{margin-right:0.688rem !important;}.me-22{margin-right:7rem !important;}.me-23{margin-right:0.75rem !important;}.me-24{margin-right:0.875rem !important;}.me-25{margin-right:0.625rem !important;}.me-auto{margin-right:auto !important;}.mb-0{margin-bottom:0 !important;}.mb-1{margin-bottom:0.25rem !important;}.mb-2{margin-bottom:0.375rem !important;}.mb-3{margin-bottom:0.5rem !important;}.mb-4{margin-bottom:1rem !important;}.mb-5{margin-bottom:1.125rem !important;}.mb-6{margin-bottom:1.25rem !important;}.mb-7{margin-bottom:1.375rem !important;}.mb-8{margin-bottom:1.5rem !important;}.mb-9{margin-bottom:1.625rem !important;}.mb-10{margin-bottom:1.688rem !important;}.mb-11{margin-bottom:1.75rem !important;}.mb-12{margin-bottom:1.875rem !important;}.mb-13{margin-bottom:2rem !important;}.mb-14{margin-bottom:2.25rem !important;}.mb-15{margin-bottom:2.5rem !important;}.mb-16{margin-bottom:2.625rem !important;}.mb-17{margin-bottom:2.875rem !important;}.mb-18{margin-bottom:3rem !important;}.mb-19{margin-bottom:3.125rem !important;}.mb-20{margin-bottom:3.563rem !important;}.mb-21{margin-bottom:0.688rem !important;}.mb-22{margin-bottom:7rem !important;}.mb-23{margin-bottom:0.75rem !important;}.mb-24{margin-bottom:0.875rem !important;}.mb-25{margin-bottom:0.625rem !important;}.mb-auto{margin-bottom:auto !important;}.ms-0{margin-left:0 !important;}.ms-1{margin-left:0.25rem !important;}.ms-2{margin-left:0.375rem !important;}.ms-3{margin-left:0.5rem !important;}.ms-4{margin-left:1rem !important;}.ms-5{margin-left:1.125rem !important;}.ms-6{margin-left:1.25rem !important;}.ms-7{margin-left:1.375rem !important;}.ms-8{margin-left:1.5rem !important;}.ms-9{margin-left:1.625rem !important;}.ms-10{margin-left:1.688rem !important;}.ms-11{margin-left:1.75rem !important;}.ms-12{margin-left:1.875rem !important;}.ms-13{margin-left:2rem !important;}.ms-14{margin-left:2.25rem !important;}.ms-15{margin-left:2.5rem !important;}.ms-16{margin-left:2.625rem !important;}.ms-17{margin-left:2.875rem !important;}.ms-18{margin-left:3rem !important;}.ms-19{margin-left:3.125rem !important;}.ms-20{margin-left:3.563rem !important;}.ms-21{margin-left:0.688rem !important;}.ms-22{margin-left:7rem !important;}.ms-23{margin-left:0.75rem !important;}.ms-24{margin-left:0.875rem !important;}.ms-25{margin-left:0.625rem !important;}.ms-auto{margin-left:auto !important;}.p-0{padding:0 !important;}.p-1{padding:0.25rem !important;}.p-2{padding:0.375rem !important;}.p-3{padding:0.5rem !important;}.p-4{padding:1rem !important;}.p-5{padding:1.125rem !important;}.p-6{padding:1.25rem !important;}.p-7{padding:1.375rem !important;}.p-8{padding:1.5rem !important;}.p-9{padding:1.625rem !important;}.p-10{padding:1.688rem !important;}.p-11{padding:1.75rem !important;}.p-12{padding:1.875rem !important;}.p-13{padding:2rem !important;}.p-14{padding:2.25rem !important;}.p-15{padding:2.5rem !important;}.p-16{padding:2.625rem !important;}.p-17{padding:2.875rem !important;}.p-18{padding:3rem !important;}.p-19{padding:3.125rem !important;}.p-20{padding:3.563rem !important;}.p-21{padding:0.688rem !important;}.p-22{padding:7rem !important;}.p-23{padding:0.75rem !important;}.p-24{padding:0.875rem !important;}.p-25{padding:0.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.375rem !important;padding-left:0.375rem !important;}.px-3{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-4{padding-right:1rem !important;padding-left:1rem !important;}.px-5{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-6{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-7{padding-right:1.375rem !important;padding-left:1.375rem !important;}.px-8{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-9{padding-right:1.625rem !important;padding-left:1.625rem !important;}.px-10{padding-right:1.688rem !important;padding-left:1.688rem !important;}.px-11{padding-right:1.75rem !important;padding-left:1.75rem !important;}.px-12{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-13{padding-right:2rem !important;padding-left:2rem !important;}.px-14{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-15{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-16{padding-right:2.625rem !important;padding-left:2.625rem !important;}.px-17{padding-right:2.875rem !important;padding-left:2.875rem !important;}.px-18{padding-right:3rem !important;padding-left:3rem !important;}.px-19{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-20{padding-right:3.563rem !important;padding-left:3.563rem !important;}.px-21{padding-right:0.688rem !important;padding-left:0.688rem !important;}.px-22{padding-right:7rem !important;padding-left:7rem !important;}.px-23{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-24{padding-right:0.875rem !important;padding-left:0.875rem !important;}.px-25{padding-right:0.625rem !important;padding-left:0.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.375rem !important;padding-bottom:0.375rem !important;}.py-3{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-5{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-6{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-7{padding-top:1.375rem !important;padding-bottom:1.375rem !important;}.py-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-9{padding-top:1.625rem !important;padding-bottom:1.625rem !important;}.py-10{padding-top:1.688rem !important;padding-bottom:1.688rem !important;}.py-11{padding-top:1.75rem !important;padding-bottom:1.75rem !important;}.py-12{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-13{padding-top:2rem !important;padding-bottom:2rem !important;}.py-14{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-15{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-16{padding-top:2.625rem !important;padding-bottom:2.625rem !important;}.py-17{padding-top:2.875rem !important;padding-bottom:2.875rem !important;}.py-18{padding-top:3rem !important;padding-bottom:3rem !important;}.py-19{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-20{padding-top:3.563rem !important;padding-bottom:3.563rem !important;}.py-21{padding-top:0.688rem !important;padding-bottom:0.688rem !important;}.py-22{padding-top:7rem !important;padding-bottom:7rem !important;}.py-23{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-24{padding-top:0.875rem !important;padding-bottom:0.875rem !important;}.py-25{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.pt-0{padding-top:0 !important;}.pt-1{padding-top:0.25rem !important;}.pt-2{padding-top:0.375rem !important;}.pt-3{padding-top:0.5rem !important;}.pt-4{padding-top:1rem !important;}.pt-5{padding-top:1.125rem !important;}.pt-6{padding-top:1.25rem !important;}.pt-7{padding-top:1.375rem !important;}.pt-8{padding-top:1.5rem !important;}.pt-9{padding-top:1.625rem !important;}.pt-10{padding-top:1.688rem !important;}.pt-11{padding-top:1.75rem !important;}.pt-12{padding-top:1.875rem !important;}.pt-13{padding-top:2rem !important;}.pt-14{padding-top:2.25rem !important;}.pt-15{padding-top:2.5rem !important;}.pt-16{padding-top:2.625rem !important;}.pt-17{padding-top:2.875rem !important;}.pt-18{padding-top:3rem !important;}.pt-19{padding-top:3.125rem !important;}.pt-20{padding-top:3.563rem !important;}.pt-21{padding-top:0.688rem !important;}.pt-22{padding-top:7rem !important;}.pt-23{padding-top:0.75rem !important;}.pt-24{padding-top:0.875rem !important;}.pt-25{padding-top:0.625rem !important;}.pe-0{padding-right:0 !important;}.pe-1{padding-right:0.25rem !important;}.pe-2{padding-right:0.375rem !important;}.pe-3{padding-right:0.5rem !important;}.pe-4{padding-right:1rem !important;}.pe-5{padding-right:1.125rem !important;}.pe-6{padding-right:1.25rem !important;}.pe-7{padding-right:1.375rem !important;}.pe-8{padding-right:1.5rem !important;}.pe-9{padding-right:1.625rem !important;}.pe-10{padding-right:1.688rem !important;}.pe-11{padding-right:1.75rem !important;}.pe-12{padding-right:1.875rem !important;}.pe-13{padding-right:2rem !important;}.pe-14{padding-right:2.25rem !important;}.pe-15{padding-right:2.5rem !important;}.pe-16{padding-right:2.625rem !important;}.pe-17{padding-right:2.875rem !important;}.pe-18{padding-right:3rem !important;}.pe-19{padding-right:3.125rem !important;}.pe-20{padding-right:3.563rem !important;}.pe-21{padding-right:0.688rem !important;}.pe-22{padding-right:7rem !important;}.pe-23{padding-right:0.75rem !important;}.pe-24{padding-right:0.875rem !important;}.pe-25{padding-right:0.625rem !important;}.pb-0{padding-bottom:0 !important;}.pb-1{padding-bottom:0.25rem !important;}.pb-2{padding-bottom:0.375rem !important;}.pb-3{padding-bottom:0.5rem !important;}.pb-4{padding-bottom:1rem !important;}.pb-5{padding-bottom:1.125rem !important;}.pb-6{padding-bottom:1.25rem !important;}.pb-7{padding-bottom:1.375rem !important;}.pb-8{padding-bottom:1.5rem !important;}.pb-9{padding-bottom:1.625rem !important;}.pb-10{padding-bottom:1.688rem !important;}.pb-11{padding-bottom:1.75rem !important;}.pb-12{padding-bottom:1.875rem !important;}.pb-13{padding-bottom:2rem !important;}.pb-14{padding-bottom:2.25rem !important;}.pb-15{padding-bottom:2.5rem !important;}.pb-16{padding-bottom:2.625rem !important;}.pb-17{padding-bottom:2.875rem !important;}.pb-18{padding-bottom:3rem !important;}.pb-19{padding-bottom:3.125rem !important;}.pb-20{padding-bottom:3.563rem !important;}.pb-21{padding-bottom:0.688rem !important;}.pb-22{padding-bottom:7rem !important;}.pb-23{padding-bottom:0.75rem !important;}.pb-24{padding-bottom:0.875rem !important;}.pb-25{padding-bottom:0.625rem !important;}.ps-0{padding-left:0 !important;}.ps-1{padding-left:0.25rem !important;}.ps-2{padding-left:0.375rem !important;}.ps-3{padding-left:0.5rem !important;}.ps-4{padding-left:1rem !important;}.ps-5{padding-left:1.125rem !important;}.ps-6{padding-left:1.25rem !important;}.ps-7{padding-left:1.375rem !important;}.ps-8{padding-left:1.5rem !important;}.ps-9{padding-left:1.625rem !important;}.ps-10{padding-left:1.688rem !important;}.ps-11{padding-left:1.75rem !important;}.ps-12{padding-left:1.875rem !important;}.ps-13{padding-left:2rem !important;}.ps-14{padding-left:2.25rem !important;}.ps-15{padding-left:2.5rem !important;}.ps-16{padding-left:2.625rem !important;}.ps-17{padding-left:2.875rem !important;}.ps-18{padding-left:3rem !important;}.ps-19{padding-left:3.125rem !important;}.ps-20{padding-left:3.563rem !important;}.ps-21{padding-left:0.688rem !important;}.ps-22{padding-left:7rem !important;}.ps-23{padding-left:0.75rem !important;}.ps-24{padding-left:0.875rem !important;}.ps-25{padding-left:0.625rem !important;}@media (min-width:576px){.d-sm-inline{display:inline !important;}.d-sm-inline-block{display:inline-block !important;}.d-sm-block{display:block !important;}.d-sm-grid{display:grid !important;}.d-sm-inline-grid{display:inline-grid !important;}.d-sm-table{display:table !important;}.d-sm-table-row{display:table-row !important;}.d-sm-table-cell{display:table-cell !important;}.d-sm-flex{display:flex !important;}.d-sm-inline-flex{display:inline-flex !important;}.d-sm-none{display:none !important;}.flex-sm-fill{flex:1 1 auto !important;}.flex-sm-row{flex-direction:row !important;}.flex-sm-column{flex-direction:column !important;}.flex-sm-row-reverse{flex-direction:row-reverse !important;}.flex-sm-column-reverse{flex-direction:column-reverse !important;}.flex-sm-grow-0{flex-grow:0 !important;}.flex-sm-grow-1{flex-grow:1 !important;}.flex-sm-shrink-0{flex-shrink:0 !important;}.flex-sm-shrink-1{flex-shrink:1 !important;}.flex-sm-wrap{flex-wrap:wrap !important;}.flex-sm-nowrap{flex-wrap:nowrap !important;}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-sm-start{justify-content:flex-start !important;}.justify-content-sm-end{justify-content:flex-end !important;}.justify-content-sm-center{justify-content:center !important;}.justify-content-sm-between{justify-content:space-between !important;}.justify-content-sm-around{justify-content:space-around !important;}.justify-content-sm-evenly{justify-content:space-evenly !important;}.align-items-sm-start{align-items:flex-start !important;}.align-items-sm-end{align-items:flex-end !important;}.align-items-sm-center{align-items:center !important;}.align-items-sm-baseline{align-items:baseline !important;}.align-items-sm-stretch{align-items:stretch !important;}.align-content-sm-start{align-content:flex-start !important;}.align-content-sm-end{align-content:flex-end !important;}.align-content-sm-center{align-content:center !important;}.align-content-sm-between{align-content:space-between !important;}.align-content-sm-around{align-content:space-around !important;}.align-content-sm-stretch{align-content:stretch !important;}.align-self-sm-auto{align-self:auto !important;}.align-self-sm-start{align-self:flex-start !important;}.align-self-sm-end{align-self:flex-end !important;}.align-self-sm-center{align-self:center !important;}.align-self-sm-baseline{align-self:baseline !important;}.align-self-sm-stretch{align-self:stretch !important;}.order-sm-first{order:-1 !important;}.order-sm-0{order:0 !important;}.order-sm-1{order:1 !important;}.order-sm-2{order:2 !important;}.order-sm-3{order:3 !important;}.order-sm-4{order:4 !important;}.order-sm-5{order:5 !important;}.order-sm-last{order:6 !important;}.m-sm-0{margin:0 !important;}.m-sm-1{margin:0.25rem !important;}.m-sm-2{margin:0.375rem !important;}.m-sm-3{margin:0.5rem !important;}.m-sm-4{margin:1rem !important;}.m-sm-5{margin:1.125rem !important;}.m-sm-6{margin:1.25rem !important;}.m-sm-7{margin:1.375rem !important;}.m-sm-8{margin:1.5rem !important;}.m-sm-9{margin:1.625rem !important;}.m-sm-10{margin:1.688rem !important;}.m-sm-11{margin:1.75rem !important;}.m-sm-12{margin:1.875rem !important;}.m-sm-13{margin:2rem !important;}.m-sm-14{margin:2.25rem !important;}.m-sm-15{margin:2.5rem !important;}.m-sm-16{margin:2.625rem !important;}.m-sm-17{margin:2.875rem !important;}.m-sm-18{margin:3rem !important;}.m-sm-19{margin:3.125rem !important;}.m-sm-20{margin:3.563rem !important;}.m-sm-21{margin:0.688rem !important;}.m-sm-22{margin:7rem !important;}.m-sm-23{margin:0.75rem !important;}.m-sm-24{margin:0.875rem !important;}.m-sm-25{margin:0.625rem !important;}.m-sm-auto{margin:auto !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.375rem !important;margin-left:0.375rem !important;}.mx-sm-3{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-sm-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-sm-5{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-sm-6{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-sm-7{margin-right:1.375rem !important;margin-left:1.375rem !important;}.mx-sm-8{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-sm-9{margin-right:1.625rem !important;margin-left:1.625rem !important;}.mx-sm-10{margin-right:1.688rem !important;margin-left:1.688rem !important;}.mx-sm-11{margin-right:1.75rem !important;margin-left:1.75rem !important;}.mx-sm-12{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-sm-13{margin-right:2rem !important;margin-left:2rem !important;}.mx-sm-14{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-sm-15{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-sm-16{margin-right:2.625rem !important;margin-left:2.625rem !important;}.mx-sm-17{margin-right:2.875rem !important;margin-left:2.875rem !important;}.mx-sm-18{margin-right:3rem !important;margin-left:3rem !important;}.mx-sm-19{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-sm-20{margin-right:3.563rem !important;margin-left:3.563rem !important;}.mx-sm-21{margin-right:0.688rem !important;margin-left:0.688rem !important;}.mx-sm-22{margin-right:7rem !important;margin-left:7rem !important;}.mx-sm-23{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-sm-24{margin-right:0.875rem !important;margin-left:0.875rem !important;}.mx-sm-25{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important;}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important;}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-sm-2{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-sm-3{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-sm-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-sm-5{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-sm-6{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-sm-7{margin-top:1.375rem !important;margin-bottom:1.375rem !important;}.my-sm-8{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-sm-9{margin-top:1.625rem !important;margin-bottom:1.625rem !important;}.my-sm-10{margin-top:1.688rem !important;margin-bottom:1.688rem !important;}.my-sm-11{margin-top:1.75rem !important;margin-bottom:1.75rem !important;}.my-sm-12{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-sm-13{margin-top:2rem !important;margin-bottom:2rem !important;}.my-sm-14{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-sm-15{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-sm-16{margin-top:2.625rem !important;margin-bottom:2.625rem !important;}.my-sm-17{margin-top:2.875rem !important;margin-bottom:2.875rem !important;}.my-sm-18{margin-top:3rem !important;margin-bottom:3rem !important;}.my-sm-19{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-sm-20{margin-top:3.563rem !important;margin-bottom:3.563rem !important;}.my-sm-21{margin-top:0.688rem !important;margin-bottom:0.688rem !important;}.my-sm-22{margin-top:7rem !important;margin-bottom:7rem !important;}.my-sm-23{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-sm-24{margin-top:0.875rem !important;margin-bottom:0.875rem !important;}.my-sm-25{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-sm-0{margin-top:0 !important;}.mt-sm-1{margin-top:0.25rem !important;}.mt-sm-2{margin-top:0.375rem !important;}.mt-sm-3{margin-top:0.5rem !important;}.mt-sm-4{margin-top:1rem !important;}.mt-sm-5{margin-top:1.125rem !important;}.mt-sm-6{margin-top:1.25rem !important;}.mt-sm-7{margin-top:1.375rem !important;}.mt-sm-8{margin-top:1.5rem !important;}.mt-sm-9{margin-top:1.625rem !important;}.mt-sm-10{margin-top:1.688rem !important;}.mt-sm-11{margin-top:1.75rem !important;}.mt-sm-12{margin-top:1.875rem !important;}.mt-sm-13{margin-top:2rem !important;}.mt-sm-14{margin-top:2.25rem !important;}.mt-sm-15{margin-top:2.5rem !important;}.mt-sm-16{margin-top:2.625rem !important;}.mt-sm-17{margin-top:2.875rem !important;}.mt-sm-18{margin-top:3rem !important;}.mt-sm-19{margin-top:3.125rem !important;}.mt-sm-20{margin-top:3.563rem !important;}.mt-sm-21{margin-top:0.688rem !important;}.mt-sm-22{margin-top:7rem !important;}.mt-sm-23{margin-top:0.75rem !important;}.mt-sm-24{margin-top:0.875rem !important;}.mt-sm-25{margin-top:0.625rem !important;}.mt-sm-auto{margin-top:auto !important;}.me-sm-0{margin-right:0 !important;}.me-sm-1{margin-right:0.25rem !important;}.me-sm-2{margin-right:0.375rem !important;}.me-sm-3{margin-right:0.5rem !important;}.me-sm-4{margin-right:1rem !important;}.me-sm-5{margin-right:1.125rem !important;}.me-sm-6{margin-right:1.25rem !important;}.me-sm-7{margin-right:1.375rem !important;}.me-sm-8{margin-right:1.5rem !important;}.me-sm-9{margin-right:1.625rem !important;}.me-sm-10{margin-right:1.688rem !important;}.me-sm-11{margin-right:1.75rem !important;}.me-sm-12{margin-right:1.875rem !important;}.me-sm-13{margin-right:2rem !important;}.me-sm-14{margin-right:2.25rem !important;}.me-sm-15{margin-right:2.5rem !important;}.me-sm-16{margin-right:2.625rem !important;}.me-sm-17{margin-right:2.875rem !important;}.me-sm-18{margin-right:3rem !important;}.me-sm-19{margin-right:3.125rem !important;}.me-sm-20{margin-right:3.563rem !important;}.me-sm-21{margin-right:0.688rem !important;}.me-sm-22{margin-right:7rem !important;}.me-sm-23{margin-right:0.75rem !important;}.me-sm-24{margin-right:0.875rem !important;}.me-sm-25{margin-right:0.625rem !important;}.me-sm-auto{margin-right:auto !important;}.mb-sm-0{margin-bottom:0 !important;}.mb-sm-1{margin-bottom:0.25rem !important;}.mb-sm-2{margin-bottom:0.375rem !important;}.mb-sm-3{margin-bottom:0.5rem !important;}.mb-sm-4{margin-bottom:1rem !important;}.mb-sm-5{margin-bottom:1.125rem !important;}.mb-sm-6{margin-bottom:1.25rem !important;}.mb-sm-7{margin-bottom:1.375rem !important;}.mb-sm-8{margin-bottom:1.5rem !important;}.mb-sm-9{margin-bottom:1.625rem !important;}.mb-sm-10{margin-bottom:1.688rem !important;}.mb-sm-11{margin-bottom:1.75rem !important;}.mb-sm-12{margin-bottom:1.875rem !important;}.mb-sm-13{margin-bottom:2rem !important;}.mb-sm-14{margin-bottom:2.25rem !important;}.mb-sm-15{margin-bottom:2.5rem !important;}.mb-sm-16{margin-bottom:2.625rem !important;}.mb-sm-17{margin-bottom:2.875rem !important;}.mb-sm-18{margin-bottom:3rem !important;}.mb-sm-19{margin-bottom:3.125rem !important;}.mb-sm-20{margin-bottom:3.563rem !important;}.mb-sm-21{margin-bottom:0.688rem !important;}.mb-sm-22{margin-bottom:7rem !important;}.mb-sm-23{margin-bottom:0.75rem !important;}.mb-sm-24{margin-bottom:0.875rem !important;}.mb-sm-25{margin-bottom:0.625rem !important;}.mb-sm-auto{margin-bottom:auto !important;}.ms-sm-0{margin-left:0 !important;}.ms-sm-1{margin-left:0.25rem !important;}.ms-sm-2{margin-left:0.375rem !important;}.ms-sm-3{margin-left:0.5rem !important;}.ms-sm-4{margin-left:1rem !important;}.ms-sm-5{margin-left:1.125rem !important;}.ms-sm-6{margin-left:1.25rem !important;}.ms-sm-7{margin-left:1.375rem !important;}.ms-sm-8{margin-left:1.5rem !important;}.ms-sm-9{margin-left:1.625rem !important;}.ms-sm-10{margin-left:1.688rem !important;}.ms-sm-11{margin-left:1.75rem !important;}.ms-sm-12{margin-left:1.875rem !important;}.ms-sm-13{margin-left:2rem !important;}.ms-sm-14{margin-left:2.25rem !important;}.ms-sm-15{margin-left:2.5rem !important;}.ms-sm-16{margin-left:2.625rem !important;}.ms-sm-17{margin-left:2.875rem !important;}.ms-sm-18{margin-left:3rem !important;}.ms-sm-19{margin-left:3.125rem !important;}.ms-sm-20{margin-left:3.563rem !important;}.ms-sm-21{margin-left:0.688rem !important;}.ms-sm-22{margin-left:7rem !important;}.ms-sm-23{margin-left:0.75rem !important;}.ms-sm-24{margin-left:0.875rem !important;}.ms-sm-25{margin-left:0.625rem !important;}.ms-sm-auto{margin-left:auto !important;}.p-sm-0{padding:0 !important;}.p-sm-1{padding:0.25rem !important;}.p-sm-2{padding:0.375rem !important;}.p-sm-3{padding:0.5rem !important;}.p-sm-4{padding:1rem !important;}.p-sm-5{padding:1.125rem !important;}.p-sm-6{padding:1.25rem !important;}.p-sm-7{padding:1.375rem !important;}.p-sm-8{padding:1.5rem !important;}.p-sm-9{padding:1.625rem !important;}.p-sm-10{padding:1.688rem !important;}.p-sm-11{padding:1.75rem !important;}.p-sm-12{padding:1.875rem !important;}.p-sm-13{padding:2rem !important;}.p-sm-14{padding:2.25rem !important;}.p-sm-15{padding:2.5rem !important;}.p-sm-16{padding:2.625rem !important;}.p-sm-17{padding:2.875rem !important;}.p-sm-18{padding:3rem !important;}.p-sm-19{padding:3.125rem !important;}.p-sm-20{padding:3.563rem !important;}.p-sm-21{padding:0.688rem !important;}.p-sm-22{padding:7rem !important;}.p-sm-23{padding:0.75rem !important;}.p-sm-24{padding:0.875rem !important;}.p-sm-25{padding:0.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.375rem !important;padding-left:0.375rem !important;}.px-sm-3{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-sm-4{padding-right:1rem !important;padding-left:1rem !important;}.px-sm-5{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-sm-6{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-sm-7{padding-right:1.375rem !important;padding-left:1.375rem !important;}.px-sm-8{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-sm-9{padding-right:1.625rem !important;padding-left:1.625rem !important;}.px-sm-10{padding-right:1.688rem !important;padding-left:1.688rem !important;}.px-sm-11{padding-right:1.75rem !important;padding-left:1.75rem !important;}.px-sm-12{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-sm-13{padding-right:2rem !important;padding-left:2rem !important;}.px-sm-14{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-sm-15{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-sm-16{padding-right:2.625rem !important;padding-left:2.625rem !important;}.px-sm-17{padding-right:2.875rem !important;padding-left:2.875rem !important;}.px-sm-18{padding-right:3rem !important;padding-left:3rem !important;}.px-sm-19{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-sm-20{padding-right:3.563rem !important;padding-left:3.563rem !important;}.px-sm-21{padding-right:0.688rem !important;padding-left:0.688rem !important;}.px-sm-22{padding-right:7rem !important;padding-left:7rem !important;}.px-sm-23{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-sm-24{padding-right:0.875rem !important;padding-left:0.875rem !important;}.px-sm-25{padding-right:0.625rem !important;padding-left:0.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.375rem !important;padding-bottom:0.375rem !important;}.py-sm-3{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-sm-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-sm-5{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-sm-6{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-sm-7{padding-top:1.375rem !important;padding-bottom:1.375rem !important;}.py-sm-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-sm-9{padding-top:1.625rem !important;padding-bottom:1.625rem !important;}.py-sm-10{padding-top:1.688rem !important;padding-bottom:1.688rem !important;}.py-sm-11{padding-top:1.75rem !important;padding-bottom:1.75rem !important;}.py-sm-12{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-sm-13{padding-top:2rem !important;padding-bottom:2rem !important;}.py-sm-14{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-sm-15{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-sm-16{padding-top:2.625rem !important;padding-bottom:2.625rem !important;}.py-sm-17{padding-top:2.875rem !important;padding-bottom:2.875rem !important;}.py-sm-18{padding-top:3rem !important;padding-bottom:3rem !important;}.py-sm-19{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-sm-20{padding-top:3.563rem !important;padding-bottom:3.563rem !important;}.py-sm-21{padding-top:0.688rem !important;padding-bottom:0.688rem !important;}.py-sm-22{padding-top:7rem !important;padding-bottom:7rem !important;}.py-sm-23{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-sm-24{padding-top:0.875rem !important;padding-bottom:0.875rem !important;}.py-sm-25{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.pt-sm-0{padding-top:0 !important;}.pt-sm-1{padding-top:0.25rem !important;}.pt-sm-2{padding-top:0.375rem !important;}.pt-sm-3{padding-top:0.5rem !important;}.pt-sm-4{padding-top:1rem !important;}.pt-sm-5{padding-top:1.125rem !important;}.pt-sm-6{padding-top:1.25rem !important;}.pt-sm-7{padding-top:1.375rem !important;}.pt-sm-8{padding-top:1.5rem !important;}.pt-sm-9{padding-top:1.625rem !important;}.pt-sm-10{padding-top:1.688rem !important;}.pt-sm-11{padding-top:1.75rem !important;}.pt-sm-12{padding-top:1.875rem !important;}.pt-sm-13{padding-top:2rem !important;}.pt-sm-14{padding-top:2.25rem !important;}.pt-sm-15{padding-top:2.5rem !important;}.pt-sm-16{padding-top:2.625rem !important;}.pt-sm-17{padding-top:2.875rem !important;}.pt-sm-18{padding-top:3rem !important;}.pt-sm-19{padding-top:3.125rem !important;}.pt-sm-20{padding-top:3.563rem !important;}.pt-sm-21{padding-top:0.688rem !important;}.pt-sm-22{padding-top:7rem !important;}.pt-sm-23{padding-top:0.75rem !important;}.pt-sm-24{padding-top:0.875rem !important;}.pt-sm-25{padding-top:0.625rem !important;}.pe-sm-0{padding-right:0 !important;}.pe-sm-1{padding-right:0.25rem !important;}.pe-sm-2{padding-right:0.375rem !important;}.pe-sm-3{padding-right:0.5rem !important;}.pe-sm-4{padding-right:1rem !important;}.pe-sm-5{padding-right:1.125rem !important;}.pe-sm-6{padding-right:1.25rem !important;}.pe-sm-7{padding-right:1.375rem !important;}.pe-sm-8{padding-right:1.5rem !important;}.pe-sm-9{padding-right:1.625rem !important;}.pe-sm-10{padding-right:1.688rem !important;}.pe-sm-11{padding-right:1.75rem !important;}.pe-sm-12{padding-right:1.875rem !important;}.pe-sm-13{padding-right:2rem !important;}.pe-sm-14{padding-right:2.25rem !important;}.pe-sm-15{padding-right:2.5rem !important;}.pe-sm-16{padding-right:2.625rem !important;}.pe-sm-17{padding-right:2.875rem !important;}.pe-sm-18{padding-right:3rem !important;}.pe-sm-19{padding-right:3.125rem !important;}.pe-sm-20{padding-right:3.563rem !important;}.pe-sm-21{padding-right:0.688rem !important;}.pe-sm-22{padding-right:7rem !important;}.pe-sm-23{padding-right:0.75rem !important;}.pe-sm-24{padding-right:0.875rem !important;}.pe-sm-25{padding-right:0.625rem !important;}.pb-sm-0{padding-bottom:0 !important;}.pb-sm-1{padding-bottom:0.25rem !important;}.pb-sm-2{padding-bottom:0.375rem !important;}.pb-sm-3{padding-bottom:0.5rem !important;}.pb-sm-4{padding-bottom:1rem !important;}.pb-sm-5{padding-bottom:1.125rem !important;}.pb-sm-6{padding-bottom:1.25rem !important;}.pb-sm-7{padding-bottom:1.375rem !important;}.pb-sm-8{padding-bottom:1.5rem !important;}.pb-sm-9{padding-bottom:1.625rem !important;}.pb-sm-10{padding-bottom:1.688rem !important;}.pb-sm-11{padding-bottom:1.75rem !important;}.pb-sm-12{padding-bottom:1.875rem !important;}.pb-sm-13{padding-bottom:2rem !important;}.pb-sm-14{padding-bottom:2.25rem !important;}.pb-sm-15{padding-bottom:2.5rem !important;}.pb-sm-16{padding-bottom:2.625rem !important;}.pb-sm-17{padding-bottom:2.875rem !important;}.pb-sm-18{padding-bottom:3rem !important;}.pb-sm-19{padding-bottom:3.125rem !important;}.pb-sm-20{padding-bottom:3.563rem !important;}.pb-sm-21{padding-bottom:0.688rem !important;}.pb-sm-22{padding-bottom:7rem !important;}.pb-sm-23{padding-bottom:0.75rem !important;}.pb-sm-24{padding-bottom:0.875rem !important;}.pb-sm-25{padding-bottom:0.625rem !important;}.ps-sm-0{padding-left:0 !important;}.ps-sm-1{padding-left:0.25rem !important;}.ps-sm-2{padding-left:0.375rem !important;}.ps-sm-3{padding-left:0.5rem !important;}.ps-sm-4{padding-left:1rem !important;}.ps-sm-5{padding-left:1.125rem !important;}.ps-sm-6{padding-left:1.25rem !important;}.ps-sm-7{padding-left:1.375rem !important;}.ps-sm-8{padding-left:1.5rem !important;}.ps-sm-9{padding-left:1.625rem !important;}.ps-sm-10{padding-left:1.688rem !important;}.ps-sm-11{padding-left:1.75rem !important;}.ps-sm-12{padding-left:1.875rem !important;}.ps-sm-13{padding-left:2rem !important;}.ps-sm-14{padding-left:2.25rem !important;}.ps-sm-15{padding-left:2.5rem !important;}.ps-sm-16{padding-left:2.625rem !important;}.ps-sm-17{padding-left:2.875rem !important;}.ps-sm-18{padding-left:3rem !important;}.ps-sm-19{padding-left:3.125rem !important;}.ps-sm-20{padding-left:3.563rem !important;}.ps-sm-21{padding-left:0.688rem !important;}.ps-sm-22{padding-left:7rem !important;}.ps-sm-23{padding-left:0.75rem !important;}.ps-sm-24{padding-left:0.875rem !important;}.ps-sm-25{padding-left:0.625rem !important;}}@media (min-width:768px){.d-md-inline{display:inline !important;}.d-md-inline-block{display:inline-block !important;}.d-md-block{display:block !important;}.d-md-grid{display:grid !important;}.d-md-inline-grid{display:inline-grid !important;}.d-md-table{display:table !important;}.d-md-table-row{display:table-row !important;}.d-md-table-cell{display:table-cell !important;}.d-md-flex{display:flex !important;}.d-md-inline-flex{display:inline-flex !important;}.d-md-none{display:none !important;}.flex-md-fill{flex:1 1 auto !important;}.flex-md-row{flex-direction:row !important;}.flex-md-column{flex-direction:column !important;}.flex-md-row-reverse{flex-direction:row-reverse !important;}.flex-md-column-reverse{flex-direction:column-reverse !important;}.flex-md-grow-0{flex-grow:0 !important;}.flex-md-grow-1{flex-grow:1 !important;}.flex-md-shrink-0{flex-shrink:0 !important;}.flex-md-shrink-1{flex-shrink:1 !important;}.flex-md-wrap{flex-wrap:wrap !important;}.flex-md-nowrap{flex-wrap:nowrap !important;}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-md-start{justify-content:flex-start !important;}.justify-content-md-end{justify-content:flex-end !important;}.justify-content-md-center{justify-content:center !important;}.justify-content-md-between{justify-content:space-between !important;}.justify-content-md-around{justify-content:space-around !important;}.justify-content-md-evenly{justify-content:space-evenly !important;}.align-items-md-start{align-items:flex-start !important;}.align-items-md-end{align-items:flex-end !important;}.align-items-md-center{align-items:center !important;}.align-items-md-baseline{align-items:baseline !important;}.align-items-md-stretch{align-items:stretch !important;}.align-content-md-start{align-content:flex-start !important;}.align-content-md-end{align-content:flex-end !important;}.align-content-md-center{align-content:center !important;}.align-content-md-between{align-content:space-between !important;}.align-content-md-around{align-content:space-around !important;}.align-content-md-stretch{align-content:stretch !important;}.align-self-md-auto{align-self:auto !important;}.align-self-md-start{align-self:flex-start !important;}.align-self-md-end{align-self:flex-end !important;}.align-self-md-center{align-self:center !important;}.align-self-md-baseline{align-self:baseline !important;}.align-self-md-stretch{align-self:stretch !important;}.order-md-first{order:-1 !important;}.order-md-0{order:0 !important;}.order-md-1{order:1 !important;}.order-md-2{order:2 !important;}.order-md-3{order:3 !important;}.order-md-4{order:4 !important;}.order-md-5{order:5 !important;}.order-md-last{order:6 !important;}.m-md-0{margin:0 !important;}.m-md-1{margin:0.25rem !important;}.m-md-2{margin:0.375rem !important;}.m-md-3{margin:0.5rem !important;}.m-md-4{margin:1rem !important;}.m-md-5{margin:1.125rem !important;}.m-md-6{margin:1.25rem !important;}.m-md-7{margin:1.375rem !important;}.m-md-8{margin:1.5rem !important;}.m-md-9{margin:1.625rem !important;}.m-md-10{margin:1.688rem !important;}.m-md-11{margin:1.75rem !important;}.m-md-12{margin:1.875rem !important;}.m-md-13{margin:2rem !important;}.m-md-14{margin:2.25rem !important;}.m-md-15{margin:2.5rem !important;}.m-md-16{margin:2.625rem !important;}.m-md-17{margin:2.875rem !important;}.m-md-18{margin:3rem !important;}.m-md-19{margin:3.125rem !important;}.m-md-20{margin:3.563rem !important;}.m-md-21{margin:0.688rem !important;}.m-md-22{margin:7rem !important;}.m-md-23{margin:0.75rem !important;}.m-md-24{margin:0.875rem !important;}.m-md-25{margin:0.625rem !important;}.m-md-auto{margin:auto !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.375rem !important;margin-left:0.375rem !important;}.mx-md-3{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-md-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-md-5{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-md-6{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-md-7{margin-right:1.375rem !important;margin-left:1.375rem !important;}.mx-md-8{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-md-9{margin-right:1.625rem !important;margin-left:1.625rem !important;}.mx-md-10{margin-right:1.688rem !important;margin-left:1.688rem !important;}.mx-md-11{margin-right:1.75rem !important;margin-left:1.75rem !important;}.mx-md-12{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-md-13{margin-right:2rem !important;margin-left:2rem !important;}.mx-md-14{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-md-15{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-md-16{margin-right:2.625rem !important;margin-left:2.625rem !important;}.mx-md-17{margin-right:2.875rem !important;margin-left:2.875rem !important;}.mx-md-18{margin-right:3rem !important;margin-left:3rem !important;}.mx-md-19{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-md-20{margin-right:3.563rem !important;margin-left:3.563rem !important;}.mx-md-21{margin-right:0.688rem !important;margin-left:0.688rem !important;}.mx-md-22{margin-right:7rem !important;margin-left:7rem !important;}.mx-md-23{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-md-24{margin-right:0.875rem !important;margin-left:0.875rem !important;}.mx-md-25{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-md-auto{margin-right:auto !important;margin-left:auto !important;}.my-md-0{margin-top:0 !important;margin-bottom:0 !important;}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-md-2{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-md-3{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-md-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-md-5{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-md-6{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-md-7{margin-top:1.375rem !important;margin-bottom:1.375rem !important;}.my-md-8{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-md-9{margin-top:1.625rem !important;margin-bottom:1.625rem !important;}.my-md-10{margin-top:1.688rem !important;margin-bottom:1.688rem !important;}.my-md-11{margin-top:1.75rem !important;margin-bottom:1.75rem !important;}.my-md-12{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-md-13{margin-top:2rem !important;margin-bottom:2rem !important;}.my-md-14{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-md-15{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-md-16{margin-top:2.625rem !important;margin-bottom:2.625rem !important;}.my-md-17{margin-top:2.875rem !important;margin-bottom:2.875rem !important;}.my-md-18{margin-top:3rem !important;margin-bottom:3rem !important;}.my-md-19{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-md-20{margin-top:3.563rem !important;margin-bottom:3.563rem !important;}.my-md-21{margin-top:0.688rem !important;margin-bottom:0.688rem !important;}.my-md-22{margin-top:7rem !important;margin-bottom:7rem !important;}.my-md-23{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-md-24{margin-top:0.875rem !important;margin-bottom:0.875rem !important;}.my-md-25{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-md-0{margin-top:0 !important;}.mt-md-1{margin-top:0.25rem !important;}.mt-md-2{margin-top:0.375rem !important;}.mt-md-3{margin-top:0.5rem !important;}.mt-md-4{margin-top:1rem !important;}.mt-md-5{margin-top:1.125rem !important;}.mt-md-6{margin-top:1.25rem !important;}.mt-md-7{margin-top:1.375rem !important;}.mt-md-8{margin-top:1.5rem !important;}.mt-md-9{margin-top:1.625rem !important;}.mt-md-10{margin-top:1.688rem !important;}.mt-md-11{margin-top:1.75rem !important;}.mt-md-12{margin-top:1.875rem !important;}.mt-md-13{margin-top:2rem !important;}.mt-md-14{margin-top:2.25rem !important;}.mt-md-15{margin-top:2.5rem !important;}.mt-md-16{margin-top:2.625rem !important;}.mt-md-17{margin-top:2.875rem !important;}.mt-md-18{margin-top:3rem !important;}.mt-md-19{margin-top:3.125rem !important;}.mt-md-20{margin-top:3.563rem !important;}.mt-md-21{margin-top:0.688rem !important;}.mt-md-22{margin-top:7rem !important;}.mt-md-23{margin-top:0.75rem !important;}.mt-md-24{margin-top:0.875rem !important;}.mt-md-25{margin-top:0.625rem !important;}.mt-md-auto{margin-top:auto !important;}.me-md-0{margin-right:0 !important;}.me-md-1{margin-right:0.25rem !important;}.me-md-2{margin-right:0.375rem !important;}.me-md-3{margin-right:0.5rem !important;}.me-md-4{margin-right:1rem !important;}.me-md-5{margin-right:1.125rem !important;}.me-md-6{margin-right:1.25rem !important;}.me-md-7{margin-right:1.375rem !important;}.me-md-8{margin-right:1.5rem !important;}.me-md-9{margin-right:1.625rem !important;}.me-md-10{margin-right:1.688rem !important;}.me-md-11{margin-right:1.75rem !important;}.me-md-12{margin-right:1.875rem !important;}.me-md-13{margin-right:2rem !important;}.me-md-14{margin-right:2.25rem !important;}.me-md-15{margin-right:2.5rem !important;}.me-md-16{margin-right:2.625rem !important;}.me-md-17{margin-right:2.875rem !important;}.me-md-18{margin-right:3rem !important;}.me-md-19{margin-right:3.125rem !important;}.me-md-20{margin-right:3.563rem !important;}.me-md-21{margin-right:0.688rem !important;}.me-md-22{margin-right:7rem !important;}.me-md-23{margin-right:0.75rem !important;}.me-md-24{margin-right:0.875rem !important;}.me-md-25{margin-right:0.625rem !important;}.me-md-auto{margin-right:auto !important;}.mb-md-0{margin-bottom:0 !important;}.mb-md-1{margin-bottom:0.25rem !important;}.mb-md-2{margin-bottom:0.375rem !important;}.mb-md-3{margin-bottom:0.5rem !important;}.mb-md-4{margin-bottom:1rem !important;}.mb-md-5{margin-bottom:1.125rem !important;}.mb-md-6{margin-bottom:1.25rem !important;}.mb-md-7{margin-bottom:1.375rem !important;}.mb-md-8{margin-bottom:1.5rem !important;}.mb-md-9{margin-bottom:1.625rem !important;}.mb-md-10{margin-bottom:1.688rem !important;}.mb-md-11{margin-bottom:1.75rem !important;}.mb-md-12{margin-bottom:1.875rem !important;}.mb-md-13{margin-bottom:2rem !important;}.mb-md-14{margin-bottom:2.25rem !important;}.mb-md-15{margin-bottom:2.5rem !important;}.mb-md-16{margin-bottom:2.625rem !important;}.mb-md-17{margin-bottom:2.875rem !important;}.mb-md-18{margin-bottom:3rem !important;}.mb-md-19{margin-bottom:3.125rem !important;}.mb-md-20{margin-bottom:3.563rem !important;}.mb-md-21{margin-bottom:0.688rem !important;}.mb-md-22{margin-bottom:7rem !important;}.mb-md-23{margin-bottom:0.75rem !important;}.mb-md-24{margin-bottom:0.875rem !important;}.mb-md-25{margin-bottom:0.625rem !important;}.mb-md-auto{margin-bottom:auto !important;}.ms-md-0{margin-left:0 !important;}.ms-md-1{margin-left:0.25rem !important;}.ms-md-2{margin-left:0.375rem !important;}.ms-md-3{margin-left:0.5rem !important;}.ms-md-4{margin-left:1rem !important;}.ms-md-5{margin-left:1.125rem !important;}.ms-md-6{margin-left:1.25rem !important;}.ms-md-7{margin-left:1.375rem !important;}.ms-md-8{margin-left:1.5rem !important;}.ms-md-9{margin-left:1.625rem !important;}.ms-md-10{margin-left:1.688rem !important;}.ms-md-11{margin-left:1.75rem !important;}.ms-md-12{margin-left:1.875rem !important;}.ms-md-13{margin-left:2rem !important;}.ms-md-14{margin-left:2.25rem !important;}.ms-md-15{margin-left:2.5rem !important;}.ms-md-16{margin-left:2.625rem !important;}.ms-md-17{margin-left:2.875rem !important;}.ms-md-18{margin-left:3rem !important;}.ms-md-19{margin-left:3.125rem !important;}.ms-md-20{margin-left:3.563rem !important;}.ms-md-21{margin-left:0.688rem !important;}.ms-md-22{margin-left:7rem !important;}.ms-md-23{margin-left:0.75rem !important;}.ms-md-24{margin-left:0.875rem !important;}.ms-md-25{margin-left:0.625rem !important;}.ms-md-auto{margin-left:auto !important;}.p-md-0{padding:0 !important;}.p-md-1{padding:0.25rem !important;}.p-md-2{padding:0.375rem !important;}.p-md-3{padding:0.5rem !important;}.p-md-4{padding:1rem !important;}.p-md-5{padding:1.125rem !important;}.p-md-6{padding:1.25rem !important;}.p-md-7{padding:1.375rem !important;}.p-md-8{padding:1.5rem !important;}.p-md-9{padding:1.625rem !important;}.p-md-10{padding:1.688rem !important;}.p-md-11{padding:1.75rem !important;}.p-md-12{padding:1.875rem !important;}.p-md-13{padding:2rem !important;}.p-md-14{padding:2.25rem !important;}.p-md-15{padding:2.5rem !important;}.p-md-16{padding:2.625rem !important;}.p-md-17{padding:2.875rem !important;}.p-md-18{padding:3rem !important;}.p-md-19{padding:3.125rem !important;}.p-md-20{padding:3.563rem !important;}.p-md-21{padding:0.688rem !important;}.p-md-22{padding:7rem !important;}.p-md-23{padding:0.75rem !important;}.p-md-24{padding:0.875rem !important;}.p-md-25{padding:0.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.375rem !important;padding-left:0.375rem !important;}.px-md-3{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-md-4{padding-right:1rem !important;padding-left:1rem !important;}.px-md-5{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-md-6{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-md-7{padding-right:1.375rem !important;padding-left:1.375rem !important;}.px-md-8{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-md-9{padding-right:1.625rem !important;padding-left:1.625rem !important;}.px-md-10{padding-right:1.688rem !important;padding-left:1.688rem !important;}.px-md-11{padding-right:1.75rem !important;padding-left:1.75rem !important;}.px-md-12{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-md-13{padding-right:2rem !important;padding-left:2rem !important;}.px-md-14{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-md-15{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-md-16{padding-right:2.625rem !important;padding-left:2.625rem !important;}.px-md-17{padding-right:2.875rem !important;padding-left:2.875rem !important;}.px-md-18{padding-right:3rem !important;padding-left:3rem !important;}.px-md-19{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-md-20{padding-right:3.563rem !important;padding-left:3.563rem !important;}.px-md-21{padding-right:0.688rem !important;padding-left:0.688rem !important;}.px-md-22{padding-right:7rem !important;padding-left:7rem !important;}.px-md-23{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-md-24{padding-right:0.875rem !important;padding-left:0.875rem !important;}.px-md-25{padding-right:0.625rem !important;padding-left:0.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.375rem !important;padding-bottom:0.375rem !important;}.py-md-3{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-md-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-md-5{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-md-6{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-md-7{padding-top:1.375rem !important;padding-bottom:1.375rem !important;}.py-md-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-md-9{padding-top:1.625rem !important;padding-bottom:1.625rem !important;}.py-md-10{padding-top:1.688rem !important;padding-bottom:1.688rem !important;}.py-md-11{padding-top:1.75rem !important;padding-bottom:1.75rem !important;}.py-md-12{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-md-13{padding-top:2rem !important;padding-bottom:2rem !important;}.py-md-14{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-md-15{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-md-16{padding-top:2.625rem !important;padding-bottom:2.625rem !important;}.py-md-17{padding-top:2.875rem !important;padding-bottom:2.875rem !important;}.py-md-18{padding-top:3rem !important;padding-bottom:3rem !important;}.py-md-19{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-md-20{padding-top:3.563rem !important;padding-bottom:3.563rem !important;}.py-md-21{padding-top:0.688rem !important;padding-bottom:0.688rem !important;}.py-md-22{padding-top:7rem !important;padding-bottom:7rem !important;}.py-md-23{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-md-24{padding-top:0.875rem !important;padding-bottom:0.875rem !important;}.py-md-25{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.pt-md-0{padding-top:0 !important;}.pt-md-1{padding-top:0.25rem !important;}.pt-md-2{padding-top:0.375rem !important;}.pt-md-3{padding-top:0.5rem !important;}.pt-md-4{padding-top:1rem !important;}.pt-md-5{padding-top:1.125rem !important;}.pt-md-6{padding-top:1.25rem !important;}.pt-md-7{padding-top:1.375rem !important;}.pt-md-8{padding-top:1.5rem !important;}.pt-md-9{padding-top:1.625rem !important;}.pt-md-10{padding-top:1.688rem !important;}.pt-md-11{padding-top:1.75rem !important;}.pt-md-12{padding-top:1.875rem !important;}.pt-md-13{padding-top:2rem !important;}.pt-md-14{padding-top:2.25rem !important;}.pt-md-15{padding-top:2.5rem !important;}.pt-md-16{padding-top:2.625rem !important;}.pt-md-17{padding-top:2.875rem !important;}.pt-md-18{padding-top:3rem !important;}.pt-md-19{padding-top:3.125rem !important;}.pt-md-20{padding-top:3.563rem !important;}.pt-md-21{padding-top:0.688rem !important;}.pt-md-22{padding-top:7rem !important;}.pt-md-23{padding-top:0.75rem !important;}.pt-md-24{padding-top:0.875rem !important;}.pt-md-25{padding-top:0.625rem !important;}.pe-md-0{padding-right:0 !important;}.pe-md-1{padding-right:0.25rem !important;}.pe-md-2{padding-right:0.375rem !important;}.pe-md-3{padding-right:0.5rem !important;}.pe-md-4{padding-right:1rem !important;}.pe-md-5{padding-right:1.125rem !important;}.pe-md-6{padding-right:1.25rem !important;}.pe-md-7{padding-right:1.375rem !important;}.pe-md-8{padding-right:1.5rem !important;}.pe-md-9{padding-right:1.625rem !important;}.pe-md-10{padding-right:1.688rem !important;}.pe-md-11{padding-right:1.75rem !important;}.pe-md-12{padding-right:1.875rem !important;}.pe-md-13{padding-right:2rem !important;}.pe-md-14{padding-right:2.25rem !important;}.pe-md-15{padding-right:2.5rem !important;}.pe-md-16{padding-right:2.625rem !important;}.pe-md-17{padding-right:2.875rem !important;}.pe-md-18{padding-right:3rem !important;}.pe-md-19{padding-right:3.125rem !important;}.pe-md-20{padding-right:3.563rem !important;}.pe-md-21{padding-right:0.688rem !important;}.pe-md-22{padding-right:7rem !important;}.pe-md-23{padding-right:0.75rem !important;}.pe-md-24{padding-right:0.875rem !important;}.pe-md-25{padding-right:0.625rem !important;}.pb-md-0{padding-bottom:0 !important;}.pb-md-1{padding-bottom:0.25rem !important;}.pb-md-2{padding-bottom:0.375rem !important;}.pb-md-3{padding-bottom:0.5rem !important;}.pb-md-4{padding-bottom:1rem !important;}.pb-md-5{padding-bottom:1.125rem !important;}.pb-md-6{padding-bottom:1.25rem !important;}.pb-md-7{padding-bottom:1.375rem !important;}.pb-md-8{padding-bottom:1.5rem !important;}.pb-md-9{padding-bottom:1.625rem !important;}.pb-md-10{padding-bottom:1.688rem !important;}.pb-md-11{padding-bottom:1.75rem !important;}.pb-md-12{padding-bottom:1.875rem !important;}.pb-md-13{padding-bottom:2rem !important;}.pb-md-14{padding-bottom:2.25rem !important;}.pb-md-15{padding-bottom:2.5rem !important;}.pb-md-16{padding-bottom:2.625rem !important;}.pb-md-17{padding-bottom:2.875rem !important;}.pb-md-18{padding-bottom:3rem !important;}.pb-md-19{padding-bottom:3.125rem !important;}.pb-md-20{padding-bottom:3.563rem !important;}.pb-md-21{padding-bottom:0.688rem !important;}.pb-md-22{padding-bottom:7rem !important;}.pb-md-23{padding-bottom:0.75rem !important;}.pb-md-24{padding-bottom:0.875rem !important;}.pb-md-25{padding-bottom:0.625rem !important;}.ps-md-0{padding-left:0 !important;}.ps-md-1{padding-left:0.25rem !important;}.ps-md-2{padding-left:0.375rem !important;}.ps-md-3{padding-left:0.5rem !important;}.ps-md-4{padding-left:1rem !important;}.ps-md-5{padding-left:1.125rem !important;}.ps-md-6{padding-left:1.25rem !important;}.ps-md-7{padding-left:1.375rem !important;}.ps-md-8{padding-left:1.5rem !important;}.ps-md-9{padding-left:1.625rem !important;}.ps-md-10{padding-left:1.688rem !important;}.ps-md-11{padding-left:1.75rem !important;}.ps-md-12{padding-left:1.875rem !important;}.ps-md-13{padding-left:2rem !important;}.ps-md-14{padding-left:2.25rem !important;}.ps-md-15{padding-left:2.5rem !important;}.ps-md-16{padding-left:2.625rem !important;}.ps-md-17{padding-left:2.875rem !important;}.ps-md-18{padding-left:3rem !important;}.ps-md-19{padding-left:3.125rem !important;}.ps-md-20{padding-left:3.563rem !important;}.ps-md-21{padding-left:0.688rem !important;}.ps-md-22{padding-left:7rem !important;}.ps-md-23{padding-left:0.75rem !important;}.ps-md-24{padding-left:0.875rem !important;}.ps-md-25{padding-left:0.625rem !important;}}@media (min-width:992px){.d-lg-inline{display:inline !important;}.d-lg-inline-block{display:inline-block !important;}.d-lg-block{display:block !important;}.d-lg-grid{display:grid !important;}.d-lg-inline-grid{display:inline-grid !important;}.d-lg-table{display:table !important;}.d-lg-table-row{display:table-row !important;}.d-lg-table-cell{display:table-cell !important;}.d-lg-flex{display:flex !important;}.d-lg-inline-flex{display:inline-flex !important;}.d-lg-none{display:none !important;}.flex-lg-fill{flex:1 1 auto !important;}.flex-lg-row{flex-direction:row !important;}.flex-lg-column{flex-direction:column !important;}.flex-lg-row-reverse{flex-direction:row-reverse !important;}.flex-lg-column-reverse{flex-direction:column-reverse !important;}.flex-lg-grow-0{flex-grow:0 !important;}.flex-lg-grow-1{flex-grow:1 !important;}.flex-lg-shrink-0{flex-shrink:0 !important;}.flex-lg-shrink-1{flex-shrink:1 !important;}.flex-lg-wrap{flex-wrap:wrap !important;}.flex-lg-nowrap{flex-wrap:nowrap !important;}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-lg-start{justify-content:flex-start !important;}.justify-content-lg-end{justify-content:flex-end !important;}.justify-content-lg-center{justify-content:center !important;}.justify-content-lg-between{justify-content:space-between !important;}.justify-content-lg-around{justify-content:space-around !important;}.justify-content-lg-evenly{justify-content:space-evenly !important;}.align-items-lg-start{align-items:flex-start !important;}.align-items-lg-end{align-items:flex-end !important;}.align-items-lg-center{align-items:center !important;}.align-items-lg-baseline{align-items:baseline !important;}.align-items-lg-stretch{align-items:stretch !important;}.align-content-lg-start{align-content:flex-start !important;}.align-content-lg-end{align-content:flex-end !important;}.align-content-lg-center{align-content:center !important;}.align-content-lg-between{align-content:space-between !important;}.align-content-lg-around{align-content:space-around !important;}.align-content-lg-stretch{align-content:stretch !important;}.align-self-lg-auto{align-self:auto !important;}.align-self-lg-start{align-self:flex-start !important;}.align-self-lg-end{align-self:flex-end !important;}.align-self-lg-center{align-self:center !important;}.align-self-lg-baseline{align-self:baseline !important;}.align-self-lg-stretch{align-self:stretch !important;}.order-lg-first{order:-1 !important;}.order-lg-0{order:0 !important;}.order-lg-1{order:1 !important;}.order-lg-2{order:2 !important;}.order-lg-3{order:3 !important;}.order-lg-4{order:4 !important;}.order-lg-5{order:5 !important;}.order-lg-last{order:6 !important;}.m-lg-0{margin:0 !important;}.m-lg-1{margin:0.25rem !important;}.m-lg-2{margin:0.375rem !important;}.m-lg-3{margin:0.5rem !important;}.m-lg-4{margin:1rem !important;}.m-lg-5{margin:1.125rem !important;}.m-lg-6{margin:1.25rem !important;}.m-lg-7{margin:1.375rem !important;}.m-lg-8{margin:1.5rem !important;}.m-lg-9{margin:1.625rem !important;}.m-lg-10{margin:1.688rem !important;}.m-lg-11{margin:1.75rem !important;}.m-lg-12{margin:1.875rem !important;}.m-lg-13{margin:2rem !important;}.m-lg-14{margin:2.25rem !important;}.m-lg-15{margin:2.5rem !important;}.m-lg-16{margin:2.625rem !important;}.m-lg-17{margin:2.875rem !important;}.m-lg-18{margin:3rem !important;}.m-lg-19{margin:3.125rem !important;}.m-lg-20{margin:3.563rem !important;}.m-lg-21{margin:0.688rem !important;}.m-lg-22{margin:7rem !important;}.m-lg-23{margin:0.75rem !important;}.m-lg-24{margin:0.875rem !important;}.m-lg-25{margin:0.625rem !important;}.m-lg-auto{margin:auto !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.375rem !important;margin-left:0.375rem !important;}.mx-lg-3{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-lg-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-lg-5{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-lg-6{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-lg-7{margin-right:1.375rem !important;margin-left:1.375rem !important;}.mx-lg-8{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-lg-9{margin-right:1.625rem !important;margin-left:1.625rem !important;}.mx-lg-10{margin-right:1.688rem !important;margin-left:1.688rem !important;}.mx-lg-11{margin-right:1.75rem !important;margin-left:1.75rem !important;}.mx-lg-12{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-lg-13{margin-right:2rem !important;margin-left:2rem !important;}.mx-lg-14{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-lg-15{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-lg-16{margin-right:2.625rem !important;margin-left:2.625rem !important;}.mx-lg-17{margin-right:2.875rem !important;margin-left:2.875rem !important;}.mx-lg-18{margin-right:3rem !important;margin-left:3rem !important;}.mx-lg-19{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-lg-20{margin-right:3.563rem !important;margin-left:3.563rem !important;}.mx-lg-21{margin-right:0.688rem !important;margin-left:0.688rem !important;}.mx-lg-22{margin-right:7rem !important;margin-left:7rem !important;}.mx-lg-23{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-lg-24{margin-right:0.875rem !important;margin-left:0.875rem !important;}.mx-lg-25{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important;}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important;}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-lg-2{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-lg-3{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-lg-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-lg-5{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-lg-6{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-lg-7{margin-top:1.375rem !important;margin-bottom:1.375rem !important;}.my-lg-8{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-lg-9{margin-top:1.625rem !important;margin-bottom:1.625rem !important;}.my-lg-10{margin-top:1.688rem !important;margin-bottom:1.688rem !important;}.my-lg-11{margin-top:1.75rem !important;margin-bottom:1.75rem !important;}.my-lg-12{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-lg-13{margin-top:2rem !important;margin-bottom:2rem !important;}.my-lg-14{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-lg-15{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-lg-16{margin-top:2.625rem !important;margin-bottom:2.625rem !important;}.my-lg-17{margin-top:2.875rem !important;margin-bottom:2.875rem !important;}.my-lg-18{margin-top:3rem !important;margin-bottom:3rem !important;}.my-lg-19{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-lg-20{margin-top:3.563rem !important;margin-bottom:3.563rem !important;}.my-lg-21{margin-top:0.688rem !important;margin-bottom:0.688rem !important;}.my-lg-22{margin-top:7rem !important;margin-bottom:7rem !important;}.my-lg-23{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-lg-24{margin-top:0.875rem !important;margin-bottom:0.875rem !important;}.my-lg-25{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-lg-0{margin-top:0 !important;}.mt-lg-1{margin-top:0.25rem !important;}.mt-lg-2{margin-top:0.375rem !important;}.mt-lg-3{margin-top:0.5rem !important;}.mt-lg-4{margin-top:1rem !important;}.mt-lg-5{margin-top:1.125rem !important;}.mt-lg-6{margin-top:1.25rem !important;}.mt-lg-7{margin-top:1.375rem !important;}.mt-lg-8{margin-top:1.5rem !important;}.mt-lg-9{margin-top:1.625rem !important;}.mt-lg-10{margin-top:1.688rem !important;}.mt-lg-11{margin-top:1.75rem !important;}.mt-lg-12{margin-top:1.875rem !important;}.mt-lg-13{margin-top:2rem !important;}.mt-lg-14{margin-top:2.25rem !important;}.mt-lg-15{margin-top:2.5rem !important;}.mt-lg-16{margin-top:2.625rem !important;}.mt-lg-17{margin-top:2.875rem !important;}.mt-lg-18{margin-top:3rem !important;}.mt-lg-19{margin-top:3.125rem !important;}.mt-lg-20{margin-top:3.563rem !important;}.mt-lg-21{margin-top:0.688rem !important;}.mt-lg-22{margin-top:7rem !important;}.mt-lg-23{margin-top:0.75rem !important;}.mt-lg-24{margin-top:0.875rem !important;}.mt-lg-25{margin-top:0.625rem !important;}.mt-lg-auto{margin-top:auto !important;}.me-lg-0{margin-right:0 !important;}.me-lg-1{margin-right:0.25rem !important;}.me-lg-2{margin-right:0.375rem !important;}.me-lg-3{margin-right:0.5rem !important;}.me-lg-4{margin-right:1rem !important;}.me-lg-5{margin-right:1.125rem !important;}.me-lg-6{margin-right:1.25rem !important;}.me-lg-7{margin-right:1.375rem !important;}.me-lg-8{margin-right:1.5rem !important;}.me-lg-9{margin-right:1.625rem !important;}.me-lg-10{margin-right:1.688rem !important;}.me-lg-11{margin-right:1.75rem !important;}.me-lg-12{margin-right:1.875rem !important;}.me-lg-13{margin-right:2rem !important;}.me-lg-14{margin-right:2.25rem !important;}.me-lg-15{margin-right:2.5rem !important;}.me-lg-16{margin-right:2.625rem !important;}.me-lg-17{margin-right:2.875rem !important;}.me-lg-18{margin-right:3rem !important;}.me-lg-19{margin-right:3.125rem !important;}.me-lg-20{margin-right:3.563rem !important;}.me-lg-21{margin-right:0.688rem !important;}.me-lg-22{margin-right:7rem !important;}.me-lg-23{margin-right:0.75rem !important;}.me-lg-24{margin-right:0.875rem !important;}.me-lg-25{margin-right:0.625rem !important;}.me-lg-auto{margin-right:auto !important;}.mb-lg-0{margin-bottom:0 !important;}.mb-lg-1{margin-bottom:0.25rem !important;}.mb-lg-2{margin-bottom:0.375rem !important;}.mb-lg-3{margin-bottom:0.5rem !important;}.mb-lg-4{margin-bottom:1rem !important;}.mb-lg-5{margin-bottom:1.125rem !important;}.mb-lg-6{margin-bottom:1.25rem !important;}.mb-lg-7{margin-bottom:1.375rem !important;}.mb-lg-8{margin-bottom:1.5rem !important;}.mb-lg-9{margin-bottom:1.625rem !important;}.mb-lg-10{margin-bottom:1.688rem !important;}.mb-lg-11{margin-bottom:1.75rem !important;}.mb-lg-12{margin-bottom:1.875rem !important;}.mb-lg-13{margin-bottom:2rem !important;}.mb-lg-14{margin-bottom:2.25rem !important;}.mb-lg-15{margin-bottom:2.5rem !important;}.mb-lg-16{margin-bottom:2.625rem !important;}.mb-lg-17{margin-bottom:2.875rem !important;}.mb-lg-18{margin-bottom:3rem !important;}.mb-lg-19{margin-bottom:3.125rem !important;}.mb-lg-20{margin-bottom:3.563rem !important;}.mb-lg-21{margin-bottom:0.688rem !important;}.mb-lg-22{margin-bottom:7rem !important;}.mb-lg-23{margin-bottom:0.75rem !important;}.mb-lg-24{margin-bottom:0.875rem !important;}.mb-lg-25{margin-bottom:0.625rem !important;}.mb-lg-auto{margin-bottom:auto !important;}.ms-lg-0{margin-left:0 !important;}.ms-lg-1{margin-left:0.25rem !important;}.ms-lg-2{margin-left:0.375rem !important;}.ms-lg-3{margin-left:0.5rem !important;}.ms-lg-4{margin-left:1rem !important;}.ms-lg-5{margin-left:1.125rem !important;}.ms-lg-6{margin-left:1.25rem !important;}.ms-lg-7{margin-left:1.375rem !important;}.ms-lg-8{margin-left:1.5rem !important;}.ms-lg-9{margin-left:1.625rem !important;}.ms-lg-10{margin-left:1.688rem !important;}.ms-lg-11{margin-left:1.75rem !important;}.ms-lg-12{margin-left:1.875rem !important;}.ms-lg-13{margin-left:2rem !important;}.ms-lg-14{margin-left:2.25rem !important;}.ms-lg-15{margin-left:2.5rem !important;}.ms-lg-16{margin-left:2.625rem !important;}.ms-lg-17{margin-left:2.875rem !important;}.ms-lg-18{margin-left:3rem !important;}.ms-lg-19{margin-left:3.125rem !important;}.ms-lg-20{margin-left:3.563rem !important;}.ms-lg-21{margin-left:0.688rem !important;}.ms-lg-22{margin-left:7rem !important;}.ms-lg-23{margin-left:0.75rem !important;}.ms-lg-24{margin-left:0.875rem !important;}.ms-lg-25{margin-left:0.625rem !important;}.ms-lg-auto{margin-left:auto !important;}.p-lg-0{padding:0 !important;}.p-lg-1{padding:0.25rem !important;}.p-lg-2{padding:0.375rem !important;}.p-lg-3{padding:0.5rem !important;}.p-lg-4{padding:1rem !important;}.p-lg-5{padding:1.125rem !important;}.p-lg-6{padding:1.25rem !important;}.p-lg-7{padding:1.375rem !important;}.p-lg-8{padding:1.5rem !important;}.p-lg-9{padding:1.625rem !important;}.p-lg-10{padding:1.688rem !important;}.p-lg-11{padding:1.75rem !important;}.p-lg-12{padding:1.875rem !important;}.p-lg-13{padding:2rem !important;}.p-lg-14{padding:2.25rem !important;}.p-lg-15{padding:2.5rem !important;}.p-lg-16{padding:2.625rem !important;}.p-lg-17{padding:2.875rem !important;}.p-lg-18{padding:3rem !important;}.p-lg-19{padding:3.125rem !important;}.p-lg-20{padding:3.563rem !important;}.p-lg-21{padding:0.688rem !important;}.p-lg-22{padding:7rem !important;}.p-lg-23{padding:0.75rem !important;}.p-lg-24{padding:0.875rem !important;}.p-lg-25{padding:0.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.375rem !important;padding-left:0.375rem !important;}.px-lg-3{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-lg-4{padding-right:1rem !important;padding-left:1rem !important;}.px-lg-5{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-lg-6{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-lg-7{padding-right:1.375rem !important;padding-left:1.375rem !important;}.px-lg-8{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-lg-9{padding-right:1.625rem !important;padding-left:1.625rem !important;}.px-lg-10{padding-right:1.688rem !important;padding-left:1.688rem !important;}.px-lg-11{padding-right:1.75rem !important;padding-left:1.75rem !important;}.px-lg-12{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-lg-13{padding-right:2rem !important;padding-left:2rem !important;}.px-lg-14{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-lg-15{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-lg-16{padding-right:2.625rem !important;padding-left:2.625rem !important;}.px-lg-17{padding-right:2.875rem !important;padding-left:2.875rem !important;}.px-lg-18{padding-right:3rem !important;padding-left:3rem !important;}.px-lg-19{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-lg-20{padding-right:3.563rem !important;padding-left:3.563rem !important;}.px-lg-21{padding-right:0.688rem !important;padding-left:0.688rem !important;}.px-lg-22{padding-right:7rem !important;padding-left:7rem !important;}.px-lg-23{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-lg-24{padding-right:0.875rem !important;padding-left:0.875rem !important;}.px-lg-25{padding-right:0.625rem !important;padding-left:0.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.375rem !important;padding-bottom:0.375rem !important;}.py-lg-3{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-lg-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-lg-5{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-lg-6{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-lg-7{padding-top:1.375rem !important;padding-bottom:1.375rem !important;}.py-lg-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-lg-9{padding-top:1.625rem !important;padding-bottom:1.625rem !important;}.py-lg-10{padding-top:1.688rem !important;padding-bottom:1.688rem !important;}.py-lg-11{padding-top:1.75rem !important;padding-bottom:1.75rem !important;}.py-lg-12{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-lg-13{padding-top:2rem !important;padding-bottom:2rem !important;}.py-lg-14{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-lg-15{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-lg-16{padding-top:2.625rem !important;padding-bottom:2.625rem !important;}.py-lg-17{padding-top:2.875rem !important;padding-bottom:2.875rem !important;}.py-lg-18{padding-top:3rem !important;padding-bottom:3rem !important;}.py-lg-19{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-lg-20{padding-top:3.563rem !important;padding-bottom:3.563rem !important;}.py-lg-21{padding-top:0.688rem !important;padding-bottom:0.688rem !important;}.py-lg-22{padding-top:7rem !important;padding-bottom:7rem !important;}.py-lg-23{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-lg-24{padding-top:0.875rem !important;padding-bottom:0.875rem !important;}.py-lg-25{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.pt-lg-0{padding-top:0 !important;}.pt-lg-1{padding-top:0.25rem !important;}.pt-lg-2{padding-top:0.375rem !important;}.pt-lg-3{padding-top:0.5rem !important;}.pt-lg-4{padding-top:1rem !important;}.pt-lg-5{padding-top:1.125rem !important;}.pt-lg-6{padding-top:1.25rem !important;}.pt-lg-7{padding-top:1.375rem !important;}.pt-lg-8{padding-top:1.5rem !important;}.pt-lg-9{padding-top:1.625rem !important;}.pt-lg-10{padding-top:1.688rem !important;}.pt-lg-11{padding-top:1.75rem !important;}.pt-lg-12{padding-top:1.875rem !important;}.pt-lg-13{padding-top:2rem !important;}.pt-lg-14{padding-top:2.25rem !important;}.pt-lg-15{padding-top:2.5rem !important;}.pt-lg-16{padding-top:2.625rem !important;}.pt-lg-17{padding-top:2.875rem !important;}.pt-lg-18{padding-top:3rem !important;}.pt-lg-19{padding-top:3.125rem !important;}.pt-lg-20{padding-top:3.563rem !important;}.pt-lg-21{padding-top:0.688rem !important;}.pt-lg-22{padding-top:7rem !important;}.pt-lg-23{padding-top:0.75rem !important;}.pt-lg-24{padding-top:0.875rem !important;}.pt-lg-25{padding-top:0.625rem !important;}.pe-lg-0{padding-right:0 !important;}.pe-lg-1{padding-right:0.25rem !important;}.pe-lg-2{padding-right:0.375rem !important;}.pe-lg-3{padding-right:0.5rem !important;}.pe-lg-4{padding-right:1rem !important;}.pe-lg-5{padding-right:1.125rem !important;}.pe-lg-6{padding-right:1.25rem !important;}.pe-lg-7{padding-right:1.375rem !important;}.pe-lg-8{padding-right:1.5rem !important;}.pe-lg-9{padding-right:1.625rem !important;}.pe-lg-10{padding-right:1.688rem !important;}.pe-lg-11{padding-right:1.75rem !important;}.pe-lg-12{padding-right:1.875rem !important;}.pe-lg-13{padding-right:2rem !important;}.pe-lg-14{padding-right:2.25rem !important;}.pe-lg-15{padding-right:2.5rem !important;}.pe-lg-16{padding-right:2.625rem !important;}.pe-lg-17{padding-right:2.875rem !important;}.pe-lg-18{padding-right:3rem !important;}.pe-lg-19{padding-right:3.125rem !important;}.pe-lg-20{padding-right:3.563rem !important;}.pe-lg-21{padding-right:0.688rem !important;}.pe-lg-22{padding-right:7rem !important;}.pe-lg-23{padding-right:0.75rem !important;}.pe-lg-24{padding-right:0.875rem !important;}.pe-lg-25{padding-right:0.625rem !important;}.pb-lg-0{padding-bottom:0 !important;}.pb-lg-1{padding-bottom:0.25rem !important;}.pb-lg-2{padding-bottom:0.375rem !important;}.pb-lg-3{padding-bottom:0.5rem !important;}.pb-lg-4{padding-bottom:1rem !important;}.pb-lg-5{padding-bottom:1.125rem !important;}.pb-lg-6{padding-bottom:1.25rem !important;}.pb-lg-7{padding-bottom:1.375rem !important;}.pb-lg-8{padding-bottom:1.5rem !important;}.pb-lg-9{padding-bottom:1.625rem !important;}.pb-lg-10{padding-bottom:1.688rem !important;}.pb-lg-11{padding-bottom:1.75rem !important;}.pb-lg-12{padding-bottom:1.875rem !important;}.pb-lg-13{padding-bottom:2rem !important;}.pb-lg-14{padding-bottom:2.25rem !important;}.pb-lg-15{padding-bottom:2.5rem !important;}.pb-lg-16{padding-bottom:2.625rem !important;}.pb-lg-17{padding-bottom:2.875rem !important;}.pb-lg-18{padding-bottom:3rem !important;}.pb-lg-19{padding-bottom:3.125rem !important;}.pb-lg-20{padding-bottom:3.563rem !important;}.pb-lg-21{padding-bottom:0.688rem !important;}.pb-lg-22{padding-bottom:7rem !important;}.pb-lg-23{padding-bottom:0.75rem !important;}.pb-lg-24{padding-bottom:0.875rem !important;}.pb-lg-25{padding-bottom:0.625rem !important;}.ps-lg-0{padding-left:0 !important;}.ps-lg-1{padding-left:0.25rem !important;}.ps-lg-2{padding-left:0.375rem !important;}.ps-lg-3{padding-left:0.5rem !important;}.ps-lg-4{padding-left:1rem !important;}.ps-lg-5{padding-left:1.125rem !important;}.ps-lg-6{padding-left:1.25rem !important;}.ps-lg-7{padding-left:1.375rem !important;}.ps-lg-8{padding-left:1.5rem !important;}.ps-lg-9{padding-left:1.625rem !important;}.ps-lg-10{padding-left:1.688rem !important;}.ps-lg-11{padding-left:1.75rem !important;}.ps-lg-12{padding-left:1.875rem !important;}.ps-lg-13{padding-left:2rem !important;}.ps-lg-14{padding-left:2.25rem !important;}.ps-lg-15{padding-left:2.5rem !important;}.ps-lg-16{padding-left:2.625rem !important;}.ps-lg-17{padding-left:2.875rem !important;}.ps-lg-18{padding-left:3rem !important;}.ps-lg-19{padding-left:3.125rem !important;}.ps-lg-20{padding-left:3.563rem !important;}.ps-lg-21{padding-left:0.688rem !important;}.ps-lg-22{padding-left:7rem !important;}.ps-lg-23{padding-left:0.75rem !important;}.ps-lg-24{padding-left:0.875rem !important;}.ps-lg-25{padding-left:0.625rem !important;}}@media (min-width:1200px){.d-xl-inline{display:inline !important;}.d-xl-inline-block{display:inline-block !important;}.d-xl-block{display:block !important;}.d-xl-grid{display:grid !important;}.d-xl-inline-grid{display:inline-grid !important;}.d-xl-table{display:table !important;}.d-xl-table-row{display:table-row !important;}.d-xl-table-cell{display:table-cell !important;}.d-xl-flex{display:flex !important;}.d-xl-inline-flex{display:inline-flex !important;}.d-xl-none{display:none !important;}.flex-xl-fill{flex:1 1 auto !important;}.flex-xl-row{flex-direction:row !important;}.flex-xl-column{flex-direction:column !important;}.flex-xl-row-reverse{flex-direction:row-reverse !important;}.flex-xl-column-reverse{flex-direction:column-reverse !important;}.flex-xl-grow-0{flex-grow:0 !important;}.flex-xl-grow-1{flex-grow:1 !important;}.flex-xl-shrink-0{flex-shrink:0 !important;}.flex-xl-shrink-1{flex-shrink:1 !important;}.flex-xl-wrap{flex-wrap:wrap !important;}.flex-xl-nowrap{flex-wrap:nowrap !important;}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-xl-start{justify-content:flex-start !important;}.justify-content-xl-end{justify-content:flex-end !important;}.justify-content-xl-center{justify-content:center !important;}.justify-content-xl-between{justify-content:space-between !important;}.justify-content-xl-around{justify-content:space-around !important;}.justify-content-xl-evenly{justify-content:space-evenly !important;}.align-items-xl-start{align-items:flex-start !important;}.align-items-xl-end{align-items:flex-end !important;}.align-items-xl-center{align-items:center !important;}.align-items-xl-baseline{align-items:baseline !important;}.align-items-xl-stretch{align-items:stretch !important;}.align-content-xl-start{align-content:flex-start !important;}.align-content-xl-end{align-content:flex-end !important;}.align-content-xl-center{align-content:center !important;}.align-content-xl-between{align-content:space-between !important;}.align-content-xl-around{align-content:space-around !important;}.align-content-xl-stretch{align-content:stretch !important;}.align-self-xl-auto{align-self:auto !important;}.align-self-xl-start{align-self:flex-start !important;}.align-self-xl-end{align-self:flex-end !important;}.align-self-xl-center{align-self:center !important;}.align-self-xl-baseline{align-self:baseline !important;}.align-self-xl-stretch{align-self:stretch !important;}.order-xl-first{order:-1 !important;}.order-xl-0{order:0 !important;}.order-xl-1{order:1 !important;}.order-xl-2{order:2 !important;}.order-xl-3{order:3 !important;}.order-xl-4{order:4 !important;}.order-xl-5{order:5 !important;}.order-xl-last{order:6 !important;}.m-xl-0{margin:0 !important;}.m-xl-1{margin:0.25rem !important;}.m-xl-2{margin:0.375rem !important;}.m-xl-3{margin:0.5rem !important;}.m-xl-4{margin:1rem !important;}.m-xl-5{margin:1.125rem !important;}.m-xl-6{margin:1.25rem !important;}.m-xl-7{margin:1.375rem !important;}.m-xl-8{margin:1.5rem !important;}.m-xl-9{margin:1.625rem !important;}.m-xl-10{margin:1.688rem !important;}.m-xl-11{margin:1.75rem !important;}.m-xl-12{margin:1.875rem !important;}.m-xl-13{margin:2rem !important;}.m-xl-14{margin:2.25rem !important;}.m-xl-15{margin:2.5rem !important;}.m-xl-16{margin:2.625rem !important;}.m-xl-17{margin:2.875rem !important;}.m-xl-18{margin:3rem !important;}.m-xl-19{margin:3.125rem !important;}.m-xl-20{margin:3.563rem !important;}.m-xl-21{margin:0.688rem !important;}.m-xl-22{margin:7rem !important;}.m-xl-23{margin:0.75rem !important;}.m-xl-24{margin:0.875rem !important;}.m-xl-25{margin:0.625rem !important;}.m-xl-auto{margin:auto !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.375rem !important;margin-left:0.375rem !important;}.mx-xl-3{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xl-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-xl-5{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-xl-6{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-xl-7{margin-right:1.375rem !important;margin-left:1.375rem !important;}.mx-xl-8{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-xl-9{margin-right:1.625rem !important;margin-left:1.625rem !important;}.mx-xl-10{margin-right:1.688rem !important;margin-left:1.688rem !important;}.mx-xl-11{margin-right:1.75rem !important;margin-left:1.75rem !important;}.mx-xl-12{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-xl-13{margin-right:2rem !important;margin-left:2rem !important;}.mx-xl-14{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-xl-15{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-xl-16{margin-right:2.625rem !important;margin-left:2.625rem !important;}.mx-xl-17{margin-right:2.875rem !important;margin-left:2.875rem !important;}.mx-xl-18{margin-right:3rem !important;margin-left:3rem !important;}.mx-xl-19{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-xl-20{margin-right:3.563rem !important;margin-left:3.563rem !important;}.mx-xl-21{margin-right:0.688rem !important;margin-left:0.688rem !important;}.mx-xl-22{margin-right:7rem !important;margin-left:7rem !important;}.mx-xl-23{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xl-24{margin-right:0.875rem !important;margin-left:0.875rem !important;}.mx-xl-25{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important;}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xl-2{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-xl-3{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xl-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xl-5{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-xl-6{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-xl-7{margin-top:1.375rem !important;margin-bottom:1.375rem !important;}.my-xl-8{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-xl-9{margin-top:1.625rem !important;margin-bottom:1.625rem !important;}.my-xl-10{margin-top:1.688rem !important;margin-bottom:1.688rem !important;}.my-xl-11{margin-top:1.75rem !important;margin-bottom:1.75rem !important;}.my-xl-12{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-xl-13{margin-top:2rem !important;margin-bottom:2rem !important;}.my-xl-14{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-xl-15{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-xl-16{margin-top:2.625rem !important;margin-bottom:2.625rem !important;}.my-xl-17{margin-top:2.875rem !important;margin-bottom:2.875rem !important;}.my-xl-18{margin-top:3rem !important;margin-bottom:3rem !important;}.my-xl-19{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-xl-20{margin-top:3.563rem !important;margin-bottom:3.563rem !important;}.my-xl-21{margin-top:0.688rem !important;margin-bottom:0.688rem !important;}.my-xl-22{margin-top:7rem !important;margin-bottom:7rem !important;}.my-xl-23{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xl-24{margin-top:0.875rem !important;margin-bottom:0.875rem !important;}.my-xl-25{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xl-0{margin-top:0 !important;}.mt-xl-1{margin-top:0.25rem !important;}.mt-xl-2{margin-top:0.375rem !important;}.mt-xl-3{margin-top:0.5rem !important;}.mt-xl-4{margin-top:1rem !important;}.mt-xl-5{margin-top:1.125rem !important;}.mt-xl-6{margin-top:1.25rem !important;}.mt-xl-7{margin-top:1.375rem !important;}.mt-xl-8{margin-top:1.5rem !important;}.mt-xl-9{margin-top:1.625rem !important;}.mt-xl-10{margin-top:1.688rem !important;}.mt-xl-11{margin-top:1.75rem !important;}.mt-xl-12{margin-top:1.875rem !important;}.mt-xl-13{margin-top:2rem !important;}.mt-xl-14{margin-top:2.25rem !important;}.mt-xl-15{margin-top:2.5rem !important;}.mt-xl-16{margin-top:2.625rem !important;}.mt-xl-17{margin-top:2.875rem !important;}.mt-xl-18{margin-top:3rem !important;}.mt-xl-19{margin-top:3.125rem !important;}.mt-xl-20{margin-top:3.563rem !important;}.mt-xl-21{margin-top:0.688rem !important;}.mt-xl-22{margin-top:7rem !important;}.mt-xl-23{margin-top:0.75rem !important;}.mt-xl-24{margin-top:0.875rem !important;}.mt-xl-25{margin-top:0.625rem !important;}.mt-xl-auto{margin-top:auto !important;}.me-xl-0{margin-right:0 !important;}.me-xl-1{margin-right:0.25rem !important;}.me-xl-2{margin-right:0.375rem !important;}.me-xl-3{margin-right:0.5rem !important;}.me-xl-4{margin-right:1rem !important;}.me-xl-5{margin-right:1.125rem !important;}.me-xl-6{margin-right:1.25rem !important;}.me-xl-7{margin-right:1.375rem !important;}.me-xl-8{margin-right:1.5rem !important;}.me-xl-9{margin-right:1.625rem !important;}.me-xl-10{margin-right:1.688rem !important;}.me-xl-11{margin-right:1.75rem !important;}.me-xl-12{margin-right:1.875rem !important;}.me-xl-13{margin-right:2rem !important;}.me-xl-14{margin-right:2.25rem !important;}.me-xl-15{margin-right:2.5rem !important;}.me-xl-16{margin-right:2.625rem !important;}.me-xl-17{margin-right:2.875rem !important;}.me-xl-18{margin-right:3rem !important;}.me-xl-19{margin-right:3.125rem !important;}.me-xl-20{margin-right:3.563rem !important;}.me-xl-21{margin-right:0.688rem !important;}.me-xl-22{margin-right:7rem !important;}.me-xl-23{margin-right:0.75rem !important;}.me-xl-24{margin-right:0.875rem !important;}.me-xl-25{margin-right:0.625rem !important;}.me-xl-auto{margin-right:auto !important;}.mb-xl-0{margin-bottom:0 !important;}.mb-xl-1{margin-bottom:0.25rem !important;}.mb-xl-2{margin-bottom:0.375rem !important;}.mb-xl-3{margin-bottom:0.5rem !important;}.mb-xl-4{margin-bottom:1rem !important;}.mb-xl-5{margin-bottom:1.125rem !important;}.mb-xl-6{margin-bottom:1.25rem !important;}.mb-xl-7{margin-bottom:1.375rem !important;}.mb-xl-8{margin-bottom:1.5rem !important;}.mb-xl-9{margin-bottom:1.625rem !important;}.mb-xl-10{margin-bottom:1.688rem !important;}.mb-xl-11{margin-bottom:1.75rem !important;}.mb-xl-12{margin-bottom:1.875rem !important;}.mb-xl-13{margin-bottom:2rem !important;}.mb-xl-14{margin-bottom:2.25rem !important;}.mb-xl-15{margin-bottom:2.5rem !important;}.mb-xl-16{margin-bottom:2.625rem !important;}.mb-xl-17{margin-bottom:2.875rem !important;}.mb-xl-18{margin-bottom:3rem !important;}.mb-xl-19{margin-bottom:3.125rem !important;}.mb-xl-20{margin-bottom:3.563rem !important;}.mb-xl-21{margin-bottom:0.688rem !important;}.mb-xl-22{margin-bottom:7rem !important;}.mb-xl-23{margin-bottom:0.75rem !important;}.mb-xl-24{margin-bottom:0.875rem !important;}.mb-xl-25{margin-bottom:0.625rem !important;}.mb-xl-auto{margin-bottom:auto !important;}.ms-xl-0{margin-left:0 !important;}.ms-xl-1{margin-left:0.25rem !important;}.ms-xl-2{margin-left:0.375rem !important;}.ms-xl-3{margin-left:0.5rem !important;}.ms-xl-4{margin-left:1rem !important;}.ms-xl-5{margin-left:1.125rem !important;}.ms-xl-6{margin-left:1.25rem !important;}.ms-xl-7{margin-left:1.375rem !important;}.ms-xl-8{margin-left:1.5rem !important;}.ms-xl-9{margin-left:1.625rem !important;}.ms-xl-10{margin-left:1.688rem !important;}.ms-xl-11{margin-left:1.75rem !important;}.ms-xl-12{margin-left:1.875rem !important;}.ms-xl-13{margin-left:2rem !important;}.ms-xl-14{margin-left:2.25rem !important;}.ms-xl-15{margin-left:2.5rem !important;}.ms-xl-16{margin-left:2.625rem !important;}.ms-xl-17{margin-left:2.875rem !important;}.ms-xl-18{margin-left:3rem !important;}.ms-xl-19{margin-left:3.125rem !important;}.ms-xl-20{margin-left:3.563rem !important;}.ms-xl-21{margin-left:0.688rem !important;}.ms-xl-22{margin-left:7rem !important;}.ms-xl-23{margin-left:0.75rem !important;}.ms-xl-24{margin-left:0.875rem !important;}.ms-xl-25{margin-left:0.625rem !important;}.ms-xl-auto{margin-left:auto !important;}.p-xl-0{padding:0 !important;}.p-xl-1{padding:0.25rem !important;}.p-xl-2{padding:0.375rem !important;}.p-xl-3{padding:0.5rem !important;}.p-xl-4{padding:1rem !important;}.p-xl-5{padding:1.125rem !important;}.p-xl-6{padding:1.25rem !important;}.p-xl-7{padding:1.375rem !important;}.p-xl-8{padding:1.5rem !important;}.p-xl-9{padding:1.625rem !important;}.p-xl-10{padding:1.688rem !important;}.p-xl-11{padding:1.75rem !important;}.p-xl-12{padding:1.875rem !important;}.p-xl-13{padding:2rem !important;}.p-xl-14{padding:2.25rem !important;}.p-xl-15{padding:2.5rem !important;}.p-xl-16{padding:2.625rem !important;}.p-xl-17{padding:2.875rem !important;}.p-xl-18{padding:3rem !important;}.p-xl-19{padding:3.125rem !important;}.p-xl-20{padding:3.563rem !important;}.p-xl-21{padding:0.688rem !important;}.p-xl-22{padding:7rem !important;}.p-xl-23{padding:0.75rem !important;}.p-xl-24{padding:0.875rem !important;}.p-xl-25{padding:0.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.375rem !important;padding-left:0.375rem !important;}.px-xl-3{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xl-4{padding-right:1rem !important;padding-left:1rem !important;}.px-xl-5{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-xl-6{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-xl-7{padding-right:1.375rem !important;padding-left:1.375rem !important;}.px-xl-8{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-xl-9{padding-right:1.625rem !important;padding-left:1.625rem !important;}.px-xl-10{padding-right:1.688rem !important;padding-left:1.688rem !important;}.px-xl-11{padding-right:1.75rem !important;padding-left:1.75rem !important;}.px-xl-12{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-xl-13{padding-right:2rem !important;padding-left:2rem !important;}.px-xl-14{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-xl-15{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-xl-16{padding-right:2.625rem !important;padding-left:2.625rem !important;}.px-xl-17{padding-right:2.875rem !important;padding-left:2.875rem !important;}.px-xl-18{padding-right:3rem !important;padding-left:3rem !important;}.px-xl-19{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-xl-20{padding-right:3.563rem !important;padding-left:3.563rem !important;}.px-xl-21{padding-right:0.688rem !important;padding-left:0.688rem !important;}.px-xl-22{padding-right:7rem !important;padding-left:7rem !important;}.px-xl-23{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xl-24{padding-right:0.875rem !important;padding-left:0.875rem !important;}.px-xl-25{padding-right:0.625rem !important;padding-left:0.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.375rem !important;padding-bottom:0.375rem !important;}.py-xl-3{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xl-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xl-5{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-xl-6{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-xl-7{padding-top:1.375rem !important;padding-bottom:1.375rem !important;}.py-xl-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-xl-9{padding-top:1.625rem !important;padding-bottom:1.625rem !important;}.py-xl-10{padding-top:1.688rem !important;padding-bottom:1.688rem !important;}.py-xl-11{padding-top:1.75rem !important;padding-bottom:1.75rem !important;}.py-xl-12{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-xl-13{padding-top:2rem !important;padding-bottom:2rem !important;}.py-xl-14{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-xl-15{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-xl-16{padding-top:2.625rem !important;padding-bottom:2.625rem !important;}.py-xl-17{padding-top:2.875rem !important;padding-bottom:2.875rem !important;}.py-xl-18{padding-top:3rem !important;padding-bottom:3rem !important;}.py-xl-19{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-xl-20{padding-top:3.563rem !important;padding-bottom:3.563rem !important;}.py-xl-21{padding-top:0.688rem !important;padding-bottom:0.688rem !important;}.py-xl-22{padding-top:7rem !important;padding-bottom:7rem !important;}.py-xl-23{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xl-24{padding-top:0.875rem !important;padding-bottom:0.875rem !important;}.py-xl-25{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.pt-xl-0{padding-top:0 !important;}.pt-xl-1{padding-top:0.25rem !important;}.pt-xl-2{padding-top:0.375rem !important;}.pt-xl-3{padding-top:0.5rem !important;}.pt-xl-4{padding-top:1rem !important;}.pt-xl-5{padding-top:1.125rem !important;}.pt-xl-6{padding-top:1.25rem !important;}.pt-xl-7{padding-top:1.375rem !important;}.pt-xl-8{padding-top:1.5rem !important;}.pt-xl-9{padding-top:1.625rem !important;}.pt-xl-10{padding-top:1.688rem !important;}.pt-xl-11{padding-top:1.75rem !important;}.pt-xl-12{padding-top:1.875rem !important;}.pt-xl-13{padding-top:2rem !important;}.pt-xl-14{padding-top:2.25rem !important;}.pt-xl-15{padding-top:2.5rem !important;}.pt-xl-16{padding-top:2.625rem !important;}.pt-xl-17{padding-top:2.875rem !important;}.pt-xl-18{padding-top:3rem !important;}.pt-xl-19{padding-top:3.125rem !important;}.pt-xl-20{padding-top:3.563rem !important;}.pt-xl-21{padding-top:0.688rem !important;}.pt-xl-22{padding-top:7rem !important;}.pt-xl-23{padding-top:0.75rem !important;}.pt-xl-24{padding-top:0.875rem !important;}.pt-xl-25{padding-top:0.625rem !important;}.pe-xl-0{padding-right:0 !important;}.pe-xl-1{padding-right:0.25rem !important;}.pe-xl-2{padding-right:0.375rem !important;}.pe-xl-3{padding-right:0.5rem !important;}.pe-xl-4{padding-right:1rem !important;}.pe-xl-5{padding-right:1.125rem !important;}.pe-xl-6{padding-right:1.25rem !important;}.pe-xl-7{padding-right:1.375rem !important;}.pe-xl-8{padding-right:1.5rem !important;}.pe-xl-9{padding-right:1.625rem !important;}.pe-xl-10{padding-right:1.688rem !important;}.pe-xl-11{padding-right:1.75rem !important;}.pe-xl-12{padding-right:1.875rem !important;}.pe-xl-13{padding-right:2rem !important;}.pe-xl-14{padding-right:2.25rem !important;}.pe-xl-15{padding-right:2.5rem !important;}.pe-xl-16{padding-right:2.625rem !important;}.pe-xl-17{padding-right:2.875rem !important;}.pe-xl-18{padding-right:3rem !important;}.pe-xl-19{padding-right:3.125rem !important;}.pe-xl-20{padding-right:3.563rem !important;}.pe-xl-21{padding-right:0.688rem !important;}.pe-xl-22{padding-right:7rem !important;}.pe-xl-23{padding-right:0.75rem !important;}.pe-xl-24{padding-right:0.875rem !important;}.pe-xl-25{padding-right:0.625rem !important;}.pb-xl-0{padding-bottom:0 !important;}.pb-xl-1{padding-bottom:0.25rem !important;}.pb-xl-2{padding-bottom:0.375rem !important;}.pb-xl-3{padding-bottom:0.5rem !important;}.pb-xl-4{padding-bottom:1rem !important;}.pb-xl-5{padding-bottom:1.125rem !important;}.pb-xl-6{padding-bottom:1.25rem !important;}.pb-xl-7{padding-bottom:1.375rem !important;}.pb-xl-8{padding-bottom:1.5rem !important;}.pb-xl-9{padding-bottom:1.625rem !important;}.pb-xl-10{padding-bottom:1.688rem !important;}.pb-xl-11{padding-bottom:1.75rem !important;}.pb-xl-12{padding-bottom:1.875rem !important;}.pb-xl-13{padding-bottom:2rem !important;}.pb-xl-14{padding-bottom:2.25rem !important;}.pb-xl-15{padding-bottom:2.5rem !important;}.pb-xl-16{padding-bottom:2.625rem !important;}.pb-xl-17{padding-bottom:2.875rem !important;}.pb-xl-18{padding-bottom:3rem !important;}.pb-xl-19{padding-bottom:3.125rem !important;}.pb-xl-20{padding-bottom:3.563rem !important;}.pb-xl-21{padding-bottom:0.688rem !important;}.pb-xl-22{padding-bottom:7rem !important;}.pb-xl-23{padding-bottom:0.75rem !important;}.pb-xl-24{padding-bottom:0.875rem !important;}.pb-xl-25{padding-bottom:0.625rem !important;}.ps-xl-0{padding-left:0 !important;}.ps-xl-1{padding-left:0.25rem !important;}.ps-xl-2{padding-left:0.375rem !important;}.ps-xl-3{padding-left:0.5rem !important;}.ps-xl-4{padding-left:1rem !important;}.ps-xl-5{padding-left:1.125rem !important;}.ps-xl-6{padding-left:1.25rem !important;}.ps-xl-7{padding-left:1.375rem !important;}.ps-xl-8{padding-left:1.5rem !important;}.ps-xl-9{padding-left:1.625rem !important;}.ps-xl-10{padding-left:1.688rem !important;}.ps-xl-11{padding-left:1.75rem !important;}.ps-xl-12{padding-left:1.875rem !important;}.ps-xl-13{padding-left:2rem !important;}.ps-xl-14{padding-left:2.25rem !important;}.ps-xl-15{padding-left:2.5rem !important;}.ps-xl-16{padding-left:2.625rem !important;}.ps-xl-17{padding-left:2.875rem !important;}.ps-xl-18{padding-left:3rem !important;}.ps-xl-19{padding-left:3.125rem !important;}.ps-xl-20{padding-left:3.563rem !important;}.ps-xl-21{padding-left:0.688rem !important;}.ps-xl-22{padding-left:7rem !important;}.ps-xl-23{padding-left:0.75rem !important;}.ps-xl-24{padding-left:0.875rem !important;}.ps-xl-25{padding-left:0.625rem !important;}}@media (min-width:1400px){.d-xxl-inline{display:inline !important;}.d-xxl-inline-block{display:inline-block !important;}.d-xxl-block{display:block !important;}.d-xxl-grid{display:grid !important;}.d-xxl-inline-grid{display:inline-grid !important;}.d-xxl-table{display:table !important;}.d-xxl-table-row{display:table-row !important;}.d-xxl-table-cell{display:table-cell !important;}.d-xxl-flex{display:flex !important;}.d-xxl-inline-flex{display:inline-flex !important;}.d-xxl-none{display:none !important;}.flex-xxl-fill{flex:1 1 auto !important;}.flex-xxl-row{flex-direction:row !important;}.flex-xxl-column{flex-direction:column !important;}.flex-xxl-row-reverse{flex-direction:row-reverse !important;}.flex-xxl-column-reverse{flex-direction:column-reverse !important;}.flex-xxl-grow-0{flex-grow:0 !important;}.flex-xxl-grow-1{flex-grow:1 !important;}.flex-xxl-shrink-0{flex-shrink:0 !important;}.flex-xxl-shrink-1{flex-shrink:1 !important;}.flex-xxl-wrap{flex-wrap:wrap !important;}.flex-xxl-nowrap{flex-wrap:nowrap !important;}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-xxl-start{justify-content:flex-start !important;}.justify-content-xxl-end{justify-content:flex-end !important;}.justify-content-xxl-center{justify-content:center !important;}.justify-content-xxl-between{justify-content:space-between !important;}.justify-content-xxl-around{justify-content:space-around !important;}.justify-content-xxl-evenly{justify-content:space-evenly !important;}.align-items-xxl-start{align-items:flex-start !important;}.align-items-xxl-end{align-items:flex-end !important;}.align-items-xxl-center{align-items:center !important;}.align-items-xxl-baseline{align-items:baseline !important;}.align-items-xxl-stretch{align-items:stretch !important;}.align-content-xxl-start{align-content:flex-start !important;}.align-content-xxl-end{align-content:flex-end !important;}.align-content-xxl-center{align-content:center !important;}.align-content-xxl-between{align-content:space-between !important;}.align-content-xxl-around{align-content:space-around !important;}.align-content-xxl-stretch{align-content:stretch !important;}.align-self-xxl-auto{align-self:auto !important;}.align-self-xxl-start{align-self:flex-start !important;}.align-self-xxl-end{align-self:flex-end !important;}.align-self-xxl-center{align-self:center !important;}.align-self-xxl-baseline{align-self:baseline !important;}.align-self-xxl-stretch{align-self:stretch !important;}.order-xxl-first{order:-1 !important;}.order-xxl-0{order:0 !important;}.order-xxl-1{order:1 !important;}.order-xxl-2{order:2 !important;}.order-xxl-3{order:3 !important;}.order-xxl-4{order:4 !important;}.order-xxl-5{order:5 !important;}.order-xxl-last{order:6 !important;}.m-xxl-0{margin:0 !important;}.m-xxl-1{margin:0.25rem !important;}.m-xxl-2{margin:0.375rem !important;}.m-xxl-3{margin:0.5rem !important;}.m-xxl-4{margin:1rem !important;}.m-xxl-5{margin:1.125rem !important;}.m-xxl-6{margin:1.25rem !important;}.m-xxl-7{margin:1.375rem !important;}.m-xxl-8{margin:1.5rem !important;}.m-xxl-9{margin:1.625rem !important;}.m-xxl-10{margin:1.688rem !important;}.m-xxl-11{margin:1.75rem !important;}.m-xxl-12{margin:1.875rem !important;}.m-xxl-13{margin:2rem !important;}.m-xxl-14{margin:2.25rem !important;}.m-xxl-15{margin:2.5rem !important;}.m-xxl-16{margin:2.625rem !important;}.m-xxl-17{margin:2.875rem !important;}.m-xxl-18{margin:3rem !important;}.m-xxl-19{margin:3.125rem !important;}.m-xxl-20{margin:3.563rem !important;}.m-xxl-21{margin:0.688rem !important;}.m-xxl-22{margin:7rem !important;}.m-xxl-23{margin:0.75rem !important;}.m-xxl-24{margin:0.875rem !important;}.m-xxl-25{margin:0.625rem !important;}.m-xxl-auto{margin:auto !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.375rem !important;margin-left:0.375rem !important;}.mx-xxl-3{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xxl-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-xxl-5{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-xxl-6{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-xxl-7{margin-right:1.375rem !important;margin-left:1.375rem !important;}.mx-xxl-8{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-xxl-9{margin-right:1.625rem !important;margin-left:1.625rem !important;}.mx-xxl-10{margin-right:1.688rem !important;margin-left:1.688rem !important;}.mx-xxl-11{margin-right:1.75rem !important;margin-left:1.75rem !important;}.mx-xxl-12{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-xxl-13{margin-right:2rem !important;margin-left:2rem !important;}.mx-xxl-14{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-xxl-15{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-xxl-16{margin-right:2.625rem !important;margin-left:2.625rem !important;}.mx-xxl-17{margin-right:2.875rem !important;margin-left:2.875rem !important;}.mx-xxl-18{margin-right:3rem !important;margin-left:3rem !important;}.mx-xxl-19{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-xxl-20{margin-right:3.563rem !important;margin-left:3.563rem !important;}.mx-xxl-21{margin-right:0.688rem !important;margin-left:0.688rem !important;}.mx-xxl-22{margin-right:7rem !important;margin-left:7rem !important;}.mx-xxl-23{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xxl-24{margin-right:0.875rem !important;margin-left:0.875rem !important;}.mx-xxl-25{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important;}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xxl-2{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-xxl-3{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xxl-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xxl-5{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-xxl-6{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-xxl-7{margin-top:1.375rem !important;margin-bottom:1.375rem !important;}.my-xxl-8{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-xxl-9{margin-top:1.625rem !important;margin-bottom:1.625rem !important;}.my-xxl-10{margin-top:1.688rem !important;margin-bottom:1.688rem !important;}.my-xxl-11{margin-top:1.75rem !important;margin-bottom:1.75rem !important;}.my-xxl-12{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-xxl-13{margin-top:2rem !important;margin-bottom:2rem !important;}.my-xxl-14{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-xxl-15{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-xxl-16{margin-top:2.625rem !important;margin-bottom:2.625rem !important;}.my-xxl-17{margin-top:2.875rem !important;margin-bottom:2.875rem !important;}.my-xxl-18{margin-top:3rem !important;margin-bottom:3rem !important;}.my-xxl-19{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-xxl-20{margin-top:3.563rem !important;margin-bottom:3.563rem !important;}.my-xxl-21{margin-top:0.688rem !important;margin-bottom:0.688rem !important;}.my-xxl-22{margin-top:7rem !important;margin-bottom:7rem !important;}.my-xxl-23{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xxl-24{margin-top:0.875rem !important;margin-bottom:0.875rem !important;}.my-xxl-25{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xxl-0{margin-top:0 !important;}.mt-xxl-1{margin-top:0.25rem !important;}.mt-xxl-2{margin-top:0.375rem !important;}.mt-xxl-3{margin-top:0.5rem !important;}.mt-xxl-4{margin-top:1rem !important;}.mt-xxl-5{margin-top:1.125rem !important;}.mt-xxl-6{margin-top:1.25rem !important;}.mt-xxl-7{margin-top:1.375rem !important;}.mt-xxl-8{margin-top:1.5rem !important;}.mt-xxl-9{margin-top:1.625rem !important;}.mt-xxl-10{margin-top:1.688rem !important;}.mt-xxl-11{margin-top:1.75rem !important;}.mt-xxl-12{margin-top:1.875rem !important;}.mt-xxl-13{margin-top:2rem !important;}.mt-xxl-14{margin-top:2.25rem !important;}.mt-xxl-15{margin-top:2.5rem !important;}.mt-xxl-16{margin-top:2.625rem !important;}.mt-xxl-17{margin-top:2.875rem !important;}.mt-xxl-18{margin-top:3rem !important;}.mt-xxl-19{margin-top:3.125rem !important;}.mt-xxl-20{margin-top:3.563rem !important;}.mt-xxl-21{margin-top:0.688rem !important;}.mt-xxl-22{margin-top:7rem !important;}.mt-xxl-23{margin-top:0.75rem !important;}.mt-xxl-24{margin-top:0.875rem !important;}.mt-xxl-25{margin-top:0.625rem !important;}.mt-xxl-auto{margin-top:auto !important;}.me-xxl-0{margin-right:0 !important;}.me-xxl-1{margin-right:0.25rem !important;}.me-xxl-2{margin-right:0.375rem !important;}.me-xxl-3{margin-right:0.5rem !important;}.me-xxl-4{margin-right:1rem !important;}.me-xxl-5{margin-right:1.125rem !important;}.me-xxl-6{margin-right:1.25rem !important;}.me-xxl-7{margin-right:1.375rem !important;}.me-xxl-8{margin-right:1.5rem !important;}.me-xxl-9{margin-right:1.625rem !important;}.me-xxl-10{margin-right:1.688rem !important;}.me-xxl-11{margin-right:1.75rem !important;}.me-xxl-12{margin-right:1.875rem !important;}.me-xxl-13{margin-right:2rem !important;}.me-xxl-14{margin-right:2.25rem !important;}.me-xxl-15{margin-right:2.5rem !important;}.me-xxl-16{margin-right:2.625rem !important;}.me-xxl-17{margin-right:2.875rem !important;}.me-xxl-18{margin-right:3rem !important;}.me-xxl-19{margin-right:3.125rem !important;}.me-xxl-20{margin-right:3.563rem !important;}.me-xxl-21{margin-right:0.688rem !important;}.me-xxl-22{margin-right:7rem !important;}.me-xxl-23{margin-right:0.75rem !important;}.me-xxl-24{margin-right:0.875rem !important;}.me-xxl-25{margin-right:0.625rem !important;}.me-xxl-auto{margin-right:auto !important;}.mb-xxl-0{margin-bottom:0 !important;}.mb-xxl-1{margin-bottom:0.25rem !important;}.mb-xxl-2{margin-bottom:0.375rem !important;}.mb-xxl-3{margin-bottom:0.5rem !important;}.mb-xxl-4{margin-bottom:1rem !important;}.mb-xxl-5{margin-bottom:1.125rem !important;}.mb-xxl-6{margin-bottom:1.25rem !important;}.mb-xxl-7{margin-bottom:1.375rem !important;}.mb-xxl-8{margin-bottom:1.5rem !important;}.mb-xxl-9{margin-bottom:1.625rem !important;}.mb-xxl-10{margin-bottom:1.688rem !important;}.mb-xxl-11{margin-bottom:1.75rem !important;}.mb-xxl-12{margin-bottom:1.875rem !important;}.mb-xxl-13{margin-bottom:2rem !important;}.mb-xxl-14{margin-bottom:2.25rem !important;}.mb-xxl-15{margin-bottom:2.5rem !important;}.mb-xxl-16{margin-bottom:2.625rem !important;}.mb-xxl-17{margin-bottom:2.875rem !important;}.mb-xxl-18{margin-bottom:3rem !important;}.mb-xxl-19{margin-bottom:3.125rem !important;}.mb-xxl-20{margin-bottom:3.563rem !important;}.mb-xxl-21{margin-bottom:0.688rem !important;}.mb-xxl-22{margin-bottom:7rem !important;}.mb-xxl-23{margin-bottom:0.75rem !important;}.mb-xxl-24{margin-bottom:0.875rem !important;}.mb-xxl-25{margin-bottom:0.625rem !important;}.mb-xxl-auto{margin-bottom:auto !important;}.ms-xxl-0{margin-left:0 !important;}.ms-xxl-1{margin-left:0.25rem !important;}.ms-xxl-2{margin-left:0.375rem !important;}.ms-xxl-3{margin-left:0.5rem !important;}.ms-xxl-4{margin-left:1rem !important;}.ms-xxl-5{margin-left:1.125rem !important;}.ms-xxl-6{margin-left:1.25rem !important;}.ms-xxl-7{margin-left:1.375rem !important;}.ms-xxl-8{margin-left:1.5rem !important;}.ms-xxl-9{margin-left:1.625rem !important;}.ms-xxl-10{margin-left:1.688rem !important;}.ms-xxl-11{margin-left:1.75rem !important;}.ms-xxl-12{margin-left:1.875rem !important;}.ms-xxl-13{margin-left:2rem !important;}.ms-xxl-14{margin-left:2.25rem !important;}.ms-xxl-15{margin-left:2.5rem !important;}.ms-xxl-16{margin-left:2.625rem !important;}.ms-xxl-17{margin-left:2.875rem !important;}.ms-xxl-18{margin-left:3rem !important;}.ms-xxl-19{margin-left:3.125rem !important;}.ms-xxl-20{margin-left:3.563rem !important;}.ms-xxl-21{margin-left:0.688rem !important;}.ms-xxl-22{margin-left:7rem !important;}.ms-xxl-23{margin-left:0.75rem !important;}.ms-xxl-24{margin-left:0.875rem !important;}.ms-xxl-25{margin-left:0.625rem !important;}.ms-xxl-auto{margin-left:auto !important;}.p-xxl-0{padding:0 !important;}.p-xxl-1{padding:0.25rem !important;}.p-xxl-2{padding:0.375rem !important;}.p-xxl-3{padding:0.5rem !important;}.p-xxl-4{padding:1rem !important;}.p-xxl-5{padding:1.125rem !important;}.p-xxl-6{padding:1.25rem !important;}.p-xxl-7{padding:1.375rem !important;}.p-xxl-8{padding:1.5rem !important;}.p-xxl-9{padding:1.625rem !important;}.p-xxl-10{padding:1.688rem !important;}.p-xxl-11{padding:1.75rem !important;}.p-xxl-12{padding:1.875rem !important;}.p-xxl-13{padding:2rem !important;}.p-xxl-14{padding:2.25rem !important;}.p-xxl-15{padding:2.5rem !important;}.p-xxl-16{padding:2.625rem !important;}.p-xxl-17{padding:2.875rem !important;}.p-xxl-18{padding:3rem !important;}.p-xxl-19{padding:3.125rem !important;}.p-xxl-20{padding:3.563rem !important;}.p-xxl-21{padding:0.688rem !important;}.p-xxl-22{padding:7rem !important;}.p-xxl-23{padding:0.75rem !important;}.p-xxl-24{padding:0.875rem !important;}.p-xxl-25{padding:0.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.375rem !important;padding-left:0.375rem !important;}.px-xxl-3{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xxl-4{padding-right:1rem !important;padding-left:1rem !important;}.px-xxl-5{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-xxl-6{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-xxl-7{padding-right:1.375rem !important;padding-left:1.375rem !important;}.px-xxl-8{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-xxl-9{padding-right:1.625rem !important;padding-left:1.625rem !important;}.px-xxl-10{padding-right:1.688rem !important;padding-left:1.688rem !important;}.px-xxl-11{padding-right:1.75rem !important;padding-left:1.75rem !important;}.px-xxl-12{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-xxl-13{padding-right:2rem !important;padding-left:2rem !important;}.px-xxl-14{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-xxl-15{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-xxl-16{padding-right:2.625rem !important;padding-left:2.625rem !important;}.px-xxl-17{padding-right:2.875rem !important;padding-left:2.875rem !important;}.px-xxl-18{padding-right:3rem !important;padding-left:3rem !important;}.px-xxl-19{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-xxl-20{padding-right:3.563rem !important;padding-left:3.563rem !important;}.px-xxl-21{padding-right:0.688rem !important;padding-left:0.688rem !important;}.px-xxl-22{padding-right:7rem !important;padding-left:7rem !important;}.px-xxl-23{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xxl-24{padding-right:0.875rem !important;padding-left:0.875rem !important;}.px-xxl-25{padding-right:0.625rem !important;padding-left:0.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.375rem !important;padding-bottom:0.375rem !important;}.py-xxl-3{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xxl-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xxl-5{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-xxl-6{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-xxl-7{padding-top:1.375rem !important;padding-bottom:1.375rem !important;}.py-xxl-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-xxl-9{padding-top:1.625rem !important;padding-bottom:1.625rem !important;}.py-xxl-10{padding-top:1.688rem !important;padding-bottom:1.688rem !important;}.py-xxl-11{padding-top:1.75rem !important;padding-bottom:1.75rem !important;}.py-xxl-12{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-xxl-13{padding-top:2rem !important;padding-bottom:2rem !important;}.py-xxl-14{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-xxl-15{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-xxl-16{padding-top:2.625rem !important;padding-bottom:2.625rem !important;}.py-xxl-17{padding-top:2.875rem !important;padding-bottom:2.875rem !important;}.py-xxl-18{padding-top:3rem !important;padding-bottom:3rem !important;}.py-xxl-19{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-xxl-20{padding-top:3.563rem !important;padding-bottom:3.563rem !important;}.py-xxl-21{padding-top:0.688rem !important;padding-bottom:0.688rem !important;}.py-xxl-22{padding-top:7rem !important;padding-bottom:7rem !important;}.py-xxl-23{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xxl-24{padding-top:0.875rem !important;padding-bottom:0.875rem !important;}.py-xxl-25{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.pt-xxl-0{padding-top:0 !important;}.pt-xxl-1{padding-top:0.25rem !important;}.pt-xxl-2{padding-top:0.375rem !important;}.pt-xxl-3{padding-top:0.5rem !important;}.pt-xxl-4{padding-top:1rem !important;}.pt-xxl-5{padding-top:1.125rem !important;}.pt-xxl-6{padding-top:1.25rem !important;}.pt-xxl-7{padding-top:1.375rem !important;}.pt-xxl-8{padding-top:1.5rem !important;}.pt-xxl-9{padding-top:1.625rem !important;}.pt-xxl-10{padding-top:1.688rem !important;}.pt-xxl-11{padding-top:1.75rem !important;}.pt-xxl-12{padding-top:1.875rem !important;}.pt-xxl-13{padding-top:2rem !important;}.pt-xxl-14{padding-top:2.25rem !important;}.pt-xxl-15{padding-top:2.5rem !important;}.pt-xxl-16{padding-top:2.625rem !important;}.pt-xxl-17{padding-top:2.875rem !important;}.pt-xxl-18{padding-top:3rem !important;}.pt-xxl-19{padding-top:3.125rem !important;}.pt-xxl-20{padding-top:3.563rem !important;}.pt-xxl-21{padding-top:0.688rem !important;}.pt-xxl-22{padding-top:7rem !important;}.pt-xxl-23{padding-top:0.75rem !important;}.pt-xxl-24{padding-top:0.875rem !important;}.pt-xxl-25{padding-top:0.625rem !important;}.pe-xxl-0{padding-right:0 !important;}.pe-xxl-1{padding-right:0.25rem !important;}.pe-xxl-2{padding-right:0.375rem !important;}.pe-xxl-3{padding-right:0.5rem !important;}.pe-xxl-4{padding-right:1rem !important;}.pe-xxl-5{padding-right:1.125rem !important;}.pe-xxl-6{padding-right:1.25rem !important;}.pe-xxl-7{padding-right:1.375rem !important;}.pe-xxl-8{padding-right:1.5rem !important;}.pe-xxl-9{padding-right:1.625rem !important;}.pe-xxl-10{padding-right:1.688rem !important;}.pe-xxl-11{padding-right:1.75rem !important;}.pe-xxl-12{padding-right:1.875rem !important;}.pe-xxl-13{padding-right:2rem !important;}.pe-xxl-14{padding-right:2.25rem !important;}.pe-xxl-15{padding-right:2.5rem !important;}.pe-xxl-16{padding-right:2.625rem !important;}.pe-xxl-17{padding-right:2.875rem !important;}.pe-xxl-18{padding-right:3rem !important;}.pe-xxl-19{padding-right:3.125rem !important;}.pe-xxl-20{padding-right:3.563rem !important;}.pe-xxl-21{padding-right:0.688rem !important;}.pe-xxl-22{padding-right:7rem !important;}.pe-xxl-23{padding-right:0.75rem !important;}.pe-xxl-24{padding-right:0.875rem !important;}.pe-xxl-25{padding-right:0.625rem !important;}.pb-xxl-0{padding-bottom:0 !important;}.pb-xxl-1{padding-bottom:0.25rem !important;}.pb-xxl-2{padding-bottom:0.375rem !important;}.pb-xxl-3{padding-bottom:0.5rem !important;}.pb-xxl-4{padding-bottom:1rem !important;}.pb-xxl-5{padding-bottom:1.125rem !important;}.pb-xxl-6{padding-bottom:1.25rem !important;}.pb-xxl-7{padding-bottom:1.375rem !important;}.pb-xxl-8{padding-bottom:1.5rem !important;}.pb-xxl-9{padding-bottom:1.625rem !important;}.pb-xxl-10{padding-bottom:1.688rem !important;}.pb-xxl-11{padding-bottom:1.75rem !important;}.pb-xxl-12{padding-bottom:1.875rem !important;}.pb-xxl-13{padding-bottom:2rem !important;}.pb-xxl-14{padding-bottom:2.25rem !important;}.pb-xxl-15{padding-bottom:2.5rem !important;}.pb-xxl-16{padding-bottom:2.625rem !important;}.pb-xxl-17{padding-bottom:2.875rem !important;}.pb-xxl-18{padding-bottom:3rem !important;}.pb-xxl-19{padding-bottom:3.125rem !important;}.pb-xxl-20{padding-bottom:3.563rem !important;}.pb-xxl-21{padding-bottom:0.688rem !important;}.pb-xxl-22{padding-bottom:7rem !important;}.pb-xxl-23{padding-bottom:0.75rem !important;}.pb-xxl-24{padding-bottom:0.875rem !important;}.pb-xxl-25{padding-bottom:0.625rem !important;}.ps-xxl-0{padding-left:0 !important;}.ps-xxl-1{padding-left:0.25rem !important;}.ps-xxl-2{padding-left:0.375rem !important;}.ps-xxl-3{padding-left:0.5rem !important;}.ps-xxl-4{padding-left:1rem !important;}.ps-xxl-5{padding-left:1.125rem !important;}.ps-xxl-6{padding-left:1.25rem !important;}.ps-xxl-7{padding-left:1.375rem !important;}.ps-xxl-8{padding-left:1.5rem !important;}.ps-xxl-9{padding-left:1.625rem !important;}.ps-xxl-10{padding-left:1.688rem !important;}.ps-xxl-11{padding-left:1.75rem !important;}.ps-xxl-12{padding-left:1.875rem !important;}.ps-xxl-13{padding-left:2rem !important;}.ps-xxl-14{padding-left:2.25rem !important;}.ps-xxl-15{padding-left:2.5rem !important;}.ps-xxl-16{padding-left:2.625rem !important;}.ps-xxl-17{padding-left:2.875rem !important;}.ps-xxl-18{padding-left:3rem !important;}.ps-xxl-19{padding-left:3.125rem !important;}.ps-xxl-20{padding-left:3.563rem !important;}.ps-xxl-21{padding-left:0.688rem !important;}.ps-xxl-22{padding-left:7rem !important;}.ps-xxl-23{padding-left:0.75rem !important;}.ps-xxl-24{padding-left:0.875rem !important;}.ps-xxl-25{padding-left:0.625rem !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-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.stretched-link::after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:"";}:root,[data-bs-theme=light]{--bs-primary:#D2232A;--bs-blue:#0345C6;--bs-green:#489F29;--bs-surface-green:#E9F6F6;--bs-teal:#067D79;--bs-surface:#FFFBF4;--bs-surface-bej:#FAF4E8;--bs-soft-red:#FFB2A3;--bs-soft-blue:#9DCEFF;--bs-light-soft-blue:#EBF5FF;--bs-soft-green:#DFF8D6;--bs-soft-teal:#8FD2D0;--bs-lighter:#E0E0E0;--bs-orange:#F77634;--bs-coral:#F75434;--bs-pink:#FA1BA8;--bs-amber:#FA8E1B;--bs-dark:#000000;--bs-gray:#666666;--bs-soft-gray:#B2B2B2;--bs-light-gray:#E5E5E5;--bs-lighter-gray:#F2F2F2;--bs-gray-300:#888888;--bs-white:#FFFFFF;--bs-white-20:rgba(255,255,255,0.2);--bs-white-30:rgba(255,255,255,0.3);--bs-soft-pink:#FFF6F4;--bs-dark-gray:#1C1C1C;--bs-dark-gray-800:#131313;--bs-gray-100:#f8f9fa;--bs-gray-200:#e9ecef;--bs-gray-300:#888888;--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:#D2232A;--bs-secondary:#6c757d;--bs-success:#489F29;--bs-info:#0dcaf0;--bs-warning:#ffc107;--bs-danger:#dc3545;--bs-light:#f8f9fa;--bs-dark:#000000;--bs-primary-rgb:210,35,42;--bs-secondary-rgb:108,117,125;--bs-success-rgb:72,159,41;--bs-info-rgb:13,202,240;--bs-warning-rgb:255,193,7;--bs-danger-rgb:220,53,69;--bs-light-rgb:248,249,250;--bs-dark-rgb:0,0,0;--bs-primary-text-emphasis:#540e11;--bs-secondary-text-emphasis:#2b2f32;--bs-success-text-emphasis:#1d4010;--bs-info-text-emphasis:#055160;--bs-warning-text-emphasis:#664d03;--bs-danger-text-emphasis:#58151c;--bs-light-text-emphasis:#495057;--bs-dark-text-emphasis:#495057;--bs-primary-bg-subtle:#f6d3d4;--bs-secondary-bg-subtle:#e2e3e5;--bs-success-bg-subtle:#daecd4;--bs-info-bg-subtle:#cff4fc;--bs-warning-bg-subtle:#fff3cd;--bs-danger-bg-subtle:#f8d7da;--bs-light-bg-subtle:#fcfcfd;--bs-dark-bg-subtle:#ced4da;--bs-primary-border-subtle:#eda7aa;--bs-secondary-border-subtle:#c4c8cb;--bs-success-border-subtle:#b6d9a9;--bs-info-border-subtle:#9eeaf9;--bs-warning-border-subtle:#ffe69c;--bs-danger-border-subtle:#f1aeb5;--bs-light-border-subtle:#e9ecef;--bs-dark-border-subtle:#adb5bd;--bs-white-rgb:255,255,255;--bs-black-rgb:0,0,0;--bs-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--bs-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--bs-gradient:linear-gradient(180deg,rgba(255,255,255,0.15),rgba(255,255,255,0));--bs-body-font-family:"Rubik",sans-serif;--bs-body-font-size:1rem;--bs-body-font-weight:400;--bs-body-line-height:1.5;--bs-body-color:#212529;--bs-body-color-rgb:33,37,41;--bs-body-bg:#FEFEFE;--bs-body-bg-rgb:254,254,254;--bs-emphasis-color:#000;--bs-emphasis-color-rgb:0,0,0;--bs-secondary-color:rgba(33,37,41,0.75);--bs-secondary-color-rgb:33,37,41;--bs-secondary-bg:#e9ecef;--bs-secondary-bg-rgb:233,236,239;--bs-tertiary-color:rgba(33,37,41,0.5);--bs-tertiary-color-rgb:33,37,41;--bs-tertiary-bg:#f8f9fa;--bs-tertiary-bg-rgb:248,249,250;--bs-heading-color:inherit;--bs-link-color:#44537C;--bs-link-color-rgb:68,83,124;--bs-link-decoration:none;--bs-link-hover-color:#054761;--bs-link-hover-color-rgb:5,71,97;--bs-link-hover-decoration:none;--bs-code-color:#FA1BA8;--bs-highlight-color:#212529;--bs-highlight-bg:#fff3cd;--bs-border-width:1px;--bs-border-style:solid;--bs-border-color:#888888;--bs-border-color-translucent:rgba(0,0,0,0.175);--bs-border-radius:0.375rem;--bs-border-radius-sm:0.25rem;--bs-border-radius-lg:0.5rem;--bs-border-radius-xl:1rem;--bs-border-radius-xxl:2rem;--bs-border-radius-2xl:var(--bs-border-radius-xxl);--bs-border-radius-pill:50rem;--bs-box-shadow:0 0.5rem 1rem rgba(0,0,0,0.15);--bs-box-shadow-sm:0 0.125rem 0.25rem rgba(0,0,0,0.075);--bs-box-shadow-lg:0 1rem 3rem rgba(0,0,0,0.175);--bs-box-shadow-inset:inset 0 1px 2px rgba(0,0,0,0.075);--bs-focus-ring-width:0.25rem;--bs-focus-ring-opacity:0.25;--bs-focus-ring-color:rgba(210,35,42,0.25);--bs-form-valid-color:#489F29;--bs-form-valid-border-color:#489F29;--bs-form-invalid-color:#dc3545;--bs-form-invalid-border-color:#dc3545;}[data-bs-theme=dark]{color-scheme:dark;--bs-body-color:#888888;--bs-body-color-rgb:136,136,136;--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(136,136,136,0.75);--bs-secondary-color-rgb:136,136,136;--bs-secondary-bg:#343a40;--bs-secondary-bg-rgb:52,58,64;--bs-tertiary-color:rgba(136,136,136,0.5);--bs-tertiary-color-rgb:136,136,136;--bs-tertiary-bg:#2b3035;--bs-tertiary-bg-rgb:43,48,53;--bs-primary-text-emphasis:#e47b7f;--bs-secondary-text-emphasis:#a7acb1;--bs-success-text-emphasis:#91c57f;--bs-info-text-emphasis:#6edff6;--bs-warning-text-emphasis:#ffda6a;--bs-danger-text-emphasis:#ea868f;--bs-light-text-emphasis:#f8f9fa;--bs-dark-text-emphasis:#888888;--bs-primary-bg-subtle:#2a0708;--bs-secondary-bg-subtle:#161719;--bs-success-bg-subtle:#0e2008;--bs-info-bg-subtle:#032830;--bs-warning-bg-subtle:#332701;--bs-danger-bg-subtle:#2c0b0e;--bs-light-bg-subtle:#343a40;--bs-dark-bg-subtle:#1a1d20;--bs-primary-border-subtle:#7e1519;--bs-secondary-border-subtle:#41464b;--bs-success-border-subtle:#2b5f19;--bs-info-border-subtle:#087990;--bs-warning-border-subtle:#997404;--bs-danger-border-subtle:#842029;--bs-light-border-subtle:#495057;--bs-dark-border-subtle:#343a40;--bs-heading-color:inherit;--bs-link-color:#e47b7f;--bs-link-hover-color:#e99599;--bs-link-color-rgb:228,123,127;--bs-link-hover-color-rgb:233,149,153;--bs-code-color:#fc76cb;--bs-highlight-color:#888888;--bs-highlight-bg:#664d03;--bs-border-color:#495057;--bs-border-color-translucent:rgba(255,255,255,0.15);--bs-form-valid-color:#91c57f;--bs-form-valid-border-color:#91c57f;--bs-form-invalid-color:#ea868f;--bs-form-invalid-border-color:#ea868f;}*,*::before,*::after{box-sizing:border-box;}@media (prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth;}}body{margin:0;font-family:var(--bs-body-font-family);font-size:var(--bs-body-font-size);font-weight:var(--bs-body-font-weight);line-height:var(--bs-body-line-height);color:var(--bs-body-color);text-align:var(--bs-body-text-align);background-color:var(--bs-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);}hr{margin:1rem 0;color:inherit;border:0;border-top:var(--bs-border-width) solid;opacity:0.25;}h6,h5,h4,h3,h2,h1{margin-top:0;margin-bottom:0.5rem;font-weight:500;line-height:1.2;color:var(--bs-heading-color);}h1{font-size:calc(1.525rem + 3.3vw);}@media (min-width:1200px){h1{font-size:4rem;}}h2{font-size:calc(1.375rem + 1.5vw);}@media (min-width:1200px){h2{font-size:2.5rem;}}h3{font-size:calc(1.325rem + 0.9vw);}@media (min-width:1200px){h3{font-size:2rem;}}h4{font-size:calc(1.275rem + 0.3vw);}@media (min-width:1200px){h4{font-size:1.5rem;}}h5{font-size:1rem;}h6{font-size:0.875rem;}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{font-size:0.875em;}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:none;}a:hover{--bs-link-color-rgb:var(--bs-link-hover-color-rgb);text-decoration:none;}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.25rem;}kbd kbd{padding:0;font-size:1em;}figure{margin:0 0 1rem;}img,svg{vertical-align:middle;}table{caption-side:bottom;border-collapse:collapse;}caption{padding-top: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;font-size:calc(1.275rem + 0.3vw);line-height:inherit;}@media (min-width:1200px){legend{font-size:1.5rem;}}legend + *{clear:left;}::-webkit-datetime-edit-fields-wrapper,::-webkit-datetime-edit-text,::-webkit-datetime-edit-minute,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-year-field{padding:0;}::-webkit-inner-spin-button{height:auto;}[type=search]{-webkit-appearance:textfield;outline-offset:-2px;}::-webkit-search-decoration{-webkit-appearance:none;}::-webkit-color-swatch-wrapper{padding:0;}::file-selector-button{font:inherit;-webkit-appearance:button;}output{display:inline-block;}iframe{border:0;}summary{display:list-item;cursor:pointer;}progress{vertical-align:baseline;}[hidden]{display:none !important;}body{background-color:#FEFEFE;color:#000;}html{overflow-x:hidden;-webkit-font-smoothing:antialiased;}html.is-authenticated .advert-temp{display:none;}html form.user-logout-confirm{padding:60px 0;}html form.user-logout-confirm .form-actions{padding-top:20px;}html form.user-logout-confirm a{padding-left:20px;}html .user-profile-page{display:flex;column-gap:30px;align-items:center;padding:100px 0;font-size:20px;text-transform:capitalize;}html .user-profile-page img{max-width:200px;height:auto;width:100%;}@media (max-width:991.98px){html .user-profile-page{flex-direction:column;justify-content:center;padding:60px 0;row-gap:30px;}}html.theme-light .dark-theme{display:none;}html.theme-light .light-theme{display:block;}html.theme-dark{--bs-body-bg:#000000;--color-dark:#FFFFFF;}html.theme-dark [data-drupal-messages] > div[role=contentinfo]{background-color:#666666;border:1px solid #666666;}html.theme-dark [data-drupal-messages] .messages__wrapper{padding:10px;background-color:#e8c5be;border:1px solid #9e4f52;border-radius:10px;}html.theme-dark .breadcrumb::-webkit-scrollbar{background-color:#666666;}html.theme-dark .breadcrumb::-webkit-scrollbar-thumb{background-color:#FFFFFF;}html.theme-dark .node-body a{color:#FFB2A3;}html.theme-dark .modal a{color:#FFB2A3 !important;}html.theme-dark .modal .btn-close{filter:brightness(0) invert(1);}html.theme-dark .footnotes a{color:#FFB2A3 !important;}html.theme-dark .footnotes span{color:#FFFFFF;}html.theme-dark .dark-theme{display:block;}html.theme-dark .light-theme{display:none;}html.theme-dark .gorus:before{background-color:#666666 !important;}html.theme-dark .content-wrapper:before{background:#FFFFFF;}html.theme-dark hr{border-color:#1C1C1C !important;}html.theme-dark .social-media-share .btn-copy,html.theme-dark .social-media-share .facebook,html.theme-dark .social-media-share .twitter,html.theme-dark .social-media-share .whatsapp{background-size:auto;background-position:center;background-repeat:no-repeat;border:1px solid #FFFFFF;border-radius:50%;background-size:100%;}html.theme-dark .social-media-share .btn-copy{border-radius:50%;border:1px solid #FFFFFF;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY5M18yNDg4KSI+CjxwYXRoIGQ9Ik00Ny41IDI0QzQ3LjUgMTEuMDIxMyAzNi45Nzg3IDAuNSAyNCAwLjVDMTEuMDIxMyAwLjUgMC41IDExLjAyMTMgMC41IDI0QzAuNSAzNi45Nzg3IDExLjAyMTMgNDcuNSAyNCA0Ny41QzM2Ljk3ODcgNDcuNSA0Ny41IDM2Ljk3ODcgNDcuNSAyNFoiIHN0cm9rZT0iIzJDMkMyQyIgc3Ryb2tlLW9wYWNpdHk9IjAuMSIvPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDFfNjkzXzI0ODgpIj4KPHBhdGggZD0iTTI5LjI0NDYgMTdDMjguMjQxNSAxNyAyNy4yOTg0IDE3LjM4MTkgMjYuNTg5MSAxOC4wNzUyTDE3LjI3NzYgMjcuMTc3OEMxNi4yNTMgMjguMTc5NCAxNi4yNTMgMjkuODA5MSAxNy4yNzc2IDMwLjgxMDdDMTguMzAyMiAzMS44MTIzIDE5Ljk2OTIgMzEuODEyMiAyMC45OTM4IDMwLjgxMDdMMzAuNDQ1NiAyMS41NzExQzMwLjc4NTkgMjEuMjM4NSAzMC43ODU5IDIwLjY5OTIgMzAuNDQ1NiAyMC4zNjY1QzMwLjEwNTMgMjAuMDMzOSAyOS41NTM1IDIwLjAzMzkgMjkuMjEzMyAyMC4zNjY1TDE5Ljc2MTcgMjkuNjA2MUMxOS40MTY1IDI5Ljk0MzUgMTguODU0OSAyOS45NDM1IDE4LjUwOTggMjkuNjA2MUMxOC4xNjQ3IDI5LjI2ODggMTguMTY0NyAyOC43MTk4IDE4LjUwOTcgMjguMzgyNUwyNy44MjE0IDE5LjI3OTdDMjguMjAxNiAxOC45MDgxIDI4LjcwNyAxOC43MDM1IDI5LjI0NDcgMTguNzAzNUMyOS43ODIzIDE4LjcwMzUgMzAuMjg3OCAxOC45MDgxIDMwLjY2NzkgMTkuMjc5N0MzMS4wNDggMTkuNjUxNCAzMS4yNTc0IDIwLjE0NTUgMzEuMjU3NCAyMC42NzFDMzEuMjU3NCAyMS4xOTY1IDMxLjA0OCAyMS42OTA2IDMwLjY2NzkgMjIuMDYyMkwyMS4xMDk1IDMxLjQwNjFDMjAuNTE1NyAzMS45ODA0IDE5LjcyOTUgMzIuMjk2NCAxOC44OTM2IDMyLjI5NjRDMTguMDUyIDMyLjI5NjQgMTcuMjYwNyAzMS45NzYgMTYuNjY1NSAzMS4zOTQyQzE2LjA3MDQgMzAuODEyNCAxNS43NDI2IDMwLjAzODkgMTUuNzQyNiAyOS4yMTYxQzE1Ljc0MjYgMjguMzkzMyAxNi4wNzA0IDI3LjYxOTkgMTYuNjY1NSAyNy4wMzgxTDI0LjMwNDYgMTkuNTcwNEMyNC42NDQ5IDE5LjIzNzggMjQuNjQ0OSAxOC42OTg1IDI0LjMwNDYgMTguMzY1OEMyMy45NjQ0IDE4LjAzMzIgMjMuNDEyNiAxOC4wMzMyIDIzLjA3MjQgMTguMzY1OEwxNS40MzM0IDI1LjgzMzVDMTQuNTA5MSAyNi43MzcgMTQgMjcuOTM4NCAxNCAyOS4yMTYxQzE0IDMwLjQ5MzkgMTQuNTA5MSAzMS42OTUzIDE1LjQzMzQgMzIuNTk4OEMxNi4zNTc3IDMzLjUwMjQgMTcuNTg2NiAzNCAxOC44OTM3IDM0QzIwLjE1MzYgMzQgMjEuMzQwOCAzMy41Mzc3IDIyLjI1MjcgMzIuNjk1MkwyMi4yNTQgMzIuNjk2NkwyMi4zNDg5IDMyLjYwMzlDMjIuMzUwNiAzMi42MDIzIDIyLjM1MjMgMzIuNjAwNiAyMi4zNTQgMzIuNTk4OUwzMS45IDIzLjI2NzFDMzIuNjA5NCAyMi41NzM3IDMzIDIxLjY1MTggMzMgMjAuNjcxMkMzMyAxOS42OTA3IDMyLjYwOTQgMTguNzY4NyAzMS45IDE4LjA3NTRDMzEuMTkwOCAxNy4zODE5IDMwLjI0NzcgMTcgMjkuMjQ0NiAxN1oiIGZpbGw9IiM2MDYwNjAiLz4KPC9nPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzY5M18yNDg4Ij4KPHJlY3Qgd2lkdGg9IjQ4IiBoZWlnaHQ9IjQ4IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8Y2xpcFBhdGggaWQ9ImNsaXAxXzY5M18yNDg4Ij4KPHJlY3Qgd2lkdGg9IjE5IiBoZWlnaHQ9IjE3IiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTQgMTcpIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");}html.theme-dark .social-media-share .btn-copy:hover{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjQiIGN5PSIyNCIgcj0iMjQiIGZpbGw9IiNDOEM4QzgiLz4KPHBhdGggZD0iTTMwLjI0NDYgMTZDMjkuMjQxNSAxNiAyOC4yOTg0IDE2LjM4MTkgMjcuNTg5MSAxNy4wNzUyTDE4LjI3NzYgMjYuMTc3OEMxNy4yNTMgMjcuMTc5NCAxNy4yNTMgMjguODA5MSAxOC4yNzc2IDI5LjgxMDdDMTkuMzAyMiAzMC44MTIzIDIwLjk2OTIgMzAuODEyMiAyMS45OTM4IDI5LjgxMDdMMzEuNDQ1NiAyMC41NzExQzMxLjc4NTkgMjAuMjM4NSAzMS43ODU5IDE5LjY5OTIgMzEuNDQ1NiAxOS4zNjY1QzMxLjEwNTMgMTkuMDMzOSAzMC41NTM1IDE5LjAzMzkgMzAuMjEzMyAxOS4zNjY1TDIwLjc2MTcgMjguNjA2MUMyMC40MTY1IDI4Ljk0MzUgMTkuODU0OSAyOC45NDM1IDE5LjUwOTggMjguNjA2MUMxOS4xNjQ3IDI4LjI2ODggMTkuMTY0NyAyNy43MTk4IDE5LjUwOTcgMjcuMzgyNUwyOC44MjE0IDE4LjI3OTdDMjkuMjAxNiAxNy45MDgxIDI5LjcwNyAxNy43MDM1IDMwLjI0NDcgMTcuNzAzNUMzMC43ODIzIDE3LjcwMzUgMzEuMjg3OCAxNy45MDgxIDMxLjY2NzkgMTguMjc5N0MzMi4wNDggMTguNjUxNCAzMi4yNTc0IDE5LjE0NTUgMzIuMjU3NCAxOS42NzFDMzIuMjU3NCAyMC4xOTY1IDMyLjA0OCAyMC42OTA2IDMxLjY2NzkgMjEuMDYyMkwyMi4xMDk1IDMwLjQwNjFDMjEuNTE1NyAzMC45ODA0IDIwLjcyOTUgMzEuMjk2NCAxOS44OTM2IDMxLjI5NjRDMTkuMDUyIDMxLjI5NjQgMTguMjYwNyAzMC45NzYgMTcuNjY1NSAzMC4zOTQyQzE3LjA3MDQgMjkuODEyNCAxNi43NDI2IDI5LjAzODkgMTYuNzQyNiAyOC4yMTYxQzE2Ljc0MjYgMjcuMzkzMyAxNy4wNzA0IDI2LjYxOTkgMTcuNjY1NSAyNi4wMzgxTDI1LjMwNDYgMTguNTcwNEMyNS42NDQ5IDE4LjIzNzggMjUuNjQ0OSAxNy42OTg1IDI1LjMwNDYgMTcuMzY1OEMyNC45NjQ0IDE3LjAzMzIgMjQuNDEyNiAxNy4wMzMyIDI0LjA3MjQgMTcuMzY1OEwxNi40MzM0IDI0LjgzMzVDMTUuNTA5MSAyNS43MzcgMTUgMjYuOTM4NCAxNSAyOC4yMTYxQzE1IDI5LjQ5MzkgMTUuNTA5MSAzMC42OTUzIDE2LjQzMzQgMzEuNTk4OEMxNy4zNTc3IDMyLjUwMjQgMTguNTg2NiAzMyAxOS44OTM3IDMzQzIxLjE1MzYgMzMgMjIuMzQwOCAzMi41Mzc3IDIzLjI1MjcgMzEuNjk1MkwyMy4yNTQgMzEuNjk2NkwyMy4zNDg5IDMxLjYwMzlDMjMuMzUwNiAzMS42MDIzIDIzLjM1MjMgMzEuNjAwNiAyMy4zNTQgMzEuNTk4OUwzMi45IDIyLjI2NzFDMzMuNjA5NCAyMS41NzM3IDM0IDIwLjY1MTggMzQgMTkuNjcxMkMzNCAxOC42OTA3IDMzLjYwOTQgMTcuNzY4NyAzMi45IDE3LjA3NTRDMzIuMTkwOCAxNi4zODE5IDMxLjI0NzcgMTYgMzAuMjQ0NiAxNloiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");}html.theme-dark .social-media-share .facebook{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI0NyIgaGVpZ2h0PSI0NyIgcng9IjIzLjUiIHN0cm9rZT0iIzJDMkMyQyIgc3Ryb2tlLW9wYWNpdHk9IjAuMSIvPgo8cGF0aCBkPSJNMTMuNTAyIDIzLjk5ODZDMTMuNTAzMiAyOC45MTggMTcuMjU5MyAzMy4xMDY3IDIyLjM2MDggMzMuODc3NlYyNi44ODg2SDE5LjY5N1YyMy45OTg2SDIyLjM2NFYyMS43OTg2QzIyLjI0NDcgMjAuNzU2MiAyMi42MTg2IDE5LjcxNzIgMjMuMzg0MiAxOC45NjM2QzI0LjE0OTggMTguMjA5OSAyNS4yMjc3IDE3LjgxOTYgMjYuMzI1NiAxNy44OTg2QzI3LjExMzcgMTcuOTEwNyAyNy44OTk4IDE3Ljk3NzYgMjguNjc3NiAxOC4wOTg2VjIwLjU1NzZIMjcuMzUwNEMyNi44OTM1IDIwLjUwMDYgMjYuNDM0MSAyMC42NDQzIDI2LjEwMTcgMjAuOTQ4M0MyNS43NjkzIDIxLjI1MjIgMjUuNTk5OCAyMS42ODM1IDI1LjY0MSAyMi4xMjA2VjIzLjk5ODZIMjguNTUwNkwyOC4wODU0IDI2Ljg4OTZIMjUuNjQxVjMzLjg3NzZDMzEuMTU4MiAzMy4wNDcyIDM1LjAyNzEgMjguMjQ4NCAzNC40NDQ3IDIyLjk1NzdDMzMuODYyNCAxNy42NjcgMjkuMDMyOCAxMy43MzY2IDIzLjQ1NDcgMTQuMDEzOEMxNy44NzY2IDE0LjI5MTEgMTMuNTAyOCAxOC42Nzg5IDEzLjUwMiAyMy45OTg2WiIgZmlsbD0iIzYwNjA2MCIvPgo8L3N2Zz4K");}html.theme-dark .social-media-share .twitter{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI0NyIgaGVpZ2h0PSI0NyIgcng9IjIzLjUiIHN0cm9rZT0iIzJDMkMyQyIgc3Ryb2tlLW9wYWNpdHk9IjAuMSIvPgo8cGF0aCBkPSJNMTMuOTM0NyAxNS43OTY5TDIxLjUyODQgMjUuOTUwNEwxMy44ODY3IDM0LjIwNTZIMTUuNjA2NUwyMi4yOTY4IDI2Ljk3OEwyNy43MDI0IDM0LjIwNTZIMzMuNTU1TDI1LjUzNCAyMy40ODFMMzIuNjQ2OCAxNS43OTY5SDMwLjkyN0wyNC43NjU2IDIyLjQ1MzNMMTkuNzg3MyAxNS43OTY5SDEzLjkzNDdaTTE2LjQ2MzggMTcuMDYzN0gxOS4xNTI1TDMxLjAyNTUgMzIuOTM4NkgyOC4zMzY4TDE2LjQ2MzggMTcuMDYzN1oiIGZpbGw9IiM2MDYwNjAiLz4KPC9zdmc+Cg==");}html.theme-dark .social-media-share .whatsapp{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc2NF8yNzQ1KSI+CjxwYXRoIGQ9Ik00Ny41IDI0QzQ3LjUgMTEuMDIxMyAzNi45Nzg3IDAuNSAyNCAwLjVDMTEuMDIxMyAwLjUgMC41IDExLjAyMTMgMC41IDI0QzAuNSAzNi45Nzg3IDExLjAyMTMgNDcuNSAyNCA0Ny41QzM2Ljk3ODcgNDcuNSA0Ny41IDM2Ljk3ODcgNDcuNSAyNFoiIHN0cm9rZT0iIzJDMkMyQyIgc3Ryb2tlLW9wYWNpdHk9IjAuMSIvPgo8cGF0aCBkPSJNMjMuNzQwMSAxNUMxOC45MjA5IDE1IDE1LjAwMDEgMTguOTIwOCAxNS4wMDAxIDIzLjc0QzE1LjAwMDEgMjUuMjQ0OCAxNS4zODg4IDI2LjcyNDUgMTYuMTI2IDI4LjAzMDJMMTUuMDE0MSAzMS45OTc0QzE0Ljk3NzYgMzIuMTI3NyAxNS4wMTMgMzIuMjY3NiAxNS4xMDcyIDMyLjM2NDVDMTUuMTc5OCAzMi40MzkzIDE1LjI3ODYgMzIuNDggMTUuMzgwMSAzMi40OEMxNS40MTA1IDMyLjQ4IDE1LjQ0MTIgMzIuNDc2MiAxNS40NzEzIDMyLjQ2OUwxOS42MTE3IDMxLjQ0MzRDMjAuODc2IDMyLjEyMiAyMi4yOTk5IDMyLjQ4IDIzLjc0MDEgMzIuNDhDMjguNTU5MiAzMi40OCAzMi40ODAxIDI4LjU1OTIgMzIuNDgwMSAyMy43NEMzMi40ODAxIDE4LjkyMDggMjguNTU5MiAxNSAyMy43NDAxIDE1Wk0yOC4xMzY3IDI2LjgyNDFDMjcuOTQ5NyAyNy4zNDE2IDI3LjA1MjkgMjcuODE0IDI2LjYyMiAyNy44Nzc0QzI2LjIzNTEgMjcuOTM0MSAyNS43NDU3IDI3Ljk1ODQgMjUuMjA4NCAyNy43ODk3QzI0Ljg4MjcgMjcuNjg3MSAyNC40NjQ3IDI3LjU1MSAyMy45MjkzIDI3LjMyMjZDMjEuNjc4NiAyNi4zNjI4IDIwLjIwODcgMjQuMTI0OSAyMC4wOTYyIDIzLjk3NzFDMTkuOTg0MSAyMy44MjkzIDE5LjE4MDEgMjIuNzc1OSAxOS4xODAxIDIxLjY4NTdDMTkuMTgwMSAyMC41OTU1IDE5Ljc1OTYgMjAuMDU5MyAxOS45NjU1IDE5LjgzNzRDMjAuMTcxNSAxOS42MTU1IDIwLjQxNDMgMTkuNTYgMjAuNTY0IDE5LjU2QzIwLjcxMzcgMTkuNTYgMjAuODYzMSAxOS41NjE5IDIwLjk5NDIgMTkuNTY4QzIxLjEzMjEgMTkuNTc0OCAyMS4zMTcyIDE5LjUxNTkgMjEuNDk5MiAxOS45NDg0QzIxLjY4NjIgMjAuMzkyMiAyMi4xMzQ5IDIxLjQ4MjQgMjIuMTkwNCAyMS41OTM4QzIyLjI0NjcgMjEuNzA0NyAyMi4yODM5IDIxLjgzNDMgMjIuMjA5NCAyMS45ODIxQzIyLjEzNDkgMjIuMTI5OSAyMi4wOTc3IDIyLjIyMjMgMjEuOTg1MiAyMi4zNTE5QzIxLjg3MjcgMjIuNDgxNCAyMS43NDk2IDIyLjY0MDcgMjEuNjQ4NSAyMi43NDAyQzIxLjUzNjEgMjIuODUwOCAyMS40MTk0IDIyLjk3MDUgMjEuNTUwMSAyMy4xOTI0QzIxLjY4MDggMjMuNDE0MyAyMi4xMzExIDI0LjEzOTggMjIuNzk4NCAyNC43MjcyQzIzLjY1NTMgMjUuNDgxOSAyNC4zNzg1IDI1LjcxNiAyNC42MDI3IDI1LjgyN0MyNC44MjY5IDI1LjkzNzkgMjQuOTU4IDI1LjkxOTMgMjUuMDg4NyAyNS43NzE1QzI1LjIxOTQgMjUuNjIzMyAyNS42NDk2IDI1LjEyNDMgMjUuNzk4OSAyNC45MDI4QzI1Ljk0ODIgMjQuNjgxMyAyNi4wOTggMjQuNzE3NyAyNi4zMDM5IDI0Ljc5MThDMjYuNTA5OSAyNC44NjU2IDI3LjYxMyAyNS40MDE0IDI3LjgzNzIgMjUuNTEyM0MyOC4wNjE0IDI1LjYyMzMgMjguMjExMSAyNS42Nzg4IDI4LjI2NzQgMjUuNzcxMUMyOC4zMjM2IDI1Ljg2MzEgMjguMzIzNiAyNi4zMDY5IDI4LjEzNjcgMjYuODI0MVoiIGZpbGw9IiM2MDYwNjAiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF83NjRfMjc0NSI+CjxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");}html.theme-dark .social-media-share .bluesky{border-radius:50%;border:1px solid #FFFFFF;}html.theme-dark .social-media-share .tiktok{border-radius:50%;border:1px solid #FFFFFF;}html.theme-dark .share .flag.action-flag{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI0NyIgaGVpZ2h0PSI0NyIgcng9IjIzLjUiIHN0cm9rZT0iI0U1RTVFNSIvPgo8cGF0aCBkPSJNMTcgMTkuOEMxNyAxOC4xMTk4IDE3IDE3LjI3OTggMTcuMzI3IDE2LjYzOEMxNy42MTQ2IDE2LjA3MzUgMTguMDczNSAxNS42MTQ2IDE4LjYzOCAxNS4zMjdDMTkuMjc5OCAxNSAyMC4xMTk4IDE1IDIxLjggMTVIMjYuMkMyNy44ODAyIDE1IDI4LjcyMDIgMTUgMjkuMzYyIDE1LjMyN0MyOS45MjY1IDE1LjYxNDYgMzAuMzg1NCAxNi4wNzM1IDMwLjY3MyAxNi42MzhDMzEgMTcuMjc5OCAzMSAxOC4xMTk4IDMxIDE5LjhWMzNMMjQgMjlMMTcgMzNWMTkuOFoiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");}html.theme-dark .share .flag.action-unflag{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI0NyIgaGVpZ2h0PSI0NyIgcng9IjIzLjUiIHN0cm9rZT0iI0QyMjMyQSIvPgo8cGF0aCBkPSJNMTcgMTkuOEMxNyAxOC4xMTk4IDE3IDE3LjI3OTggMTcuMzI3IDE2LjYzOEMxNy42MTQ2IDE2LjA3MzUgMTguMDczNSAxNS42MTQ2IDE4LjYzOCAxNS4zMjdDMTkuMjc5OCAxNSAyMC4xMTk4IDE1IDIxLjggMTVIMjYuMkMyNy44ODAyIDE1IDI4LjcyMDIgMTUgMjkuMzYyIDE1LjMyN0MyOS45MjY1IDE1LjYxNDYgMzAuMzg1NCAxNi4wNzM1IDMwLjY3MyAxNi42MzhDMzEgMTcuMjc5OCAzMSAxOC4xMTk4IDMxIDE5LjhWMzNMMjQgMjlMMTcgMzNWMTkuOFoiIGZpbGw9IiNEMjIzMkEiIHN0cm9rZT0iI0QyMjMyQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");}html.theme-dark .share .flag:hover{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0OCA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHJlY3QgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSI0NyIgaGVpZ2h0PSI0NyIgcng9IjIzLjUiIHN0cm9rZT0iI0U1RTVFNSIvPgo8cGF0aCBkPSJNMTcgMTkuOEMxNyAxOC4xMTk4IDE3IDE3LjI3OTggMTcuMzI3IDE2LjYzOEMxNy42MTQ2IDE2LjA3MzUgMTguMDczNSAxNS42MTQ2IDE4LjYzOCAxNS4zMjdDMTkuMjc5OCAxNSAyMC4xMTk4IDE1IDIxLjggMTVIMjYuMkMyNy44ODAyIDE1IDI4LjcyMDIgMTUgMjkuMzYyIDE1LjMyN0MyOS45MjY1IDE1LjYxNDYgMzAuMzg1NCAxNi4wNzM1IDMwLjY3MyAxNi42MzhDMzEgMTcuMjc5OCAzMSAxOC4xMTk4IDMxIDE5LjhWMzNMMjQgMjlMMTcgMzNWMTkuOFoiIGZpbGw9IiNEMjIzMkEiIHN0cm9rZT0iI0QyMjMyQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");}html.theme-dark .card .card-body .text-gray,html.theme-dark .card .card-body .text-muted{color:#888888 !important;}html.theme-dark .card .card-body a{color:#9DCEFF !important;}html.theme-dark .kvkk-modal .modal-dialog .modal-content{background-color:#1C1C1C !important;color:#FFFFFF;}html.theme-dark .kvkk-modal.pazarlama .modal-dialog{height:100%;align-content:center;margin:auto;}html.theme-dark .ai-section .ai-section-img{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTk4IiBoZWlnaHQ9IjM0IiB2aWV3Qm94PSIwIDAgNTk4IDM0IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNNzkuODQ0MiAyNC40MjI0SDY0LjUxNzJWMC42OTUzMTJINTMuMzUyN1YzMi42NTY5SDc5Ljg0NDJWMjQuNDIyNFpNMjkuMjg0NyAyOS44NjYxQzMxLjgzOTQgMzIuMDEyOSAzNS4xODA4IDMzLjA4NSAzOS4zMTI5IDMzLjA4NUM0My40NDUgMzMuMDg1IDQ2Ljg1IDMxLjk5NyA0OS4zNDExIDI5LjgxODRDNTIuMDUzNCAyNy40NTE3IDUzLjQwOTYgMjQuMDkxMSA1My40MDk2IDE5LjczNjZDNTMuNDA5NiAxNS44NTUyIDUyLjEzOTUgMTIuNzM5NyA0OS42MDIgMTAuMzg4OUM0Ny4wNjMyIDguMDM4MDQgNDMuNjE4NSA2Ljg2MjYyIDM5LjI2NTIgNi44NjI2MkMzNC45MTIgNi44NjI2MiAzMS42MTY5IDguMDE1NTIgMjkuMDk0IDEwLjMxNzNDMjYuNTA3NSAxMi43MTU5IDI1LjIxNDkgMTYuMDI4OCAyNS4yMTQ5IDIwLjI1NzRDMjUuMjE0OSAyNC40ODYgMjYuNTcxIDI3LjU2MyAyOS4yODM0IDI5Ljg2NjFNNDIuNDM1OCAxNS4xOTI2QzQzLjE5MzMgMTYuMzYwMSA0My41NzA4IDE3Ljg3NDcgNDMuNTcwOCAxOS43MzY2QzQzLjU3MDggMjQuMjE4MyA0Mi4xNTExIDI2LjQ1NzggMzkuMzEyOSAyNi40NTc4QzM2LjQ3NDggMjYuNDU3OCAzNS4wNTUgMjQuMjE3IDM1LjA1NSAxOS43MzY2QzM1LjA1NSAxOC4wNjQyIDM1LjM1NDMgMTYuNjkyNyAzNS45NTQzIDE1LjYxOTNDMzYuNzEwNSAxNC4yMzA1IDM3Ljg2MjcgMTMuNTIwMiAzOS40MDY5IDEzLjQ4ODRDNDAuNjY3NyAxMy40NTY2IDQxLjY3ODIgMTQuMDI1MSA0Mi40MzQ1IDE1LjE5MjZNNC4wNzExNSAzMS4zODA4QzYuMTUzMDcgMzIuNTE2NSA5LjA5ODQ5IDMzLjA4NSAxMi40NDEyIDMzLjA4NUMxNi44NTU0IDMzLjA4NSAyMC4yMTQgMzIuMjgwNiAyMi41MTcxIDMwLjY3MThDMjQuNjkzMSAyOS4xODkgMjUuNjUzMiAyNy4xMDU4IDI1LjY1MzIgMjQuNDIzN0MyNS42NTMyIDIxLjc0MTYgMjQuMjk1OCAxOS43MjIgMjEuNTg0OCAxOC4zNjVDMjAuMzU0NCAxNy43MzQzIDE3Ljg0NzMgMTcuMDA4MSAxNC4wNjM2IDE2LjE4NzhDMTEuMzQ5OSAxNS41ODg4IDkuOTk1MSAxNC44NjI2IDkuOTk1MSAxNC4wMTA2QzkuOTk1MSAxMi44NDMxIDEwLjkyNDggMTIuMjU4NyAxMi43ODY5IDEyLjI1ODdDMTQuNTUyMyAxMi4yNTg3IDE1LjUzMSAxMy4wNjMxIDE1LjcyMDQgMTQuNjczMUgyNC43ODg0QzI0LjM0NjEgOS40NjY1NyAyMC4xMiA2Ljg2MjYyIDEyLjM2MDQgNi44NjI2MkM5LjIzODg4IDYuODYyNjIgNi42MzY0NyA3LjQyOTc5IDQuNTU0NTQgOC41NjY3OEMxLjkzNjI0IDEwLjAxOTIgMC42MjkwODEgMTIuMTgwNSAwLjYyOTA4MSAxNS4wNTIxQzAuNjI5MDgxIDE3LjkyMzggMi4wNjQ3MSAxOS44NjUxIDQuNjgzMDEgMjEuMTU4NUM1Ljc1NDQzIDIxLjY2MzQgOC4xOTkyNCAyMi4zMjYgMTIuMDE2MSAyMy4xNDYyQzE0LjYzMzEgMjMuNjgyOSAxNS45NDE2IDI0LjQ1NjggMTUuOTQxNiAyNS40NjY2QzE1Ljk0MTYgMjYuOTQ5NCAxNC45MDE5IDI3LjY5MTUgMTIuODIgMjcuNjkxNUMxMS44NDI2IDI3LjY5MTUgMTEuMDIxNSAyNy40MjM5IDEwLjM2MDYgMjYuODg3MkM5LjY5ODQ0IDI2LjM1MDUgOS4zNjczNCAyNS42MDg0IDkuMzY3MzQgMjQuNjYyMkgwQzAuMjUxNjMyIDI3LjcyMzMgMS40NTI4NSAyOS45NjQyIDQuMDcxMTUgMzEuMzgzNCIgZmlsbD0iI0QyMjMyQSIvPgo8cGF0aCBkPSJNNzguMTI0MiAzMi41ODU5VjIzLjE0NTlMNjguODQ0MiA2LjgyNTk0SDc2LjY4NDJMODEuODg0MiAxNi41NDU5TDg3LjA4NDIgNi44MjU5NEg5NC45MjQyTDg1LjY0NDIgMjMuMTQ1OVYzMi41ODU5SDc4LjEyNDJaTTk1LjEyMzkgMzIuNTg1OVYyOC44MjU5TDEwNi4zMjQgMTIuNTg1OUg5NS43MjM5VjYuODI1OTRIMTE2LjIwNFYxMC43NDU5TDEwNS4xMjQgMjYuODI1OUgxMTYuNDQ0VjMyLjU4NTlIOTUuMTIzOVpNMTE4LjY0OSAzMi41ODU5VjYuODI1OTRIMTMyLjgwOUMxMzUuNDIyIDYuODI1OTQgMTM3LjQwOSA3LjQzOTI3IDEzOC43NjkgOC42NjU5NEMxNDAuMTI5IDkuODkyNiAxNDAuODA5IDExLjY1MjYgMTQwLjgwOSAxMy45NDU5QzE0MC44MDkgMTUuMjc5MyAxNDAuNTU2IDE2LjM5OTMgMTQwLjA0OSAxNy4zMDU5QzEzOS41NjkgMTguMjEyNiAxMzguOTI5IDE4LjkzMjYgMTM4LjEyOSAxOS40NjU5QzEzOS4yMjIgMTkuODkyNiAxNDAuMDg5IDIwLjUxOTMgMTQwLjcyOSAyMS4zNDU5QzE0MS4zOTYgMjIuMTQ1OSAxNDEuNzI5IDIzLjM0NTkgMTQxLjcyOSAyNC45NDU5QzE0MS43MjkgMjcuMzcyNiAxNDAuOTgyIDI5LjI1MjYgMTM5LjQ4OSAzMC41ODU5QzEzNy45OTYgMzEuOTE5MyAxMzUuODc2IDMyLjU4NTkgMTMzLjEyOSAzMi41ODU5SDExOC42NDlaTTEyNS44ODkgMTcuMTA1OUgxMzAuNzY5QzEzMi42MDkgMTcuMTA1OSAxMzMuNTI5IDE2LjI3OTMgMTMzLjUyOSAxNC42MjU5QzEzMy41MjkgMTMuNzk5MyAxMzMuMzAyIDEzLjE3MjYgMTMyLjg0OSAxMi43NDU5QzEzMi40MjIgMTIuMzE5MyAxMzEuNjYyIDEyLjEwNTkgMTMwLjU2OSAxMi4xMDU5SDEyNS44ODlWMTcuMTA1OVpNMTI1Ljg4OSAyNy4zNDU5SDEzMS4wODlDMTMyLjEwMiAyNy4zNDU5IDEzMi44NDkgMjcuMTMyNiAxMzMuMzI5IDI2LjcwNTlDMTMzLjgwOSAyNi4yNzkzIDEzNC4wNDkgMjUuNTcyNiAxMzQuMDQ5IDI0LjU4NTlDMTM0LjA0OSAyMy43NTkzIDEzMy44MDkgMjMuMTMyNiAxMzMuMzI5IDIyLjcwNTlDMTMyLjg0OSAyMi4yNzkzIDEzMi4wNDkgMjIuMDY1OSAxMzAuOTI5IDIyLjA2NTlIMTI1Ljg4OVYyNy4zNDU5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");}html.theme-dark .ai-section .bg-white,html.theme-dark .ai-section .form-control{background-color:#000000 !important;color:#FFFFFF;}html.theme-dark .ai-section .form-control::placeholder{color:#F2F2F2 !important;}html.theme-dark .ai-section .border-gray-200{border:1px solid #000000 !important;}html.theme-dark .text-dark,html.theme-dark .text-black{color:#FFFFFF !important;}html.theme-dark .text-blue{color:#9DCEFF !important;}html.theme-dark .text-teal{color:#8FD2D0 !important;}html.theme-dark .text-primary{color:#FFB2A3 !important;}html.theme-dark .head-title{border-bottom:0 !important;}html.theme-dark header.sticky{background-color:#000000;}@media (max-width:991.98px){html.theme-dark header .sub-menu{background-color:#000000;}}html.theme-dark header .header-actions .icon-bars .bar{background:#FFFFFF;}html.theme-dark header .header-actions .dropdown-menu{border-bottom:5px solid #D2232A !important;}html.theme-dark header .header-actions .dropdown-menu,html.theme-dark header .header-actions .search-modal{background:#000000 !important;}html.theme-dark header .header-actions .form-search{color:#FFFFFF;background-color:transparent !important;}html.theme-dark header .header-actions .form-search::placeholder{color:#FFFFFF;}html.theme-dark header .header-actions .user-loggin .user-name{color:#FFFFFF;}html.theme-dark header .logged-user:before{background:#FFFFFF !important;}html.theme-dark header .logged-user .logged-user-block .mega-user-block{background-color:#131313 !important;}html.theme-dark header .logged-user .logged-user-block .mega-user-block .block{background-color:#131313 !important;}html.theme-dark header .change-theme::after,html.theme-dark header .search-button::after{filter:brightness(0) invert(1);}html.theme-dark header .dropdown-menu .mobil-alt-menu{background-color:#000000;}html.theme-dark .border-dark{border-color:#FFFFFF !important;}html.theme-dark .border-light-gray{border-color:#666666 !important;}html.theme-dark .current-news-home header{border-bottom:0 !important;}html.theme-dark .current-news-home .current-news-wrap{column-rule:1px solid #1C1C1C !important;}html.theme-dark .btn.share-icon{border:1px solid #1C1C1C;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDkiIHZpZXdCb3g9IjAgMCA0OCA0OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDIzLjY4NzVDMTguMDcgMjMuNjg3NSAxNy42MDUgMjMuNjg3NSAxNy4yMjM1IDIzLjc4OTdDMTYuMTg4MyAyNC4wNjcxIDE1LjM3OTYgMjQuODc1OCAxNS4xMDIyIDI1LjkxMUMxNSAyNi4yOTI1IDE1IDI2Ljc1NzUgMTUgMjcuNjg3NVYyOC44ODc1QzE1IDMwLjU2NzcgMTUgMzEuNDA3NyAxNS4zMjcgMzIuMDQ5NUMxNS42MTQ2IDMyLjYxNCAxNi4wNzM1IDMzLjA3MjkgMTYuNjM4IDMzLjM2MDVDMTcuMjc5OCAzMy42ODc1IDE4LjExOTggMzMuNjg3NSAxOS44IDMzLjY4NzVIMjguMkMyOS44ODAyIDMzLjY4NzUgMzAuNzIwMiAzMy42ODc1IDMxLjM2MiAzMy4zNjA1QzMxLjkyNjUgMzMuMDcyOSAzMi4zODU0IDMyLjYxNCAzMi42NzMgMzIuMDQ5NUMzMyAzMS40MDc3IDMzIDMwLjU2NzcgMzMgMjguODg3NVYyNy42ODc1QzMzIDI2Ljc1NzUgMzMgMjYuMjkyNSAzMi44OTc4IDI1LjkxMUMzMi42MjA0IDI0Ljg3NTggMzEuODExNyAyNC4wNjcxIDMwLjc3NjUgMjMuNzg5N0MzMC4zOTUgMjMuNjg3NSAyOS45MyAyMy42ODc1IDI5IDIzLjY4NzVNMjggMTkuNjg3NUwyNCAxNS42ODc1TTI0IDE1LjY4NzVMMjAgMTkuNjg3NU0yNCAxNS42ODc1VjI3LjY4NzUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");transition:all 0.3s ease;}html.theme-dark .btn.share-icon:hover{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDgiIGhlaWdodD0iNDkiIHZpZXdCb3g9IjAgMCA0OCA0OSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzY5M18yNTE1KSI+CjxwYXRoIGQ9Ik00Ny41IDI0LjY5MTRDNDcuNSAxMS43MTI3IDM2Ljk3ODcgMS4xOTE0MSAyNCAxLjE5MTQxQzExLjAyMTMgMS4xOTE0MSAwLjUgMTEuNzEyNyAwLjUgMjQuNjkxNEMwLjUgMzcuNjcwMSAxMS4wMjEzIDQ4LjE5MTQgMjQgNDguMTkxNEMzNi45Nzg3IDQ4LjE5MTQgNDcuNSAzNy42NzAxIDQ3LjUgMjQuNjkxNFoiIHN0cm9rZT0iI0QyMjMyQSIvPgo8cGF0aCBkPSJNMTkgMjMuNjkxNEMxOC4wNyAyMy42OTE0IDE3LjYwNSAyMy42OTE0IDE3LjIyMzUgMjMuNzkzNkMxNi4xODgzIDI0LjA3MSAxNS4zNzk2IDI0Ljg3OTcgMTUuMTAyMiAyNS45MTQ5QzE1IDI2LjI5NjQgMTUgMjYuNzYxNCAxNSAyNy42OTE0VjI4Ljg5MTRDMTUgMzAuNTcxNiAxNSAzMS40MTE2IDE1LjMyNyAzMi4wNTM0QzE1LjYxNDYgMzIuNjE3OSAxNi4wNzM1IDMzLjA3NjggMTYuNjM4IDMzLjM2NDRDMTcuMjc5OCAzMy42OTE0IDE4LjExOTggMzMuNjkxNCAxOS44IDMzLjY5MTRIMjguMkMyOS44ODAyIDMzLjY5MTQgMzAuNzIwMiAzMy42OTE0IDMxLjM2MiAzMy4zNjQ0QzMxLjkyNjUgMzMuMDc2OCAzMi4zODU0IDMyLjYxNzkgMzIuNjczIDMyLjA1MzRDMzMgMzEuNDExNiAzMyAzMC41NzE2IDMzIDI4Ljg5MTRWMjcuNjkxNEMzMyAyNi43NjE0IDMzIDI2LjI5NjQgMzIuODk3OCAyNS45MTQ5QzMyLjYyMDQgMjQuODc5NyAzMS44MTE3IDI0LjA3MSAzMC43NzY1IDIzLjc5MzZDMzAuMzk1IDIzLjY5MTQgMjkuOTMgMjMuNjkxNCAyOSAyMy42OTE0TTI4IDE5LjY5MTRMMjQgMTUuNjkxNE0yNCAxNS42OTE0TDIwIDE5LjY5MTRNMjQgMTUuNjkxNFYyNy42OTE0IiBzdHJva2U9IiNEMjIzMkEiIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF82OTNfMjUxNSI+CjxyZWN0IHdpZHRoPSI0OCIgaGVpZ2h0PSI0OSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");}html.theme-dark .social-media.open{background-color:#1C1C1C;}html.theme-dark .bg-dark,html.theme-dark .bg-soft-pink,html.theme-dark .bg-black,html.theme-dark .bg-light-soft-blue,html.theme-dark .bg-lighter-gray,html.theme-dark .bg-surface-green{background-color:#262626 !important;}html.theme-dark .bg-surface-bej{background-color:#000000 !important;}html.theme-dark .progress-ring{background-color:#000000;}html.theme-dark .ring-bg{stroke:#1C1C1C;stroke-width:2;}html.theme-dark .ring-prog{stroke-width:2;}html.theme-dark .ring-label{color:#FFFFFF;}html.theme-dark .gelenek-detailt-top .text-primary,html.theme-dark .main-eck-gelenek .text-primary{color:#D2232A !important;}html.theme-dark .bg-surface{background-color:#131313 !important;}html.theme-dark .bg-surface header.sticky{background-color:#131313 !important;}html.theme-dark .bg-surface header .dropdown-menu,html.theme-dark .bg-surface header .search-modal{background-color:#131313 !important;}html.theme-dark .bg-surface header .logged-user .logged-user-block .mega-user-block{background-color:#000000 !important;}@media (min-width:992px){html.theme-dark .bg-surface header .logged-user .logged-user-block .mega-user-block .user-menu{background-color:#000000 !important;}}@media (max-width:991.98px){html.theme-dark .bg-surface header .logged-user .logged-user-block .mega-user-block .user-menu{background-color:#131313 !important;}}html.theme-dark .bg-surface header .sub-menu{background-color:#131313 !important;}html.theme-dark .bg-surface .mobil-alt-menu{background-color:#131313 !important;}html.theme-dark .bg-surface .search-wrap::before,html.theme-dark .bg-surface .content-wrapper::before{background:#FFFFFF;}html.theme-dark .article--gelenek .node-body p{color:#FFFFFF !important;}html.theme-dark .article--gelenek .node-body p span{color:#FFFFFF !important;font-size:1.125rem !important;line-height:2rem !important;}html.theme-dark .article--gelenek .node-body h1,html.theme-dark .article--gelenek .node-body h2,html.theme-dark .article--gelenek .node-body h3,html.theme-dark .article--gelenek .node-body h4,html.theme-dark .article--gelenek .node-body h5,html.theme-dark .article--gelenek .node-body h6{color:#FFFFFF !important;}html.theme-dark .title-quote{color:#067D79 !important;}html.theme-dark .border-img:after{background:#1C1C1C !important;}html.theme-dark .breadcrumb-item::before{filter:brightness(0) invert(1);}html.theme-dark .list-title,html.theme-dark .list-sub-title{color:#FFFFFF;}html.theme-dark .pager__item.is-active{background:#FFB2A3;}html.theme-dark .pager__item.is-active a{background:#FFB2A3;}html.theme-dark .pager__item:not(.is-active){background:#1C1C1C;}html.theme-dark .pager__item:hover{background:#FFB2A3 !important;}html.theme-dark .pager__item a{background:#1C1C1C;color:#FFFFFF;}html.theme-dark .pager__item a:hover{background:#FFB2A3 !important;}html.theme-dark .pager .pager__item--next,html.theme-dark .pager .pager__item--previous{background-color:transparent;}html.theme-dark .pager .pager__item--next a,html.theme-dark .pager .pager__item--previous a{background-color:transparent !important;}html.theme-dark .author.list .item .arrow::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAzOCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM3LjU4IDYuNTMwMzNDMzcuODcyOSA2LjIzNzQ0IDM3Ljg3MjkgNS43NjI1NiAzNy41OCA1LjQ2OTY3TDMyLjgwNyAwLjY5NjY5OUMzMi41MTQxIDAuNDAzODA2IDMyLjAzOTMgMC40MDM4MDYgMzEuNzQ2NCAwLjY5NjY5OUMzMS40NTM1IDAuOTg5NTkyIDMxLjQ1MzUgMS40NjQ0NyAzMS43NDY0IDEuNzU3MzZMMzUuOTg5IDZMMzEuNzQ2NCAxMC4yNDI2QzMxLjQ1MzUgMTAuNTM1NSAzMS40NTM1IDExLjAxMDQgMzEuNzQ2NCAxMS4zMDMzQzMyLjAzOTMgMTEuNTk2MiAzMi41MTQxIDExLjU5NjIgMzIuODA3IDExLjMwMzNMMzcuNTggNi41MzAzM1pNMC40MzY1MjMgNlY2Ljc1SDM3LjA0OTdWNlY1LjI1SDAuNDM2NTIzVjZaIiBmaWxsPSIjRkZCMkEzIi8+Cjwvc3ZnPgo=") !important;}html.theme-dark .author.list .readMore,html.theme-dark .author.list .readLess{color:#D2232A !important;}html.theme-dark form.user-logout-confirm{color:#FFFFFF !important;}html.theme-dark form.user-logout-confirm a{color:#FFB2A3 !important;}html.theme-dark form.webform-submission-form{background-color:#1C1C1C;}html.theme-dark form.webform-submission-form .js-form-item label{color:#888888;}html.theme-dark form.webform-submission-form .js-form-item input,html.theme-dark form.webform-submission-form .js-form-item textarea{background-color:#1C1C1C;}html.theme-dark form .js-form-type-checkbox input[type=checkbox]:before{border:solid transparent !important;}html.theme-dark form .js-form-type-checkbox input[type=checkbox]:checked:before{border:solid #FFFFFF !important;border-width:0 2px 2px 0 !important;}html.theme-dark form.privatemsg-message-form .js-form-item label{color:#FFFFFF !important;}html.theme-dark form.privatemsg-message-form .ck-editor{background-color:#000000 !important;}html.theme-dark form.privatemsg-message-form .ck-editor .ck-content,html.theme-dark form.privatemsg-message-form .ck-editor .ck-toolbar{background-color:#000000 !important;color:#FFFFFF !important;}html.theme-dark form.privatemsg-message-form .ck-editor .ck-content .ck.ck-icon.ck-icon_inherit-color :not([fill]),html.theme-dark form.privatemsg-message-form .ck-editor .ck-toolbar .ck.ck-icon.ck-icon_inherit-color :not([fill]){fill:#FFFFFF !important;}html.theme-dark form legend{color:#FFFFFF;}html.theme-dark form .js-form-item input::placeholder{color:#E5E5E5 !important;}html.theme-dark form .js-form-item input[value]{color:#E5E5E5 !important;}html.theme-dark form .js-form-item input:-internal-autofill-selected{background-color:#000000 !important;-webkit-box-shadow:0 0 0px 1000px #888888 inset !important;-webkit-text-fill-color:#000000 !important;color:#E5E5E5 !important;}html.theme-dark form.create-subscription-form #iyzipay-checkout-form{background-color:#1C1C1C !important;border-color:#B2B2B2 !important;}html.theme-dark form.create-subscription-form #iyzipay-checkout-form #edit-pricing-plans .js-form-item .plan-card:not(.active) p{color:#000000 !important;}html.theme-dark form.create-subscription-form #iyzipay-checkout-form #edit-pricing-plans .js-form-item .plan-card:not(.active):hover p{color:#FFFFFF !important;}html.theme-dark form.create-subscription-form .plans-radio{border-radius:8px;}html.theme-dark form.create-subscription-form .form-submit{background-color:#D2232A !important;}html.theme-dark form.create-subscription-form .form-select{color:#E5E5E5;}html.theme-dark form.create-subscription-form .form-select::placeholder{color:#E5E5E5 !important;}html.theme-dark form.create-subscription-form .form-select[value]{color:#E5E5E5 !important;}html.theme-dark form.create-subscription-form .form-select option{color:#E5E5E5;}html.theme-dark form.create-subscription-form .user-details-wrapper{background-color:#000000 !important;}html.theme-dark form.create-subscription-form .user-details-wrapper .form-wrapper{background-color:#000000 !important;}html.theme-dark form.create-subscription-form .user-details-wrapper .mobile-number-field,html.theme-dark form.create-subscription-form .user-details-wrapper input{background-color:#000000;}html.theme-dark form.create-subscription-form .user-details-wrapper .mobile-number-field .prefix,html.theme-dark form.create-subscription-form .user-details-wrapper input .prefix{color:#FFFFFF;}html.theme-dark form.create-subscription-form .user-details-wrapper input::placeholder{color:#E5E5E5 !important;}html.theme-dark form.create-subscription-form .user-details-wrapper label{color:#FFFFFF;}html.theme-dark form.create-subscription-form .user-details-wrapper input[value]{color:#E5E5E5 !important;}html.theme-dark form.create-subscription-form .user-details-wrapper input:-internal-autofill-selected{background-color:#000000 !important;-webkit-box-shadow:0 0 0px 1000px #888888 inset !important;-webkit-text-fill-color:#000000 !important;color:#666666 !important;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body,html.theme-dark form.create-subscription-form .css-ul6git-Body{color:#B2B2B2 !important;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body .css-17a62y7-Sandbox,html.theme-dark form.create-subscription-form .css-ul6git-Body .css-17a62y7-Sandbox{color:#1C1C1C !important;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body input,html.theme-dark form.create-subscription-form .css-ul6git-Body input{color:#FFFFFF !important;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box,html.theme-dark form.create-subscription-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box{background-color:#1C1C1C !important;border-radius:8px;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-1ifkr55-TabsList,html.theme-dark form.create-subscription-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-1ifkr55-TabsList{background-color:#1C1C1C !important;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-1ifkr55-TabsList .css-fuysvw-Tab-Tab,html.theme-dark form.create-subscription-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-1ifkr55-TabsList .css-fuysvw-Tab-Tab{background-color:#1C1C1C !important;border-color:#B2B2B2 !important;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-snl14e-Screens-Screens,html.theme-dark form.create-subscription-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-snl14e-Screens-Screens{background-color:#1C1C1C !important;border-color:#B2B2B2 !important;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-snl14e-Screens-Screens .css-1yu5mva-Wrapper,html.theme-dark form.create-subscription-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-snl14e-Screens-Screens .css-1yu5mva-Wrapper{background-color:#1C1C1C !important;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-snl14e-Screens-Screens .css-1yu5mva-Wrapper .css-oa4ojb-UcsPermissionWrapper,html.theme-dark form.create-subscription-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-snl14e-Screens-Screens .css-1yu5mva-Wrapper .css-oa4ojb-UcsPermissionWrapper{background-color:#1C1C1C !important;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-snl14e-Screens-Screens .iyz-input-holder,html.theme-dark form.create-subscription-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-snl14e-Screens-Screens .iyz-input-holder{background-color:#1C1C1C !important;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-t08giz-Wrapper .css-53pfpa-UcsWrapper,html.theme-dark form.create-subscription-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-t08giz-Wrapper .css-53pfpa-UcsWrapper{background-color:#666666 !important;color:#FFFFFF !important;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-t08giz-Wrapper .css-53pfpa-UcsWrapper .css-15yb4ty-TextWrapper,html.theme-dark form.update-subscription-card-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-t08giz-Wrapper .css-53pfpa-UcsWrapper .css-1f55ouh-Content,html.theme-dark form.create-subscription-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-t08giz-Wrapper .css-53pfpa-UcsWrapper .css-15yb4ty-TextWrapper,html.theme-dark form.create-subscription-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-t08giz-Wrapper .css-53pfpa-UcsWrapper .css-1f55ouh-Content{color:#FFFFFF !important;}html.theme-dark form.update-subscription-card-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-t08giz-Wrapper .css-53pfpa-UcsWrapper button,html.theme-dark form.create-subscription-form .css-ul6git-Body .css-1sm64mb-Popup-Box-Box .css-t08giz-Wrapper .css-53pfpa-UcsWrapper button{background:rgb(30,100,255) !important;color:white !important;}html.theme-dark .css-1e2nqws-Holder .css-12zf5j6-Wrapper,html.theme-dark .css-1e2nqws-Holder .css-1hpkhxh-StyledInputWrapper{background-color:#1C1C1C !important;color:#FFFFFF !important;}html.theme-dark .css-1e2nqws-Holder input,html.theme-dark .css-1e2nqws-Holder .css-u95cy5-Content{color:#FFFFFF !important;}html.theme-dark .css-1e2nqws-Holder .css-1705iny-Close svg{filter:brightness(0) invert(1);}html.theme-dark .swal2-container .swal2-popup{background-color:#1C1C1C;color:#FFFFFF;}html.theme-dark .messages-filter summary{color:#FFFFFF;}html.theme-dark .messages-filter form{background-color:#1C1C1C !important;}html.theme-dark .messages-filter form .details-wrapper label{color:#FFFFFF;}html.theme-dark .messages-filter form .details-wrapper input,html.theme-dark .messages-filter form .details-wrapper textarea{background-color:#1C1C1C;color:#FFFFFF;}html.theme-dark .messages-filter form .description{color:#FFFFFF;}html.theme-dark .messages-list{color:#FFFFFF;}html.theme-dark .messages-list a{color:#FFB2A3 !important;}html.theme-dark ul.task-menu li a{color:#FFB2A3;}html.theme-dark .subscription-transactions-wrapper{color:#FFFFFF;}html.theme-dark .subscription-transactions-wrapper tr,html.theme-dark .subscription-transactions-wrapper th,html.theme-dark .subscription-transactions-wrapper td{color:#FFFFFF;}html.theme-dark .subscription-transactions-wrapper .silver-border{border-color:#666666 !important;}html.theme-dark .subscription-transactions-wrapper .form-submit{background-color:#D2232A !important;color:#FFFFFF !important;}html.theme-dark .privatemsg-thread-members{color:#FFFFFF;}html.theme-dark .privatemsg-thread-members a,html.theme-dark .privatemsg-message-information a{color:#FFB2A3 !important;}html.theme-dark .privatemsg-thread-messages .privatemsg-message-body{color:#FFFFFF !important;background-color:#1C1C1C !important;}html.theme-dark .update-card .card-number{background:#1C1C1C;border:1px solid #666666;}html.theme-dark .update-card .update-card-wrapper{background:#1C1C1C !important;border:1px solid #666666 !important;}html.theme-dark .chatbox{background:#1C1C1C;}html.theme-dark .chatbox .alert-wrapper,html.theme-dark .chatbox .input-section,html.theme-dark .chatbox .alert-wrapper{background-color:#888888;}html.theme-dark .chatbox .message{border:none !important;background-color:rgba(50,50,50,0.8509803922) !important;color:#FFFFFF !important;}html.theme-dark .newChat{background-color:#1C1C1C !important;color:#FFFFFF !important;}html.theme-dark .input-section,html.theme-dark .alert-wrapper{background-color:#1C1C1C;}html.theme-dark .input-section input,html.theme-dark .alert-wrapper input{background:#303030 !important;color:#FFFFFF !important;border:none !important;}html.theme-dark .custom-search-form form,html.theme-dark .search-wrap form{background:transparent;}html.theme-dark .sol-tv-img{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjI4IiBoZWlnaHQ9IjY4IiB2aWV3Qm94PSIwIDAgMjI4IDY4IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8ZyBjbGlwLXBhdGg9InVybCgjY2xpcDBfNjM4XzM4NjUpIj4KPHBhdGggZD0iTTE2Mi4yNzMgMzcuNzE0NFY0Mi45NjcxSDE3MC44ODVWNjYuMDkyOUgxNzcuMTk5VjQyLjk2NzFIMTg1LjgxMVYzNy43MTQ0SDE2Mi4yOTFIMTYyLjI3M1pNMjIwLjUzOCAyLjIxMDk0TDIwMi4xOTIgNTcuNjY3OEgyMDIuMTA0TDE5NS43MDMgMzcuNzE0NEgxODkuMTk2TDE5OC41MjYgNjYuMDkyOUgyMDUuNjQ3TDIyNy4wNjIgMi4yMTA5NEgyMjAuNTU1SDIyMC41MzhaIiBmaWxsPSJ3aGl0ZSIvPgo8bWFzayBpZD0ibWFzazBfNjM4XzM4NjUiIHN0eWxlPSJtYXNrLXR5cGU6bHVtaW5hbmNlIiBtYXNrVW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4PSIwIiB5PSIwIiB3aWR0aD0iMjI4IiBoZWlnaHQ9IjY4Ij4KPHBhdGggZD0iTTIyNy4wNjIgMC4yNUgwLjE0NDUzMVY2Ny4xMzExSDIyNy4wNjJWMC4yNVoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF82MzhfMzg2NSkiPgo8cGF0aCBkPSJNMTU3LjE3IDUwLjMxNDNIMTI3LjAyMVY0LjIxODc1SDEwNS4wNjJWNjYuMzE1MUgxNTcuMTdWNTAuMzE0M1pNNTcuNzQyMiA2MC44ODkxQzYyLjc3NTggNjUuMDQ5NiA2OS4zMzU0IDY3LjE0NzMgNzcuNDczNCA2Ny4xNDczQzg1LjYxMTQgNjcuMTQ3MyA5Mi4yOTM3IDY1LjAzMjMgOTcuMjA0NiA2MC44MDI0QzEwMi41MzYgNTYuMjA4NCAxMDUuMjAyIDQ5LjY3MjkgMTA1LjIwMiA0MS4yMTMxQzEwNS4yMDIgMzMuNjcyMSAxMDIuNzEyIDI3LjYyMTkgOTcuNzEzMiAyMy4wNDUzQzkyLjcxNDcgMTguNDg2IDg1Ljk0NDcgMTYuMTk3NyA3Ny4zODU3IDE2LjE5NzdDNjguODI2NyAxNi4xOTc3IDYyLjMzNzMgMTguNDM0IDU3LjM5MTQgMjIuOTA2NkM1Mi4zMDUxIDI3LjU2OTkgNDkuNzYyIDM0LjAwMTQgNDkuNzYyIDQyLjIxODZDNDkuNzYyIDUwLjQzNTcgNTIuNDI3OSA1Ni40MTY1IDU3Ljc1OTcgNjAuODg5MU04My42MTIgMzIuMzcxOUM4NS4xMDI4IDM0LjY0MjkgODUuODM5NCAzNy41ODk5IDg1LjgzOTQgNDEuMTk1OEM4NS44Mzk0IDQ5Ljg5ODMgODMuMDUwOCA1NC4yNDk1IDc3LjQ3MzQgNTQuMjQ5NUM3MS44OTYgNTQuMjQ5NSA2OS4xMDc0IDQ5Ljg5ODMgNjkuMTA3NCA0MS4xOTU4QzY5LjEwNzQgMzcuOTU0IDY5LjcwMzcgMzUuMjg0MyA3MC44Nzg4IDMzLjIwNEM3Mi4zNjk2IDMwLjQ5OTYgNzQuNjMyMSAyOS4xMzAxIDc3LjY2NjMgMjkuMDYwOEM4MC4xMzkzIDI5LjAwODggODIuMTM4NyAzMC4xMDA5IDgzLjYyOTUgMzIuMzcxOU04LjE1OTc5IDYzLjgzNjFDMTIuMjQ2MyA2Ni4wMzc4IDE4LjA1MTcgNjcuMTQ3MyAyNC42Mjg4IDY3LjE0NzNDMzMuMzEwNSA2Ny4xNDczIDM5LjkyMjcgNjUuNTg3MSA0NC40NDc3IDYyLjQ0OTNDNDguNzI3MiA1OS41NzE2IDUwLjYyMTQgNTUuNTE1IDUwLjYyMTQgNTAuMzE0M0M1MC42MjE0IDQ1LjExMzYgNDcuOTU1NSA0MS4xNzg0IDQyLjYyMzcgMzguNTQzNEM0MC4yMDMzIDM3LjMxMjYgMzUuMjc0OSAzNS45MDg0IDI3LjgyMDkgMzQuMzEzNUMyMi40ODkgMzMuMTUyIDE5LjgyMzEgMzEuNzMwNSAxOS44MjMxIDMwLjA4MzZDMTkuODIzMSAyNy44MTI2IDIxLjY0NzIgMjYuNjg1OCAyNS4zMTI4IDI2LjY4NThDMjguOTc4NCAyNi42ODU4IDMwLjcxNDggMjguMjQ2IDMxLjA4MzEgMzEuMzgzOEg0OC45MjAxQzQ4LjA2MDcgMjEuMjU5NyAzOS43Mjk4IDE2LjIxNSAyNC40NzA5IDE2LjIxNUMxOC4zMzIzIDE2LjIxNSAxMy4yMTEgMTcuMzI0NSA5LjEyNDQzIDE5LjUyNjJDMy45NjggMjIuMzUxOSAxLjQwNzMzIDI2LjU0NzEgMS40MDczMyAzMi4xMjkyQzEuNDA3MzMgMzcuNzExMyA0LjIzMTA5IDQxLjQ3MzEgOS4zODc1MSA0My45ODY4QzExLjQ5MjIgNDQuOTc0OSAxNi4yOTc4IDQ2LjI1NzggMjMuODA0NSA0Ny44NTI2QzI4Ljk0MzMgNDguODkyOCAzMS41MjE2IDUwLjQwMSAzMS41MjE2IDUyLjM1OTlDMzEuNTIxNiA1NS4yMzc3IDI5LjQ2OTUgNTYuNjc2NSAyNS4zODMgNTYuNjc2NUMyMy40NTM3IDU2LjY3NjUgMjEuODQwMSA1Ni4xNTY0IDIwLjU0MjIgNTUuMTE2M0MxOS4yNDQ0IDU0LjA3NjIgMTguNTk1NCA1Mi42MzczIDE4LjU5NTQgNTAuNzk5N0gwLjE0NDUzMUMwLjYzNTYxOSA1Ni43NDU5IDMuMDAzMzcgNjEuMDk3MSA4LjE1OTc5IDYzLjg1MzUiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0xNTYuNjYyIDQyLjIyMDNIMTQzLjY4M0MxNDMuNjgzIDQyLjIyMDMgMTMzLjgyNiA0MS43MTc1IDEzMy44MjYgMzAuMzhWMTEuNjc0OEMxMzMuODI2IDExLjY3NDggMTM0LjAxOSAxLjgyODEyIDE0NS4zMzIgMS44MjgxMkgxODYuMTFDMTg2LjExIDEuODI4MTIgMTk1LjQ3NSAyLjIyNjg1IDE5NS40NzUgMTEuNjc0OFYzMy42NzM4IiBzdHJva2U9IiNEMjIzMkEiIHN0cm9rZS13aWR0aD0iMi4xNDk3NSIvPgo8L2c+CjxwYXRoIGQ9Ik0xOTIuNTEgOC4yMjY1NkgxMzcuODI0VjEyLjM4NzFIMTkyLjUxVjguMjI2NTZaIiBmaWxsPSIjRDIyMzJBIi8+CjxwYXRoIGQ9Ik0xOTIuNTEgMTcuMDg1OUgxMzcuODI0VjIxLjI5ODVIMTkyLjUxVjE3LjA4NTlaIiBmaWxsPSIjRDIyMzJBIi8+CjxwYXRoIGQ9Ik0xOTIuNTEgMjQuODI4MUgxMzcuODI0VjI5LjI4MzRIMTkyLjUxVjI0LjgyODFaIiBmaWxsPSIjRDIyMzJBIi8+CjwvZz4KPGRlZnM+CjxjbGlwUGF0aCBpZD0iY2xpcDBfNjM4XzM4NjUiPgo8cmVjdCB3aWR0aD0iMjI2LjkxOCIgaGVpZ2h0PSI2Ni44ODExIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC4xNDQ1MzEgMC4yNSkiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");}html.theme-dark .auth-form-section,html.theme-dark .user-register-form,html.theme-dark .user-login-form{color:#FFFFFF;}html.theme-dark .auth-form-section .js-form-item input,html.theme-dark .user-register-form .js-form-item input,html.theme-dark .user-login-form .js-form-item input{color:#FFFFFF;}html.theme-dark .auth-form-section a,html.theme-dark .user-register-form a,html.theme-dark .user-login-form a{color:#FFB2A3;}html.theme-dark .auth-form-section .content [data-drupal-messages] > div[role=contentinfo],html.theme-dark .user-register-form .content [data-drupal-messages] > div[role=contentinfo],html.theme-dark .user-login-form .content [data-drupal-messages] > div[role=contentinfo]{background-color:#000000 !important;color:#FFFFFF !important;}html.theme-dark .search-google .form-search#edit-keys{background-color:#1C1C1C !important;color:#FFFFFF;}html.theme-dark .search-google .gsc-webResult.gsc-result{border:1px solid #000000;background-color:#000000 !important;}html.theme-dark .search-google .gsc-control-cse .gs-result .gs-title *{color:#FFFFFF !important;}html.theme-dark .search-google .gsc-control-cse .gs-result .gs-title * b{color:#D2232A !important;}html.theme-dark .gsc-above-wrapper-area{border-color:#1C1C1C;}html.theme-dark .gs-webResult .gs-snippet,html.theme-dark .gs-fileFormatType{color:#FFFFFF;}html.theme-dark .page-search .search-form{background-color:#1C1C1C !important;}html.theme-dark table.yellowborder *,html.theme-dark table.yellowbox *,html.theme-dark table.bluebox *,html.theme-dark table.beigebox *{color:#FFFFFF !important;}html.theme-dark .boxtheme-gray *,html.theme-dark .boxtheme-blue *,html.theme-dark .boxtheme-beige *{color:#FFFFFF !important;}html.menu-active .percent.scroll-circle{z-index:-1;}.task-menu{display:flex;padding-left:0;border-bottom:1px solid #e8e8e8;}.task-menu li{list-style-type:none;padding:6px 10px;}.task-menu li a{position:relative;padding:5px 0;}.task-menu li a.is-active{color:#5e5e63;border-bottom:2px solid #5e5e63;}[data-drupal-messages] > div[role=contentinfo]{padding:0.85rem 1rem;border-radius:5px;background-color:#FFF6F4;border:1px solid #e5b5b7;margin-bottom:20px;}::-webkit-scrollbar{width:6px;background-color:transparent;}::-webkit-scrollbar-thumb{border-radius:0;background:#ad0909;}.page-content .xx-small-container{margin-left:unset;}.xx-small-container{max-width:732px;--bs-gutter-x:1.5rem;--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 (max-width:991.98px){.xx-small-container{padding-left:0 !important;padding-right:0% !important;}}.x-small-container{max-width:1023px;--bs-gutter-x:1.5rem;--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;}.subscribe-btn{max-width:117px;padding:9px 16px;background-color:#d2232a;border:1px solid #d2232a;transition:all 0.3s ease-in-out;}.subscribe-btn:hover{background-color:#fff;color:#d2232a !important;}.is-unpublished .article-page::before{background:#f7a3ae;content:"";position:absolute;width:100%;height:30px;z-index:-1;top:-24px;}.bg-primary{background-color:#D2232A !important;}.bg-blue{background-color:#0345C6 !important;}.bg-green{background-color:#489F29 !important;}.bg-surface-green{background-color:#E9F6F6 !important;}.bg-teal{background-color:#067D79 !important;}.bg-surface{background-color:#FFFBF4 !important;}.bg-surface-bej{background-color:#FAF4E8 !important;}.bg-soft-red{background-color:#FFB2A3 !important;}.bg-soft-blue{background-color:#9DCEFF !important;}.bg-light-soft-blue{background-color:#EBF5FF !important;}.bg-soft-green{background-color:#DFF8D6 !important;}.bg-soft-teal{background-color:#8FD2D0 !important;}.bg-lighter{background-color:#E0E0E0 !important;}.bg-orange{background-color:#F77634 !important;}.bg-coral{background-color:#F75434 !important;}.bg-pink{background-color:#FA1BA8 !important;}.bg-amber{background-color:#FA8E1B !important;}.bg-dark{background-color:#000000 !important;}.bg-gray{background-color:#666666 !important;}.bg-soft-gray{background-color:#B2B2B2 !important;}.bg-light-gray{background-color:#E5E5E5 !important;}.bg-lighter-gray{background-color:#F2F2F2 !important;}.bg-gray-300{background-color:#888888 !important;}.bg-white{background-color:#FFFFFF !important;}.bg-white-20{background-color:rgba(255,255,255,0.2) !important;}.bg-white-30{background-color:rgba(255,255,255,0.3) !important;}.bg-soft-pink{background-color:#FFF6F4 !important;}.bg-dark-gray{background-color:#1C1C1C !important;}.bg-dark-gray-800{background-color:#131313 !important;}.text-primary{color:#D2232A !important;}.text-blue{color:#0345C6 !important;}.text-green{color:#489F29 !important;}.text-surface-green{color:#E9F6F6 !important;}.text-teal{color:#067D79 !important;}.text-surface{color:#FFFBF4 !important;}.text-surface-bej{color:#FAF4E8 !important;}.text-soft-red{color:#FFB2A3 !important;}.text-soft-blue{color:#9DCEFF !important;}.text-light-soft-blue{color:#EBF5FF !important;}.text-soft-green{color:#DFF8D6 !important;}.text-soft-teal{color:#8FD2D0 !important;}.text-lighter{color:#E0E0E0 !important;}.text-orange{color:#F77634 !important;}.text-coral{color:#F75434 !important;}.text-pink{color:#FA1BA8 !important;}.text-amber{color:#FA8E1B !important;}.text-dark{color:#000000 !important;}.text-gray{color:#666666 !important;}.text-soft-gray{color:#B2B2B2 !important;}.text-light-gray{color:#E5E5E5 !important;}.text-lighter-gray{color:#F2F2F2 !important;}.text-gray-300{color:#888888 !important;}.text-white{color:#FFFFFF !important;}.text-white-20{color:rgba(255,255,255,0.2) !important;}.text-white-30{color:rgba(255,255,255,0.3) !important;}.text-soft-pink{color:#FFF6F4 !important;}.text-dark-gray{color:#1C1C1C !important;}.text-dark-gray-800{color:#131313 !important;}.fw-300{font-weight:300;}.video-embed-field-responsive-video .iframe{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;}.fw-500{font-weight:500 !important;}.page-404 .ckewidgets.TPS1 .ckewidgets-articletype-arrow{position:relative;}.page-404 .ckewidgets.TPS1 .ckewidgets-articletype-arrow:after{position:absolute;content:"";background-size:100%;width:30px;height:30px;left:3px;top:3px;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTEzIiBoZWlnaHQ9IjQ5MCIgdmlld0JveD0iMCAwIDUxMyA0OTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8yXzIpIj4KPHBhdGggZD0iTTExOS4zMSAyMjUuNzVWMjUwLjk2QzExOS4zMSAyNTkuNzk3IDEyNi40NzMgMjY2Ljk2IDEzNS4zMSAyNjYuOTZIMjA2LjMxQzIxNS4xNDcgMjY2Ljk2IDIyMi4zMSAyNzQuMTIzIDIyMi4zMSAyODIuOTZWNDcyLjc0QzIyMi4zMSA0ODEuNTc3IDIxNS4xNDcgNDg4Ljc0IDIwNi4zMSA0ODguNzRIMTYuNUM3LjY2MzQ0IDQ4OC43NCAwLjUgNDgxLjU3NyAwLjUgNDcyLjc0VjI2Ni45NlYyMjUuNzVDMC41IDE0Mi4wNiAyNC41OCA3OS45MiA3Mi4wOCA0MS4wM0MxMDEuMzA3IDE3LjEwNiAxMzcuNDM2IDMuNjcwMjcgMTc5LjY4NSAwLjk5NzMzOUMxODguNTA0IDAuNDM5NDA4IDE5NS42OCA3LjY2MzQ0IDE5NS42OCAxNi41VjEwMy4zQzE5NS42OCAxMTIuMTM3IDE4OC40OTYgMTE4Ljk5IDE3OS43MDYgMTE5Ljg5NUMxNTIuOTIzIDEyMi42NTIgMTE5LjMxIDEzOC4xODkgMTE5LjMxIDIyNS43NVpNNDY5LjkzNiAxMTkuODk0QzQ3OC43MjYgMTE4Ljk5IDQ4NS45MSAxMTIuMTM3IDQ4NS45MSAxMDMuM1YxNi41QzQ4NS45MSA3LjY2MzQ0IDQ3OC43MzQgMC40Mzk0MDggNDY5LjkxNSAwLjk5NzY2OEM0MjcuNjc4IDMuNjcxMzcgMzkxLjUzNSAxNy4xMDcgMzYyLjMxIDQxLjAzQzMxNC44MiA3OS45MSAyOTAuNzMgMTQyLjAzIDI5MC43MyAyMjUuNzVWMjY2Ljk2VjQ3Mi43NEMyOTAuNzMgNDgxLjU3NyAyOTcuODkzIDQ4OC43NCAzMDYuNzMgNDg4Ljc0SDQ5Ni41QzUwNS4zMzcgNDg4Ljc0IDUxMi41IDQ4MS41NzcgNTEyLjUgNDcyLjc0VjI4Mi45NkM1MTIuNSAyNzQuMTIzIDUwNS4zMzcgMjY2Ljk2IDQ5Ni41IDI2Ni45Nkg0MjUuNUM0MTYuNjYzIDI2Ni45NiA0MDkuNSAyNTkuNzk3IDQwOS41IDI1MC45NlYyMjUuNzVDNDA5LjUgMTM4LjE4NiA0NDMuMTQzIDEyMi42NTEgNDY5LjkzNiAxMTkuODk0WiIgZmlsbD0id2hpdGUiIHN0cm9rZT0id2hpdGUiIHN0cm9rZS1taXRlcmxpbWl0PSIxMCIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzJfMiI+CjxyZWN0IHdpZHRoPSI1MTMiIGhlaWdodD0iNDg5LjI0IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");}.page-404 .content{font-size:28px !important;line-height:34px !important;padding:20px;font-style:italic;}.pager [role=navigation]{margin-top:10px;display:flex;justify-content:center;align-items:center;column-gap:8px;}.pager [role=navigation] ul{list-style-type:none;gap:8px;display:flex;margin-bottom:0;}.pager [role=navigation] ul li{display:flex;justify-content:center;align-items:center;padding:0.5em;}.pager [role=navigation] ul li.is-active,.pager [role=navigation] ul li:not(.pager__item--ellipsis):hover{transition:0.7s;}.pager [role=navigation] ul li.is-active a,.pager [role=navigation] ul li:not(.pager__item--ellipsis):hover a{color:#dc3545;}.pager [role=navigation] ul li a{display:flex;color:#000000;justify-content:center;align-items:center;font-family:"Kanit",sans-serif;font-size:1.5rem;line-height:1.25rem;font-weight:300;}.captcha .captcha__description{display:none;}.captcha .captcha__element{margin-bottom:32px;}.list-unstyled{list-style:none;}.link-hover{position:relative;}@media (min-width:992px){.link-hover a,.link-hover span{transition:0.5s ease-out all;}.link-hover::after{content:"";height:1px;width:0;position:absolute;bottom:-1px;left:0;background:#D2232A;}.link-hover a:hover,.link-hover a:focus,.link-hover a:focus-visible,.link-hover span:hover,.link-hover span:focus,.link-hover span:focus-visible{color:#D2232A !important;}.link-hover:hover::after,.link-hover:focus::after{width:100%;transition:0.5s ease-out all;}}@media (max-width:575.98px){.all-link-hover{font-size:0.875rem;line-height:1.125rem;font-weight:600;}}@media (min-width:992px){.all-link-hover{font-size:1rem;font-weight:500;}.all-link-hover:hover svg{transform:translateX(10px);}}.all-link-hover svg{transition:all 0.4s ease-in-out;}hr{border-top:2px solid #E5E5E5;}.content-wrapper:before{position:absolute;content:"";width:calc(100% - 24px);height:1px;background:black;top:4px;}.content-wrapper.front hr{border-top:1px solid #E5E5E5;opacity:1;}@media (min-width:992px){.content-wrapper.front hr{margin:3rem 0;}}@media (max-width:991.98px){.content-wrapper.front hr{margin:2rem -12px 2rem -12px;}}@media (min-width:576px){.content-wrapper:not(.front) .xx-small-container h1{font-size:3rem !important;line-height:3.375rem !important;}}@media (max-width:575.98px){.content-wrapper:not(.front) .xx-small-container h1{font-size:2rem !important;line-height:2.625rem !important;}}.content-wrapper:not(.front) .xx-small-container h2:not(.live-text,.dossier-title,.title){font-size:1.75rem !important;line-height:2.125rem !important;}@media (max-width:575.98px){.content-wrapper:not(.front) .xx-small-container h2:not(.live-text,.dossier-title,.title){font-size:1.625rem !important;line-height:2rem !important;}}.content-wrapper:not(.front) .xx-small-container h3{font-size:1.625rem !important;line-height:1.75rem !important;}@media (max-width:575.98px){.content-wrapper:not(.front) .xx-small-container h3{font-size:1.5rem !important;line-height:1.625rem !important;}}html.menu-active{overflow-x:hidden;}html.menu-active ::-webkit-scrollbar{background:transparent;}html.menu-active ::-webkit-scrollbar-thumb{background:transparent !important;}html.menu-active header.sticky .bg-overlay.active{top:71px;}@media (min-width:992px){html.menu-active main main,html.menu-active main body{padding-right:6px;}html.menu-active main .logged-user-menu{margin-left:-3px;}html.menu-active main .logged-user:before{left:-6px;}}::-webkit-scrollbar{width:6px;background-color:rgb(255,255,255);}@media (min-width:992px){.gin--classic-toolbar header:not(.sticky) .dropdown-menu,.gin--classic-toolbar header:not(.sticky) .search-modal,.gin--classic-toolbar header:not(.sticky) .bg-overlay{top:145px;}}@media (max-width:991.98px){.gin--classic-toolbar header:not(.sticky) .dropdown-menu,.gin--classic-toolbar header:not(.sticky) .search-modal,.gin--classic-toolbar header:not(.sticky) .bg-overlay{top:114px;}}@media (min-width:992px){.gin--classic-toolbar header.sticky{top:39px !important;}}@media (max-width:991.98px){.gin--classic-toolbar header.sticky{top:39px !important;}}@media (min-width:992px){.gin--classic-toolbar header.sticky .dropdown-menu,.gin--classic-toolbar header.sticky .search-modal{top:71px !important;}}.gin--classic-toolbar header.sticky .bg-overlay{top:110px !important;}@media (min-width:992px){.gin--classic-toolbar.toolbar-tray-open header:not(.sticky) .dropdown-menu,.gin--classic-toolbar.toolbar-tray-open header:not(.sticky) .search-modal,.gin--classic-toolbar.toolbar-tray-open header:not(.sticky) .bg-overlay{top:186px;}.gin--classic-toolbar.toolbar-tray-open header.sticky{top:78px !important;}.gin--classic-toolbar.toolbar-tray-open header.sticky .bg-overlay{top:149px !important;}}.gin--classic-toolbar .advert-temp{display:none;}.pager{display:flex;justify-content:center;align-items:center;border-radius:12px;column-gap:8px;}@media (min-width:992px){.pager{margin-block:48px;}}@media (max-width:991.98px){.pager{margin-block:24px;}}.pager .pager__item--previous,.pager .pager__item--next{background:#FFFFFF;border-radius:8px;}.pager .pager__item--previous a,.pager .pager__item--next a{display:flex;height:32px;width:40px;justify-content:center;align-items:center;text-align:center;position:relative;}.pager .pager__item--previous a::before,.pager .pager__item--next a::before{content:"";height:8px;width:8px;background-position:center;background-repeat:no-repeat;}.pager .pager__item--previous a span,.pager .pager__item--next a span{color:transparent;}.pager .pager__item--next a::before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNjNfMTU1NTkpIj4KPG1hc2sgaWQ9Im1hc2swXzE2M18xNTU1OSIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIj4KPHBhdGggZD0iTTAgMTBINkw2IDBIMEwwIDEwWiIgZmlsbD0id2hpdGUiLz4KPC9tYXNrPgo8ZyBtYXNrPSJ1cmwoI21hc2swXzE2M18xNTU1OSkiPgo8cGF0aCBkPSJNMS4xNDAzNSAxLjI3ODY5TDQuODYwMzUgNC45OTg3NUwxLjE0MDM1IDguNzE4NzUiIHN0cm9rZT0iI0QyMjMyQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9nPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzE2M18xNTU1OSI+CjxyZWN0IHdpZHRoPSI2IiBoZWlnaHQ9IjEwIiBmaWxsPSJ3aGl0ZSIgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIC0xIDYgMTApIi8+CjwvY2xpcFBhdGg+CjwvZGVmcz4KPC9zdmc+Cg==");}.pager .pager__item--previous a::before{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMF8xNjNfMTU1NTMpIj4KPG1hc2sgaWQ9Im1hc2swXzE2M18xNTU1MyIgc3R5bGU9Im1hc2stdHlwZTpsdW1pbmFuY2UiIG1hc2tVbml0cz0idXNlclNwYWNlT25Vc2UiIHg9IjAiIHk9IjAiIHdpZHRoPSI2IiBoZWlnaHQ9IjEwIj4KPHBhdGggZD0iTTYgMEgwVjEwSDZWMFoiIGZpbGw9IndoaXRlIi8+CjwvbWFzaz4KPGcgbWFzaz0idXJsKCNtYXNrMF8xNjNfMTU1NTMpIj4KPHBhdGggZD0iTTQuODU5NjUgOC43MjEzMUwxLjEzOTY1IDUuMDAxMjVMNC44NTk2NSAxLjI4MTI1IiBzdHJva2U9IiNEMjIzMkEiIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+CjwvZz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF8xNjNfMTU1NTMiPgo8cmVjdCB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");}.pager ul{list-style-type:none;gap:5px;}.pager ul li{display:flex;width:32px;height:40px;background:white;padding:8px;justify-content:center;align-items:center;}.pager ul li.is-active,.pager ul li:not(.pager__item--ellipsis):hover{background:#D2232A;transition:0.7s;}.pager ul li.is-active a,.pager ul li:not(.pager__item--ellipsis):hover a{color:#FFFFFF;background:#D2232A;}.pager ul li a{display:flex;justify-content:center;align-items:center;width:32px;height:40px;padding:11px;color:#000000;font-weight:700;background-color:#F2F2F2;}.hover-red{transition:all 0.4s ease-in-out;}@media (min-width:992px){.hover-red:hover{color:#D2232A !important;}}@media (max-width:575.98px){.current-news-home .title,.editors-choice-home .title,.anamanset .title{font-size:1rem !important;line-height:1.313rem !important;}.current-news-home h2.title,.editors-choice-home h2.title,.anamanset h2.title{font-size:2rem !important;line-height:2.25rem !important;}}@media (max-width:575.98px){.current-news-list header .list-page,.editors-choice-list header .list-page,.my-flagging header .list-page,.dossier-list header .list-page,.dossier-news-list header .list-page{line-height:2.625rem !important;}.current-news-list header .desc,.editors-choice-list header .desc,.my-flagging header .desc,.dossier-list header .desc,.dossier-news-list header .desc{font-size:1.125rem !important;line-height:1.75rem;}.current-news-list .item .title,.editors-choice-list .item .title,.my-flagging .item .title,.dossier-list .item .title,.dossier-news-list .item .title{font-size:1.25rem !important;font-weight:500 !important;line-height:1.625rem !important;}.current-news-list .item:first-child,.editors-choice-list .item:first-child,.my-flagging .item:first-child,.dossier-list .item:first-child,.dossier-news-list .item:first-child{padding-top:8px !important;}}@media (min-width:992px){.current-news-list header .desc,.editors-choice-list header .desc,.my-flagging header .desc,.dossier-list header .desc,.dossier-news-list header .desc{line-height:2rem;}.current-news-list .item:hover .title,.editors-choice-list .item:hover .title,.my-flagging .item:hover .title,.dossier-list .item:hover .title,.dossier-news-list .item:hover .title{color:#D2232A !important;transition:color 0.5s ease-out;}.current-news-list .item .title,.editors-choice-list .item .title,.my-flagging .item .title,.dossier-list .item .title,.dossier-news-list .item .title{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;}.current-news-list .item:first-child,.editors-choice-list .item:first-child,.my-flagging .item:first-child,.dossier-list .item:first-child,.dossier-news-list .item:first-child{padding-top:16px !important;}}.btn-next-arrow:after{content:"";display:inline-block;margin-left:0px;position:relative;vertical-align:top;top:5px;left:15px;width:36px;height:26px;transition:0.2s ease-in-out;background-repeat:no-repeat;background-size:100%;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzgiIGhlaWdodD0iMTIiIHZpZXdCb3g9IjAgMCAzOCAxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTM3LjE0MzUgNi42OTE0NkMzNy40MzY0IDYuMzk4NTcgMzcuNDM2NCA1LjkyMzcgMzcuMTQzNSA1LjYzMDhMMzIuMzcwNSAwLjg1NzgzMkMzMi4wNzc2IDAuNTY0OTM5IDMxLjYwMjggMC41NjQ5MzkgMzEuMzA5OSAwLjg1NzgzMkMzMS4wMTcgMS4xNTA3MyAzMS4wMTcgMS42MjU2IDMxLjMwOTkgMS45MTg0OUwzNS41NTI1IDYuMTYxMTNMMzEuMzA5OSAxMC40MDM4QzMxLjAxNyAxMC42OTY3IDMxLjAxNyAxMS4xNzE1IDMxLjMwOTkgMTEuNDY0NEMzMS42MDI4IDExLjc1NzMgMzIuMDc3NiAxMS43NTczIDMyLjM3MDUgMTEuNDY0NEwzNy4xNDM1IDYuNjkxNDZaTTAgNi4xNjExM1Y2LjkxMTEzSDM2LjYxMzJWNi4xNjExM1Y1LjQxMTEzSDBWNi4xNjExM1oiIGZpbGw9IiNEMjIzMkEiLz4KPC9zdmc+Cg==);}.btn-next-arrow:hover::after{left:20px;}.item-before::before{content:"";display:inline-block;width:26px;height:21px;margin-left:0px;position:absolute;vertical-align:top;background-size:cover;background-position:top;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjciIHZpZXdCb3g9IjAgMCAyMiAyNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIxLjE0MzUgMTMuNjkxNUMyMS40MzY0IDEzLjM5ODYgMjEuNDM2NCAxMi45MjM3IDIxLjE0MzUgMTIuNjMwOEwxNi4zNzA1IDcuODU3ODNDMTYuMDc3NiA3LjU2NDk0IDE1LjYwMjggNy41NjQ5NCAxNS4zMDk5IDcuODU3ODNDMTUuMDE3IDguMTUwNzMgMTUuMDE3IDguNjI1NiAxNS4zMDk5IDguOTE4NDlMMTkuNTUyNSAxMy4xNjExTDE1LjMwOTkgMTcuNDAzOEMxNS4wMTcgMTcuNjk2NyAxNS4wMTcgMTguMTcxNSAxNS4zMDk5IDE4LjQ2NDRDMTUuNjAyOCAxOC43NTczIDE2LjA3NzYgMTguNzU3MyAxNi4zNzA1IDE4LjQ2NDRMMjEuMTQzNSAxMy42OTE1Wk0wIDEzLjE2MTFWMTMuOTExMUgyMC42MTMyVjEzLjE2MTFWMTIuNDExMUgwVjEzLjE2MTFaIiBmaWxsPSIjRDIyMzJBIi8+Cjwvc3ZnPgo=);}@media (max-width:575.98px){.item-before::before{background-size:auto;top:20px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNyIgaGVpZ2h0PSIyNyIgdmlld0JveD0iMCAwIDcgMjciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik02LjUzMDMzIDEzLjg5MTdDNi44MjMyMiAxMy41OTg4IDYuODIzMjIgMTMuMTIzOSA2LjUzMDMzIDEyLjgzMUwxLjc1NzM2IDguMDU4MDNDMS40NjQ0NyA3Ljc2NTEzIDAuOTg5NTkzIDcuNzY1MTMgMC42OTY2OTkgOC4wNTgwM0MwLjQwMzgwNiA4LjM1MDkyIDAuNDAzODA2IDguODI1NzkgMC42OTY2OTkgOS4xMTg2OUw0LjkzOTM0IDEzLjM2MTNMMC42OTY2OTkgMTcuNjA0QzAuNDAzODA2IDE3Ljg5NjkgMC40MDM4MDYgMTguMzcxNyAwLjY5NjY5OSAxOC42NjQ2QzAuOTg5NTkzIDE4Ljk1NzUgMS40NjQ0NyAxOC45NTc1IDEuNzU3MzYgMTguNjY0Nkw2LjUzMDMzIDEzLjg5MTdaTTUuMzg2ODQgMTMuMzYxM1YxNC4xMTEzSDZWMTMuMzYxM1YxMi42MTEzSDUuMzg2ODRWMTMuMzYxM1oiIGZpbGw9IiNEMjIzMkEiLz4KPC9zdmc+Cg==);}}table.yellowbox,.boxtheme-yellow,table.bluebox,.boxtheme-blue,table.beigebox,.boxtheme-beige,.boxtheme-gray{background-color:#067D79;}table.yellowbox img,.boxtheme-yellow img,table.bluebox img,.boxtheme-blue img,table.beigebox img,.boxtheme-beige img,.boxtheme-gray img{margin-bottom:0 !important;}table.yellowbox,table.bluebox,table.beigebox{width:100%;}table.yellowbox > tbody > tr,table.bluebox > tbody > tr,table.beigebox > tbody > tr{display:grid;grid-template-columns:1fr 250px;position:relative;font-size:1.25rem !important;}@media (max-width:1199.98px){table.yellowbox > tbody > tr,table.bluebox > tbody > tr,table.beigebox > tbody > tr{grid-template-columns:1fr;}}table.yellowbox > tbody > tr > td:first-child,table.bluebox > tbody > tr > td:first-child,table.beigebox > tbody > tr > td:first-child{padding:1rem;}table.yellowbox > tbody > tr > td > a,table.bluebox > tbody > tr > td > a,table.beigebox > tbody > tr > td > a{color:#FFFFFF;}table.yellowbox > tbody > tr > td > a:after,table.bluebox > tbody > tr > td > a:after,table.beigebox > tbody > tr > td > a:after{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;content:"";}@media (min-width:1200px){table.yellowbox > tbody > tr > td picture,table.bluebox > tbody > tr > td picture,table.beigebox > tbody > tr > td picture{min-width:fit-content;}table.yellowbox > tbody > tr > td picture > img,table.bluebox > tbody > tr > td picture > img,table.beigebox > tbody > tr > td picture > img{min-width:fit-content;}}@media (min-width:1200px){table.yellowbox.imageLeft > tbody > tr,table.bluebox.imageLeft > tbody > tr,table.beigebox.imageLeft > tbody > tr{grid-template-columns:250px 1fr;}}table.yellowbox.imageLeft > tbody > tr > td:first-child,table.bluebox.imageLeft > tbody > tr > td:first-child,table.beigebox.imageLeft > tbody > tr > td:first-child{padding:0;}table.yellowbox.imageLeft > tbody > tr > td:last-child,table.bluebox.imageLeft > tbody > tr > td:last-child,table.beigebox.imageLeft > tbody > tr > td:last-child{padding:1rem;}@media (max-width:1199.98px){.boxtheme-beige > .row,.boxtheme-blue > .row,.boxtheme-yellow > .row,.boxtheme-gray > .row{display:flex;flex-direction:column;}}@media (max-width:1199.98px){.boxtheme-beige > .row .col-8,.boxtheme-beige > .row .col-4,.boxtheme-beige > .row .col-6,.boxtheme-beige > .row .col-3,.boxtheme-beige > .row .col-9,.boxtheme-blue > .row .col-8,.boxtheme-blue > .row .col-4,.boxtheme-blue > .row .col-6,.boxtheme-blue > .row .col-3,.boxtheme-blue > .row .col-9,.boxtheme-yellow > .row .col-8,.boxtheme-yellow > .row .col-4,.boxtheme-yellow > .row .col-6,.boxtheme-yellow > .row .col-3,.boxtheme-yellow > .row .col-9,.boxtheme-gray > .row .col-8,.boxtheme-gray > .row .col-4,.boxtheme-gray > .row .col-6,.boxtheme-gray > .row .col-3,.boxtheme-gray > .row .col-9{width:100%;}}.ckewidgets-articletype-news,.boxtheme-yellow .ckewidgets-spot,.boxtheme-blue .ckewidgets-spot,.boxtheme-beige .ckewidgets-spot{display:none;}table.yellowborder,.ckewidgets.Q3{border:5px solid #067D79;position:relative;}table.yellowborder:before,.ckewidgets.Q3:before{position:absolute;content:"";width:27.5px;height:28px;background-size:94%;left:-3px;top:-13px;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjciIGhlaWdodD0iMjgiIHZpZXdCb3g9IjAgMCAyNyAyOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzM1M18xNTYwKSI+CjxwYXRoIGQ9Ik0xNCAwSDBWMjhIMTRWMFoiIGZpbGw9IiMwNjdENzkiLz4KPHBhdGggZD0iTTI2LjUgMTNMMTQgMjhWMEwyNi41IDEzWiIgZmlsbD0iIzA2N0Q3OSIvPgo8L2c+CjxkZWZzPgo8Y2xpcFBhdGggaWQ9ImNsaXAwXzM1M18xNTYwIj4KPHJlY3Qgd2lkdGg9IjI3IiBoZWlnaHQ9IjI4IiBmaWxsPSJ3aGl0ZSIvPgo8L2NsaXBQYXRoPgo8L2RlZnM+Cjwvc3ZnPgo=");}table.yellowborder > tbody > tr > td,table.yellowborder > tbody > tr a,.ckewidgets.Q3 > tbody > tr > td,.ckewidgets.Q3 > tbody > tr a{font-size:1.125rem !important;font-weight:400;line-height:1.375rem;color:#000000;}table.yellowborder > tbody > tr:last-child td,.ckewidgets.Q3 > tbody > tr:last-child td{padding:1rem;}.table.yellowborder tr td p:last-child{margin-bottom:0;}.heading-dot{position:relative;padding-left:1.25rem;}.heading-dot::before{content:"";position:absolute;left:0;top:33%;width:10px;height:10px;border-radius:50%;background-color:var(--bs-primary);transform:translateY(-50%);}.section-rule{padding-bottom:1.25rem;margin-bottom:2rem;border-bottom:1px solid var(--bs-border-color,#dee2e6);}.page-4xx .title:before{position:absolute;content:"";width:43px;height:26px;top:0px;bottom:0;left:-4px;background-size:100%;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCA0MyAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjgzMTcgMjUuMTI4QzIzLjI5OTkgMjUuMTI4IDIyLjgzNDYgMjQuOTI4NiAyMi40MzU3IDI0LjUyOTdDMjIuMTAzMyAyNC4xMzA5IDIxLjkzNzEgMjMuNjk4OCAyMS45MzcxIDIzLjIzMzRDMjEuOTM3MSAyMi44MzQ2IDIyLjAwMzYgMjIuNDM1NyAyMi4xMzY2IDIyLjAzNjlMMjkuNjE1MSAyLjc5MkMyOS45NDc1IDIuMTI3MjQgMzAuMzc5NiAxLjQ5NTcxIDMwLjkxMTQgMC44OTc0MjlDMzEuNDQzMiAwLjI5OTE0MyAzMi4yNDEgMCAzMy4zMDQ2IDBINDAuMjg0NkM0MC44MTY0IDAgNDEuMjgxNyAwLjIzMjY2OCA0MS42ODA2IDAuNjk4MDAzQzQyLjE0NTkgMS4wOTY4NiA0Mi4zMTIxIDEuNjI4NjcgNDIuMTc5MSAyLjI5MzQzTDM5LjA4OCAyMS43Mzc3QzM5LjAyMTUgMjIuNTM1NCAzOC42ODkxIDIzLjI5OTkgMzguMDkwOSAyNC4wMzExQzM3LjQ5MjYgMjQuNzYyNCAzNi42Mjg0IDI1LjEyOCAzNS40OTgzIDI1LjEyOEgyMy44MzE3Wk0xLjg5NDU3IDI1LjEyOEMxLjM2Mjc2IDI1LjEyOCAwLjg5NzQyOCAyNC45Mjg2IDAuNDk4NTcxIDI0LjUyOTdDMC4xNjYxOSAyNC4xMzA5IDAgMjMuNjk4OCAwIDIzLjIzMzRDMCAyMi44MzQ2IDAuMDY2NDc2MiAyMi40MzU3IDAuMTk5NDI5IDIyLjAzNjlMNy42NzggMi43OTJDOC4wMTAzOCAyLjEyNzI0IDguNDQyNDggMS40OTU3MSA4Ljk3NDI5IDAuODk3NDI5QzkuNTA2MSAwLjI5OTE0MyAxMC4zMDM4IDAgMTEuMzY3NCAwSDE4LjI0NzdDMTguODQ2IDAgMTkuMzQ0NiAwLjIzMjY2OCAxOS43NDM0IDAuNjk4MDAzQzIwLjE0MjMgMS4wOTY4NiAyMC4yNzUyIDEuNjI4NjcgMjAuMTQyMyAyLjI5MzQzTDE3LjE1MDkgMjEuNzM3N0MxNy4wMTc5IDIyLjUzNTQgMTYuNjUyMyAyMy4yOTk5IDE2LjA1NCAyNC4wMzExQzE1LjUyMjIgMjQuNzYyNCAxNC42OTEyIDI1LjEyOCAxMy41NjExIDI1LjEyOEgxLjg5NDU3WiIgZmlsbD0iI0QyMjMyQSIvPgo8L3N2Zz4K");}@media (max-width:991.98px){.page-4xx .title:before{width:36px;height:26px;top:-14px;bottom:0;left:-10px;background-size:70%;}}.custom-row{--bs-gutter-x:0rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;display:flex;gap:40px;}@media (max-width:991.98px){.custom-row{flex-direction:column-reverse !important;gap:0;margin-bottom:32px;}}.custom-row .custom-col-3{-webkit-box-flex:1;}@media (min-width:1400px){.custom-row .custom-col-3{-ms-flex:1 1 18.7% !important;flex:1 1 18.7% !important;max-width:18.7% !important;}}@media (min-width:1200px) and (max-width:1399.98px){.custom-row .custom-col-3{-ms-flex:1 1 21.7% !important;flex:1 1 21.2% !important;max-width:21.2% !important;}}@media (min-width:992px) and (max-width:1199.98px){.custom-row .custom-col-3{-ms-flex:1 1 22% !important;flex:1 1 22% !important;max-width:22% !important;}}.custom-row .custom-col-9{-webkit-box-flex:1;}@media (min-width:1400px){.custom-row .custom-col-9{-ms-flex:1 1 79.6% !important;flex:1 1 79.6% !important;max-width:79.6% !important;}}@media (min-width:1200px) and (max-width:1399.98px){.custom-row .custom-col-9{-ms-flex:1 1 75% !important;flex:1 1 75% !important;max-width:75% !important;}}@media (min-width:992px) and (max-width:1199.98px){.custom-row .custom-col-9{-ms-flex:1 1 74.6% !important;flex:1 1 74.6% !important;max-width:74.6% !important;}}@media (min-width:1200px){.mw-708{max-width:708px;}}@media (min-width:1200px){.desktop-full{display:block;width:100vw !important;max-width:800px;}}@media (min-width:1400px){.desktop-full{max-width:996px;max-height:520px;object-fit:cover;}}.ad-img{width:100%;height:auto;}@media (max-width:575.98px){.media-full{margin-left:-12px;margin-right:-12px;}}@media (max-width:575.98px){img.mbl-full{display:block;width:calc(100% + 24px) !important;margin-left:-12px;margin-right:-12px;}}@media (min-width:576px){.list-title{padding:0 0 16px 0;}}@media (max-width:575.98px){.list-title{padding:0 0 24px 0;margin-bottom:0;}}@media (min-width:576px){.list-sub-title{margin-bottom:48px;line-height:2rem;font-size:1.25rem;}}@media (max-width:575.98px){.list-sub-title{margin-bottom:24px;line-height:1.813rem;font-size:1.125rem;}}.quote-style{padding-left:80px;position:relative;color:#067D79;}@media (max-width:991.98px){.quote-style{font-size:1.5rem !important;line-height:1.875rem !important;padding-left:55px !important;}.quote-style:before{left:0 !important;}}.quote-style:before{position:absolute;content:"";width:43px;height:26px;top:0;bottom:0;left:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCA0MyAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjgzMTcgMjUuODE5NEMyMy4yOTk5IDI1LjgxOTQgMjIuODM0NiAyNS42MiAyMi40MzU3IDI1LjIyMTFDMjIuMTAzMyAyNC44MjIzIDIxLjkzNzEgMjQuMzkwMiAyMS45MzcxIDIzLjkyNDhDMjEuOTM3MSAyMy41MjYgMjIuMDAzNiAyMy4xMjcxIDIyLjEzNjYgMjIuNzI4M0wyOS42MTUxIDMuNDgzNDFDMjkuOTQ3NSAyLjgxODY0IDMwLjM3OTYgMi4xODcxMiAzMC45MTE0IDEuNTg4ODRDMzEuNDQzMiAwLjk5MDU0OSAzMi4yNDEgMC42OTE0MDYgMzMuMzA0NiAwLjY5MTQwNkg0MC4yODQ2QzQwLjgxNjQgMC42OTE0MDYgNDEuMjgxNyAwLjkyNDA3NCA0MS42ODA2IDEuMzg5NDFDNDIuMTQ1OSAxLjc4ODI2IDQyLjMxMjEgMi4zMjAwNyA0Mi4xNzkxIDIuOTg0ODNMMzkuMDg4IDIyLjQyOTFDMzkuMDIxNSAyMy4yMjY4IDM4LjY4OTEgMjMuOTkxMyAzOC4wOTA5IDI0LjcyMjVDMzcuNDkyNiAyNS40NTM4IDM2LjYyODQgMjUuODE5NCAzNS40OTgzIDI1LjgxOTRIMjMuODMxN1pNMS44OTQ1NyAyNS44MTk0QzEuMzYyNzYgMjUuODE5NCAwLjg5NzQyOCAyNS42MiAwLjQ5ODU3MSAyNS4yMjExQzAuMTY2MTkgMjQuODIyMyAwIDI0LjM5MDIgMCAyMy45MjQ4QzAgMjMuNTI2IDAuMDY2NDc2MiAyMy4xMjcxIDAuMTk5NDI5IDIyLjcyODNMNy42NzggMy40ODM0MUM4LjAxMDM4IDIuODE4NjQgOC40NDI0OCAyLjE4NzEyIDguOTc0MjkgMS41ODg4NEM5LjUwNjA5IDAuOTkwNTQ5IDEwLjMwMzggMC42OTE0MDYgMTEuMzY3NCAwLjY5MTQwNkgxOC4yNDc3QzE4Ljg0NiAwLjY5MTQwNiAxOS4zNDQ2IDAuOTI0MDc0IDE5Ljc0MzQgMS4zODk0MUMyMC4xNDIzIDEuNzg4MjYgMjAuMjc1MiAyLjMyMDA3IDIwLjE0MjMgMi45ODQ4M0wxNy4xNTA5IDIyLjQyOTFDMTcuMDE3OSAyMy4yMjY4IDE2LjY1MjMgMjMuOTkxMyAxNi4wNTQgMjQuNzIyNUMxNS41MjIyIDI1LjQ1MzggMTQuNjkxMiAyNS44MTk0IDEzLjU2MTEgMjUuODE5NEgxLjg5NDU3WiIgZmlsbD0iIzA2N0Q3OSIvPgo8L3N2Zz4K");}.breadcrumb{scroll-behavior:auto;white-space:nowrap;flex-wrap:nowrap !important;overflow-x:auto;}.breadcrumb-item{position:relative;padding-left:25px !important;}.breadcrumb-item:first-child{padding-left:0 !important;}.breadcrumb-item:first-child:before{content:none !important;}.breadcrumb-item:before{top:0px;bottom:0;position:absolute;margin:auto;left:10px;background-size:90%;width:4px;height:12px;content:"" !important;background-repeat:no-repeat;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNiIgaGVpZ2h0PSIxMCIgdmlld0JveD0iMCAwIDYgMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xIDguNTAyOTNMNC41MDM0MiA0Ljk5OTUxTDEgMS40OTYwOSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIxLjUiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");}.breadcrumb::-webkit-scrollbar{height:2px;}.breadcrumb::-webkit-scrollbar-thumb{background-color:#666666;}@media screen and (min-width:576px) and (max-width:1046px){.toolbar .toolbar-bar{display:flex;flex-wrap:nowrap;overflow-x:auto;}.toolbar .toolbar-bar::-webkit-scrollbar{height:5px;}}@media screen and (max-width:369px){.toolbar .toolbar-bar{display:flex;flex-wrap:nowrap;overflow-x:auto;}.toolbar .toolbar-bar::-webkit-scrollbar{height:5px;}}@media (min-width:768px){.no-dynamic-ads.ct-related-news img{width:-webkit-fill-available;height:-webkit-fill-available;max-width:200px;object-fit:cover;margin-bottom:0;}}.no-dynamic-ads.ct-related-news a.stretched-link{font-size:0;line-height:0;color:transparent;text-decoration:none;}.no-dynamic-ads.ct-related-news p{margin-bottom:0;}blockquote{color:#067D79 !important;}blockquote{padding-left:54px;position:relative;}@media (max-width:991.98px){blockquote{font-size:1.5rem !important;line-height:1.875rem !important;}}blockquote:before{position:absolute;content:"";width:43px;height:26px;top:0;bottom:0;left:0px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDMiIGhlaWdodD0iMjYiIHZpZXdCb3g9IjAgMCA0MyAyNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIzLjgzMTcgMjUuODE5NEMyMy4yOTk5IDI1LjgxOTQgMjIuODM0NiAyNS42MiAyMi40MzU3IDI1LjIyMTFDMjIuMTAzMyAyNC44MjIzIDIxLjkzNzEgMjQuMzkwMiAyMS45MzcxIDIzLjkyNDhDMjEuOTM3MSAyMy41MjYgMjIuMDAzNiAyMy4xMjcxIDIyLjEzNjYgMjIuNzI4M0wyOS42MTUxIDMuNDgzNDFDMjkuOTQ3NSAyLjgxODY0IDMwLjM3OTYgMi4xODcxMiAzMC45MTE0IDEuNTg4ODRDMzEuNDQzMiAwLjk5MDU0OSAzMi4yNDEgMC42OTE0MDYgMzMuMzA0NiAwLjY5MTQwNkg0MC4yODQ2QzQwLjgxNjQgMC42OTE0MDYgNDEuMjgxNyAwLjkyNDA3NCA0MS42ODA2IDEuMzg5NDFDNDIuMTQ1OSAxLjc4ODI2IDQyLjMxMjEgMi4zMjAwNyA0Mi4xNzkxIDIuOTg0ODNMMzkuMDg4IDIyLjQyOTFDMzkuMDIxNSAyMy4yMjY4IDM4LjY4OTEgMjMuOTkxMyAzOC4wOTA5IDI0LjcyMjVDMzcuNDkyNiAyNS40NTM4IDM2LjYyODQgMjUuODE5NCAzNS40OTgzIDI1LjgxOTRIMjMuODMxN1pNMS44OTQ1NyAyNS44MTk0QzEuMzYyNzYgMjUuODE5NCAwLjg5NzQyOCAyNS42MiAwLjQ5ODU3MSAyNS4yMjExQzAuMTY2MTkgMjQuODIyMyAwIDI0LjM5MDIgMCAyMy45MjQ4QzAgMjMuNTI2IDAuMDY2NDc2MiAyMy4xMjcxIDAuMTk5NDI5IDIyLjcyODNMNy42NzggMy40ODM0MUM4LjAxMDM4IDIuODE4NjQgOC40NDI0OCAyLjE4NzEyIDguOTc0MjkgMS41ODg4NEM5LjUwNjA5IDAuOTkwNTQ5IDEwLjMwMzggMC42OTE0MDYgMTEuMzY3NCAwLjY5MTQwNkgxOC4yNDc3QzE4Ljg0NiAwLjY5MTQwNiAxOS4zNDQ2IDAuOTI0MDc0IDE5Ljc0MzQgMS4zODk0MUMyMC4xNDIzIDEuNzg4MjYgMjAuMjc1MiAyLjMyMDA3IDIwLjE0MjMgMi45ODQ4M0wxNy4xNTA5IDIyLjQyOTFDMTcuMDE3OSAyMy4yMjY4IDE2LjY1MjMgMjMuOTkxMyAxNi4wNTQgMjQuNzIyNUMxNS41MjIyIDI1LjQ1MzggMTQuNjkxMiAyNS44MTk0IDEzLjU2MTEgMjUuODE5NEgxLjg5NDU3WiIgZmlsbD0iIzA2N0Q3OSIvPgo8L3N2Zz4K");}.manuel-news-wrap{margin-bottom:2rem;}.manuel-news-wrap:before{opacity:1;bottom:0;position:absolute;content:"";height:100%;width:100%;z-index:1;background:linear-gradient(to top,rgba(12,12,15,0.95) 0%,rgba(36,38,41,0.75) 25%,rgba(60,62,66,0.3) 60%,rgba(64,69,78,0) 90%);}.manuel-news-wrap img{width:100%;height:auto;}.manuel-news-wrap .news-content{position:absolute;z-index:1;}.manuel-news-wrap .news-content .kaynak{line-height:1.625rem;font-size:1rem;margin-top:1rem;margin-bottom:0 !important;font-weight:300;}.manuel-news-wrap .news-content .news-title{font-weight:700;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;}@media (min-width:1200px){.manuel-news-wrap .news-content .news-title{-webkit-line-clamp:4;}}@media (min-width:992px) and (max-width:1199.98px){.manuel-news-wrap .news-content .news-title{-webkit-line-clamp:3;}}@media (max-width:575.98px){.manuel-news-wrap .news-content .news-title{-webkit-line-clamp:8;}}@media screen and (max-width:340px){.manuel-news-wrap .news-content .news-title{-webkit-line-clamp:3 !important;}}@media (min-width:992px){.manuel-news-wrap .news-content{bottom:48px;left:48px;right:48px;}.manuel-news-wrap .news-content .news-title{font-size:2.5rem;line-height:3.25rem;}}@media (max-width:991.98px){.manuel-news-wrap .news-content{bottom:32px;left:16px;right:16px;}.manuel-news-wrap .news-content .news-title{font-size:2rem;line-height:2.625rem;}.manuel-news-wrap .mobil-img img{max-height:600px;object-fit:cover;}}.manuel-news-wrap .vh{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.manuel-news-wrap .stretched-link:after{z-index:4;}.ckewidgets iframe{aspect-ratio:unset;height:100% !important;}iframe,video{aspect-ratio:16/9;width:100% !important;height:auto;margin-bottom:10px;}.node-body img{width:100%;height:auto;}.node-body .ck-template-exit{height:0;}.node-body p{font-size:1.125rem;}@media (max-width:767.98px){.node-body p{line-height:1.625rem;}}@media (min-width:992px){.sol-sticky{position:sticky;top:85px;}}@media (min-width:992px){.sol-sticky__inner{transform:translateY(-16px);opacity:0;transition:transform 260ms cubic-bezier(0.2,0.8,0.2,1),opacity 240ms ease,box-shadow 240ms ease;will-change:transform,opacity;}}@media (min-width:992px){html.left-sticky .sol-sticky__inner{transform:translateY(0);opacity:1;box-shadow:0 6px 18px rgba(0,0,0,0.12);}}@media (prefers-reduced-motion:reduce){.sol-sticky__inner{transition:none !important;}}@keyframes advertSlideDown{from{transform:translateY(-12px);box-shadow:0 0 0 rgba(0,0,0,0);}to{transform:translateY(0);box-shadow:0 4px 12px rgba(0,0,0,0.15);}}@media (prefers-reduced-motion:reduce){html.sticky .sol-sticky{animation:none !important;}}figure img{margin-bottom:8px !important;}figure figcaption{position:relative;color:#666666;font-size:0.875rem;line-height:1.125rem;padding:6px 0px 0px 24px;overflow-wrap:anywhere;}figure figcaption:before{position:absolute;content:"";width:18px;height:20px;background-repeat:no-repeat;background-size:100%;left:0;top:6px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyOCAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE3LjM1NzcgMTIuOTQwOEMxNy4zNTc3IDE0Ljk1MjEgMTUuNzI5NiAxNi41ODAzIDEzLjcxODMgMTYuNTgwM0MxMS43MDcgMTYuNTgwMyAxMC4wNzg5IDE0Ljk1MjEgMTAuMDc4OSAxMi45NDA4QzEwLjA3ODkgMTAuOTI5NiAxMS43MDcgOS4zMDE0MSAxMy43MTgzIDkuMzAxNDFDMTUuNzI5NiA5LjMwMTQxIDE3LjM1NzcgMTAuOTI5NiAxNy4zNTc3IDEyLjk0MDhaTTI0LjgwNTYgMy44MTk3MkMyNi4yNTkyIDMuODE5NzIgMjcuNDM2NiA0Ljk5NzE4IDI3LjQzNjYgNi40NTA3VjEzLjM0NjVWMTkuMTk0NEMyNy40MzY2IDIwLjc0MzcgMjYuMTgwMyAyMiAyNC42MzEgMjJIMi44MDU2M0MxLjI1NjM0IDIyIDAgMjAuNzQzNyAwIDE5LjE5NDRWMTMuMzQwOFY2LjQ1MDdDMCA0Ljk5NzE4IDEuMTc3NDYgMy44MTk3MiAyLjYzMDk5IDMuODE5NzJINy44OTI5Nkw4LjE0MDg0IDIuNzcxODNDOC41MTgzMSAxLjE0OTMgOS45NjYyIDAgMTEuNjMzOCAwSDE1LjgwODVDMTcuNDc2MSAwIDE4LjkyMzkgMS4xNDkzIDE5LjMwMTQgMi43NzE4M0wxOS41NDM3IDMuODE5NzJIMjQuODA1NlpNNS40ODczMiA3LjYxNjlDNS40ODczMiA2Ljg5MDE0IDQuODk1NzcgNi4yOTg1OSA0LjE2OTAxIDYuMjk4NTlDMy40MzY2MiA2LjI5ODU5IDIuODQ1MDcgNi44OTAxNCAyLjg0NTA3IDcuNjE2OUMyLjg0NTA3IDguMzQzNjYgMy40MzY2MiA4LjkzNTIxIDQuMTYzMzggOC45MzUyMUM0Ljg5NTc3IDguOTQwODUgNS40ODczMiA4LjM0OTMgNS40ODczMiA3LjYxNjlaTTIwLjIwODUgMTIuOTQwOEMyMC4yMDg1IDkuMzU3NzUgMTcuMzAxNCA2LjQ1MDcgMTMuNzE4MyA2LjQ1MDdDMTAuMTM1MiA2LjQ1MDcgNy4yMjgxNyA5LjM1Nzc1IDcuMjI4MTcgMTIuOTQwOEM3LjIyODE3IDE2LjUyMzkgMTAuMTM1MiAxOS40MzEgMTMuNzE4MyAxOS40MzFDMTcuMzAxNCAxOS40MzEgMjAuMjA4NSAxNi41MjM5IDIwLjIwODUgMTIuOTQwOFoiIGZpbGw9IiM4NDg0ODQiLz4KPC9zdmc+Cg==);}.advert-temp img{max-width:fit-content;margin-bottom:0 !important;}.advert-temp p{margin-bottom:0;}.iyzico-logo{width:100%;max-height:35px;object-fit:contain;}.author-detail{transition:all 0.3s ease-in-out;}.author-detail:hover{color:#D2232A !important;}.footnotes__item-text{overflow-wrap:anywhere;}.live-news.home .live-img{width:100%;height:auto;}@media (min-width:1200px){.live-news.home .live-img{max-height:312px;}}.footnote__citation,.footnote__citation-separator{color:#D2232A;}.page-unpublished .content-wrapper::before{background:#F7A3AE;content:"";position:absolute;width:calc(100% - 24px);height:50px;z-index:-1;top:0;}
@media print{body,article{width:100%;margin:0;padding:0;}@page{margin:2cm;}body{font:13pt Georgia,"Times New Roman",Times,serif;line-height:1.3;background:#fff !important;color:#000;}header,footer,aside,nav{display:none !important;visibility:hidden;height:0;}h1{font-size:24pt;}h2,h3,h4{font-size:14pt;margin-top:25px;}a{page-break-inside:avoid;}blockquote{page-break-inside:avoid;}h1,h2,h3,h4,h5,h6{page-break-after:avoid;page-break-inside:avoid;}img{page-break-inside:avoid;page-break-after:avoid;max-width:100% !important;}table,pre{page-break-inside:avoid;}ul,ol,dl{page-break-before:avoid;}a{page-break-inside:avoid;}p,address,li,dt,dd,blockquote{font-size:100%;}code,pre{font-family:"Courier New",Courier,mono;}ul,ol{list-style:square;margin-left:18pt;margin-bottom:20pt;}li{line-height:1.6em;}}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.btn{--bs-btn-padding-x:0.75rem;--bs-btn-padding-y:0.375rem;--bs-btn-font-family:;--bs-btn-font-size:1rem;--bs-btn-font-weight:400;--bs-btn-line-height:1.5;--bs-btn-color:var(--bs-body-color);--bs-btn-bg:transparent;--bs-btn-border-width:var(--bs-border-width);--bs-btn-border-color:transparent;--bs-btn-border-radius:var(--bs-border-radius);--bs-btn-hover-border-color:transparent;--bs-btn-box-shadow:inset 0 1px 0 rgba(255,255,255,0.15),0 1px 1px rgba(0,0,0,0.075);--bs-btn-disabled-opacity:0.65;--bs-btn-focus-box-shadow:0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb),.5);display:inline-block;padding:var(--bs-btn-padding-y) var(--bs-btn-padding-x);font-family:var(--bs-btn-font-family);font-size:var(--bs-btn-font-size);font-weight:var(--bs-btn-font-weight);line-height:var(--bs-btn-line-height);color:var(--bs-btn-color);text-align:center;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:#D2232A;--bs-btn-border-color:#D2232A;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#b31e24;--bs-btn-hover-border-color:#a81c22;--bs-btn-focus-shadow-rgb:217,68,74;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#a81c22;--bs-btn-active-border-color:#9e1a20;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#FFFFFF;--bs-btn-disabled-bg:#D2232A;--bs-btn-disabled-border-color:#D2232A;}.btn-secondary{--bs-btn-color:#FFFFFF;--bs-btn-bg:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#5c636a;--bs-btn-hover-border-color:#565e64;--bs-btn-focus-shadow-rgb:130,138,145;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#565e64;--bs-btn-active-border-color:#51585e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#FFFFFF;--bs-btn-disabled-bg:#6c757d;--bs-btn-disabled-border-color:#6c757d;}.btn-success{--bs-btn-color:#000;--bs-btn-bg:#489F29;--bs-btn-border-color:#489F29;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#63ad49;--bs-btn-hover-border-color:#5aa93e;--bs-btn-focus-shadow-rgb:61,135,35;--bs-btn-active-color:#000;--bs-btn-active-bg:#6db254;--bs-btn-active-border-color:#5aa93e;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#489F29;--bs-btn-disabled-border-color:#489F29;}.btn-info{--bs-btn-color:#000;--bs-btn-bg:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#31d2f2;--bs-btn-hover-border-color:#25cff2;--bs-btn-focus-shadow-rgb:11,172,204;--bs-btn-active-color:#000;--bs-btn-active-bg:#3dd5f3;--bs-btn-active-border-color:#25cff2;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#0dcaf0;--bs-btn-disabled-border-color:#0dcaf0;}.btn-warning{--bs-btn-color:#000;--bs-btn-bg:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffca2c;--bs-btn-hover-border-color:#ffc720;--bs-btn-focus-shadow-rgb:217,164,6;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffcd39;--bs-btn-active-border-color:#ffc720;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#ffc107;--bs-btn-disabled-border-color:#ffc107;}.btn-danger{--bs-btn-color:#FFFFFF;--bs-btn-bg:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#bb2d3b;--bs-btn-hover-border-color:#b02a37;--bs-btn-focus-shadow-rgb:225,83,97;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#b02a37;--bs-btn-active-border-color:#a52834;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#FFFFFF;--bs-btn-disabled-bg:#dc3545;--bs-btn-disabled-border-color:#dc3545;}.btn-light{--bs-btn-color:#000;--bs-btn-bg:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#d3d4d5;--bs-btn-hover-border-color:#c6c7c8;--bs-btn-focus-shadow-rgb:211,212,213;--bs-btn-active-color:#000;--bs-btn-active-bg:#c6c7c8;--bs-btn-active-border-color:#babbbc;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000;--bs-btn-disabled-bg:#f8f9fa;--bs-btn-disabled-border-color:#f8f9fa;}.btn-dark{--bs-btn-color:#FFFFFF;--bs-btn-bg:#000000;--bs-btn-border-color:#000000;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#262626;--bs-btn-hover-border-color:#1a1a1a;--bs-btn-focus-shadow-rgb:38,38,38;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#333333;--bs-btn-active-border-color:#1a1a1a;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#FFFFFF;--bs-btn-disabled-bg:#000000;--bs-btn-disabled-border-color:#000000;}.btn-outline-primary{--bs-btn-color:#D2232A;--bs-btn-border-color:#D2232A;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#D2232A;--bs-btn-hover-border-color:#D2232A;--bs-btn-focus-shadow-rgb:210,35,42;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#D2232A;--bs-btn-active-border-color:#D2232A;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#D2232A;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#D2232A;--bs-gradient:none;}.btn-outline-secondary{--bs-btn-color:#6c757d;--bs-btn-border-color:#6c757d;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#6c757d;--bs-btn-hover-border-color:#6c757d;--bs-btn-focus-shadow-rgb:108,117,125;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#6c757d;--bs-btn-active-border-color:#6c757d;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#6c757d;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#6c757d;--bs-gradient:none;}.btn-outline-success{--bs-btn-color:#489F29;--bs-btn-border-color:#489F29;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#489F29;--bs-btn-hover-border-color:#489F29;--bs-btn-focus-shadow-rgb:72,159,41;--bs-btn-active-color:#000;--bs-btn-active-bg:#489F29;--bs-btn-active-border-color:#489F29;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#489F29;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#489F29;--bs-gradient:none;}.btn-outline-info{--bs-btn-color:#0dcaf0;--bs-btn-border-color:#0dcaf0;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#0dcaf0;--bs-btn-hover-border-color:#0dcaf0;--bs-btn-focus-shadow-rgb:13,202,240;--bs-btn-active-color:#000;--bs-btn-active-bg:#0dcaf0;--bs-btn-active-border-color:#0dcaf0;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#0dcaf0;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#0dcaf0;--bs-gradient:none;}.btn-outline-warning{--bs-btn-color:#ffc107;--bs-btn-border-color:#ffc107;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#ffc107;--bs-btn-hover-border-color:#ffc107;--bs-btn-focus-shadow-rgb:255,193,7;--bs-btn-active-color:#000;--bs-btn-active-bg:#ffc107;--bs-btn-active-border-color:#ffc107;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#ffc107;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#ffc107;--bs-gradient:none;}.btn-outline-danger{--bs-btn-color:#dc3545;--bs-btn-border-color:#dc3545;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#dc3545;--bs-btn-hover-border-color:#dc3545;--bs-btn-focus-shadow-rgb:220,53,69;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#dc3545;--bs-btn-active-border-color:#dc3545;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#dc3545;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#dc3545;--bs-gradient:none;}.btn-outline-light{--bs-btn-color:#f8f9fa;--bs-btn-border-color:#f8f9fa;--bs-btn-hover-color:#000;--bs-btn-hover-bg:#f8f9fa;--bs-btn-hover-border-color:#f8f9fa;--bs-btn-focus-shadow-rgb:248,249,250;--bs-btn-active-color:#000;--bs-btn-active-bg:#f8f9fa;--bs-btn-active-border-color:#f8f9fa;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#f8f9fa;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#f8f9fa;--bs-gradient:none;}.btn-outline-dark{--bs-btn-color:#000000;--bs-btn-border-color:#000000;--bs-btn-hover-color:#FFFFFF;--bs-btn-hover-bg:#000000;--bs-btn-hover-border-color:#000000;--bs-btn-focus-shadow-rgb:0,0,0;--bs-btn-active-color:#FFFFFF;--bs-btn-active-bg:#000000;--bs-btn-active-border-color:#000000;--bs-btn-active-shadow:inset 0 3px 5px rgba(0,0,0,0.125);--bs-btn-disabled-color:#000000;--bs-btn-disabled-bg:transparent;--bs-btn-disabled-border-color:#000000;--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:96,109,144;text-decoration:none;}.btn-link:hover,.btn-link:focus-visible{text-decoration:none;}.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:1.25rem;--bs-btn-border-radius:var(--bs-border-radius-lg);}.btn-sm{--bs-btn-padding-y:0.25rem;--bs-btn-padding-x:0.5rem;--bs-btn-font-size:0.875rem;--bs-btn-border-radius:var(--bs-border-radius-sm);}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.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));}.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{border-color:#D2232A !important;}.border-blue{border-color:#0345C6 !important;}.border-green{border-color:#489F29 !important;}.border-surface-green{border-color:#E9F6F6 !important;}.border-teal{border-color:#067D79 !important;}.border-surface{border-color:#FFFBF4 !important;}.border-surface-bej{border-color:#FAF4E8 !important;}.border-soft-red{border-color:#FFB2A3 !important;}.border-soft-blue{border-color:#9DCEFF !important;}.border-light-soft-blue{border-color:#EBF5FF !important;}.border-soft-green{border-color:#DFF8D6 !important;}.border-soft-teal{border-color:#8FD2D0 !important;}.border-lighter{border-color:#E0E0E0 !important;}.border-orange{border-color:#F77634 !important;}.border-coral{border-color:#F75434 !important;}.border-pink{border-color:#FA1BA8 !important;}.border-amber{border-color:#FA8E1B !important;}.border-dark{border-color:#000000 !important;}.border-gray{border-color:#666666 !important;}.border-soft-gray{border-color:#B2B2B2 !important;}.border-light-gray{border-color:#E5E5E5 !important;}.border-lighter-gray{border-color:#F2F2F2 !important;}.border-gray-300{border-color:#888888 !important;}.border-white{border-color:#FFFFFF !important;}.border-white-20{border-color:rgba(255,255,255,0.2) !important;}.border-white-30{border-color:rgba(255,255,255,0.3) !important;}.border-soft-pink{border-color:#FFF6F4 !important;}.border-dark-gray{border-color:#1C1C1C !important;}.border-dark-gray-800{border-color:#131313 !important;}.border-primary-subtle{border-color:var(--bs-primary-border-subtle) !important;}.border-secondary-subtle{border-color:var(--bs-secondary-border-subtle) !important;}.border-success-subtle{border-color:var(--bs-success-border-subtle) !important;}.border-info-subtle{border-color:var(--bs-info-border-subtle) !important;}.border-warning-subtle{border-color:var(--bs-warning-border-subtle) !important;}.border-danger-subtle{border-color:var(--bs-danger-border-subtle) !important;}.border-light-subtle{border-color:var(--bs-light-border-subtle) !important;}.border-dark-subtle{border-color:var(--bs-dark-border-subtle) !important;}.border-1{border-width:1px !important;}.border-2{border-width:2px !important;}.border-3{border-width:3px !important;}.border-4{border-width:4px !important;}.border-5{border-width:5px !important;}.border-opacity-10{--bs-border-opacity:0.1;}.border-opacity-25{--bs-border-opacity:0.25;}.border-opacity-50{--bs-border-opacity:0.5;}.border-opacity-75{--bs-border-opacity:0.75;}.border-opacity-100{--bs-border-opacity:1;}.w-25{width:25% !important;}.w-50{width:50% !important;}.w-75{width:75% !important;}.w-100{width:100% !important;}.w-auto{width:auto !important;}.mw-100{max-width:100% !important;}.vw-100{width:100vw !important;}.min-vw-100{min-width:100vw !important;}.h-25{height:25% !important;}.h-50{height:50% !important;}.h-75{height:75% !important;}.h-100{height:100% !important;}.h-auto{height:auto !important;}.mh-100{max-height:100% !important;}.vh-100{height:100vh !important;}.min-vh-100{min-height:100vh !important;}.flex-fill{flex:1 1 auto !important;}.flex-row{flex-direction:row !important;}.flex-column{flex-direction:column !important;}.flex-row-reverse{flex-direction:row-reverse !important;}.flex-column-reverse{flex-direction:column-reverse !important;}.flex-grow-0{flex-grow:0 !important;}.flex-grow-1{flex-grow:1 !important;}.flex-shrink-0{flex-shrink:0 !important;}.flex-shrink-1{flex-shrink:1 !important;}.flex-wrap{flex-wrap:wrap !important;}.flex-nowrap{flex-wrap:nowrap !important;}.flex-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-start{justify-content:flex-start !important;}.justify-content-end{justify-content:flex-end !important;}.justify-content-center{justify-content:center !important;}.justify-content-between{justify-content:space-between !important;}.justify-content-around{justify-content:space-around !important;}.justify-content-evenly{justify-content:space-evenly !important;}.align-items-start{align-items:flex-start !important;}.align-items-end{align-items:flex-end !important;}.align-items-center{align-items:center !important;}.align-items-baseline{align-items:baseline !important;}.align-items-stretch{align-items:stretch !important;}.align-content-start{align-content:flex-start !important;}.align-content-end{align-content:flex-end !important;}.align-content-center{align-content:center !important;}.align-content-between{align-content:space-between !important;}.align-content-around{align-content:space-around !important;}.align-content-stretch{align-content:stretch !important;}.align-self-auto{align-self:auto !important;}.align-self-start{align-self:flex-start !important;}.align-self-end{align-self:flex-end !important;}.align-self-center{align-self:center !important;}.align-self-baseline{align-self:baseline !important;}.align-self-stretch{align-self:stretch !important;}.order-first{order:-1 !important;}.order-0{order:0 !important;}.order-1{order:1 !important;}.order-2{order:2 !important;}.order-3{order:3 !important;}.order-4{order:4 !important;}.order-5{order:5 !important;}.order-last{order:6 !important;}.m-0{margin:0 !important;}.m-1{margin:0.25rem !important;}.m-2{margin:0.375rem !important;}.m-3{margin:0.5rem !important;}.m-4{margin:1rem !important;}.m-5{margin:1.125rem !important;}.m-6{margin:1.25rem !important;}.m-7{margin:1.375rem !important;}.m-8{margin:1.5rem !important;}.m-9{margin:1.625rem !important;}.m-10{margin:1.688rem !important;}.m-11{margin:1.75rem !important;}.m-12{margin:1.875rem !important;}.m-13{margin:2rem !important;}.m-14{margin:2.25rem !important;}.m-15{margin:2.5rem !important;}.m-16{margin:2.625rem !important;}.m-17{margin:2.875rem !important;}.m-18{margin:3rem !important;}.m-19{margin:3.125rem !important;}.m-20{margin:3.563rem !important;}.m-21{margin:0.688rem !important;}.m-22{margin:7rem !important;}.m-23{margin:0.75rem !important;}.m-24{margin:0.875rem !important;}.m-25{margin:0.625rem !important;}.m-auto{margin:auto !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.375rem !important;margin-left:0.375rem !important;}.mx-3{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-5{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-6{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-7{margin-right:1.375rem !important;margin-left:1.375rem !important;}.mx-8{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-9{margin-right:1.625rem !important;margin-left:1.625rem !important;}.mx-10{margin-right:1.688rem !important;margin-left:1.688rem !important;}.mx-11{margin-right:1.75rem !important;margin-left:1.75rem !important;}.mx-12{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-13{margin-right:2rem !important;margin-left:2rem !important;}.mx-14{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-15{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-16{margin-right:2.625rem !important;margin-left:2.625rem !important;}.mx-17{margin-right:2.875rem !important;margin-left:2.875rem !important;}.mx-18{margin-right:3rem !important;margin-left:3rem !important;}.mx-19{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-20{margin-right:3.563rem !important;margin-left:3.563rem !important;}.mx-21{margin-right:0.688rem !important;margin-left:0.688rem !important;}.mx-22{margin-right:7rem !important;margin-left:7rem !important;}.mx-23{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-24{margin-right:0.875rem !important;margin-left:0.875rem !important;}.mx-25{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-auto{margin-right:auto !important;margin-left:auto !important;}.my-0{margin-top:0 !important;margin-bottom:0 !important;}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-2{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-3{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-5{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-6{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-7{margin-top:1.375rem !important;margin-bottom:1.375rem !important;}.my-8{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-9{margin-top:1.625rem !important;margin-bottom:1.625rem !important;}.my-10{margin-top:1.688rem !important;margin-bottom:1.688rem !important;}.my-11{margin-top:1.75rem !important;margin-bottom:1.75rem !important;}.my-12{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-13{margin-top:2rem !important;margin-bottom:2rem !important;}.my-14{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-15{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-16{margin-top:2.625rem !important;margin-bottom:2.625rem !important;}.my-17{margin-top:2.875rem !important;margin-bottom:2.875rem !important;}.my-18{margin-top:3rem !important;margin-bottom:3rem !important;}.my-19{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-20{margin-top:3.563rem !important;margin-bottom:3.563rem !important;}.my-21{margin-top:0.688rem !important;margin-bottom:0.688rem !important;}.my-22{margin-top:7rem !important;margin-bottom:7rem !important;}.my-23{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-24{margin-top:0.875rem !important;margin-bottom:0.875rem !important;}.my-25{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-0{margin-top:0 !important;}.mt-1{margin-top:0.25rem !important;}.mt-2{margin-top:0.375rem !important;}.mt-3{margin-top:0.5rem !important;}.mt-4{margin-top:1rem !important;}.mt-5{margin-top:1.125rem !important;}.mt-6{margin-top:1.25rem !important;}.mt-7{margin-top:1.375rem !important;}.mt-8{margin-top:1.5rem !important;}.mt-9{margin-top:1.625rem !important;}.mt-10{margin-top:1.688rem !important;}.mt-11{margin-top:1.75rem !important;}.mt-12{margin-top:1.875rem !important;}.mt-13{margin-top:2rem !important;}.mt-14{margin-top:2.25rem !important;}.mt-15{margin-top:2.5rem !important;}.mt-16{margin-top:2.625rem !important;}.mt-17{margin-top:2.875rem !important;}.mt-18{margin-top:3rem !important;}.mt-19{margin-top:3.125rem !important;}.mt-20{margin-top:3.563rem !important;}.mt-21{margin-top:0.688rem !important;}.mt-22{margin-top:7rem !important;}.mt-23{margin-top:0.75rem !important;}.mt-24{margin-top:0.875rem !important;}.mt-25{margin-top:0.625rem !important;}.mt-auto{margin-top:auto !important;}.me-0{margin-right:0 !important;}.me-1{margin-right:0.25rem !important;}.me-2{margin-right:0.375rem !important;}.me-3{margin-right:0.5rem !important;}.me-4{margin-right:1rem !important;}.me-5{margin-right:1.125rem !important;}.me-6{margin-right:1.25rem !important;}.me-7{margin-right:1.375rem !important;}.me-8{margin-right:1.5rem !important;}.me-9{margin-right:1.625rem !important;}.me-10{margin-right:1.688rem !important;}.me-11{margin-right:1.75rem !important;}.me-12{margin-right:1.875rem !important;}.me-13{margin-right:2rem !important;}.me-14{margin-right:2.25rem !important;}.me-15{margin-right:2.5rem !important;}.me-16{margin-right:2.625rem !important;}.me-17{margin-right:2.875rem !important;}.me-18{margin-right:3rem !important;}.me-19{margin-right:3.125rem !important;}.me-20{margin-right:3.563rem !important;}.me-21{margin-right:0.688rem !important;}.me-22{margin-right:7rem !important;}.me-23{margin-right:0.75rem !important;}.me-24{margin-right:0.875rem !important;}.me-25{margin-right:0.625rem !important;}.me-auto{margin-right:auto !important;}.mb-0{margin-bottom:0 !important;}.mb-1{margin-bottom:0.25rem !important;}.mb-2{margin-bottom:0.375rem !important;}.mb-3{margin-bottom:0.5rem !important;}.mb-4{margin-bottom:1rem !important;}.mb-5{margin-bottom:1.125rem !important;}.mb-6{margin-bottom:1.25rem !important;}.mb-7{margin-bottom:1.375rem !important;}.mb-8{margin-bottom:1.5rem !important;}.mb-9{margin-bottom:1.625rem !important;}.mb-10{margin-bottom:1.688rem !important;}.mb-11{margin-bottom:1.75rem !important;}.mb-12{margin-bottom:1.875rem !important;}.mb-13{margin-bottom:2rem !important;}.mb-14{margin-bottom:2.25rem !important;}.mb-15{margin-bottom:2.5rem !important;}.mb-16{margin-bottom:2.625rem !important;}.mb-17{margin-bottom:2.875rem !important;}.mb-18{margin-bottom:3rem !important;}.mb-19{margin-bottom:3.125rem !important;}.mb-20{margin-bottom:3.563rem !important;}.mb-21{margin-bottom:0.688rem !important;}.mb-22{margin-bottom:7rem !important;}.mb-23{margin-bottom:0.75rem !important;}.mb-24{margin-bottom:0.875rem !important;}.mb-25{margin-bottom:0.625rem !important;}.mb-auto{margin-bottom:auto !important;}.ms-0{margin-left:0 !important;}.ms-1{margin-left:0.25rem !important;}.ms-2{margin-left:0.375rem !important;}.ms-3{margin-left:0.5rem !important;}.ms-4{margin-left:1rem !important;}.ms-5{margin-left:1.125rem !important;}.ms-6{margin-left:1.25rem !important;}.ms-7{margin-left:1.375rem !important;}.ms-8{margin-left:1.5rem !important;}.ms-9{margin-left:1.625rem !important;}.ms-10{margin-left:1.688rem !important;}.ms-11{margin-left:1.75rem !important;}.ms-12{margin-left:1.875rem !important;}.ms-13{margin-left:2rem !important;}.ms-14{margin-left:2.25rem !important;}.ms-15{margin-left:2.5rem !important;}.ms-16{margin-left:2.625rem !important;}.ms-17{margin-left:2.875rem !important;}.ms-18{margin-left:3rem !important;}.ms-19{margin-left:3.125rem !important;}.ms-20{margin-left:3.563rem !important;}.ms-21{margin-left:0.688rem !important;}.ms-22{margin-left:7rem !important;}.ms-23{margin-left:0.75rem !important;}.ms-24{margin-left:0.875rem !important;}.ms-25{margin-left:0.625rem !important;}.ms-auto{margin-left:auto !important;}.p-0{padding:0 !important;}.p-1{padding:0.25rem !important;}.p-2{padding:0.375rem !important;}.p-3{padding:0.5rem !important;}.p-4{padding:1rem !important;}.p-5{padding:1.125rem !important;}.p-6{padding:1.25rem !important;}.p-7{padding:1.375rem !important;}.p-8{padding:1.5rem !important;}.p-9{padding:1.625rem !important;}.p-10{padding:1.688rem !important;}.p-11{padding:1.75rem !important;}.p-12{padding:1.875rem !important;}.p-13{padding:2rem !important;}.p-14{padding:2.25rem !important;}.p-15{padding:2.5rem !important;}.p-16{padding:2.625rem !important;}.p-17{padding:2.875rem !important;}.p-18{padding:3rem !important;}.p-19{padding:3.125rem !important;}.p-20{padding:3.563rem !important;}.p-21{padding:0.688rem !important;}.p-22{padding:7rem !important;}.p-23{padding:0.75rem !important;}.p-24{padding:0.875rem !important;}.p-25{padding:0.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.375rem !important;padding-left:0.375rem !important;}.px-3{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-4{padding-right:1rem !important;padding-left:1rem !important;}.px-5{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-6{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-7{padding-right:1.375rem !important;padding-left:1.375rem !important;}.px-8{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-9{padding-right:1.625rem !important;padding-left:1.625rem !important;}.px-10{padding-right:1.688rem !important;padding-left:1.688rem !important;}.px-11{padding-right:1.75rem !important;padding-left:1.75rem !important;}.px-12{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-13{padding-right:2rem !important;padding-left:2rem !important;}.px-14{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-15{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-16{padding-right:2.625rem !important;padding-left:2.625rem !important;}.px-17{padding-right:2.875rem !important;padding-left:2.875rem !important;}.px-18{padding-right:3rem !important;padding-left:3rem !important;}.px-19{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-20{padding-right:3.563rem !important;padding-left:3.563rem !important;}.px-21{padding-right:0.688rem !important;padding-left:0.688rem !important;}.px-22{padding-right:7rem !important;padding-left:7rem !important;}.px-23{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-24{padding-right:0.875rem !important;padding-left:0.875rem !important;}.px-25{padding-right:0.625rem !important;padding-left:0.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.375rem !important;padding-bottom:0.375rem !important;}.py-3{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-5{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-6{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-7{padding-top:1.375rem !important;padding-bottom:1.375rem !important;}.py-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-9{padding-top:1.625rem !important;padding-bottom:1.625rem !important;}.py-10{padding-top:1.688rem !important;padding-bottom:1.688rem !important;}.py-11{padding-top:1.75rem !important;padding-bottom:1.75rem !important;}.py-12{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-13{padding-top:2rem !important;padding-bottom:2rem !important;}.py-14{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-15{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-16{padding-top:2.625rem !important;padding-bottom:2.625rem !important;}.py-17{padding-top:2.875rem !important;padding-bottom:2.875rem !important;}.py-18{padding-top:3rem !important;padding-bottom:3rem !important;}.py-19{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-20{padding-top:3.563rem !important;padding-bottom:3.563rem !important;}.py-21{padding-top:0.688rem !important;padding-bottom:0.688rem !important;}.py-22{padding-top:7rem !important;padding-bottom:7rem !important;}.py-23{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-24{padding-top:0.875rem !important;padding-bottom:0.875rem !important;}.py-25{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.pt-0{padding-top:0 !important;}.pt-1{padding-top:0.25rem !important;}.pt-2{padding-top:0.375rem !important;}.pt-3{padding-top:0.5rem !important;}.pt-4{padding-top:1rem !important;}.pt-5{padding-top:1.125rem !important;}.pt-6{padding-top:1.25rem !important;}.pt-7{padding-top:1.375rem !important;}.pt-8{padding-top:1.5rem !important;}.pt-9{padding-top:1.625rem !important;}.pt-10{padding-top:1.688rem !important;}.pt-11{padding-top:1.75rem !important;}.pt-12{padding-top:1.875rem !important;}.pt-13{padding-top:2rem !important;}.pt-14{padding-top:2.25rem !important;}.pt-15{padding-top:2.5rem !important;}.pt-16{padding-top:2.625rem !important;}.pt-17{padding-top:2.875rem !important;}.pt-18{padding-top:3rem !important;}.pt-19{padding-top:3.125rem !important;}.pt-20{padding-top:3.563rem !important;}.pt-21{padding-top:0.688rem !important;}.pt-22{padding-top:7rem !important;}.pt-23{padding-top:0.75rem !important;}.pt-24{padding-top:0.875rem !important;}.pt-25{padding-top:0.625rem !important;}.pe-0{padding-right:0 !important;}.pe-1{padding-right:0.25rem !important;}.pe-2{padding-right:0.375rem !important;}.pe-3{padding-right:0.5rem !important;}.pe-4{padding-right:1rem !important;}.pe-5{padding-right:1.125rem !important;}.pe-6{padding-right:1.25rem !important;}.pe-7{padding-right:1.375rem !important;}.pe-8{padding-right:1.5rem !important;}.pe-9{padding-right:1.625rem !important;}.pe-10{padding-right:1.688rem !important;}.pe-11{padding-right:1.75rem !important;}.pe-12{padding-right:1.875rem !important;}.pe-13{padding-right:2rem !important;}.pe-14{padding-right:2.25rem !important;}.pe-15{padding-right:2.5rem !important;}.pe-16{padding-right:2.625rem !important;}.pe-17{padding-right:2.875rem !important;}.pe-18{padding-right:3rem !important;}.pe-19{padding-right:3.125rem !important;}.pe-20{padding-right:3.563rem !important;}.pe-21{padding-right:0.688rem !important;}.pe-22{padding-right:7rem !important;}.pe-23{padding-right:0.75rem !important;}.pe-24{padding-right:0.875rem !important;}.pe-25{padding-right:0.625rem !important;}.pb-0{padding-bottom:0 !important;}.pb-1{padding-bottom:0.25rem !important;}.pb-2{padding-bottom:0.375rem !important;}.pb-3{padding-bottom:0.5rem !important;}.pb-4{padding-bottom:1rem !important;}.pb-5{padding-bottom:1.125rem !important;}.pb-6{padding-bottom:1.25rem !important;}.pb-7{padding-bottom:1.375rem !important;}.pb-8{padding-bottom:1.5rem !important;}.pb-9{padding-bottom:1.625rem !important;}.pb-10{padding-bottom:1.688rem !important;}.pb-11{padding-bottom:1.75rem !important;}.pb-12{padding-bottom:1.875rem !important;}.pb-13{padding-bottom:2rem !important;}.pb-14{padding-bottom:2.25rem !important;}.pb-15{padding-bottom:2.5rem !important;}.pb-16{padding-bottom:2.625rem !important;}.pb-17{padding-bottom:2.875rem !important;}.pb-18{padding-bottom:3rem !important;}.pb-19{padding-bottom:3.125rem !important;}.pb-20{padding-bottom:3.563rem !important;}.pb-21{padding-bottom:0.688rem !important;}.pb-22{padding-bottom:7rem !important;}.pb-23{padding-bottom:0.75rem !important;}.pb-24{padding-bottom:0.875rem !important;}.pb-25{padding-bottom:0.625rem !important;}.ps-0{padding-left:0 !important;}.ps-1{padding-left:0.25rem !important;}.ps-2{padding-left:0.375rem !important;}.ps-3{padding-left:0.5rem !important;}.ps-4{padding-left:1rem !important;}.ps-5{padding-left:1.125rem !important;}.ps-6{padding-left:1.25rem !important;}.ps-7{padding-left:1.375rem !important;}.ps-8{padding-left:1.5rem !important;}.ps-9{padding-left:1.625rem !important;}.ps-10{padding-left:1.688rem !important;}.ps-11{padding-left:1.75rem !important;}.ps-12{padding-left:1.875rem !important;}.ps-13{padding-left:2rem !important;}.ps-14{padding-left:2.25rem !important;}.ps-15{padding-left:2.5rem !important;}.ps-16{padding-left:2.625rem !important;}.ps-17{padding-left:2.875rem !important;}.ps-18{padding-left:3rem !important;}.ps-19{padding-left:3.125rem !important;}.ps-20{padding-left:3.563rem !important;}.ps-21{padding-left:0.688rem !important;}.ps-22{padding-left:7rem !important;}.ps-23{padding-left:0.75rem !important;}.ps-24{padding-left:0.875rem !important;}.ps-25{padding-left:0.625rem !important;}.gap-0{gap:0 !important;}.gap-1{gap:0.25rem !important;}.gap-2{gap:0.375rem !important;}.gap-3{gap:0.5rem !important;}.gap-4{gap:1rem !important;}.gap-5{gap:1.125rem !important;}.gap-6{gap:1.25rem !important;}.gap-7{gap:1.375rem !important;}.gap-8{gap:1.5rem !important;}.gap-9{gap:1.625rem !important;}.gap-10{gap:1.688rem !important;}.gap-11{gap:1.75rem !important;}.gap-12{gap:1.875rem !important;}.gap-13{gap:2rem !important;}.gap-14{gap:2.25rem !important;}.gap-15{gap:2.5rem !important;}.gap-16{gap:2.625rem !important;}.gap-17{gap:2.875rem !important;}.gap-18{gap:3rem !important;}.gap-19{gap:3.125rem !important;}.gap-20{gap:3.563rem !important;}.gap-21{gap:0.688rem !important;}.gap-22{gap:7rem !important;}.gap-23{gap:0.75rem !important;}.gap-24{gap:0.875rem !important;}.gap-25{gap:0.625rem !important;}.row-gap-0{row-gap:0 !important;}.row-gap-1{row-gap:0.25rem !important;}.row-gap-2{row-gap:0.375rem !important;}.row-gap-3{row-gap:0.5rem !important;}.row-gap-4{row-gap:1rem !important;}.row-gap-5{row-gap:1.125rem !important;}.row-gap-6{row-gap:1.25rem !important;}.row-gap-7{row-gap:1.375rem !important;}.row-gap-8{row-gap:1.5rem !important;}.row-gap-9{row-gap:1.625rem !important;}.row-gap-10{row-gap:1.688rem !important;}.row-gap-11{row-gap:1.75rem !important;}.row-gap-12{row-gap:1.875rem !important;}.row-gap-13{row-gap:2rem !important;}.row-gap-14{row-gap:2.25rem !important;}.row-gap-15{row-gap:2.5rem !important;}.row-gap-16{row-gap:2.625rem !important;}.row-gap-17{row-gap:2.875rem !important;}.row-gap-18{row-gap:3rem !important;}.row-gap-19{row-gap:3.125rem !important;}.row-gap-20{row-gap:3.563rem !important;}.row-gap-21{row-gap:0.688rem !important;}.row-gap-22{row-gap:7rem !important;}.row-gap-23{row-gap:0.75rem !important;}.row-gap-24{row-gap:0.875rem !important;}.row-gap-25{row-gap:0.625rem !important;}.column-gap-0{column-gap:0 !important;}.column-gap-1{column-gap:0.25rem !important;}.column-gap-2{column-gap:0.375rem !important;}.column-gap-3{column-gap:0.5rem !important;}.column-gap-4{column-gap:1rem !important;}.column-gap-5{column-gap:1.125rem !important;}.column-gap-6{column-gap:1.25rem !important;}.column-gap-7{column-gap:1.375rem !important;}.column-gap-8{column-gap:1.5rem !important;}.column-gap-9{column-gap:1.625rem !important;}.column-gap-10{column-gap:1.688rem !important;}.column-gap-11{column-gap:1.75rem !important;}.column-gap-12{column-gap:1.875rem !important;}.column-gap-13{column-gap:2rem !important;}.column-gap-14{column-gap:2.25rem !important;}.column-gap-15{column-gap:2.5rem !important;}.column-gap-16{column-gap:2.625rem !important;}.column-gap-17{column-gap:2.875rem !important;}.column-gap-18{column-gap:3rem !important;}.column-gap-19{column-gap:3.125rem !important;}.column-gap-20{column-gap:3.563rem !important;}.column-gap-21{column-gap:0.688rem !important;}.column-gap-22{column-gap:7rem !important;}.column-gap-23{column-gap:0.75rem !important;}.column-gap-24{column-gap:0.875rem !important;}.column-gap-25{column-gap:0.625rem !important;}.font-monospace{font-family:var(--bs-font-monospace) !important;}.fs-1{font-size:calc(1.525rem + 3.3vw) !important;}.fs-2{font-size:calc(1.375rem + 1.5vw) !important;}.fs-3{font-size:calc(1.325rem + 0.9vw) !important;}.fs-4{font-size:calc(1.275rem + 0.3vw) !important;}.fs-5{font-size:1rem !important;}.fs-6{font-size:0.875rem !important;}.fs-7{font-size:0.75rem !important;}.fs-8{font-size:1.25rem !important;}.fs-9{font-size:1.125rem !important;}.fs-10{font-size:0.625rem !important;}.fs-11{font-size:calc(1.3063rem + 0.6756vw) !important;}.fs-12{font-size:calc(1.5563rem + 3.6756vw) !important;}.fst-italic{font-style:italic !important;}.fst-normal{font-style:normal !important;}.fw-lighter{font-weight:lighter !important;}.fw-light{font-weight:300 !important;}.fw-normal{font-weight:400 !important;}.fw-medium{font-weight:500 !important;}.fw-semibold{font-weight:600 !important;}.fw-bold{font-weight:700 !important;}.fw-bolder{font-weight:bolder !important;}.lh-1{line-height:1 !important;}.lh-sm{line-height:1.25 !important;}.lh-base{line-height:1.5 !important;}.lh-lg{line-height:2 !important;}.lh-84{line-height:5.25rem !important;}.lh-77{line-height:4.813rem !important;}.lh-76{line-height:4.75rem !important;}.lh-60{line-height:3.75rem !important;}.lh-52{line-height:3.25rem !important;}.lh-50{line-height:3.125rem !important;}.lh-48{line-height:3rem !important;}.lh-42{line-height:2.625rem !important;}.lh-40{line-height:2.5rem !important;}.lh-36{line-height:2.25rem !important;}.lh-32{line-height:2rem !important;}.lh-30{line-height:1.875rem !important;}.lh-28{line-height:1.75rem !important;}.lh-27{line-height:1.688rem !important;}.lh-26{line-height:1.625rem !important;}.lh-25{line-height:1.563rem !important;}.lh-24{line-height:1.5rem !important;}.lh-22{line-height:1.375rem !important;}.lh-20{line-height:1.25rem !important;}.lh-21{line-height:1.313rem !important;}.lh-19{line-height:1.188rem !important;}.lh-18{line-height:1.125rem !important;}.lh-16{line-height:1rem !important;}.lh-23{line-height:1.4rem !important;}.lh-29{line-height:1.813rem !important;}.lh-34{line-height:2.125rem !important;}.text-start{text-align:left !important;}.text-end{text-align:right !important;}.text-center{text-align:center !important;}.text-decoration-none{text-decoration:none !important;}.text-decoration-underline{text-decoration:underline !important;}.text-decoration-line-through{text-decoration:line-through !important;}.text-lowercase{text-transform:lowercase !important;}.text-uppercase{text-transform:uppercase !important;}.text-capitalize{text-transform:capitalize !important;}.text-wrap{white-space:normal !important;}.text-nowrap{white-space:nowrap !important;}.text-break{word-wrap:break-word !important;word-break:break-word !important;}.text-primary{--bs-text-opacity:1;color:rgba(var(--bs-primary-rgb),var(--bs-text-opacity)) !important;}.text-secondary{--bs-text-opacity:1;color:rgba(var(--bs-secondary-rgb),var(--bs-text-opacity)) !important;}.text-success{--bs-text-opacity:1;color:rgba(var(--bs-success-rgb),var(--bs-text-opacity)) !important;}.text-info{--bs-text-opacity:1;color:rgba(var(--bs-info-rgb),var(--bs-text-opacity)) !important;}.text-warning{--bs-text-opacity:1;color:rgba(var(--bs-warning-rgb),var(--bs-text-opacity)) !important;}.text-danger{--bs-text-opacity:1;color:rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;}.text-light{--bs-text-opacity:1;color:rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important;}.text-dark{--bs-text-opacity:1;color:rgba(var(--bs-dark-rgb),var(--bs-text-opacity)) !important;}.text-black{--bs-text-opacity:1;color:rgba(var(--bs-black-rgb),var(--bs-text-opacity)) !important;}.text-white{--bs-text-opacity:1;color:rgba(var(--bs-white-rgb),var(--bs-text-opacity)) !important;}.text-body{--bs-text-opacity:1;color:rgba(var(--bs-body-color-rgb),var(--bs-text-opacity)) !important;}.text-muted{--bs-text-opacity:1;color:var(--bs-secondary-color) !important;}.text-black-50{--bs-text-opacity:1;color:rgba(0,0,0,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{--bs-link-underline-opacity:1;text-decoration-color:rgba(var(--bs-link-color-rgb),var(--bs-link-underline-opacity,1)) !important;}.link-underline-opacity-0{--bs-link-underline-opacity:0;}.link-underline-opacity-0-hover:hover{--bs-link-underline-opacity:0;}.link-underline-opacity-10{--bs-link-underline-opacity:0.1;}.link-underline-opacity-10-hover:hover{--bs-link-underline-opacity:0.1;}.link-underline-opacity-25{--bs-link-underline-opacity:0.25;}.link-underline-opacity-25-hover:hover{--bs-link-underline-opacity:0.25;}.link-underline-opacity-50{--bs-link-underline-opacity:0.5;}.link-underline-opacity-50-hover:hover{--bs-link-underline-opacity:0.5;}.link-underline-opacity-75{--bs-link-underline-opacity:0.75;}.link-underline-opacity-75-hover:hover{--bs-link-underline-opacity:0.75;}.link-underline-opacity-100{--bs-link-underline-opacity:1;}.link-underline-opacity-100-hover:hover{--bs-link-underline-opacity:1;}.bg-primary{--bs-bg-opacity:1;background-color:rgba(var(--bs-primary-rgb),var(--bs-bg-opacity)) !important;}.bg-secondary{--bs-bg-opacity:1;background-color:rgba(var(--bs-secondary-rgb),var(--bs-bg-opacity)) !important;}.bg-success{--bs-bg-opacity:1;background-color:rgba(var(--bs-success-rgb),var(--bs-bg-opacity)) !important;}.bg-info{--bs-bg-opacity:1;background-color:rgba(var(--bs-info-rgb),var(--bs-bg-opacity)) !important;}.bg-warning{--bs-bg-opacity:1;background-color:rgba(var(--bs-warning-rgb),var(--bs-bg-opacity)) !important;}.bg-danger{--bs-bg-opacity:1;background-color:rgba(var(--bs-danger-rgb),var(--bs-bg-opacity)) !important;}.bg-light{--bs-bg-opacity:1;background-color:rgba(var(--bs-light-rgb),var(--bs-bg-opacity)) !important;}.bg-dark{--bs-bg-opacity:1;background-color:rgba(var(--bs-dark-rgb),var(--bs-bg-opacity)) !important;}.bg-black{--bs-bg-opacity:1;background-color:rgba(var(--bs-black-rgb),var(--bs-bg-opacity)) !important;}.bg-white{--bs-bg-opacity:1;background-color:rgba(var(--bs-white-rgb),var(--bs-bg-opacity)) !important;}.bg-body{--bs-bg-opacity:1;background-color:rgba(var(--bs-body-bg-rgb),var(--bs-bg-opacity)) !important;}.bg-transparent{--bs-bg-opacity:1;background-color: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:var(--bs-border-radius) !important;}.rounded-0{border-radius:0 !important;}.rounded-1{border-radius:var(--bs-border-radius-sm) !important;}.rounded-2{border-radius:var(--bs-border-radius) !important;}.rounded-3{border-radius:var(--bs-border-radius-lg) !important;}.rounded-4{border-radius:var(--bs-border-radius-xl) !important;}.rounded-5{border-radius:var(--bs-border-radius-xxl) !important;}.rounded-circle{border-radius:50% !important;}.rounded-pill{border-radius:var(--bs-border-radius-pill) !important;}.rounded-top{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important;}.rounded-top-0{border-top-left-radius:0 !important;border-top-right-radius:0 !important;}.rounded-top-1{border-top-left-radius:var(--bs-border-radius-sm) !important;border-top-right-radius:var(--bs-border-radius-sm) !important;}.rounded-top-2{border-top-left-radius:var(--bs-border-radius) !important;border-top-right-radius:var(--bs-border-radius) !important;}.rounded-top-3{border-top-left-radius:var(--bs-border-radius-lg) !important;border-top-right-radius:var(--bs-border-radius-lg) !important;}.rounded-top-4{border-top-left-radius:var(--bs-border-radius-xl) !important;border-top-right-radius:var(--bs-border-radius-xl) !important;}.rounded-top-5{border-top-left-radius:var(--bs-border-radius-xxl) !important;border-top-right-radius:var(--bs-border-radius-xxl) !important;}.rounded-top-circle{border-top-left-radius:50% !important;border-top-right-radius:50% !important;}.rounded-top-pill{border-top-left-radius:var(--bs-border-radius-pill) !important;border-top-right-radius:var(--bs-border-radius-pill) !important;}.rounded-end{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important;}.rounded-end-0{border-top-right-radius:0 !important;border-bottom-right-radius:0 !important;}.rounded-end-1{border-top-right-radius:var(--bs-border-radius-sm) !important;border-bottom-right-radius:var(--bs-border-radius-sm) !important;}.rounded-end-2{border-top-right-radius:var(--bs-border-radius) !important;border-bottom-right-radius:var(--bs-border-radius) !important;}.rounded-end-3{border-top-right-radius:var(--bs-border-radius-lg) !important;border-bottom-right-radius:var(--bs-border-radius-lg) !important;}.rounded-end-4{border-top-right-radius:var(--bs-border-radius-xl) !important;border-bottom-right-radius:var(--bs-border-radius-xl) !important;}.rounded-end-5{border-top-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-right-radius:var(--bs-border-radius-xxl) !important;}.rounded-end-circle{border-top-right-radius:50% !important;border-bottom-right-radius:50% !important;}.rounded-end-pill{border-top-right-radius:var(--bs-border-radius-pill) !important;border-bottom-right-radius:var(--bs-border-radius-pill) !important;}.rounded-bottom{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important;}.rounded-bottom-0{border-bottom-right-radius:0 !important;border-bottom-left-radius:0 !important;}.rounded-bottom-1{border-bottom-right-radius:var(--bs-border-radius-sm) !important;border-bottom-left-radius:var(--bs-border-radius-sm) !important;}.rounded-bottom-2{border-bottom-right-radius:var(--bs-border-radius) !important;border-bottom-left-radius:var(--bs-border-radius) !important;}.rounded-bottom-3{border-bottom-right-radius:var(--bs-border-radius-lg) !important;border-bottom-left-radius:var(--bs-border-radius-lg) !important;}.rounded-bottom-4{border-bottom-right-radius:var(--bs-border-radius-xl) !important;border-bottom-left-radius:var(--bs-border-radius-xl) !important;}.rounded-bottom-5{border-bottom-right-radius:var(--bs-border-radius-xxl) !important;border-bottom-left-radius:var(--bs-border-radius-xxl) !important;}.rounded-bottom-circle{border-bottom-right-radius:50% !important;border-bottom-left-radius:50% !important;}.rounded-bottom-pill{border-bottom-right-radius:var(--bs-border-radius-pill) !important;border-bottom-left-radius:var(--bs-border-radius-pill) !important;}.rounded-start{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important;}.rounded-start-0{border-bottom-left-radius:0 !important;border-top-left-radius:0 !important;}.rounded-start-1{border-bottom-left-radius:var(--bs-border-radius-sm) !important;border-top-left-radius:var(--bs-border-radius-sm) !important;}.rounded-start-2{border-bottom-left-radius:var(--bs-border-radius) !important;border-top-left-radius:var(--bs-border-radius) !important;}.rounded-start-3{border-bottom-left-radius:var(--bs-border-radius-lg) !important;border-top-left-radius:var(--bs-border-radius-lg) !important;}.rounded-start-4{border-bottom-left-radius:var(--bs-border-radius-xl) !important;border-top-left-radius:var(--bs-border-radius-xl) !important;}.rounded-start-5{border-bottom-left-radius:var(--bs-border-radius-xxl) !important;border-top-left-radius:var(--bs-border-radius-xxl) !important;}.rounded-start-circle{border-bottom-left-radius:50% !important;border-top-left-radius:50% !important;}.rounded-start-pill{border-bottom-left-radius:var(--bs-border-radius-pill) !important;border-top-left-radius:var(--bs-border-radius-pill) !important;}.visible{visibility:visible !important;}.invisible{visibility:hidden !important;}.z-n1{z-index:-1 !important;}.z-0{z-index:0 !important;}.z-1{z-index:1 !important;}.z-2{z-index:2 !important;}.z-3{z-index:3 !important;}@media (min-width:576px){.float-sm-start{float:left !important;}.float-sm-end{float:right !important;}.float-sm-none{float:none !important;}.object-fit-sm-contain{object-fit:contain !important;}.object-fit-sm-cover{object-fit:cover !important;}.object-fit-sm-fill{object-fit:fill !important;}.object-fit-sm-scale{object-fit:scale-down !important;}.object-fit-sm-none{object-fit:none !important;}.d-sm-inline{display:inline !important;}.d-sm-inline-block{display:inline-block !important;}.d-sm-block{display:block !important;}.d-sm-grid{display:grid !important;}.d-sm-inline-grid{display:inline-grid !important;}.d-sm-table{display:table !important;}.d-sm-table-row{display:table-row !important;}.d-sm-table-cell{display:table-cell !important;}.d-sm-flex{display:flex !important;}.d-sm-inline-flex{display:inline-flex !important;}.d-sm-none{display:none !important;}.flex-sm-fill{flex:1 1 auto !important;}.flex-sm-row{flex-direction:row !important;}.flex-sm-column{flex-direction:column !important;}.flex-sm-row-reverse{flex-direction:row-reverse !important;}.flex-sm-column-reverse{flex-direction:column-reverse !important;}.flex-sm-grow-0{flex-grow:0 !important;}.flex-sm-grow-1{flex-grow:1 !important;}.flex-sm-shrink-0{flex-shrink:0 !important;}.flex-sm-shrink-1{flex-shrink:1 !important;}.flex-sm-wrap{flex-wrap:wrap !important;}.flex-sm-nowrap{flex-wrap:nowrap !important;}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-sm-start{justify-content:flex-start !important;}.justify-content-sm-end{justify-content:flex-end !important;}.justify-content-sm-center{justify-content:center !important;}.justify-content-sm-between{justify-content:space-between !important;}.justify-content-sm-around{justify-content:space-around !important;}.justify-content-sm-evenly{justify-content:space-evenly !important;}.align-items-sm-start{align-items:flex-start !important;}.align-items-sm-end{align-items:flex-end !important;}.align-items-sm-center{align-items:center !important;}.align-items-sm-baseline{align-items:baseline !important;}.align-items-sm-stretch{align-items:stretch !important;}.align-content-sm-start{align-content:flex-start !important;}.align-content-sm-end{align-content:flex-end !important;}.align-content-sm-center{align-content:center !important;}.align-content-sm-between{align-content:space-between !important;}.align-content-sm-around{align-content:space-around !important;}.align-content-sm-stretch{align-content:stretch !important;}.align-self-sm-auto{align-self:auto !important;}.align-self-sm-start{align-self:flex-start !important;}.align-self-sm-end{align-self:flex-end !important;}.align-self-sm-center{align-self:center !important;}.align-self-sm-baseline{align-self:baseline !important;}.align-self-sm-stretch{align-self:stretch !important;}.order-sm-first{order:-1 !important;}.order-sm-0{order:0 !important;}.order-sm-1{order:1 !important;}.order-sm-2{order:2 !important;}.order-sm-3{order:3 !important;}.order-sm-4{order:4 !important;}.order-sm-5{order:5 !important;}.order-sm-last{order:6 !important;}.m-sm-0{margin:0 !important;}.m-sm-1{margin:0.25rem !important;}.m-sm-2{margin:0.375rem !important;}.m-sm-3{margin:0.5rem !important;}.m-sm-4{margin:1rem !important;}.m-sm-5{margin:1.125rem !important;}.m-sm-6{margin:1.25rem !important;}.m-sm-7{margin:1.375rem !important;}.m-sm-8{margin:1.5rem !important;}.m-sm-9{margin:1.625rem !important;}.m-sm-10{margin:1.688rem !important;}.m-sm-11{margin:1.75rem !important;}.m-sm-12{margin:1.875rem !important;}.m-sm-13{margin:2rem !important;}.m-sm-14{margin:2.25rem !important;}.m-sm-15{margin:2.5rem !important;}.m-sm-16{margin:2.625rem !important;}.m-sm-17{margin:2.875rem !important;}.m-sm-18{margin:3rem !important;}.m-sm-19{margin:3.125rem !important;}.m-sm-20{margin:3.563rem !important;}.m-sm-21{margin:0.688rem !important;}.m-sm-22{margin:7rem !important;}.m-sm-23{margin:0.75rem !important;}.m-sm-24{margin:0.875rem !important;}.m-sm-25{margin:0.625rem !important;}.m-sm-auto{margin:auto !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.375rem !important;margin-left:0.375rem !important;}.mx-sm-3{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-sm-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-sm-5{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-sm-6{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-sm-7{margin-right:1.375rem !important;margin-left:1.375rem !important;}.mx-sm-8{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-sm-9{margin-right:1.625rem !important;margin-left:1.625rem !important;}.mx-sm-10{margin-right:1.688rem !important;margin-left:1.688rem !important;}.mx-sm-11{margin-right:1.75rem !important;margin-left:1.75rem !important;}.mx-sm-12{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-sm-13{margin-right:2rem !important;margin-left:2rem !important;}.mx-sm-14{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-sm-15{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-sm-16{margin-right:2.625rem !important;margin-left:2.625rem !important;}.mx-sm-17{margin-right:2.875rem !important;margin-left:2.875rem !important;}.mx-sm-18{margin-right:3rem !important;margin-left:3rem !important;}.mx-sm-19{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-sm-20{margin-right:3.563rem !important;margin-left:3.563rem !important;}.mx-sm-21{margin-right:0.688rem !important;margin-left:0.688rem !important;}.mx-sm-22{margin-right:7rem !important;margin-left:7rem !important;}.mx-sm-23{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-sm-24{margin-right:0.875rem !important;margin-left:0.875rem !important;}.mx-sm-25{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important;}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important;}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-sm-2{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-sm-3{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-sm-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-sm-5{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-sm-6{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-sm-7{margin-top:1.375rem !important;margin-bottom:1.375rem !important;}.my-sm-8{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-sm-9{margin-top:1.625rem !important;margin-bottom:1.625rem !important;}.my-sm-10{margin-top:1.688rem !important;margin-bottom:1.688rem !important;}.my-sm-11{margin-top:1.75rem !important;margin-bottom:1.75rem !important;}.my-sm-12{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-sm-13{margin-top:2rem !important;margin-bottom:2rem !important;}.my-sm-14{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-sm-15{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-sm-16{margin-top:2.625rem !important;margin-bottom:2.625rem !important;}.my-sm-17{margin-top:2.875rem !important;margin-bottom:2.875rem !important;}.my-sm-18{margin-top:3rem !important;margin-bottom:3rem !important;}.my-sm-19{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-sm-20{margin-top:3.563rem !important;margin-bottom:3.563rem !important;}.my-sm-21{margin-top:0.688rem !important;margin-bottom:0.688rem !important;}.my-sm-22{margin-top:7rem !important;margin-bottom:7rem !important;}.my-sm-23{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-sm-24{margin-top:0.875rem !important;margin-bottom:0.875rem !important;}.my-sm-25{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-sm-0{margin-top:0 !important;}.mt-sm-1{margin-top:0.25rem !important;}.mt-sm-2{margin-top:0.375rem !important;}.mt-sm-3{margin-top:0.5rem !important;}.mt-sm-4{margin-top:1rem !important;}.mt-sm-5{margin-top:1.125rem !important;}.mt-sm-6{margin-top:1.25rem !important;}.mt-sm-7{margin-top:1.375rem !important;}.mt-sm-8{margin-top:1.5rem !important;}.mt-sm-9{margin-top:1.625rem !important;}.mt-sm-10{margin-top:1.688rem !important;}.mt-sm-11{margin-top:1.75rem !important;}.mt-sm-12{margin-top:1.875rem !important;}.mt-sm-13{margin-top:2rem !important;}.mt-sm-14{margin-top:2.25rem !important;}.mt-sm-15{margin-top:2.5rem !important;}.mt-sm-16{margin-top:2.625rem !important;}.mt-sm-17{margin-top:2.875rem !important;}.mt-sm-18{margin-top:3rem !important;}.mt-sm-19{margin-top:3.125rem !important;}.mt-sm-20{margin-top:3.563rem !important;}.mt-sm-21{margin-top:0.688rem !important;}.mt-sm-22{margin-top:7rem !important;}.mt-sm-23{margin-top:0.75rem !important;}.mt-sm-24{margin-top:0.875rem !important;}.mt-sm-25{margin-top:0.625rem !important;}.mt-sm-auto{margin-top:auto !important;}.me-sm-0{margin-right:0 !important;}.me-sm-1{margin-right:0.25rem !important;}.me-sm-2{margin-right:0.375rem !important;}.me-sm-3{margin-right:0.5rem !important;}.me-sm-4{margin-right:1rem !important;}.me-sm-5{margin-right:1.125rem !important;}.me-sm-6{margin-right:1.25rem !important;}.me-sm-7{margin-right:1.375rem !important;}.me-sm-8{margin-right:1.5rem !important;}.me-sm-9{margin-right:1.625rem !important;}.me-sm-10{margin-right:1.688rem !important;}.me-sm-11{margin-right:1.75rem !important;}.me-sm-12{margin-right:1.875rem !important;}.me-sm-13{margin-right:2rem !important;}.me-sm-14{margin-right:2.25rem !important;}.me-sm-15{margin-right:2.5rem !important;}.me-sm-16{margin-right:2.625rem !important;}.me-sm-17{margin-right:2.875rem !important;}.me-sm-18{margin-right:3rem !important;}.me-sm-19{margin-right:3.125rem !important;}.me-sm-20{margin-right:3.563rem !important;}.me-sm-21{margin-right:0.688rem !important;}.me-sm-22{margin-right:7rem !important;}.me-sm-23{margin-right:0.75rem !important;}.me-sm-24{margin-right:0.875rem !important;}.me-sm-25{margin-right:0.625rem !important;}.me-sm-auto{margin-right:auto !important;}.mb-sm-0{margin-bottom:0 !important;}.mb-sm-1{margin-bottom:0.25rem !important;}.mb-sm-2{margin-bottom:0.375rem !important;}.mb-sm-3{margin-bottom:0.5rem !important;}.mb-sm-4{margin-bottom:1rem !important;}.mb-sm-5{margin-bottom:1.125rem !important;}.mb-sm-6{margin-bottom:1.25rem !important;}.mb-sm-7{margin-bottom:1.375rem !important;}.mb-sm-8{margin-bottom:1.5rem !important;}.mb-sm-9{margin-bottom:1.625rem !important;}.mb-sm-10{margin-bottom:1.688rem !important;}.mb-sm-11{margin-bottom:1.75rem !important;}.mb-sm-12{margin-bottom:1.875rem !important;}.mb-sm-13{margin-bottom:2rem !important;}.mb-sm-14{margin-bottom:2.25rem !important;}.mb-sm-15{margin-bottom:2.5rem !important;}.mb-sm-16{margin-bottom:2.625rem !important;}.mb-sm-17{margin-bottom:2.875rem !important;}.mb-sm-18{margin-bottom:3rem !important;}.mb-sm-19{margin-bottom:3.125rem !important;}.mb-sm-20{margin-bottom:3.563rem !important;}.mb-sm-21{margin-bottom:0.688rem !important;}.mb-sm-22{margin-bottom:7rem !important;}.mb-sm-23{margin-bottom:0.75rem !important;}.mb-sm-24{margin-bottom:0.875rem !important;}.mb-sm-25{margin-bottom:0.625rem !important;}.mb-sm-auto{margin-bottom:auto !important;}.ms-sm-0{margin-left:0 !important;}.ms-sm-1{margin-left:0.25rem !important;}.ms-sm-2{margin-left:0.375rem !important;}.ms-sm-3{margin-left:0.5rem !important;}.ms-sm-4{margin-left:1rem !important;}.ms-sm-5{margin-left:1.125rem !important;}.ms-sm-6{margin-left:1.25rem !important;}.ms-sm-7{margin-left:1.375rem !important;}.ms-sm-8{margin-left:1.5rem !important;}.ms-sm-9{margin-left:1.625rem !important;}.ms-sm-10{margin-left:1.688rem !important;}.ms-sm-11{margin-left:1.75rem !important;}.ms-sm-12{margin-left:1.875rem !important;}.ms-sm-13{margin-left:2rem !important;}.ms-sm-14{margin-left:2.25rem !important;}.ms-sm-15{margin-left:2.5rem !important;}.ms-sm-16{margin-left:2.625rem !important;}.ms-sm-17{margin-left:2.875rem !important;}.ms-sm-18{margin-left:3rem !important;}.ms-sm-19{margin-left:3.125rem !important;}.ms-sm-20{margin-left:3.563rem !important;}.ms-sm-21{margin-left:0.688rem !important;}.ms-sm-22{margin-left:7rem !important;}.ms-sm-23{margin-left:0.75rem !important;}.ms-sm-24{margin-left:0.875rem !important;}.ms-sm-25{margin-left:0.625rem !important;}.ms-sm-auto{margin-left:auto !important;}.p-sm-0{padding:0 !important;}.p-sm-1{padding:0.25rem !important;}.p-sm-2{padding:0.375rem !important;}.p-sm-3{padding:0.5rem !important;}.p-sm-4{padding:1rem !important;}.p-sm-5{padding:1.125rem !important;}.p-sm-6{padding:1.25rem !important;}.p-sm-7{padding:1.375rem !important;}.p-sm-8{padding:1.5rem !important;}.p-sm-9{padding:1.625rem !important;}.p-sm-10{padding:1.688rem !important;}.p-sm-11{padding:1.75rem !important;}.p-sm-12{padding:1.875rem !important;}.p-sm-13{padding:2rem !important;}.p-sm-14{padding:2.25rem !important;}.p-sm-15{padding:2.5rem !important;}.p-sm-16{padding:2.625rem !important;}.p-sm-17{padding:2.875rem !important;}.p-sm-18{padding:3rem !important;}.p-sm-19{padding:3.125rem !important;}.p-sm-20{padding:3.563rem !important;}.p-sm-21{padding:0.688rem !important;}.p-sm-22{padding:7rem !important;}.p-sm-23{padding:0.75rem !important;}.p-sm-24{padding:0.875rem !important;}.p-sm-25{padding:0.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.375rem !important;padding-left:0.375rem !important;}.px-sm-3{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-sm-4{padding-right:1rem !important;padding-left:1rem !important;}.px-sm-5{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-sm-6{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-sm-7{padding-right:1.375rem !important;padding-left:1.375rem !important;}.px-sm-8{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-sm-9{padding-right:1.625rem !important;padding-left:1.625rem !important;}.px-sm-10{padding-right:1.688rem !important;padding-left:1.688rem !important;}.px-sm-11{padding-right:1.75rem !important;padding-left:1.75rem !important;}.px-sm-12{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-sm-13{padding-right:2rem !important;padding-left:2rem !important;}.px-sm-14{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-sm-15{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-sm-16{padding-right:2.625rem !important;padding-left:2.625rem !important;}.px-sm-17{padding-right:2.875rem !important;padding-left:2.875rem !important;}.px-sm-18{padding-right:3rem !important;padding-left:3rem !important;}.px-sm-19{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-sm-20{padding-right:3.563rem !important;padding-left:3.563rem !important;}.px-sm-21{padding-right:0.688rem !important;padding-left:0.688rem !important;}.px-sm-22{padding-right:7rem !important;padding-left:7rem !important;}.px-sm-23{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-sm-24{padding-right:0.875rem !important;padding-left:0.875rem !important;}.px-sm-25{padding-right:0.625rem !important;padding-left:0.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.375rem !important;padding-bottom:0.375rem !important;}.py-sm-3{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-sm-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-sm-5{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-sm-6{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-sm-7{padding-top:1.375rem !important;padding-bottom:1.375rem !important;}.py-sm-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-sm-9{padding-top:1.625rem !important;padding-bottom:1.625rem !important;}.py-sm-10{padding-top:1.688rem !important;padding-bottom:1.688rem !important;}.py-sm-11{padding-top:1.75rem !important;padding-bottom:1.75rem !important;}.py-sm-12{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-sm-13{padding-top:2rem !important;padding-bottom:2rem !important;}.py-sm-14{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-sm-15{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-sm-16{padding-top:2.625rem !important;padding-bottom:2.625rem !important;}.py-sm-17{padding-top:2.875rem !important;padding-bottom:2.875rem !important;}.py-sm-18{padding-top:3rem !important;padding-bottom:3rem !important;}.py-sm-19{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-sm-20{padding-top:3.563rem !important;padding-bottom:3.563rem !important;}.py-sm-21{padding-top:0.688rem !important;padding-bottom:0.688rem !important;}.py-sm-22{padding-top:7rem !important;padding-bottom:7rem !important;}.py-sm-23{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-sm-24{padding-top:0.875rem !important;padding-bottom:0.875rem !important;}.py-sm-25{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.pt-sm-0{padding-top:0 !important;}.pt-sm-1{padding-top:0.25rem !important;}.pt-sm-2{padding-top:0.375rem !important;}.pt-sm-3{padding-top:0.5rem !important;}.pt-sm-4{padding-top:1rem !important;}.pt-sm-5{padding-top:1.125rem !important;}.pt-sm-6{padding-top:1.25rem !important;}.pt-sm-7{padding-top:1.375rem !important;}.pt-sm-8{padding-top:1.5rem !important;}.pt-sm-9{padding-top:1.625rem !important;}.pt-sm-10{padding-top:1.688rem !important;}.pt-sm-11{padding-top:1.75rem !important;}.pt-sm-12{padding-top:1.875rem !important;}.pt-sm-13{padding-top:2rem !important;}.pt-sm-14{padding-top:2.25rem !important;}.pt-sm-15{padding-top:2.5rem !important;}.pt-sm-16{padding-top:2.625rem !important;}.pt-sm-17{padding-top:2.875rem !important;}.pt-sm-18{padding-top:3rem !important;}.pt-sm-19{padding-top:3.125rem !important;}.pt-sm-20{padding-top:3.563rem !important;}.pt-sm-21{padding-top:0.688rem !important;}.pt-sm-22{padding-top:7rem !important;}.pt-sm-23{padding-top:0.75rem !important;}.pt-sm-24{padding-top:0.875rem !important;}.pt-sm-25{padding-top:0.625rem !important;}.pe-sm-0{padding-right:0 !important;}.pe-sm-1{padding-right:0.25rem !important;}.pe-sm-2{padding-right:0.375rem !important;}.pe-sm-3{padding-right:0.5rem !important;}.pe-sm-4{padding-right:1rem !important;}.pe-sm-5{padding-right:1.125rem !important;}.pe-sm-6{padding-right:1.25rem !important;}.pe-sm-7{padding-right:1.375rem !important;}.pe-sm-8{padding-right:1.5rem !important;}.pe-sm-9{padding-right:1.625rem !important;}.pe-sm-10{padding-right:1.688rem !important;}.pe-sm-11{padding-right:1.75rem !important;}.pe-sm-12{padding-right:1.875rem !important;}.pe-sm-13{padding-right:2rem !important;}.pe-sm-14{padding-right:2.25rem !important;}.pe-sm-15{padding-right:2.5rem !important;}.pe-sm-16{padding-right:2.625rem !important;}.pe-sm-17{padding-right:2.875rem !important;}.pe-sm-18{padding-right:3rem !important;}.pe-sm-19{padding-right:3.125rem !important;}.pe-sm-20{padding-right:3.563rem !important;}.pe-sm-21{padding-right:0.688rem !important;}.pe-sm-22{padding-right:7rem !important;}.pe-sm-23{padding-right:0.75rem !important;}.pe-sm-24{padding-right:0.875rem !important;}.pe-sm-25{padding-right:0.625rem !important;}.pb-sm-0{padding-bottom:0 !important;}.pb-sm-1{padding-bottom:0.25rem !important;}.pb-sm-2{padding-bottom:0.375rem !important;}.pb-sm-3{padding-bottom:0.5rem !important;}.pb-sm-4{padding-bottom:1rem !important;}.pb-sm-5{padding-bottom:1.125rem !important;}.pb-sm-6{padding-bottom:1.25rem !important;}.pb-sm-7{padding-bottom:1.375rem !important;}.pb-sm-8{padding-bottom:1.5rem !important;}.pb-sm-9{padding-bottom:1.625rem !important;}.pb-sm-10{padding-bottom:1.688rem !important;}.pb-sm-11{padding-bottom:1.75rem !important;}.pb-sm-12{padding-bottom:1.875rem !important;}.pb-sm-13{padding-bottom:2rem !important;}.pb-sm-14{padding-bottom:2.25rem !important;}.pb-sm-15{padding-bottom:2.5rem !important;}.pb-sm-16{padding-bottom:2.625rem !important;}.pb-sm-17{padding-bottom:2.875rem !important;}.pb-sm-18{padding-bottom:3rem !important;}.pb-sm-19{padding-bottom:3.125rem !important;}.pb-sm-20{padding-bottom:3.563rem !important;}.pb-sm-21{padding-bottom:0.688rem !important;}.pb-sm-22{padding-bottom:7rem !important;}.pb-sm-23{padding-bottom:0.75rem !important;}.pb-sm-24{padding-bottom:0.875rem !important;}.pb-sm-25{padding-bottom:0.625rem !important;}.ps-sm-0{padding-left:0 !important;}.ps-sm-1{padding-left:0.25rem !important;}.ps-sm-2{padding-left:0.375rem !important;}.ps-sm-3{padding-left:0.5rem !important;}.ps-sm-4{padding-left:1rem !important;}.ps-sm-5{padding-left:1.125rem !important;}.ps-sm-6{padding-left:1.25rem !important;}.ps-sm-7{padding-left:1.375rem !important;}.ps-sm-8{padding-left:1.5rem !important;}.ps-sm-9{padding-left:1.625rem !important;}.ps-sm-10{padding-left:1.688rem !important;}.ps-sm-11{padding-left:1.75rem !important;}.ps-sm-12{padding-left:1.875rem !important;}.ps-sm-13{padding-left:2rem !important;}.ps-sm-14{padding-left:2.25rem !important;}.ps-sm-15{padding-left:2.5rem !important;}.ps-sm-16{padding-left:2.625rem !important;}.ps-sm-17{padding-left:2.875rem !important;}.ps-sm-18{padding-left:3rem !important;}.ps-sm-19{padding-left:3.125rem !important;}.ps-sm-20{padding-left:3.563rem !important;}.ps-sm-21{padding-left:0.688rem !important;}.ps-sm-22{padding-left:7rem !important;}.ps-sm-23{padding-left:0.75rem !important;}.ps-sm-24{padding-left:0.875rem !important;}.ps-sm-25{padding-left:0.625rem !important;}.gap-sm-0{gap:0 !important;}.gap-sm-1{gap:0.25rem !important;}.gap-sm-2{gap:0.375rem !important;}.gap-sm-3{gap:0.5rem !important;}.gap-sm-4{gap:1rem !important;}.gap-sm-5{gap:1.125rem !important;}.gap-sm-6{gap:1.25rem !important;}.gap-sm-7{gap:1.375rem !important;}.gap-sm-8{gap:1.5rem !important;}.gap-sm-9{gap:1.625rem !important;}.gap-sm-10{gap:1.688rem !important;}.gap-sm-11{gap:1.75rem !important;}.gap-sm-12{gap:1.875rem !important;}.gap-sm-13{gap:2rem !important;}.gap-sm-14{gap:2.25rem !important;}.gap-sm-15{gap:2.5rem !important;}.gap-sm-16{gap:2.625rem !important;}.gap-sm-17{gap:2.875rem !important;}.gap-sm-18{gap:3rem !important;}.gap-sm-19{gap:3.125rem !important;}.gap-sm-20{gap:3.563rem !important;}.gap-sm-21{gap:0.688rem !important;}.gap-sm-22{gap:7rem !important;}.gap-sm-23{gap:0.75rem !important;}.gap-sm-24{gap:0.875rem !important;}.gap-sm-25{gap:0.625rem !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.375rem !important;}.row-gap-sm-3{row-gap:0.5rem !important;}.row-gap-sm-4{row-gap:1rem !important;}.row-gap-sm-5{row-gap:1.125rem !important;}.row-gap-sm-6{row-gap:1.25rem !important;}.row-gap-sm-7{row-gap:1.375rem !important;}.row-gap-sm-8{row-gap:1.5rem !important;}.row-gap-sm-9{row-gap:1.625rem !important;}.row-gap-sm-10{row-gap:1.688rem !important;}.row-gap-sm-11{row-gap:1.75rem !important;}.row-gap-sm-12{row-gap:1.875rem !important;}.row-gap-sm-13{row-gap:2rem !important;}.row-gap-sm-14{row-gap:2.25rem !important;}.row-gap-sm-15{row-gap:2.5rem !important;}.row-gap-sm-16{row-gap:2.625rem !important;}.row-gap-sm-17{row-gap:2.875rem !important;}.row-gap-sm-18{row-gap:3rem !important;}.row-gap-sm-19{row-gap:3.125rem !important;}.row-gap-sm-20{row-gap:3.563rem !important;}.row-gap-sm-21{row-gap:0.688rem !important;}.row-gap-sm-22{row-gap:7rem !important;}.row-gap-sm-23{row-gap:0.75rem !important;}.row-gap-sm-24{row-gap:0.875rem !important;}.row-gap-sm-25{row-gap:0.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.375rem !important;}.column-gap-sm-3{column-gap:0.5rem !important;}.column-gap-sm-4{column-gap:1rem !important;}.column-gap-sm-5{column-gap:1.125rem !important;}.column-gap-sm-6{column-gap:1.25rem !important;}.column-gap-sm-7{column-gap:1.375rem !important;}.column-gap-sm-8{column-gap:1.5rem !important;}.column-gap-sm-9{column-gap:1.625rem !important;}.column-gap-sm-10{column-gap:1.688rem !important;}.column-gap-sm-11{column-gap:1.75rem !important;}.column-gap-sm-12{column-gap:1.875rem !important;}.column-gap-sm-13{column-gap:2rem !important;}.column-gap-sm-14{column-gap:2.25rem !important;}.column-gap-sm-15{column-gap:2.5rem !important;}.column-gap-sm-16{column-gap:2.625rem !important;}.column-gap-sm-17{column-gap:2.875rem !important;}.column-gap-sm-18{column-gap:3rem !important;}.column-gap-sm-19{column-gap:3.125rem !important;}.column-gap-sm-20{column-gap:3.563rem !important;}.column-gap-sm-21{column-gap:0.688rem !important;}.column-gap-sm-22{column-gap:7rem !important;}.column-gap-sm-23{column-gap:0.75rem !important;}.column-gap-sm-24{column-gap:0.875rem !important;}.column-gap-sm-25{column-gap:0.625rem !important;}.text-sm-start{text-align:left !important;}.text-sm-end{text-align:right !important;}.text-sm-center{text-align:center !important;}}@media (min-width:768px){.float-md-start{float:left !important;}.float-md-end{float:right !important;}.float-md-none{float:none !important;}.object-fit-md-contain{object-fit:contain !important;}.object-fit-md-cover{object-fit:cover !important;}.object-fit-md-fill{object-fit:fill !important;}.object-fit-md-scale{object-fit:scale-down !important;}.object-fit-md-none{object-fit:none !important;}.d-md-inline{display:inline !important;}.d-md-inline-block{display:inline-block !important;}.d-md-block{display:block !important;}.d-md-grid{display:grid !important;}.d-md-inline-grid{display:inline-grid !important;}.d-md-table{display:table !important;}.d-md-table-row{display:table-row !important;}.d-md-table-cell{display:table-cell !important;}.d-md-flex{display:flex !important;}.d-md-inline-flex{display:inline-flex !important;}.d-md-none{display:none !important;}.flex-md-fill{flex:1 1 auto !important;}.flex-md-row{flex-direction:row !important;}.flex-md-column{flex-direction:column !important;}.flex-md-row-reverse{flex-direction:row-reverse !important;}.flex-md-column-reverse{flex-direction:column-reverse !important;}.flex-md-grow-0{flex-grow:0 !important;}.flex-md-grow-1{flex-grow:1 !important;}.flex-md-shrink-0{flex-shrink:0 !important;}.flex-md-shrink-1{flex-shrink:1 !important;}.flex-md-wrap{flex-wrap:wrap !important;}.flex-md-nowrap{flex-wrap:nowrap !important;}.flex-md-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-md-start{justify-content:flex-start !important;}.justify-content-md-end{justify-content:flex-end !important;}.justify-content-md-center{justify-content:center !important;}.justify-content-md-between{justify-content:space-between !important;}.justify-content-md-around{justify-content:space-around !important;}.justify-content-md-evenly{justify-content:space-evenly !important;}.align-items-md-start{align-items:flex-start !important;}.align-items-md-end{align-items:flex-end !important;}.align-items-md-center{align-items:center !important;}.align-items-md-baseline{align-items:baseline !important;}.align-items-md-stretch{align-items:stretch !important;}.align-content-md-start{align-content:flex-start !important;}.align-content-md-end{align-content:flex-end !important;}.align-content-md-center{align-content:center !important;}.align-content-md-between{align-content:space-between !important;}.align-content-md-around{align-content:space-around !important;}.align-content-md-stretch{align-content:stretch !important;}.align-self-md-auto{align-self:auto !important;}.align-self-md-start{align-self:flex-start !important;}.align-self-md-end{align-self:flex-end !important;}.align-self-md-center{align-self:center !important;}.align-self-md-baseline{align-self:baseline !important;}.align-self-md-stretch{align-self:stretch !important;}.order-md-first{order:-1 !important;}.order-md-0{order:0 !important;}.order-md-1{order:1 !important;}.order-md-2{order:2 !important;}.order-md-3{order:3 !important;}.order-md-4{order:4 !important;}.order-md-5{order:5 !important;}.order-md-last{order:6 !important;}.m-md-0{margin:0 !important;}.m-md-1{margin:0.25rem !important;}.m-md-2{margin:0.375rem !important;}.m-md-3{margin:0.5rem !important;}.m-md-4{margin:1rem !important;}.m-md-5{margin:1.125rem !important;}.m-md-6{margin:1.25rem !important;}.m-md-7{margin:1.375rem !important;}.m-md-8{margin:1.5rem !important;}.m-md-9{margin:1.625rem !important;}.m-md-10{margin:1.688rem !important;}.m-md-11{margin:1.75rem !important;}.m-md-12{margin:1.875rem !important;}.m-md-13{margin:2rem !important;}.m-md-14{margin:2.25rem !important;}.m-md-15{margin:2.5rem !important;}.m-md-16{margin:2.625rem !important;}.m-md-17{margin:2.875rem !important;}.m-md-18{margin:3rem !important;}.m-md-19{margin:3.125rem !important;}.m-md-20{margin:3.563rem !important;}.m-md-21{margin:0.688rem !important;}.m-md-22{margin:7rem !important;}.m-md-23{margin:0.75rem !important;}.m-md-24{margin:0.875rem !important;}.m-md-25{margin:0.625rem !important;}.m-md-auto{margin:auto !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.375rem !important;margin-left:0.375rem !important;}.mx-md-3{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-md-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-md-5{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-md-6{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-md-7{margin-right:1.375rem !important;margin-left:1.375rem !important;}.mx-md-8{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-md-9{margin-right:1.625rem !important;margin-left:1.625rem !important;}.mx-md-10{margin-right:1.688rem !important;margin-left:1.688rem !important;}.mx-md-11{margin-right:1.75rem !important;margin-left:1.75rem !important;}.mx-md-12{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-md-13{margin-right:2rem !important;margin-left:2rem !important;}.mx-md-14{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-md-15{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-md-16{margin-right:2.625rem !important;margin-left:2.625rem !important;}.mx-md-17{margin-right:2.875rem !important;margin-left:2.875rem !important;}.mx-md-18{margin-right:3rem !important;margin-left:3rem !important;}.mx-md-19{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-md-20{margin-right:3.563rem !important;margin-left:3.563rem !important;}.mx-md-21{margin-right:0.688rem !important;margin-left:0.688rem !important;}.mx-md-22{margin-right:7rem !important;margin-left:7rem !important;}.mx-md-23{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-md-24{margin-right:0.875rem !important;margin-left:0.875rem !important;}.mx-md-25{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-md-auto{margin-right:auto !important;margin-left:auto !important;}.my-md-0{margin-top:0 !important;margin-bottom:0 !important;}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-md-2{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-md-3{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-md-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-md-5{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-md-6{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-md-7{margin-top:1.375rem !important;margin-bottom:1.375rem !important;}.my-md-8{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-md-9{margin-top:1.625rem !important;margin-bottom:1.625rem !important;}.my-md-10{margin-top:1.688rem !important;margin-bottom:1.688rem !important;}.my-md-11{margin-top:1.75rem !important;margin-bottom:1.75rem !important;}.my-md-12{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-md-13{margin-top:2rem !important;margin-bottom:2rem !important;}.my-md-14{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-md-15{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-md-16{margin-top:2.625rem !important;margin-bottom:2.625rem !important;}.my-md-17{margin-top:2.875rem !important;margin-bottom:2.875rem !important;}.my-md-18{margin-top:3rem !important;margin-bottom:3rem !important;}.my-md-19{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-md-20{margin-top:3.563rem !important;margin-bottom:3.563rem !important;}.my-md-21{margin-top:0.688rem !important;margin-bottom:0.688rem !important;}.my-md-22{margin-top:7rem !important;margin-bottom:7rem !important;}.my-md-23{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-md-24{margin-top:0.875rem !important;margin-bottom:0.875rem !important;}.my-md-25{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-md-0{margin-top:0 !important;}.mt-md-1{margin-top:0.25rem !important;}.mt-md-2{margin-top:0.375rem !important;}.mt-md-3{margin-top:0.5rem !important;}.mt-md-4{margin-top:1rem !important;}.mt-md-5{margin-top:1.125rem !important;}.mt-md-6{margin-top:1.25rem !important;}.mt-md-7{margin-top:1.375rem !important;}.mt-md-8{margin-top:1.5rem !important;}.mt-md-9{margin-top:1.625rem !important;}.mt-md-10{margin-top:1.688rem !important;}.mt-md-11{margin-top:1.75rem !important;}.mt-md-12{margin-top:1.875rem !important;}.mt-md-13{margin-top:2rem !important;}.mt-md-14{margin-top:2.25rem !important;}.mt-md-15{margin-top:2.5rem !important;}.mt-md-16{margin-top:2.625rem !important;}.mt-md-17{margin-top:2.875rem !important;}.mt-md-18{margin-top:3rem !important;}.mt-md-19{margin-top:3.125rem !important;}.mt-md-20{margin-top:3.563rem !important;}.mt-md-21{margin-top:0.688rem !important;}.mt-md-22{margin-top:7rem !important;}.mt-md-23{margin-top:0.75rem !important;}.mt-md-24{margin-top:0.875rem !important;}.mt-md-25{margin-top:0.625rem !important;}.mt-md-auto{margin-top:auto !important;}.me-md-0{margin-right:0 !important;}.me-md-1{margin-right:0.25rem !important;}.me-md-2{margin-right:0.375rem !important;}.me-md-3{margin-right:0.5rem !important;}.me-md-4{margin-right:1rem !important;}.me-md-5{margin-right:1.125rem !important;}.me-md-6{margin-right:1.25rem !important;}.me-md-7{margin-right:1.375rem !important;}.me-md-8{margin-right:1.5rem !important;}.me-md-9{margin-right:1.625rem !important;}.me-md-10{margin-right:1.688rem !important;}.me-md-11{margin-right:1.75rem !important;}.me-md-12{margin-right:1.875rem !important;}.me-md-13{margin-right:2rem !important;}.me-md-14{margin-right:2.25rem !important;}.me-md-15{margin-right:2.5rem !important;}.me-md-16{margin-right:2.625rem !important;}.me-md-17{margin-right:2.875rem !important;}.me-md-18{margin-right:3rem !important;}.me-md-19{margin-right:3.125rem !important;}.me-md-20{margin-right:3.563rem !important;}.me-md-21{margin-right:0.688rem !important;}.me-md-22{margin-right:7rem !important;}.me-md-23{margin-right:0.75rem !important;}.me-md-24{margin-right:0.875rem !important;}.me-md-25{margin-right:0.625rem !important;}.me-md-auto{margin-right:auto !important;}.mb-md-0{margin-bottom:0 !important;}.mb-md-1{margin-bottom:0.25rem !important;}.mb-md-2{margin-bottom:0.375rem !important;}.mb-md-3{margin-bottom:0.5rem !important;}.mb-md-4{margin-bottom:1rem !important;}.mb-md-5{margin-bottom:1.125rem !important;}.mb-md-6{margin-bottom:1.25rem !important;}.mb-md-7{margin-bottom:1.375rem !important;}.mb-md-8{margin-bottom:1.5rem !important;}.mb-md-9{margin-bottom:1.625rem !important;}.mb-md-10{margin-bottom:1.688rem !important;}.mb-md-11{margin-bottom:1.75rem !important;}.mb-md-12{margin-bottom:1.875rem !important;}.mb-md-13{margin-bottom:2rem !important;}.mb-md-14{margin-bottom:2.25rem !important;}.mb-md-15{margin-bottom:2.5rem !important;}.mb-md-16{margin-bottom:2.625rem !important;}.mb-md-17{margin-bottom:2.875rem !important;}.mb-md-18{margin-bottom:3rem !important;}.mb-md-19{margin-bottom:3.125rem !important;}.mb-md-20{margin-bottom:3.563rem !important;}.mb-md-21{margin-bottom:0.688rem !important;}.mb-md-22{margin-bottom:7rem !important;}.mb-md-23{margin-bottom:0.75rem !important;}.mb-md-24{margin-bottom:0.875rem !important;}.mb-md-25{margin-bottom:0.625rem !important;}.mb-md-auto{margin-bottom:auto !important;}.ms-md-0{margin-left:0 !important;}.ms-md-1{margin-left:0.25rem !important;}.ms-md-2{margin-left:0.375rem !important;}.ms-md-3{margin-left:0.5rem !important;}.ms-md-4{margin-left:1rem !important;}.ms-md-5{margin-left:1.125rem !important;}.ms-md-6{margin-left:1.25rem !important;}.ms-md-7{margin-left:1.375rem !important;}.ms-md-8{margin-left:1.5rem !important;}.ms-md-9{margin-left:1.625rem !important;}.ms-md-10{margin-left:1.688rem !important;}.ms-md-11{margin-left:1.75rem !important;}.ms-md-12{margin-left:1.875rem !important;}.ms-md-13{margin-left:2rem !important;}.ms-md-14{margin-left:2.25rem !important;}.ms-md-15{margin-left:2.5rem !important;}.ms-md-16{margin-left:2.625rem !important;}.ms-md-17{margin-left:2.875rem !important;}.ms-md-18{margin-left:3rem !important;}.ms-md-19{margin-left:3.125rem !important;}.ms-md-20{margin-left:3.563rem !important;}.ms-md-21{margin-left:0.688rem !important;}.ms-md-22{margin-left:7rem !important;}.ms-md-23{margin-left:0.75rem !important;}.ms-md-24{margin-left:0.875rem !important;}.ms-md-25{margin-left:0.625rem !important;}.ms-md-auto{margin-left:auto !important;}.p-md-0{padding:0 !important;}.p-md-1{padding:0.25rem !important;}.p-md-2{padding:0.375rem !important;}.p-md-3{padding:0.5rem !important;}.p-md-4{padding:1rem !important;}.p-md-5{padding:1.125rem !important;}.p-md-6{padding:1.25rem !important;}.p-md-7{padding:1.375rem !important;}.p-md-8{padding:1.5rem !important;}.p-md-9{padding:1.625rem !important;}.p-md-10{padding:1.688rem !important;}.p-md-11{padding:1.75rem !important;}.p-md-12{padding:1.875rem !important;}.p-md-13{padding:2rem !important;}.p-md-14{padding:2.25rem !important;}.p-md-15{padding:2.5rem !important;}.p-md-16{padding:2.625rem !important;}.p-md-17{padding:2.875rem !important;}.p-md-18{padding:3rem !important;}.p-md-19{padding:3.125rem !important;}.p-md-20{padding:3.563rem !important;}.p-md-21{padding:0.688rem !important;}.p-md-22{padding:7rem !important;}.p-md-23{padding:0.75rem !important;}.p-md-24{padding:0.875rem !important;}.p-md-25{padding:0.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.375rem !important;padding-left:0.375rem !important;}.px-md-3{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-md-4{padding-right:1rem !important;padding-left:1rem !important;}.px-md-5{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-md-6{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-md-7{padding-right:1.375rem !important;padding-left:1.375rem !important;}.px-md-8{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-md-9{padding-right:1.625rem !important;padding-left:1.625rem !important;}.px-md-10{padding-right:1.688rem !important;padding-left:1.688rem !important;}.px-md-11{padding-right:1.75rem !important;padding-left:1.75rem !important;}.px-md-12{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-md-13{padding-right:2rem !important;padding-left:2rem !important;}.px-md-14{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-md-15{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-md-16{padding-right:2.625rem !important;padding-left:2.625rem !important;}.px-md-17{padding-right:2.875rem !important;padding-left:2.875rem !important;}.px-md-18{padding-right:3rem !important;padding-left:3rem !important;}.px-md-19{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-md-20{padding-right:3.563rem !important;padding-left:3.563rem !important;}.px-md-21{padding-right:0.688rem !important;padding-left:0.688rem !important;}.px-md-22{padding-right:7rem !important;padding-left:7rem !important;}.px-md-23{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-md-24{padding-right:0.875rem !important;padding-left:0.875rem !important;}.px-md-25{padding-right:0.625rem !important;padding-left:0.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.375rem !important;padding-bottom:0.375rem !important;}.py-md-3{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-md-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-md-5{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-md-6{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-md-7{padding-top:1.375rem !important;padding-bottom:1.375rem !important;}.py-md-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-md-9{padding-top:1.625rem !important;padding-bottom:1.625rem !important;}.py-md-10{padding-top:1.688rem !important;padding-bottom:1.688rem !important;}.py-md-11{padding-top:1.75rem !important;padding-bottom:1.75rem !important;}.py-md-12{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-md-13{padding-top:2rem !important;padding-bottom:2rem !important;}.py-md-14{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-md-15{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-md-16{padding-top:2.625rem !important;padding-bottom:2.625rem !important;}.py-md-17{padding-top:2.875rem !important;padding-bottom:2.875rem !important;}.py-md-18{padding-top:3rem !important;padding-bottom:3rem !important;}.py-md-19{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-md-20{padding-top:3.563rem !important;padding-bottom:3.563rem !important;}.py-md-21{padding-top:0.688rem !important;padding-bottom:0.688rem !important;}.py-md-22{padding-top:7rem !important;padding-bottom:7rem !important;}.py-md-23{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-md-24{padding-top:0.875rem !important;padding-bottom:0.875rem !important;}.py-md-25{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.pt-md-0{padding-top:0 !important;}.pt-md-1{padding-top:0.25rem !important;}.pt-md-2{padding-top:0.375rem !important;}.pt-md-3{padding-top:0.5rem !important;}.pt-md-4{padding-top:1rem !important;}.pt-md-5{padding-top:1.125rem !important;}.pt-md-6{padding-top:1.25rem !important;}.pt-md-7{padding-top:1.375rem !important;}.pt-md-8{padding-top:1.5rem !important;}.pt-md-9{padding-top:1.625rem !important;}.pt-md-10{padding-top:1.688rem !important;}.pt-md-11{padding-top:1.75rem !important;}.pt-md-12{padding-top:1.875rem !important;}.pt-md-13{padding-top:2rem !important;}.pt-md-14{padding-top:2.25rem !important;}.pt-md-15{padding-top:2.5rem !important;}.pt-md-16{padding-top:2.625rem !important;}.pt-md-17{padding-top:2.875rem !important;}.pt-md-18{padding-top:3rem !important;}.pt-md-19{padding-top:3.125rem !important;}.pt-md-20{padding-top:3.563rem !important;}.pt-md-21{padding-top:0.688rem !important;}.pt-md-22{padding-top:7rem !important;}.pt-md-23{padding-top:0.75rem !important;}.pt-md-24{padding-top:0.875rem !important;}.pt-md-25{padding-top:0.625rem !important;}.pe-md-0{padding-right:0 !important;}.pe-md-1{padding-right:0.25rem !important;}.pe-md-2{padding-right:0.375rem !important;}.pe-md-3{padding-right:0.5rem !important;}.pe-md-4{padding-right:1rem !important;}.pe-md-5{padding-right:1.125rem !important;}.pe-md-6{padding-right:1.25rem !important;}.pe-md-7{padding-right:1.375rem !important;}.pe-md-8{padding-right:1.5rem !important;}.pe-md-9{padding-right:1.625rem !important;}.pe-md-10{padding-right:1.688rem !important;}.pe-md-11{padding-right:1.75rem !important;}.pe-md-12{padding-right:1.875rem !important;}.pe-md-13{padding-right:2rem !important;}.pe-md-14{padding-right:2.25rem !important;}.pe-md-15{padding-right:2.5rem !important;}.pe-md-16{padding-right:2.625rem !important;}.pe-md-17{padding-right:2.875rem !important;}.pe-md-18{padding-right:3rem !important;}.pe-md-19{padding-right:3.125rem !important;}.pe-md-20{padding-right:3.563rem !important;}.pe-md-21{padding-right:0.688rem !important;}.pe-md-22{padding-right:7rem !important;}.pe-md-23{padding-right:0.75rem !important;}.pe-md-24{padding-right:0.875rem !important;}.pe-md-25{padding-right:0.625rem !important;}.pb-md-0{padding-bottom:0 !important;}.pb-md-1{padding-bottom:0.25rem !important;}.pb-md-2{padding-bottom:0.375rem !important;}.pb-md-3{padding-bottom:0.5rem !important;}.pb-md-4{padding-bottom:1rem !important;}.pb-md-5{padding-bottom:1.125rem !important;}.pb-md-6{padding-bottom:1.25rem !important;}.pb-md-7{padding-bottom:1.375rem !important;}.pb-md-8{padding-bottom:1.5rem !important;}.pb-md-9{padding-bottom:1.625rem !important;}.pb-md-10{padding-bottom:1.688rem !important;}.pb-md-11{padding-bottom:1.75rem !important;}.pb-md-12{padding-bottom:1.875rem !important;}.pb-md-13{padding-bottom:2rem !important;}.pb-md-14{padding-bottom:2.25rem !important;}.pb-md-15{padding-bottom:2.5rem !important;}.pb-md-16{padding-bottom:2.625rem !important;}.pb-md-17{padding-bottom:2.875rem !important;}.pb-md-18{padding-bottom:3rem !important;}.pb-md-19{padding-bottom:3.125rem !important;}.pb-md-20{padding-bottom:3.563rem !important;}.pb-md-21{padding-bottom:0.688rem !important;}.pb-md-22{padding-bottom:7rem !important;}.pb-md-23{padding-bottom:0.75rem !important;}.pb-md-24{padding-bottom:0.875rem !important;}.pb-md-25{padding-bottom:0.625rem !important;}.ps-md-0{padding-left:0 !important;}.ps-md-1{padding-left:0.25rem !important;}.ps-md-2{padding-left:0.375rem !important;}.ps-md-3{padding-left:0.5rem !important;}.ps-md-4{padding-left:1rem !important;}.ps-md-5{padding-left:1.125rem !important;}.ps-md-6{padding-left:1.25rem !important;}.ps-md-7{padding-left:1.375rem !important;}.ps-md-8{padding-left:1.5rem !important;}.ps-md-9{padding-left:1.625rem !important;}.ps-md-10{padding-left:1.688rem !important;}.ps-md-11{padding-left:1.75rem !important;}.ps-md-12{padding-left:1.875rem !important;}.ps-md-13{padding-left:2rem !important;}.ps-md-14{padding-left:2.25rem !important;}.ps-md-15{padding-left:2.5rem !important;}.ps-md-16{padding-left:2.625rem !important;}.ps-md-17{padding-left:2.875rem !important;}.ps-md-18{padding-left:3rem !important;}.ps-md-19{padding-left:3.125rem !important;}.ps-md-20{padding-left:3.563rem !important;}.ps-md-21{padding-left:0.688rem !important;}.ps-md-22{padding-left:7rem !important;}.ps-md-23{padding-left:0.75rem !important;}.ps-md-24{padding-left:0.875rem !important;}.ps-md-25{padding-left:0.625rem !important;}.gap-md-0{gap:0 !important;}.gap-md-1{gap:0.25rem !important;}.gap-md-2{gap:0.375rem !important;}.gap-md-3{gap:0.5rem !important;}.gap-md-4{gap:1rem !important;}.gap-md-5{gap:1.125rem !important;}.gap-md-6{gap:1.25rem !important;}.gap-md-7{gap:1.375rem !important;}.gap-md-8{gap:1.5rem !important;}.gap-md-9{gap:1.625rem !important;}.gap-md-10{gap:1.688rem !important;}.gap-md-11{gap:1.75rem !important;}.gap-md-12{gap:1.875rem !important;}.gap-md-13{gap:2rem !important;}.gap-md-14{gap:2.25rem !important;}.gap-md-15{gap:2.5rem !important;}.gap-md-16{gap:2.625rem !important;}.gap-md-17{gap:2.875rem !important;}.gap-md-18{gap:3rem !important;}.gap-md-19{gap:3.125rem !important;}.gap-md-20{gap:3.563rem !important;}.gap-md-21{gap:0.688rem !important;}.gap-md-22{gap:7rem !important;}.gap-md-23{gap:0.75rem !important;}.gap-md-24{gap:0.875rem !important;}.gap-md-25{gap:0.625rem !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.375rem !important;}.row-gap-md-3{row-gap:0.5rem !important;}.row-gap-md-4{row-gap:1rem !important;}.row-gap-md-5{row-gap:1.125rem !important;}.row-gap-md-6{row-gap:1.25rem !important;}.row-gap-md-7{row-gap:1.375rem !important;}.row-gap-md-8{row-gap:1.5rem !important;}.row-gap-md-9{row-gap:1.625rem !important;}.row-gap-md-10{row-gap:1.688rem !important;}.row-gap-md-11{row-gap:1.75rem !important;}.row-gap-md-12{row-gap:1.875rem !important;}.row-gap-md-13{row-gap:2rem !important;}.row-gap-md-14{row-gap:2.25rem !important;}.row-gap-md-15{row-gap:2.5rem !important;}.row-gap-md-16{row-gap:2.625rem !important;}.row-gap-md-17{row-gap:2.875rem !important;}.row-gap-md-18{row-gap:3rem !important;}.row-gap-md-19{row-gap:3.125rem !important;}.row-gap-md-20{row-gap:3.563rem !important;}.row-gap-md-21{row-gap:0.688rem !important;}.row-gap-md-22{row-gap:7rem !important;}.row-gap-md-23{row-gap:0.75rem !important;}.row-gap-md-24{row-gap:0.875rem !important;}.row-gap-md-25{row-gap:0.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.375rem !important;}.column-gap-md-3{column-gap:0.5rem !important;}.column-gap-md-4{column-gap:1rem !important;}.column-gap-md-5{column-gap:1.125rem !important;}.column-gap-md-6{column-gap:1.25rem !important;}.column-gap-md-7{column-gap:1.375rem !important;}.column-gap-md-8{column-gap:1.5rem !important;}.column-gap-md-9{column-gap:1.625rem !important;}.column-gap-md-10{column-gap:1.688rem !important;}.column-gap-md-11{column-gap:1.75rem !important;}.column-gap-md-12{column-gap:1.875rem !important;}.column-gap-md-13{column-gap:2rem !important;}.column-gap-md-14{column-gap:2.25rem !important;}.column-gap-md-15{column-gap:2.5rem !important;}.column-gap-md-16{column-gap:2.625rem !important;}.column-gap-md-17{column-gap:2.875rem !important;}.column-gap-md-18{column-gap:3rem !important;}.column-gap-md-19{column-gap:3.125rem !important;}.column-gap-md-20{column-gap:3.563rem !important;}.column-gap-md-21{column-gap:0.688rem !important;}.column-gap-md-22{column-gap:7rem !important;}.column-gap-md-23{column-gap:0.75rem !important;}.column-gap-md-24{column-gap:0.875rem !important;}.column-gap-md-25{column-gap:0.625rem !important;}.text-md-start{text-align:left !important;}.text-md-end{text-align:right !important;}.text-md-center{text-align:center !important;}}@media (min-width:992px){.float-lg-start{float:left !important;}.float-lg-end{float:right !important;}.float-lg-none{float:none !important;}.object-fit-lg-contain{object-fit:contain !important;}.object-fit-lg-cover{object-fit:cover !important;}.object-fit-lg-fill{object-fit:fill !important;}.object-fit-lg-scale{object-fit:scale-down !important;}.object-fit-lg-none{object-fit:none !important;}.d-lg-inline{display:inline !important;}.d-lg-inline-block{display:inline-block !important;}.d-lg-block{display:block !important;}.d-lg-grid{display:grid !important;}.d-lg-inline-grid{display:inline-grid !important;}.d-lg-table{display:table !important;}.d-lg-table-row{display:table-row !important;}.d-lg-table-cell{display:table-cell !important;}.d-lg-flex{display:flex !important;}.d-lg-inline-flex{display:inline-flex !important;}.d-lg-none{display:none !important;}.flex-lg-fill{flex:1 1 auto !important;}.flex-lg-row{flex-direction:row !important;}.flex-lg-column{flex-direction:column !important;}.flex-lg-row-reverse{flex-direction:row-reverse !important;}.flex-lg-column-reverse{flex-direction:column-reverse !important;}.flex-lg-grow-0{flex-grow:0 !important;}.flex-lg-grow-1{flex-grow:1 !important;}.flex-lg-shrink-0{flex-shrink:0 !important;}.flex-lg-shrink-1{flex-shrink:1 !important;}.flex-lg-wrap{flex-wrap:wrap !important;}.flex-lg-nowrap{flex-wrap:nowrap !important;}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-lg-start{justify-content:flex-start !important;}.justify-content-lg-end{justify-content:flex-end !important;}.justify-content-lg-center{justify-content:center !important;}.justify-content-lg-between{justify-content:space-between !important;}.justify-content-lg-around{justify-content:space-around !important;}.justify-content-lg-evenly{justify-content:space-evenly !important;}.align-items-lg-start{align-items:flex-start !important;}.align-items-lg-end{align-items:flex-end !important;}.align-items-lg-center{align-items:center !important;}.align-items-lg-baseline{align-items:baseline !important;}.align-items-lg-stretch{align-items:stretch !important;}.align-content-lg-start{align-content:flex-start !important;}.align-content-lg-end{align-content:flex-end !important;}.align-content-lg-center{align-content:center !important;}.align-content-lg-between{align-content:space-between !important;}.align-content-lg-around{align-content:space-around !important;}.align-content-lg-stretch{align-content:stretch !important;}.align-self-lg-auto{align-self:auto !important;}.align-self-lg-start{align-self:flex-start !important;}.align-self-lg-end{align-self:flex-end !important;}.align-self-lg-center{align-self:center !important;}.align-self-lg-baseline{align-self:baseline !important;}.align-self-lg-stretch{align-self:stretch !important;}.order-lg-first{order:-1 !important;}.order-lg-0{order:0 !important;}.order-lg-1{order:1 !important;}.order-lg-2{order:2 !important;}.order-lg-3{order:3 !important;}.order-lg-4{order:4 !important;}.order-lg-5{order:5 !important;}.order-lg-last{order:6 !important;}.m-lg-0{margin:0 !important;}.m-lg-1{margin:0.25rem !important;}.m-lg-2{margin:0.375rem !important;}.m-lg-3{margin:0.5rem !important;}.m-lg-4{margin:1rem !important;}.m-lg-5{margin:1.125rem !important;}.m-lg-6{margin:1.25rem !important;}.m-lg-7{margin:1.375rem !important;}.m-lg-8{margin:1.5rem !important;}.m-lg-9{margin:1.625rem !important;}.m-lg-10{margin:1.688rem !important;}.m-lg-11{margin:1.75rem !important;}.m-lg-12{margin:1.875rem !important;}.m-lg-13{margin:2rem !important;}.m-lg-14{margin:2.25rem !important;}.m-lg-15{margin:2.5rem !important;}.m-lg-16{margin:2.625rem !important;}.m-lg-17{margin:2.875rem !important;}.m-lg-18{margin:3rem !important;}.m-lg-19{margin:3.125rem !important;}.m-lg-20{margin:3.563rem !important;}.m-lg-21{margin:0.688rem !important;}.m-lg-22{margin:7rem !important;}.m-lg-23{margin:0.75rem !important;}.m-lg-24{margin:0.875rem !important;}.m-lg-25{margin:0.625rem !important;}.m-lg-auto{margin:auto !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.375rem !important;margin-left:0.375rem !important;}.mx-lg-3{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-lg-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-lg-5{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-lg-6{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-lg-7{margin-right:1.375rem !important;margin-left:1.375rem !important;}.mx-lg-8{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-lg-9{margin-right:1.625rem !important;margin-left:1.625rem !important;}.mx-lg-10{margin-right:1.688rem !important;margin-left:1.688rem !important;}.mx-lg-11{margin-right:1.75rem !important;margin-left:1.75rem !important;}.mx-lg-12{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-lg-13{margin-right:2rem !important;margin-left:2rem !important;}.mx-lg-14{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-lg-15{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-lg-16{margin-right:2.625rem !important;margin-left:2.625rem !important;}.mx-lg-17{margin-right:2.875rem !important;margin-left:2.875rem !important;}.mx-lg-18{margin-right:3rem !important;margin-left:3rem !important;}.mx-lg-19{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-lg-20{margin-right:3.563rem !important;margin-left:3.563rem !important;}.mx-lg-21{margin-right:0.688rem !important;margin-left:0.688rem !important;}.mx-lg-22{margin-right:7rem !important;margin-left:7rem !important;}.mx-lg-23{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-lg-24{margin-right:0.875rem !important;margin-left:0.875rem !important;}.mx-lg-25{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important;}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important;}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-lg-2{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-lg-3{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-lg-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-lg-5{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-lg-6{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-lg-7{margin-top:1.375rem !important;margin-bottom:1.375rem !important;}.my-lg-8{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-lg-9{margin-top:1.625rem !important;margin-bottom:1.625rem !important;}.my-lg-10{margin-top:1.688rem !important;margin-bottom:1.688rem !important;}.my-lg-11{margin-top:1.75rem !important;margin-bottom:1.75rem !important;}.my-lg-12{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-lg-13{margin-top:2rem !important;margin-bottom:2rem !important;}.my-lg-14{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-lg-15{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-lg-16{margin-top:2.625rem !important;margin-bottom:2.625rem !important;}.my-lg-17{margin-top:2.875rem !important;margin-bottom:2.875rem !important;}.my-lg-18{margin-top:3rem !important;margin-bottom:3rem !important;}.my-lg-19{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-lg-20{margin-top:3.563rem !important;margin-bottom:3.563rem !important;}.my-lg-21{margin-top:0.688rem !important;margin-bottom:0.688rem !important;}.my-lg-22{margin-top:7rem !important;margin-bottom:7rem !important;}.my-lg-23{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-lg-24{margin-top:0.875rem !important;margin-bottom:0.875rem !important;}.my-lg-25{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-lg-0{margin-top:0 !important;}.mt-lg-1{margin-top:0.25rem !important;}.mt-lg-2{margin-top:0.375rem !important;}.mt-lg-3{margin-top:0.5rem !important;}.mt-lg-4{margin-top:1rem !important;}.mt-lg-5{margin-top:1.125rem !important;}.mt-lg-6{margin-top:1.25rem !important;}.mt-lg-7{margin-top:1.375rem !important;}.mt-lg-8{margin-top:1.5rem !important;}.mt-lg-9{margin-top:1.625rem !important;}.mt-lg-10{margin-top:1.688rem !important;}.mt-lg-11{margin-top:1.75rem !important;}.mt-lg-12{margin-top:1.875rem !important;}.mt-lg-13{margin-top:2rem !important;}.mt-lg-14{margin-top:2.25rem !important;}.mt-lg-15{margin-top:2.5rem !important;}.mt-lg-16{margin-top:2.625rem !important;}.mt-lg-17{margin-top:2.875rem !important;}.mt-lg-18{margin-top:3rem !important;}.mt-lg-19{margin-top:3.125rem !important;}.mt-lg-20{margin-top:3.563rem !important;}.mt-lg-21{margin-top:0.688rem !important;}.mt-lg-22{margin-top:7rem !important;}.mt-lg-23{margin-top:0.75rem !important;}.mt-lg-24{margin-top:0.875rem !important;}.mt-lg-25{margin-top:0.625rem !important;}.mt-lg-auto{margin-top:auto !important;}.me-lg-0{margin-right:0 !important;}.me-lg-1{margin-right:0.25rem !important;}.me-lg-2{margin-right:0.375rem !important;}.me-lg-3{margin-right:0.5rem !important;}.me-lg-4{margin-right:1rem !important;}.me-lg-5{margin-right:1.125rem !important;}.me-lg-6{margin-right:1.25rem !important;}.me-lg-7{margin-right:1.375rem !important;}.me-lg-8{margin-right:1.5rem !important;}.me-lg-9{margin-right:1.625rem !important;}.me-lg-10{margin-right:1.688rem !important;}.me-lg-11{margin-right:1.75rem !important;}.me-lg-12{margin-right:1.875rem !important;}.me-lg-13{margin-right:2rem !important;}.me-lg-14{margin-right:2.25rem !important;}.me-lg-15{margin-right:2.5rem !important;}.me-lg-16{margin-right:2.625rem !important;}.me-lg-17{margin-right:2.875rem !important;}.me-lg-18{margin-right:3rem !important;}.me-lg-19{margin-right:3.125rem !important;}.me-lg-20{margin-right:3.563rem !important;}.me-lg-21{margin-right:0.688rem !important;}.me-lg-22{margin-right:7rem !important;}.me-lg-23{margin-right:0.75rem !important;}.me-lg-24{margin-right:0.875rem !important;}.me-lg-25{margin-right:0.625rem !important;}.me-lg-auto{margin-right:auto !important;}.mb-lg-0{margin-bottom:0 !important;}.mb-lg-1{margin-bottom:0.25rem !important;}.mb-lg-2{margin-bottom:0.375rem !important;}.mb-lg-3{margin-bottom:0.5rem !important;}.mb-lg-4{margin-bottom:1rem !important;}.mb-lg-5{margin-bottom:1.125rem !important;}.mb-lg-6{margin-bottom:1.25rem !important;}.mb-lg-7{margin-bottom:1.375rem !important;}.mb-lg-8{margin-bottom:1.5rem !important;}.mb-lg-9{margin-bottom:1.625rem !important;}.mb-lg-10{margin-bottom:1.688rem !important;}.mb-lg-11{margin-bottom:1.75rem !important;}.mb-lg-12{margin-bottom:1.875rem !important;}.mb-lg-13{margin-bottom:2rem !important;}.mb-lg-14{margin-bottom:2.25rem !important;}.mb-lg-15{margin-bottom:2.5rem !important;}.mb-lg-16{margin-bottom:2.625rem !important;}.mb-lg-17{margin-bottom:2.875rem !important;}.mb-lg-18{margin-bottom:3rem !important;}.mb-lg-19{margin-bottom:3.125rem !important;}.mb-lg-20{margin-bottom:3.563rem !important;}.mb-lg-21{margin-bottom:0.688rem !important;}.mb-lg-22{margin-bottom:7rem !important;}.mb-lg-23{margin-bottom:0.75rem !important;}.mb-lg-24{margin-bottom:0.875rem !important;}.mb-lg-25{margin-bottom:0.625rem !important;}.mb-lg-auto{margin-bottom:auto !important;}.ms-lg-0{margin-left:0 !important;}.ms-lg-1{margin-left:0.25rem !important;}.ms-lg-2{margin-left:0.375rem !important;}.ms-lg-3{margin-left:0.5rem !important;}.ms-lg-4{margin-left:1rem !important;}.ms-lg-5{margin-left:1.125rem !important;}.ms-lg-6{margin-left:1.25rem !important;}.ms-lg-7{margin-left:1.375rem !important;}.ms-lg-8{margin-left:1.5rem !important;}.ms-lg-9{margin-left:1.625rem !important;}.ms-lg-10{margin-left:1.688rem !important;}.ms-lg-11{margin-left:1.75rem !important;}.ms-lg-12{margin-left:1.875rem !important;}.ms-lg-13{margin-left:2rem !important;}.ms-lg-14{margin-left:2.25rem !important;}.ms-lg-15{margin-left:2.5rem !important;}.ms-lg-16{margin-left:2.625rem !important;}.ms-lg-17{margin-left:2.875rem !important;}.ms-lg-18{margin-left:3rem !important;}.ms-lg-19{margin-left:3.125rem !important;}.ms-lg-20{margin-left:3.563rem !important;}.ms-lg-21{margin-left:0.688rem !important;}.ms-lg-22{margin-left:7rem !important;}.ms-lg-23{margin-left:0.75rem !important;}.ms-lg-24{margin-left:0.875rem !important;}.ms-lg-25{margin-left:0.625rem !important;}.ms-lg-auto{margin-left:auto !important;}.p-lg-0{padding:0 !important;}.p-lg-1{padding:0.25rem !important;}.p-lg-2{padding:0.375rem !important;}.p-lg-3{padding:0.5rem !important;}.p-lg-4{padding:1rem !important;}.p-lg-5{padding:1.125rem !important;}.p-lg-6{padding:1.25rem !important;}.p-lg-7{padding:1.375rem !important;}.p-lg-8{padding:1.5rem !important;}.p-lg-9{padding:1.625rem !important;}.p-lg-10{padding:1.688rem !important;}.p-lg-11{padding:1.75rem !important;}.p-lg-12{padding:1.875rem !important;}.p-lg-13{padding:2rem !important;}.p-lg-14{padding:2.25rem !important;}.p-lg-15{padding:2.5rem !important;}.p-lg-16{padding:2.625rem !important;}.p-lg-17{padding:2.875rem !important;}.p-lg-18{padding:3rem !important;}.p-lg-19{padding:3.125rem !important;}.p-lg-20{padding:3.563rem !important;}.p-lg-21{padding:0.688rem !important;}.p-lg-22{padding:7rem !important;}.p-lg-23{padding:0.75rem !important;}.p-lg-24{padding:0.875rem !important;}.p-lg-25{padding:0.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.375rem !important;padding-left:0.375rem !important;}.px-lg-3{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-lg-4{padding-right:1rem !important;padding-left:1rem !important;}.px-lg-5{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-lg-6{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-lg-7{padding-right:1.375rem !important;padding-left:1.375rem !important;}.px-lg-8{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-lg-9{padding-right:1.625rem !important;padding-left:1.625rem !important;}.px-lg-10{padding-right:1.688rem !important;padding-left:1.688rem !important;}.px-lg-11{padding-right:1.75rem !important;padding-left:1.75rem !important;}.px-lg-12{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-lg-13{padding-right:2rem !important;padding-left:2rem !important;}.px-lg-14{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-lg-15{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-lg-16{padding-right:2.625rem !important;padding-left:2.625rem !important;}.px-lg-17{padding-right:2.875rem !important;padding-left:2.875rem !important;}.px-lg-18{padding-right:3rem !important;padding-left:3rem !important;}.px-lg-19{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-lg-20{padding-right:3.563rem !important;padding-left:3.563rem !important;}.px-lg-21{padding-right:0.688rem !important;padding-left:0.688rem !important;}.px-lg-22{padding-right:7rem !important;padding-left:7rem !important;}.px-lg-23{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-lg-24{padding-right:0.875rem !important;padding-left:0.875rem !important;}.px-lg-25{padding-right:0.625rem !important;padding-left:0.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.375rem !important;padding-bottom:0.375rem !important;}.py-lg-3{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-lg-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-lg-5{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-lg-6{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-lg-7{padding-top:1.375rem !important;padding-bottom:1.375rem !important;}.py-lg-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-lg-9{padding-top:1.625rem !important;padding-bottom:1.625rem !important;}.py-lg-10{padding-top:1.688rem !important;padding-bottom:1.688rem !important;}.py-lg-11{padding-top:1.75rem !important;padding-bottom:1.75rem !important;}.py-lg-12{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-lg-13{padding-top:2rem !important;padding-bottom:2rem !important;}.py-lg-14{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-lg-15{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-lg-16{padding-top:2.625rem !important;padding-bottom:2.625rem !important;}.py-lg-17{padding-top:2.875rem !important;padding-bottom:2.875rem !important;}.py-lg-18{padding-top:3rem !important;padding-bottom:3rem !important;}.py-lg-19{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-lg-20{padding-top:3.563rem !important;padding-bottom:3.563rem !important;}.py-lg-21{padding-top:0.688rem !important;padding-bottom:0.688rem !important;}.py-lg-22{padding-top:7rem !important;padding-bottom:7rem !important;}.py-lg-23{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-lg-24{padding-top:0.875rem !important;padding-bottom:0.875rem !important;}.py-lg-25{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.pt-lg-0{padding-top:0 !important;}.pt-lg-1{padding-top:0.25rem !important;}.pt-lg-2{padding-top:0.375rem !important;}.pt-lg-3{padding-top:0.5rem !important;}.pt-lg-4{padding-top:1rem !important;}.pt-lg-5{padding-top:1.125rem !important;}.pt-lg-6{padding-top:1.25rem !important;}.pt-lg-7{padding-top:1.375rem !important;}.pt-lg-8{padding-top:1.5rem !important;}.pt-lg-9{padding-top:1.625rem !important;}.pt-lg-10{padding-top:1.688rem !important;}.pt-lg-11{padding-top:1.75rem !important;}.pt-lg-12{padding-top:1.875rem !important;}.pt-lg-13{padding-top:2rem !important;}.pt-lg-14{padding-top:2.25rem !important;}.pt-lg-15{padding-top:2.5rem !important;}.pt-lg-16{padding-top:2.625rem !important;}.pt-lg-17{padding-top:2.875rem !important;}.pt-lg-18{padding-top:3rem !important;}.pt-lg-19{padding-top:3.125rem !important;}.pt-lg-20{padding-top:3.563rem !important;}.pt-lg-21{padding-top:0.688rem !important;}.pt-lg-22{padding-top:7rem !important;}.pt-lg-23{padding-top:0.75rem !important;}.pt-lg-24{padding-top:0.875rem !important;}.pt-lg-25{padding-top:0.625rem !important;}.pe-lg-0{padding-right:0 !important;}.pe-lg-1{padding-right:0.25rem !important;}.pe-lg-2{padding-right:0.375rem !important;}.pe-lg-3{padding-right:0.5rem !important;}.pe-lg-4{padding-right:1rem !important;}.pe-lg-5{padding-right:1.125rem !important;}.pe-lg-6{padding-right:1.25rem !important;}.pe-lg-7{padding-right:1.375rem !important;}.pe-lg-8{padding-right:1.5rem !important;}.pe-lg-9{padding-right:1.625rem !important;}.pe-lg-10{padding-right:1.688rem !important;}.pe-lg-11{padding-right:1.75rem !important;}.pe-lg-12{padding-right:1.875rem !important;}.pe-lg-13{padding-right:2rem !important;}.pe-lg-14{padding-right:2.25rem !important;}.pe-lg-15{padding-right:2.5rem !important;}.pe-lg-16{padding-right:2.625rem !important;}.pe-lg-17{padding-right:2.875rem !important;}.pe-lg-18{padding-right:3rem !important;}.pe-lg-19{padding-right:3.125rem !important;}.pe-lg-20{padding-right:3.563rem !important;}.pe-lg-21{padding-right:0.688rem !important;}.pe-lg-22{padding-right:7rem !important;}.pe-lg-23{padding-right:0.75rem !important;}.pe-lg-24{padding-right:0.875rem !important;}.pe-lg-25{padding-right:0.625rem !important;}.pb-lg-0{padding-bottom:0 !important;}.pb-lg-1{padding-bottom:0.25rem !important;}.pb-lg-2{padding-bottom:0.375rem !important;}.pb-lg-3{padding-bottom:0.5rem !important;}.pb-lg-4{padding-bottom:1rem !important;}.pb-lg-5{padding-bottom:1.125rem !important;}.pb-lg-6{padding-bottom:1.25rem !important;}.pb-lg-7{padding-bottom:1.375rem !important;}.pb-lg-8{padding-bottom:1.5rem !important;}.pb-lg-9{padding-bottom:1.625rem !important;}.pb-lg-10{padding-bottom:1.688rem !important;}.pb-lg-11{padding-bottom:1.75rem !important;}.pb-lg-12{padding-bottom:1.875rem !important;}.pb-lg-13{padding-bottom:2rem !important;}.pb-lg-14{padding-bottom:2.25rem !important;}.pb-lg-15{padding-bottom:2.5rem !important;}.pb-lg-16{padding-bottom:2.625rem !important;}.pb-lg-17{padding-bottom:2.875rem !important;}.pb-lg-18{padding-bottom:3rem !important;}.pb-lg-19{padding-bottom:3.125rem !important;}.pb-lg-20{padding-bottom:3.563rem !important;}.pb-lg-21{padding-bottom:0.688rem !important;}.pb-lg-22{padding-bottom:7rem !important;}.pb-lg-23{padding-bottom:0.75rem !important;}.pb-lg-24{padding-bottom:0.875rem !important;}.pb-lg-25{padding-bottom:0.625rem !important;}.ps-lg-0{padding-left:0 !important;}.ps-lg-1{padding-left:0.25rem !important;}.ps-lg-2{padding-left:0.375rem !important;}.ps-lg-3{padding-left:0.5rem !important;}.ps-lg-4{padding-left:1rem !important;}.ps-lg-5{padding-left:1.125rem !important;}.ps-lg-6{padding-left:1.25rem !important;}.ps-lg-7{padding-left:1.375rem !important;}.ps-lg-8{padding-left:1.5rem !important;}.ps-lg-9{padding-left:1.625rem !important;}.ps-lg-10{padding-left:1.688rem !important;}.ps-lg-11{padding-left:1.75rem !important;}.ps-lg-12{padding-left:1.875rem !important;}.ps-lg-13{padding-left:2rem !important;}.ps-lg-14{padding-left:2.25rem !important;}.ps-lg-15{padding-left:2.5rem !important;}.ps-lg-16{padding-left:2.625rem !important;}.ps-lg-17{padding-left:2.875rem !important;}.ps-lg-18{padding-left:3rem !important;}.ps-lg-19{padding-left:3.125rem !important;}.ps-lg-20{padding-left:3.563rem !important;}.ps-lg-21{padding-left:0.688rem !important;}.ps-lg-22{padding-left:7rem !important;}.ps-lg-23{padding-left:0.75rem !important;}.ps-lg-24{padding-left:0.875rem !important;}.ps-lg-25{padding-left:0.625rem !important;}.gap-lg-0{gap:0 !important;}.gap-lg-1{gap:0.25rem !important;}.gap-lg-2{gap:0.375rem !important;}.gap-lg-3{gap:0.5rem !important;}.gap-lg-4{gap:1rem !important;}.gap-lg-5{gap:1.125rem !important;}.gap-lg-6{gap:1.25rem !important;}.gap-lg-7{gap:1.375rem !important;}.gap-lg-8{gap:1.5rem !important;}.gap-lg-9{gap:1.625rem !important;}.gap-lg-10{gap:1.688rem !important;}.gap-lg-11{gap:1.75rem !important;}.gap-lg-12{gap:1.875rem !important;}.gap-lg-13{gap:2rem !important;}.gap-lg-14{gap:2.25rem !important;}.gap-lg-15{gap:2.5rem !important;}.gap-lg-16{gap:2.625rem !important;}.gap-lg-17{gap:2.875rem !important;}.gap-lg-18{gap:3rem !important;}.gap-lg-19{gap:3.125rem !important;}.gap-lg-20{gap:3.563rem !important;}.gap-lg-21{gap:0.688rem !important;}.gap-lg-22{gap:7rem !important;}.gap-lg-23{gap:0.75rem !important;}.gap-lg-24{gap:0.875rem !important;}.gap-lg-25{gap:0.625rem !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.375rem !important;}.row-gap-lg-3{row-gap:0.5rem !important;}.row-gap-lg-4{row-gap:1rem !important;}.row-gap-lg-5{row-gap:1.125rem !important;}.row-gap-lg-6{row-gap:1.25rem !important;}.row-gap-lg-7{row-gap:1.375rem !important;}.row-gap-lg-8{row-gap:1.5rem !important;}.row-gap-lg-9{row-gap:1.625rem !important;}.row-gap-lg-10{row-gap:1.688rem !important;}.row-gap-lg-11{row-gap:1.75rem !important;}.row-gap-lg-12{row-gap:1.875rem !important;}.row-gap-lg-13{row-gap:2rem !important;}.row-gap-lg-14{row-gap:2.25rem !important;}.row-gap-lg-15{row-gap:2.5rem !important;}.row-gap-lg-16{row-gap:2.625rem !important;}.row-gap-lg-17{row-gap:2.875rem !important;}.row-gap-lg-18{row-gap:3rem !important;}.row-gap-lg-19{row-gap:3.125rem !important;}.row-gap-lg-20{row-gap:3.563rem !important;}.row-gap-lg-21{row-gap:0.688rem !important;}.row-gap-lg-22{row-gap:7rem !important;}.row-gap-lg-23{row-gap:0.75rem !important;}.row-gap-lg-24{row-gap:0.875rem !important;}.row-gap-lg-25{row-gap:0.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.375rem !important;}.column-gap-lg-3{column-gap:0.5rem !important;}.column-gap-lg-4{column-gap:1rem !important;}.column-gap-lg-5{column-gap:1.125rem !important;}.column-gap-lg-6{column-gap:1.25rem !important;}.column-gap-lg-7{column-gap:1.375rem !important;}.column-gap-lg-8{column-gap:1.5rem !important;}.column-gap-lg-9{column-gap:1.625rem !important;}.column-gap-lg-10{column-gap:1.688rem !important;}.column-gap-lg-11{column-gap:1.75rem !important;}.column-gap-lg-12{column-gap:1.875rem !important;}.column-gap-lg-13{column-gap:2rem !important;}.column-gap-lg-14{column-gap:2.25rem !important;}.column-gap-lg-15{column-gap:2.5rem !important;}.column-gap-lg-16{column-gap:2.625rem !important;}.column-gap-lg-17{column-gap:2.875rem !important;}.column-gap-lg-18{column-gap:3rem !important;}.column-gap-lg-19{column-gap:3.125rem !important;}.column-gap-lg-20{column-gap:3.563rem !important;}.column-gap-lg-21{column-gap:0.688rem !important;}.column-gap-lg-22{column-gap:7rem !important;}.column-gap-lg-23{column-gap:0.75rem !important;}.column-gap-lg-24{column-gap:0.875rem !important;}.column-gap-lg-25{column-gap:0.625rem !important;}.text-lg-start{text-align:left !important;}.text-lg-end{text-align:right !important;}.text-lg-center{text-align:center !important;}}@media (min-width:1200px){.float-xl-start{float:left !important;}.float-xl-end{float:right !important;}.float-xl-none{float:none !important;}.object-fit-xl-contain{object-fit:contain !important;}.object-fit-xl-cover{object-fit:cover !important;}.object-fit-xl-fill{object-fit:fill !important;}.object-fit-xl-scale{object-fit:scale-down !important;}.object-fit-xl-none{object-fit:none !important;}.d-xl-inline{display:inline !important;}.d-xl-inline-block{display:inline-block !important;}.d-xl-block{display:block !important;}.d-xl-grid{display:grid !important;}.d-xl-inline-grid{display:inline-grid !important;}.d-xl-table{display:table !important;}.d-xl-table-row{display:table-row !important;}.d-xl-table-cell{display:table-cell !important;}.d-xl-flex{display:flex !important;}.d-xl-inline-flex{display:inline-flex !important;}.d-xl-none{display:none !important;}.flex-xl-fill{flex:1 1 auto !important;}.flex-xl-row{flex-direction:row !important;}.flex-xl-column{flex-direction:column !important;}.flex-xl-row-reverse{flex-direction:row-reverse !important;}.flex-xl-column-reverse{flex-direction:column-reverse !important;}.flex-xl-grow-0{flex-grow:0 !important;}.flex-xl-grow-1{flex-grow:1 !important;}.flex-xl-shrink-0{flex-shrink:0 !important;}.flex-xl-shrink-1{flex-shrink:1 !important;}.flex-xl-wrap{flex-wrap:wrap !important;}.flex-xl-nowrap{flex-wrap:nowrap !important;}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-xl-start{justify-content:flex-start !important;}.justify-content-xl-end{justify-content:flex-end !important;}.justify-content-xl-center{justify-content:center !important;}.justify-content-xl-between{justify-content:space-between !important;}.justify-content-xl-around{justify-content:space-around !important;}.justify-content-xl-evenly{justify-content:space-evenly !important;}.align-items-xl-start{align-items:flex-start !important;}.align-items-xl-end{align-items:flex-end !important;}.align-items-xl-center{align-items:center !important;}.align-items-xl-baseline{align-items:baseline !important;}.align-items-xl-stretch{align-items:stretch !important;}.align-content-xl-start{align-content:flex-start !important;}.align-content-xl-end{align-content:flex-end !important;}.align-content-xl-center{align-content:center !important;}.align-content-xl-between{align-content:space-between !important;}.align-content-xl-around{align-content:space-around !important;}.align-content-xl-stretch{align-content:stretch !important;}.align-self-xl-auto{align-self:auto !important;}.align-self-xl-start{align-self:flex-start !important;}.align-self-xl-end{align-self:flex-end !important;}.align-self-xl-center{align-self:center !important;}.align-self-xl-baseline{align-self:baseline !important;}.align-self-xl-stretch{align-self:stretch !important;}.order-xl-first{order:-1 !important;}.order-xl-0{order:0 !important;}.order-xl-1{order:1 !important;}.order-xl-2{order:2 !important;}.order-xl-3{order:3 !important;}.order-xl-4{order:4 !important;}.order-xl-5{order:5 !important;}.order-xl-last{order:6 !important;}.m-xl-0{margin:0 !important;}.m-xl-1{margin:0.25rem !important;}.m-xl-2{margin:0.375rem !important;}.m-xl-3{margin:0.5rem !important;}.m-xl-4{margin:1rem !important;}.m-xl-5{margin:1.125rem !important;}.m-xl-6{margin:1.25rem !important;}.m-xl-7{margin:1.375rem !important;}.m-xl-8{margin:1.5rem !important;}.m-xl-9{margin:1.625rem !important;}.m-xl-10{margin:1.688rem !important;}.m-xl-11{margin:1.75rem !important;}.m-xl-12{margin:1.875rem !important;}.m-xl-13{margin:2rem !important;}.m-xl-14{margin:2.25rem !important;}.m-xl-15{margin:2.5rem !important;}.m-xl-16{margin:2.625rem !important;}.m-xl-17{margin:2.875rem !important;}.m-xl-18{margin:3rem !important;}.m-xl-19{margin:3.125rem !important;}.m-xl-20{margin:3.563rem !important;}.m-xl-21{margin:0.688rem !important;}.m-xl-22{margin:7rem !important;}.m-xl-23{margin:0.75rem !important;}.m-xl-24{margin:0.875rem !important;}.m-xl-25{margin:0.625rem !important;}.m-xl-auto{margin:auto !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.375rem !important;margin-left:0.375rem !important;}.mx-xl-3{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xl-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-xl-5{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-xl-6{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-xl-7{margin-right:1.375rem !important;margin-left:1.375rem !important;}.mx-xl-8{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-xl-9{margin-right:1.625rem !important;margin-left:1.625rem !important;}.mx-xl-10{margin-right:1.688rem !important;margin-left:1.688rem !important;}.mx-xl-11{margin-right:1.75rem !important;margin-left:1.75rem !important;}.mx-xl-12{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-xl-13{margin-right:2rem !important;margin-left:2rem !important;}.mx-xl-14{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-xl-15{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-xl-16{margin-right:2.625rem !important;margin-left:2.625rem !important;}.mx-xl-17{margin-right:2.875rem !important;margin-left:2.875rem !important;}.mx-xl-18{margin-right:3rem !important;margin-left:3rem !important;}.mx-xl-19{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-xl-20{margin-right:3.563rem !important;margin-left:3.563rem !important;}.mx-xl-21{margin-right:0.688rem !important;margin-left:0.688rem !important;}.mx-xl-22{margin-right:7rem !important;margin-left:7rem !important;}.mx-xl-23{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xl-24{margin-right:0.875rem !important;margin-left:0.875rem !important;}.mx-xl-25{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important;}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xl-2{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-xl-3{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xl-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xl-5{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-xl-6{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-xl-7{margin-top:1.375rem !important;margin-bottom:1.375rem !important;}.my-xl-8{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-xl-9{margin-top:1.625rem !important;margin-bottom:1.625rem !important;}.my-xl-10{margin-top:1.688rem !important;margin-bottom:1.688rem !important;}.my-xl-11{margin-top:1.75rem !important;margin-bottom:1.75rem !important;}.my-xl-12{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-xl-13{margin-top:2rem !important;margin-bottom:2rem !important;}.my-xl-14{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-xl-15{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-xl-16{margin-top:2.625rem !important;margin-bottom:2.625rem !important;}.my-xl-17{margin-top:2.875rem !important;margin-bottom:2.875rem !important;}.my-xl-18{margin-top:3rem !important;margin-bottom:3rem !important;}.my-xl-19{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-xl-20{margin-top:3.563rem !important;margin-bottom:3.563rem !important;}.my-xl-21{margin-top:0.688rem !important;margin-bottom:0.688rem !important;}.my-xl-22{margin-top:7rem !important;margin-bottom:7rem !important;}.my-xl-23{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xl-24{margin-top:0.875rem !important;margin-bottom:0.875rem !important;}.my-xl-25{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xl-0{margin-top:0 !important;}.mt-xl-1{margin-top:0.25rem !important;}.mt-xl-2{margin-top:0.375rem !important;}.mt-xl-3{margin-top:0.5rem !important;}.mt-xl-4{margin-top:1rem !important;}.mt-xl-5{margin-top:1.125rem !important;}.mt-xl-6{margin-top:1.25rem !important;}.mt-xl-7{margin-top:1.375rem !important;}.mt-xl-8{margin-top:1.5rem !important;}.mt-xl-9{margin-top:1.625rem !important;}.mt-xl-10{margin-top:1.688rem !important;}.mt-xl-11{margin-top:1.75rem !important;}.mt-xl-12{margin-top:1.875rem !important;}.mt-xl-13{margin-top:2rem !important;}.mt-xl-14{margin-top:2.25rem !important;}.mt-xl-15{margin-top:2.5rem !important;}.mt-xl-16{margin-top:2.625rem !important;}.mt-xl-17{margin-top:2.875rem !important;}.mt-xl-18{margin-top:3rem !important;}.mt-xl-19{margin-top:3.125rem !important;}.mt-xl-20{margin-top:3.563rem !important;}.mt-xl-21{margin-top:0.688rem !important;}.mt-xl-22{margin-top:7rem !important;}.mt-xl-23{margin-top:0.75rem !important;}.mt-xl-24{margin-top:0.875rem !important;}.mt-xl-25{margin-top:0.625rem !important;}.mt-xl-auto{margin-top:auto !important;}.me-xl-0{margin-right:0 !important;}.me-xl-1{margin-right:0.25rem !important;}.me-xl-2{margin-right:0.375rem !important;}.me-xl-3{margin-right:0.5rem !important;}.me-xl-4{margin-right:1rem !important;}.me-xl-5{margin-right:1.125rem !important;}.me-xl-6{margin-right:1.25rem !important;}.me-xl-7{margin-right:1.375rem !important;}.me-xl-8{margin-right:1.5rem !important;}.me-xl-9{margin-right:1.625rem !important;}.me-xl-10{margin-right:1.688rem !important;}.me-xl-11{margin-right:1.75rem !important;}.me-xl-12{margin-right:1.875rem !important;}.me-xl-13{margin-right:2rem !important;}.me-xl-14{margin-right:2.25rem !important;}.me-xl-15{margin-right:2.5rem !important;}.me-xl-16{margin-right:2.625rem !important;}.me-xl-17{margin-right:2.875rem !important;}.me-xl-18{margin-right:3rem !important;}.me-xl-19{margin-right:3.125rem !important;}.me-xl-20{margin-right:3.563rem !important;}.me-xl-21{margin-right:0.688rem !important;}.me-xl-22{margin-right:7rem !important;}.me-xl-23{margin-right:0.75rem !important;}.me-xl-24{margin-right:0.875rem !important;}.me-xl-25{margin-right:0.625rem !important;}.me-xl-auto{margin-right:auto !important;}.mb-xl-0{margin-bottom:0 !important;}.mb-xl-1{margin-bottom:0.25rem !important;}.mb-xl-2{margin-bottom:0.375rem !important;}.mb-xl-3{margin-bottom:0.5rem !important;}.mb-xl-4{margin-bottom:1rem !important;}.mb-xl-5{margin-bottom:1.125rem !important;}.mb-xl-6{margin-bottom:1.25rem !important;}.mb-xl-7{margin-bottom:1.375rem !important;}.mb-xl-8{margin-bottom:1.5rem !important;}.mb-xl-9{margin-bottom:1.625rem !important;}.mb-xl-10{margin-bottom:1.688rem !important;}.mb-xl-11{margin-bottom:1.75rem !important;}.mb-xl-12{margin-bottom:1.875rem !important;}.mb-xl-13{margin-bottom:2rem !important;}.mb-xl-14{margin-bottom:2.25rem !important;}.mb-xl-15{margin-bottom:2.5rem !important;}.mb-xl-16{margin-bottom:2.625rem !important;}.mb-xl-17{margin-bottom:2.875rem !important;}.mb-xl-18{margin-bottom:3rem !important;}.mb-xl-19{margin-bottom:3.125rem !important;}.mb-xl-20{margin-bottom:3.563rem !important;}.mb-xl-21{margin-bottom:0.688rem !important;}.mb-xl-22{margin-bottom:7rem !important;}.mb-xl-23{margin-bottom:0.75rem !important;}.mb-xl-24{margin-bottom:0.875rem !important;}.mb-xl-25{margin-bottom:0.625rem !important;}.mb-xl-auto{margin-bottom:auto !important;}.ms-xl-0{margin-left:0 !important;}.ms-xl-1{margin-left:0.25rem !important;}.ms-xl-2{margin-left:0.375rem !important;}.ms-xl-3{margin-left:0.5rem !important;}.ms-xl-4{margin-left:1rem !important;}.ms-xl-5{margin-left:1.125rem !important;}.ms-xl-6{margin-left:1.25rem !important;}.ms-xl-7{margin-left:1.375rem !important;}.ms-xl-8{margin-left:1.5rem !important;}.ms-xl-9{margin-left:1.625rem !important;}.ms-xl-10{margin-left:1.688rem !important;}.ms-xl-11{margin-left:1.75rem !important;}.ms-xl-12{margin-left:1.875rem !important;}.ms-xl-13{margin-left:2rem !important;}.ms-xl-14{margin-left:2.25rem !important;}.ms-xl-15{margin-left:2.5rem !important;}.ms-xl-16{margin-left:2.625rem !important;}.ms-xl-17{margin-left:2.875rem !important;}.ms-xl-18{margin-left:3rem !important;}.ms-xl-19{margin-left:3.125rem !important;}.ms-xl-20{margin-left:3.563rem !important;}.ms-xl-21{margin-left:0.688rem !important;}.ms-xl-22{margin-left:7rem !important;}.ms-xl-23{margin-left:0.75rem !important;}.ms-xl-24{margin-left:0.875rem !important;}.ms-xl-25{margin-left:0.625rem !important;}.ms-xl-auto{margin-left:auto !important;}.p-xl-0{padding:0 !important;}.p-xl-1{padding:0.25rem !important;}.p-xl-2{padding:0.375rem !important;}.p-xl-3{padding:0.5rem !important;}.p-xl-4{padding:1rem !important;}.p-xl-5{padding:1.125rem !important;}.p-xl-6{padding:1.25rem !important;}.p-xl-7{padding:1.375rem !important;}.p-xl-8{padding:1.5rem !important;}.p-xl-9{padding:1.625rem !important;}.p-xl-10{padding:1.688rem !important;}.p-xl-11{padding:1.75rem !important;}.p-xl-12{padding:1.875rem !important;}.p-xl-13{padding:2rem !important;}.p-xl-14{padding:2.25rem !important;}.p-xl-15{padding:2.5rem !important;}.p-xl-16{padding:2.625rem !important;}.p-xl-17{padding:2.875rem !important;}.p-xl-18{padding:3rem !important;}.p-xl-19{padding:3.125rem !important;}.p-xl-20{padding:3.563rem !important;}.p-xl-21{padding:0.688rem !important;}.p-xl-22{padding:7rem !important;}.p-xl-23{padding:0.75rem !important;}.p-xl-24{padding:0.875rem !important;}.p-xl-25{padding:0.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.375rem !important;padding-left:0.375rem !important;}.px-xl-3{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xl-4{padding-right:1rem !important;padding-left:1rem !important;}.px-xl-5{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-xl-6{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-xl-7{padding-right:1.375rem !important;padding-left:1.375rem !important;}.px-xl-8{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-xl-9{padding-right:1.625rem !important;padding-left:1.625rem !important;}.px-xl-10{padding-right:1.688rem !important;padding-left:1.688rem !important;}.px-xl-11{padding-right:1.75rem !important;padding-left:1.75rem !important;}.px-xl-12{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-xl-13{padding-right:2rem !important;padding-left:2rem !important;}.px-xl-14{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-xl-15{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-xl-16{padding-right:2.625rem !important;padding-left:2.625rem !important;}.px-xl-17{padding-right:2.875rem !important;padding-left:2.875rem !important;}.px-xl-18{padding-right:3rem !important;padding-left:3rem !important;}.px-xl-19{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-xl-20{padding-right:3.563rem !important;padding-left:3.563rem !important;}.px-xl-21{padding-right:0.688rem !important;padding-left:0.688rem !important;}.px-xl-22{padding-right:7rem !important;padding-left:7rem !important;}.px-xl-23{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xl-24{padding-right:0.875rem !important;padding-left:0.875rem !important;}.px-xl-25{padding-right:0.625rem !important;padding-left:0.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.375rem !important;padding-bottom:0.375rem !important;}.py-xl-3{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xl-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xl-5{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-xl-6{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-xl-7{padding-top:1.375rem !important;padding-bottom:1.375rem !important;}.py-xl-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-xl-9{padding-top:1.625rem !important;padding-bottom:1.625rem !important;}.py-xl-10{padding-top:1.688rem !important;padding-bottom:1.688rem !important;}.py-xl-11{padding-top:1.75rem !important;padding-bottom:1.75rem !important;}.py-xl-12{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-xl-13{padding-top:2rem !important;padding-bottom:2rem !important;}.py-xl-14{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-xl-15{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-xl-16{padding-top:2.625rem !important;padding-bottom:2.625rem !important;}.py-xl-17{padding-top:2.875rem !important;padding-bottom:2.875rem !important;}.py-xl-18{padding-top:3rem !important;padding-bottom:3rem !important;}.py-xl-19{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-xl-20{padding-top:3.563rem !important;padding-bottom:3.563rem !important;}.py-xl-21{padding-top:0.688rem !important;padding-bottom:0.688rem !important;}.py-xl-22{padding-top:7rem !important;padding-bottom:7rem !important;}.py-xl-23{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xl-24{padding-top:0.875rem !important;padding-bottom:0.875rem !important;}.py-xl-25{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.pt-xl-0{padding-top:0 !important;}.pt-xl-1{padding-top:0.25rem !important;}.pt-xl-2{padding-top:0.375rem !important;}.pt-xl-3{padding-top:0.5rem !important;}.pt-xl-4{padding-top:1rem !important;}.pt-xl-5{padding-top:1.125rem !important;}.pt-xl-6{padding-top:1.25rem !important;}.pt-xl-7{padding-top:1.375rem !important;}.pt-xl-8{padding-top:1.5rem !important;}.pt-xl-9{padding-top:1.625rem !important;}.pt-xl-10{padding-top:1.688rem !important;}.pt-xl-11{padding-top:1.75rem !important;}.pt-xl-12{padding-top:1.875rem !important;}.pt-xl-13{padding-top:2rem !important;}.pt-xl-14{padding-top:2.25rem !important;}.pt-xl-15{padding-top:2.5rem !important;}.pt-xl-16{padding-top:2.625rem !important;}.pt-xl-17{padding-top:2.875rem !important;}.pt-xl-18{padding-top:3rem !important;}.pt-xl-19{padding-top:3.125rem !important;}.pt-xl-20{padding-top:3.563rem !important;}.pt-xl-21{padding-top:0.688rem !important;}.pt-xl-22{padding-top:7rem !important;}.pt-xl-23{padding-top:0.75rem !important;}.pt-xl-24{padding-top:0.875rem !important;}.pt-xl-25{padding-top:0.625rem !important;}.pe-xl-0{padding-right:0 !important;}.pe-xl-1{padding-right:0.25rem !important;}.pe-xl-2{padding-right:0.375rem !important;}.pe-xl-3{padding-right:0.5rem !important;}.pe-xl-4{padding-right:1rem !important;}.pe-xl-5{padding-right:1.125rem !important;}.pe-xl-6{padding-right:1.25rem !important;}.pe-xl-7{padding-right:1.375rem !important;}.pe-xl-8{padding-right:1.5rem !important;}.pe-xl-9{padding-right:1.625rem !important;}.pe-xl-10{padding-right:1.688rem !important;}.pe-xl-11{padding-right:1.75rem !important;}.pe-xl-12{padding-right:1.875rem !important;}.pe-xl-13{padding-right:2rem !important;}.pe-xl-14{padding-right:2.25rem !important;}.pe-xl-15{padding-right:2.5rem !important;}.pe-xl-16{padding-right:2.625rem !important;}.pe-xl-17{padding-right:2.875rem !important;}.pe-xl-18{padding-right:3rem !important;}.pe-xl-19{padding-right:3.125rem !important;}.pe-xl-20{padding-right:3.563rem !important;}.pe-xl-21{padding-right:0.688rem !important;}.pe-xl-22{padding-right:7rem !important;}.pe-xl-23{padding-right:0.75rem !important;}.pe-xl-24{padding-right:0.875rem !important;}.pe-xl-25{padding-right:0.625rem !important;}.pb-xl-0{padding-bottom:0 !important;}.pb-xl-1{padding-bottom:0.25rem !important;}.pb-xl-2{padding-bottom:0.375rem !important;}.pb-xl-3{padding-bottom:0.5rem !important;}.pb-xl-4{padding-bottom:1rem !important;}.pb-xl-5{padding-bottom:1.125rem !important;}.pb-xl-6{padding-bottom:1.25rem !important;}.pb-xl-7{padding-bottom:1.375rem !important;}.pb-xl-8{padding-bottom:1.5rem !important;}.pb-xl-9{padding-bottom:1.625rem !important;}.pb-xl-10{padding-bottom:1.688rem !important;}.pb-xl-11{padding-bottom:1.75rem !important;}.pb-xl-12{padding-bottom:1.875rem !important;}.pb-xl-13{padding-bottom:2rem !important;}.pb-xl-14{padding-bottom:2.25rem !important;}.pb-xl-15{padding-bottom:2.5rem !important;}.pb-xl-16{padding-bottom:2.625rem !important;}.pb-xl-17{padding-bottom:2.875rem !important;}.pb-xl-18{padding-bottom:3rem !important;}.pb-xl-19{padding-bottom:3.125rem !important;}.pb-xl-20{padding-bottom:3.563rem !important;}.pb-xl-21{padding-bottom:0.688rem !important;}.pb-xl-22{padding-bottom:7rem !important;}.pb-xl-23{padding-bottom:0.75rem !important;}.pb-xl-24{padding-bottom:0.875rem !important;}.pb-xl-25{padding-bottom:0.625rem !important;}.ps-xl-0{padding-left:0 !important;}.ps-xl-1{padding-left:0.25rem !important;}.ps-xl-2{padding-left:0.375rem !important;}.ps-xl-3{padding-left:0.5rem !important;}.ps-xl-4{padding-left:1rem !important;}.ps-xl-5{padding-left:1.125rem !important;}.ps-xl-6{padding-left:1.25rem !important;}.ps-xl-7{padding-left:1.375rem !important;}.ps-xl-8{padding-left:1.5rem !important;}.ps-xl-9{padding-left:1.625rem !important;}.ps-xl-10{padding-left:1.688rem !important;}.ps-xl-11{padding-left:1.75rem !important;}.ps-xl-12{padding-left:1.875rem !important;}.ps-xl-13{padding-left:2rem !important;}.ps-xl-14{padding-left:2.25rem !important;}.ps-xl-15{padding-left:2.5rem !important;}.ps-xl-16{padding-left:2.625rem !important;}.ps-xl-17{padding-left:2.875rem !important;}.ps-xl-18{padding-left:3rem !important;}.ps-xl-19{padding-left:3.125rem !important;}.ps-xl-20{padding-left:3.563rem !important;}.ps-xl-21{padding-left:0.688rem !important;}.ps-xl-22{padding-left:7rem !important;}.ps-xl-23{padding-left:0.75rem !important;}.ps-xl-24{padding-left:0.875rem !important;}.ps-xl-25{padding-left:0.625rem !important;}.gap-xl-0{gap:0 !important;}.gap-xl-1{gap:0.25rem !important;}.gap-xl-2{gap:0.375rem !important;}.gap-xl-3{gap:0.5rem !important;}.gap-xl-4{gap:1rem !important;}.gap-xl-5{gap:1.125rem !important;}.gap-xl-6{gap:1.25rem !important;}.gap-xl-7{gap:1.375rem !important;}.gap-xl-8{gap:1.5rem !important;}.gap-xl-9{gap:1.625rem !important;}.gap-xl-10{gap:1.688rem !important;}.gap-xl-11{gap:1.75rem !important;}.gap-xl-12{gap:1.875rem !important;}.gap-xl-13{gap:2rem !important;}.gap-xl-14{gap:2.25rem !important;}.gap-xl-15{gap:2.5rem !important;}.gap-xl-16{gap:2.625rem !important;}.gap-xl-17{gap:2.875rem !important;}.gap-xl-18{gap:3rem !important;}.gap-xl-19{gap:3.125rem !important;}.gap-xl-20{gap:3.563rem !important;}.gap-xl-21{gap:0.688rem !important;}.gap-xl-22{gap:7rem !important;}.gap-xl-23{gap:0.75rem !important;}.gap-xl-24{gap:0.875rem !important;}.gap-xl-25{gap:0.625rem !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.375rem !important;}.row-gap-xl-3{row-gap:0.5rem !important;}.row-gap-xl-4{row-gap:1rem !important;}.row-gap-xl-5{row-gap:1.125rem !important;}.row-gap-xl-6{row-gap:1.25rem !important;}.row-gap-xl-7{row-gap:1.375rem !important;}.row-gap-xl-8{row-gap:1.5rem !important;}.row-gap-xl-9{row-gap:1.625rem !important;}.row-gap-xl-10{row-gap:1.688rem !important;}.row-gap-xl-11{row-gap:1.75rem !important;}.row-gap-xl-12{row-gap:1.875rem !important;}.row-gap-xl-13{row-gap:2rem !important;}.row-gap-xl-14{row-gap:2.25rem !important;}.row-gap-xl-15{row-gap:2.5rem !important;}.row-gap-xl-16{row-gap:2.625rem !important;}.row-gap-xl-17{row-gap:2.875rem !important;}.row-gap-xl-18{row-gap:3rem !important;}.row-gap-xl-19{row-gap:3.125rem !important;}.row-gap-xl-20{row-gap:3.563rem !important;}.row-gap-xl-21{row-gap:0.688rem !important;}.row-gap-xl-22{row-gap:7rem !important;}.row-gap-xl-23{row-gap:0.75rem !important;}.row-gap-xl-24{row-gap:0.875rem !important;}.row-gap-xl-25{row-gap:0.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.375rem !important;}.column-gap-xl-3{column-gap:0.5rem !important;}.column-gap-xl-4{column-gap:1rem !important;}.column-gap-xl-5{column-gap:1.125rem !important;}.column-gap-xl-6{column-gap:1.25rem !important;}.column-gap-xl-7{column-gap:1.375rem !important;}.column-gap-xl-8{column-gap:1.5rem !important;}.column-gap-xl-9{column-gap:1.625rem !important;}.column-gap-xl-10{column-gap:1.688rem !important;}.column-gap-xl-11{column-gap:1.75rem !important;}.column-gap-xl-12{column-gap:1.875rem !important;}.column-gap-xl-13{column-gap:2rem !important;}.column-gap-xl-14{column-gap:2.25rem !important;}.column-gap-xl-15{column-gap:2.5rem !important;}.column-gap-xl-16{column-gap:2.625rem !important;}.column-gap-xl-17{column-gap:2.875rem !important;}.column-gap-xl-18{column-gap:3rem !important;}.column-gap-xl-19{column-gap:3.125rem !important;}.column-gap-xl-20{column-gap:3.563rem !important;}.column-gap-xl-21{column-gap:0.688rem !important;}.column-gap-xl-22{column-gap:7rem !important;}.column-gap-xl-23{column-gap:0.75rem !important;}.column-gap-xl-24{column-gap:0.875rem !important;}.column-gap-xl-25{column-gap:0.625rem !important;}.text-xl-start{text-align:left !important;}.text-xl-end{text-align:right !important;}.text-xl-center{text-align:center !important;}}@media (min-width:1400px){.float-xxl-start{float:left !important;}.float-xxl-end{float:right !important;}.float-xxl-none{float:none !important;}.object-fit-xxl-contain{object-fit:contain !important;}.object-fit-xxl-cover{object-fit:cover !important;}.object-fit-xxl-fill{object-fit:fill !important;}.object-fit-xxl-scale{object-fit:scale-down !important;}.object-fit-xxl-none{object-fit:none !important;}.d-xxl-inline{display:inline !important;}.d-xxl-inline-block{display:inline-block !important;}.d-xxl-block{display:block !important;}.d-xxl-grid{display:grid !important;}.d-xxl-inline-grid{display:inline-grid !important;}.d-xxl-table{display:table !important;}.d-xxl-table-row{display:table-row !important;}.d-xxl-table-cell{display:table-cell !important;}.d-xxl-flex{display:flex !important;}.d-xxl-inline-flex{display:inline-flex !important;}.d-xxl-none{display:none !important;}.flex-xxl-fill{flex:1 1 auto !important;}.flex-xxl-row{flex-direction:row !important;}.flex-xxl-column{flex-direction:column !important;}.flex-xxl-row-reverse{flex-direction:row-reverse !important;}.flex-xxl-column-reverse{flex-direction:column-reverse !important;}.flex-xxl-grow-0{flex-grow:0 !important;}.flex-xxl-grow-1{flex-grow:1 !important;}.flex-xxl-shrink-0{flex-shrink:0 !important;}.flex-xxl-shrink-1{flex-shrink:1 !important;}.flex-xxl-wrap{flex-wrap:wrap !important;}.flex-xxl-nowrap{flex-wrap:nowrap !important;}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse !important;}.justify-content-xxl-start{justify-content:flex-start !important;}.justify-content-xxl-end{justify-content:flex-end !important;}.justify-content-xxl-center{justify-content:center !important;}.justify-content-xxl-between{justify-content:space-between !important;}.justify-content-xxl-around{justify-content:space-around !important;}.justify-content-xxl-evenly{justify-content:space-evenly !important;}.align-items-xxl-start{align-items:flex-start !important;}.align-items-xxl-end{align-items:flex-end !important;}.align-items-xxl-center{align-items:center !important;}.align-items-xxl-baseline{align-items:baseline !important;}.align-items-xxl-stretch{align-items:stretch !important;}.align-content-xxl-start{align-content:flex-start !important;}.align-content-xxl-end{align-content:flex-end !important;}.align-content-xxl-center{align-content:center !important;}.align-content-xxl-between{align-content:space-between !important;}.align-content-xxl-around{align-content:space-around !important;}.align-content-xxl-stretch{align-content:stretch !important;}.align-self-xxl-auto{align-self:auto !important;}.align-self-xxl-start{align-self:flex-start !important;}.align-self-xxl-end{align-self:flex-end !important;}.align-self-xxl-center{align-self:center !important;}.align-self-xxl-baseline{align-self:baseline !important;}.align-self-xxl-stretch{align-self:stretch !important;}.order-xxl-first{order:-1 !important;}.order-xxl-0{order:0 !important;}.order-xxl-1{order:1 !important;}.order-xxl-2{order:2 !important;}.order-xxl-3{order:3 !important;}.order-xxl-4{order:4 !important;}.order-xxl-5{order:5 !important;}.order-xxl-last{order:6 !important;}.m-xxl-0{margin:0 !important;}.m-xxl-1{margin:0.25rem !important;}.m-xxl-2{margin:0.375rem !important;}.m-xxl-3{margin:0.5rem !important;}.m-xxl-4{margin:1rem !important;}.m-xxl-5{margin:1.125rem !important;}.m-xxl-6{margin:1.25rem !important;}.m-xxl-7{margin:1.375rem !important;}.m-xxl-8{margin:1.5rem !important;}.m-xxl-9{margin:1.625rem !important;}.m-xxl-10{margin:1.688rem !important;}.m-xxl-11{margin:1.75rem !important;}.m-xxl-12{margin:1.875rem !important;}.m-xxl-13{margin:2rem !important;}.m-xxl-14{margin:2.25rem !important;}.m-xxl-15{margin:2.5rem !important;}.m-xxl-16{margin:2.625rem !important;}.m-xxl-17{margin:2.875rem !important;}.m-xxl-18{margin:3rem !important;}.m-xxl-19{margin:3.125rem !important;}.m-xxl-20{margin:3.563rem !important;}.m-xxl-21{margin:0.688rem !important;}.m-xxl-22{margin:7rem !important;}.m-xxl-23{margin:0.75rem !important;}.m-xxl-24{margin:0.875rem !important;}.m-xxl-25{margin:0.625rem !important;}.m-xxl-auto{margin:auto !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.375rem !important;margin-left:0.375rem !important;}.mx-xxl-3{margin-right:0.5rem !important;margin-left:0.5rem !important;}.mx-xxl-4{margin-right:1rem !important;margin-left:1rem !important;}.mx-xxl-5{margin-right:1.125rem !important;margin-left:1.125rem !important;}.mx-xxl-6{margin-right:1.25rem !important;margin-left:1.25rem !important;}.mx-xxl-7{margin-right:1.375rem !important;margin-left:1.375rem !important;}.mx-xxl-8{margin-right:1.5rem !important;margin-left:1.5rem !important;}.mx-xxl-9{margin-right:1.625rem !important;margin-left:1.625rem !important;}.mx-xxl-10{margin-right:1.688rem !important;margin-left:1.688rem !important;}.mx-xxl-11{margin-right:1.75rem !important;margin-left:1.75rem !important;}.mx-xxl-12{margin-right:1.875rem !important;margin-left:1.875rem !important;}.mx-xxl-13{margin-right:2rem !important;margin-left:2rem !important;}.mx-xxl-14{margin-right:2.25rem !important;margin-left:2.25rem !important;}.mx-xxl-15{margin-right:2.5rem !important;margin-left:2.5rem !important;}.mx-xxl-16{margin-right:2.625rem !important;margin-left:2.625rem !important;}.mx-xxl-17{margin-right:2.875rem !important;margin-left:2.875rem !important;}.mx-xxl-18{margin-right:3rem !important;margin-left:3rem !important;}.mx-xxl-19{margin-right:3.125rem !important;margin-left:3.125rem !important;}.mx-xxl-20{margin-right:3.563rem !important;margin-left:3.563rem !important;}.mx-xxl-21{margin-right:0.688rem !important;margin-left:0.688rem !important;}.mx-xxl-22{margin-right:7rem !important;margin-left:7rem !important;}.mx-xxl-23{margin-right:0.75rem !important;margin-left:0.75rem !important;}.mx-xxl-24{margin-right:0.875rem !important;margin-left:0.875rem !important;}.mx-xxl-25{margin-right:0.625rem !important;margin-left:0.625rem !important;}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important;}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important;}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important;}.my-xxl-2{margin-top:0.375rem !important;margin-bottom:0.375rem !important;}.my-xxl-3{margin-top:0.5rem !important;margin-bottom:0.5rem !important;}.my-xxl-4{margin-top:1rem !important;margin-bottom:1rem !important;}.my-xxl-5{margin-top:1.125rem !important;margin-bottom:1.125rem !important;}.my-xxl-6{margin-top:1.25rem !important;margin-bottom:1.25rem !important;}.my-xxl-7{margin-top:1.375rem !important;margin-bottom:1.375rem !important;}.my-xxl-8{margin-top:1.5rem !important;margin-bottom:1.5rem !important;}.my-xxl-9{margin-top:1.625rem !important;margin-bottom:1.625rem !important;}.my-xxl-10{margin-top:1.688rem !important;margin-bottom:1.688rem !important;}.my-xxl-11{margin-top:1.75rem !important;margin-bottom:1.75rem !important;}.my-xxl-12{margin-top:1.875rem !important;margin-bottom:1.875rem !important;}.my-xxl-13{margin-top:2rem !important;margin-bottom:2rem !important;}.my-xxl-14{margin-top:2.25rem !important;margin-bottom:2.25rem !important;}.my-xxl-15{margin-top:2.5rem !important;margin-bottom:2.5rem !important;}.my-xxl-16{margin-top:2.625rem !important;margin-bottom:2.625rem !important;}.my-xxl-17{margin-top:2.875rem !important;margin-bottom:2.875rem !important;}.my-xxl-18{margin-top:3rem !important;margin-bottom:3rem !important;}.my-xxl-19{margin-top:3.125rem !important;margin-bottom:3.125rem !important;}.my-xxl-20{margin-top:3.563rem !important;margin-bottom:3.563rem !important;}.my-xxl-21{margin-top:0.688rem !important;margin-bottom:0.688rem !important;}.my-xxl-22{margin-top:7rem !important;margin-bottom:7rem !important;}.my-xxl-23{margin-top:0.75rem !important;margin-bottom:0.75rem !important;}.my-xxl-24{margin-top:0.875rem !important;margin-bottom:0.875rem !important;}.my-xxl-25{margin-top:0.625rem !important;margin-bottom:0.625rem !important;}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important;}.mt-xxl-0{margin-top:0 !important;}.mt-xxl-1{margin-top:0.25rem !important;}.mt-xxl-2{margin-top:0.375rem !important;}.mt-xxl-3{margin-top:0.5rem !important;}.mt-xxl-4{margin-top:1rem !important;}.mt-xxl-5{margin-top:1.125rem !important;}.mt-xxl-6{margin-top:1.25rem !important;}.mt-xxl-7{margin-top:1.375rem !important;}.mt-xxl-8{margin-top:1.5rem !important;}.mt-xxl-9{margin-top:1.625rem !important;}.mt-xxl-10{margin-top:1.688rem !important;}.mt-xxl-11{margin-top:1.75rem !important;}.mt-xxl-12{margin-top:1.875rem !important;}.mt-xxl-13{margin-top:2rem !important;}.mt-xxl-14{margin-top:2.25rem !important;}.mt-xxl-15{margin-top:2.5rem !important;}.mt-xxl-16{margin-top:2.625rem !important;}.mt-xxl-17{margin-top:2.875rem !important;}.mt-xxl-18{margin-top:3rem !important;}.mt-xxl-19{margin-top:3.125rem !important;}.mt-xxl-20{margin-top:3.563rem !important;}.mt-xxl-21{margin-top:0.688rem !important;}.mt-xxl-22{margin-top:7rem !important;}.mt-xxl-23{margin-top:0.75rem !important;}.mt-xxl-24{margin-top:0.875rem !important;}.mt-xxl-25{margin-top:0.625rem !important;}.mt-xxl-auto{margin-top:auto !important;}.me-xxl-0{margin-right:0 !important;}.me-xxl-1{margin-right:0.25rem !important;}.me-xxl-2{margin-right:0.375rem !important;}.me-xxl-3{margin-right:0.5rem !important;}.me-xxl-4{margin-right:1rem !important;}.me-xxl-5{margin-right:1.125rem !important;}.me-xxl-6{margin-right:1.25rem !important;}.me-xxl-7{margin-right:1.375rem !important;}.me-xxl-8{margin-right:1.5rem !important;}.me-xxl-9{margin-right:1.625rem !important;}.me-xxl-10{margin-right:1.688rem !important;}.me-xxl-11{margin-right:1.75rem !important;}.me-xxl-12{margin-right:1.875rem !important;}.me-xxl-13{margin-right:2rem !important;}.me-xxl-14{margin-right:2.25rem !important;}.me-xxl-15{margin-right:2.5rem !important;}.me-xxl-16{margin-right:2.625rem !important;}.me-xxl-17{margin-right:2.875rem !important;}.me-xxl-18{margin-right:3rem !important;}.me-xxl-19{margin-right:3.125rem !important;}.me-xxl-20{margin-right:3.563rem !important;}.me-xxl-21{margin-right:0.688rem !important;}.me-xxl-22{margin-right:7rem !important;}.me-xxl-23{margin-right:0.75rem !important;}.me-xxl-24{margin-right:0.875rem !important;}.me-xxl-25{margin-right:0.625rem !important;}.me-xxl-auto{margin-right:auto !important;}.mb-xxl-0{margin-bottom:0 !important;}.mb-xxl-1{margin-bottom:0.25rem !important;}.mb-xxl-2{margin-bottom:0.375rem !important;}.mb-xxl-3{margin-bottom:0.5rem !important;}.mb-xxl-4{margin-bottom:1rem !important;}.mb-xxl-5{margin-bottom:1.125rem !important;}.mb-xxl-6{margin-bottom:1.25rem !important;}.mb-xxl-7{margin-bottom:1.375rem !important;}.mb-xxl-8{margin-bottom:1.5rem !important;}.mb-xxl-9{margin-bottom:1.625rem !important;}.mb-xxl-10{margin-bottom:1.688rem !important;}.mb-xxl-11{margin-bottom:1.75rem !important;}.mb-xxl-12{margin-bottom:1.875rem !important;}.mb-xxl-13{margin-bottom:2rem !important;}.mb-xxl-14{margin-bottom:2.25rem !important;}.mb-xxl-15{margin-bottom:2.5rem !important;}.mb-xxl-16{margin-bottom:2.625rem !important;}.mb-xxl-17{margin-bottom:2.875rem !important;}.mb-xxl-18{margin-bottom:3rem !important;}.mb-xxl-19{margin-bottom:3.125rem !important;}.mb-xxl-20{margin-bottom:3.563rem !important;}.mb-xxl-21{margin-bottom:0.688rem !important;}.mb-xxl-22{margin-bottom:7rem !important;}.mb-xxl-23{margin-bottom:0.75rem !important;}.mb-xxl-24{margin-bottom:0.875rem !important;}.mb-xxl-25{margin-bottom:0.625rem !important;}.mb-xxl-auto{margin-bottom:auto !important;}.ms-xxl-0{margin-left:0 !important;}.ms-xxl-1{margin-left:0.25rem !important;}.ms-xxl-2{margin-left:0.375rem !important;}.ms-xxl-3{margin-left:0.5rem !important;}.ms-xxl-4{margin-left:1rem !important;}.ms-xxl-5{margin-left:1.125rem !important;}.ms-xxl-6{margin-left:1.25rem !important;}.ms-xxl-7{margin-left:1.375rem !important;}.ms-xxl-8{margin-left:1.5rem !important;}.ms-xxl-9{margin-left:1.625rem !important;}.ms-xxl-10{margin-left:1.688rem !important;}.ms-xxl-11{margin-left:1.75rem !important;}.ms-xxl-12{margin-left:1.875rem !important;}.ms-xxl-13{margin-left:2rem !important;}.ms-xxl-14{margin-left:2.25rem !important;}.ms-xxl-15{margin-left:2.5rem !important;}.ms-xxl-16{margin-left:2.625rem !important;}.ms-xxl-17{margin-left:2.875rem !important;}.ms-xxl-18{margin-left:3rem !important;}.ms-xxl-19{margin-left:3.125rem !important;}.ms-xxl-20{margin-left:3.563rem !important;}.ms-xxl-21{margin-left:0.688rem !important;}.ms-xxl-22{margin-left:7rem !important;}.ms-xxl-23{margin-left:0.75rem !important;}.ms-xxl-24{margin-left:0.875rem !important;}.ms-xxl-25{margin-left:0.625rem !important;}.ms-xxl-auto{margin-left:auto !important;}.p-xxl-0{padding:0 !important;}.p-xxl-1{padding:0.25rem !important;}.p-xxl-2{padding:0.375rem !important;}.p-xxl-3{padding:0.5rem !important;}.p-xxl-4{padding:1rem !important;}.p-xxl-5{padding:1.125rem !important;}.p-xxl-6{padding:1.25rem !important;}.p-xxl-7{padding:1.375rem !important;}.p-xxl-8{padding:1.5rem !important;}.p-xxl-9{padding:1.625rem !important;}.p-xxl-10{padding:1.688rem !important;}.p-xxl-11{padding:1.75rem !important;}.p-xxl-12{padding:1.875rem !important;}.p-xxl-13{padding:2rem !important;}.p-xxl-14{padding:2.25rem !important;}.p-xxl-15{padding:2.5rem !important;}.p-xxl-16{padding:2.625rem !important;}.p-xxl-17{padding:2.875rem !important;}.p-xxl-18{padding:3rem !important;}.p-xxl-19{padding:3.125rem !important;}.p-xxl-20{padding:3.563rem !important;}.p-xxl-21{padding:0.688rem !important;}.p-xxl-22{padding:7rem !important;}.p-xxl-23{padding:0.75rem !important;}.p-xxl-24{padding:0.875rem !important;}.p-xxl-25{padding:0.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.375rem !important;padding-left:0.375rem !important;}.px-xxl-3{padding-right:0.5rem !important;padding-left:0.5rem !important;}.px-xxl-4{padding-right:1rem !important;padding-left:1rem !important;}.px-xxl-5{padding-right:1.125rem !important;padding-left:1.125rem !important;}.px-xxl-6{padding-right:1.25rem !important;padding-left:1.25rem !important;}.px-xxl-7{padding-right:1.375rem !important;padding-left:1.375rem !important;}.px-xxl-8{padding-right:1.5rem !important;padding-left:1.5rem !important;}.px-xxl-9{padding-right:1.625rem !important;padding-left:1.625rem !important;}.px-xxl-10{padding-right:1.688rem !important;padding-left:1.688rem !important;}.px-xxl-11{padding-right:1.75rem !important;padding-left:1.75rem !important;}.px-xxl-12{padding-right:1.875rem !important;padding-left:1.875rem !important;}.px-xxl-13{padding-right:2rem !important;padding-left:2rem !important;}.px-xxl-14{padding-right:2.25rem !important;padding-left:2.25rem !important;}.px-xxl-15{padding-right:2.5rem !important;padding-left:2.5rem !important;}.px-xxl-16{padding-right:2.625rem !important;padding-left:2.625rem !important;}.px-xxl-17{padding-right:2.875rem !important;padding-left:2.875rem !important;}.px-xxl-18{padding-right:3rem !important;padding-left:3rem !important;}.px-xxl-19{padding-right:3.125rem !important;padding-left:3.125rem !important;}.px-xxl-20{padding-right:3.563rem !important;padding-left:3.563rem !important;}.px-xxl-21{padding-right:0.688rem !important;padding-left:0.688rem !important;}.px-xxl-22{padding-right:7rem !important;padding-left:7rem !important;}.px-xxl-23{padding-right:0.75rem !important;padding-left:0.75rem !important;}.px-xxl-24{padding-right:0.875rem !important;padding-left:0.875rem !important;}.px-xxl-25{padding-right:0.625rem !important;padding-left:0.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.375rem !important;padding-bottom:0.375rem !important;}.py-xxl-3{padding-top:0.5rem !important;padding-bottom:0.5rem !important;}.py-xxl-4{padding-top:1rem !important;padding-bottom:1rem !important;}.py-xxl-5{padding-top:1.125rem !important;padding-bottom:1.125rem !important;}.py-xxl-6{padding-top:1.25rem !important;padding-bottom:1.25rem !important;}.py-xxl-7{padding-top:1.375rem !important;padding-bottom:1.375rem !important;}.py-xxl-8{padding-top:1.5rem !important;padding-bottom:1.5rem !important;}.py-xxl-9{padding-top:1.625rem !important;padding-bottom:1.625rem !important;}.py-xxl-10{padding-top:1.688rem !important;padding-bottom:1.688rem !important;}.py-xxl-11{padding-top:1.75rem !important;padding-bottom:1.75rem !important;}.py-xxl-12{padding-top:1.875rem !important;padding-bottom:1.875rem !important;}.py-xxl-13{padding-top:2rem !important;padding-bottom:2rem !important;}.py-xxl-14{padding-top:2.25rem !important;padding-bottom:2.25rem !important;}.py-xxl-15{padding-top:2.5rem !important;padding-bottom:2.5rem !important;}.py-xxl-16{padding-top:2.625rem !important;padding-bottom:2.625rem !important;}.py-xxl-17{padding-top:2.875rem !important;padding-bottom:2.875rem !important;}.py-xxl-18{padding-top:3rem !important;padding-bottom:3rem !important;}.py-xxl-19{padding-top:3.125rem !important;padding-bottom:3.125rem !important;}.py-xxl-20{padding-top:3.563rem !important;padding-bottom:3.563rem !important;}.py-xxl-21{padding-top:0.688rem !important;padding-bottom:0.688rem !important;}.py-xxl-22{padding-top:7rem !important;padding-bottom:7rem !important;}.py-xxl-23{padding-top:0.75rem !important;padding-bottom:0.75rem !important;}.py-xxl-24{padding-top:0.875rem !important;padding-bottom:0.875rem !important;}.py-xxl-25{padding-top:0.625rem !important;padding-bottom:0.625rem !important;}.pt-xxl-0{padding-top:0 !important;}.pt-xxl-1{padding-top:0.25rem !important;}.pt-xxl-2{padding-top:0.375rem !important;}.pt-xxl-3{padding-top:0.5rem !important;}.pt-xxl-4{padding-top:1rem !important;}.pt-xxl-5{padding-top:1.125rem !important;}.pt-xxl-6{padding-top:1.25rem !important;}.pt-xxl-7{padding-top:1.375rem !important;}.pt-xxl-8{padding-top:1.5rem !important;}.pt-xxl-9{padding-top:1.625rem !important;}.pt-xxl-10{padding-top:1.688rem !important;}.pt-xxl-11{padding-top:1.75rem !important;}.pt-xxl-12{padding-top:1.875rem !important;}.pt-xxl-13{padding-top:2rem !important;}.pt-xxl-14{padding-top:2.25rem !important;}.pt-xxl-15{padding-top:2.5rem !important;}.pt-xxl-16{padding-top:2.625rem !important;}.pt-xxl-17{padding-top:2.875rem !important;}.pt-xxl-18{padding-top:3rem !important;}.pt-xxl-19{padding-top:3.125rem !important;}.pt-xxl-20{padding-top:3.563rem !important;}.pt-xxl-21{padding-top:0.688rem !important;}.pt-xxl-22{padding-top:7rem !important;}.pt-xxl-23{padding-top:0.75rem !important;}.pt-xxl-24{padding-top:0.875rem !important;}.pt-xxl-25{padding-top:0.625rem !important;}.pe-xxl-0{padding-right:0 !important;}.pe-xxl-1{padding-right:0.25rem !important;}.pe-xxl-2{padding-right:0.375rem !important;}.pe-xxl-3{padding-right:0.5rem !important;}.pe-xxl-4{padding-right:1rem !important;}.pe-xxl-5{padding-right:1.125rem !important;}.pe-xxl-6{padding-right:1.25rem !important;}.pe-xxl-7{padding-right:1.375rem !important;}.pe-xxl-8{padding-right:1.5rem !important;}.pe-xxl-9{padding-right:1.625rem !important;}.pe-xxl-10{padding-right:1.688rem !important;}.pe-xxl-11{padding-right:1.75rem !important;}.pe-xxl-12{padding-right:1.875rem !important;}.pe-xxl-13{padding-right:2rem !important;}.pe-xxl-14{padding-right:2.25rem !important;}.pe-xxl-15{padding-right:2.5rem !important;}.pe-xxl-16{padding-right:2.625rem !important;}.pe-xxl-17{padding-right:2.875rem !important;}.pe-xxl-18{padding-right:3rem !important;}.pe-xxl-19{padding-right:3.125rem !important;}.pe-xxl-20{padding-right:3.563rem !important;}.pe-xxl-21{padding-right:0.688rem !important;}.pe-xxl-22{padding-right:7rem !important;}.pe-xxl-23{padding-right:0.75rem !important;}.pe-xxl-24{padding-right:0.875rem !important;}.pe-xxl-25{padding-right:0.625rem !important;}.pb-xxl-0{padding-bottom:0 !important;}.pb-xxl-1{padding-bottom:0.25rem !important;}.pb-xxl-2{padding-bottom:0.375rem !important;}.pb-xxl-3{padding-bottom:0.5rem !important;}.pb-xxl-4{padding-bottom:1rem !important;}.pb-xxl-5{padding-bottom:1.125rem !important;}.pb-xxl-6{padding-bottom:1.25rem !important;}.pb-xxl-7{padding-bottom:1.375rem !important;}.pb-xxl-8{padding-bottom:1.5rem !important;}.pb-xxl-9{padding-bottom:1.625rem !important;}.pb-xxl-10{padding-bottom:1.688rem !important;}.pb-xxl-11{padding-bottom:1.75rem !important;}.pb-xxl-12{padding-bottom:1.875rem !important;}.pb-xxl-13{padding-bottom:2rem !important;}.pb-xxl-14{padding-bottom:2.25rem !important;}.pb-xxl-15{padding-bottom:2.5rem !important;}.pb-xxl-16{padding-bottom:2.625rem !important;}.pb-xxl-17{padding-bottom:2.875rem !important;}.pb-xxl-18{padding-bottom:3rem !important;}.pb-xxl-19{padding-bottom:3.125rem !important;}.pb-xxl-20{padding-bottom:3.563rem !important;}.pb-xxl-21{padding-bottom:0.688rem !important;}.pb-xxl-22{padding-bottom:7rem !important;}.pb-xxl-23{padding-bottom:0.75rem !important;}.pb-xxl-24{padding-bottom:0.875rem !important;}.pb-xxl-25{padding-bottom:0.625rem !important;}.ps-xxl-0{padding-left:0 !important;}.ps-xxl-1{padding-left:0.25rem !important;}.ps-xxl-2{padding-left:0.375rem !important;}.ps-xxl-3{padding-left:0.5rem !important;}.ps-xxl-4{padding-left:1rem !important;}.ps-xxl-5{padding-left:1.125rem !important;}.ps-xxl-6{padding-left:1.25rem !important;}.ps-xxl-7{padding-left:1.375rem !important;}.ps-xxl-8{padding-left:1.5rem !important;}.ps-xxl-9{padding-left:1.625rem !important;}.ps-xxl-10{padding-left:1.688rem !important;}.ps-xxl-11{padding-left:1.75rem !important;}.ps-xxl-12{padding-left:1.875rem !important;}.ps-xxl-13{padding-left:2rem !important;}.ps-xxl-14{padding-left:2.25rem !important;}.ps-xxl-15{padding-left:2.5rem !important;}.ps-xxl-16{padding-left:2.625rem !important;}.ps-xxl-17{padding-left:2.875rem !important;}.ps-xxl-18{padding-left:3rem !important;}.ps-xxl-19{padding-left:3.125rem !important;}.ps-xxl-20{padding-left:3.563rem !important;}.ps-xxl-21{padding-left:0.688rem !important;}.ps-xxl-22{padding-left:7rem !important;}.ps-xxl-23{padding-left:0.75rem !important;}.ps-xxl-24{padding-left:0.875rem !important;}.ps-xxl-25{padding-left:0.625rem !important;}.gap-xxl-0{gap:0 !important;}.gap-xxl-1{gap:0.25rem !important;}.gap-xxl-2{gap:0.375rem !important;}.gap-xxl-3{gap:0.5rem !important;}.gap-xxl-4{gap:1rem !important;}.gap-xxl-5{gap:1.125rem !important;}.gap-xxl-6{gap:1.25rem !important;}.gap-xxl-7{gap:1.375rem !important;}.gap-xxl-8{gap:1.5rem !important;}.gap-xxl-9{gap:1.625rem !important;}.gap-xxl-10{gap:1.688rem !important;}.gap-xxl-11{gap:1.75rem !important;}.gap-xxl-12{gap:1.875rem !important;}.gap-xxl-13{gap:2rem !important;}.gap-xxl-14{gap:2.25rem !important;}.gap-xxl-15{gap:2.5rem !important;}.gap-xxl-16{gap:2.625rem !important;}.gap-xxl-17{gap:2.875rem !important;}.gap-xxl-18{gap:3rem !important;}.gap-xxl-19{gap:3.125rem !important;}.gap-xxl-20{gap:3.563rem !important;}.gap-xxl-21{gap:0.688rem !important;}.gap-xxl-22{gap:7rem !important;}.gap-xxl-23{gap:0.75rem !important;}.gap-xxl-24{gap:0.875rem !important;}.gap-xxl-25{gap:0.625rem !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.375rem !important;}.row-gap-xxl-3{row-gap:0.5rem !important;}.row-gap-xxl-4{row-gap:1rem !important;}.row-gap-xxl-5{row-gap:1.125rem !important;}.row-gap-xxl-6{row-gap:1.25rem !important;}.row-gap-xxl-7{row-gap:1.375rem !important;}.row-gap-xxl-8{row-gap:1.5rem !important;}.row-gap-xxl-9{row-gap:1.625rem !important;}.row-gap-xxl-10{row-gap:1.688rem !important;}.row-gap-xxl-11{row-gap:1.75rem !important;}.row-gap-xxl-12{row-gap:1.875rem !important;}.row-gap-xxl-13{row-gap:2rem !important;}.row-gap-xxl-14{row-gap:2.25rem !important;}.row-gap-xxl-15{row-gap:2.5rem !important;}.row-gap-xxl-16{row-gap:2.625rem !important;}.row-gap-xxl-17{row-gap:2.875rem !important;}.row-gap-xxl-18{row-gap:3rem !important;}.row-gap-xxl-19{row-gap:3.125rem !important;}.row-gap-xxl-20{row-gap:3.563rem !important;}.row-gap-xxl-21{row-gap:0.688rem !important;}.row-gap-xxl-22{row-gap:7rem !important;}.row-gap-xxl-23{row-gap:0.75rem !important;}.row-gap-xxl-24{row-gap:0.875rem !important;}.row-gap-xxl-25{row-gap:0.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.375rem !important;}.column-gap-xxl-3{column-gap:0.5rem !important;}.column-gap-xxl-4{column-gap:1rem !important;}.column-gap-xxl-5{column-gap:1.125rem !important;}.column-gap-xxl-6{column-gap:1.25rem !important;}.column-gap-xxl-7{column-gap:1.375rem !important;}.column-gap-xxl-8{column-gap:1.5rem !important;}.column-gap-xxl-9{column-gap:1.625rem !important;}.column-gap-xxl-10{column-gap:1.688rem !important;}.column-gap-xxl-11{column-gap:1.75rem !important;}.column-gap-xxl-12{column-gap:1.875rem !important;}.column-gap-xxl-13{column-gap:2rem !important;}.column-gap-xxl-14{column-gap:2.25rem !important;}.column-gap-xxl-15{column-gap:2.5rem !important;}.column-gap-xxl-16{column-gap:2.625rem !important;}.column-gap-xxl-17{column-gap:2.875rem !important;}.column-gap-xxl-18{column-gap:3rem !important;}.column-gap-xxl-19{column-gap:3.125rem !important;}.column-gap-xxl-20{column-gap:3.563rem !important;}.column-gap-xxl-21{column-gap:0.688rem !important;}.column-gap-xxl-22{column-gap:7rem !important;}.column-gap-xxl-23{column-gap:0.75rem !important;}.column-gap-xxl-24{column-gap:0.875rem !important;}.column-gap-xxl-25{column-gap:0.625rem !important;}.text-xxl-start{text-align:left !important;}.text-xxl-end{text-align:right !important;}.text-xxl-center{text-align:center !important;}}@media (min-width:1200px){.fs-1{font-size:4rem !important;}.fs-2{font-size:2.5rem !important;}.fs-3{font-size:2rem !important;}.fs-4{font-size:1.5rem !important;}.fs-11{font-size:1.813rem !important;}.fs-12{font-size:4.313rem !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-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.footer{color:white;padding:57px 0;}.footer a,.footer span{color:white;text-decoration:none;}.footer a span::after,.footer span span::after{transition:all 0.3s ease-in-out;}.footer a:hover .icon-instagram::after,.footer a:focus .icon-instagram::after,.footer span:hover .icon-instagram::after,.footer span:focus .icon-instagram::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ1MjIgMTkuNDYwN0M3LjY5NSAxOS40NjA3IDcuMzY5OTYgMTkuNDQ2OCA2LjI5Mzk2IDE5LjQwMkM1LjQ1NDg3IDE5LjM3NTcgNC42MjY2NCAxOS4yMTMzIDMuODQ0OTMgMTguOTIxN0MyLjQ5MjQ0IDE4LjQyMDQgMS40MjI5NyAxNy40MDE0IDAuODk3MTQyIDE2LjExMzJDMC42MDI3MDYgMTUuMzY2IDAuNDQzODk3IDE0LjU3NjUgMC40Mjc1MTMgMTMuNzc4NkMwLjM2NDc0NiAxMi43NTYgMC4zNjQ3NDYgMTIuNDIwOCAwLjM2NDc0NiA5LjgxNTE1QzAuMzY0NzQ2IDcuMTgxNzIgMC4zNzkzMTcgNi44NzQzIDAuNDI3NTEzIDUuODU0ODdDMC40NDQyNTUgNS4wNTgwMyAwLjYwMzA1OSA0LjI2OTcgMC44OTcxNDIgMy41MjM1NEMxLjQyMjQgMi4yMzM1NCAyLjQ5MzYgMS4yMTM3NCAzLjg0ODMgMC43MTM5ODRDNC42MzEzNiAwLjQzMjM5IDUuNDU5MzIgMC4yODA3NDkgNi4yOTYyIDAuMjY1NjUxQzcuMzY2NTkgMC4yMDgwMDggNy43MTg1NCAwLjIwODAwOCAxMC40NTIyIDAuMjA4MDA4QzEzLjIzMTkgMC4yMDgwMDggMTMuNTUxNCAwLjIyMTg4NSAxNC42MTA1IDAuMjY1NjUxQzE1LjQ0OTYgMC4yODA4OCAxNi4yNzk3IDAuNDMyNTA1IDE3LjA2NTIgMC43MTM5ODRDMTguNDE5NSAxLjIxNDMxIDE5LjQ5MDUgMi4yMzM5MSAyMC4wMTYzIDMuNTIzNTRDMjAuMzE1NyA0LjI4MDU3IDIwLjQ3NTQgNS4wODEyMyAyMC40ODgyIDUuODkwMUMyMC41NTEgNi45MTI3MiAyMC41NTEgNy4yNDY4NCAyMC41NTEgOS44NTE0NEMyMC41NTEgMTIuNDU2IDIwLjUzNTMgMTIuNzk3NiAyMC40ODgyIDEzLjgwODVDMjAuNDcxNSAxNC42MDcyIDIwLjMxMjMgMTUuMzk3MyAyMC4wMTc0IDE2LjE0NTJDMTkuNDkwMyAxNy40MzQ0IDE4LjQxOTIgMTguNDUzNyAxNy4wNjUyIDE4Ljk1NDdDMTYuMjgwOSAxOS4yMzQ2IDE1LjQ1MjQgMTkuMzg1OSAxNC42MTUgMTkuNDAyQzEzLjU0NDYgMTkuNDYwNyAxMy4xOTM4IDE5LjQ2MDcgMTAuNDUyMiAxOS40NjA3Wk0xMC40MTQxIDEuODk3OEM3LjY3MjU4IDEuODk3OCA3LjM4Nzg5IDEuOTEwNjEgNi4zMTc0OSAxLjk1NjUxQzUuNjc4NiAxLjk2NDU3IDUuMDQ1ODkgMi4wNzY4NSA0LjQ0NjgyIDIuMjg4NDlDMy41NjIyMSAyLjYxMDg3IDIuODYyMjIgMy4yNzQ4MSAyLjUyMDExIDQuMTE1OThDMi4yOTYxOCA0LjY5MjczIDIuMTc4MjYgNS4zMDE5IDIuMTcxNTMgNS45MTY3OEMyLjExMjEzIDYuOTUxMTUgMi4xMTIxMyA3LjIyMjI5IDIuMTEyMTMgOS44MTUxNUMyLjExMjEzIDEyLjM3NzEgMi4xMjIyMSAxMi42ODc3IDIuMTcxNTMgMTMuNzE1NkMyLjE4MTU2IDE0LjMyNDMgMi4yOTk0MSAxNC45MjcgMi41MjAxMSAxNS40OTgzQzIuODYyNzIgMTYuMzM4OSAzLjU2MjU5IDE3LjAwMjQgNC40NDY4MiAxNy4zMjQ3QzUuMDQ1NDggMTcuNTM3OCA1LjY3ODQ1IDE3LjY1MDEgNi4zMTc0OSAxNy42NTY3QzcuNDAyNDYgMTcuNzE2NSA3LjY4ODI3IDE3LjcxNjUgMTAuNDE0MSAxNy43MTY1QzEzLjE2MzUgMTcuNzE2NSAxMy40NDgyIDE3LjcwMzcgMTQuNTA5NyAxNy42NTY3QzE1LjE0OSAxNy42NDkzIDE1Ljc4MjIgMTcuNTM3IDE2LjM4MTUgMTcuMzI0N0MxNy4yNjA3IDE2Ljk5OTYgMTcuOTU2MSAxNi4zMzc2IDE4LjI5ODEgMTUuNTAwNEMxOC41MjE2IDE0LjkyMzIgMTguNjM5NSAxNC4zMTM4IDE4LjY0NjcgMTMuNjk4NkgxOC42NTlDMTguNzA3MiAxMi42NzgxIDE4LjcwNzIgMTIuNDA1OSAxOC43MDcyIDkuNzk4MDdDMTguNzA3MiA3LjE5MDI2IDE4LjY5NDkgNi45MTU5MyAxOC42NDY3IDUuODk2NUMxOC42MzY2IDUuMjg4NTMgMTguNTE4OCA0LjY4NjU1IDE4LjI5ODEgNC4xMTU5OEMxNy45NTY5IDMuMjc3NTcgMTcuMjYxNCAyLjYxNDM3IDE2LjM4MTUgMi4yODg0OUMxNS43ODIzIDIuMDc1NzkgMTUuMTQ5IDEuOTYzNDcgMTQuNTA5NyAxLjk1NjUxQzEzLjQyNTggMS44OTc4IDEzLjE0MjMgMS44OTc4IDEwLjQxNDEgMS44OTc4Wk0xMC40NTIyIDE0Ljc0NTdDOC4zNTYyOCAxNC43NDcgNi40NjU5MSAxMy41NDU2IDUuNjYyNzcgMTEuNzAxOEM0Ljg1OTYzIDkuODU4MDQgNS4zMDE5MSA3LjczNTAyIDYuNzgzMzUgNi4zMjI5MUM4LjI2NDc4IDQuOTEwOCAxMC40OTM2IDQuNDg3NzQgMTIuNDMwMyA1LjI1MTA0QzE0LjM2NjkgNi4wMTQzNCAxNS42MyA3LjgxMzY1IDE1LjYzMDUgOS44MDk4MUMxNS42Mjc0IDEyLjUzMyAxMy4zMTE2IDE0Ljc0MDUgMTAuNDUyMiAxNC43NDU3Wk0xMC40NTIyIDYuNjA1M0M4LjU5NTE5IDYuNjA1MyA3LjA4OTc1IDguMDM5MDUgNy4wODk3NSA5LjgwNzY4QzcuMDg5NzUgMTEuNTc2MyA4LjU5NTE5IDEzLjAxMDEgMTAuNDUyMiAxMy4wMTAxQzEyLjMwOTMgMTMuMDEwMSAxMy44MTQ4IDExLjU3NjMgMTMuODE0OCA5LjgwNzY4QzEzLjgxMDQgOC4wNDA3NiAxMi4zMDc1IDYuNjA5NCAxMC40NTIyIDYuNjA1M1pNMTUuODMyMyA1Ljg0NDJDMTUuMTY1OCA1Ljg0MTg0IDE0LjYyNzIgNS4zMjYwNCAxNC42Mjg1IDQuNjkxMzVDMTQuNjI5NyA0LjA1NjY2IDE1LjE3MDMgMy41NDI3NiAxNS44MzY3IDMuNTQyNzZDMTYuNTAzMiAzLjU0Mjc2IDE3LjA0MzggNC4wNTY2NSAxNy4wNDUgNC42OTEzNEMxNy4wNDUzIDQuOTk3NTUgMTYuOTE3NSA1LjI5MTI4IDE2LjY5IDUuNTA3NkMxNi40NjI0IDUuNzIzOTMgMTYuMTUzOCA1Ljg0NTA1IDE1LjgzMjMgNS44NDQyWiIgZmlsbD0idXJsKCNwYWludDBfcmFkaWFsXzRfMjI2OCkiLz4KPHBhdGggZD0iTTEwLjQ1MjIgMTkuNDYwN0M3LjY5NSAxOS40NjA3IDcuMzY5OTYgMTkuNDQ2OCA2LjI5Mzk2IDE5LjQwMkM1LjQ1NDg3IDE5LjM3NTcgNC42MjY2NCAxOS4yMTMzIDMuODQ0OTMgMTguOTIxN0MyLjQ5MjQ0IDE4LjQyMDQgMS40MjI5NyAxNy40MDE0IDAuODk3MTQyIDE2LjExMzJDMC42MDI3MDYgMTUuMzY2IDAuNDQzODk3IDE0LjU3NjUgMC40Mjc1MTMgMTMuNzc4NkMwLjM2NDc0NiAxMi43NTYgMC4zNjQ3NDYgMTIuNDIwOCAwLjM2NDc0NiA5LjgxNTE1QzAuMzY0NzQ2IDcuMTgxNzIgMC4zNzkzMTcgNi44NzQzIDAuNDI3NTEzIDUuODU0ODdDMC40NDQyNTUgNS4wNTgwMyAwLjYwMzA1OSA0LjI2OTcgMC44OTcxNDIgMy41MjM1NEMxLjQyMjQgMi4yMzM1NCAyLjQ5MzYgMS4yMTM3NCAzLjg0ODMgMC43MTM5ODRDNC42MzEzNiAwLjQzMjM5IDUuNDU5MzIgMC4yODA3NDkgNi4yOTYyIDAuMjY1NjUxQzcuMzY2NTkgMC4yMDgwMDggNy43MTg1NCAwLjIwODAwOCAxMC40NTIyIDAuMjA4MDA4QzEzLjIzMTkgMC4yMDgwMDggMTMuNTUxNCAwLjIyMTg4NSAxNC42MTA1IDAuMjY1NjUxQzE1LjQ0OTYgMC4yODA4OCAxNi4yNzk3IDAuNDMyNTA1IDE3LjA2NTIgMC43MTM5ODRDMTguNDE5NSAxLjIxNDMxIDE5LjQ5MDUgMi4yMzM5MSAyMC4wMTYzIDMuNTIzNTRDMjAuMzE1NyA0LjI4MDU3IDIwLjQ3NTQgNS4wODEyMyAyMC40ODgyIDUuODkwMUMyMC41NTEgNi45MTI3MiAyMC41NTEgNy4yNDY4NCAyMC41NTEgOS44NTE0NEMyMC41NTEgMTIuNDU2IDIwLjUzNTMgMTIuNzk3NiAyMC40ODgyIDEzLjgwODVDMjAuNDcxNSAxNC42MDcyIDIwLjMxMjMgMTUuMzk3MyAyMC4wMTc0IDE2LjE0NTJDMTkuNDkwMyAxNy40MzQ0IDE4LjQxOTIgMTguNDUzNyAxNy4wNjUyIDE4Ljk1NDdDMTYuMjgwOSAxOS4yMzQ2IDE1LjQ1MjQgMTkuMzg1OSAxNC42MTUgMTkuNDAyQzEzLjU0NDYgMTkuNDYwNyAxMy4xOTM4IDE5LjQ2MDcgMTAuNDUyMiAxOS40NjA3Wk0xMC40MTQxIDEuODk3OEM3LjY3MjU4IDEuODk3OCA3LjM4Nzg5IDEuOTEwNjEgNi4zMTc0OSAxLjk1NjUxQzUuNjc4NiAxLjk2NDU3IDUuMDQ1ODkgMi4wNzY4NSA0LjQ0NjgyIDIuMjg4NDlDMy41NjIyMSAyLjYxMDg3IDIuODYyMjIgMy4yNzQ4MSAyLjUyMDExIDQuMTE1OThDMi4yOTYxOCA0LjY5MjczIDIuMTc4MjYgNS4zMDE5IDIuMTcxNTMgNS45MTY3OEMyLjExMjEzIDYuOTUxMTUgMi4xMTIxMyA3LjIyMjI5IDIuMTEyMTMgOS44MTUxNUMyLjExMjEzIDEyLjM3NzEgMi4xMjIyMSAxMi42ODc3IDIuMTcxNTMgMTMuNzE1NkMyLjE4MTU2IDE0LjMyNDMgMi4yOTk0MSAxNC45MjcgMi41MjAxMSAxNS40OTgzQzIuODYyNzIgMTYuMzM4OSAzLjU2MjU5IDE3LjAwMjQgNC40NDY4MiAxNy4zMjQ3QzUuMDQ1NDggMTcuNTM3OCA1LjY3ODQ1IDE3LjY1MDEgNi4zMTc0OSAxNy42NTY3QzcuNDAyNDYgMTcuNzE2NSA3LjY4ODI3IDE3LjcxNjUgMTAuNDE0MSAxNy43MTY1QzEzLjE2MzUgMTcuNzE2NSAxMy40NDgyIDE3LjcwMzcgMTQuNTA5NyAxNy42NTY3QzE1LjE0OSAxNy42NDkzIDE1Ljc4MjIgMTcuNTM3IDE2LjM4MTUgMTcuMzI0N0MxNy4yNjA3IDE2Ljk5OTYgMTcuOTU2MSAxNi4zMzc2IDE4LjI5ODEgMTUuNTAwNEMxOC41MjE2IDE0LjkyMzIgMTguNjM5NSAxNC4zMTM4IDE4LjY0NjcgMTMuNjk4NkgxOC42NTlDMTguNzA3MiAxMi42NzgxIDE4LjcwNzIgMTIuNDA1OSAxOC43MDcyIDkuNzk4MDdDMTguNzA3MiA3LjE5MDI2IDE4LjY5NDkgNi45MTU5MyAxOC42NDY3IDUuODk2NUMxOC42MzY2IDUuMjg4NTMgMTguNTE4OCA0LjY4NjU1IDE4LjI5ODEgNC4xMTU5OEMxNy45NTY5IDMuMjc3NTcgMTcuMjYxNCAyLjYxNDM3IDE2LjM4MTUgMi4yODg0OUMxNS43ODIzIDIuMDc1NzkgMTUuMTQ5IDEuOTYzNDcgMTQuNTA5NyAxLjk1NjUxQzEzLjQyNTggMS44OTc4IDEzLjE0MjMgMS44OTc4IDEwLjQxNDEgMS44OTc4Wk0xMC40NTIyIDE0Ljc0NTdDOC4zNTYyOCAxNC43NDcgNi40NjU5MSAxMy41NDU2IDUuNjYyNzcgMTEuNzAxOEM0Ljg1OTYzIDkuODU4MDQgNS4zMDE5MSA3LjczNTAyIDYuNzgzMzUgNi4zMjI5MUM4LjI2NDc4IDQuOTEwOCAxMC40OTM2IDQuNDg3NzQgMTIuNDMwMyA1LjI1MTA0QzE0LjM2NjkgNi4wMTQzNCAxNS42MyA3LjgxMzY1IDE1LjYzMDUgOS44MDk4MUMxNS42Mjc0IDEyLjUzMyAxMy4zMTE2IDE0Ljc0MDUgMTAuNDUyMiAxNC43NDU3Wk0xMC40NTIyIDYuNjA1M0M4LjU5NTE5IDYuNjA1MyA3LjA4OTc1IDguMDM5MDUgNy4wODk3NSA5LjgwNzY4QzcuMDg5NzUgMTEuNTc2MyA4LjU5NTE5IDEzLjAxMDEgMTAuNDUyMiAxMy4wMTAxQzEyLjMwOTMgMTMuMDEwMSAxMy44MTQ4IDExLjU3NjMgMTMuODE0OCA5LjgwNzY4QzEzLjgxMDQgOC4wNDA3NiAxMi4zMDc1IDYuNjA5NCAxMC40NTIyIDYuNjA1M1pNMTUuODMyMyA1Ljg0NDJDMTUuMTY1OCA1Ljg0MTg0IDE0LjYyNzIgNS4zMjYwNCAxNC42Mjg1IDQuNjkxMzVDMTQuNjI5NyA0LjA1NjY2IDE1LjE3MDMgMy41NDI3NiAxNS44MzY3IDMuNTQyNzZDMTYuNTAzMiAzLjU0Mjc2IDE3LjA0MzggNC4wNTY2NSAxNy4wNDUgNC42OTEzNEMxNy4wNDUzIDQuOTk3NTUgMTYuOTE3NSA1LjI5MTI4IDE2LjY5IDUuNTA3NkMxNi40NjI0IDUuNzIzOTMgMTYuMTUzOCA1Ljg0NTA1IDE1LjgzMjMgNS44NDQyWiIgZmlsbD0idXJsKCNwYWludDFfcmFkaWFsXzRfMjI2OCkiLz4KPGRlZnM+CjxyYWRpYWxHcmFkaWVudCBpZD0icGFpbnQwX3JhZGlhbF80XzIyNjgiIGN4PSIwIiBjeT0iMCIgcj0iMSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMy4wNDY3MSAxOS41NTE3KSBzY2FsZSgyNi4zNTI1IDI1LjEzMjgpIj4KPHN0b3Agb2Zmc2V0PSIwLjA5IiBzdG9wLWNvbG9yPSIjRkE4RjIxIi8+CjxzdG9wIG9mZnNldD0iMC43OCIgc3RvcC1jb2xvcj0iI0Q4MkQ3RSIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8cmFkaWFsR3JhZGllbnQgaWQ9InBhaW50MV9yYWRpYWxfNF8yMjY4IiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDEyLjYwNzMgMjAuNDE0Mikgc2NhbGUoMjAuNzY5NCAxOS44MDgxKSI+CjxzdG9wIG9mZnNldD0iMC42NCIgc3RvcC1jb2xvcj0iIzhDM0FBQSIgc3RvcC1vcGFjaXR5PSIwIi8+CjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iIzhDM0FBQSIvPgo8L3JhZGlhbEdyYWRpZW50Pgo8L2RlZnM+Cjwvc3ZnPgo=");}.footer a:hover .icon-facebook::after,.footer a:focus .icon-facebook::after,.footer span:hover .icon-facebook::after,.footer span:focus .icon-facebook::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMyAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNDk1MTE3IDEwLjgxMDhDMC40OTY0MjEgMTYuMDYyMSA0LjUwNTkxIDIwLjUzMzMgOS45NTE1OSAyMS4zNTYzVjEzLjg5NThINy4xMDgwNFYxMC44MTA4SDkuOTU0OTVWOC40NjI0MkM5LjgyNzY5IDcuMzQ5NjMgMTAuMjI2OCA2LjI0MDYgMTEuMDQ0IDUuNDM2MUMxMS44NjEyIDQuNjMxNTkgMTMuMDExOSA0LjIxNTAxIDE0LjE4MzkgNC4yOTkzMkMxNS4wMjUxIDQuMzEyMjYgMTUuODY0MiA0LjM4MzYyIDE2LjY5NDUgNC41MTI4MlY3LjEzNzdIMTUuMjc3OEMxNC43OTAxIDcuMDc2ODYgMTQuMjk5NyA3LjIzMDI3IDEzLjk0NDkgNy41NTQ3MkMxMy41OSA3Ljg3OTE3IDEzLjQwOTEgOC4zMzk1NCAxMy40NTMxIDguODA2MTRWMTAuODEwOEgxNi41NTg5TDE2LjA2MjQgMTMuODk2OUgxMy40NTMxVjIxLjM1NjNDMTkuMzQyNSAyMC40Njk4IDIzLjQ3MjMgMTUuMzQ3MyAyMi44NTA3IDkuNjk5NjhDMjIuMjI5MSA0LjA1MjA3IDE3LjA3MzcgLTAuMTQzNTIxIDExLjExOTMgMC4xNTI0MzFDNS4xNjQ5MiAwLjQ0ODM4NCAwLjQ5NjA2NCA1LjEzMjI3IDAuNDk1MTE3IDEwLjgxMDhaIiBmaWxsPSIjNDQ2MEEwIi8+Cjwvc3ZnPgo=");}.footer a:hover .icon-linkedin::after,.footer a:focus .icon-linkedin::after,.footer span:hover .icon-linkedin::after,.footer span:focus .icon-linkedin::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjQxOTUgMTkuNDE2NEg2LjkzNjE4VjYuNjA2OTFIMTEuNDE5NVY4Ljc0MTgzQzEyLjM3NTIgNy41ODM5MSAxMy44MjQ0IDYuODkzNiAxNS4zNzA0IDYuODU5OUMxOC4xNTA4IDYuODc0NiAyMC4zOTQyIDkuMDI5MzggMjAuMzg2MiAxMS42NzczVjE5LjQxNjRIMTUuOTAyOFYxMi4yMTExQzE1LjcyMzUgMTEuMDE4MyAxNC42NDk1IDEwLjEzMzMgMTMuMzg0MyAxMC4xMzU5QzEyLjgzMDkgMTAuMTUyNiAxMi4zMDg2IDEwLjM4MzMgMTEuOTM3OCAxMC43NzQ5QzExLjU2NyAxMS4xNjY1IDExLjM3OTkgMTEuNjg1MSAxMS40MTk1IDEyLjIxMTFWMTkuNDE2NFpNNC42OTQ1MSAxOS40MTY0SDAuMjExMTgyVjYuNjA2OTFINC42OTQ1MVYxOS40MTY0Wk0yLjQ1Mjg1IDQuNDcxOTlDMS4yMTQ4MSA0LjQ3MTk5IDAuMjExMTgyIDMuNTE2MTUgMC4yMTExODIgMi4zMzcwN0MwLjIxMTE4MiAxLjE1Nzk4IDEuMjE0ODEgMC4yMDIxNDggMi40NTI4NSAwLjIwMjE0OEMzLjY5MDg4IDAuMjAyMTQ4IDQuNjk0NTEgMS4xNTc5OCA0LjY5NDUxIDIuMzM3MDdDNC42OTQ1MSAyLjkwMzI4IDQuNDU4MzQgMy40NDYzMSA0LjAzNzk0IDMuODQ2NjlDMy42MTc1NSA0LjI0NzA2IDMuMDQ3MzcgNC40NzE5OSAyLjQ1Mjg1IDQuNDcxOTlaIiBmaWxsPSIjMDA3N0I1Ii8+Cjwvc3ZnPgo=");}.footer a:hover .icon-bluesky::after,.footer a:focus .icon-bluesky::after,.footer span:hover .icon-bluesky::after,.footer span:focus .icon-bluesky::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyOCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMzMzODkgMi42ODYyQzkuNDM3MDQgNS4wMTU4NSAxMi43NzQ4IDkuNzM5NCAxNC4wMDAzIDEyLjI3NDNDMTUuMjI1OCA5LjczOTU5IDE4LjU2MzQgNS4wMTU4IDIxLjY2NjcgMi42ODYyQzIzLjkwNTggMS4wMDUyMiAyNy41MzM2IC0wLjI5NTQyNSAyNy41MzM2IDMuODQzM0MyNy41MzM2IDQuNjY5ODYgMjcuMDU5NyAxMC43ODY4IDI2Ljc4MTggMTEuNzc5OUMyNS44MTU2IDE1LjIzMjUgMjIuMjk1MSAxNi4xMTMxIDE5LjE2MzQgMTUuNTgwMUMyNC42Mzc0IDE2LjUxMTggMjYuMDMgMTkuNTk3NyAyMy4wMjI2IDIyLjY4MzdDMTcuMzExMSAyOC41NDQ2IDE0LjgxMzUgMjEuMjEzMiAxNC4xNzMyIDE5LjMzNDZDMTQuMDU1OSAxOC45OTAyIDE0LjAwMSAxOC44MjkxIDE0LjAwMDIgMTguOTY2MUMxMy45OTk0IDE4LjgyOTEgMTMuOTQ0NSAxOC45OTAyIDEzLjgyNzIgMTkuMzM0NkMxMy4xODcyIDIxLjIxMzIgMTAuNjg5NiAyOC41NDQ4IDQuOTc3NzggMjIuNjgzN0MxLjk3MDQgMTkuNTk3NyAzLjM2Mjg4IDE2LjUxMTYgOC44MzY5OCAxNS41ODAxQzUuNzA1MjcgMTYuMTEzMSAyLjE4NDY0IDE1LjIzMjUgMS4yMTg2NCAxMS43Nzk5QzAuOTQwNjg4IDEwLjc4NjcgMC40NjY3OTcgNC42Njk3NyAwLjQ2Njc5NyAzLjg0MzNDMC40NjY3OTcgLTAuMjk1NDI1IDQuMDk0NzYgMS4wMDUyMiA2LjMzMzczIDIuNjg2Mkg2LjMzMzg5WiIgZmlsbD0iIzExODVGRSIvPgo8L3N2Zz4K");}.footer a:hover .icon-youtube::after,.footer a:focus .icon-youtube::after,.footer span:hover .icon-youtube::after,.footer span:focus .icon-youtube::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjU1NjkgMTUuMjk0MkgxMS41MzQ1QzExLjQ2NSAxNS4yOTQyIDQuNTEyNDggMTUuMjgxNCAyLjc1ODM4IDE0LjgyNzdDMS43OTM4MiAxNC41ODAyIDEuMDQwNTMgMTMuODYyNCAwLjc4MTIzIDEyLjk0MzZDMC40NjU4MDMgMTEuMjQ4OSAwLjMxMzQ4NCA5LjUzMDI1IDAuMzI2MTcxIDcuODA5MTRDMC4zMTgwMjIgNi4wODUyIDAuNDc0NDYyIDQuMzY0MTMgMC43OTM1NTkgMi42NjcxOEMxLjA1OTk5IDEuNzQ3NTggMS44MDk5NiAxLjAyNjQ0IDIuNzcyOTUgMC43NjM4OThDNC40Nzg4NiAwLjMzNjkxNCAxMS4yMzk3IDAuMzM2OTE0IDExLjUyNjcgMC4zMzY5MTRIMTEuNTUwMkMxMS42MjA4IDAuMzM2OTE0IDE4LjU5MTMgMC4zNDk3MjQgMjAuMzI3NCAwLjgwMzM5NEMyMS4yOSAxLjA1MjEyIDIyLjA0MTcgMS43Njg0OCAyMi4zMDI0IDIuNjg1MzNDMjIuNjI3OCA0LjM4NjM3IDIyLjc4MDYgNi4xMTMzIDIyLjc1ODUgNy44NDIyM0MyMi43NjY0IDkuNTY0MDcgMjIuNjA5NiAxMS4yODMgMjIuMjkgMTIuOTc3OEMyMi4wMjc0IDEzLjg5NTQgMjEuMjczNiAxNC42MTE3IDIwLjMwOTUgMTQuODU5N0MxOC42MDU4IDE1LjI4OTkgMTEuODQzOSAxNS4yOTQyIDExLjU1NjkgMTUuMjk0MlpNOS4zMTUyNiA0LjYxMjA5TDkuMzA5NjUgMTEuMDE2OUwxNS4xNTE0IDcuODE0NDdMOS4zMTUyNiA0LjYxMjA5WiIgZmlsbD0iI0NFMTMxMiIvPgo8L3N2Zz4K");}.footer .icon::after{content:"";display:inline-block;background-repeat:no-repeat;background-position:center;background-size:contain;vertical-align:middle;width:22px;height:22px;}.footer .icon-instagram::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjQ1MjIgMTkuNDYwN0M3LjY5NSAxOS40NjA3IDcuMzY5OTYgMTkuNDQ2OCA2LjI5Mzk2IDE5LjQwMkM1LjQ1NDg3IDE5LjM3NTcgNC42MjY2NCAxOS4yMTMzIDMuODQ0OTMgMTguOTIxN0MyLjQ5MjQ0IDE4LjQyMDQgMS40MjI5NyAxNy40MDE0IDAuODk3MTQyIDE2LjExMzJDMC42MDI3MDYgMTUuMzY2IDAuNDQzODk3IDE0LjU3NjUgMC40Mjc1MTMgMTMuNzc4NkMwLjM2NDc0NiAxMi43NTYgMC4zNjQ3NDYgMTIuNDIwOCAwLjM2NDc0NiA5LjgxNTE1QzAuMzY0NzQ2IDcuMTgxNzIgMC4zNzkzMTcgNi44NzQzIDAuNDI3NTEzIDUuODU0ODdDMC40NDQyNTUgNS4wNTgwMyAwLjYwMzA1OSA0LjI2OTcgMC44OTcxNDIgMy41MjM1NEMxLjQyMjQgMi4yMzM1NCAyLjQ5MzYgMS4yMTM3NCAzLjg0ODMgMC43MTM5ODRDNC42MzEzNiAwLjQzMjM5IDUuNDU5MzIgMC4yODA3NDkgNi4yOTYyIDAuMjY1NjUxQzcuMzY2NTkgMC4yMDgwMDggNy43MTg1NCAwLjIwODAwOCAxMC40NTIyIDAuMjA4MDA4QzEzLjIzMTkgMC4yMDgwMDggMTMuNTUxNCAwLjIyMTg4NSAxNC42MTA1IDAuMjY1NjUxQzE1LjQ0OTYgMC4yODA4OCAxNi4yNzk3IDAuNDMyNTA1IDE3LjA2NTIgMC43MTM5ODRDMTguNDE5NSAxLjIxNDMxIDE5LjQ5MDUgMi4yMzM5MSAyMC4wMTYzIDMuNTIzNTRDMjAuMzE1NyA0LjI4MDU3IDIwLjQ3NTQgNS4wODEyMyAyMC40ODgyIDUuODkwMUMyMC41NTEgNi45MTI3MiAyMC41NTEgNy4yNDY4NCAyMC41NTEgOS44NTE0NEMyMC41NTEgMTIuNDU2IDIwLjUzNTMgMTIuNzk3NiAyMC40ODgyIDEzLjgwODVDMjAuNDcxNSAxNC42MDcyIDIwLjMxMjMgMTUuMzk3MyAyMC4wMTc0IDE2LjE0NTJDMTkuNDkwMyAxNy40MzQ0IDE4LjQxOTIgMTguNDUzNyAxNy4wNjUyIDE4Ljk1NDdDMTYuMjgwOSAxOS4yMzQ2IDE1LjQ1MjQgMTkuMzg1OSAxNC42MTUgMTkuNDAyQzEzLjU0NDYgMTkuNDYwNyAxMy4xOTM4IDE5LjQ2MDcgMTAuNDUyMiAxOS40NjA3Wk0xMC40MTQxIDEuODk3OEM3LjY3MjU4IDEuODk3OCA3LjM4Nzg5IDEuOTEwNjEgNi4zMTc0OSAxLjk1NjUxQzUuNjc4NiAxLjk2NDU3IDUuMDQ1ODkgMi4wNzY4NSA0LjQ0NjgyIDIuMjg4NDlDMy41NjIyMSAyLjYxMDg3IDIuODYyMjIgMy4yNzQ4MSAyLjUyMDExIDQuMTE1OThDMi4yOTYxOCA0LjY5MjczIDIuMTc4MjYgNS4zMDE5IDIuMTcxNTMgNS45MTY3OEMyLjExMjEzIDYuOTUxMTUgMi4xMTIxMyA3LjIyMjI5IDIuMTEyMTMgOS44MTUxNUMyLjExMjEzIDEyLjM3NzEgMi4xMjIyMSAxMi42ODc3IDIuMTcxNTMgMTMuNzE1NkMyLjE4MTU2IDE0LjMyNDMgMi4yOTk0MSAxNC45MjcgMi41MjAxMSAxNS40OTgzQzIuODYyNzIgMTYuMzM4OSAzLjU2MjU5IDE3LjAwMjQgNC40NDY4MiAxNy4zMjQ3QzUuMDQ1NDggMTcuNTM3OCA1LjY3ODQ1IDE3LjY1MDEgNi4zMTc0OSAxNy42NTY3QzcuNDAyNDYgMTcuNzE2NSA3LjY4ODI3IDE3LjcxNjUgMTAuNDE0MSAxNy43MTY1QzEzLjE2MzUgMTcuNzE2NSAxMy40NDgyIDE3LjcwMzcgMTQuNTA5NyAxNy42NTY3QzE1LjE0OSAxNy42NDkzIDE1Ljc4MjIgMTcuNTM3IDE2LjM4MTUgMTcuMzI0N0MxNy4yNjA3IDE2Ljk5OTYgMTcuOTU2MSAxNi4zMzc2IDE4LjI5ODEgMTUuNTAwNEMxOC41MjE2IDE0LjkyMzIgMTguNjM5NSAxNC4zMTM4IDE4LjY0NjcgMTMuNjk4NkgxOC42NTlDMTguNzA3MiAxMi42NzgxIDE4LjcwNzIgMTIuNDA1OSAxOC43MDcyIDkuNzk4MDdDMTguNzA3MiA3LjE5MDI2IDE4LjY5NDkgNi45MTU5MyAxOC42NDY3IDUuODk2NUMxOC42MzY2IDUuMjg4NTMgMTguNTE4OCA0LjY4NjU1IDE4LjI5ODEgNC4xMTU5OEMxNy45NTY5IDMuMjc3NTcgMTcuMjYxNCAyLjYxNDM3IDE2LjM4MTUgMi4yODg0OUMxNS43ODIzIDIuMDc1NzkgMTUuMTQ5IDEuOTYzNDcgMTQuNTA5NyAxLjk1NjUxQzEzLjQyNTggMS44OTc4IDEzLjE0MjMgMS44OTc4IDEwLjQxNDEgMS44OTc4Wk0xMC40NTIyIDE0Ljc0NTdDOC4zNTYyOCAxNC43NDcgNi40NjU5MSAxMy41NDU2IDUuNjYyNzcgMTEuNzAxOEM0Ljg1OTYzIDkuODU4MDQgNS4zMDE5MSA3LjczNTAyIDYuNzgzMzUgNi4zMjI5MUM4LjI2NDc4IDQuOTEwOCAxMC40OTM2IDQuNDg3NzQgMTIuNDMwMyA1LjI1MTA0QzE0LjM2NjkgNi4wMTQzNCAxNS42MyA3LjgxMzY1IDE1LjYzMDUgOS44MDk4MUMxNS42Mjc0IDEyLjUzMyAxMy4zMTE2IDE0Ljc0MDUgMTAuNDUyMiAxNC43NDU3Wk0xMC40NTIyIDYuNjA1M0M4LjU5NTE5IDYuNjA1MyA3LjA4OTc1IDguMDM5MDUgNy4wODk3NSA5LjgwNzY4QzcuMDg5NzUgMTEuNTc2MyA4LjU5NTE5IDEzLjAxMDEgMTAuNDUyMiAxMy4wMTAxQzEyLjMwOTMgMTMuMDEwMSAxMy44MTQ4IDExLjU3NjMgMTMuODE0OCA5LjgwNzY4QzEzLjgxMDQgOC4wNDA3NiAxMi4zMDc1IDYuNjA5NCAxMC40NTIyIDYuNjA1M1pNMTUuODMyMyA1Ljg0NDJDMTUuMTY1OCA1Ljg0MTg0IDE0LjYyNzIgNS4zMjYwNCAxNC42Mjg1IDQuNjkxMzVDMTQuNjI5NyA0LjA1NjY2IDE1LjE3MDMgMy41NDI3NiAxNS44MzY3IDMuNTQyNzZDMTYuNTAzMiAzLjU0Mjc2IDE3LjA0MzggNC4wNTY2NSAxNy4wNDUgNC42OTEzNEMxNy4wNDUzIDQuOTk3NTUgMTYuOTE3NSA1LjI5MTI4IDE2LjY5IDUuNTA3NkMxNi40NjI0IDUuNzIzOTMgMTYuMTUzOCA1Ljg0NTA1IDE1LjgzMjMgNS44NDQyWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");}.footer .icon-facebook::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMjIiIHZpZXdCb3g9IjAgMCAyMyAyMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNDk1MTE3IDEwLjgxMDhDMC40OTY0MjEgMTYuMDYyMSA0LjUwNTkxIDIwLjUzMzMgOS45NTE1OSAyMS4zNTYzVjEzLjg5NThINy4xMDgwNFYxMC44MTA4SDkuOTU0OTVWOC40NjI0MkM5LjgyNzY5IDcuMzQ5NjMgMTAuMjI2OCA2LjI0MDYgMTEuMDQ0IDUuNDM2MUMxMS44NjEyIDQuNjMxNTkgMTMuMDExOSA0LjIxNTAxIDE0LjE4MzkgNC4yOTkzMkMxNS4wMjUxIDQuMzEyMjYgMTUuODY0MiA0LjM4MzYyIDE2LjY5NDUgNC41MTI4MlY3LjEzNzdIMTUuMjc3OEMxNC43OTAxIDcuMDc2ODYgMTQuMjk5NyA3LjIzMDI3IDEzLjk0NDkgNy41NTQ3MkMxMy41OSA3Ljg3OTE3IDEzLjQwOTEgOC4zMzk1NCAxMy40NTMxIDguODA2MTRWMTAuODEwOEgxNi41NTg5TDE2LjA2MjQgMTMuODk2OUgxMy40NTMxVjIxLjM1NjNDMTkuMzQyNSAyMC40Njk4IDIzLjQ3MjMgMTUuMzQ3MyAyMi44NTA3IDkuNjk5NjhDMjIuMjI5MSA0LjA1MjA3IDE3LjA3MzcgLTAuMTQzNTIxIDExLjExOTMgMC4xNTI0MzFDNS4xNjQ5MiAwLjQ0ODM4NCAwLjQ5NjA2NCA1LjEzMjI3IDAuNDk1MTE3IDEwLjgxMDhaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");}.footer .icon-x::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMiAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuNTUzNjMgMC45ODQzNzVMOC42NTk2MSAxMS44MjI4TDAuNTAyNDQxIDIwLjYzNUgyLjMzODI5TDkuNDc5ODggMTIuOTE5OEwxNS4yNTAxIDIwLjYzNUgyMS40OTc2TDEyLjkzNTUgOS4xODY4NkwyMC41MjgxIDAuOTg0Mzc1SDE4LjY5MjNMMTIuMTE1MiA4LjA4OTg4TDYuODAxMSAwLjk4NDM3NUgwLjU1MzYzWk0zLjI1MzM5IDIuMzM2NjdINi4xMjM0OUwxOC43OTc0IDE5LjI4MjVIMTUuOTI3M0wzLjI1MzM5IDIuMzM2NjdaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");}.footer .icon-linkedin::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMSAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjQxOTUgMTkuNDE2NEg2LjkzNjE4VjYuNjA2OTFIMTEuNDE5NVY4Ljc0MTgzQzEyLjM3NTIgNy41ODM5MSAxMy44MjQ0IDYuODkzNiAxNS4zNzA0IDYuODU5OUMxOC4xNTA4IDYuODc0NiAyMC4zOTQyIDkuMDI5MzggMjAuMzg2MiAxMS42NzczVjE5LjQxNjRIMTUuOTAyOFYxMi4yMTExQzE1LjcyMzUgMTEuMDE4MyAxNC42NDk1IDEwLjEzMzMgMTMuMzg0MyAxMC4xMzU5QzEyLjgzMDkgMTAuMTUyNiAxMi4zMDg2IDEwLjM4MzMgMTEuOTM3OCAxMC43NzQ5QzExLjU2NyAxMS4xNjY1IDExLjM3OTkgMTEuNjg1MSAxMS40MTk1IDEyLjIxMTFWMTkuNDE2NFpNNC42OTQ1MSAxOS40MTY0SDAuMjExMTgyVjYuNjA2OTFINC42OTQ1MVYxOS40MTY0Wk0yLjQ1Mjg1IDQuNDcxOTlDMS4yMTQ4MSA0LjQ3MTk5IDAuMjExMTgyIDMuNTE2MTUgMC4yMTExODIgMi4zMzcwN0MwLjIxMTE4MiAxLjE1Nzk4IDEuMjE0ODEgMC4yMDIxNDggMi40NTI4NSAwLjIwMjE0OEMzLjY5MDg4IDAuMjAyMTQ4IDQuNjk0NTEgMS4xNTc5OCA0LjY5NDUxIDIuMzM3MDdDNC42OTQ1MSAyLjkwMzI4IDQuNDU4MzQgMy40NDYzMSA0LjAzNzk0IDMuODQ2NjlDMy42MTc1NSA0LjI0NzA2IDMuMDQ3MzcgNC40NzE5OSAyLjQ1Mjg1IDQuNDcxOTlaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K");}.footer .icon-youtube::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjMiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAyMyAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTExLjU1NjkgMTUuMjk0MkgxMS41MzQ1QzExLjQ2NSAxNS4yOTQyIDQuNTEyNDggMTUuMjgxNCAyLjc1ODM4IDE0LjgyNzdDMS43OTM4MiAxNC41ODAyIDEuMDQwNTMgMTMuODYyNCAwLjc4MTIzIDEyLjk0MzZDMC40NjU4MDMgMTEuMjQ4OSAwLjMxMzQ4NCA5LjUzMDI1IDAuMzI2MTcxIDcuODA5MTRDMC4zMTgwMjIgNi4wODUyIDAuNDc0NDYyIDQuMzY0MTMgMC43OTM1NTkgMi42NjcxOEMxLjA1OTk5IDEuNzQ3NTggMS44MDk5NiAxLjAyNjQ0IDIuNzcyOTUgMC43NjM4OThDNC40Nzg4NiAwLjMzNjkxNCAxMS4yMzk3IDAuMzM2OTE0IDExLjUyNjcgMC4zMzY5MTRIMTEuNTUwMkMxMS42MjA4IDAuMzM2OTE0IDE4LjU5MTMgMC4zNDk3MjQgMjAuMzI3NCAwLjgwMzM5NEMyMS4yOSAxLjA1MjEyIDIyLjA0MTcgMS43Njg0OCAyMi4zMDI0IDIuNjg1MzNDMjIuNjI3OCA0LjM4NjM3IDIyLjc4MDYgNi4xMTMzIDIyLjc1ODUgNy44NDIyM0MyMi43NjY0IDkuNTY0MDcgMjIuNjA5NiAxMS4yODMgMjIuMjkgMTIuOTc3OEMyMi4wMjc0IDEzLjg5NTQgMjEuMjczNiAxNC42MTE3IDIwLjMwOTUgMTQuODU5N0MxOC42MDU4IDE1LjI4OTkgMTEuODQzOSAxNS4yOTQyIDExLjU1NjkgMTUuMjk0MlpNOS4zMTUyNiA0LjYxMjA5TDkuMzA5NjUgMTEuMDE2OUwxNS4xNTE0IDcuODE0NDdMOS4zMTUyNiA0LjYxMjA5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");}.footer .icon-bluesky::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjgiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyOCAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMzMzODkgMi42ODYyQzkuNDM3MDQgNS4wMTU4NSAxMi43NzQ4IDkuNzM5NCAxNC4wMDAzIDEyLjI3NDNDMTUuMjI1OCA5LjczOTU5IDE4LjU2MzQgNS4wMTU4IDIxLjY2NjcgMi42ODYyQzIzLjkwNTggMS4wMDUyMiAyNy41MzM2IC0wLjI5NTQyNSAyNy41MzM2IDMuODQzM0MyNy41MzM2IDQuNjY5ODYgMjcuMDU5NyAxMC43ODY4IDI2Ljc4MTggMTEuNzc5OUMyNS44MTU2IDE1LjIzMjUgMjIuMjk1MSAxNi4xMTMxIDE5LjE2MzQgMTUuNTgwMUMyNC42Mzc0IDE2LjUxMTggMjYuMDMgMTkuNTk3NyAyMy4wMjI2IDIyLjY4MzdDMTcuMzExMSAyOC41NDQ2IDE0LjgxMzUgMjEuMjEzMiAxNC4xNzMyIDE5LjMzNDZDMTQuMDU1OSAxOC45OTAyIDE0LjAwMSAxOC44MjkxIDE0LjAwMDIgMTguOTY2MUMxMy45OTk0IDE4LjgyOTEgMTMuOTQ0NSAxOC45OTAyIDEzLjgyNzIgMTkuMzM0NkMxMy4xODcyIDIxLjIxMzIgMTAuNjg5NiAyOC41NDQ4IDQuOTc3NzggMjIuNjgzN0MxLjk3MDQgMTkuNTk3NyAzLjM2Mjg4IDE2LjUxMTYgOC44MzY5OCAxNS41ODAxQzUuNzA1MjcgMTYuMTEzMSAyLjE4NDY0IDE1LjIzMjUgMS4yMTg2NCAxMS43Nzk5QzAuOTQwNjg4IDEwLjc4NjcgMC40NjY3OTcgNC42Njk3NyAwLjQ2Njc5NyAzLjg0MzNDMC40NjY3OTcgLTAuMjk1NDI1IDQuMDk0NzYgMS4wMDUyMiA2LjMzMzczIDIuNjg2Mkg2LjMzMzg5WiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");}.footer .icon-tiktok::after{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjUiIGhlaWdodD0iMjUiIHZpZXdCb3g9IjAgMCAyNSAyNSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGcgY2xpcC1wYXRoPSJ1cmwoI2NsaXAwXzc1Nl8yNjY3KSI+CjxwYXRoIGQ9Ik0xOS4wOTEgNi43MDI3MkMxOC45NTQzIDYuNjMyMDcgMTguODIxMiA2LjU1NDYyIDE4LjY5MjMgNi40NzA2N0MxOC4zMTczIDYuMjIyNzUgMTcuOTczNSA1LjkzMDY0IDE3LjY2ODIgNS42MDA2MUMxNi45MDQ1IDQuNzI2NzkgMTYuNjE5MyAzLjg0MDI4IDE2LjUxNDIgMy4yMTk2MkgxNi41MTg0QzE2LjQzMDcgMi43MDQ0MiAxNi40NjcgMi4zNzEwOSAxNi40NzI0IDIuMzcxMDlIMTIuOTk0VjE1LjgyMTdDMTIuOTk0IDE2LjAwMjMgMTIuOTk0IDE2LjE4MDcgMTIuOTg2NCAxNi4zNTcxQzEyLjk4NjQgMTYuMzc5MSAxMi45ODQzIDE2LjM5OTMgMTIuOTgzIDE2LjQyMjlDMTIuOTgzIDE2LjQzMjYgMTIuOTgzIDE2LjQ0MjggMTIuOTgwOSAxNi40NTI5QzEyLjk4MDkgMTYuNDU1NCAxMi45ODA5IDE2LjQ1OCAxMi45ODA5IDE2LjQ2MDVDMTIuOTQ0MiAxNi45NDMxIDEyLjc4OTUgMTcuNDA5MyAxMi41MzA0IDE3LjgxODFDMTIuMjcxMyAxOC4yMjY5IDExLjkxNTYgMTguNTY1NyAxMS40OTQ4IDE4LjgwNDhDMTEuMDU2MiAxOS4wNTQzIDEwLjU2MDIgMTkuMTg1MiAxMC4wNTU2IDE5LjE4NDVDOC40MzQ5MiAxOS4xODQ1IDcuMTIxNDMgMTcuODYzIDcuMTIxNDMgMTYuMjMxQzcuMTIxNDMgMTQuNTk4OSA4LjQzNDkyIDEzLjI3NzQgMTAuMDU1NiAxMy4yNzc0QzEwLjM2MjQgMTMuMjc3MSAxMC42NjczIDEzLjMyNTQgMTAuOTU5IDEzLjQyMDRMMTAuOTYzMiA5Ljg3ODY2QzEwLjA3NzcgOS43NjQyOSA5LjE3ODA5IDkuODM0NjUgOC4zMjExNyAxMC4wODUzQzcuNDY0MjEgMTAuMzM2IDYuNjY4NTQgMTAuNzYxNiA1Ljk4NDI5IDExLjMzNTJDNS4zODQ3NiAxMS44NTYxIDQuODgwNzIgMTIuNDc3NyA0LjQ5NDg2IDEzLjE3MTlDNC4zNDgwMiAxMy40MjUxIDMuNzk0IDE0LjQ0MjQgMy43MjY5MiAxNi4wOTM0QzMuNjg0NzMgMTcuMDMwNSAzLjk2NjE3IDE4LjAwMTQgNC4xMDAzMyAxOC40MDI3VjE4LjQxMTFDNC4xODQ3MyAxOC42NDc0IDQuNTExNzQgMTkuNDUzNyA1LjA0NDY2IDIwLjEzMzVDNS40NzQzNyAyMC42Nzg3IDUuOTgyMDUgMjEuMTU3NyA2LjU1MTQgMjEuNTU1VjIxLjU0NjZMNi41NTk4NCAyMS41NTVDOC4yNDM4IDIyLjY5OTMgMTAuMTEwOSAyMi42MjQyIDEwLjExMDkgMjIuNjI0MkMxMC40MzQxIDIyLjYxMTEgMTEuNTE2OCAyMi42MjQyIDEyLjc0NjMgMjIuMDQxNUMxNC4xMSAyMS4zOTU1IDE0Ljg4NjQgMjAuNDMzIDE0Ljg4NjQgMjAuNDMzQzE1LjM4MjQgMTkuODU4IDE1Ljc3NjcgMTkuMjAyNiAxNi4wNTI2IDE4LjQ5NTFDMTYuMzY3NCAxNy42Njc2IDE2LjQ3MjQgMTYuNjc1MiAxNi40NzI0IDE2LjI3ODZWOS4xNDI4QzE2LjUxNDcgOS4xNjgxMSAxNy4wNzY3IDkuNTM5ODMgMTcuMDc2NyA5LjUzOTgzQzE3LjA3NjcgOS41Mzk4MyAxNy44ODY0IDEwLjA1ODggMTkuMTQ5NyAxMC4zOTY4QzIwLjA1NiAxMC42MzczIDIxLjI3NzEgMTAuNjg3OSAyMS4yNzcxIDEwLjY4NzlWNy4yMzQ3OEMyMC44NDkyIDcuMjgxMTkgMTkuOTgwNSA3LjE0NjE5IDE5LjA5MSA2LjcwMjcyWiIgZmlsbD0id2hpdGUiLz4KPC9nPgo8ZGVmcz4KPGNsaXBQYXRoIGlkPSJjbGlwMF83NTZfMjY2NyI+CjxyZWN0IHdpZHRoPSIyNSIgaGVpZ2h0PSIyNSIgZmlsbD0id2hpdGUiLz4KPC9jbGlwUGF0aD4KPC9kZWZzPgo8L3N2Zz4K");}@media (min-width:1200px){.footer-list{max-width:430px;}}@media (min-width:992px) and (max-width:1199.98px){.footer-list{max-width:390px;}}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.font-prata{font-family:"Prata",serif;}.font-lora{font-family:"Lora",serif;}.main-eck-gelenek header img{max-width:100%;height:auto;}.percent.scroll-circle{position:fixed;right:5%;top:17%;width:72px;height:72px;display:grid;place-items:center;z-index:50;}.progress-ring{width:72px;height:72px;transform:rotate(-90deg);background:#FFFFFF;border-radius:100%;}.ring-bg{fill:none;stroke:#E5E5E5;stroke-width:3;}.ring-prog{fill:none;stroke:#D2232A;stroke-width:3;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;}.article--gelenek .node-body p{background-color:transparent !important;}.article--gelenek .m-right{margin-right:inherit;}.article--gelenek .gelenek-right{flex:1;}.article--gelenek .gelenek-right .eck-gelenek-wrapper .item:last-child{border-bottom:none !important;}.article--gelenek .gelenek-right .header-div img{width:100%;height:auto;border-top:5px solid #D2232A;}.gelenek-custom{display:block !important;column-gap:24px;column-fill:balance;}.gelenek-custom .item::after{position:absolute;content:"";background:#E5E5E5;width:100%;height:1px;left:0;right:0;bottom:15px;}@media (min-width:992px){.gelenek-custom .item.nth-5{content:none;}}.gelenek-custom .item.nth-9::after{content:none;}@media (min-width:1200px){.gelenek-custom{column-count:2;}}@media (min-width:992px) and (max-width:1199.98px){.gelenek-custom{column-count:1;}}.gelenek-wrapper .item-before::before{left:5px;top:46px;}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.nav{--bs-nav-link-padding-x:1rem;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight:;--bs-nav-link-color:var(--bs-link-color);--bs-nav-link-hover-color:var(--bs-link-hover-color);--bs-nav-link-disabled-color:var(--bs-secondary-color);display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none;}.nav-link{display:block;padding:var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);font-size:var(--bs-nav-link-font-size);font-weight:var(--bs-nav-link-font-weight);color:var(--bs-nav-link-color);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(210,35,42,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:var(--bs-border-radius);--bs-nav-pills-link-active-color:#FFFFFF;--bs-nav-pills-link-active-bg:#D2232A;}.nav-pills .nav-link{border-radius:var(--bs-nav-pills-border-radius);}.nav-pills .nav-link.active,.nav-pills .show > .nav-link{color:var(--bs-nav-pills-link-active-color);background-color:var(--bs-nav-pills-link-active-bg);}.nav-underline{--bs-nav-underline-gap:1rem;--bs-nav-underline-border-width:0.125rem;--bs-nav-underline-link-active-color:var(--bs-emphasis-color);gap:var(--bs-nav-underline-gap);}.nav-underline .nav-link{padding-right:0;padding-left:0;border-bottom:var(--bs-nav-underline-border-width) solid 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-basis:0;flex-grow:1;text-align:center;}.nav-fill .nav-item .nav-link,.nav-justified .nav-item .nav-link{width:100%;}.tab-content > .tab-pane{display:none;}.tab-content > .active{display:block;}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.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;}}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.navbar{--bs-navbar-padding-x:0;--bs-navbar-padding-y:0.5rem;--bs-navbar-color:rgba(var(--bs-emphasis-color-rgb),0.65);--bs-navbar-hover-color:rgba(var(--bs-emphasis-color-rgb),0.8);--bs-navbar-disabled-color:rgba(var(--bs-emphasis-color-rgb),0.3);--bs-navbar-active-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-padding-y:0.3125rem;--bs-navbar-brand-margin-end:1rem;--bs-navbar-brand-font-size:1.25rem;--bs-navbar-brand-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-brand-hover-color:rgba(var(--bs-emphasis-color-rgb),1);--bs-navbar-nav-link-padding-x:0.5rem;--bs-navbar-toggler-padding-y:0.25rem;--bs-navbar-toggler-padding-x:0.75rem;--bs-navbar-toggler-font-size:1.25rem;--bs-navbar-toggler-icon-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2833, 37, 41, 0.75%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");--bs-navbar-toggler-border-color:rgba(var(--bs-emphasis-color-rgb),0.15);--bs-navbar-toggler-border-radius:var(--bs-border-radius);--bs-navbar-toggler-focus-width:0.25rem;--bs-navbar-toggler-transition:box-shadow 0.15s ease-in-out;position:relative;display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;padding:var(--bs-navbar-padding-y) var(--bs-navbar-padding-x);}.navbar > .container-xxl,.navbar > .container-xl,.navbar > .container-lg,.navbar > .container-md,.navbar > .container-sm,.navbar > .container,.navbar > .container-fluid{display:flex;flex-wrap:inherit;align-items:center;justify-content:space-between;}.navbar-brand{padding-top:var(--bs-navbar-brand-padding-y);padding-bottom:var(--bs-navbar-brand-padding-y);margin-right:var(--bs-navbar-brand-margin-end);font-size:var(--bs-navbar-brand-font-size);color:var(--bs-navbar-brand-color);white-space:nowrap;}.navbar-brand:hover,.navbar-brand:focus{color:var(--bs-navbar-brand-hover-color);}.navbar-nav{--bs-nav-link-padding-x:0;--bs-nav-link-padding-y:0.5rem;--bs-nav-link-font-weight:;--bs-nav-link-color:var(--bs-navbar-color);--bs-nav-link-hover-color:var(--bs-navbar-hover-color);--bs-nav-link-disabled-color:var(--bs-navbar-disabled-color);display:flex;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none;}.navbar-nav .nav-link.active,.navbar-nav .nav-link.show{color:var(--bs-navbar-active-color);}.navbar-nav .dropdown-menu{position:static;}.navbar-text{padding-top: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-basis:100%;flex-grow:1;align-items:center;}.navbar-toggler{padding:var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);font-size:var(--bs-navbar-toggler-font-size);line-height:1;color:var(--bs-navbar-color);background-color: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");}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.btn-close{--bs-btn-close-color:#000;--bs-btn-close-bg:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");--bs-btn-close-opacity:0.5;--bs-btn-close-hover-opacity:0.75;--bs-btn-close-focus-shadow:0 0 0 0.25rem rgba(210,35,42,0.25);--bs-btn-close-focus-opacity:1;--bs-btn-close-disabled-opacity:0.25;--bs-btn-close-white-filter:invert(1) grayscale(100%) brightness(200%);box-sizing:content-box;width:1em;height:1em;padding:0.25em 0.25em;color:var(--bs-btn-close-color);background:transparent var(--bs-btn-close-bg) center/1em auto no-repeat;border:0;border-radius:0.375rem;opacity:var(--bs-btn-close-opacity);}.btn-close:hover{color:var(--bs-btn-close-color);text-decoration:none;opacity:var(--bs-btn-close-hover-opacity);}.btn-close:focus{outline:0;box-shadow:var(--bs-btn-close-focus-shadow);opacity:var(--bs-btn-close-focus-opacity);}.btn-close:disabled,.btn-close.disabled{pointer-events:none;user-select:none;opacity:var(--bs-btn-close-disabled-opacity);}.btn-close-white{filter:var(--bs-btn-close-white-filter);}[data-bs-theme=dark] .btn-close{filter:var(--bs-btn-close-white-filter);}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.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.5rem;--bs-dropdown-spacer:0.125rem;--bs-dropdown-font-size:1rem;--bs-dropdown-color:var(--bs-body-color);--bs-dropdown-bg:var(--bs-body-bg);--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-border-radius:var(--bs-border-radius);--bs-dropdown-border-width:var(--bs-border-width);--bs-dropdown-inner-border-radius:calc(var(--bs-border-radius) - var(--bs-border-width));--bs-dropdown-divider-bg:var(--bs-border-color-translucent);--bs-dropdown-divider-margin-y:0.5rem;--bs-dropdown-box-shadow:var(--bs-box-shadow);--bs-dropdown-link-color:var(--bs-body-color);--bs-dropdown-link-hover-color:var(--bs-body-color);--bs-dropdown-link-hover-bg:var(--bs-tertiary-bg);--bs-dropdown-link-active-color:#FFFFFF;--bs-dropdown-link-active-bg:#D2232A;--bs-dropdown-link-disabled-color:var(--bs-tertiary-color);--bs-dropdown-item-padding-x:1rem;--bs-dropdown-item-padding-y:0.25rem;--bs-dropdown-header-color:#6c757d;--bs-dropdown-header-padding-x:1rem;--bs-dropdown-header-padding-y:0.5rem;position:absolute;z-index:var(--bs-dropdown-zindex);display:none;min-width:var(--bs-dropdown-min-width);padding:var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);margin:0;font-size:var(--bs-dropdown-font-size);color:var(--bs-dropdown-color);text-align:left;list-style:none;background-color:var(--bs-dropdown-bg);background-clip:padding-box;border:var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);border-radius:var(--bs-dropdown-border-radius);}.dropdown-menu[data-bs-popper]{top:100%;left:0;margin-top:var(--bs-dropdown-spacer);}.dropdown-menu-start{--bs-position:start;}.dropdown-menu-start[data-bs-popper]{right:auto;left:0;}.dropdown-menu-end{--bs-position:end;}.dropdown-menu-end[data-bs-popper]{right:0;left:auto;}@media (min-width:576px){.dropdown-menu-sm-start{--bs-position:start;}.dropdown-menu-sm-start[data-bs-popper]{right:auto;left:0;}.dropdown-menu-sm-end{--bs-position:end;}.dropdown-menu-sm-end[data-bs-popper]{right:0;left:auto;}}@media (min-width:768px){.dropdown-menu-md-start{--bs-position:start;}.dropdown-menu-md-start[data-bs-popper]{right:auto;left:0;}.dropdown-menu-md-end{--bs-position:end;}.dropdown-menu-md-end[data-bs-popper]{right:0;left:auto;}}@media (min-width:992px){.dropdown-menu-lg-start{--bs-position:start;}.dropdown-menu-lg-start[data-bs-popper]{right:auto;left:0;}.dropdown-menu-lg-end{--bs-position:end;}.dropdown-menu-lg-end[data-bs-popper]{right:0;left:auto;}}@media (min-width:1200px){.dropdown-menu-xl-start{--bs-position:start;}.dropdown-menu-xl-start[data-bs-popper]{right:auto;left:0;}.dropdown-menu-xl-end{--bs-position:end;}.dropdown-menu-xl-end[data-bs-popper]{right:0;left:auto;}}@media (min-width:1400px){.dropdown-menu-xxl-start{--bs-position:start;}.dropdown-menu-xxl-start[data-bs-popper]{right:auto;left:0;}.dropdown-menu-xxl-end{--bs-position:end;}.dropdown-menu-xxl-end[data-bs-popper]{right:0;left:auto;}}.dropup .dropdown-menu[data-bs-popper]{top:auto;bottom:100%;margin-top:0;margin-bottom:var(--bs-dropdown-spacer);}.dropup .dropdown-toggle::after{display:inline-block;margin-left: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;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.875rem;color:var(--bs-dropdown-header-color);white-space:nowrap;}.dropdown-item-text{display:block;padding:var(--bs-dropdown-item-padding-y) var(--bs-dropdown-item-padding-x);color:var(--bs-dropdown-link-color);}.dropdown-menu-dark{--bs-dropdown-color:#888888;--bs-dropdown-bg:#343a40;--bs-dropdown-border-color:var(--bs-border-color-translucent);--bs-dropdown-box-shadow:;--bs-dropdown-link-color:#888888;--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:#D2232A;--bs-dropdown-link-disabled-color:#adb5bd;--bs-dropdown-header-color:#adb5bd;}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.offcanvas,.offcanvas-xxl,.offcanvas-xl,.offcanvas-lg,.offcanvas-md,.offcanvas-sm{--bs-offcanvas-zindex:1045;--bs-offcanvas-width:400px;--bs-offcanvas-height:30vh;--bs-offcanvas-padding-x:1rem;--bs-offcanvas-padding-y:1rem;--bs-offcanvas-color:var(--bs-body-color);--bs-offcanvas-bg:var(--bs-body-bg);--bs-offcanvas-border-width:var(--bs-border-width);--bs-offcanvas-border-color:var(--bs-border-color-translucent);--bs-offcanvas-box-shadow:var(--bs-box-shadow-sm);--bs-offcanvas-transition:transform 0.3s ease-in-out;--bs-offcanvas-title-line-height:1.5;}@media (max-width:575.98px){.offcanvas-sm{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition);}}@media (max-width:575.98px) and (prefers-reduced-motion:reduce){.offcanvas-sm{transition:none;}}@media (max-width:575.98px){.offcanvas-sm.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%);}.offcanvas-sm.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%);}.offcanvas-sm.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%);}.offcanvas-sm.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%);}.offcanvas-sm.showing,.offcanvas-sm.show:not(.hiding){transform:none;}.offcanvas-sm.showing,.offcanvas-sm.hiding,.offcanvas-sm.show{visibility:visible;}}@media (min-width:576px){.offcanvas-sm{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important;}.offcanvas-sm .offcanvas-header{display:none;}.offcanvas-sm .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important;}}@media (max-width:767.98px){.offcanvas-md{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition);}}@media (max-width:767.98px) and (prefers-reduced-motion:reduce){.offcanvas-md{transition:none;}}@media (max-width:767.98px){.offcanvas-md.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%);}.offcanvas-md.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%);}.offcanvas-md.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%);}.offcanvas-md.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%);}.offcanvas-md.showing,.offcanvas-md.show:not(.hiding){transform:none;}.offcanvas-md.showing,.offcanvas-md.hiding,.offcanvas-md.show{visibility:visible;}}@media (min-width:768px){.offcanvas-md{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important;}.offcanvas-md .offcanvas-header{display:none;}.offcanvas-md .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important;}}@media (max-width:991.98px){.offcanvas-lg{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition);}}@media (max-width:991.98px) and (prefers-reduced-motion:reduce){.offcanvas-lg{transition:none;}}@media (max-width:991.98px){.offcanvas-lg.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%);}.offcanvas-lg.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%);}.offcanvas-lg.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%);}.offcanvas-lg.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%);}.offcanvas-lg.showing,.offcanvas-lg.show:not(.hiding){transform:none;}.offcanvas-lg.showing,.offcanvas-lg.hiding,.offcanvas-lg.show{visibility:visible;}}@media (min-width:992px){.offcanvas-lg{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important;}.offcanvas-lg .offcanvas-header{display:none;}.offcanvas-lg .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important;}}@media (max-width:1199.98px){.offcanvas-xl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition);}}@media (max-width:1199.98px) and (prefers-reduced-motion:reduce){.offcanvas-xl{transition:none;}}@media (max-width:1199.98px){.offcanvas-xl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%);}.offcanvas-xl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%);}.offcanvas-xl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%);}.offcanvas-xl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%);}.offcanvas-xl.showing,.offcanvas-xl.show:not(.hiding){transform:none;}.offcanvas-xl.showing,.offcanvas-xl.hiding,.offcanvas-xl.show{visibility:visible;}}@media (min-width:1200px){.offcanvas-xl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important;}.offcanvas-xl .offcanvas-header{display:none;}.offcanvas-xl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important;}}@media (max-width:1399.98px){.offcanvas-xxl{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition);}}@media (max-width:1399.98px) and (prefers-reduced-motion:reduce){.offcanvas-xxl{transition:none;}}@media (max-width:1399.98px){.offcanvas-xxl.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%);}.offcanvas-xxl.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%);}.offcanvas-xxl.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%);}.offcanvas-xxl.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%);}.offcanvas-xxl.showing,.offcanvas-xxl.show:not(.hiding){transform:none;}.offcanvas-xxl.showing,.offcanvas-xxl.hiding,.offcanvas-xxl.show{visibility:visible;}}@media (min-width:1400px){.offcanvas-xxl{--bs-offcanvas-height:auto;--bs-offcanvas-border-width:0;background-color:transparent !important;}.offcanvas-xxl .offcanvas-header{display:none;}.offcanvas-xxl .offcanvas-body{display:flex;flex-grow:0;padding:0;overflow-y:visible;background-color:transparent !important;}}.offcanvas{position:fixed;bottom:0;z-index:var(--bs-offcanvas-zindex);display:flex;flex-direction:column;max-width:100%;color:var(--bs-offcanvas-color);visibility:hidden;background-color:var(--bs-offcanvas-bg);background-clip:padding-box;outline:0;transition:var(--bs-offcanvas-transition);}@media (prefers-reduced-motion:reduce){.offcanvas{transition:none;}}.offcanvas.offcanvas-start{top:0;left:0;width:var(--bs-offcanvas-width);border-right:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(-100%);}.offcanvas.offcanvas-end{top:0;right:0;width:var(--bs-offcanvas-width);border-left:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateX(100%);}.offcanvas.offcanvas-top{top:0;right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-bottom:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(-100%);}.offcanvas.offcanvas-bottom{right:0;left:0;height:var(--bs-offcanvas-height);max-height:100%;border-top:var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);transform:translateY(100%);}.offcanvas.showing,.offcanvas.show:not(.hiding){transform:none;}.offcanvas.showing,.offcanvas.hiding,.offcanvas.show{visibility:visible;}.offcanvas-backdrop{position:fixed;top:0;left:0;z-index:1040;width:100vw;height:100vh;background-color:#000;}.offcanvas-backdrop.fade{opacity:0;}.offcanvas-backdrop.show{opacity:0.5;}.offcanvas-header{display:flex;align-items:center;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);}.offcanvas-header .btn-close{padding:calc(var(--bs-offcanvas-padding-y) * 0.5) calc(var(--bs-offcanvas-padding-x) * 0.5);margin:calc(-0.5 * var(--bs-offcanvas-padding-y)) calc(-0.5 * var(--bs-offcanvas-padding-x)) calc(-0.5 * var(--bs-offcanvas-padding-y)) auto;}.offcanvas-title{margin-bottom:0;line-height:var(--bs-offcanvas-title-line-height);}.offcanvas-body{flex-grow:1;padding:var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);overflow-y:auto;}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.modal{--bs-modal-zindex:1055;--bs-modal-width:500px;--bs-modal-padding:1rem;--bs-modal-margin:0.5rem;--bs-modal-color:;--bs-modal-bg:var(--bs-body-bg);--bs-modal-border-color:var(--bs-border-color-translucent);--bs-modal-border-width:var(--bs-border-width);--bs-modal-border-radius:var(--bs-border-radius-lg);--bs-modal-box-shadow:var(--bs-box-shadow-sm);--bs-modal-inner-border-radius:calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));--bs-modal-header-padding-x:1rem;--bs-modal-header-padding-y:1rem;--bs-modal-header-padding:1rem 1rem;--bs-modal-header-border-color:var(--bs-border-color);--bs-modal-header-border-width:var(--bs-border-width);--bs-modal-title-line-height:1.5;--bs-modal-footer-gap:0.5rem;--bs-modal-footer-bg:;--bs-modal-footer-border-color:var(--bs-border-color);--bs-modal-footer-border-width:var(--bs-border-width);position:fixed;top:0;left:0;z-index:var(--bs-modal-zindex);display:none;width:100%;height:100%;overflow-x:hidden;overflow-y:auto;outline:0;}.modal-dialog{position:relative;width:auto;margin:var(--bs-modal-margin);pointer-events:none;}.modal.fade .modal-dialog{transition:transform 0.3s ease-out;transform:translate(0,-50px);}@media (prefers-reduced-motion:reduce){.modal.fade .modal-dialog{transition:none;}}.modal.show .modal-dialog{transform:none;}.modal.modal-static .modal-dialog{transform:scale(1.02);}.modal-dialog-scrollable{height:calc(100% - var(--bs-modal-margin) * 2);}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden;}.modal-dialog-scrollable .modal-body{overflow-y:auto;}.modal-dialog-centered{display:flex;align-items:center;min-height:calc(100% - var(--bs-modal-margin) * 2);}.modal-content{position:relative;display:flex;flex-direction:column;width:100%;color:var(--bs-modal-color);pointer-events:auto;background-color:var(--bs-modal-bg);background-clip:padding-box;border:var(--bs-modal-border-width) solid var(--bs-modal-border-color);border-radius:var(--bs-modal-border-radius);outline:0;}.modal-backdrop{--bs-backdrop-zindex:1050;--bs-backdrop-bg:#000;--bs-backdrop-opacity:0.5;position:fixed;top:0;left:0;z-index:var(--bs-backdrop-zindex);width:100vw;height:100vh;background-color:var(--bs-backdrop-bg);}.modal-backdrop.fade{opacity:0;}.modal-backdrop.show{opacity:var(--bs-backdrop-opacity);}.modal-header{display:flex;flex-shrink:0;align-items:center;padding:var(--bs-modal-header-padding);border-bottom:var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);border-top-left-radius:var(--bs-modal-inner-border-radius);border-top-right-radius:var(--bs-modal-inner-border-radius);}.modal-header .btn-close{padding:calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);margin:calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;}.modal-title{margin-bottom:0;line-height:var(--bs-modal-title-line-height);}.modal-body{position:relative;flex:1 1 auto;padding:var(--bs-modal-padding);}.modal-footer{display:flex;flex-shrink:0;flex-wrap:wrap;align-items:center;justify-content:flex-end;padding:calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);background-color:var(--bs-modal-footer-bg);border-top:var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);border-bottom-right-radius:var(--bs-modal-inner-border-radius);border-bottom-left-radius:var(--bs-modal-inner-border-radius);}.modal-footer > *{margin:calc(var(--bs-modal-footer-gap) * 0.5);}@media (min-width:576px){.modal{--bs-modal-margin:1.75rem;--bs-modal-box-shadow:var(--bs-box-shadow);}.modal-dialog{max-width:var(--bs-modal-width);margin-right:auto;margin-left:auto;}.modal-sm{--bs-modal-width:300px;}}@media (min-width:992px){.modal-lg,.modal-xl{--bs-modal-width:800px;}}@media (min-width:1200px){.modal-xl{--bs-modal-width:1140px;}}.modal-fullscreen{width:100vw;max-width:none;height:100%;margin:0;}.modal-fullscreen .modal-content{height:100%;border:0;border-radius:0;}.modal-fullscreen .modal-header,.modal-fullscreen .modal-footer{border-radius:0;}.modal-fullscreen .modal-body{overflow-y:auto;}@media (max-width:575.98px){.modal-fullscreen-sm-down{width:100vw;max-width:none;height:100%;margin:0;}.modal-fullscreen-sm-down .modal-content{height:100%;border:0;border-radius:0;}.modal-fullscreen-sm-down .modal-header,.modal-fullscreen-sm-down .modal-footer{border-radius:0;}.modal-fullscreen-sm-down .modal-body{overflow-y:auto;}}@media (max-width:767.98px){.modal-fullscreen-md-down{width:100vw;max-width:none;height:100%;margin:0;}.modal-fullscreen-md-down .modal-content{height:100%;border:0;border-radius:0;}.modal-fullscreen-md-down .modal-header,.modal-fullscreen-md-down .modal-footer{border-radius:0;}.modal-fullscreen-md-down .modal-body{overflow-y:auto;}}@media (max-width:991.98px){.modal-fullscreen-lg-down{width:100vw;max-width:none;height:100%;margin:0;}.modal-fullscreen-lg-down .modal-content{height:100%;border:0;border-radius:0;}.modal-fullscreen-lg-down .modal-header,.modal-fullscreen-lg-down .modal-footer{border-radius:0;}.modal-fullscreen-lg-down .modal-body{overflow-y:auto;}}@media (max-width:1199.98px){.modal-fullscreen-xl-down{width:100vw;max-width:none;height:100%;margin:0;}.modal-fullscreen-xl-down .modal-content{height:100%;border:0;border-radius:0;}.modal-fullscreen-xl-down .modal-header,.modal-fullscreen-xl-down .modal-footer{border-radius:0;}.modal-fullscreen-xl-down .modal-body{overflow-y:auto;}}@media (max-width:1399.98px){.modal-fullscreen-xxl-down{width:100vw;max-width:none;height:100%;margin:0;}.modal-fullscreen-xxl-down .modal-content{height:100%;border:0;border-radius:0;}.modal-fullscreen-xxl-down .modal-header,.modal-fullscreen-xxl-down .modal-footer{border-radius:0;}.modal-fullscreen-xxl-down .modal-body{overflow-y:auto;}}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}@keyframes slideDown{from{transform:translateY(-100%);}to{transform:translateY(0);}}header.sticky{animation:slideDown 0.5s ease-out;position:fixed;z-index:10;top:0;left:0;right:0;background-color:#fff;box-shadow:0 0 5px 0 rgba(0,0,0,0.18);-moz-box-shadow:0 0 5px 0 rgba(0,0,0,0.18);-webkit-box-shadow:0 0 5px 0 rgba(0,0,0,0.18);}header .header-actions{max-height:40px;}@media (max-width:991.98px){header .header-actions .user-loggin{display:none !important;}}header .header-actions .user-loggin img{max-width:40px;height:40px;border-radius:50%;}header .header-actions .user-loggin .user-name{color:#000;display:flex;gap:5px;}header .header-actions .user-loggin span{font-size:0.875rem;line-height:1.375rem;}header .header-actions .change-theme,header .header-actions .search-button{padding:20px 18px 20px 0;}header .header-actions .custom-search-form .search-button::after{position:absolute;content:"";width:18px;height:18px;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5IDE5TDE1LjUwMDEgMTUuNU0xOCA5LjVDMTggMTQuMTk0NCAxNC4xOTQ0IDE4IDkuNSAxOEM0LjgwNTU4IDE4IDEgMTQuMTk0NCAxIDkuNUMxIDQuODA1NTggNC44MDU1OCAxIDkuNSAxQzE0LjE5NDQgMSAxOCA0LjgwNTU4IDE4IDkuNVoiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);top:0;bottom:0;left:0;right:0;margin:auto;background-size:100%;background-repeat:no-repeat;}header .header-actions .change-theme{width:30px;}header .header-actions .change-theme.light-theme:after,header .header-actions .change-theme.dark-theme:after{top:0;bottom:0;left:0;right:0;margin:auto;background-size:100%;position:absolute;content:"";background-repeat:no-repeat;cursor:pointer;}header .header-actions .change-theme.light-theme::after{width:18px;height:18px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTciIGhlaWdodD0iMTciIHZpZXdCb3g9IjAgMCAxNyAxNyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjY2NjcgMTEuMjM3NUMxNC43MzE1IDExLjY2MDUgMTMuNjkzMiAxMS44OTU5IDEyLjYgMTEuODk1OUM4LjQ4NTMzIDExLjg5NTkgNS4xNDk3MiA4LjU2MDMyIDUuMTQ5NzIgNC40NDU2M0M1LjE0OTcyIDMuMzUyNDEgNS4zODUxNyAyLjMxNDE5IDUuODA4MTQgMS4zNzg5MUMzLjIyMzE4IDIuNTQ3OTMgMS40MjQ1NiA1LjE0OTMxIDEuNDI0NTYgOC4xNzA3OUMxLjQyNDU2IDEyLjI4NTUgNC43NjAxOCAxNS42MjExIDguODc0ODcgMTUuNjIxMUMxMS44OTYzIDE1LjYyMTEgMTQuNDk3NyAxMy44MjI1IDE1LjY2NjcgMTEuMjM3NVoiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");}header .header-actions .change-theme.dark-theme:after{width:20px;height:20px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOSAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNzU0MzkgMC43NzM0MzhWMi40MTg3NU05Ljc1NDM5IDE1LjU4MTNWMTcuMjI2Nk0zLjE3MzE0IDlIMS41Mjc4M001LjA3Njg3IDQuMzIyNDdMMy45MTM0NSAzLjE1OTA2TTE0LjQzMTkgNC4zMjI0N0wxNS41OTUzIDMuMTU5MDZNNS4wNzY4NyAxMy42ODA5TDMuOTEzNDUgMTQuODQ0M00xNC40MzE5IDEzLjY4MDlMMTUuNTk1MyAxNC44NDQzTTE3Ljk4MSA5SDE2LjMzNTZNMTMuODY3NyA5QzEzLjg2NzcgMTEuMjcxNyAxMi4wMjYxIDEzLjExMzMgOS43NTQzOSAxMy4xMTMzQzcuNDgyNjkgMTMuMTEzMyA1LjY0MTExIDExLjI3MTcgNS42NDExMSA5QzUuNjQxMTEgNi43MjgzIDcuNDgyNjkgNC44ODY3MiA5Ljc1NDM5IDQuODg2NzJDMTIuMDI2MSA0Ljg4NjcyIDEzLjg2NzcgNi43MjgzIDEzLjg2NzcgOVoiIHN0cm9rZT0iYmxhY2siIHN0cm9rZS13aWR0aD0iMS41IiBzdHJva2UtbGluZWNhcD0ic3F1YXJlIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=");}header .header-actions .login-btn{padding:9px 16px;background-color:#d2232a;border:1px solid #d2232a;transition:all 0.3s ease-in-out;}header .header-actions .login-btn:hover{background-color:#fff;color:#d2232a !important;}@media screen and (max-width:376px){header .header-actions .login-btn{padding:9px !important;font-size:0.625rem !important;}}header .header-actions .icon-bars{min-width:30px;height:16px;position:relative;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;background:none;border:none;padding-right:0;}header .header-actions .icon-bars .bar{height:2.2px;width:100%;background:#000;transition:all 0.3s ease;}header .header-actions .icon-bars .bar:nth-child(3){width:80%;}header .header-actions .icon-bars.active .bar:nth-child(1){transform:rotate(45deg) translate(3px,5px);background:#d2232a;}header .header-actions .icon-bars.active .bar:nth-child(2){opacity:0;}header .header-actions .icon-bars.active .bar:nth-child(3){transform:rotate(-45deg) translate(3px,-6px);width:100%;background:#d2232a;}header .header-actions .dropdown-menu,header .header-actions .search-modal{display:block !important;position:absolute;left:0;right:0;background:#fff;min-height:100px;border-radius:0;z-index:1000;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.4s ease,visibility 0s linear 0.4s;overflow:hidden;}header .header-actions .dropdown-menu.active,header .header-actions .search-modal.active{opacity:1;visibility:visible;pointer-events:auto;transition:opacity 0.4s ease,visibility 0s;}header .bg-overlay{position:fixed;inset:0;background:rgba(0,0,0,0.6);z-index:900;opacity:0;visibility:hidden;pointer-events:none;transition:opacity 0.4s ease,visibility 0s linear 0.4s;}header .bg-overlay.active{opacity:1;visibility:visible;pointer-events:auto;transition:opacity 0.4s ease,visibility 0s;}@media (min-width:992px){header:not(.sticky) .bg-overlay,header:not(.sticky) .dropdown-menu,header:not(.sticky) .search-modal{top:107px;}header:not(.sticky) .header-right-wrap{padding-block:32px;}header:not(.sticky) .header-top-menu li.link-hover:after{bottom:-4px;}header.sticky .bg-overlay,header.sticky .dropdown-menu,header.sticky .search-modal{top:71px;}header.sticky .header-right-wrap{padding-block:15px;}header.sticky .header-top-menu li.link-hover:after{bottom:-4px;}header .menu-main-mega .navbar-nav{margin-top:4px;padding:16px 0;grid-template-columns:1fr 1fr 1fr;column-gap:32px;}header .menu-main-mega .menu-expanded-0 > a,header .menu-main-mega .menu-expanded-0 > span{font-size:1.25rem !important;font-weight:500;line-height:1.625rem !important;}header .header-top-menu li.link-hover:hover a,header .header-top-menu li.link-hover:hover span{color:#D2232A !important;}header .alt-menu ul{padding-left:0;list-style-type:none;}header .alt-menu ul li{padding-bottom:2rem;}}@media (max-width:991.98px){header:not(.sticky) .header-group{padding-top:16px;padding-bottom:16px;}header:not(.sticky) .bg-overlay,header:not(.sticky) .dropdown-menu,header:not(.sticky) .search-modal{top:75px;}header .header-top-menu{display:none;}header.sticky .header-group{padding-top:14px;padding-bottom:14px;}header.sticky .bg-overlay,header.sticky .dropdown-menu,header.sticky .search-modal{top:70px;}header .menu-wrap{height:fit-content !important;}header .mobil-menu-extra ul li:first-child{margin-top:0;}header .mobil-menu-extra ul li a,header .mobil-menu-extra ul li span{line-height:1.813rem !important;font-size:1.125rem !important;font-weight:400 !important;min-width:100% !important;}header .dropdown-menu{height:100vh;}header .dropdown-menu .menu-main-mega{height:80%;overflow-y:auto;}header .dropdown-menu .menu-main-mega .navbar-nav{border-top:1px solid #000000 !important;}header .dropdown-menu .menu-main-mega .navbar-nav li{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e5e5;height:65px;}header .dropdown-menu .menu-main-mega .navbar-nav li:last-child{border-bottom:0;}header .dropdown-menu .menu-main-mega .navbar-nav li a,header .dropdown-menu .menu-main-mega .navbar-nav li span{min-width:fit-content;}header .dropdown-menu .menu-main-mega .navbar-nav li.menu-expanded .sub-menu .link-hover a{width:100%;}header .dropdown-menu .menu-main-mega .navbar-nav li .arrow-icon{height:100%;background-size:100%;background-position:center right;background-repeat:no-repeat;float:right;min-height:-webkit-fill-available;width:100%;position:relative;cursor:pointer;}header .dropdown-menu .menu-main-mega .navbar-nav li:first-child{border-top:1px solid #000000;margin-top:4px;}header .dropdown-menu .mobil-alt-menu{position:fixed;background:white;width:calc(100% - 24px);bottom:0;left:0;margin:auto;right:0;}header .dropdown-menu .mobil-alt-menu .header-top-menu{display:block;}header .dropdown-menu .mobil-alt-menu .header-top-menu .list-unstyled{max-width:200px;}.sub-menu{right:-100%;width:100%;position:absolute !important;opacity:0;transition:0.3s;top:0;background-color:#fff;height:100%;left:unset !important;margin:0;box-shadow:unset;padding:12px;}.sub-menu.open-submenu{right:0;opacity:1;display:block !important;z-index:1;}.arrow-icon::before{position:absolute;content:"";background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik03LjM2NDAxIDguMDU3NjJMMC43ODUyMTEgMS40Nzg4MSIgc3Ryb2tlPSIjRDIyMzJBIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTAuNzg1MTU2IDEzLjIyOEw3LjM2Mzk2IDYuNjQ5MjIiIHN0cm9rZT0iI0QyMjMyQSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=");width:8px;height:100%;min-height:20px;background-size:100%;background-position:center right;background-repeat:no-repeat;float:right;right:0;top:0;bottom:0;margin:auto;}.submenu-back-button{display:flex;align-items:center;gap:1rem;position:relative;}.submenu-back-button::before{content:"";background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOSIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDkgMTQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik0xLjYzNTk5IDguMDU3NjJMOC4yMTQ3OSAxLjQ3ODgxIiBzdHJva2U9IiNEMjIzMkEiIHN0cm9rZS13aWR0aD0iMiIvPgo8cGF0aCBkPSJNOC4yMTQ4NCAxMy4yMjhMMS42MzYwNCA2LjY0OTIyIiBzdHJva2U9IiNEMjIzMkEiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");width:8px;height:14px;transition:0.3s;background-repeat:no-repeat;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-variant:normal;text-rendering:auto;line-height:1;}.mobil-menu-extra ul{padding-left:0;list-style:none;}.mobil-menu-extra ul li:first-child{border-top:0 !important;}}.logged-user-menu .menu-main-mega .navbar-nav{border-top:0 !important;}@media (min-width:992px){.logged-user-menu .menu-main-mega .navbar-nav{margin-top:0;padding:0;}}@media (min-width:992px){.logged-user:before{position:absolute;content:"";background:black;width:calc(100% - 24px);height:1px;top:0;left:0;right:0;margin:auto;}}@media (max-width:991.98px){.logged-user.container{height:100%;}.logged-user.container .logged-user-row{height:100%;flex-direction:column-reverse;justify-content:start;}.logged-user.container .logged-user-row .logged-user-menu{height:75%;}.logged-user.container .logged-user-row .logged-user-block .mega-user-block .user-loggin{display:flex !important;}}@media (max-width:991.98px){.mega-user-block{cursor:pointer;}}@media (min-width:992px){.mega-user-block .user-loggin{flex-direction:row-reverse;justify-content:space-between;}}@media (min-width:992px) and (max-width:1199.98px){.mega-user-block .user-loggin{flex-wrap:wrap;justify-content:center;gap:10px;}.mega-user-block .user-loggin .user-name{text-align:center !important;}}@media (max-width:991.98px){.mega-user-block .user-loggin{gap:16px;}.mega-user-block .user-loggin:after{position:absolute;content:"";right:0;width:18px;height:14px;background-repeat:no-repeat;background-size:100%;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE1LjM2NCA4LjA1NzhMOC43ODUyMSAxLjQ3OSIgc3Ryb2tlPSIjRDIyMzJBIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTguNzg1MTYgMTMuMjI4TDE1LjM2NCA2LjY0OTE2IiBzdHJva2U9IiNEMjIzMkEiIHN0cm9rZS13aWR0aD0iMiIvPgo8L3N2Zz4K");}}.mega-user-block .user-loggin .user-name{flex-direction:column;color:white !important;gap:0 !important;}.mega-user-block .user-loggin .user-name .user-text{font-size:1rem !important;line-height:1.625rem !important;}.mega-user-block .user-loggin .user-name .name{font-size:1.25rem !important;line-height:2rem !important;}.mega-user-block .user-loggin .rounded-circle{margin-right:0;}@media (min-width:992px){.mega-user-block .user-loggin .rounded-circle img{width:80px !important;height:80px !important;min-width:80px;}}@media (max-width:991.98px){.mega-user-block .user-loggin .rounded-circle img{width:56px;height:56px;min-width:56px;}}@media (max-width:991.98px){.mega-user-block .menu--user-menu{position:static;}}.mega-user-block .menu--user-menu .user-menu li:last-child{border-bottom:0 !important;margin-top:20px;}.mega-user-block .menu--user-menu .user-menu li:last-child:before{position:absolute;content:"";width:18px;height:18px;background-repeat:no-repeat;background-size:100%;left:86px;top:0;bottom:0;margin:auto;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMCAyMSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE0IDE1LjVMMTkgMTAuNU0xOSAxMC41TDE0IDUuNU0xOSAxMC41SDdNMTAgMTUuNUMxMCAxNi40MyAxMCAxNi44OTUgOS44OTc3OCAxNy4yNzY1QzkuNjIwMzggMTguMzExNyA4LjgxMTczIDE5LjEyMDQgNy43NzY0NiAxOS4zOTc4QzcuMzk0OTYgMTkuNSA2LjkyOTk3IDE5LjUgNiAxOS41SDUuNUM0LjEwMjE4IDE5LjUgMy40MDMyNiAxOS41IDIuODUxOTUgMTkuMjcxNkMyLjExNjg3IDE4Ljk2NzIgMS41MzI4NCAxOC4zODMxIDEuMjI4MzYgMTcuNjQ4MUMxIDE3LjA5NjcgMSAxNi4zOTc4IDEgMTVWNkMxIDQuNjAyMTcgMSAzLjkwMzI2IDEuMjI4MzYgMy4zNTE5NUMxLjUzMjg0IDIuNjE2ODcgMi4xMTY4NyAyLjAzMjg0IDIuODUxOTUgMS43MjgzNkMzLjQwMzI2IDEuNSA0LjEwMjE4IDEuNSA1LjUgMS41SDZDNi45Mjk5NyAxLjUgNy4zOTQ5NiAxLjUgNy43NzY0NiAxLjYwMjIyQzguODExNzMgMS44Nzk2MiA5LjYyMDM4IDIuNjg4MjcgOS44OTc3OCAzLjcyMzU0QzEwIDQuMTA1MDQgMTAgNC41NzAwMyAxMCA1LjUiIHN0cm9rZT0iI0QyMjMyQSIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==");}.mega-user-block .menu--user-menu .user-menu li:last-child:after{content:none !important;}@media (max-width:991.98px){.mega-user-block .menu--user-menu .user-menu{right:-100%;width:100%;position:absolute !important;opacity:0;transition:0.3s;top:0;background-color:#000000;height:100%;left:unset !important;margin:0;box-shadow:unset;padding:12px;}.mega-user-block .menu--user-menu .user-menu.open{right:0;opacity:1;display:block !important;z-index:1;bottom:0;}}.mega-user-block .menu--user-menu .submenu-back-button:before{width:35px;height:40px;background-size:100%;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDYiIGhlaWdodD0iNDgiIHZpZXdCb3g9IjAgMCA0NiA0OCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTIwLjAwMiAyMy4xNzU4TDI2LjU4MDggMjkuNzU0NiIgc3Ryb2tlPSIjRDIyMzJBIiBzdHJva2Utd2lkdGg9IjIiLz4KPHBhdGggZD0iTTI2LjU4MDEgMTguMDAzOUwyMC4wMDEzIDI0LjU4MjciIHN0cm9rZT0iI0QyMjMyQSIgc3Ryb2tlLXdpZHRoPSIyIi8+CjxwYXRoIGQ9Ik0yMyAxQzM1LjExMDYgMSA0NSAxMS4yNTY5IDQ1IDI0QzQ1IDM2Ljc0MzEgMzUuMTEwNiA0NyAyMyA0N0MxMC44ODk0IDQ3IDEgMzYuNzQzMSAxIDI0QzEgMTEuMjU2OSAxMC44ODk0IDEgMjMgMVoiIHN0cm9rZT0iI0QyMjMyQSIgc3Ryb2tlLXdpZHRoPSIyIi8+Cjwvc3ZnPgo=") !important;}@media (max-width:991.98px){.border-lg{border-bottom:0 !important;border-top:0 !important;}}.header-logos ul{list-style:none;padding-left:0;display:flex;justify-content:center;margin-bottom:0;column-gap:15px;}.header-logos ul img{height:25px;width:auto;}
:root{--bs-body-bg:#FEFEFE;--bs-body-color:#000000;}html[data-theme=dark]{--bs-body-bg:#000000;--color-dark:#FFFFFF;}body{background-color:var(--bs-body-bg);color:var(--bs-body-color);}.page-search .sol-advert-footer-banner{margin:auto;}.page-search form.search-form{background-color:#F2F2F2;}@media (min-width:992px){.page-search form.search-form{padding:56px 0;}}.page-search form.search-form #edit-basic label,.page-search form.search-form .search-help-link,.page-search form.search-form #edit-advanced{display:none;}.page-search form.search-form .form-wrapper{display:flex;flex-direction:row-reverse;align-items:center;border-bottom:1px solid #000000;max-width:710px;margin:auto;}.page-search form.search-form .form-wrapper .js-form-type-search{width:100%;}.page-search form.search-form .form-wrapper .js-form-type-search input[type=search]{padding:24px;width:100%;outline:none;border:0;color:#000000;font-weight:500;line-height:2.125rem;}@media (min-width:992px){.page-search form.search-form .form-wrapper .js-form-type-search input[type=search]{font-size:1.5rem;}}@media (max-width:991.98px){.page-search form.search-form .form-wrapper .js-form-type-search input[type=search]{font-size:1.125rem;}}.page-search h2{display:none;}.page-search .search-list ol{list-style:none;padding-left:0;}.page-search .search-list ol li{padding:2rem;background-color:#FFFFFF;margin-bottom:1rem;position:relative;}.page-search .search-list ol li a{transition:0.4s;}.page-search .search-list ol li p{margin-bottom:0;}.page-search .search-list ol li:hover a{color:#dc3545;}.search-google .form-search#edit-keys{background-color:#F2F2F2 !important;}.search-google .gsc-results-wrapper-overlay{position:relative !important;height:unset;-webkit-box-shadow:unset !important;box-shadow:unset !important;border-collapse:unset !important;top:unset;left:unset;opacity:unset !important;z-index:2 !important;width:100% !important;background:transparent !important;overflow:unset !important;padding:unset !important;margin-top:32px;}@media (min-width:992px){.search-google .gsc-results-wrapper-overlay{margin-top:48px;}}.search-google .gsc-modal-background-image-visible{opacity:0 !important;display:unset !important;}.search-google .gsc-modal-background-image{position:relative !important;display:none !important;}.search-google .gs-snippet b{color:black;}.search-google .gsc-results-close-btn-visible{display:none !important;}.search-google .gsc-control-cse{background-color:transparent !important;border:unset !important;padding:0;max-width:710px;margin:auto;}.search-google .gsc-control-cse .gs-result .gs-title *{color:#000000 !important;font-weight:600 !important;}@media (min-width:992px){.search-google .gsc-control-cse .gs-result .gs-title *{font-size:1.5rem;line-height:2.125rem;}}@media (max-width:991.98px){.search-google .gsc-control-cse .gs-result .gs-title *{font-size:1.125rem;}}.search-google .gsc-control-cse .gs-result .gs-title * b{color:#dc3545 !important;}.search-google .gsc-webResult.gsc-result{background-color:white !important;border-bottom:1px solid #E5E5E5;padding:1.5rem 0;}@media (min-width:992px){.search-google .gsc-webResult.gsc-result{padding:2rem 0;}}.search-google .gsc-webResult .gsc-url-top{padding-bottom:8px;}.search-google .gsc-results{width:100% !important;}.search-google .gs-web-image-box{margin-right:10px;}.search-google input.js-form-submit{background-color:transparent;position:relative;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMyLjk2ODggMzNMMjYuNzgwOSAyNi44MTJNMzEuMjAwNyAxNi4yMDM5QzMxLjIwMDcgMjQuNTAzNyAyNC40NzI0IDMxLjIzMiAxNi4xNzI2IDMxLjIzMkM3Ljg3Mjg0IDMxLjIzMiAxLjE0NDUzIDI0LjUwMzcgMS4xNDQ1MyAxNi4yMDM5QzEuMTQ0NTMgNy45MDQwOSA3Ljg3Mjg0IDEuMTc1NzggMTYuMTcyNiAxLjE3NTc4QzI0LjQ3MjQgMS4xNzU3OCAzMS4yMDA3IDcuOTA0MDkgMzEuMjAwNyAxNi4yMDM5WiIgc3Ryb2tlPSIjRDIyMzJBIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;background-size:100%;border:0;width:30px;height:30px;color:transparent;}@media (max-width:991.98px){.search-google input.js-form-submit{left:10px;}}.gsc-overflow-hidden{overflow:unset !important;}@media (min-width:992px){.search-modal .search-wrap form{max-width:1094px;}}.search-modal .search-wrap:before{position:absolute;content:"";width:calc(100% - 24px);left:0;right:0;margin:auto;height:1px;background:#000000;top:4px;}.search-modal.active{z-index:10;}.search-modal form:focus-visible,.search-modal form :focus-within,.search-modal form :focus{outline:0;}.search-modal form:after{position:absolute;content:"";left:0;top:0;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMzQiIHZpZXdCb3g9IjAgMCAzNCAzNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTMyLjk2ODggMzNMMjYuNzgwOSAyNi44MTJNMzEuMjAwNyAxNi4yMDM5QzMxLjIwMDcgMjQuNTAzNyAyNC40NzI0IDMxLjIzMiAxNi4xNzI2IDMxLjIzMkM3Ljg3Mjg0IDMxLjIzMiAxLjE0NDUzIDI0LjUwMzcgMS4xNDQ1MyAxNi4yMDM5QzEuMTQ0NTMgNy45MDQwOSA3Ljg3Mjg0IDEuMTc1NzggMTYuMTcyNiAxLjE3NTc4QzI0LjQ3MjQgMS4xNzU3OCAzMS4yMDA3IDcuOTA0MDkgMzEuMjAwNyAxNi4yMDM5WiIgc3Ryb2tlPSIjRDIyMzJBIiBzdHJva2Utd2lkdGg9IjEuNSIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIi8+Cjwvc3ZnPgo=);background-repeat:no-repeat;border:0;width:30px;height:30px;background-size:100%;}.search-modal .form-wrapper .form-search,.search-modal .form-wrapper .form-search::placeholder{color:#000000;font-weight:500;line-height:2.125rem;}@media (min-width:992px){.search-modal .form-wrapper .form-search,.search-modal .form-wrapper .form-search::placeholder{font-size:1.5rem;}}@media (max-width:991.98px){.search-modal .form-wrapper .form-search,.search-modal .form-wrapper .form-search::placeholder{font-size:1.125rem;}}.search-modal .form-wrapper .search-btn{color:transparent;}@media (min-width:992px){.search-modal .search-menu .navbar-nav{grid-template-columns:1fr 1fr 1fr;}}@media (min-width:576px) and (max-width:991.98px){.search-modal .search-menu .navbar-nav{grid-template-columns:1fr 1fr;}}.search-modal .search-menu .navbar-nav .nav-link{transition:color 0.6s ease-in;}.search-modal .search-menu .navbar-nav .nav-link:hover{color:var(--secondary) !important;}.gsc-cursor-box{display:flex;justify-content:center;margin:0 !important;}@media (min-width:992px){.gsc-cursor-box{padding:48px;}}@media (max-width:991.98px){.gsc-cursor-box{padding:32px;}}.gsc-cursor-box .gsc-cursor{display:flex !important;flex-wrap:wrap;row-gap:5px;justify-content:center;}.gsc-cursor-box .gsc-cursor .gsc-cursor-page{padding:8px 12px;background-color:#F2F2F2;color:#000000 !important;font-weight:bold !important;font-size:1rem !important;margin-right:5px !important;transition:all 0.4s ease-in-out;}.gsc-cursor-box .gsc-cursor .gsc-cursor-page.gsc-cursor-current-page{background-color:#D2232A !important;color:white !important;}.gsc-cursor-box .gsc-cursor .gsc-cursor-page:hover{background-color:#D2232A !important;color:white !important;text-decoration:none !important;}
