
.hide-for-screen {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
    display: block
}

audio, canvas, progress, video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden], template {
    display: none
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code, kbd, pre, samp {
    font-family: monospace;
    font-size: 1em
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button, select {
    text-transform: none
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled], html input[disabled] {
    cursor: default
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: 700
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td, th {
    padding: 0
}

button, input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #3b6a9f;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: source_sans_prolight, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: .75em 1.5em;
    text-decoration: none;
    -webkit-transition: background-color .15s ease;
    transition: background-color .15s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap;
    -webkit-transition: color .2s ease-in;
    transition: color .2s ease-in
}

button:focus, button:hover, input[type=button]:focus, input[type=button]:hover, input[type=reset]:focus, input[type=reset]:hover, input[type=submit]:focus, input[type=submit]:hover {
    color: #f2f2f2
}

button:disabled, input[type=button]:disabled, input[type=reset]:disabled, input[type=submit]:disabled {
    cursor: not-allowed;
    opacity: .5;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"
}

button:disabled:hover, input[type=button]:disabled:hover, input[type=reset]:disabled:hover, input[type=submit]:disabled:hover {
    background-color: #3b6a9f
}

fieldset {
    background-color: tint(#999, 75%);
    border: none;
    margin: 0;
    padding: 0
}

input, label, select {
    display: block;
    font-family: source_sans_prolight, sans-serif;
    font-size: 18px;
    font-size: 1.125rem
}

label {
    margin-bottom: .375em
}

label.required:after {
    content: "*"
}

label abbr {
    display: none
}

input:not([type]), input[type=color], input[type=date], input[type=datetime-local], input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week], select[multiple=multiple], textarea {
    background-color: #fff;
    border: 1px solid #999;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06);
    box-sizing: border-box;
    font-family: source_sans_prolight, sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: .75em;
    padding: .5em;
    -webkit-transition: border-color .15s ease;
    transition: border-color .15s ease;
    width: 100%
}

input:not([type]):hover, input[type=color]:hover, input[type=date]:hover, input[type=datetime-local]:hover, input[type=datetime]:hover, input[type=email]:hover, input[type=month]:hover, input[type=number]:hover, input[type=password]:hover, input[type=search]:hover, input[type=tel]:hover, input[type=text]:hover, input[type=time]:hover, input[type=url]:hover, input[type=week]:hover, select[multiple=multiple]:hover, textarea:hover {
    border-color: shade(#999, 20%)
}

input:not([type]):focus, input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, select[multiple=multiple]:focus, textarea:focus {
    border-color: #3b6a9f;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, .06), 0 0 5px rgba(52, 94, 140, .7);
    outline: none
}

input:not([type]):disabled, input[type=color]:disabled, input[type=date]:disabled, input[type=datetime-local]:disabled, input[type=datetime]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled, select[multiple=multiple]:disabled, textarea:disabled {
    background-color: shade(#fff, 5%);
    cursor: not-allowed
}

input:not([type]):disabled:hover, input[type=color]:disabled:hover, input[type=date]:disabled:hover, input[type=datetime-local]:disabled:hover, input[type=datetime]:disabled:hover, input[type=email]:disabled:hover, input[type=month]:disabled:hover, input[type=number]:disabled:hover, input[type=password]:disabled:hover, input[type=search]:disabled:hover, input[type=tel]:disabled:hover, input[type=text]:disabled:hover, input[type=time]:disabled:hover, input[type=url]:disabled:hover, input[type=week]:disabled:hover, select[multiple=multiple]:disabled:hover, textarea:disabled:hover {
    border: 1px dashed #999
}

textarea {
    resize: vertical;
    border: 1px solid #999
}

input[type=search] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=checkbox], input[type=radio] {
    display: inline;
    margin-right: .375em
}

input[type=checkbox] + label, input[type=radio] + label {
    display: inline-block
}

input[type=file] {
    margin-bottom: .75em;
    width: 100%
}

input[type=submit] {
    color: #000
}

select {
    margin-bottom: 1.5em;
    max-width: 100%;
    width: auto
}

ol, ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

dl {
    margin-bottom: .75em
}

dl dt {
    font-weight: 700;
    margin-top: .75em
}

dl dd {
    margin: 0
}

body {
    color: #000;
    -webkit-font-feature-settings: "kern", "liga", "pnum";
    font-feature-settings: "kern", "liga", "pnum";
    font-size: 18px;
    font-size: 1.125rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: antialiased;
    line-height: 1.5;
    letter-spacing: .8px;
    letter-spacing: .05rem;
    letter-spacing: 0;
    font-family: source_sans_prolight, sans-serif
}

h1, h1 a, h2, h2 a, h3, h3 a, h4, h4 a, h5, h5 a, h6, h6 a {
    font-family: source_sans_prolight, sans-serif;
    font-size: 24px;
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0 0 .75em;
    color: #000;
    word-wrap: break-word;
    text-rendering: optimizeLegibility
}

h1 a:hover, h1:hover, h2 a:hover, h2:hover, h3 a:hover, h3:hover, h4 a:hover, h4:hover, h5 a:hover, h5:hover, h6 a:hover, h6:hover {
    color: #000
}

.csc-firstHeader, h1, h2, h2.csc-firstHeader {
    text-transform: none;
    line-height: 1.2;
    font-size: 30px;
    font-size: 1.875rem
}

h2 {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.2
}

h3 {
    font-size: 19.2px;
    font-size: 1.2rem
}

h3, h4 {
    font-family: source_sans_prolight, sans-serif
}

h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    font-weight: 700
}

p {
    padding: 0 0 16px;
    padding: 0 0 1rem
}

li, p, ul {
    -webkit-margin-before: 0;
    -webkit-margin-after: 0;
    -webkit-margin-start: 0;
    -webkit-margin-end: 0
}

li, ul {
    margin: 0
}

a {
    color: #3b6a9f;
    text-decoration: underline;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in
}

a:active, a:focus, a:hover {
    color: #222;
    text-decoration: none
}

.ce-textpic li, .ce-textpic p, .ce-textpic ul, .section__content li, .section__content p, .section__content ul, article li, article p, article ul {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem
}

.ce-textpic a, .section__content a, article a {
    text-decoration: underline;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #3b6a9f
}

.ce-textpic a:hover, .section__content a:hover, article a:hover {
    color: #000;
    text-decoration: none
}

.ce-textpic ul, .section__content ul, article ul {
    list-style: disc;
    margin-left: 64px;
    margin-left: 4rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 16px;
    margin-top: 1rem
}

.ce-textpic h1 a, .ce-textpic h2 a, .section__content h1 a, .section__content h2 a, article h1 a, article h2 a {
    text-decoration: none
}

.ce-textpic h1 a:hover, .ce-textpic h2 a:hover, .section__content h1 a:hover, .section__content h2 a:hover, article h1 a:hover, article h2 a:hover {
    color: inherit
}

.ce-textpic blockquote, .section__content blockquote, article blockquote {
    font-style: italic
}

hr {
    border-bottom: 1px dashed #999;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0
}

img, picture {
    margin: 0;
    max-width: 100%;
    height: auto
}

.csc-textpic-intext-right .csc-textpic-imagewrap {
    margin-left: 0
}

.csc-textpic-intext-left .csc-textpic-imagewrap {
    margin-right: 0
}

#maincontent div.csc-textpic.csc-textpic-intext-left .csc-textpic-imagewrap figure, #maincontent div.csc-textpic.csc-textpic-intext-right .csc-textpic-imagewrap figure {
    margin: 0 0 16px;
    margin: 0 0 1rem;
    text-align: center
}

.csc-textpic-center {
    text-align: center
}

div.csc-textpic.csc-textpic-center .csc-textpic-imagewrap figure, div.csc-textpic.csc-textpic-center figure.csc-textpic-imagewrap {
    margin: 0 auto
}

.csc-textpic-caption {
    font-size: smaller;
    font-style: italic
}

.align-center {
    text-align: center
}

main li, main p, main ul {
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem
}

main a {
    text-decoration: underline;
    -webkit-transition: all .5s;
    transition: all .5s;
    color: #3b6a9f
}

main a:hover {
    color: #000;
    text-decoration: none
}

main ul {
    list-style: disc;
    margin-left: 64px;
    margin-left: 4rem;
    margin-bottom: 16px;
    margin-bottom: 1rem;
    margin-top: 16px;
    margin-top: 1rem
}

main h1 a, main h2 a {
    text-decoration: none
}

main h1 a:hover, main h2 a:hover {
    color: inherit
}

main blockquote {
    font-style: italic
}

.searchform {
    position: relative
}

.searchform input {
    display: inline;
    margin: 0
}

.searchform input[type=search] {
    border: 1px solid #8a8a8a;
    border-radius: 0;
    height: 30.4px;
    height: 1.9rem;
    font-size: 14px;
    font-size: .875rem;
    line-height: 16px;
    line-height: 1rem;
    width: 100%
}

.searchform button {
    position: absolute;
    top: 16px;
    top: 1rem;
    right: 0;
    background: none;
    height: 16px;
    height: 1rem;
    padding: 0 16px;
    padding: 0 1rem
}

.searchform svg {
    stroke: #8b8b8b;
    width: 16px;
    height: 16px
}

.smallbar {
    z-index: 5;
    background: #000;
    background: rgba(0, 0, 0, .5);
    height: 79px;
    line-height: 79px;
    line-height: 4.9375rem
}

.smallbar, .smallsearch {
    position: absolute;
    top: 0;
    width: 100%
}

.smallsearch {
    display: none;
    z-index: 4;
    background: #fff;
    padding-top: 79px
}

.smallsearch .searchform {
    padding: 8px;
    padding: .5rem
}

#smallsearch-query {
    font-size: 16px;
    font-size: 1rem
}

.largebar {
    display: none
}

.header-logo {
    position: absolute;
    display: block;
    z-index: 6;
    top: 24px;
    top: 1.5rem;
    left: -105px;
    margin-left: 50%
}

.header-logo img {
    width: 210px
}

.header-gallery {
    height: 381px;
    width: 100%;
    position: relative;
    color: #fff;
    background: #222
}

.header-gallery .content-wrapper {
    height: 100%
}

.header-gallery__canvas {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    background: rgba(0, 0, 0, .25)
}

.header-gallery__content {
    height: auto;
    position: absolute;
    right: 0;
    bottom: 75px;
    color: #fff;
    text-align: right;
    padding: 0 16px;
    padding: 0 1rem
}

