body,form,figure{margin:0;padding:0}img{border:0}header,footer,nav,section,aside,article,figure,figcaption{display:block}body{font-size:100.01%}select,input,textarea{font-size:99%}#container,.inside{position:relative}#main,#left,#right{float:left;position:relative}#main{width:100%}#left{margin-left:-100%}#right{margin-right:-100%}#footer{clear:both}#main .inside{min-height:1px}.ce_gallery>ul{margin:0;padding:0;overflow:hidden;list-style:none}.ce_gallery>ul li{float:left}.ce_gallery>ul li.col_first{clear:left}.float_left{float:left}.float_right{float:right}.block{overflow:hidden}.clear,#clear{height:.1px;font-size:.1px;line-height:.1px;clear:both}.invisible{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.custom{display:block}#container:after,.custom:after{content:"";display:table;clear:both}
@media (max-width:767px){#wrapper{margin:0;width:auto}#container{padding-left:0;padding-right:0}#main,#left,#right{float:none;width:auto}#left{right:0;margin-left:0}#right{margin-right:0}}img{max-width:100%;height:auto}.ie7 img{-ms-interpolation-mode:bicubic}.ie8 img{width:auto}.audio_container audio{max-width:100%}.video_container video{max-width:100%;height:auto}.responsive{position:relative;height:0}.responsive iframe{position:absolute;top:0;left:0;width:100%;height:100%}.responsive.ratio-169{padding-bottom:56.25%}.responsive.ratio-1610{padding-bottom:62.5%}.responsive.ratio-219{padding-bottom:42.8571%}.responsive.ratio-43{padding-bottom:75%}.responsive.ratio-32{padding-bottom:66.6666%}
header,footer,nav,section,aside,main,article,figure,figcaption{display:block}body,div,h1,h2,h3,h4,h5,h6,p,blockquote,pre,code,ol,ul,li,dl,dt,dd,figure,table,th,td,form,fieldset,legend,input,textarea{margin:0;padding:0}table{border-spacing:0;border-collapse:collapse}caption,th,td{text-align:left;text-align:start;vertical-align:top}abbr,acronym{font-variant:normal;border-bottom:1px dotted #666;cursor:help}blockquote,q{quotes:none}fieldset,img,iframe{border:0}ul{list-style-type:none}sup{vertical-align:text-top}sub{vertical-align:text-bottom}del{text-decoration:line-through}ins{text-decoration:none}body{font:12px/1 "Lucida Grande","Lucida Sans Unicode",Verdana,sans-serif;color:#000}input,button,textarea,select{font-family:inherit;font-size:99%;font-weight:inherit}pre,code{font-family:Monaco,monospace}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}h1{font-size:1.8333em}h2{font-size:1.6667em}h3{font-size:1.5em}h4{font-size:1.3333em}table{font-size:inherit}caption,th{font-weight:700}a{color:#00f}h1,h2,h3,h4,h5,h6{margin-top:1em}h1,h2,h3,h4,h5,h6,p,pre,blockquote,table,ol,ul,form{margin-bottom:12px}
@charset "UTF-8";
.contao-cookiebar {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 9999;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  padding: 15px;
  max-height: 100vh;
  box-sizing: border-box;
  pointer-events: none;
  overflow: hidden; }
  .contao-cookiebar * {
    box-sizing: border-box; }
  .contao-cookiebar:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }
  .contao-cookiebar .cc-inner {
    display: inline-block;
    overflow-y: auto;
    max-height: 100%;
    max-width: 100%;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    font-size: 1rem;
    text-align: left; }
  .contao-cookiebar.cc-top .cc-inner {
    vertical-align: top; }
  .contao-cookiebar.cc-top.cc-active .cc-inner {
    animation: cookiebar-top-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-top.cc-saved .cc-inner {
    animation: cookiebar-top-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom .cc-inner {
    vertical-align: bottom; }
  .contao-cookiebar.cc-bottom.cc-active .cc-inner {
    animation: cookiebar-bottom-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-bottom.cc-saved .cc-inner {
    animation: cookiebar-bottom-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle .cc-inner {
    vertical-align: middle; }
  .contao-cookiebar.cc-middle.cc-active .cc-inner {
    animation: cookiebar-middle-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-middle.cc-saved .cc-inner {
    animation: cookiebar-middle-out 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-left {
    text-align: left; }
  .contao-cookiebar.cc-right {
    text-align: right; }
  .contao-cookiebar .cc-head h1:first-child, .contao-cookiebar .cc-head h2:first-child, .contao-cookiebar .cc-head h3:first-child, .contao-cookiebar .cc-head h4:first-child, .contao-cookiebar .cc-head h5:first-child, .contao-cookiebar .cc-head h6:first-child {
    margin-top: 0; }
  .contao-cookiebar .cc-head p {
    margin-bottom: 15px; }
  .contao-cookiebar .cc-btn {
    display: inline-block;
    cursor: pointer;
    width: 100%;
    padding: 8px 14px;
    margin-bottom: 8px;
    font-size: 15px;
    outline: 0 none;
    border: 1px solid #cfcfcf;
    border-radius: 4px;
    color: #444;
    background: #f5f5f5; }
    .contao-cookiebar .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .cc-btn:last-child {
      margin-bottom: 0; }
  .contao-cookiebar .grayscale .cc-btn {
    background: #f1efef; }
    .contao-cookiebar .grayscale .cc-btn:hover {
      background: #ececec; }
    .contao-cookiebar .grayscale .cc-btn.success {
      background: #fbfbfb; }
      .contao-cookiebar .grayscale .cc-btn.success:hover {
        background: #f7f7f7; }
  .contao-cookiebar .highlight .cc-btn.success {
    background: #4e9e3e;
    border-color: #3e7830;
    color: #fff; }
    .contao-cookiebar .highlight .cc-btn.success:hover {
      background: #4c933f; }
  .contao-cookiebar label {
    position: relative;
    display: block;
    padding: 8px 13px 8px 0;
    line-height: 1.2rem; }
    .contao-cookiebar label.group {
      font-weight: 600; }
  .contao-cookiebar input {
    position: absolute;
    width: 1px;
    height: 1px;
    outline: 0 none;
    opacity: 0; }
    .contao-cookiebar input + label {
      padding: 8px 13px 8px 50px;
      cursor: pointer; }
      .contao-cookiebar input + label:before {
        content: '';
        position: absolute;
        top: 6px;
        left: 0;
        width: 35px;
        height: 18px;
        margin: 0;
        box-sizing: content-box;
        border-radius: 10px;
        background: #fff;
        border: 2px solid #9c9b99;
        transition: border-color .2s; }
      .contao-cookiebar input + label:after {
        display: block;
        content: '';
        position: absolute;
        top: 10px;
        left: 4px;
        width: 14px;
        height: 14px;
        border-radius: 10px;
        background: #9c9b99;
        transition: background .2s, margin-left .2s, padding .2s; }
      .contao-cookiebar input + label:active:after {
        padding-left: 5px; }
    .contao-cookiebar input.cc-group-half + label:after {
      background: linear-gradient(to right, #9c9b99 0%, #9c9b99 50%, #399d32 50%, #399d32 100%); }
    .contao-cookiebar input:checked + label:after {
      background: #399d32;
      margin-left: 17px; }
    .contao-cookiebar input:checked + label:active:after {
      margin-left: 12px; }
    .contao-cookiebar input:checked + label:before {
      background: #dcf3db;
      border-color: #399d32; }
    .contao-cookiebar input:disabled + label {
      pointer-events: none; }
      .contao-cookiebar input:disabled + label:after {
        background: #c8c7c5; }
      .contao-cookiebar input:disabled + label:before {
        background: #f4f4f4;
        border-color: #c8c7c5; }
  .contao-cookiebar.cc-active .cc-inner {
    opacity: 1;
    pointer-events: auto;
    visibility: visible; }
  .contao-cookiebar.cc-active.cc-blocked {
    pointer-events: auto;
    animation: cookiebar-overlay-in 0.5s ease-in-out forwards; }
  .contao-cookiebar.cc-saved.cc-inner {
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
  .contao-cookiebar.cc-saved.cc-blocked {
    pointer-events: none;
    animation: cookiebar-overlay-out 0.5s ease-in-out forwards; }

@media (min-width: 768px) {
  .contao-cookiebar .cc-btn {
    width: auto;
    margin-bottom: 0; }
  .contao-cookiebar .cc-inner {
    max-width: 750px; } }

@keyframes cookiebar-overlay-in {
  0% {
    background: rgba(0, 0, 0, 0); }
  100% {
    background: rgba(0, 0, 0, 0.75); } }

@keyframes cookiebar-overlay-out {
  0% {
    background: rgba(0, 0, 0, 0.75); }
  100% {
    background: rgba(0, 0, 0, 0);
    visibility: hidden; } }

@keyframes cookiebar-top-in {
  0% {
    opacity: 0;
    transform: translateY(-100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-top-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(-100%); } }

@keyframes cookiebar-middle-in {
  0% {
    opacity: 0;
    transform: scale(0); }
  100% {
    opacity: 1;
    transform: scale(1); } }

@keyframes cookiebar-middle-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: scale(0); } }

@keyframes cookiebar-bottom-in {
  0% {
    opacity: 0;
    transform: translateY(100%); }
  100% {
    opacity: 1;
    transform: translateY(0); } }

@keyframes cookiebar-bottom-out {
  0% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0); }
  100% {
    opacity: 0;
    visibility: hidden;
    transform: translateY(100%); } }

.contao-cookiebar {
  color: #444444; }
  .contao-cookiebar p {
    color: #868686;
    line-height: 1.4; }
  .contao-cookiebar .cc-inner {
    padding: 25px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.25);
    background: #fff; }
  .contao-cookiebar .cc-groups {
    display: none;
    padding-top: 15px; }
    .contao-cookiebar .cc-groups .cc-group {
      position: relative;
      border: 1px solid #d0d0d0;
      border-radius: 5px;
      margin-bottom: 10px;
      text-align: left; }
      .contao-cookiebar .cc-groups .cc-group > label {
        margin: 5px 130px 5px 10px; }
  .contao-cookiebar .cc-cookies {
    background: #fbfbfb;
    border-radius: 0 0 5px 5px; }
    .contao-cookiebar .cc-cookies > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-cookies > p, .contao-cookiebar .cc-cookies > .cc-cookie {
      margin: 0;
      padding: 15px;
      border-top: 1px solid #e6e6e6; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info {
      font-size: 0.875rem;
      background: #fff;
      padding: 10px;
      border-radius: 5px;
      border: 1px solid #efefef; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div > span {
        font-weight: 600; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info > div + div {
        margin-top: 5px; }
      .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-info + button.cc-detail-btn-details {
        margin-top: 15px; }
    .contao-cookiebar .cc-cookies .cc-cookie .cc-cookie-desc p {
      margin-bottom: 0; }
    .contao-cookiebar .cc-cookies .cc-cookie label.cookie + p, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + .cc-cookie-info, .contao-cookiebar .cc-cookies .cc-cookie label.cookie + button.cc-detail-btn-details {
      margin-top: 10px; }
    .contao-cookiebar .cc-cookies .cc-cookie p {
      margin: 0 0 15px;
      font-size: 0.875rem; }
  .contao-cookiebar .cc-footer, .contao-cookiebar .cc-info {
    text-align: center; }
  .contao-cookiebar .cc-detail-btn-details {
    border: 0 none;
    outline: 0 none;
    background: transparent;
    font-size: 13px;
    letter-spacing: 0;
    text-transform: initial;
    cursor: pointer;
    color: #a2a2a2;
    text-decoration: underline;
    padding: 0;
    margin: 0 0 10px; }
    .contao-cookiebar .cc-detail-btn-details span:nth-child(2) {
      display: none; }
    .contao-cookiebar .cc-detail-btn-details.cc-active span:nth-child(1) {
      display: none; }
    .contao-cookiebar .cc-detail-btn-details.cc-active span:nth-child(2) {
      display: inline; }
    .contao-cookiebar .cc-detail-btn-details:hover {
      color: #717171; }
  .contao-cookiebar .cc-info {
    margin-top: 15px; }
    .contao-cookiebar .cc-info > p {
      font-size: 0.875rem; }
    .contao-cookiebar .cc-info > a {
      display: inline-block;
      font-size: 0.813rem;
      color: #a2a2a2;
      text-decoration: none; }
      .contao-cookiebar .cc-info > a:hover {
        color: #717171; }
      .contao-cookiebar .cc-info > a + a:before {
        display: inline-block;
        content: '·';
        margin-right: 5px; }

/*!
 * Bootstrap Grid v5.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */:root{--bs-blue: #0d6efd;--bs-indigo: #6610f2;--bs-purple: #6f42c1;--bs-pink: #d63384;--bs-red: #dc3545;--bs-orange: #fd7e14;--bs-yellow: #ffc107;--bs-green: #198754;--bs-teal: #20c997;--bs-cyan: #0dcaf0;--bs-white: #fff;--bs-gray: #6c757d;--bs-gray-dark: #343a40;--bs-gray-100: #f8f9fa;--bs-gray-200: #e9ecef;--bs-gray-300: #dee2e6;--bs-gray-400: #ced4da;--bs-gray-500: #adb5bd;--bs-gray-600: #6c757d;--bs-gray-700: #495057;--bs-gray-800: #343a40;--bs-gray-900: #212529;--bs-primary: #0d6efd;--bs-secondary: #6c757d;--bs-success: #198754;--bs-info: #0dcaf0;--bs-warning: #ffc107;--bs-danger: #dc3545;--bs-light: #f8f9fa;--bs-dark: #212529;--bs-primary-rgb: 13, 110, 253;--bs-secondary-rgb: 108, 117, 125;--bs-success-rgb: 25, 135, 84;--bs-info-rgb: 13, 202, 240;--bs-warning-rgb: 255, 193, 7;--bs-danger-rgb: 220, 53, 69;--bs-light-rgb: 248, 249, 250;--bs-dark-rgb: 33, 37, 41;--bs-white-rgb: 255, 255, 255;--bs-black-rgb: 0, 0, 0;--bs-body-color-rgb: 33, 37, 41;--bs-body-bg-rgb: 255, 255, 255;--bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));--bs-body-font-family: var(--bs-font-sans-serif);--bs-body-font-size: 1rem;--bs-body-font-weight: 400;--bs-body-line-height: 1.5;--bs-body-color: #212529;--bs-body-bg: #fff}.container,.container-fluid,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-sm,.container-md{max-width:720px}}@media (min-width:992px){.container,.container-sm,.container-md,.container-lg{max-width:960px}}@media (min-width:1200px){.container,.container-sm,.container-md,.container-lg,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:1320px}}.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(-.5 * var(--bs-gutter-x));margin-left:calc(-.5 * var(--bs-gutter-x))}.row>*{box-sizing:border-box;flex-shrink:0;width:100%;max-width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-top:var(--bs-gutter-y)}.col{flex:1 0 0%}.row-cols-auto>*{flex:0 0 auto;width:auto}.row-cols-1>*{flex:0 0 auto;width:100%}.row-cols-2>*{flex:0 0 auto;width:50%}.row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.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.6666666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x: 0}.g-0,.gy-0{--bs-gutter-y: 0}.g-1,.gx-1{--bs-gutter-x: 0.25rem}.g-1,.gy-1{--bs-gutter-y: 0.25rem}.g-2,.gx-2{--bs-gutter-x: 0.5rem}.g-2,.gy-2{--bs-gutter-y: 0.5rem}.g-3,.gx-3{--bs-gutter-x: 1rem}.g-3,.gy-3{--bs-gutter-y: 1rem}.g-4,.gx-4{--bs-gutter-x: 1.5rem}.g-4,.gy-4{--bs-gutter-y: 1.5rem}.g-5,.gx-5{--bs-gutter-x: 3rem}.g-5,.gy-5{--bs-gutter-y: 3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.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.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x: 0}.g-sm-0,.gy-sm-0{--bs-gutter-y: 0}.g-sm-1,.gx-sm-1{--bs-gutter-x: 0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y: 0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x: 0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y: 0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x: 1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y: 1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x: 1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y: 1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x: 3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y: 3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.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.6666666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x: 0}.g-md-0,.gy-md-0{--bs-gutter-y: 0}.g-md-1,.gx-md-1{--bs-gutter-x: 0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y: 0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x: 0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y: 0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x: 1rem}.g-md-3,.gy-md-3{--bs-gutter-y: 1rem}.g-md-4,.gx-md-4{--bs-gutter-x: 1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y: 1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x: 3rem}.g-md-5,.gy-md-5{--bs-gutter-y: 3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.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.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x: 0}.g-lg-0,.gy-lg-0{--bs-gutter-y: 0}.g-lg-1,.gx-lg-1{--bs-gutter-x: 0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y: 0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x: 0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y: 0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x: 1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y: 1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x: 1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y: 1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x: 3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y: 3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.3333333333%}.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.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x: 0}.g-xl-0,.gy-xl-0{--bs-gutter-y: 0}.g-xl-1,.gx-xl-1{--bs-gutter-x: 0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y: 0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x: 0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y: 0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x: 1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y: 1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x: 1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y: 1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x: 3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y: 3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.3333333333%}.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.6666666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x: 0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y: 0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x: 0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y: 0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x: 0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y: 0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x: 1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y: 1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x: 1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y: 1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x: 3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y: 3rem}}.d-inline{display:inline !important}.d-inline-block{display:inline-block !important}.d-block{display:block !important}.d-grid{display:grid !important}.d-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.5rem !important}.m-3{margin:1rem !important}.m-4{margin:1.5rem !important}.m-5{margin:3rem !important}.m-auto{margin:auto !important}.mx-0{margin-right:0 !important;margin-left:0 !important}.mx-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-3{margin-right:1rem !important;margin-left:1rem !important}.mx-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-5{margin-right:3rem !important;margin-left:3rem !important}.mx-auto{margin-right:auto !important;margin-left:auto !important}.my-0{margin-top:0 !important;margin-bottom:0 !important}.my-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-0{margin-top:0 !important}.mt-1{margin-top:0.25rem !important}.mt-2{margin-top:0.5rem !important}.mt-3{margin-top:1rem !important}.mt-4{margin-top:1.5rem !important}.mt-5{margin-top:3rem !important}.mt-auto{margin-top:auto !important}.me-0{margin-right:0 !important}.me-1{margin-right:0.25rem !important}.me-2{margin-right:0.5rem !important}.me-3{margin-right:1rem !important}.me-4{margin-right:1.5rem !important}.me-5{margin-right:3rem !important}.me-auto{margin-right:auto !important}.mb-0{margin-bottom:0 !important}.mb-1{margin-bottom:0.25rem !important}.mb-2{margin-bottom:0.5rem !important}.mb-3{margin-bottom:1rem !important}.mb-4{margin-bottom:1.5rem !important}.mb-5{margin-bottom:3rem !important}.mb-auto{margin-bottom:auto !important}.ms-0{margin-left:0 !important}.ms-1{margin-left:0.25rem !important}.ms-2{margin-left:0.5rem !important}.ms-3{margin-left:1rem !important}.ms-4{margin-left:1.5rem !important}.ms-5{margin-left:3rem !important}.ms-auto{margin-left:auto !important}.p-0{padding:0 !important}.p-1{padding:0.25rem !important}.p-2{padding:0.5rem !important}.p-3{padding:1rem !important}.p-4{padding:1.5rem !important}.p-5{padding:3rem !important}.px-0{padding-right:0 !important;padding-left:0 !important}.px-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-3{padding-right:1rem !important;padding-left:1rem !important}.px-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-5{padding-right:3rem !important;padding-left:3rem !important}.py-0{padding-top:0 !important;padding-bottom:0 !important}.py-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-0{padding-top:0 !important}.pt-1{padding-top:0.25rem !important}.pt-2{padding-top:0.5rem !important}.pt-3{padding-top:1rem !important}.pt-4{padding-top:1.5rem !important}.pt-5{padding-top:3rem !important}.pe-0{padding-right:0 !important}.pe-1{padding-right:0.25rem !important}.pe-2{padding-right:0.5rem !important}.pe-3{padding-right:1rem !important}.pe-4{padding-right:1.5rem !important}.pe-5{padding-right:3rem !important}.pb-0{padding-bottom:0 !important}.pb-1{padding-bottom:0.25rem !important}.pb-2{padding-bottom:0.5rem !important}.pb-3{padding-bottom:1rem !important}.pb-4{padding-bottom:1.5rem !important}.pb-5{padding-bottom:3rem !important}.ps-0{padding-left:0 !important}.ps-1{padding-left:0.25rem !important}.ps-2{padding-left:0.5rem !important}.ps-3{padding-left:1rem !important}.ps-4{padding-left:1.5rem !important}.ps-5{padding-left:3rem !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-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.5rem !important}.m-sm-3{margin:1rem !important}.m-sm-4{margin:1.5rem !important}.m-sm-5{margin:3rem !important}.m-sm-auto{margin:auto !important}.mx-sm-0{margin-right:0 !important;margin-left:0 !important}.mx-sm-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-sm-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-sm-3{margin-right:1rem !important;margin-left:1rem !important}.mx-sm-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-sm-5{margin-right:3rem !important;margin-left:3rem !important}.mx-sm-auto{margin-right:auto !important;margin-left:auto !important}.my-sm-0{margin-top:0 !important;margin-bottom:0 !important}.my-sm-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-sm-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-sm-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-sm-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-sm-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-sm-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-sm-0{margin-top:0 !important}.mt-sm-1{margin-top:0.25rem !important}.mt-sm-2{margin-top:0.5rem !important}.mt-sm-3{margin-top:1rem !important}.mt-sm-4{margin-top:1.5rem !important}.mt-sm-5{margin-top:3rem !important}.mt-sm-auto{margin-top:auto !important}.me-sm-0{margin-right:0 !important}.me-sm-1{margin-right:0.25rem !important}.me-sm-2{margin-right:0.5rem !important}.me-sm-3{margin-right:1rem !important}.me-sm-4{margin-right:1.5rem !important}.me-sm-5{margin-right:3rem !important}.me-sm-auto{margin-right:auto !important}.mb-sm-0{margin-bottom:0 !important}.mb-sm-1{margin-bottom:0.25rem !important}.mb-sm-2{margin-bottom:0.5rem !important}.mb-sm-3{margin-bottom:1rem !important}.mb-sm-4{margin-bottom:1.5rem !important}.mb-sm-5{margin-bottom:3rem !important}.mb-sm-auto{margin-bottom:auto !important}.ms-sm-0{margin-left:0 !important}.ms-sm-1{margin-left:0.25rem !important}.ms-sm-2{margin-left:0.5rem !important}.ms-sm-3{margin-left:1rem !important}.ms-sm-4{margin-left:1.5rem !important}.ms-sm-5{margin-left:3rem !important}.ms-sm-auto{margin-left:auto !important}.p-sm-0{padding:0 !important}.p-sm-1{padding:0.25rem !important}.p-sm-2{padding:0.5rem !important}.p-sm-3{padding:1rem !important}.p-sm-4{padding:1.5rem !important}.p-sm-5{padding:3rem !important}.px-sm-0{padding-right:0 !important;padding-left:0 !important}.px-sm-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-sm-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-sm-3{padding-right:1rem !important;padding-left:1rem !important}.px-sm-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-sm-5{padding-right:3rem !important;padding-left:3rem !important}.py-sm-0{padding-top:0 !important;padding-bottom:0 !important}.py-sm-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-sm-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-sm-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-sm-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-sm-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-sm-0{padding-top:0 !important}.pt-sm-1{padding-top:0.25rem !important}.pt-sm-2{padding-top:0.5rem !important}.pt-sm-3{padding-top:1rem !important}.pt-sm-4{padding-top:1.5rem !important}.pt-sm-5{padding-top:3rem !important}.pe-sm-0{padding-right:0 !important}.pe-sm-1{padding-right:0.25rem !important}.pe-sm-2{padding-right:0.5rem !important}.pe-sm-3{padding-right:1rem !important}.pe-sm-4{padding-right:1.5rem !important}.pe-sm-5{padding-right:3rem !important}.pb-sm-0{padding-bottom:0 !important}.pb-sm-1{padding-bottom:0.25rem !important}.pb-sm-2{padding-bottom:0.5rem !important}.pb-sm-3{padding-bottom:1rem !important}.pb-sm-4{padding-bottom:1.5rem !important}.pb-sm-5{padding-bottom:3rem !important}.ps-sm-0{padding-left:0 !important}.ps-sm-1{padding-left:0.25rem !important}.ps-sm-2{padding-left:0.5rem !important}.ps-sm-3{padding-left:1rem !important}.ps-sm-4{padding-left:1.5rem !important}.ps-sm-5{padding-left:3rem !important}}@media (min-width: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-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.5rem !important}.m-md-3{margin:1rem !important}.m-md-4{margin:1.5rem !important}.m-md-5{margin:3rem !important}.m-md-auto{margin:auto !important}.mx-md-0{margin-right:0 !important;margin-left:0 !important}.mx-md-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-md-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-md-3{margin-right:1rem !important;margin-left:1rem !important}.mx-md-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-md-5{margin-right:3rem !important;margin-left:3rem !important}.mx-md-auto{margin-right:auto !important;margin-left:auto !important}.my-md-0{margin-top:0 !important;margin-bottom:0 !important}.my-md-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-md-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-md-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-md-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-md-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-md-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-md-0{margin-top:0 !important}.mt-md-1{margin-top:0.25rem !important}.mt-md-2{margin-top:0.5rem !important}.mt-md-3{margin-top:1rem !important}.mt-md-4{margin-top:1.5rem !important}.mt-md-5{margin-top:3rem !important}.mt-md-auto{margin-top:auto !important}.me-md-0{margin-right:0 !important}.me-md-1{margin-right:0.25rem !important}.me-md-2{margin-right:0.5rem !important}.me-md-3{margin-right:1rem !important}.me-md-4{margin-right:1.5rem !important}.me-md-5{margin-right:3rem !important}.me-md-auto{margin-right:auto !important}.mb-md-0{margin-bottom:0 !important}.mb-md-1{margin-bottom:0.25rem !important}.mb-md-2{margin-bottom:0.5rem !important}.mb-md-3{margin-bottom:1rem !important}.mb-md-4{margin-bottom:1.5rem !important}.mb-md-5{margin-bottom:3rem !important}.mb-md-auto{margin-bottom:auto !important}.ms-md-0{margin-left:0 !important}.ms-md-1{margin-left:0.25rem !important}.ms-md-2{margin-left:0.5rem !important}.ms-md-3{margin-left:1rem !important}.ms-md-4{margin-left:1.5rem !important}.ms-md-5{margin-left:3rem !important}.ms-md-auto{margin-left:auto !important}.p-md-0{padding:0 !important}.p-md-1{padding:0.25rem !important}.p-md-2{padding:0.5rem !important}.p-md-3{padding:1rem !important}.p-md-4{padding:1.5rem !important}.p-md-5{padding:3rem !important}.px-md-0{padding-right:0 !important;padding-left:0 !important}.px-md-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-md-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-md-3{padding-right:1rem !important;padding-left:1rem !important}.px-md-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-md-5{padding-right:3rem !important;padding-left:3rem !important}.py-md-0{padding-top:0 !important;padding-bottom:0 !important}.py-md-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-md-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-md-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-md-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-md-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-md-0{padding-top:0 !important}.pt-md-1{padding-top:0.25rem !important}.pt-md-2{padding-top:0.5rem !important}.pt-md-3{padding-top:1rem !important}.pt-md-4{padding-top:1.5rem !important}.pt-md-5{padding-top:3rem !important}.pe-md-0{padding-right:0 !important}.pe-md-1{padding-right:0.25rem !important}.pe-md-2{padding-right:0.5rem !important}.pe-md-3{padding-right:1rem !important}.pe-md-4{padding-right:1.5rem !important}.pe-md-5{padding-right:3rem !important}.pb-md-0{padding-bottom:0 !important}.pb-md-1{padding-bottom:0.25rem !important}.pb-md-2{padding-bottom:0.5rem !important}.pb-md-3{padding-bottom:1rem !important}.pb-md-4{padding-bottom:1.5rem !important}.pb-md-5{padding-bottom:3rem !important}.ps-md-0{padding-left:0 !important}.ps-md-1{padding-left:0.25rem !important}.ps-md-2{padding-left:0.5rem !important}.ps-md-3{padding-left:1rem !important}.ps-md-4{padding-left:1.5rem !important}.ps-md-5{padding-left:3rem !important}}@media (min-width: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-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.5rem !important}.m-lg-3{margin:1rem !important}.m-lg-4{margin:1.5rem !important}.m-lg-5{margin:3rem !important}.m-lg-auto{margin:auto !important}.mx-lg-0{margin-right:0 !important;margin-left:0 !important}.mx-lg-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-lg-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-lg-3{margin-right:1rem !important;margin-left:1rem !important}.mx-lg-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-lg-5{margin-right:3rem !important;margin-left:3rem !important}.mx-lg-auto{margin-right:auto !important;margin-left:auto !important}.my-lg-0{margin-top:0 !important;margin-bottom:0 !important}.my-lg-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-lg-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-lg-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-lg-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-lg-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-lg-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-lg-0{margin-top:0 !important}.mt-lg-1{margin-top:0.25rem !important}.mt-lg-2{margin-top:0.5rem !important}.mt-lg-3{margin-top:1rem !important}.mt-lg-4{margin-top:1.5rem !important}.mt-lg-5{margin-top:3rem !important}.mt-lg-auto{margin-top:auto !important}.me-lg-0{margin-right:0 !important}.me-lg-1{margin-right:0.25rem !important}.me-lg-2{margin-right:0.5rem !important}.me-lg-3{margin-right:1rem !important}.me-lg-4{margin-right:1.5rem !important}.me-lg-5{margin-right:3rem !important}.me-lg-auto{margin-right:auto !important}.mb-lg-0{margin-bottom:0 !important}.mb-lg-1{margin-bottom:0.25rem !important}.mb-lg-2{margin-bottom:0.5rem !important}.mb-lg-3{margin-bottom:1rem !important}.mb-lg-4{margin-bottom:1.5rem !important}.mb-lg-5{margin-bottom:3rem !important}.mb-lg-auto{margin-bottom:auto !important}.ms-lg-0{margin-left:0 !important}.ms-lg-1{margin-left:0.25rem !important}.ms-lg-2{margin-left:0.5rem !important}.ms-lg-3{margin-left:1rem !important}.ms-lg-4{margin-left:1.5rem !important}.ms-lg-5{margin-left:3rem !important}.ms-lg-auto{margin-left:auto !important}.p-lg-0{padding:0 !important}.p-lg-1{padding:0.25rem !important}.p-lg-2{padding:0.5rem !important}.p-lg-3{padding:1rem !important}.p-lg-4{padding:1.5rem !important}.p-lg-5{padding:3rem !important}.px-lg-0{padding-right:0 !important;padding-left:0 !important}.px-lg-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-lg-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-lg-3{padding-right:1rem !important;padding-left:1rem !important}.px-lg-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-lg-5{padding-right:3rem !important;padding-left:3rem !important}.py-lg-0{padding-top:0 !important;padding-bottom:0 !important}.py-lg-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-lg-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-lg-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-lg-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-lg-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-lg-0{padding-top:0 !important}.pt-lg-1{padding-top:0.25rem !important}.pt-lg-2{padding-top:0.5rem !important}.pt-lg-3{padding-top:1rem !important}.pt-lg-4{padding-top:1.5rem !important}.pt-lg-5{padding-top:3rem !important}.pe-lg-0{padding-right:0 !important}.pe-lg-1{padding-right:0.25rem !important}.pe-lg-2{padding-right:0.5rem !important}.pe-lg-3{padding-right:1rem !important}.pe-lg-4{padding-right:1.5rem !important}.pe-lg-5{padding-right:3rem !important}.pb-lg-0{padding-bottom:0 !important}.pb-lg-1{padding-bottom:0.25rem !important}.pb-lg-2{padding-bottom:0.5rem !important}.pb-lg-3{padding-bottom:1rem !important}.pb-lg-4{padding-bottom:1.5rem !important}.pb-lg-5{padding-bottom:3rem !important}.ps-lg-0{padding-left:0 !important}.ps-lg-1{padding-left:0.25rem !important}.ps-lg-2{padding-left:0.5rem !important}.ps-lg-3{padding-left:1rem !important}.ps-lg-4{padding-left:1.5rem !important}.ps-lg-5{padding-left:3rem !important}}@media (min-width: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-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.5rem !important}.m-xl-3{margin:1rem !important}.m-xl-4{margin:1.5rem !important}.m-xl-5{margin:3rem !important}.m-xl-auto{margin:auto !important}.mx-xl-0{margin-right:0 !important;margin-left:0 !important}.mx-xl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xl-auto{margin-right:auto !important;margin-left:auto !important}.my-xl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xl-0{margin-top:0 !important}.mt-xl-1{margin-top:0.25rem !important}.mt-xl-2{margin-top:0.5rem !important}.mt-xl-3{margin-top:1rem !important}.mt-xl-4{margin-top:1.5rem !important}.mt-xl-5{margin-top:3rem !important}.mt-xl-auto{margin-top:auto !important}.me-xl-0{margin-right:0 !important}.me-xl-1{margin-right:0.25rem !important}.me-xl-2{margin-right:0.5rem !important}.me-xl-3{margin-right:1rem !important}.me-xl-4{margin-right:1.5rem !important}.me-xl-5{margin-right:3rem !important}.me-xl-auto{margin-right:auto !important}.mb-xl-0{margin-bottom:0 !important}.mb-xl-1{margin-bottom:0.25rem !important}.mb-xl-2{margin-bottom:0.5rem !important}.mb-xl-3{margin-bottom:1rem !important}.mb-xl-4{margin-bottom:1.5rem !important}.mb-xl-5{margin-bottom:3rem !important}.mb-xl-auto{margin-bottom:auto !important}.ms-xl-0{margin-left:0 !important}.ms-xl-1{margin-left:0.25rem !important}.ms-xl-2{margin-left:0.5rem !important}.ms-xl-3{margin-left:1rem !important}.ms-xl-4{margin-left:1.5rem !important}.ms-xl-5{margin-left:3rem !important}.ms-xl-auto{margin-left:auto !important}.p-xl-0{padding:0 !important}.p-xl-1{padding:0.25rem !important}.p-xl-2{padding:0.5rem !important}.p-xl-3{padding:1rem !important}.p-xl-4{padding:1.5rem !important}.p-xl-5{padding:3rem !important}.px-xl-0{padding-right:0 !important;padding-left:0 !important}.px-xl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xl-0{padding-top:0 !important}.pt-xl-1{padding-top:0.25rem !important}.pt-xl-2{padding-top:0.5rem !important}.pt-xl-3{padding-top:1rem !important}.pt-xl-4{padding-top:1.5rem !important}.pt-xl-5{padding-top:3rem !important}.pe-xl-0{padding-right:0 !important}.pe-xl-1{padding-right:0.25rem !important}.pe-xl-2{padding-right:0.5rem !important}.pe-xl-3{padding-right:1rem !important}.pe-xl-4{padding-right:1.5rem !important}.pe-xl-5{padding-right:3rem !important}.pb-xl-0{padding-bottom:0 !important}.pb-xl-1{padding-bottom:0.25rem !important}.pb-xl-2{padding-bottom:0.5rem !important}.pb-xl-3{padding-bottom:1rem !important}.pb-xl-4{padding-bottom:1.5rem !important}.pb-xl-5{padding-bottom:3rem !important}.ps-xl-0{padding-left:0 !important}.ps-xl-1{padding-left:0.25rem !important}.ps-xl-2{padding-left:0.5rem !important}.ps-xl-3{padding-left:1rem !important}.ps-xl-4{padding-left:1.5rem !important}.ps-xl-5{padding-left:3rem !important}}@media (min-width: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-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.5rem !important}.m-xxl-3{margin:1rem !important}.m-xxl-4{margin:1.5rem !important}.m-xxl-5{margin:3rem !important}.m-xxl-auto{margin:auto !important}.mx-xxl-0{margin-right:0 !important;margin-left:0 !important}.mx-xxl-1{margin-right:0.25rem !important;margin-left:0.25rem !important}.mx-xxl-2{margin-right:0.5rem !important;margin-left:0.5rem !important}.mx-xxl-3{margin-right:1rem !important;margin-left:1rem !important}.mx-xxl-4{margin-right:1.5rem !important;margin-left:1.5rem !important}.mx-xxl-5{margin-right:3rem !important;margin-left:3rem !important}.mx-xxl-auto{margin-right:auto !important;margin-left:auto !important}.my-xxl-0{margin-top:0 !important;margin-bottom:0 !important}.my-xxl-1{margin-top:0.25rem !important;margin-bottom:0.25rem !important}.my-xxl-2{margin-top:0.5rem !important;margin-bottom:0.5rem !important}.my-xxl-3{margin-top:1rem !important;margin-bottom:1rem !important}.my-xxl-4{margin-top:1.5rem !important;margin-bottom:1.5rem !important}.my-xxl-5{margin-top:3rem !important;margin-bottom:3rem !important}.my-xxl-auto{margin-top:auto !important;margin-bottom:auto !important}.mt-xxl-0{margin-top:0 !important}.mt-xxl-1{margin-top:0.25rem !important}.mt-xxl-2{margin-top:0.5rem !important}.mt-xxl-3{margin-top:1rem !important}.mt-xxl-4{margin-top:1.5rem !important}.mt-xxl-5{margin-top:3rem !important}.mt-xxl-auto{margin-top:auto !important}.me-xxl-0{margin-right:0 !important}.me-xxl-1{margin-right:0.25rem !important}.me-xxl-2{margin-right:0.5rem !important}.me-xxl-3{margin-right:1rem !important}.me-xxl-4{margin-right:1.5rem !important}.me-xxl-5{margin-right:3rem !important}.me-xxl-auto{margin-right:auto !important}.mb-xxl-0{margin-bottom:0 !important}.mb-xxl-1{margin-bottom:0.25rem !important}.mb-xxl-2{margin-bottom:0.5rem !important}.mb-xxl-3{margin-bottom:1rem !important}.mb-xxl-4{margin-bottom:1.5rem !important}.mb-xxl-5{margin-bottom:3rem !important}.mb-xxl-auto{margin-bottom:auto !important}.ms-xxl-0{margin-left:0 !important}.ms-xxl-1{margin-left:0.25rem !important}.ms-xxl-2{margin-left:0.5rem !important}.ms-xxl-3{margin-left:1rem !important}.ms-xxl-4{margin-left:1.5rem !important}.ms-xxl-5{margin-left:3rem !important}.ms-xxl-auto{margin-left:auto !important}.p-xxl-0{padding:0 !important}.p-xxl-1{padding:0.25rem !important}.p-xxl-2{padding:0.5rem !important}.p-xxl-3{padding:1rem !important}.p-xxl-4{padding:1.5rem !important}.p-xxl-5{padding:3rem !important}.px-xxl-0{padding-right:0 !important;padding-left:0 !important}.px-xxl-1{padding-right:0.25rem !important;padding-left:0.25rem !important}.px-xxl-2{padding-right:0.5rem !important;padding-left:0.5rem !important}.px-xxl-3{padding-right:1rem !important;padding-left:1rem !important}.px-xxl-4{padding-right:1.5rem !important;padding-left:1.5rem !important}.px-xxl-5{padding-right:3rem !important;padding-left:3rem !important}.py-xxl-0{padding-top:0 !important;padding-bottom:0 !important}.py-xxl-1{padding-top:0.25rem !important;padding-bottom:0.25rem !important}.py-xxl-2{padding-top:0.5rem !important;padding-bottom:0.5rem !important}.py-xxl-3{padding-top:1rem !important;padding-bottom:1rem !important}.py-xxl-4{padding-top:1.5rem !important;padding-bottom:1.5rem !important}.py-xxl-5{padding-top:3rem !important;padding-bottom:3rem !important}.pt-xxl-0{padding-top:0 !important}.pt-xxl-1{padding-top:0.25rem !important}.pt-xxl-2{padding-top:0.5rem !important}.pt-xxl-3{padding-top:1rem !important}.pt-xxl-4{padding-top:1.5rem !important}.pt-xxl-5{padding-top:3rem !important}.pe-xxl-0{padding-right:0 !important}.pe-xxl-1{padding-right:0.25rem !important}.pe-xxl-2{padding-right:0.5rem !important}.pe-xxl-3{padding-right:1rem !important}.pe-xxl-4{padding-right:1.5rem !important}.pe-xxl-5{padding-right:3rem !important}.pb-xxl-0{padding-bottom:0 !important}.pb-xxl-1{padding-bottom:0.25rem !important}.pb-xxl-2{padding-bottom:0.5rem !important}.pb-xxl-3{padding-bottom:1rem !important}.pb-xxl-4{padding-bottom:1.5rem !important}.pb-xxl-5{padding-bottom:3rem !important}.ps-xxl-0{padding-left:0 !important}.ps-xxl-1{padding-left:0.25rem !important}.ps-xxl-2{padding-left:0.5rem !important}.ps-xxl-3{padding-left:1rem !important}.ps-xxl-4{padding-left:1.5rem !important}.ps-xxl-5{padding-left:3rem !important}}@media print{.d-print-inline{display:inline !important}.d-print-inline-block{display:inline-block !important}.d-print-block{display:block !important}.d-print-grid{display:grid !important}.d-print-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}}/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */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}html{scroll-behavior:smooth}body{font-family:"Prompt", sans-serif}html,body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;max-height:999999px;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none}#wrapper{overflow:hidden}section.mod_article:not(:first-child):not(.blank){padding-top:50px;padding-bottom:50px}section.mod_article.ov{overflow:visible}section.mod_article.h50{height:50vh}section.mod_article.h100{height:100vh}section.mod_article.cont-table{display:flex}section.mod_article.cont-table.ctpx-left{justify-content:flex-start}section.mod_article.cont-table.ctpx-center{justify-content:center}section.mod_article.cont-table.ctpx-right{justify-content:flex-end}section.mod_article.cont-table.ctpy-top{align-items:flex-start}section.mod_article.cont-table.ctpy-center{align-items:center}section.mod_article.cont-table.ctpy-bottom{align-items:flex-end}p:last-child{margin-bottom:0}h1:first-child,h2:first-child,h3:first-child,h4:first-child,h5:first-child,h6:first-child{margin-top:0}h1:last-child,h2:last-child,h3:last-child,h4:last-child,h5:last-child,h6:last-child{margin-bottom:0}.ce_gallery.fixed-cols ul{display:flex;flex-wrap:wrap;gap:25px;margin:0;padding:20px 0 0}.ce_gallery.fixed-cols ul>li{list-style:none}.ce_gallery.fixed-cols ul>li .image_container{margin:0}.ce_gallery.fixed-cols ul>li .image_container img,.ce_gallery.fixed-cols ul>li .image_container picture{width:100%;height:auto}.ce_gallery.fixed-cols ul.cols_1>li{width:calc((100% - ((1 - 1) * 25px)) / 1)}.ce_gallery.fixed-cols ul.cols_2>li{width:calc((100% - ((2 - 1) * 25px)) / 2)}.ce_gallery.fixed-cols ul.cols_3>li{width:calc((100% - ((3 - 1) * 25px)) / 3)}.ce_gallery.fixed-cols ul.cols_4>li{width:calc((100% - ((4 - 1) * 25px)) / 4)}.ce_gallery.fixed-cols ul.cols_5>li{width:calc((100% - ((5 - 1) * 25px)) / 5)}.ce_gallery.fixed-cols ul.cols_6>li{width:calc((100% - ((6 - 1) * 25px)) / 6)}.ce_gallery.fixed-cols ul.cols_7>li{width:calc((100% - ((7 - 1) * 25px)) / 7)}.ce_gallery.fixed-cols ul.cols_8>li{width:calc((100% - ((8 - 1) * 25px)) / 8)}.ce_gallery.fixed-cols ul.cols_9>li{width:calc((100% - ((9 - 1) * 25px)) / 9)}.ce_gallery.fixed-cols ul.cols_10>li{width:calc((100% - ((10 - 1) * 25px)) / 10)}.ce_gallery.fixed-cols ul.cols_11>li{width:calc((100% - ((11 - 1) * 25px)) / 11)}.ce_gallery.fixed-cols ul.cols_12>li{width:calc((100% - ((12 - 1) * 25px)) / 12)}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols){--gallery-layout-gap: 25px;--gallery-column-count: 1;--gallery-item--min-width: 250px}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul{--gallery-gap-count: calc(var(--gallery-column-count) - 1);--gallery-total-gap-width: calc(var(--gallery-gap-count) * var(--gallery-layout-gap));--gallery-item--max-width: calc((100% - var(--gallery-total-gap-width)) / var(--gallery-column-count));display:grid;grid-template-columns:repeat(auto-fit, minmax(max(var(--gallery-item--min-width), var(--gallery-item--max-width)), 1fr));grid-gap:var(--gallery-layout-gap);padding:0}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul.cols_1{--gallery-column-count: 1}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul.cols_2{--gallery-column-count: 2}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul.cols_3{--gallery-column-count: 3}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul.cols_4{--gallery-column-count: 4}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul.cols_5{--gallery-column-count: 5}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul.cols_6{--gallery-column-count: 6}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul.cols_7{--gallery-column-count: 7}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul.cols_8{--gallery-column-count: 8}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul.cols_9{--gallery-column-count: 9}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul.cols_10{--gallery-column-count: 10}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul.cols_11{--gallery-column-count: 11}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul.cols_12{--gallery-column-count: 12}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul>li{list-style:none}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul>li .image_container{margin:0}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul>li .image_container img,.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols) ul>li .image_container picture{width:100%;height:auto}.ce_gallery:not(.ps-gallery-slider):not(.fixed-cols).no-auto-fit ul{grid-template-columns:repeat(var(--gallery-column-count), minmax(max(var(--gallery-item--min-width), var(--gallery-item--max-width)), 1fr))}.ce_gallery.ps-gallery-slider{position:relative;left:50%;padding:0 20px;width:100vw;transform:translateX(-50%);box-sizing:border-box}@media (min-width:576px){.ce_gallery.ps-gallery-slider{padding:0 45px}}@media (min-width:992px){.ce_gallery.ps-gallery-slider{padding:0 120px}}@media (min-width:1200px){.ce_gallery.ps-gallery-slider{padding:0 200px}}.ce_gallery.ps-gallery-slider .image_container{width:100%;height:100%;line-height:0}.ce_gallery.ps-gallery-slider .image_container img,.ce_gallery.ps-gallery-slider .image_container picture{width:100%;height:100%;line-height:0}.ce_gallery.ps-gallery-slider .tns-controls button[data-controls="prev"],.ce_gallery.ps-gallery-slider .tns-controls button[data-controls="next"]{all:unset;position:absolute;top:0;text-indent:9999em;width:20px;height:100%;background:transparent url("../../files/spectomed/layout/images/icons/white/arrow-next.svg") no-repeat center center / 35px auto;opacity:0.6;cursor:pointer;z-index:500;transition:opacity 400ms}@media (min-width:576px){.ce_gallery.ps-gallery-slider .tns-controls button[data-controls="prev"],.ce_gallery.ps-gallery-slider .tns-controls button[data-controls="next"]{width:45px}}@media (min-width:992px){.ce_gallery.ps-gallery-slider .tns-controls button[data-controls="prev"],.ce_gallery.ps-gallery-slider .tns-controls button[data-controls="next"]{width:120px}}@media (min-width:1200px){.ce_gallery.ps-gallery-slider .tns-controls button[data-controls="prev"],.ce_gallery.ps-gallery-slider .tns-controls button[data-controls="next"]{width:200px}}.ce_gallery.ps-gallery-slider .tns-controls button[data-controls="prev"]:hover,.ce_gallery.ps-gallery-slider .tns-controls button[data-controls="next"]:hover{opacity:1}.ce_gallery.ps-gallery-slider .tns-controls button[data-controls="prev"]{left:0;background-image:url("../../files/spectomed/layout/images/icons/white/arrow-prev.svg");transform:translateX(-100%)}.ce_gallery.ps-gallery-slider .tns-controls button[data-controls="next"]{right:0;transform:translateX(100%)}.ce_gallery.ps-gallery-slider .tns-ovh{overflow:visible}.ce_gallery.ps-gallery-slider ul{margin:0;padding:0}.ce_gallery.ps-gallery-slider ul>li{position:relative;opacity:1;transition:opacity 400ms}.ce_gallery.ps-gallery-slider ul>li .image_container{margin:0}.ce_gallery.ps-gallery-slider ul>li:not(.tns-slide-active):after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0d6efd;opacity:0.6}.py-xxs,.pt-xxs{padding-top:12.5px !important}@media (min-width:1200px){.py-xxs,.pt-xxs{padding-top:25px !important}}.px-xxs,.pr-xxs{padding-right:12.5px !important}@media (min-width:1200px){.px-xxs,.pr-xxs{padding-right:25px !important}}.py-xxs,.pb-xxs{padding-bottom:12.5px !important}@media (min-width:1200px){.py-xxs,.pb-xxs{padding-bottom:25px !important}}.px-xxs,.pl-xxs{padding-left:12.5px !important}@media (min-width:1200px){.px-xxs,.pl-xxs{padding-left:25px !important}}.my-xxs,.mt-xxs{margin-top:12.5px !important}@media (min-width:1200px){.my-xxs,.mt-xxs{margin-top:25px !important}}.mx-xxs,.mr-xxs{margin-right:12.5px !important}@media (min-width:1200px){.mx-xxs,.mr-xxs{margin-right:25px !important}}.my-xxs,.mb-xxs{margin-bottom:12.5px !important}@media (min-width:1200px){.my-xxs,.mb-xxs{margin-bottom:25px !important}}.mx-xxs,.ml-xxs{margin-left:12.5px !important}@media (min-width:1200px){.mx-xxs,.ml-xxs{margin-left:25px !important}}.py-xs,.pt-xs{padding-top:25px !important}@media (min-width:1200px){.py-xs,.pt-xs{padding-top:50px !important}}.px-xs,.pr-xs{padding-right:25px !important}@media (min-width:1200px){.px-xs,.pr-xs{padding-right:50px !important}}.py-xs,.pb-xs{padding-bottom:25px !important}@media (min-width:1200px){.py-xs,.pb-xs{padding-bottom:50px !important}}.px-xs,.pl-xs{padding-left:25px !important}@media (min-width:1200px){.px-xs,.pl-xs{padding-left:50px !important}}.my-xs,.mt-xs{margin-top:25px !important}@media (min-width:1200px){.my-xs,.mt-xs{margin-top:50px !important}}.mx-xs,.mr-xs{margin-right:25px !important}@media (min-width:1200px){.mx-xs,.mr-xs{margin-right:50px !important}}.my-xs,.mb-xs{margin-bottom:25px !important}@media (min-width:1200px){.my-xs,.mb-xs{margin-bottom:50px !important}}.mx-xs,.ml-xs{margin-left:25px !important}@media (min-width:1200px){.mx-xs,.ml-xs{margin-left:50px !important}}.py-sm,.pt-sm{padding-top:37.5px !important}@media (min-width:1200px){.py-sm,.pt-sm{padding-top:75px !important}}.px-sm,.pr-sm{padding-right:37.5px !important}@media (min-width:1200px){.px-sm,.pr-sm{padding-right:75px !important}}.py-sm,.pb-sm{padding-bottom:37.5px !important}@media (min-width:1200px){.py-sm,.pb-sm{padding-bottom:75px !important}}.px-sm,.pl-sm{padding-left:37.5px !important}@media (min-width:1200px){.px-sm,.pl-sm{padding-left:75px !important}}.my-sm,.mt-sm{margin-top:37.5px !important}@media (min-width:1200px){.my-sm,.mt-sm{margin-top:75px !important}}.mx-sm,.mr-sm{margin-right:37.5px !important}@media (min-width:1200px){.mx-sm,.mr-sm{margin-right:75px !important}}.my-sm,.mb-sm{margin-bottom:37.5px !important}@media (min-width:1200px){.my-sm,.mb-sm{margin-bottom:75px !important}}.mx-sm,.ml-sm{margin-left:37.5px !important}@media (min-width:1200px){.mx-sm,.ml-sm{margin-left:75px !important}}.py-md,.pt-md{padding-top:50px !important}@media (min-width:1200px){.py-md,.pt-md{padding-top:100px !important}}.px-md,.pr-md{padding-right:50px !important}@media (min-width:1200px){.px-md,.pr-md{padding-right:100px !important}}.py-md,.pb-md{padding-bottom:50px !important}@media (min-width:1200px){.py-md,.pb-md{padding-bottom:100px !important}}.px-md,.pl-md{padding-left:50px !important}@media (min-width:1200px){.px-md,.pl-md{padding-left:100px !important}}.my-md,.mt-md{margin-top:50px !important}@media (min-width:1200px){.my-md,.mt-md{margin-top:100px !important}}.mx-md,.mr-md{margin-right:50px !important}@media (min-width:1200px){.mx-md,.mr-md{margin-right:100px !important}}.my-md,.mb-md{margin-bottom:50px !important}@media (min-width:1200px){.my-md,.mb-md{margin-bottom:100px !important}}.mx-md,.ml-md{margin-left:50px !important}@media (min-width:1200px){.mx-md,.ml-md{margin-left:100px !important}}.py-lg,.pt-lg{padding-top:62.5px !important}@media (min-width:1200px){.py-lg,.pt-lg{padding-top:125px !important}}.px-lg,.pr-lg{padding-right:62.5px !important}@media (min-width:1200px){.px-lg,.pr-lg{padding-right:125px !important}}.py-lg,.pb-lg{padding-bottom:62.5px !important}@media (min-width:1200px){.py-lg,.pb-lg{padding-bottom:125px !important}}.px-lg,.pl-lg{padding-left:62.5px !important}@media (min-width:1200px){.px-lg,.pl-lg{padding-left:125px !important}}.my-lg,.mt-lg{margin-top:62.5px !important}@media (min-width:1200px){.my-lg,.mt-lg{margin-top:125px !important}}.mx-lg,.mr-lg{margin-right:62.5px !important}@media (min-width:1200px){.mx-lg,.mr-lg{margin-right:125px !important}}.my-lg,.mb-lg{margin-bottom:62.5px !important}@media (min-width:1200px){.my-lg,.mb-lg{margin-bottom:125px !important}}.mx-lg,.ml-lg{margin-left:62.5px !important}@media (min-width:1200px){.mx-lg,.ml-lg{margin-left:125px !important}}.py-xl,.pt-xl{padding-top:75px !important}@media (min-width:1200px){.py-xl,.pt-xl{padding-top:150px !important}}.px-xl,.pr-xl{padding-right:75px !important}@media (min-width:1200px){.px-xl,.pr-xl{padding-right:150px !important}}.py-xl,.pb-xl{padding-bottom:75px !important}@media (min-width:1200px){.py-xl,.pb-xl{padding-bottom:150px !important}}.px-xl,.pl-xl{padding-left:75px !important}@media (min-width:1200px){.px-xl,.pl-xl{padding-left:150px !important}}.my-xl,.mt-xl{margin-top:75px !important}@media (min-width:1200px){.my-xl,.mt-xl{margin-top:150px !important}}.mx-xl,.mr-xl{margin-right:75px !important}@media (min-width:1200px){.mx-xl,.mr-xl{margin-right:150px !important}}.my-xl,.mb-xl{margin-bottom:75px !important}@media (min-width:1200px){.my-xl,.mb-xl{margin-bottom:150px !important}}.mx-xl,.ml-xl{margin-left:75px !important}@media (min-width:1200px){.mx-xl,.ml-xl{margin-left:150px !important}}.py-xxl,.pt-xxl{padding-top:87.5px !important}@media (min-width:1200px){.py-xxl,.pt-xxl{padding-top:175px !important}}.px-xxl,.pr-xxl{padding-right:87.5px !important}@media (min-width:1200px){.px-xxl,.pr-xxl{padding-right:175px !important}}.py-xxl,.pb-xxl{padding-bottom:87.5px !important}@media (min-width:1200px){.py-xxl,.pb-xxl{padding-bottom:175px !important}}.px-xxl,.pl-xxl{padding-left:87.5px !important}@media (min-width:1200px){.px-xxl,.pl-xxl{padding-left:175px !important}}.my-xxl,.mt-xxl{margin-top:87.5px !important}@media (min-width:1200px){.my-xxl,.mt-xxl{margin-top:175px !important}}.mx-xxl,.mr-xxl{margin-right:87.5px !important}@media (min-width:1200px){.mx-xxl,.mr-xxl{margin-right:175px !important}}.my-xxl,.mb-xxl{margin-bottom:87.5px !important}@media (min-width:1200px){.my-xxl,.mb-xxl{margin-bottom:175px !important}}.mx-xxl,.ml-xxl{margin-left:87.5px !important}@media (min-width:1200px){.mx-xxl,.ml-xxl{margin-left:175px !important}}.py-none,.pt-none{padding-top:0 !important}@media (min-width:1200px){.py-none,.pt-none{padding-top:0 !important}}.px-none,.pr-none{padding-right:0 !important}@media (min-width:1200px){.px-none,.pr-none{padding-right:0 !important}}.py-none,.pb-none{padding-bottom:0 !important}@media (min-width:1200px){.py-none,.pb-none{padding-bottom:0 !important}}.px-none,.pl-none{padding-left:0 !important}@media (min-width:1200px){.px-none,.pl-none{padding-left:0 !important}}.my-none,.mt-none{margin-top:0 !important}@media (min-width:1200px){.my-none,.mt-none{margin-top:0 !important}}.mx-none,.mr-none{margin-right:0 !important}@media (min-width:1200px){.mx-none,.mr-none{margin-right:0 !important}}.my-none,.mb-none{margin-bottom:0 !important}@media (min-width:1200px){.my-none,.mb-none{margin-bottom:0 !important}}.mx-none,.ml-none{margin-left:0 !important}@media (min-width:1200px){.mx-none,.ml-none{margin-left:0 !important}}.ce_gallery a{position:relative;display:block;width:100%;height:100%;overflow:hidden}.ce_gallery a:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(147, 145, 135, 0.65);opacity:0;visibility:hidden;transition:opacity 450ms, visibility 450ms}.ce_gallery a:before{content:"";position:absolute;top:50%;left:50%;width:24px;height:24px;background:transparent url("../../files/spectomed/layout/images/icons/plus.svg") no-repeat center center / contain;transform:translateX(-50%) translateY(-50%);z-index:5;opacity:0;visibility:hidden;transition:opacity 450ms, visibility 450ms}.ce_gallery a img,.ce_gallery a picture{transition:transform 450ms, filter 450ms}.ce_gallery a:hover:after,.ce_gallery a:hover:before{opacity:1;visibility:visible}.ce_gallery a:hover img,.ce_gallery a:hover picture{filter:blur(5px);transform:scale(1.1)}@font-face{font-family:"Syne";font-style:normal;font-weight:400;src:url("../../files/spectomed/layout/fonts/syne/syne-v15-latin-regular.eot");src:local("Syne"), url("../../files/spectomed/layout/fonts/syne/syne-v15-latin-regular.eot?#iefix") format("embedded-opentype"), url("../../files/spectomed/layout/fonts/syne/syne-v15-latin-regular.woff2") format("woff2"), url("../../files/spectomed/layout/fonts/syne/syne-v15-latin-regular.woff") format("woff"), url("../../files/spectomed/layout/fonts/syne/syne-v15-latin-regular.ttf") format("truetype"), url("../../files/spectomed/layout/fonts/syne/syne-v15-latin-regular.svg#Syne") format("svg");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:"Syne";font-style:normal;font-weight:700;src:url("../../files/spectomed/layout/fonts/syne/syne-v15-latin-700.eot");src:local("Syne"), url("../../files/spectomed/layout/fonts/syne/syne-v15-latin-700.eot?#iefix") format("embedded-opentype"), url("../../files/spectomed/layout/fonts/syne/syne-v15-latin-700.woff2") format("woff2"), url("../../files/spectomed/layout/fonts/syne/syne-v15-latin-700.woff") format("woff"), url("../../files/spectomed/layout/fonts/syne/syne-v15-latin-700.ttf") format("truetype"), url("../../files/spectomed/layout/fonts/syne/syne-v15-latin-700.svg#Syne") format("svg");unicode-range:U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD}@font-face{font-family:"Prompt";src:url("../../files/spectomed/layout/fonts/prompt/Prompt-ExtraLight.woff2") format("woff2"), url("../../files/spectomed/layout/fonts/prompt/Prompt-ExtraLight.woff") format("woff");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:"Prompt";src:url("../../files/spectomed/layout/fonts/prompt/Prompt-Regular.woff2") format("woff2"), url("../../files/spectomed/layout/fonts/prompt/Prompt-Regular.woff") format("woff");font-weight:normal;font-style:normal;font-display:swap}@font-face{font-family:"Prompt";src:url("../../files/spectomed/layout/fonts/prompt/Prompt-Medium.woff2") format("woff2"), url("../../files/spectomed/layout/fonts/prompt/Prompt-Medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:"Prompt";src:url("../../files/spectomed/layout/fonts/prompt/Prompt-Light.woff2") format("woff2"), url("../../files/spectomed/layout/fonts/prompt/Prompt-Light.woff") format("woff");font-weight:300;font-style:normal;font-display:swap}body,html{-moz-hyphens:none;-ms-hyphens:none;-webkit-hyphens:none;hyphens:none;font-weight:300}.fancybox__backdrop{background:rgba(91, 88, 77, 0.9) !important}.fancybox__container{z-index:100500 !important}.fancybox__container.page-lightbox{--fancybox-content-bg: transparent}.fancybox__container .fancybox__content a:focus{outline:none}.fancybox__container .fancybox__content .headline{margin-bottom:35px}.fancybox__container .fancybox__content .txt-white a{color:#fff}.fancybox__container .fancybox__content>.carousel__button.is-close{position:fixed;top:20px;right:20px}.carousel__button svg{filter:none !important}.roundframe{height:100%;border-top-right-radius:50vh;border-bottom-left-radius:50vh;overflow:hidden;mix-blend-mode:multiply}*{box-sizing:border-box}html,body{text-rendering:optimizeLegibility}:root{--base-font-size: 1rem;--base-headline-font-size: 1rem}@media (min-width:768px){:root{--base-font-size: 1.5rem;--base-headline-font-size: 1.5rem}}body{font-size:var(--base-font-size);line-height:1.33em}body.bfs-sm{--base-font-size: 1.2rem;--base-headline-font-size: 1.2rem}body.bfs-lg{--base-font-size: 1.8rem;--base-headline-font-size: 1.8rem}.container-m-sm,.container-m-md,.container-m-lg,.container-m-xl,.container-m-xxl{width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.container-m-sm,.container-m-md,.container-m-lg,.container-m-xl,.container-m-xxl{width:540px}}@media (min-width:768px){.container-m-md,.container-m-lg,.container-m-xl,.container-m-xxl{width:720px}}@media (min-width:992px){.container-m-lg,.container-m-xl,.container-m-xxl{width:960px}}@media (min-width:1200px){.container-m-xl,.container-m-xxl{width:1140px}}@media (min-width:1400px){.container-m-xxl{width:1320px}}.mod_article.pr{position:relative}.mod_article.z1{z-index:1}.mod_article.z2{z-index:2}.mod_article.z3{z-index:3}.mod_article.z4{z-index:4}.mod_article.z5{z-index:5}.mod_article.z6{z-index:6}.mod_article.z7{z-index:7}.mod_article.z8{z-index:8}.mod_article.z9{z-index:9}.mod_article.z10{z-index:10}.mod_article.z11{z-index:11}.mod_article.z12{z-index:12}.mod_article.z13{z-index:13}.mod_article.z14{z-index:14}.mod_article.z15{z-index:15}.mod_article.z16{z-index:16}.mod_article.z17{z-index:17}.mod_article.z18{z-index:18}.mod_article.z19{z-index:19}.mod_article.z20{z-index:20}.mod_article.z21{z-index:21}.mod_article.z22{z-index:22}.mod_article.z23{z-index:23}.mod_article.z24{z-index:24}.mod_article.z25{z-index:25}.mod_article.z26{z-index:26}.mod_article.z27{z-index:27}.mod_article.z28{z-index:28}.mod_article.z29{z-index:29}.mod_article.z30{z-index:30}.mod_article.z31{z-index:31}.mod_article.z32{z-index:32}.mod_article.z33{z-index:33}.mod_article.z34{z-index:34}.mod_article.z35{z-index:35}.mod_article.z36{z-index:36}.mod_article.z37{z-index:37}.mod_article.z38{z-index:38}.mod_article.z39{z-index:39}.mod_article.z40{z-index:40}.mod_article.z41{z-index:41}.mod_article.z42{z-index:42}.mod_article.z43{z-index:43}.mod_article.z44{z-index:44}.mod_article.z45{z-index:45}.mod_article.z46{z-index:46}.mod_article.z47{z-index:47}.mod_article.z48{z-index:48}.mod_article.z49{z-index:49}.mod_article.z50{z-index:50}.mod_article.bgc-main,.mod_article.bgc-olive{background-color:#939187}.mod_article.bgc-beige,.mod_article.bgc-secondary{background-color:#E7E5DF}.mod_article.bgc-half-main,.mod_article.bgc-half-olive,.mod_article.bgc-half-beige,.mod_article.bgc-half-secondary{position:relative}.mod_article.bgc-half-main:before,.mod_article.bgc-half-olive:before,.mod_article.bgc-half-beige:before,.mod_article.bgc-half-secondary:before{content:"";position:absolute;top:0;left:0;width:100%;height:50%;background-color:#E7E5DF}.mod_article.bgc-half-main>div,.mod_article.bgc-half-olive>div,.mod_article.bgc-half-beige>div,.mod_article.bgc-half-secondary>div{position:relative}.mod_article.bgc-half-main:before,.mod_article.bgc-half-olive:before{background-color:#939187}.mod_article.top-center-line,.mod_article.bottom-center-line{position:relative}.mod_article.top-center-line:after,.mod_article.bottom-center-line:after{content:"";position:absolute;left:50%;width:2px;height:60px;background-color:#fff;transform:translateX(-50%)}.mod_article.top-center-line:first-child:after,.mod_article.bottom-center-line:first-child:after{height:120px}.mod_article.top-center-line.center-line-main:after,.mod_article.top-center-line.center-line-olive:after,.mod_article.bottom-center-line.center-line-main:after,.mod_article.bottom-center-line.center-line-olive:after{background-color:#939187}.mod_article.top-center-line.center-line-secondary:after,.mod_article.top-center-line.center-line-beige:after,.mod_article.bottom-center-line.center-line-secondary:after,.mod_article.bottom-center-line.center-line-beige:after{background-color:#E7E5DF}.mod_article.top-center-line:after{top:0}.mod_article.bottom-center-line:after{bottom:0}.mod_article.boxed{width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){.mod_article.boxed{width:540px}}@media (min-width:768px){.mod_article.boxed{width:720px}}@media (min-width:992px){.mod_article.boxed{width:960px}}@media (min-width:1200px){.mod_article.boxed{width:1140px}}@media (min-width:1400px){.mod_article.boxed{width:1320px}}.mod_article.bg-image{position:relative}.mod_article.bg-image>.bg-img-container{position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-position:center center;background-size:cover;background-attachment:scroll;mix-blend-mode:multiply}@media only screen and (min-width:1024px){.mod_article.bg-image>.bg-img-container{background-attachment:fixed}}header{position:absolute;top:0;left:0;width:100vw;z-index:95000;filter:blur(0);transition:filter 400ms}body.homepage header{position:fixed}header.blured{filter:blur(3px)}header .section-header__inside{margin:0 auto;padding:25px 0;width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){header .section-header__inside{display:flex;justify-content:space-between;align-items:center;padding:50px 0}}@media (min-width:576px){header .section-header__inside{width:540px}}@media (min-width:768px){header .section-header__inside{width:720px}}@media (min-width:992px){header .section-header__inside{width:960px}}@media (min-width:1200px){header .section-header__inside{width:1140px}}@media (min-width:1400px){header .section-header__inside{width:1320px}}header .logo a:after{content:none;display:none}header .logo svg{width:311px;height:auto}header .logo figcaption{color:#edeceb;font-size:17px;line-height:1.1em}@media (max-width:575.98px){header .logo svg{width:220px}header .logo figcaption{font-size:12.5px}}header .fs-container{position:fixed;left:0;bottom:0}footer{background-color:#939187}footer .section-footer__inside{display:flex;align-items:center;line-height:1em;padding:50px 0;margin:0 auto}@media (max-width:575.98px){footer .section-footer__inside{flex-wrap:wrap}}@media (min-width:992px){footer .section-footer__inside{width:960px}}footer .section-footer__inside div{color:#fff}footer .section-footer__inside div .headline{color:#edeceb;font-size:0.8rem;font-weight:700;font-weight:normal;text-transform:uppercase}footer .section-footer__inside div p{font-size:0.7em}footer .section-footer__inside div:not(.logo){align-self:flex-start}footer .section-footer__inside div.logo{margin-left:auto}footer .section-footer__inside div.logo a{display:block;width:100%}footer .section-footer__inside div.logo img{width:100%}footer .section-footer__inside div.opening-hours{padding-right:50px}footer .section-footer__inside div a{color:#fff;text-decoration:none}@media (max-width:575.98px){footer .section-footer__inside div{width:100%;padding:20px 25px}footer .section-footer__inside div.logo{order:1;padding-top:0;text-align:center}footer .section-footer__inside div.opening-hours{order:2}footer .section-footer__inside div.events{order:3;padding-bottom:0}}footer .logo a:after{content:none;display:none}footer .logo figcaption{color:#edeceb;font-size:15px;line-height:1.1em}#fixedContainer{position:fixed;bottom:0;left:0;width:100vw;transform:none}body:not(.homepage) #fixedContainer{position:absolute;top:100vh;bottom:auto;transform:translateY(-100%)}#fixedContainer .section-fixedContainer__inside{display:flex;justify-content:space-between;align-items:center;margin:0 auto;padding:0 0 50px;width:100%;padding-right:var(--bs-gutter-x, 0.75rem);padding-left:var(--bs-gutter-x, 0.75rem);margin-right:auto;margin-left:auto}@media (min-width:576px){#fixedContainer .section-fixedContainer__inside{width:540px}}@media (min-width:768px){#fixedContainer .section-fixedContainer__inside{width:720px}}@media (min-width:992px){#fixedContainer .section-fixedContainer__inside{width:960px}}@media (min-width:1200px){#fixedContainer .section-fixedContainer__inside{width:1140px}}@media (min-width:1400px){#fixedContainer .section-fixedContainer__inside{width:1320px}}#fixedContainer.blured{filter:blur(3px)}#fixedContainer .fs-container{position:relative;width:80px;padding:0 0 0 10px}@media (max-width:575.98px){#fixedContainer .fs-container{margin-left:15px}}#fixedContainer .fs-container .fs-m,#fixedContainer .fs-container .fs-p{position:absolute;top:50%;left:-10px;color:#fff;font-size:1.5rem;line-height:1em;transform:translateY(-50%)}#fixedContainer .fs-container .fs-m:after,#fixedContainer .fs-container .fs-p:after{content:none;display:none}#fixedContainer .fs-container .fs-p{left:auto;right:-20px}#fixedContainer .fs-container .current-fs{position:relative;width:100%;height:2px;background-color:#E7E5DF50}#fixedContainer .fs-container .current-fs .a{position:absolute;top:0;left:50%;color:#edeceb;font-size:2rem;line-height:1em;margin-top:-2px;transform:translateX(-50%) translateY(-50%);transition:left 450ms}#fixedContainer .fs-container.sm .current-fs .a{left:0}#fixedContainer .fs-container.lg .current-fs .a{left:100%}#fixedContainer .opening-hours{display:flex;align-items:center;background:transparent url("../../files/spectomed/layout/images/icons/clock.svg") no-repeat right 1px center / auto 100%;height:32px;cursor:pointer}@media (max-width:370px){#fixedContainer .opening-hours{transform:rotate(90deg) translateY(100%);transform-origin:100% 100%}}#fixedContainer .opening-hours .text{color:#edeceb;font-size:calc(var(--base-font-size) * 0.7);padding-right:45px;transition:color 450ms}#fixedContainer .opening-hours .text span{position:relative;display:inline-block}#fixedContainer .opening-hours .text span:after{content:"";position:absolute;bottom:2px;left:0;width:0;height:2px;background:#edeceb;transition:width 450ms}#fixedContainer .opening-hours:hover .text span:after{width:100%}body.scrolled header{position:absolute !important;filter:none;transform:none !important;z-index:unset}@media (max-width:991px){header{filter:none;transform:none !important}body.open-navigation header{position:absolute !important;z-index:unset}}.nav-trigger,.nav-background{position:fixed;top:20px;right:20px;width:50px;height:50px;border-radius:50%;background:#939187;transition:top 450ms, transform 450ms}@media (min-width:768px){.nav-trigger,.nav-background{top:50px;right:20px}}@media (min-width:992px){.nav-trigger,.nav-background{top:0;right:53px;width:60px;height:60px;transform:translateY(-120%)}}.nav-background{top:20px;right:20px;transform:scale(1);transition:transform 0.8s cubic-bezier(0.86, 0, 0.07, 1)}body.open-navigation .nav-background{transform:scale(80)}@media (min-width:768px){.nav-background{top:50px;right:20px}}@media (min-width:992px){.nav-background{top:0;right:auto;left:0}}.nav-trigger{z-index:98000;cursor:pointer}@media (min-width:992px){body.scrolled .nav-trigger{top:53px;transform:translateY(0)}}.nav-trigger .icon{position:absolute;top:50%;left:50%;width:50%;transform:translate(-50%, -50%);z-index:98500}.nav-trigger .icon:before,.nav-trigger .icon:after{content:"";position:absolute;left:0;width:100%;transition:all 0.2s}.nav-trigger .icon,.nav-trigger .icon:before,.nav-trigger .icon:after{height:2px;background-color:#fff}.nav-trigger .icon:before{top:-8px}body.open-navigation .nav-trigger .icon:before{top:0;transform:rotate(135deg)}.nav-trigger .icon:after{top:8px}body.open-navigation .nav-trigger .icon:after{top:0;transform:rotate(-135deg)}body.open-navigation .nav-trigger .icon{background-color:transparent}.scroll-down{position:absolute;right:0;bottom:0;left:0;text-align:center;height:120px;margin:0 auto;z-index:1}.scroll-down-text{color:#d8d8d8;font-size:12px;font-weight:700;font-weight:normal}.scroll-down-bar{position:absolute;right:0;bottom:0;left:0;display:inline-block;width:2px;height:65px;background:#d8d8d8;margin:0 auto;overflow:hidden}.scroll-down-bar:before{content:"";display:inline-block;position:absolute;top:0;left:0;background:#939187;width:2px;height:35px;z-index:1;animation:scrollDown 1.5s infinite}@-moz-keyframes scrollDown{0%{transform:translate3d(0, -32px, 0)}50%{animation-timing-function:ease-out;transform:translate3d(0, 0, 0)}100%{animation-timing-function:ease-in;transform:translate3d(0, 65px, 0)}}@-webkit-keyframes scrollDown{0%{transform:translate3d(0, -32px, 0)}50%{animation-timing-function:ease-out;transform:translate3d(0, 0, 0)}100%{animation-timing-function:ease-in;transform:translate3d(0, 65px, 0)}}@-o-keyframes scrollDown{0%{transform:translate3d(0, -32px, 0)}50%{animation-timing-function:ease-out;transform:translate3d(0, 0, 0)}100%{animation-timing-function:ease-in;transform:translate3d(0, 65px, 0)}}@keyframes scrollDown{0%{transform:translate3d(0, -32px, 0)}50%{animation-timing-function:ease-out;transform:translate3d(0, 0, 0)}100%{animation-timing-function:ease-in;transform:translate3d(0, 65px, 0)}}body.scrolled .nav-main{position:fixed;top:50vh;left:50vw;transform:translate(-50%, -50%);z-index:99500;opacity:0;visibility:hidden;transition:opacity 450ms, visibility 450ms;transition-delay:0ms}body.scrolled .nav-main ul{width:80vw}body.scrolled .nav-main ul.level_1{flex-wrap:wrap}body.scrolled .nav-main ul.level_1>li{width:100%;text-align:center;padding:15px 15px}body.scrolled .nav-main ul.level_1>li>a,body.scrolled .nav-main ul.level_1>li>strong{font-size:calc(var(--base-font-size) * 1.6);line-height:1.2em}.nav-main{opacity:0;visibility:hidden}@media (min-width:992px){.nav-main{opacity:1;visibility:visible}}.nav-main ul{margin-right:-15px;margin-bottom:0}.nav-main ul.level_1{display:flex}.nav-main ul.level_1>li{padding:0 15px}.nav-main ul.level_1>li>a,.nav-main ul.level_1>li>strong{color:#edeceb;font-size:calc(var(--base-font-size) * 0.75);text-decoration:none}.nav-main ul.level_1>li>a:after,.nav-main ul.level_1>li>strong:after{content:none;display:none}.nav-main ul.level_1>li>a:hover,.nav-main ul.level_1>li>strong{color:#fff}body.open-navigation .nav-main{opacity:1;visibility:visible;transition-delay:550ms}@media (max-width:991px){.nav-main{position:fixed;top:50vh;left:50vw;transform:translate(-50%, -50%);z-index:99500;opacity:0;visibility:hidden;transition:opacity 450ms, visibility 450ms;transition-delay:0ms}.nav-main ul{width:80vw}.nav-main ul.level_1{flex-wrap:wrap}.nav-main ul.level_1>li{width:100%;text-align:center;padding:15px 15px}.nav-main ul.level_1>li>a,.nav-main ul.level_1>li>strong{font-size:calc(var(--base-font-size) * 1.6);line-height:1.2em}}b,strong{font-weight:500}.contact-content-container .ce_text a{color:#939187}.contact-content-container .ce_text a:hover{color:#000}.ce_text.team-box p strong{display:block;font-size:1.33em;font-weight:normal;line-height:1.56em;padding-bottom:1.5em}h1,h2,h3,h4,h5,h6,p{margin-bottom:0}.headline,.ce_headline{font-weight:500;line-height:1.2em}.hl-normal .headline,.hl-regular .headline,.headline-normal .headline,.headline-regular .headline{font-weight:normal}.ce_headline.hl-normal,.ce_headline.hl-regular,.ce_headline.headline-normal,.ce_headline.headline-regular{font-weight:normal}.txt-xxs,.text-xxs{font-size:calc(var(--base-font-size) * 0.25);line-height:1}.hl-xxs .headline,.headline-xxs .headline{font-size:calc(var(--base-headline-font-size) * 0.25);line-height:1}.ce_headline.hl-xxs,.ce_headline.headline-xxs{font-size:calc(var(--base-headline-font-size) * 0.25);line-height:1}.txt-xs,.text-xs{font-size:calc(var(--base-font-size) * 0.5);line-height:1}.hl-xs .headline,.headline-xs .headline{font-size:calc(var(--base-headline-font-size) * 0.5);line-height:1}.ce_headline.hl-xs,.ce_headline.headline-xs{font-size:calc(var(--base-headline-font-size) * 0.5);line-height:1}.txt-sm,.text-sm{font-size:calc(var(--base-font-size) * 0.75);line-height:1.33}.hl-sm .headline,.headline-sm .headline{font-size:calc(var(--base-headline-font-size) * 0.75);line-height:1}.ce_headline.hl-sm,.ce_headline.headline-sm{font-size:calc(var(--base-headline-font-size) * 0.75);line-height:1}.txt-md,.text-md{font-size:calc(var(--base-font-size) * 1);line-height:1.56}.hl-md .headline,.headline-md .headline{font-size:calc(var(--base-headline-font-size) * 1);line-height:1.56}.ce_headline.hl-md,.ce_headline.headline-md{font-size:calc(var(--base-headline-font-size) * 1);line-height:1.56}.txt-lg,.text-lg{font-size:calc(var(--base-font-size) * 1.1);line-height:1.33}.hl-lg .headline,.headline-lg .headline{font-size:calc(var(--base-headline-font-size) * 1.1);line-height:1.33}.ce_headline.hl-lg,.ce_headline.headline-lg{font-size:calc(var(--base-headline-font-size) * 1.1);line-height:1.33}.txt-xl,.text-xl{font-size:calc(var(--base-font-size) * 1.6);line-height:1.2}.hl-xl .headline,.headline-xl .headline{font-size:calc(var(--base-headline-font-size) * 1.6);line-height:1.2}.ce_headline.hl-xl,.ce_headline.headline-xl{font-size:calc(var(--base-headline-font-size) * 1.6);line-height:1.2}.txt-xxl,.text-xxl{font-size:calc(var(--base-font-size) * 3);line-height:1}.hl-xxl .headline,.headline-xxl .headline{font-size:calc(var(--base-headline-font-size) * 3);line-height:1}.ce_headline.hl-xxl,.ce_headline.headline-xxl{font-size:calc(var(--base-headline-font-size) * 3);line-height:1}.txt-main,.txt-olive,.text-main,.text-olive,.txt-color-main,.txt-color-olive,.text-color-main,.text-color-olive{color:#939187}.txt-beige,.txt-secondary,.text-beige,.text-secondary,.txt-color-beige,.txt-color-secondary,.text-color-beige,.text-color-secondary{color:#E7E5DF}.txt-white,.text-white,.txt-color-white,.text-color-white{color:#fff}span.color-light{color:#939187}.hl-color-light .headline,.headline-color-light .headline{color:#939187}.txt-bold,.text-bold,.txt-700,.text-700{font-weight:normal}.txt-normal,.text-normal,.txt-regular,.text-regular,.txt-400,.text-400{font-weight:300}.txt-left,.text-left{text-align:left}.txt-center,.text-center{text-align:center}.txt-right,.text-right{text-align:right}a{display:inline-block;position:relative;text-decoration:none;padding-bottom:3px}a:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background:currentColor;transition:width 450ms}a:hover:after{width:100%}.border-top{padding-top:1.5rem;border-top:2px solid #000;margin-top:3rem}.border-top.bt-main{border-color:#939187}.txt-v-center .txt-col{align-self:center}@media (max-width:575.98px){.txt-v-center .txt-col{padding-top:25px;padding-right:calc(var(--bs-gutter-x) * .5 + 50px);padding-left:calc(var(--bs-gutter-x) * .5 + 50px)}}@media (min-width:768px){.txt-offset-md-1 .txt-col,.text-offset-md-1 .txt-col{margin-left:calc((100% / 12) * 1)}.txt-offset-md-2 .txt-col,.text-offset-md-2 .txt-col{margin-left:calc((100% / 12) * 2)}.txt-offset-md-3 .txt-col,.text-offset-md-3 .txt-col{margin-left:calc((100% / 12) * 3)}.txt-offset-md-4 .txt-col,.text-offset-md-4 .txt-col{margin-left:calc((100% / 12) * 4)}.txt-offset-md-5 .txt-col,.text-offset-md-5 .txt-col{margin-left:calc((100% / 12) * 5)}.txt-offset-md-6 .txt-col,.text-offset-md-6 .txt-col{margin-left:calc((100% / 12) * 6)}.txt-offset-md-7 .txt-col,.text-offset-md-7 .txt-col{margin-left:calc((100% / 12) * 7)}.txt-offset-md-8 .txt-col,.text-offset-md-8 .txt-col{margin-left:calc((100% / 12) * 8)}.txt-offset-md-9 .txt-col,.text-offset-md-9 .txt-col{margin-left:calc((100% / 12) * 9)}.txt-offset-md-10 .txt-col,.text-offset-md-10 .txt-col{margin-left:calc((100% / 12) * 10)}.txt-offset-md-11 .txt-col,.text-offset-md-11 .txt-col{margin-left:calc((100% / 12) * 11)}.txt-offset-md-12 .txt-col,.text-offset-md-12 .txt-col{margin-left:calc((100% / 12) * 12)}}.show-list-as-table ol{display:flex;flex-wrap:wrap}.show-list-as-table ol>li{position:relative;list-style:none;padding:5px 0 5px 20px;width:100%;box-sizing:border-box}.show-list-as-table ol>li:before{content:"";position:absolute;top:50%;left:0;width:0.45em;height:0.45em;border:2px solid #000;border-radius:50%;margin-top:-1px;transform:translateY(-50%)}.show-list-as-table.first-item-intro ol>li:first-child{padding-left:0}.show-list-as-table.first-item-intro ol>li:first-child:before{content:none;display:none}@media (min-width:768px){.show-list-as-table.table-cols-2 ol>li{width:50%}}.cont-round{position:relative;display:inline-flex;align-items:center;padding:2.6rem;margin:0.5rem;aspect-ratio:1;overflow:visible}@media (min-width:576px){.cont-round{padding:3.125rem;margin:3rem}}.cont-round:before{content:"";position:absolute;top:50%;left:50%;width:100%;height:100%;background-color:#939187;border-radius:50%;transform:translateX(-50%) translateY(-50%);z-index:10}.cont-round .dot-circle{position:absolute;top:50%;left:50%;width:130%;height:130%;background:transparent url("../../files/spectomed/layout/images/logo_circle.svg") no-repeat center center / contain;transform:translateX(-50%) translateY(-50%);transform-origin:center center;z-index:2;mix-blend-mode:color-dodge}.cont-round p{z-index:15}.cont-round.centered{justify-self:center}.cont-round .image_container{position:absolute;right:0;bottom:0;line-height:0;width:50%;aspect-ratio:1;border-radius:50%;transform:translateX(50%) translateY(50%);overflow:hidden;z-index:5}.cont-round .image_container img,.cont-round .image_container picture{width:100%;height:100%;object-fit:cover;object-position:center center}.ce_rsce_headline_text_columns{position:relative}@media (min-width:768px){.ce_rsce_headline_text_columns .element-wrapper{display:grid;align-items:center;grid-template-columns:1fr 1fr}.ce_rsce_headline_text_columns .element-wrapper>*{flex:1 1 50%}}@media (min-width:576px){.ce_rsce_headline_text_columns .element-wrapper:after{content:"";position:absolute;top:50%;left:50%;width:30px;height:2px;background-color:#939187;transform:translateX(-50%) translateY(-50%)}}.ce_rsce_headline_text_columns .element-wrapper>.title{align-self:flex-start}@media (min-width:576px){.ce_rsce_headline_text_columns .element-wrapper>.title{text-align:right;padding-right:50px;transform:translateY(-20%)}}@media (min-width:992px){.ce_rsce_headline_text_columns .element-wrapper>.title .headline{margin-left:30%}}.ce_rsce_headline_text_columns .element-wrapper>.text{align-self:flex-end;padding-top:50px}@media (min-width:576px){.ce_rsce_headline_text_columns .element-wrapper>.text{padding-top:0;padding-left:50px;transform:translateY(50%)}}@media (max-width:575.98px){.ce_rsce_headline_text_columns .element-wrapper>.text{position:relative}.ce_rsce_headline_text_columns .element-wrapper>.text:after{content:"";position:absolute;top:25px;left:0;width:45px;height:2px;background-color:#939187}}.ce_rsce_headline_text_columns .image_container{padding-top:35px}@media (min-width:576px){.ce_rsce_headline_text_columns .image_container{padding-top:0;padding-right:50px;margin-top:-65px}}.ce_rsce_headline_text_columns.size_2-1 .element-wrapper{grid-template-columns:1.8fr 1.2fr}.ce_rsce_headline_text_columns.img-round-edge img,.ce_rsce_headline_text_columns.img-round-edge picture{border-radius:65px}.ce_rsce_headline_text_columns.spacer-line-top .element-wrapper:after{top:0}.ce_rsce_headline_text_columns.spacer-line-top-text .element-wrapper:after{top:0;left:calc(50% + 50px);transform:translateY(-50%)}.ce_rsce_headline_text_columns.spacer-line-top-text.size_2-1 .element-wrapper:after{left:calc(60% + 50px);transform:translateY(-50%)}.ce_rsce_title_subtitle{position:relative;padding:0 50px;max-width:100%}@media (min-width:768px){.ce_rsce_title_subtitle{width:50vw;padding:0}body.homepage .ce_rsce_title_subtitle{filter:blur(3px);transition:filter 400ms}body.homepage .ce_rsce_title_subtitle:hover{filter:blur(0)}}.ce_rsce_title_subtitle .title{font-size:calc(var(--base-font-size) * 3);font-weight:500;max-width:800px;margin:0 auto}.ce_rsce_title_subtitle .subtitle{color:#edeceb;font-size:var(--base-font-size);padding-top:1em}.ce_list.container-list{overflow:visible}.ce_list.container-list.bgc-beige .subline{background-color:#E7E5DF}.ce_list.container-list.bgc-beige .headline{color:#E7E5DF}.ce_list.container-list .headline{margin:0;margin-bottom:-0.2em}.ce_list.container-list ol{padding:3.2rem 0}.ce_list.container-list ol>li{position:relative;list-style:none;padding:0.25rem 0 0.25rem 2rem}.ce_list.container-list ol>li:before{content:"";position:absolute;top:50%;left:0;width:1.2rem;height:1px;background-color:#939187;transform:translateY(-50%)}.ce_text.team-box{position:relative;width:66.6666666667%;overflow:visible}.ce_text.team-box .image_container{width:66.6666666667%;aspect-ratio:1;border-radius:50%;overflow:hidden;transform:translateX(0)}@media (min-width:576px){.ce_text.team-box .image_container{position:absolute;top:0;transform:translateY(-25%)}}.ce_text.team-box .image_container img,.ce_text.team-box .image_container picture{width:100%;height:100%;object-fit:cover;object-position:center center}@media (min-width:576px){.ce_text.team-box.ip-left{margin-left:33.3333333333%}.ce_text.team-box.ip-left .image_container{left:-41.6666666667%;transform:translateX(-50%)}.ce_text.team-box.ip-right .image_container{right:-41.6666666667%;transform:translateX(50%)}}@media (max-width:575.98px){.ce_text.team-box{display:flex;flex-direction:column;width:100%}.ce_text.team-box>*{order:3}.ce_text.team-box>.headline{order:2;padding-top:30px}.ce_text.team-box>.image_container{order:1}}.contact-content-container>.mod_article{position:relative;height:100%}.contact-content-container>.mod_article>.container-fluid,.contact-content-container>.mod_article>.container-sm,.contact-content-container>.mod_article>.container-md,.contact-content-container>.mod_article>.container-lg,.contact-content-container>.mod_article>.container-xl,.contact-content-container>.mod_article>.container-xxl{height:100%}.contact-content-container>.mod_article>.container-fluid>.row,.contact-content-container>.mod_article>.container-sm>.row,.contact-content-container>.mod_article>.container-md>.row,.contact-content-container>.mod_article>.container-lg>.row,.contact-content-container>.mod_article>.container-xl>.row,.contact-content-container>.mod_article>.container-xxl>.row{height:100%}.contact-content-container>.mod_article>.container-fluid>.row iframe,.contact-content-container>.mod_article>.container-sm>.row iframe,.contact-content-container>.mod_article>.container-md>.row iframe,.contact-content-container>.mod_article>.container-lg>.row iframe,.contact-content-container>.mod_article>.container-xl>.row iframe,.contact-content-container>.mod_article>.container-xxl>.row iframe{width:100%;height:100%}.contact-content-container>.mod_article>.container-fluid>.row .ce_text,.contact-content-container>.mod_article>.container-sm>.row .ce_text,.contact-content-container>.mod_article>.container-md>.row .ce_text,.contact-content-container>.mod_article>.container-lg>.row .ce_text,.contact-content-container>.mod_article>.container-xl>.row .ce_text,.contact-content-container>.mod_article>.container-xxl>.row .ce_text{padding-top:50px;padding-bottom:50px}.ce_rsce_open-action-box{overflow:visible}.ce_rsce_open-action-box .title{display:inline-block;color:#fff;font-size:calc(var(--base-font-size) * 0.5) !important;font-weight:500;text-transform:uppercase;padding:12px 55px 10px 15px;background:#939187 url("../../files/spectomed/layout/images/icons/arrow_down.svg") no-repeat right 12px center / auto 30%;cursor:pointer}.ce_rsce_open-action-box .content-wrapper{position:relative;background:#939187}.ce_rsce_open-action-box .content-wrapper .text-container{position:relative;overflow:hidden;height:0;transition:height 500ms;z-index:5}.ce_rsce_open-action-box .content-wrapper:before,.ce_rsce_open-action-box .content-wrapper:after{content:"";position:absolute;top:0;bottom:0;width:50vw;background:#939187}.ce_rsce_open-action-box .content-wrapper:before{left:5px;transform:translateX(-100%)}.ce_rsce_open-action-box .content-wrapper:after{left:calc(100% - 5px)}.ce_rsce_open-action-box .content-wrapper .text{color:#edeceb;padding-top:50px;padding-bottom:50px}.headline-container+.ce_accordionSingle{margin-top:-10px}@media (min-width:768px){.headline-container+.ce_accordionSingle{margin-top:-15px}}.ce_accordionSingle.bgc-beige{background-color:#E7E5DF}.ce_accordionSingle:first-of-type{padding-top:3.2rem}.ce_accordionSingle:last-of-type{padding-bottom:3.2rem}.ce_accordionSingle .toggler{position:relative;padding:0.25rem 0 0.25rem 2rem;cursor:pointer}.ce_accordionSingle .toggler:before{content:"";position:absolute;top:50%;left:0;width:1.2rem;height:2px;background-color:#939187;transform:translateY(-50%)}.ce_accordionSingle .toggler:after{content:"";position:absolute;top:50%;left:calc(1.2rem / 2);width:2px;height:1.2rem;background-color:#939187;transform:translateX(-50%) translateY(-50%) rotate(0);transform-origin:50% 50%;transition:transform 450ms}.ce_accordionSingle .toggler.active:after,.ce_accordionSingle .toggler.ui-state-active:after{transform:translateX(-50%) translateY(-50%) rotate(90deg)}.ce_accordionSingle .accordion{color:#939187;font-size:20px;line-height:1.4em;padding-left:30px}.fancybox__container.page-lightbox.open-in-front{z-index:99999999 !important}a.btn,button.btn{all:unset;display:inline-block;color:#fff;font-size:calc(var(--base-font-size) * 0.5);text-transform:uppercase;font-weight:500;padding:0.5rem 1rem;background-color:#939187;cursor:pointer;transition:color 450ms, background-color 450ms}a.btn:hover,button.btn:hover{color:#939187;background-color:#edeceb}p:last-child>a.btn:first-child:last-child{margin-top:2rem}.image_container{line-height:0}.ce_image.parallax-img .image_container{height:500px}.ce_image.parallax-img.mode-ellipse .image_container{overflow:hidden;width:110vw;padding:0 5vw;margin-left:-5vw;border-top-right-radius:50% 25%;border-top-left-radius:50% 25%;border-bottom-right-radius:50% 25%;border-bottom-left-radius:50% 25%}.ce_gallery.img-cols-sb{padding:0 20px}.ce_gallery.img-cols-sb ul{--gallery-layout-gap: calc((100% / 12) * 1.5)}.ce_gallery.img-cols-sb ul>li:last-child{transform:translateY(25%)}@media (min-width:768px){.ce_gallery.img-cols-sb ul{--gallery-layout-gap: calc(100% / 12)}}@media (min-width:576px){.ce_gallery.img-cols-sb ul{--gallery-layout-gap: calc((100% / 12) * 0.5)}}.ce_gallery.bottom-gallery{margin-bottom:-120px;overflow:visible}.ce_gallery.bottom-gallery ul{overflow:visible;transform:translateY(-60px)}body.homepage .mod_article:first-child .ce_image.scroll-round-eye-container{position:absolute;top:26px;left:0;border-radius:50%;width:40vw;aspect-ratio:1;background:#9e9b91;transform:translateX(-50%) translateY(-50%);transform-origin:50% 50%;clip-path:fill-box}@media (min-width:576px){body.homepage .mod_article:first-child .ce_image.scroll-round-eye-container{top:50px;left:calc((100vw - 540px) / 2)}}@media (min-width:768px){body.homepage .mod_article:first-child .ce_image.scroll-round-eye-container{left:calc((100vw - 720px) / 2)}}@media (min-width:992px){body.homepage .mod_article:first-child .ce_image.scroll-round-eye-container{left:calc((100vw - 960px) / 2)}}@media (min-width:1200px){body.homepage .mod_article:first-child .ce_image.scroll-round-eye-container{left:calc((100vw - 1140px) / 2)}}@media (min-width:1400px){body.homepage .mod_article:first-child .ce_image.scroll-round-eye-container{left:calc((100vw - 1320px) / 2)}}body.homepage .mod_article:first-child .ce_image.scroll-round-eye-container .image_container{width:100%;height:100%;mix-blend-mode:multiply}body.homepage .mod_article:first-child .ce_image.scroll-round-eye-container img,body.homepage .mod_article:first-child .ce_image.scroll-round-eye-container picture{width:100%;height:100%;opacity:0;object-fit:cover;object-position:center center}@media (min-width:576px){.ce_gallery.img-round{margin:0 calc(((100vw / 4) / 4) * -1);width:calc(100vw + (((100vw / 4) / 4) * 2))}}@media (min-width:992px){.ce_gallery.img-round{margin:0 calc(((100vw / 4) / 3) * -1);width:calc(100vw + (((100vw / 4) / 3) * 2))}}.ce_gallery.img-round ul{grid-auto-flow:column;place-content:center;place-items:center}@media (max-width:575.98px){.ce_gallery.img-round ul.cols_4{--gallery-column-count: 2 !important;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr}}.ce_gallery.img-round ul>li{place-self:center}.ce_gallery.img-round .image_container img,.ce_gallery.img-round .image_container picture{border-radius:50%}.ce_gallery.img-round .image_container:not(.hover-image) img,.ce_gallery.img-round .image_container:not(.hover-image) picture{filter:grayscale(15) blur(3px)}.ce_rsce_hover-gallery{--gallery-item--min-width: 120px !important}.ce_rsce_hover-gallery ul>li{position:relative}.ce_rsce_hover-gallery ul>li a:hover img,.ce_rsce_hover-gallery ul>li a:hover picture{filter:none !important;transform:none !important}.ce_rsce_hover-gallery ul>li a:before,.ce_rsce_hover-gallery ul>li a:after{content:none;display:none}.ce_rsce_hover-gallery ul>li .image_container{position:relative;opacity:1;visibility:visible;transition:opacity 450ms, visibility 450ms;z-index:5}.ce_rsce_hover-gallery ul>li .image_container.hover-image{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;visibility:hidden;transition:opacity 450ms, visibility 450ms;z-index:3}.ce_rsce_hover-gallery ul>li:hover .image_container{opacity:0;visibility:hidden}.ce_rsce_hover-gallery ul>li:hover .image_container.hover-image{opacity:1;visibility:visible}@keyframes cookiebar-overlay-in{0%{background:rgba(0, 0, 0, 0)}100%{background:rgba(0, 0, 0, 0.9)}}.contao-cookiebar.cc-active.cc-blocked{z-index:9999999}.contao-cookiebar .cc-info>p>a{display:inline-block;font-size:0.813rem;color:#a2a2a2;text-decoration:none}.contao-cookiebar .cc-inner{background:none}.contao-cookiebar .cc-head{text-align:center;padding-bottom:20px}.contao-cookiebar .cc-head p{color:#fff}.contao-cookiebar .cc-footer{display:flex;justify-content:center;flex-wrap:wrap}.contao-cookiebar .cc-btn{order:1;color:#fff;padding:8px 20px;margin-left:5px;margin-right:5px;background:none;border-radius:0}.contao-cookiebar .cc-btn:hover{background:none}.contao-cookiebar .cc-btn.success{order:2;color:#000;background:#fff !important;border-radius:0}.contao-cookiebar .cc-btn:not(.warn):not(.success):not(.deny){order:3;width:100%;margin:10px 0 10px;border:none}.contao-cookiebar .cc-groups{order:4;width:100%}.contao-cookiebar .cc-groups .cc-group{border-radius:0}.contao-cookiebar .cc-groups .cc-group>label{color:#fff}.contao-cookiebar .cc-groups .cc-cookies{background:none;border-radius:0}.contao-cookiebar .cc-groups .cc-cookies .cc-cookie-info{color:#fff;line-height:1.2em;background:none;border:none}.contao-cookiebar input+label{color:#fff}.contao-cookiebar p{color:#fff}.contact-content-container .ce_cookiebarOpener{--bs-gutter-x: 1.5rem;position:absolute;left:0;margin-left:calc(-.5 * var(--bs-gutter-x));padding:0 75px 0 50px;transform:translateY(-50px)}@media (min-width:768px){.contact-content-container .ce_cookiebarOpener{left:50%;margin-left:0}}.contact-content-container .ce_cookiebarOpener a{color:#939187;font-size:calc(var(--base-font-size) * 0.75);line-height:1.33}.mod_article#article-10{background-color:#939187}.mod_article#article-11{background-color:#E7E5DF}.mod_article#article-13{background-color:#E7E5DF}.mod_article#article-15{background-color:#E7E5DF}.mod_article#article-24{background-color:#939187}.mod_article#article-24>.bg-img-container{background-image:url("/files/spectomed/Uploads/Bilder/Archiv/2022__SNR8018.jpg")}.mod_article#article-25{background-color:#E7E5DF}.mod_article#article-21{background-color:#939187}.mod_article#article-21>.bg-img-container{background-image:url("/files/spectomed/Uploads/Bilder/Augen/2022_spectomed-portraits-230919-122250-610.jpg")}.mod_article#article-30{background-color:#E7E5DF}.mod_article#article-33{background-color:#E7E5DF}.mod_article#article-36{background-color:#E7E5DF}.mod_article#article-37{background-color:#939187}.mod_article#article-37>.bg-img-container{background-image:url("/files/spectomed/Uploads/Bilder/Portraits/2022_spectomed-portraits-190923_241.jpg")}.mod_article#ma1{background-color:#edeceb}.mod_article#ma3{background-color:#edeceb}.mod_article#article-23{background-color:#edeceb}
.carousel{position:relative;box-sizing:border-box}.carousel *,.carousel *:before,.carousel *:after{box-sizing:inherit}.carousel.is-draggable{cursor:move;cursor:grab}.carousel.is-dragging{cursor:move;cursor:grabbing}.carousel__viewport{position:relative;overflow:hidden;max-width:100%;max-height:100%}.carousel__track{display:flex}.carousel__slide{flex:0 0 auto;width:var(--carousel-slide-width, 60%);max-width:100%;padding:1rem;position:relative;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain}.has-dots{margin-bottom:calc(0.5rem + 22px)}.carousel__dots{margin:0 auto;padding:0;position:absolute;top:calc(100% + 0.5rem);left:0;right:0;display:flex;justify-content:center;list-style:none;user-select:none}.carousel__dots .carousel__dot{margin:0;padding:0;display:block;position:relative;width:22px;height:22px;cursor:pointer}.carousel__dots .carousel__dot:after{content:"";width:8px;height:8px;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);background-color:currentColor;opacity:0.25;transition:opacity 0.15s ease-in-out}.carousel__dots .carousel__dot.is-selected:after{opacity:1}.carousel__button{width:var(--carousel-button-width, 48px);height:var(--carousel-button-height, 48px);padding:0;border:0;display:flex;justify-content:center;align-items:center;pointer-events:all;cursor:pointer;color:var(--carousel-button-color, currentColor);background:var(--carousel-button-bg, transparent);border-radius:var(--carousel-button-border-radius, 50%);box-shadow:var(--carousel-button-shadow, none);transition:opacity 0.15s ease}.carousel__button.is-prev,.carousel__button.is-next{position:absolute;top:50%;transform:translateY(-50%)}.carousel__button.is-prev{left:10px}.carousel__button.is-next{right:10px}.carousel__button[disabled]{cursor:default;opacity:0.3}.carousel__button svg{width:var(--carousel-button-svg-width, 50%);height:var(--carousel-button-svg-height, 50%);fill:none;stroke:currentColor;stroke-width:var(--carousel-button-svg-stroke-width, 1.5);stroke-linejoin:bevel;stroke-linecap:round;filter:var(--carousel-button-svg-filter, none);pointer-events:none}html.with-fancybox{scroll-behavior:auto}body.compensate-for-scrollbar{overflow:hidden !important;touch-action:none}.fancybox__container{position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;margin:0;padding:env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);box-sizing:border-box;display:flex;flex-direction:column;color:var(--fancybox-color, #fff);-webkit-tap-highlight-color:transparent;overflow:hidden;z-index:1050;outline:none;transform-origin:top left;--carousel-button-width: 48px;--carousel-button-height: 48px;--carousel-button-svg-width: 24px;--carousel-button-svg-height: 24px;--carousel-button-svg-stroke-width: 2.5;--carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4))}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container :focus{outline:none}body:not(.is-using-mouse) .fancybox__container :focus{box-shadow:0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94))}@media (min-width:1024px){.fancybox__container{--carousel-button-width:48px;--carousel-button-height:48px;--carousel-button-svg-width:27px;--carousel-button-svg-height:27px}}.fancybox__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:var(--fancybox-bg, rgba(24, 24, 27, 0.92))}.fancybox__carousel{position:relative;flex:1 1 auto;min-height:0;height:100%;z-index:10}.fancybox__carousel.has-dots{margin-bottom:calc(0.5rem + 22px)}.fancybox__viewport{position:relative;width:100%;height:100%;overflow:visible;cursor:default}.fancybox__track{display:flex;height:100%}.fancybox__slide{flex:0 0 auto;width:100%;max-width:100%;margin:0;padding:48px 8px 8px 8px;position:relative;overscroll-behavior:contain;display:flex;flex-direction:column;outline:0;overflow:auto;--carousel-button-width: 36px;--carousel-button-height: 36px;--carousel-button-svg-width: 22px;--carousel-button-svg-height: 22px}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}@media (min-width:1024px){.fancybox__slide{padding:64px 100px}}.fancybox__content{margin:0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);padding:36px;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);position:relative;align-self:center;display:flex;flex-direction:column;z-index:20}.fancybox__content :focus:not(.carousel__button.is-close){outline:thin dotted;box-shadow:none}.fancybox__caption{align-self:center;max-width:100%;margin:0;padding:1rem 0 0 0;line-height:1.375;color:var(--fancybox-color, currentColor);visibility:visible;cursor:auto;flex-shrink:0;overflow-wrap:anywhere}.is-loading .fancybox__caption{visibility:hidden}.fancybox__container>.carousel__dots{top:100%;color:var(--fancybox-color, #fff)}.fancybox__nav .carousel__button{z-index:40}.fancybox__nav .carousel__button.is-next{right:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-next{right:40px}}.fancybox__nav .carousel__button.is-prev{left:8px}@media (min-width:1024px){.fancybox__nav .carousel__button.is-prev{left:40px}}.carousel__button.is-close{position:absolute;top:8px;right:8px;top:calc(env(safe-area-inset-top, 0px) + 8px);right:calc(env(safe-area-inset-right, 0px) + 8px);z-index:40}@media (min-width:1024px){.carousel__button.is-close{right:40px}}.fancybox__content>.carousel__button.is-close{position:absolute;top:-40px;right:0;color:var(--fancybox-color, #fff)}.fancybox__no-click,.fancybox__no-click button{pointer-events:none}.fancybox__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:50px;height:50px;color:var(--fancybox-color, currentColor)}.fancybox__slide .fancybox__spinner{cursor:pointer;z-index:1053}.fancybox__spinner svg{animation:fancybox-rotate 2s linear infinite;transform-origin:center center;position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:100%;height:100%}.fancybox__spinner svg circle{fill:none;stroke-width:2.75;stroke-miterlimit:10;stroke-dasharray:1, 200;stroke-dashoffset:0;animation:fancybox-dash 1.5s ease-in-out infinite;stroke-linecap:round;stroke:currentColor}@keyframes fancybox-rotate{100%{transform:rotate(360deg)}}@keyframes fancybox-dash{0%{stroke-dasharray:1, 200;stroke-dashoffset:0}50%{stroke-dasharray:89, 200;stroke-dashoffset:-35px}100%{stroke-dasharray:89, 200;stroke-dashoffset:-124px}}.fancybox__backdrop,.fancybox__caption,.fancybox__nav,.carousel__dots,.carousel__button.is-close{opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden="false"] .fancybox__backdrop,.fancybox__container.is-animated[aria-hidden="false"] .fancybox__caption,.fancybox__container.is-animated[aria-hidden="false"] .fancybox__nav,.fancybox__container.is-animated[aria-hidden="false"] .carousel__dots,.fancybox__container.is-animated[aria-hidden="false"] .carousel__button.is-close{animation:0.15s ease backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__backdrop,.fancybox__container.is-animated.is-closing .fancybox__caption,.fancybox__container.is-animated.is-closing .fancybox__nav,.fancybox__container.is-animated.is-closing .carousel__dots,.fancybox__container.is-animated.is-closing .carousel__button.is-close{animation:0.15s ease both fancybox-fadeOut}.fancybox-fadeIn{animation:0.15s ease both fancybox-fadeIn}.fancybox-fadeOut{animation:0.1s ease both fancybox-fadeOut}.fancybox-zoomInUp{animation:0.2s ease both fancybox-zoomInUp}.fancybox-zoomOutDown{animation:0.15s ease both fancybox-zoomOutDown}.fancybox-throwOutUp{animation:0.15s ease both fancybox-throwOutUp}.fancybox-throwOutDown{animation:0.15s ease both fancybox-throwOutDown}@keyframes fancybox-fadeIn{from{opacity:0}to{opacity:1}}@keyframes fancybox-fadeOut{to{opacity:0}}@keyframes fancybox-zoomInUp{from{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes fancybox-zoomOutDown{to{transform:scale(0.97) translate3d(0, 16px, 0);opacity:0}}@keyframes fancybox-throwOutUp{to{transform:translate3d(0, -30%, 0);opacity:0}}@keyframes fancybox-throwOutDown{to{transform:translate3d(0, 30%, 0);opacity:0}}.fancybox__carousel .carousel__slide{scrollbar-width:thin;scrollbar-color:#ccc rgba(255, 255, 255, 0.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar{width:8px;height:8px}.fancybox__carousel .carousel__slide::-webkit-scrollbar-track{background-color:rgba(255, 255, 255, 0.1)}.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:2px;box-shadow:inset 0 0 4px rgba(0, 0, 0, 0.2)}.fancybox__carousel.is-draggable .fancybox__slide,.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel.is-dragging .fancybox__slide,.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content{cursor:move;cursor:grabbing}.fancybox__carousel .fancybox__slide .fancybox__content{cursor:auto}.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content{cursor:zoom-in}.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content{cursor:zoom-out}.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content{cursor:move;cursor:grab}.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__image{transform-origin:0 0;user-select:none;transition:none}.has-image .fancybox__content{padding:0;background:transparent;min-height:1px}.is-closing .has-image .fancybox__content{overflow:visible}.has-image[data-image-fit="contain"]{overflow:visible;touch-action:none}.has-image[data-image-fit="contain"] .fancybox__content{flex-direction:row;flex-wrap:wrap}.has-image[data-image-fit="contain"] .fancybox__image{max-width:100%;max-height:100%;object-fit:contain}.has-image[data-image-fit="contain-w"]{overflow-x:hidden;overflow-y:auto}.has-image[data-image-fit="contain-w"] .fancybox__content{min-height:auto}.has-image[data-image-fit="contain-w"] .fancybox__image{max-width:100%;height:auto}.has-image[data-image-fit="cover"]{overflow:visible;touch-action:none}.has-image[data-image-fit="cover"] .fancybox__content{width:100%;height:100%}.has-image[data-image-fit="cover"] .fancybox__image{width:100%;height:100%;object-fit:cover}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content{width:100%;height:80%}.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.fancybox__carousel .fancybox__slide.has-map .fancybox__content,.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,.fancybox__carousel .fancybox__slide.has-video .fancybox__content,.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content{padding:0;background:rgba(24, 24, 27, 0.9);color:#fff}.fancybox__carousel .fancybox__slide.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:transparent}.fancybox-placeholder{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border-width:0}.fancybox__thumbs{flex:0 0 auto;position:relative;padding:0px 3px;opacity:var(--fancybox-opacity, 1)}.fancybox__container.is-animated[aria-hidden="false"] .fancybox__thumbs{animation:0.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__thumbs{opacity:0}.fancybox__thumbs .carousel__slide{flex:0 0 auto;width:var(--fancybox-thumbs-width, 96px);margin:0;padding:8px 3px;box-sizing:content-box;display:flex;align-items:center;justify-content:center;overflow:visible;cursor:pointer}.fancybox__thumbs .carousel__slide .fancybox__thumb::after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-width:5px;border-style:solid;border-color:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));opacity:0;transition:opacity 0.15s ease;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after{opacity:0.92}.fancybox__thumbs .carousel__slide>*{pointer-events:none;user-select:none}.fancybox__thumb{position:relative;width:100%;padding-top:calc(100% / (var(--fancybox-thumbs-ratio, 1.5)));background-size:cover;background-position:center center;background-color:rgba(255, 255, 255, 0.1);background-repeat:no-repeat;border-radius:var(--fancybox-thumbs-border-radius, 4px)}.fancybox__toolbar{position:absolute;top:0;right:0;left:0;z-index:20;background:linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);padding:0;touch-action:none;display:flex;justify-content:space-between;--carousel-button-svg-width: 20px;--carousel-button-svg-height: 20px;opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4))}@media (min-width:1024px){.fancybox__toolbar{padding:8px}}.fancybox__container.is-animated[aria-hidden="false"] .fancybox__toolbar{animation:0.15s ease-in backwards fancybox-fadeIn}.fancybox__container.is-animated.is-closing .fancybox__toolbar{opacity:0}.fancybox__toolbar__items{display:flex}.fancybox__toolbar__items--left{margin-right:auto}.fancybox__toolbar__items--center{position:absolute;left:50%;transform:translateX(-50%)}.fancybox__toolbar__items--right{margin-left:auto}@media (max-width:640px){.fancybox__toolbar__items--center:not(:last-child){display:none}}.fancybox__counter{min-width:72px;padding:0 10px;line-height:var(--carousel-button-height, 48px);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased}.fancybox__progress{background:var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));height:3px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:30;user-select:none}.fancybox__container:fullscreen::backdrop{opacity:0}.fancybox__button--fullscreen g:nth-child(2){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1){display:none}.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2){display:block}.fancybox__button--slideshow g:nth-child(2){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1){display:none}.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2){display:block}
