@charset "UTF-8";
.news .clear {
    clear: both;
}

.news .nav ul {
    float: left;
    display: inline;
    margin: 0;
}

.news .nav li {
    float: left;
}

.news .nav a {
    float: left;
    display: block;
}

.news .nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.news .article {
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.news .article:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
}

.news .article:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.news .article .news-img-wrap {
    float: left;
    margin: 3px 12px 5px 0;
    background: #fff;
}

.news .article .news-img-wrap a {
    display: block;
    float: left;
    padding: 4px;
    border: 1px solid #ddd;
    background: #fff;
}

.news .article .news-img-wrap img {
    float: left;
    height: auto;
    width: auto;
}

.news .article .teaser-text {
    margin: 0 0 10px 0;
}

.news .article h3 {
    margin-bottom: 0;
}

.news .footer {
    clear: both;
    padding: 10px 0 0 0;
    border-top: 1px solid #eee;
    margin-top: 15px;
    color: #888;
}

.news .footer p {
    line-height: 1em;
}

.news .footer span {
    display: inline-block;
    padding-right: 8px;
    margin-right: 8px;
    border-right: 1px solid #ddd;
}

.news .footer span:last-child {
    border-right: 0;
}

.news .footer .news-category a {
    text-transform: uppercase;
}

.news .no-news-found {
    color: #DB0202;
    font-style: italic;
}

.news .page-navigation p {
    float: left;
}

.news .page-navigation ul {
    float: right;
}

.news .page-navigation ul li {
    float: left;
    display: block;
    padding: 0 2px;
    background: none;
}

.news .page-navigation ul li a {
    display: block;
}

.news-category-view ul li {
    padding: 5px 8px;
}

.news-category-view ul li li {
    padding: 2px 8px 2px 12px;
}

.news-category-view > ul > li:nth-child(even) {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.news-category-view .category-desc {
    padding-left: 10px;
    margin-left: 10px;
    border-left: 1px solid #ddd;
}

.news-single .footer {
    margin-bottom: 20px;
    margin-top: 5px;
    padding: 10px 0 0 0;
    border-bottom: 0;
    border-top: 1px solid #eee;
}

.news-single .article .news-img-wrap {
    float: right;
    width: 282px;
    margin: 0 0 0 25px;
}

.news-single .article .news-img-wrap img {
    float: none;
}

.news-single .teaser-text {
    font-size: 15px;
    color: #888;
}

.news-text-wrap {
    margin-bottom: 10px;
}

.news-img-caption {
    color: #888;
}

.news-related-wrap {
    display: table;
    margin-top: 20px;
    width: 100%;
}

.news-related {
    width: 50%;
    padding: 15px;
    border: 1px solid #eee;
    display: table-cell;
}

.news-related ul li {
    line-height: 1em;
    margin-bottom: 12px;
}

.news-related ul li span {
    border-right: 1px solid #DDDDDD;
    display: inline-block;
    margin-right: 8px;
    padding-right: 8px;
    color: #888;
}

.news-related ul li span:last-child {
    border-right: 0;
    padding-right: 0;
}

.news-related h4 {
    margin-bottom: 10px;
}

.news-related-files ul li {
    margin-bottom: 20px;
}

.news-related-files .news-related-files-link .jpg {
    background-position: 0 0;
}

.news-clear {
    clear: both;
}

@-webkit-keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@keyframes bounce {
    0%,
    100%,
    20%,
    50%,
    80% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    40% {
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    60% {
        -webkit-transform: translateY(-15px);
        transform: translateY(-15px)
    }
}

@-webkit-keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    100%,
    50% {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@-webkit-keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@keyframes jello {
    11.1% {
        -webkit-transform: none;
        transform: none
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
    100% {
        -webkit-transform: none;
        transform: none
    }
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@keyframes shake {
    0%,
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
}

@-webkit-keyframes swing {
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@keyframes swing {
    100%,
    20%,
    40%,
    60%,
    80% {
        -webkit-transform-origin: top center;
        transform-origin: top center
    }
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    10%,
    20% {
        -webkit-transform: scale(.9) rotate(-3deg);
        transform: scale(.9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale(1.1) rotate(3deg);
        transform: scale(1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale(1.1) rotate(-3deg);
        transform: scale(1.1) rotate(-3deg)
    }
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0)
    }
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    15% {
        -webkit-transform: translateX(-25%) rotate(-5deg);
        transform: translateX(-25%) rotate(-5deg)
    }
    30% {
        -webkit-transform: translateX(20%) rotate(3deg);
        transform: translateX(20%) rotate(3deg)
    }
    45% {
        -webkit-transform: translateX(-15%) rotate(-3deg);
        transform: translateX(-15%) rotate(-3deg)
    }
    60% {
        -webkit-transform: translateX(10%) rotate(2deg);
        transform: translateX(10%) rotate(2deg)
    }
    75% {
        -webkit-transform: translateX(-5%) rotate(-1deg);
        transform: translateX(-5%) rotate(-1deg)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes bounceIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.05);
        transform: scale(1.05)
    }
    70% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
    100% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }
    80% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }
    80% {
        -webkit-transform: translateX(-10px);
        transform: translateX(-10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes bounceInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }
    80% {
        -webkit-transform: translateX(10px);
        transform: translateX(10px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes bounceInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }
    80% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@keyframes bounceOut {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    25% {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }
    50% {
        opacity: 1;
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.3);
        transform: scale(.3)
    }
}

@-webkit-keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes bounceOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes bounceOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes bounceOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes bounceOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    20% {
        opacity: 1;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px)
    }
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(20px);
        transform: translateX(20px)
    }
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
        transform: perspective(400px) translateZ(150px) rotateY(170deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(360deg) scale(.95);
        transform: perspective(400px) rotateY(360deg) scale(.95);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    100% {
        -webkit-transform: perspective(400px) scale(1);
        transform: perspective(400px) scale(1);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@-webkit-keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0)
    }
}

@keyframes flipInX {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-10deg);
        transform: perspective(400px) rotateX(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0)
    }
}

@-webkit-keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
}

@keyframes flipInY {
    0% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-10deg);
        transform: perspective(400px) rotateY(-10deg)
    }
    70% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
}

@-webkit-keyframes flipOutX {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@keyframes flipOutX {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateX(0);
        transform: perspective(400px) rotateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg)
    }
}

@-webkit-keyframes flipOutY {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@keyframes flipOutY {
    0% {
        opacity: 1;
        -webkit-transform: perspective(400px) rotateY(0);
        transform: perspective(400px) rotateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg)
    }
}

@-webkit-keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0)
    }
}

@keyframes lightSpeedIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg)
    }
    60% {
        opacity: 1;
        -webkit-transform: translateX(-20%) skewX(30deg);
        transform: translateX(-20%) skewX(30deg)
    }
    80% {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(-15deg);
        transform: translateX(0) skewX(-15deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0)
    }
}

@-webkit-keyframes lightSpeedOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg)
    }
}

@keyframes lightSpeedOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) skewX(0);
        transform: translateX(0) skewX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) skewX(-30deg);
        transform: translateX(100%) skewX(-30deg)
    }
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInDownLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@-webkit-keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInDownRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateInUpLeft {
    0% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@-webkit-keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateInUpRight {
    0% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        -webkit-transform-origin: center center;
        transform-origin: center center
    }
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom
    }
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
    100% {
        opacity: 0;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom
    }
}

@-webkit-keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes slideInRight {
    0% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes slideInUp {
    0% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(2000px);
        transform: translateY(2000px)
    }
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(-2000px);
        transform: translateX(-2000px)
    }
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(2000px);
        transform: translateX(2000px)
    }
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(-2000px);
        transform: translateY(-2000px)
    }
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    80% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(700px);
        transform: translateY(700px)
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    20%,
    60% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    40% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    80% {
        opacity: 1;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        -webkit-transform: rotate(60deg) translateY(0);
        transform: rotate(60deg) translateY(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
    100% {
        opacity: 0;
        -webkit-transform: translateY(700px);
        transform: translateY(700px)
    }
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translateX(-100%) rotate(-120deg);
        transform: translateX(-100%) rotate(-120deg)
    }
    100% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1;
        -webkit-transform: translateX(0) rotate(0);
        transform: translateX(0) rotate(0)
    }
    100% {
        opacity: 0;
        -webkit-transform: translateX(100%) rotate(120deg);
        transform: translateX(100%) rotate(120deg)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@-webkit-keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@keyframes zoomInDown {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
}

@-webkit-keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@keyframes zoomInLeft {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0)
    }
}

@-webkit-keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@keyframes zoomInRight {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0)
    }
}

@-webkit-keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@keyframes zoomInUp {
    0% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0)
    }
    60% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    100% {
        opacity: 0
    }
}

@-webkit-keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutDown {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0)
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center
    }
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    100% {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center
    }
}

@-webkit-keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

@keyframes zoomOutUp {
    40% {
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0)
    }
    100% {
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
}

*,
::after,
::before {
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

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

body {
    margin: 0;
    font-family: Roboto, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #000;
    text-align: left;
    background-color: #f6f6f6
}

[tabindex="-1"]:focus {
    outline: 0!important
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0
}

address {
    margin-bottom: 1rem;
    font-style: normal;
    line-height: inherit
}

dl,
ol,
ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0
}

dt {
    font-weight: 700
}

dd {
    margin-bottom: .5rem;
    margin-left: 0
}

blockquote {
    margin: 0 0 1rem
}

dfn {
    font-style: italic
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

a {
    color: #069;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #084f72;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

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

pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto
}

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

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

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
    touch-action: manipulation
}

table {
    border-collapse: collapse
}

caption {
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #828282;
    text-align: left;
    caption-side: bottom
}

th {
    text-align: inherit
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input,
optgroup,
select,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

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

input[type=date],
input[type=datetime-local],
input[type=month],
input[type=time] {
    -webkit-appearance: listbox
}

textarea {
    overflow: auto;
    resize: vertical
}

fieldset {
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0
}

legend {
    display: block;
    width: 100%;
    max-width: 100%;
    padding: 0;
    margin-bottom: .5rem;
    font-size: 1.5rem;
    line-height: inherit;
    color: inherit;
    white-space: normal
}

progress {
    vertical-align: baseline
}

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

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

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

::-webkit-file-upload-button {
    font: inherit;
    -webkit-appearance: button
}

output {
    display: inline-block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none!important
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 15px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.25;
    color: inherit
}

.h1,
h1 {
    font-size: 2.8235294118rem
}

.h2,
h2 {
    font-size: 1.4705882353rem
}

.h3,
h3 {
    font-size: 1.1176470588rem
}

.h4,
h4 {
    font-size: 1rem
}

.h5,
h5 {
    font-size: .8823529412rem
}

.h6,
h6 {
    font-size: .7647058824rem
}

.lead {
    font-size: 1rem;
    font-weight: 400
}

.display-1 {
    font-size: 6rem;
    font-weight: 300;
    line-height: 1.25
}

.display-2 {
    font-size: 5.5rem;
    font-weight: 300;
    line-height: 1.25
}

.display-3 {
    font-size: 4.5rem;
    font-weight: 300;
    line-height: 1.25
}

.display-4 {
    font-size: 3.5rem;
    font-weight: 300;
    line-height: 1.25
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1)
}

.small,
small {
    font-size: 80%;
    font-weight: 400
}

.mark,
mark {
    padding: .2em;
    background-color: #fcf8e3
}

.list-unstyled {
    padding-left: 0;
    list-style: none
}

#wpMainHeader .wpMainHeaderNav UL,
.list-inline,
.wpFooter .wpFooterImprint .wpFooterImprintNav,
.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia {
    padding-left: 0;
    list-style: none
}

#wpMainHeader .wpMainHeaderNav UL>LI,
.list-inline-item,
.wpFooter .wpFooterImprint .wpFooterImprintNav LI,
.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI {
    display: inline-block
}

#wpMainHeader .wpMainHeaderNav UL>LI:not(:last-child),
.list-inline-item:not(:last-child),
.wpFooter .wpFooterImprint .wpFooterImprintNav LI:not(:last-child),
.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI:not(:last-child) {
    margin-right: 5px
}

.initialism {
    font-size: 90%;
    text-transform: uppercase
}

.blockquote {
    margin-bottom: 30px;
    font-size: 1.25rem
}

.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #828282
}

.blockquote-footer::before {
    content: "\2014 \00A0"
}

.img-fluid,
.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem PICTURE IMG {
    max-width: 100%;
    height: auto
}

.img-thumbnail {
    padding: .25rem;
    background-color: #f6f6f6;
    border: 1px solid #ddd;
    transition: all .2s ease-in-out;
    max-width: 100%;
    height: auto
}

.figure {
    display: inline-block
}

.figure-img {
    margin-bottom: 15px;
    line-height: 1
}

.figure-caption {
    font-size: 90%;
    color: #828282
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

@media (min-width:576px) {
    .container {
        max-width: 540px
    }
}

@media (min-width:768px) {
    .container {
        max-width: 720px
    }
}

@media (min-width:1024px) {
    .container {
        max-width: 960px
    }
}

@media (min-width:1440px) {
    .container {
        max-width: 1320px
    }
}

.container-fluid {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 15px;
    padding-left: 15px;
    width: 100%
}

.row,
.wpContentExtensionNews .wpRow,
.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px
}

.no-gutters {
    margin-right: 0;
    margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.col-xxl-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-2,
.col-xxl-3,
.col-xxl-4,
.col-xxl-5,
.col-xxl-6,
.col-xxl-7,
.col-xxl-8,
.col-xxl-9,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px
}

.col {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    max-width: 100%
}

.col-auto {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none
}

.col-1 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 8.3333333333%;
    flex: 0 0 8.3333333333%;
    max-width: 8.3333333333%
}

.col-2 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666666667%;
    flex: 0 0 16.6666666667%;
    max-width: 16.6666666667%
}

.col-3 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
}

.col-4 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 33.3333333333%;
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%
}

.col-5 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 41.6666666667%;
    flex: 0 0 41.6666666667%;
    max-width: 41.6666666667%
}

.col-6 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
}

.col-7 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 58.3333333333%;
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%
}

.col-8 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 66.6666666667%;
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%
}

.col-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%
}

.col-10 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 83.3333333333%;
    flex: 0 0 83.3333333333%;
    max-width: 83.3333333333%
}

.col-11 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 91.6666666667%;
    flex: 0 0 91.6666666667%;
    max-width: 91.6666666667%
}

.col-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%
}

.order-1 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1
}

.order-2 {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

.order-3 {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    order: 3
}

.order-4 {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    order: 4
}

.order-5 {
    -webkit-box-ordinal-group: 6;
    -webkit-order: 5;
    order: 5
}

.order-6 {
    -webkit-box-ordinal-group: 7;
    -webkit-order: 6;
    order: 6
}

.order-7 {
    -webkit-box-ordinal-group: 8;
    -webkit-order: 7;
    order: 7
}

.order-8 {
    -webkit-box-ordinal-group: 9;
    -webkit-order: 8;
    order: 8
}

.order-9 {
    -webkit-box-ordinal-group: 10;
    -webkit-order: 9;
    order: 9
}

.order-10 {
    -webkit-box-ordinal-group: 11;
    -webkit-order: 10;
    order: 10
}

.order-11 {
    -webkit-box-ordinal-group: 12;
    -webkit-order: 11;
    order: 11
}

.order-12 {
    -webkit-box-ordinal-group: 13;
    -webkit-order: 12;
    order: 12
}

@media (min-width:576px) {
    .col-sm {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-sm-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-sm-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-sm-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-sm-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-sm-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-sm-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-sm-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-sm-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-sm-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-sm-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-sm-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-sm-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-sm-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }
    .order-sm-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
    .order-sm-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }
    .order-sm-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }
    .order-sm-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }
    .order-sm-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }
    .order-sm-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }
    .order-sm-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }
    .order-sm-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }
    .order-sm-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }
    .order-sm-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }
    .order-sm-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }
}

@media (min-width:768px) {
    .col-md {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-md-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-md-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-md-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-md-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-md-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-md-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-md-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-md-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-md-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-md-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-md-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-md-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-md-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-md-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }
    .order-md-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
    .order-md-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }
    .order-md-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }
    .order-md-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }
    .order-md-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }
    .order-md-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }
    .order-md-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }
    .order-md-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }
    .order-md-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }
    .order-md-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }
    .order-md-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }
}

@media (min-width:1024px) {
    .col-lg {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-lg-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-lg-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-lg-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-lg-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-lg-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-lg-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-lg-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-lg-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-lg-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-lg-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-lg-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-lg-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-lg-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-lg-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }
    .order-lg-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
    .order-lg-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }
    .order-lg-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }
    .order-lg-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }
    .order-lg-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }
    .order-lg-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }
    .order-lg-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }
    .order-lg-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }
    .order-lg-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }
    .order-lg-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }
    .order-lg-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }
}

@media (min-width:1440px) {
    .col-xl {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }
    .order-xl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
    .order-xl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }
    .order-xl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }
    .order-xl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }
    .order-xl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }
    .order-xl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }
    .order-xl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }
    .order-xl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }
    .order-xl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }
    .order-xl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }
    .order-xl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }
}

@media (min-width:1680px) {
    .col-xxl {
        -webkit-flex-basis: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        flex-grow: 1;
        max-width: 100%
    }
    .col-xxl-auto {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        width: auto;
        max-width: none
    }
    .col-xxl-1 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 8.3333333333%;
        flex: 0 0 8.3333333333%;
        max-width: 8.3333333333%
    }
    .col-xxl-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 16.6666666667%;
        flex: 0 0 16.6666666667%;
        max-width: 16.6666666667%
    }
    .col-xxl-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%
    }
    .col-xxl-4 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.3333333333%;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%
    }
    .col-xxl-5 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 41.6666666667%;
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%
    }
    .col-xxl-6 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
    .col-xxl-7 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 58.3333333333%;
        flex: 0 0 58.3333333333%;
        max-width: 58.3333333333%
    }
    .col-xxl-8 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 66.6666666667%;
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%
    }
    .col-xxl-9 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%
    }
    .col-xxl-10 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 83.3333333333%;
        flex: 0 0 83.3333333333%;
        max-width: 83.3333333333%
    }
    .col-xxl-11 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 91.6666666667%;
        flex: 0 0 91.6666666667%;
        max-width: 91.6666666667%
    }
    .col-xxl-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%
    }
    .order-xxl-1 {
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }
    .order-xxl-2 {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
    .order-xxl-3 {
        -webkit-box-ordinal-group: 4;
        -webkit-order: 3;
        order: 3
    }
    .order-xxl-4 {
        -webkit-box-ordinal-group: 5;
        -webkit-order: 4;
        order: 4
    }
    .order-xxl-5 {
        -webkit-box-ordinal-group: 6;
        -webkit-order: 5;
        order: 5
    }
    .order-xxl-6 {
        -webkit-box-ordinal-group: 7;
        -webkit-order: 6;
        order: 6
    }
    .order-xxl-7 {
        -webkit-box-ordinal-group: 8;
        -webkit-order: 7;
        order: 7
    }
    .order-xxl-8 {
        -webkit-box-ordinal-group: 9;
        -webkit-order: 8;
        order: 8
    }
    .order-xxl-9 {
        -webkit-box-ordinal-group: 10;
        -webkit-order: 9;
        order: 9
    }
    .order-xxl-10 {
        -webkit-box-ordinal-group: 11;
        -webkit-order: 10;
        order: 10
    }
    .order-xxl-11 {
        -webkit-box-ordinal-group: 12;
        -webkit-order: 11;
        order: 11
    }
    .order-xxl-12 {
        -webkit-box-ordinal-group: 13;
        -webkit-order: 12;
        order: 12
    }
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    background-color: #fff
}

.table td,
.table th {
    padding: .75rem;
    vertical-align: top;
    border-top: 1px solid #e6e6e6
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e6e6e6
}

.table tbody+tbody {
    border-top: 2px solid #e6e6e6
}

.table .table {
    background-color: #f6f6f6
}

.table-sm td,
.table-sm th {
    padding: .3rem
}

.table-bordered {
    border: 1px solid #e6e6e6
}

.table-bordered td,
.table-bordered th {
    border: 1px solid #e6e6e6
}

.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, .05)
}

.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-primary,
.table-primary>td,
.table-primary>th {
    background-color: #b8d4e2
}

.table-hover .table-primary:hover {
    background-color: #a6c9db
}

.table-hover .table-primary:hover>td,
.table-hover .table-primary:hover>th {
    background-color: #a6c9db
}

.table-secondary,
.table-secondary>td,
.table-secondary>th {
    background-color: #dcdcdc
}

.table-hover .table-secondary:hover {
    background-color: #cfcfcf
}

.table-hover .table-secondary:hover>td,
.table-hover .table-secondary:hover>th {
    background-color: #cfcfcf
}

.table-success,
.table-success>td,
.table-success>th {
    background-color: #c3e6cb
}

.table-hover .table-success:hover {
    background-color: #b1dfbb
}

.table-hover .table-success:hover>td,
.table-hover .table-success:hover>th {
    background-color: #b1dfbb
}

.table-info,
.table-info>td,
.table-info>th {
    background-color: #bee5eb
}

.table-hover .table-info:hover {
    background-color: #abdde5
}

.table-hover .table-info:hover>td,
.table-hover .table-info:hover>th {
    background-color: #abdde5
}

.table-warning,
.table-warning>td,
.table-warning>th {
    background-color: #ffeeba
}

.table-hover .table-warning:hover {
    background-color: #ffe8a1
}

.table-hover .table-warning:hover>td,
.table-hover .table-warning:hover>th {
    background-color: #ffe8a1
}

.table-danger,
.table-danger>td,
.table-danger>th {
    background-color: #f8c0c6
}

.table-hover .table-danger:hover {
    background-color: #f5a9b1
}

.table-hover .table-danger:hover>td,
.table-hover .table-danger:hover>th {
    background-color: #f5a9b1
}

.table-light,
.table-light>td,
.table-light>th {
    background-color: #fcfcfc
}

.table-hover .table-light:hover {
    background-color: #efefef
}

.table-hover .table-light:hover>td,
.table-hover .table-light:hover>th {
    background-color: #efefef
}

.table-dark,
.table-dark>td,
.table-dark>th {
    background-color: #c7c7c7
}

.table-hover .table-dark:hover {
    background-color: #bababa
}

.table-hover .table-dark:hover>td,
.table-hover .table-dark:hover>th {
    background-color: #bababa
}

.table-active,
.table-active>td,
.table-active>th {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover {
    background-color: rgba(0, 0, 0, .075)
}

.table-hover .table-active:hover>td,
.table-hover .table-active:hover>th {
    background-color: rgba(0, 0, 0, .075)
}

.thead-inverse th {
    color: #f6f6f6;
    background-color: #1e1e1e
}

.thead-default th {
    color: #6e6e6e;
    background-color: #e6e6e6
}

.table-inverse {
    color: #f6f6f6;
    background-color: #1e1e1e
}

.table-inverse td,
.table-inverse th,
.table-inverse thead th {
    border-color: #313131
}

.table-inverse.table-bordered {
    border: 0
}

.table-inverse.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, .05)
}

.table-inverse.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, .075)
}

@media (max-width:1023px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar
    }
    .table-responsive.table-bordered {
        border: 0
    }
}

.form-control {
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #069;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #069;
    background-color: #fff;
    border-color: #1ab3ff;
    outline: 0
}

.form-control::-webkit-input-placeholder {
    color: #595959;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #595959;
    opacity: 1
}

.form-control::placeholder {
    color: #595959;
    opacity: 1
}

.form-control:disabled,
.form-control[readonly] {
    background-color: #e6e6e6;
    opacity: 1
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px)
}

select.form-control:focus::-ms-value {
    color: #069;
    background-color: #fff
}

.form-control-file,
.form-control-range {
    display: block
}

.col-form-label {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    margin-bottom: 0
}

.col-form-label-lg {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    font-size: 1.25rem
}

.col-form-label-sm {
    padding-top: calc(.25rem - 1px * 2);
    padding-bottom: calc(.25rem - 1px * 2);
    font-size: .875rem
}

.col-form-legend {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    font-size: 1rem
}

.form-control-plaintext {
    padding-top: .5rem;
    padding-bottom: .5rem;
    margin-bottom: 0;
    line-height: 1.25;
    border: solid transparent;
    border-width: 1px 0
}

.form-control-plaintext.form-control-lg,
.form-control-plaintext.form-control-sm {
    padding-right: 0;
    padding-left: 0
}

.form-control-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

select.form-control-sm:not([size]):not([multiple]) {
    height: calc(1.8125rem + 2px)
}

.form-control-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5
}

select.form-control-lg:not([size]):not([multiple]) {
    height: calc(2.3125rem + 2px)
}

.form-group {
    margin-bottom: 1rem
}

.form-text {
    display: block;
    margin-top: .25rem
}

.form-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px
}

.form-row>.col,
.form-row>[class*=col-] {
    padding-right: 5px;
    padding-left: 5px
}

.form-check {
    position: relative;
    display: block;
    margin-bottom: .5rem
}

.form-check.disabled .form-check-label {
    color: #828282
}

.form-check-label {
    padding-left: 1.25rem;
    margin-bottom: 0
}

.form-check-input {
    position: absolute;
    margin-top: .25rem;
    margin-left: -1.25rem
}

.form-check-inline {
    display: inline-block
}

.form-check-inline .form-check-label {
    vertical-align: middle
}

.form-check-inline+.form-check-inline {
    margin-left: .75rem
}

.invalid-feedback {
    display: none;
    margin-top: .25rem;
    font-size: .875rem;
    color: #e61e32
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    width: 250px;
    padding: .5rem;
    margin-top: .1rem;
    font-size: .875rem;
    line-height: 1;
    color: #fff;
    background-color: rgba(230, 30, 50, .8);
    border-radius: .2rem
}

.custom-select.is-valid,
.form-control.is-valid,
.was-validated .custom-select:valid,
.was-validated .form-control:valid {
    border-color: #28a745
}

.custom-select.is-valid:focus,
.form-control.is-valid:focus,
.was-validated .custom-select:valid:focus,
.was-validated .form-control:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-valid~.invalid-feedback,
.custom-select.is-valid~.invalid-tooltip,
.form-control.is-valid~.invalid-feedback,
.form-control.is-valid~.invalid-tooltip,
.was-validated .custom-select:valid~.invalid-feedback,
.was-validated .custom-select:valid~.invalid-tooltip,
.was-validated .form-control:valid~.invalid-feedback,
.was-validated .form-control:valid~.invalid-tooltip {
    display: block
}

.form-check-input.is-valid+.form-check-label,
.was-validated .form-check-input:valid+.form-check-label {
    color: #28a745
}

.custom-control-input.is-valid~.custom-control-indicator,
.was-validated .custom-control-input:valid~.custom-control-indicator {
    background-color: rgba(40, 167, 69, .25)
}

.custom-control-input.is-valid~.custom-control-description,
.was-validated .custom-control-input:valid~.custom-control-description {
    color: #28a745
}

.custom-file-input.is-valid~.custom-file-control,
.was-validated .custom-file-input:valid~.custom-file-control {
    border-color: #28a745
}

.custom-file-input.is-valid~.custom-file-control::before,
.was-validated .custom-file-input:valid~.custom-file-control::before {
    border-color: inherit
}

.custom-file-input.is-valid:focus,
.was-validated .custom-file-input:valid:focus {
    box-shadow: 0 0 0 .2rem rgba(40, 167, 69, .25)
}

.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #e61e32
}

.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(230, 30, 50, .25)
}

.custom-select.is-invalid~.invalid-feedback,
.custom-select.is-invalid~.invalid-tooltip,
.form-control.is-invalid~.invalid-feedback,
.form-control.is-invalid~.invalid-tooltip,
.was-validated .custom-select:invalid~.invalid-feedback,
.was-validated .custom-select:invalid~.invalid-tooltip,
.was-validated .form-control:invalid~.invalid-feedback,
.was-validated .form-control:invalid~.invalid-tooltip {
    display: block
}

.form-check-input.is-invalid+.form-check-label,
.was-validated .form-check-input:invalid+.form-check-label {
    color: #e61e32
}

.custom-control-input.is-invalid~.custom-control-indicator,
.was-validated .custom-control-input:invalid~.custom-control-indicator {
    background-color: rgba(230, 30, 50, .25)
}

.custom-control-input.is-invalid~.custom-control-description,
.was-validated .custom-control-input:invalid~.custom-control-description {
    color: #e61e32
}

.custom-file-input.is-invalid~.custom-file-control,
.was-validated .custom-file-input:invalid~.custom-file-control {
    border-color: #e61e32
}

.custom-file-input.is-invalid~.custom-file-control::before,
.was-validated .custom-file-input:invalid~.custom-file-control::before {
    border-color: inherit
}

.custom-file-input.is-invalid:focus,
.was-validated .custom-file-input:invalid:focus {
    box-shadow: 0 0 0 .2rem rgba(230, 30, 50, .25)
}

.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip, .form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip {
  display: block;
}

.form-inline {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.form-inline .form-check {
    width: 100%
}

@media (min-width:576px) {
    .form-inline label {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 0
    }
    .form-inline .form-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 auto;
        flex: 0 0 auto;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-bottom: 0
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle
    }
    .form-inline .form-control-plaintext {
        display: inline-block
    }
    .form-inline .input-group {
        width: auto
    }
    .form-inline .form-control-label {
        margin-bottom: 0;
        vertical-align: middle
    }
    .form-inline .form-check {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        width: auto;
        margin-top: 0;
        margin-bottom: 0
    }
    .form-inline .form-check-label {
        padding-left: 0
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: .25rem;
        margin-left: 0
    }
    .form-inline .custom-control {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        padding-left: 0
    }
    .form-inline .custom-control-indicator {
        position: static;
        display: inline-block;
        margin-right: .25rem;
        vertical-align: text-bottom
    }
    .form-inline .has-feedback .form-control-feedback {
        top: 0
    }
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    transition: all .15s ease-in-out
}

.btn:focus,
.btn:hover {
    text-decoration: none
}

.btn.focus,
.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 3px rgba(0, 102, 153, .25)
}

.btn.disabled,
.btn:disabled {
    opacity: .65
}

.btn.active,
.btn:active {
    background-image: none
}

a.btn.disabled,
fieldset[disabled] a.btn {
    pointer-events: none
}

.btn-primary {
    color: #fff;
    background-color: #069;
    border-color: #069
}

.btn-primary:hover {
    color: #fff;
    background-color: #004d73;
    border-color: #046
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 3px rgba(0, 102, 153, .5)
}

.btn-primary.disabled,
.btn-primary:disabled {
    background-color: #069;
    border-color: #069
}

.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    background-color: #004d73;
    background-image: none;
    border-color: #046
}

.btn-secondary {
    color: #fff;
    background-color: #828282;
    border-color: #828282
}

.btn-secondary:hover {
    color: #fff;
    background-color: #6f6f6f;
    border-color: #696868
}

.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 3px rgba(130, 130, 130, .5)
}

.btn-secondary.disabled,
.btn-secondary:disabled {
    background-color: #828282;
    border-color: #828282
}

.btn-secondary.active,
.btn-secondary:active,
.show>.btn-secondary.dropdown-toggle {
    background-color: #6f6f6f;
    background-image: none;
    border-color: #696868
}

.btn-success {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34
}

.btn-success.focus,
.btn-success:focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, .5)
}

.btn-success.disabled,
.btn-success:disabled {
    background-color: #28a745;
    border-color: #28a745
}

.btn-success.active,
.btn-success:active,
.show>.btn-success.dropdown-toggle {
    background-color: #218838;
    background-image: none;
    border-color: #1e7e34
}

.btn-info {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b
}

.btn-info.focus,
.btn-info:focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-info.active,
.btn-info:active,
.show>.btn-info.dropdown-toggle {
    background-color: #138496;
    background-image: none;
    border-color: #117a8b
}

.btn-warning {
    color: #111;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning:hover {
    color: #111;
    background-color: #e0a800;
    border-color: #d39e00
}

.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, .5)
}

.btn-warning.disabled,
.btn-warning:disabled {
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-warning.active,
.btn-warning:active,
.show>.btn-warning.dropdown-toggle {
    background-color: #e0a800;
    background-image: none;
    border-color: #d39e00
}

.btn-danger {
    color: #fff;
    background-color: #e61e32;
    border-color: #e61e32
}

.btn-danger:hover {
    color: #fff;
    background-color: #c81628;
    border-color: #bc1526
}

.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 3px rgba(230, 30, 50, .5)
}

.btn-danger.disabled,
.btn-danger:disabled {
    background-color: #e61e32;
    border-color: #e61e32
}

.btn-danger.active,
.btn-danger:active,
.show>.btn-danger.dropdown-toggle {
    background-color: #c81628;
    background-image: none;
    border-color: #bc1526
}

.btn-light {
    color: #111;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-light:hover {
    color: #111;
    background-color: #e3e3e3;
    border-color: #dddcdc
}

.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 3px rgba(246, 246, 246, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-light.active,
.btn-light:active,
.show>.btn-light.dropdown-toggle {
    background-color: #e3e3e3;
    background-image: none;
    border-color: #dddcdc
}

.btn-dark {
    color: #fff;
    background-color: #373737;
    border-color: #373737
}

.btn-dark:hover {
    color: #fff;
    background-color: #242424;
    border-color: #1e1d1d
}

.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 3px rgba(55, 55, 55, .5)
}

.btn-dark.disabled,
.btn-dark:disabled {
    background-color: #373737;
    border-color: #373737
}

.btn-dark.active,
.btn-dark:active,
.show>.btn-dark.dropdown-toggle {
    background-color: #242424;
    background-image: none;
    border-color: #1e1d1d
}

.btn-outline-primary {
    color: #069;
    background-color: transparent;
    background-image: none;
    border-color: #069
}

.btn-outline-primary:hover {
    color: #fff;
    background-color: #069;
    border-color: #069
}

.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 3px rgba(0, 102, 153, .5)
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #069;
    background-color: transparent
}

.btn-outline-primary.active,
.btn-outline-primary:active,
.show>.btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #069;
    border-color: #069
}

.btn-outline-secondary {
    color: #828282;
    background-color: transparent;
    background-image: none;
    border-color: #828282
}

.btn-outline-secondary:hover {
    color: #fff;
    background-color: #828282;
    border-color: #828282
}

.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 3px rgba(130, 130, 130, .5)
}

.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #828282;
    background-color: transparent
}

.btn-outline-secondary.active,
.btn-outline-secondary:active,
.show>.btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #828282;
    border-color: #828282
}

.btn-outline-success {
    color: #28a745;
    background-color: transparent;
    background-image: none;
    border-color: #28a745
}

.btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-success.focus,
.btn-outline-success:focus {
    box-shadow: 0 0 0 3px rgba(40, 167, 69, .5)
}

.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent
}

.btn-outline-success.active,
.btn-outline-success:active,
.show>.btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745
}

.btn-outline-info {
    color: #17a2b8;
    background-color: transparent;
    background-image: none;
    border-color: #17a2b8
}

.btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-info.focus,
.btn-outline-info:focus {
    box-shadow: 0 0 0 3px rgba(23, 162, 184, .5)
}

.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent
}

.btn-outline-info.active,
.btn-outline-info:active,
.show>.btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8
}

.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107
}

.btn-outline-warning:hover {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 3px rgba(255, 193, 7, .5)
}

.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent
}

.btn-outline-warning.active,
.btn-outline-warning:active,
.show>.btn-outline-warning.dropdown-toggle {
    color: #fff;
    background-color: #ffc107;
    border-color: #ffc107
}

.btn-outline-danger {
    color: #e61e32;
    background-color: transparent;
    background-image: none;
    border-color: #e61e32
}

.btn-outline-danger:hover {
    color: #fff;
    background-color: #e61e32;
    border-color: #e61e32
}

.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 3px rgba(230, 30, 50, .5)
}

.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #e61e32;
    background-color: transparent
}

.btn-outline-danger.active,
.btn-outline-danger:active,
.show>.btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #e61e32;
    border-color: #e61e32
}

.btn-outline-light {
    color: #f6f6f6;
    background-color: transparent;
    background-image: none;
    border-color: #f6f6f6
}

.btn-outline-light:hover {
    color: #fff;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 3px rgba(246, 246, 246, .5)
}

.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f6f6f6;
    background-color: transparent
}

.btn-outline-light.active,
.btn-outline-light:active,
.show>.btn-outline-light.dropdown-toggle {
    color: #fff;
    background-color: #f6f6f6;
    border-color: #f6f6f6
}

.btn-outline-dark {
    color: #373737;
    background-color: transparent;
    background-image: none;
    border-color: #373737
}

.btn-outline-dark:hover {
    color: #fff;
    background-color: #373737;
    border-color: #373737
}

.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 3px rgba(55, 55, 55, .5)
}

.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #373737;
    background-color: transparent
}

.btn-outline-dark.active,
.btn-outline-dark:active,
.show>.btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #373737;
    border-color: #373737
}

.btn-link {
    font-weight: 400;
    color: #6e6e6e;
    border-radius: 0
}

.btn-link,
.btn-link.active,
.btn-link:active,
.btn-link:disabled {
    background-color: transparent
}

.btn-link,
.btn-link:active,
.btn-link:focus {
    border-color: transparent;
    box-shadow: none
}

.btn-link:hover {
    border-color: transparent
}

.btn-link:focus,
.btn-link:hover {
    color: #069;
    text-decoration: underline;
    background-color: transparent
}

.btn-link:disabled {
    color: #828282
}

.btn-link:disabled:focus,
.btn-link:disabled:hover {
    text-decoration: none
}

.btn-lg {
    padding: .5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5
}

.btn-sm {
    padding: .25rem .5rem;
    font-size: .875rem;
    line-height: 1.5
}

.btn-block {
    display: block;
    width: 100%
}

.btn-block+.btn-block {
    margin-top: .5rem
}

input[type=button].btn-block,
input[type=reset].btn-block,
input[type=submit].btn-block {
    width: 100%
}

.fade {
    opacity: 0;
    transition: opacity .15s linear
}

.fade.show {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.show {
    display: block
}

tr.collapse.show {
    display: table-row
}

tbody.collapse.show {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height .35s ease
}

.dropdown,
.dropup {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

#wpMainHeader .wpMainHeaderNav .dropup .wpMainHeaderNavDropdown,
.dropup #wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown,
.dropup .dropdown-menu {
    margin-top: 0;
    margin-bottom: .125rem
}

.dropup .dropdown-toggle::after {
    border-top: 0;
    border-bottom: .3em solid
}

#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown,
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #000;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15)
}

.dropdown-divider {
    height: 0;
    margin: 15px 0;
    overflow: hidden;
    border-top: 1px solid #e6e6e6
}

#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A,
.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #1e1e1e;
    text-align: inherit;
    white-space: nowrap;
    background: 0 0;
    border: 0
}