.header-gallery__image {
    display: block;
    text-align: right;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.header-gallery__title {
    font-family: source_serif_proregular;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 30px;
    line-height: 1.875rem;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.header-gallery__subtitle {
    font-family: source_sans_proregular;
    border-top: 3px solid #fff;
    min-width: 250px;
    display: inline-block;
    padding-top: 8px;
    padding-top: .5rem;
    font-size: 16px;
    font-size: 1rem;
    line-height: 20px;
    line-height: 1.25rem
}

.header-gallery__controls {
    border: 1px solid #fff;
    display: block;
    position: relative;
    z-index: 3;
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto
}

.header-gallery__controls:after {
    content: " ";
    display: block;
    clear: both
}

.header-subpageimg {
    height: 79px;
    background: url('../../../_assets/e9ded24356fbbe974e9b80729bb88060/Images/header_subpage.jpg') no-repeat center center;
    background-size: cover
}

.small-search-icon {
    position: absolute;
    top: 8px;
    top: .5rem;
    right: 8px;
    right: .5rem
}

.small-search-icon svg {
    width: 30px;
    height: 30px;
    stroke: #fff;
    fill: #fff
}

.small-search-closeicon {
    display: none;
    width: 40px;
    height: 30px;
    top: 24px;
    top: 1.5rem;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.small-search-closeicon, .small-search-closeicon span {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.small-search-closeicon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.small-search-closeicon span:nth-child(1) {
    top: 12px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.small-search-closeicon span:nth-child(2) {
    top: 12px;
    right: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.small-search-closeicon.smallsearch-closeicon--active {
    display: block
}

.content {
    position: relative;
    z-index: 2;
    background: #eef1f4;
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    line-height: 1.375rem
}

.content .content__wrapper {
    background: #fff;
    padding: 8px;
    padding: .5rem
}

.aside {
    padding: 16px 8px;
    padding: 1rem .5rem
}

.aside ul {
    display: none
}

.footer {
    background: #fff;
    border-bottom: 5px solid #3b6a9f
}

.footer-nav li {
    border-top: 1px solid #3b6a9f
}

.footer-nav a {
    display: block;
    padding: 16px;
    padding: 1rem;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 12px;
    font-size: .75rem;
    font-family: source_sans_proregular;
    letter-spacing: .7px;
    letter-spacing: .04375rem
}

.footer-nav a:hover {
    background: #000;
    background: rgba(0, 0, 0, .1)
}

.footer-logos {
    padding: 16px;
    padding: 1rem;
    text-align: left
}

.footer-logos:after {
    clear: both;
    content: "";
    display: table
}

.footer-logos li {
    width: 32.20339%;
    float: left;
    margin-right: 1.69492%
}

.footer-logos li:last-child {
    width: 32.20339%;
    float: right;
    margin-right: 0
}

.totop {
    clear: both;
    background: #3b6a9f;
    display: block;
    padding: 16px;
    padding: 1rem;
    -webkit-transition: background .2s;
    transition: background .2s;
    cursor: pointer
}

.totop:hover {
    background: #2d517a
}

.totop__icon {
    display: block;
    width: 0;
    height: 0;
    margin: 0 auto;
    border-style: solid;
    border-width: 0 7px 12px;
    border-color: transparent transparent #fff
}

.content-wrapper {
    position: relative
}

.skipnavigation {
    display: inline;
    position: absolute;
    left: -9999px;
    top: -9999px;
    height: 0;
    width: 0;
    background: #fff
}

.skipnavigation a:focus {
    display: block;
    position: absolute;
    left: 10000px;
    top: 10000px;
    width: 20em;
    line-height: 5em;
    text-align: center;
    border: .5em double #000;
    padding: .5em;
    background-color: #fff;
    z-index: 10;
    font-size: 1.25em
}

.tinynav {
    border: 1px solid #999;
    margin: 0;
    padding: 0;
    background: #fff;
    padding: 3.2px;
    padding: .2rem;
    width: 100%;
    display: block
}

.entrytext {
    padding: 16px 0;
    padding: 1rem 0;
    background: #f2f2f2;
    text-align: center;
    color: #000;
    font-size: 18px;
    font-size: 1.125rem
}

.entrytext h1 {
    color: #000;
    font-size: 30px;
    font-size: 1.875rem;
    margin: 0;
    margin-bottom: 32px;
    margin-bottom: 2rem;
    position: relative;
    z-index: 1
}

.entrytext h1:before {
    border-top: 1px solid #c5c5c5;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1
}

.entrytext h1 span {
    background: #fff;
    padding: 0 15px;
    background: #f2f2f2
}

.entrytext p {
    padding: 0 16px 16px;
    padding: 0 1rem 1rem
}

.entrytext h1:after, .entrytext h1:before, ::-ms-backdrop:after, ::-ms-backdrop:before {
    content: ''
}

.news__header {
    color: #000;
    -webkit-transition: all .2s;
    transition: all .2s
}

a:hover .news__header {
    color: #2d517a
}

.news-list a {
    text-decoration: none;
    color: inherit
}

.news-list .news__date {
    font-size: 14px;
    font-size: .875rem;
    color: #3b6a9f;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    clear: both
}

.news-list article {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding-bottom: 16px;
    padding-bottom: 1rem;
    border-bottom: 1px solid #bbc1c8
}

.news-list article:after {
    clear: both;
    content: "";
    display: table
}

.news-list ul {
    list-style: none;
    margin: 0;
    padding: 0
}

.news-list p {
    font-size: 16px;
    font-size: 1rem
}

.news-list .showResultsWrap {
    display: none
}

.news-list__more {
    color: #3b6a9f;
    width: 100%;
    text-align: center;
    text-decoration: underline
}

.news-list--latest {
    background: #dbe2eb;
    padding: 16px 0;
    padding: 1rem 0
}

.news-list--latest ul:after {
    clear: both;
    content: "";
    display: table
}

.news-list--latest article {
    background: #fff;
    padding: 8px;
    padding: .5rem
}

.news-list--latest img {
    width: 100%;
    height: 100%;
    max-width: 358px;
    max-height: 180px
}

.news-list--latest .news-list__image {
    text-align: center
}

.news-list--latest p {
    font-size: 14px;
    font-size: .875rem;
    line-height: 22px;
    line-height: 1.375rem
}

.news-list--latest .news-list__header {
    color: #3b6a9f;
    font-weight: 400;
    font-size: 30px;
    font-size: 1.875rem;
    margin-bottom: 8px;
    margin-bottom: .5rem;
    text-align: center;
    position: relative;
    z-index: 1
}

.news-list--latest .news-list__header:before {
    border-top: 1px solid #a1b6ce;
    content: "";
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    z-index: -1
}

.news-list--latest .news-list__header span {
    background: #fff;
    padding: 0 15px;
    background: #dbe2eb
}

.news-list--latest .news__header {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    font-family: source_sans_proregular;
    line-height: 22px;
    line-height: 1.375rem
}

.news-list--latest .news-list__more {
    text-decoration: none;
    color: #fff;
    -webkit-transition: background .2s;
    transition: background .2s
}

.news-list--latest .news-list__more:hover {
    background: #2d517a
}

.news-list--latest .news-list__header:after, .news-list--latest .news-list__header:before, ::-ms-backdrop:after, ::-ms-backdrop:before {
    content: ''
}

.news-detail .news__date {
    font-size: 14px;
    font-size: .875rem;
    font-style: italic;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.news-detail .news-img-wrap {
    margin: 16px 0;
    margin: 1rem 0
}

.news-detail .teaser-text {
    font-weight: 700
}

.news-detail .news-img-caption {
    font-size: 14px;
    font-size: .875rem;
    line-height: 18px;
    line-height: 1.125rem;
    font-style: italic;
    max-width: 350px
}

.news-list .page-navigation p, .page-navigation p {
    display: none
}

.news-list .page-navigation li, .page-navigation li {
    display: inline-block;
    padding-right: 16px;
    padding-right: 1rem;
    margin-bottom: 8px;
    margin-bottom: .5rem
}

.news-list .page-navigation a, .page-navigation a {
    color: #3b6a9f;
    text-decoration: underline
}

.slicknav_menu .slicknav_no-text {
    margin: 0
}

.slicknav_nav li, .slicknav_nav ul {
    display: block
}

.slicknav_nav .slicknav_arrow {
    font-size: 12.8px;
    font-size: .8rem;
    margin-top: 6.4px;
    margin-top: .4rem;
    float: right;
    display: block
}

.slicknav_nav .slicknav_item {
    display: block;
    cursor: pointer
}

.slicknav_nav a {
    display: block
}

.slicknav_nav .slicknav_item a {
    display: inline
}

.slicknav_menu:after, .slicknav_menu:before {
    content: " ";
    display: table
}

.slicknav_menu {
    *zoom: 1;
    font-size: 16px;
    font-size: 1rem
}

.slicknav_btn {
    position: absolute;
    left: 8px;
    left: .5rem;
    top: 24px;
    top: 1.5rem;
    z-index: 6
}

.slicknav_icon {
    width: 40px;
    height: 30px;
    position: relative;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer
}

.slicknav_icon, .slicknav_icon span {
    display: block;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.slicknav_icon span {
    position: absolute;
    height: 4px;
    width: 100%;
    background: #fff;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    left: 0;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.slicknav_icon span:nth-child(1) {
    top: 0
}

.slicknav_icon span:nth-child(2) {
    top: 12px
}

.slicknav_icon span:nth-child(3) {
    top: 24px
}

.slicknav_btn.slicknav_open .slicknav_icon span:nth-child(1) {
    top: 18px;
    width: 0;
    left: 50%
}

.slicknav_btn.slicknav_open .slicknav_icon span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.slicknav_btn.slicknav_open .slicknav_icon span:nth-child(3) {
    top: 12px;
    left: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.slicknav_menu .slicknav_menutxt {
    display: none
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 4;
    width: 100%;
    border-bottom: 3px solid #d3dae2;
    background: #fff;
    padding-top: 79px
}

.slicknav_nav, .slicknav_nav ul {
    list-style: none;
    overflow: hidden
}

.slicknav_nav ul {
    padding: 0;
    margin: 0
}

.slicknav_nav a {
    padding: 12px 15px;
    padding: .75rem 15px;
    background: #fff;
    border-bottom: 1px solid #d3dae2;
    -webkit-transition: background .2s;
    transition: background .2s;
    text-decoration: none;
    text-transform: uppercase;
    color: #000;
    font-family: source_sans_proregular
}

.slicknav_nav a.slicknav_row a {
    background: none
}

.slicknav_nav ul li:first-child a {
    border-top: none
}

.slicknav_nav .slicknav_item a {
    padding: 0;
    margin: 0;
    color: #000;
    border-bottom: none
}

.slicknav_nav .slicknav_item a:hover {
    color: #fff
}

.slicknav_nav li ul a {
    padding: 5px;
    padding-left: 32px;
    padding-left: 2rem;
    border-bottom: 1px solid #d3dae2;
    text-transform: none
}

.slicknav_nav li ul ul a {
    padding-left: 48px;
    padding-left: 3rem
}

.slicknav_nav li ul ul ul a {
    padding-left: 64px;
    padding-left: 4rem
}

.slicknav_nav a:hover, .slicknav_nav li.cM_ACT > a, .slicknav_nav li.cM_CUR > a {
    color: #3b6a9f
}

.slicknav_nav li.cM_ACT > a, .slicknav_nav li.cM_CUR > a {
    background-color: #fff;
    background-color: hsla(0, 0%, 100%, .1)
}

.slicknav_nav a:hover a {
    color: #000
}

.slicknav_nav .language img {
    width: 20px;
    float: left;
    margin-right: 8px;
    margin-right: .5rem
}

.slicknav_nav form {
    display: none
}

.sf-menu li {
    position: relative
}

.sf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 8;
    min-width: 250px
}

.sf-menu a, .sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
    display: block
}

.sf-menu a {
    position: relative
}

.sf-menu ul ul {
    top: 0;
    left: 101%
}

.swiper-container {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.swiper-container-no-flexbox .swiper-slide {
    float: left
}

.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-container-multirow > .swiper-wrapper {
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-slide {
    -ms-flex: 0 0 auto;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative
}

.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
    height: auto
}

.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: -webkit-transform, height;
    transition-property: transform, height
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    z-index: -1000
}

.swiper-wp8-horizontal {
    -ms-touch-action: pan-y;
    touch-action: pan-y
}

.swiper-wp8-vertical {
    -ms-touch-action: pan-x;
    touch-action: pan-x
}

.swiper-button-next, .swiper-button-prev {
    position: absolute;
    top: 0;
    width: 46px;
    height: 46px;
    margin-top: -60px;
    z-index: 2;
    cursor: pointer;
    background-size: 46px 46px;
    background-position: center;
    background-repeat: no-repeat
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    cursor: auto;
    pointer-events: none
}

.swiper-button-next, .swiper-button-prev, .swiper-container-rtl .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    background-image: url('data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2046%2046%22%3E%3Cg%20fill%3D%22%23FFF%22%3E%3Cpath%20d%3D%22M23%200C10.3%200%200%2010.3%200%2023s10.3%2023%2023%2023%2023-10.3%2023-23S35.7%200%2023%200zm0%2043C12%2043%203%2034%203%2023S12%203%2023%203s20%209%2020%2020-9%2020-20%2020z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M23%203C12%203%203%2012%203%2023s9%2020%2020%2020%2020-9%2020-20S34%203%2023%203zm0%2038c-9.9%200-18-8.1-18-18S13.1%205%2023%205s18%208.1%2018%2018-8.1%2018-18%2018z%22%2F%3E%3Cpath%20d%3D%22M23%203C12%203%203%2012%203%2023s9%2020%2020%2020%2020-9%2020-20S34%203%2023%203zm0%2038c-9.9%200-18-8.1-18-18S13.1%205%2023%205s18%208.1%2018%2018-8.1%2018-18%2018z%22%20opacity%3D%22.2%22%2F%3E%3Cpath%20d%3D%22M18.7%2031.8V14.1L32.8%2023l-14.1%208.8zm1-15.9V30l11.2-7.1-11.2-7z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E')
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
    left: 10px;
    right: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-pagination {
    position: relative;
    text-align: center;
    top: 0;
    margin: 0 auto;
    margin-top: -50px;
    -webkit-transition: .3s;
    transition: .3s;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 2
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #fff;
    background: hsla(0, 0%, 100%, .25);
    border-color: #fff;
    margin: 0 3px
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-white .swiper-pagination-bullet {
    background: #fff
}

.swiper-pagination-bullet-active {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    background: #fff
}

.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff
}

.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000
}

.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 5px 0;
    display: block
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: #000;
    background: rgba(0, 0, 0, .1)
}

.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 5;
    height: 5px;
    width: 98%
}

.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 5;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: #000;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
    overflow: hidden !important
}

#swipebox-overlay img {
    border: none !important
}

#swipebox-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12 !important;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

#swipebox-container {
    position: relative;
    width: 100%;
    height: 100%
}

#swipebox-slider {
    -webkit-transition: -webkit-transform .4s ease;
    transition: transform .4s ease;
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    white-space: nowrap;
    position: absolute;
    display: none;
    cursor: pointer
}

#swipebox-slider .slide {
    height: 100%;
    width: 100%;
    line-height: 1px;
    line-height: .0625rem;
    text-align: center;
    display: inline-block
}

#swipebox-slider .slide:before {
    content: "";
    display: inline-block;
    height: 50%;
    width: 1px;
    margin-right: -1px
}

#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    width: auto;
    height: auto;
    vertical-align: middle
}

#swipebox-slider .slide .swipebox-video-container {
    background: none;
    max-width: 1140px;
    max-height: 100%;
    width: 100%;
    padding: 5%;
    box-sizing: border-box
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    overflow: hidden;
    position: relative
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
    width: 100% !important;
    height: 100% !important;
    position: absolute;
    top: 0;
    left: 0
}

#swipebox-slider .slide-loading {
    background: url('../../../_assets/e9ded24356fbbe974e9b80729bb88060/Images/swipebox/loader.gif') no-repeat center center
}

