.lightbox-background {background: rgba(0, 0, 0, .75);height: 100%;left: 0;opacity: 0;position: fixed;top: 0;width: 100%}.lightbox-image-outer {left: 0;opacity: 0;padding: 30px 90px;position: fixed;text-align: center;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 100%;height: 100%;display: -webkit-box;display: -webkit-flex;display: -moz-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-webkit-flex-direction: column;-moz-box-orient: vertical;-moz-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-webkit-justify-content: center;-moz-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-webkit-align-items: center;-moz-box-align: center;-ms-flex-align: center;align-items: center}.lightbox-image-inner {background: #fff;border-radius: 0;-webkit-box-shadow: 0 0px 50px 0px rgba(0, 0, 0, .8);box-shadow: 0 0px 50px 0px rgba(0, 0, 0, .8);display: inline-block;padding: 2px;position: relative;z-index: 1}.lightbox-image-inner img {max-height: 100%;max-width: 100%;display: block}.lightbox-title {color: #fff;font-weight: 600;margin-top: 10px;opacity: 1;position: relative;z-index: 100}.lightbox-button {background-image: url("/resources/img/lightbox-controls.png");background-repeat: no-repeat;-webkit-background-size: 20px 20px;background-size: 20px;border: 0;cursor: pointer;height: 100%;position: absolute;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);transform: translateY(-50%);width: 50%;z-index: 10}.lightbox-button.lightbox-button-next {background-position: center right 20px;background-image: url("/resources/img/lightbox-controls--next.png");right: 0}.lightbox-button.lightbox-button-prev {background-position: center left 20px;background-image: url("/resources/img/lightbox-controls--prev.png");left: 0}.lightbox-button.lightbox-button-close {background-image: url("/resources/img/lightbox-close-small.png");-webkit-background-size: 22px 22px;background-size: 22px;background-position: center;border: 0;height: 62px;right: 0;top: 0;-webkit-transform: none;-moz-transform: none;-ms-transform: none;transform: none;width: 62px;z-index: 11}.wrapper.wrapper-blur {-moz-filter: blur(8px);-ms-filter: blur(8px);-o-filter: blur(8px);-webkit-filter: blur(8px);filter: blur(8px)}@media (max-width: 768px) {.lightbox-image-outer {height: 100%;padding: 0 10px;top: 0;-webkit-transform: none;-moz-transform: none;-ms-transform: none;transform: none}.lightbox-image-inner {left: 50%;position: absolute;top: 50%;-webkit-transform: translate(-50%, -50%);-moz-transform: translate(-50%, -50%);-ms-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: auto}.lightbox-image-inner img {height: auto}.lightbox-button {border: 16px solid rgba(0, 0, 0, 0);bottom: 0;height: 65px;top: auto;-webkit-transform: none;-moz-transform: none;-ms-transform: none;transform: none}}.project--hero {position: relative;height: 750px;max-height: calc(100vh - 50px);background: var(--color-light)}.project--hero .background-image {top: auto;left: auto;right: 0;bottom: 0;max-width: 70%;max-height: 100%;z-index: 0}.project--hero:before {content: "";display: block;position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(90deg, #fafafa 31%, rgba(250, 250, 250, 0) 56%);z-index: 10}.project--hero p {color: var(--color-text);text-wrap: balance}.project .project--hero-logo {max-height: 40px;max-width: 150px;margin: 0 0 1.45rem}.project--title {position: absolute;top: 50%;left: 50%;-ms-transform: translate(-50%, -50%);-webkit-transform: translate(-50%, -50%);transform: translate(-50%, -50%);width: 100%;z-index: 50}.project--title h1 {margin-top: 0}.project--content {padding-top: 10rem;padding-bottom: 10rem}.project--content ul, .project--content nav {list-style: none}.project--content ul:first-child, .project--content nav:first-child {margin-top: 0}.project--content ul:last-child, .project--content nav:last-child {margin-bottom: 0}.project--content ul li, .project--content nav li {position: relative;margin: 25px 0;padding-left: 40px}.project--content ul li:first-child, .project--content nav li:first-child {margin-top: 0}.project--content ul li:last-child, .project--content nav li:last-child {margin-bottom: 0}.project--content ul li:before, .project--content nav li:before {content: "";font-family: "Font Awesome 6 Pro";font-weight: 300;color: #82bb28;position: absolute;left: 0px}.project--content ul li a, .project--content nav li a {color: inherit;text-decoration: none}.project--images {padding-top: 5rem;padding-bottom: 5rem;background: var(--color-light);border-top: 1px solid var(--color-border);border-bottom: 1px solid var(--color-border)}.project--images ul, .project--images nav {list-style: none;padding: 0;margin: 0;display: -ms-grid;display: grid;grid-template-columns: 1fr 1fr 1fr;grid-gap: 30px}.project--images img {width: 100%;cursor: pointer}.project--specs {padding-top: 10rem;padding-bottom: 10rem;background: var(--color-light);border-top: 1px solid var(--color-border);border-bottom: 1px solid var(--color-border)}.project--specs-selector h3 {margin: 10px 0;cursor: pointer}.project--specs-selector h3.active {color: #82bb28}.project--more .col-inner {background: var(--color-background, #fff);border: 1px solid var(--color-border);padding: 15px;border-radius: 5px;text-align: center;display: block;text-decoration: none;height: 100%;-webkit-transition: border-color .35s ease-in-out;transition: border-color .35s ease-in-out}.project--more .col-inner:hover {border-color: #82bb28}.project--more .col-inner h2, .project--more .col-inner h3, .project--more .col-inner .h2, .project--more .col-inner .h3 {margin: 2rem 0 1rem;font-size: 1.4rem;font-weight: bold;text-wrap: balance}.project--more .col-inner p, .project--more .col-inner .p {font-size: 1.1rem;margin: 1em 0;text-wrap: balance;line-height: 1.5;color: var(--color-text)}.project--more .col-inner img {aspect-ratio: 1.6;object-fit: cover;display: block;overflow-clip-margin: unset;overflow: hidden}.project--row {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;row-gap: 30px}.project #specs-tech-stack ul, .project #specs-tech-stack nav, .project #specs-leistung ul, .project #specs-leistung nav, .project #specs-eckdaten ul, .project #specs-eckdaten nav {list-style: none;padding: 0;margin: 0;display: -ms-grid;display: grid;grid-template-columns: 1fr 1fr;grid-gap: 30px}.project #specs-tech-stack li, .project #specs-leistung li, .project #specs-eckdaten li {background: #fff;-ms-flex-pack: center;justify-content: center;-ms-flex-align: center;align-items: center;padding: 25px;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-direction: column;flex-direction: column;gap: 10px;min-height: 130px;border-radius: 5px}.project #specs-tech-stack li img, .project #specs-leistung li img, .project #specs-eckdaten li img {width: 80px;height: 80px;object-fit: contain}.project #specs-tech-stack li .btn, .project #specs-leistung li .btn, .project #specs-eckdaten li .btn {text-decoration: none}.project #specs-eckdaten li img {width: auto;height: 120px}@media (max-width: 991px) {.project--hero .background-image {top: auto;left: 0;right: 0;bottom: 0;max-width: 100%;max-height: 62%}.project--hero:before {background: linear-gradient(0deg, rgba(250, 250, 250, 0) 20%, #fafafa 62%)}.project--title {top: 0;-ms-transform: translate(-50%, 40px);-webkit-transform: translate(-50%, 40px);transform: translate(-50%, 40px)}.project--images ul, .project--images nav {grid-template-columns: 1fr}.project--content {padding-top: 3rem;padding-bottom: 3rem}.project--specs {padding-top: 3rem;padding-bottom: 3rem}.project--specs-selector {padding-bottom: 2rem}.project #specs-tech-stack ul, .project #specs-tech-stack nav, .project #specs-leistung ul, .project #specs-leistung nav, .project #specs-eckdaten ul, .project #specs-eckdaten nav {grid-template-columns: 1fr}}#grid-stack-section-688 {margin-top: -2em;padding-bottom: 5em}#grid-stack-section-688 .row {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}#grid-stack-section-688 h2 {margin-top: 2em}#grid-stack-col-1006 img {max-height: 500px;margin-left: auto;margin-right: auto}#grid-stack-section-1057 {padding-top: 0}#grid-stack-section-640 .row {margin-left: 0;margin-right: 0}#grid-stack-col-408 {text-align: center}#grid-stack-section-630 {paddding-left: 15px;padding-right: 15px}#grid-stack-section-620 {min-height: calc(100vh - 50px);-ms-flex-align: center;align-items: center;display: -ms-flexbox;display: -webkit-flex;display: flex}#grid-stack-section-620 .container {width: 100%}#grid-stack-col-623 img {margin: auto;display: block}#grid-stack-col-623 p:first-child {margin-top: 0}#grid-stack-section-387 {padding-top: 10em;padding-bottom: 10em}@media (max-width: 768px) {#grid-stack-section-387 {padding-top: 2em;padding-bottom: 2em}}#grid-stack-section-769 {--funnel-color-background: #fff;--funnel-color-text-headline: #000;--funnel-color-text: #676767;--funnel-color-button-background: #82bb28;--funnel-color-button-background-hover: #82bb28;--funnel-color-button-text: #fff;--funnel-box-shadow-skala: 0 0 0px 4px rgba(130, 187, 40, .3);--funnel-color-border-header: #efefef;--funnel-font-size: inherit;--funnel-font-family: inherit;--funnel-height-header: 2em;--funnel-height-footer: 2em;--funnel-logo-height: 50px}#grid-stack-section-769 #funnel main {min-height: calc(100vh - 50px)}#grid-stack-section-769 #funnel .container {width: 1000px}#grid-stack-section-769 #funnel h2.headline {font-weight: 400}#grid-stack-section-643 .row {-ms-flex-align: end;align-items: flex-end}@media (max-width: 768px) {#grid-stack-section-643 .row {-ms-flex-direction: column-reverse;flex-direction: column-reverse;display: -ms-flexbox;display: -webkit-flex;display: flex}#grid-stack-section-643 .row .col {padding-bottom: 0}}#grid-stack-section-401 .row {-ms-flex-align: end;align-items: flex-end}#grid-stack-col-403 {margin-bottom: 5em}@media (max-width: 768px) {#grid-stack-col-403 {margin-bottom: 0}}#grid-stack-section-397 {margin-bottom: 260px}@media (min-width: 1000px) and (max-width: 1200px) {#grid-stack-section-397 {margin-bottom: 0}}@media (min-width: 768px) and (max-width: 990px) {#grid-stack-section-397 {margin-bottom: 0}}#grid-stack-section-776 {--image-width: -11681px;background-image: url("/uploads/1677418402_RZEG5ji21aB960ZvTZGE.jpg");background-size: auto 100%;background-repeat-x: repeat;background-repeat-y: no-repeat;background-position: 0 0;-webkit-animation: slide 200s linear infinite;animation: slide 200s linear infinite}#grid-stack-col-1013 {--font-color: #7d7c0e;--font-left: 30px;--font-top: auto;--font-bottom: 30px}#grid-stack-section-763 {margin-top: -5rem;padding-top: 5em;padding-bottom: 5em}#grid-stack-section-763 h2 {margin-top: 5rem}#grid-stack-section-763 .row {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}@media (max-width: 768px) {#grid-stack-section-763 {margin-top: -2rem;padding-top: 2em;padding-bottom: 2em}#grid-stack-section-763 h2 {margin-top: 2rem}}#grid-stack-col-820 img {max-height: 500px;margin-left: auto;margin-right: auto}#grid-stack-col-414 img {max-height: 500px;margin-left: auto;margin-right: auto}#grid-stack-section-991 {margin-top: -5rem;padding-top: 5em;padding-bottom: 5em}#grid-stack-section-991 h2 {margin-top: 5rem}#grid-stack-section-991 .row {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}@media (max-width: 768px) {#grid-stack-section-991 {margin-top: -2rem;padding-top: 2em;padding-bottom: 2em}#grid-stack-section-991 h2 {margin-top: 2rem}}#grid-stack-col-977 {margin-bottom: 5em}@media (max-width: 768px) {#grid-stack-col-977 {margin-bottom: 0}}#grid-stack-col-969 {margin-top: -2em;margin-bottom: -400px}@media (min-width: 768px) and (max-width: 990px) {#grid-stack-col-969 {margin-top: 2em;margin-bottom: 0}}@media (min-width: 576px) and (max-width: 767px) {#grid-stack-col-969 {margin-top: 2em;margin-bottom: -310px}}@media (max-width: 575px) {#grid-stack-col-969 {margin-top: 2em;margin-bottom: -320px}}#grid-stack-section-966 {margin-bottom: 260px}@media (min-width: 1000px) and (max-width: 1200px) {#grid-stack-section-966 {margin-bottom: 0}}@media (min-width: 768px) and (max-width: 990px) {#grid-stack-section-966 {margin-bottom: 0}}#grid-stack-col-945 h3 .fal {color: var(--color-green)}#grid-stack-section-942 .row {border-radius: 1.5rem;border: 1px solid #ececec;padding-top: .5rem;padding-bottom: .5rem;margin-left: 0;margin-right: 0}#grid-stack-section-942 .col {padding-left: .5rem;padding-right: .5rem}#grid-stack-section-942 .content-list-text {padding: 2.5rem}#grid-stack-section-942 .background-image {border-radius: 1rem}@media (max-width: 767px) {#grid-stack-section-942 .content-list-text {padding: .5rem 1.5rem}}@media (max-width: 575px) {#grid-stack-col-941 {margin-top: 2em}}#grid-stack-section-878 {--funnel-color-background: #fff;--funnel-color-text-headline: #000;--funnel-color-text: #676767;--funnel-color-button-background: #82bb28;--funnel-color-button-background-hover: #82bb28;--funnel-color-button-text: #fff;--funnel-box-shadow-skala: 0 0 0px 4px rgba(130, 187, 40, .3);--funnel-color-border-header: #efefef;--funnel-font-size: inherit;--funnel-font-family: inherit;--funnel-height-header: 2em;--funnel-height-footer: 2em;--funnel-logo-height: 50px}#grid-stack-section-878 #funnel main {min-height: calc(100vh - 50px)}#grid-stack-section-878 #funnel .container {width: 1000px}#grid-stack-section-878 #funnel h2.headline {font-weight: 400}#grid-stack-section-1111 a {text-decoration: none}#grid-stack-section-1111 .button:not(.button-outline) {display: none;position: relative}#grid-stack-section-1111 .button:not(.button-outline):after {position: absolute;right: 25px;top: 15px}#grid-stack-section-1111 .button:not(.button-outline) .fab, #grid-stack-section-1111 .button:not(.button-outline) .fal {margin-right: 10px}#grid-stack-section-1111 .button:not(.button-outline):first-child {margin-top: 30px}@media (max-width: 567px) {#grid-stack-section-1111 .button:not(.button-outline) {display: block;width: 100%;margin-top: 13px;margin-bottom: 13px;text-align: left}}#grid-stack-section-1111 .button-outline {display: inline-block;position: relative;text-align: left;padding-right: 60px}#grid-stack-section-1111 .button-outline:after {position: absolute;right: 25px;top: 15px}#grid-stack-section-1111 .button-outline .fab, #grid-stack-section-1111 .button-outline .fal {margin-right: 10px}#grid-stack-section-1111 .social-button {font-size: 24px;margin-left: 6px;margin-right: 6px;margin-top: 15px;display: inline-block}@media (max-width: 567px) {#grid-stack-section-1111 .social-button {display: none}}@media (max-width: 567px) {#grid-stack-section-1111 {padding-top: 3rem}}#grid-stack-section-575 {padding-top: 0}#grid-stack-col-844 #funnel main {min-height: 1px}#grid-stack-col-844 #funnel h2 p {text-align: left}#grid-stack-col-642 {margin-top: -2em;margin-bottom: -400px}@media (min-width: 768px) and (max-width: 990px) {#grid-stack-col-642 {margin-top: 2em;margin-bottom: 0}}@media (min-width: 576px) and (max-width: 767px) {#grid-stack-col-642 {margin-top: 2em;margin-bottom: -310px}}@media (max-width: 575px) {#grid-stack-col-642 {margin-top: 2em;margin-bottom: -320px}}#grid-stack-col-646 {padding-bottom: 400px}@media (min-width: 1800px) {#grid-stack-col-646 {padding-bottom: 530px}}@media (max-width: 1399px) {#grid-stack-col-646 {padding-bottom: 350px}}@media (min-width: 768px) and (max-width: 990px) {#grid-stack-col-646 {margin-bottom: 0;padding-bottom: 230px}}@media (min-width: 576px) and (max-width: 767px) {#grid-stack-col-646 {padding-bottom: 0}}@media (max-width: 575px) {#grid-stack-col-646 {padding-bottom: 0}}#grid-stack-section-653 {padding-bottom: 0}#grid-stack-col-658 {margin-top: 5em}#grid-stack-section-673 {margin-bottom: 260px}#grid-stack-col-676 {margin-top: -2em;margin-bottom: -400px}#grid-stack-col-800 img {max-height: 500px;margin-left: auto;margin-right: auto}#grid-stack-section-802 {margin-top: -2em;padding-top: 1em;padding-bottom: 5em}#grid-stack-section-802 .row {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}#grid-stack-section-802 h2 {margin-top: 2em}#grid-stack-col-686 img {max-height: 500px;margin-left: auto;margin-right: auto}#grid-stack-section-757 {margin-top: -2em;padding-bottom: 5em;padding-top: 1em}#grid-stack-section-757 .row {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}#grid-stack-section-757 h2 {margin-top: 2em}#grid-stack-col-718 {--color-start: #d96c71;--color-end: #272b37}#grid-stack-col-790 img {max-height: 500px;margin-left: auto;margin-right: auto}#grid-stack-section-792 {margin-top: -2em;padding-bottom: 5em;padding-top: 1em}#grid-stack-section-792 .row {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}#grid-stack-section-792 h2 {margin-top: 2em}#grid-stack-section-808 {margin-top: -2em;padding-top: 1em;padding-bottom: 5em}#grid-stack-section-808 .row {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}#grid-stack-section-808 h2 {margin-top: 2em}#grid-stack-col-816 img {max-height: 500px;margin-left: auto;margin-right: auto}#grid-stack-col-834 img {max-height: 500px;margin-left: auto;margin-right: auto}#grid-stack-section-822 {margin-top: -2em;padding-top: 1em;padding-bottom: 5em}#grid-stack-section-822 .row {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}#grid-stack-section-822 h2 {margin-top: 2em}#grid-stack-col-830 img {max-height: 500px;margin-left: auto;margin-right: auto}#grid-stack-section-836 {margin-top: -2em;padding-top: 1em;padding-bottom: 5em}#grid-stack-section-836 h2 {margin-top: 2em}#grid-stack-section-858 {padding-bottom: 5em}#grid-stack-section-865 {padding-bottom: 5em}#grid-stack-col-1011 {--font-color: #7d44d7;--font-left: 44px;--font-top: 120px}@media (max-width: 1399px) {#grid-stack-col-1011 h2 {--font-left: 32px;--font-top: 60px}}#grid-stack-section-876 {--funnel-color-background: #fff;--funnel-color-text-headline: #000;--funnel-color-text: #676767;--funnel-color-button-background: #82bb28;--funnel-color-button-background-hover: #82bb28;--funnel-color-button-text: #fff;--funnel-box-shadow-skala: 0 0 0px 4px rgba(130, 187, 40, .3);--funnel-color-border-header: #efefef;--funnel-font-size: inherit;--funnel-font-family: inherit;--funnel-height-header: 2em;--funnel-height-footer: 2em;--funnel-logo-height: 50px}#grid-stack-section-876 #funnel main {min-height: calc(100vh - 50px)}#grid-stack-section-876 #funnel .container {width: 1000px}#grid-stack-section-876 #funnel h2.headline {font-weight: 400}#grid-stack-col-917 p1 {margin: 0 0 1.6rem;text-transform: none;text-align: left;font-size: 80px;font-weight: bolder;letter-spacing: -1.6px;line-height: 1em;color: var(--color-dark)}#grid-stack-section-1103 {--funnel-color-background: #fff;--funnel-color-text-headline: #0a3358;--funnel-color-text: #373c41;--funnel-color-button-background: #0a3358;--funnel-color-button-background-hover: #0a3358;--funnel-color-button-text: #fff;--funnel-color-border-header: #efefef;--funnel-color-border-footer: #efefef;--funnel-box-shadow-skala: 0 0 0px 4px rgba(10, 51, 88, .3);--funnel-font-size: inherit;--funnel-font-family: inherit;--funnel-height-header: 2em;--funnel-height-footer: 2em;--funnel-height-logo: 50px}#grid-stack-section-1103 #funnel main {min-height: calc(100vh - 50px)}#grid-stack-section-1103 #funnel .skala-item label {color: var(--funnel-color-text)}#grid-stack-section-1103 #funnel .container {width: 1000px}#grid-stack-section-1103 #funnel h2.headline {font-weight: 400;text-align: left}#grid-stack-section-1103 #funnel h2.headline p {text-align: left}#grid-stack-section-905 {padding-top: 2rem;padding-bottom: 8rem}#grid-stack-section-905 .row {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}#grid-stack-section-905 h2 {margin-top: 4rem}#grid-stack-col-1027 {--card-background: #82bb28;--card-headline: #fff;--card-text: #fff;--button-border: #fff;--button-background: #82bb28;--button-hover-text: #82bb28;--button-hover-background: #fff;grid-column: span 2}@media (max-width: 768px) {#grid-stack-col-1027 {grid-column: span 1}}#grid-stack-section-1060 {padding-top: 5rem}@media (max-width: 991px) {#grid-stack-section-1060 {padding-top: 3rem}}#grid-stack-col-1063 .row {padding-top: 15px;padding-bottom: 15px;border: 1px solid var(--color-border);border-radius: 5px;display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;-ms-flex-align: center;align-items: center;margin-left: 0;margin-right: 0}#grid-stack-col-1063 .row img {border-radius: 3px;width: 100%}#grid-stack-col-1071 {margin: 3rem 0}#grid-stack-col-1071 h2 {margin: 4rem 0 2rem}#grid-stack-col-1071 .glossar-list {display: -ms-grid;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));list-style: none;-moz-column-gap: 2rem;-webkit-column-gap: 2rem;column-gap: 2rem;row-gap: 1rem;padding: 0;margin: 2rem 0;line-height: 1.4em}@media (max-width: 990px) {#grid-stack-col-1071 .glossar-list {grid-template-columns: repeat(2, minmax(0, 1fr))}}@media (max-width: 567px) {#grid-stack-col-1071 .glossar-list {grid-template-columns: repeat(1, minmax(0, 1fr))}}#grid-stack-col-1071 .glossar-list a {text-decoration: none}#grid-stack-col-1071 .glossar-list li {padding: 0}#grid-stack-col-1075 {margin-bottom: 5em}@media (max-width: 768) {#grid-stack-col-1075 {margin-bottom: 2em}}#grid-stack-col-1079 {margin-bottom: 5em}@media (max-width: 768) {#grid-stack-col-1079 {margin-bottom: 2em}}#grid-stack-section-1091 {padding-bottom: 5em}@media (max-width: 767px) {#grid-stack-section-1091 {padding-bottom: 2em}}#grid-stack-col-1093 {margin-bottom: 2em}@media (max-width: 767px) {#grid-stack-col-1093 {margin-bottom: 1em}}#grid-stack-section-1097 {margin-top: 5em}#grid-stack-col-1099 {margin-bottom: 2em}@media (max-width: 767px) {#grid-stack-col-1099 {margin-bottom: 1em}}#grid-stack-section-1166 {margin-top: -2em;padding-top: 1em;padding-bottom: 5em}#grid-stack-section-1166 .row {display: -ms-flexbox;display: -webkit-flex;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap}#grid-stack-section-1166 h2 {margin-top: 2em}#grid-stack-col-1174 img {max-height: 500px;margin-left: auto;margin-right: auto}#grid-stack-col-1208 {margin-bottom: 2em}@media (max-width: 767px) {#grid-stack-col-1208 {margin-bottom: 1em}}#grid-stack-col-1215 {text-align: center}