#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A:focus,
#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A:hover,
.dropdown-item:focus,
.dropdown-item:hover {
    color: #111;
    text-decoration: none;
    background-color: #f6f6f6
}

#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A.active,
#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A:active,
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #069
}

#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A.disabled,
#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A:disabled,
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #828282;
    background-color: transparent
}

.show>a {
    outline: 0
}

#wpMainHeader .wpMainHeaderNav .show.wpMainHeaderNavDropdown,
.dropdown-menu.show {
    display: block
}

.dropdown-header {
    display: block;
    padding: .5rem 1.5rem;
    margin-bottom: 0;
    font-size: .875rem;
    color: #828282;
    white-space: nowrap
}

.custom-control {
    position: relative;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    min-height: 1.5rem;
    padding-left: 1.5rem;
    margin-right: 1rem
}

.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-control-input:checked~.custom-control-indicator {
    color: #fff;
    background-color: #069
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: 0 0 0 1px #f6f6f6, 0 0 0 3px #069
}

.custom-control-input:active~.custom-control-indicator {
    color: #fff;
    background-color: #4dc4ff
}

.custom-control-input:disabled~.custom-control-indicator {
    background-color: #e6e6e6
}

.custom-control-input:disabled~.custom-control-description {
    color: #828282
}

.custom-control-indicator {
    position: absolute;
    top: .25rem;
    left: 0;
    display: block;
    width: 1rem;
    height: 1rem;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #ddd;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%
}

.custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.custom-checkbox .custom-control-input:indeterminate~.custom-control-indicator {
    background-color: #069;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='%23FFFFFF' d='M0 2h4'/%3E%3C/svg%3E")
}

.custom-radio .custom-control-indicator {
    border-radius: 50%
}

.custom-radio .custom-control-input:checked~.custom-control-indicator {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23FFFFFF'/%3E%3C/svg%3E")
}

.custom-controls-stacked {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.custom-controls-stacked .custom-control {
    margin-bottom: .25rem
}

.custom-controls-stacked .custom-control+.custom-control {
    margin-left: 0
}

.custom-select {
    display: inline-block;
    max-width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem 1.75rem .375rem .75rem;
    line-height: 1.25;
    color: #069;
    vertical-align: middle;
    background: #fff url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23333' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    background-clip: padding-box;
    background-size: 8px 10px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.custom-select:focus {
    border-color: #1ab3ff;
    outline: 0
}

.custom-select:focus::-ms-value {
    color: #069;
    background-color: #fff
}

.custom-select:disabled {
    color: #828282;
    background-color: #e6e6e6
}

.custom-select::-ms-expand {
    opacity: 0
}

.custom-select-sm {
    height: calc(1.8125rem + 2px);
    padding-top: .375rem;
    padding-bottom: .375rem;
    font-size: 75%
}

.custom-file {
    position: relative;
    display: inline-block;
    max-width: 100%;
    height: 2.5rem;
    margin-bottom: 0
}

.custom-file-input {
    min-width: 14rem;
    max-width: 100%;
    height: 2.5rem;
    margin: 0;
    opacity: 0
}

.custom-file-input:focus~.custom-file-control {
    box-shadow: 0 0 0 .075rem #fff, 0 0 0 .2rem #069
}

.custom-file-control {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5;
    height: 2.5rem;
    padding: 1rem .5rem;
    overflow: hidden;
    line-height: 1.5;
    color: #6e6e6e;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15)
}

.custom-file-control:lang(en):empty::after {
    content: "Choose file..."
}

.custom-file-control::before {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    display: block;
    height: 2.5rem;
    padding: 1rem .5rem;
    line-height: 1.5;
    color: #6e6e6e;
    background-color: #e6e6e6;
    border-left: 1px solid rgba(0, 0, 0, .15)
}

.custom-file-control:lang(en)::before {
    content: "Browse"
}

.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

.nav-link:focus,
.nav-link:hover {
    text-decoration: none
}

.nav-link.disabled {
    color: #828282
}

.nav-tabs {
    border-bottom: 1px solid #ddd
}

.nav-tabs .nav-item {
    margin-bottom: -1px
}

.nav-tabs .nav-link {
    border: 1px solid transparent
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e6e6e6 #e6e6e6 #ddd
}

.nav-tabs .nav-link.disabled {
    color: #828282;
    background-color: transparent;
    border-color: transparent
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #6e6e6e;
    background-color: #f6f6f6;
    border-color: #ddd #ddd #f6f6f6
}

#wpMainHeader .wpMainHeaderNav .nav-tabs .wpMainHeaderNavDropdown,
.nav-tabs #wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown,
.nav-tabs .dropdown-menu {
    margin-top: -1px
}

.nav-pills .nav-link.active,
.show>.nav-pills .nav-link {
    color: #fff;
    background-color: #069
}

.nav-fill .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center
}

.nav-justified .nav-item {
    -webkit-flex-basis: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    text-align: center
}

.tab-content>.tab-pane {
    display: none
}

.tab-content>.active {
    display: block
}

.navbar {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px 30px
}

.navbar>.container,
.navbar>.container-fluid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.navbar-brand {
    display: inline-block;
    padding-top: .3125rem;
    padding-bottom: .3125rem;
    margin-right: 30px;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap
}

.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none
}

.navbar-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0
}

#wpMainHeader .wpMainHeaderNav .navbar-nav .wpMainHeaderNavDropdown,
.navbar-nav #wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown,
.navbar-nav .dropdown-menu {
    position: static;
    float: none
}

.navbar-text {
    display: inline-block;
    padding-top: .5rem;
    padding-bottom: .5rem
}

.navbar-collapse {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background: 0 0;
    border: 1px solid transparent
}

.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat center center;
    background-size: 100% 100%
}

@media (max-width:575px) {
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:576px) {
    .navbar-expand-sm {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    .navbar-expand-sm .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
    #wpMainHeader .wpMainHeaderNav .navbar-expand-sm .navbar-nav .wpMainHeaderNavDropdown,
    .navbar-expand-sm .navbar-nav #wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown,
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-sm>.container,
    .navbar-expand-sm>.container-fluid {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-sm .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .navbar-expand-sm .navbar-toggler {
        display: none
    }
}

@media (max-width:767px) {
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:768px) {
    .navbar-expand-md {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    .navbar-expand-md .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
    #wpMainHeader .wpMainHeaderNav .navbar-expand-md .navbar-nav .wpMainHeaderNavDropdown,
    .navbar-expand-md .navbar-nav #wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown,
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-md>.container,
    .navbar-expand-md>.container-fluid {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-md .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .navbar-expand-md .navbar-toggler {
        display: none
    }
}

@media (max-width:1023px) {
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1024px) {
    .navbar-expand-lg {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    .navbar-expand-lg .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
    #wpMainHeader .wpMainHeaderNav .navbar-expand-lg .navbar-nav .wpMainHeaderNavDropdown,
    .navbar-expand-lg .navbar-nav #wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown,
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-lg>.container,
    .navbar-expand-lg>.container-fluid {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-lg .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .navbar-expand-lg .navbar-toggler {
        display: none
    }
}

@media (max-width:1439px) {
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1440px) {
    .navbar-expand-xl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    .navbar-expand-xl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
    #wpMainHeader .wpMainHeaderNav .navbar-expand-xl .navbar-nav .wpMainHeaderNavDropdown,
    .navbar-expand-xl .navbar-nav #wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown,
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xl>.container,
    .navbar-expand-xl>.container-fluid {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xl .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .navbar-expand-xl .navbar-toggler {
        display: none
    }
}

@media (max-width:1679px) {
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:1680px) {
    .navbar-expand-xxl {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    .navbar-expand-xxl .navbar-nav {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
    #wpMainHeader .wpMainHeaderNav .navbar-expand-xxl .navbar-nav .wpMainHeaderNavDropdown,
    .navbar-expand-xxl .navbar-nav #wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown,
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem
    }
    .navbar-expand-xxl>.container,
    .navbar-expand-xxl>.container-fluid {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
    .navbar-expand-xxl .navbar-collapse {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none
    }
}

.navbar-expand {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    padding-right: 0;
    padding-left: 0
}

.navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

#wpMainHeader .wpMainHeaderNav .navbar-expand .navbar-nav .wpMainHeaderNavDropdown,
.navbar-expand .navbar-nav #wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown,
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute
}

.navbar-expand .navbar-nav .dropdown-menu-right {
    right: 0;
    left: auto
}

.navbar-expand .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: .5rem
}

.navbar-expand>.container,
.navbar-expand>.container-fluid {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.navbar-expand .navbar-collapse {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important
}

.navbar-expand .navbar-toggler {
    display: none
}

.navbar-light .navbar-brand {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5)
}

.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, .7)
}

.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, .3)
}

.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link {
    color: rgba(0, 0, 0, .9)
}

.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, .5);
    border-color: rgba(0, 0, 0, .1)
}

.navbar-light .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0,0,0,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-light .navbar-text {
    color: rgba(0, 0, 0, .5)
}

.navbar-dark .navbar-brand {
    color: #fff
}

.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff
}

.navbar-dark .navbar-nav .nav-link {
    color: rgba(255, 255, 255, .5)
}

.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, .75)
}

.navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, .25)
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff
}

.navbar-dark .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, .1)
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255,0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")
}

.navbar-dark .navbar-text {
    color: rgba(255, 255, 255, .5)
}

.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, .125)
}

.card-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem
}

.card-title {
    margin-bottom: .75rem
}

.card-subtitle {
    margin-top: -.375rem;
    margin-bottom: 0
}

.card-text:last-child {
    margin-bottom: 0
}

.card-link:hover {
    text-decoration: none
}

.card-link+.card-link {
    margin-left: 1.25rem
}

.card-header {
    padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125)
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0, 0, 0, .03);
    border-top: 1px solid rgba(0, 0, 0, .125)
}

.card-header-tabs {
    margin-right: -.625rem;
    margin-bottom: -.75rem;
    margin-left: -.625rem;
    border-bottom: 0
}

.card-header-pills {
    margin-right: -.625rem;
    margin-left: -.625rem
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem
}

.card-img {
    width: 100%
}

.card-img-top {
    width: 100%
}

.card-img-bottom {
    width: 100%
}

@media (min-width:576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px
    }
    .card-deck .card {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        margin-right: 15px;
        margin-left: 15px
    }
}

@media (min-width:576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-flow: row wrap;
        flex-flow: row wrap
    }
    .card-group .card {
        -webkit-box-flex: 1;
        -webkit-flex: 1 0 0%;
        flex: 1 0 0%
    }
    .card-group .card+.card {
        margin-left: 0;
        border-left: 0
    }
}

.card-columns .card {
    margin-bottom: .75rem
}

@media (min-width:576px) {
    .card-columns {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        column-gap: 1.25rem
    }
    .card-columns .card {
        display: inline-block;
        width: 100%
    }
}

.breadcrumb,
.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav {
    padding: .75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent
}

.breadcrumb::after,
.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav::after {
    display: block;
    clear: both;
    content: ""
}

.breadcrumb-item {
    float: left
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #828282;
    content: "›"
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: underline
}

.breadcrumb-item+.breadcrumb-item:hover::before {
    text-decoration: none
}

.breadcrumb-item.active {
    color: #828282
}

.alert {
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent
}

.alert-heading {
    color: inherit
}

.alert-link {
    font-weight: 700
}

.alert-dismissible .close {
    position: relative;
    top: -.75rem;
    right: -1.25rem;
    padding: .75rem 1.25rem;
    color: inherit
}

.alert-primary {
    color: #003550;
    background-color: #cce0eb;
    border-color: #b8d4e2
}

.alert-primary hr {
    border-top-color: #a6c9db
}

.alert-primary .alert-link {
    color: #00131d
}

.alert-secondary {
    color: #444;
    background-color: #e6e6e6;
    border-color: #dcdcdc
}

.alert-secondary hr {
    border-top-color: #cfcfcf
}

.alert-secondary .alert-link {
    color: #2b2a2a
}

.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb
}

.alert-success hr {
    border-top-color: #b1dfbb
}

.alert-success .alert-link {
    color: #0b2e13
}

.alert-info {
    color: #0c5460;
    background-color: #d1ecf1;
    border-color: #bee5eb
}

.alert-info hr {
    border-top-color: #abdde5
}

.alert-info .alert-link {
    color: #062c33
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba
}

.alert-warning hr {
    border-top-color: #ffe8a1
}

.alert-warning .alert-link {
    color: #533f03
}

.alert-danger {
    color: #78101a;
    background-color: #fad2d6;
    border-color: #f8c0c6
}

.alert-danger hr {
    border-top-color: #f5a9b1
}

.alert-danger .alert-link {
    color: #4b0a10
}

.alert-light {
    color: gray;
    background-color: #fdfdfd;
    border-color: #fcfcfc
}

.alert-light hr {
    border-top-color: #efefef
}

.alert-light .alert-link {
    color: #676666
}

.alert-dark {
    color: #1d1d1d;
    background-color: #d7d7d7;
    border-color: #c7c7c7
}

.alert-dark hr {
    border-top-color: #bababa
}

.alert-dark .alert-link {
    color: #040303
}

@-webkit-keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

@keyframes progress-bar-stripes {
    from {
        background-position: 1rem 0
    }
    to {
        background-position: 0 0
    }
}

.progress {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e6e6e6
}

.progress-bar {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    background-color: #069
}

.progress-bar-striped {
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-size: 1rem 1rem
}

.progress-bar-animated {
    -webkit-animation: progress-bar-stripes 1s linear infinite;
    animation: progress-bar-stripes 1s linear infinite
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

.media-body {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1
}

.list-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0
}

.list-group-item-action {
    width: 100%;
    color: #6e6e6e;
    text-align: inherit
}

.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #6e6e6e;
    text-decoration: none;
    background-color: #f6f6f6
}

.list-group-item-action:active {
    color: #000;
    background-color: #e6e6e6
}

.list-group-item {
    position: relative;
    display: block;
    padding: .75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, .125)
}

.list-group-item:last-child {
    margin-bottom: 0
}

.list-group-item:focus,
.list-group-item:hover {
    text-decoration: none
}

.list-group-item.disabled,
.list-group-item:disabled {
    color: #828282;
    background-color: #fff
}

.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #069;
    border-color: #069
}

.list-group-flush .list-group-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.list-group-flush:first-child .list-group-item:first-child {
    border-top: 0
}

.list-group-flush:last-child .list-group-item:last-child {
    border-bottom: 0
}

.list-group-item-primary {
    color: #003550;
    background-color: #b8d4e2
}

a.list-group-item-primary,
button.list-group-item-primary {
    color: #003550
}

a.list-group-item-primary:focus,
a.list-group-item-primary:hover,
button.list-group-item-primary:focus,
button.list-group-item-primary:hover {
    color: #003550;
    background-color: #a6c9db
}

a.list-group-item-primary.active,
button.list-group-item-primary.active {
    color: #fff;
    background-color: #003550;
    border-color: #003550
}

.list-group-item-secondary {
    color: #444;
    background-color: #dcdcdc
}

a.list-group-item-secondary,
button.list-group-item-secondary {
    color: #444
}

a.list-group-item-secondary:focus,
a.list-group-item-secondary:hover,
button.list-group-item-secondary:focus,
button.list-group-item-secondary:hover {
    color: #444;
    background-color: #cfcfcf
}

a.list-group-item-secondary.active,
button.list-group-item-secondary.active {
    color: #fff;
    background-color: #444;
    border-color: #444
}

.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb
}

a.list-group-item-success,
button.list-group-item-success {
    color: #155724
}

a.list-group-item-success:focus,
a.list-group-item-success:hover,
button.list-group-item-success:focus,
button.list-group-item-success:hover {
    color: #155724;
    background-color: #b1dfbb
}

a.list-group-item-success.active,
button.list-group-item-success.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724
}

.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb
}

a.list-group-item-info,
button.list-group-item-info {
    color: #0c5460
}

a.list-group-item-info:focus,
a.list-group-item-info:hover,
button.list-group-item-info:focus,
button.list-group-item-info:hover {
    color: #0c5460;
    background-color: #abdde5
}

a.list-group-item-info.active,
button.list-group-item-info.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460
}

.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba
}

a.list-group-item-warning,
button.list-group-item-warning {
    color: #856404
}

a.list-group-item-warning:focus,
a.list-group-item-warning:hover,
button.list-group-item-warning:focus,
button.list-group-item-warning:hover {
    color: #856404;
    background-color: #ffe8a1
}

a.list-group-item-warning.active,
button.list-group-item-warning.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404
}

.list-group-item-danger {
    color: #78101a;
    background-color: #f8c0c6
}

a.list-group-item-danger,
button.list-group-item-danger {
    color: #78101a
}

a.list-group-item-danger:focus,
a.list-group-item-danger:hover,
button.list-group-item-danger:focus,
button.list-group-item-danger:hover {
    color: #78101a;
    background-color: #f5a9b1
}

a.list-group-item-danger.active,
button.list-group-item-danger.active {
    color: #fff;
    background-color: #78101a;
    border-color: #78101a
}

.list-group-item-light {
    color: gray;
    background-color: #fcfcfc
}

a.list-group-item-light,
button.list-group-item-light {
    color: gray
}

a.list-group-item-light:focus,
a.list-group-item-light:hover,
button.list-group-item-light:focus,
button.list-group-item-light:hover {
    color: gray;
    background-color: #efefef
}

a.list-group-item-light.active,
button.list-group-item-light.active {
    color: #fff;
    background-color: gray;
    border-color: gray
}

.list-group-item-dark {
    color: #1d1d1d;
    background-color: #c7c7c7
}

a.list-group-item-dark,
button.list-group-item-dark {
    color: #1d1d1d
}

a.list-group-item-dark:focus,
a.list-group-item-dark:hover,
button.list-group-item-dark:focus,
button.list-group-item-dark:hover {
    color: #1d1d1d;
    background-color: #bababa
}

a.list-group-item-dark.active,
button.list-group-item-dark.active {
    color: #fff;
    background-color: #1d1d1d;
    border-color: #1d1d1d
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    opacity: .75
}

button.close {
    padding: 0;
    background: 0 0;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out;
    -webkit-transform: translate(0, -25%);
    transform: translate(0, -25%)
}

.modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .2);
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0
}

.modal-backdrop.show {
    opacity: .5
}

.modal-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 15px;
    border-bottom: 1px solid #e6e6e6
}

.modal-header .close {
    margin-left: auto
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 15px
}

.modal-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    padding: 15px;
    border-top: 1px solid #e6e6e6
}

.modal-footer>:not(:first-child) {
    margin-left: .25rem
}

.modal-footer>:not(:last-child) {
    margin-right: .25rem
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width:576px) {
    .modal-dialog {
        max-width: 500px;
        margin: 30px auto
    }
    .modal-sm {
        max-width: 300px
    }
}

@media (min-width:1024px) {
    .modal-lg {
        max-width: 800px
    }
}

.align-baseline {
    vertical-align: baseline!important
}

.align-top {
    vertical-align: top!important
}

.align-middle {
    vertical-align: middle!important
}

.align-bottom {
    vertical-align: bottom!important
}

.align-text-bottom {
    vertical-align: text-bottom!important
}

.align-text-top {
    vertical-align: text-top!important
}

.bg-primary {
    background-color: #069!important
}

a.bg-primary:focus,
a.bg-primary:hover {
    background-color: #046!important
}

.bg-secondary {
    background-color: #828282!important
}

a.bg-secondary:focus,
a.bg-secondary:hover {
    background-color: #696868!important
}

.bg-success {
    background-color: #28a745!important
}

a.bg-success:focus,
a.bg-success:hover {
    background-color: #1e7e34!important
}

.bg-info {
    background-color: #17a2b8!important
}

a.bg-info:focus,
a.bg-info:hover {
    background-color: #117a8b!important
}

.bg-warning {
    background-color: #ffc107!important
}

a.bg-warning:focus,
a.bg-warning:hover {
    background-color: #d39e00!important
}

.bg-danger {
    background-color: #e61e32!important
}

a.bg-danger:focus,
a.bg-danger:hover {
    background-color: #bc1526!important
}

.bg-light {
    background-color: #f6f6f6!important
}

a.bg-light:focus,
a.bg-light:hover {
    background-color: #dddcdc!important
}

.bg-dark {
    background-color: #373737!important
}

a.bg-dark:focus,
a.bg-dark:hover {
    background-color: #1e1d1d!important
}

.bg-white {
    background-color: #fff!important
}

.bg-transparent {
    background-color: transparent!important
}

.border {
    border: 1px solid #e6e6e6!important
}

.border-0 {
    border: 0!important
}

.border-top-0 {
    border-top: 0!important
}

.border-right-0 {
    border-right: 0!important
}

.border-bottom-0 {
    border-bottom: 0!important
}

.border-left-0 {
    border-left: 0!important
}

.border-primary {
    border-color: #069!important
}

.border-secondary {
    border-color: #828282!important
}

.border-success {
    border-color: #28a745!important
}

.border-info {
    border-color: #17a2b8!important
}

.border-warning {
    border-color: #ffc107!important
}

.border-danger {
    border-color: #e61e32!important
}

.border-light {
    border-color: #f6f6f6!important
}

.border-dark {
    border-color: #373737!important
}

.border-white {
    border-color: #fff!important
}

.rounded {
    border-radius: .25rem!important
}

.rounded-top {
    border-top-left-radius: .25rem!important;
    border-top-right-radius: .25rem!important
}

.rounded-right {
    border-top-right-radius: .25rem!important;
    border-bottom-right-radius: .25rem!important
}

.rounded-bottom {
    border-bottom-right-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-left {
    border-top-left-radius: .25rem!important;
    border-bottom-left-radius: .25rem!important
}

.rounded-circle {
    border-radius: 50%
}

.rounded-0 {
    border-radius: 0
}

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

.d-none {
    display: none!important
}

.d-inline {
    display: inline!important
}

.d-inline-block {
    display: inline-block!important
}

.d-block {
    display: block!important
}

.d-table {
    display: table!important
}

.d-table-cell {
    display: table-cell!important
}

.d-flex {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important
}

.d-inline-flex {
    display: -webkit-inline-box!important;
    display: -webkit-inline-flex!important;
    display: inline-flex!important
}

@media (min-width:576px) {
    .d-sm-none {
        display: none!important
    }
    .d-sm-inline {
        display: inline!important
    }
    .d-sm-inline-block {
        display: inline-block!important
    }
    .d-sm-block {
        display: block!important
    }
    .d-sm-table {
        display: table!important
    }
    .d-sm-table-cell {
        display: table-cell!important
    }
    .d-sm-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .d-sm-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: inline-flex!important
    }
}

@media (min-width:768px) {
    .d-md-none {
        display: none!important
    }
    .d-md-inline {
        display: inline!important
    }
    .d-md-inline-block {
        display: inline-block!important
    }
    .d-md-block {
        display: block!important
    }
    .d-md-table {
        display: table!important
    }
    .d-md-table-cell {
        display: table-cell!important
    }
    .d-md-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .d-md-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: inline-flex!important
    }
}

@media (min-width:1024px) {
    .d-lg-none {
        display: none!important
    }
    .d-lg-inline {
        display: inline!important
    }
    .d-lg-inline-block {
        display: inline-block!important
    }
    .d-lg-block {
        display: block!important
    }
    .d-lg-table {
        display: table!important
    }
    .d-lg-table-cell {
        display: table-cell!important
    }
    .d-lg-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .d-lg-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: inline-flex!important
    }
}

@media (min-width:1440px) {
    .d-xl-none {
        display: none!important
    }
    .d-xl-inline {
        display: inline!important
    }
    .d-xl-inline-block {
        display: inline-block!important
    }
    .d-xl-block {
        display: block!important
    }
    .d-xl-table {
        display: table!important
    }
    .d-xl-table-cell {
        display: table-cell!important
    }
    .d-xl-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .d-xl-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: inline-flex!important
    }
}

@media (min-width:1680px) {
    .d-xxl-none {
        display: none!important
    }
    .d-xxl-inline {
        display: inline!important
    }
    .d-xxl-inline-block {
        display: inline-block!important
    }
    .d-xxl-block {
        display: block!important
    }
    .d-xxl-table {
        display: table!important
    }
    .d-xxl-table-cell {
        display: table-cell!important
    }
    .d-xxl-flex {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }
    .d-xxl-inline-flex {
        display: -webkit-inline-box!important;
        display: -webkit-inline-flex!important;
        display: inline-flex!important
    }
}

.d-print-block {
    display: none!important
}

@media print {
    .d-print-block {
        display: block!important
    }
}

.d-print-inline {
    display: none!important
}

@media print {
    .d-print-inline {
        display: inline!important
    }
}

.d-print-inline-block {
    display: none!important
}

@media print {
    .d-print-inline-block {
        display: inline-block!important
    }
}

@media print {
    .d-print-none {
        display: none!important
    }
}

.embed-responsive,
.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemVideo>DIV,
.wpSubpageHeader .wpSubpageHeaderVideo {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden
}

.embed-responsive::before,
.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemVideo>DIV::before,
.wpSubpageHeader .wpSubpageHeaderVideo::before {
    display: block;
    content: ""
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video,
.wpGeneralContentElement.wpContentElementMedia .embed-responsive .wpMediaItem.wpMediaItemVideo>DIV>IFRAME,
.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemVideo>DIV .embed-responsive-item,
.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemVideo>DIV embed,
.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemVideo>DIV iframe,
.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemVideo>DIV object,
.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemVideo>DIV video,
.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemVideo>DIV>IFRAME,
.wpGeneralContentElement.wpContentElementMedia .wpSubpageHeader .wpSubpageHeaderVideo .wpMediaItem.wpMediaItemVideo>DIV>IFRAME,
.wpSubpageHeader .wpSubpageHeaderVideo .embed-responsive-item,
.wpSubpageHeader .wpSubpageHeaderVideo embed,
.wpSubpageHeader .wpSubpageHeaderVideo iframe,
.wpSubpageHeader .wpSubpageHeaderVideo object,
.wpSubpageHeader .wpSubpageHeaderVideo video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0
}

.embed-responsive-21by9::before {
    padding-top: 42.8571428571%
}

.embed-responsive-16by9::before {
    padding-top: 56.25%
}

.embed-responsive-4by3::before {
    padding-top: 75%
}

.embed-responsive-1by1::before {
    padding-top: 100%
}

.flex-row {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: row!important;
    flex-direction: row!important
}

.flex-column {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: normal!important;
    -webkit-flex-direction: column!important;
    flex-direction: column!important
}

.flex-row-reverse {
    -webkit-box-orient: horizontal!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: row-reverse!important;
    flex-direction: row-reverse!important
}

.flex-column-reverse {
    -webkit-box-orient: vertical!important;
    -webkit-box-direction: reverse!important;
    -webkit-flex-direction: column-reverse!important;
    flex-direction: column-reverse!important
}

.flex-wrap {
    -webkit-flex-wrap: wrap!important;
    flex-wrap: wrap!important
}

.flex-nowrap {
    -webkit-flex-wrap: nowrap!important;
    flex-wrap: nowrap!important
}

.flex-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse!important;
    flex-wrap: wrap-reverse!important
}

.justify-content-start {
    -webkit-box-pack: start!important;
    -webkit-justify-content: flex-start!important;
    justify-content: flex-start!important
}

.justify-content-end {
    -webkit-box-pack: end!important;
    -webkit-justify-content: flex-end!important;
    justify-content: flex-end!important
}

.justify-content-center {
    -webkit-box-pack: center!important;
    -webkit-justify-content: center!important;
    justify-content: center!important
}

.justify-content-between {
    -webkit-box-pack: justify!important;
    -webkit-justify-content: space-between!important;
    justify-content: space-between!important
}

.justify-content-around {
    -webkit-justify-content: space-around!important;
    justify-content: space-around!important
}

.align-items-start {
    -webkit-box-align: start!important;
    -webkit-align-items: flex-start!important;
    align-items: flex-start!important
}

.align-items-end {
    -webkit-box-align: end!important;
    -webkit-align-items: flex-end!important;
    align-items: flex-end!important
}

.align-items-center,
.wpContentElementBreakingNews .owl-nav {
    -webkit-box-align: center!important;
    -webkit-align-items: center!important;
    align-items: center!important
}

.align-items-baseline {
    -webkit-box-align: baseline!important;
    -webkit-align-items: baseline!important;
    align-items: baseline!important
}

.align-items-stretch {
    -webkit-box-align: stretch!important;
    -webkit-align-items: stretch!important;
    align-items: stretch!important
}

.align-content-start {
    -webkit-align-content: flex-start!important;
    align-content: flex-start!important
}

.align-content-end {
    -webkit-align-content: flex-end!important;
    align-content: flex-end!important
}

.align-content-center {
    -webkit-align-content: center!important;
    align-content: center!important
}

.align-content-between {
    -webkit-align-content: space-between!important;
    align-content: space-between!important
}

.align-content-around {
    -webkit-align-content: space-around!important;
    align-content: space-around!important
}

.align-content-stretch {
    -webkit-align-content: stretch!important;
    align-content: stretch!important
}

.align-self-auto {
    -webkit-align-self: auto!important;
    align-self: auto!important
}

.align-self-start {
    -webkit-align-self: flex-start!important;
    align-self: flex-start!important
}

.align-self-end {
    -webkit-align-self: flex-end!important;
    align-self: flex-end!important
}

.align-self-center {
    -webkit-align-self: center!important;
    align-self: center!important
}

.align-self-baseline {
    -webkit-align-self: baseline!important;
    align-self: baseline!important
}

.align-self-stretch {
    -webkit-align-self: stretch!important;
    align-self: stretch!important
}

@media (min-width:576px) {
    .flex-sm-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-sm-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-sm-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-sm-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-sm-wrap {
        -webkit-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-sm-nowrap {
        -webkit-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-sm-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-sm-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        justify-content: flex-start!important
    }
    .justify-content-sm-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        justify-content: flex-end!important
    }
    .justify-content-sm-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        justify-content: center!important
    }
    .justify-content-sm-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        justify-content: space-between!important
    }
    .justify-content-sm-around {
        -webkit-justify-content: space-around!important;
        justify-content: space-around!important
    }
    .align-items-sm-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        align-items: flex-start!important
    }
    .align-items-sm-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        align-items: flex-end!important
    }
    .align-items-sm-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        align-items: center!important
    }
    .align-items-sm-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        align-items: baseline!important
    }
    .align-items-sm-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        align-items: stretch!important
    }
    .align-content-sm-start {
        -webkit-align-content: flex-start!important;
        align-content: flex-start!important
    }
    .align-content-sm-end {
        -webkit-align-content: flex-end!important;
        align-content: flex-end!important
    }
    .align-content-sm-center {
        -webkit-align-content: center!important;
        align-content: center!important
    }
    .align-content-sm-between {
        -webkit-align-content: space-between!important;
        align-content: space-between!important
    }
    .align-content-sm-around {
        -webkit-align-content: space-around!important;
        align-content: space-around!important
    }
    .align-content-sm-stretch {
        -webkit-align-content: stretch!important;
        align-content: stretch!important
    }
    .align-self-sm-auto {
        -webkit-align-self: auto!important;
        align-self: auto!important
    }
    .align-self-sm-start {
        -webkit-align-self: flex-start!important;
        align-self: flex-start!important
    }
    .align-self-sm-end {
        -webkit-align-self: flex-end!important;
        align-self: flex-end!important
    }
    .align-self-sm-center {
        -webkit-align-self: center!important;
        align-self: center!important
    }
    .align-self-sm-baseline {
        -webkit-align-self: baseline!important;
        align-self: baseline!important
    }
    .align-self-sm-stretch {
        -webkit-align-self: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:768px) {
    .flex-md-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-md-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-md-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-md-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-md-wrap {
        -webkit-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-md-nowrap {
        -webkit-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-md-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-md-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        justify-content: flex-start!important
    }
    .justify-content-md-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        justify-content: flex-end!important
    }
    .justify-content-md-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        justify-content: center!important
    }
    .justify-content-md-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        justify-content: space-between!important
    }
    .justify-content-md-around {
        -webkit-justify-content: space-around!important;
        justify-content: space-around!important
    }
    .align-items-md-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        align-items: flex-start!important
    }
    .align-items-md-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        align-items: flex-end!important
    }
    .align-items-md-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        align-items: center!important
    }
    .align-items-md-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        align-items: baseline!important
    }
    .align-items-md-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        align-items: stretch!important
    }
    .align-content-md-start {
        -webkit-align-content: flex-start!important;
        align-content: flex-start!important
    }
    .align-content-md-end {
        -webkit-align-content: flex-end!important;
        align-content: flex-end!important
    }
    .align-content-md-center {
        -webkit-align-content: center!important;
        align-content: center!important
    }
    .align-content-md-between {
        -webkit-align-content: space-between!important;
        align-content: space-between!important
    }
    .align-content-md-around {
        -webkit-align-content: space-around!important;
        align-content: space-around!important
    }
    .align-content-md-stretch {
        -webkit-align-content: stretch!important;
        align-content: stretch!important
    }
    .align-self-md-auto {
        -webkit-align-self: auto!important;
        align-self: auto!important
    }
    .align-self-md-start {
        -webkit-align-self: flex-start!important;
        align-self: flex-start!important
    }
    .align-self-md-end {
        -webkit-align-self: flex-end!important;
        align-self: flex-end!important
    }
    .align-self-md-center {
        -webkit-align-self: center!important;
        align-self: center!important
    }
    .align-self-md-baseline {
        -webkit-align-self: baseline!important;
        align-self: baseline!important
    }
    .align-self-md-stretch {
        -webkit-align-self: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1024px) {
    .flex-lg-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-lg-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-lg-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-lg-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-lg-wrap {
        -webkit-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-lg-nowrap {
        -webkit-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-lg-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-lg-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        justify-content: flex-start!important
    }
    .justify-content-lg-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        justify-content: flex-end!important
    }
    .justify-content-lg-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        justify-content: center!important
    }
    .justify-content-lg-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        justify-content: space-between!important
    }
    .justify-content-lg-around {
        -webkit-justify-content: space-around!important;
        justify-content: space-around!important
    }
    .align-items-lg-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        align-items: flex-start!important
    }
    .align-items-lg-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        align-items: flex-end!important
    }
    .align-items-lg-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        align-items: center!important
    }
    .align-items-lg-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        align-items: baseline!important
    }
    .align-items-lg-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        align-items: stretch!important
    }
    .align-content-lg-start {
        -webkit-align-content: flex-start!important;
        align-content: flex-start!important
    }
    .align-content-lg-end {
        -webkit-align-content: flex-end!important;
        align-content: flex-end!important
    }
    .align-content-lg-center {
        -webkit-align-content: center!important;
        align-content: center!important
    }
    .align-content-lg-between {
        -webkit-align-content: space-between!important;
        align-content: space-between!important
    }
    .align-content-lg-around {
        -webkit-align-content: space-around!important;
        align-content: space-around!important
    }
    .align-content-lg-stretch {
        -webkit-align-content: stretch!important;
        align-content: stretch!important
    }
    .align-self-lg-auto {
        -webkit-align-self: auto!important;
        align-self: auto!important
    }
    .align-self-lg-start {
        -webkit-align-self: flex-start!important;
        align-self: flex-start!important
    }
    .align-self-lg-end {
        -webkit-align-self: flex-end!important;
        align-self: flex-end!important
    }
    .align-self-lg-center {
        -webkit-align-self: center!important;
        align-self: center!important
    }
    .align-self-lg-baseline {
        -webkit-align-self: baseline!important;
        align-self: baseline!important
    }
    .align-self-lg-stretch {
        -webkit-align-self: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1440px) {
    .flex-xl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xl-wrap {
        -webkit-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xl-nowrap {
        -webkit-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xl-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        justify-content: flex-start!important
    }
    .justify-content-xl-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        justify-content: flex-end!important
    }
    .justify-content-xl-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        justify-content: center!important
    }
    .justify-content-xl-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        justify-content: space-between!important
    }
    .justify-content-xl-around {
        -webkit-justify-content: space-around!important;
        justify-content: space-around!important
    }
    .align-items-xl-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        align-items: flex-start!important
    }
    .align-items-xl-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        align-items: flex-end!important
    }
    .align-items-xl-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        align-items: center!important
    }
    .align-items-xl-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        align-items: baseline!important
    }
    .align-items-xl-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        align-items: stretch!important
    }
    .align-content-xl-start {
        -webkit-align-content: flex-start!important;
        align-content: flex-start!important
    }
    .align-content-xl-end {
        -webkit-align-content: flex-end!important;
        align-content: flex-end!important
    }
    .align-content-xl-center {
        -webkit-align-content: center!important;
        align-content: center!important
    }
    .align-content-xl-between {
        -webkit-align-content: space-between!important;
        align-content: space-between!important
    }
    .align-content-xl-around {
        -webkit-align-content: space-around!important;
        align-content: space-around!important
    }
    .align-content-xl-stretch {
        -webkit-align-content: stretch!important;
        align-content: stretch!important
    }
    .align-self-xl-auto {
        -webkit-align-self: auto!important;
        align-self: auto!important
    }
    .align-self-xl-start {
        -webkit-align-self: flex-start!important;
        align-self: flex-start!important
    }
    .align-self-xl-end {
        -webkit-align-self: flex-end!important;
        align-self: flex-end!important
    }
    .align-self-xl-center {
        -webkit-align-self: center!important;
        align-self: center!important
    }
    .align-self-xl-baseline {
        -webkit-align-self: baseline!important;
        align-self: baseline!important
    }
    .align-self-xl-stretch {
        -webkit-align-self: stretch!important;
        align-self: stretch!important
    }
}