#swipebox-bottom-bar, #swipebox-top-bar {
    -webkit-transition: .5s;
    transition: .5s;
    position: absolute;
    left: 0;
    z-index: 9;
    height: 50px;
    width: 100%
}

#swipebox-bottom-bar {
    bottom: -50px
}

#swipebox-bottom-bar.visible-bars {
    -webkit-transform: translate3d(0, -50px, 0);
    transform: translate3d(0, -50px, 0)
}

#swipebox-top-bar {
    top: -50px
}

#swipebox-top-bar.visible-bars {
    -webkit-transform: translate3d(0, 50px, 0);
    transform: translate3d(0, 50px, 0)
}

#swipebox-title {
    display: block;
    width: 100%;
    text-align: center
}

#swipebox-close, #swipebox-next, #swipebox-prev {
    background-image: url('../../../_assets/e9ded24356fbbe974e9b80729bb88060/Images/swipebox/icons.png');
    background-repeat: no-repeat;
    border: none !important;
    text-decoration: none !important;
    cursor: pointer;
    width: 50px;
    height: 50px;
    top: 0
}

#swipebox-arrows {
    display: block;
    margin: 0 auto;
    width: 100%;
    height: 50px
}

#swipebox-prev {
    background-position: -32px 13px;
    float: left
}

#swipebox-next {
    background-position: -78px 13px;
    float: right
}

#swipebox-close {
    top: 0;
    right: 0;
    position: absolute;
    z-index: 11;
    background-position: 15px 12px
}

.swipebox-no-close-button #swipebox-close {
    display: none
}

#swipebox-next.disabled, #swipebox-prev.disabled {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)"
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
    -webkit-animation: a .3s;
    animation: a .3s
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
    -webkit-animation: b .3s;
    animation: b .3s
}

.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    content: ' ';
    position: absolute;
    z-index: 9;
    top: 0;
    height: 100%;
    width: 20px;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.swipebox-touch #swipebox-container:before {
    left: 0;
    box-shadow: inset 10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-container:after {
    right: 0;
    box-shadow: inset -10px 0 10px -8px #656565
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

@-webkit-keyframes a {
    0% {
        left: 0
    }
    50% {
        left: -30px
    }
}

@keyframes a {
    0%, to {
        left: 0
    }
    50% {
        left: -30px
    }
    to {
        left: 0
    }
}

@-webkit-keyframes b {
    0% {
        left: 0
    }
    50% {
        left: 30px
    }
}

@keyframes b {
    0%, to {
        left: 0
    }
    50% {
        left: 30px
    }
    to {
        left: 0
    }
}

#swipebox-overlay {
    background: #0d0d0d
}

#swipebox-bottom-bar, #swipebox-top-bar {
    text-shadow: 1px 1px 1px #000;
    background: #000;
    opacity: .95;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95)"
}

#swipebox-top-bar {
    color: #fff !important;
    font-size: 15px;
    font-size: .9375rem;
    line-height: 43px;
    line-height: 2.6875rem;
    font-family: Helvetica, Arial, sans-serif
}

.csc-header-alignment-center {
    text-align: center
}

.csc-header-alignment-right {
    text-align: right
}

.csc-header-alignment-left {
    text-align: left
}

div.csc-textpic-responsive, div.csc-textpic-responsive * {
    box-sizing: border-box
}

div.csc-textpic, div.csc-textpic div.csc-textpic-imagerow, ul.csc-uploads li {
    overflow: hidden
}

div.csc-textpic .csc-textpic-imagewrap table {
    border-collapse: collapse;
    border-spacing: 0
}

div.csc-textpic .csc-textpic-imagewrap table tr td {
    padding: 0;
    vertical-align: top
}

div.csc-textpic .csc-textpic-imagewrap figure, div.csc-textpic figure.csc-textpic-imagewrap {
    margin: 0;
    display: table
}

figcaption.csc-textpic-caption {
    display: table-caption
}

.csc-textpic-caption {
    text-align: left;
    caption-side: bottom
}

.csc-textpic-imagewrap .csc-textpic-caption-c, div.csc-textpic-caption-c .csc-textpic-caption {
    text-align: center
}

.csc-textpic-imagewrap .csc-textpic-caption-r, div.csc-textpic-caption-r .csc-textpic-caption {
    text-align: right
}

.csc-textpic-imagewrap .csc-textpic-caption-l, div.csc-textpic-caption-l .csc-textpic-caption {
    text-align: left
}

div.csc-textpic div.csc-textpic-imagecolumn {
    float: left
}

div.csc-textpic-border div.csc-textpic-imagewrap img {
    border: 2px solid #000;
    padding: 0
}

div.csc-textpic .csc-textpic-imagewrap img {
    border: none;
    display: block
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
    margin-bottom: 10px
}

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-imagerow-last .csc-textpic-image {
    margin-bottom: 0
}

div.csc-textpic-imagecolumn, td.csc-textpic-imagecolumn .csc-textpic-image {
    margin-right: 10px
}

div.csc-textpic-imagecolumn.csc-textpic-lastcol, td.csc-textpic-imagecolumn.csc-textpic-lastcol .csc-textpic-image {
    margin-right: 0
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap, div.csc-textpic-intext-left .csc-textpic-imagewrap {
    margin-right: 10px
}

div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, div.csc-textpic-intext-right .csc-textpic-imagewrap {
    margin-left: 10px
}

div.csc-textpic-center .csc-textpic-imagewrap, div.csc-textpic-center figure.csc-textpic-imagewrap {
    overflow: hidden
}

div.csc-textpic-center .csc-textpic-center-outer {
    position: relative;
    float: right;
    right: 50%
}

div.csc-textpic-center .csc-textpic-center-inner {
    position: relative;
    float: right;
    right: -50%
}

div.csc-textpic-right .csc-textpic-imagewrap {
    float: right
}

div.csc-textpic-right div.csc-textpic-text {
    clear: right
}

div.csc-textpic-left .csc-textpic-imagewrap {
    float: left
}

div.csc-textpic-left div.csc-textpic-text {
    clear: left
}

div.csc-textpic-intext-left .csc-textpic-imagewrap {
    float: left
}

div.csc-textpic-intext-right-nowrap .csc-textpic-imagewrap, div.csc-textpic-intext-right .csc-textpic-imagewrap {
    float: right
}

div.csc-textpic-intext-left-nowrap .csc-textpic-imagewrap {
    float: left
}

div.csc-textpic div.csc-textpic-imagerow-last, div.csc-textpic div.csc-textpic-imagerow-none div.csc-textpic-last {
    margin-bottom: 0
}

.csc-textpic-intext-left ol, .csc-textpic-intext-left ul {
    padding-left: 40px;
    overflow: auto
}

ul.csc-uploads {
    padding: 0
}

ul.csc-uploads li {
    list-style: none outside none;
    margin: 1em 0
}

ul.csc-uploads img {
    float: left;
    margin-right: 1em;
    vertical-align: top
}

ul.csc-uploads span {
    display: block
}

ul.csc-uploads span.csc-uploads-fileName {
    text-decoration: underline
}

table.contenttable-color-1 {
    background-color: #edebf1
}

table.contenttable-color-2 {
    background-color: #f5ffaa
}

table.contenttable-color-240 {
    background-color: #000
}

table.contenttable-color-241 {
    background-color: #fff
}

table.contenttable-color-242 {
    background-color: #333
}

table.contenttable-color-243 {
    background-color: gray
}

table.contenttable-color-244 {
    background-color: silver
}

.row--gallery5:after, .row--gallery:after {
    clear: both;
    content: "";
    display: table
}

.row--gallery5 .column > div, .row--gallery .column > div {
    padding: 16px 0;
    padding: 1rem 0;
    text-align: center
}

.tx-kesearch-pi1 {
    font-family: arial, sans-serif;
    font-size: 14px;
    font-size: .875rem
}

.tx-kesearch-pi1 .clearer {
    display: block;
    height: 1px;
    line-height: 1px;
    line-height: .0625rem;
    clear: both
}

.tx-kesearch-pi1 form {
    border: 0 none;
    margin: 0 0 20px
}

.tx-kesearch-pi1 form fieldset {
    margin: 0;
    padding: 0
}

.tx-kesearch-pi1 .kesearch_searchbox {
    border: none
}

.tx-kesearch-pi1 input[type=text], .tx-kesearch-pi1 select, .tx-kesearch-pi1 textarea {
    padding: .3em .3em .3em .4em;
    background: #fff;
    border: 1px solid #bbb;
    border-radius: 2px;
    color: #2b2b2b
}

.tx-kesearch-pi1 input[type=text]:focus, .tx-kesearch-pi1 input[type=text]:hover, .tx-kesearch-pi1 select:focus, .tx-kesearch-pi1 select:hover, .tx-kesearch-pi1 textarea:focus, .tx-kesearch-pi1 textarea:hover {
    box-shadow: 0 0 3px #bbb;
    border: 1px solid #b2b2b2;
    color: #000
}

a.kesGreyButt, input.kesGreyButt, span.kesGreyButt, span.resetbutt a, span.submitbutt input {
    padding: 5px 10px;
    margin: 0 10px 10px 0;
    display: block;
    cursor: pointer;
    min-width: 70px;
    max-width: 140px;
    -moz-user-select: none;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(center top, #f6f6f6, #f0f0f0);
    border: 1px solid #000;
    border: 1px solid rgba(0, 0, 0, .1);
    border-radius: 2px;
    color: #444;
    cursor: default;
    font-family: arial, sans-serif;
    font-size: 13px;
    font-size: .8125rem;
    font-weight: 700;
    text-align: center;
    text-decoration: none
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input.kesGreyButt[type=submit], li.checkboxButtonSubmit span, span.submitbutt input {
    min-width: 169px;
    max-width: 220px
}

span.resetbutt {
    float: left
}

input.kesGreyButt:hover, span.kesGreyButt:hover, span.resetbutt a:hover, span.submitbutt input:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    background: #d1d1d1;
    background-color: #f8f8f8;
    background-image: -moz-linear-gradient(center top, #f8f8f8, #f1f1f1);
    border: 1px solid #c6c6c6;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    color: #222
}

span.kesGreyButt a {
    text-decoration: none;
    color: #444;
    text-shadow: 0 1px 0 #fff
}

span.kesGreyButt a:hover {
    text-decoration: none;
    color: #000;
    text-shadow: 0 -1px 0 #fff
}

#kesearch_filters .list li.checkboxButton, #kesearch_filters .list li.checkboxButtonSubmit {
    text-decoration: none !important;
    padding-bottom: 5px
}

#kesearch_filters .list li.checkboxButtonSubmit {
    margin-bottom: 1px;
    padding-bottom: 0
}

div.kesearchbox {
    position: relative;
    height: 35px;
    margin: 0 0 10px
}

#ke_search_sword {
    position: absolute;
    top: 1px;
    width: 220px;
    height: auto;
    padding: 8px 40px 7px 9px;
    margin: 0;
    display: inline
}

#kesearch_submit {
    position: absolute;
    top: 3px;
    left: 237px;
    padding: 8px;
    padding: .5rem
}

#kesearch_submit:focus, #kesearch_submit:hover {
    box-shadow: 0 0 0 #fff;
    border: 0 none;
    cursor: pointer
}

#kesearch_filters div.textlinks {
    margin: 0 0 20px
}

#kesearch_filters select {
    min-width: 180px;
    max-width: 270px;
    margin: 0 0 10px
}

#kesearch_filters .list {
    margin-bottom: 10px
}

#kesearch_filters .list .head {
    display: block;
    border: 1px solid #cfcfcf;
    padding: 5px
}

#kesearch_filters .list ul {
    padding: 10px;
    margin: 0;
    border: 1px solid #cfcfcf;
    border-top: 0 none;
    list-style-type: none
}

#kesearch_filters .list ul.expanded {
    display: block
}

#kesearch_filters .list ul.closed {
    display: none
}

#kesearch_filters .list li {
    display: block;
    list-style-type: none;
    margin: 0 0 10px;
    line-height: 16px;
    line-height: 1rem;
    color: #444
}

#kesearch_filters .list li a {
    color: #444
}

#kesearch_filters .list li:hover, #kesearch_filters .list li a:hover {
    text-decoration: none;
    color: #444;
    cursor: pointer
}

#kesearch_filters .list li.selected {
    font-weight: 700
}

#kesearch_filters .list li.level0, #kesearch_filters .list li.parent0 {
    margin-left: 14px
}

#kesearch_filters .list li.level1, #kesearch_filters .list li.parent1 {
    margin-left: 21px
}

#kesearch_filters .list li.level2, #kesearch_filters .list li.parent2 {
    margin-left: 28px
}

#kesearch_filters .list li.level3, #kesearch_filters .list li.parent3 {
    margin-left: 35px
}

#kesearch_filters .list li.parent0, #kesearch_filters .list li.parent1, #kesearch_filters .list li.parent2, #kesearch_filters .list li.parent3 {
    font-weight: 700;
    list-style-position: outside
}

#kesearch_filters .list ul.checkboxList {
    padding-bottom: 1px
}

#kesearch_filters .list li.optionCheckBox {
    float: left;
    width: 200px;
    text-decoration: none;
    margin-bottom: 4px
}

#kesearch_filters .list li.optionCheckBox input[type=checkbox] {
    float: left;
    margin: 0 5px 0 0
}