@media (min-width:1680px) {
    .flex-xxl-row {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: row!important;
        flex-direction: row!important
    }
    .flex-xxl-column {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: normal!important;
        -webkit-flex-direction: column!important;
        flex-direction: column!important
    }
    .flex-xxl-row-reverse {
        -webkit-box-orient: horizontal!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: row-reverse!important;
        flex-direction: row-reverse!important
    }
    .flex-xxl-column-reverse {
        -webkit-box-orient: vertical!important;
        -webkit-box-direction: reverse!important;
        -webkit-flex-direction: column-reverse!important;
        flex-direction: column-reverse!important
    }
    .flex-xxl-wrap {
        -webkit-flex-wrap: wrap!important;
        flex-wrap: wrap!important
    }
    .flex-xxl-nowrap {
        -webkit-flex-wrap: nowrap!important;
        flex-wrap: nowrap!important
    }
    .flex-xxl-wrap-reverse {
        -webkit-flex-wrap: wrap-reverse!important;
        flex-wrap: wrap-reverse!important
    }
    .justify-content-xxl-start {
        -webkit-box-pack: start!important;
        -webkit-justify-content: flex-start!important;
        justify-content: flex-start!important
    }
    .justify-content-xxl-end {
        -webkit-box-pack: end!important;
        -webkit-justify-content: flex-end!important;
        justify-content: flex-end!important
    }
    .justify-content-xxl-center {
        -webkit-box-pack: center!important;
        -webkit-justify-content: center!important;
        justify-content: center!important
    }
    .justify-content-xxl-between {
        -webkit-box-pack: justify!important;
        -webkit-justify-content: space-between!important;
        justify-content: space-between!important
    }
    .justify-content-xxl-around {
        -webkit-justify-content: space-around!important;
        justify-content: space-around!important
    }
    .align-items-xxl-start {
        -webkit-box-align: start!important;
        -webkit-align-items: flex-start!important;
        align-items: flex-start!important
    }
    .align-items-xxl-end {
        -webkit-box-align: end!important;
        -webkit-align-items: flex-end!important;
        align-items: flex-end!important
    }
    .align-items-xxl-center {
        -webkit-box-align: center!important;
        -webkit-align-items: center!important;
        align-items: center!important
    }
    .align-items-xxl-baseline {
        -webkit-box-align: baseline!important;
        -webkit-align-items: baseline!important;
        align-items: baseline!important
    }
    .align-items-xxl-stretch {
        -webkit-box-align: stretch!important;
        -webkit-align-items: stretch!important;
        align-items: stretch!important
    }
    .align-content-xxl-start {
        -webkit-align-content: flex-start!important;
        align-content: flex-start!important
    }
    .align-content-xxl-end {
        -webkit-align-content: flex-end!important;
        align-content: flex-end!important
    }
    .align-content-xxl-center {
        -webkit-align-content: center!important;
        align-content: center!important
    }
    .align-content-xxl-between {
        -webkit-align-content: space-between!important;
        align-content: space-between!important
    }
    .align-content-xxl-around {
        -webkit-align-content: space-around!important;
        align-content: space-around!important
    }
    .align-content-xxl-stretch {
        -webkit-align-content: stretch!important;
        align-content: stretch!important
    }
    .align-self-xxl-auto {
        -webkit-align-self: auto!important;
        align-self: auto!important
    }
    .align-self-xxl-start {
        -webkit-align-self: flex-start!important;
        align-self: flex-start!important
    }
    .align-self-xxl-end {
        -webkit-align-self: flex-end!important;
        align-self: flex-end!important
    }
    .align-self-xxl-center {
        -webkit-align-self: center!important;
        align-self: center!important
    }
    .align-self-xxl-baseline {
        -webkit-align-self: baseline!important;
        align-self: baseline!important
    }
    .align-self-xxl-stretch {
        -webkit-align-self: stretch!important;
        align-self: stretch!important
    }
}

.float-left {
    float: left!important
}

.float-right {
    float: right!important
}

.float-none {
    float: none!important
}

@media (min-width:576px) {
    .float-sm-left {
        float: left!important
    }
    .float-sm-right {
        float: right!important
    }
    .float-sm-none {
        float: none!important
    }
}

@media (min-width:768px) {
    .float-md-left {
        float: left!important
    }
    .float-md-right {
        float: right!important
    }
    .float-md-none {
        float: none!important
    }
}

@media (min-width:1024px) {
    .float-lg-left {
        float: left!important
    }
    .float-lg-right {
        float: right!important
    }
    .float-lg-none {
        float: none!important
    }
}

@media (min-width:1440px) {
    .float-xl-left {
        float: left!important
    }
    .float-xl-right {
        float: right!important
    }
    .float-xl-none {
        float: none!important
    }
}

@media (min-width:1680px) {
    .float-xxl-left {
        float: left!important
    }
    .float-xxl-right {
        float: right!important
    }
    .float-xxl-none {
        float: none!important
    }
}

.position-static {
    position: static!important
}

.position-relative {
    position: relative!important
}

.position-absolute {
    position: absolute!important
}

.position-fixed {
    position: fixed!important
}

.position-sticky {
    position: -webkit-sticky!important;
    position: sticky!important
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030
}

.fixed-bottom {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1030
}

@supports ((position:-webkit-sticky) or (position:sticky)) {
    .sticky-top {
        position: -webkit-sticky;
        position: sticky;
        top: 0;
        z-index: 1020
    }
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
    -webkit-clip-path: none;
    clip-path: none
}

.w-25 {
    width: 25%!important
}

.w-50 {
    width: 50%!important
}

.w-75 {
    width: 75%!important
}

.w-100 {
    width: 100%!important
}

.h-25 {
    height: 25%!important
}

.h-50 {
    height: 50%!important
}

.h-75 {
    height: 75%!important
}

.h-100 {
    height: 100%!important
}

.mw-100 {
    max-width: 100%!important
}

.mh-100 {
    max-height: 100%!important
}

.m-0 {
    margin: 0!important
}

.mt-0,
.my-0 {
    margin-top: 0!important
}

.mr-0,
.mx-0 {
    margin-right: 0!important
}

.mb-0,
.my-0 {
    margin-bottom: 0!important
}

.ml-0,
.mx-0 {
    margin-left: 0!important
}

.m-1 {
    margin: 7.5px!important
}

.mt-1,
.my-1 {
    margin-top: 7.5px!important
}

.mr-1,
.mx-1 {
    margin-right: 7.5px!important
}

.mb-1,
.my-1 {
    margin-bottom: 7.5px!important
}

.ml-1,
.mx-1 {
    margin-left: 7.5px!important
}

.m-2 {
    margin: 15px!important
}

.mt-2,
.my-2 {
    margin-top: 15px!important
}

.mr-2,
.mx-2 {
    margin-right: 15px!important
}

.mb-2,
.my-2 {
    margin-bottom: 15px!important
}

.ml-2,
.mx-2 {
    margin-left: 15px!important
}

.m-3 {
    margin: 30px!important
}

.mt-3,
.my-3 {
    margin-top: 30px!important
}

.mr-3,
.mx-3 {
    margin-right: 30px!important
}

.mb-3,
.my-3 {
    margin-bottom: 30px!important
}

.ml-3,
.mx-3 {
    margin-left: 30px!important
}

.m-4 {
    margin: 45px!important
}

.mt-4,
.my-4 {
    margin-top: 45px!important
}

.mr-4,
.mx-4 {
    margin-right: 45px!important
}

.mb-4,
.my-4 {
    margin-bottom: 45px!important
}

.ml-4,
.mx-4 {
    margin-left: 45px!important
}

.m-5 {
    margin: 90px!important
}

.mt-5,
.my-5 {
    margin-top: 90px!important
}

.mr-5,
.mx-5 {
    margin-right: 90px!important
}

.mb-5,
.my-5 {
    margin-bottom: 90px!important
}

.ml-5,
.mx-5 {
    margin-left: 90px!important
}

.p-0 {
    padding: 0!important
}

.pt-0,
.py-0 {
    padding-top: 0!important
}

.pr-0,
.px-0 {
    padding-right: 0!important
}

.pb-0,
.py-0 {
    padding-bottom: 0!important
}

.pl-0,
.px-0 {
    padding-left: 0!important
}

.p-1 {
    padding: 7.5px!important
}

.pt-1,
.py-1 {
    padding-top: 7.5px!important
}

.pr-1,
.px-1 {
    padding-right: 7.5px!important
}

.pb-1,
.py-1 {
    padding-bottom: 7.5px!important
}

.pl-1,
.px-1 {
    padding-left: 7.5px!important
}

.p-2 {
    padding: 15px!important
}

.pt-2,
.py-2 {
    padding-top: 15px!important
}

.pr-2,
.px-2 {
    padding-right: 15px!important
}

.pb-2,
.py-2 {
    padding-bottom: 15px!important
}

.pl-2,
.px-2 {
    padding-left: 15px!important
}

.p-3 {
    padding: 30px!important
}

.pt-3,
.py-3 {
    padding-top: 30px!important
}

.pr-3,
.px-3 {
    padding-right: 30px!important
}

.pb-3,
.py-3 {
    padding-bottom: 30px!important
}

.pl-3,
.px-3 {
    padding-left: 30px!important
}

.p-4 {
    padding: 45px!important
}

.pt-4,
.py-4 {
    padding-top: 45px!important
}

.pr-4,
.px-4 {
    padding-right: 45px!important
}

.pb-4,
.py-4 {
    padding-bottom: 45px!important
}

.pl-4,
.px-4 {
    padding-left: 45px!important
}

.p-5 {
    padding: 90px!important
}

.pt-5,
.py-5 {
    padding-top: 90px!important
}

.pr-5,
.px-5 {
    padding-right: 90px!important
}

.pb-5,
.py-5 {
    padding-bottom: 90px!important
}

.pl-5,
.px-5 {
    padding-left: 90px!important
}

.m-auto {
    margin: auto!important
}

.mt-auto,
.my-auto {
    margin-top: auto!important
}

.mr-auto,
.mx-auto {
    margin-right: auto!important
}

.mb-auto,
.my-auto {
    margin-bottom: auto!important
}

.ml-auto,
.mx-auto {
    margin-left: auto!important
}

@media (min-width:576px) {
    .m-sm-0 {
        margin: 0!important
    }
    .mt-sm-0,
    .my-sm-0 {
        margin-top: 0!important
    }
    .mr-sm-0,
    .mx-sm-0 {
        margin-right: 0!important
    }
    .mb-sm-0,
    .my-sm-0 {
        margin-bottom: 0!important
    }
    .ml-sm-0,
    .mx-sm-0 {
        margin-left: 0!important
    }
    .m-sm-1 {
        margin: 7.5px!important
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 7.5px!important
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 7.5px!important
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 7.5px!important
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 7.5px!important
    }
    .m-sm-2 {
        margin: 15px!important
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 15px!important
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 15px!important
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 15px!important
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 15px!important
    }
    .m-sm-3 {
        margin: 30px!important
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 30px!important
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 30px!important
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 30px!important
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 30px!important
    }
    .m-sm-4 {
        margin: 45px!important
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 45px!important
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 45px!important
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 45px!important
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 45px!important
    }
    .m-sm-5 {
        margin: 90px!important
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 90px!important
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 90px!important
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 90px!important
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 90px!important
    }
    .p-sm-0 {
        padding: 0!important
    }
    .pt-sm-0,
    .py-sm-0 {
        padding-top: 0!important
    }
    .pr-sm-0,
    .px-sm-0 {
        padding-right: 0!important
    }
    .pb-sm-0,
    .py-sm-0 {
        padding-bottom: 0!important
    }
    .pl-sm-0,
    .px-sm-0 {
        padding-left: 0!important
    }
    .p-sm-1 {
        padding: 7.5px!important
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 7.5px!important
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 7.5px!important
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 7.5px!important
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 7.5px!important
    }
    .p-sm-2 {
        padding: 15px!important
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 15px!important
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 15px!important
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 15px!important
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 15px!important
    }
    .p-sm-3 {
        padding: 30px!important
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 30px!important
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 30px!important
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 30px!important
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 30px!important
    }
    .p-sm-4 {
        padding: 45px!important
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 45px!important
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 45px!important
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 45px!important
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 45px!important
    }
    .p-sm-5 {
        padding: 90px!important
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 90px!important
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 90px!important
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 90px!important
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 90px!important
    }
    .m-sm-auto {
        margin: auto!important
    }
    .mt-sm-auto,
    .my-sm-auto {
        margin-top: auto!important
    }
    .mr-sm-auto,
    .mx-sm-auto {
        margin-right: auto!important
    }
    .mb-sm-auto,
    .my-sm-auto {
        margin-bottom: auto!important
    }
    .ml-sm-auto,
    .mx-sm-auto {
        margin-left: auto!important
    }
}

@media (min-width:768px) {
    .m-md-0 {
        margin: 0!important
    }
    .mt-md-0,
    .my-md-0 {
        margin-top: 0!important
    }
    .mr-md-0,
    .mx-md-0 {
        margin-right: 0!important
    }
    .mb-md-0,
    .my-md-0 {
        margin-bottom: 0!important
    }
    .ml-md-0,
    .mx-md-0 {
        margin-left: 0!important
    }
    .m-md-1 {
        margin: 7.5px!important
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 7.5px!important
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 7.5px!important
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 7.5px!important
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 7.5px!important
    }
    .m-md-2 {
        margin: 15px!important
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 15px!important
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 15px!important
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 15px!important
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 15px!important
    }
    .m-md-3 {
        margin: 30px!important
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 30px!important
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 30px!important
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 30px!important
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 30px!important
    }
    .m-md-4 {
        margin: 45px!important
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 45px!important
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 45px!important
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 45px!important
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 45px!important
    }
    .m-md-5 {
        margin: 90px!important
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 90px!important
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 90px!important
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 90px!important
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 90px!important
    }
    .p-md-0 {
        padding: 0!important
    }
    .pt-md-0,
    .py-md-0 {
        padding-top: 0!important
    }
    .pr-md-0,
    .px-md-0 {
        padding-right: 0!important
    }
    .pb-md-0,
    .py-md-0 {
        padding-bottom: 0!important
    }
    .pl-md-0,
    .px-md-0 {
        padding-left: 0!important
    }
    .p-md-1 {
        padding: 7.5px!important
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 7.5px!important
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 7.5px!important
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 7.5px!important
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 7.5px!important
    }
    .p-md-2 {
        padding: 15px!important
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 15px!important
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 15px!important
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 15px!important
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 15px!important
    }
    .p-md-3 {
        padding: 30px!important
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 30px!important
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 30px!important
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 30px!important
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 30px!important
    }
    .p-md-4 {
        padding: 45px!important
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 45px!important
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 45px!important
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 45px!important
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 45px!important
    }
    .p-md-5 {
        padding: 90px!important
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 90px!important
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 90px!important
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 90px!important
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 90px!important
    }
    .m-md-auto {
        margin: auto!important
    }
    .mt-md-auto,
    .my-md-auto {
        margin-top: auto!important
    }
    .mr-md-auto,
    .mx-md-auto {
        margin-right: auto!important
    }
    .mb-md-auto,
    .my-md-auto {
        margin-bottom: auto!important
    }
    .ml-md-auto,
    .mx-md-auto {
        margin-left: auto!important
    }
}

@media (min-width:1024px) {
    .m-lg-0 {
        margin: 0!important
    }
    .mt-lg-0,
    .my-lg-0 {
        margin-top: 0!important
    }
    .mr-lg-0,
    .mx-lg-0 {
        margin-right: 0!important
    }
    .mb-lg-0,
    .my-lg-0 {
        margin-bottom: 0!important
    }
    .ml-lg-0,
    .mx-lg-0 {
        margin-left: 0!important
    }
    .m-lg-1 {
        margin: 7.5px!important
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 7.5px!important
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 7.5px!important
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 7.5px!important
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 7.5px!important
    }
    .m-lg-2 {
        margin: 15px!important
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 15px!important
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 15px!important
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 15px!important
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 15px!important
    }
    .m-lg-3 {
        margin: 30px!important
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 30px!important
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 30px!important
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 30px!important
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 30px!important
    }
    .m-lg-4 {
        margin: 45px!important
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 45px!important
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 45px!important
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 45px!important
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 45px!important
    }
    .m-lg-5 {
        margin: 90px!important
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 90px!important
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 90px!important
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 90px!important
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 90px!important
    }
    .p-lg-0 {
        padding: 0!important
    }
    .pt-lg-0,
    .py-lg-0 {
        padding-top: 0!important
    }
    .pr-lg-0,
    .px-lg-0 {
        padding-right: 0!important
    }
    .pb-lg-0,
    .py-lg-0 {
        padding-bottom: 0!important
    }
    .pl-lg-0,
    .px-lg-0 {
        padding-left: 0!important
    }
    .p-lg-1 {
        padding: 7.5px!important
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 7.5px!important
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 7.5px!important
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 7.5px!important
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 7.5px!important
    }
    .p-lg-2 {
        padding: 15px!important
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 15px!important
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 15px!important
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 15px!important
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 15px!important
    }
    .p-lg-3 {
        padding: 30px!important
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 30px!important
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 30px!important
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 30px!important
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 30px!important
    }
    .p-lg-4 {
        padding: 45px!important
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 45px!important
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 45px!important
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 45px!important
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 45px!important
    }
    .p-lg-5 {
        padding: 90px!important
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 90px!important
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 90px!important
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 90px!important
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 90px!important
    }
    .m-lg-auto {
        margin: auto!important
    }
    .mt-lg-auto,
    .my-lg-auto {
        margin-top: auto!important
    }
    .mr-lg-auto,
    .mx-lg-auto {
        margin-right: auto!important
    }
    .mb-lg-auto,
    .my-lg-auto {
        margin-bottom: auto!important
    }
    .ml-lg-auto,
    .mx-lg-auto {
        margin-left: auto!important
    }
}

@media (min-width:1440px) {
    .m-xl-0 {
        margin: 0!important
    }
    .mt-xl-0,
    .my-xl-0 {
        margin-top: 0!important
    }
    .mr-xl-0,
    .mx-xl-0 {
        margin-right: 0!important
    }
    .mb-xl-0,
    .my-xl-0 {
        margin-bottom: 0!important
    }
    .ml-xl-0,
    .mx-xl-0 {
        margin-left: 0!important
    }
    .m-xl-1 {
        margin: 7.5px!important
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 7.5px!important
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 7.5px!important
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 7.5px!important
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 7.5px!important
    }
    .m-xl-2 {
        margin: 15px!important
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 15px!important
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 15px!important
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 15px!important
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 15px!important
    }
    .m-xl-3 {
        margin: 30px!important
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 30px!important
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 30px!important
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 30px!important
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 30px!important
    }
    .m-xl-4 {
        margin: 45px!important
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 45px!important
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 45px!important
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 45px!important
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 45px!important
    }
    .m-xl-5 {
        margin: 90px!important
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 90px!important
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 90px!important
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 90px!important
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 90px!important
    }
    .p-xl-0 {
        padding: 0!important
    }
    .pt-xl-0,
    .py-xl-0 {
        padding-top: 0!important
    }
    .pr-xl-0,
    .px-xl-0 {
        padding-right: 0!important
    }
    .pb-xl-0,
    .py-xl-0 {
        padding-bottom: 0!important
    }
    .pl-xl-0,
    .px-xl-0 {
        padding-left: 0!important
    }
    .p-xl-1 {
        padding: 7.5px!important
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 7.5px!important
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 7.5px!important
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 7.5px!important
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 7.5px!important
    }
    .p-xl-2 {
        padding: 15px!important
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 15px!important
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 15px!important
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 15px!important
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 15px!important
    }
    .p-xl-3 {
        padding: 30px!important
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 30px!important
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 30px!important
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 30px!important
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 30px!important
    }
    .p-xl-4 {
        padding: 45px!important
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 45px!important
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 45px!important
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 45px!important
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 45px!important
    }
    .p-xl-5 {
        padding: 90px!important
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 90px!important
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 90px!important
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 90px!important
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 90px!important
    }
    .m-xl-auto {
        margin: auto!important
    }
    .mt-xl-auto,
    .my-xl-auto {
        margin-top: auto!important
    }
    .mr-xl-auto,
    .mx-xl-auto {
        margin-right: auto!important
    }
    .mb-xl-auto,
    .my-xl-auto {
        margin-bottom: auto!important
    }
    .ml-xl-auto,
    .mx-xl-auto {
        margin-left: auto!important
    }
}

@media (min-width:1680px) {
    .m-xxl-0 {
        margin: 0!important
    }
    .mt-xxl-0,
    .my-xxl-0 {
        margin-top: 0!important
    }
    .mr-xxl-0,
    .mx-xxl-0 {
        margin-right: 0!important
    }
    .mb-xxl-0,
    .my-xxl-0 {
        margin-bottom: 0!important
    }
    .ml-xxl-0,
    .mx-xxl-0 {
        margin-left: 0!important
    }
    .m-xxl-1 {
        margin: 7.5px!important
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 7.5px!important
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 7.5px!important
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 7.5px!important
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 7.5px!important
    }
    .m-xxl-2 {
        margin: 15px!important
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 15px!important
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 15px!important
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 15px!important
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 15px!important
    }
    .m-xxl-3 {
        margin: 30px!important
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 30px!important
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 30px!important
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 30px!important
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 30px!important
    }
    .m-xxl-4 {
        margin: 45px!important
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 45px!important
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 45px!important
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 45px!important
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 45px!important
    }
    .m-xxl-5 {
        margin: 90px!important
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 90px!important
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 90px!important
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 90px!important
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 90px!important
    }
    .p-xxl-0 {
        padding: 0!important
    }
    .pt-xxl-0,
    .py-xxl-0 {
        padding-top: 0!important
    }
    .pr-xxl-0,
    .px-xxl-0 {
        padding-right: 0!important
    }
    .pb-xxl-0,
    .py-xxl-0 {
        padding-bottom: 0!important
    }
    .pl-xxl-0,
    .px-xxl-0 {
        padding-left: 0!important
    }
    .p-xxl-1 {
        padding: 7.5px!important
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 7.5px!important
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 7.5px!important
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 7.5px!important
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 7.5px!important
    }
    .p-xxl-2 {
        padding: 15px!important
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 15px!important
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 15px!important
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 15px!important
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 15px!important
    }
    .p-xxl-3 {
        padding: 30px!important
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 30px!important
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 30px!important
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 30px!important
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 30px!important
    }
    .p-xxl-4 {
        padding: 45px!important
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 45px!important
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 45px!important
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 45px!important
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 45px!important
    }
    .p-xxl-5 {
        padding: 90px!important
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 90px!important
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 90px!important
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 90px!important
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 90px!important
    }
    .m-xxl-auto {
        margin: auto!important
    }
    .mt-xxl-auto,
    .my-xxl-auto {
        margin-top: auto!important
    }
    .mr-xxl-auto,
    .mx-xxl-auto {
        margin-right: auto!important
    }
    .mb-xxl-auto,
    .my-xxl-auto {
        margin-bottom: auto!important
    }
    .ml-xxl-auto,
    .mx-xxl-auto {
        margin-left: auto!important
    }
}

.text-justify {
    text-align: justify!important
}

.text-nowrap {
    white-space: nowrap!important
}

.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.text-left {
    text-align: left!important
}

.text-right {
    text-align: right!important
}

.text-center {
    text-align: center!important
}

@media (min-width:576px) {
    .text-sm-left {
        text-align: left!important
    }
    .text-sm-right {
        text-align: right!important
    }
    .text-sm-center {
        text-align: center!important
    }
}

@media (min-width:768px) {
    .text-md-left {
        text-align: left!important
    }
    .text-md-right {
        text-align: right!important
    }
    .text-md-center {
        text-align: center!important
    }
}

@media (min-width:1024px) {
    .text-lg-left {
        text-align: left!important
    }
    .text-lg-right {
        text-align: right!important
    }
    .text-lg-center {
        text-align: center!important
    }
}

@media (min-width:1440px) {
    .text-xl-left {
        text-align: left!important
    }
    .text-xl-right {
        text-align: right!important
    }
    .text-xl-center {
        text-align: center!important
    }
}

@media (min-width:1680px) {
    .text-xxl-left {
        text-align: left!important
    }
    .text-xxl-right {
        text-align: right!important
    }
    .text-xxl-center {
        text-align: center!important
    }
}

.text-lowercase {
    text-transform: lowercase!important
}

.text-uppercase {
    text-transform: uppercase!important
}

.text-capitalize {
    text-transform: capitalize!important
}

.font-weight-light {
    font-weight: 300!important
}

.font-weight-normal {
    font-weight: 400!important
}

.font-weight-bold {
    font-weight: 700!important
}

.font-italic {
    font-style: italic!important
}

.text-white {
    color: #fff!important
}

.text-primary {
    color: #069!important
}

a.text-primary:focus,
a.text-primary:hover {
    color: #046!important
}

.text-secondary {
    color: #828282!important
}

a.text-secondary:focus,
a.text-secondary:hover {
    color: #696868!important
}

.text-success {
    color: #28a745!important
}

a.text-success:focus,
a.text-success:hover {
    color: #1e7e34!important
}

.text-info {
    color: #17a2b8!important
}

a.text-info:focus,
a.text-info:hover {
    color: #117a8b!important
}

.text-warning {
    color: #ffc107!important
}

a.text-warning:focus,
a.text-warning:hover {
    color: #d39e00!important
}

.text-danger {
    color: #e61e32!important
}

a.text-danger:focus,
a.text-danger:hover {
    color: #bc1526!important
}

.text-light {
    color: #f6f6f6!important
}

a.text-light:focus,
a.text-light:hover {
    color: #dddcdc!important
}

.text-dark {
    color: #373737!important
}

a.text-dark:focus,
a.text-dark:hover {
    color: #1e1d1d!important
}

.text-muted {
    color: #828282!important
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.visible {
    visibility: visible!important
}

.invisible {
    visibility: hidden!important
}

.mm-hidden {
    display: none!important
}

.mm-wrapper {
    overflow-x: hidden;
    position: relative
}

.mm-menu {
    box-sizing: border-box;
    background: inherit;
    display: block;
    padding: 0;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels,
.mm-panels>.mm-panel {
    background: inherit;
    border-color: inherit;
    box-sizing: border-box;
    margin: 0;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 0
}

.mm-panels {
    overflow: hidden
}

.mm-panel {
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

.mm-panel.mm-opened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panel.mm-subopened {
    -webkit-transform: translate(-30%, 0);
    transform: translate(-30%, 0);
    -webkit-transform: translate3d(-30%, 0, 0);
    transform: translate3d(-30%, 0, 0)
}

.mm-panel.mm-highest {
    z-index: 1
}

.mm-panel.mm-noanimation {
    transition: none!important
}

.mm-panel.mm-noanimation.mm-subopened {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-panels>.mm-panel {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0 20px
}

.mm-panels>.mm-panel.mm-hasnavbar {
    padding-top: 40px
}

.mm-panels>.mm-panel:not(.mm-hidden) {
    display: block
}

.mm-panels>.mm-panel:after,
.mm-panels>.mm-panel:before {
    content: '';
    display: block;
    height: 20px
}

.mm-vertical .mm-panel {
    -webkit-transform: none!important;
    transform: none!important
}

.mm-listview .mm-vertical .mm-panel,
.mm-vertical .mm-listview .mm-panel {
    display: none;
    padding: 10px 0 10px 10px
}

.mm-listview .mm-vertical .mm-panel .mm-listview>li:last-child:after,
.mm-vertical .mm-listview .mm-panel .mm-listview>li:last-child:after {
    border-color: transparent
}

.mm-vertical li.mm-opened>.mm-panel,
li.mm-vertical.mm-opened>.mm-panel {
    display: block
}

.mm-listview>li.mm-vertical>.mm-next,
.mm-vertical .mm-listview>li>.mm-next {
    box-sizing: border-box;
    height: 40px;
    bottom: auto
}

.mm-listview>li.mm-vertical.mm-opened>.mm-next:after,
.mm-vertical .mm-listview>li.mm-opened>.mm-next:after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    right: 19px
}

.mm-btn {
    box-sizing: border-box;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    z-index: 1
}

.mm-clear:after,
.mm-clear:before,
.mm-close:after,
.mm-close:before {
    content: '';
    border: 2px solid transparent;
    display: block;
    width: 5px;
    height: 5px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.mm-clear:before,
.mm-close:before {
    border-right: none;
    border-bottom: none;
    right: 18px
}

.mm-clear:after,
.mm-close:after {
    border-left: none;
    border-top: none;
    right: 25px
}

.mm-next:after,
.mm-prev:before {
    content: '';
    border-top: 2px solid transparent;
    border-left: 2px solid transparent;
    display: block;
    width: 8px;
    height: 8px;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0
}

.mm-prev:before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 23px;
    right: auto
}

.mm-next:after {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    right: 23px;
    left: auto
}

.mm-navbar {
    border-bottom: 1px solid;
    border-color: inherit;
    text-align: center;
    line-height: 20px;
    height: 40px;
    padding: 0 40px;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.mm-navbar>* {
    display: block;
    padding: 10px 0
}

.mm-navbar a,
.mm-navbar a:hover {
    text-decoration: none
}

.mm-navbar .mm-title {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden
}

.mm-navbar .mm-btn:first-child {
    left: 0
}

.mm-navbar .mm-btn:last-child {
    text-align: right;
    right: 0
}

.mm-panel .mm-navbar {
    display: none
}

.mm-panel.mm-hasnavbar .mm-navbar {
    display: block
}

.mm-listview,
.mm-listview>li {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0
}

.mm-listview {
    font: inherit;
    font-size: 14px;
    line-height: 20px
}

.mm-listview a,
.mm-listview a:hover {
    text-decoration: none
}

.mm-listview>li {
    position: relative
}

.mm-listview>li,
.mm-listview>li .mm-next,
.mm-listview>li .mm-next:before,
.mm-listview>li:after {
    border-color: inherit
}

.mm-listview>li>a,
.mm-listview>li>span {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: inherit;
    display: block;
    padding: 10px 10px 10px 20px;
    margin: 0
}

.mm-listview>li:not(.mm-divider):after {
    content: '';
    border-bottom-width: 1px;
    border-bottom-style: solid;
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

.mm-listview>li:not(.mm-divider):after {
    left: 20px
}

.mm-listview .mm-next {
    background: rgba(3, 2, 1, 0);
    width: 50px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2
}

.mm-listview .mm-next:before {
    content: '';
    border-left-width: 1px;
    border-left-style: solid;
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0
}

.mm-listview .mm-next+a,
.mm-listview .mm-next+span {
    margin-right: 50px
}

.mm-listview .mm-next.mm-fullsubopen {
    width: 100%
}

.mm-listview .mm-next.mm-fullsubopen:before {
    border-left: none
}

.mm-listview .mm-next.mm-fullsubopen+a,
.mm-listview .mm-next.mm-fullsubopen+span {
    padding-right: 50px;
    margin-right: 0
}

.mm-panels>.mm-panel>.mm-listview {
    margin: 20px -20px
}

.mm-panels>.mm-panel>.mm-listview:first-child,
.mm-panels>.mm-panel>.mm-navbar+.mm-listview {
    margin-top: -20px
}

.mm-menu {
    background: #373737!important;
    border-color: #d2d2d2;
    color: #d2d2d2
}

.mm-menu .mm-navbar a,
.mm-menu .mm-navbar>* {
    color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-btn:after,
.mm-menu .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview {
    border-color: #d2d2d2
}

.mm-menu .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .5);
    tap-highlight-color: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .5)
}

.mm-menu .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-menu .mm-divider {
    background: rgba(0, 0, 0, .05)
}

.mm-page {
    box-sizing: border-box;
    position: relative
}

.mm-slideout {
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    z-index: 1
}

html.mm-opened {
    overflow-x: hidden;
    position: relative
}

html.mm-blocking {
    overflow: hidden
}

html.mm-blocking body {
    overflow: hidden
}

html.mm-background .mm-page {
    background: inherit
}

#mm-blocker {
    background: rgba(3, 2, 1, 0);
    display: none;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2
}

html.mm-blocking #mm-blocker {
    display: block
}

.mm-menu.mm-offcanvas {
    z-index: 0;
    display: none;
    position: fixed
}

.mm-menu.mm-offcanvas.mm-opened {
    display: block
}

.mm-menu.mm-offcanvas.mm-no-csstransforms.mm-opened {
    z-index: 10
}

.mm-menu.mm-offcanvas {
    width: 80%;
    min-width: 140px;
    max-width: 440px
}

html.mm-opening .mm-menu.mm-opened~.mm-slideout {
    -webkit-transform: translate(80%, 0);
    transform: translate(80%, 0);
    -webkit-transform: translate3d(80%, 0, 0);
    transform: translate3d(80%, 0, 0)
}

@media all and (max-width:175px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(140px, 0);
        transform: translate(140px, 0);
        -webkit-transform: translate3d(140px, 0, 0);
        transform: translate3d(140px, 0, 0)
    }
}

@media all and (min-width:550px) {
    html.mm-opening .mm-menu.mm-opened~.mm-slideout {
        -webkit-transform: translate(440px, 0);
        transform: translate(440px, 0);
        -webkit-transform: translate3d(440px, 0, 0);
        transform: translate3d(440px, 0, 0)
    }
}

.mm-sronly {
    border: 0!important;
    clip: rect(1px, 1px, 1px, 1px)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    white-space: nowrap!important;
    width: 1px!important;
    height: 1px!important;
    padding: 0!important;
    overflow: hidden!important;
    position: absolute!important
}

.mm-navbars-bottom,
.mm-navbars-top {
    background: inherit;
    border-color: inherit;
    border-width: 0;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0;
    z-index: 3
}

.mm-navbars-bottom>.mm-navbar,
.mm-navbars-top>.mm-navbar {
    border: none;
    padding: 0;
    position: relative;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.mm-navbars-top {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    top: 0
}

.mm-navbars-bottom {
    border-top-style: solid;
    border-top-width: 1px;
    bottom: 0
}

.mm-navbar.mm-hasbtns {
    padding: 0 40px
}

.mm-navbar[class*=mm-navbar-content-]>* {
    box-sizing: border-box;
    display: block;
    float: left
}

.mm-navbar .mm-breadcrumbs {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-x: auto;
    text-align: left;
    padding: 0 0 0 17px
}

.mm-navbar .mm-breadcrumbs>* {
    display: inline-block;
    padding: 10px 3px
}

.mm-navbar .mm-breadcrumbs>a {
    text-decoration: underline
}

.mm-navbar.mm-hasbtns .mm-breadcrumbs {
    margin-left: -40px
}

.mm-navbar.mm-hasbtns .mm-btn:not(.mm-hidden)+.mm-breadcrumbs {
    margin-left: 0;
    padding-left: 0
}

.mm-hasnavbar-top-1 .mm-panels {
    top: 40px
}

.mm-hasnavbar-top-2 .mm-panels {
    top: 80px
}

.mm-hasnavbar-top-3 .mm-panels {
    top: 120px
}

.mm-hasnavbar-top-4 .mm-panels {
    top: 160px
}

.mm-hasnavbar-bottom-1 .mm-panels {
    bottom: 40px
}

.mm-hasnavbar-bottom-2 .mm-panels {
    bottom: 80px
}

.mm-hasnavbar-bottom-3 .mm-panels {
    bottom: 120px
}

.mm-hasnavbar-bottom-4 .mm-panels {
    bottom: 160px
}

.mm-navbar-size-2 {
    height: 80px
}

.mm-navbar-size-3 {
    height: 120px
}

.mm-navbar-size-4 {
    height: 160px
}

.mm-navbar-content-2>* {
    width: 50%
}

.mm-navbar-content-3>* {
    width: 33.33%
}

.mm-navbar-content-4>* {
    width: 25%
}

.mm-navbar-content-5>* {
    width: 20%
}

.mm-navbar-content-6>* {
    width: 16.67%
}

.mm-menu.mm-theme-dark {
    background: #333;
    border-color: rgba(0, 0, 0, .15);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-navbar a,
.mm-menu.mm-theme-dark .mm-navbar>* {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-btn:after,
.mm-menu.mm-theme-dark .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview {
    border-color: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .1);
    tap-highlight-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-dark .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-dark .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-dark.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark .mm-divider {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-theme-dark label.mm-check:before {
    border-color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-fixeddivider span {
    background: rgba(255, 255, 255, .05)
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-shadow-page.mm-theme-dark:after {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-shadow-panels.mm-theme-dark .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 20px rgba(0, 0, 0, .5)
}

.mm-menu.mm-theme-dark .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .8)
}

.mm-menu.mm-theme-dark .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-dark .mm-indexer a {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-dark .mm-listview>li>a:not(.mm-fullsubopen):hover {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-dark .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-dark label.mm-toggle {
    background: rgba(0, 0, 0, .15)
}

.mm-menu.mm-theme-dark label.mm-toggle:before {
    background: #333
}

.mm-menu.mm-theme-dark input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-white {
    background: #fff;
    border-color: rgba(0, 0, 0, .1);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-navbar a,
.mm-menu.mm-theme-white .mm-navbar>* {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-btn:after,
.mm-menu.mm-theme-white .mm-btn:before {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview {
    border-color: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white .mm-listview>li .mm-next:after {
    border-color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(0, 0, 0, .05);
    tap-highlight-color: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-white .mm-listview>li.mm-selected>span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-white .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-white.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white .mm-divider {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-check:before {
    border-color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white em.mm-counter {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-fixeddivider span {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-shadow-page.mm-theme-white:after {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-shadow-panels.mm-theme-white .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: 0 0 10px rgba(0, 0, 0, .2)
}

.mm-menu.mm-theme-white .mm-search input {
    background: rgba(0, 0, 0, .05);
    color: rgba(0, 0, 0, .6)
}

.mm-menu.mm-theme-white .mm-noresultsmsg {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-theme-white .mm-indexer a {
    color: rgba(0, 0, 0, .3)
}

.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-white .mm-listview>li>a:not(.mm-fullsubopen):hover {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-white .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(0, 0, 0, .05)
}

.mm-menu.mm-theme-white label.mm-toggle {
    background: rgba(0, 0, 0, .1)
}

.mm-menu.mm-theme-white label.mm-toggle:before {
    background: #fff
}

.mm-menu.mm-theme-white input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

.mm-menu.mm-theme-black {
    background: #000;
    border-color: rgba(255, 255, 255, .2);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-navbar a,
.mm-menu.mm-theme-black .mm-navbar>* {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-btn:after,
.mm-menu.mm-theme-black .mm-btn:before {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview {
    border-color: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-listview>li .mm-next:after {
    border-color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-listview>li a:not(.mm-next) {
    -webkit-tap-highlight-color: rgba(255, 255, 255, .3);
    tap-highlight-color: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-selected>a:not(.mm-next),
.mm-menu.mm-theme-black .mm-listview>li.mm-selected>span {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>.mm-panel,
.mm-menu.mm-theme-black .mm-listview>li.mm-opened.mm-vertical>a.mm-next,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>.mm-panel,
.mm-menu.mm-theme-black.mm-vertical .mm-listview>li.mm-opened>a.mm-next {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black .mm-divider {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-check:before {
    border-color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black em.mm-counter {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-fixeddivider span {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-keyboardfocus a:focus {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-shadow-page.mm-theme-black:after {
    content: none;
    display: none
}

.mm-menu.mm-shadow-panels.mm-theme-black .mm-panel.mm-opened:nth-child(n+2) {
    box-shadow: false
}

.mm-menu.mm-theme-black .mm-search input {
    background: rgba(255, 255, 255, .3);
    color: rgba(255, 255, 255, .6)
}

.mm-menu.mm-theme-black .mm-noresultsmsg {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-theme-black .mm-indexer a {
    color: rgba(255, 255, 255, .4)
}

.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a.mm-fullsubopen:hover+span,
.mm-menu.mm-hoverselected.mm-theme-black .mm-listview>li>a:not(.mm-fullsubopen):hover {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+a,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected.mm-fullsubopen+span,
.mm-menu.mm-parentselected.mm-theme-black .mm-listview>li>a.mm-selected:not(.mm-fullsubopen) {
    background: rgba(255, 255, 255, .3)
}

.mm-menu.mm-theme-black label.mm-toggle {
    background: rgba(255, 255, 255, .2)
}

.mm-menu.mm-theme-black label.mm-toggle:before {
    background: #000
}

.mm-menu.mm-theme-black input.mm-toggle:checked~label.mm-toggle {
    background: #4bd963
}

html.mm-widescreen body {
    position: relative
}

html.mm-widescreen #mm-blocker {
    display: none!important
}

html.mm-widescreen .mm-slideout {
    -webkit-transform: none!important;
    transform: none!important;
    width: 70%!important;
    margin-left: 30%!important
}

html.mm-widescreen .mm-page {
    background: inherit;
    box-sizing: border-box
}

html.mm-widescreen.mm-blocking,
html.mm-widescreen.mm-blocking body {
    overflow: auto
}

.mm-menu.mm-widescreen {
    border-right-width: 1px;
    border-right-style: solid;
    display: block!important;
    width: 30%!important;
    min-width: 0!important;
    max-width: none!important;
    top: 0!important;
    right: auto!important;
    bottom: 0!important;
    left: 0!important;
    z-index: 100!important;
    -webkit-transform: none!important;
    transform: none!important
}

.mm-menu.mm-widescreen.mm-pageshadow:after {
    content: none;
    display: none
}

.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.no-js .owl-carousel {
    display: block
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    100% {
        opacity: 0
    }
}

.owl-height {
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url('https://www.tuwien.at/typo3conf/ext/wp_bootstrap/Resources/Public/Css/owl.video.play.png') no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: -webkit-transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

html {
    font-size: 17px
}

body {
    letter-spacing: .03rem;
    -webkit-font-feature-settings: "liga", "kern";
    font-feature-settings: "liga", "kern";
    text-rendering: optimizeLegibility;
    margin-top: 50px;
    font-size: .7647058824rem;
    line-height: 1.77;
    font-weight: 300
}

@media (min-width:1024px) {
    body {
        margin-top: 70px;
        font-size: 1rem;
        line-height: 1.7
    }
}

main {
    position: relative
}

h1 {
    margin-top: 18px;
    margin-bottom: 8px;
    font-size: 1.3529411765rem;
    line-height: 1.4;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 700;
    color: #069;
    letter-spacing: 0
}

@media (min-width:1024px) {
    h1 {
        margin-top: 35px;
        margin-bottom: 22px;
        font-size: 2.5rem;
        line-height: 1.25
    }
}

h2 {
    margin-top: 20px;
    margin-bottom: 3px;
    font-size: 1rem;
    line-height: 1.5882352941;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 700;
    color: #069;
    letter-spacing: 0
}

@media (min-width:1024px) {
    h2 {
        margin-top: 32px;
        margin-bottom: 10px;
        font-size: 1.4705882353rem;
        line-height: 1.4
    }
}

h3 {
    margin-top: 20px;
    margin-bottom: 2px;
    font-size: .8823529412rem;
    line-height: 1.66;
    font-weight: 700;
    color: #000;
    letter-spacing: 0
}

@media (min-width:1024px) {
    h3 {
        margin-top: 24px;
        margin-bottom: 2px;
        font-size: 1.1176470588rem;
        line-height: 1.52;
        letter-spacing: .03rem
    }
}

h4 {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: .7647058824rem;
    line-height: 1.77;
    font-weight: 400;
    color: #000
}

@media (min-width:1024px) {
    h4 {
        margin-top: 24px;
        margin-bottom: 2px;
        font-size: 1rem;
        line-height: 1.7
    }
}

p {
    margin-top: 2px;
    margin-bottom: 2px
}

@media (min-width:1024px) {
    p {
        margin-top: 6px;
        margin-bottom: 6px
    }
}
/*
p A {
    text-decoration: none;
    border-bottom: solid 1px #aaa
}

p A:active,
p A:focus,
p A:hover {
    text-decoration: none;
    border-bottom-color: #069
}
*/
b {
    font-weight: 700
}

.btn.btn-sm {
    font-family: FFDINWebPro, sans-serif;
    font-size: .6470588235rem!important;
    color: #fff;
    letter-spacing: .09rem;
    line-height: 1.2;
    padding: 4px 6px 4px 6px!important;
    border-radius: 5px;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .btn.btn-sm {
        font-size: .7647058824rem!important;
        padding: 6px 10px 6px 10px!important
    }
}

.external-link {
    position: relative
}

.external-link:after {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.external-link:after {
    font-size: .6em;
    vertical-align: baseline;
    display: inline-block;
    text-decoration: none;
    position: relative;
    margin-left: 5px;
    top: -4px
}

.lead {
    margin-top: 0;
    margin-bottom: 30px;
    font-size: .8823529412rem;
    line-height: 1.66;
    font-family: FFDINWebPro, sans-serif;
    color: #069;
    letter-spacing: 0
}

@media (min-width:1024px) {
    .lead {
        margin-bottom: 24px;
        font-size: 1.4705882353rem;
        line-height: 1.4
    }
}

.lead A {
    color: #069;
    border-bottom-color: #069
}

.lead A:active,
.lead A:focus,
.lead A:hover {
    color: #063e5a;
    border-bottom-color: #3284ad
}

.rteTextGray5 {
    color: #969696;
    font-size: .7647058824rem;
    line-height: 1.4615384615;
    margin-top: -2px;
    margin-bottom: 0
}

.wpContentExtensionNews .wpNewsItem A,
.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem,
.wpGeneralWidget {
    background-color: #fff;
    margin-bottom: 15px;
    border-bottom: 3px solid #e6e6e6
}

@media (min-width:1440px) {
    .wpContentExtensionNews .wpNewsItem A,
    .wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem,
    .wpGeneralWidget {
        margin-bottom: 30px
    }
}

.wpContentExtensionNews .wpNewsItem A .wpGeneralWidgetBody,
.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem .wpGeneralWidgetBody,
.wpGeneralWidget .wpGeneralWidgetBody {
    padding: 20px 15px 20px 15px;
    text-align: center;
    font-size: .8823529412rem;
    line-height: 1.66
}

@media (min-width:768px) {
    .wpContentExtensionNews .wpNewsItem A .wpGeneralWidgetBody,
    .wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem .wpGeneralWidgetBody,
    .wpGeneralWidget .wpGeneralWidgetBody {
        text-align: left
    }
}

@media (min-width:1440px) {
    .wpContentExtensionNews .wpNewsItem A .wpGeneralWidgetBody,
    .wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem .wpGeneralWidgetBody,
    .wpGeneralWidget .wpGeneralWidgetBody {
        padding: 45px;
        font-size: .8823529412rem;
        line-height: 1.66
    }
}

.wpContentExtensionNews .wpNewsItem A .wpGeneralWidgetBody h2,
.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem .wpGeneralWidgetBody h2,
.wpGeneralWidget .wpGeneralWidgetBody h2 {
    color: #069;
    font-size: .8823529412rem;
    line-height: 1.66;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 30px
}

.wpGeneralContent .wpGeneralContent {
    margin-top: 0!important;
    margin-bottom: 0!important
}

.wpGeneralContent>:first-child {
    margin-top: 0!important
}

.wpGeneralContent>:last-child {
    margin-bottom: 0!important
}

.wpGeneralContentGrid {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0
}

.wpGeneralContentGrid>.col,
.wpGeneralContentGrid>[class*=col-] {
    padding-right: 0;
    padding-left: 0
}

.wpGeneralContentGrid>.col:first-child,
.wpGeneralContentGrid>[class*=col-]:first-child {
    margin-bottom: 30px
}

@media (min-width:1440px) {
    .wpGeneralContentGrid>.col:first-child,
    .wpGeneralContentGrid>[class*=col-]:first-child {
        margin-bottom: 0
    }
}

.wpGeneralContentGrid>.col>:first-child,
.wpGeneralContentGrid>[class*=col-]>:first-child {
    margin-top: 0
}

main>.wpGeneralContentWrappper>.wpContentExtensionNews,
main>.wpGeneralContentWrappper>.wpGeneralContainer,
main>.wpGeneralContentWrappper>.wpGeneralContentElement.wpContentElementTeaser {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block;
    width: 100%
}

@media (min-width:1024px) {
    main>.wpGeneralContentWrappper>.wpContentExtensionNews,
    main>.wpGeneralContentWrappper>.wpGeneralContainer,
    main>.wpGeneralContentWrappper>.wpGeneralContentElement.wpContentElementTeaser {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width:1680px) {
    main>.wpGeneralContentWrappper>.wpContentExtensionNews,
    main>.wpGeneralContentWrappper>.wpGeneralContainer,
    main>.wpGeneralContentWrappper>.wpGeneralContentElement.wpContentElementTeaser {
        padding-left: 90px;
        padding-right: 90px
    }
}

.wpGeneralPagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    list-style-type: none;
    border-top: solid 1px #e6e6e6;
    margin-bottom: 45px;
    padding: 0
}

@media (min-width:1024px) {
    .wpGeneralPagination {
        margin-bottom: 80px
    }
}

.wpGeneralPagination .prev {
    margin-left: auto
}

.wpGeneralPagination>*>* {
    display: block;
    padding: 15px 10px 10px 15px;
    font-size: .8823529412rem;
    line-height: 1;
    margin-top: -1px;
    border-top: solid 1px #e6e6e6;
    transition: all .3s ease;
    color: #969696
}

@media (min-width:1024px) {
    .wpGeneralPagination>*>* {
        padding: 20px 20px 20px 20px;
        font-size: 1.1176470588rem
    }
}

.wpGeneralPagination>*>:active,
.wpGeneralPagination>*>:focus,
.wpGeneralPagination>*>:hover {
    border-top-color: #6e6e6e;
    color: #000;
    text-decoration: none
}

.wpGeneralPagination>*>.active {
    border-top-color: #6e6e6e;
    color: #000;
    text-decoration: none
}

.wpGeneralPagination>*>.inactive {
    border-top-color: #e6e6e6!important;
    color: #d2d2d2!important
}

.wpGeneralPagination>*>.placeholder {
    border-top-color: #e6e6e6!important;
    color: #969696!important
}

.wpGeneralPagination>*>.placeholder:before {
    content: "..."
}

.wpGeneralPagination>.next>:active,
.wpGeneralPagination>.next>:focus,
.wpGeneralPagination>.next>:hover,
.wpGeneralPagination>.prev>:active,
.wpGeneralPagination>.prev>:focus,
.wpGeneralPagination>.prev>:hover {
    border-top-color: #e6e6e6;
    color: #069
}

.wpGeneralPagination>.prev>:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpGeneralPagination>.next>:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpMediaLightboxLayout .wpSlideInner {
    max-width: 980px;
    width: 100%;
    padding: 0;
    background-color: #fff
}

.wpMediaLightboxLayout .wpSlideInner>.wpHighlighted,
.wpMediaLightboxLayout .wpSlideInner>h1,
.wpMediaLightboxLayout .wpSlideInner>p {
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:1024px) {
    .wpMediaLightboxLayout .wpSlideInner>.wpHighlighted,
    .wpMediaLightboxLayout .wpSlideInner>h1,
    .wpMediaLightboxLayout .wpSlideInner>p {
        padding-left: 60px;
        padding-right: 60px
    }
}

.wpMediaLightboxLayout .fancybox-button.fancybox-button--download {
    text-align: center
}

.wpMediaLightboxLayout .fancybox-button.fancybox-button--download:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpMediaLightboxLayout .fancybox-button.fancybox-button--download:before {
    position: static;
    background-color: transparent;
    color: #fff;
    line-height: 44px
}

.wpMediaLightboxLayout h1 {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 1.1764705882rem;
    line-height: 30/20;
    color: #069;
    text-align: center
}

@media (min-width:1024px) {
    .wpMediaLightboxLayout h1 {
        margin-top: 45px;
        margin-bottom: 30px;
        font-size: 1.4705882353rem;
        line-height: 35/25
    }
}

.wpMediaLightboxLayout .wpHighlighted {
    background-color: #f6f6f6;
    padding-top: 10px;
    padding-bottom: 10px
}

@media (min-width:1024px) {
    .wpMediaLightboxLayout .wpHighlighted {
        padding-top: 30px;
        padding-bottom: 30px
    }
}

.wpMediaLightboxLayout .wpHighlighted .wpImage {
    width: 100%;
    max-height: 55vh;
    position: relative;
    overflow: hidden
}

.wpMediaLightboxLayout .wpHighlighted .wpImage:after {
    content: "";
    display: block;
    width: 100%;
    padding-bottom: 67%
}

.wpMediaLightboxLayout .wpHighlighted .wpImage IMG {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit:cover;';
    background-size: contain!important
}

.wpMediaLightboxLayout .wpHighlighted .wpCopyright {
    font-size: .7647058824rem;
    line-height: 1.2;
    color: #6e6e6e
}

.wpMediaLightboxLayout .wpDescription {
    margin-top: 10px;
    margin-bottom: 25px
}

@media (min-width:1024px) {
    .wpMediaLightboxLayout .wpDescription {
        margin-top: 25px;
        margin-bottom: 55px
    }
}

.wpGeneralTextStyling p:not(.lead) {
    margin-bottom: 10px
}

.wpGeneralTextStyling OL A,
.wpGeneralTextStyling UL A {
    text-decoration: none;
    border-bottom: solid 1px #aaa
}

.wpGeneralTextStyling OL A:active,
.wpGeneralTextStyling OL A:focus,
.wpGeneralTextStyling OL A:hover,
.wpGeneralTextStyling UL A:active,
.wpGeneralTextStyling UL A:focus,
.wpGeneralTextStyling UL A:hover {
    text-decoration: none;
    border-bottom-color: #069
}

.wpGeneralTextStyling ul {
    margin-top: 0;
    margin-bottom: 1px;
    margin-left: 0;
    padding-left: 0;
    list-style: none
}

@media (min-width:1024px) {
    .wpGeneralTextStyling ul {
        margin-bottom: 2px
    }
}

.wpGeneralTextStyling ul>LI {
    margin-top: 4px;
    padding-left: 10px;
    position: relative
}

@media (min-width:1024px) {
    .wpGeneralTextStyling ul>LI {
        margin-top: 6px;
        padding-left: 15px
    }
}

.wpGeneralTextStyling ul>LI:before {
    content: " ";
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
    height: 3px;
    width: 3px;
    border-radius: 50%;
    background-color: #969696
}

@media (min-width:1024px) {
    .wpGeneralTextStyling ul>LI:before {
        top: 13px
    }
}

.wpGeneralTextStyling ol {
    margin-top: 0;
    margin-bottom: 1px;
    margin-left: 0;
    padding-left: 0;
    list-style: none;
    counter-reset: ol_list
}

@media (min-width:1024px) {
    .wpGeneralTextStyling ol {
        margin-bottom: 2px
    }
}

.wpGeneralTextStyling ol>LI {
    margin-top: 4px;
    padding-left: 20px;
    position: relative
}

@media (min-width:1024px) {
    .wpGeneralTextStyling ol>LI {
        margin-top: 6px;
        padding-left: 25px
    }
}

.wpGeneralTextStyling ol>LI:before {
    counter-increment: ol_list;
    content: counter(ol_list);
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    line-height: 1;
    line-height: .5294117647rem;
    font-size: 11px;
    font-weight: 700;
    color: #969696
}

@media (min-width:1024px) {
    .wpGeneralTextStyling ol>LI:before {
        line-height: .7647058824rem;
        top: 8px
    }
}

@media (max-width:1023px) {
    .wpTable {
        display: block;
        width: 100%;
        overflow-x: auto;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 0
    }
}

.wpTable TABLE {
    width: 100%;
    max-width: 100%;
    margin-bottom: 30px;
    background-color: transparent
}

.wpTable TABLE td,
.wpTable TABLE th {
    padding: 10px 30px;
    vertical-align: top;
    border: 1px solid #e6e6e6;
    border-bottom-width: 2px;
    color: #6e6e6e;
    font-size: .8823529412rem;
    line-height: 1.6666666667
}

.wpTable TABLE td {
    background-color: #fff
}

.wpTable TABLE th {
    font-weight: 700
}

.wpTable TABLE thead th {
    vertical-align: bottom
}

.wpTable TABLE.wpTableStyle-centered td,
.wpTable TABLE.wpTableStyle-centered th {
    vertical-align: center;
    text-align: center
}

.btn-form {
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    background-color: #069;
    border: 0 none;
    border-bottom: 3px solid #084f72;
    width: 100%;
    padding: 20px;
    letter-spacing: .09rem;
    font-family: FFDINWebPro, sans-serif;
    font-size: .7647058824rem;
    line-height: 1.2307692308;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    cursor: pointer
}

.btn-form:active,
.btn-form:focus,
.btn-form:hover {
    background-color: #084f72;
    color: #fff;
    border-bottom: 3px solid #063e5a
}

.checkbox .custom-checkbox {
    font-size: .8823529412rem;
    line-height: 1.2;
    font-weight: 300;
    color: #6e6e6e
}

.checkbox .custom-checkbox .custom-control-indicator {
    background-color: #fff;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    border-radius: 5px;
    transition: color .3s ease, background .3s ease
}

.checkbox .custom-checkbox .custom-control-description {
    padding-top: 5px;
    padding-left: 10px;
    transition: color .3s ease
}

.checkbox .custom-checkbox .custom-control-input:checked~.custom-control-indicator {
    background-color: #069;
    border-color: #069!important
}

.checkbox .custom-checkbox .custom-control-input:checked~.custom-control-description {
    color: #000
}

.checkbox .custom-checkbox .custom-control-input:focus~.custom-control-indicator {
    box-shadow: none!important;
    border-color: #aaa
}

.checkbox .custom-checkbox .custom-control-input:focus~.custom-control-description,
.checkbox .custom-checkbox .custom-control-input:hover~.custom-control-description {
    color: #000
}

.form-control {
    width: 100%;
    padding: 19px 15px;
    border: 0 none;
    border-bottom: 1px solid #e6e6e6;
    font-family: Roboto, sans-serif;
    font-size: .8823529412rem;
    line-height: 1.2;
    font-weight: 300;
    letter-spacing: .03em;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    transition: color .3s ease
}

.form-control:focus {
    border-color: #d2d2d2;
    color: #000
}

.form-control::-webkit-input-placeholder {
    color: #595959;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    letter-spacing: .03em
}

.form-control:-ms-input-placeholder {
    color: #595959;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    letter-spacing: .03em
}

.form-control::placeholder {
    color: #595959;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    letter-spacing: .03em
}

.col-form-label {
    font-size: 1rem;
    line-height: 1.7058823529;
    font-weight: 400;
    color: #000
}

.radio LABEL {
    font-size: .8823529412rem;
    line-height: 1.2;
    font-weight: 300;
    color: #6e6e6e
}

.radio .custom-control-indicator {
    background-image: none;
    background-color: #fff;
    border: 1px solid #ccc;
    width: 20px;
    height: 20px;
    transition: all .3s ease
}

.radio .custom-control-indicator .custom-control-indicator-inner {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 90px;
    margin: 4px;
    background-color: #fff;
    transition: all .3s ease
}

.radio .custom-control-description {
    padding-top: 4px;
    padding-left: 10px;
    transition: color .3s ease
}

.radio:focus .custom-control-description,
.radio:hover .custom-control-description {
    color: #000
}

.radio .custom-control-input:active~.custom-control-indicator {
    background-color: #fff
}

.radio .custom-control-input:checked~.custom-control-indicator {
    background-image: none;
    background-color: #fff
}

.radio .custom-control-input:checked~.custom-control-indicator .custom-control-indicator-inner {
    background-color: #069
}

.radio .custom-control-input:checked~.custom-control-description {
    color: #000
}

.radio .custom-control-input:focus~.custom-control-indicator {
    box-shadow: none!important;
    background-image: none;
    background-color: #fff;
    border-color: #aaa
}

.radio .custom-control-input:focus~.custom-control-indicator .custom-control-indicator-inner {
    background-color: #069
}

select.form-control:not([size]):not([multiple]) {
    height: auto
}

.custom-select {
    min-height: 56px;
    background-image: none;
    position: relative
}

.custom-select-wrap {
    position: relative
}

.custom-select-wrap:after {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.custom-select-wrap:after {
    position: absolute;
    top: 20px;
    right: 25px;
    font-size: 1rem;
    line-height: 1;
    color: #969696
}

@media (min-width:1024px) {
    .custom-select-wrap:after {
        line-height: 17px
    }
}

.wpMovingFormGroup LABEL {
    display: block;
    width: 100%;
    position: relative
}

.wpMovingFormGroup LABEL .wpMovingLabel {
    position: absolute;
    top: 20px;
    left: 15px;
    line-height: 1;
    letter-spacing: .09em;
    color: #595959;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    transition: all .3s ease;
    cursor: text
}

.wpMovingFormGroup LABEL .form-control {
    transition: all .3s ease
}

.wpMovingFormGroup LABEL .form-control.filled,
.wpMovingFormGroup LABEL .form-control:focus {
    padding-top: 30px
}

.wpMovingFormGroup LABEL .form-control.filled+.wpMovingLabel,
.wpMovingFormGroup LABEL .form-control:focus+.wpMovingLabel {
    top: 10px;
    left: 10px;
    text-transform: uppercase;
    color: #969696;
    font-size: .6823529412rem
}

#skip-links {
    position: absolute;
    top: 0;
    z-index: 11;
    height: 0;
    width: calc(100% - 70px)
}

@media (min-width:1024px) {
    #skip-links {
        width: calc(100% - 105px)
    }
}

@media (min-width:1440px) {
    #skip-links {
        width: calc(100% - 130px)
    }
}

#skip-links li,
#skip-links ul {
    display: block;
    height: 0;
    padding: 0
}

#skip-links a {
    display: block;
    position: relative;
    left: -9999px;
    height: 0;
    line-height: 50px;
    padding: 0 10px 0 10px;
    background-color: #069;
    color: #fff;
    text-transform: uppercase;
    font-family: FFDINWebPro, sans-serif;
    font-size: .8823529412rem;
    font-weight: 700
}

@media (min-width:1024px) {
    #skip-links a {
        line-height: 70px
    }
}

@media (min-width:1024px) {
    #skip-links a {
        padding: 0 7px 0 7px;
        font-size: .8235294118rem
    }
}

@media (min-width:1100px) {
    #skip-links a {
        font-size: .8823529412rem
    }
}

@media (min-width:1200px) {
    #skip-links a {
        padding: 0 15px 0 15px
    }
}

@media (min-width:1440px) {
    #skip-links a {
        padding: 0 15px 0 15px;
        font-size: 1.1176470588rem
    }
}

#skip-links a:active,
#skip-links a:focus {
    left: 0;
    height: 50px
}

@media (min-width:1024px) {
    #skip-links a:active,
    #skip-links a:focus {
        height: 70px
    }
}

#skip-links a:active,
#skip-links a:focus,
#skip-links a:hover,
#skip-links a:visited {
    text-decoration: none
}

.mm-widescreen #skip-links {
    z-index: 101;
    margin-top: -50px
}

@media (min-width:1024px) {
    .mm-widescreen #skip-links {
        margin-top: -70px
    }
}

.cc-window {
    position: fixed;
    overflow: hidden;
    box-sizing: border-box;
    font-size: .8823529412rem;
    line-height: 20px;
    padding: 10px 45px 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    z-index: 9999;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    color: #fff;
    font-weight: 300;
    opacity: 1;
    transition: all .3s ease
}

.cc-window.cc-invisible {
    opacity: 0
}

.cc-btn {
    cursor: pointer;
    display: block;
    text-align: center;
    white-space: nowrap;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right: 15px;
    width: 20px;
    height: 40px
}

.cc-btn>SPAN {
    display: block;
    height: 2px;
    background: #aaa;
    width: 20px;
    top: 19px;
    position: absolute;
    transition: background .3s ease
}

.cc-btn>SPAN:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.cc-btn>SPAN:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.cc-btn:active>SPAN,
.cc-btn:focus>SPAN,
.cc-btn:hover>SPAN {
    background: #fff
}

.cc-compliance {
    margin-left: auto
}

.cc-message a {
    color: #fff;
    border-bottom: 1px solid #fff
}

.cc-message a:active,
.cc-message a:focus,
.cc-message a:hover {
    text-decoration: none;
    border-bottom-color: #fff
}

@media print {
    .cc-window {
        display: none
    }
}

#wpMainHeader {
    background-color: #fff;
    height: 50px;
    transition: all .3s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    border-bottom: solid 1px transparent;
    box-shadow: 0 1px 5px 0 #aaa
}

#wpMainHeader.wpMainHeader--not-top {
    border-bottom: solid 1px #e6e6e6
}

@media (min-width:1024px) {
    #wpMainHeader {
        height: 70px
    }
}

#wpMainHeader .wpMainHeaderLeft {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

#wpMainHeader .wpMainHeaderRight {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-left: auto;
    padding-right: 5px
}

@media (min-width:1024px) {
    #wpMainHeader .wpMainHeaderRight {
        padding-right: 15px
    }
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement {
    background-color: #069;
    color: #fff;
    padding: 0;
    width: 300px;
    float: left;
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    height: 50px;
    display: none
}

@media (min-width:1024px) {
    #wpMainHeader .wpGeneralHeaderLoginLanguageElement {
        height: 70px
    }
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A,
#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    width: 100%;
    line-height: 50px;
    height: 50px
}

@media (min-width:1024px) {
    #wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A,
    #wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A {
        line-height: 70px;
        height: 70px;
        text-decoration: none
    }
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    font-size: .8823529412rem
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A {
    padding-left: 30px;
    transition: color .3s ease, background .3s ease
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A I {
    font-size: 1rem;
    margin-right: 15px;
    position: relative;
    top: 2px
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A I:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A:active,
#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A:focus,
#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A:hover {
    text-decoration: none;
    color: #b2d1e0
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage {
    width: 110px;
    -webkit-flex-basis: 110px;
    flex-basis: 110px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-left: solid 1px #3284ad;
    transition: color .3s ease
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A>SPAN {
    display: block;
    position: relative;
    width: 50px;
    height: 26px;
    border-radius: 12px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 26px;
    white-space: nowrap;
    background-color: #084f72;
    transition: background .3s ease
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A>SPAN:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    top: 4px;
    right: 4px
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A>SPAN>SPAN {
    display: block;
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
    font-size: .7647058824rem;
    line-height: 26px
}

@media (min-width:1024px) {
    #wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A>SPAN>SPAN {
        position: relative;
        left: 1px
    }
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A:not(.disabled):active,
#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A:not(.disabled):focus,
#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A:not(.disabled):hover {
    text-decoration: none
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A:not(.disabled):active>SPAN,
#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A:not(.disabled):focus>SPAN,
#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A:not(.disabled):hover>SPAN {
    background-color: #063e5a
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A[data-lang-active-de] {
    text-align: right
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A[data-lang-active-de]>SPAN:before {
    left: 4px
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A[data-lang-active-en] {
    text-align: left
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A.disabled {
    cursor: not-allowed
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A.disabled>SPAN {
    background-color: #084f72
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A.disabled>SPAN:before {
    background: #069
}

#wpMainHeader .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A.disabled>SPAN>SPAN:before {
    color: #069
}

@media (min-width:1024px) {
    #wpMainHeader .wpGeneralHeaderLoginLanguageElement {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

#wpMainHeader .wpMainHeaderLogo {
    position: relative
}

#wpMainHeader .wpMainHeaderLogo A {
    display: block;
    position: relative;
    z-index: 500;
    top: 5px
}

@media (min-width:1024px) {
    #wpMainHeader .wpMainHeaderLogo A {
        top: 15px
    }
}

#wpMainHeader .wpMainHeaderLogo A svg {
    display: block;
    width: 60px;
    height: 60px
}

@media (min-width:1024px) {
    #wpMainHeader .wpMainHeaderLogo A svg {
        width: 75px;
        height: 75px
    }
}

@media (min-width:1440px) {
    #wpMainHeader .wpMainHeaderLogo A svg {
        width: 95px;
        height: 95px
    }
}

#wpMainHeader .wpMainHeaderMobileOpener {
    height: 50px;
    width: 50px;
    background: #373737;
    color: #fff;
    position: relative
}

@media (min-width:1024px) {
    #wpMainHeader .wpMainHeaderMobileOpener {
        display: none
    }
}

#wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine1,
#wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine2,
#wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine3 {
    display: block;
    height: 2px;
    background-color: #c6c6c6;
    transition: all .3s ease;
    position: absolute;
    opacity: 1;
    left: 14px
}

#wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine1.wpMainHeaderMobileOpenerLine1,
#wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine2.wpMainHeaderMobileOpenerLine1,
#wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine3.wpMainHeaderMobileOpenerLine1 {
    width: 22px;
    top: 18px
}

#wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine1.wpMainHeaderMobileOpenerLine2,
#wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine2.wpMainHeaderMobileOpenerLine2,
#wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine3.wpMainHeaderMobileOpenerLine2 {
    width: 16px;
    top: 24px
}

#wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine1.wpMainHeaderMobileOpenerLine3,
#wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine2.wpMainHeaderMobileOpenerLine3,
#wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine3.wpMainHeaderMobileOpenerLine3 {
    width: 22px;
    top: 30px
}

#wpMainHeader .wpMainHeaderMobileOpener:hover .wpMainHeaderMobileOpenerLine1,
#wpMainHeader .wpMainHeaderMobileOpener:hover .wpMainHeaderMobileOpenerLine2,
#wpMainHeader .wpMainHeaderMobileOpener:hover .wpMainHeaderMobileOpenerLine3 {
    background-color: #fff
}

html:not(.mm-opened) #wpMainHeader .wpMainHeaderMobileOpener:hover .wpMainHeaderMobileOpenerLine1 {
    top: 15px
}

html:not(.mm-opened) #wpMainHeader .wpMainHeaderMobileOpener:hover .wpMainHeaderMobileOpenerLine2 {
    width: 16px;
    top: 24px
}

html:not(.mm-opened) #wpMainHeader .wpMainHeaderMobileOpener:hover .wpMainHeaderMobileOpenerLine3 {
    top: 33px
}

html.mm-opened #wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine1 {
    width: 22px;
    top: 23px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

html.mm-opened #wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine2 {
    opacity: 0
}

html.mm-opened #wpMainHeader .wpMainHeaderMobileOpener .wpMainHeaderMobileOpenerLine3 {
    width: 22px;
    top: 23px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

#wpMainHeader .wpMainHeaderIconButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 50px;
    line-height: 50px;
    width: 50px;
    padding-left: 27px;
    padding-right: 27px;
    color: #595959;
    font-size: 1rem;
    transition: background .3s ease, color .3s ease
}

@media (min-width:1024px) {
    #wpMainHeader .wpMainHeaderIconButton {
        height: 70px;
        width: auto
    }
}

#wpMainHeader .wpMainHeaderIconButton:active,
#wpMainHeader .wpMainHeaderIconButton:focus,
#wpMainHeader .wpMainHeaderIconButton:hover {
    color: #1e1e1e;
    text-decoration: none
}

@media (min-width:1024px) {
    #wpMainHeader .wpMainHeaderIconButton.wpMainHeaderIconButtonUser {
        display: none
    }
}

#wpMainHeader .wpMainHeaderIconButton.wpMainHeaderIconButtonUser I:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

#wpMainHeader .wpMainHeaderIconButton.wpMainHeaderIconButtonSearch {
    background: 0 0;
    border: none;
    -webkit-animation: 1s searchanimation ease;
    animation: 1s searchanimation ease;
    position: relative
}

@-webkit-keyframes searchanimation {
    0% {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

@keyframes searchanimation {
    0% {
        opacity: 0
    }
    75% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

#wpMainHeader .wpMainHeaderIconButton.wpMainHeaderIconButtonSearch span I:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

#wpMainHeader .wpMainHeaderIconButton.wpMainHeaderIconButtonSearch span I.icon-close:before {
    content: "";
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAzODQ gNTEyIj48cGF0aCBkPSJNMjMxLjYgMjU2bDEzMC4xLTEzMC4xYzQuNy00LjcgNC43LTEyLjMgMC 0xN2wtMjIuNi0yMi42Yy00LjctNC43LTEyLjMtNC43LTE3IDBMMTkyIDIxNi40IDYxLjkgODYuM 2MtNC43LTQuNy0xMi4zLTQuNy0xNyAwbC0yMi42IDIyLjZjLTQuNyA0LjctNC43IDEyLjMgMCAx N0wxNTIuNCAyNTYgMjIuMyAzODYuMWMtNC43IDQuNy00LjcgMTIuMyAwIDE3bDIyLjYgMjIuNmM 0LjcgNC43IDEyLjMgNC43IDE3IDBMMTkyIDI5NS42bDEzMC4xIDEzMC4xYzQuNyA0LjcgMTIuMy A0LjcgMTcgMGwyMi42LTIyLjZjNC43LTQuNyA0LjctMTIuMyAwLTE3TDIzMS42IDI1NnoiLz48L 3N2Zz4= ");
    background-repeat: no-repeat;
    height: 1.1em;
    width: 1em;
    display: inline-block;
    background-size: contain;
    background-position: center center;
    top: 50%;
    left: 50%;
    position: absolute;
    margin-top: -.6em;
    margin-left: -.5em
}

@media (min-width:1024px) {
    #wpMainHeader .wpMainHeaderIconButton.wpMainHeaderIconButtonSearch span I.icon-close:before {
        margin-left: 0
    }
}

#wpMainHeader .wpMainHeaderIconButton.wpMainHeaderIconButtonSearch span i.icon-close+span {
    display: none!important
}

#wpMainHeader .wpMainHeaderIconButton.wpMainHeaderIconButtonSearch span span {
    display: none;
    padding-left: 27px
}

@media (min-width:1280px) {
    #wpMainHeader .wpMainHeaderIconButton.wpMainHeaderIconButtonSearch span span {
        display: inline-block
    }
}

#wpMainHeader .wpMainHeaderNav UL {
    margin-right: 10px;
    margin-bottom: 0;
    display: none
}

@media (min-width:1024px) {
    #wpMainHeader .wpMainHeaderNav UL {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

@media (min-width:1440px) {
    #wpMainHeader .wpMainHeaderNav UL {
        margin-right: 20px
    }
}

#wpMainHeader .wpMainHeaderNav UL>LI {
    margin: 0!important;
    position: relative
}

#wpMainHeader .wpMainHeaderNav UL>LI>A {
    display: inline-block;
    color: #069;
    text-transform: uppercase;
    line-height: 70px;
    font-family: FFDINWebPro, sans-serif;
    font-size: .8823529412rem;
    font-weight: 700;
    padding: 0 10px 0 10px;
    transition: color .3s ease, background .3s ease
}

@media (min-width:1024px) {
    #wpMainHeader .wpMainHeaderNav UL>LI>A {
        padding: 0 7px 0 7px;
        font-size: .8235294118rem
    }
}

@media (min-width:1100px) {
    #wpMainHeader .wpMainHeaderNav UL>LI>A {
        font-size: .8823529412rem
    }
}

@media (min-width:1200px) {
    #wpMainHeader .wpMainHeaderNav UL>LI>A {
        padding: 0 15px 0 15px
    }
}

@media (min-width:1440px) {
    #wpMainHeader .wpMainHeaderNav UL>LI>A {
        padding: 0 15px 0 15px;
        font-size: 1.1176470588rem
    }
}

#wpMainHeader .wpMainHeaderNav UL>LI>A.active {
    color: #1e1e1e
}

#wpMainHeader .wpMainHeaderNav UL>LI>A:active,
#wpMainHeader .wpMainHeaderNav UL>LI>A:focus,
#wpMainHeader .wpMainHeaderNav UL>LI>A:hover {
    text-decoration: none;
    color: #1e1e1e
}

#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown {
    padding: 0;
    border: none;
    background: #373737;
    border-radius: 6px;
    margin-top: -7px;
    margin-left: -118px;
    left: 50%!important;
    width: 236px
}

#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown:before {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    -webkit-transform: rotate(360deg);
    border-style: solid;
    border-width: 0 10px 10px 10px;
    border-color: transparent transparent #373737 transparent
}

#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A {
    color: #c6c6c6;
    padding: 10px 15px 10px 15px;
    font-size: .8823529412rem;
    line-height: 21px;
    text-transform: none;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 400;
    white-space: normal;
    border-bottom: 1px solid #1e1e1e
}

@media (min-width:1440px) {
    #wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A {
        line-height: 23px;
        font-size: 1rem
    }
}

#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A:first-child {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px
}

#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A:last-child {
    border-bottom: none;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px
}

#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A:active,
#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A:focus,
#wpMainHeader .wpMainHeaderNav .wpMainHeaderNavDropdown>A:hover {
    background-color: #1e1e1e;
    color: #fff
}

.wpMainHeaderLeft {
    width: auto;
    position: absolute;
    z-index: 10
}

.wpMainHeaderLeft INPUT {
    font-size: 15px;
    font-weight: 300;
    color: #000
}

.wpMainHeaderLeft .mb-flexbox {
    width: 100%;
    position: absolute;
    top: 50%
}

.wpMainHeaderLeft .mb-component-container-parent {
    width: calc(100% - 97px)
}

.wpMainHeaderLeft .mb-component-container-parent .container {
    padding: 0;
    margin: 0;
    max-width: none
}