#kesearch_filters .list li.clearer {
    font-size: 0;
    line-height: 0;
    float: none;
    margin: 0 !important
}

#kesearch_filters label {
    display: block;
    font-weight: 700;
    color: #353535;
    margin: 0 0 4px
}

#kesearch_filters .list li.region {
    font-weight: 700;
    margin-top: 5px
}

#kesearch_filters .list li.noclick {
    cursor: default !important
}

#kesearch_filters .list li.country {
    margin-left: 7px
}

#kesearch_filters .small {
    display: block;
    height: 65px;
    max-height: 65px;
    overflow-y: auto;
    overflow-x: hidden
}

#kesearch_filters .larger {
    display: block;
    height: 130px;
    max-height: 130px;
    overflow-y: auto;
    overflow-x: hidden
}

.tx-kesearch-pi1 .multiselect .multi-option {
    float: left;
    width: 200px;
    margin: 0 0 5px
}

.tx-kesearch-pi1 .multiselect .multi-option input[type=checkbox] {
    float: left;
    margin: 0 5px 0 0
}

.tx-kesearch-pi1 .multiselect label {
    font-weight: 400;
    padding: 0 10px 0 0;
    float: left
}

.tx-kesearch-pi1 .multiselect .multiselectButtons {
    padding: 10px 0 0
}

#kesearch_num_results {
    color: #898989;
    max-width: 150px;
    float: left
}

#kesearch_results .result-list-item {
    clear: both;
    margin: 20px 0 30px;
    padding: 0
}

#kesearch_results .result-list-item .result-number, #kesearch_results .result-list-item .result-title {
    font-size: 18px;
    font-size: 1.125rem
}

#kesearch_results {
    clear: both;
    margin-top: 20px
}

#kesearch_results .result-list-item .result-teaser {
    color: #707070
}

.tx-kesearch-pi1 #kesearch_results .teaser_icon img {
    float: left;
    margin-top: 2px;
    margin-right: 5px
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .hit {
    color: red;
    font-weight: 700
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar {
    border: 1px solid #d3d3d3;
    display: block;
    float: right;
    height: 10px;
    width: 48px
}

.tx-kesearch-pi1 #kesearch_results .result-list-item .scoreBar .score {
    background-color: #d3d3d3;
    border: 1px solid #898989;
    display: block;
    height: 10px;
    margin: -1px 0 0 -1px
}

.tx-kesearch-pi1 #kesearch_query_time {
    font-style: italic;
    text-align: center;
    font-size: 80%
}

.tx-kesearch-pi1 .searchbox {
    margin-bottom: 5px
}

.tx-kesearch-pi1 .searchbox input {
    margin-left: 0;
    width: 145px
}

.tx-kesearch-pi1 .searchbox input.submit {
    width: 18px;
    height: 18px;
    border: none;
    background: none;
    vertical-align: middle
}

.tx-kesearch-pi1 form.static .searchbox input.submit {
    margin-top: -16px
}

.tx-kesearch-pi1 form.ajax .searchbox input.submit {
    margin-top: -4px
}

.tx-kesearch-pi1 .searchbox .search_input {
    float: left;
    margin-right: 5px
}

.tx-kesearch-pi1 #kesearch_updating_filters, .tx-kesearch-pi1 #kesearch_updating_results {
    display: none;
    text-align: center
}

.tx-kesearch-pi1 #testbox {
    margin-top: 100px;
    border: 1px solid red
}

.tx-kesearch-pi1 .general-message {
    padding: 5px
}

.tx-kesearch-pi1 .general-message .image {
    float: left;
    vertical-align: middle;
    margin-right: 10px
}

#kesearch_pagebrowser_bottom, #kesearch_pagebrowser_top {
    text-align: center;
    word-wrap: break-word;
    font-size: 12px;
    font-size: .75rem;
    color: #707070
}

#kesearch_pagebrowser_bottom .pages_total, #kesearch_pagebrowser_top .pages_total {
    padding: 8px 0;
    background: #fff;
    margin-bottom: 15px
}

#kesearch_pagebrowser_top .pages_total {
    border-bottom: 1px dashed #707070
}

#kesearch_pagebrowser_bottom .pages_total {
    border-top: 1px dashed #707070
}

#kesearch_pagebrowser_bottom div.result_txt, #kesearch_pagebrowser_top div.result_txt {
    margin: 0 0 5px
}

#kesearch_pagebrowser_bottom .kesearch_pagebrowser, #kesearch_pagebrowser_top .kesearch_pagebrowser {
    margin: 0 auto
}

#kesearch_pagebrowser_bottom a, #kesearch_pagebrowser_top a {
    padding: 3px
}

#kesearch_pagebrowser_bottom a:hover, #kesearch_pagebrowser_top a:hover {
    cursor: pointer
}

#kesearch_pagebrowser_bottom a.current, #kesearch_pagebrowser_top a.current {
    font-weight: 700;
    color: #000;
    text-decoration: none
}

#kesearch_pagebrowser_bottom .browser, #kesearch_pagebrowser_top .browser {
    border: 1px solid
}

.tx-kesearch-pi1 .next, .tx-kesearch-pi1 .prev {
    display: inline-block;
    width: 24px;
    height: 29px;
    color: transparent;
    text-decoration: none;
    overflow: hidden
}

.tx-kesearch-pi1 .next:after {
    content: '&raquo;'
}

.tx-kesearch-pi1 .prev:after {
    content: '&laquo;'
}

.tx-kesearch-pi1 a.next, .tx-kesearch-pi1 a.prev {
    display: inline-block;
    width: 24px;
    height: 29px;
    color: transparent;
    text-decoration: none;
    padding: 0 !important;
    margin: 0 0 -10px
}

.tx-kesearch-pi1 #kesearch_ordering span.down {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: red transparent;
    border-style: solid solid none;
    border-width: 4px 4px 0
}

.tx-kesearch-pi1 #kesearch_ordering span.up {
    display: inline-block;
    width: 0;
    height: 0;
    border-color: transparent transparent red;
    border-style: none solid solid;
    border-width: 0 4px 4px
}

.tx-kesearch-pi1 #kesearch_ordering div.ordering {
    float: right;
    max-width: 300px
}

.tx-kesearch-pi1 #kesearch_ordering ul {
    display: inline-block;
    height: 20px;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0
}

.tx-kesearch-pi1 #kesearch_ordering ul li {
    float: left;
    margin-right: 10px
}

.tx-kesearch-pi1 #kesearch_ordering div.clearer {
    clear: left
}

ul.ui-autocomplete li a {
    font-size: 12px;
    font-size: .75rem
}

.kesearch_pagebrowser ul {
    list-style: none;
    margin: 0
}

.kesearch_pagebrowser ul li {
    display: inline-block
}

body, html {
    background: #fff
}

::-webkit-input-placeholder {
    color: #8a8a8a
}

:-moz-placeholder, ::-moz-placeholder {
    color: #8a8a8a;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

:-ms-input-placeholder {
    color: #8a8a8a
}

:placeholder-shown {
    color: #8a8a8a
}

.cc-window {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease
}

.cc-window.cc-invisible {
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

.cc-animate.cc-revoke {
    -webkit-transition: -webkit-transform 1s ease;
    transition: transform 1s ease
}

.cc-animate.cc-revoke.cc-top {
    -webkit-transform: translateY(-2em);
    -ms-transform: translateY(-2em);
    transform: translateY(-2em)
}

.cc-animate.cc-revoke.cc-bottom {
    -webkit-transform: translateY(2em);
    -ms-transform: translateY(2em);
    transform: translateY(2em)
}

.cc-animate.cc-revoke.cc-active.cc-bottom, .cc-animate.cc-revoke.cc-active.cc-top, .cc-revoke:hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0)
}

.cc-grower {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height 1s;
    transition: max-height 1s
}

.cc-link, .cc-revoke:hover {
    text-decoration: underline
}

.cc-revoke, .cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Arial, sans-serif;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5em;
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 11
}

.cc-window.cc-static {
    position: static
}