.wpMainHeaderLeft .mb-component-container-parent .mb-component-container {
    position: absolute;
    left: 100px;
    width: calc(100% - 71px);
    line-height: 48px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media (min-width:1024px) {
    .wpMainHeaderLeft .mb-component-container-parent .mb-component-container {
        width: calc(100% - 178px);
        line-height: 66px;
        left: 70px
    }
    .wpMainHeaderLeft .mb-component-container-parent .mb-component-container .mb-flexbox {
        left: 0
    }
}

.wpMainHeaderLeft .mb-component-container-parent .mb-component-container input {
    width: 100%
}

.wpMainHeaderLeft .mb-component-container-parent .mb-component-container input:not([type=range]) {
    border: none;
    font-weight: 300;
    letter-spacing: .06em
}

.wpMainHeaderLeft .mb-component-container-parent .mb-component-container input:not([type=range])::-webkit-input-placeholder {
    color: #595959;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    letter-spacing: .06em
}

.wpMainHeaderLeft .mb-component-container-parent .mb-component-container input:not([type=range]):-ms-input-placeholder {
    color: #595959;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    letter-spacing: .06em
}

.wpMainHeaderLeft .mb-component-container-parent .mb-component-container input:not([type=range])::placeholder {
    color: #595959;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    letter-spacing: .06em
}

.wpMainHeaderLeft .mb-component-container-parent .mb-component-container .btn.active,
.wpMainHeaderLeft .mb-component-container-parent .mb-component-container .btn:active,
.wpMainHeaderLeft .mb-component-container-parent .mb-component-container button:active,
.wpMainHeaderLeft .mb-component-container-parent .mb-component-container button:focus,
.wpMainHeaderLeft .mb-component-container-parent .mb-component-container button:hover,
.wpMainHeaderLeft .mb-component-container-parent .mb-component-container input:active,
.wpMainHeaderLeft .mb-component-container-parent .mb-component-container input:focus,
.wpMainHeaderLeft .mb-component-container-parent .mb-component-container input:hover,
.wpMainHeaderLeft .mb-component-container-parent .mb-component-container label:focus,
.wpMainHeaderLeft .mb-component-container-parent .mb-component-container textarea:active,
.wpMainHeaderLeft .mb-component-container-parent .mb-component-container textarea:focus,
.wpMainHeaderLeft .mb-component-container-parent .mb-component-container textarea:hover {
    outline: 0!important;
    -webkit-appearance: none
}

@media (min-width:1024px) {
    body[data-pagelayout=error403] .wpMainHeaderLeft,
    body[data-pagelayout=error404] .wpMainHeaderLeft,
    body[data-pagelayout=home] .wpMainHeaderLeft,
    body[data-pagelayout=logout] .wpMainHeaderLeft {
        margin-left: 300px
    }
}

body[data-pagelayout=error403] .wpMainHeaderLeft .mb-component-container,
body[data-pagelayout=error404] .wpMainHeaderLeft .mb-component-container,
body[data-pagelayout=home] .wpMainHeaderLeft .mb-component-container,
body[data-pagelayout=logout] .wpMainHeaderLeft .mb-component-container {
    left: 100px!important
}

@media (min-width:1024px) {
    body[data-pagelayout=error403] .wpMainHeaderLeft .mb-component-container,
    body[data-pagelayout=error404] .wpMainHeaderLeft .mb-component-container,
    body[data-pagelayout=home] .wpMainHeaderLeft .mb-component-container,
    body[data-pagelayout=logout] .wpMainHeaderLeft .mb-component-container {
        left: 70px!important
    }
}

.wpMainHeaderLeftWidth {
    width: calc(100% - 160px)
}

@media (min-width:1024px) {
    .wpMainHeaderLeftWidth {
        width: calc(100% - 300px)
    }
}

@media (min-width:1440px) {
    .wpMainHeaderLeftWidth {
        width: calc(100% - 335px)
    }
}

.wpPageSidebar .mm-navbars-top {
    border-bottom: none
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement {
    background-color: #069;
    color: #fff;
    padding: 0;
    width: 100%;
    float: left;
    clear: both;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    height: 50px
}

@media (min-width:1024px) {
    .wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement {
        height: 70px
    }
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A,
.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    width: 100%;
    line-height: 50px;
    height: 50px
}

@media (min-width:1024px) {
    .wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A,
    .wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A {
        line-height: 70px;
        height: 70px;
        text-decoration: none
    }
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: left;
    font-size: .8823529412rem
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A {
    padding-left: 30px;
    transition: color .3s ease, background .3s ease
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A I {
    font-size: 1rem;
    margin-right: 15px;
    position: relative;
    top: 2px
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A I:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A:active,
.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A:focus,
.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLogin A:hover {
    text-decoration: none;
    color: #b2d1e0
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage {
    width: 110px;
    -webkit-flex-basis: 110px;
    flex-basis: 110px;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-left: solid 1px #3284ad;
    transition: color .3s ease
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A>SPAN {
    display: block;
    position: relative;
    width: 50px;
    height: 26px;
    border-radius: 12px;
    padding-left: 4px;
    padding-right: 4px;
    line-height: 26px;
    white-space: nowrap;
    background-color: #084f72;
    transition: background .3s ease
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A>SPAN:before {
    content: '';
    display: inline-block;
    height: 18px;
    width: 18px;
    border-radius: 12px;
    background: #fff;
    position: absolute;
    top: 4px;
    right: 4px
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A>SPAN>SPAN {
    display: block;
    width: 100%;
    padding-left: 2px;
    padding-right: 2px;
    font-size: .7647058824rem;
    line-height: 26px
}

@media (min-width:1024px) {
    .wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A>SPAN>SPAN {
        position: relative;
        left: 1px
    }
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A:not(.disabled):active,
.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A:not(.disabled):focus,
.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A:not(.disabled):hover {
    text-decoration: none
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A:not(.disabled):active>SPAN,
.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A:not(.disabled):focus>SPAN,
.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A:not(.disabled):hover>SPAN {
    background-color: #063e5a
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A[data-lang-active-de] {
    text-align: right
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A[data-lang-active-de]>SPAN:before {
    left: 4px
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A[data-lang-active-en] {
    text-align: left
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A.disabled {
    cursor: not-allowed
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A.disabled>SPAN {
    background-color: #084f72
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A.disabled>SPAN:before {
    background: #069
}

.wpPageSidebar .mm-navbars-top .wpGeneralHeaderLoginLanguageElement .wpGeneralHeaderLoginLanguageElementLanguage A.disabled>SPAN>SPAN:before {
    color: #069
}

.wpPageSidebar.mm-hasnavbar-top-1 .mm-panels {
    top: 50px!important;
    bottom: 61px
}

@media (min-width:1024px) {
    .wpPageSidebar.mm-hasnavbar-top-1 .mm-panels {
        top: 70px!important
    }
}

.wpPageSidebar .mm-panel {
    padding-left: 0!important;
    padding-right: 0!important;
    padding-bottom: 10px!important;
    padding-top: 0!important
}

.wpPageSidebar .mm-panel:before {
    display: none
}

.wpPageSidebar .mm-listview {
    margin: 0!important
}

.wpPageSidebar .wpPageSidebarMenuLvl1 {
    padding: 0;
    border-top: 0;
    border-bottom: solid 1px #1e1e1e;
    display: block;
    float: left;
    width: 100%;
    clear: both;
    padding: 26px 30px 26px 30px
}

.wpPageSidebar .wpPageSidebarMenuLvl1:after {
    display: none!important
}

.wpPageSidebar .wpPageSidebarMenuLvl1>A {
    border: none;
    z-index: 20
}

.wpPageSidebar .wpPageSidebarMenuLvl1>A:after {
    border-color: #c6c6c6!important
}

.wpPageSidebar .wpPageSidebarMenuLvl1>SPAN {
    font-family: FFDINWebPro, sans-serif;
    font-size: 1rem;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: .06rem;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 10;
    transition: color .3s ease
}

.wpPageSidebar .wpPageSidebarMenuHeader {
    border-bottom: solid 1px #1e1e1e;
    position: relative
}

.wpPageSidebar .wpPageSidebarMenuHeader:after {
    display: none!important
}

.wpPageSidebar .wpPageSidebarMenuHeader>SPAN {
    font-size: 1rem;
    line-height: 21px;
    padding: 26px 90px 26px 30px;
    text-transform: uppercase;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 700;
    color: #f6f6f6;
    white-space: normal;
    letter-spacing: .06rem
}

.wpPageSidebar .wpPageSidebarMenuHeader>SPAN A {
    position: relative;
    right: 0;
    top: 0;
    color: #f6f6f6
}

@media (min-width:1024px) {
    .wpPageSidebar .wpPageSidebarMenuHeader>SPAN {
        padding: 26px 30px 26px 30px;
        font-size: 1.1176470588rem;
        line-height: 23px
    }
}

.wpPageSidebar .wpPageSidebarMenuHeader A {
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -10px;
    height: 20px;
    width: 20px;
    text-indent: -100000px
}

.wpPageSidebar .wpPageSidebarMenuHeader A>SPAN {
    position: absolute;
    height: 7px;
    width: 7px;
    border-radius: 1px;
    background-color: #c6c6c6;
    transition: background .3s ease;
    display: block
}

@media (min-width:1024px) {
    .wpPageSidebar .wpPageSidebarMenuHeader A>SPAN {
        display: none
    }
}

.wpPageSidebar .wpPageSidebarMenuHeader A>SPAN:nth-child(1) {
    top: 0;
    left: 0
}

.wpPageSidebar .wpPageSidebarMenuHeader A>SPAN:nth-child(2) {
    top: 0;
    left: 13px
}

.wpPageSidebar .wpPageSidebarMenuHeader A>SPAN:nth-child(3) {
    top: 13px;
    left: 0
}

.wpPageSidebar .wpPageSidebarMenuHeader A>SPAN:nth-child(4) {
    top: 13px;
    left: 13px
}

.wpPageSidebar .wpPageSidebarMenuHeader A:active>SPAN,
.wpPageSidebar .wpPageSidebarMenuHeader A:focus>SPAN,
.wpPageSidebar .wpPageSidebarMenuHeader A:hover>SPAN {
    background-color: #fff
}

.wpPageSidebar .wpPageSidebarMenuBack {
    position: relative;
    height: 64px
}

.wpPageSidebar .wpPageSidebarMenuBack:after {
    display: none!important
}

.wpPageSidebar .wpPageSidebarMenuBack>A {
    padding: 19px 30px 29px 30px;
    font-size: .7647058824rem;
    line-height: 16px;
    text-transform: uppercase;
    color: #c6c6c6;
    transition: color .3s ease
}

.wpPageSidebar .wpPageSidebarMenuBack>A:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpPageSidebar .wpPageSidebarMenuBack>A:before {
    position: relative;
    top: 1px;
    margin-right: 15px
}

.wpPageSidebar .wpPageSidebarMenuBack>A:active,
.wpPageSidebar .wpPageSidebarMenuBack>A:focus,
.wpPageSidebar .wpPageSidebarMenuBack>A:hover {
    color: #fff
}

.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut {
    padding: 0;
    border-top: 0;
    display: block;
    float: left;
    width: 100%;
    clear: both
}

.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect:after,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut:after {
    display: none!important
}

.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect>A,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut>A {
    border: none;
    z-index: 20
}

.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect>A,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect>SPAN,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut>A,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut>SPAN {
    font-family: FFDINWebPro, sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 23px;
    letter-spacing: 0;
    color: #c6c6c6;
    transition: all .3s ease;
    padding: 15px 56px 15px 30px;
    white-space: normal
}

.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusDirect>A,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusDirect>A {
    padding-left: 25px;
    border-left: solid 5px transparent
}

@media (min-width:1024px) {
    .wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusDirect>A,
    .wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusDirect>A {
        padding-left: 22px;
        border-left: solid 8px transparent
    }
}

.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusDirect>A.external-link:after,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusDirect>A.external-link:after {
    font-size: .8823529412rem;
    line-height: 20px;
    position: absolute;
    right: 26px;
    top: 50%;
    margin-top: -10px
}

.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusDirect>A:active,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusDirect>A:focus,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusDirect>A:hover,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusDirect>A:active,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusDirect>A:focus,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusDirect>A:hover {
    color: #fff
}

.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusDirect.active A,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusDirect.mm-selected A,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusDirect.active A,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusDirect.mm-selected A {
    background-color: #1e1e1e!important;
    border-left-color: #069
}

.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusShortcut>SPAN,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusShortcut>SPAN {
    position: relative;
    z-index: 10
}

.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusShortcut>A:after,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusShortcut>A:after {
    right: 30px;
    border-color: #c6c6c6;
    transition: all .3s ease
}

.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusShortcut>A:active:after,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusShortcut>A:focus:after,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusShortcut>A:hover:after,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusShortcut>A:active:after,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusShortcut>A:focus:after,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusShortcut>A:hover:after {
    border-color: #fff
}

.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusShortcut>A:active+SPAN,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusShortcut>A:focus,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusDirect.wpPageSidebarMenuLvl2PlusShortcut>A:hover+SPAN,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusShortcut>A:active+SPAN,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusShortcut>A:focus,
.wpPageSidebar .wpPageSidebarMenuLvl2PlusShortcut.wpPageSidebarMenuLvl2PlusShortcut>A:hover+SPAN {
    color: #fff
}

.wpPageSidebar .mm-navbars-bottom>.mm-navbar {
    height: 61px;
    padding: 0
}

.wpPageSidebar .mm-navbars-bottom>.mm-navbar>* {
    padding: 0
}

.wpPageSidebar .mm-navbars-bottom {
    border-top: solid 1px #1e1e1e;
    padding: 0
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom: 0;
    padding-left: 30px;
    padding-right: 30px
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI {
    margin-left: 0!important;
    margin-right: 0!important
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink {
    font-size: 1.1764705882rem;
    line-height: 61px;
    color: #c6c6c6;
    transition: color .3s ease
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink:active,
.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink:focus,
.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink:hover {
    color: #fff
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink.wpPageSidebarFooterSocialMediaLinkFacebook:before {
    content: "\e914"
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink.wpPageSidebarFooterSocialMediaLinkTwitter:before {
    content: "\e904"
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink.wpPageSidebarFooterSocialMediaLinkXing:before {
    content: "\e907"
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink.wpPageSidebarFooterSocialMediaLinkYoutube:before {
    content: "\e908"
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink.wpPageSidebarFooterSocialMediaLinkWikipedia:before {
    content: "\e906"
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink.wpPageSidebarFooterSocialMediaLinkIssuu:before {
    content: "\e917"
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink.wpPageSidebarFooterSocialMediaLinkLinkedIn:before {
    content: "\e91f"
}

.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI .wpPageSidebarFooterSocialMediaLink.wpPageSidebarFooterSocialMediaLinkInstagram:before {
    content: "\e920"
}

#mm-blocker {
    z-index: 100!important
}

html.mm-widescreen body {
    position: relative
}

html.mm-widescreen #mm-blocker {
    display: none!important
}

html.mm-widescreen .mm-slideout {
    -webkit-transform: none!important;
    transform: none!important;
    width: calc(100% - 300px)!important;
    margin-left: 300px!important
}

html.mm-widescreen .mm-page {
    background: inherit;
    box-sizing: border-box
}

html.mm-widescreen.mm-blocking,
html.mm-widescreen.mm-blocking body {
    overflow: auto
}

.mm-menu.mm-widescreen {
    border-right-width: 0;
    border-right-style: solid;
    display: block!important;
    width: 300px!important;
    min-width: 0!important;
    max-width: none!important;
    top: 0!important;
    right: auto!important;
    bottom: 0!important;
    left: 0!important;
    z-index: 100!important;
    -webkit-transform: none!important;
    transform: none!important
}

.mm-menu.mm-widescreen.mm-pageshadow:after {
    content: none;
    display: none
}

@media (min-width:1024px) {
    BODY[data-showdesktopsidebar=true]>#sidebarMenu {
        position: fixed;
        top: 0;
        left: 0;
        width: 300px;
        background: #373737
    }
    BODY[data-showdesktopsidebar=true]>#sidebarMenu:not(.mm-menu)>* {
        visibility: hidden
    }
    BODY[data-showdesktopsidebar=true]>#sidebarMenu.mm-menu .mm-panels {
        -webkit-animation-name: fadeIn;
        animation-name: fadeIn;
        -webkit-animation-iteration-count: 1;
        animation-iteration-count: 1;
        -webkit-animation-duration: .6s;
        animation-duration: .6s;
        -webkit-animation-delay: 0s;
        animation-delay: 0s;
        -webkit-animation-timing-function: ease;
        animation-timing-function: ease;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }
    BODY[data-showdesktopsidebar=true]>#wpPageWrapper {
        width: calc(100% - 300px);
        margin-left: 300px
    }
}

.wpSubpageHeader {
    margin-bottom: 18px
}

.wpSubpageHeader.wpSubpageHeaderPluginPage {
    position: absolute;
    z-index: 100;
    top: 0
}

.wpSubpageHeader .wpSubpageHeaderTitle {
    min-height: 80px;
    background-color: #66a3c1;
    padding-top: 20px;
    padding-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:1024px) {
    .wpSubpageHeader .wpSubpageHeaderTitle {
        min-height: 200px
    }
}

.wpSubpageHeader .wpSubpageHeaderTitle .wpContentExtensionNews,
.wpSubpageHeader .wpSubpageHeaderTitle .wpGeneralContainer,
.wpSubpageHeader .wpSubpageHeaderTitle .wpGeneralContentElement.wpContentElementTeaser {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block
}

@media (min-width:1024px) {
    .wpSubpageHeader .wpSubpageHeaderTitle .wpContentExtensionNews,
    .wpSubpageHeader .wpSubpageHeaderTitle .wpGeneralContainer,
    .wpSubpageHeader .wpSubpageHeaderTitle .wpGeneralContentElement.wpContentElementTeaser {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width:1680px) {
    .wpSubpageHeader .wpSubpageHeaderTitle .wpContentExtensionNews,
    .wpSubpageHeader .wpSubpageHeaderTitle .wpGeneralContainer,
    .wpSubpageHeader .wpSubpageHeaderTitle .wpGeneralContentElement.wpContentElementTeaser {
        padding-left: 90px;
        padding-right: 90px
    }
}

.wpSubpageHeader .wpSubpageHeaderTitle .wpContentExtensionNews h1,
.wpSubpageHeader .wpSubpageHeaderTitle .wpGeneralContainer h1,
.wpSubpageHeader .wpSubpageHeaderTitle .wpGeneralContentElement.wpContentElementTeaser h1 {
    line-height: 1.2;
    letter-spacing: 0;
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3529411765rem
}

@media (min-width:1024px) {
    .wpSubpageHeader .wpSubpageHeaderTitle .wpContentExtensionNews h1,
    .wpSubpageHeader .wpSubpageHeaderTitle .wpGeneralContainer h1,
    .wpSubpageHeader .wpSubpageHeaderTitle .wpGeneralContentElement.wpContentElementTeaser h1 {
        font-size: 2.5rem
    }
}

.wpSubpageHeader .wpSubpageHeaderImage,
.wpSubpageHeader .wpSubpageHeaderImageLow {
    width: 100%;
    overflow: hidden;
    position: relative
}

.wpSubpageHeader .wpSubpageHeaderVideo {
    background: #000;
    padding-top: 50%
}

@media (min-width:1024px) {
    .wpSubpageHeader .wpSubpageHeaderVideo {
        padding-top: 37%
    }
}

.wpSubpageHeader .wpSubpageHeaderBreadcrumb {
    padding: 15px 10px 15px 15px;
    background-color: #fff
}

@media (min-width:1024px) {
    .wpSubpageHeader .wpSubpageHeaderBreadcrumb {
        padding: 15px 15px 15px 60px
    }
}

@media (min-width:1680px) {
    .wpSubpageHeader .wpSubpageHeaderBreadcrumb {
        padding-left: 90px
    }
}

.wpSubpageHeader .wpSubpageHeaderBreadcrumb.stickyBreadcrumb {
    padding-top: 16px;
    border-bottom: 1px solid #e6e6e6;
    position: fixed;
    z-index: 20
}

.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav {
    padding: 0;
    margin: 0;
    padding-right: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:1024px) {
    .wpSubpageHeader .wpSubpageHeaderBreadcrumb nav {
        padding-right: 100px
    }
}

.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav a.breadcrumb-with-icon {
    text-decoration: none
}

.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav a.breadcrumb-with-icon::after {
    display: none;
    content: ""
}

.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav a,
.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav span {
    color: #6e6e6e;
    font-size: .9411764706rem;
    line-height: 1.2;
    font-weight: 400
}

.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav a:first-child img,
.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav span:first-child img {
    margin-right: 5px
}

.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav a::after,
.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav span::after {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6e6e6e;
    content: "/"
}

@media (max-width:575px) {
    .wpSubpageHeader .wpSubpageHeaderBreadcrumb nav a::after,
    .wpSubpageHeader .wpSubpageHeaderBreadcrumb nav span::after {
        display: none
    }
}

.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav a:last-child::after,
.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav span:last-child::after {
    display: none;
    content: ""
}

.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav a.active,
.wpSubpageHeader .wpSubpageHeaderBreadcrumb nav span.active {
    font-family: "Roboto Medium", sans-serif;
    color: #373737
}

.wpFooter .wpFooterSocial {
    height: 201px;
    width: 100%;
    border-bottom: solid 1px #d2d2d2;
    background: #f6f6f6;
    display: none;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row
}

@media (min-width:1024px) {
    .wpFooter .wpFooterSocial {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

@media (min-width:1440px) {
    .wpFooter .wpFooterSocial {
        height: 301px
    }
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 16.6666%;
    flex: 0 0 16.6666%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    transition: color .3s ease
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon:not(:last-child) {
    border-right: solid 1px #d2d2d2
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon I {
    display: block;
    margin-bottom: 30px;
    font-size: 2.1764705882rem;
    line-height: 37px
}

@media (min-width:1440px) {
    .wpFooter .wpFooterSocial .wpFooterSocialIcon I {
        margin-bottom: 45px
    }
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon I:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

@media (min-width:1440px) {
    .wpFooter .wpFooterSocial .wpFooterSocialIcon I {
        font-size: 2.7647058824rem;
        line-height: 47px
    }
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon.wpFooterSocialIconFacebook I:before {
    content: "\e914"
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon.wpFooterSocialIconTwitter I:before {
    content: "\e904"
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon.wpFooterSocialIconXing I:before {
    content: "\e907"
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon.wpFooterSocialIconYoutube I:before {
    content: "\e908"
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon.wpFooterSocialIconWikipedia I:before {
    content: "\e906"
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon.wpFooterSocialIconIsuuu I:before {
    content: "\e917"
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon.wpFooterSocialIconLinkedIn I:before {
    content: "\eac9"
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon span {
    display: block;
    text-transform: uppercase;
    font-size: .7647058824rem;
    line-height: 1.2;
    letter-spacing: .09rem
}

.wpFooter .wpFooterSocial .wpFooterSocialIcon:active,
.wpFooter .wpFooterSocial .wpFooterSocialIcon:focus,
.wpFooter .wpFooterSocial .wpFooterSocialIcon:hover {
    text-decoration: none
}

.wpFooter .wpFooterSitemap {
    display: none;
    padding-top: 90px;
    padding-bottom: 60px;
    background: #fff
}

@media (min-width:1440px) {
    .wpFooter .wpFooterSitemap {
        display: block
    }
}

.wpFooter .wpFooterSitemap .wpFooterSitemapContainer {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block
}

@media (min-width:1024px) {
    .wpFooter .wpFooterSitemap .wpFooterSitemapContainer {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width:1680px) {
    .wpFooter .wpFooterSitemap .wpFooterSitemapContainer {
        padding-left: 90px;
        padding-right: 90px
    }
}

.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol {
    margin-bottom: 30px;
    font-size: .8823529412rem
}

.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol h2,
.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol h2 a {
    font-size: .8823529412rem;
    line-height: 1.4705882353rem;
    font-weight: 700;
    color: #6e6e6e;
    margin-top: 0;
    margin-bottom: 20px
}

.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol h2 a:active,
.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol h2 a:focus,
.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol h2 a:hover,
.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol h2:active,
.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol h2:focus,
.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol h2:hover {
    color: #069;
    text-decoration: none
}

.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol .wpFooterSitemapList {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0
}

.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol .wpFooterSitemapList LI:not(:last-child) {
    margin-bottom: 10px
}

.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol .wpFooterSitemapList LI:last-child {
    margin-bottom: 0
}

.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol .wpFooterSitemapList LI A {
    color: #6e6e6e;
    line-height: 1.4705882353rem;
    font-weight: 300
}

.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol .wpFooterSitemapList LI A:active,
.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol .wpFooterSitemapList LI A:focus,
.wpFooter .wpFooterSitemap .wpFooterSitemapContainer .wpFooterSitemapCol .wpFooterSitemapList LI A:hover {
    color: #069;
    text-decoration: none
}

.wpFooter .wpFooterImprint {
    background: #069;
    color: #fff;
    font-size: .7647058824rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:1024px) {
    .wpFooter .wpFooterImprint {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        padding-left: 30px;
        padding-right: 30px
    }
}

.wpFooter .wpFooterImprint .wpFooterImprintText {
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 40px;
    text-align: center
}

@media (min-width:1024px) {
    .wpFooter .wpFooterImprint .wpFooterImprintText {
        line-height: 62px
    }
}

.wpFooter .wpFooterImprint .wpFooterImprintText span:before {
    content: " · "
}

.wpFooter .wpFooterImprint .wpFooterImprintText span a {
    color: #66a3c1;
    text-decoration: none;
    border-bottom: none;
    transition: color .3s ease
}

.wpFooter .wpFooterImprint .wpFooterImprintText span a:active,
.wpFooter .wpFooterImprint .wpFooterImprintText span a:focus,
.wpFooter .wpFooterImprint .wpFooterImprintText span a:hover {
    text-decoration: none;
    color: #b2d1e0
}

.wpFooter .wpFooterImprint .wpFooterImprintText .wpFooterPageId::before {
    content: ""!important
}

.wpFooter .wpFooterImprint .wpFooterImprintText .wpFooterPageId {
    color: #069
}

.wpFooter .wpFooterImprint .wpFooterImprintNav {
    margin: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
    text-align: center;
    border-bottom: #084f72 solid 1px
}

@media (min-width:1024px) {
    .wpFooter .wpFooterImprint .wpFooterImprintNav {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0;
        margin-left: auto;
        border-bottom: none
    }
}

#wpMainHeader .wpMainHeaderNav .wpFooter .wpFooterImprint .wpFooterImprintNav UL>LI:not(:last-child),
.wpFooter .wpFooterImprint .wpFooterImprintNav #wpMainHeader .wpMainHeaderNav UL>LI:not(:last-child),
.wpFooter .wpFooterImprint .wpFooterImprintNav .wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpPageSidebarFooterSocialMedia>LI:not(:last-child),
.wpFooter .wpFooterImprint .wpFooterImprintNav LI.list-inline-item:not(:last-child),
.wpFooter .wpFooterImprint .wpFooterImprintNav LI:not(:last-child),
.wpPageSidebar .mm-navbars-bottom .wpPageSidebarFooter .wpFooter .wpFooterImprint .wpFooterImprintNav .wpPageSidebarFooterSocialMedia>LI:not(:last-child) {
    margin-right: 20px
}

.wpFooter .wpFooterImprint .wpFooterImprintNav LI A {
    color: #fff;
    line-height: 70px;
    text-transform: uppercase;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    letter-spacing: .09rem;
    transition: .3s ease
}

@media (min-width:1024px) {
    .wpFooter .wpFooterImprint .wpFooterImprintNav LI A {
        line-height: 62px
    }
}

.wpFooter .wpFooterImprint .wpFooterImprintNav LI A:active,
.wpFooter .wpFooterImprint .wpFooterImprintNav LI A:focus,
.wpFooter .wpFooterImprint .wpFooterImprintNav LI A:hover {
    text-decoration: none;
    color: #b2d1e0
}

.fancybox-enabled {
    overflow: hidden
}

.fancybox-enabled body {
    overflow: visible;
    height: 100%
}

.fancybox-is-hidden {
    position: absolute;
    top: -9999px;
    left: -9999px;
    visibility: hidden
}

.fancybox-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99993;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.fancybox-container~.fancybox-container {
    z-index: 99992
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

.fancybox-outer {
    overflow-y: auto;
    -webkit-overflow-scrolling: touch
}

.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
    opacity: 1;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
    position: absolute;
    direction: ltr;
    z-index: 99997;
    opacity: 0;
    visibility: hidden;
    transition: opacity .25s, visibility 0s linear .25s;
    box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    visibility: visible;
    transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
    top: 0;
    left: 50%;
    margin-left: -79px
}

.fancybox-infobar__body {
    display: inline-block;
    width: 70px;
    line-height: 44px;
    font-size: 13px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    color: #ddd;
    background-color: rgba(30, 30, 30, .7);
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-font-smoothing: subpixel-antialiased
}

.fancybox-toolbar {
    top: 0;
    right: 0
}

.fancybox-stage {
    overflow: hidden;
    direction: ltr;
    z-index: 99994;
    -webkit-transform: translate3d(0, 0, 0)
}

.fancybox-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    outline: 0;
    white-space: normal;
    box-sizing: border-box;
    text-align: center;
    z-index: 99994;
    -webkit-overflow-scrolling: touch;
    display: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 100%;
    width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block
}

.fancybox-slide--image {
    overflow: visible
}

.fancybox-slide--image::before {
    display: none
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
    background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
    background: #e5e3df
}

.fancybox-slide--next {
    z-index: 99995
}

.fancybox-slide>* {
    display: inline-block;
    position: relative;
    padding: 24px;
    margin: 44px 0 44px;
    border-width: 0;
    vertical-align: middle;
    text-align: left;
    background-color: #fff;
    overflow: auto;
    box-sizing: border-box
}

.fancybox-slide .fancybox-image-wrap {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 99995;
    background: 0 0;
    cursor: default;
    overflow: visible;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.fancybox-can-zoomOut .fancybox-image-wrap {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
    cursor: -webkit-grab;
    cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
    cursor: -webkit-grabbing;
    cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    max-width: none;
    max-height: none
}

.fancybox-spaceball {
    z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
    padding: 0;
    width: 80%;
    height: 80%;
    max-width: calc(100% - 100px);
    max-height: calc(100% - 88px);
    overflow: visible;
    background: #fff
}

.fancybox-iframe {
    display: block;
    margin: 0;
    padding: 0;
    border: 0;
    width: 100%;
    height: 100%;
    background: #fff
}

.fancybox-error {
    margin: 0;
    padding: 40px;
    width: 100%;
    max-width: 380px;
    background: #fff;
    cursor: default
}

.fancybox-error p {
    margin: 0;
    padding: 0;
    color: #444;
    font: 16px/20px "Helvetica Neue", Helvetica, Arial, sans-serif
}

.fancybox-close-small {
    position: absolute;
    top: 0;
    right: 0;
    width: 44px;
    height: 44px;
    padding: 0;
    margin: 0;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    z-index: 10;
    cursor: pointer
}

.fancybox-close-small:after {
    content: '×';
    position: absolute;
    top: 5px;
    right: 5px;
    width: 30px;
    height: 30px;
    font: 20px/30px Arial, "Helvetica Neue", Helvetica, sans-serif;
    color: #888;
    font-weight: 300;
    text-align: center;
    border-radius: 50%;
    border-width: 0;
    background: #fff;
    transition: background .25s;
    box-sizing: border-box;
    z-index: 2
}

.fancybox-close-small:focus:after {
    outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
    color: #555;
    background: #eee
}

.fancybox-slide--iframe .fancybox-close-small {
    top: 0;
    right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after {
    background: 0 0;
    font-size: 35px;
    color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after {
    color: #fff
}

.fancybox-caption-wrap {
    bottom: 0;
    left: 0;
    right: 0;
    padding: 60px 30px 0 30px;
    background: linear-gradient(to bottom, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8) 100%);
    pointer-events: none
}

.fancybox-caption {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, .4);
    font-size: 14px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    line-height: 20px;
    -webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
    pointer-events: all
}

.fancybox-caption a {
    color: #fff;
    text-decoration: underline
}

.fancybox-button {
    display: inline-block;
    position: relative;
    margin: 0;
    padding: 0;
    border: 0;
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: 0 0;
    color: #ddd;
    border-radius: 0;
    cursor: pointer;
    vertical-align: top;
    outline: 0
}

.fancybox-button[disabled] {
    cursor: default;
    pointer-events: none
}

.fancybox-button,
.fancybox-infobar__body {
    background: rgba(30, 30, 30, .6)
}

.fancybox-button:hover:not([disabled]) {
    color: #fff;
    background: rgba(0, 0, 0, .8)
}

.fancybox-button::after,
.fancybox-button::before {
    content: '';
    pointer-events: none;
    position: absolute;
    background-color: currentColor;
    color: currentColor;
    opacity: .9;
    box-sizing: border-box;
    display: inline-block
}

.fancybox-button[disabled]::after,
.fancybox-button[disabled]::before {
    opacity: .3
}

.fancybox-button--left::after,
.fancybox-button--right::after {
    top: 18px;
    width: 6px;
    height: 6px;
    background: 0 0;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor
}

.fancybox-button--left::after {
    left: 20px;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg)
}

.fancybox-button--right::after {
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--left {
    border-bottom-left-radius: 5px
}

.fancybox-button--right {
    border-bottom-right-radius: 5px
}

.fancybox-button--close::after,
.fancybox-button--close::before {
    content: '';
    display: inline-block;
    position: absolute;
    height: 2px;
    width: 16px;
    top: calc(50% - 1px);
    left: calc(50% - 8px)
}

.fancybox-button--close::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.fancybox-button--close::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.fancybox-arrow {
    position: absolute;
    top: 50%;
    margin: -50px 0 0 0;
    height: 100px;
    width: 54px;
    padding: 0;
    border: 0;
    outline: 0;
    background: 0 0;
    cursor: pointer;
    z-index: 99995;
    opacity: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    transition: opacity .25s
}

.fancybox-arrow::after {
    content: '';
    position: absolute;
    top: 28px;
    width: 44px;
    height: 44px;
    background-color: rgba(30, 30, 30, .8);
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px
}

.fancybox-arrow--right {
    right: 0
}

.fancybox-arrow--left {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.fancybox-arrow--left::after,
.fancybox-arrow--right::after {
    left: 0
}

.fancybox-show-nav .fancybox-arrow {
    opacity: .6
}

.fancybox-show-nav .fancybox-arrow[disabled] {
    opacity: .3
}

.fancybox-loading {
    border: 6px solid rgba(100, 100, 100, .4);
    border-top: 6px solid rgba(255, 255, 255, .6);
    border-radius: 100%;
    height: 50px;
    width: 50px;
    -webkit-animation: fancybox-rotate .8s infinite linear;
    animation: fancybox-rotate .8s infinite linear;
    background: 0 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    z-index: 99999
}

@-webkit-keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fancybox-rotate {
    from {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    to {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    -webkit-transform: scale3d(1.5, 1.5, 1.5);
    transform: scale3d(1.5, 1.5, 1.5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    -webkit-transform: scale3d(.5, .5, .5);
    transform: scale3d(.5, .5, .5);
    opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
    opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
    opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
    -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
    -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
    opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
    -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
    opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
    -webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
    -webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
    -webkit-transform: translate3d(0, 0, 0) scale(1);
    transform: translate3d(0, 0, 0) scale(1)
}

@media all and (max-width:800px) {
    .fancybox-infobar {
        left: 0;
        margin-left: 0
    }
    .fancybox-button--left,
    .fancybox-button--right {
        display: none!important
    }
    .fancybox-caption {
        padding: 20px 0;
        margin: 0
    }
}

.fancybox-button--fullscreen::before {
    width: 15px;
    height: 11px;
    left: calc(50% - 7px);
    top: calc(50% - 6px);
    border: 2px solid;
    background: 0 0
}

.fancybox-button--pause::before,
.fancybox-button--play::before {
    top: calc(50% - 6px);
    left: calc(50% - 4px);
    background: 0 0
}

.fancybox-button--play::before {
    width: 0;
    height: 0;
    border-top: 6px inset transparent;
    border-bottom: 6px inset transparent;
    border-left: 10px solid;
    border-radius: 1px
}

.fancybox-button--pause::before {
    width: 7px;
    height: 11px;
    border-style: solid;
    border-width: 0 2px 0 2px
}

.fancybox-thumbs {
    display: none
}

.fancybox-button--thumbs {
    display: none
}

@media all and (min-width:800px) {
    .fancybox-button--thumbs {
        display: inline-block
    }
    .fancybox-button--thumbs span {
        font-size: 23px
    }
    .fancybox-button--thumbs::before {
        width: 3px;
        height: 3px;
        top: calc(50% - 2px);
        left: calc(50% - 2px);
        box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0
    }
    .fancybox-thumbs {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: auto;
        width: 220px;
        margin: 0;
        padding: 5px 5px 0 0;
        background: #fff;
        word-break: normal;
        -webkit-tap-highlight-color: transparent;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        box-sizing: border-box;
        z-index: 99995
    }
    .fancybox-show-thumbs .fancybox-thumbs {
        display: block
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 220px
    }
    .fancybox-thumbs>ul {
        list-style: none;
        position: absolute;
        position: relative;
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
        overflow-x: hidden;
        overflow-y: auto;
        font-size: 0
    }
    .fancybox-thumbs>ul>li {
        float: left;
        overflow: hidden;
        max-width: 50%;
        padding: 0;
        margin: 0;
        width: 105px;
        height: 75px;
        position: relative;
        cursor: pointer;
        outline: 0;
        border: 5px solid transparent;
        border-top-width: 0;
        border-right-width: 0;
        -webkit-tap-highlight-color: transparent;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        box-sizing: border-box
    }
    li.fancybox-thumbs-loading {
        background: rgba(0, 0, 0, .1)
    }
    .fancybox-thumbs>ul>li>img {
        position: absolute;
        top: 0;
        left: 0;
        min-width: 100%;
        min-height: 100%;
        max-width: none;
        max-height: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }
    .fancybox-thumbs>ul>li:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        border-radius: 2px;
        border: 4px solid #4ea7f9;
        z-index: 99991;
        opacity: 0;
        transition: all .2s cubic-bezier(.25, .46, .45, .94)
    }
    .fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
        opacity: 1
    }
}

.wpPageSpecialCalendarListRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0;
    margin-top: -8px
}

@media (min-width:1024px) {
    .wpPageSpecialCalendarListRow {
        margin-top: -30px
    }
}

.wpPageSpecialCalendarListContent {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2
}

@media (min-width:1440px) {
    .wpPageSpecialCalendarListContent {
        width: 75%;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 1;
        order: 1
    }
}

.wpPageSpecialCalendarListContent .wpPageSpecialCalendarListContentWrapper {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block
}

@media (min-width:1024px) {
    .wpPageSpecialCalendarListContent .wpPageSpecialCalendarListContentWrapper {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width:1680px) {
    .wpPageSpecialCalendarListContent .wpPageSpecialCalendarListContentWrapper {
        padding-left: 90px;
        padding-right: 90px
    }
}

.wpPageSpecialCalendarListSidebar {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    background: #e6e6e6
}

@media (min-width:1440px) {
    .wpPageSpecialCalendarListSidebar {
        margin-top: -73px;
        width: 25%;
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
}

.wpPageSpecialCalendarNewButton A {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 70px;
    line-height: 70px;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    font-size: .7647058824rem;
    letter-spacing: .09rem;
    text-transform: uppercase;
    color: #6e6e6e;
    border-top: solid 1px #d2d2d2;
    transition: color .3s ease
}

.wpPageSpecialCalendarNewButton A:active,
.wpPageSpecialCalendarNewButton A:focus,
.wpPageSpecialCalendarNewButton A:hover {
    text-decoration: none;
    color: #069
}

.wpPageSpecialCalendarNewButton A I {
    display: inline-block;
    position: relative;
    top: 2px;
    font-size: 19px;
    padding-right: 15px
}

.wpPageSpecialCalendarNewButton A I:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpPageSpecialCalendarNewButton A I:before {
    line-height: 1
}

.wpPageSpecialError404 {
    padding-top: 140px;
    padding-bottom: 140px;
    text-align: center
}

@media (min-width:1024px) {
    .wpPageSpecialError404 {
        padding-top: 115px;
        padding-bottom: 115px
    }
}

.wpPageSpecialError404 h1 {
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 22px
}

@media (min-width:1024px) {
    .wpPageSpecialError404 h1 {
        margin-bottom: 30px
    }
}

.wpPageSpecialError404 h2 {
    margin-top: 22px;
    margin-bottom: 30px;
    line-height: 35/25
}

@media (min-width:1024px) {
    .wpPageSpecialError404 h2 {
        line-height: 25/15;
        margin-top: 30px
    }
}

.wpPageSpecialError404 FORM LABEL {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 420px
}

.wpPageSpecialError404 FORM LABEL:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpPageSpecialError404 FORM LABEL:before {
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 13px;
    color: #969696
}

@media (min-width:1024px) {
    .wpPageSpecialError404 FORM LABEL:before {
        left: 30px;
        top: 22px;
        font-size: 23px
    }
}

.wpPageSpecialError404 FORM LABEL INPUT {
    background: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 12px 12px 45px;
    height: 37px;
    line-height: 13px;
    box-shadow: none;
    width: 100%;
    display: block;
    font-size: .7647058824rem;
    color: #000
}

.wpPageSpecialError404 FORM LABEL INPUT::-webkit-input-placeholder {
    color: #595959
}

.wpPageSpecialError404 FORM LABEL INPUT:-ms-input-placeholder {
    color: #595959
}

.wpPageSpecialError404 FORM LABEL INPUT::placeholder {
    color: #595959
}

.wpPageSpecialError404 FORM LABEL INPUT:focus {
    outline: 0
}

@media (min-width:1024px) {
    .wpPageSpecialError404 FORM LABEL INPUT {
        border-radius: 45px;
        padding: 22px 22px 22px 76px;
        height: 67px;
        line-height: 23px;
        font-size: 1.1176470588rem
    }
}

.wpPageSpecialError403 {
    padding-top: 140px;
    padding-bottom: 140px;
    text-align: center
}

@media (min-width:1024px) {
    .wpPageSpecialError403 {
        padding-top: 115px;
        padding-bottom: 115px
    }
}

.wpPageSpecialError403 h1 {
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 22px
}

@media (min-width:1024px) {
    .wpPageSpecialError403 h1 {
        margin-bottom: 30px
    }
}

.wpPageSpecialError403 h2 {
    margin-top: 22px;
    margin-bottom: 30px;
    line-height: 35/25
}

@media (min-width:1024px) {
    .wpPageSpecialError403 h2 {
        line-height: 25/15;
        margin-top: 30px
    }
}

.wpPageSpecialError403 .wpLinkContainer A {
    display: inline-block;
    background: #fff;
    border: solid 1px #069;
    border-radius: 30px;
    padding: 12px 30px 12px 30px;
    height: 37px;
    line-height: 13px;
    box-shadow: none;
    font-size: .7647058824rem;
    color: #069;
    text-align: center;
    transition: all .3s ease;
    font-weight: 700
}

@media (min-width:1024px) {
    .wpPageSpecialError403 .wpLinkContainer A {
        border-radius: 45px;
        padding: 22px 40px 22px 40px;
        height: 67px;
        line-height: 23px;
        font-size: 1.1176470588rem
    }
}

.wpPageSpecialError403 .wpLinkContainer A:active,
.wpPageSpecialError403 .wpLinkContainer A:focus,
.wpPageSpecialError403 .wpLinkContainer A:hover {
    text-decoration: none;
    color: #fff;
    background: #069
}

.wpPageSpecialError403 .wpLinkContainer A I {
    padding-right: 10px
}

.wpPageSpecialError403 .wpLinkContainer A I:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpPageSpecialLogout {
    padding-top: 140px;
    padding-bottom: 140px;
    text-align: center
}

@media (min-width:1024px) {
    .wpPageSpecialLogout {
        padding-top: 115px;
        padding-bottom: 115px
    }
}

.wpPageSpecialLogout h1 {
    margin-top: 0;
    line-height: 1.2;
    margin-bottom: 22px
}

@media (min-width:1024px) {
    .wpPageSpecialLogout h1 {
        margin-bottom: 30px
    }
}

.wpPageSpecialLogout h2 {
    margin-top: 22px;
    margin-bottom: 30px;
    line-height: 35/25;
    color: #6e6e6e
}

@media (min-width:1024px) {
    .wpPageSpecialLogout h2 {
        line-height: 25/15;
        margin-top: 30px
    }
}

.wpPageSpecialLogout .wpLinkContainer A {
    display: inline-block;
    background: #fff;
    border: solid 1px #069;
    border-radius: 30px;
    padding: 12px 30px 12px 30px;
    height: 37px;
    line-height: 13px;
    box-shadow: none;
    font-size: .7647058824rem;
    color: #069;
    text-align: center;
    transition: all .3s ease;
    font-weight: 700
}

@media (min-width:1024px) {
    .wpPageSpecialLogout .wpLinkContainer A {
        border-radius: 45px;
        padding: 22px 40px 22px 40px;
        height: 67px;
        line-height: 23px;
        font-size: 1.1176470588rem
    }
}

.wpPageSpecialLogout .wpLinkContainer A:active,
.wpPageSpecialLogout .wpLinkContainer A:focus,
.wpPageSpecialLogout .wpLinkContainer A:hover {
    text-decoration: none;
    color: #fff;
    background: #069
}

.wpPageSpecialLogout .wpLinkContainer A I {
    padding-left: 10px
}

.wpPageSpecialLogout .wpLinkContainer A I:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpPageSpecialLogout .wpLinkContainer A I:before {
    position: relative;
    top: .05em
}

.wpPageSpecialTablistContainer {
    display: none
}

.wpPageSpecialTablistContainer .nav-item {
    line-height: 3;
    background-color: #e6e6e6;
    border-right: 1px solid #f6f6f6;
    border-bottom: 1.5px solid #f6f6f6;
    text-align: center
}

.wpPageSpecialTablistContainer .nav-item .nav-link {
    width: 100%;
    border: none;
    text-align: center;
    white-space: nowrap
}

.wpPageSpecialTablistContainer li:last-child {
    border-right: none
}

@media (min-width:1024px) {
    .wpPageSpecialTablistContainer {
        display: block
    }
    .wpPageSpecialTablistContainer li,
    .wpPageSpecialTablistContainer ul {
        display: -webkit-flex;
        display: -webkit-box;
        display: flex
    }
    .wpPageSpecialTablistContainer li {
        -webkit-flex: 1;
        -webkit-box-flex: 1;
        flex: 1
    }
    .wpPageSpecialTablistContainer .tab-content {
        display: block
    }
}

.wpPageSpecialTablistContainer .tab-content {
    min-height: 250px
}

@media (max-width:1680px) {
    .wpPageSpecialTablistContainer li {
        width: 33.33%!important;
        -webkit-box-flex: 0!important;
        flex: none!important;
        -webkit-flex: none!important
    }
}

.wpPageSpecialSearchContainer {
    padding: 10px 15px 15px 15px
}

.wpPageSpecialSearchContainer .wpSearchWrapper {
    padding-top: 25px
}

@media (min-width:1024px) {
    .wpPageSpecialSearchContainer .wpSearchWrapper {
        padding-top: 70px
    }
}

.wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 30px;
    background-color: #fff;
    border-bottom: 3px solid #e6e6e6;
    transition: border .3s ease;
    height: 100%;
    text-decoration: none
}

.wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox:active,
.wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox:focus,
.wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox:hover,
.wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox:visited {
    text-decoration: none;
    outline: 0;
    color: #000;
    border-bottom-color: #d2d2d2
}

.wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox .wpTextContainer {
    padding: 20px 40px 40px 40px;
    text-decoration: none
}

.wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox .wpTextContainer .wpItalicText {
    font-style: italic
}

.wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox .wpTextContainer .wpLightText {
    font-weight: lighter
}

.resultcount {
    color: #aaa
}

.wpSearchContentElementAccordionItem {
    display: block
}

@media (min-width:1024px) {
    .wpSearchContentElementAccordionItem {
        display: none
    }
}

.wpSearchContentElementAccordionItem .wpSearchContentElementAccordionItemHeader {
    text-align: center
}

.wpSearchContentElementAccordionItem .wpSearchContentElementAccordionItemHeader A {
    display: block;
    border-top: solid 1px #fff;
    font-family: FFDINWebPro, sans-serif;
    padding: 22px 0 22px 0;
    font-size: .8823529412rem;
    line-height: 25px;
    position: relative;
    font-weight: lighter;
    font-size: 1.1176470588rem
}

@media (min-width:1024px) {
    .wpSearchContentElementAccordionItem .wpSearchContentElementAccordionItemHeader A {
        padding: 16px 42px 16px 0;
        line-height: 29px;
        font-size: 1.1176470588rem
    }
}

.wpSearchContentElementAccordionItem .wpSearchContentElementAccordionItemHeader A:after {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpSearchContentElementAccordionItem .wpSearchContentElementAccordionItemHeader A:after {
    position: absolute;
    top: 22px;
    right: 15px;
    font-size: 15px;
    line-height: 29px;
    transition: all .3s ease;
    display: block
}

.wpSearchContentElementAccordionItem .wpSearchContentElementAccordionItemHeader A:active,
.wpSearchContentElementAccordionItem .wpSearchContentElementAccordionItemHeader A:focus,
.wpSearchContentElementAccordionItem .wpSearchContentElementAccordionItemHeader A:hover {
    text-decoration: none;
    color: #069
}

.wpSearchContentElementAccordionItem .wpSearchContentElementAccordionItemHeader A[aria-expanded=true]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.nav-tabs .nav-link.active span {
    color: #069
}

.wpPageSpecialSearchContainer {
    width: 100%
}

.wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:1440px) {
    .wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox {
        width: 66.66%
    }
}

@media (min-width:1024px) {
    .wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox .wpPersonImageWrapper {
    width: 100%;
    border-right: none;
    border-bottom: 2px solid #f6f6f6;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:1024px) {
    .wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox .wpPersonImageWrapper {
        width: 35%;
        -webkit-flex-shrink: 0;
        flex-shrink: 0;
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
        flex-grow: 0;
        border-bottom: none;
        border-right: 2px solid #f6f6f6
    }
}

.wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox .wpPersonSearchContent {
    width: 100%;
    padding: 20px 40px 40px 40px
}

.wpPageSpecialSearchContainer .wpSearchWrapper .wpResultBox .wpPersonImage {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: 20px;
    background-size: cover;
    width: 120px;
    height: 120px;
    border-radius: 100%
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0
}

.ui-front {
    z-index: 99999
}

.ui-autocomplete {
    border: none!important;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    width: 80%!important
}

.ui-autocomplete .ui-state-focus {
    background: #f6f6f6!important;
    border: none!important
}

.ui-autocomplete .ui-state-focus a:hover {
    color: #000!important
}

.ui-menu a {
    display: block;
    color: #333
}

.ui-autocomplete .mb-definition {
    font-size: .8em;
    padding-left: .5em
}

.media-heading a:hover {
    color: #069!important;
    text-decoration: none
}

.ui-autocomplete-category {
    background: #069!important;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    margin: 0 -2px 0 -2px;
    padding: 2px 4px
}

.pull-right {
    display: none!important
}

.ui-autocomplete-category:first-child {
    margin-top: -2px;
    padding-left: 20px
}

.ui-autocomplete li a {
    padding-left: 20px!important
}

.ui-autocomplete .ui-menu-item {
    position: relative;
    margin: 1px 0 1px 0!important;
    padding: 1px 0 1px 0!important;
    border-bottom: 1px solid #e6e6e6
}

.ui-autocomplete li {
    clear: both
}

.ui-autocomplete li a {
    padding-left: 4px
}

.ui-autocomplete a.ui-state-focus,
.ui-autocomplete a:hover {
    background: #069!important;
    color: #fff!important;
    text-decoration: none
}

ul.ui-autocomplete {
    text-align: left
}

.mb-flexbox .media-body p {
    margin-bottom: 40px
}

.mb-flexbox .media-body a {
    color: #000
}

.mb-flexbox .mb-component-container .btn {
    display: block
}

.mb-flexbox .mb-component-container a:hover {
    color: #fff
}

.tab-content {
    width: 100%
}

.tab-content .wpSearchResults EM {
    color: #000;
    background-color: #b2d1e0;
    font-style: normal;
    display: inline;
    padding-left: 2px;
    padding-right: 2px
}

.tab-content .wpSearchFilter {
    margin-top: 20px
}

.tab-content .wpSearchFilter .filters {
    border: 2px solid #d2d2d2;
    background-color: #fff;
    white-space: nowrap
}

.tab-content .wpSearchFilter .wpSearchContentElementAccordionItemHeader A {
    line-height: 100%;
    padding: 15px 42px 16px 0
}

.tab-content .wpSearchFilter .wpSearchContentElementAccordionItemHeader A:after {
    top: 12px
}

.tab-content .wpSearchFilter .wpSearchContentElementAccordionItem {
    display: block
}

.tab-content .wpSearchFilter .accordion {
    background-color: #fff;
    color: #969696;
    cursor: pointer;
    padding: 13px;
    width: 100%;
    border: none;
    outline: 0;
    transition: .4s;
    text-align: center;
    font-weight: lighter;
    font-size: 1.1176470588rem
}

.tab-content .wpSearchFilter .accordion:hover,
.tab-content .wpSearchFilter .active {
    color: #069
}

.tab-content .wpSearchFilter .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.tab-content .wpSearchFilter .active:after {
    content: "\2212"
}

.tab-content .wpSearchFilter .panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

@media (min-width:1440px) {
    .tab-content .wpSearchFilter {
        margin-top: 0
    }
}

.wpFooter {
    clear: both
}

.custom-control .nav {
    display: block
}

.custom-control .mb-tooltip {
    padding-left: 5px
}

@media (min-width:1024px) {
    .tab-content>.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.wpPageSpecialSearchText a:before {
    font-family: tuwienIcon!important;
    font-size: 27px;
    speak: none;
    color: #fff;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    margin-right: 20px
}

.wpPageSpecialSearchText {
    text-align: center
}

.wpPageSpecialSearchText A {
    line-height: 1.2;
    letter-spacing: .09em;
    font-size: 30px;
    color: #fff!important
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-menu {
    list-style: none;
    padding: 2px;
    margin: 0;
    display: block;
    outline: 0
}

.ui-front {
    z-index: 99999
}

.ui-autocomplete {
    border: none!important;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    width: 80%!important
}

.ui-autocomplete .ui-state-focus {
    background: #f6f6f6!important;
    border: none!important
}

.ui-autocomplete .ui-state-focus a:hover {
    color: #000!important
}

.ui-menu a {
    display: block;
    color: #333
}

.ui-autocomplete .mb-definition {
    font-size: .8em;
    padding-left: .5em
}

.media-heading a:hover {
    color: #069!important;
    text-decoration: none
}

.ui-autocomplete-category {
    background: #069!important;
    color: #fff;
    font-size: .9em;
    font-weight: 400;
    margin: 0 -2px 0 -2px;
    padding: 2px 4px
}

.pull-right {
    display: none!important
}

.ui-autocomplete-category:first-child {
    margin-top: -2px;
    padding-left: 20px
}

.ui-autocomplete li a {
    padding-left: 20px!important
}

.ui-autocomplete .ui-menu-item {
    position: relative;
    margin: 1px 0 1px 0!important;
    padding: 1px 0 1px 0!important;
    border-bottom: 1px solid #e6e6e6
}

.ui-autocomplete li {
    clear: both
}

.ui-autocomplete li a {
    padding-left: 4px
}

.ui-autocomplete a.ui-state-focus,
.ui-autocomplete a:hover {
    background: #069!important;
    color: #fff!important;
    text-decoration: none
}

ul.ui-autocomplete {
    text-align: left
}

.mb-flexbox .media-body p {
    margin-bottom: 40px
}

.mb-flexbox .media-body a {
    color: #000
}

.mb-flexbox .mb-component-container .btn {
    display: block
}

.mb-flexbox .mb-component-container a:hover {
    color: #fff
}

.tab-content {
    width: 100%
}

.tab-content .wpSearchResults EM {
    color: #000;
    background-color: #b2d1e0;
    font-style: normal;
    display: inline;
    padding-left: 2px;
    padding-right: 2px
}

.tab-content .wpSearchFilter {
    margin-top: 20px
}

.tab-content .wpSearchFilter .filters {
    border: 2px solid #d2d2d2;
    background-color: #fff;
    white-space: nowrap
}

.tab-content .wpSearchFilter .wpSearchContentElementAccordionItemHeader A {
    line-height: 100%;
    padding: 15px 42px 16px 0
}

.tab-content .wpSearchFilter .wpSearchContentElementAccordionItemHeader A:after {
    top: 12px
}

.tab-content .wpSearchFilter .wpSearchContentElementAccordionItem {
    display: block
}

.tab-content .wpSearchFilter .accordion {
    background-color: #fff;
    color: #969696;
    cursor: pointer;
    padding: 13px;
    width: 100%;
    border: none;
    outline: 0;
    transition: .4s;
    text-align: center;
    font-weight: lighter;
    font-size: 1.1176470588rem
}

.tab-content .wpSearchFilter .accordion:hover,
.tab-content .wpSearchFilter .active {
    color: #069
}

.tab-content .wpSearchFilter .accordion:after {
    content: '\002B';
    color: #777;
    font-weight: 700;
    float: right;
    margin-left: 5px
}

.tab-content .wpSearchFilter .active:after {
    content: "\2212"
}

.tab-content .wpSearchFilter .panel {
    padding: 0 18px;
    background-color: #fff;
    max-height: 0;
    overflow: hidden;
    transition: max-height .2s ease-out
}

@media (min-width:1440px) {
    .tab-content .wpSearchFilter {
        margin-top: 0
    }
}

.wpFooter {
    clear: both
}

.custom-control .nav {
    display: block
}

.custom-control .mb-tooltip {
    padding-left: 5px
}

@media (min-width:1024px) {
    .tab-content>.active {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.wpGeneralContentElement.wpContentElementAccordion {
    margin-top: 18px;
    margin-bottom: 18px;
    border-bottom: solid 1px #d2d2d2
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementAccordion {
        margin-top: 40px;
        margin-bottom: 40px
    }
}

.wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemHeader A {
    display: block;
    border-top: solid 1px #d2d2d2;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 700;
    padding: 11px 0 11px 0;
    color: #069;
    font-size: .8823529412rem;
    line-height: 25px;
    position: relative
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemHeader A {
        padding: 16px 42px 16px 0;
        line-height: 29px;
        font-size: 1.1176470588rem
    }
}

.wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemHeader A:after {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemHeader A:after {
    position: absolute;
    top: 16px;
    right: 15px;
    color: #969696;
    font-size: 15px;
    line-height: 29px;
    transition: all .3s ease;
    display: block
}

.wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemHeader A:active,
.wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemHeader A:focus,
.wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemHeader A:hover {
    text-decoration: none
}

.wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemHeader A:active:after,
.wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemHeader A:focus:after,
.wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemHeader A:hover:after {
    color: #069
}

.wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemHeader A[aria-expanded=true]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemContent:after {
    content: "";
    display: block;
    height: 16px
}

.wpGeneralContentElement.wpContentElementAccordion .wpContentElementAccordionItem .wpContentElementAccordionItemContent>:first-child {
    margin-top: 0
}

.mask-accordion-image {
    max-width: 100%;
    height: auto;
    margin-bottom: 15px
}

.wpGeneralContentElement.wpContentElementDownload {
    margin-top: 28px;
    margin-bottom: 50px
}

.wpGeneralContentElement.wpContentElementDownload>:first-child {
    margin-top: 0
}

.wpGeneralContentElement.wpContentElementDownload>:last-child {
    margin-bottom: 0
}

.wpGeneralContentElement.wpContentElementDownload>P {
    margin-top: 12px
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementDownload>P {
        margin-top: 15px
    }
}

.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton {
    padding: 3px 15px 3px 15px;
    border: solid #d2d2d2 1px;
    text-decoration: none;
    border-radius: 12px;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .3s ease
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton {
        padding: 7px 20px 7px 20px
    }
}

.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton I {
    font-size: .8823529412rem;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    top: 2px;
    transition: color .3s ease;
    color: #969696
}

.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton I:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton I {
        margin-right: 15px;
        font-size: 1.1764705882rem
    }
}

.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton>SPAN {
    display: inline-block;
    font-size: .7647058824rem;
    line-height: 1.1;
    margin-right: 10px;
    color: #6e6e6e;
    transition: color .3s ease
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton>SPAN {
        margin-right: 15px;
        font-size: .8823529412rem;
        line-height: 1.933333333
    }
}

.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton SMALL {
    display: inline-block;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    font-size: .6470588235rem;
    line-height: 1.1;
    color: #969696;
    letter-spacing: .09rem;
    transition: color .3s ease
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton SMALL {
        font-size: .7647058824rem
    }
}

.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton SMALL SPAN {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px
}

.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton:active,
.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton:focus,
.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton:hover {
    background-color: #e6e6e6
}

.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton:active I,
.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton:focus I,
.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton:hover I {
    color: #069
}

.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton:active SMALL,
.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton:active SPAN,
.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton:focus SMALL,
.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton:focus SPAN,
.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton:hover SMALL,
.wpGeneralContentElement.wpContentElementDownload>P .wpContentElementDownloadButton:hover SPAN {
    color: #000
}

.wpGeneralContentElement.wpContentElementHeaderBig h1 {
    width: 100%
}

@media (min-width:1440px) {
    .wpGeneralContentElement.wpContentElementHeaderBig h1 {
        max-width: 66.6666666667%
    }
}

#wpPageWrapper .wpGeneralContentWrappper:first-child .wpContentElementHeaderBig:first-child {
    margin-top: -14px!important
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-right: 0;
    margin-left: 0
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroRow {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroRow>.col,
.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroRow>[class*=col-] {
    padding-right: 0;
    padding-left: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroRow>.col.wpContentElementHeroCol-2,
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroRow>[class*=col-].wpContentElementHeroCol-2 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroRow>.col.wpContentElementHeroCol-3,
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroRow>[class*=col-].wpContentElementHeroCol-3 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%
    }
}

.wpContentElementHeroCarousel:not(.owl-carousel) .wpContentElementHeroSlide {
    display: none
}

.wpContentElementHeroCarousel:not(.owl-carousel) .wpContentElementHeroSlide:nth-child(1) {
    display: block!important
}

.wpContentElementHeroCarousel.wpContentElementHeroCarouselWhite {
    background: #fff
}

.wpContentElementHeroCarousel.wpContentElementHeroCarouselLightBlue {
    background: #66a3c1;
    color: #fff
}

.wpContentElementHeroCarousel.wpContentElementHeroCarouselLightBlue * {
    color: #fff
}

.wpContentElementHeroCarousel.wpContentElementHeroCarouselBlue {
    background: #069;
    color: #fff
}

.wpContentElementHeroCarousel.wpContentElementHeroCarouselBlue * {
    color: #fff
}

.wpContentElementHeroCarousel.wpContentElementHeroCarouselDarkBlue {
    background: #084f72;
    color: #fff
}

.wpContentElementHeroCarousel.wpContentElementHeroCarouselDarkBlue * {
    color: #fff
}

.wpContentElementHeroCarousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 12px;
    text-align: center
}

@media (min-width:1024px) {
    .wpContentElementHeroCarousel .owl-dots {
        bottom: 32px
    }
}

.wpContentElementHeroCarousel .owl-dots .owl-dot {
    display: inline-block;
    margin: 0 6px 0 6px;
    padding: 1px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: 0 0;
    transition: all .3s ease
}

@media (min-width:1024px) {
    .wpContentElementHeroCarousel .owl-dots .owl-dot {
        width: 8px;
        height: 8px
    }
}

.wpContentElementHeroCarousel .owl-dots .owl-dot SPAN {
    display: block;
    height: 4px;
    width: 4px;
    border-radius: 50%;
    background: #d2d2d2;
    transition: all .3s ease
}

@media (min-width:1024px) {
    .wpContentElementHeroCarousel .owl-dots .owl-dot SPAN {
        height: 6px;
        width: 6px
    }
}

.wpContentElementHeroCarousel .owl-dots .owl-dot.active {
    background: #d2d2d2
}

.wpContentElementHeroCarousel.wpContentElementHeroCarouselBlue .owl-dot SPAN,
.wpContentElementHeroCarousel.wpContentElementHeroCarouselBlue .owl-dot.active,
.wpContentElementHeroCarousel.wpContentElementHeroCarouselDarkBlue .owl-dot SPAN,
.wpContentElementHeroCarousel.wpContentElementHeroCarouselDarkBlue .owl-dot.active,
.wpContentElementHeroCarousel.wpContentElementHeroCarouselLightBlue .owl-dot SPAN,
.wpContentElementHeroCarousel.wpContentElementHeroCarouselLightBlue .owl-dot.active {
    background: #fff
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide {
    overflow: hidden;
    position: relative;
    height: 320px
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide {
        width: 100%;
        height: auto;
        padding-bottom: 33.33%
    }
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide .wpContentElementHeroSlideContentWrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 50;
    max-width: 749px;
    margin-left: auto;
    margin-right: auto;
    padding: 45px 15px 45px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide .wpContentElementHeroSlideContentWrapper {
        padding: 30px 30px 45px 30px
    }
}

@media (min-width:1440px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide .wpContentElementHeroSlideContentWrapper {
        padding: 60px 60px 60px 60px
    }
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCol-2 .wpContentElementHeroSlide {
        padding-bottom: 66.66%!important
    }
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCol-3 .wpContentElementHeroSlide {
        padding-bottom: 100%!important
    }
}

BODY[data-pagelayout=home] .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide {
    height: 320px
}

@media (min-width:1024px) {
    BODY[data-pagelayout=home] .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide {
        width: 100%;
        height: auto!important;
        padding-bottom: 100%
    }
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselPlayControl {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 40px;
    width: 40px;
    text-align: center;
    font-size: 14px;
    padding: 8px;
    display: none;
    z-index: 20;
    color: #fff;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    transition: all .3s ease
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselPlayControl {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselPlayControl:active,
.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselPlayControl:focus,
.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselPlayControl:hover {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #373737 0, #373737 100%)
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselPlayControl SPAN {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselPlayControl SPAN:before {
    line-height: inherit!important
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselPlayControl[data-state=pause] SPAN:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselPlayControl[data-state=play] SPAN:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselImage .wpContentElementHeroCarouselPlayControl {
    height: 60px;
    width: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end;
    padding-right: 12px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .3) 100%)
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselImage .wpContentElementHeroCarouselPlayControl:active,
.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselImage .wpContentElementHeroCarouselPlayControl:focus,
.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroCarouselImage .wpContentElementHeroCarouselPlayControl:hover {
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, .5) 100%)
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideImage {
    position: relative
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideImage PICTURE {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideImage PICTURE IMG {
    position: relative;
    display: block;
    padding: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit:cover;'
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideImage>IMG {
    position: absolute;
    display: block;
    padding: 0;
    margin: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    background-size: cover!important
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideQuote .wpContentElementHeroSlideContentWrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    width: 100%
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideQuote .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideQuoteCopyright {
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-size: .6470588235rem;
    margin-bottom: 12px
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideQuote .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideQuoteCopyright {
        font-size: .5294117647rem;
        margin-bottom: 16px
    }
}

@media (min-width:1440px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideQuote .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideQuoteCopyright {
        font-size: .6470588235rem;
        margin-bottom: 16px
    }
}

@media (min-width:1680px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideQuote .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideQuoteCopyright {
        font-size: .8823529412rem;
        margin-bottom: 16px
    }
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideQuote .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideQuoteText {
    font-family: FFDINWebPro, sans-serif;
    font-weight: 400;
    line-height: 1.5882352941;
    font-size: 1rem;
    margin-bottom: 0;
    display: block;
    width: 100%
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideQuote .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideQuoteText {
        font-size: .7058823529rem;
        line-height: 1.4
    }
}

@media (min-width:1440px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideQuote .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideQuoteText {
        font-size: 1.0588235294rem;
        line-height: 1.4
    }
}

@media (min-width:1680px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideQuote .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideQuoteText {
        font-size: 1.4705882353rem;
        line-height: 1.4
    }
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideQuote.wpContentElementHeroSlideQuoteWithMarks .wpContentElementHeroSlideQuoteText:before {
    content: "„"
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideQuote.wpContentElementHeroSlideQuoteWithMarks .wpContentElementHeroSlideQuoteText:after {
    content: "“"
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText {
    height: auto
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText:not(.wpContentElementHeroSlideTextLeft) {
    text-align: center
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    width: 100%;
    position: relative
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper {
        position: absolute
    }
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextContent h2 {
        font-size: .7058823529rem
    }
}

@media (min-width:1440px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextContent h2 {
        font-size: 1.0588235294rem
    }
}

@media (min-width:1680px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextContent h2 {
        font-size: 1.4705882353rem
    }
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextContent p {
        font-size: .5294117647rem
    }
}

@media (min-width:1440px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextContent p {
        font-size: .7647058824rem
    }
}

@media (min-width:1680px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextContent p {
        font-size: 1rem
    }
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextContent>:first-child {
    margin-top: 0
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextContent>:last-child {
    margin-bottom: 0
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextLink {
    padding-top: 15px
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextLink {
        padding-top: 0;
        position: absolute;
        bottom: 80px;
        left: 52px;
        right: 52px
    }
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextLink A {
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-size: .6470588235rem;
    text-transform: uppercase
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextLink A:after {
    display: inline-block;
    padding-left: 14px;
    font-weight: 400;
    content: '›';
    font-size: .9117647059rem
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextLink A {
        font-size: .4705882353rem
    }
}

@media (min-width:1440px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextLink A {
        font-size: .5882352941rem
    }
}

@media (min-width:1680px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideText .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideTextLink A {
        font-size: .7647058824rem
    }
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideCounter .wpContentElementHeroSlideContentWrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    width: 100%
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideCounter .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideCounterNumber {
    font-family: FFDINWebPro, sans-serif;
    font-weight: 700;
    font-size: 3.5294117647rem;
    line-height: 1.2;
    margin-bottom: 25px;
    white-space: nowrap;
    letter-spacing: 0
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideCounter .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideCounterNumber {
        font-size: 2.3529411765rem
    }
}

@media (min-width:1440px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideCounter .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideCounterNumber {
        font-size: 3.5294117647rem;
        margin-bottom: 18px
    }
}

@media (min-width:1680px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideCounter .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideCounterNumber {
        font-size: 4.7058823529rem
    }
}

.wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideCounter .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideCounterLabel {
    font-size: .8823529412rem;
    line-height: 1.666666;
    margin-bottom: 0
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideCounter .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideCounterLabel {
        font-size: .5294117647rem
    }
}

@media (min-width:1440px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideCounter .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideCounterLabel {
        font-size: .7647058824rem
    }
}

@media (min-width:1680px) {
    .wpGeneralContentElement.wpContentElementHero .wpContentElementHeroSlide.wpContentElementHeroSlideCounter .wpContentElementHeroSlideContentWrapper .wpContentElementHeroSlideCounterLabel {
        font-size: 1rem;
        line-height: 1.7
    }
}

.wpContentElementHomeIntro {
    width: 100%;
    height: 56.25vw;
    max-height: 65vh;
    position: relative;
    display: block;
    z-index: 1
}

.wpContentElementHomeIntro .wpBackground {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    padding: 0;
    z-index: 10;
    overflow: hidden;
    background: #fff
}

.wpContentElementHomeIntro .wpBackgroundImage {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 20;
    margin: 0;
    padding: 0
}

.wpContentElementHomeIntro .wpBackgroundImage picture {
    display: block;
    width: 100%;
    height: 100%
}

.wpContentElementHomeIntro .wpBackgroundImage picture IMG {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.wpContentElementHomeIntro .wpBackgroundVideo {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 30;
    margin: 0;
    padding: 0
}

.wpContentElementHomeIntro .wpBackgroundVideo VIDEO {
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    transition: -webkit-filter 1.5s ease, -webkit-transform 1.5s ease;
    transition: filter 1.5s ease, transform 1.5s ease;
    transition: filter 1.5s ease, transform 1.5s ease, -webkit-filter 1.5s ease, -webkit-transform 1.5s ease;
    transition-delay: .1s, .5s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-filter: blur(55px);
    filter: blur(55px)
}

.wpContentElementHomeIntro .wpBackgroundVideo VIDEO.lazyloading {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0);
    -webkit-transform: scale(1);
    transform: scale(1)
}

.wpContentElementHomeIntro .wpContent {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    z-index: 50;
    background: rgba(0, 0, 0, .3);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.wpContentElementHomeIntro .wpContent h1 {
    margin: 0;
    padding: 0;
    display: block;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 1.4117647059rem;
    line-height: 1.2;
    color: #fff
}

@media (min-width:576px) {
    .wpContentElementHomeIntro .wpContent h1 {
        font-size: 2.1176470588rem;
        margin-top: 30px;
        margin-bottom: 15px
    }
}

@media (min-width:1024px) {
    .wpContentElementHomeIntro .wpContent h1 {
        font-size: 4.2352941176rem;
        margin-top: 50px;
        margin-bottom: 25px
    }
}

.wpContentElementHomeIntro .wpContentLink {
    display: inline-block;
    position: relative;
    height: 30px;
    line-height: 28px;
    padding-left: 22px;
    padding-right: 22px;
    margin-top: 10px;
    margin-bottom: 20px;
    border: solid 1px #fff;
    color: #fff;
    border-radius: 22px;
    text-transform: uppercase;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 700;
    font-size: .8235294118rem;
    background: rgba(0, 0, 0, .3);
    transition: color .3s ease, background .3s ease
}

@media (min-width:576px) {
    .wpContentElementHomeIntro .wpContentLink {
        margin-top: 15px;
        margin-bottom: 30px
    }
}

@media (min-width:1024px) {
    .wpContentElementHomeIntro .wpContentLink {
        margin-top: 25px;
        margin-bottom: 50px;
        height: 46px;
        line-height: 46px;
        padding-left: 23px;
        padding-right: 23px;
        border-radius: 34px;
        font-size: 1.1176470588rem
    }
}

.wpContentElementHomeIntro .wpContentLink .wpIcon {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 3px;
    left: 3px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #000;
    background-color: #fff;
    transition: color .3s ease, background .3s ease;
    font-size: 13px;
    line-height: 1
}

@media (min-width:1024px) {
    .wpContentElementHomeIntro .wpContentLink .wpIcon {
        top: 5px;
        left: 6px;
        width: 34px;
        height: 34px;
        font-size: 16px
    }
}

.wpContentElementHomeIntro .wpContentLink .wpIcon:before {
    line-height: 1;
    position: relative;
    left: 2px
}

.wpContentElementHomeIntro .wpContentLink .wpLinkText {
    display: inline-block;
    line-height: 1
}

.wpContentElementHomeIntro .wpContentLink .wpIcon+.wpLinkText {
    padding-left: 15px
}

@media (min-width:1024px) {
    .wpContentElementHomeIntro .wpContentLink .wpIcon+.wpLinkText {
        padding-left: 30px
    }
}

.wpContentElementHomeIntro .wpContentLink:active,
.wpContentElementHomeIntro .wpContentLink:focus,
.wpContentElementHomeIntro .wpContentLink:hover {
    text-decoration: none;
    background-color: #fff;
    color: #069
}

.wpContentElementHomeIntro .wpContentLink:active .wpIcon,
.wpContentElementHomeIntro .wpContentLink:focus .wpIcon,
.wpContentElementHomeIntro .wpContentLink:hover .wpIcon {
    background-color: #069;
    color: #fff
}

.wpContentElementHomeIntro .wpContentLink.wpContentLinkYoutube .wpIcon:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentElementHomeIntro .wpVideoControlButton {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 70px;
    width: 70px;
    text-align: center;
    font-size: 20px;
    line-height: 1;
    padding: 20px 00px 00px 20px;
    z-index: 20;
    color: #fff;
    border: none;
    background: 0 0;
    -webkit-appearance: none;
    display: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 100%);
    transition: background .3s ease
}

@media (min-width:1024px) {
    .wpContentElementHomeIntro .wpVideoControlButton {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.wpContentElementHomeIntro .wpVideoControlButton:active,
.wpContentElementHomeIntro .wpVideoControlButton:focus,
.wpContentElementHomeIntro .wpVideoControlButton:hover {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0) 40%, #000 100%);
    outline: 0
}

.wpContentElementHomeIntro .wpVideoControlButton SPAN {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex
}

.wpContentElementHomeIntro .wpVideoControlButton SPAN:before {
    line-height: inherit!important
}

.wpContentElementHomeIntro .wpVideoControlButton[data-state=pause] SPAN:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentElementHomeIntro .wpVideoControlButton[data-state=play] SPAN:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList {
    margin-top: 15px;
    overflow-x: auto
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList {
        margin-top: 45px
    }
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE {
    width: 100%
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TD,
.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TH {
    padding: 10px
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TD,
    .wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TH {
        padding: 30px 15px
    }
}

@media (min-width:1440px) {
    .wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TD,
    .wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TH {
        padding: 30px
    }
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TD.wpColumn,
.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TH.wpColumn {
    display: none
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TD.wpColumn,
    .wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TH.wpColumn {
        display: table-cell
    }
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE THEAD TH {
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    letter-spacing: .09rem;
    font-size: .6470588235rem;
    line-height: 1.2;
    color: #6e6e6e;
    text-transform: uppercase;
    border-top: solid 1px #e6e6e6;
    border-bottom: solid 1px #e6e6e6;
    padding-top: 20px
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE THEAD TH {
        font-size: .7647058824rem;
        padding-top: 45px
    }
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TBODY TR TD {
    border-bottom: solid 1px #e6e6e6;
    transition: background .3s ease
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TBODY TR TD A {
    display: block;
    color: #000
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TBODY TR TD A:active,
.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TBODY TR TD A:focus,
.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TBODY TR TD A:hover {
    text-decoration: none
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TABLE TBODY TR:hover TD {
    background: #fff
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList .wpDesktopColumn {
    display: none
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList .wpDesktopColumn {
        display: table-cell
    }
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody TD.wpFileExtension {
    padding-top: 0!important;
    padding-bottom: 0!important;
    width: 45px
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementJobOffers .wpBody TD.wpFileExtension {
        width: 105px
    }
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody TD.wpFileExtension A {
    display: inline-block;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    letter-spacing: .09rem;
    font-size: .4705882353rem;
    line-height: 25px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #d2d2d2;
    color: #6e6e6e;
    transition: background .3s ease, color .3s ease;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementJobOffers .wpBody TD.wpFileExtension A {
        height: 45px;
        width: 45px;
        font-size: .7647058824rem;
        line-height: 45px
    }
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody TD.wpFileExtension A:active,
.wpGeneralContentElement.wpContentElementJobOffers .wpBody TD.wpFileExtension A:focus,
.wpGeneralContentElement.wpContentElementJobOffers .wpBody TD.wpFileExtension A:hover {
    text-decoration: none
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TBODY TR:hover TD.wpFileExtension A {
    background-color: #069;
    color: #fff
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TBODY TR TD.wpFilenameLink A {
    color: #069;
    font-weight: 700;
    display: block
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TBODY TR TD.wpIconLink A {
    color: #969696;
    display: block;
    transition: color .3s ease
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TBODY TR TD.wpIconLink A:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TBODY TR TD.wpIconLink A:active,
.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TBODY TR TD.wpIconLink A:focus,
.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TBODY TR TD.wpIconLink A:hover {
    text-decoration: none
}

.wpGeneralContentElement.wpContentElementJobOffers .wpBody .wpJobList TBODY TR:hover TD.wpIconLink A {
    color: #069
}

.wpGeneralContentElement.wpContentElementQuote {
    border-left: solid 1px #d2d2d2;
    padding-left: 10px;
    margin-top: 8px;
    margin-bottom: 12px
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementQuote {
        padding-left: 45px;
        margin-top: 36px;
        margin-bottom: 40px
    }
}

.wpGeneralContentElement.wpContentElementQuote .wpContentElementQuoteText {
    margin-top: 0;
    margin-bottom: 8px;
    font-weight: 300;
    font-style: italic;
    color: #6e6e6e
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementQuote .wpContentElementQuoteText {
        margin-bottom: 20px
    }
}

.wpGeneralContentElement.wpContentElementQuote .wpContentElementQuoteText:before {
    content: "» "
}

.wpGeneralContentElement.wpContentElementQuote .wpContentElementQuoteText:after {
    content: " «"
}

.wpGeneralContentElement.wpContentElementQuote .wpContentElementQuoteFooter CITE {
    font-style: normal
}

.wpGeneralContentElement.wpContentElementQuote .wpContentElementQuoteFooter CITE .wpContentElementQuoteFooterName {
    font-weight: 900;
    color: #069;
    font-size: .6470588235rem;
    line-height: 1.2;
    margin-top: 6px;
    margin-bottom: 0;
    letter-spacing: .09rem
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementQuote .wpContentElementQuoteFooter CITE .wpContentElementQuoteFooterName {
        font-size: .7647058824rem
    }
}

.wpGeneralContentElement.wpContentElementQuote .wpContentElementQuoteFooter CITE .wpContentElementQuoteFooterTitle {
    margin-top: 1px;
    margin-bottom: 0;
    font-size: .6470588235rem;
    line-height: 1.2
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementQuote .wpContentElementQuoteFooter CITE .wpContentElementQuoteFooterTitle {
        margin-top: 6px;
        font-size: .7647058824rem
    }
}

.wpGeneralContentElement.wpContentElementProfile {
    padding-left: 0;
    padding-right: 0;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: 30px;
    margin-bottom: 30px
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementProfile {
        margin-top: 70px;
        margin-bottom: 70px;
        padding-left: 0;
        padding-right: 0;
        margin-left: 0;
        margin-right: 0
    }
}

.wpGeneralContentElement.wpContentElementProfile DL {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: 0!important;
    margin-right: 0!important;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementProfile DL {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.wpGeneralContentElement.wpContentElementProfile DL>DD,
.wpGeneralContentElement.wpContentElementProfile DL>DT {
    text-align: left;
    background: #e6e6e6;
    padding: 20px 10px 16px 10px;
    font-size: .7647058824rem;
    line-height: 1.77
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementProfile DL>DD,
    .wpGeneralContentElement.wpContentElementProfile DL>DT {
        padding: 26px 15px 26px 15px;
        font-size: .8823529412rem;
        line-height: 1.66
    }
}

.wpGeneralContentElement.wpContentElementProfile DL>DT {
    width: 100%;
    word-break: break-all;
    padding-bottom: 0
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementProfile DL>DT {
        width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
        -webkit-align-self: stretch;
        align-self: stretch;
        margin-bottom: 1px
    }
}

.wpGeneralContentElement.wpContentElementProfile DL>DD {
    width: 100%;
    margin-bottom: 1px;
    background: #e6e6e6
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementProfile DL>DD {
        width: auto;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 75%;
        flex: 0 0 75%;
        max-width: 75%;
        -webkit-align-self: stretch;
        align-self: stretch
    }
}

.wpGeneralContentElement.wpContentElementProfile DL>DD>:first-child {
    margin-top: 0
}

.wpGeneralContentElement.wpContentElementProfile DL>DD>:first-child>P {
    margin-top: 0
}

.wpGeneralContentElement.wpContentElementProfile DL>DD>:last-child {
    margin-bottom: 0
}

.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileLink A {
    text-decoration: none;
    border-bottom: none;
    position: relative;
    display: block;
    padding-left: 14px
}

.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileLink A:before {
    content: "›";
    display: inline-block;
    width: 14px;
    position: absolute;
    top: 0;
    left: 0
}

.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton {
    margin-top: 12px
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton {
        margin-top: 15px
    }
}

.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A {
    padding: 3px 15px 3px 15px;
    border: solid #d2d2d2 1px;
    text-decoration: none;
    border-radius: 12px;
    display: inline-block;
    max-width: 100%;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    transition: all .3s ease
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A {
        padding: 7px 20px 7px 20px
    }
}

.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A I {
    font-size: .8823529412rem;
    line-height: 1;
    margin-right: 10px;
    position: relative;
    top: 2px;
    transition: color .3s ease;
    color: #969696
}

.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A I:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A I {
        margin-right: 15px;
        font-size: 1.1764705882rem
    }
}

.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A>SPAN {
    display: inline-block;
    font-size: .7647058824rem;
    line-height: 1.1;
    margin-right: 10px;
    color: #6e6e6e;
    transition: color .3s ease
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A>SPAN {
        margin-right: 15px;
        font-size: .8823529412rem;
        line-height: 1.933333333
    }
}

.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A SMALL {
    display: inline-block;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    font-size: .6470588235rem;
    line-height: 1.1;
    color: #969696;
    letter-spacing: .09rem;
    transition: color .3s ease
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A SMALL {
        font-size: .7647058824rem
    }
}

.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A SMALL SPAN {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px
}

.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A:active,
.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A:focus,
.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A:hover {
    background-color: #e6e6e6
}

.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A:active I,
.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A:focus I,
.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A:hover I {
    color: #069
}

.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A:active SMALL,
.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A:active SPAN,
.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A:focus SMALL,
.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A:focus SPAN,
.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A:hover SMALL,
.wpGeneralContentElement.wpContentElementProfile .wpContentElementProfileDownloadButton A:hover SPAN {
    color: #000
}

.wpGeneralContentElement.wpContentElementMedia {
    border-top: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
    margin-top: 30px;
    margin-bottom: 30px
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem {
    margin-top: 30px;
    margin-bottom: 20px
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem figcaption {
    margin-top: 15px;
    margin-bottom: 20px
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem figcaption .wpTitle {
    margin-top: 0;
    font-weight: 700;
    font-size: .8823529412rem;
    line-height: 1.2;
    color: #069
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem figcaption .wpDescription {
    font-size: .7647058824rem;
    line-height: 1.769;
    margin-top: 10px;
    margin-bottom: 0
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementMedia .wpMediaItem figcaption .wpDescription {
        font-size: .8823529412rem;
        line-height: 1.66
    }
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem figcaption .wpDescription.wpFullDescription {
    display: none
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemImage .wpImageHolder {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 66.66666666%;
    background-color: #e6e6e6
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemImage .wpImageHolder:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemImage .wpImageHolder:before {
    position: absolute;
    bottom: 0;
    right: 0;
    text-align: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    height: 45px;
    width: 45px;
    padding: 8px 8px 8px 8px;
    display: grid;
    font-size: .8823529412rem;
    line-height: 1;
    color: #fff;
    z-index: 500;
    transition: all .3s ease;
    background: #00000080
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemImage .wpImageHolder:active:before,
.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemImage .wpImageHolder:focus:before,
.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemImage .wpImageHolder:hover:before {
    background: #00000098
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemImage .wpImageHolder picture {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding: 0
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemImage .wpImageHolder picture IMG {
    position: relative;
    display: block;
    padding: 0;
    margin: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    font-family: 'object-fit:contain;'
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemImage .wpImageHolder:not(picture)>IMG {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: block;
    padding: 0;
    height: 100%;
    width: 100%;
    background-size: contain!important
}

.wpGeneralContentElement.wpContentElementMedia .wpMediaItem.wpMediaItemVideo>DIV {
    padding-bottom: 66.666%
}

.wpGeneralContentElement.wpContentElementText {
    margin-bottom: 30px
}

.wpGeneralContentWidget.wpGeneralWidgetAutoImgHeight IMG {
    height: auto
}

.wpGeneralContentWidget .wpGeneralWidgetBody DIV:last-child {
    margin-bottom: 0
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyLabel H2 {
    font-family: Roboto, sans-serif;
    margin-bottom: 20px
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyImage {
    margin-top: 14px;
    margin-bottom: 20px
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyImage IMG {
    border-radius: 100%
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyRte {
    display: block;
    margin-bottom: 25px;
    border-top: 1px solid #e6e6e6;
    padding-top: 20px
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyRte STRONG {
    font-weight: 700
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyRte A {
    text-decoration: none
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyRte P:first-child {
    margin-top: 0
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyRte P:last-child {
    margin-bottom: 0
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL {
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI {
    margin-bottom: 3px
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI:last-child {
    margin-bottom: 0
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A {
    display: block;
    position: relative;
    padding-left: 30px;
    color: #6e6e6e;
    font-size: .7647058824rem;
    line-height: 1.7692307692
}

@media (min-width:1024px) {
    .wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A {
        font-size: .8823529412rem;
        line-height: 1.6666666667
    }
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A:before {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 1rem;
    color: #969696
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A:active,
.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A:focus,
.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A:hover {
    text-decoration: none;
    color: #000
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A:active:before,
.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A:focus:before,
.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A:hover:before {
    color: #069
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A:active SMALL,
.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A:focus SMALL,
.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A:hover SMALL {
    color: #000
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A .wpGeneralWidgetBodyDownloadDescription {
    display: inline-block;
    margin-right: 6px
}

@media (min-width:768px) {
    .wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A .wpGeneralWidgetBodyDownloadDescription {
        display: block;
        margin-right: 0;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden
    }
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A SMALL {
    display: inline-block;
    margin-top: -3px;
    font-family: FFDINWebPro, sans-serif;
    color: #969696
}

@media (min-width:1024px) {
    .wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A SMALL {
        font-size: .7647058824rem;
        line-height: 1.2307692308;
        letter-spacing: .09rem
    }
}

@media (min-width:768px) {
    .wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A SMALL {
        display: block
    }
}

.wpGeneralContentWidget .wpGeneralWidgetBody .wpGeneralWidgetBodyDownload UL LI A SMALL .wpGeneralWidgetBodyDownloadExtension {
    text-transform: uppercase;
    display: inline-block;
    margin-right: 10px
}

.wpGeneralContentElement.wpContentElementTeaser {
    margin-bottom: 30px
}

.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch
}

.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 A.wpContentElementTeaserItemLink {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 100%
}

.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 A.wpContentElementTeaserItemLink:active,
.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 A.wpContentElementTeaserItemLink:focus,
.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 A.wpContentElementTeaserItemLink:hover {
    border-color: #d2d2d2;
    text-decoration: none
}

.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 A.wpContentElementTeaserItemLink:active PICTURE IMG,
.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 A.wpContentElementTeaserItemLink:focus PICTURE IMG,
.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 A.wpContentElementTeaserItemLink:hover PICTURE IMG {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 A.wpContentElementTeaserItemLink:active .wpContentElementTeaserHeader,
.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 A.wpContentElementTeaserItemLink:focus .wpContentElementTeaserHeader,
.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 A.wpContentElementTeaserItemLink:hover .wpContentElementTeaserHeader {
    color: #1e1e1e
}

.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 30px;
    color: #000;
    font-size: .8823529412rem;
    width: 100%;
    transition: border .3s ease
}

.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem PICTURE IMG {
    transition: all .3s ease;
    width: 100%
}

.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem .wpContentElementTeaserContent {
    padding: 0 15px 15px 15px;
    font-size: .7647058824rem;
    line-height: 1.7692307692
}

.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem .wpContentElementTeaserContent * {
    hyphens: auto;
    -ms-hyphens: auto;
    -webkit-hyphens: auto;
    word-wrap: break-word
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem .wpContentElementTeaserContent {
        font-size: .8823529412rem;
        line-height: 1.6666666667
    }
}

.wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem .wpContentElementTeaserContent .wpContentElementTeaserHeader {
    font-family: FFDINWebPro, sans-serif;
    color: #069;
    margin-bottom: 15px;
    font-weight: 700;
    margin-top: 22px;
    font-size: 1rem;
    line-height: 1.5882352941;
    letter-spacing: 0;
    transition: color .3s ease
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementTeaser .wpContentElementTeaserRow .col-12 .wpContentElementTeaserItem .wpContentElementTeaserContent .wpContentElementTeaserHeader {
        font-size: 1.1176470588rem;
        line-height: 1.5263157895;
        letter-spacing: .03rem
    }
}

.wpGeneralContent .wpGeneralContentElement.wpContentElementTeaser {
    padding-right: 0;
    padding-left: 0
}

.wpGeneralContentElement.wpContentElementOverviewMap {
    padding-top: 30px
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementOverviewMap {
        padding-top: 70px
    }
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0;
    margin-right: 0
}

@media (min-width:1440px) {
    .wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow {
        height: 80vh;
        min-height: 500px
    }
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow>DIV {
    padding: 0
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper {
    position: relative;
    overflow: auto
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper.wpOverviewMapLocationsWrapperWithTissLink {
    padding-top: 33px
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper.wpOverviewMapLocationsWrapperWithTissLink {
        padding-top: 55px
    }
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation {
    display: block;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    padding: 10px 34px 10px 10px;
    position: relative;
    border-bottom: solid 1px #e6e6e6
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation:after {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation:after {
    position: absolute;
    right: 9px;
    font-size: 1em;
    vertical-align: baseline;
    display: block;
    color: #d2d2d2
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation:after {
        right: 18px
    }
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation {
        padding: 18px 43px 18px 18px
    }
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation:active,
.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation:focus,
.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation:hover {
    text-decoration: none;
    background: #fff
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation.active {
    background: #fff
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation.active:after {
    color: #069
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation .wpOverviewMapLocationThumbnail {
    padding-right: 18px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation .wpOverviewMapLocationThumbnail {
        padding-right: 38px
    }
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation .wpOverviewMapLocationThumbnail img {
    height: 45px;
    width: 45px;
    border-radius: 100%
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation .wpOverviewMapLocationThumbnail img {
        height: 60px;
        width: 60px
    }
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation h1 {
    margin: 0 0 9px 0;
    line-height: 1.5384615385;
    font-size: .7647058824rem;
    color: #069
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation h1 {
        line-height: 1.5263157895;
        font-size: 1.1176470588rem
    }
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation .wpOverviewMapLocationText {
    color: #000;
    line-height: 1.5454545455;
    font-size: .6470588235rem
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation .wpOverviewMapLocationText {
        line-height: 1.6666666667;
        font-size: .8823529412rem
    }
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpOverviewMapLocationsWrapper .wpOverviewMapLocation .wpOverviewMapLocationText .wpOverviewMapLocationTextSeparator:before {
    content: "\00a0\00a0·\00a0\00a0";
    display: inline
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpContentElementOverviewMapElement {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    order: -1;
    min-height: 200px
}

@media (min-width:768px) {
    .wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpContentElementOverviewMapElement {
        min-height: 300px
    }
}

@media (min-width:1440px) {
    .wpGeneralContentElement.wpContentElementOverviewMap .wpContentElementOverviewMapRow .wpContentElementOverviewMapElement {
        -webkit-box-ordinal-group: 1;
        -webkit-order: 0;
        order: 0
    }
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpOverviewMapExternalLink {
    background: #069;
    color: #fff;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    line-height: 1.2;
    font-size: .6470588235rem;
    letter-spacing: .09rem;
    padding: 10px;
    text-transform: uppercase;
    transition: background .3s ease;
    white-space: nowrap
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementOverviewMap .wpOverviewMapExternalLink {
        font-size: .7647058824rem;
        padding: 20px
    }
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpOverviewMapExternalLink:active,
.wpGeneralContentElement.wpContentElementOverviewMap .wpOverviewMapExternalLink:focus,
.wpGeneralContentElement.wpContentElementOverviewMap .wpOverviewMapExternalLink:hover {
    text-decoration: none;
    background: #084f72
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpOverviewMapExternalLink:after {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpGeneralContentElement.wpContentElementOverviewMap .wpOverviewMapExternalLink:after {
    font-size: 1em;
    vertical-align: baseline;
    display: inline-block;
    margin-right: 5px
}

.wpContentElementBreakingNews {
    position: relative;
    margin-bottom: 0;
    height: 56px
}

@media (min-width:1024px) {
    .wpContentElementBreakingNews {
        height: 50px
    }
}

.wpContentElementBreakingNews UL {
    background-color: #fff;
    border-bottom: 2px solid #e6e6e6;
    transition: border .3s ease;
    padding: 0!important;
    margin: 0!important
}

.wpContentElementBreakingNews UL LI.wpItem {
    list-style-type: none
}

.wpContentElementBreakingNews UL LI.wpItem A {
    text-decoration: none;
    display: block
}

.wpContentElementBreakingNews UL LI.wpItem A .wpContent {
    cursor: pointer
}

.wpContentElementBreakingNews UL LI.wpItem .wpContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 48px;
    height: 56px;
    padding: 6px 12px;
    font-size: .7647058824rem;
    line-height: 1.6666666667;
    color: #6e6e6e;
    text-align: center;
    cursor: default
}

@media (min-width:1024px) {
    .wpContentElementBreakingNews UL LI.wpItem .wpContent {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        font-size: .8823529412rem;
        height: 50px
    }
}

.wpContentElementBreakingNews UL LI.wpItem .wpContent .wpTitle {
    position: relative;
    display: inline-block;
    padding-left: 25px;
    font-weight: 700;
    text-transform: uppercase;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

@media (min-width:1024px) {
    .wpContentElementBreakingNews UL LI.wpItem .wpContent .wpTitle {
        padding-left: 37px
    }
}

.wpContentElementBreakingNews UL LI.wpItem .wpContent .wpTitle:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentElementBreakingNews UL LI.wpItem .wpContent .wpTitle:before {
    color: #069;
    margin-right: 10px;
    font-size: .8235294118rem;
    top: 2px;
    position: absolute;
    left: 0
}

@media (min-width:1024px) {
    .wpContentElementBreakingNews UL LI.wpItem .wpContent .wpTitle:before {
        top: 0;
        margin-right: 10px;
        font-size: 1.1764705882rem
    }
}

.wpContentElementBreakingNews UL LI.wpItem .wpContent .wpInfo {
    display: inline-block;
    font-weight: 300;
    padding-left: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%
}

@media (min-width:1024px) {
    .wpContentElementBreakingNews UL LI.wpItem .wpContent .wpInfo {
        width: auto
    }
}

.wpContentElementBreakingNews:hover UL {
    border-bottom-color: #d2d2d2
}

.wpContentElementBreakingNews .wpBtnPause {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 20;
    display: none;
    height: 100%;
    width: 50px;
    border-left: 1px solid #e6e6e6;
    background-color: #fff;
    padding: 8px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    font-size: 14px;
    color: #aaa
}

@media (min-width:1024px) {
    .wpContentElementBreakingNews .wpBtnPause {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.wpContentElementBreakingNews .wpBtnPause SPAN {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    transition: color .3s ease
}

.wpContentElementBreakingNews .wpBtnPause SPAN:before {
    line-height: inherit!important
}

.wpContentElementBreakingNews .wpBtnPause[data-state=pause] SPAN:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentElementBreakingNews .wpBtnPause[data-state=play] SPAN:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentElementBreakingNews .wpBtnPause:active,
.wpContentElementBreakingNews .wpBtnPause:focus,
.wpContentElementBreakingNews .wpBtnPause:hover {
    text-decoration: none
}

.wpContentElementBreakingNews .wpBtnPause:active SPAN,
.wpContentElementBreakingNews .wpBtnPause:focus SPAN,
.wpContentElementBreakingNews .wpBtnPause:hover SPAN {
    color: #069
}

.wpContentElementBreakingNews .owl-nav {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%
}

@media (min-width:1024px) {
    .wpContentElementBreakingNews .owl-nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.wpContentElementBreakingNews .owl-nav .owl-next,
.wpContentElementBreakingNews .owl-nav .owl-prev {
    color: #aaa;
    transition: color .3s ease;
    text-align: center;
    width: 50px;
    height: 48px;
    background-color: #fff;
    line-height: 48px;
    border: none;
    border-right: 1px solid #e6e6e6;
    box-shadow: none
}

.wpContentElementBreakingNews .owl-nav .owl-next:after,
.wpContentElementBreakingNews .owl-nav .owl-prev:after {
    display: inline-block;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.wpContentElementBreakingNews .owl-nav .owl-next:after,
.wpContentElementBreakingNews .owl-nav .owl-prev:after {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentElementBreakingNews .owl-nav .owl-next:active,
.wpContentElementBreakingNews .owl-nav .owl-next:focus,
.wpContentElementBreakingNews .owl-nav .owl-next:hover,
.wpContentElementBreakingNews .owl-nav .owl-prev:active,
.wpContentElementBreakingNews .owl-nav .owl-prev:focus,
.wpContentElementBreakingNews .owl-nav .owl-prev:hover {
    color: #069
}

.wpContentElementBreakingNews .owl-nav .owl-next SPAN,
.wpContentElementBreakingNews .owl-nav .owl-prev SPAN {
    display: none
}

.wpContentElementBreakingNews .owl-nav .owl-prev:after {
    -webkit-transform: rotateZ(90deg);
    transform: rotateZ(90deg)
}

.wpContentElementBreakingNews .owl-nav .owl-next:after {
    -webkit-transform: rotateZ(270deg);
    transform: rotateZ(270deg)
}

.wpContentElementOrganizationChart {
    overflow-x: auto;
    margin-top: 30px;
    margin-bottom: 30px!important
}

@media (min-width:1024px) {
    .wpContentElementOrganizationChart {
        margin-top: 60px;
        margin-bottom: 60px!important
    }
}

@media (min-width:1440px) {
    .wpContentElementOrganizationChart {
        display: -webkit-box!important;
        display: -webkit-flex!important;
        display: flex!important
    }
}

.wpContentElementOrganizationChart.wpBackgroundWhite {
    background-color: #fff
}

.wpContentElementOrganizationChart .wpItem {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #e6e6e6
}

.wpContentElementOrganizationChart .wpItem:first-child .wpLabel {
    border-top: 1px solid #e6e6e6
}

@media (min-width:768px) {
    .wpContentElementOrganizationChart .wpItem:first-child .wpLabel {
        border-top-width: 2px
    }
}

@media (min-width:1440px) {
    .wpContentElementOrganizationChart .wpItem {
        border-right: 1px solid #e6e6e6;
        border-top: 0 none;
        border-bottom: 0 none
    }
    .wpContentElementOrganizationChart .wpItem:last-child {
        border-right: 0 none
    }
}

.wpContentElementOrganizationChart .wpItem .wpLabel {
    padding: 30px 10px;
    border-bottom: 1px solid #e6e6e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media (min-width:1440px) {
    .wpContentElementOrganizationChart .wpItem .wpLabel {
        border-bottom-width: 2px
    }
}

@media (min-width:1440px) {
    .wpContentElementOrganizationChart .wpItem .wpLabel {
        border-top: 2px solid #e6e6e6
    }
}

.wpContentElementOrganizationChart .wpItem .wpLabel PICTURE~P:nth-of-type(1) {
    padding-top: 20px
}

.wpContentElementOrganizationChart .wpItem .wpLabel IMG {
    width: 100%;
    max-width: 90px;
    height: 90px;
    border-radius: 100px
}

.wpContentElementOrganizationChart .wpItem .wpLabel .wpPosition {
    margin-top: 0;
    margin-bottom: 3px;
    font-size: 1rem;
    line-height: 1.3;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 700;
    color: #069;
    letter-spacing: 0
}

.wpContentElementOrganizationChart .wpItem .wpLabel .wpName {
    color: #000;
    font-size: .8823529412rem;
    line-height: 1.6666666667;
    margin-bottom: 0
}

.wpContentElementOrganizationChart .wpItem A.wpLabel:active,
.wpContentElementOrganizationChart .wpItem A.wpLabel:focus,
.wpContentElementOrganizationChart .wpItem A.wpLabel:hover {
    text-decoration: none;
    color: #000;
    border-bottom-color: #069
}

.wpContentElementOrganizationChart .wpItem .wpCollapseHead {
    display: block;
    position: relative;
    padding: 1rem;
    border-bottom: 1px solid #e6e6e6
}

@media (min-width:1440px) {
    .wpContentElementOrganizationChart .wpItem .wpCollapseHead {
        display: none
    }
}

.wpContentElementOrganizationChart .wpItem .wpCollapseHead:after {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentElementOrganizationChart .wpItem .wpCollapseHead:after {
    position: absolute;
    top: 16px;
    right: 15px;
    color: #969696;
    font-size: 15px;
    line-height: 29px;
    transition: all .3s ease;
    display: block
}

.wpContentElementOrganizationChart .wpItem .wpCollapseHead[aria-expanded=true]:after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wpContentElementOrganizationChart .wpItem .wpCollapseHead:active,
.wpContentElementOrganizationChart .wpItem .wpCollapseHead:focus,
.wpContentElementOrganizationChart .wpItem .wpCollapseHead:hover {
    text-decoration: none;
    color: #069
}

.wpContentElementOrganizationChart .wpItem .wpCollapseHead:active:after,
.wpContentElementOrganizationChart .wpItem .wpCollapseHead:focus:after,
.wpContentElementOrganizationChart .wpItem .wpCollapseHead:hover:after {
    color: #069
}

.wpContentElementOrganizationChart .wpItem .wpCollapseBody {
    border-bottom: 0 none!important;
    padding: 0!important;
    background-color: #fff
}

@media (min-width:1440px) {
    .wpContentElementOrganizationChart .wpItem .wpCollapseBody {
        display: block!important
    }
}

.wpContentElementOrganizationChart .wpItem .wpCollapseBody .wpAttribute {
    border-bottom: 1px solid #e6e6e6;
    padding: 30px 10px;
    min-height: 90px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #6e6e6e;
    font-size: .8823529412rem;
    line-height: 1.6666666667
}

@media (min-width:1440px) {
    .wpContentElementOrganizationChart .wpItem .wpCollapseBody .wpAttribute {
        border-bottom-width: 2px
    }
}

.wpContentElementOrganizationChart .wpItem .wpCollapseBody .wpAttribute.wpFillAttribute {
    display: none
}

@media (min-width:1440px) {
    .wpContentElementOrganizationChart .wpItem .wpCollapseBody .wpAttribute.wpFillAttribute {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.wpContentElementOrganizationChart .wpItem .wpCollapseBody A.wpAttribute:active,
.wpContentElementOrganizationChart .wpItem .wpCollapseBody A.wpAttribute:focus,
.wpContentElementOrganizationChart .wpItem .wpCollapseBody A.wpAttribute:hover {
    text-decoration: none;
    color: #000;
    border-bottom-color: #069
}

.wpContentElementTable {
    padding-left: 15px;
    padding-right: 15px;
    width: 100%;
    display: block;
    margin-top: 30px;
    margin-bottom: 30px
}

@media (min-width:1024px) {
    .wpContentElementTable {
        padding-left: 60px;
        padding-right: 60px
    }
}

@media (min-width:1680px) {
    .wpContentElementTable {
        padding-left: 90px;
        padding-right: 90px
    }
}

@media (min-width:1024px) {
    .wpContentElementTable {
        padding-right: 30px!important
    }
}

.wpContentExtensionNews+.wpContentElementTable,
.wpGeneralContainer+.wpContentElementTable,
.wpGeneralContentElement.wpContentElementTeaser+.wpContentElementTable {
    margin-top: 0
}

.logo-gallery-title {
    color: #373737;
    font-size: 1.1764705882rem
}

.logo-gallery-wrapper {
    margin: 30px 0
}

.logo-gallery-container {
    padding: 30px 15px
}

@media (min-width:1024px) {
    .logo-gallery-container {
        padding-left: 60px
    }
}

@media (min-width:1680px) {
    .logo-gallery-container {
        padding-left: 90px
    }
}

.logo-gallery-item {
    margin: 30px
}

.wpContentExtensionCalendarize .listHeader {
    margin-top: 15px;
    margin-bottom: 30px;
    overflow: hidden;
    text-align: center;
    position: relative
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .listHeader {
        margin-top: 30px;
        margin-bottom: 45px
    }
}

@media (min-width:1440px) {
    .wpContentExtensionCalendarize .listHeader {
        margin-top: 0;
        margin-bottom: 45px
    }
}

.wpContentExtensionCalendarize .listHeader:after,
.wpContentExtensionCalendarize .listHeader:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: 1px;
    left: 0;
    right: 0;
    background-color: #d2d2d2;
    height: 1px
}

.wpContentExtensionCalendarize .listHeader SPAN {
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 10;
    padding-left: 15px;
    padding-right: 15px;
    text-transform: uppercase;
    letter-spacing: .09rem;
    font-size: .6470588235rem;
    line-height: 1.2;
    background-color: #f6f6f6;
    color: #6e6e6e
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .listHeader SPAN {
        font-size: .7647058824rem;
        padding-left: 30px;
        padding-right: 30px
    }
}

.wpContentExtensionCalendarize .listHeader SPAN.wpSearchTerm {
    color: #000;
    padding: 0!important
}

.wpContentExtensionCalendarize .wpListItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border-bottom: 3px solid #e6e6e6;
    margin-bottom: 15px;
    transition: border .3s ease
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .wpListItem {
        margin-bottom: 30px
    }
    .wpContentExtensionCalendarize .wpListItem:last-of-type {
        margin-bottom: 90px
    }
}

.wpContentExtensionCalendarize .wpListItem:active,
.wpContentExtensionCalendarize .wpListItem:focus,
.wpContentExtensionCalendarize .wpListItem:hover {
    text-decoration: none;
    border-bottom-color: #d2d2d2
}

.wpContentExtensionCalendarize .wpListItem .wpDateWrapper {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    background-color: #e6e6e6;
    position: relative
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .wpListItem .wpDateWrapper {
        width: 26%
    }
    .wpContentExtensionCalendarize .wpListItem .wpDateWrapper:after {
        content: "";
        display: block;
        width: 100%;
        padding-top: 100%
    }
}

@media (min-width:1440px) {
    .wpContentExtensionCalendarize .wpListItem .wpDateWrapper {
        width: 20%
    }
}

.wpContentExtensionCalendarize .wpListItem .wpDateWrapper .wpDateContent {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    padding: 10px
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .wpListItem .wpDateWrapper .wpDateContent {
        position: absolute;
        height: 100%
    }
}

.wpContentExtensionCalendarize .wpListItem .wpDateWrapper .wpDateContent .wpDate {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
    text-align: center
}

.wpContentExtensionCalendarize .wpListItem .wpDateWrapper .wpDateContent .wpDate .wpItem {
    margin-left: 5px;
    margin-right: 5px
}

.wpContentExtensionCalendarize .wpListItem .wpDateWrapper .wpDateContent .wpDay {
    font-family: FFDINWebPro, sans-serif;
    font-weight: 700;
    color: #6e6e6e;
    font-size: 1.4705882353rem;
    line-height: 1.2;
    letter-spacing: 0
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .wpListItem .wpDateWrapper .wpDateContent .wpDay {
        font-size: 2.0588235294rem
    }
}

.wpContentExtensionCalendarize .wpListItem .wpDateWrapper .wpDateContent .wpMonth {
    font-family: FFDINWebPro, sans-serif;
    font-weight: 700;
    margin-top: 3px;
    color: #6e6e6e;
    font-size: .8823529412rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
    text-transform: uppercase
}

.wpContentExtensionCalendarize .wpListItem .wpDateWrapper .wpDateContent .wpTime {
    font-size: .7647058824rem;
    line-height: 1.7692307692;
    color: #6e6e6e;
    margin-top: 10px;
    letter-spacing: .09rem
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .wpListItem .wpDateWrapper .wpDateContent .wpTime {
        line-height: 1.2
    }
}

.wpContentExtensionCalendarize .wpListItem .wpContent {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    padding: 20px 10px 20px 10px
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .wpListItem .wpContent {
        width: 74%;
        padding: 30px
    }
}

@media (min-width:1440px) {
    .wpContentExtensionCalendarize .wpListItem .wpContent {
        width: 80%
    }
}

.wpContentExtensionCalendarize .wpListItem .wpContent h1 {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: .8823529412rem;
    line-height: 1.6666666667
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .wpListItem .wpContent h1 {
        font-size: 1.1176470588rem;
        line-height: 1.5263157895
    }
}

.wpContentExtensionCalendarize .wpListItem .wpContent p {
    font-size: .6470588235rem;
    line-height: 1.2;
    color: #6e6e6e;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .wpListItem .wpContent p {
        font-size: .7647058824rem
    }
}

.wpContentExtensionCalendarize .wpListItem .wpContent p .wpTypeTag {
    border-radius: 8px;
    border: solid 1px #d2d2d2;
    letter-spacing: .09rem;
    padding: 4px 8px 4px 8px;
    text-transform: uppercase;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    font-size: .5294117647rem;
    line-height: 1.2
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .wpListItem .wpContent p .wpTypeTag {
        font-size: .6470588235rem
    }
}

.wpContentExtensionCalendarize .wpListItem .wpContent p .wpLocation {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.wpContentExtensionCalendarize .wpListItem .wpContent p .wpLocation:before {
    content: "\00a0\00a0·\00a0\00a0";
    display: block
}

.wpContentExtensionCalendarize .wpMonth .wpHeader {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    line-height: 50px
}

.wpContentExtensionCalendarize .wpMonth .wpHeader .wpArrow {
    width: 50px;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0
}

.wpContentExtensionCalendarize .wpMonth .wpHeader .wpArrow.wpArrowLeft {
    border-right: solid 1px #d2d2d2
}

.wpContentExtensionCalendarize .wpMonth .wpHeader .wpArrow.wpArrowLeft A:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentExtensionCalendarize .wpMonth .wpHeader .wpArrow.wpArrowRight {
    border-left: solid 1px #d2d2d2
}

.wpContentExtensionCalendarize .wpMonth .wpHeader .wpArrow.wpArrowRight A:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentExtensionCalendarize .wpMonth .wpHeader .wpArrow A {
    display: block;
    text-align: center;
    font-size: .7058823529rem;
    color: #6e6e6e
}

.wpContentExtensionCalendarize .wpMonth .wpHeader .wpArrow A:before {
    position: relative;
    top: 1px
}

.wpContentExtensionCalendarize .wpMonth .wpHeader .wpArrow A:active,
.wpContentExtensionCalendarize .wpMonth .wpHeader .wpArrow A:focus,
.wpContentExtensionCalendarize .wpMonth .wpHeader .wpArrow A:hover {
    text-decoration: none;
    color: #069
}

.wpContentExtensionCalendarize .wpMonth .wpHeader .wpMonth,
.wpContentExtensionCalendarize .wpMonth .wpHeader .wpYear {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
    -webkit-flex-shrink: 1;
    flex-shrink: 1;
    padding: 0 10px 0 10px;
    text-align: center;
    font-weight: 700;
    color: #069;
    font-size: .8823529412rem
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .wpMonth .wpHeader .wpMonth,
    .wpContentExtensionCalendarize .wpMonth .wpHeader .wpYear {
        padding: 0 20px 0 20px;
        font-size: 1rem
    }
}

.wpContentExtensionCalendarize .wpMonth .wpHeader .wpMonth.wpMonth,
.wpContentExtensionCalendarize .wpMonth .wpHeader .wpYear.wpMonth {
    width: 66.666666%;
    border-right: solid 1px #d2d2d2
}

.wpContentExtensionCalendarize .wpMonth .wpHeader .wpMonth.wpYear,
.wpContentExtensionCalendarize .wpMonth .wpHeader .wpYear.wpYear {
    width: 33.333333%
}

.wpContentExtensionCalendarize .wpTableWrapper {
    width: 100%;
    margin: 0 auto;
    max-width: 420px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px
}

@media (min-width:1440px) {
    .wpContentExtensionCalendarize .wpTableWrapper {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 15px;
        padding-left: 15px
    }
}

.wpContentExtensionCalendarize .wpTableWrapper TABLE.wpTable {
    width: 100%
}

.wpContentExtensionCalendarize .wpTableWrapper TABLE.wpTable TD,
.wpContentExtensionCalendarize .wpTableWrapper TABLE.wpTable TH {
    width: 14.2857142857%;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    font-size: .8823529412rem;
    line-height: 1;
    padding: 0;
    margin: 0;
    text-align: center;
    vertical-align: middle;
    height: 40px;
    color: #6e6e6e
}

.wpContentExtensionCalendarize .wpMonth TABLE.wpTable THEAD TH {
    letter-spacing: .09rem;
    font-size: .7647058824rem;
    color: #000;
    border-bottom: solid 1px #d2d2d2;
    text-transform: uppercase
}

.wpContentExtensionCalendarize .wpDay A {
    color: #069;
    text-align: center;
    font-weight: 400
}

.wpContentExtensionCalendarize .wpDay A:active,
.wpContentExtensionCalendarize .wpDay A:focus,
.wpContentExtensionCalendarize .wpDay A:hover {
    text-decoration: none
}

.wpContentExtensionCalendarize .wpDay A SPAN {
    display: inline-block;
    line-height: 35px;
    height: 35px;
    width: 35px;
    border-radius: 50%
}

.wpContentExtensionCalendarize .wpDay.wpDayCurrent A {
    color: #6e6e6e
}

.wpContentExtensionCalendarize .wpDay.wpDayHasEvent A {
    font-weight: 700
}

.wpContentExtensionCalendarize .wpDay.wpDaySelected A {
    position: relative;
    color: #fff
}

.wpContentExtensionCalendarize .wpDay.wpDaySelected A SPAN {
    background-color: #069
}

.wpContentExtensionCalendarize .wpDayNotCurrentMonth A {
    color: #6e6e6e!important;
    font-weight: 300!important
}

.wpContentExtensionCalendarize .searchForm {
    border-top: solid 1px #d2d2d2;
    border-bottom: solid 1px #d2d2d2;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 8px;
    padding-left: 8px
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .searchForm {
        padding-top: 30px;
        padding-bottom: 30px;
        padding-right: 27px;
        padding-left: 27px
    }
}

.wpContentExtensionCalendarize .searchForm LABEL {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%
}

.wpContentExtensionCalendarize .searchForm LABEL:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentExtensionCalendarize .searchForm LABEL:before {
    position: absolute;
    top: 12px;
    left: 18px;
    font-size: 13px;
    color: #969696
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .searchForm LABEL:before {
        left: 20px;
        top: 15px;
        font-size: 15px
    }
}

.wpContentExtensionCalendarize .searchForm LABEL INPUT {
    background: #fff;
    border: none;
    border-radius: 30px;
    padding: 12px 12px 12px 45px;
    height: 37px;
    line-height: 13px;
    box-shadow: none;
    width: 100%;
    display: block;
    font-size: .7647058824rem;
    color: #000;
    font-weight: 400
}

.wpContentExtensionCalendarize .searchForm LABEL INPUT::-webkit-input-placeholder {
    color: #595959
}

.wpContentExtensionCalendarize .searchForm LABEL INPUT:-ms-input-placeholder {
    color: #595959
}

.wpContentExtensionCalendarize .searchForm LABEL INPUT::placeholder {
    color: #595959
}

.wpContentExtensionCalendarize .searchForm LABEL INPUT:focus {
    outline: 0
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarize .searchForm LABEL INPUT {
        padding: 12px 12px 12px 53px;
        height: 45px;
        line-height: 18px;
        font-size: .8823529412rem
    }
}

.wpContentExtensionCalendarizeDetail .wpDate {
    font-family: FFDINWebPro, sans-serif;
    font-weight: 700;
    margin-bottom: 10px;
    color: #000;
    font-size: .8823529412rem;
    line-height: 20px;
    letter-spacing: 0
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarizeDetail .wpDate {
        margin-bottom: 15px;
        font-size: 1.4705882353rem;
        line-height: 35px
    }
}

.wpContentExtensionCalendarizeDetail .wpGeneralContentElement.wpContentElementHeaderBig h1 {
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 100%!important
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarizeDetail .wpGeneralContentElement.wpContentElementHeaderBig h1 {
        margin-bottom: 20px
    }
}

.wpContentExtensionCalendarizeDetail .wpTypeTag {
    margin-bottom: 15px
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarizeDetail .wpTypeTag {
        margin-bottom: 35px
    }
}

.wpContentExtensionCalendarizeDetail .wpTypeTag span {
    display: inline-block;
    font-size: .5294117647rem;
    line-height: 1.2222222222;
    color: #6e6e6e;
    border-radius: 6px;
    border: 1px solid #d2d2d2;
    padding: 6px;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .wpContentExtensionCalendarizeDetail .wpTypeTag span {
        font-size: .6470588235rem;
        line-height: 1.1818181818
    }
}

.wpContentExtensionCalendarizeDetailExportLink {
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 50px;
    border-bottom: solid 1px #e6e6e6;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width:1680px) {
    .wpContentExtensionCalendarizeDetailExportLink {
        height: 70px;
        padding-left: 45px;
        padding-right: 45px;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

.wpContentExtensionCalendarizeDetailExportLink span {
    display: inline-block;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    font-size: .6470588235rem;
    line-height: 1.2;
    letter-spacing: .09rem;
    color: #6e6e6e;
    text-transform: color .3s ease
}

@media (min-width:1680px) {
    .wpContentExtensionCalendarizeDetailExportLink span {
        font-size: .7647058824rem
    }
}

.wpContentExtensionCalendarizeDetailExportLink span:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentExtensionCalendarizeDetailExportLink span:before {
    padding-right: 15px;
    font-size: .8823529412rem;
    position: relative;
    top: 2px
}

@media (min-width:1680px) {
    .wpContentExtensionCalendarizeDetailExportLink span:before {
        font-size: 1.1764705882rem;
        top: 3px
    }
}

.wpContentExtensionCalendarizeDetailExportLink:active,
.wpContentExtensionCalendarizeDetailExportLink:focus,
.wpContentExtensionCalendarizeDetailExportLink:hover {
    text-decoration: none
}

.wpContentExtensionCalendarizeDetailExportLink:active SPAN,
.wpContentExtensionCalendarizeDetailExportLink:focus SPAN,
.wpContentExtensionCalendarizeDetailExportLink:hover SPAN {
    color: #069
}

.wpContentExtensionDocumentmanagementHeader {
    background: #e6e6e6;
    height: 108px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementHeader {
        height: 270px
    }
}

.wpContentExtensionDocumentmanagementHeader .wpTitle {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: .9411764706rem;
    line-height: 1
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementHeader .wpTitle {
        margin-top: 0;
        margin-bottom: 30px;
        font-size: 1.4705882353rem;
        line-height: 1
    }
}

.wpContentExtensionDocumentmanagementHeader LABEL.wpSearchField {
    display: block;
    margin: 0 auto;
    position: relative;
    width: 100%;
    max-width: 320px
}

.wpContentExtensionDocumentmanagementHeader LABEL.wpSearchField:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentExtensionDocumentmanagementHeader LABEL.wpSearchField:before {
    position: absolute;
    top: 10px;
    left: 12px;
    font-size: 11px;
    color: #969696
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementHeader LABEL.wpSearchField:before {
        left: 19px;
        top: 11px;
        font-size: 23px
    }
}

.wpContentExtensionDocumentmanagementHeader LABEL.wpSearchField INPUT {
    background: #fff;
    border: none;
    border-radius: 30px;
    padding: 8px 8px 8px 36px;
    height: 30px;
    line-height: 14px;
    box-shadow: none;
    width: 100%;
    display: block;
    font-size: .7058823529rem;
    color: #000
}

.wpContentExtensionDocumentmanagementHeader LABEL.wpSearchField INPUT::-webkit-input-placeholder {
    color: #595959;
    letter-spacing: .03em;
    font-weight: 300
}

.wpContentExtensionDocumentmanagementHeader LABEL.wpSearchField INPUT:-ms-input-placeholder {
    color: #595959;
    letter-spacing: .03em;
    font-weight: 300
}

.wpContentExtensionDocumentmanagementHeader LABEL.wpSearchField INPUT::placeholder {
    color: #595959;
    letter-spacing: .03em;
    font-weight: 300
}

.wpContentExtensionDocumentmanagementHeader LABEL.wpSearchField INPUT:focus {
    outline: 0
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementHeader LABEL.wpSearchField INPUT {
        border-radius: 45px;
        padding: 11px 11px 11px 58px;
        height: 45px;
        line-height: 23px;
        font-size: 1rem
    }
}

.wpContentExtensionDocumentmanagementFilter {
    background: #e6e6e6;
    border-top: #d2d2d2 solid 1px;
    width: 100%;
    height: 98px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap
}

@media (min-width:768px) {
    .wpContentExtensionDocumentmanagementFilter {
        border-bottom: #d2d2d2 solid 1px
    }
}

@media (min-width:768px) {
    .wpContentExtensionDocumentmanagementFilter {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        height: 50px
    }
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementFilter {
        height: 43px
    }
}

.wpContentExtensionDocumentmanagementFilter .wpCaption {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    color: #6e6e6e;
    display: none
}

@media (min-width:768px) {
    .wpContentExtensionDocumentmanagementFilter .wpCaption {
        display: block
    }
}

.wpContentExtensionDocumentmanagementFilter .wpCaption .wpCaptionIcon {
    font-size: 21px;
    line-height: 48px;
    display: inline-block;
    margin-left: 15px;
    margin-right: 15px
}

.wpContentExtensionDocumentmanagementFilter .wpCaption .wpCaptionIcon:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentExtensionDocumentmanagementFilter .wpCaption .wpCaptionIcon:before {
    vertical-align: middle
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementFilter .wpCaption .wpCaptionIcon {
        line-height: 41px
    }
}

.wpContentExtensionDocumentmanagementFilter .wpCaption .wpCaptionText {
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    letter-spacing: .09rem;
    font-size: .7647058824rem;
    line-height: 41px;
    text-transform: uppercase;
    display: none;
    margin-right: 15px
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementFilter .wpCaption .wpCaptionText {
        display: inline-block
    }
}

.wpContentExtensionDocumentmanagementFilter .wpFilter {
    display: block;
    width: 100%;
    position: relative;
    border-bottom: #d2d2d2 solid 1px
}

@media (min-width:768px) {
    .wpContentExtensionDocumentmanagementFilter .wpFilter {
        max-width: 308px;
        border-bottom: none
    }
}

.wpContentExtensionDocumentmanagementFilter .wpFilter:nth-child(2) {
    margin-left: auto
}

.wpContentExtensionDocumentmanagementFilter select {
    display: none
}

.wpContentExtensionDocumentmanagementBody .wpFileList {
    margin-top: 10px
}

.wpContentExtensionDocumentmanagementBody .wpFileList TABLE {
    width: 100%
}

.wpContentExtensionDocumentmanagementBody .wpFileList TABLE TD,
.wpContentExtensionDocumentmanagementBody .wpFileList TABLE TH {
    padding: 10px
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementBody .wpFileList TABLE TD,
    .wpContentExtensionDocumentmanagementBody .wpFileList TABLE TH {
        padding: 30px
    }
}

.wpContentExtensionDocumentmanagementBody .wpFileList TABLE TD.wpColumn,
.wpContentExtensionDocumentmanagementBody .wpFileList TABLE TH.wpColumn {
    display: none
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementBody .wpFileList TABLE TD.wpColumn,
    .wpContentExtensionDocumentmanagementBody .wpFileList TABLE TH.wpColumn {
        display: table-cell
    }
}

.wpContentExtensionDocumentmanagementBody .wpFileList TABLE THEAD TH {
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    letter-spacing: .09rem;
    font-size: .6470588235rem;
    line-height: 1.2;
    color: #6e6e6e;
    text-transform: uppercase;
    border-bottom: solid 1px #e6e6e6
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementBody .wpFileList TABLE THEAD TH {
        font-size: .7647058824rem
    }
}

.wpContentExtensionDocumentmanagementBody .wpFileList TABLE TBODY TR TD {
    border-bottom: solid 1px #e6e6e6;
    transition: background .3s ease
}

.wpContentExtensionDocumentmanagementBody .wpFileList TABLE TBODY TR TD A {
    display: block;
    color: #000
}

.wpContentExtensionDocumentmanagementBody .wpFileList TABLE TBODY TR TD A:active,
.wpContentExtensionDocumentmanagementBody .wpFileList TABLE TBODY TR TD A:focus,
.wpContentExtensionDocumentmanagementBody .wpFileList TABLE TBODY TR TD A:hover {
    text-decoration: none
}

.wpContentExtensionDocumentmanagementBody .wpFileList TABLE TBODY TR:hover TD {
    background: #fff
}

.wpContentExtensionDocumentmanagementBody .wpFileList .wpDesktopColumn {
    display: none
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementBody .wpFileList .wpDesktopColumn {
        display: table-cell
    }
}

.wpContentExtensionDocumentmanagementBody .wpFileList .wpDepartmentColumn,
.wpContentExtensionDocumentmanagementBody .wpFileList .wpFilesizeColumn {
    font-size: .88em
}

.wpContentExtensionDocumentmanagementBody TD.wpFileExtension {
    padding-top: 0!important;
    padding-bottom: 0!important;
    width: 45px
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementBody TD.wpFileExtension {
        width: 105px
    }
}

.wpContentExtensionDocumentmanagementBody TD.wpFileExtension A {
    display: inline-block;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 300;
    letter-spacing: .09rem;
    font-size: .4705882353rem;
    line-height: 25px;
    height: 25px;
    width: 25px;
    border-radius: 50%;
    text-align: center;
    background-color: #d2d2d2;
    color: #6e6e6e;
    transition: background .3s ease, color .3s ease;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementBody TD.wpFileExtension A {
        height: 45px;
        width: 45px;
        font-size: .7647058824rem;
        line-height: 45px
    }
}

.wpContentExtensionDocumentmanagementBody TD.wpFileExtension A:active,
.wpContentExtensionDocumentmanagementBody TD.wpFileExtension A:focus,
.wpContentExtensionDocumentmanagementBody TD.wpFileExtension A:hover {
    text-decoration: none
}

.wpContentExtensionDocumentmanagementBody .wpFileList TBODY TR:hover TD.wpFileExtension A {
    background-color: #069;
    color: #fff
}

.wpContentExtensionDocumentmanagementBody .wpFileList TBODY TR TD.wpFilenameLink A {
    color: #069;
    font-weight: 700;
    display: block;
    word-break: break-all
}

.wpContentExtensionDocumentmanagementBody .wpFileList TBODY TR TD.wpIconLink A {
    color: #969696;
    display: block;
    transition: color .3s ease
}

.wpContentExtensionDocumentmanagementBody .wpFileList TBODY TR TD.wpIconLink A:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentExtensionDocumentmanagementBody .wpFileList TBODY TR TD.wpIconLink A:active,
.wpContentExtensionDocumentmanagementBody .wpFileList TBODY TR TD.wpIconLink A:focus,
.wpContentExtensionDocumentmanagementBody .wpFileList TBODY TR TD.wpIconLink A:hover {
    text-decoration: none
}

.wpContentExtensionDocumentmanagementBody .wpFileList TBODY TR:hover TD.wpIconLink A {
    color: #069
}

.wpContentExtensionDocumentmanagementBody .wpSummary {
    font-size: .6470588235rem;
    line-height: 1.2;
    letter-spacing: .09rem;
    text-align: center;
    margin: 60px 15px 60px 15px;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementBody .wpSummary {
        font-size: .7647058824rem;
        margin: 60px 30px 60px 30px
    }
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect p {
    margin: 0
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect {
    width: 100%
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SelectBox {
    padding: 5px 8px
}

.wpContentExtensionDocumentmanagementCustomSelectBox .sumoStopScroll {
    overflow: hidden
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .hidden {
    display: none
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .search-txt {
    display: none;
    outline: 0
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .no-match {
    display: none;
    padding: 6px
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect.open .search-txt {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin: 0;
    padding: 5px 8px;
    border: none;
    box-sizing: border-box
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect.open>.search>label,
.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect.open>.search>span {
    visibility: hidden
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SelectClass,
.wpContentExtensionDocumentmanagementCustomSelectBox .SumoUnder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    box-sizing: border-box;
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SelectClass {
    z-index: 1
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .select-all>label,
.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.CaptionCont,
.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li.opt label {
    -ms-user-select: none;
    user-select: none;
    -o-user-select: none;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect {
    display: inline-block;
    position: relative;
    outline: 0
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect.open>.CaptionCont,
.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect:focus>.CaptionCont {
    outline: 0;
    box-shadow: none;
    background: #fff
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.CaptionCont {
    position: relative;
    background: 0 0;
    border: none;
    margin: 0;
    border-left: solid 1px #d2d2d2;
    box-shadow: none;
    border-radius: 0;
    padding: 12px 15px 12px 15px;
    height: 48px;
    line-height: 24px;
    width: 100%;
    font-size: .8823529412rem;
    font-weight: 300;
    transition: background .3s ease
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.CaptionCont {
        padding: 12px 15px 12px 15px;
        height: 41px;
        line-height: 17px;
        font-size: .8823529412rem
    }
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.CaptionCont>span {
    display: block;
    padding-right: 30px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    cursor: default
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.CaptionCont>span.placeholder {
    color: #969696;
    letter-spacing: .03em
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.CaptionCont>label {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30px
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.CaptionCont>label>i {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    background-repeat: no-repeat;
    opacity: .8
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.CaptionCont>label>i:after {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: ""
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.CaptionCont>label>i:after {
    position: absolute;
    top: 12px;
    right: 15px;
    font-size: 12px;
    line-height: 24px;
    color: #969696;
    transition: all .3s ease
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.CaptionCont>label>i:after {
        line-height: 17px
    }
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect:hover>.CaptionCont>label>i:after {
    color: #069
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect.open>.CaptionCont>label>i:after {
    top: 10px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper {
    display: none;
    z-index: 1000;
    top: 100%;
    width: 100%;
    position: absolute;
    left: 0;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 0;
    overflow: hidden
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect.open>.optWrapper {
    display: block
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect.open>.optWrapper.up {
    top: auto;
    bottom: 100%;
    margin-bottom: 5px
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper ul {
    list-style: none;
    display: block;
    padding: 0;
    margin: 0;
    overflow: auto
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options {
    position: relative;
    max-height: 250px
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li.group.disabled>label {
    opacity: .5
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li ul li.opt {
    padding-left: 22px
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper.multiple>.options li ul li.opt {
    padding-left: 50px
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li.opt {
    padding: 12px;
    position: relative
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li.opt {
        padding: 15px
    }
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options>li.opt:last-child {
    border-bottom: none
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li.opt:hover {
    background-color: #f6f6f6
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .select-all.sel,
.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li.opt.sel {
    background-color: #b2d1e0
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li label {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
    cursor: pointer;
    font-size: .7647058824rem;
    line-height: 1.2;
    margin-bottom: 0;
    color: #6e6e6e;
    transition: color .3s ease
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li label {
        font-size: .8823529412rem
    }
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li span {
    display: none
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li.group>label {
    cursor: default;
    padding: 8px 6px;
    font-weight: 700
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li.opt.disabled {
    background-color: inherit;
    pointer-events: none
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li.opt.disabled * {
    -moz-opacity: .5;
    -khtml-opacity: .5;
    opacity: .5
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper.multiple>.options li.opt {
    padding-left: 50px;
    padding-right: 15px;
    cursor: pointer
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .select-all>span,
.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper.multiple>.options li.opt span {
    position: absolute;
    display: block;
    width: 16px;
    top: 0;
    bottom: 0;
    margin-left: -35px
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .select-all>span,
    .wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper.multiple>.options li.opt span {
        width: 20px
    }
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .select-all>span i,
.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper.multiple>.options li.opt span i {
    position: absolute;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    border: 1px solid #d2d2d2;
    width: 16px;
    height: 16px;
    transition: all .3s ease;
    border-radius: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 7px auto
}

@media (min-width:1024px) {
    .wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .select-all>span i,
    .wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper.multiple>.options li.opt span i {
        width: 20px;
        height: 20px;
        background-size: 9px auto
    }
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.MultiControls,
.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.MultiControls * {
    display: none!important
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper.multiple>.options li.opt.selected label {
    color: #000
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .select-all.partial>span i,
.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .select-all.selected>span i,
.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper.multiple>.options li.opt.selected span i {
    background-color: #069;
    box-shadow: none;
    border-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23FFFFFF' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E")
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect.disabled {
    opacity: .7;
    cursor: not-allowed
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect.disabled>.CaptionCont {
    border-color: #ccc;
    box-shadow: none
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .select-all {
    position: relative;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
    padding: 8px 0 3px 35px;
    height: 20px;
    cursor: pointer
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .select-all>label,
.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .select-all>span i {
    cursor: pointer
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect .select-all.partial>span i {
    background-color: #ccc
}

.wpContentExtensionDocumentmanagementCustomSelectBox .SumoSelect>.optWrapper>.options li.optGroup {
    padding-left: 5px;
    text-decoration: underline
}

.wpContentExtensionWpTissPerson .wpGeneralWidgetBodyImage {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 130px;
    max-width: 130px;
    margin-left: auto;
    margin-right: auto
}

.wpContentExtensionWpTissPerson .wpGeneralWidgetBodyImage IMG {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 100%;
    box-shadow: #e6e6e6 0 0 2px
}

.wpContentExtensionWpTissPerson .wpGeneralWidgetBodyImage:before {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    content: ""
}

@media (min-width:768px) {
    .wpContentExtensionWpTissPerson .wpGeneralWidgetBodyImage {
        margin-left: 0;
        margin-right: 0
    }
}

.wpContentExtensionWpTissOrganisation {
    font-size: .7647058824rem
}

@media (min-width:1024px) {
    .wpContentExtensionWpTissOrganisation {
        font-size: .8823529412rem
    }
}

.wpContentExtensionWpTissOrganisation .wpItem {
    margin-bottom: 30px
}

.wpContentExtensionWpTissOrganisation .wpItem .wpBody {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    background: #fff;
    border-bottom: 3px solid #e6e6e6
}

@media (min-width:1024px) {
    .wpContentExtensionWpTissOrganisation .wpItem .wpBody {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.wpContentExtensionWpTissOrganisation .wpItem .wpBody .wpImage {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    margin-top: 20px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media (min-width:1024px) {
    .wpContentExtensionWpTissOrganisation .wpItem .wpBody .wpImage {
        max-width: 25%;
        width: 25%;
        margin: 0
    }
}

.wpContentExtensionWpTissOrganisation .wpItem .wpBody .wpImage .imageContainer {
    position: relative;
    width: 100%;
    height: 100%;
    max-height: 120px;
    max-width: 120px;
    margin-left: auto;
    margin-right: auto
}

.wpContentExtensionWpTissOrganisation .wpItem .wpBody .wpImage .imageContainer:before {
    display: block;
    width: 100%;
    padding-bottom: 100%;
    content: ""
}

@media (min-width:768px) {
    .wpContentExtensionWpTissOrganisation .wpItem .wpBody .wpImage .imageContainer {
        margin-left: 0;
        margin-right: 0
    }
}

.wpContentExtensionWpTissOrganisation .wpItem .wpBody .wpImage .imageContainer IMG {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    border-radius: 100%;
    box-shadow: #e6e6e6 0 0 2px
}

.wpContentExtensionWpTissOrganisation .wpItem .wpBody .wpContent {
    width: 100%;
    border-left: 2px solid #f6f6f6;
    font-size: .7647058824rem;
    padding: 0 30px 35px 30px;
    text-align: center
}

@media (min-width:1024px) {
    .wpContentExtensionWpTissOrganisation .wpItem .wpBody .wpContent {
        padding: 30px 45px 35px 45px;
        font-size: .8823529412rem;
        text-align: left
    }
}

.wpContentExtensionWpTissOrganisation .wpItem .wpBody .wpContent .wpName strong {
    font-weight: 700;
    font-size: .9411764706rem
}

@media (min-width:1024px) {
    .wpContentExtensionWpTissOrganisation .wpItem .wpBody .wpContent .wpName strong {
        font-size: 1.1176470588rem
    }
}

.wpContentExtensionWpTissOrganisation .wpItem .wpBody .wpContent .wpEmail {
    margin-top: 8px
}

@media (min-width:1024px) {
    .wpContentExtensionWpTissOrganisation .wpItem .wpBody .wpContent .wpEmail {
        margin-top: 16px
    }
}

.tx-powermail .powermail_form>H3 {
    display: none
}

.tx-powermail .powermail_form .powermail_fieldset .powermail_legend {
    display: none
}

.powermail_fieldwrap_type_text {
    text-align: center;
    color: #6e6e6e;
    width: 100%;
    padding-top: 10px;
    margin: 25px 0 15px 0;
    border-top: 1px solid #e6e6e6;
    font-size: .8823529412rem;
    line-height: 1.2
}

.powermail_message_error {
    display: none
}

.powermail_field_error {
    color: #e61e32!important;
    border-color: #e61e32!important;
    background-color: #fff!important
}

.powermail_field_error::-webkit-input-placeholder {
    color: #e61e32!important
}

.powermail_field_error:-ms-input-placeholder {
    color: #e61e32!important
}

.powermail_field_error::placeholder {
    color: #e61e32!important
}

.wpContentExtensionNews .wpNewsItem {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.wpContentExtensionNews .wpNewsItem A {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    align-items: stretch;
    margin-bottom: 15px;
    color: #000;
    font-size: .8823529412rem;
    width: 100%;
    transition: border .3s ease
}

@media (min-width:1024px) {
    .wpContentExtensionNews .wpNewsItem A {
        margin-bottom: 30px
    }
}

.wpContentExtensionNews .wpNewsItem A:active,
.wpContentExtensionNews .wpNewsItem A:focus,
.wpContentExtensionNews .wpNewsItem A:hover {
    border-color: #d2d2d2;
    text-decoration: none
}

.wpContentExtensionNews .wpNewsItem A PICTURE {
    position: relative;
    padding-bottom: 66%
}

.wpContentExtensionNews .wpNewsItem A PICTURE IMG {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit:cover;';
    transition: all .3s ease;
    width: 100%
}

.wpContentExtensionNews .wpNewsItem A:active PICTURE IMG,
.wpContentExtensionNews .wpNewsItem A:focus PICTURE IMG,
.wpContentExtensionNews .wpNewsItem A:hover PICTURE IMG {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

.wpContentExtensionNews .wpNewsItem A .wpItem {
    width: 100%
}

.wpContentExtensionNews .wpNewsItem A .wpContent {
    padding: 15px;
    font-size: .7647058824rem;
    line-height: 1.7692307692
}

@media (min-width:1024px) {
    .wpContentExtensionNews .wpNewsItem A .wpContent {
        font-size: .8823529412rem;
        line-height: 1.6666666667
    }
}

.wpContentExtensionNews .wpNewsItem A .wpContent TIME {
    font-size: .6470588235rem;
    line-height: 1.1818181818;
    color: #373737;
    padding-bottom: 10px
}

@media (min-width:1024px) {
    .wpContentExtensionNews .wpNewsItem A .wpContent TIME {
        font-size: .7647058824rem;
        line-height: 1.1538461538
    }
}

.wpContentExtensionNews .wpNewsItem A .wpContent .wpHeader {
    font-family: FFDINWebPro, sans-serif;
    color: #069;
    font-weight: 700;
    margin-top: 0;
    margin-bottom: 5px;
    font-size: .8823529412rem;
    line-height: 1.6666666667;
    letter-spacing: 0;
    transition: color .3s ease
}

@media (min-width:1024px) {
    .wpContentExtensionNews .wpNewsItem A .wpContent .wpHeader {
        font-size: .8823529412rem;
        line-height: 1.6666666667
    }
}

.wpContentExtensionNews .wpNewsItem A .wpContent .wpTeaser {
    width: 100%
}

@media (min-width:1024px) {
    .wpContentExtensionNews .wpNewsItem A .wpContent .wpTeaser {
        padding-top: 15px
    }
}

.wpContentExtensionNews .wpPaginateTop {
    display: none
}

.wpContentExtensionNews .wpPaginateBottom {
    display: block;
    width: 100%
}

.wpContentExtensionNews .wpPaginateBottom .wpGeneralPagination {
    margin-left: 15px;
    margin-right: 15px
}

.wpGeneralContent .wpGeneralContentElement.wpContentElementTeaser {
    padding-right: 0;
    padding-left: 0
}

.wpContentExtensionNews .wpCategory {
    display: inline-block;
    font-size: .5294117647rem;
    line-height: 1.2222222222;
    color: #6e6e6e;
    border-radius: 6px;
    border: 1px solid #d2d2d2;
    padding: 4px 6px 3px 6px;
    text-transform: uppercase
}

@media (min-width:1024px) {
    .wpContentExtensionNews .wpCategory {
        font-size: .6470588235rem;
        line-height: 1.1818181818
    }
}

.wpContentExtensionNews .wpSpacerDot:before {
    content: "\00a0\00a0·\00a0\00a0";
    display: inline
}

.wpContentExtensionNews .wpAuthor {
    font-size: .6470588235rem;
    line-height: 1.1818181818;
    color: #6e6e6e
}

@media (min-width:1024px) {
    .wpContentExtensionNews .wpAuthor {
        font-size: .7647058824rem;
        line-height: 1.1538461538
    }
}

.wpContentExtensionNews .wpDate {
    color: #000;
    font-size: 1.4705882353rem;
    line-height: 1.4;
    letter-spacing: 0;
    font-family: FFDINWebPro, sans-serif;
    font-weight: 700;
    display: block;
    float: left;
    width: 100%;
    margin-bottom: 15px
}

.wpContentExtensionNews .wpNewsDetail .wpContentElementHeaderBig H1 {
    margin-top: 0;
    margin-bottom: 17px;
    max-width: 100%!important
}

.wpContentExtensionNews .wpNewsDetail .wpSingleInformation {
    margin-bottom: 20px
}

@media (min-width:1024px) {
    .wpContentExtensionNews .wpNewsDetail .wpSingleInformation {
        margin-bottom: 35px
    }
}

.wpContentExtensionNews .wpNewsDetail .lead {
    display: block;
    font-weight: 700
}

@media (min-width:1024px) {
    .wpContentExtensionNews .wpNewsDetail .lead {
        padding-bottom: 20px
    }
}

@media (min-width:1024px) {
    .wpContentExtensionNews .wpNewsDetail .wpContentElementText {
        padding-top: 20px;
        padding-bottom: 20px
    }
}

.wpContentExtensionNews .wpNewsDetail #c_news_media .col-12 {
    display: none
}

.wpContentExtensionNews .wpNewsDetail #c_news_media .col-12:first-child {
    display: block
}

.wpContentExtensionNews .wpNewsMore {
    text-align: center;
    margin-bottom: 60px
}

.wpContentExtensionNews .wpNewsMore A.btn-form {
    width: auto
}

.wpContentExtensionNews .wpNewsMore A.btn-form:active,
.wpContentExtensionNews .wpNewsMore A.btn-form:focus,
.wpContentExtensionNews .wpNewsMore A.btn-form:hover {
    color: #fff
}

.wpContentExtensionNewsHome .wpNewsList {
    position: relative
}

.wpContentExtensionNewsHome .wpNewsList .wpNewsItem {
    width: 100%;
    height: 100%
}

.wpContentExtensionNewsHome .wpContentExtensionNewsHomeSlider {
    padding-right: 30px;
    padding-left: 30px
}

@media (min-width:1440px) {
    .wpContentExtensionNewsHome .wpContentExtensionNewsHomeSlider {
        padding-right: 30px;
        padding-left: 30px
    }
}

.wpContentExtensionNewsHome .owl-stage {
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: flex!important
}

.wpContentExtensionNewsHome .owl-nav .owl-prev {
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.wpContentExtensionNewsHome .owl-nav .owl-next {
    right: 0
}

.wpContentExtensionNewsHome .owl-nav .owl-next,
.wpContentExtensionNewsHome .owl-nav .owl-prev {
    position: absolute;
    top: calc(50% - 75px);
    width: 34px;
    height: 90px;
    border-top-left-radius: 9px;
    border-bottom-left-radius: 9px;
    color: #fff;
    background-color: #aaa;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
    transition: all .15s ease-in-out
}

@media (min-width:1024px) {
    .wpContentExtensionNewsHome .owl-nav .owl-next,
    .wpContentExtensionNewsHome .owl-nav .owl-prev {
        width: 45px;
        background-size: 24px 24px
    }
}

.wpContentExtensionNewsHome .owl-nav .owl-next:active,
.wpContentExtensionNewsHome .owl-nav .owl-next:focus,
.wpContentExtensionNewsHome .owl-nav .owl-next:hover,
.wpContentExtensionNewsHome .owl-nav .owl-prev:active,
.wpContentExtensionNewsHome .owl-nav .owl-prev:focus,
.wpContentExtensionNewsHome .owl-nav .owl-prev:hover {
    background-color: #069
}

.wpContentExtensionNewsHome .owl-nav .owl-next.disabled,
.wpContentExtensionNewsHome .owl-nav .owl-prev.disabled {
    display: none!important
}

#newsHomeText {
    margin-bottom: 25px
}

@media (min-width:1024px) {
    #newsHomeText {
        margin-bottom: 50px
    }
}

.tuit-screenshots {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between
}

.tuit-screenshots .screenshot {
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    max-width: 100%;
    margin-bottom: 15px
}

.tuit-screenshots .screenshot img {
    max-width: 100%!important;
    height: auto
}

.tuit-screenshots .screenshot-4-cols {
    -webkit-flex-basis: 195px;
    flex-basis: 195px
}

.tuit-screenshots .screenshot-2-cols {
    -webkit-flex-basis: 420px;
    flex-basis: 420px
}

.tuit-maintenance-message-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.tuit-maintenance-message-list ul li {
    margin-bottom: 15px
}

.tuit-maintenance-message-list a:active,
.tuit-maintenance-message-list a:focus,
.tuit-maintenance-message-list a:hover {
    text-decoration: underline!important
}

.tuit-maintenance-message-list strong {
    font-weight: 400!important
}

ul.tuit-system-status {
    list-style: none;
    padding-left: 15px
}

li.tuit-system-status::before {
    display: inline-block;
    width: .8em;
    margin-left: -.5em;
    font-size: 2rem;
    line-height: 10px;
    position: relative;
    top: .08em
}

li.tuit-system-status.ok::before {
    content: url('https://www.tuwien.at/typo3conf/ext/tuit_system_status/Resources/Public/Icons/iconmonstr-check-mark-4-16.png')
}

li.tuit-system-status.error::before {
    content: url('https://www.tuwien.at/typo3conf/ext/tuit_system_status/Resources/Public/Icons/iconmonstr-forbidden-3-16.png')
}

ul.tuit-system-status .hidden {
    display: none
}

@media (min-width:1024px) {
    .wpGeneralContentElement.wpContentElementProfile.profileTuItServices DL>DD,
    .wpGeneralContentElement.wpContentElementProfile.profileTuItServices DL>DT {
        padding-top: 20px;
        padding-bottom: 10px
    }
}

.custom-search-wrap {
    position: relative
}

.custom-search-wrap:before {
    font-family: tuwienIcon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\e90d";
    position: absolute;
    top: 20px;
    left: 15px;
    font-size: 1rem;
    color: #969696
}

.custom-search-wrap input[type=search] {
    padding-left: 45px
}

@media (min-width:1024px) {
    .custom-search-wrap:before {
        line-height: 17px
    }
}

#tuitServicesFilterOptions {
    color: #fff;
    font-size: 15px;
    margin-bottom: 30px;
    padding: 15px;
    background-color: #069
}

.tu-it-software-table {
    margin-top: 20px;
    margin-bottom: 20px
}

.tu-it-software-table img {
    margin-right: 5px;
    margin-top: 2.5px;
    margin-bottom: 2.5px
}

.tu-it-software-list-icons-caption .wpGeneralWidgetBody {
    padding: 30px;
    text-align: left
}

.tu-it-software-list-icons-caption .wpGeneralWidgetBody dl {
    display: grid;
    margin-bottom: 0
}

.tu-it-software-list-icons-caption .wpGeneralWidgetBody dl dt {
    grid-column-start: 1;
    margin-right: 5px;
    margin-bottom: 10px
}

.tu-it-software-list-icons-caption .wpGeneralWidgetBody dl dt:last-child {
    margin-bottom: 0
}

.tu-it-software-list-icons-caption .wpGeneralWidgetBody dl dd {
    grid-column-start: 2
}

.tablesorter-default .header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal
}

.tablesorter-default .tablesorter-header {
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: right 7px top 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    white-space: normal
}

.tablesorter-default thead th {
    vertical-align: middle!important
}

.tablesorter-default thead .headerSortUp {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7)
}

.tablesorter-default thead .tablesorter-headerAsc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7)
}

.tablesorter-default thead .tablesorter-headerSortUp {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjI8Bya2wnINUMopZAQA7)
}

.tablesorter-default thead .headerSortDown {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7)
}

.tablesorter-default thead .tablesorter-headerDesc {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7)
}

.tablesorter-default thead .tablesorter-headerSortDown {
    background-image: url(data:image/gif;base64,R0lGODlhFQAEAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAQAAAINjB+gC+jP2ptn0WskLQA7)
}

.tablesorter-default .tablesorter-processing {
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-image: url(data:image/gif;base64,R0lGODlhFAAUAKEAAO7u7lpaWgAAAAAAACH/C05FVFNDQVBFMi4wAwEAAAAh+QQBCgACACwAAAAAFAAUAAACQZRvoIDtu1wLQUAlqKTVxqwhXIiBnDg6Y4eyx4lKW5XK7wrLeK3vbq8J2W4T4e1nMhpWrZCTt3xKZ8kgsggdJmUFACH5BAEKAAIALAcAAAALAAcAAAIUVB6ii7jajgCAuUmtovxtXnmdUAAAIfkEAQoAAgAsDQACAAcACwAAAhRUIpmHy/3gUVQAQO9NetuugCFWAAAh+QQBCgACACwNAAcABwALAAACE5QVcZjKbVo6ck2AF95m5/6BSwEAIfkEAQoAAgAsBwANAAsABwAAAhOUH3kr6QaAcSrGWe1VQl+mMUIBACH5BAEKAAIALAIADQALAAcAAAIUlICmh7ncTAgqijkruDiv7n2YUAAAIfkEAQoAAgAsAAAHAAcACwAAAhQUIGmHyedehIoqFXLKfPOAaZdWAAAh+QQFCgACACwAAAIABwALAAACFJQFcJiXb15zLYRl7cla8OtlGGgUADs=)!important
}

@media print {
    .wpMainHeaderLeft {
        display: none!important
    }
    #sidebarMenu {
        display: none!important
    }
    .wpFooterImprintNav,
    .wpFooterSitemap {
        display: none!important
    }
    .wpContentElementMediaItemVideo>DIV {
        display: none!important
    }
    .wpMainHeaderNav {
        display: none!important
    }
    #wpPageWrapper,
    HEADER {
        width: 100%!important;
        margin-left: 0!important
    }
    #wpMainHeader {
        background: 0 0!important;
        border-bottom: none!important
    }
    .wpFooterImprint {
        border-top: 1px solid #069
    }
}