.cc-window.cc-floating {
    padding: 2em;
    max-width: 24em;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.cc-window.cc-banner {
    padding: 1em 1.8em;
    width: 100%;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

.cc-revoke {
    padding: .5em
}

.cc-header {
    font-size: 18px;
    font-size: 1.125rem;
    font-weight: 700
}

.cc-btn, .cc-close, .cc-link, .cc-revoke {
    cursor: pointer
}

.cc-link {
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    display: inline-block;
    padding: .2em
}

.cc-link:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.cc-link:active, .cc-link:visited {
    color: initial
}

.cc-btn {
    display: block;
    padding: .4em .8em;
    font-size: .9em;
    font-weight: 700;
    border-width: 2px;
    border-style: solid;
    text-align: center;
    white-space: nowrap
}

.cc-banner .cc-btn:last-child {
    min-width: 140px
}

.cc-highlight .cc-btn:first-child {
    background-color: transparent;
    border-color: transparent
}

.cc-highlight .cc-btn:first-child:focus, .cc-highlight .cc-btn:first-child:hover {
    background-color: transparent;
    text-decoration: underline
}

.cc-close {
    display: block;
    position: absolute;
    top: .5em;
    right: .5em;
    font-size: 1.6em;
    opacity: .9;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
    line-height: .75
}

.cc-close:focus, .cc-close:hover {
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}

.cc-revoke.cc-top {
    top: 0;
    left: 3em;
    border-bottom-left-radius: .5em;
    border-bottom-right-radius: .5em
}

.cc-revoke.cc-bottom {
    bottom: 0;
    left: 3em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5em
}

.cc-revoke.cc-left {
    left: 3em;
    right: unset
}

.cc-revoke.cc-right {
    right: 3em;
    left: unset
}

.cc-top {
    top: 1em
}

.cc-left {
    left: 1em
}

.cc-right {
    right: 1em
}

.cc-bottom {
    bottom: 1em
}

.cc-floating > .cc-link {
    margin-bottom: 1em
}

.cc-floating .cc-message {
    display: block;
    margin-bottom: 1em
}

.cc-window.cc-floating .cc-compliance {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.cc-window.cc-banner {
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.cc-banner.cc-top {
    left: 0;
    right: 0;
    top: 0
}

.cc-banner.cc-bottom {
    left: 0;
    right: 0;
    bottom: 0
}

.cc-banner .cc-message {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.cc-compliance {
    display: -ms-flexbox;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -ms-flex-line-pack: justify;
    -webkit-align-content: space-between;
    align-content: space-between
}

.cc-compliance > .cc-btn {
    -ms-flex: 1;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.cc-btn + .cc-btn {
    margin-left: .5em
}

.cc-floating.cc-theme-classic {
    padding: 1.2em;
    border-radius: 5px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-compliance {
    text-align: center;
    display: inline;
    -ms-flex: none;
    -webkit-box-flex: 0;
    -webkit-flex: none;
    flex: none
}

.cc-theme-classic .cc-btn {
    border-radius: 5px
}

.cc-theme-classic .cc-btn:last-child {
    min-width: 140px
}

.cc-floating.cc-type-info.cc-theme-classic .cc-btn {
    display: inline-block
}

.cc-theme-edgeless.cc-window {
    padding: 0
}

.cc-floating.cc-theme-edgeless .cc-message {
    margin: 2em 2em 1.5em
}

.cc-banner.cc-theme-edgeless .cc-btn {
    margin: 0;
    padding: .8em 1.8em;
    height: 100%
}

.cc-banner.cc-theme-edgeless .cc-message {
    margin-left: 1em
}

.cc-floating.cc-theme-edgeless .cc-btn + .cc-btn {
    margin-left: 0
}

@media (min-width: 320px) {
    div.csc-textpic-intext-left .csc-textpic-imagewrap, div.csc-textpic-intext-right .csc-textpic-imagewrap {
        float: none;
        display: block;
        text-align: center
    }
}

@media (min-width: 768px) {
    #maincontent div.csc-textpic.csc-textpic-intext-left .csc-textpic-imagewrap figure {
        text-align: left;
        float: left;
        margin: 0 2rem 1rem 0
    }

    #maincontent div.csc-textpic.csc-textpic-intext-right .csc-textpic-imagewrap figure {
        text-align: left;
        float: right;
        margin: 0 0 1rem 2rem
    }

    .header-gallery__content {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 1rem;
        padding-right: 2rem
    }

    .header-gallery__content:after {
        content: " ";
        display: block;
        clear: both
    }

    .header-gallery__title {
        font-size: 3.625rem;
        line-height: 3.875rem
    }

    .header-gallery__subtitle {
        font-size: 1.5rem;
        line-height: 1.625rem
    }

    .content {
        width: 75%;
        float: right
    }

    .content .content__wrapper {
        padding: 2rem 1rem 1rem 2rem
    }

    .layout_pagets__1 .content {
        width: 100%;
        float: left
    }

    .layout_pagets__1 .content .content__wrapper {
        padding: 2rem 0
    }

    .layout_pagets__3 .content {
        width: 83.33333%;
        float: left;
        margin-left: 8.47458%
    }

    .aside {
        display: block;
        position: relative;
        z-index: 2;
        padding: 0;
        width: 25%;
        float: left
    }

    .aside ul {
        display: block;
        padding: 2rem 0 1rem .5rem
    }

    .aside ul ul {
        padding: 1rem 0 1rem 2rem
    }

    .aside li {
        margin-bottom: 1.5rem;
        line-height: 1.25rem
    }

    .aside li .icon {
        display: inline-block;
        margin-right: .5rem;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 6px 0 6px 9px;
        border-color: transparent transparent transparent #707070
    }

    .aside li a {
        display: block;
        font-family: source_sans_proregular;
        color: #000;
        font-size: .9375rem;
        text-transform: uppercase;
        text-decoration: none
    }

    .aside li a span {
        display: block;
        margin-top: 4px;
        position: relative;
        bottom: 0;
        height: 1px;
        width: 1.5rem;
        border-bottom: 2px solid #bbc1c8;
        -webkit-transition: all .4s;
        transition: all .4s
    }

    .aside li a:hover span {
        width: 100%;
        border-color: #8e9398
    }

    .aside li li {
        margin-bottom: 1rem;
        line-height: .875rem
    }

    .aside li li a {
        color: #000;
        font-size: .875rem;
        text-transform: none
    }

    .aside li li a span {
        margin: 0
    }

    .aside li.cM_ACT .icon, .aside li.cM_CUR .icon {
        border-color: transparent transparent transparent #3b6a9f
    }

    .aside li.cM_ACT > a span, .aside li.cM_CUR > a span {
        width: 100%;
        border-color: #8e9398
    }

    .footer-nav {
        position: absolute;
        right: 0;
        bottom: 7rem
    }

    .footer-nav li {
        display: inline-block;
        border-top: 0;
        border-right: 1px solid #3b6a9f
    }

    .footer-nav li:last-child {
        border-right: 0
    }

    .footer-nav li:last-child a {
        padding-right: 0
    }

    .footer-nav a {
        padding: 0 1rem;
        text-decoration: underline
    }

    .footer-nav a:hover {
        background: none;
        text-decoration: none
    }

    .footer-logos {
        width: 600px
    }

    .totop__icon {
        float: right
    }

    .content-wrapper {
        padding: 0 .5rem
    }

    .tinynav {
        display: none
    }

    .entrytext {
        padding: 2rem 0
    }

    .entrytext p {
        padding: 0 10% 1rem
    }

    .news__image {
        float: right;
        margin: 0 0 1rem 2rem
    }

    .news-list--latest {
        padding: 2rem 0
    }

    .news-list--latest .news-list__header {
        text-align: center;
        margin-bottom: 2rem
    }

    .news-list--latest .news__header {
        font-size: 1.125rem;
        line-height: 1.5rem
    }

    .news-list--latest article {
        padding: 1rem
    }

    .news-list--latest li {
        width: 32.20339%;
        float: left
    }

    .news-list--latest li:nth-child(3n+1) {
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .news-list--latest li:nth-child(3n+2) {
        margin-left: 33.89831%;
        margin-right: -100%;
        clear: none
    }

    .news-list--latest li:nth-child(3n+3) {
        margin-left: 67.79661%;
        margin-right: -100%;
        clear: none
    }

    .news-detail .news-img-wrap {
        float: right;
        margin: 0 0 1rem 2rem
    }

    .row--gallery .column > div {
        width: 49.15254%;
        float: left;
        padding: 2rem 0
    }

    .row--gallery .column > div:nth-child(2n+1) {
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .row--gallery .column > div:nth-child(2n+2) {
        margin-left: 50.84746%;
        margin-right: -100%;
        clear: none
    }

    .row--gallery5 .column > div {
        width: 18.36735%;
        float: left;
        padding: 1rem 0
    }

    .row--gallery5 .column > div:nth-child(5n+1) {
        margin-right: -100%;
        clear: both;
        margin-left: 0
    }

    .row--gallery5 .column > div:nth-child(5n+2) {
        margin-left: 20.40816%;
        margin-right: -100%;
        clear: none
    }

    .row--gallery5 .column > div:nth-child(5n+3) {
        margin-left: 40.81633%;
        margin-right: -100%;
        clear: none
    }

    .row--gallery5 .column > div:nth-child(5n+4) {
        margin-left: 61.22449%;
        margin-right: -100%;
        clear: none
    }

    .row--gallery5 .column > div:nth-child(5n+5) {
        margin-left: 81.63265%;
        margin-right: -100%;
        clear: none
    }

    .background {
        display: block;
        position: absolute;
        left: 0;
        width: 50%;
        height: 100%;
        background-color: #dbe2eb;
        z-index: 1
    }
}

@media screen and (min-width: 800px) {
    #swipebox-close {
        right: 10px
    }

    #swipebox-arrows {
        width: 92%;
        max-width: 800px
    }
}

@media (min-width: 1047px) {
    .ce-textpic li, .ce-textpic p, .ce-textpic ul, .section__content li, .section__content p, .section__content ul, article li, article p, article ul, main li, main p, main ul {
        font-size: 1.125rem;
        line-height: 1.75rem
    }

    .smallbar {
        display: none
    }

    .largebar {
        display: block;
        padding: 1rem 0;
        text-align: center;
        background: #fff;
        border-bottom: 3px solid #d3dae2;
        -webkit-transition: all .2s;
        transition: all .2s
    }

    .largebar ul {
        margin: 0;
        padding: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .largebar li {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        border-right: 1px solid #d3d3d3
    }

    .largebar a {
        display: block;
        padding: .5rem;
        color: #000;
        text-decoration: none;
        text-transform: uppercase;
        font-size: .9375rem;
        background: none
    }

    .largebar .cM_ACT > a, .largebar .cM_CUR > a, .largebar a:hover {
        background: #f2f2f2
    }

    .largebar li:first-child a {
        margin-left: 0
    }

    .largebar li:last-child {
        border-right: 0
    }

    .largebar ul ul {
        display: none;
        background: #fff;
        padding-top: 1rem;
        border-left: 1px solid #d3d3d3;
        border-bottom: 3px solid #d3dae2;
        margin-left: -1px
    }

    .largebar ul ul ul {
        padding-top: 0
    }

    .largebar ul ul li {
        text-align: left;
        border-right: 0;
        border-bottom: 1px solid #d3dae2
    }

    .largebar ul ul li:last-child {
        border-bottom: 0
    }

    .largebar ul ul a {
        padding-left: 1rem;
        text-transform: none
    }

    .largebar .language img {
        width: 20px;
        float: left
    }

    .largebar .searchform {
        padding: .5rem 0 .5rem .5rem;
        margin-left: .5rem
    }

    .largebar--fixed {
        position: fixed;
        z-index: 7;
        width: 100%;
        top: 0;
        padding: 0
    }

    .header-logo {
        position: relative;
        margin-left: 0;
        left: 0;
        top: 0;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto
    }

    .header-logo:after {
        content: " ";
        display: block;
        clear: both
    }

    .header-logo img {
        position: absolute;
        width: 300px;
        padding: 2rem 1rem 1rem
    }

    .layout_pagets__1 .header-logo img {
        background: #000;
        background: rgba(0, 0, 0, .5)
    }

    .header-subpageimg {
        height: 100px
    }

    .wrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto
    }

    .wrapper:after {
        content: " ";
        display: block;
        clear: both
    }

    .content {
        font-size: 1rem;
        line-height: 1.625rem
    }

    .content .content__wrapper {
        padding: 4rem 1rem 1rem 6rem
    }

    .layout_pagets__1 .content .content__wrapper {
        padding: 4rem 0
    }

    .layout_pagets__3 .content {
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 0;
        width: 75%;
        float: left;
        margin-left: 8.47458%
    }

    .layout_pagets__3 .content .content__wrapper {
        padding-left: 0;
        padding-right: 0
    }

    .aside ul {
        padding: 4rem 0 2rem .5rem
    }

    .content-wrapper {
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
        padding: 0 1rem
    }

    .content-wrapper:after {
        content: " ";
        display: block;
        clear: both
    }

    .entrytext p {
        padding: 0 25% 1rem
    }

    .slicknav_btn, .slicknav_nav {
        display: none
    }

    .csc-textpic-imagerow-none {
        -webkit-column-count: 4;
        -moz-column-count: 4;
        column-count: 4
    }
}

@media print {
    body {
        width: 100%;
        margin: 0
    }

    #main-footer, #main-header, .aside, .slicknav_btn {
        display: none
    }

    .main article {
        width: 100%;
        float: left;
        margin-right: 1.69492%
    }

    .cc-revoke, .cc-window, .main aside {
        display: none
    }
}

@media screen and (max-width: 900px) {
    .cc-btn {
        white-space: normal
    }
}

@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape) {
    .cc-window.cc-top {
        top: 0
    }

    .cc-window.cc-bottom {
        bottom: 0
    }

    .cc-window.cc-banner, .cc-window.cc-left, .cc-window.cc-right {
        left: 0;
        right: 0
    }

    .cc-window.cc-banner {
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column
    }

    .cc-window.cc-banner .cc-compliance {
        -ms-flex: 1;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1
    }

    .cc-window.cc-floating {
        max-width: none
    }

    .cc-window .cc-message {
        margin-bottom: 1em
    }

    .cc-window.cc-banner {
        -ms-flex-align: unset;
        -webkit-box-align: unset;
        -webkit-align-items: unset;
        align-items: unset
    }
}

/*# sourceMappingURL=../../Public/Css/main.css.map */

.ce-gallery figcaption {
    font-size: smaller;
}

.ce-intext .ce-gallery {
    margin-top: 6px;
}

.ce-accordion {
    margin-bottom: 1rem;
}

.ce-accordion dd {
    display: none;
}

/*.closed { background:red; }
.open { background:green; }*/

.ce-accordion__title {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 1rem;
    background: #3b6a9f;
    cursor: pointer;
}

.ce-accordion__title h2 {
    color: #fff;
    padding: 0;
    line-height: 1;
    display: inline-block;
    margin: 0;
    font-size: 20px;
}

.ce-accordion__content {
    padding: 1rem;
    border: 1px solid #3b6a9f;
    background: #f9f9f9;
}

.ce-accordion__button {
    color: #fff;
    line-height: 1;
    margin: 0;
    font-size: 20px;
    text-decoration: none;
    display: flex;
    justify-content: center;;
    align-items: center;
}

.ce-accordion__title .ce-accordion__button:after {
    content: "+";
}

.ce-accordion__title.open .ce-accordion__button:after {
    content: "-";
}

/* default styles for extension "tx_frontend" */
    .ce-align-left { text-align: left; }
    .ce-align-center { text-align: center; }
    .ce-align-right { text-align: right; }

    .ce-table td, .ce-table th { vertical-align: top; }

    .ce-textpic, .ce-image, .ce-nowrap .ce-bodytext, .ce-gallery, .ce-row, .ce-uploads li, .ce-uploads div { overflow: hidden; }

    .ce-left .ce-gallery, .ce-column { float: left; }
    .ce-center .ce-outer { position: relative; float: right; right: 50%; }
    .ce-center .ce-inner { position: relative; float: right; right: -50%; }
    .ce-right .ce-gallery { float: right; }

    .ce-gallery figure { display: table; margin: 0; }
    .ce-gallery figcaption { display: table-caption; caption-side: bottom; }
    .ce-gallery img { display: block; }
    .ce-gallery iframe { border-width: 0; }
    .ce-border img,
    .ce-border iframe {
        border: 2px solid #000000;
        padding: 0px;
    }

    .ce-intext.ce-right .ce-gallery, .ce-intext.ce-left .ce-gallery, .ce-above .ce-gallery {
        margin-bottom: 10px;
    }
    .ce-image .ce-gallery { margin-bottom: 0; }
    .ce-intext.ce-right .ce-gallery { margin-left: 10px; }
    .ce-intext.ce-left .ce-gallery { margin-right: 10px; }
    .ce-below .ce-gallery { margin-top: 10px; }

    .ce-column { margin-right: 10px; }
    .ce-column:last-child { margin-right: 0; }

    .ce-row { margin-bottom: 10px; }
    .ce-row:last-child { margin-bottom: 0; }

    .ce-above .ce-bodytext { clear: both; }

    .ce-intext.ce-left ol, .ce-intext.ce-left ul { padding-left: 40px; overflow: auto; }

    /* Headline */
    .ce-headline-left { text-align: left; }
    .ce-headline-center { text-align: center; }
    .ce-headline-right { text-align: right; }

    /* Uploads */
    .ce-uploads { margin: 0; padding: 0; }
    .ce-uploads li { list-style: none outside none; margin: 1em 0; }
    .ce-uploads img { float: left; padding-right: 1em; vertical-align: top; }
    .ce-uploads span { display: block; }

    /* Table */
    .ce-table { width: 100%; max-width: 100%; }
    .ce-table th, .ce-table td { padding: 0.5em 0.75em; vertical-align: top; }
    .ce-table thead th { border-bottom: 2px solid #dadada; }
    .ce-table th, .ce-table td { border-top: 1px solid #dadada; }
    .ce-table-striped tbody tr:nth-of-type(odd) { background-color: rgba(0,0,0,.05); }
    .ce-table-bordered th, .ce-table-bordered td { border: 1px solid #dadada; }

    /* Space */
    .frame-space-before-extra-small { margin-top: 1em; }
    .frame-space-before-small { margin-top: 2em; }
    .frame-space-before-medium { margin-top: 3em; }
    .frame-space-before-large { margin-top: 4em; }
    .frame-space-before-extra-large { margin-top: 5em; }
    .frame-space-after-extra-small { margin-bottom: 1em; }
    .frame-space-after-small { margin-bottom: 2em; }
    .frame-space-after-medium { margin-bottom: 3em; }
    .frame-space-after-large { margin-bottom: 4em; }
    .frame-space-after-extra-large { margin-bottom: 5em; }

    /* Frame */
    .frame-ruler-before:before { content: ''; display: block; border-top: 1px solid rgba(0,0,0,0.25); margin-bottom: 2em; }
    .frame-ruler-after:after { content: ''; display: block; border-bottom: 1px solid rgba(0,0,0,0.25); margin-top: 2em; }
    .frame-indent { margin-left: 15%; margin-right: 15%; }
    .frame-indent-left { margin-left: 33%; }
    .frame-indent-right { margin-right: 33%; }

.header-subpageimg {
    height: 122px;
}

.news-list--latest {
    background-color: #dcdcdc;
}

.background {
    background-color: #dcdcdc;
}

.news-list--latest .news-list__header {
    color: #fff;
}

.news-list--latest .news-list__header span {
    background-color: #dcdcdc;
}

.news-list--latest .news-list__header::before {
    border-color: #fff;
}

.totop,
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    background-color: #e30421;
}

.totop:hover,
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.news-list--latest .news-list__more:hover {
    background: #910316;
}

.footer {
    border-color: #910316;
}

.totop {
    background: #910316;
}

.totop:hover {
    background-color: #e30421;
}


.ce-accordion__title {
    background: #f2f2f2;
}

.ce-accordion__title h2,
.ce-accordion__button {
    color: #000;
}

.ce-accordion__content {
    border-color: #f2f2f2;
}

.WIMArahmen {
    border: 3px solid #ffcc00;
    padding: 10px;
    margin-top: 20px;
}

.WIMAhgWeiss {
    background-color: #ffffff;
    border: 3px solid #ffcc00;
    padding: 10px;
    margin-top: 10px;
}

.WIMAhgGelb {
    background-color: #ffcc00;
    border: 3px solid #ffcc00;
    padding: 10px;
    margin-top: 20px;
}

.f3-widget-paginator {
	display: inline-block;
	border-radius: 4px;
	margin: 20px 0px;
	padding-left: 0px;
}

.f3-widget-paginator > li {
	display: inline;
}

.f3-widget-paginator > li {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
    border: 1px solid #DDD;
}

.f3-widget-paginator > li > a,
.f3-widget-paginator > li.current {
	text-decoration: none;
	background-color: #FFF;
}

.f3-widget-paginator > li.current,
.f3-widget-paginator > li > a:hover,
.f3-widget-paginator > li > a:focus {
	text-decoration: underline;
	background-color: #EEE;
}

.f3-widget-paginator > li:first-child > a,
.f3-widget-paginator > li.current:first-child {
	margin-left: 0px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.f3-widget-paginator > li:last-child > a,
.f3-widget-paginator > li.current:last-child {
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{--bs-gutter-x:1.5rem;--bs-gutter-y:0;width:100%;padding-right:calc(var(--bs-gutter-x) * .5);padding-left:calc(var(--bs-gutter-x) * .5);margin-right:auto;margin-left:auto}@media (min-width:576px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media (min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}:root{--bs-breakpoint-xs:0;--bs-breakpoint-sm:576px;--bs-breakpoint-md:768px;--bs-breakpoint-lg:992px;--bs-breakpoint-xl:1200px;--bs-breakpoint-xxl:1400px}.row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:flex;flex-wrap:wrap;margin-top:calc(-1 * var(--bs-gutter-y));margin-right:calc(-.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.33333333%}.row-cols-4>*{flex:0 0 auto;width:25%}.row-cols-5>*{flex:0 0 auto;width:20%}.row-cols-6>*{flex:0 0 auto;width:16.66666667%}.col-auto{flex:0 0 auto;width:auto}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}@media (min-width:576px){.col-sm{flex:1 0 0%}.row-cols-sm-auto>*{flex:0 0 auto;width:auto}.row-cols-sm-1>*{flex:0 0 auto;width:100%}.row-cols-sm-2>*{flex:0 0 auto;width:50%}.row-cols-sm-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-sm-4>*{flex:0 0 auto;width:25%}.row-cols-sm-5>*{flex:0 0 auto;width:20%}.row-cols-sm-6>*{flex:0 0 auto;width:16.66666667%}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}.g-sm-0,.gx-sm-0{--bs-gutter-x:0}.g-sm-0,.gy-sm-0{--bs-gutter-y:0}.g-sm-1,.gx-sm-1{--bs-gutter-x:0.25rem}.g-sm-1,.gy-sm-1{--bs-gutter-y:0.25rem}.g-sm-2,.gx-sm-2{--bs-gutter-x:0.5rem}.g-sm-2,.gy-sm-2{--bs-gutter-y:0.5rem}.g-sm-3,.gx-sm-3{--bs-gutter-x:1rem}.g-sm-3,.gy-sm-3{--bs-gutter-y:1rem}.g-sm-4,.gx-sm-4{--bs-gutter-x:1.5rem}.g-sm-4,.gy-sm-4{--bs-gutter-y:1.5rem}.g-sm-5,.gx-sm-5{--bs-gutter-x:3rem}.g-sm-5,.gy-sm-5{--bs-gutter-y:3rem}}@media (min-width:768px){.col-md{flex:1 0 0%}.row-cols-md-auto>*{flex:0 0 auto;width:auto}.row-cols-md-1>*{flex:0 0 auto;width:100%}.row-cols-md-2>*{flex:0 0 auto;width:50%}.row-cols-md-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-md-4>*{flex:0 0 auto;width:25%}.row-cols-md-5>*{flex:0 0 auto;width:20%}.row-cols-md-6>*{flex:0 0 auto;width:16.66666667%}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}.g-md-0,.gx-md-0{--bs-gutter-x:0}.g-md-0,.gy-md-0{--bs-gutter-y:0}.g-md-1,.gx-md-1{--bs-gutter-x:0.25rem}.g-md-1,.gy-md-1{--bs-gutter-y:0.25rem}.g-md-2,.gx-md-2{--bs-gutter-x:0.5rem}.g-md-2,.gy-md-2{--bs-gutter-y:0.5rem}.g-md-3,.gx-md-3{--bs-gutter-x:1rem}.g-md-3,.gy-md-3{--bs-gutter-y:1rem}.g-md-4,.gx-md-4{--bs-gutter-x:1.5rem}.g-md-4,.gy-md-4{--bs-gutter-y:1.5rem}.g-md-5,.gx-md-5{--bs-gutter-x:3rem}.g-md-5,.gy-md-5{--bs-gutter-y:3rem}}@media (min-width:992px){.col-lg{flex:1 0 0%}.row-cols-lg-auto>*{flex:0 0 auto;width:auto}.row-cols-lg-1>*{flex:0 0 auto;width:100%}.row-cols-lg-2>*{flex:0 0 auto;width:50%}.row-cols-lg-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-lg-4>*{flex:0 0 auto;width:25%}.row-cols-lg-5>*{flex:0 0 auto;width:20%}.row-cols-lg-6>*{flex:0 0 auto;width:16.66666667%}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}.g-lg-0,.gx-lg-0{--bs-gutter-x:0}.g-lg-0,.gy-lg-0{--bs-gutter-y:0}.g-lg-1,.gx-lg-1{--bs-gutter-x:0.25rem}.g-lg-1,.gy-lg-1{--bs-gutter-y:0.25rem}.g-lg-2,.gx-lg-2{--bs-gutter-x:0.5rem}.g-lg-2,.gy-lg-2{--bs-gutter-y:0.5rem}.g-lg-3,.gx-lg-3{--bs-gutter-x:1rem}.g-lg-3,.gy-lg-3{--bs-gutter-y:1rem}.g-lg-4,.gx-lg-4{--bs-gutter-x:1.5rem}.g-lg-4,.gy-lg-4{--bs-gutter-y:1.5rem}.g-lg-5,.gx-lg-5{--bs-gutter-x:3rem}.g-lg-5,.gy-lg-5{--bs-gutter-y:3rem}}@media (min-width:1200px){.col-xl{flex:1 0 0%}.row-cols-xl-auto>*{flex:0 0 auto;width:auto}.row-cols-xl-1>*{flex:0 0 auto;width:100%}.row-cols-xl-2>*{flex:0 0 auto;width:50%}.row-cols-xl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xl-4>*{flex:0 0 auto;width:25%}.row-cols-xl-5>*{flex:0 0 auto;width:20%}.row-cols-xl-6>*{flex:0 0 auto;width:16.66666667%}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}.g-xl-0,.gx-xl-0{--bs-gutter-x:0}.g-xl-0,.gy-xl-0{--bs-gutter-y:0}.g-xl-1,.gx-xl-1{--bs-gutter-x:0.25rem}.g-xl-1,.gy-xl-1{--bs-gutter-y:0.25rem}.g-xl-2,.gx-xl-2{--bs-gutter-x:0.5rem}.g-xl-2,.gy-xl-2{--bs-gutter-y:0.5rem}.g-xl-3,.gx-xl-3{--bs-gutter-x:1rem}.g-xl-3,.gy-xl-3{--bs-gutter-y:1rem}.g-xl-4,.gx-xl-4{--bs-gutter-x:1.5rem}.g-xl-4,.gy-xl-4{--bs-gutter-y:1.5rem}.g-xl-5,.gx-xl-5{--bs-gutter-x:3rem}.g-xl-5,.gy-xl-5{--bs-gutter-y:3rem}}@media (min-width:1400px){.col-xxl{flex:1 0 0%}.row-cols-xxl-auto>*{flex:0 0 auto;width:auto}.row-cols-xxl-1>*{flex:0 0 auto;width:100%}.row-cols-xxl-2>*{flex:0 0 auto;width:50%}.row-cols-xxl-3>*{flex:0 0 auto;width:33.33333333%}.row-cols-xxl-4>*{flex:0 0 auto;width:25%}.row-cols-xxl-5>*{flex:0 0 auto;width:20%}.row-cols-xxl-6>*{flex:0 0 auto;width:16.66666667%}.col-xxl-auto{flex:0 0 auto;width:auto}.col-xxl-1{flex:0 0 auto;width:8.33333333%}.col-xxl-2{flex:0 0 auto;width:16.66666667%}.col-xxl-3{flex:0 0 auto;width:25%}.col-xxl-4{flex:0 0 auto;width:33.33333333%}.col-xxl-5{flex:0 0 auto;width:41.66666667%}.col-xxl-6{flex:0 0 auto;width:50%}.col-xxl-7{flex:0 0 auto;width:58.33333333%}.col-xxl-8{flex:0 0 auto;width:66.66666667%}.col-xxl-9{flex:0 0 auto;width:75%}.col-xxl-10{flex:0 0 auto;width:83.33333333%}.col-xxl-11{flex:0 0 auto;width:91.66666667%}.col-xxl-12{flex:0 0 auto;width:100%}.offset-xxl-0{margin-left:0}.offset-xxl-1{margin-left:8.33333333%}.offset-xxl-2{margin-left:16.66666667%}.offset-xxl-3{margin-left:25%}.offset-xxl-4{margin-left:33.33333333%}.offset-xxl-5{margin-left:41.66666667%}.offset-xxl-6{margin-left:50%}.offset-xxl-7{margin-left:58.33333333%}.offset-xxl-8{margin-left:66.66666667%}.offset-xxl-9{margin-left:75%}.offset-xxl-10{margin-left:83.33333333%}.offset-xxl-11{margin-left:91.66666667%}.g-xxl-0,.gx-xxl-0{--bs-gutter-x:0}.g-xxl-0,.gy-xxl-0{--bs-gutter-y:0}.g-xxl-1,.gx-xxl-1{--bs-gutter-x:0.25rem}.g-xxl-1,.gy-xxl-1{--bs-gutter-y:0.25rem}.g-xxl-2,.gx-xxl-2{--bs-gutter-x:0.5rem}.g-xxl-2,.gy-xxl-2{--bs-gutter-y:0.5rem}.g-xxl-3,.gx-xxl-3{--bs-gutter-x:1rem}.g-xxl-3,.gy-xxl-3{--bs-gutter-y:1rem}.g-xxl-4,.gx-xxl-4{--bs-gutter-x:1.5rem}.g-xxl-4,.gy-xxl-4{--bs-gutter-y:1.5rem}.g-xxl-5,.gx-xxl-5{--bs-gutter-x:3rem}.g-xxl-5,.gy-xxl-5{--bs-gutter-y:3rem}}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-grid{display:grid!important}.d-inline-grid{display:inline-grid!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none{display:none!important}.flex-fill{flex:1 1 auto!important}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.justify-content-evenly{justify-content:space-evenly!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}.order-first{order:-1!important}.order-0{order:0!important}.order-1{order:1!important}.order-2{order:2!important}.order-3{order:3!important}.order-4{order:4!important}.order-5{order:5!important}.order-last{order:6!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.m-5{margin:3rem!important}.m-auto{margin:auto!important}.mx-0{margin-right:0!important;margin-left:0!important}.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-3{margin-right:1rem!important;margin-left:1rem!important}.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-5{margin-right:3rem!important;margin-left:3rem!important}.mx-auto{margin-right:auto!important;margin-left:auto!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mt-auto{margin-top:auto!important}.me-0{margin-right:0!important}.me-1{margin-right:.25rem!important}.me-2{margin-right:.5rem!important}.me-3{margin-right:1rem!important}.me-4{margin-right:1.5rem!important}.me-5{margin-right:3rem!important}.me-auto{margin-right:auto!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.mb-5{margin-bottom:3rem!important}.mb-auto{margin-bottom:auto!important}.ms-0{margin-left:0!important}.ms-1{margin-left:.25rem!important}.ms-2{margin-left:.5rem!important}.ms-3{margin-left:1rem!important}.ms-4{margin-left:1.5rem!important}.ms-5{margin-left:3rem!important}.ms-auto{margin-left:auto!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.p-4{padding:1.5rem!important}.p-5{padding:3rem!important}.px-0{padding-right:0!important;padding-left:0!important}.px-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-3{padding-right:1rem!important;padding-left:1rem!important}.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-5{padding-right:3rem!important;padding-left:3rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-0{padding-top:0!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pt-3{padding-top:1rem!important}.pt-4{padding-top:1.5rem!important}.pt-5{padding-top:3rem!important}.pe-0{padding-right:0!important}.pe-1{padding-right:.25rem!important}.pe-2{padding-right:.5rem!important}.pe-3{padding-right:1rem!important}.pe-4{padding-right:1.5rem!important}.pe-5{padding-right:3rem!important}.pb-0{padding-bottom:0!important}.pb-1{padding-bottom:.25rem!important}.pb-2{padding-bottom:.5rem!important}.pb-3{padding-bottom:1rem!important}.pb-4{padding-bottom:1.5rem!important}.pb-5{padding-bottom:3rem!important}.ps-0{padding-left:0!important}.ps-1{padding-left:.25rem!important}.ps-2{padding-left:.5rem!important}.ps-3{padding-left:1rem!important}.ps-4{padding-left:1.5rem!important}.ps-5{padding-left:3rem!important}@media (min-width:576px){.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-grid{display:grid!important}.d-sm-inline-grid{display:inline-grid!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}.d-sm-none{display:none!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.justify-content-sm-evenly{justify-content:space-evenly!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}.order-sm-first{order:-1!important}.order-sm-0{order:0!important}.order-sm-1{order:1!important}.order-sm-2{order:2!important}.order-sm-3{order:3!important}.order-sm-4{order:4!important}.order-sm-5{order:5!important}.order-sm-last{order:6!important}.m-sm-0{margin:0!important}.m-sm-1{margin:.25rem!important}.m-sm-2{margin:.5rem!important}.m-sm-3{margin:1rem!important}.m-sm-4{margin:1.5rem!important}.m-sm-5{margin:3rem!important}.m-sm-auto{margin:auto!important}.mx-sm-0{margin-right:0!important;margin-left:0!important}.mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}.mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}.mx-sm-auto{margin-right:auto!important;margin-left:auto!important}.my-sm-0{margin-top:0!important;margin-bottom:0!important}.my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-sm-0{margin-top:0!important}.mt-sm-1{margin-top:.25rem!important}.mt-sm-2{margin-top:.5rem!important}.mt-sm-3{margin-top:1rem!important}.mt-sm-4{margin-top:1.5rem!important}.mt-sm-5{margin-top:3rem!important}.mt-sm-auto{margin-top:auto!important}.me-sm-0{margin-right:0!important}.me-sm-1{margin-right:.25rem!important}.me-sm-2{margin-right:.5rem!important}.me-sm-3{margin-right:1rem!important}.me-sm-4{margin-right:1.5rem!important}.me-sm-5{margin-right:3rem!important}.me-sm-auto{margin-right:auto!important}.mb-sm-0{margin-bottom:0!important}.mb-sm-1{margin-bottom:.25rem!important}.mb-sm-2{margin-bottom:.5rem!important}.mb-sm-3{margin-bottom:1rem!important}.mb-sm-4{margin-bottom:1.5rem!important}.mb-sm-5{margin-bottom:3rem!important}.mb-sm-auto{margin-bottom:auto!important}.ms-sm-0{margin-left:0!important}.ms-sm-1{margin-left:.25rem!important}.ms-sm-2{margin-left:.5rem!important}.ms-sm-3{margin-left:1rem!important}.ms-sm-4{margin-left:1.5rem!important}.ms-sm-5{margin-left:3rem!important}.ms-sm-auto{margin-left:auto!important}.p-sm-0{padding:0!important}.p-sm-1{padding:.25rem!important}.p-sm-2{padding:.5rem!important}.p-sm-3{padding:1rem!important}.p-sm-4{padding:1.5rem!important}.p-sm-5{padding:3rem!important}.px-sm-0{padding-right:0!important;padding-left:0!important}.px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-sm-3{padding-right:1rem!important;padding-left:1rem!important}.px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-sm-5{padding-right:3rem!important;padding-left:3rem!important}.py-sm-0{padding-top:0!important;padding-bottom:0!important}.py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-sm-0{padding-top:0!important}.pt-sm-1{padding-top:.25rem!important}.pt-sm-2{padding-top:.5rem!important}.pt-sm-3{padding-top:1rem!important}.pt-sm-4{padding-top:1.5rem!important}.pt-sm-5{padding-top:3rem!important}.pe-sm-0{padding-right:0!important}.pe-sm-1{padding-right:.25rem!important}.pe-sm-2{padding-right:.5rem!important}.pe-sm-3{padding-right:1rem!important}.pe-sm-4{padding-right:1.5rem!important}.pe-sm-5{padding-right:3rem!important}.pb-sm-0{padding-bottom:0!important}.pb-sm-1{padding-bottom:.25rem!important}.pb-sm-2{padding-bottom:.5rem!important}.pb-sm-3{padding-bottom:1rem!important}.pb-sm-4{padding-bottom:1.5rem!important}.pb-sm-5{padding-bottom:3rem!important}.ps-sm-0{padding-left:0!important}.ps-sm-1{padding-left:.25rem!important}.ps-sm-2{padding-left:.5rem!important}.ps-sm-3{padding-left:1rem!important}.ps-sm-4{padding-left:1.5rem!important}.ps-sm-5{padding-left:3rem!important}}@media (min-width:768px){.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-grid{display:grid!important}.d-md-inline-grid{display:inline-grid!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}.d-md-none{display:none!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.justify-content-md-evenly{justify-content:space-evenly!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}.order-md-first{order:-1!important}.order-md-0{order:0!important}.order-md-1{order:1!important}.order-md-2{order:2!important}.order-md-3{order:3!important}.order-md-4{order:4!important}.order-md-5{order:5!important}.order-md-last{order:6!important}.m-md-0{margin:0!important}.m-md-1{margin:.25rem!important}.m-md-2{margin:.5rem!important}.m-md-3{margin:1rem!important}.m-md-4{margin:1.5rem!important}.m-md-5{margin:3rem!important}.m-md-auto{margin:auto!important}.mx-md-0{margin-right:0!important;margin-left:0!important}.mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-md-3{margin-right:1rem!important;margin-left:1rem!important}.mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-md-5{margin-right:3rem!important;margin-left:3rem!important}.mx-md-auto{margin-right:auto!important;margin-left:auto!important}.my-md-0{margin-top:0!important;margin-bottom:0!important}.my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-md-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-md-0{margin-top:0!important}.mt-md-1{margin-top:.25rem!important}.mt-md-2{margin-top:.5rem!important}.mt-md-3{margin-top:1rem!important}.mt-md-4{margin-top:1.5rem!important}.mt-md-5{margin-top:3rem!important}.mt-md-auto{margin-top:auto!important}.me-md-0{margin-right:0!important}.me-md-1{margin-right:.25rem!important}.me-md-2{margin-right:.5rem!important}.me-md-3{margin-right:1rem!important}.me-md-4{margin-right:1.5rem!important}.me-md-5{margin-right:3rem!important}.me-md-auto{margin-right:auto!important}.mb-md-0{margin-bottom:0!important}.mb-md-1{margin-bottom:.25rem!important}.mb-md-2{margin-bottom:.5rem!important}.mb-md-3{margin-bottom:1rem!important}.mb-md-4{margin-bottom:1.5rem!important}.mb-md-5{margin-bottom:3rem!important}.mb-md-auto{margin-bottom:auto!important}.ms-md-0{margin-left:0!important}.ms-md-1{margin-left:.25rem!important}.ms-md-2{margin-left:.5rem!important}.ms-md-3{margin-left:1rem!important}.ms-md-4{margin-left:1.5rem!important}.ms-md-5{margin-left:3rem!important}.ms-md-auto{margin-left:auto!important}.p-md-0{padding:0!important}.p-md-1{padding:.25rem!important}.p-md-2{padding:.5rem!important}.p-md-3{padding:1rem!important}.p-md-4{padding:1.5rem!important}.p-md-5{padding:3rem!important}.px-md-0{padding-right:0!important;padding-left:0!important}.px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-md-3{padding-right:1rem!important;padding-left:1rem!important}.px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-md-5{padding-right:3rem!important;padding-left:3rem!important}.py-md-0{padding-top:0!important;padding-bottom:0!important}.py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-md-0{padding-top:0!important}.pt-md-1{padding-top:.25rem!important}.pt-md-2{padding-top:.5rem!important}.pt-md-3{padding-top:1rem!important}.pt-md-4{padding-top:1.5rem!important}.pt-md-5{padding-top:3rem!important}.pe-md-0{padding-right:0!important}.pe-md-1{padding-right:.25rem!important}.pe-md-2{padding-right:.5rem!important}.pe-md-3{padding-right:1rem!important}.pe-md-4{padding-right:1.5rem!important}.pe-md-5{padding-right:3rem!important}.pb-md-0{padding-bottom:0!important}.pb-md-1{padding-bottom:.25rem!important}.pb-md-2{padding-bottom:.5rem!important}.pb-md-3{padding-bottom:1rem!important}.pb-md-4{padding-bottom:1.5rem!important}.pb-md-5{padding-bottom:3rem!important}.ps-md-0{padding-left:0!important}.ps-md-1{padding-left:.25rem!important}.ps-md-2{padding-left:.5rem!important}.ps-md-3{padding-left:1rem!important}.ps-md-4{padding-left:1.5rem!important}.ps-md-5{padding-left:3rem!important}}@media (min-width:992px){.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-grid{display:grid!important}.d-lg-inline-grid{display:inline-grid!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}.d-lg-none{display:none!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.justify-content-lg-evenly{justify-content:space-evenly!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}.order-lg-first{order:-1!important}.order-lg-0{order:0!important}.order-lg-1{order:1!important}.order-lg-2{order:2!important}.order-lg-3{order:3!important}.order-lg-4{order:4!important}.order-lg-5{order:5!important}.order-lg-last{order:6!important}.m-lg-0{margin:0!important}.m-lg-1{margin:.25rem!important}.m-lg-2{margin:.5rem!important}.m-lg-3{margin:1rem!important}.m-lg-4{margin:1.5rem!important}.m-lg-5{margin:3rem!important}.m-lg-auto{margin:auto!important}.mx-lg-0{margin-right:0!important;margin-left:0!important}.mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}.mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}.mx-lg-auto{margin-right:auto!important;margin-left:auto!important}.my-lg-0{margin-top:0!important;margin-bottom:0!important}.my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-lg-0{margin-top:0!important}.mt-lg-1{margin-top:.25rem!important}.mt-lg-2{margin-top:.5rem!important}.mt-lg-3{margin-top:1rem!important}.mt-lg-4{margin-top:1.5rem!important}.mt-lg-5{margin-top:3rem!important}.mt-lg-auto{margin-top:auto!important}.me-lg-0{margin-right:0!important}.me-lg-1{margin-right:.25rem!important}.me-lg-2{margin-right:.5rem!important}.me-lg-3{margin-right:1rem!important}.me-lg-4{margin-right:1.5rem!important}.me-lg-5{margin-right:3rem!important}.me-lg-auto{margin-right:auto!important}.mb-lg-0{margin-bottom:0!important}.mb-lg-1{margin-bottom:.25rem!important}.mb-lg-2{margin-bottom:.5rem!important}.mb-lg-3{margin-bottom:1rem!important}.mb-lg-4{margin-bottom:1.5rem!important}.mb-lg-5{margin-bottom:3rem!important}.mb-lg-auto{margin-bottom:auto!important}.ms-lg-0{margin-left:0!important}.ms-lg-1{margin-left:.25rem!important}.ms-lg-2{margin-left:.5rem!important}.ms-lg-3{margin-left:1rem!important}.ms-lg-4{margin-left:1.5rem!important}.ms-lg-5{margin-left:3rem!important}.ms-lg-auto{margin-left:auto!important}.p-lg-0{padding:0!important}.p-lg-1{padding:.25rem!important}.p-lg-2{padding:.5rem!important}.p-lg-3{padding:1rem!important}.p-lg-4{padding:1.5rem!important}.p-lg-5{padding:3rem!important}.px-lg-0{padding-right:0!important;padding-left:0!important}.px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-lg-3{padding-right:1rem!important;padding-left:1rem!important}.px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-lg-5{padding-right:3rem!important;padding-left:3rem!important}.py-lg-0{padding-top:0!important;padding-bottom:0!important}.py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-lg-0{padding-top:0!important}.pt-lg-1{padding-top:.25rem!important}.pt-lg-2{padding-top:.5rem!important}.pt-lg-3{padding-top:1rem!important}.pt-lg-4{padding-top:1.5rem!important}.pt-lg-5{padding-top:3rem!important}.pe-lg-0{padding-right:0!important}.pe-lg-1{padding-right:.25rem!important}.pe-lg-2{padding-right:.5rem!important}.pe-lg-3{padding-right:1rem!important}.pe-lg-4{padding-right:1.5rem!important}.pe-lg-5{padding-right:3rem!important}.pb-lg-0{padding-bottom:0!important}.pb-lg-1{padding-bottom:.25rem!important}.pb-lg-2{padding-bottom:.5rem!important}.pb-lg-3{padding-bottom:1rem!important}.pb-lg-4{padding-bottom:1.5rem!important}.pb-lg-5{padding-bottom:3rem!important}.ps-lg-0{padding-left:0!important}.ps-lg-1{padding-left:.25rem!important}.ps-lg-2{padding-left:.5rem!important}.ps-lg-3{padding-left:1rem!important}.ps-lg-4{padding-left:1.5rem!important}.ps-lg-5{padding-left:3rem!important}}@media (min-width:1200px){.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-grid{display:grid!important}.d-xl-inline-grid{display:inline-grid!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}.d-xl-none{display:none!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.justify-content-xl-evenly{justify-content:space-evenly!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}.order-xl-first{order:-1!important}.order-xl-0{order:0!important}.order-xl-1{order:1!important}.order-xl-2{order:2!important}.order-xl-3{order:3!important}.order-xl-4{order:4!important}.order-xl-5{order:5!important}.order-xl-last{order:6!important}.m-xl-0{margin:0!important}.m-xl-1{margin:.25rem!important}.m-xl-2{margin:.5rem!important}.m-xl-3{margin:1rem!important}.m-xl-4{margin:1.5rem!important}.m-xl-5{margin:3rem!important}.m-xl-auto{margin:auto!important}.mx-xl-0{margin-right:0!important;margin-left:0!important}.mx-xl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xl-auto{margin-right:auto!important;margin-left:auto!important}.my-xl-0{margin-top:0!important;margin-bottom:0!important}.my-xl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xl-0{margin-top:0!important}.mt-xl-1{margin-top:.25rem!important}.mt-xl-2{margin-top:.5rem!important}.mt-xl-3{margin-top:1rem!important}.mt-xl-4{margin-top:1.5rem!important}.mt-xl-5{margin-top:3rem!important}.mt-xl-auto{margin-top:auto!important}.me-xl-0{margin-right:0!important}.me-xl-1{margin-right:.25rem!important}.me-xl-2{margin-right:.5rem!important}.me-xl-3{margin-right:1rem!important}.me-xl-4{margin-right:1.5rem!important}.me-xl-5{margin-right:3rem!important}.me-xl-auto{margin-right:auto!important}.mb-xl-0{margin-bottom:0!important}.mb-xl-1{margin-bottom:.25rem!important}.mb-xl-2{margin-bottom:.5rem!important}.mb-xl-3{margin-bottom:1rem!important}.mb-xl-4{margin-bottom:1.5rem!important}.mb-xl-5{margin-bottom:3rem!important}.mb-xl-auto{margin-bottom:auto!important}.ms-xl-0{margin-left:0!important}.ms-xl-1{margin-left:.25rem!important}.ms-xl-2{margin-left:.5rem!important}.ms-xl-3{margin-left:1rem!important}.ms-xl-4{margin-left:1.5rem!important}.ms-xl-5{margin-left:3rem!important}.ms-xl-auto{margin-left:auto!important}.p-xl-0{padding:0!important}.p-xl-1{padding:.25rem!important}.p-xl-2{padding:.5rem!important}.p-xl-3{padding:1rem!important}.p-xl-4{padding:1.5rem!important}.p-xl-5{padding:3rem!important}.px-xl-0{padding-right:0!important;padding-left:0!important}.px-xl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xl-0{padding-top:0!important;padding-bottom:0!important}.py-xl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xl-0{padding-top:0!important}.pt-xl-1{padding-top:.25rem!important}.pt-xl-2{padding-top:.5rem!important}.pt-xl-3{padding-top:1rem!important}.pt-xl-4{padding-top:1.5rem!important}.pt-xl-5{padding-top:3rem!important}.pe-xl-0{padding-right:0!important}.pe-xl-1{padding-right:.25rem!important}.pe-xl-2{padding-right:.5rem!important}.pe-xl-3{padding-right:1rem!important}.pe-xl-4{padding-right:1.5rem!important}.pe-xl-5{padding-right:3rem!important}.pb-xl-0{padding-bottom:0!important}.pb-xl-1{padding-bottom:.25rem!important}.pb-xl-2{padding-bottom:.5rem!important}.pb-xl-3{padding-bottom:1rem!important}.pb-xl-4{padding-bottom:1.5rem!important}.pb-xl-5{padding-bottom:3rem!important}.ps-xl-0{padding-left:0!important}.ps-xl-1{padding-left:.25rem!important}.ps-xl-2{padding-left:.5rem!important}.ps-xl-3{padding-left:1rem!important}.ps-xl-4{padding-left:1.5rem!important}.ps-xl-5{padding-left:3rem!important}}@media (min-width:1400px){.d-xxl-inline{display:inline!important}.d-xxl-inline-block{display:inline-block!important}.d-xxl-block{display:block!important}.d-xxl-grid{display:grid!important}.d-xxl-inline-grid{display:inline-grid!important}.d-xxl-table{display:table!important}.d-xxl-table-row{display:table-row!important}.d-xxl-table-cell{display:table-cell!important}.d-xxl-flex{display:flex!important}.d-xxl-inline-flex{display:inline-flex!important}.d-xxl-none{display:none!important}.flex-xxl-fill{flex:1 1 auto!important}.flex-xxl-row{flex-direction:row!important}.flex-xxl-column{flex-direction:column!important}.flex-xxl-row-reverse{flex-direction:row-reverse!important}.flex-xxl-column-reverse{flex-direction:column-reverse!important}.flex-xxl-grow-0{flex-grow:0!important}.flex-xxl-grow-1{flex-grow:1!important}.flex-xxl-shrink-0{flex-shrink:0!important}.flex-xxl-shrink-1{flex-shrink:1!important}.flex-xxl-wrap{flex-wrap:wrap!important}.flex-xxl-nowrap{flex-wrap:nowrap!important}.flex-xxl-wrap-reverse{flex-wrap:wrap-reverse!important}.justify-content-xxl-start{justify-content:flex-start!important}.justify-content-xxl-end{justify-content:flex-end!important}.justify-content-xxl-center{justify-content:center!important}.justify-content-xxl-between{justify-content:space-between!important}.justify-content-xxl-around{justify-content:space-around!important}.justify-content-xxl-evenly{justify-content:space-evenly!important}.align-items-xxl-start{align-items:flex-start!important}.align-items-xxl-end{align-items:flex-end!important}.align-items-xxl-center{align-items:center!important}.align-items-xxl-baseline{align-items:baseline!important}.align-items-xxl-stretch{align-items:stretch!important}.align-content-xxl-start{align-content:flex-start!important}.align-content-xxl-end{align-content:flex-end!important}.align-content-xxl-center{align-content:center!important}.align-content-xxl-between{align-content:space-between!important}.align-content-xxl-around{align-content:space-around!important}.align-content-xxl-stretch{align-content:stretch!important}.align-self-xxl-auto{align-self:auto!important}.align-self-xxl-start{align-self:flex-start!important}.align-self-xxl-end{align-self:flex-end!important}.align-self-xxl-center{align-self:center!important}.align-self-xxl-baseline{align-self:baseline!important}.align-self-xxl-stretch{align-self:stretch!important}.order-xxl-first{order:-1!important}.order-xxl-0{order:0!important}.order-xxl-1{order:1!important}.order-xxl-2{order:2!important}.order-xxl-3{order:3!important}.order-xxl-4{order:4!important}.order-xxl-5{order:5!important}.order-xxl-last{order:6!important}.m-xxl-0{margin:0!important}.m-xxl-1{margin:.25rem!important}.m-xxl-2{margin:.5rem!important}.m-xxl-3{margin:1rem!important}.m-xxl-4{margin:1.5rem!important}.m-xxl-5{margin:3rem!important}.m-xxl-auto{margin:auto!important}.mx-xxl-0{margin-right:0!important;margin-left:0!important}.mx-xxl-1{margin-right:.25rem!important;margin-left:.25rem!important}.mx-xxl-2{margin-right:.5rem!important;margin-left:.5rem!important}.mx-xxl-3{margin-right:1rem!important;margin-left:1rem!important}.mx-xxl-4{margin-right:1.5rem!important;margin-left:1.5rem!important}.mx-xxl-5{margin-right:3rem!important;margin-left:3rem!important}.mx-xxl-auto{margin-right:auto!important;margin-left:auto!important}.my-xxl-0{margin-top:0!important;margin-bottom:0!important}.my-xxl-1{margin-top:.25rem!important;margin-bottom:.25rem!important}.my-xxl-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-xxl-3{margin-top:1rem!important;margin-bottom:1rem!important}.my-xxl-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-xxl-5{margin-top:3rem!important;margin-bottom:3rem!important}.my-xxl-auto{margin-top:auto!important;margin-bottom:auto!important}.mt-xxl-0{margin-top:0!important}.mt-xxl-1{margin-top:.25rem!important}.mt-xxl-2{margin-top:.5rem!important}.mt-xxl-3{margin-top:1rem!important}.mt-xxl-4{margin-top:1.5rem!important}.mt-xxl-5{margin-top:3rem!important}.mt-xxl-auto{margin-top:auto!important}.me-xxl-0{margin-right:0!important}.me-xxl-1{margin-right:.25rem!important}.me-xxl-2{margin-right:.5rem!important}.me-xxl-3{margin-right:1rem!important}.me-xxl-4{margin-right:1.5rem!important}.me-xxl-5{margin-right:3rem!important}.me-xxl-auto{margin-right:auto!important}.mb-xxl-0{margin-bottom:0!important}.mb-xxl-1{margin-bottom:.25rem!important}.mb-xxl-2{margin-bottom:.5rem!important}.mb-xxl-3{margin-bottom:1rem!important}.mb-xxl-4{margin-bottom:1.5rem!important}.mb-xxl-5{margin-bottom:3rem!important}.mb-xxl-auto{margin-bottom:auto!important}.ms-xxl-0{margin-left:0!important}.ms-xxl-1{margin-left:.25rem!important}.ms-xxl-2{margin-left:.5rem!important}.ms-xxl-3{margin-left:1rem!important}.ms-xxl-4{margin-left:1.5rem!important}.ms-xxl-5{margin-left:3rem!important}.ms-xxl-auto{margin-left:auto!important}.p-xxl-0{padding:0!important}.p-xxl-1{padding:.25rem!important}.p-xxl-2{padding:.5rem!important}.p-xxl-3{padding:1rem!important}.p-xxl-4{padding:1.5rem!important}.p-xxl-5{padding:3rem!important}.px-xxl-0{padding-right:0!important;padding-left:0!important}.px-xxl-1{padding-right:.25rem!important;padding-left:.25rem!important}.px-xxl-2{padding-right:.5rem!important;padding-left:.5rem!important}.px-xxl-3{padding-right:1rem!important;padding-left:1rem!important}.px-xxl-4{padding-right:1.5rem!important;padding-left:1.5rem!important}.px-xxl-5{padding-right:3rem!important;padding-left:3rem!important}.py-xxl-0{padding-top:0!important;padding-bottom:0!important}.py-xxl-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-xxl-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-xxl-3{padding-top:1rem!important;padding-bottom:1rem!important}.py-xxl-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-xxl-5{padding-top:3rem!important;padding-bottom:3rem!important}.pt-xxl-0{padding-top:0!important}.pt-xxl-1{padding-top:.25rem!important}.pt-xxl-2{padding-top:.5rem!important}.pt-xxl-3{padding-top:1rem!important}.pt-xxl-4{padding-top:1.5rem!important}.pt-xxl-5{padding-top:3rem!important}.pe-xxl-0{padding-right:0!important}.pe-xxl-1{padding-right:.25rem!important}.pe-xxl-2{padding-right:.5rem!important}.pe-xxl-3{padding-right:1rem!important}.pe-xxl-4{padding-right:1.5rem!important}.pe-xxl-5{padding-right:3rem!important}.pb-xxl-0{padding-bottom:0!important}.pb-xxl-1{padding-bottom:.25rem!important}.pb-xxl-2{padding-bottom:.5rem!important}.pb-xxl-3{padding-bottom:1rem!important}.pb-xxl-4{padding-bottom:1.5rem!important}.pb-xxl-5{padding-bottom:3rem!important}.ps-xxl-0{padding-left:0!important}.ps-xxl-1{padding-left:.25rem!important}.ps-xxl-2{padding-left:.5rem!important}.ps-xxl-3{padding-left:1rem!important}.ps-xxl-4{padding-left:1.5rem!important}.ps-xxl-5{padding-left:3rem!important}}@media print{.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-grid{display:grid!important}.d-print-inline-grid{display:inline-grid!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}.d-print-none{display:none!important}}
/*# sourceMappingURL=bootstrap-grid.min.css.map */
