@import url(p.css);
@import url(p_1.css);
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
    float: left;
}
.swiper-container-vertical > .swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
}
.swiper-container-multirow > .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    -o-transition-property: transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
}
.swiper-slide-invisible-blank {
    visibility: hidden;
}
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
    height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: height, -webkit-transform;
    -o-transition-property: transform, height;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform;
}
.swiper-container-3d {
    -webkit-perspective: 1200px;
    perspective: 1200px;
}
.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
    background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(270deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-right {
    background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-top {
    background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), transparent);
}
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
}
.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    margin-top: -22px;
    z-index: 10;
    cursor: pointer;
    background-size: 27px 44px;
    background-position: 50%;
    background-repeat: no-repeat;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");
    left: 10px;
    right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");
    right: 10px;
    left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E");
}
.swiper-button-lock {
    display: none;
}
.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: opacity 0.3s;
    -o-transition: 0.3s opacity;
    transition: opacity 0.3s;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
    opacity: 0;
}
.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%;
}
.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
    position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(0.66);
    -ms-transform: scale(0.66);
    transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(0.33);
    -ms-transform: scale(0.33);
    transform: scale(0.33);
}
.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: 0.2;
}
button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 6px 0;
    display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: top 0.2s, -webkit-transform 0.2s;
    transition: top 0.2s, -webkit-transform 0.2s;
    -o-transition: 0.2s transform, 0.2s top;
    transition: transform 0.2s, top 0.2s;
    transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: left 0.2s, -webkit-transform 0.2s;
    transition: left 0.2s, -webkit-transform 0.2s;
    -o-transition: 0.2s transform, 0.2s left;
    transition: transform 0.2s, left 0.2s;
    transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: right 0.2s, -webkit-transform 0.2s;
    transition: right 0.2s, -webkit-transform 0.2s;
    -o-transition: 0.2s transform, 0.2s right;
    transition: transform 0.2s, right 0.2s;
    transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #007aff;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0;
}
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
    background: #fff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
    background: hsla(0, 0%, 100%, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
    background: #fff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
    background: #000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
    background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
    background: #000;
}
.swiper-pagination-lock {
    display: none;
}
.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%;
}
.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    left: 0;
    top: 0;
}
.swiper-scrollbar-cursor-drag {
    cursor: move;
}
.swiper-scrollbar-lock {
    display: none;
}
.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}
.swiper-slide-zoomed {
    cursor: move;
}
.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s steps(12) infinite;
    animation: swiper-preloader-spin 1s steps(12) infinite;
}
.swiper-lazy-preloader:after {
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
    background-position: 50%;
    background-size: 100%;
    background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube {
    overflow: visible;
}
.swiper-container-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.6;
    -webkit-filter: blur(50px);
    filter: blur(50px);
    z-index: 0;
}
.swiper-container-flip {
    overflow: visible;
}
.swiper-container-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
    pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
}
body.compensate-for-scrollbar {
    overflow: hidden;
}
.fancybox-active {
    height: auto;
}
.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}
.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}
.fancybox-container * {
    box-sizing: border-box;
}
.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}
.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.fancybox-bg {
    background: #1e1e1e;
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.9;
    transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-caption,
.fancybox-infobar,
.fancybox-navigation .fancybox-button,
.fancybox-toolbar {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity 0.25s ease, visibility 0s ease 0.25s;
    visibility: hidden;
    z-index: 99997;
}
.fancybox-show-caption .fancybox-caption,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-nav .fancybox-navigation .fancybox-button,
.fancybox-show-toolbar .fancybox-toolbar {
    opacity: 1;
    transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}
.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.fancybox-toolbar {
    right: 0;
    top: 0;
}
.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}
.fancybox-slide {
    -webkit-backface-visibility: hidden;
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}
.fancybox-slide:before {
    content: "";
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
    display: block;
}
.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}
.fancybox-slide--image:before {
    display: none;
}
.fancybox-slide--html {
    padding: 6px;
}
.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}
.fancybox-can-pan .fancybox-content,
.fancybox-can-swipe .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}
.fancybox-container [data-selectable="true"] {
    cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}
.fancybox-spaceball {
    z-index: 1;
}
.fancybox-slide--iframe .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--video .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}
.fancybox-slide--video .fancybox-content {
    background: #000;
}
.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}
.fancybox-iframe,
.fancybox-video {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}
.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}
.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.fancybox-button {
    background: rgba(30, 30, 30, 0.6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color 0.2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}
.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
    color: #ccc;
}
.fancybox-button:hover {
    color: #fff;
}
.fancybox-button:focus {
    outline: none;
}
.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}
.fancybox-button div {
    height: 100%;
}
.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}
.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}
.fancybox-button--fsenter svg:nth-child(2),
.fancybox-button--fsexit svg:first-child,
.fancybox-button--pause svg:first-child,
.fancybox-button--play svg:nth-child(2) {
    display: none;
}
.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: 0.8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}
.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}
.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}
.fancybox-navigation .fancybox-button div {
    padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}
.fancybox-caption {
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.85) 0,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0.15) 65%,
        rgba(0, 0, 0, 0.075) 75.5%,
        rgba(0, 0, 0, 0.037) 82.85%,
        rgba(0, 0, 0, 0.019) 88%,
        transparent
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}
@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}
.fancybox-caption--separate {
    margin-top: -50px;
}
.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}
.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}
.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}
@keyframes fancybox-rotate {
    to {
        transform: rotate(1turn);
    }
}
.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translateZ(0);
}
.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
    opacity: 0;
    transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1);
}
.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-1turn);
    transform: rotate(-1turn);
}
.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(1turn);
    transform: rotate(1turn);
}
.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scaleX(1) translateZ(0);
}
.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
    transform: translateZ(0) scale(1);
}
@media (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }
    .fancybox-slide--image {
        padding: 6px 0;
    }
    .fancybox-close-small {
        right: -6px;
    }
    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }
    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }
    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}
.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}
.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px;
}
.fancybox-share p {
    margin: 0;
    padding: 0;
}
.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all 0.2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}
.fancybox-share__button:link,
.fancybox-share__button:visited {
    color: #fff;
}
.fancybox-share__button:hover {
    text-decoration: none;
}
.fancybox-share__button--fb {
    background: #3b5998;
}
.fancybox-share__button--fb:hover {
    background: #344e86;
}
.fancybox-share__button--pt {
    background: #bd081d;
}
.fancybox-share__button--pt:hover {
    background: #aa0719;
}
.fancybox-share__button--tw {
    background: #1da1f2;
}
.fancybox-share__button--tw:hover {
    background: #0d95e8;
}
.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}
.fancybox-share__button svg path {
    fill: #fff;
}
.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}
.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}
.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}
.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}
.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}
.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, 0.1);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}
.fancybox-thumbs__list a:before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    z-index: 99991;
}
.fancybox-thumbs__list a:focus:before {
    opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active:before {
    opacity: 1;
}
@media (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}
@font-face {
    font-family: RoobertCEZ;
    src: url("../fonts/RoobertCEZ-Light.woff2") format("woff2"), url("../fonts/RoobertCEZ-Light.woff") format("woff");
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: RoobertCEZ;
    src: url("../fonts/RoobertCEZ-Regular.woff2") format("woff2"), url("../fonts/RoobertCEZ-Regular.woff") format("woff");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: RoobertCEZ;
    src: url("../fonts/RoobertCEZ-Bold.woff2") format("woff2"), url("../fonts/RoobertCEZ-Bold.woff") format("woff");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: RoobertCEZ;
    src: url("../fonts/RoobertCEZ-Heavy.woff2") format("woff2"), url("../fonts/RoobertCEZ-Heavy.woff") format("woff");
    font-weight: 800;
    font-style: normal;
}
@font-face {
    font-family: RoobertCEZ;
    src: url("../fonts/RoobertCEZ-SemiBold.woff2") format("woff2"), url("../fonts/RoobertCEZ-SemiBold.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: RoobertCEZ;
    src: url("../fonts/RoobertCEZ-Medium.woff2") format("woff2"), url("../fonts/RoobertCEZ-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: RoobertCEZ;
    src: url("../fonts/RoobertCEZ-Bold.woff2") format("woff2"), url("../fonts/RoobertCEZ-Bold.woff") format("woff");
    font-weight: 600;
    font-style: normal;
}
@font-face {
    font-family: cordale;
    src: url("")
            format("woff2"),
        url("")
            format("woff"),
        url("")
            format("opentype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: cordale;
    src: url("")
            format("woff2"),
        url("")
            format("woff"),
        url("")
            format("opentype");
    font-style: italic;
    font-weight: 400;
}
@font-face {
    font-family: cordale;
    src: url("")
            format("woff2"),
        url("")
            format("woff"),
        url("")
            format("opentype");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: cordale;
    src: url("")
            format("woff2"),
        url("")
            format("woff"),
        url("")
            format("opentype");
    font-style: italic;
    font-weight: 700;
}
.tk-cordale {
    font-family: cordale, serif;
}
:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #e83e8c;
    --red: #dc3545;
    --orange: #fd7e14;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #6c757d;
    --gray-dark: #343a40;
    --primary: #f24f00;
    --secondary: #6c757d;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 414px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 1025px;
    --breakpoint-xl: 1440px;
    --breakpoint-xxl: 1550px;
    --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
        "Segoe UI Symbol", "Noto Color Emoji";
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
*,
: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: rgba(0, 0, 0, 0);
}
@-ms-viewport {
    width: device-width;
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
    display: block;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    color: #212529;
    text-align: left;
    background-color: #fff;
}
[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: 0.5rem;
}
p {
    margin-top: 0;
    margin-bottom: 1rem;
}
abbr[data-original-title],
abbr[title] {
    text-decoration: underline;
    text-decoration: underline dotted;
    cursor: help;
    border-bottom: 0;
}
address {
    font-style: normal;
    line-height: inherit;
}
address,
dl,
ol,
ul {
    margin-bottom: 1rem;
}
dl,
ol,
ul {
    margin-top: 0;
}
ol ol,
ol ul,
ul ol,
ul ul {
    margin-bottom: 0;
}
dt {
    font-weight: 700;
}
dd {
    margin-bottom: 0.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: -0.25em;
}
sup {
    top: -0.5em;
}
a {
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}
a:hover {
    color: #a63600;
    text-decoration: underline;
}
a:not([href]):not([tabindex]),
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: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
    font-size: 1em;
}
pre {
    margin-top: 0;
    margin-bottom: 1rem;
    overflow: auto;
    -ms-overflow-style: scrollbar;
}
figure {
    margin: 0 0 1rem;
}
img {
    border-style: none;
}
img,
svg {
    vertical-align: middle;
}
svg {
    overflow: hidden;
}
table {
    border-collapse: collapse;
}
caption {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    color: #6c757d;
    text-align: left;
    caption-side: bottom;
}
th {
    text-align: inherit;
}
label {
    display: inline-block;
    margin-bottom: 0.5rem;
}
button {
    border-radius: 0;
}
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: 0.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;
    cursor: pointer;
}
template {
    display: none;
}
[hidden] {
    display: none !important;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit;
}
.h1,
h1 {
    font-size: 2.5rem;
}
.h2,
h2 {
    font-size: 2rem;
}
.h3,
h3 {
    font-size: 1.75rem;
}
.h4,
h4 {
    font-size: 1.5rem;
}
.h5,
h5 {
    font-size: 1.25rem;
}
.h6,
h6 {
    font-size: 1rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 300;
}
.display-1 {
    font-size: 6rem;
}
.display-1,
.display-2 {
    font-weight: 300;
    line-height: 1.2;
}
.display-2 {
    font-size: 5.5rem;
}
.display-3 {
    font-size: 4.5rem;
}
.display-3,
.display-4 {
    font-weight: 300;
    line-height: 1.2;
}
.display-4 {
    font-size: 3.5rem;
}
hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
    font-size: 80%;
    font-weight: 400;
}
.mark,
mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
    padding-left: 0;
    list-style: none;
}
.list-inline-item {
    display: inline-block;
}
.list-inline-item:not(:last-child) {
    margin-right: 0.5rem;
}
.initialism {
    font-size: 90%;
    text-transform: uppercase;
}
.blockquote {
    margin-bottom: 1rem;
    font-size: 1.25rem;
}
.blockquote-footer {
    display: block;
    font-size: 80%;
    color: #6c757d;
}
.blockquote-footer:before {
    content: "\2014   \A0";
}
.img-fluid,
.img-thumbnail {
    max-width: 100%;
    height: auto;
}
.img-thumbnail {
    padding: 0.25rem;
    background-color: #fff;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
}
.figure {
    display: inline-block;
}
.figure-img {
    margin-bottom: 0.5rem;
    line-height: 1;
}
.figure-caption {
    font-size: 90%;
    color: #6c757d;
}
code {
    font-size: 87.5%;
    color: #e83e8c;
    word-break: break-word;
}
a > code {
    color: inherit;
}
kbd {
    padding: 0.2rem 0.4rem;
    font-size: 87.5%;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}
kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700;
}
pre {
    display: block;
    font-size: 87.5%;
    color: #212529;
}
pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal;
}
.pre-scrollable {
    max-height: 340px;
    overflow-y: scroll;
}
.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
@media (min-width: 414px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 1025px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1440px) {
    .container {
        max-width: 1140px;
    }
}
.container-fluid {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
.row {
    display: flex;
    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-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-auto,
.col-lg,
.col-lg-1,
.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-10,
.col-lg-11,
.col-lg-12,
.col-lg-auto,
.col-md,
.col-md-1,
.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-10,
.col-md-11,
.col-md-12,
.col-md-auto,
.col-sm,
.col-sm-1,
.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-10,
.col-sm-11,
.col-sm-12,
.col-sm-auto,
.col-xl,
.col-xl-1,
.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-10,
.col-xl-11,
.col-xl-12,
.col-xl-auto,
.col-xxl,
.col-xxl-1,
.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-10,
.col-xxl-11,
.col-xxl-12,
.col-xxl-auto {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
.col {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
}
.col-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
}
.col-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
}
.col-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
}
.col-3 {
    flex: 0 0 25%;
    max-width: 25%;
}
.col-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}
.col-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
}
.col-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.col-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
}
.col-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
}
.col-9 {
    flex: 0 0 75%;
    max-width: 75%;
}
.col-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
}
.col-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
}
.col-12 {
    flex: 0 0 100%;
    max-width: 100%;
}
.order-first {
    order: -1;
}
.order-last {
    order: 13;
}
.order-0 {
    order: 0;
}
.order-1 {
    order: 1;
}
.order-2 {
    order: 2;
}
.order-3 {
    order: 3;
}
.order-4 {
    order: 4;
}
.order-5 {
    order: 5;
}
.order-6 {
    order: 6;
}
.order-7 {
    order: 7;
}
.order-8 {
    order: 8;
}
.order-9 {
    order: 9;
}
.order-10 {
    order: 10;
}
.order-11 {
    order: 11;
}
.order-12 {
    order: 12;
}
.offset-1 {
    margin-left: 8.33333%;
}
.offset-2 {
    margin-left: 16.66667%;
}
.offset-3 {
    margin-left: 25%;
}
.offset-4 {
    margin-left: 33.33333%;
}
.offset-5 {
    margin-left: 41.66667%;
}
.offset-6 {
    margin-left: 50%;
}
.offset-7 {
    margin-left: 58.33333%;
}
.offset-8 {
    margin-left: 66.66667%;
}
.offset-9 {
    margin-left: 75%;
}
.offset-10 {
    margin-left: 83.33333%;
}
.offset-11 {
    margin-left: 91.66667%;
}
@media (min-width: 414px) {
    .col-sm {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-sm-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-sm-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-sm-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-sm-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-sm-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-sm-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-sm-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-sm-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-sm-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-sm-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-sm-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-sm-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-sm-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-sm-first {
        order: -1;
    }
    .order-sm-last {
        order: 13;
    }
    .order-sm-0 {
        order: 0;
    }
    .order-sm-1 {
        order: 1;
    }
    .order-sm-2 {
        order: 2;
    }
    .order-sm-3 {
        order: 3;
    }
    .order-sm-4 {
        order: 4;
    }
    .order-sm-5 {
        order: 5;
    }
    .order-sm-6 {
        order: 6;
    }
    .order-sm-7 {
        order: 7;
    }
    .order-sm-8 {
        order: 8;
    }
    .order-sm-9 {
        order: 9;
    }
    .order-sm-10 {
        order: 10;
    }
    .order-sm-11 {
        order: 11;
    }
    .order-sm-12 {
        order: 12;
    }
    .offset-sm-0 {
        margin-left: 0;
    }
    .offset-sm-1 {
        margin-left: 8.33333%;
    }
    .offset-sm-2 {
        margin-left: 16.66667%;
    }
    .offset-sm-3 {
        margin-left: 25%;
    }
    .offset-sm-4 {
        margin-left: 33.33333%;
    }
    .offset-sm-5 {
        margin-left: 41.66667%;
    }
    .offset-sm-6 {
        margin-left: 50%;
    }
    .offset-sm-7 {
        margin-left: 58.33333%;
    }
    .offset-sm-8 {
        margin-left: 66.66667%;
    }
    .offset-sm-9 {
        margin-left: 75%;
    }
    .offset-sm-10 {
        margin-left: 83.33333%;
    }
    .offset-sm-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 768px) {
    .col-md {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-md-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-md-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-md-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-md-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-md-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-md-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-md-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-md-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-md-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-md-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-md-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-md-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-md-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-md-first {
        order: -1;
    }
    .order-md-last {
        order: 13;
    }
    .order-md-0 {
        order: 0;
    }
    .order-md-1 {
        order: 1;
    }
    .order-md-2 {
        order: 2;
    }
    .order-md-3 {
        order: 3;
    }
    .order-md-4 {
        order: 4;
    }
    .order-md-5 {
        order: 5;
    }
    .order-md-6 {
        order: 6;
    }
    .order-md-7 {
        order: 7;
    }
    .order-md-8 {
        order: 8;
    }
    .order-md-9 {
        order: 9;
    }
    .order-md-10 {
        order: 10;
    }
    .order-md-11 {
        order: 11;
    }
    .order-md-12 {
        order: 12;
    }
    .offset-md-0 {
        margin-left: 0;
    }
    .offset-md-1 {
        margin-left: 8.33333%;
    }
    .offset-md-2 {
        margin-left: 16.66667%;
    }
    .offset-md-3 {
        margin-left: 25%;
    }
    .offset-md-4 {
        margin-left: 33.33333%;
    }
    .offset-md-5 {
        margin-left: 41.66667%;
    }
    .offset-md-6 {
        margin-left: 50%;
    }
    .offset-md-7 {
        margin-left: 58.33333%;
    }
    .offset-md-8 {
        margin-left: 66.66667%;
    }
    .offset-md-9 {
        margin-left: 75%;
    }
    .offset-md-10 {
        margin-left: 83.33333%;
    }
    .offset-md-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1025px) {
    .col-lg {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-lg-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-lg-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-lg-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-lg-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-lg-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-lg-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-lg-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-lg-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-lg-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-lg-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-lg-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-lg-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-lg-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-lg-first {
        order: -1;
    }
    .order-lg-last {
        order: 13;
    }
    .order-lg-0 {
        order: 0;
    }
    .order-lg-1 {
        order: 1;
    }
    .order-lg-2 {
        order: 2;
    }
    .order-lg-3 {
        order: 3;
    }
    .order-lg-4 {
        order: 4;
    }
    .order-lg-5 {
        order: 5;
    }
    .order-lg-6 {
        order: 6;
    }
    .order-lg-7 {
        order: 7;
    }
    .order-lg-8 {
        order: 8;
    }
    .order-lg-9 {
        order: 9;
    }
    .order-lg-10 {
        order: 10;
    }
    .order-lg-11 {
        order: 11;
    }
    .order-lg-12 {
        order: 12;
    }
    .offset-lg-0 {
        margin-left: 0;
    }
    .offset-lg-1 {
        margin-left: 8.33333%;
    }
    .offset-lg-2 {
        margin-left: 16.66667%;
    }
    .offset-lg-3 {
        margin-left: 25%;
    }
    .offset-lg-4 {
        margin-left: 33.33333%;
    }
    .offset-lg-5 {
        margin-left: 41.66667%;
    }
    .offset-lg-6 {
        margin-left: 50%;
    }
    .offset-lg-7 {
        margin-left: 58.33333%;
    }
    .offset-lg-8 {
        margin-left: 66.66667%;
    }
    .offset-lg-9 {
        margin-left: 75%;
    }
    .offset-lg-10 {
        margin-left: 83.33333%;
    }
    .offset-lg-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1440px) {
    .col-xl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xl-first {
        order: -1;
    }
    .order-xl-last {
        order: 13;
    }
    .order-xl-0 {
        order: 0;
    }
    .order-xl-1 {
        order: 1;
    }
    .order-xl-2 {
        order: 2;
    }
    .order-xl-3 {
        order: 3;
    }
    .order-xl-4 {
        order: 4;
    }
    .order-xl-5 {
        order: 5;
    }
    .order-xl-6 {
        order: 6;
    }
    .order-xl-7 {
        order: 7;
    }
    .order-xl-8 {
        order: 8;
    }
    .order-xl-9 {
        order: 9;
    }
    .order-xl-10 {
        order: 10;
    }
    .order-xl-11 {
        order: 11;
    }
    .order-xl-12 {
        order: 12;
    }
    .offset-xl-0 {
        margin-left: 0;
    }
    .offset-xl-1 {
        margin-left: 8.33333%;
    }
    .offset-xl-2 {
        margin-left: 16.66667%;
    }
    .offset-xl-3 {
        margin-left: 25%;
    }
    .offset-xl-4 {
        margin-left: 33.33333%;
    }
    .offset-xl-5 {
        margin-left: 41.66667%;
    }
    .offset-xl-6 {
        margin-left: 50%;
    }
    .offset-xl-7 {
        margin-left: 58.33333%;
    }
    .offset-xl-8 {
        margin-left: 66.66667%;
    }
    .offset-xl-9 {
        margin-left: 75%;
    }
    .offset-xl-10 {
        margin-left: 83.33333%;
    }
    .offset-xl-11 {
        margin-left: 91.66667%;
    }
}
@media (min-width: 1550px) {
    .col-xxl {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%;
    }
    .col-xxl-auto {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
    }
    .col-xxl-1 {
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }
    .col-xxl-2 {
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }
    .col-xxl-3 {
        flex: 0 0 25%;
        max-width: 25%;
    }
    .col-xxl-4 {
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }
    .col-xxl-5 {
        flex: 0 0 41.66667%;
        max-width: 41.66667%;
    }
    .col-xxl-6 {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .col-xxl-7 {
        flex: 0 0 58.33333%;
        max-width: 58.33333%;
    }
    .col-xxl-8 {
        flex: 0 0 66.66667%;
        max-width: 66.66667%;
    }
    .col-xxl-9 {
        flex: 0 0 75%;
        max-width: 75%;
    }
    .col-xxl-10 {
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }
    .col-xxl-11 {
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
    .col-xxl-12 {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .order-xxl-first {
        order: -1;
    }
    .order-xxl-last {
        order: 13;
    }
    .order-xxl-0 {
        order: 0;
    }
    .order-xxl-1 {
        order: 1;
    }
    .order-xxl-2 {
        order: 2;
    }
    .order-xxl-3 {
        order: 3;
    }
    .order-xxl-4 {
        order: 4;
    }
    .order-xxl-5 {
        order: 5;
    }
    .order-xxl-6 {
        order: 6;
    }
    .order-xxl-7 {
        order: 7;
    }
    .order-xxl-8 {
        order: 8;
    }
    .order-xxl-9 {
        order: 9;
    }
    .order-xxl-10 {
        order: 10;
    }
    .order-xxl-11 {
        order: 11;
    }
    .order-xxl-12 {
        order: 12;
    }
    .offset-xxl-0 {
        margin-left: 0;
    }
    .offset-xxl-1 {
        margin-left: 8.33333%;
    }
    .offset-xxl-2 {
        margin-left: 16.66667%;
    }
    .offset-xxl-3 {
        margin-left: 25%;
    }
    .offset-xxl-4 {
        margin-left: 33.33333%;
    }
    .offset-xxl-5 {
        margin-left: 41.66667%;
    }
    .offset-xxl-6 {
        margin-left: 50%;
    }
    .offset-xxl-7 {
        margin-left: 58.33333%;
    }
    .offset-xxl-8 {
        margin-left: 66.66667%;
    }
    .offset-xxl-9 {
        margin-left: 75%;
    }
    .offset-xxl-10 {
        margin-left: 83.33333%;
    }
    .offset-xxl-11 {
        margin-left: 91.66667%;
    }
}
.table {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
}
.table td,
.table th {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}
.table tbody + tbody {
    border-top: 2px solid #dee2e6;
}
.table .table {
    background-color: #fff;
}
.table-sm td,
.table-sm th {
    padding: 0.3rem;
}
.table-bordered,
.table-bordered td,
.table-bordered th {
    border: 1px solid #dee2e6;
}
.table-bordered thead td,
.table-bordered thead th {
    border-bottom-width: 2px;
}
.table-borderless tbody + tbody,
.table-borderless td,
.table-borderless th,
.table-borderless thead th {
    border: 0;
}
.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.05);
}
.table-hover tbody tr:hover {
    background-color: rgba(0, 0, 0, 0.075);
}
.table-primary,
.table-primary > td,
.table-primary > th {
    background-color: #fbceb8;
}
.table-hover .table-primary:hover,
.table-hover .table-primary:hover > td,
.table-hover .table-primary:hover > th {
    background-color: #fabda0;
}
.table-secondary,
.table-secondary > td,
.table-secondary > th {
    background-color: #d6d8db;
}
.table-hover .table-secondary:hover,
.table-hover .table-secondary:hover > td,
.table-hover .table-secondary:hover > th {
    background-color: #c8cbcf;
}
.table-success,
.table-success > td,
.table-success > th {
    background-color: #c3e6cb;
}
.table-hover .table-success:hover,
.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,
.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,
.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: #f5c6cb;
}
.table-hover .table-danger:hover,
.table-hover .table-danger:hover > td,
.table-hover .table-danger:hover > th {
    background-color: #f1b0b7;
}
.table-light,
.table-light > td,
.table-light > th {
    background-color: #fdfdfe;
}
.table-hover .table-light:hover,
.table-hover .table-light:hover > td,
.table-hover .table-light:hover > th {
    background-color: #ececf6;
}
.table-dark,
.table-dark > td,
.table-dark > th {
    background-color: #c6c8ca;
}
.table-hover .table-dark:hover,
.table-hover .table-dark:hover > td,
.table-hover .table-dark:hover > th {
    background-color: #b9bbbe;
}
.table-active,
.table-active > td,
.table-active > th,
.table-hover .table-active:hover,
.table-hover .table-active:hover > td,
.table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075);
}
.table .thead-dark th {
    color: #fff;
    background-color: #212529;
    border-color: #32383e;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.table-dark {
    color: #fff;
    background-color: #212529;
}
.table-dark td,
.table-dark th,
.table-dark thead th {
    border-color: #32383e;
}
.table-dark.table-bordered {
    border: 0;
}
.table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: hsla(0, 0%, 100%, 0.05);
}
.table-dark.table-hover tbody tr:hover {
    background-color: hsla(0, 0%, 100%, 0.075);
}
@media (max-width: 413.98px) {
    .table-responsive-sm {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-sm > .table-bordered {
        border: 0;
    }
}
@media (max-width: 767.98px) {
    .table-responsive-md {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-md > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1024.98px) {
    .table-responsive-lg {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-lg > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1439.98px) {
    .table-responsive-xl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xl > .table-bordered {
        border: 0;
    }
}
@media (max-width: 1549.98px) {
    .table-responsive-xxl {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
    }
    .table-responsive-xxl > .table-bordered {
        border: 0;
    }
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive > .table-bordered {
    border: 0;
}
.form-control {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .form-control {
        transition: none;
    }
}
.form-control::-ms-expand {
    background-color: transparent;
    border: 0;
}
.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #ffa073;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 79, 0, 0.25);
}
.form-control::placeholder {
    color: #6c757d;
    opacity: 1;
}
.form-control:disabled,
.form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1;
}
select.form-control:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.form-control-file,
.form-control-range {
    display: block;
    width: 100%;
}
.col-form-label {
    padding-top: calc(0.375rem + 1px);
    padding-bottom: calc(0.375rem + 1px);
    margin-bottom: 0;
    font-size: inherit;
    line-height: 1.5;
}
.col-form-label-lg {
    padding-top: calc(0.5rem + 1px);
    padding-bottom: calc(0.5rem + 1px);
    font-size: 1.25rem;
    line-height: 1.5;
}
.col-form-label-sm {
    padding-top: calc(0.25rem + 1px);
    padding-bottom: calc(0.25rem + 1px);
    font-size: 0.875rem;
    line-height: 1.5;
}
.form-control-plaintext {
    display: block;
    width: 100%;
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
    margin-bottom: 0;
    line-height: 1.5;
    color: #212529;
    background-color: transparent;
    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 {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.form-control-lg {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
select.form-control[multiple],
select.form-control[size],
textarea.form-control {
    height: auto;
}
.form-group {
    margin-bottom: 1rem;
}
.form-text {
    display: block;
    margin-top: 0.25rem;
}
.form-row {
    display: flex;
    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;
    padding-left: 1.25rem;
}
.form-check-input {
    position: absolute;
    margin-top: 0.3rem;
    margin-left: -1.25rem;
}
.form-check-input:disabled ~ .form-check-label {
    color: #6c757d;
}
.form-check-label {
    margin-bottom: 0;
}
.form-check-inline {
    display: inline-flex;
    align-items: center;
    padding-left: 0;
    margin-right: 0.75rem;
}
.form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0;
}
.valid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #28a745;
}
.valid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 35px 40px;
    margin-top: 0.1rem;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background-color: #28a745;
    border-radius: 0;
}
.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 {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-select.is-valid ~ .valid-feedback,
.custom-select.is-valid ~ .valid-tooltip,
.form-control-file.is-valid ~ .valid-feedback,
.form-control-file.is-valid ~ .valid-tooltip,
.form-control.is-valid ~ .valid-feedback,
.form-control.is-valid ~ .valid-tooltip,
.was-validated .custom-select:valid ~ .valid-feedback,
.was-validated .custom-select:valid ~ .valid-tooltip,
.was-validated .form-control-file:valid ~ .valid-feedback,
.was-validated .form-control-file:valid ~ .valid-tooltip,
.was-validated .form-control:valid ~ .valid-feedback,
.was-validated .form-control:valid ~ .valid-tooltip {
    display: block;
}
.form-check-input.is-valid ~ .form-check-label,
.was-validated .form-check-input:valid ~ .form-check-label {
    color: #28a745;
}
.form-check-input.is-valid ~ .valid-feedback,
.form-check-input.is-valid ~ .valid-tooltip,
.was-validated .form-check-input:valid ~ .valid-feedback,
.was-validated .form-check-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid ~ .custom-control-label,
.was-validated .custom-control-input:valid ~ .custom-control-label {
    color: #28a745;
}
.custom-control-input.is-valid ~ .custom-control-label:before,
.was-validated .custom-control-input:valid ~ .custom-control-label:before {
    background-color: #71dd8a;
}
.custom-control-input.is-valid ~ .valid-feedback,
.custom-control-input.is-valid ~ .valid-tooltip,
.was-validated .custom-control-input:valid ~ .valid-feedback,
.was-validated .custom-control-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-control-input.is-valid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:checked ~ .custom-control-label:before {
    background-color: #34ce57;
}
.custom-control-input.is-valid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:valid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.custom-file-input.is-valid ~ .custom-file-label,
.was-validated .custom-file-input:valid ~ .custom-file-label {
    border-color: #28a745;
}
.custom-file-input.is-valid ~ .custom-file-label:after,
.was-validated .custom-file-input:valid ~ .custom-file-label:after {
    border-color: inherit;
}
.custom-file-input.is-valid ~ .valid-feedback,
.custom-file-input.is-valid ~ .valid-tooltip,
.was-validated .custom-file-input:valid ~ .valid-feedback,
.was-validated .custom-file-input:valid ~ .valid-tooltip {
    display: block;
}
.custom-file-input.is-valid:focus ~ .custom-file-label,
.was-validated .custom-file-input:valid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25);
}
.invalid-feedback {
    display: none;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 80%;
    color: #dc3545;
}
.invalid-tooltip {
    position: absolute;
    top: 100%;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: 35px 40px;
    margin-top: 0.1rem;
    font-size: 16px;
    line-height: 1.5;
    color: #fff;
    background-color: #dc3545;
    border-radius: 0;
}
.custom-select.is-invalid,
.form-control.is-invalid,
.was-validated .custom-select:invalid,
.was-validated .form-control:invalid {
    border-color: #dc3545;
}
.custom-select.is-invalid:focus,
.form-control.is-invalid:focus,
.was-validated .custom-select:invalid:focus,
.was-validated .form-control:invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-select.is-invalid ~ .invalid-feedback,
.custom-select.is-invalid ~ .invalid-tooltip,
.form-control-file.is-invalid ~ .invalid-feedback,
.form-control-file.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-file:invalid ~ .invalid-feedback,
.was-validated .form-control-file: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: #dc3545;
}
.form-check-input.is-invalid ~ .invalid-feedback,
.form-check-input.is-invalid ~ .invalid-tooltip,
.was-validated .form-check-input:invalid ~ .invalid-feedback,
.was-validated .form-check-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid ~ .custom-control-label,
.was-validated .custom-control-input:invalid ~ .custom-control-label {
    color: #dc3545;
}
.custom-control-input.is-invalid ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid ~ .custom-control-label:before {
    background-color: #efa2a9;
}
.custom-control-input.is-invalid ~ .invalid-feedback,
.custom-control-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-control-input:invalid ~ .invalid-feedback,
.was-validated .custom-control-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-control-input.is-invalid:checked ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:checked ~ .custom-control-label:before {
    background-color: #e4606d;
}
.custom-control-input.is-invalid:focus ~ .custom-control-label:before,
.was-validated .custom-control-input:invalid:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.custom-file-input.is-invalid ~ .custom-file-label,
.was-validated .custom-file-input:invalid ~ .custom-file-label {
    border-color: #dc3545;
}
.custom-file-input.is-invalid ~ .custom-file-label:after,
.was-validated .custom-file-input:invalid ~ .custom-file-label:after {
    border-color: inherit;
}
.custom-file-input.is-invalid ~ .invalid-feedback,
.custom-file-input.is-invalid ~ .invalid-tooltip,
.was-validated .custom-file-input:invalid ~ .invalid-feedback,
.was-validated .custom-file-input:invalid ~ .invalid-tooltip {
    display: block;
}
.custom-file-input.is-invalid:focus ~ .custom-file-label,
.was-validated .custom-file-input:invalid:focus ~ .custom-file-label {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25);
}
.form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}
.form-inline .form-check {
    width: 100%;
}
@media (min-width: 414px) {
    .form-inline label {
        justify-content: center;
    }
    .form-inline .form-group,
    .form-inline label {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }
    .form-inline .form-group {
        flex: 0 0 auto;
        flex-flow: row wrap;
    }
    .form-inline .form-control {
        display: inline-block;
        width: auto;
        vertical-align: middle;
    }
    .form-inline .form-control-plaintext {
        display: inline-block;
    }
    .form-inline .custom-select,
    .form-inline .input-group {
        width: auto;
    }
    .form-inline .form-check {
        display: flex;
        align-items: center;
        justify-content: center;
        width: auto;
        padding-left: 0;
    }
    .form-inline .form-check-input {
        position: relative;
        margin-top: 0;
        margin-right: 0.25rem;
        margin-left: 0;
    }
    .form-inline .custom-control {
        align-items: center;
        justify-content: center;
    }
    .form-inline .custom-control-label {
        margin-bottom: 0;
    }
}
.btn,
.uni-banner__more-link {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .btn,
    .uni-banner__more-link {
        transition: none;
    }
}
.btn:focus,
.btn:hover,
.uni-banner__more-link:focus,
.uni-banner__more-link:hover {
    text-decoration: none;
}
.btn.focus,
.btn:focus,
.focus.uni-banner__more-link,
.uni-banner__more-link:focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 79, 0, 0.25);
}
.btn.disabled,
.btn:disabled,
.disabled.uni-banner__more-link,
.uni-banner__more-link:disabled {
    opacity: 0.65;
}
.btn:not(:disabled):not(.disabled),
.uni-banner__more-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
a.btn.disabled,
a.disabled.uni-banner__more-link,
fieldset:disabled a.btn,
fieldset:disabled a.uni-banner__more-link {
    pointer-events: none;
}
.btn-primary {
    color: #fff;
    background-color: #f24f00;
    border-color: #f24f00;
}
.btn-primary:hover {
    color: #fff;
    background-color: #cc4300;
    border-color: #bf3e00;
}
.btn-primary.focus,
.btn-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 79, 0, 0.5);
}
.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff;
    background-color: #f24f00;
    border-color: #f24f00;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #bf3e00;
    border-color: #b23a00;
}
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 79, 0, 0.5);
}
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
}
.btn-secondary.focus,
.btn-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-secondary.disabled,
.btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary:not(:disabled):not(.disabled):active,
.show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b;
}
.btn-secondary:not(:disabled):not(.disabled).active:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.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 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-success.disabled,
.btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-success:not(:disabled):not(.disabled).active,
.btn-success:not(:disabled):not(.disabled):active,
.show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430;
}
.btn-success:not(:disabled):not(.disabled).active:focus,
.btn-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.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 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}
.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-warning {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
}
.btn-warning.focus,
.btn-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-warning.disabled,
.btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-warning:not(:disabled):not(.disabled).active,
.btn-warning:not(:disabled):not(.disabled):active,
.show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500;
}
.btn-warning:not(:disabled):not(.disabled).active:focus,
.btn-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
}
.btn-danger.focus,
.btn-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-danger.disabled,
.btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-danger:not(:disabled):not(.disabled).active,
.btn-danger:not(:disabled):not(.disabled):active,
.show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d;
}
.btn-danger:not(:disabled):not(.disabled).active:focus,
.btn-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
}
.btn-light.focus,
.btn-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df;
}
.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-dark {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
}
.btn-dark.focus,
.btn-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-dark.disabled,
.btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-dark:not(:disabled):not(.disabled).active,
.btn-dark:not(:disabled):not(.disabled):active,
.show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d;
}
.btn-dark:not(:disabled):not(.disabled).active:focus,
.btn-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-primary {
    color: #f24f00;
    background-color: transparent;
    background-image: none;
    border-color: #f24f00;
}
.btn-outline-primary:hover {
    color: #fff;
    background-color: #f24f00;
    border-color: #f24f00;
}
.btn-outline-primary.focus,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 79, 0, 0.5);
}
.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #f24f00;
    background-color: transparent;
}
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #f24f00;
    border-color: #f24f00;
}
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(242, 79, 0, 0.5);
}
.btn-outline-secondary {
    color: #6c757d;
    background-color: transparent;
    background-image: none;
    border-color: #6c757d;
}
.btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary.focus,
.btn-outline-secondary:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.btn-outline-secondary.disabled,
.btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active,
.btn-outline-secondary:not(:disabled):not(.disabled):active,
.show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-secondary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem hsla(208, 7%, 46%, 0.5);
}
.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 0.2rem rgba(40, 167, 69, 0.5);
}
.btn-outline-success.disabled,
.btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent;
}
.btn-outline-success:not(:disabled):not(.disabled).active,
.btn-outline-success:not(:disabled):not(.disabled):active,
.show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus,
.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-success.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}
.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 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-info.disabled,
.btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent;
}
.btn-outline-info:not(:disabled):not(.disabled).active,
.btn-outline-info:not(:disabled):not(.disabled):active,
.show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-outline-info:not(:disabled):not(.disabled).active:focus,
.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}
.btn-outline-warning {
    color: #ffc107;
    background-color: transparent;
    background-image: none;
    border-color: #ffc107;
}
.btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning.focus,
.btn-outline-warning:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning.disabled,
.btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent;
}
.btn-outline-warning:not(:disabled):not(.disabled).active,
.btn-outline-warning:not(:disabled):not(.disabled):active,
.show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107;
}
.btn-outline-warning:not(:disabled):not(.disabled).active:focus,
.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-warning.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}
.btn-outline-danger {
    color: #dc3545;
    background-color: transparent;
    background-image: none;
    border-color: #dc3545;
}
.btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger.focus,
.btn-outline-danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger.disabled,
.btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent;
}
.btn-outline-danger:not(:disabled):not(.disabled).active,
.btn-outline-danger:not(:disabled):not(.disabled):active,
.show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}
.btn-outline-danger:not(:disabled):not(.disabled).active:focus,
.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-danger.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}
.btn-outline-light {
    color: #f8f9fa;
    background-color: transparent;
    background-image: none;
    border-color: #f8f9fa;
}
.btn-outline-light:hover {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light.focus,
.btn-outline-light:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled,
.btn-outline-light:disabled {
    color: #f8f9fa;
    background-color: transparent;
}
.btn-outline-light:not(:disabled):not(.disabled).active,
.btn-outline-light:not(:disabled):not(.disabled):active,
.show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa;
}
.btn-outline-light:not(:disabled):not(.disabled).active:focus,
.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}
.btn-outline-dark {
    color: #343a40;
    background-color: transparent;
    background-image: none;
    border-color: #343a40;
}
.btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark.focus,
.btn-outline-dark:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-outline-dark.disabled,
.btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent;
}
.btn-outline-dark:not(:disabled):not(.disabled).active,
.btn-outline-dark:not(:disabled):not(.disabled):active,
.show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40;
}
.btn-outline-dark:not(:disabled):not(.disabled).active:focus,
.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-dark.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}
.btn-link {
    font-weight: 400;
    color: #f24f00;
    background-color: transparent;
}
.btn-link:hover {
    color: #a63600;
    background-color: transparent;
}
.btn-link.focus,
.btn-link:focus,
.btn-link:hover {
    text-decoration: underline;
    border-color: transparent;
}
.btn-link.focus,
.btn-link:focus {
    box-shadow: none;
}
.btn-link.disabled,
.btn-link:disabled {
    color: #6c757d;
    pointer-events: none;
}
.btn-group-lg > .btn,
.btn-group-lg > .uni-banner__more-link,
.btn-lg {
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.btn-group-sm > .btn,
.btn-group-sm > .uni-banner__more-link,
.btn-sm {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.btn-block {
    display: block;
    width: 100%;
}
.btn-block + .btn-block {
    margin-top: 0.5rem;
}
input[type="button"].btn-block,
input[type="reset"].btn-block,
input[type="submit"].btn-block {
    width: 100%;
}
.fade {
    transition: opacity 0.15s linear;
}
@media screen and (prefers-reduced-motion: reduce) {
    .fade {
        transition: none;
    }
}
.fade:not(.show) {
    opacity: 0;
}
.collapse:not(.show) {
    display: none;
}
.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
        transition: none;
    }
}
.dropdown,
.dropleft,
.dropright,
.dropup {
    position: relative;
}
.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
}
.dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.5rem 0;
    margin: 0.125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
}
.dropdown-menu-right {
    right: 0;
    left: auto;
}
.dropup .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-top: 0;
    margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0;
    border-right: 0.3em solid transparent;
    border-bottom: 0.3em solid;
    border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-menu {
    top: 0;
    right: auto;
    left: 100%;
    margin-top: 0;
    margin-left: 0.125rem;
}
.dropright .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0;
    border-bottom: 0.3em solid transparent;
    border-left: 0.3em solid;
}
.dropright .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropright .dropdown-toggle:after {
    vertical-align: 0;
}
.dropleft .dropdown-menu {
    top: 0;
    right: 100%;
    left: auto;
    margin-top: 0;
    margin-right: 0.125rem;
}
.dropleft .dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    display: none;
}
.dropleft .dropdown-toggle:before {
    display: inline-block;
    width: 0;
    height: 0;
    margin-right: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid transparent;
    border-right: 0.3em solid;
    border-bottom: 0.3em solid transparent;
}
.dropleft .dropdown-toggle:empty:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle:before {
    vertical-align: 0;
}
.dropdown-menu[x-placement^="bottom"],
.dropdown-menu[x-placement^="left"],
.dropdown-menu[x-placement^="right"],
.dropdown-menu[x-placement^="top"] {
    right: auto;
    bottom: auto;
}
.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
.dropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}
.dropdown-item:focus,
.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}
.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #f24f00;
}
.dropdown-item.disabled,
.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-header {
    display: block;
    padding: 0.5rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #6c757d;
    white-space: nowrap;
}
.dropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #212529;
}
.btn-group,
.btn-group-vertical {
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}
.btn-group-vertical > .btn,
.btn-group-vertical > .uni-banner__more-link,
.btn-group > .btn,
.btn-group > .uni-banner__more-link {
    position: relative;
    flex: 0 1 auto;
}
.btn-group-vertical > .active.uni-banner__more-link,
.btn-group-vertical > .btn.active,
.btn-group-vertical > .btn:active,
.btn-group-vertical > .btn:focus,
.btn-group-vertical > .btn:hover,
.btn-group-vertical > .uni-banner__more-link:active,
.btn-group-vertical > .uni-banner__more-link:focus,
.btn-group-vertical > .uni-banner__more-link:hover,
.btn-group > .active.uni-banner__more-link,
.btn-group > .btn.active,
.btn-group > .btn:active,
.btn-group > .btn:focus,
.btn-group > .btn:hover,
.btn-group > .uni-banner__more-link:active,
.btn-group > .uni-banner__more-link:focus,
.btn-group > .uni-banner__more-link:hover {
    z-index: 1;
}
.btn-group-vertical .btn + .btn,
.btn-group-vertical .btn + .btn-group,
.btn-group-vertical .btn + .uni-banner__more-link,
.btn-group-vertical .btn-group + .btn,
.btn-group-vertical .btn-group + .btn-group,
.btn-group-vertical .btn-group + .uni-banner__more-link,
.btn-group-vertical .uni-banner__more-link + .btn,
.btn-group-vertical .uni-banner__more-link + .btn-group,
.btn-group-vertical .uni-banner__more-link + .uni-banner__more-link,
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn + .uni-banner__more-link,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group,
.btn-group .btn-group + .uni-banner__more-link,
.btn-group .uni-banner__more-link + .btn,
.btn-group .uni-banner__more-link + .btn-group,
.btn-group .uni-banner__more-link + .uni-banner__more-link {
    margin-left: -1px;
}
.btn-toolbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.btn-toolbar .input-group {
    width: auto;
}
.btn-group > .btn:first-child,
.btn-group > .uni-banner__more-link:first-child {
    margin-left: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn,
.btn-group > .btn-group:not(:last-child) > .uni-banner__more-link,
.btn-group > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group > .uni-banner__more-link:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.btn-group > .btn-group:not(:first-child) > .btn,
.btn-group > .btn-group:not(:first-child) > .uni-banner__more-link,
.btn-group > .btn:not(:first-child),
.btn-group > .uni-banner__more-link:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown-toggle-split {
    padding-right: 0.5625rem;
    padding-left: 0.5625rem;
}
.dropdown-toggle-split:after,
.dropright .dropdown-toggle-split:after,
.dropup .dropdown-toggle-split:after {
    margin-left: 0;
}
.dropleft .dropdown-toggle-split:before {
    margin-right: 0;
}
.btn-group-sm > .btn + .dropdown-toggle-split,
.btn-group-sm > .uni-banner__more-link + .dropdown-toggle-split,
.btn-sm + .dropdown-toggle-split {
    padding-right: 0.375rem;
    padding-left: 0.375rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split,
.btn-group-lg > .uni-banner__more-link + .dropdown-toggle-split,
.btn-lg + .dropdown-toggle-split {
    padding-right: 0.75rem;
    padding-left: 0.75rem;
}
.btn-group-vertical {
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}
.btn-group-vertical .btn,
.btn-group-vertical .btn-group,
.btn-group-vertical .uni-banner__more-link {
    width: 100%;
}
.btn-group-vertical > .btn + .btn,
.btn-group-vertical > .btn + .btn-group,
.btn-group-vertical > .btn + .uni-banner__more-link,
.btn-group-vertical > .btn-group + .btn,
.btn-group-vertical > .btn-group + .btn-group,
.btn-group-vertical > .btn-group + .uni-banner__more-link,
.btn-group-vertical > .uni-banner__more-link + .btn,
.btn-group-vertical > .uni-banner__more-link + .btn-group,
.btn-group-vertical > .uni-banner__more-link + .uni-banner__more-link {
    margin-top: -1px;
    margin-left: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.btn-group-vertical > .btn-group:not(:last-child) > .uni-banner__more-link,
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .uni-banner__more-link:not(:last-child):not(.dropdown-toggle) {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.btn-group-vertical > .btn-group:not(:first-child) > .uni-banner__more-link,
.btn-group-vertical > .btn:not(:first-child),
.btn-group-vertical > .uni-banner__more-link:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.btn-group-toggle > .btn,
.btn-group-toggle > .btn-group > .btn,
.btn-group-toggle > .btn-group > .uni-banner__more-link,
.btn-group-toggle > .uni-banner__more-link {
    margin-bottom: 0;
}
.btn-group-toggle > .btn-group > .btn input[type="checkbox"],
.btn-group-toggle > .btn-group > .btn input[type="radio"],
.btn-group-toggle > .btn-group > .uni-banner__more-link input[type="checkbox"],
.btn-group-toggle > .btn-group > .uni-banner__more-link input[type="radio"],
.btn-group-toggle > .btn input[type="checkbox"],
.btn-group-toggle > .btn input[type="radio"],
.btn-group-toggle > .uni-banner__more-link input[type="checkbox"],
.btn-group-toggle > .uni-banner__more-link input[type="radio"] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}
.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
}
.input-group > .custom-file,
.input-group > .custom-select,
.input-group > .form-control {
    position: relative;
    flex: 1 1 auto;
    width: 1%;
    margin-bottom: 0;
}
.input-group > .custom-file + .custom-file,
.input-group > .custom-file + .custom-select,
.input-group > .custom-file + .form-control,
.input-group > .custom-select + .custom-file,
.input-group > .custom-select + .custom-select,
.input-group > .custom-select + .form-control,
.input-group > .form-control + .custom-file,
.input-group > .form-control + .custom-select,
.input-group > .form-control + .form-control {
    margin-left: -1px;
}
.input-group > .custom-file .custom-file-input:focus ~ .custom-file-label,
.input-group > .custom-select:focus,
.input-group > .form-control:focus {
    z-index: 3;
}
.input-group > .custom-file .custom-file-input:focus {
    z-index: 4;
}
.input-group > .custom-select:not(:last-child),
.input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-select:not(:first-child),
.input-group > .form-control:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group > .custom-file {
    display: flex;
    align-items: center;
}
.input-group > .custom-file:not(:last-child) .custom-file-label,
.input-group > .custom-file:not(:last-child) .custom-file-label:after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.input-group-append,
.input-group-prepend {
    display: flex;
}
.input-group-append .btn,
.input-group-append .uni-banner__more-link,
.input-group-prepend .btn,
.input-group-prepend .uni-banner__more-link {
    position: relative;
    z-index: 2;
}
.input-group-append .btn + .btn,
.input-group-append .btn + .input-group-text,
.input-group-append .btn + .uni-banner__more-link,
.input-group-append .input-group-text + .btn,
.input-group-append .input-group-text + .input-group-text,
.input-group-append .input-group-text + .uni-banner__more-link,
.input-group-append .uni-banner__more-link + .btn,
.input-group-append .uni-banner__more-link + .input-group-text,
.input-group-append .uni-banner__more-link + .uni-banner__more-link,
.input-group-prepend .btn + .btn,
.input-group-prepend .btn + .input-group-text,
.input-group-prepend .btn + .uni-banner__more-link,
.input-group-prepend .input-group-text + .btn,
.input-group-prepend .input-group-text + .input-group-text,
.input-group-prepend .input-group-text + .uni-banner__more-link,
.input-group-prepend .uni-banner__more-link + .btn,
.input-group-prepend .uni-banner__more-link + .input-group-text,
.input-group-prepend .uni-banner__more-link + .uni-banner__more-link {
    margin-left: -1px;
}
.input-group-prepend {
    margin-right: -1px;
}
.input-group-append {
    margin-left: -1px;
}
.input-group-text {
    display: flex;
    align-items: center;
    padding: 0.375rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.input-group-text input[type="checkbox"],
.input-group-text input[type="radio"] {
    margin-top: 0;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-append > .btn,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-append > .uni-banner__more-link,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-prepend > .uni-banner__more-link {
    height: calc(2.875rem + 2px);
    padding: 0.5rem 1rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0.3rem;
}
.input-group-sm > .form-control,
.input-group-sm > .input-group-append > .btn,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-append > .uni-banner__more-link,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-prepend > .uni-banner__more-link {
    height: calc(1.8125rem + 2px);
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0.2rem;
}
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child),
.input-group > .input-group-append:last-child > .uni-banner__more-link:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .uni-banner__more-link,
.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-prepend > .uni-banner__more-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-append > .uni-banner__more-link,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child),
.input-group > .input-group-prepend:first-child > .uni-banner__more-link:not(:first-child),
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .uni-banner__more-link {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control {
    position: relative;
    display: block;
    min-height: 1.5rem;
    padding-left: 1.5rem;
}
.custom-control-inline {
    display: inline-flex;
    margin-right: 1rem;
}
.custom-control-input {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label:before {
    color: #fff;
    background-color: #f24f00;
}
.custom-control-input:focus ~ .custom-control-label:before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(242, 79, 0, 0.25);
}
.custom-control-input:active ~ .custom-control-label:before {
    color: #fff;
    background-color: #ffc3a6;
}
.custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label:before {
    background-color: #e9ecef;
}
.custom-control-label {
    position: relative;
    margin-bottom: 0;
}
.custom-control-label:before {
    pointer-events: none;
    user-select: none;
    background-color: #dee2e6;
}
.custom-control-label:after,
.custom-control-label:before {
    position: absolute;
    top: 0.25rem;
    left: -1.5rem;
    display: block;
    width: 1rem;
    height: 1rem;
    content: "";
}
.custom-control-label:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 50% 50%;
}
.custom-checkbox .custom-control-label:before {
    border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #f24f00;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label:after {
    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='%23fff' 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-label:before {
    background-color: #f24f00;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label:after {
    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='%23fff' d='M0 2h4'/%3E%3C/svg%3E");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(242, 79, 0, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label:before {
    background-color: rgba(242, 79, 0, 0.5);
}
.custom-radio .custom-control-label:before {
    border-radius: 50%;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:before {
    background-color: #f24f00;
}
.custom-radio .custom-control-input:checked ~ .custom-control-label:after {
    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='%23fff'/%3E%3C/svg%3E");
}
.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label:before {
    background-color: rgba(242, 79, 0, 0.5);
}
.custom-select {
    display: inline-block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
    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='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E")
        no-repeat right 0.75rem center;
    background-size: 8px 10px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    appearance: none;
}
.custom-select:focus {
    border-color: #ffa073;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 160, 115, 0.5);
}
.custom-select:focus::-ms-value {
    color: #495057;
    background-color: #fff;
}
.custom-select[multiple],
.custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 0.75rem;
    background-image: none;
}
.custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef;
}
.custom-select::-ms-expand {
    opacity: 0;
}
.custom-select-sm {
    height: calc(1.8125rem + 2px);
    font-size: 75%;
}
.custom-select-lg,
.custom-select-sm {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.custom-select-lg {
    height: calc(2.875rem + 2px);
    font-size: 125%;
}
.custom-file {
    display: inline-block;
    margin-bottom: 0;
}
.custom-file,
.custom-file-input {
    position: relative;
    width: 100%;
    height: calc(2.25rem + 2px);
}
.custom-file-input {
    z-index: 2;
    margin: 0;
    opacity: 0;
}
.custom-file-input:focus ~ .custom-file-label {
    border-color: #ffa073;
    box-shadow: 0 0 0 0.2rem rgba(242, 79, 0, 0.25);
}
.custom-file-input:focus ~ .custom-file-label:after {
    border-color: #ffa073;
}
.custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef;
}
.custom-file-input:lang(en) ~ .custom-file-label:after {
    content: "Browse";
}
.custom-file-label {
    left: 0;
    z-index: 1;
    height: calc(2.25rem + 2px);
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
.custom-file-label,
.custom-file-label:after {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    color: #495057;
}
.custom-file-label:after {
    bottom: 0;
    z-index: 3;
    display: block;
    height: 2.25rem;
    content: "Browse";
    background-color: #e9ecef;
    border-left: 1px solid #ced4da;
    border-radius: 0 0.25rem 0.25rem 0;
}
.custom-range {
    width: 100%;
    padding-left: 0;
    background-color: transparent;
    appearance: none;
}
.custom-range:focus {
    outline: none;
}
.custom-range:focus::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(242, 79, 0, 0.25);
}
.custom-range:focus::-moz-range-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(242, 79, 0, 0.25);
}
.custom-range:focus::-ms-thumb {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(242, 79, 0, 0.25);
}
.custom-range::-moz-focus-outer {
    border: 0;
}
.custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #f24f00;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-webkit-slider-thumb {
        transition: none;
    }
}
.custom-range::-webkit-slider-thumb:active {
    background-color: #ffc3a6;
}
.custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #f24f00;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-moz-range-thumb {
        transition: none;
    }
}
.custom-range::-moz-range-thumb:active {
    background-color: #ffc3a6;
}
.custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem;
}
.custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #f24f00;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none;
}
@media screen and (prefers-reduced-motion: reduce) {
    .custom-range::-ms-thumb {
        transition: none;
    }
}
.custom-range::-ms-thumb:active {
    background-color: #ffc3a6;
}
.custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem;
}
.custom-range::-ms-fill-lower,
.custom-range::-ms-fill-upper {
    background-color: #dee2e6;
    border-radius: 1rem;
}
.custom-range::-ms-fill-upper {
    margin-right: 15px;
}
.custom-control-label:before,
.custom-file-label,
.custom-select {
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
    .custom-control-label:before,
    .custom-file-label,
    .custom-select {
        transition: none;
    }
}
.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav-link {
    display: block;
    padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
    text-decoration: none;
}
.nav-link.disabled {
    color: #6c757d;
}
.nav-tabs {
    border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
    margin-bottom: -1px;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
    border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
    color: #6c757d;
    background-color: transparent;
    border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.nav-pills .nav-link {
    border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #f24f00;
}
.nav-fill .nav-item {
    flex: 1 1 auto;
    text-align: center;
}
.nav-justified .nav-item {
    flex-basis: 0;
    flex-grow: 1;
    text-align: center;
}
.tab-content > .tab-pane {
    display: none;
}
.tab-content > .active {
    display: block;
}
.navbar {
    position: relative;
    padding: 0.5rem 1rem;
}
.navbar,
.navbar > .container,
.navbar > .container-fluid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.navbar-brand {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}
.navbar-brand:focus,
.navbar-brand:hover {
    text-decoration: none;
}
.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.navbar-text {
    display: inline-block;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}
.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center;
}
.navbar-toggler {
    padding: 0.25rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.navbar-toggler:focus,
.navbar-toggler:hover {
    text-decoration: none;
}
.navbar-toggler:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%;
}
@media (max-width: 413.98px) {
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 414px) {
    .navbar-expand-sm {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-sm .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-sm .navbar-toggler {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 768px) {
    .navbar-expand-md {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-md .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-md .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-md .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-md .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1024.98px) {
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1025px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-lg .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1439.98px) {
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1440px) {
    .navbar-expand-xl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xl .navbar-toggler {
        display: none;
    }
}
@media (max-width: 1549.98px) {
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        padding-right: 0;
        padding-left: 0;
    }
}
@media (min-width: 1550px) {
    .navbar-expand-xxl {
        flex-flow: row nowrap;
        justify-content: flex-start;
    }
    .navbar-expand-xxl .navbar-nav {
        flex-direction: row;
    }
    .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: 0.5rem;
        padding-left: 0.5rem;
    }
    .navbar-expand-xxl > .container,
    .navbar-expand-xxl > .container-fluid {
        flex-wrap: nowrap;
    }
    .navbar-expand-xxl .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
    .navbar-expand-xxl .navbar-toggler {
        display: none;
    }
}
.navbar-expand {
    flex-flow: row nowrap;
    justify-content: flex-start;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0;
}
.navbar-expand .navbar-nav {
    flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
}
.navbar-expand > .container,
.navbar-expand > .container-fluid {
    flex-wrap: nowrap;
}
.navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
}
.navbar-expand .navbar-toggler {
    display: none;
}
.navbar-light .navbar-brand,
.navbar-light .navbar-brand:focus,
.navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 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, 0.9);
}
.navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.5);
    border-color: rgba(0, 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, 0.5);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:focus,
.navbar-light .navbar-text a:hover {
    color: rgba(0, 0, 0, 0.9);
}
.navbar-dark .navbar-brand,
.navbar-dark .navbar-brand:focus,
.navbar-dark .navbar-brand:hover {
    color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
    color: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link:hover {
    color: hsla(0, 0%, 100%, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
    color: hsla(0, 0%, 100%, 0.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: hsla(0, 0%, 100%, 0.5);
    border-color: hsla(0, 0%, 100%, 0.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: hsla(0, 0%, 100%, 0.5);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:focus,
.navbar-dark .navbar-text a:hover {
    color: #fff;
}
.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}
.card > hr {
    margin-right: 0;
    margin-left: 0;
}
.card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: 0.75rem;
}
.card-subtitle {
    margin-top: -0.375rem;
}
.card-subtitle,
.card-text:last-child {
    margin-bottom: 0;
}
.card-link:hover {
    text-decoration: none;
}
.card-link + .card-link {
    margin-left: 1.25rem;
}
.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
    border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.card-header + .list-group .list-group-item:first-child {
    border-top: 0;
}
.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: rgba(0, 0, 0, 0.03);
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}
.card-header-tabs {
    margin-bottom: -0.75rem;
    border-bottom: 0;
}
.card-header-pills,
.card-header-tabs {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}
.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}
.card-img {
    width: 100%;
    border-radius: calc(0.25rem - 1px);
}
.card-img-top {
    width: 100%;
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}
.card-img-bottom {
    width: 100%;
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}
.card-deck {
    display: flex;
    flex-direction: column;
}
.card-deck .card {
    margin-bottom: 15px;
}
@media (min-width: 414px) {
    .card-deck {
        flex-flow: row wrap;
        margin-right: -15px;
        margin-left: -15px;
    }
    .card-deck .card {
        display: flex;
        flex: 1 0 0%;
        flex-direction: column;
        margin-right: 15px;
        margin-bottom: 0;
        margin-left: 15px;
    }
}
.card-group {
    display: flex;
    flex-direction: column;
}
.card-group > .card {
    margin-bottom: 15px;
}
@media (min-width: 414px) {
    .card-group {
        flex-flow: row wrap;
    }
    .card-group > .card {
        flex: 1 0 0%;
        margin-bottom: 0;
    }
    .card-group > .card + .card {
        margin-left: 0;
        border-left: 0;
    }
    .card-group > .card:first-child {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
    .card-group > .card:first-child .card-header,
    .card-group > .card:first-child .card-img-top {
        border-top-right-radius: 0;
    }
    .card-group > .card:first-child .card-footer,
    .card-group > .card:first-child .card-img-bottom {
        border-bottom-right-radius: 0;
    }
    .card-group > .card:last-child {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }
    .card-group > .card:last-child .card-header,
    .card-group > .card:last-child .card-img-top {
        border-top-left-radius: 0;
    }
    .card-group > .card:last-child .card-footer,
    .card-group > .card:last-child .card-img-bottom {
        border-bottom-left-radius: 0;
    }
    .card-group > .card:only-child {
        border-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-header,
    .card-group > .card:only-child .card-img-top {
        border-top-left-radius: 0.25rem;
        border-top-right-radius: 0.25rem;
    }
    .card-group > .card:only-child .card-footer,
    .card-group > .card:only-child .card-img-bottom {
        border-bottom-right-radius: 0.25rem;
        border-bottom-left-radius: 0.25rem;
    }
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child),
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-footer,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-header,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-bottom,
    .card-group > .card:not(:first-child):not(:last-child):not(:only-child) .card-img-top {
        border-radius: 0;
    }
}
.card-columns .card {
    margin-bottom: 0.75rem;
}
@media (min-width: 414px) {
    .card-columns {
        column-count: 3;
        column-gap: 1.25rem;
        orphans: 1;
        widows: 1;
    }
    .card-columns .card {
        display: inline-block;
        width: 100%;
    }
}
.accordion .card:not(:first-of-type):not(:last-of-type) {
    border-bottom: 0;
    border-radius: 0;
}
.accordion .card:not(:first-of-type) .card-header:first-child {
    border-radius: 0;
}
.accordion .card:first-of-type {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.accordion .card:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0.75rem 1rem;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.breadcrumb-item + .breadcrumb-item {
    padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item:before {
    display: inline-block;
    padding-right: 0.5rem;
    color: #6c757d;
    content: "/";
}
.breadcrumb-item + .breadcrumb-item:hover:before {
    text-decoration: underline;
    text-decoration: none;
}
.breadcrumb-item.active {
    color: #6c757d;
}
.pagination {
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0.25rem;
}
.page-link {
    position: relative;
    display: block;
    padding: 0.5rem 0.75rem;
    margin-left: -1px;
    line-height: 1.25;
    color: #f24f00;
    background-color: #fff;
    border: 1px solid #dee2e6;
}
.page-link:hover {
    z-index: 2;
    color: #a63600;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(242, 79, 0, 0.25);
}
.page-link:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #f24f00;
    border-color: #f24f00;
}
.page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}
.pagination-lg .page-link {
    padding: 0.75rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
}
.pagination-lg .page-item:first-child .page-link {
    border-top-left-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
    border-top-right-radius: 0.3rem;
    border-bottom-right-radius: 0.3rem;
}
.pagination-sm .page-link {
    padding: 0.25rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.5;
}
.pagination-sm .page-item:first-child .page-link {
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
}
.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge:empty {
    display: none;
}
.btn .badge,
.uni-banner__more-link .badge {
    position: relative;
    top: -1px;
}
.badge-pill {
    padding-right: 0.6em;
    padding-left: 0.6em;
    border-radius: 10rem;
}
.badge-primary {
    color: #fff;
    background-color: #f24f00;
}
.badge-primary[href]:focus,
.badge-primary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bf3e00;
}
.badge-secondary {
    color: #fff;
    background-color: #6c757d;
}
.badge-secondary[href]:focus,
.badge-secondary[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #545b62;
}
.badge-success {
    color: #fff;
    background-color: #28a745;
}
.badge-success[href]:focus,
.badge-success[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1e7e34;
}
.badge-info {
    color: #fff;
    background-color: #17a2b8;
}
.badge-info[href]:focus,
.badge-info[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #117a8b;
}
.badge-warning {
    color: #212529;
    background-color: #ffc107;
}
.badge-warning[href]:focus,
.badge-warning[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #d39e00;
}
.badge-danger {
    color: #fff;
    background-color: #dc3545;
}
.badge-danger[href]:focus,
.badge-danger[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #bd2130;
}
.badge-light {
    color: #212529;
    background-color: #f8f9fa;
}
.badge-light[href]:focus,
.badge-light[href]:hover {
    color: #212529;
    text-decoration: none;
    background-color: #dae0e5;
}
.badge-dark {
    color: #fff;
    background-color: #343a40;
}
.badge-dark[href]:focus,
.badge-dark[href]:hover {
    color: #fff;
    text-decoration: none;
    background-color: #1d2124;
}
.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 2rem;
    background-color: #e9ecef;
    border-radius: 0.3rem;
}
@media (min-width: 414px) {
    .jumbotron {
        padding: 4rem 2rem;
    }
}
.jumbotron-fluid {
    padding-right: 0;
    padding-left: 0;
    border-radius: 0;
}
.alert,
.uni-banner__link {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-heading,
.uni-banner__title {
    color: inherit;
}
.alert-link {
    font-weight: 700;
}
.alert-dismissible {
    padding-right: 4rem;
}
.alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit;
}
.alert-primary {
    color: #7e2900;
    background-color: #fcdccc;
    border-color: #fbceb8;
}
.alert-primary hr {
    border-top-color: #fabda0;
}
.alert-primary .alert-link {
    color: #4b1800;
}
.alert-secondary {
    color: #383d41;
    background-color: #e2e3e5;
    border-color: #d6d8db;
}
.alert-secondary hr {
    border-top-color: #c8cbcf;
}
.alert-secondary .alert-link {
    color: #202326;
}
.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,
.uni-banner__link--krizovy-stav {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}
.alert-warning hr,
.uni-banner__link--krizovy-stav hr {
    border-top-color: #ffe8a1;
}
.alert-warning .alert-link,
.uni-banner__link--krizovy-stav .alert-link {
    color: #533f03;
}
.alert-danger,
.uni-banner__link--krizove-jadro {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert-danger hr,
.uni-banner__link--krizove-jadro hr {
    border-top-color: #f1b0b7;
}
.alert-danger .alert-link,
.uni-banner__link--krizove-jadro .alert-link {
    color: #491217;
}
.alert-light {
    color: #818182;
    background-color: #fefefe;
    border-color: #fdfdfe;
}
.alert-light hr {
    border-top-color: #ececf6;
}
.alert-light .alert-link {
    color: #686868;
}
.alert-dark {
    color: #1b1e21;
    background-color: #d6d8d9;
    border-color: #c6c8ca;
}
.alert-dark hr {
    border-top-color: #b9bbbe;
}
.alert-dark .alert-link {
    color: #040505;
}
@keyframes progress-bar-stripes {
    0% {
        background-position: 1rem 0;
    }
    to {
        background-position: 0 0;
    }
}
.progress {
    display: flex;
    height: 1rem;
    overflow: hidden;
    font-size: 0.75rem;
    background-color: #e9ecef;
    border-radius: 0.25rem;
}
.progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .progress-bar {
        transition: none;
    }
}
.progress-bar-striped {
    background-image: linear-gradient(
        45deg,
        hsla(0, 0%, 100%, 0.15) 25%,
        transparent 0,
        transparent 50%,
        hsla(0, 0%, 100%, 0.15) 0,
        hsla(0, 0%, 100%, 0.15) 75%,
        transparent 0,
        transparent
    );
    background-size: 1rem 1rem;
}
.progress-bar-animated {
    animation: progress-bar-stripes 1s linear infinite;
}
.media {
    display: flex;
    align-items: flex-start;
}
.media-body {
    flex: 1;
}
.list-group {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
}
.list-group-item-action {
    width: 100%;
    color: #495057;
    text-align: inherit;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa;
}
.list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef;
}
.list-group-item {
    position: relative;
    display: block;
    padding: 0.75rem 1.25rem;
    margin-bottom: -1px;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
}
.list-group-item:first-child {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.list-group-item:last-child {
    margin-bottom: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}
.list-group-item:focus,
.list-group-item:hover {
    z-index: 1;
    text-decoration: none;
}
.list-group-item.disabled,
.list-group-item:disabled {
    color: #6c757d;
    background-color: #fff;
}
.list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #f24f00;
    border-color: #f24f00;
}
.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: #7e2900;
    background-color: #fbceb8;
}
.list-group-item-primary.list-group-item-action:focus,
.list-group-item-primary.list-group-item-action:hover {
    color: #7e2900;
    background-color: #fabda0;
}
.list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #7e2900;
    border-color: #7e2900;
}
.list-group-item-secondary {
    color: #383d41;
    background-color: #d6d8db;
}
.list-group-item-secondary.list-group-item-action:focus,
.list-group-item-secondary.list-group-item-action:hover {
    color: #383d41;
    background-color: #c8cbcf;
}
.list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41;
}
.list-group-item-success {
    color: #155724;
    background-color: #c3e6cb;
}
.list-group-item-success.list-group-item-action:focus,
.list-group-item-success.list-group-item-action:hover {
    color: #155724;
    background-color: #b1dfbb;
}
.list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724;
}
.list-group-item-info {
    color: #0c5460;
    background-color: #bee5eb;
}
.list-group-item-info.list-group-item-action:focus,
.list-group-item-info.list-group-item-action:hover {
    color: #0c5460;
    background-color: #abdde5;
}
.list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460;
}
.list-group-item-warning {
    color: #856404;
    background-color: #ffeeba;
}
.list-group-item-warning.list-group-item-action:focus,
.list-group-item-warning.list-group-item-action:hover {
    color: #856404;
    background-color: #ffe8a1;
}
.list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404;
}
.list-group-item-danger {
    color: #721c24;
    background-color: #f5c6cb;
}
.list-group-item-danger.list-group-item-action:focus,
.list-group-item-danger.list-group-item-action:hover {
    color: #721c24;
    background-color: #f1b0b7;
}
.list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24;
}
.list-group-item-light {
    color: #818182;
    background-color: #fdfdfe;
}
.list-group-item-light.list-group-item-action:focus,
.list-group-item-light.list-group-item-action:hover {
    color: #818182;
    background-color: #ececf6;
}
.list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #818182;
    border-color: #818182;
}
.list-group-item-dark {
    color: #1b1e21;
    background-color: #c6c8ca;
}
.list-group-item-dark.list-group-item-action:focus,
.list-group-item-dark.list-group-item-action:hover {
    color: #1b1e21;
    background-color: #b9bbbe;
}
.list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21;
}
.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: 0.5;
}
.close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
.close:not(:disabled):not(.disabled):focus,
.close:not(:disabled):not(.disabled):hover {
    color: #000;
    text-decoration: none;
    opacity: 0.75;
}
button.close {
    padding: 0;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
}
.modal-open {
    overflow: hidden;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}
.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 0.5rem;
    pointer-events: none;
}
.modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translateY(-25%);
}
@media screen and (prefers-reduced-motion: reduce) {
    .modal.fade .modal-dialog {
        transition: none;
    }
}
.modal.show .modal-dialog {
    transform: translate(0);
}
.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}
.modal-dialog-centered:before {
    display: block;
    height: calc(100vh - 1rem);
    content: "";
}
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    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: 0.5;
}
.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}
.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
}
.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
}
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
}
.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #e9ecef;
}
.modal-footer > :not(:first-child) {
    margin-left: 0.25rem;
}
.modal-footer > :not(:last-child) {
    margin-right: 0.25rem;
}
.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll;
}
@media (min-width: 414px) {
    .modal-dialog {
        max-width: 500px;
        margin: 1.75rem auto;
    }
    .modal-dialog-centered {
        min-height: calc(100% - 3.5rem);
    }
    .modal-dialog-centered:before {
        height: calc(100vh - 3.5rem);
    }
    .modal-sm {
        max-width: 300px;
    }
}
@media (min-width: 1025px) {
    .modal-lg {
        max-width: 850px;
    }
}
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    margin: 23px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 16px;
    word-wrap: break-word;
    opacity: 0;
}
.tooltip.show {
    opacity: 1;
}
.tooltip .arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 10px;
}
.tooltip .arrow:before {
    position: absolute;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-tooltip-auto[x-placement^="top"],
.bs-tooltip-top {
    padding: 10px 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow,
.bs-tooltip-top .arrow {
    bottom: 0;
}
.bs-tooltip-auto[x-placement^="top"] .arrow:before,
.bs-tooltip-top .arrow:before {
    top: 0;
    border-width: 10px 10px 0;
    border-top-color: #fff;
}
.bs-tooltip-auto[x-placement^="right"],
.bs-tooltip-right {
    padding: 0 10px;
}
.bs-tooltip-auto[x-placement^="right"] .arrow,
.bs-tooltip-right .arrow {
    left: 0;
    width: 10px;
    height: 20px;
}
.bs-tooltip-auto[x-placement^="right"] .arrow:before,
.bs-tooltip-right .arrow:before {
    right: 0;
    border-width: 10px 10px 10px 0;
    border-right-color: #fff;
}
.bs-tooltip-auto[x-placement^="bottom"],
.bs-tooltip-bottom {
    padding: 10px 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow,
.bs-tooltip-bottom .arrow {
    top: 0;
}
.bs-tooltip-auto[x-placement^="bottom"] .arrow:before,
.bs-tooltip-bottom .arrow:before {
    bottom: 0;
    border-width: 0 10px 10px;
    border-bottom-color: #fff;
}
.bs-tooltip-auto[x-placement^="left"],
.bs-tooltip-left {
    padding: 0 10px;
}
.bs-tooltip-auto[x-placement^="left"] .arrow,
.bs-tooltip-left .arrow {
    right: 0;
    width: 10px;
    height: 20px;
}
.bs-tooltip-auto[x-placement^="left"] .arrow:before,
.bs-tooltip-left .arrow:before {
    left: 0;
    border-width: 10px 0 10px 10px;
    border-left-color: #fff;
}
.tooltip-inner {
    max-width: 400px;
    padding: 35px 40px;
    color: #737373;
    text-align: center;
    background-color: #fff;
    border-radius: 0;
}
.popover {
    top: 0;
    left: 0;
    z-index: 1060;
    max-width: 276px;
    font-family: Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    white-space: normal;
    line-break: auto;
    font-size: 0.875rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
}
.popover,
.popover .arrow {
    position: absolute;
    display: block;
}
.popover .arrow {
    width: 1rem;
    height: 0.5rem;
    margin: 0 0.3rem;
}
.popover .arrow:after,
.popover .arrow:before {
    position: absolute;
    display: block;
    content: "";
    border-color: transparent;
    border-style: solid;
}
.bs-popover-auto[x-placement^="top"],
.bs-popover-top {
    margin-bottom: 0.5rem;
}
.bs-popover-auto[x-placement^="top"] .arrow,
.bs-popover-top .arrow {
    bottom: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:after,
.bs-popover-top .arrow:before {
    border-width: 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="top"] .arrow:before,
.bs-popover-top .arrow:before {
    bottom: 0;
    border-top-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="top"] .arrow:after,
.bs-popover-top .arrow:after {
    bottom: 1px;
    border-top-color: #fff;
}
.bs-popover-auto[x-placement^="right"],
.bs-popover-right {
    margin-left: 0.5rem;
}
.bs-popover-auto[x-placement^="right"] .arrow,
.bs-popover-right .arrow {
    left: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:after,
.bs-popover-right .arrow:before {
    border-width: 0.5rem 0.5rem 0.5rem 0;
}
.bs-popover-auto[x-placement^="right"] .arrow:before,
.bs-popover-right .arrow:before {
    left: 0;
    border-right-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="right"] .arrow:after,
.bs-popover-right .arrow:after {
    left: 1px;
    border-right-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"],
.bs-popover-bottom {
    margin-top: 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow,
.bs-popover-bottom .arrow {
    top: calc((0.5rem + 1px) * -1);
}
.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:after,
.bs-popover-bottom .arrow:before {
    border-width: 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="bottom"] .arrow:before,
.bs-popover-bottom .arrow:before {
    top: 0;
    border-bottom-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="bottom"] .arrow:after,
.bs-popover-bottom .arrow:after {
    top: 1px;
    border-bottom-color: #fff;
}
.bs-popover-auto[x-placement^="bottom"] .popover-header:before,
.bs-popover-bottom .popover-header:before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 1rem;
    margin-left: -0.5rem;
    content: "";
    border-bottom: 1px solid #f7f7f7;
}
.bs-popover-auto[x-placement^="left"],
.bs-popover-left {
    margin-right: 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow,
.bs-popover-left .arrow {
    right: calc((0.5rem + 1px) * -1);
    width: 0.5rem;
    height: 1rem;
    margin: 0.3rem 0;
}
.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:after,
.bs-popover-left .arrow:before {
    border-width: 0.5rem 0 0.5rem 0.5rem;
}
.bs-popover-auto[x-placement^="left"] .arrow:before,
.bs-popover-left .arrow:before {
    right: 0;
    border-left-color: rgba(0, 0, 0, 0.25);
}
.bs-popover-auto[x-placement^="left"] .arrow:after,
.bs-popover-left .arrow:after {
    right: 1px;
    border-left-color: #fff;
}
.popover-header {
    padding: 0.5rem 0.75rem;
    margin-bottom: 0;
    font-size: 1rem;
    color: inherit;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
    display: none;
}
.popover-body {
    padding: 0.5rem 0.75rem;
    color: #212529;
}
.carousel {
    position: relative;
}
.carousel-inner {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.carousel-item {
    position: relative;
    display: none;
    align-items: center;
    width: 100%;
    backface-visibility: hidden;
    perspective: 1000px;
}
.carousel-item-next,
.carousel-item-prev,
.carousel-item.active {
    display: block;
    transition: transform 0.6s ease;
}
@media screen and (prefers-reduced-motion: reduce) {
    .carousel-item-next,
    .carousel-item-prev,
    .carousel-item.active {
        transition: none;
    }
}
.carousel-item-next,
.carousel-item-prev {
    position: absolute;
    top: 0;
}
.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
        transform: translateZ(0);
    }
}
.active.carousel-item-right,
.carousel-item-next {
    transform: translateX(100%);
}
@supports (transform-style: preserve-3d) {
    .active.carousel-item-right,
    .carousel-item-next {
        transform: translate3d(100%, 0, 0);
    }
}
.active.carousel-item-left,
.carousel-item-prev {
    transform: translateX(-100%);
}
@supports (transform-style: preserve-3d) {
    .active.carousel-item-left,
    .carousel-item-prev {
        transform: translate3d(-100%, 0, 0);
    }
}
.carousel-fade .carousel-item {
    opacity: 0;
    transition-duration: 0.6s;
    transition-property: opacity;
}
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right,
.carousel-fade .carousel-item.active {
    opacity: 1;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev,
.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active {
    transform: translateX(0);
}
@supports (transform-style: preserve-3d) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-prev,
    .carousel-fade .carousel-item-next,
    .carousel-fade .carousel-item-prev,
    .carousel-fade .carousel-item.active {
        transform: translateZ(0);
    }
}
.carousel-control-next,
.carousel-control-prev {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    color: #fff;
    text-align: center;
    opacity: 0.5;
}
.carousel-control-next:focus,
.carousel-control-next:hover,
.carousel-control-prev:focus,
.carousel-control-prev:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9;
}
.carousel-control-prev {
    left: 0;
}
.carousel-control-next {
    right: 0;
}
.carousel-control-next-icon,
.carousel-control-prev-icon {
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat 50%;
    background-size: 100% 100%;
}
.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}
.carousel-control-next-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 10px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
}
.carousel-indicators li {
    position: relative;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: hsla(0, 0%, 100%, 0.5);
}
.carousel-indicators li:before {
    top: -10px;
}
.carousel-indicators li:after,
.carousel-indicators li:before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 100%;
    height: 10px;
    content: "";
}
.carousel-indicators li:after {
    bottom: -10px;
}
.carousel-indicators .active {
    background-color: #fff;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}
.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: #f24f00 !important;
}
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #bf3e00 !important;
}
.bg-secondary {
    background-color: #6c757d !important;
}
a.bg-secondary:focus,
a.bg-secondary:hover,
button.bg-secondary:focus,
button.bg-secondary:hover {
    background-color: #545b62 !important;
}
.bg-success {
    background-color: #28a745 !important;
}
a.bg-success:focus,
a.bg-success:hover,
button.bg-success:focus,
button.bg-success:hover {
    background-color: #1e7e34 !important;
}
.bg-info {
    background-color: #17a2b8 !important;
}
a.bg-info:focus,
a.bg-info:hover,
button.bg-info:focus,
button.bg-info:hover {
    background-color: #117a8b !important;
}
.bg-warning {
    background-color: #ffc107 !important;
}
a.bg-warning:focus,
a.bg-warning:hover,
button.bg-warning:focus,
button.bg-warning:hover {
    background-color: #d39e00 !important;
}
.bg-danger {
    background-color: #dc3545 !important;
}
a.bg-danger:focus,
a.bg-danger:hover,
button.bg-danger:focus,
button.bg-danger:hover {
    background-color: #bd2130 !important;
}
.bg-light {
    background-color: #f8f9fa !important;
}
a.bg-light:focus,
a.bg-light:hover,
button.bg-light:focus,
button.bg-light:hover {
    background-color: #dae0e5 !important;
}
.bg-dark {
    background-color: #343a40 !important;
}
a.bg-dark:focus,
a.bg-dark:hover,
button.bg-dark:focus,
button.bg-dark:hover {
    background-color: #1d2124 !important;
}
.bg-white {
    background-color: #fff !important;
}
.bg-transparent {
    background-color: transparent !important;
}
.border {
    border: 1px solid #dee2e6 !important;
}
.border-top {
    border-top: 1px solid #dee2e6 !important;
}
.border-right {
    border-right: 1px solid #dee2e6 !important;
}
.border-bottom {
    border-bottom: 1px solid #dee2e6 !important;
}
.border-left {
    border-left: 1px solid #dee2e6 !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: #f24f00 !important;
}
.border-secondary {
    border-color: #6c757d !important;
}
.border-success {
    border-color: #28a745 !important;
}
.border-info {
    border-color: #17a2b8 !important;
}
.border-warning {
    border-color: #ffc107 !important;
}
.border-danger {
    border-color: #dc3545 !important;
}
.border-light {
    border-color: #f8f9fa !important;
}
.border-dark {
    border-color: #343a40 !important;
}
.border-white {
    border-color: #fff !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-top {
    border-top-left-radius: 0.25rem !important;
}
.rounded-right,
.rounded-top {
    border-top-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-right {
    border-bottom-right-radius: 0.25rem !important;
}
.rounded-bottom,
.rounded-left {
    border-bottom-left-radius: 0.25rem !important;
}
.rounded-left {
    border-top-left-radius: 0.25rem !important;
}
.rounded-circle {
    border-radius: 50% !important;
}
.rounded-0 {
    border-radius: 0 !important;
}
.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,
.uni-banner__close-icon:before,
.uni-banner__link {
    display: block !important;
}
.d-table {
    display: table !important;
}
.d-table-row {
    display: table-row !important;
}
.d-table-cell {
    display: table-cell !important;
}
.d-flex {
    display: flex !important;
}
.d-inline-flex {
    display: inline-flex !important;
}
@media (min-width: 414px) {
    .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-row {
        display: table-row !important;
    }
    .d-sm-table-cell {
        display: table-cell !important;
    }
    .d-sm-flex {
        display: flex !important;
    }
    .d-sm-inline-flex {
        display: inline-flex !important;
    }
}
@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-row {
        display: table-row !important;
    }
    .d-md-table-cell {
        display: table-cell !important;
    }
    .d-md-flex {
        display: flex !important;
    }
    .d-md-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1025px) {
    .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-row {
        display: table-row !important;
    }
    .d-lg-table-cell {
        display: table-cell !important;
    }
    .d-lg-flex {
        display: flex !important;
    }
    .d-lg-inline-flex {
        display: inline-flex !important;
    }
}
@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-row {
        display: table-row !important;
    }
    .d-xl-table-cell {
        display: table-cell !important;
    }
    .d-xl-flex {
        display: flex !important;
    }
    .d-xl-inline-flex {
        display: inline-flex !important;
    }
}
@media (min-width: 1550px) {
    .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-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}
@media print {
    .d-print-none {
        display: none !important;
    }
    .d-print-inline {
        display: inline !important;
    }
    .d-print-inline-block {
        display: inline-block !important;
    }
    .d-print-block {
        display: block !important;
    }
    .d-print-table {
        display: table !important;
    }
    .d-print-table-row {
        display: table-row !important;
    }
    .d-print-table-cell {
        display: table-cell !important;
    }
    .d-print-flex {
        display: flex !important;
    }
    .d-print-inline-flex {
        display: inline-flex !important;
    }
}
.embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}
.embed-responsive:before {
    display: block;
    content: "";
}
.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.embed-responsive-21by9:before {
    padding-top: 42.85714%;
}
.embed-responsive-16by9:before {
    padding-top: 56.25%;
}
.embed-responsive-4by3:before {
    padding-top: 75%;
}
.embed-responsive-1by1:before {
    padding-top: 100%;
}
.flex-row {
    flex-direction: row !important;
}
.flex-column {
    flex-direction: column !important;
}
.flex-row-reverse {
    flex-direction: row-reverse !important;
}
.flex-column-reverse {
    flex-direction: column-reverse !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.flex-nowrap {
    flex-wrap: nowrap !important;
}
.flex-wrap-reverse {
    flex-wrap: wrap-reverse !important;
}
.flex-fill {
    flex: 1 1 auto !important;
}
.flex-grow-0 {
    flex-grow: 0 !important;
}
.flex-grow-1 {
    flex-grow: 1 !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.flex-shrink-1 {
    flex-shrink: 1 !important;
}
.justify-content-start {
    justify-content: flex-start !important;
}
.justify-content-end {
    justify-content: flex-end !important;
}
.justify-content-center {
    justify-content: center !important;
}
.justify-content-between {
    justify-content: space-between !important;
}
.justify-content-around {
    justify-content: space-around !important;
}
.align-items-start {
    align-items: flex-start !important;
}
.align-items-end {
    align-items: flex-end !important;
}
.align-items-center {
    align-items: center !important;
}
.align-items-baseline {
    align-items: baseline !important;
}
.align-items-stretch {
    align-items: stretch !important;
}
.align-content-start {
    align-content: flex-start !important;
}
.align-content-end {
    align-content: flex-end !important;
}
.align-content-center {
    align-content: center !important;
}
.align-content-between {
    align-content: space-between !important;
}
.align-content-around {
    align-content: space-around !important;
}
.align-content-stretch {
    align-content: stretch !important;
}
.align-self-auto {
    align-self: auto !important;
}
.align-self-start {
    align-self: flex-start !important;
}
.align-self-end {
    align-self: flex-end !important;
}
.align-self-center {
    align-self: center !important;
}
.align-self-baseline {
    align-self: baseline !important;
}
.align-self-stretch {
    align-self: stretch !important;
}
@media (min-width: 414px) {
    .flex-sm-row {
        flex-direction: row !important;
    }
    .flex-sm-column {
        flex-direction: column !important;
    }
    .flex-sm-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-sm-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-sm-wrap {
        flex-wrap: wrap !important;
    }
    .flex-sm-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-sm-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-sm-fill {
        flex: 1 1 auto !important;
    }
    .flex-sm-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-sm-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-sm-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-sm-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-sm-start {
        justify-content: flex-start !important;
    }
    .justify-content-sm-end {
        justify-content: flex-end !important;
    }
    .justify-content-sm-center {
        justify-content: center !important;
    }
    .justify-content-sm-between {
        justify-content: space-between !important;
    }
    .justify-content-sm-around {
        justify-content: space-around !important;
    }
    .align-items-sm-start {
        align-items: flex-start !important;
    }
    .align-items-sm-end {
        align-items: flex-end !important;
    }
    .align-items-sm-center {
        align-items: center !important;
    }
    .align-items-sm-baseline {
        align-items: baseline !important;
    }
    .align-items-sm-stretch {
        align-items: stretch !important;
    }
    .align-content-sm-start {
        align-content: flex-start !important;
    }
    .align-content-sm-end {
        align-content: flex-end !important;
    }
    .align-content-sm-center {
        align-content: center !important;
    }
    .align-content-sm-between {
        align-content: space-between !important;
    }
    .align-content-sm-around {
        align-content: space-around !important;
    }
    .align-content-sm-stretch {
        align-content: stretch !important;
    }
    .align-self-sm-auto {
        align-self: auto !important;
    }
    .align-self-sm-start {
        align-self: flex-start !important;
    }
    .align-self-sm-end {
        align-self: flex-end !important;
    }
    .align-self-sm-center {
        align-self: center !important;
    }
    .align-self-sm-baseline {
        align-self: baseline !important;
    }
    .align-self-sm-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 768px) {
    .flex-md-row {
        flex-direction: row !important;
    }
    .flex-md-column {
        flex-direction: column !important;
    }
    .flex-md-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-md-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-md-wrap {
        flex-wrap: wrap !important;
    }
    .flex-md-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-md-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-md-fill {
        flex: 1 1 auto !important;
    }
    .flex-md-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-md-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-md-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-md-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-md-start {
        justify-content: flex-start !important;
    }
    .justify-content-md-end {
        justify-content: flex-end !important;
    }
    .justify-content-md-center {
        justify-content: center !important;
    }
    .justify-content-md-between {
        justify-content: space-between !important;
    }
    .justify-content-md-around {
        justify-content: space-around !important;
    }
    .align-items-md-start {
        align-items: flex-start !important;
    }
    .align-items-md-end {
        align-items: flex-end !important;
    }
    .align-items-md-center {
        align-items: center !important;
    }
    .align-items-md-baseline {
        align-items: baseline !important;
    }
    .align-items-md-stretch {
        align-items: stretch !important;
    }
    .align-content-md-start {
        align-content: flex-start !important;
    }
    .align-content-md-end {
        align-content: flex-end !important;
    }
    .align-content-md-center {
        align-content: center !important;
    }
    .align-content-md-between {
        align-content: space-between !important;
    }
    .align-content-md-around {
        align-content: space-around !important;
    }
    .align-content-md-stretch {
        align-content: stretch !important;
    }
    .align-self-md-auto {
        align-self: auto !important;
    }
    .align-self-md-start {
        align-self: flex-start !important;
    }
    .align-self-md-end {
        align-self: flex-end !important;
    }
    .align-self-md-center {
        align-self: center !important;
    }
    .align-self-md-baseline {
        align-self: baseline !important;
    }
    .align-self-md-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1025px) {
    .flex-lg-row {
        flex-direction: row !important;
    }
    .flex-lg-column {
        flex-direction: column !important;
    }
    .flex-lg-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-lg-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-lg-wrap {
        flex-wrap: wrap !important;
    }
    .flex-lg-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-lg-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-lg-fill {
        flex: 1 1 auto !important;
    }
    .flex-lg-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-lg-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-lg-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-lg-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-lg-start {
        justify-content: flex-start !important;
    }
    .justify-content-lg-end {
        justify-content: flex-end !important;
    }
    .justify-content-lg-center {
        justify-content: center !important;
    }
    .justify-content-lg-between {
        justify-content: space-between !important;
    }
    .justify-content-lg-around {
        justify-content: space-around !important;
    }
    .align-items-lg-start {
        align-items: flex-start !important;
    }
    .align-items-lg-end {
        align-items: flex-end !important;
    }
    .align-items-lg-center {
        align-items: center !important;
    }
    .align-items-lg-baseline {
        align-items: baseline !important;
    }
    .align-items-lg-stretch {
        align-items: stretch !important;
    }
    .align-content-lg-start {
        align-content: flex-start !important;
    }
    .align-content-lg-end {
        align-content: flex-end !important;
    }
    .align-content-lg-center {
        align-content: center !important;
    }
    .align-content-lg-between {
        align-content: space-between !important;
    }
    .align-content-lg-around {
        align-content: space-around !important;
    }
    .align-content-lg-stretch {
        align-content: stretch !important;
    }
    .align-self-lg-auto {
        align-self: auto !important;
    }
    .align-self-lg-start {
        align-self: flex-start !important;
    }
    .align-self-lg-end {
        align-self: flex-end !important;
    }
    .align-self-lg-center {
        align-self: center !important;
    }
    .align-self-lg-baseline {
        align-self: baseline !important;
    }
    .align-self-lg-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1440px) {
    .flex-xl-row {
        flex-direction: row !important;
    }
    .flex-xl-column {
        flex-direction: column !important;
    }
    .flex-xl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xl-center {
        justify-content: center !important;
    }
    .justify-content-xl-between {
        justify-content: space-between !important;
    }
    .justify-content-xl-around {
        justify-content: space-around !important;
    }
    .align-items-xl-start {
        align-items: flex-start !important;
    }
    .align-items-xl-end {
        align-items: flex-end !important;
    }
    .align-items-xl-center {
        align-items: center !important;
    }
    .align-items-xl-baseline {
        align-items: baseline !important;
    }
    .align-items-xl-stretch {
        align-items: stretch !important;
    }
    .align-content-xl-start {
        align-content: flex-start !important;
    }
    .align-content-xl-end {
        align-content: flex-end !important;
    }
    .align-content-xl-center {
        align-content: center !important;
    }
    .align-content-xl-between {
        align-content: space-between !important;
    }
    .align-content-xl-around {
        align-content: space-around !important;
    }
    .align-content-xl-stretch {
        align-content: stretch !important;
    }
    .align-self-xl-auto {
        align-self: auto !important;
    }
    .align-self-xl-start {
        align-self: flex-start !important;
    }
    .align-self-xl-end {
        align-self: flex-end !important;
    }
    .align-self-xl-center {
        align-self: center !important;
    }
    .align-self-xl-baseline {
        align-self: baseline !important;
    }
    .align-self-xl-stretch {
        align-self: stretch !important;
    }
}
@media (min-width: 1550px) {
    .flex-xxl-row {
        flex-direction: row !important;
    }
    .flex-xxl-column {
        flex-direction: column !important;
    }
    .flex-xxl-row-reverse {
        flex-direction: row-reverse !important;
    }
    .flex-xxl-column-reverse {
        flex-direction: column-reverse !important;
    }
    .flex-xxl-wrap {
        flex-wrap: wrap !important;
    }
    .flex-xxl-nowrap {
        flex-wrap: nowrap !important;
    }
    .flex-xxl-wrap-reverse {
        flex-wrap: wrap-reverse !important;
    }
    .flex-xxl-fill {
        flex: 1 1 auto !important;
    }
    .flex-xxl-grow-0 {
        flex-grow: 0 !important;
    }
    .flex-xxl-grow-1 {
        flex-grow: 1 !important;
    }
    .flex-xxl-shrink-0 {
        flex-shrink: 0 !important;
    }
    .flex-xxl-shrink-1 {
        flex-shrink: 1 !important;
    }
    .justify-content-xxl-start {
        justify-content: flex-start !important;
    }
    .justify-content-xxl-end {
        justify-content: flex-end !important;
    }
    .justify-content-xxl-center {
        justify-content: center !important;
    }
    .justify-content-xxl-between {
        justify-content: space-between !important;
    }
    .justify-content-xxl-around {
        justify-content: space-around !important;
    }
    .align-items-xxl-start {
        align-items: flex-start !important;
    }
    .align-items-xxl-end {
        align-items: flex-end !important;
    }
    .align-items-xxl-center {
        align-items: center !important;
    }
    .align-items-xxl-baseline {
        align-items: baseline !important;
    }
    .align-items-xxl-stretch {
        align-items: stretch !important;
    }
    .align-content-xxl-start {
        align-content: flex-start !important;
    }
    .align-content-xxl-end {
        align-content: flex-end !important;
    }
    .align-content-xxl-center {
        align-content: center !important;
    }
    .align-content-xxl-between {
        align-content: space-between !important;
    }
    .align-content-xxl-around {
        align-content: space-around !important;
    }
    .align-content-xxl-stretch {
        align-content: stretch !important;
    }
    .align-self-xxl-auto {
        align-self: auto !important;
    }
    .align-self-xxl-start {
        align-self: flex-start !important;
    }
    .align-self-xxl-end {
        align-self: flex-end !important;
    }
    .align-self-xxl-center {
        align-self: center !important;
    }
    .align-self-xxl-baseline {
        align-self: baseline !important;
    }
    .align-self-xxl-stretch {
        align-self: stretch !important;
    }
}
.float-left {
    float: left !important;
}
.float-right {
    float: right !important;
}
.float-none {
    float: none !important;
}
@media (min-width: 414px) {
    .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: 1025px) {
    .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: 1550px) {
    .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: sticky !important;
}
.fixed-top {
    top: 0;
}
.fixed-bottom,
.fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.fixed-bottom {
    bottom: 0;
}
@supports (position: sticky) {
    .sticky-top {
        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;
    border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    clip: auto;
    white-space: normal;
}
.shadow-sm {
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}
.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
    box-shadow: none !important;
}
.w-25 {
    width: 25% !important;
}
.w-50 {
    width: 50% !important;
}
.w-75 {
    width: 75% !important;
}
.w-100 {
    width: 100% !important;
}
.w-auto {
    width: auto !important;
}
.h-25 {
    height: 25% !important;
}
.h-50 {
    height: 50% !important;
}
.h-75 {
    height: 75% !important;
}
.h-100 {
    height: 100% !important;
}
.h-auto {
    height: auto !important;
}
.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: 0.25rem !important;
}
.mt-1,
.my-1 {
    margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
    margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
    margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
    margin-left: 0.25rem !important;
}
.m-2 {
    margin: 0.5rem !important;
}
.mt-2,
.my-2 {
    margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
    margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
    margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
    margin-left: 0.5rem !important;
}
.m-3 {
    margin: 1rem !important;
}
.mt-3,
.my-3 {
    margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
    margin-right: 1rem !important;
}
.mb-3,
.my-3 {
    margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
    margin-left: 1rem !important;
}
.m-4 {
    margin: 1.5rem !important;
}
.mt-4,
.my-4 {
    margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
    margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
    margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
    margin-left: 1.5rem !important;
}
.m-5 {
    margin: 3rem !important;
}
.mt-5,
.my-5 {
    margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
    margin-right: 3rem !important;
}
.mb-5,
.my-5 {
    margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
    margin-left: 3rem !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: 0.25rem !important;
}
.pt-1,
.py-1 {
    padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
    padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
    padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
    padding-left: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.pt-2,
.py-2 {
    padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
    padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
    padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
    padding-left: 0.5rem !important;
}
.p-3 {
    padding: 1rem !important;
}
.pt-3,
.py-3 {
    padding-top: 1rem !important;
}
.pr-3,
.px-3 {
    padding-right: 1rem !important;
}
.pb-3,
.py-3 {
    padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
    padding-left: 1rem !important;
}
.p-4 {
    padding: 1.5rem !important;
}
.pt-4,
.py-4 {
    padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
    padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
    padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
    padding-left: 1.5rem !important;
}
.p-5 {
    padding: 3rem !important;
}
.pt-5,
.py-5 {
    padding-top: 3rem !important;
}
.pr-5,
.px-5 {
    padding-right: 3rem !important;
}
.pb-5,
.py-5 {
    padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
    padding-left: 3rem !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: 414px) {
    .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: 0.25rem !important;
    }
    .mt-sm-1,
    .my-sm-1 {
        margin-top: 0.25rem !important;
    }
    .mr-sm-1,
    .mx-sm-1 {
        margin-right: 0.25rem !important;
    }
    .mb-sm-1,
    .my-sm-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-sm-1,
    .mx-sm-1 {
        margin-left: 0.25rem !important;
    }
    .m-sm-2 {
        margin: 0.5rem !important;
    }
    .mt-sm-2,
    .my-sm-2 {
        margin-top: 0.5rem !important;
    }
    .mr-sm-2,
    .mx-sm-2 {
        margin-right: 0.5rem !important;
    }
    .mb-sm-2,
    .my-sm-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-sm-2,
    .mx-sm-2 {
        margin-left: 0.5rem !important;
    }
    .m-sm-3 {
        margin: 1rem !important;
    }
    .mt-sm-3,
    .my-sm-3 {
        margin-top: 1rem !important;
    }
    .mr-sm-3,
    .mx-sm-3 {
        margin-right: 1rem !important;
    }
    .mb-sm-3,
    .my-sm-3 {
        margin-bottom: 1rem !important;
    }
    .ml-sm-3,
    .mx-sm-3 {
        margin-left: 1rem !important;
    }
    .m-sm-4 {
        margin: 1.5rem !important;
    }
    .mt-sm-4,
    .my-sm-4 {
        margin-top: 1.5rem !important;
    }
    .mr-sm-4,
    .mx-sm-4 {
        margin-right: 1.5rem !important;
    }
    .mb-sm-4,
    .my-sm-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-sm-4,
    .mx-sm-4 {
        margin-left: 1.5rem !important;
    }
    .m-sm-5 {
        margin: 3rem !important;
    }
    .mt-sm-5,
    .my-sm-5 {
        margin-top: 3rem !important;
    }
    .mr-sm-5,
    .mx-sm-5 {
        margin-right: 3rem !important;
    }
    .mb-sm-5,
    .my-sm-5 {
        margin-bottom: 3rem !important;
    }
    .ml-sm-5,
    .mx-sm-5 {
        margin-left: 3rem !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: 0.25rem !important;
    }
    .pt-sm-1,
    .py-sm-1 {
        padding-top: 0.25rem !important;
    }
    .pr-sm-1,
    .px-sm-1 {
        padding-right: 0.25rem !important;
    }
    .pb-sm-1,
    .py-sm-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-sm-1,
    .px-sm-1 {
        padding-left: 0.25rem !important;
    }
    .p-sm-2 {
        padding: 0.5rem !important;
    }
    .pt-sm-2,
    .py-sm-2 {
        padding-top: 0.5rem !important;
    }
    .pr-sm-2,
    .px-sm-2 {
        padding-right: 0.5rem !important;
    }
    .pb-sm-2,
    .py-sm-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-sm-2,
    .px-sm-2 {
        padding-left: 0.5rem !important;
    }
    .p-sm-3 {
        padding: 1rem !important;
    }
    .pt-sm-3,
    .py-sm-3 {
        padding-top: 1rem !important;
    }
    .pr-sm-3,
    .px-sm-3 {
        padding-right: 1rem !important;
    }
    .pb-sm-3,
    .py-sm-3 {
        padding-bottom: 1rem !important;
    }
    .pl-sm-3,
    .px-sm-3 {
        padding-left: 1rem !important;
    }
    .p-sm-4 {
        padding: 1.5rem !important;
    }
    .pt-sm-4,
    .py-sm-4 {
        padding-top: 1.5rem !important;
    }
    .pr-sm-4,
    .px-sm-4 {
        padding-right: 1.5rem !important;
    }
    .pb-sm-4,
    .py-sm-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-sm-4,
    .px-sm-4 {
        padding-left: 1.5rem !important;
    }
    .p-sm-5 {
        padding: 3rem !important;
    }
    .pt-sm-5,
    .py-sm-5 {
        padding-top: 3rem !important;
    }
    .pr-sm-5,
    .px-sm-5 {
        padding-right: 3rem !important;
    }
    .pb-sm-5,
    .py-sm-5 {
        padding-bottom: 3rem !important;
    }
    .pl-sm-5,
    .px-sm-5 {
        padding-left: 3rem !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: 0.25rem !important;
    }
    .mt-md-1,
    .my-md-1 {
        margin-top: 0.25rem !important;
    }
    .mr-md-1,
    .mx-md-1 {
        margin-right: 0.25rem !important;
    }
    .mb-md-1,
    .my-md-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-md-1,
    .mx-md-1 {
        margin-left: 0.25rem !important;
    }
    .m-md-2 {
        margin: 0.5rem !important;
    }
    .mt-md-2,
    .my-md-2 {
        margin-top: 0.5rem !important;
    }
    .mr-md-2,
    .mx-md-2 {
        margin-right: 0.5rem !important;
    }
    .mb-md-2,
    .my-md-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-md-2,
    .mx-md-2 {
        margin-left: 0.5rem !important;
    }
    .m-md-3 {
        margin: 1rem !important;
    }
    .mt-md-3,
    .my-md-3 {
        margin-top: 1rem !important;
    }
    .mr-md-3,
    .mx-md-3 {
        margin-right: 1rem !important;
    }
    .mb-md-3,
    .my-md-3 {
        margin-bottom: 1rem !important;
    }
    .ml-md-3,
    .mx-md-3 {
        margin-left: 1rem !important;
    }
    .m-md-4 {
        margin: 1.5rem !important;
    }
    .mt-md-4,
    .my-md-4 {
        margin-top: 1.5rem !important;
    }
    .mr-md-4,
    .mx-md-4 {
        margin-right: 1.5rem !important;
    }
    .mb-md-4,
    .my-md-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-md-4,
    .mx-md-4 {
        margin-left: 1.5rem !important;
    }
    .m-md-5 {
        margin: 3rem !important;
    }
    .mt-md-5,
    .my-md-5 {
        margin-top: 3rem !important;
    }
    .mr-md-5,
    .mx-md-5 {
        margin-right: 3rem !important;
    }
    .mb-md-5,
    .my-md-5 {
        margin-bottom: 3rem !important;
    }
    .ml-md-5,
    .mx-md-5 {
        margin-left: 3rem !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: 0.25rem !important;
    }
    .pt-md-1,
    .py-md-1 {
        padding-top: 0.25rem !important;
    }
    .pr-md-1,
    .px-md-1 {
        padding-right: 0.25rem !important;
    }
    .pb-md-1,
    .py-md-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-md-1,
    .px-md-1 {
        padding-left: 0.25rem !important;
    }
    .p-md-2 {
        padding: 0.5rem !important;
    }
    .pt-md-2,
    .py-md-2 {
        padding-top: 0.5rem !important;
    }
    .pr-md-2,
    .px-md-2 {
        padding-right: 0.5rem !important;
    }
    .pb-md-2,
    .py-md-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-md-2,
    .px-md-2 {
        padding-left: 0.5rem !important;
    }
    .p-md-3 {
        padding: 1rem !important;
    }
    .pt-md-3,
    .py-md-3 {
        padding-top: 1rem !important;
    }
    .pr-md-3,
    .px-md-3 {
        padding-right: 1rem !important;
    }
    .pb-md-3,
    .py-md-3 {
        padding-bottom: 1rem !important;
    }
    .pl-md-3,
    .px-md-3 {
        padding-left: 1rem !important;
    }
    .p-md-4 {
        padding: 1.5rem !important;
    }
    .pt-md-4,
    .py-md-4 {
        padding-top: 1.5rem !important;
    }
    .pr-md-4,
    .px-md-4 {
        padding-right: 1.5rem !important;
    }
    .pb-md-4,
    .py-md-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-md-4,
    .px-md-4 {
        padding-left: 1.5rem !important;
    }
    .p-md-5 {
        padding: 3rem !important;
    }
    .pt-md-5,
    .py-md-5 {
        padding-top: 3rem !important;
    }
    .pr-md-5,
    .px-md-5 {
        padding-right: 3rem !important;
    }
    .pb-md-5,
    .py-md-5 {
        padding-bottom: 3rem !important;
    }
    .pl-md-5,
    .px-md-5 {
        padding-left: 3rem !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: 1025px) {
    .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: 0.25rem !important;
    }
    .mt-lg-1,
    .my-lg-1 {
        margin-top: 0.25rem !important;
    }
    .mr-lg-1,
    .mx-lg-1 {
        margin-right: 0.25rem !important;
    }
    .mb-lg-1,
    .my-lg-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-lg-1,
    .mx-lg-1 {
        margin-left: 0.25rem !important;
    }
    .m-lg-2 {
        margin: 0.5rem !important;
    }
    .mt-lg-2,
    .my-lg-2 {
        margin-top: 0.5rem !important;
    }
    .mr-lg-2,
    .mx-lg-2 {
        margin-right: 0.5rem !important;
    }
    .mb-lg-2,
    .my-lg-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-lg-2,
    .mx-lg-2 {
        margin-left: 0.5rem !important;
    }
    .m-lg-3 {
        margin: 1rem !important;
    }
    .mt-lg-3,
    .my-lg-3 {
        margin-top: 1rem !important;
    }
    .mr-lg-3,
    .mx-lg-3 {
        margin-right: 1rem !important;
    }
    .mb-lg-3,
    .my-lg-3 {
        margin-bottom: 1rem !important;
    }
    .ml-lg-3,
    .mx-lg-3 {
        margin-left: 1rem !important;
    }
    .m-lg-4 {
        margin: 1.5rem !important;
    }
    .mt-lg-4,
    .my-lg-4 {
        margin-top: 1.5rem !important;
    }
    .mr-lg-4,
    .mx-lg-4 {
        margin-right: 1.5rem !important;
    }
    .mb-lg-4,
    .my-lg-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-lg-4,
    .mx-lg-4 {
        margin-left: 1.5rem !important;
    }
    .m-lg-5 {
        margin: 3rem !important;
    }
    .mt-lg-5,
    .my-lg-5 {
        margin-top: 3rem !important;
    }
    .mr-lg-5,
    .mx-lg-5 {
        margin-right: 3rem !important;
    }
    .mb-lg-5,
    .my-lg-5 {
        margin-bottom: 3rem !important;
    }
    .ml-lg-5,
    .mx-lg-5 {
        margin-left: 3rem !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: 0.25rem !important;
    }
    .pt-lg-1,
    .py-lg-1 {
        padding-top: 0.25rem !important;
    }
    .pr-lg-1,
    .px-lg-1 {
        padding-right: 0.25rem !important;
    }
    .pb-lg-1,
    .py-lg-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-lg-1,
    .px-lg-1 {
        padding-left: 0.25rem !important;
    }
    .p-lg-2 {
        padding: 0.5rem !important;
    }
    .pt-lg-2,
    .py-lg-2 {
        padding-top: 0.5rem !important;
    }
    .pr-lg-2,
    .px-lg-2 {
        padding-right: 0.5rem !important;
    }
    .pb-lg-2,
    .py-lg-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-lg-2,
    .px-lg-2 {
        padding-left: 0.5rem !important;
    }
    .p-lg-3 {
        padding: 1rem !important;
    }
    .pt-lg-3,
    .py-lg-3 {
        padding-top: 1rem !important;
    }
    .pr-lg-3,
    .px-lg-3 {
        padding-right: 1rem !important;
    }
    .pb-lg-3,
    .py-lg-3 {
        padding-bottom: 1rem !important;
    }
    .pl-lg-3,
    .px-lg-3 {
        padding-left: 1rem !important;
    }
    .p-lg-4 {
        padding: 1.5rem !important;
    }
    .pt-lg-4,
    .py-lg-4 {
        padding-top: 1.5rem !important;
    }
    .pr-lg-4,
    .px-lg-4 {
        padding-right: 1.5rem !important;
    }
    .pb-lg-4,
    .py-lg-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-lg-4,
    .px-lg-4 {
        padding-left: 1.5rem !important;
    }
    .p-lg-5 {
        padding: 3rem !important;
    }
    .pt-lg-5,
    .py-lg-5 {
        padding-top: 3rem !important;
    }
    .pr-lg-5,
    .px-lg-5 {
        padding-right: 3rem !important;
    }
    .pb-lg-5,
    .py-lg-5 {
        padding-bottom: 3rem !important;
    }
    .pl-lg-5,
    .px-lg-5 {
        padding-left: 3rem !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: 0.25rem !important;
    }
    .mt-xl-1,
    .my-xl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xl-1,
    .mx-xl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xl-1,
    .my-xl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xl-1,
    .mx-xl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xl-2 {
        margin: 0.5rem !important;
    }
    .mt-xl-2,
    .my-xl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xl-2,
    .mx-xl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xl-2,
    .my-xl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xl-2,
    .mx-xl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xl-3 {
        margin: 1rem !important;
    }
    .mt-xl-3,
    .my-xl-3 {
        margin-top: 1rem !important;
    }
    .mr-xl-3,
    .mx-xl-3 {
        margin-right: 1rem !important;
    }
    .mb-xl-3,
    .my-xl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xl-3,
    .mx-xl-3 {
        margin-left: 1rem !important;
    }
    .m-xl-4 {
        margin: 1.5rem !important;
    }
    .mt-xl-4,
    .my-xl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xl-4,
    .mx-xl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xl-4,
    .my-xl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xl-4,
    .mx-xl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xl-5 {
        margin: 3rem !important;
    }
    .mt-xl-5,
    .my-xl-5 {
        margin-top: 3rem !important;
    }
    .mr-xl-5,
    .mx-xl-5 {
        margin-right: 3rem !important;
    }
    .mb-xl-5,
    .my-xl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xl-5,
    .mx-xl-5 {
        margin-left: 3rem !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: 0.25rem !important;
    }
    .pt-xl-1,
    .py-xl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xl-1,
    .px-xl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xl-1,
    .py-xl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xl-1,
    .px-xl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xl-2 {
        padding: 0.5rem !important;
    }
    .pt-xl-2,
    .py-xl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xl-2,
    .px-xl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xl-2,
    .py-xl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xl-2,
    .px-xl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xl-3 {
        padding: 1rem !important;
    }
    .pt-xl-3,
    .py-xl-3 {
        padding-top: 1rem !important;
    }
    .pr-xl-3,
    .px-xl-3 {
        padding-right: 1rem !important;
    }
    .pb-xl-3,
    .py-xl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xl-3,
    .px-xl-3 {
        padding-left: 1rem !important;
    }
    .p-xl-4 {
        padding: 1.5rem !important;
    }
    .pt-xl-4,
    .py-xl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xl-4,
    .px-xl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xl-4,
    .py-xl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xl-4,
    .px-xl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xl-5 {
        padding: 3rem !important;
    }
    .pt-xl-5,
    .py-xl-5 {
        padding-top: 3rem !important;
    }
    .pr-xl-5,
    .px-xl-5 {
        padding-right: 3rem !important;
    }
    .pb-xl-5,
    .py-xl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xl-5,
    .px-xl-5 {
        padding-left: 3rem !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: 1550px) {
    .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: 0.25rem !important;
    }
    .mt-xxl-1,
    .my-xxl-1 {
        margin-top: 0.25rem !important;
    }
    .mr-xxl-1,
    .mx-xxl-1 {
        margin-right: 0.25rem !important;
    }
    .mb-xxl-1,
    .my-xxl-1 {
        margin-bottom: 0.25rem !important;
    }
    .ml-xxl-1,
    .mx-xxl-1 {
        margin-left: 0.25rem !important;
    }
    .m-xxl-2 {
        margin: 0.5rem !important;
    }
    .mt-xxl-2,
    .my-xxl-2 {
        margin-top: 0.5rem !important;
    }
    .mr-xxl-2,
    .mx-xxl-2 {
        margin-right: 0.5rem !important;
    }
    .mb-xxl-2,
    .my-xxl-2 {
        margin-bottom: 0.5rem !important;
    }
    .ml-xxl-2,
    .mx-xxl-2 {
        margin-left: 0.5rem !important;
    }
    .m-xxl-3 {
        margin: 1rem !important;
    }
    .mt-xxl-3,
    .my-xxl-3 {
        margin-top: 1rem !important;
    }
    .mr-xxl-3,
    .mx-xxl-3 {
        margin-right: 1rem !important;
    }
    .mb-xxl-3,
    .my-xxl-3 {
        margin-bottom: 1rem !important;
    }
    .ml-xxl-3,
    .mx-xxl-3 {
        margin-left: 1rem !important;
    }
    .m-xxl-4 {
        margin: 1.5rem !important;
    }
    .mt-xxl-4,
    .my-xxl-4 {
        margin-top: 1.5rem !important;
    }
    .mr-xxl-4,
    .mx-xxl-4 {
        margin-right: 1.5rem !important;
    }
    .mb-xxl-4,
    .my-xxl-4 {
        margin-bottom: 1.5rem !important;
    }
    .ml-xxl-4,
    .mx-xxl-4 {
        margin-left: 1.5rem !important;
    }
    .m-xxl-5 {
        margin: 3rem !important;
    }
    .mt-xxl-5,
    .my-xxl-5 {
        margin-top: 3rem !important;
    }
    .mr-xxl-5,
    .mx-xxl-5 {
        margin-right: 3rem !important;
    }
    .mb-xxl-5,
    .my-xxl-5 {
        margin-bottom: 3rem !important;
    }
    .ml-xxl-5,
    .mx-xxl-5 {
        margin-left: 3rem !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: 0.25rem !important;
    }
    .pt-xxl-1,
    .py-xxl-1 {
        padding-top: 0.25rem !important;
    }
    .pr-xxl-1,
    .px-xxl-1 {
        padding-right: 0.25rem !important;
    }
    .pb-xxl-1,
    .py-xxl-1 {
        padding-bottom: 0.25rem !important;
    }
    .pl-xxl-1,
    .px-xxl-1 {
        padding-left: 0.25rem !important;
    }
    .p-xxl-2 {
        padding: 0.5rem !important;
    }
    .pt-xxl-2,
    .py-xxl-2 {
        padding-top: 0.5rem !important;
    }
    .pr-xxl-2,
    .px-xxl-2 {
        padding-right: 0.5rem !important;
    }
    .pb-xxl-2,
    .py-xxl-2 {
        padding-bottom: 0.5rem !important;
    }
    .pl-xxl-2,
    .px-xxl-2 {
        padding-left: 0.5rem !important;
    }
    .p-xxl-3 {
        padding: 1rem !important;
    }
    .pt-xxl-3,
    .py-xxl-3 {
        padding-top: 1rem !important;
    }
    .pr-xxl-3,
    .px-xxl-3 {
        padding-right: 1rem !important;
    }
    .pb-xxl-3,
    .py-xxl-3 {
        padding-bottom: 1rem !important;
    }
    .pl-xxl-3,
    .px-xxl-3 {
        padding-left: 1rem !important;
    }
    .p-xxl-4 {
        padding: 1.5rem !important;
    }
    .pt-xxl-4,
    .py-xxl-4 {
        padding-top: 1.5rem !important;
    }
    .pr-xxl-4,
    .px-xxl-4 {
        padding-right: 1.5rem !important;
    }
    .pb-xxl-4,
    .py-xxl-4 {
        padding-bottom: 1.5rem !important;
    }
    .pl-xxl-4,
    .px-xxl-4 {
        padding-left: 1.5rem !important;
    }
    .p-xxl-5 {
        padding: 3rem !important;
    }
    .pt-xxl-5,
    .py-xxl-5 {
        padding-top: 3rem !important;
    }
    .pr-xxl-5,
    .px-xxl-5 {
        padding-right: 3rem !important;
    }
    .pb-xxl-5,
    .py-xxl-5 {
        padding-bottom: 3rem !important;
    }
    .pl-xxl-5,
    .px-xxl-5 {
        padding-left: 3rem !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-monospace {
    font-family: SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
}
.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,
.uni-banner__more-link-wrapper {
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
@media (min-width: 414px) {
    .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: 1025px) {
    .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: 1550px) {
    .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: #f24f00 !important;
}
a.text-primary:focus,
a.text-primary:hover {
    color: #bf3e00 !important;
}
.text-secondary {
    color: #6c757d !important;
}
a.text-secondary:focus,
a.text-secondary:hover {
    color: #545b62 !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: #dc3545 !important;
}
a.text-danger:focus,
a.text-danger:hover {
    color: #bd2130 !important;
}
.text-light {
    color: #f8f9fa !important;
}
a.text-light:focus,
a.text-light:hover {
    color: #dae0e5 !important;
}
.text-dark {
    color: #343a40 !important;
}
a.text-dark:focus,
a.text-dark:hover {
    color: #1d2124 !important;
}
.text-body {
    color: #212529 !important;
}
.text-muted {
    color: #6c757d !important;
}
.text-black-50 {
    color: rgba(0, 0, 0, 0.5) !important;
}
.text-white-50 {
    color: hsla(0, 0%, 100%, 0.5) !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;
}
@media print {
    *,
    :after,
    :before {
        text-shadow: none !important;
        box-shadow: none !important;
    }
    a:not(.btn):not(.uni-banner__more-link) {
        text-decoration: underline;
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    pre {
        white-space: pre-wrap !important;
    }
    blockquote,
    pre {
        border: 1px solid #adb5bd;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    img,
    tr {
        page-break-inside: avoid;
    }
    h2,
    h3,
    p {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
    @page {
        size: a3;
    }
    .container,
    body {
        min-width: 1025px !important;
    }
    .navbar {
        display: none;
    }
    .badge {
        border: 1px solid #000;
    }
    .table {
        border-collapse: collapse !important;
    }
    .table td,
    .table th {
        background-color: #fff !important;
    }
    .table-bordered td,
    .table-bordered th {
        border: 1px solid #dee2e6 !important;
    }
    .table-dark {
        color: inherit;
    }
    .table-dark tbody + tbody,
    .table-dark td,
    .table-dark th,
    .table-dark thead th {
        border-color: #dee2e6;
    }
    .table .thead-dark th {
        color: inherit;
        border-color: #dee2e6;
    }
}
.selectric-wrapper {
    position: relative;
    cursor: pointer;
}
.selectric-responsive {
    width: 100%;
}
.selectric {
    border: 1px solid #ddd;
    border-radius: 0;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
}
.selectric .label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 38px 0 10px;
    font-size: 12px;
    color: #444;
    user-select: none;
}
.selectric .button,
.selectric .label {
    display: block;
    line-height: 38px;
    height: 38px;
}
.selectric .button {
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    background-color: #f8f8f8;
    color: #bbb;
    text-align: center;
    font: 0/0 a;
    *font: 20px/38px Lucida Sans Unicode, Arial Unicode MS, Arial;
}
.selectric .button:after {
    content: " ";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 0;
    height: 0;
    border: 4px solid transparent;
    border-top-color: #bbb;
    border-bottom: none;
}
.selectric-focus .selectric {
    border-color: #aaa;
}
.selectric-hover .selectric {
    border-color: #c4c4c4;
}
.selectric-hover .selectric .button {
    color: #a2a2a2;
}
.selectric-hover .selectric .button:after {
    border-top-color: #a2a2a2;
}
.selectric-open {
    z-index: 9999;
}
.selectric-open .selectric {
    border-color: #c4c4c4;
}
.selectric-open .selectric-items {
    display: block;
}
.selectric-disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default;
    user-select: none;
}
.selectric-hide-select {
    position: relative;
    overflow: hidden;
    width: 0;
    height: 0;
}
.selectric-hide-select select {
    position: absolute;
    left: -100%;
}
.selectric-hide-select.selectric-is-native {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    border: none;
    z-index: 1;
    box-sizing: border-box;
    opacity: 0;
}
.selectric-input {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    margin: 0 !important;
    padding: 0 !important;
    width: 1px !important;
    height: 1px !important;
    outline: none !important;
    border: none !important;
    *font: 0/0 a !important;
    background: none !important;
}
.selectric-temp-show {
    position: absolute !important;
    visibility: hidden !important;
    display: block !important;
}
.selectric-items {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #f8f8f8;
    border: 1px solid #c4c4c4;
    z-index: -1;
    box-shadow: 0 0 10px -6px;
}
.selectric-items .selectric-scroll {
    height: 100%;
    overflow: auto;
}
.selectric-above .selectric-items {
    top: auto;
    bottom: 100%;
}
.selectric-items li,
.selectric-items ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 12px;
    line-height: 20px;
    min-height: 20px;
}
.selectric-items li {
    display: block;
    padding: 10px;
    color: #666;
    cursor: pointer;
}
.selectric-items li.selected {
    background: #e0e0e0;
    color: #444;
}
.selectric-items li.highlighted {
    background: #d0d0d0;
    color: #444;
}
.selectric-items li:hover {
    background: #d5d5d5;
    color: #444;
}
.selectric-items .disabled {
    filter: alpha(opacity=50);
    opacity: 0.5;
    cursor: default !important;
    background: none !important;
    color: #666 !important;
    user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
    font-weight: 700;
    padding-left: 10px;
    cursor: default;
    user-select: none;
    background: none;
    color: #444;
}
.selectric-items .selectric-group.disabled li {
    filter: alpha(opacity=100);
    opacity: 1;
}
.selectric-items .selectric-group li {
    padding-left: 25px;
} /*!
 * jQuery UI Slider 1.10.4
 * http://jqueryui.com
 *
 * Copyright 2014 jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/slider/#theming
 */
.ui-slider {
    position: relative;
    text-align: left;
}
.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
}
.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: 0.7em;
    display: block;
    border: 0;
    background-position: 0 0;
}
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit;
}
.ui-slider-horizontal {
    height: 0.8em;
}
.ui-slider-horizontal .ui-slider-handle {
    top: -0.3em;
    margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
    left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
    right: 0;
}
.ui-slider-vertical {
    width: 0.8em;
    height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
    left: -0.3em;
    margin-left: 0;
    margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
    bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
    top: 0;
}
body {
    overflow-x: hidden !important;
}
.noscript-warning {
    font-size: 14px;
    background: #000;
    color: #fff;
    padding: 5px 15px;
}
html.env-development body:after {
    position: fixed;
    top: 0;
    left: 0;
    padding: 5px;
    z-index: 9999;
    content: "[ -XS ]";
    background: #b3b3b3;
    color: #000;
    content: "[ XS+ ]";
}
@media (max-width: 320px) {
    html.env-development body:after {
        background: #e6e6e6;
        color: red;
        content: "[ < 320px ]";
    }
}
@media (min-width: 414px) {
    html.env-development body:after {
        background: #1a1a1a;
        color: #fff;
        content: "[ SM+ ]";
    }
}
@media (min-width: 768px) {
    html.env-development body:after {
        background: #000;
        color: #fff;
        content: "[ MD+ ]";
    }
}
@media (min-width: 1025px) {
    html.env-development body:after {
        background: #1a1a1a;
        color: #fff;
        content: "[ LG+ ]";
    }
}
@media (min-width: 1440px) {
    html.env-development body:after {
        background: #000;
        color: #fff;
        content: "[ XL+ ]";
    }
}
.container {
    max-width: 100%;
}
.container--animated {
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease;
}
.container--animated.animated {
    opacity: 0;
    transform: scale(0.9);
}
.container--animated.animated.show {
    opacity: 1;
    transform: scale(1);
}
@media (min-width: 1440px) {
    .container {
        max-width: 1440px;
        padding: 0 120px;
    }
}
@media (min-width: 1025px) and (max-width: 1439.98px) {
    .container {
        padding: 0 8.33%;
    }
}
@media (min-width: 414px) and (max-width: 1024.98px) {
    .container {
        padding: 0 4.1667%;
    }
}
.gutter-10 {
    margin-left: -10px;
    margin-right: -10px;
}
.gutter-10 [class^="col"] {
    padding-left: 10px;
    padding-right: 10px;
}
.gutter-12 {
    margin-left: -12px;
    margin-right: -12px;
}
.gutter-12 [class^="col"] {
    padding-left: 12px;
    padding-right: 12px;
}
html {
    scroll-behavior: smooth;
}
body {
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: 0.005em;
    color: #363738;
    font-family: RoobertCEZ, sans-serif;
}
.main {
    background-color: #ecebe8;
}
.main:after {
    clear: both;
}
@media (max-width: 413.98px) {
    .main {
        margin-top: 70px;
    }
}
.main--offset-top {
    padding-top: 84px;
}
.main--offset-top--ap {
    padding-top: 94px;
}
iframe,
img,
video {
    max-width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6,
h7 {
    font-family: RoobertCEZ, sans-serif;
    font-weight: 500 !important;
    font-style: normal;
    text-transform: none !important;
    color: #f24f00;
    line-height: calc(1em + 8px) !important;
}
h1,
h2,
h3 {
    letter-spacing: 0.05em;
}
h4,
h5,
h6,
h7 {
    letter-spacing: 0.025em;
}
h1 {
    font-size: 72px;
    margin-bottom: 24px;
}
@media (max-width: 1024.98px) {
    h1 {
        font-size: 56px;
    }
}
h2 {
    font-size: 56px;
    margin-bottom: 24px;
}
@media (max-width: 1024.98px) {
    h2 {
        font-size: 40px;
    }
}
h3 {
    font-size: 40px;
    margin-bottom: 24px;
}
@media (max-width: 1024.98px) {
    h3 {
        font-size: 32px;
    }
}
h4 {
    font-size: 32px;
    margin-bottom: 16px;
}
@media (max-width: 1024.98px) {
    h4 {
        font-size: 24px;
    }
}
h5 {
    font-size: 24px;
}
h5,
h6 {
    margin-bottom: 16px;
}
h6 {
    font-size: 20px;
    line-height: calc(1em + 12px) !important;
}
h7 {
    font-size: 16px;
    margin-bottom: 16px;
}
ol,
p,
ul {
    margin-bottom: 25px;
}
ol + h1,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
p + h1,
p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h1,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6 {
    padding-top: 15px;
}
b,
strong {
    font-weight: 700;
}
a {
    color: #f24f00;
}
a:hover {
    color: #363738;
}
.links--orange-to-white a:hover {
    color: #fff;
}
.links--black-to-white a {
    color: #363738;
}
.links--black-to-white a:hover {
    color: #fff;
}
ul {
    padding: 0;
    margin-bottom: 25px;
}
ul > li {
    list-style-type: none;
    position: relative;
    padding: 0 0 20px 40px;
}
ul > li:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 10px;
    width: 20px;
    height: 2px;
    background-color: #b8b3ad;
}
ul > li:last-child {
    padding-bottom: 0;
}
ul > li ol,
ul > li ul {
    padding-top: 20px;
}
ol {
    padding: 0;
    margin-bottom: 25px;
    counter-reset: item;
}
ol > li {
    list-style-type: none;
    position: relative;
    padding: 0 0 20px 40px;
    counter-increment: item;
}
ol > li:before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    content: counter(item) ".";
    color: #737373;
    font-weight: 700;
}
ol > li:last-child {
    padding-bottom: 0;
}
ol > li ol,
ol > li ul {
    padding-top: 20px;
}
ol.list--lower-latin > li:before {
    content: counter(item, lower-latin) ".";
}
table {
    width: 100%;
    margin-bottom: 25px;
}
table td,
table th {
    padding: 20px;
    color: #737373;
    border-bottom: 1px solid #d2d1cf;
}
table td a,
table th a {
    font-weight: 500;
}
table td sup,
table th sup {
    font-weight: 700;
    padding-left: 2px;
}
table thead td,
table thead th {
    font-weight: 700;
    background-color: #dedcda;
    color: #363738;
    border-bottom: 0;
    vertical-align: top !important;
}
.table-description {
    padding-left: 40px;
    margin-bottom: 30px;
}
.table-description__text {
    font-weight: 500;
    margin-bottom: 10px;
}
.table-description__text sup {
    font-weight: 700;
    padding-right: 2px;
}
section {
    padding: 35px 0;
}
.color-orange {
    color: #f24f00;
}
.no-padding {
    padding: 0;
}
.bg-darker {
    background-color: #dedcda;
}
.mb-70 {
    margin-bottom: 70px;
}
.svg-icon {
    position: absolute;
}
.overflow-hidden {
    overflow: hidden;
}
.color-black {
    color: #363738;
}
.iconic-box {
    position: relative;
    background-color: #dedcda;
}
.iconic-box:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 135px;
    left: 0;
    bottom: 0;
    background-color: #eae8e6;
}
.iconic-box .aside-image-box {
    margin-bottom: 0;
}
.top-neg-offset-140 {
    margin-top: -140px;
}
.image-boxes-rows {
    padding: 0 0 70px;
}
.image-boxes-rows__row {
    padding-top: 80px;
}
.image-boxes-rows__headline {
    font-size: 40px;
    margin-bottom: 55px;
}
.row-5 {
    margin-right: -5px;
    margin-left: -5px;
}
.row-5 > .col,
.row-5 > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px;
}
.row-10 {
    margin-right: -10px;
    margin-left: -10px;
}
.row-10 > .col,
.row-10 > [class*="col-"] {
    padding-right: 10px;
    padding-left: 10px;
}
.row-25 {
    margin-right: -25px;
    margin-left: -25px;
}
.row-25 > .col,
.row-25 > [class*="col-"] {
    padding-right: 25px;
    padding-left: 25px;
}
.newsfeed {
    padding-top: 0;
    margin-top: -100px;
}
.newsfeed-calendar {
    padding-top: 70px;
}
.newsfeed-calendar__headline {
    color: #363738;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 38px;
}
.avatar {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    overflow: hidden;
}
.avatar--in-author {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.avatar__image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.similar-articles {
    padding: 80px 0 30px;
}
.similar-articles__wrapper {
    padding: 0 105px;
}
.similar-articles__headline {
    color: #363738;
    font-size: 30px;
    text-transform: uppercase;
}
.ombudsman {
    padding: 0 0 100px;
    color: #737373;
}
.ombudsman.ombudsman--offset-top {
    margin-top: 45px;
}
.ombudsman__headline-1 {
    color: #363738;
    font-size: 30px;
    margin-bottom: 40px;
}
.ombudsman__headline-2 {
    color: #363738;
    font-size: 22px;
    margin-bottom: 30px;
    padding-top: 20px;
}
.ombudsman__headline-3 {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.ombudsman__headline-3,
.ombudsman__headline-4 {
    color: #363738;
    text-transform: none;
    letter-spacing: 0.005em;
    font-family: RoobertCEZ, sans-serif;
}
.ombudsman__headline-4 {
    font-size: 16px;
    font-weight: 400;
}
.tooltip-trigger {
    position: relative;
    width: 34px;
    height: 34px;
    cursor: pointer;
}
.tooltip-trigger:before {
    width: 34px;
    height: 34px;
    background-image: url("../images/tooltip-circle.svg");
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tooltip-trigger:after,
.tooltip-trigger:before {
    position: absolute;
    content: "";
    display: block;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.tooltip-trigger:after {
    width: 2px;
    height: 16px;
    background-image: url("../images/i-orange.svg");
    left: 16px;
    top: 9px;
}
.tooltip-trigger:hover:before {
    transform: rotate(-85deg);
}
.tooltip-inner {
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
}
.bg-white {
    background-color: #fff;
}
@media (min-width: 1025px) {
    .col-1-5 {
        flex: 0 0 33.33333%;
        max-width: 20% !important;
        float: left;
        position: relative;
        min-height: 1px;
        padding-right: 15px;
        padding-left: 15px;
    }
}
@media (max-width: 1024.98px) {
    section {
        padding: 30px 0;
    }
    .image-boxes-rows__row {
        padding-top: 40px;
    }
    .image-boxes-rows__headline {
        font-size: 33px;
        margin-bottom: 45px;
    }
    .newsfeed-calendar__headline {
        font-size: 25px;
        margin-bottom: 25px;
    }
    .similar-articles__wrapper {
        padding: 0 80px;
    }
    .similar-articles {
        padding-top: 40px;
    }
    .newsfeed-calendar {
        padding-top: 20px;
    }
}
@media (max-width: 767.98px) {
    section {
        padding: 20px 0;
    }
    .image-boxes-rows {
        padding-bottom: 20px;
    }
    .image-boxes-rows__headline {
        font-size: 25px;
        margin-bottom: 30px;
    }
    .ombudsman {
        padding-bottom: 20px;
    }
    .ombudsman__headline-1 {
        margin-bottom: 25px;
        font-size: 28px;
    }
    .ombudsman__headline-4 {
        margin-bottom: 10px;
    }
    .newsfeed-calendar__headline {
        font-size: 22px;
        margin-bottom: 20px;
    }
    .row-25 {
        margin-right: -15px;
        margin-left: -15px;
    }
    .row-25 > .col,
    .row-25 > [class*="col-"] {
        padding-right: 15px;
        padding-left: 15px;
    }
    .similar-articles__wrapper {
        padding: 0 40px;
    }
    .similar-articles__headline {
        font-size: 26px;
    }
    p {
        margin-bottom: 15px;
    }
    p + h1,
    p + h2,
    p + h3,
    p + h4,
    p + h5,
    p + h6 {
        padding-top: 15px;
    }
    .table-description {
        padding-left: 0;
    }
    table td,
    table th {
        padding: 10px;
    }
    table td:first-child,
    table th:first-child {
        padding-left: 15px;
    }
    table td:last-child,
    table th:last-child {
        padding-right: 15px;
    }
}
@media (max-width: 413.98px) {
    .similar-articles__wrapper {
        padding: 0;
    }
    .similar-articles {
        padding-bottom: 10px;
    }
}
.pull-left {
    float: left !important;
    margin-right: 20px;
    margin-bottom: 5px;
}
.pull-right {
    float: right !important;
    margin-left: 20px;
    margin-bottom: 5px;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
@keyframes download-click {
    0% {
        transform: scale(0.9);
        opacity: 0;
    }
    60% {
        transform: scale(1.3);
        opacity: 0.3;
    }
    to {
        transform: scale(1.2);
        opacity: 0;
    }
}
@keyframes arrow-bounce {
    0% {
        transform: translateX(0);
    }
    50% {
        transform: translateX(10px);
    }
    to {
        transform: translateX(0);
    }
}
@keyframes icon-rotate {
    0% {
        transform: rotate(0deg);
        transform-origin: center;
    }
    50% {
        transform: rotate(45deg);
        transform-origin: center;
    }
    to {
        transform: rotate(0deg);
        transform-origin: center;
    }
}
@keyframes icon-speed {
    0%,
    to {
        transform: translate(0);
    }
    50% {
        transform: translate(10px, -10px);
    }
}
.icon-rotate:hover {
    animation-name: icon-rotate;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.icon-speed:hover {
    animation-name: icon-speed;
    animation-timing-function: linear;
    animation-duration: 1s;
    animation-iteration-count: infinite;
}
.btn,
.uni-banner__more-link {
    text-transform: uppercase;
    border-radius: 0;
    font-weight: 700;
    padding: 19px 40px 17px;
    position: relative;
    font-size: 16px;
    border: 0;
    background-color: transparent;
    text-align: left;
    white-space: normal;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn:focus,
.uni-banner__more-link:focus {
    box-shadow: none;
}
.btn--disabled.uni-banner__more-link,
.btn.btn--disabled,
.btn.disabled,
.disabled.uni-banner__more-link {
    opacity: 1;
    pointer-events: none;
}
.btn:active,
.uni-banner__more-link:active {
    transform: scale(0.95);
}
.btn--plus {
    float: right;
    font-size: 57px;
    padding: 0 20px;
    line-height: 57px;
    color: #f24f00;
}
.btn--primary {
    color: #fff;
    z-index: 1;
    overflow: hidden;
}
.btn--primary:before {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #f24f00;
    z-index: -2;
}
.btn--primary:after,
.btn--primary:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
}
.btn--primary:after {
    top: -355%;
    width: 110%;
    height: 271%;
    background-color: #000;
    z-index: -1;
    transform: skewY(15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn--primary:hover {
    color: #fff;
}
.btn--primary:hover:after {
    top: -75%;
}
.btn--primary.btn--disabled,
.btn--primary.disabled {
    background-color: #d4d1ce;
}
.btn--primary.btn--disabled:after,
.btn--primary.btn--disabled:before,
.btn--primary.disabled:after,
.btn--primary.disabled:before {
    display: none;
}
.btn--secondary,
.uni-banner__more-link {
    color: #f24f00;
    z-index: 1;
    overflow: hidden;
}
.btn--secondary:before,
.uni-banner__more-link:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    z-index: -2;
}
.btn--secondary:after,
.uni-banner__more-link:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: -250%;
    width: 110%;
    height: 200%;
    background-color: #000;
    z-index: -1;
    transform: skewY(15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn--secondary:hover,
.uni-banner__more-link:hover {
    color: #fff;
}
.btn--secondary:hover:after,
.uni-banner__more-link:hover:after {
    top: -50%;
}
.btn--disabled.uni-banner__more-link,
.btn--secondary.btn--disabled,
.btn--secondary.disabled,
.disabled.uni-banner__more-link {
    background-color: #d4d1ce;
    color: #fff;
}
.btn--disabled.uni-banner__more-link:after,
.btn--disabled.uni-banner__more-link:before,
.btn--secondary.btn--disabled:after,
.btn--secondary.btn--disabled:before,
.btn--secondary.disabled:after,
.btn--secondary.disabled:before,
.disabled.uni-banner__more-link:after,
.disabled.uni-banner__more-link:before {
    display: none;
}
.btn--tertiary {
    color: #fff;
    z-index: 1;
    overflow: hidden;
}
.btn--tertiary:before {
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index: -2;
}
.btn--tertiary:after,
.btn--tertiary:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
}
.btn--tertiary:after {
    top: -250%;
    width: 110%;
    height: 200%;
    background-color: #f24f00;
    z-index: -1;
    transform: skewY(15deg);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn--tertiary:hover {
    color: #fff;
}
.btn--tertiary:hover:after {
    top: -50%;
}
.btn--tertiary.btn--disabled,
.btn--tertiary.disabled {
    background-color: #d4d1ce;
}
.btn--tertiary.btn--disabled:after,
.btn--tertiary.btn--disabled:before,
.btn--tertiary.disabled:after,
.btn--tertiary.disabled:before {
    display: none;
}
.btn--outline {
    color: #f24f00;
    border: 2px solid #f24f00;
    padding-top: 17px;
    padding-bottom: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn--outline.btn--small {
    padding-top: 12px;
    padding-bottom: 10px;
}
.btn--outline:hover {
    color: #363738 !important;
    border-color: #363738;
}
.btn--outline.btn--disabled,
.btn--outline.disabled {
    border-color: #d4d1ce;
    color: #d4d1ce;
}
.btn--outline-to-white {
    color: #f24f00;
    border: 2px solid #f24f00;
    padding-top: 17px;
    padding-bottom: 15px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn--outline-to-white.btn--small {
    padding-top: 12px;
    padding-bottom: 10px;
}
.btn--outline-to-white:hover {
    color: #fff;
    border-color: #fff;
}
.btn--outline-to-white.btn--disabled,
.btn--outline-to-white.disabled {
    border-color: #d4d1ce;
    color: #d4d1ce;
}
.btn--small {
    padding: 14px 22px 12px;
    font-size: 14px;
}
.btn--arrow:after {
    width: 1px;
    height: 100%;
    top: 0;
    background-color: #f24f00;
    opacity: 0.5;
}
.btn--arrow:after,
.btn--arrow:before {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn--arrow:before {
    width: 7px;
    height: 12px;
    top: 50%;
    margin-top: -6px;
}
.btn--arrow:hover {
    color: #f24f00;
}
.btn--arrow:hover:active {
    transform: scale(0.95);
}
.btn--arrow.btn--small {
    padding-top: 12px;
    padding-bottom: 11px;
}
.btn--arrow.btn--outline:hover {
    border-color: #363738;
    color: #363738;
}
.btn--arrow.btn--outline:hover:after {
    background-color: #000;
}
.btn--arrow.btn--outline.btn--small {
    padding-top: 10px;
    padding-bottom: 9px;
}
.btn--arrow.btn--outline.btn--disabled,
.btn--arrow.btn--outline.disabled {
    border-color: #d4d1ce;
    color: #d4d1ce;
}
.btn--arrow.btn--outline.btn--disabled:after,
.btn--arrow.btn--outline.disabled:after {
    background-color: #d4d1ce;
}
.btn--arrow.btn--outline.btn--disabled.btn--arrow-right:before,
.btn--arrow.btn--outline.disabled.btn--arrow-right:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-grey.svg");
    background-size: 100%;
}
.btn--arrow.btn--outline.btn--disabled.btn--arrow-left:before,
.btn--arrow.btn--outline.disabled.btn--arrow-left:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-left-grey.svg");
    background-size: 100%;
}
.btn--arrow.btn--outline.btn--arrow-right:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-orange.svg");
    background-size: 100%;
}
.btn--arrow.btn--outline.btn--arrow-right:hover:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-black.svg");
    background-size: 100%;
}
.btn--arrow.btn--outline.btn--arrow-left:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-left-orange.svg");
    background-size: 100%;
}
.btn--arrow.btn--outline.btn--arrow-left:hover:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-left-black.svg");
    background-size: 100%;
}
.btn--arrow.btn--outline-to-white:hover {
    border-color: #fff;
    color: #fff;
}
.btn--arrow.btn--outline-to-white:hover:after {
    background-color: #fff;
}
.btn--arrow.btn--outline-to-white.btn--small {
    padding-top: 10px;
    padding-bottom: 9px;
}
.btn--arrow.btn--outline-to-white.btn--disabled,
.btn--arrow.btn--outline-to-white.disabled {
    border-color: #d4d1ce;
    color: #d4d1ce;
}
.btn--arrow.btn--outline-to-white.btn--disabled:after,
.btn--arrow.btn--outline-to-white.disabled:after {
    background-color: #d4d1ce;
}
.btn--arrow.btn--outline-to-white.btn--disabled.btn--arrow-right:before,
.btn--arrow.btn--outline-to-white.disabled.btn--arrow-right:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-grey.svg");
    background-size: 100%;
}
.btn--arrow.btn--outline-to-white.btn--disabled.btn--arrow-left:before,
.btn--arrow.btn--outline-to-white.disabled.btn--arrow-left:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-left-grey.svg");
    background-size: 100%;
}
.btn--arrow.btn--outline-to-white.btn--arrow-right:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-orange.svg");
    background-size: 100%;
}
.btn--arrow.btn--outline-to-white.btn--arrow-right:hover:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-white.svg");
    background-size: 100%;
}
.btn--arrow.btn--outline-to-white.btn--arrow-left:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-left-orange.svg");
    background-size: 100%;
}
.btn--arrow.btn--outline-to-white.btn--arrow-left:hover:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-left-white.svg");
    background-size: 100%;
}
.btn--arrow.btn--primary {
    background-color: #f24f00;
}
.btn--arrow.btn--primary:after {
    background-color: #f57b40;
    height: calc(100% + 4px);
    top: -2px;
}
.btn--arrow.btn--primary:before {
    background-color: transparent;
}
.btn--arrow.btn--primary:hover {
    color: #fff;
    background-color: #000;
}
.btn--arrow.btn--primary:hover:after {
    background-color: #fff;
}
.btn--arrow.btn--primary.btn--disabled,
.btn--arrow.btn--primary.disabled {
    background-color: #d4d1ce;
}
.btn--arrow.btn--primary.btn--disabled:before,
.btn--arrow.btn--primary.disabled:before {
    display: block;
}
.btn--arrow.btn--primary.btn--disabled:after,
.btn--arrow.btn--primary.disabled:after {
    background-color: #fff;
    display: block;
}
.btn--arrow.btn--primary.btn--arrow-right:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-white.svg");
    background-size: 100%;
}
.btn--arrow.btn--primary.btn--arrow-left:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-left-white.svg");
    background-size: 100%;
}
.btn--arrow.btn--secondary,
.btn--arrow.uni-banner__more-link {
    background-color: #fff;
}
.btn--arrow.btn--secondary:after,
.btn--arrow.uni-banner__more-link:after {
    background-color: #b8b3ad;
    height: calc(100% + 4px);
    top: -2px;
}
.btn--arrow.btn--secondary:before,
.btn--arrow.uni-banner__more-link:before {
    background-color: transparent;
}
.btn--arrow.btn--secondary:hover,
.btn--arrow.uni-banner__more-link:hover {
    background-color: #000;
    color: #fff;
}
.btn--arrow.btn--secondary:hover:after,
.btn--arrow.uni-banner__more-link:hover:after {
    background-color: #fff;
}
.btn--arrow.btn--disabled.uni-banner__more-link,
.btn--arrow.btn--secondary.btn--disabled,
.btn--arrow.btn--secondary.disabled,
.btn--arrow.disabled.uni-banner__more-link {
    background-color: #d4d1ce;
    color: #fff;
}
.btn--arrow.btn--disabled.uni-banner__more-link:before,
.btn--arrow.btn--secondary.btn--disabled:before,
.btn--arrow.btn--secondary.disabled:before,
.btn--arrow.disabled.uni-banner__more-link:before {
    display: block;
}
.btn--arrow.btn--disabled.uni-banner__more-link:after,
.btn--arrow.btn--secondary.btn--disabled:after,
.btn--arrow.btn--secondary.disabled:after,
.btn--arrow.disabled.uni-banner__more-link:after {
    background-color: #fff;
    display: block;
}
.btn--arrow.btn--disabled.btn--arrow-right.uni-banner__more-link:before,
.btn--arrow.btn--secondary.btn--disabled.btn--arrow-right:before,
.btn--arrow.btn--secondary.disabled.btn--arrow-right:before,
.btn--arrow.disabled.btn--arrow-right.uni-banner__more-link:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-white.svg");
    background-size: 100%;
}
.btn--arrow.btn--disabled.btn--arrow-left.uni-banner__more-link:before,
.btn--arrow.btn--secondary.btn--disabled.btn--arrow-left:before,
.btn--arrow.btn--secondary.disabled.btn--arrow-left:before,
.btn--arrow.disabled.btn--arrow-left.uni-banner__more-link:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-left-white.svg");
    background-size: 100%;
}
.btn--arrow.btn--arrow-right.uni-banner__more-link:before,
.btn--arrow.btn--secondary.btn--arrow-right:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-orange.svg");
    background-size: 100%;
}
.btn--arrow.btn--arrow-right.uni-banner__more-link:hover:before,
.btn--arrow.btn--secondary.btn--arrow-right:hover:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-white.svg");
    background-size: 100%;
}
.btn--arrow.btn--arrow-left.uni-banner__more-link:before,
.btn--arrow.btn--secondary.btn--arrow-left:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-left-orange.svg");
    background-size: 100%;
}
.btn--arrow.btn--arrow-left.uni-banner__more-link:hover:before,
.btn--arrow.btn--secondary.btn--arrow-left:hover:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-left-white.svg");
    background-size: 100%;
}
.btn--arrow-left {
    padding-left: 90px;
    padding-right: 30px;
}
.btn--arrow-left:after {
    left: 60px;
}
.btn--arrow-left:before {
    left: 26px;
}
.btn--arrow-left.btn--small {
    padding-left: 64px;
    padding-right: 20px;
}
.btn--arrow-left.btn--small:after {
    left: 40px;
}
.btn--arrow-left.btn--small:before {
    left: 16px;
}
.btn--arrow-right {
    padding-right: 90px;
    padding-left: 30px;
}
.btn--arrow-right:after {
    right: 60px;
    left: auto;
}
.btn--arrow-right:before {
    right: 26px;
    left: auto;
}
.btn--arrow-right.btn--small {
    padding-right: 64px;
    padding-left: 20px;
}
.btn--arrow-right.btn--small:after {
    right: 40px;
    left: auto;
}
.btn--arrow-right.btn--small:before {
    right: 16px;
    left: auto;
}
.btn--simple-arrow {
    padding: 2px 24px 2px 0;
    color: #f24f00;
}
.btn--simple-arrow:before {
    position: absolute;
    content: "";
    display: block;
    width: 8px;
    height: 16px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-orange.svg");
    background-size: 100%;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
}
.btn--simple-arrow:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: calc(100% - 24px);
    height: 2px;
    background-color: #f24f00;
    transform-origin: right top;
    transform: scaleX(0);
    transition: transform 0.2s ease, background-color 0.15s ease;
}
.btn--simple-arrow:hover {
    color: #363738;
}
.btn--simple-arrow:hover:before {
    background-image: url("../images/arrow-right-black.svg");
}
.btn--simple-arrow:hover:after {
    background-color: #000;
    transform-origin: left top;
    transform: scale(1);
}
.btn--simple-arrow.btn--disabled,
.btn--simple-arrow.disabled {
    color: #d4d1ce;
}
.btn--simple-arrow.btn--disabled:before,
.btn--simple-arrow.disabled:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-grey.svg");
    background-size: 100%;
}
.btn--simple-arrow.btn--simple-arrow-orange-to-white:hover {
    color: #fff;
}
.btn--simple-arrow.btn--simple-arrow-orange-to-white:hover:before {
    background-image: url("../images/arrow-right-white.svg");
}
.btn--simple-arrow.btn--simple-arrow-orange-to-white:hover:after {
    background-color: #fff;
}
.btn--simple-arrow.btn--simple-arrow-black-to-white {
    color: #363738;
}
.btn--simple-arrow.btn--simple-arrow-black-to-white:before {
    background-image: url("../images/arrow-right-black.svg");
}
.btn--simple-arrow.btn--simple-arrow-black-to-white:after {
    background-color: #000;
}
.btn--simple-arrow.btn--simple-arrow-black-to-white:hover {
    color: #fff;
}
.btn--simple-arrow.btn--simple-arrow-black-to-white:hover:before {
    background-image: url("../images/arrow-right-white.svg");
}
.btn--simple-arrow.btn--simple-arrow-black-to-white:hover:after {
    background-color: #fff;
}
.btn--play {
    padding-right: 90px;
    padding-left: 30px;
}
.btn--play:after {
    width: 1px;
    height: 100%;
    top: 0;
    right: 60px;
    transform: none;
    opacity: 0.5;
}
.btn--play:after,
.btn--play:before {
    position: absolute;
    content: "";
    display: block;
    left: auto;
}
.btn--play:before {
    width: 20px;
    height: 23px;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    background-color: transparent;
}
.btn--play:hover:after {
    top: 0;
}
.btn--play.btn--primary {
    background-color: #f24f00;
}
.btn--play.btn--primary:after {
    background-color: #f57b40;
}
.btn--play.btn--primary:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/play-white.svg");
    background-size: 100%;
}
.btn--play.btn--primary:hover {
    background-color: #000;
}
.btn--play.btn--primary:hover:after {
    background-color: #999;
}
.btn--play.btn--secondary,
.btn--play.uni-banner__more-link {
    background-color: #fff;
}
.btn--play.btn--secondary:after,
.btn--play.uni-banner__more-link:after {
    background-color: #b8b3ad;
}
.btn--play.btn--secondary:before,
.btn--play.uni-banner__more-link:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/play-orange.svg");
    background-size: 100%;
}
.btn--play.btn--secondary:hover,
.btn--play.uni-banner__more-link:hover {
    background-color: #000;
}
.btn--play.btn--secondary:hover:after,
.btn--play.uni-banner__more-link:hover:after {
    background-color: #999;
}
.btn--play.btn--secondary:hover:before,
.btn--play.uni-banner__more-link:hover:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/play-white.svg");
    background-size: 100%;
}
.btn--play.btn--outline:after {
    background-color: #f24f00;
}
.btn--play.btn--outline:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/play-orange.svg");
    background-size: 100%;
}
.btn--play.btn--outline:hover:after {
    background-color: #000;
}
.btn--play.btn--outline:hover:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/play-black.svg");
    background-size: 100%;
}
.btn-send {
    background-color: #f24f00;
    padding: 19px 90px 17px 30px;
    overflow: hidden;
}
.btn-send,
.btn-send:hover {
    color: #fff;
}
.btn-send .btn-send__text {
    position: relative;
    display: block;
    left: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-send:before {
    width: 26px;
    height: 26px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/paper-plane-white.svg");
    background-size: 100%;
    top: 17px;
    right: 17px;
}
.btn-send:after,
.btn-send:before {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.btn-send:after {
    right: 60px;
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #f57b40;
    opacity: 0.5;
}
.btn-send:hover .btn-send__text {
    left: calc(-100% - 30px);
    opacity: 0;
}
.btn-send:hover:before {
    right: 50%;
    transform: translateX(50%) scale(1.3);
}
.btn-send:hover:after {
    right: 100%;
    opacity: 0;
}
.btn-send.btn--disabled,
.btn-send.disabled {
    background-color: #d4d1ce;
    color: #fff;
}
.btn-send.btn--disabled:after,
.btn-send.disabled:after {
    background-color: #fff;
}
.btn-simple {
    font-weight: 700;
    text-transform: uppercase;
    color: #f24f00;
    position: relative;
    font-family: RoobertCEZ, sans-serif;
    display: inline-block;
    background: none;
    border: 0;
    cursor: pointer;
    padding: 0;
}
.btn-simple:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 2px;
    background-color: #f24f00;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-simple:focus {
    outline: none;
}
.btn-simple:hover:before {
    width: 100%;
}
.btn-simple.btn-simple--arrow-left {
    padding-left: 24px;
}
.btn-simple.btn-simple--arrow-left .svg-icon {
    position: absolute;
    fill: #f24f00;
    width: 16px;
    height: 16px;
    left: -2px;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-simple.btn-simple--arrow-left:before {
    display: none;
}
.btn-simple.btn-simple--arrow-left:hover .svg-icon {
    transform: translate(-5px, -50%);
}
.btn-simple.btn-simple--arrow-right {
    padding-right: 24px;
}
.btn-simple.btn-simple--arrow-right .svg-icon {
    position: absolute;
    fill: #f24f00;
    width: 16px;
    height: 16px;
    right: -2px;
    top: 49%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.btn-simple.btn-simple--arrow-right:before {
    display: none;
}
.btn-simple.btn-simple--arrow-right:hover .svg-icon {
    transform: translate(5px, -50%);
}
.btn-simple.btn-simple--icon-left {
    font-family: RoobertCEZ, sans-serif;
    font-weight: 400;
    padding-left: 32px;
    text-transform: none;
}
.btn-simple.btn-simple--icon-left .svg-icon {
    position: absolute;
    width: 20px;
    height: 20px;
    fill: #f24f00;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.btn-simple.btn-simple--icon-left:before {
    display: none;
}
.btn-simple.btn-simple--icon-left:hover {
    text-decoration: underline;
}
.btn-simple.btn-simple--margin-bottom {
    margin-bottom: 16px;
}
.btn-new {
    padding: 18px 32px;
    text-transform: uppercase;
    font-weight: 700;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    border: 0;
    cursor: pointer;
}
.btn-new:focus {
    outline: none;
}
.btn-new:active {
    transform: scale(0.95);
}
.btn-new.btn-new--orange {
    background-color: #f24f00;
    color: #fff;
}
.btn-new.btn-new--orange:hover {
    background-color: #bf3e00;
}
.btn-new.btn-new--arrow-right {
    padding-right: 56px;
}
.btn-new.btn-new--arrow-right .svg-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    margin-top: -8px;
    right: 32px;
    transition: transform 0.2s ease;
    transform: translateY(-50%);
    fill: #fff;
}
.btn-new.btn-new--arrow-right:hover .svg-icon {
    transform: translate(5px, -50%);
}
.btn-new.btn-new--icon {
    padding-left: 88px;
    padding-top: 16px;
    padding-bottom: 16px;
    border: 2px solid #f24f00;
}
.btn-new.btn-new--icon .svg-icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 18px;
    top: 50%;
    transform: translateY(-50%);
    fill: #f24f00;
    transition: fill 0.2s ease;
}
.btn-new.btn-new--icon:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    left: 58px;
    background-color: #f24f00;
    opacity: 0.2;
    transition: color 0.2s ease;
}
.btn-new.btn-new--icon:hover {
    color: #fff;
    background-color: #f24f00;
}
.btn-new.btn-new--icon:hover .svg-icon {
    fill: #fff;
}
.btn-new.btn-new--icon:hover:before {
    background-color: #fff;
}
.form-control {
    height: 60px;
    border-radius: 0;
    border: 1px solid #b8b3ad;
    padding-left: 30px;
    padding-right: 30px;
    font-weight: 500;
}
.form-control,
.form-control:focus {
    background-color: transparent;
    color: #363738;
}
.form-control:focus {
    box-shadow: none;
    border-color: #b8b3ad;
}
.form-control:disabled {
    border-color: #e6e4e2;
    background-color: transparent;
    color: #b8b3ad;
}
.form-control::placeholder {
    color: #b8b3ad;
}
.form-control--light {
    border-color: hsla(33, 7%, 70%, 0.4);
    color: #fff !important;
}
textarea.form-control {
    height: 250px;
    padding: 40px 50px;
    color: #737373;
    border: 0;
    outline: 1px solid #b8b3ad !important;
}
textarea.form-control:focus {
    outline: 2px solid #f24f00 !important;
}
textarea.form-control:disabled {
    outline-color: #e6e4e2 !important;
    color: #b8b3ad;
}
.control-label {
    color: #737373;
    margin-bottom: 3px;
    display: block;
    position: relative;
}
.control-label .label-required {
    position: absolute;
    font-size: 12px;
    text-transform: uppercase;
    color: #737373;
    right: 0;
    bottom: 0;
}
.control-label--light,
.control-label--light:focus {
    color: #fff;
}
.control-label--big {
    color: #f24f00;
    font-weight: 500;
    margin-bottom: 12px;
}
.animated-border {
    position: relative;
}
.animated-border:after,
.animated-border:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #f24f00;
    z-index: 10;
}
.animated-border:before {
    left: 0;
    top: 0;
    width: 0;
    height: 2px;
}
.animated-border:after {
    right: 0;
    top: 0;
    width: 2px;
    height: 0;
}
.animated-border .animated-border__border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
}
.animated-border .animated-border__border:after,
.animated-border .animated-border__border:before {
    position: absolute;
    content: "";
    display: block;
    background-color: #f24f00;
}
.animated-border .animated-border__border:before {
    right: 0;
    bottom: 0;
    width: 0;
    height: 2px;
}
.animated-border .animated-border__border:after {
    left: 0;
    bottom: 0;
    width: 2px;
    height: 0;
}
.animated-border.focus:before,
.animated-border:hover:before {
    width: 100%;
    transition: width 0.15s;
}
.animated-border.focus:after,
.animated-border:hover:after {
    height: 100%;
    transition: height 80ms;
    transition-delay: 0.15s;
}
.animated-border.focus .animated-border__border:before,
.animated-border:hover .animated-border__border:before {
    width: 100%;
    transition: width 0.15s;
    transition-delay: 0.23s;
}
.animated-border.focus .animated-border__border:after,
.animated-border:hover .animated-border__border:after {
    height: 100%;
    transition: height 80ms;
    transition-delay: 0.38s;
}
.form-group.has-error .animated-border .animated-border__border:after,
.form-group.has-error .animated-border:after,
.form-group.has-error .animated-border:before,
.form-group.has-success .animated-border .animated-border__border:after,
.form-group.has-success .animated-border:after,
.form-group.has-success .animated-border:before,
.form-group.has-warning .animated-border .animated-border__border:after,
.form-group.has-warning .animated-border:after,
.form-group.has-warning .animated-border:before {
    display: none;
}
.form-group.has-error .animated-border .animated-border__border:before,
.form-group.has-success .animated-border .animated-border__border:before,
.form-group.has-warning .animated-border .animated-border__border:before {
    transition: none;
    left: 0;
    right: auto;
    height: 4px;
    width: 100%;
}
.form-group.has-error textarea.form-control,
.form-group.has-success textarea.form-control,
.form-group.has-warning textarea.form-control {
    border: 1px solid #b8b3ad;
    border-bottom-width: 4px;
    outline: none !important;
}
.form-group.has-error textarea.form-control:focus,
.form-group.has-success textarea.form-control:focus,
.form-group.has-warning textarea.form-control:focus {
    outline: none !important;
}
.form-group.has-error .help-block,
.form-group.has-success .help-block,
.form-group.has-warning .help-block {
    font-weight: 500;
    display: inline-block;
    padding-top: 3px;
}
.form-group.has-error .selectric,
.form-group.has-success .selectric,
.form-group.has-warning .selectric {
    overflow: visible;
}
.form-group.has-error .selectric:before,
.form-group.has-success .selectric:before,
.form-group.has-warning .selectric:before {
    position: absolute;
    content: "";
    display: block;
    bottom: -2px;
    left: -2px;
    width: calc(100% + 4px);
    height: 2px;
}
.form-group.has-error .selectric .button,
.form-group.has-success .selectric .button,
.form-group.has-warning .selectric .button {
    width: 67px;
    height: 59px;
    right: -1px;
    top: -1px;
}
.form-group.has-error .selectric-hover .selectric,
.form-group.has-success .selectric-hover .selectric,
.form-group.has-warning .selectric-hover .selectric {
    outline-color: #b8b3ad;
    border-color: transparent;
}
.form-group.has-error .date-input .form-control,
.form-group.has-success .date-input .form-control,
.form-group.has-warning .date-input .form-control {
    border-bottom-width: 2px;
}
.form-group.has-error .date-input.focus .form-control,
.form-group.has-error .date-input .form-control:focus,
.form-group.has-error .date-input:hover .form-control,
.form-group.has-success .date-input.focus .form-control,
.form-group.has-success .date-input .form-control:focus,
.form-group.has-success .date-input:hover .form-control,
.form-group.has-warning .date-input.focus .form-control,
.form-group.has-warning .date-input .form-control:focus,
.form-group.has-warning .date-input:hover .form-control {
    border: 1px solid #b8b3ad;
    border-bottom-width: 2px;
}
.form-group.has-error .select-box select,
.form-group.has-success .select-box select,
.form-group.has-warning .select-box select {
    border-bottom-width: 4px;
}
.form-group.has-error .animated-border .animated-border__border:before {
    background-color: #a94442;
}
.form-group.has-error .help-block {
    color: #a94442;
}
.form-group.has-error textarea.form-control {
    border-bottom-color: #a94442;
}
.form-group.has-error .selectric:before {
    background-color: #a94442;
}
.form-group.has-error .control-label--big {
    color: #a94442;
}
.form-group.has-error .date-input.focus .form-control,
.form-group.has-error .date-input .form-control,
.form-group.has-error .date-input .form-control:focus,
.form-group.has-error .date-input:hover .form-control,
.form-group.has-error .select-box select {
    border-bottom-color: #a94442;
}
.form-group.has-warning .animated-border .animated-border__border:before {
    background-color: #c5650f;
}
.form-group.has-warning .help-block {
    color: #c5650f;
}
.form-group.has-warning textarea.form-control {
    border-bottom-color: #c5650f;
}
.form-group.has-warning .selectric:before {
    background-color: #c5650f;
}
.form-group.has-warning .date-input.focus .form-control,
.form-group.has-warning .date-input .form-control,
.form-group.has-warning .date-input .form-control:focus,
.form-group.has-warning .date-input:hover .form-control,
.form-group.has-warning .select-box select {
    border-bottom-color: #c5650f;
}
.form-group.has-success .animated-border .animated-border__border:before {
    background-color: #063;
}
.form-group.has-success .help-block {
    color: #063;
}
.form-group.has-success textarea.form-control {
    border-bottom-color: #063;
}
.form-group.has-success .selectric:before {
    background-color: #063;
}
.form-group.has-success .date-input.focus .form-control,
.form-group.has-success .date-input .form-control,
.form-group.has-success .date-input .form-control:focus,
.form-group.has-success .date-input:hover .form-control,
.form-group.has-success .select-box select {
    border-bottom-color: #063;
}
.form-group.is-disabled .control-label,
.form-group.is-disabled .control-label .label-required {
    color: #b8b3ad;
}
.form-group.is-disabled .animated-border .animated-border__border:after,
.form-group.is-disabled .animated-border .animated-border__border:before,
.form-group.is-disabled .animated-border:after,
.form-group.is-disabled .animated-border:before {
    display: none;
}
.form-group.is-disabled .form-control {
    border-color: #e6e4e2;
    background-color: transparent;
}
.form-group.is-disabled .input-group-append .input-group-text,
.form-group.is-disabled .input-group-prepend .input-group-text {
    border-color: #e6e4e2;
    color: #b8b3ad;
}
.form-group.is-disabled .input-group-append .input-group-text:before,
.form-group.is-disabled .input-group-prepend .input-group-text:before {
    background-color: #e6e4e2;
}
.form-group.is-disabled .date-input {
    pointer-events: none;
}
.form-group.is-disabled .date-input.focus .form-control,
.form-group.is-disabled .date-input:hover .form-control {
    border: 1px solid #e6e4e2;
}
.form-group.is-disabled .date-input .datepicker-trigger:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/calendar-grey.svg");
    background-size: 100%;
}
.form-group.is-disabled .range-slider__rail {
    pointer-events: none;
}
.form-group.is-disabled .range-slider__rail:before {
    background-color: #e6e4e2;
}
.form-group.is-disabled .range-slider__rail .ui-slider-handle {
    border-color: #d4d1ce;
}
.form-group.is-disabled .range-slider__before {
    background-color: #d4d1ce;
}
.form-group.is-disabled .range-slider__result {
    color: #b8b3ad;
}
.form-group.is-disabled .single-file__label {
    background-color: #d4d1ce;
    pointer-events: none;
}
.form-group.is-disabled .single-file__label:before {
    background-color: #dfddda;
}
.form-group.is-disabled .select-box select {
    border-color: #e6e4e2;
    cursor: not-allowed;
}
.form-group.is-disabled .select-box:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-down-grey-flatten.svg");
    background-size: 100%;
}
.form-group.has-tooltip .control-label,
.form-group.has-tooltip .help-block {
    padding-right: 55px;
}
.form-group.has-tooltip .tooltip-container {
    position: relative;
    padding-right: 55px;
}
.form-group.has-tooltip .tooltip-container .tooltip-trigger {
    position: absolute;
    right: 0;
    top: 13px;
}
.mini-alert {
    padding: 18px 20px 18px 90px;
    color: #fff;
    display: inline-block;
    margin: 20px 0;
    position: relative;
}
.mini-alert:before {
    position: absolute;
    display: block;
    top: 50%;
    color: #fff;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;
}
.mini-alert:after {
    position: absolute;
    content: "";
    display: block;
    left: 60px;
    top: 0;
    width: 1px;
    height: 100%;
}
.mini-alert--error {
    background-color: #a94442;
}
.mini-alert--error:before {
    content: "!";
    left: 27px;
    margin-top: -12px;
}
.mini-alert--error:after {
    background-color: #ba6968;
}
.mini-alert--success {
    background-color: #063;
}
.mini-alert--success:before {
    content: "";
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/check-white.svg");
    background-size: 100%;
    width: 18px;
    height: 14px;
    left: 23px;
    margin-top: -7px;
}
.mini-alert--success:after {
    background-color: #0a5a32;
}
.input-group.append .form-control,
.input-group.prepend-append .form-control,
.input-group.prepend .form-control {
    padding-left: 19px;
    padding-right: 19px;
}
.input-group.prepend .form-control {
    border-left: 0;
}
.input-group.append .form-control {
    border-right: 0;
}
.input-group.prepend-append .form-control {
    border-left: 0;
    border-right: 0;
}
.input-group .input-group-append .input-group-text,
.input-group .input-group-prepend .input-group-text {
    border: 0;
    border-top: 1px solid #b8b3ad;
    border-bottom: 1px solid #b8b3ad;
    background-color: transparent;
    border-radius: 0;
    position: relative;
    font-weight: 500;
    padding-left: 19px;
    padding-right: 19px;
}
.input-group .input-group-append .input-group-text:before,
.input-group .input-group-prepend .input-group-text:before {
    position: absolute;
    content: "";
    display: block;
    top: 5px;
    width: 1px;
    height: calc(100% - 10px);
    background-color: #e3e1de;
}
.input-group .input-group-prepend .input-group-text {
    border-left: 1px solid #b8b3ad;
}
.input-group .input-group-prepend .input-group-text:before {
    right: 0;
}
.input-group .input-group-append .input-group-text {
    border-right: 1px solid #b8b3ad;
}
.input-group .input-group-append .input-group-text:before {
    left: 0;
}
.nicescroll-rails {
    background-color: #e3e1de !important;
    width: 1px !important;
}
.nicescroll-rails .nicescroll-cursors {
    border-radius: 0 !important;
    background-color: #f24f00 !important;
    border: 0 !important;
    width: 1px !important;
    margin-right: 0 !important;
}
.nicescroll-rails.focus .nicescroll-cursors,
.nicescroll-rails.hover .nicescroll-cursors,
.nicescroll-rails .nicescroll-cursors:hover {
    width: 3px !important;
    margin-right: -1px !important;
}
.selectric-focus .selectric,
.selectric-open .selectric {
    border-color: transparent;
}
.selectric-hover .selectric {
    outline-color: #f24f00;
    border-color: #f24f00;
}
.selectric-hover.selectric-open .selectric .button {
    background-color: #f24f00;
}
.selectric-hover.selectric-open .selectric .button:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-white-big.svg");
    background-size: 100%;
}
.selectric-hover.selectric-open .selectric .button:before {
    background-color: #f24f00;
}
.selectric-open .selectric .button:after {
    transform: rotate(-90deg);
    margin-top: -13px;
}
.selectric-open .selectric-items {
    opacity: 1;
    transform: scale(1) translateY(0);
    pointer-events: auto;
}
.selectric-disabled .selectric {
    opacity: 1;
    outline-color: #b8b3ad;
    pointer-events: none;
}
.selectric-disabled .selectric .label {
    color: #b8b3ad;
}
.selectric-disabled .selectric .button:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-grey-big.svg");
    background-size: 100%;
}
.selectric {
    height: 58px;
    border: 1px solid transparent;
    outline: 1px solid #b8b3ad;
    background-color: transparent;
    margin-top: 1px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    z-index: 3;
}
.selectric .label {
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    margin: 0 67px 0 30px;
    color: #737373;
}
.selectric .button {
    width: 67px;
    height: 58px;
    background-color: transparent;
    font: 0/0;
    color: transparent;
}
.selectric .button,
.selectric .button:before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.selectric .button:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 48px;
    left: 0;
    top: 5px;
    background-color: #e3e1de;
}
.selectric .button:after {
    width: 9px;
    height: 26px;
    border: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-orange-big.svg");
    background-size: 100%;
    transform: rotate(90deg);
    top: 50%;
    left: 50%;
    right: auto;
    bottom: auto;
    margin-left: -5px;
    margin-top: -12px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.selectric .button:hover,
.selectric .button:hover:before {
    background-color: #f24f00;
}
.selectric .button:hover:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-white-big.svg");
    background-size: 100%;
}
.selectric--light .selectric {
    outline-color: hsla(33, 7%, 70%, 0.4);
}
.selectric--light .selectric .label {
    color: #fff;
}
.selectric--light .selectric .button:before {
    background-color: hsla(33, 7%, 70%, 0.4);
}
.selectric--light .selectric .button:hover:before {
    background-color: #f24f00;
}
.selectric--light.selectric-open.selectric-hover .selectric {
    outline-color: #f24f00;
}
.selectric--light.selectric-open.selectric-hover .selectric .button:before {
    background-color: #f24f00;
}
.selectric--light.selectric-hover .selectric {
    outline-color: #f24f00;
}
.selectric-items {
    border: 0;
    left: -1px;
    width: calc(100% + 2px) !important;
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
    display: block;
    z-index: 2;
    opacity: 0;
    transform: scale(0.9) translateY(-20px);
    pointer-events: none;
}
.selectric-items,
.selectric-items li {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.selectric-items li {
    font-size: 16px;
    padding: 19px 32px;
    background-color: #fff;
}
.selectric-items li:before {
    display: none;
}
.selectric-items li:last-child {
    padding-bottom: 19px;
}
.selectric-items li.highlighted,
.selectric-items li.selected,
.selectric-items li:hover {
    background-color: #fff;
    color: #f24f00;
}
.selectric-items li + li {
    border-top: 1px solid #f1f0ef;
}
input[type="checkbox"],
input[type="radio"] {
    position: absolute;
    left: -9999px;
    visibility: hidden;
}
input[type="checkbox"] + .checkbox,
input[type="checkbox"] + .radio,
input[type="radio"] + .checkbox,
input[type="radio"] + .radio {
    padding: 6px 0 6px 50px;
    color: #737373;
    position: relative;
    font-weight: 500;
    margin-right: 40px;
    cursor: pointer;
}
input[type="checkbox"] + .checkbox:before,
input[type="checkbox"] + .radio:before,
input[type="radio"] + .checkbox:before,
input[type="radio"] + .radio:before {
    position: absolute;
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    left: 0;
    top: 0;
    border: 1px solid #b9b4ae;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
input[type="checkbox"] + .checkbox:after,
input[type="checkbox"] + .radio:after,
input[type="radio"] + .checkbox:after,
input[type="radio"] + .radio:after {
    position: absolute;
    content: "";
    display: block;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    transform: scale(0.3);
}
input[type="checkbox"] + .checkbox:hover:before,
input[type="checkbox"] + .radio:hover:before,
input[type="radio"] + .checkbox:hover:before,
input[type="radio"] + .radio:hover:before {
    border: 2px solid #f24f00;
}
input[type="checkbox"] + .checkbox.checkbox--table,
input[type="checkbox"] + .radio.checkbox--table,
input[type="radio"] + .checkbox.checkbox--table,
input[type="radio"] + .radio.checkbox--table {
    margin: 0;
    display: block;
    padding: 0;
}
input[type="checkbox"] + .checkbox.checkbox--table:before,
input[type="checkbox"] + .radio.checkbox--table:before,
input[type="radio"] + .checkbox.checkbox--table:before,
input[type="radio"] + .radio.checkbox--table:before {
    width: 22px;
    height: 22px;
}
input[type="checkbox"]:checked + .checkbox:after,
input[type="checkbox"]:checked + .radio:after,
input[type="radio"]:checked + .checkbox:after,
input[type="radio"]:checked + .radio:after {
    opacity: 1;
    transform: scale(1);
}
input[type="checkbox"]:disabled,
input[type="radio"]:disabled {
    pointer-events: none;
}
input[type="checkbox"]:disabled + .checkbox,
input[type="checkbox"]:disabled + .radio,
input[type="radio"]:disabled + .checkbox,
input[type="radio"]:disabled + .radio {
    color: #b8b3ad;
    pointer-events: none;
}
input[type="checkbox"]:disabled + .checkbox:before,
input[type="checkbox"]:disabled + .radio:before,
input[type="radio"]:disabled + .checkbox:before,
input[type="radio"]:disabled + .radio:before {
    border-color: #e6e4e2;
}
input[type="checkbox"]:disabled + .radio:after,
input[type="radio"]:disabled + .radio:after {
    background-color: #b8b3ad;
}
input[type="checkbox"]:disabled:checked + .checkbox:before,
input[type="radio"]:disabled:checked + .checkbox:before {
    background-color: #b8b3ad;
    border-color: #b8b3ad;
}
input[type="radio"] + .radio:before {
    border-radius: 100%;
}
input[type="radio"] + .radio:after {
    width: 16px;
    height: 16px;
    border-radius: 100%;
    left: 10px;
    top: 10px;
    background-color: #f24f00;
}
input[type="checkbox"] + .checkbox:after {
    width: 14px;
    height: 11px;
    left: 11px;
    top: 13px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/check-white.svg");
    background-size: 100%;
}
input[type="checkbox"] + .checkbox.checkbox--table:after {
    width: 10px;
    height: 10px;
    left: 7px;
    top: 6px;
}
input[type="checkbox"]:checked + .checkbox:before {
    background-color: #f24f00;
    border-color: #f24f00;
}
.date-input {
    position: relative;
}
.date-input .datepicker-trigger {
    position: absolute;
    width: 68px;
    height: 60px;
    top: 0;
    right: 0;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.date-input .datepicker-trigger:before {
    position: absolute;
    content: "";
    display: block;
    width: 26px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/calendar-orange.svg");
    background-size: 100%;
    left: 21px;
    top: 18px;
}
.date-input .datepicker-trigger:after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 48px;
    left: 0;
    top: 5px;
    background-color: #e3e1de;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.date-input .datepicker-trigger:hover {
    background-color: #f24f00;
}
.date-input .datepicker-trigger:hover:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/calendar-white.svg");
    background-size: 100%;
}
.date-input .datepicker-trigger:hover:after {
    background-color: #f24f00;
}
.date-input .form-control {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    padding-right: 70px;
}
.date-input .form-control:focus {
    border: 2px solid #f24f00;
    padding-left: 29px;
}
.date-input .form-control:disabled:focus,
.date-input .form-control:disabled:hover {
    border: 1px solid #e6e4e2;
}
.date-input.focus .form-control,
.date-input:hover .form-control {
    border: 2px solid #f24f00;
    padding-left: 29px;
}
.date-input.focus .datepicker-trigger {
    background-color: #f24f00;
}
.date-input.focus .datepicker-trigger:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/calendar-white.svg");
    background-size: 100%;
}
.date-input.focus .datepicker-trigger:after {
    background-color: #f24f00;
}
.date-input--light .datepicker-trigger:after {
    background-color: hsla(33, 7%, 70%, 0.4);
}
.range-slider__rail {
    height: 33px;
    position: relative;
    margin-bottom: 15px;
}
.range-slider__rail:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 16px;
    width: 100%;
    height: 1px;
    background-color: #e3e1de;
}
.range-slider__rail .ui-slider-handle {
    width: 33px;
    height: 33px;
    background-color: #eae8e6;
    border: 1px solid #b8b3ad;
    border-radius: 100%;
    margin-left: -16px;
    top: 0;
    cursor: pointer;
}
.range-slider__rail .ui-slider-handle:focus {
    outline: none;
}
.range-slider__rail .ui-slider-handle.ui-state-active:after,
.range-slider__rail .ui-slider-handle:hover:after {
    opacity: 1;
}
.range-slider__rail .ui-slider-handle:before {
    position: absolute;
    content: "";
    display: block;
    width: 3px;
    height: 3px;
    left: -4px;
    top: 14px;
    background-color: #eae8e6;
}
.range-slider__rail .ui-slider-handle:after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    left: -1px;
    top: -1px;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 100%;
}
.range-slider__before {
    position: absolute;
    left: 0;
    top: 15px;
    height: 3px;
    background-color: #f24f00;
}
.range-slider__result {
    font-weight: 500;
    color: #737373;
}
.single-file input[type="file"] {
    display: none;
}
.single-file__label {
    text-transform: uppercase;
    color: #fff !important;
    text-decoration: none !important;
    padding: 19px 90px 17px 30px;
    background-color: #f24f00;
    font-weight: 700;
    margin-bottom: 0;
    position: relative;
    cursor: pointer;
}
.single-file__label,
.single-file__label:before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.single-file__label:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    right: 60px;
    top: 0;
    background-color: #f57b40;
}
.single-file__label:after {
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 19px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/download-white.svg");
    background-size: 100%;
}
.single-file__label:hover {
    background-color: #000;
}
.single-file__label:hover:before {
    background-color: #1a1a1a;
}
.single-file__label:active {
    transform: scale(0.95);
}
.select-box {
    position: relative;
}
.select-box select {
    width: 100%;
    height: 60px;
    border: 1px solid #b8b3ad;
    padding-left: 24px;
    padding-right: 70px;
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #fff;
}
.select-box select:focus {
    outline: none;
}
.select-box select::-ms-expand {
    display: none;
}
.select-box:before {
    width: 1px;
    height: 50px;
    right: 56px;
    top: 5px;
    background-color: #edecea;
}
.select-box:after,
.select-box:before {
    position: absolute;
    content: "";
    display: block;
    pointer-events: none;
}
.select-box:after {
    width: 26px;
    height: 10px;
    right: 15px;
    top: 26px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-down-orange-flatten.svg");
    background-size: 100%;
}
.select-box.select-box--simple {
    display: inline-block;
}
.select-box.select-box--simple select {
    height: 25px;
    border: 0;
    font-family: RoobertCEZ, sans-serif;
    text-transform: uppercase;
    color: #f24f00;
    font-weight: 700;
    padding-right: 30px;
    padding-left: 5px;
}
.select-box.select-box--simple:before {
    background-color: #b8b3ad;
    left: 5px;
    right: auto;
    top: auto;
    bottom: 0;
    width: calc(100% - 35px);
    height: 1px;
}
.select-box.select-box--simple:after {
    width: 16px;
    height: 10px;
    right: 5px;
    top: 8px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-down-orange-sharp.svg");
    background-size: 100%;
}
.select-box.select-box--light select {
    background-color: transparent;
    color: #737373;
    border-color: hsla(33, 7%, 70%, 0.25);
}
.select-box.select-box--light:before {
    background-color: hsla(33, 7%, 70%, 0.25);
}
.select-box.select-box--dark select {
    background-color: #101010;
    color: #fff;
    border-color: #fff;
}
.select-box.select-box--dark:before {
    background-color: #fff;
}
.select-box.select-box--dark:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-down-white-flatten.svg");
    background-size: 100%;
}
.textinput--no-arrows input::-webkit-inner-spin-button,
.textinput--no-arrows input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
.textinput--no-arrows input[type="number"] {
    -moz-appearance: textfield;
}
.select-box .select-gray {
    background-color: #ecebe8;
}
.header {
    height: 84px;
    padding: 0 20px 0 15px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (max-width: 413.98px) {
    .header {
        height: 70px;
        padding-right: 26px;
    }
}
.header__logo {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 68px;
    height: 48px;
    line-height: 48px;
    margin-top: 16px;
    position: relative;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 0;
    font-family: RoobertCEZ, sans-serif;
    font-weight: 600;
}
.header__logo:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 48px;
    height: 48px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/logo.svg");
    background-size: 100%;
}
.header__logo:hover {
    color: #fff;
    text-decoration: none;
}
@media screen and (min-width: 1024px) and (max-width: 1180px) {
    .header__logo {
        font-size: 25px;
        padding: 0 0 0 47px;
    }
    .header__logo:before {
        width: 35px;
    }
}
.header__logo--im {
    font-size: 20px;
    line-height: 52px;
    height: 52px;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 160px;
}
.header__logo--im:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    height: 52px;
    width: 140px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/kde-jinde.svg");
    background-size: 100%;
}
.header--im {
    padding: 19px 40px !important;
    height: auto;
}
.header__logo--ap {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    margin-bottom: 0;
    margin-top: 14px;
    padding-left: 25px;
    display: inline-block;
}
.header--ap {
    padding: 19px 40px !important;
    height: auto;
}
.header__logo--bp {
    padding: 14px 30px 0 99px;
    height: 91px;
    color: #f24f00;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    z-index: 2;
    margin-top: 0;
}
.header__logo--bp:before {
    left: 20px;
    top: 14px;
}
.header__logo--bp:hover {
    color: #f24f00;
}
.header__logo--bp.header__logo--bp--noshadow {
    box-shadow: none;
}
.header__claim--bp {
    position: absolute;
    top: 19%;
    left: 437px;
    font-family: RoobertCEZ, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 34px;
    color: #f24f00;
    z-index: 1;
}
.header--bp {
    height: auto;
    padding: 0;
}
.header--light,
.header--scrolled {
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.header--light .header__logo,
.header--scrolled .header__logo {
    color: #f24f00;
}
.header--light .header__nav-item-link,
.header--scrolled .header__nav-item-link {
    color: #737373;
}
.header--light .header__nav-item-link:hover,
.header--scrolled .header__nav-item-link:hover {
    color: #f24f00;
}
.header--light .header__lang-switch-current,
.header--scrolled .header__lang-switch-current {
    color: #737373;
}
.header--light .header__lang-switch-dropdown-item,
.header--scrolled .header__lang-switch-dropdown-item {
    background-color: #f3f3f3;
}
.header--light .header__lang-switch-dropdown:before,
.header--scrolled .header__lang-switch-dropdown:before {
    border-color: transparent transparent #f3f3f3;
}
.header--light .header__search-field,
.header--scrolled .header__search-field {
    border-color: #e4e4e4;
    color: #737373;
}
.header--light .header__search-button-icon,
.header--scrolled .header__search-button-icon {
    fill: #f24f00;
}
.header__nav {
    float: right;
    height: 100%;
    display: flex;
    align-items: center;
}
.header__nav-list {
    margin: 0;
    padding: 0;
}
.header__nav-item,
.header__nav-list {
    height: 100%;
    display: inline-block;
    vertical-align: top;
}
.header__nav-item {
    list-style-type: none;
    padding: 0 10px;
    position: relative;
}
.header__nav-item + .header__nav-item {
    padding-left: 20px;
}
.header__nav-item:before {
    display: none;
}
.header__nav-item:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 5px;
    background-color: #f24f00;
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header__nav-item:hover .header__nav-item-link {
    text-decoration: none;
    color: #f24f00;
}
.header__nav-item:hover:after {
    width: 100%;
}
.header__nav-item:hover .header__submenu {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
}
.header__nav-item--home:after {
    display: none;
}
.header__nav-item-link {
    color: #fff;
    height: 100%;
    padding-top: 29px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    display: block;
}
.header__nav-item-link:hover {
    text-decoration: none;
    color: #f24f00;
}
.header__nav-item-link--home {
    display: block;
    width: 23px;
    position: relative;
}
.header__nav-item-link--home .svg-icon {
    position: absolute;
    width: 23px;
    height: 23px;
    left: 0;
    top: 29px;
    fill: #9f9b99;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header__nav-item-link--home:hover .svg-icon {
    fill: #f24f00;
}
.header__nav-item-home-text {
    display: none;
}
.header__submenu {
    position: fixed;
    width: 320px;
    top: 84px;
    right: 30px;
    background-color: #f8f7f7;
    padding: 30px 30px 8px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    font-size: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.header__submenu--cols-2 {
    width: 640px;
    margin-left: -320px;
}
.header__submenu--cols-2 .header__submenu-link {
    width: 50%;
}
.header__submenu--cols-3 {
    width: 100%;
    margin-left: -445px;
    padding: 40px 70px 18px;
}
.header__submenu--cols-3 .header__submenu-link {
    width: 33.33%;
}
.header__submenu-link {
    padding: 5px 5px 5px 45px;
    color: #363738;
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
    font-size: 15px;
    margin-bottom: 22px;
    line-height: 1.3;
}
.header__submenu-link,
.header__submenu-link .svg-icon {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header__submenu-link .svg-icon {
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    fill: #c8c4c0;
}
.header__submenu-link:hover {
    color: #f24f00;
}
.header__submenu-link:hover .svg-icon {
    fill: #f24f00;
}
.header__close,
.header__hamburger,
.header__menu-backdrop,
.header__submenu-opener {
    display: none;
}
.header__lang-switch {
    display: inline-block;
    margin-left: 30px;
    margin-top: 30px;
    vertical-align: top;
    padding-right: 22px;
    position: relative;
    cursor: pointer;
    padding-bottom: 20px;
    order: 2;
}
.header__lang-switch:before {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    top: 8px;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-down-orange.svg");
    background-size: 100%;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header__lang-switch:hover .header__lang-switch-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.header__lang-switch:hover:before {
    transform: rotate(-180deg);
}
.header__lang-switch-current {
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    display: block;
}
.header__lang-switch-current-full {
    display: none;
}
.header__lang-switch-dropdown {
    position: absolute;
    width: 116px;
    top: 40px;
    left: 50%;
    margin-left: -68px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(10px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header__lang-switch-dropdown:before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
    top: -10px;
    left: 50%;
    margin-left: -10px;
}
.header__lang-switch-dropdown-item {
    font-size: 15px;
    font-weight: 500;
    color: #737373;
    padding: 20px 0;
    text-align: center;
    display: block;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.header__lang-switch-dropdown-item + .header__lang-switch-dropdown-item {
    border-top: 1px solid #edecea;
}
.header__lang-switch-dropdown-item:hover {
    background-color: #f24f00;
    color: #fff;
    text-decoration: none;
}
.header__search {
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
    border: 1px solid #b8b3ad;
    padding: 8px 8px 8px 20px;
}
.header__search.opened .header__search-field {
    width: 260px;
    opacity: 1;
}
.header__search-field {
    display: inline-block;
    vertical-align: top;
    background-color: transparent;
    border: 0;
    width: 0;
    color: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.header__search-field:focus {
    outline: none;
}
.header__search-button {
    height: auto;
    width: 36px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    outline: none !important;
    background: none;
    border: none;
}
.header__search-button:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 36px;
    background-color: #edecea;
    left: -9px;
    top: -4px;
}
.header__search-button:hover .header__search-button-icon {
    transform: scale(1.1);
}
.header__search-button-icon {
    width: 24px;
    height: 24px;
    fill: #fff;
    top: 6px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (max-width: 1025px) {
    .header__search {
        display: none;
    }
}
@media (max-width: 1270px) {
    .header__lang-switch {
        margin-left: 20px;
    }
    .header {
        padding-right: 20px;
    }
    .header__nav-item {
        padding: 0 5px;
    }
    .header__nav-item + .header__nav-item {
        margin-left: 5px;
    }
    .header__search {
        margin-left: 15px;
    }
    .header__search.opened .header__search-field {
        width: 100px;
    }
    .header__search-button {
        margin-left: 0;
    }
}
@media (max-width: 1549.98px) {
    .wrapper--de .header,
    .wrapper--en .header {
        padding-right: 30px;
    }
    .wrapper--de .header--light .header__nav-item-link,
    .wrapper--de .header--scrolled .header__nav-item-link,
    .wrapper--en .header--light .header__nav-item-link,
    .wrapper--en .header--scrolled .header__nav-item-link {
        color: #fff;
    }
    .wrapper--de .header--opened .header__nav,
    .wrapper--en .header--opened .header__nav {
        right: 0;
    }
    .wrapper--de .header--opened .header__hamburger-level:first-of-type,
    .wrapper--de .header--opened .header__hamburger-level:nth-of-type(3),
    .wrapper--en .header--opened .header__hamburger-level:first-of-type,
    .wrapper--en .header--opened .header__hamburger-level:nth-of-type(3) {
        top: 6px;
    }
    .wrapper--de .header--opened .header__close,
    .wrapper--en .header--opened .header__close {
        transform: rotate(0);
    }
    .wrapper--de .header__nav,
    .wrapper--en .header__nav {
        position: fixed;
        top: 0;
        right: -320px;
        width: 320px;
        background-color: #393939;
        padding-top: 70px;
        z-index: 9999;
        overflow: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
    }
    .wrapper--de .header__nav-list,
    .wrapper--en .header__nav-list {
        display: block;
        height: auto;
    }
    .wrapper--de .header__nav-item,
    .wrapper--en .header__nav-item {
        height: auto;
        display: block;
        padding: 0;
        border-top: 1px solid #595856;
    }
    .wrapper--de .header__nav-item + .header__nav-item,
    .wrapper--en .header__nav-item + .header__nav-item {
        margin-left: 0;
    }
    .wrapper--de .header__nav-item:first-child,
    .wrapper--en .header__nav-item:first-child {
        border: 0;
    }
    .wrapper--de .header__nav-item:after,
    .wrapper--en .header__nav-item:after {
        display: none;
    }
    .wrapper--de .header__nav-item:hover .header__submenu,
    .wrapper--en .header__nav-item:hover .header__submenu {
        transform: none;
    }
    .wrapper--de .header__nav-item:hover .header__nav-item-link,
    .wrapper--en .header__nav-item:hover .header__nav-item-link {
        color: #fff;
    }
    .wrapper--de .header__nav-item.opened .header__submenu-opener:before,
    .wrapper--en .header__nav-item.opened .header__submenu-opener:before {
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    .wrapper--de .header__nav-item.opened .header__nav-item-link,
    .wrapper--en .header__nav-item.opened .header__nav-item-link {
        color: #f24f00;
        background-color: #fff;
    }
    .wrapper--de .header__submenu,
    .wrapper--en .header__submenu {
        position: relative;
        pointer-events: auto;
        opacity: 1;
        transform: none;
        margin-left: 0 !important;
        width: 100% !important;
        top: auto;
        right: auto;
        padding: 0 !important;
        background-color: #fff;
        display: none;
        transition: none;
    }
    .wrapper--de .header__submenu-link,
    .wrapper--en .header__submenu-link {
        width: 100% !important;
        padding: 23px 20px 23px 64px;
        margin-bottom: 0;
        font-size: 16px;
        border-top: 1px solid #edecea;
    }
    .wrapper--de .header__submenu-link .svg-icon,
    .wrapper--en .header__submenu-link .svg-icon {
        display: none;
    }
    .wrapper--de .header__nav-item-link,
    .wrapper--en .header__nav-item-link {
        display: block;
        padding: 23px 20px 23px 64px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .wrapper--de .header__nav-item-link--home,
    .wrapper--en .header__nav-item-link--home {
        width: 100%;
    }
    .wrapper--de .header__nav-item-link--home .svg-icon,
    .wrapper--en .header__nav-item-link--home .svg-icon {
        display: none;
    }
    .wrapper--de .header__nav-item-home-text,
    .wrapper--en .header__nav-item-home-text {
        display: block;
    }
    .wrapper--de .header__hamburger,
    .wrapper--en .header__hamburger {
        display: block;
        width: 18px;
        height: 14px;
        position: relative;
        float: right;
        margin-top: 35px;
        cursor: pointer;
    }
}
@media (max-width: 1549.98px) and (max-width: 413.98px) {
    .wrapper--de .header__hamburger,
    .wrapper--en .header__hamburger {
        margin-top: 28px;
    }
}
@media (max-width: 1549.98px) {
    .wrapper--de .header__hamburger-level,
    .wrapper--en .header__hamburger-level {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #f24f00;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transition-delay: 0.3s;
    }
    .wrapper--de .header__hamburger-level:first-of-type,
    .wrapper--en .header__hamburger-level:first-of-type {
        top: 0;
    }
    .wrapper--de .header__hamburger-level:nth-of-type(2),
    .wrapper--en .header__hamburger-level:nth-of-type(2) {
        top: 6px;
    }
    .wrapper--de .header__hamburger-level:nth-of-type(3),
    .wrapper--en .header__hamburger-level:nth-of-type(3) {
        top: 12px;
    }
    .wrapper--de .header__close,
    .wrapper--en .header__close {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 27px;
        right: 24px;
        transform: rotate(1turn);
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        cursor: pointer;
    }
    .wrapper--de .header__close .svg-icon,
    .wrapper--en .header__close .svg-icon {
        fill: #fff;
        width: 18px;
        height: 18px;
        left: 6px;
        top: 6px;
    }
    .wrapper--de .header__submenu-opener,
    .wrapper--en .header__submenu-opener {
        display: block;
        width: 70px;
        height: 70px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .wrapper--de .header__submenu-opener:before,
    .wrapper--en .header__submenu-opener:before {
        position: absolute;
        content: "";
        display: block;
        width: 7px;
        height: 12px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url("../images/arrow-right-orange.svg");
        background-size: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .wrapper--de .header__menu-backdrop,
    .wrapper--en .header__menu-backdrop {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: block;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        opacity: 0;
        pointer-events: none;
    }
    .wrapper--de .header__menu-backdrop--opened,
    .wrapper--en .header__menu-backdrop--opened {
        opacity: 1;
        pointer-events: auto;
    }
    .wrapper--de .header__lang-switch,
    .wrapper--en .header__lang-switch {
        display: block;
        padding: 40px 0 10px;
        margin: 0;
        background-color: #333;
    }
    .wrapper--de .header__lang-switch:before,
    .wrapper--en .header__lang-switch:before {
        display: none;
    }
    .wrapper--de .header__lang-switch-current,
    .wrapper--en .header__lang-switch-current {
        color: #f24f00 !important;
        padding: 14px 17px 14px 64px;
    }
    .wrapper--de .header__lang-switch-current-full,
    .wrapper--en .header__lang-switch-current-full {
        display: block;
    }
    .wrapper--de .header__lang-switch-current-short,
    .wrapper--en .header__lang-switch-current-short {
        display: none;
    }
    .wrapper--de .header__lang-switch-dropdown,
    .wrapper--en .header__lang-switch-dropdown {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        margin-left: 0;
    }
    .wrapper--de .header__lang-switch-dropdown:before,
    .wrapper--en .header__lang-switch-dropdown:before {
        display: none;
    }
    .wrapper--de .header__lang-switch-dropdown-item,
    .wrapper--en .header__lang-switch-dropdown-item {
        background-color: transparent !important;
        padding: 14px 17px 14px 64px;
        color: #fff;
        text-align: left;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .wrapper--de .header__lang-switch-dropdown-item:active,
    .wrapper--en .header__lang-switch-dropdown-item:active {
        transform: scale(0.95);
    }
    .wrapper--de .header__lang-switch-dropdown-item + .header__lang-switch-dropdown-item,
    .wrapper--en .header__lang-switch-dropdown-item + .header__lang-switch-dropdown-item {
        border: 0;
    }
    .wrapper--de .header__search,
    .wrapper--en .header__search {
        margin: 0;
        width: 100%;
        padding: 0 30px 30px;
        background-color: #333;
    }
    .wrapper--de .header__search-field,
    .wrapper--en .header__search-field {
        width: 218px !important;
        opacity: 1 !important;
    }
}
@media (max-width: 1024.98px) {
    .header {
        padding-right: 30px;
    }
    .header--light .header__nav-item-link,
    .header--scrolled .header__nav-item-link {
        color: #fff;
    }
    .header--opened .header__nav {
        right: 0;
    }
    .header--opened .header__hamburger-level:first-of-type,
    .header--opened .header__hamburger-level:nth-of-type(3) {
        top: 6px;
    }
    .header--opened .header__close {
        transform: rotate(0);
    }
    .header__nav {
        position: fixed;
        top: 0;
        right: -320px;
        width: 320px;
        background-color: #393939;
        padding-top: 70px;
        z-index: 9999;
        overflow: auto;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        display: block;
    }
    .header__nav-item,
    .header__nav-list {
        display: block;
        height: auto;
    }
    .header__nav-item {
        padding: 0;
        border-top: 1px solid #595856;
    }
    .header__nav-item + .header__nav-item {
        margin-left: 0;
    }
    .header__nav-item:first-child {
        border: 0;
    }
    .header__nav-item:after {
        display: none;
    }
    .header__nav-item:hover .header__submenu {
        transform: none;
    }
    .header__nav-item:hover .header__nav-item-link {
        color: #fff;
    }
    .header__nav-item.opened .header__submenu-opener:before {
        transform: translate(-50%, -50%) rotate(-90deg);
    }
    .header__nav-item.opened .header__nav-item-link {
        color: #f24f00;
        background-color: #fff;
    }
    .header__submenu {
        position: relative;
        pointer-events: auto;
        opacity: 1;
        transform: none;
        margin-left: 0 !important;
        width: 100% !important;
        top: auto;
        right: auto;
        padding: 0 !important;
        background-color: #fff;
        display: none;
        transition: none;
    }
    .header__submenu-link {
        width: 100% !important;
        padding: 23px 20px 23px 64px;
        margin-bottom: 0;
        font-size: 16px;
        border-top: 1px solid #edecea;
    }
    .header__submenu-link .svg-icon {
        display: none;
    }
    .header__nav-item-link {
        display: block;
        padding: 23px 20px 23px 64px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .header__nav-item-link--home {
        width: 100%;
    }
    .header__nav-item-link--home .svg-icon {
        display: none;
    }
    .header__nav-item-home-text {
        display: block;
    }
    .header__hamburger {
        display: block;
        width: 18px;
        height: 14px;
        position: relative;
        float: right;
        margin-top: 35px;
        cursor: pointer;
    }
}
@media (max-width: 1024.98px) and (max-width: 413.98px) {
    .header__hamburger {
        margin-top: 28px;
    }
}
@media (max-width: 1024.98px) {
    .header__hamburger-level {
        display: block;
        width: 100%;
        height: 2px;
        background-color: #f24f00;
        position: absolute;
        left: 0;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
        transition-delay: 0.3s;
    }
    .header__hamburger-level:first-of-type {
        top: 0;
    }
    .header__hamburger-level:nth-of-type(2) {
        top: 6px;
    }
    .header__hamburger-level:nth-of-type(3) {
        top: 12px;
    }
    .header__close {
        display: block;
        position: absolute;
        width: 30px;
        height: 30px;
        top: 27px;
        right: 24px;
        transform: rotate(1turn);
        -webkit-transition: all 0.7s ease;
        -moz-transition: all 0.7s ease;
        -ms-transition: all 0.7s ease;
        -o-transition: all 0.7s ease;
        transition: all 0.7s ease;
        cursor: pointer;
    }
    .header__close .svg-icon {
        fill: #fff;
        width: 18px;
        height: 18px;
        left: 6px;
        top: 6px;
    }
    .header__submenu-opener {
        display: block;
        width: 70px;
        height: 70px;
        position: absolute;
        top: 0;
        right: 0;
    }
    .header__submenu-opener:before {
        position: absolute;
        content: "";
        width: 7px;
        height: 12px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url("../images/arrow-right-orange.svg");
        background-size: 100%;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .header__menu-backdrop,
    .header__submenu-opener:before {
        display: block;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .header__menu-backdrop {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.5);
        opacity: 0;
        pointer-events: none;
    }
    .header__menu-backdrop--opened {
        opacity: 1;
        pointer-events: auto;
    }
    .header__lang-switch {
        display: block;
        padding: 40px 0 10px;
        margin: 0;
        background-color: #333;
    }
    .header__lang-switch:before {
        display: none;
    }
    .header__lang-switch-current {
        color: #f24f00 !important;
        padding: 14px 17px 14px 64px;
    }
    .header__lang-switch-current-full {
        display: block;
    }
    .header__lang-switch-current-short {
        display: none;
    }
    .header__lang-switch-dropdown {
        opacity: 1;
        transform: translateY(0);
        pointer-events: auto;
        width: 100%;
        position: relative;
        top: auto;
        left: auto;
        margin-left: 0;
    }
    .header__lang-switch-dropdown:before {
        display: none;
    }
    .header__lang-switch-dropdown-item {
        background-color: transparent !important;
        padding: 14px 17px 14px 64px;
        color: #fff;
        text-align: left;
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .header__lang-switch-dropdown-item:active {
        transform: scale(0.95);
    }
    .header__lang-switch-dropdown-item + .header__lang-switch-dropdown-item {
        border: 0;
    }
    .header__search {
        margin: 0;
        width: 100%;
        padding: 0 30px 30px;
        background-color: #333;
    }
    .header__search-field {
        width: 218px !important;
        opacity: 1 !important;
    }
}
@media (max-width: 767.98px) {
    .header__logo--bp {
        font-size: 28px;
        padding: 17px 25px 0 83px;
        height: 80px;
        box-shadow: none;
    }
    .header__logo--bp:before {
        width: 40px;
        height: 40px;
        top: 24px;
        left: 25px;
    }
    .header__claim--bp {
        top: 27px;
        right: 0;
        left: 0;
        text-align: right;
        font-size: 22px;
    }
    .header__logo--ap {
        margin-top: 0;
        padding-left: 0;
        display: block;
    }
}
@media (max-width: 413.98px) {
    .header__logo {
        padding: 0 0 0 54px;
        height: 40px;
        line-height: 40px;
        margin-top: 15px;
        font-size: 24px;
    }
    .header__logo:before {
        width: 40px;
        height: 40px;
    }
    .header__logo--im {
        padding-left: 0;
        font-size: 20px;
        height: 52px;
        line-height: 52px;
        margin-bottom: 0;
        margin-top: 0;
    }
    .header__logo--im:before {
        display: none;
    }
    .header--bp {
        padding: 0;
    }
    .header__logo--bp {
        padding: 13px 25px 0 70px;
        height: 70px;
        box-shadow: none;
        margin-top: 12px;
    }
    .header__logo--bp:before {
        width: 30px;
        height: 30px;
        top: 13px;
        left: 25px;
    }
    .header__claim--bp {
        left: 450px;
        font-size: 20px;
    }
    .header__logo--ap {
        font-size: 16px;
        margin-top: 0;
        padding: 5px 0 10px;
    }
}
.landing {
    height: 100vh;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    padding: 0 0 100px;
}
.landing .container {
    position: relative;
    height: 100%;
}
.landing__text-container {
    width: 40%;
    position: absolute;
    left: 120px;
    top: 50%;
    transform: translateY(-50%);
}
.landing__headline {
    font-size: 60px;
    color: #fff;
    margin-bottom: 45px;
}
.landing__headline--im {
    font-size: 45px;
    margin-bottom: 20px;
}
.landing__headline--ap {
    font-size: 36px;
    margin-top: 0;
    margin-bottom: 0;
    color: #f24f00;
    background-color: #fff;
    opacity: 0.8;
    padding: 20px;
    position: absolute;
    bottom: 30px;
    left: 0;
}
.landing__headline--bp-small,
.landing__headline--im-small {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
.landing__headline--ap-small,
.landing__headline--bp-small {
    font-family: RoobertCEZ, sans-serif;
}
.landing__headline--ap-small {
    font-size: 18px;
    margin-bottom: 20px;
    position: absolute;
    left: 45px;
    top: 155px;
    color: #363738;
    font-weight: 700;
}
.landing--im {
    background-image: url(../images/branding.jpg);
    background-size: contain;
    background-position: top;
    height: auto;
    background-color: #000;
    margin: 0;
    padding: 50px 0;
}
.landing--im .row {
    height: 600px;
}
.landing--bp {
    height: 480px;
    background-color: #333;
    margin: 0;
    padding: 80px 0;
}
.landing--bp .row {
    height: 600px;
}
.landing--ap {
    background-image: url(../images/branding_desktop.jpg);
    background-size: auto;
    background-position: top;
    height: auto;
    max-height: 530px;
    background-color: #d8cbd2;
    margin: 0;
    padding: 0;
}
.landing--ap .row {
    height: 530px;
}
.landing-subpage {
    background: no-repeat 50%;
    background-size: cover;
}
.landing-subpage--orange {
    background-color: #f25000;
}
.landing-subpage--green {
    background-color: #95c006;
}
.landing-subpage--blue {
    background-color: #00b1df;
}
.landing-subpage--pink {
    background-color: #de0275;
}
.landing-subpage--yellow {
    background-color: #ffca01;
}
.landing-subpage__line {
    width: 100%;
    height: 20px;
}
.landing-subpage--motive {
    max-height: 560px;
}
.landing-subpage--motive-new {
    margin-bottom: 75px;
}
@media (max-width: 1024.98px) {
    .landing-subpage--motive-new {
        margin-bottom: 0;
        text-align: center;
    }
}
.landing-subpage--offset-top {
    padding-top: 120px;
}
.landing-subpage--offset-top-small {
    padding-top: 35px;
}
.landing-subpage--offset-bottom {
    padding-bottom: 300px;
}
.landing-subpage--offset-bottom-small {
    padding-bottom: 150px;
}
.landing-subpage--bg-top {
    background-position: top;
}
.landing-subpage--fixed-height {
    height: 580px;
}
.landing-subpage__headline {
    padding-top: 70px;
    font-size: 60px;
    padding-bottom: 100px;
}
.landing-subpage__headline small {
    font-weight: inherit;
    font-size: 50%;
}
.landing-subpage__headline.landing-subpage__headline--spacing {
    margin-bottom: 16px;
    padding-bottom: 0;
}
.landing-subpage__subheadline {
    font-size: 24px;
    margin-bottom: 0;
    font-weight: 700;
    color: #363738;
    margin-bottom: 48px;
}
@media (min-width: 768px) {
    .landing-subpage__subheadline {
        margin-bottom: 80px;
    }
}
.landing-subpage--404 {
    padding-bottom: 100px;
}
.landing-subpage--404 .landing-subpage__headline {
    width: 50%;
    margin-bottom: 30px;
}
.landing-subpage__text--light {
    color: #fff;
}
.landing-subpage__links {
    padding-top: 60px;
}
.landing__box--bp {
    padding: 40px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 50px;
}
.landing-subpage--no-pt {
    padding-top: 0;
}
.landing-subpage-ic-closed {
    background: #303030;
    background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0.5) 21%);
    background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5) 21%);
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
        linear-gradient(148.38deg, rgba(0, 0, 0, 0.5) 21.04%, hsla(0, 0%, 100%, 0) 199.25%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#303030",endColorstr="#000000",GradientType=1);
}
@media (max-width: 1439.98px) {
    .landing__text-container {
        width: 600px;
        left: 8.33%;
    }
    .landing-subpage--404 .landing-subpage__headline {
        width: 55%;
    }
}
@media (max-width: 1024.98px) {
    .landing__headline {
        font-size: 45px;
    }
    .landing__headline--im {
        font-size: 35px;
    }
    .landing__headline--im-small {
        font-size: 18px;
    }
    .landing__headline--bp {
        color: #f24f00;
    }
    .landing__headline--bp-small {
        font-size: 18px;
    }
    .landing__headline--ap {
        font-size: 30px;
        bottom: 30px;
    }
    .landing__headline--ap-small {
        font-size: 18px;
    }
    .landing {
        height: 660px;
    }
    .landing--im .row {
        height: 500px;
    }
    .landing--bp {
        height: auto;
        max-height: 410px;
        background-size: auto;
    }
    .landing__headline--bp {
        color: #fff;
    }
    .landing__text-container {
        padding-top: 100px;
        left: calc(4.1667% + 60px);
    }
    .landing-subpage__headline {
        font-size: 45px;
        padding-top: 30px;
        margin-bottom: 20px;
    }
    .landing-subpage--fixed-height {
        height: 500px;
    }
}
@media (max-width: 767.98px) {
    .landing {
        height: 730px;
        padding-bottom: 150px;
    }
    .landing--im {
        padding-bottom: 25px;
        background-position-y: 50px;
    }
    .landing--bp {
        max-height: 365px;
        padding-top: 70px;
    }
    .landing__headline {
        font-size: 30px;
    }
    .landing__headline--im-small {
        font-size: 18px;
    }
    .landing__headline--bp {
        font-size: 30px;
    }
    .landing__headline--ap {
        font-size: 24px;
        position: relative;
        display: block;
        text-align: center;
        bottom: 0;
        padding-bottom: 5px;
    }
    .landing__headline--bp-small {
        font-size: 18px;
    }
    .landing__headline--ap-small {
        font-size: 18px;
        position: relative;
        text-align: center;
        left: 0;
        top: 0;
        background-color: #fff;
        opacity: 0.8;
        margin-bottom: 0;
        padding-bottom: 15px;
    }
    .landing__text-container {
        width: 300px;
        padding-top: 0;
        left: 50%;
        margin-left: -150px;
    }
    .landing-subpage__headline {
        font-size: 32px;
        padding-top: 15px;
        margin-bottom: 40px;
    }
    .landing-subpage--fixed-height {
        height: 350px;
    }
    .landing--ap {
        background-image: none;
        padding-bottom: 0;
        height: auto;
    }
    .main--offset-top--ap {
        padding-top: 173px;
    }
}
@media (max-width: 413.98px) {
    .landing--im {
        background-position-y: 100px;
    }
    .landing--bp {
        padding-bottom: 0;
        padding-top: 30px;
        max-height: 290px;
    }
    .landing__text-container {
        width: 290px;
        margin-left: -145px;
    }
    .landing-subpage {
        background-position: 0;
    }
    .landing-subpage--offset-bottom {
        padding-bottom: 170px;
    }
    .landing-subpage__links {
        padding-top: 0;
    }
    .landing-subpage__links .btn,
    .landing-subpage__links .uni-banner__more-link {
        width: 100%;
    }
    .landing-subpage--404 {
        padding-bottom: 30px;
        background-position: 0;
    }
    .landing-subpage--404 .landing-subpage__headline {
        width: 100%;
    }
    .landing__headline--bp {
        color: #fff;
        font-size: 22px;
        text-align: center;
    }
    .landing__headline--bp-small {
        font-size: 16px;
        text-align: center;
    }
    .landing__headline--ap {
        font-size: 24px;
        padding-bottom: 5px;
    }
    .landing__headline--ap-small {
        font-size: 14px;
        position: relative;
        left: 0;
        top: 0;
        background-color: #fff;
        opacity: 0.8;
        padding-left: 10px;
        padding-right: 10px;
    }
    .main--offset-top--ap {
        padding-top: 148px;
    }
}
.main-box {
    padding: 0 0 80px;
}
.main-box__container {
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    margin-bottom: 25px;
}
.main-box__left {
    background-color: #f4f4f3;
    padding: 50px 80px;
    height: 100%;
}
.main-box__headline {
    font-size: 60px;
    color: #f24f00;
    margin-bottom: 45px;
}
.main-box__label-wrapper {
    position: relative;
}
.main-box__label-wrapper:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 15px;
    width: 100%;
    height: 1px;
    background-color: #e2e0de;
}
.main-box__label {
    font-size: 12px;
    color: #fff;
    background-color: #737373;
    padding: 7px 15px 5px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 50px;
}
.main-box__label:before {
    position: absolute;
    content: "";
    display: block;
    right: -20px;
    top: 0;
    width: 20px;
    height: 100%;
    background-color: #f4f4f3;
}
.main-box__hot-news {
    display: block;
    position: relative;
    padding-right: 100px;
}
.main-box__hot-news:before {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-orange.svg");
    background-size: 100%;
    right: 0;
    top: 50%;
    margin-top: -6px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-box__hot-news:hover {
    text-decoration: none;
}
.main-box__hot-news-item a {
    position: relative;
}
.main-box__hot-news-item span a {
    outline: none;
    text-decoration: none;
    position: static;
}
.main-box__hot-news-item span a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.main-box__hot-news-headline {
    font-size: 22px;
    color: #f24f00;
    margin-bottom: 15px;
}
.main-box__hot-news-text {
    color: #737373;
}
.main-box__swiper-container {
    height: 100%;
}
.main-box__swiper {
    padding: 20px 0 75px;
    height: 100%;
}
.main-box__swiper-slide {
    display: block;
    color: #737373;
    padding: 55px 180px 0 80px;
    height: auto;
}
.main-box__swiper-slide:hover {
    text-decoration: none;
    color: #737373;
}
.main-box__swiper-slide:hover .main-box__swiper-slide-text {
    color: #363738;
}
.main-box__swiper-slide:hover:before {
    animation-name: arrow-bounce;
    animation-duration: 1.3s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
}
.main-box__swiper-slide:before {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    right: 80px;
    top: 50%;
    margin-top: -6px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-orange.svg");
    background-size: 100%;
    color: #363738;
}
.main-box__swiper-slide:nth-child(odd) {
    padding-bottom: 55px;
}
.main-box__swiper-slide:nth-child(odd):after {
    position: absolute;
    content: "";
    display: block;
    width: calc(100% - 160px);
    left: 80px;
    bottom: 0;
    height: 1px;
    background-color: #eae8e6;
}
.main-box__swiper-slide:nth-child(2n):before {
    margin-top: 21px;
}
.main-box__swiper-slide-headline {
    color: #363738;
    font-size: 16px;
    letter-spacing: 0;
    margin-bottom: 20px;
    text-transform: uppercase;
}
.main-box__swiper-slide-text {
    margin: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.main-box__swiper-pagination {
    right: 30px;
    bottom: 30px;
}
.main-box__swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    background-color: #edecea;
    opacity: 1;
}
.main-box__swiper-pagination .swiper-pagination-bullet + .swiper-pagination-bullet {
    margin-left: 6px;
}
.main-box__swiper-pagination .swiper-pagination-bullet:focus {
    outline: 0;
}
.main-box__swiper-pagination .swiper-pagination-bullet-active {
    background-color: #f24f00;
}
.main-box__all {
    float: right;
}
@media (max-width: 1439.98px) {
    .main-box__swiper-slide {
        padding-right: 120px;
    }
}
@media (max-width: 1024.98px) {
    .main-box {
        padding-bottom: 50px;
    }
    .main-box__headline {
        font-size: 45px;
        margin-bottom: 60px;
    }
    .main-box__left {
        padding: 75px 60px;
    }
    .main-box__hot-news {
        padding-right: 20px;
    }
    .main-box__hot-news-headline {
        font-size: 18px;
    }
    .main-box__hot-news-text {
        margin-bottom: 0;
        max-height: 45px;
        overflow: hidden;
    }
    .main-box__swiper-slide {
        padding-left: 65px;
        padding-right: 100px;
    }
    .main-box__swiper-slide:before {
        right: 65px;
    }
    .main-box__swiper-slide-text {
        max-height: 95px;
        overflow: hidden;
    }
    .main-box__swiper-slide:nth-child(odd):after {
        left: 65px;
        width: calc(100% - 130px);
    }
}
@media (max-width: 767.98px) {
    .main-box {
        text-align: center;
        padding-bottom: 20px;
    }
    .main-box__container {
        text-align: left;
    }
    .main-box__headline {
        text-align: center;
        line-height: 1.1;
        margin-bottom: 40px;
    }
    .main-box__left {
        padding: 40px 50px 50px;
    }
    .main-box__hot-news-headline {
        font-size: 16px;
    }
    .main-box__label {
        margin-bottom: 35px;
    }
    .main-box__swiper-pagination {
        display: none;
    }
    .main-box__swiper {
        padding: 0;
    }
    .main-box__swiper-slide {
        padding: 40px 90px 40px 50px;
    }
    .main-box__swiper-slide:before {
        right: 50px;
    }
    .main-box__swiper-slide:after {
        display: none !important;
    }
    .main-box__hot-news {
        padding-right: 40px;
    }
    .main-box__all {
        float: none;
    }
}
@media (max-width: 413.98px) {
    .main-box__left {
        padding-left: 30px;
        padding-right: 30px;
    }
    .main-box__swiper-slide {
        padding-left: 30px;
        padding-right: 70px;
    }
    .main-box__swiper-slide:before {
        right: 30px;
    }
}
.footer {
    background-color: #fff;
    text-align: center;
    font-size: 14px;
    border-bottom: 16px solid #00c752;
}
.footer,
.footer__level-1 {
    border-top: 1px solid #dadfe3;
}
.footer__level-1 {
    padding: 20px 0;
}
.footer__partner {
    display: inline-block;
    vertical-align: top;
    color: #63666a;
    padding: 40px 0 40px 110px;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer__partner:hover {
    color: #f24f00;
    text-decoration: none;
}
.footer__partner-img {
    width: 80px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.footer__separator {
    border-right: 1px solid #dadfe3;
}
.footer__level-2 {
    padding: 45px 0;
    border-top: 1px solid #dadfe3;
}
.footer__menu {
    text-align: left;
}
.footer__menu.footer__menu--im {
    text-align: inherit;
}
@media (min-width: 1025px) {
    .footer__menu.footer__menu--im {
        height: 66px;
    }
}
@media (min-width: 1440px) {
    .footer__menu.footer__menu--im {
        line-height: 66px;
    }
}
.footer__menu-link {
    color: #63666a;
    display: inline-block;
    vertical-align: top;
}
.footer__menu-link + .footer__menu-link {
    margin-left: 10px;
}
.footer__menu-link:hover {
    color: #f24f00;
    text-decoration: none;
}
.footer__copyright {
    text-align: right;
    margin: 0;
    color: #63666a;
}
.footer-nav {
    padding: 70px 0;
    background-color: #fff;
    text-align: left;
}
.footer-nav__list-headline {
    text-transform: uppercase;
    color: #363738;
    font-size: 14px;
    margin-bottom: 30px;
}
.footer-nav__list {
    margin: 0;
    padding: 0;
}
.footer-nav__list-item {
    list-style-type: none;
    padding: 0;
}
.footer-nav__list-item + .footer-nav__list-item {
    padding-top: 10px;
}
.footer-nav__list-item:before {
    display: none;
}
.footer-nav__list-item-link {
    color: #63666a;
    font-size: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-nav__list-item-link:hover {
    color: #f24f00;
}
.footer-nav__single-link-text {
    color: #a7a39e;
    font-size: 14px;
    padding-top: 10px;
}
.footer-nav__single-link-text--mobile {
    display: none;
}
.footer-nav__single-link {
    color: #fff;
    font-weight: 700;
}
.footer-nav__single-link:hover {
    color: #fff;
}
.footer__top-button {
    z-index: 999999;
    background-color: #f24f00;
    border-radius: 50%;
    display: block;
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 40px;
    transform: rotate(180deg);
    cursor: pointer;
    transition: all 0.5s ease;
}
.footer__top-button:hover {
    background-color: #363738;
}
.footer__top-button-icon {
    fill: #fff;
    width: 40px;
    height: 30px;
    margin-top: 5px;
    opacity: 0.75;
    transition: all 0.5s ease;
}
.footer__top-button-icon:hover {
    opacity: 1;
}
.footer-social {
    float: right;
    width: 60px;
}
.footer-social__item {
    width: 100%;
    height: 60px;
    border-radius: 100%;
    border: 2px solid #b8b3ad;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.footer-social__item + .footer-social__item {
    margin-top: 20px;
}
.footer-social__item.footer-social__item--im {
    display: inline-block;
    margin-top: 0;
    width: 60px;
}
.footer-social__item.footer-social__item--im + .footer-social__item--im {
    margin-left: 20px;
}
.footer-social__item .svg-icon {
    left: 50%;
    top: 50%;
    width: 26px;
    height: 26px;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    fill: #b8b3ad;
}
.footer-social__item:hover {
    border-color: #f24f00;
    background-color: #fff;
}
.footer-social__item:hover .svg-icon {
    fill: #f24f00;
}
.footer-social__item:active {
    transform: scale(0.95);
}
.footer-social__item--facebook {
    border: 2px solid #4267b2;
}
.footer-social__item--facebook .svg-icon {
    width: 30px;
    height: 30px;
    fill: #4267b2;
}
.footer-social__item--twitter {
    border: 2px solid #000;
}
.footer-social__item--twitter .svg-icon {
    fill: #000;
}
.footer-social__item--instagram {
    border: 2px solid #d93074;
}
.footer-social__item--instagram .svg-icon {
    fill: #d93074;
}
.footer-social__item--youtube {
    border: 2px solid red;
}
.footer-social__item--youtube .svg-icon {
    fill: red;
}
.footer-social__item--linkedin {
    border: 2px solid #0a66c2;
}
.footer-social__item--linkedin .svg-icon {
    fill: #0a66c2;
}
@media (max-width: 1215px) and (min-width: 1025px) {
    .footer__copyright--2 {
        width: 200px;
        text-align: left;
        margin: auto;
    }
    .footer__copyright-dash--2 {
        display: none;
    }
}
@media (max-width: 1024.98px) {
    .footer__menu {
        margin-bottom: 20px;
    }
    .footer__copyright,
    .footer__menu {
        text-align: center;
    }
    .footer-nav__row-desktop {
        display: none;
    }
    .footer-nav__single-link-text {
        margin-bottom: 0;
        padding-top: 13px;
    }
    .footer-nav__single-link-text--mobile {
        display: inline-block;
        vertical-align: top;
    }
    .footer-nav__container {
        padding: 0;
    }
    .footer-nav__row-1,
    .footer-nav__row-2 {
        margin-right: 0;
        margin-left: 0;
    }
    .footer-nav__row-2 > .col,
    .footer-nav__row-2 > [class*="col-"] {
        padding-right: 0;
        padding-left: 0;
    }
    .footer-nav__col-1 {
        padding: 0;
    }
    .footer-nav__col-2 {
        padding: 50px 4.1667% 0;
    }
    .footer-nav {
        padding: 0 0 50px;
    }
    .footer-nav__item {
        position: relative;
    }
    .footer-nav__list-headline {
        padding: 28px 65px 26px;
        margin-bottom: 0;
        position: relative;
        border-bottom: 1px solid #dadfe3;
    }
    .footer-nav__list-headline,
    .footer-nav__list-headline:before {
        -webkit-transition: all 0.2s ease;
        -moz-transition: all 0.2s ease;
        -ms-transition: all 0.2s ease;
        -o-transition: all 0.2s ease;
        transition: all 0.2s ease;
    }
    .footer-nav__list-headline:before {
        position: absolute;
        content: "";
        display: block;
        width: 12px;
        height: 7px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url("../images/arrow-down-orange.svg");
        background-size: 100%;
        right: 65px;
        top: 50%;
        margin-top: -4px;
    }
    .footer-nav__list-headline--opened {
        background-color: #fff;
        color: #f24f00;
    }
    .footer-nav__list-headline--opened:before {
        transform: rotate(-180deg);
    }
    .footer-nav__list-headline--opened.footer-nav__list-headline--border {
        border-right-color: #fff;
    }
    .footer-nav__list-headline--border {
        border-right: 1px solid #dadfe3;
    }
    .footer-nav__list {
        background-color: #fff;
        position: absolute;
        left: 0;
        top: calc(100% - 1px);
        width: 100%;
        z-index: 1;
        display: none;
    }
    .footer-nav__list-item,
    .footer-nav__list-item + .footer-nav__list-item {
        padding: 0;
    }
    .footer-nav__list-item-link {
        padding: 23px 27px 23px 65px;
        font-size: 16px;
        display: block;
        color: #363738;
        border-top: 1px solid #edecea;
    }
    .footer-social {
        width: auto;
    }
    .footer-social,
    .footer-social__item {
        display: inline-block;
        vertical-align: top;
    }
    .footer-social__item {
        width: 48px;
        height: 48px;
    }
    .footer-social__item + .footer-social__item {
        margin: 0 0 0 5px;
    }
    .footer-social__item--im {
        width: 48px !important;
    }
    .footer-social__item--facebook .svg-icon {
        width: 25px;
        height: 25px;
    }
    .footer-social__item--instagram .svg-icon,
    .footer-social__item--linkedin .svg-icon,
    .footer-social__item--twitter .svg-icon,
    .footer-social__item--youtube .svg-icon {
        width: 21px;
        height: 21px;
    }
}
@media (max-width: 930px) {
    .footer__partner {
        padding: 85px 0 22px;
        width: 200px;
    }
    .footer__partner-img {
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
}
@media (max-width: 767.98px) {
    .footer-nav__list-headline {
        padding-left: 35px;
        padding-right: 35px;
    }
    .footer-nav__list-headline:before {
        right: 35px;
    }
    .footer-nav__list-item-link {
        padding-left: 35px;
    }
    .footer-nav__single-link-text {
        display: block;
        padding: 0 70px;
        margin-bottom: 40px;
    }
    .footer-social {
        float: none;
    }
    .footer-nav__col-2 {
        text-align: center;
    }
    .footer__separator {
        border: 0;
    }
    .footer__partner {
        padding-bottom: 10px;
    }
    .footer__level-1 {
        padding-bottom: 30px;
    }
    .footer__menu-link {
        display: block;
        margin-bottom: 15px;
    }
    .footer__menu-link + .footer__menu-link {
        margin-left: 0;
    }
    .footer__copyright {
        width: 200px;
        margin: auto;
        margin-top: 10px;
    }
    .footer__copyright-dash {
        display: none;
    }
    .footer-nav__list-headline--border {
        border-right: 0;
    }
}
.boxes-nav__headline {
    font-size: 30px;
    margin-bottom: 25px;
    color: #f24f00;
}
.boxes-nav__wrapper {
    display: flex;
}
.boxes-nav__left {
    width: 30%;
}
.boxes-nav__right {
    width: calc(60% + 10px);
    margin-left: calc(10% - 10px);
}
.boxes-nav__item {
    background-color: #fff;
    padding: 0 20px 0 45px;
    color: #737373;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    min-height: 120px;
    height: 120px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.boxes-nav__item:hover {
    color: #737373;
    text-decoration: none;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.boxes-nav__item--height-2 {
    min-height: 150px;
}
.boxes-nav__item--icon-center {
    min-height: 215px;
    padding: 20px;
}
.boxes-nav__item--icon-center .boxes-nav__item-text {
    padding: 60px 0 0;
    width: 100%;
    text-align: center;
}
.boxes-nav__item--icon-center .boxes-nav__item-icon {
    left: 50%;
    top: 0;
    margin-top: 0;
    margin-left: -25px;
}
.boxes-nav__item--icon-center .boxes-nav__item-icon--smaller {
    margin-left: -20px;
}
.boxes-nav__item-text {
    font-family: RoobertCEZ, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
    padding-left: 70px;
    position: relative;
    color: #737373;
    letter-spacing: 0.005em;
}
.boxes-nav__item-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -25px;
    fill: #f24f00;
}
.boxes-nav__item-icon--smaller {
    width: 40px;
    height: 40px;
    margin-top: -20px;
}
@media (max-width: 1024.98px) {
    .boxes-nav__headline {
        font-size: 22px;
    }
}
@media (max-width: 930px) {
    .boxes-nav__item {
        padding: 0 15px;
        text-align: center;
    }
    .boxes-nav__item-text {
        padding: 0;
        width: 100%;
    }
    .boxes-nav__item-icon {
        display: none;
    }
    .boxes-nav__item--icon-center .boxes-nav__item-icon {
        display: block;
    }
}
@media (max-width: 767.98px) {
    .boxes-nav__wrapper {
        display: block;
    }
    .boxes-nav__left {
        width: 100%;
        margin-bottom: 50px;
    }
    .boxes-nav__right {
        width: 100%;
        margin: 0;
    }
    .boxes-nav__headline {
        font-size: 30px;
        text-align: center;
    }
    .boxes-nav__item {
        padding: 0 50px;
    }
    .boxes-nav__item-icon {
        display: block;
    }
    .boxes-nav__item-text {
        padding-left: 70px;
        text-align: left;
    }
}
.hero-box {
    height: 450px;
    position: relative;
    display: block;
    overflow: hidden;
}
.hero-box:after {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    background: -moz-linear-gradient(45deg, rgba(0, 0, 0, 0.9) 0, transparent 100%);
    background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.9), transparent);
    background: linear-gradient(45deg, rgba(0, 0, 0, 0.9), transparent);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6000000",endColorstr="#00000000",GradientType=1);
}
.hero-box:hover {
    text-decoration: none;
}
.hero-box:hover .hero-box__bg {
    transform: scale(1.07);
}
.hero-box:hover .btn--simple-arrow.uni-banner__more-link,
.hero-box:hover .btn.btn--simple-arrow {
    color: #fff;
}
.hero-box:hover .btn--simple-arrow.uni-banner__more-link:before,
.hero-box:hover .btn.btn--simple-arrow:before {
    background-image: url("../images/arrow-right-white.svg");
}
.hero-box:hover .btn--simple-arrow.uni-banner__more-link:after,
.hero-box:hover .btn.btn--simple-arrow:after {
    transform-origin: left top;
    transform: scale(1);
    background-color: #fff;
}
.hero-box__bg {
    position: absolute;
    background: no-repeat 50%;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hero-box__text-container {
    position: absolute;
    left: 120px;
    bottom: 60px;
    z-index: 1;
    padding-right: 20px;
}
.hero-box__text-container--in {
    left: auto;
    right: 0;
    width: 600px;
}
.hero-box__headline {
    color: #fff;
    font-size: 45px;
    text-transform: uppercase;
    margin-bottom: 15px;
}
@media (max-width: 1439.98px) {
    .hero-box__text-container--in {
        right: auto;
        left: 16.66%;
        width: auto;
    }
}
@media (max-width: 1024.98px) {
    .hero-box__headline {
        font-size: 30px;
    }
    .hero-box__text-container,
    .hero-box__text-container--in {
        left: 65px;
    }
}
@media (max-width: 767.98px) {
    .hero-box__text-container {
        left: 35px;
        bottom: 50px;
    }
    .hero-box__headline {
        margin-bottom: 5px;
    }
}
.box {
    padding: 60px 80px;
    background-color: #fff;
    margin-bottom: 50px;
    display: block;
    color: #737373;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box:hover {
    text-decoration: none;
    color: #737373;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.box.box--botom {
    margin-bottom: 0;
}
.box--arrow-hover:before {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    right: 40px;
    top: 50%;
    margin-top: -6px;
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-orange.svg");
    background-size: 100%;
    transform: translateX(5px);
}
.box--arrow-hover:hover {
    text-decoration: none;
    color: #737373;
}
.box--arrow-hover:hover:before {
    opacity: 1;
    transform: translateX(0);
}
.box--bigger-padding {
    padding: 80px 105px;
}
.box__headline {
    color: #f24f00;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 35px;
}
.box__perex {
    margin-bottom: 25px;
}
.box__date,
.box__perex--bottom,
.box__perex p:last-child {
    margin-bottom: 0;
}
.box__date {
    color: #363738;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: 0;
}
.box__date--top {
    margin-bottom: 15px;
}
.box__news-item a {
    position: relative;
}
.box__news-item span a {
    outline: none;
    text-decoration: none;
    position: static;
}
.box__news-item span a:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.advanced-box {
    padding: 75px 105px;
    background-color: #fff;
    margin-bottom: 50px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.advanced-box:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.advanced-box__item {
    display: block;
}
.advanced-box__item + .advanced-box__item {
    margin-top: 45px;
    padding-top: 45px;
    border-top: 1px solid #edecea;
}
.advanced-box__item:hover {
    text-decoration: none;
}
.advanced-box__date {
    color: #363738;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 15px;
    letter-spacing: 0;
}
.advanced-box__headline {
    color: #f24f00;
    text-transform: uppercase;
    font-size: 22px;
    margin-bottom: 35px;
}
.advanced-box__headline--no-margin {
    margin: 0;
}
.advanced-box__link {
    display: inline-block;
    color: #737373;
    text-decoration: underline;
    margin-bottom: 10px;
}
.advanced-box__link:last-child {
    margin: 0;
}
.advanced-box__link:hover {
    color: #737373;
    text-decoration: none;
}
.inline-box {
    background-color: hsla(0, 0%, 100%, 0.85);
    padding: 45px 48px 48px;
    margin-bottom: 20px;
    max-width: 450px;
}
.inline-box.inline-box--left {
    float: left;
    margin-right: 20px;
}
.inline-box.inline-box--right {
    float: right;
    margin-left: 20px;
}
@media (max-width: 1024.98px) {
    .advanced-box {
        padding: 60px 70px;
    }
    .advanced-box__headline {
        font-size: 20px;
    }
    .box {
        padding: 40px 60px;
    }
    .box--bigger-padding {
        padding: 50px 80px;
    }
    .box__headline {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .box__date {
        font-size: 16px;
    }
    .inline-box {
        padding: 45px 32px;
        width: 100%;
        max-width: inherit;
    }
    .inline-box.inline-box--left {
        float: none;
        margin-right: 0;
    }
    .inline-box.inline-box--right {
        float: none;
        margin-left: 0;
    }
}
@media (max-width: 767.98px) {
    .advanced-box,
    .box {
        padding: 30px 40px;
    }
    .box {
        margin-bottom: 30px;
    }
    .box--arrow-hover:before {
        right: 10px;
    }
    .box__headline {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .advanced-box__headline {
        font-size: 18px;
    }
    .advanced-box__item + .advanced-box__item {
        padding-top: 30px;
        margin-top: 30px;
    }
}
@media (max-width: 413.98px) {
    .advanced-box {
        margin-bottom: 30px;
    }
    .advanced-box,
    .box {
        padding: 30px 25px;
    }
}
.breadcrumbs--light .breadcrumbs__item {
    color: #fff;
}
.breadcrumbs--light .breadcrumbs__item:after {
    background-color: #fff;
}
.breadcrumbs--light .breadcrumbs__item:hover,
.breadcrumbs--light .breadcrumbs__item:last-child:before {
    color: #fff;
}
.breadcrumbs--next-to-btn {
    padding-top: 11px;
}
.breadcrumbs--grey .breadcrumbs__item {
    color: #b8b3ad;
}
.breadcrumbs--grey .breadcrumbs__item:after {
    display: none;
}
.breadcrumbs--grey .breadcrumbs__item:hover,
.breadcrumbs--grey .breadcrumbs__item:last-child {
    color: #b8b3ad;
}
.breadcrumbs__item {
    color: #737373;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}
.breadcrumbs__item:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #737373;
    transform: translateY(7px);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
}
.breadcrumbs__item:hover {
    color: #737373;
    text-decoration: none;
}
.breadcrumbs__item:hover:after {
    transform: translateY(0);
    opacity: 1;
}
.breadcrumbs__item + .breadcrumbs__item {
    margin-left: 43px;
}
.breadcrumbs__item + .breadcrumbs__item:before {
    position: absolute;
    content: "/";
    display: block;
    left: -26px;
    top: -1px;
}
.breadcrumbs__item + .breadcrumbs__item--cut-off {
    margin-left: 0;
    padding-left: 45px;
}
.breadcrumbs__item + .breadcrumbs__item--cut-off:before {
    left: 18px;
}
.breadcrumbs__item:last-child {
    color: #f24f00;
}
.breadcrumbs__item:last-child:before {
    color: #737373;
}
.breadcrumbs__item:last-child:after {
    display: none;
}
.breadcrumbs__item:last-child:hover {
    color: #f24f00;
}
.breadcrumbs__item:only-child,
.breadcrumbs__item:only-child:hover {
    color: #898581;
}
.breadcrumbs__item--cut-off {
    width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadcrumbs__dropdown-item {
    color: #737373;
    position: relative;
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
    z-index: 1;
    cursor: pointer;
    padding: 0 43px 20px;
}
.breadcrumbs__dropdown-item:before {
    position: absolute;
    content: "/";
    display: block;
    left: 17px;
    top: -1px;
}
.breadcrumbs__dropdown-item:after {
    position: absolute;
    content: "/";
    display: block;
    right: 14px;
    top: -1px;
}
.breadcrumbs__dropdown-item:hover {
    color: #f24f00;
}
.breadcrumbs__dropdown-item:hover:after,
.breadcrumbs__dropdown-item:hover:before {
    color: #737373;
}
.breadcrumbs__dropdown-item:hover .breadcrumbs__dropdown-container {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.breadcrumbs__dropdown-link--cut-off {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.breadcrumbs__dropdown-container {
    position: absolute;
    background-color: #fff;
    width: 250px;
    left: 50%;
    margin-left: -125px;
    top: 45px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}
.breadcrumbs__dropdown-container:before {
    position: absolute;
    content: "";
    display: block;
    top: -10px;
    left: 50%;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
}
.breadcrumbs__dropdown-link {
    display: block;
    padding: 20px 30px 18px;
    color: #737373;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.breadcrumbs__dropdown-link:hover {
    color: #fff;
    background-color: #f24f00;
    text-decoration: none;
}
@media (max-width: 1024.98px) {
    .breadcrumbs--next-to-btn {
        margin-left: 50px;
    }
}
@media (max-width: 767.98px) {
    .breadcrumbs {
        display: none;
    }
}
.image-box {
    display: block;
    position: relative;
    height: 380px;
    margin-bottom: 20px;
    overflow: hidden;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.image-box:after {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 80%;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#e6000000",GradientType=0);
}
.image-box:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.image-box:hover .image-box__bg {
    transform: scale(1.07);
}
.image-box:hover .btn--simple-arrow.uni-banner__more-link,
.image-box:hover .btn.btn--simple-arrow {
    color: #fff;
}
.image-box:hover .btn--simple-arrow.uni-banner__more-link:before,
.image-box:hover .btn.btn--simple-arrow:before {
    background-image: url("../images/arrow-right-white.svg");
}
.image-box:hover .btn--simple-arrow.uni-banner__more-link:after,
.image-box:hover .btn.btn--simple-arrow:after {
    transform-origin: left top;
    transform: scale(1);
    background-color: #fff;
}
.image-box__bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: no-repeat 50%;
    background-size: cover;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.image-box__bg.image-box__bg--white-contain {
    background-color: #fff;
    background-size: contain;
}
.image-box__text-container {
    position: absolute;
    bottom: 30px;
    left: 40px;
    padding-right: 20px;
    z-index: 1;
}
.image-box__headline-1 {
    font-size: 16px;
}
.image-box__headline-1,
.image-box__headline-2 {
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.image-box__headline-2 {
    font-size: 22px;
}
@media (max-width: 767.98px) {
    .image-box__text-container {
        left: 25px;
        bottom: 20px;
        padding-right: 25px;
    }
}
.aside-image-box {
    position: relative;
    background-color: #fff;
    margin-bottom: 60px;
    color: #7c7c7c;
}
.aside-image-box--image-30 .aside-image-box__image-container {
    width: 30%;
}
.aside-image-box--image-30 .aside-image-box__content {
    width: 70%;
    margin-left: 30%;
}
.aside-image-box--image-right .aside-image-box__image-container {
    right: 0;
}
.aside-image-box--image-right .aside-image-box__content {
    margin-left: 0;
}
.aside-image-box__image-container {
    position: absolute;
    background: no-repeat 50%;
    background-size: cover;
    width: 45%;
    height: 100%;
    top: 0;
}
.aside-image-box__image-text {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 40px;
    color: #fff;
    font-size: 14px;
    background: -moz-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.9) 100%);
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, 0.9));
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.9));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#e6000000",GradientType=0);
}
.aside-image-box__content {
    padding: 70px 80px;
    width: 55%;
    margin-left: 45%;
}
.aside-image-box__content p:last-child {
    margin: 0;
}
.aside-image-box__content.aside-image-box__content--no-image {
    width: 100% !important;
}
.aside-image-box__subheading {
    color: #363738;
    text-transform: uppercase;
    font-size: 16px;
}
.aside-image-box__heading {
    color: #f24f00;
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 5px;
}
.aside-image-box__heading--margin-30 {
    margin-bottom: 30px;
}
.aside-image-box__date {
    color: #363738;
    text-transform: uppercase;
    font-size: 16px;
    letter-spacing: 0;
}
.aside-image-box__separator {
    width: 100%;
    height: 1px;
    background-color: #edecea;
    margin: 50px 0;
}
@media (max-width: 1024.98px) {
    .aside-image-box--image-30 .aside-image-box__image-container {
        width: 40%;
    }
    .aside-image-box--image-30 .aside-image-box__content {
        width: 60%;
        margin-left: 40%;
    }
    .aside-image-box__content {
        padding: 50px;
    }
    .aside-image-box__heading {
        font-size: 25px;
    }
}
@media (max-width: 767.98px) {
    .aside-image-box {
        margin-bottom: 30px;
    }
    .aside-image-box__image-container {
        width: 100%;
        position: relative;
        top: auto;
        height: 350px;
    }
    .aside-image-box__content {
        width: 100%;
        margin: 0;
    }
    .aside-image-box__heading {
        font-size: 23px;
        margin-bottom: 20px;
    }
    .aside-image-box--image-30 .aside-image-box__image-container {
        width: 100%;
        position: relative;
        top: auto;
    }
    .aside-image-box--image-30 .aside-image-box__content {
        width: 100%;
        margin: 0;
    }
    .iconic-box .aside-image-box__image-container {
        height: 530px;
    }
}
@media (max-width: 413.98px) {
    .aside-image-box__content {
        padding: 45px 20px;
    }
    .aside-image-box__separator {
        margin: 35px 0;
    }
}
.tags {
    margin-bottom: 35px;
}
.tags__item {
    display: inline-block;
    z-index: 1;
    vertical-align: top;
    background-color: #f1f1f1;
    text-transform: uppercase;
    color: #7c7c7c;
    font-size: 12px;
    padding: 6px 14px;
    margin-bottom: 4px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.tags__item:hover {
    background-color: #cbcaca;
    text-decoration: none;
    color: #7c7c7c;
}
@media (max-width: 1024.98px) {
    .tags {
        margin-bottom: 20px;
    }
}
.aside-menu {
    padding-top: 150px;
    padding-bottom: 50px;
}
.aside-menu.aside-menu--small-offset {
    padding-top: 50px;
}
.aside-menu.aside-menu--fixed-offset {
    padding-top: 150px !important;
}
.aside-menu__mobile-current {
    display: none;
}
.aside-menu__container {
    padding: 0;
    margin: 0;
}
.aside-menu__item {
    list-style-type: none;
    padding: 0;
}
.aside-menu__item + .aside-menu__item {
    margin-top: 20px;
}
.aside-menu__item:before {
    display: none;
}
.aside-menu__link {
    color: #737373;
    padding: 3px 0 3px 48px;
    display: block;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.aside-menu__link:hover {
    color: #f24f00;
}
.aside-menu__link:hover .aside-menu__icon {
    fill: #f24f00;
}
.aside-menu__icon {
    width: 28px;
    height: 28px;
    left: 0;
    top: 50%;
    margin-top: -15px;
    fill: #c5c0bb;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (max-width: 1024.98px) {
    .aside-menu__wrapper {
        top: -30px;
    }
    .aside-menu {
        padding-top: 0;
        position: relative;
    }
    .aside-menu:before {
        position: absolute;
        content: "";
        display: block;
        left: 0;
        width: 100%;
        height: 1px;
        background-color: #dddbd8;
        bottom: 0;
    }
    .aside-menu__container {
        padding: 15px 0 5px;
        font-size: 0;
        display: none;
    }
    .aside-menu__item {
        width: 49.9%;
        margin-bottom: 20px;
        display: inline-block;
        vertical-align: top;
        font-size: 16px;
    }
    .aside-menu__item + .aside-menu__item {
        margin-top: 0;
    }
    .aside-menu__mobile-current {
        display: block;
        font-size: 15px;
        color: #f24f00;
        text-transform: none;
        font-family: RoobertCEZ, sans-serif;
        padding: 25px 48px;
        font-weight: 400;
        letter-spacing: 0.005em;
        position: relative;
        margin-bottom: 0;
    }
    .aside-menu__mobile-current .svg-icon {
        width: 28px;
        height: 28px;
        fill: #f24f00;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .aside-menu__mobile-current:before {
        position: absolute;
        content: "";
        display: block;
        right: 0;
        top: 50%;
        width: 12px;
        height: 7px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url("../images/arrow-down-orange.svg");
        background-size: 100%;
        margin-top: -4px;
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -ms-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
    .aside-menu__mobile-current--opened:before {
        transform: rotate(-180deg);
    }
}
@media (max-width: 767.98px) {
    .aside-menu__wrapper {
        top: -20px;
    }
    .aside-menu__item {
        width: 100%;
    }
}
.pagination {
    font-size: 0;
    text-align: center;
    display: block;
    padding-bottom: 30px;
}
.pagination--offset-top {
    margin-top: 50px;
}
.pagination__next,
.pagination__page,
.pagination__prev {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    height: 50px;
}
.pagination__page {
    font-size: 14px;
    color: #b8b3ad;
    text-align: center;
    padding-top: 14px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pagination__page:hover {
    color: #b8b3ad;
    background-color: #e5e4e3;
    text-decoration: none;
}
.pagination__page--active,
.pagination__page--active:hover {
    background-color: #f24f00;
    color: #fff;
}
.pagination__next,
.pagination__prev {
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
}
.pagination__next:before,
.pagination__prev:before {
    position: absolute;
    content: "";
    display: block;
    top: 13px;
    width: 11px;
    height: 26px;
    left: 20px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.pagination__next:hover:before,
.pagination__prev:hover:before {
    transform: scale(1.2);
}
.pagination__prev:before {
    background-image: url("../images/arrow-left-orange-big.svg");
}
.pagination__next:before,
.pagination__prev:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100%;
}
.pagination__next:before {
    background-image: url("../images/arrow-right-orange-big.svg");
}
@media (max-width: 413.98px) {
    .pagination__page {
        padding-top: 10px;
    }
    .pagination__next,
    .pagination__page,
    .pagination__prev {
        width: 40px;
        height: 40px;
    }
    .pagination__next:before,
    .pagination__prev:before {
        width: 8px;
        height: 22px;
        top: 9px;
        left: 16px;
    }
}
.article {
    padding-top: 0;
    margin-top: -100px;
}
.article--no-image {
    margin-top: 0;
    padding-top: 45px;
}
.article__content {
    padding: 30px 105px;
}
.article__content h2,
.article__content h3,
.article__content h4,
.article__content h5,
.article__content h6 {
    margin-bottom: 20px;
}
.article__content h2 {
    font-size: 28px;
}
.article__content h3 {
    font-size: 25px;
}
.article__content h4 {
    font-size: 22px;
}
.article__content h5 {
    font-size: 20px;
}
.article__content h6 {
    font-size: 18px;
}
.article__content img {
    max-width: 100%;
    margin-bottom: 25px;
}
.article__author {
    border-top: 1px solid #d2d1cf;
    margin-top: 50px;
    padding: 30px 0 30px 80px;
    position: relative;
    display: table;
    width: 100%;
    min-height: 60px;
}
.article__author-name {
    display: table-cell;
    vertical-align: middle;
    margin-bottom: 0;
}
.article__author-job {
    color: gray;
}
.article-news__wrapper {
    overflow: auto;
    display: flex;
    padding: 32px 0 30px 15px;
    margin-bottom: 20px;
}
.article-news__wrapper a:hover {
    text-decoration: none;
}
@media (min-width: 768px) {
    .article-news__wrapper {
        max-width: 960px;
        margin: auto;
        padding: 0 15px;
        overflow: visible;
    }
}
@media (min-width: 1025px) {
    .article-news__wrapper {
        max-width: 1200px;
    }
}
.article-icon-type {
    display: flex;
}
.article-icon-type img {
    height: 30px;
    padding-left: 25px;
    margin-top: -7px;
}
.article-icon-type img.article-icon-first {
    padding-left: 0;
}
@media (max-width: 1024.98px) {
    .article-icon-type img {
        height: 25px;
        padding-left: 25px;
    }
}
@media (max-width: 767.98px) {
    .article-icon-type {
        position: absolute;
        right: 40px;
        top: 20px;
    }
    .article-icon-type img {
        margin-top: 5px;
    }
}
@media (max-width: 413.98px) {
    .article-icon-type {
        position: absolute;
        right: 25px;
        top: 20px;
    }
    .article-icon-type img {
        height: 20px;
        padding-left: 15px;
        margin-top: 8px;
    }
}
@media (max-width: 1024.98px) {
    .article__content {
        padding: 20px 80px;
    }
    .article--no-image {
        padding-top: 20px;
    }
}
@media (max-width: 767.98px) {
    .article__content {
        padding: 20px 40px;
    }
    .article__content h2 {
        font-size: 24px;
    }
    .article__content h3 {
        font-size: 22px;
    }
    .article__content h4 {
        font-size: 20px;
    }
    .article__content h5 {
        font-size: 18px;
    }
    .article__content h6 {
        font-size: 16px;
    }
    .article--no-image {
        padding-top: 20px;
    }
}
@media (max-width: 413.98px) {
    .article__content {
        padding: 10px 25px;
    }
    .article--no-image {
        padding-top: 20px;
    }
}
.banner {
    padding: 0 0 80px;
}
.banner__wrapper {
    padding-top: 45px;
    overflow: hidden;
}
.banner__content {
    background-color: #f24f00;
    padding: 75px 120px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.banner__content:before {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    top: -45px;
    width: 1780px;
    height: 344px;
    background: no-repeat 50%;
    background-image: url("../images/banner.svg");
    background-size: 100%;
    margin-left: -810px;
}
.banner__content.banner__content--2 {
    padding: 50px 50px 120px;
    background-color: #fff;
}
.banner__content.banner__content--2:before {
    width: 1727px;
    height: 356px;
    background: no-repeat bottom;
    background-image: url(../images/banner-2.svg);
    margin-left: -850px;
    top: -92px;
}
.banner__headline {
    color: #fff;
    font-size: 22px;
    margin-bottom: 0;
    width: 460px;
    position: relative;
}
.banner__headline.banner__headline--2 {
    width: 350px;
    font-size: 20px;
}
.banner__btn.banner__btn--2 {
    position: absolute;
    right: 50px;
    bottom: 65px;
}
@media (max-width: 1439.98px) {
    .banner__content {
        padding: 80px;
    }
    .banner__content.banner__content--2 {
        padding: 30px 40px 120px 20px;
    }
    .banner__headline--2.banner__headline--2 {
        width: 310px;
    }
    .banner__btn.banner__btn--2 {
        bottom: 65px;
    }
}
@media (max-width: 1024.98px) {
    .banner__content {
        padding: 80px 40px;
    }
    .banner__content.banner__content--2 {
        padding: 30px 40px 120px 20px;
    }
    .banner__content.banner__content--2:before {
        width: 2000px;
    }
    .banner__btn.banner__btn--2 {
        bottom: 40px;
    }
    .banner__headline.banner__headline--2 {
        width: 430px;
    }
}
@media (max-width: 930px) {
    .banner__content {
        padding: 45px 65px 50px;
        flex-direction: column;
        align-items: flex-start;
    }
    .banner__content:before {
        top: 11px;
        width: 1890px;
        height: 364px;
        margin-left: -770px;
    }
    .banner__content.banner__content--2 {
        padding: 45px 25px 50px;
        flex-direction: column;
        align-items: flex-start;
    }
    .banner__content.banner__content--2:before {
        top: -92px;
        width: 1890px;
        height: 364px;
        margin-left: -770px;
    }
    .banner__headline,
    .banner__headline.banner__headline--2 {
        width: 400px;
        margin-bottom: 28px;
    }
    .banner__btn.banner__btn--2 {
        bottom: 20px;
    }
}
@media (max-width: 767.98px) {
    .banner {
        padding-bottom: 20px;
    }
    .banner__headline {
        font-size: 16px;
        width: 70%;
        margin: auto;
        margin-bottom: 40px;
    }
    .banner__headline.banner__headline--2 {
        font-size: 22px;
        width: 70%;
        margin: auto;
        margin-bottom: 40px;
        color: #363738;
    }
    .banner__content {
        padding: 145px 20px 50px;
        text-align: center;
        display: block;
    }
    .banner__content:before {
        top: -92px;
        width: 1000px;
        height: 192px;
        margin-left: -530px;
    }
    .banner__content.banner__content--2 {
        padding: 145px 20px 50px;
        text-align: center;
        display: block;
    }
    .banner__content.banner__content--2:before {
        top: -55px;
        width: 984px;
        height: 212px;
        margin-left: -485px;
    }
    .banner__content .banner__btn.banner__btn--2 {
        bottom: 0;
        right: 0;
        position: relative;
    }
    .banner__wrapper {
        padding-top: 30px;
    }
}
@media (max-width: 413.98px) {
    .banner__headline,
    .banner__headline.banner__headline--2 {
        width: 85%;
    }
}
.links-box {
    background-color: #fff;
    padding: 40px 100px;
    margin-bottom: 45px;
}
.links-box.links-box--compressed {
    margin-bottom: 0;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #edecea;
    padding-top: 10px;
    padding-bottom: 10px;
}
.links-box__item {
    display: block;
    font-size: 15px;
    letter-spacing: 0.025em;
    text-transform: uppercase;
    font-weight: 700;
    color: #737373;
    padding: 35px 20px 35px 0;
    border-bottom: 1px solid #edecea;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    position: relative;
}
.links-box__item:before {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 12px;
    right: 0;
    top: 50%;
    margin-top: -6px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-orange.svg");
    background-size: 100%;
}
.links-box__item:hover {
    text-decoration: none;
    color: #f24f00;
}
.links-box__item:last-child {
    border: 0;
}
.links-box__item.links-box__item--withIcon {
    padding-left: 70px;
}
.links-box__icon {
    position: absolute;
    width: 50px;
    top: 50%;
    height: 50px;
    margin-top: -25px;
    left: 0;
}
@media (max-width: 1024.98px) {
    .links-box {
        padding: 20px 60px;
    }
}
@media (max-width: 767.98px) {
    .links-box {
        margin-bottom: 35px;
    }
}
@media (max-width: 413.98px) {
    .links-box {
        padding: 20px;
    }
    .links-box__item {
        padding: 30px 30px 30px 0;
    }
}
.alert,
.uni-banner__link {
    padding: 30px 30px 30px 120px;
    border: 0;
    border-radius: 0;
    color: #fff;
}
.alert:before,
.uni-banner__link:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
    transform: translateY(-50%);
}
.alert-danger,
.uni-banner__link--krizove-jadro {
    background-color: #a94442;
}
.alert-danger:before,
.uni-banner__link--krizove-jadro:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/danger-white.svg");
    background-size: 100%;
    width: 50px;
    height: 46px;
    left: 40px;
}
.alert-info {
    background-color: #fff;
    color: #737373;
}
.alert-info:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/info-orange.svg");
    background-size: 100%;
    width: 34px;
    height: 34px;
    left: 47px;
}
.alert-warning,
.uni-banner__link--krizovy-stav {
    background-color: #c5650f;
}
.alert-warning:before,
.uni-banner__link--krizovy-stav:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/warning-white.svg");
    background-size: 100%;
    width: 46px;
    height: 34px;
    left: 42px;
}
.alert-success {
    background-color: #063;
}
.alert-success:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/success-white.svg");
    background-size: 100%;
    width: 46px;
    height: 46px;
    left: 42px;
}
@media (max-width: 413.98px) {
    .alert,
    .uni-banner__link {
        padding: 80px 20px 20px;
    }
    .alert:before,
    .uni-banner__link:before {
        left: 50%;
        top: 20px;
        transform: translateX(-50%);
    }
}
.progress {
    background-color: #737373;
    height: 2rem;
    font-size: 1rem;
    border-radius: 0;
}
.progress-bar {
    background-color: #f24f00;
    padding: 10px;
}
.info-box {
    padding-left: 95px;
    position: relative;
    min-height: 34px;
    display: table;
    width: 100%;
    margin-bottom: 25px;
}
.info-box:before {
    position: absolute;
    content: "";
    display: block;
    left: 40px;
    top: 0;
    width: 34px;
    height: 34px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/info-orange.svg");
    background-size: 100%;
}
.info-box__text {
    display: table-cell;
    vertical-align: middle;
}
@media (max-width: 767.98px) {
    .info-box {
        padding-left: 55px;
    }
    .info-box:before {
        left: 0;
    }
}
.accordion {
    padding: 37px 107px;
    background-color: #fff;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.15);
}
.accordion.accordion--compressed {
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #edecea;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: none;
    padding: 8px 100px;
}
.accordion__card {
    border-bottom: 1px solid #eeedeb;
}
.accordion__card:last-child {
    border: 0;
}
.accordion__card-header {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 15px;
    padding: 37px 15px 37px 0;
    color: #363738;
    cursor: pointer;
    position: relative;
}
.accordion__card-header,
.accordion__card-header:before {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.accordion__card-header:before {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 7px;
    right: 0;
    top: 50%;
    margin-top: -4px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-down-orange.svg");
    background-size: 100%;
    transform: rotate(-180deg);
}
.accordion__card-header.collapsed {
    color: #737373;
}
.accordion__card-header.collapsed:before {
    transform: rotate(0);
}
.accordion__card-body {
    padding-bottom: 37px;
    color: #737373;
}
@media (max-width: 1024.98px) {
    .accordion {
        padding: 30px 50px;
    }
    .accordion.accordion--compressed {
        padding: 8px 60px;
    }
}
@media (max-width: 767.98px) {
    .accordion {
        padding: 20px 40px;
    }
    .accordion.accordion--compressed {
        padding: 8px 60px;
    }
}
@media (max-width: 413.98px) {
    .accordion {
        padding: 10px 20px;
    }
    .accordion__card-header {
        font-size: 14px;
        padding-top: 25px;
        padding-bottom: 25px;
    }
    .accordion__card-body {
        padding-bottom: 25px;
    }
}
.modal-content {
    border: 0;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
    border-radius: 0;
}
.modal-body {
    padding: 20px;
}
.modal-dialog {
    margin-top: 100px;
}
.modal-backdrop.show {
    opacity: 0.8;
}
.modal__close {
    position: absolute;
    top: -65px;
    padding: 11px 58px 9px 0;
    color: #b8b3ad !important;
    font-weight: 500;
    cursor: pointer;
}
.modal__close,
.modal__close .svg-icon {
    right: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.modal__close .svg-icon {
    fill: #b8b3ad;
    width: 43px;
    height: 43px;
    top: 0;
}
.modal__close:hover .svg-icon {
    transform: rotate(-90deg);
}
.modal__close:active {
    transform: scale(0.95);
}
.modal-person__body {
    padding: 120px 105px 110px;
    position: relative;
}
.modal-person__image-wrapper {
    width: 320px;
    height: 585px;
    position: absolute;
    top: 120px;
    left: -110px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
}
.modal-person__text-wrapper {
    min-height: 585px;
    padding-left: 215px;
    color: #737373;
}
.modal-person__text-wrapper p:last-child {
    margin: 0;
}
.modal-person__headline {
    font-size: 30px;
    color: #f24f00;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.modal-person__headline-small {
    font-size: 22px;
    text-transform: uppercase;
}
.modal-person__headline-2 {
    color: #363738;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 0;
}
.modal-person__separator {
    width: 100%;
    height: 1px;
    background-color: #edecea;
    margin: 50px 0;
}
.modal-person__main-info {
    line-height: 30px;
}
@media (max-width: 1439.98px) {
    .modal-person__body {
        padding: 90px 140px 90px 80px;
    }
    .modal-person__image-wrapper {
        width: 260px;
        height: 500px;
        top: 70px;
        left: -90px;
    }
    .modal-person__text-wrapper {
        padding-left: 170px;
    }
}
@media (max-width: 1024.98px) {
    .modal-person__body {
        padding: 60px 50px;
    }
    .modal-person__image-wrapper {
        width: 210px;
        height: 380px;
        top: 60px;
    }
    .modal-person__text-wrapper {
        padding-left: 100px;
    }
    .modal-person__separator {
        margin: 30px 0;
    }
}
@media (max-width: 690px) {
    .modal-person__image-wrapper {
        width: 150px;
        height: 260px;
        left: -10px;
        top: 30px;
    }
    .modal-person__text-wrapper {
        padding-left: 120px;
    }
}
@media (max-width: 520px) {
    .modal-dialog {
        margin-left: 10px;
        margin-right: 10px;
    }
}
@media (max-width: 470px) {
    .modal-person__image-wrapper {
        display: none;
    }
    .modal-person__text-wrapper {
        padding-left: 0;
        min-height: unset;
    }
    .modal-person__body {
        padding: 45px 20px;
    }
    .modal-person__headline {
        font-size: 24px;
    }
}
@media (max-width: 767.98px) {
    .modal__close {
        padding: 4px 46px 2px 0;
        top: -45px;
    }
    .modal__close .svg-icon {
        width: 30px;
        height: 30px;
    }
    .modal-dialog {
        margin-top: 70px;
    }
}
.modal.show {
    overflow-x: hidden;
    overflow-y: auto;
}
.blockquote {
    font-family: Cordale, serif;
    font-size: 26px;
    font-style: italic;
    letter-spacing: 0;
    position: relative;
    margin: 60px 0;
}
.blockquote p {
    margin-bottom: 20px;
}
.blockquote:before {
    position: absolute;
    display: block;
    content: "\201E";
    font-size: 140px;
    left: -100px;
    top: -6px;
    line-height: 0;
}
.blockquote__footer {
    font-family: RoobertCEZ, sans-serif;
    color: #737373;
    font-size: 16px;
    font-style: normal;
    letter-spacing: 0.005em;
}
@media (max-width: 1024.98px) {
    .blockquote {
        margin: 30px 0;
        font-size: 22px;
    }
    .blockquote:before {
        font-size: 100px;
        left: -60px;
        top: -3px;
    }
}
@media (max-width: 767.98px) {
    .blockquote:before {
        font-size: 80px;
        left: -40px;
        top: -1px;
    }
}
@media (max-width: 413.98px) {
    .blockquote:before {
        font-size: 22px;
        left: -11px;
        top: 16px;
    }
}
.gallery {
    background-color: #000;
    padding: 100px 0 60px 110px;
}
.gallery__text-container {
    align-self: flex-end;
}
.gallery__text-wrapper {
    padding-right: 75px;
    padding-bottom: 60px;
    position: relative;
}
.gallery__text-wrapper p {
    margin-bottom: 0;
}
.gallery__text-wrapper:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    bottom: 1px;
    width: 100%;
    height: 1px;
    background-color: #484746;
}
.gallery__headline {
    font-size: 30px;
    color: #f24f00;
    margin-bottom: 30px;
}
.gallery__text {
    font-size: 15px;
    color: #737373;
}
.gallery__swiper {
    padding-bottom: 60px;
}
.gallery__slide {
    width: auto;
    height: 220px;
}
.gallery__slide:before {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.gallery__slide:after,
.gallery__slide:before {
    position: absolute;
    content: "";
    display: block;
    opacity: 0;
}
.gallery__slide:after {
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    transform: scale(0.4) rotate(-40deg);
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/zoom-orange.svg");
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.gallery__slide:hover:before {
    opacity: 1;
}
.gallery__slide:hover:after {
    opacity: 1;
    transform: scale(1) rotate(0);
}
.gallery__image {
    height: 100%;
    width: auto;
}
.gallery__imageTitle {
    display: block;
    margin-top: 15px;
    text-align: center;
    color: #fff !important;
}
.gallery__scrollbar {
    left: 0 !important;
    width: 100% !important;
    bottom: 0 !important;
    height: 3px !important;
    background-color: #000;
}
.gallery__scrollbar:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 1px;
    width: 100%;
    height: 1px;
    background-color: #484746;
}
.swiper-scrollbar-drag {
    background-color: #f24f00;
    border-radius: 0 !important;
}
@media (max-width: 1024.98px) {
    .gallery {
        padding-top: 60px;
    }
    .gallery__text-wrapper {
        padding: 0 110px 40px 0;
    }
    .gallery__text-wrapper:before {
        display: none;
    }
}
@media (max-width: 767.98px) {
    .gallery {
        padding: 40px 0 40px 50px;
    }
    .gallery__slide {
        height: 150px;
    }
    .gallery__swiper {
        padding-bottom: 40px;
    }
}
@media (max-width: 413.98px) {
    .gallery {
        padding: 40px 0 40px 15px;
    }
    .gallery__slide {
        height: 110px;
    }
    .gallery__swiper {
        padding-bottom: 30px;
    }
    .gallery__text-wrapper {
        padding: 0 15px 25px 0;
    }
    .gallery__headline {
        font-size: 26px;
        margin-bottom: 15px;
    }
}
.simple-gallery-img {
    position: relative;
    margin-bottom: 20px;
}
.simple-gallery-img:before {
    position: absolute;
    content: "";
    display: block;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    opacity: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.simple-gallery-img:after {
    position: absolute;
    content: "";
    display: block;
    width: 30px;
    height: 30px;
    left: 50%;
    top: 50%;
    margin-left: -15px;
    margin-top: -15px;
    transform: scale(0.4) rotate(-40deg);
    opacity: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/zoom-orange.svg");
    background-size: 100%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.simple-gallery-img:hover:before {
    opacity: 1;
}
.simple-gallery-img:hover:after {
    opacity: 1;
    transform: scale(1) rotate(0);
}
.fancybox-slide--image-download__icon {
    width: 18px;
    height: 18px;
    margin-top: -2px;
    margin-left: 10px;
    fill: #f24f00;
}
.gallery-ic {
    background-color: transparent;
    padding: 30px 0;
}
.gallery-ic__slide {
    width: auto;
    height: 147px;
    margin-right: 9px;
}
@media (min-width: 1025px) {
    .gallery-ic-swiper {
        padding: 0;
    }
}
.gallery-ic-swiper__container {
    position: relative;
    padding-bottom: 40px;
}
@media (min-width: 1025px) {
    .gallery-ic-swiper__container {
        padding-bottom: 0;
    }
}
.gallery-ic-swiper__slide {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .gallery-ic-swiper__slide {
        flex-direction: row;
    }
}
.gallery-ic-swiper__prev--container {
    width: 150px;
    height: 147px;
    position: absolute;
    top: -35px;
    left: 40px;
}
.gallery-ic-swiper__next--container {
    width: 150px;
    height: 147px;
    position: absolute;
    top: -35px;
    right: 45px;
}
.gallery-ic-swiper__next,
.gallery-ic-swiper__prev {
    display: block;
    background-image: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 0;
    transform: translateY(-50%);
    transition: all 0.3s ease;
}
.gallery-ic-swiper__next:before,
.gallery-ic-swiper__prev:before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    background-color: #bababa;
}
.gallery-ic-swiper__next:after,
.gallery-ic-swiper__prev:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.35);
}
@media (max-width: 767.98px) {
    .gallery-ic-swiper__next,
    .gallery-ic-swiper__prev {
        width: 25px;
        height: 25px;
    }
}
.gallery-ic-swiper__next:focus,
.gallery-ic-swiper__prev:focus {
    outline: none;
}
.gallery-ic-swiper__next:hover,
.gallery-ic-swiper__prev:hover {
    transform: translateY(-50%) scale(1.1);
}
@media (min-width: 1440px) {
    .gallery-ic-swiper__next,
    .gallery-ic-swiper__prev {
        width: 80px;
        height: 80px;
    }
}
@media (max-width: 1024.98px) {
    .gallery-ic-swiper__next,
    .gallery-ic-swiper__prev {
        color: #f24f00;
    }
}
.gallery-ic-swiper__prev {
    left: -70px;
}
.gallery-ic-swiper__prev .gallery-ic-swiper__navigation-icon {
    left: -20px;
    top: 40%;
}
@media (min-width: 1440px) {
    .gallery-ic-swiper__prev .gallery-ic-swiper__navigation-icon {
        left: -5px;
        top: 50%;
    }
}
@media (max-width: 767.98px) {
    .gallery-ic-swiper__prev .gallery-ic-swiper__navigation-icon {
        left: -32px;
        top: 46px;
    }
}
@media (min-width: 1440px) {
    .gallery-ic-swiper__prev {
        left: -40px;
    }
}
@media (max-width: 1439.98px) {
    .gallery-ic-swiper__prev {
        left: -25px;
    }
}
@media (max-width: 767.98px) {
    .gallery-ic-swiper__prev {
        left: -12px;
    }
}
.gallery-ic-swiper__next {
    right: -70px;
}
.gallery-ic-swiper__next .gallery-ic-swiper__navigation-icon {
    left: 165px;
    top: 40%;
}
@media (min-width: 1440px) {
    .gallery-ic-swiper__next .gallery-ic-swiper__navigation-icon {
        left: 150px;
        top: 50%;
    }
}
@media (max-width: 767.98px) {
    .gallery-ic-swiper__next .gallery-ic-swiper__navigation-icon {
        left: 179px !important;
        top: 32% !important;
    }
}
@media (min-width: 1440px) {
    .gallery-ic-swiper__next {
        right: -40px;
    }
}
@media (max-width: 1439.98px) {
    .gallery-ic-swiper__next {
        right: -25px;
    }
}
@media (max-width: 767.98px) {
    .gallery-ic-swiper__next {
        right: -11px;
    }
}
.gallery-ic-swiper__navigation-icon {
    position: absolute;
    width: 10px;
    height: 18px;
    fill: #fff;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 1440px) {
    .gallery-ic-swiper__navigation-icon {
        height: 26px;
    }
}
@media (max-width: 767.98px) {
    .gallery-ic-swiper__navigation-icon {
        height: 11px;
        width: 7px;
    }
}
.gallery-ic-swiper__content {
    padding: 30px 20px;
}
@media (min-width: 768px) {
    .gallery-ic-swiper__content {
        order: 2;
        width: 60%;
        padding: 40px;
    }
}
@media (min-width: 1440px) {
    .gallery-ic-swiper__content {
        padding: 80px 96px;
    }
}
.aside-image__image {
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.aside-image__text {
    padding: 60px 100px;
}
@media (max-width: 1024.98px) {
    .aside-image__text {
        padding: 40px 50px;
    }
}
@media (max-width: 767.98px) {
    .aside-image__text {
        padding: 30px;
    }
}
@media (max-width: 413.98px) {
    .aside-image__text {
        padding: 20px 0;
    }
}
.fullpage-box {
    padding: 90px 0 100px;
    position: relative;
    color: #fff;
    overflow: hidden;
}
.fullpage-box:hover .fullpage-box__bg {
    transform: scale(1.1);
}
.fullpage-box--center {
    text-align: center;
}
.fullpage-box__bg {
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all 20s ease;
    -moz-transition: all 20s ease;
    -ms-transition: all 20s ease;
    -o-transition: all 20s ease;
    transition: all 20s ease;
}
.fullpage-box__headline {
    color: #fff;
    font-size: 45px;
    font-weight: 700;
    font-family: RoobertCEZ, sans-serif;
    text-transform: uppercase;
    margin-bottom: 20px;
}
.fullpage-box__text {
    line-height: 1.9;
    margin-bottom: 40px;
}
@media (max-width: 1024.98px) {
    .fullpage-box {
        padding: 70px 0 80px;
    }
    .fullpage-box__headline {
        font-size: 38px;
    }
}
@media (max-width: 767.98px) {
    .fullpage-box {
        padding: 50px 0 60px;
    }
    .fullpage-box__headline {
        font-size: 25px;
    }
}
@media (max-width: 413.98px) {
    .fullpage-box {
        padding: 40px 0;
    }
    .fullpage-box__headline {
        font-size: 22px;
    }
}
.image-text-box {
    background-color: #fff;
    height: 100%;
}
.image-text-box__image-wrapper {
    height: 230px;
    background-size: cover;
    background-position: 50%;
}
.image-text-box__text-container {
    padding: 55px 50px;
    color: #737373;
}
.image-text-box__headline {
    font-size: 22px;
    color: #f24f00;
    margin-bottom: 20px;
}
.image-text-box__text {
    margin: 0;
}
@media (max-width: 1024.98px) {
    .image-text-box__text-container {
        padding: 40px 35px;
    }
    .image-text-box__image-wrapper {
        height: 200px;
    }
}
@media (max-width: 767.98px) {
    .image-text-box {
        height: auto;
        margin-bottom: 20px;
    }
}
@media (max-width: 413.98px) {
    .image-text-box__text-container {
        padding: 30px 20px;
    }
    .image-text-box__headline {
        font-size: 20px;
        margin-bottom: 15px;
    }
}
.downloads {
    padding: 20px 107px;
    background-color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.downloads:hover {
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
}
.downloads__item {
    padding: 47px 50px 47px 0;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.downloads__item:before {
    width: 12px;
    height: 20px;
    right: 8px;
    margin-top: -10px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/download-orange.svg");
    background-size: 100%;
}
.downloads__item:after,
.downloads__item:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
}
.downloads__item:after {
    width: 28px;
    height: 28px;
    background-color: #f24f00;
    border-radius: 100%;
    right: 0;
    opacity: 0;
    transform: scale(0.9);
    margin-top: -14px;
}
.downloads__item:hover {
    text-decoration: none;
}
.downloads__item:focus:after {
    animation-name: download-click;
    animation-timing-function: ease-in-out;
    animation-duration: 0.5s;
}
.downloads__item + .downloads__item {
    border-top: 1px solid #f1f1f1;
}
.downloads__item-name {
    color: #737373;
    text-transform: uppercase;
    font-weight: 700;
}
.downloads__item-name,
.downloads__item-size {
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
}
.downloads__item-size {
    color: #a7a39e;
    flex: 0 0 80px;
    text-align: right;
}
.downloads-fancy__item {
    padding: 0 0 0 30px;
    position: relative;
}
.downloads-fancy__item:before {
    position: absolute;
    content: "";
    display: block;
    width: 12px;
    height: 20px;
    right: 8px;
    top: 50%;
    margin-top: -10px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/download-orange.svg");
    background-size: 100%;
}
.downloads-fancy__item:hover {
    text-decoration: none;
}
@media (max-width: 1024.98px) {
    .downloads {
        padding: 10px 60px;
    }
    .downloads__item {
        padding: 35px 50px 35px 0;
    }
}
@media (max-width: 767.98px) {
    .downloads {
        padding: 10px 40px;
    }
    .downloads__item {
        padding: 20px 50px 20px 0;
    }
    .downloads__item-name {
        font-size: 14px;
    }
    .downloads__item-size {
        font-size: 14px;
        flex: 0 0 70px;
    }
}
@media (max-width: 413.98px) {
    .downloads {
        padding: 10px 20px;
    }
    .downloads__item {
        flex-wrap: wrap;
    }
    .downloads__item-name {
        font-size: 13px;
        margin-bottom: 5px;
    }
    .downloads__item-size {
        flex: 0 0 100%;
        text-align: left;
        font-size: 13px;
    }
}
.search-results {
    padding-top: 85px;
}
.search-results__headline {
    font-size: 60px;
    margin-bottom: 0;
}
.search-results__headline-2 {
    font-size: 30px;
    margin-bottom: 35px;
}
.search-results__headline-3 {
    color: #363738;
    font-size: 16px;
    margin-bottom: 40px;
    letter-spacing: 0;
}
.search-results__headline-4 {
    font-size: 30px;
    color: #363738;
}
.search-results__breadcrumbs {
    margin-bottom: 20px;
}
.search-results__text-highlighted {
    color: #f24f00;
}
.search-results__box {
    margin-bottom: 10px;
}
@media (max-width: 1024.98px) {
    .search-results {
        padding-top: 40px;
    }
    .search-results__headline {
        font-size: 45px;
    }
    .search-results__headline-2 {
        font-size: 26px;
    }
    .search-results__headline-4 {
        font-size: 25px;
    }
}
@media (max-width: 767.98px) {
    .search-results {
        padding-top: 30px;
    }
    .search-results__headline {
        font-size: 32px;
    }
    .search-results__headline-2,
    .search-results__headline-4 {
        font-size: 20px;
    }
}
.box-list {
    padding-top: 0;
}
.box-list__items {
    margin-top: -64px;
    margin-bottom: 65px;
}
.box-list__box {
    background-color: #fff;
    padding: 60px 210px 60px 85px;
    margin-bottom: 8px;
    position: relative;
}
.box-list__headline {
    color: #363738;
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 15px;
}
.box-list__text {
    margin-bottom: 0;
}
.box-list__links {
    text-align: right;
    margin-bottom: 0;
}
.box-list__arrow-link {
    display: block;
    position: absolute;
    width: 105px;
    height: 100%;
    border-left: 1px solid #edecea;
    top: 0;
    right: 0;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.box-list__arrow-link:hover {
    background-color: #f4f4f3;
    border-color: #f4f4f3;
    width: 120px;
}
.box-list__arrow-link-icon {
    fill: #f24f00;
    width: 30px;
    height: 30px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (max-width: 1024.98px) {
    .box-list__items {
        margin-top: -110px;
    }
    .box-list__box {
        padding: 40px 160px 40px 50px;
    }
}
@media (max-width: 767.98px) {
    .box-list__links {
        text-align: left;
    }
    .box-list__text {
        margin-bottom: 15px;
    }
    .box-list__items {
        margin-bottom: 50px;
    }
}
@media (max-width: 413.98px) {
    .box-list__box {
        padding: 30px 80px 30px 20px;
    }
    .box-list__arrow-link,
    .box-list__arrow-link:hover {
        width: 50px;
    }
    .box-list__headline {
        font-size: 18px;
    }
}
.uni-banner {
    position: relative;
}
.uni-banner + .uni-banner {
    margin-top: 0;
}
.uni-banner__link {
    margin-bottom: 0;
}
.uni-banner__link:hover {
    text-decoration: none !important;
}
.uni-banner__title {
    font-size: 40px;
}
.uni-banner__content,
.uni-banner__content *,
.uni-banner__title,
.uni-banner__title:hover {
    color: #fff !important;
}
.uni-banner__content h2 {
    font-size: 40px;
}
.uni-banner__close {
    position: absolute;
    right: 15px;
    top: 15px;
    display: block;
    width: 37px;
    text-align: center;
}
.uni-banner__close-icon:before {
    content: "\D7";
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    cursor: pointer;
}
.multi-upload__label {
    color: #737373;
    margin-bottom: 3px;
    display: block;
    position: relative;
}
.multi-upload__choose {
    text-transform: uppercase;
    color: #fff;
    padding: 19px 90px 17px 30px;
    background-color: #f24f00;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    border: 0;
    cursor: pointer;
}
.multi-upload__choose,
.multi-upload__choose:before {
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.multi-upload__choose:before {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 100%;
    right: 60px;
    top: 0;
    background-color: #f57b40;
}
.multi-upload__choose:after {
    position: absolute;
    content: "";
    display: block;
    width: 22px;
    height: 20px;
    top: 50%;
    margin-top: -10px;
    right: 19px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/download-white.svg");
    background-size: 100%;
}
.multi-upload__choose:hover {
    background-color: #000;
}
.multi-upload__choose:hover:before {
    background-color: #1a1a1a;
}
.multi-upload__choose:active {
    transform: scale(0.95);
}
.multi-upload__choose:active,
.multi-upload__choose:focus {
    outline: none;
}
.ramJetProgressWrapper {
    width: 100%;
}
.ramJetProgressWrapper .progressContainer {
    margin: 0 0 5px;
    padding: 25px 65px 25px 30px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ramJetProgressWrapper .progressContainer:hover {
    box-shadow: 0 5px 40px rgba(0, 0, 0, 0.1);
    z-index: 1;
}
.ramJetProgressWrapper .message {
    margin: 1em 0;
    padding: 10px 20px;
    border: 1px solid #fd9;
    background-color: #ffc;
    overflow: hidden;
}
.ramJetProgressWrapper .red {
    background-color: #a94442;
}
.ramJetProgressWrapper .red .progressBarStatus,
.ramJetProgressWrapper .red .progressName {
    color: #fff;
}
.ramJetProgressWrapper .red a.progressCancel {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/trash-can-white.svg");
    background-size: 100%;
}
.ramJetProgressWrapper .progressName {
    font-size: 16px;
    color: #737373;
    text-align: left;
    white-space: normal;
    word-wrap: break-word;
}
.ramJetProgressWrapper .progressBarComplete,
.ramJetProgressWrapper .progressBarError,
.ramJetProgressWrapper .progressBarInProgress {
    font-size: 0;
    width: 0;
    height: 2px;
    background-color: #f24f00;
    margin-top: 2px;
}
.ramJetProgressWrapper .progressBarComplete {
    width: 100%;
    background-color: #063;
    visibility: hidden;
}
.ramJetProgressWrapper .progressBarError {
    width: 100%;
    background-color: red;
    visibility: hidden;
}
.ramJetProgressWrapper .progressBarStatus {
    font-size: 14px;
    text-align: left;
    color: #737373;
}
.ramJetProgressWrapper a.progressCancel {
    font-size: 0;
    display: block !important;
    width: 23px;
    height: 27px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/trash-can-orange.svg");
    background-size: 100%;
    position: absolute;
    right: 30px;
    top: 50%;
    margin-top: -13px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ramJetProgressWrapper a.progressCancel:hover {
    transform: scale(1.2);
}
.swfupload {
    position: absolute;
    z-index: 1;
} /*!
 * Datepicker v0.5.3
 * https://github.com/fengyuanchen/datepicker
 *
 * Copyright (c) 2014-2017 Fengyuan Chen
 * Released under the MIT license
 *
 * Date: 2017-06-15T11:00:53.699Z
 */
.datepicker-container {
    font-size: 12px;
    line-height: 30px;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    margin-top: -10px;
    width: 350px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #f24f00;
    direction: ltr !important;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.datepicker-container ul li:before {
    display: none;
}
.datepicker-dropdown {
    position: absolute;
    z-index: 1;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
}
.datepicker-inline {
    position: static;
}
.datepicker-top-left,
.datepicker-top-right {
    border-top-color: #c64100;
}
.datepicker-top-left:after,
.datepicker-top-left:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
    top: -5px;
    left: 10px;
    border-top: 0;
}
.datepicker-top-left:before,
.datepicker-top-right:before {
    border-bottom-color: #c64100;
}
.datepicker-top-left:after,
.datepicker-top-right:after {
    top: -4px;
    border-bottom-color: #fff;
}
.datepicker-bottom-left,
.datepicker-bottom-right {
    border-bottom-color: #c64100;
}
.datepicker-bottom-left:after,
.datepicker-bottom-left:before,
.datepicker-bottom-right:after,
.datepicker-bottom-right:before {
    bottom: -5px;
    left: 10px;
    border-bottom: 0;
}
.datepicker-bottom-left:before,
.datepicker-bottom-right:before {
    border-top-color: #c64100;
}
.datepicker-bottom-left:after,
.datepicker-bottom-right:after {
    bottom: -4px;
    border-top-color: #fff;
}
.datepicker-bottom-right:after,
.datepicker-bottom-right:before,
.datepicker-top-right:after,
.datepicker-top-right:before {
    right: 10px;
    left: auto;
}
.datepicker-panel > ul:after,
.datepicker-panel > ul:before {
    display: table;
    content: " ";
}
.datepicker-panel > ul:after {
    clear: both;
}
.datepicker-panel > ul {
    width: 100%;
    margin: 0;
    padding: 0;
}
.datepicker-panel > ul > li {
    float: left;
    font-size: 16px;
    line-height: 49px;
    width: 47px;
    height: 47px;
    margin: 0;
    padding: 0;
    list-style: none;
    cursor: pointer;
    text-align: center;
    background-color: #f24f00;
    color: #fff;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.datepicker-panel[data-view="days picker"] ul:first-child,
.datepicker-panel[data-view="months picker"] ul:first-child,
.datepicker-panel[data-view="years picker"] ul:first-child {
    padding-top: 15px;
    padding-bottom: 10px;
    background-color: #d94700;
}
.datepicker-panel > ul[data-view="days"] {
    padding: 10px;
}
.datepicker-panel > ul > li:hover {
    background-color: #d94700;
}
.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
    color: #b53b00;
}
.datepicker-panel > ul > li.highlighted {
    background-color: #e84c00;
}
.datepicker-panel > ul > li.highlighted:hover {
    background-color: #d94700;
}
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
    color: #f24f00;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
    cursor: default;
    color: #fff;
    background-color: #d94700;
}
.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
    background-color: #d94700;
}
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="next"] {
    font-size: 0;
    width: 100px;
    background-color: #d94700;
    position: relative;
}
.datepicker-panel > ul > li[data-view="month next"]:before,
.datepicker-panel > ul > li[data-view="month prev"]:before,
.datepicker-panel > ul > li[data-view="year next"]:before,
.datepicker-panel > ul > li[data-view="year prev"]:before,
.datepicker-panel > ul > li[data-view="years next"]:before,
.datepicker-panel > ul > li[data-view="years prev"]:before,
.datepicker-panel > ul > li[data-view="next"]:before {
    position: absolute;
    content: "";
    display: block;
    width: 7px;
    height: 14px;
    top: 17px;
}
.datepicker-panel > ul > li[data-view="month prev"]:before,
.datepicker-panel > ul > li[data-view="year prev"]:before,
.datepicker-panel > ul > li[data-view="years prev"]:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-left-white-medium.svg");
    background-size: 100%;
    right: 10px;
    left: auto;
    background-color: transparent;
}
.datepicker-panel > ul > li[data-view="month next"]:before,
.datepicker-panel > ul > li[data-view="year next"]:before,
.datepicker-panel > ul > li[data-view="years next"]:before,
.datepicker-panel > ul > li[data-view="next"]:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-white-medium.svg");
    background-size: 100%;
    left: 10px;
    background-color: transparent;
}
.datepicker-panel > ul > li[data-view="month current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="years current"] {
    width: 150px;
    background-color: #d94700;
    font-weight: 700;
    text-transform: uppercase;
}
.datepicker-panel > ul[data-view="months"] > li,
.datepicker-panel > ul[data-view="years"] > li {
    line-height: 55px;
    width: 55px;
    height: 55px;
    float: none;
    display: inline-block;
    vertical-align: top;
}
.datepicker-panel > ul[data-view="months"],
.datepicker-panel > ul[data-view="years"] {
    text-align: center;
    padding: 10px;
}
.datepicker-panel > ul[data-view="week"] {
    padding: 0 10px 10px;
    background-color: #d94700;
}
.datepicker-panel > ul[data-view="week"] > li {
    width: 47px;
    background-color: #d94700;
    font-size: 13px;
    font-weight: 500;
}
.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
    cursor: default;
}
.datepicker-hide {
    display: none;
}
.datepicker-container--light {
    background-color: #fff;
}
.datepicker-container--light .datepicker-panel > ul > li {
    background-color: #fff;
    color: #363738;
}
.datepicker-container--light .datepicker-panel > ul > li:hover {
    background-color: #f1f1f1;
}
.datepicker-container--light .datepicker-panel > ul > li.muted,
.datepicker-container--light .datepicker-panel > ul > li.muted:hover {
    color: silver;
}
.datepicker-container--light .datepicker-panel > ul > li[data-view="month next"],
.datepicker-container--light .datepicker-panel > ul > li[data-view="month prev"],
.datepicker-container--light .datepicker-panel > ul > li[data-view="year next"],
.datepicker-container--light .datepicker-panel > ul > li[data-view="year prev"],
.datepicker-container--light .datepicker-panel > ul > li[data-view="years next"],
.datepicker-container--light .datepicker-panel > ul > li[data-view="years prev"],
.datepicker-container--light .datepicker-panel > ul > li[data-view="next"] {
    background-color: #f8f7f7;
}
.datepicker-container--light .datepicker-panel > ul > li[data-view="month current"],
.datepicker-container--light .datepicker-panel > ul > li[data-view="year current"],
.datepicker-container--light .datepicker-panel > ul > li[data-view="years current"] {
    background-color: #f8f7f7;
    color: #747474;
}
.datepicker-container--light .datepicker-panel > ul[data-view="week"],
.datepicker-container--light .datepicker-panel[data-view="days picker"] ul:first-child,
.datepicker-container--light .datepicker-panel[data-view="months picker"] ul:first-child,
.datepicker-container--light .datepicker-panel[data-view="years picker"] ul:first-child {
    background-color: #f8f7f7;
}
.datepicker-container--light .datepicker-panel > ul[data-view="week"] > li {
    background-color: #f8f7f7;
    color: #bbbaba;
}
.datepicker-container--light .datepicker-panel > ul > li[data-view="month next"]:before,
.datepicker-container--light .datepicker-panel > ul > li[data-view="year next"]:before,
.datepicker-container--light .datepicker-panel > ul > li[data-view="years next"]:before,
.datepicker-container--light .datepicker-panel > ul > li[data-view="next"]:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-right-orange-medium.svg");
    background-size: 100%;
}
.datepicker-container--light .datepicker-panel > ul > li[data-view="month prev"]:before,
.datepicker-container--light .datepicker-panel > ul > li[data-view="year prev"]:before,
.datepicker-container--light .datepicker-panel > ul > li[data-view="years prev"]:before {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/arrow-left-orange-medium.svg");
    background-size: 100%;
}
.datepicker-container--light .datepicker-panel > ul > li.picked,
.datepicker-container--light .datepicker-panel > ul > li.picked:hover {
    background-color: #f24f00;
    color: #fff;
}
.datepicker-container.datepicker-container--orange {
    width: 370px;
}
.datepicker-container.datepicker-container--orange .datepicker-panel ul li.disabled,
.datepicker-container.datepicker-container--orange:hover {
    background-color: #9f3704;
}
.datepicker-container.datepicker-container--orange .datepicker-panel ul li[data-view="month prev"].disabled {
    background-color: transparent;
}
.datepicker-container.datepicker-container--orange .datepicker-panel ul li[data-view="month prev"].disabled:before {
    background-image: none;
}
.datepicker-container.datepicker-container--orange .datepicker-panel ul li[data-view="month next"].disabled {
    background-color: transparent;
}
.datepicker-container.datepicker-container--orange .datepicker-panel ul li[data-view="month next"].disabled:before {
    background-image: none;
}
.datepicker-container.datepicker-container--orange .datepicker-panel ul li[data-view="day disabled"],
.datepicker-container.datepicker-container--orange .datepicker-panel ul li[data-view="day next"],
.datepicker-container.datepicker-container--orange .datepicker-panel ul li[data-view="day picked"],
.datepicker-container.datepicker-container--orange .datepicker-panel ul li[data-view="day prev"],
.datepicker-container.datepicker-container--orange .datepicker-panel ul li[data-view="day"] {
    width: 50px;
}
.ui-autocomplete {
    width: 230px;
    transform: translateY(30px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    position: fixed !important;
    top: 50px !important;
    z-index: 1000;
}
.ui-autocomplete:before {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    top: -10px;
    margin-left: -10px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 10px;
    border-color: transparent transparent #fff;
}
.ui-autocomplete .ui-menu-item {
    padding: 0;
}
.ui-autocomplete .ui-menu-item:before {
    display: none;
}
.ui-autocomplete .ui-menu-item + .ui-menu-item {
    border-top: 1px solid #eeedeb;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper {
    padding: 18px 30px;
    background-color: #fff;
    color: #010101;
    cursor: pointer;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.ui-autocomplete .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    background-color: #f24f00;
    color: #fff;
}
@media (max-width: 1270px) {
    .ui-autocomplete {
        width: 175px !important;
    }
}
@media (max-width: 1024.98px) {
    .ui-autocomplete {
        display: none !important;
    }
}
.video-box {
    padding-top: 40px;
    padding-bottom: 20px;
    transition: opacity 0.5s ease, transform 0.5s ease, box-shadow 0.3s ease;
}
.video-box.animated {
    opacity: 0;
    transform: scale(0.9);
}
.video-box.animated.show {
    opacity: 1;
    transform: scale(1);
}
.video-box__container {
    color: #fff;
}
.video-box__video {
    height: 400px;
    cursor: pointer;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
}
.video-box__video:hover:after,
.video-box__video:hover:before {
    transform: scale(1.1);
}
.video-box__video:before {
    width: 80px;
    height: 80px;
    background-color: #fff;
    border-radius: 100%;
    margin-top: -40px;
    margin-left: -40px;
}
.video-box__video:after,
.video-box__video:before {
    position: absolute;
    content: "";
    display: block;
    left: 50%;
    top: 50%;
    opacity: 0.95;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.video-box__video:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 12px 0 12px 20px;
    border-color: transparent transparent transparent #000;
    margin-top: -12px;
    margin-left: -7px;
}
.video-box__video--ap {
    background-image: url(../images/deska-rigips.jpg);
}
.video-box__headine {
    color: #fff;
    margin-bottom: 10px;
}
.video-box__subtitle {
    color: #363738;
}
.video-box__text {
    font-size: 18px;
}
.video-box__text:last-child {
    margin-bottom: 0;
}
.video-box__video-link {
    display: block;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 10000;
}
@media (max-width: 1024.98px) {
    .video-box__video {
        margin-top: 20px;
        height: 320px;
    }
}
@media (max-width: 767.98px) {
    .video-box__container {
        padding: 20px;
    }
    .video-box__video {
        height: 260px;
    }
}
@media (max-width: 413.98px) {
    .video-box__container {
        padding: 15px;
    }
    .video-box {
        padding-top: 30px;
    }
    .video-box__video {
        height: 190px;
    }
    .video-box__video:before {
        width: 60px;
        height: 60px;
        margin-left: -30px;
        margin-top: -30px;
    }
    .video-box__video:after {
        border-width: 8px 0 8px 14px;
        margin-top: -8px;
        margin-left: -5px;
    }
    .video-box__text {
        font-size: 16px;
    }
    .video-box__headine {
        margin-bottom: 15px;
    }
}
.icon-box {
    position: relative;
    padding-top: 130px;
}
.icon-box p {
    margin-bottom: 10px;
}
.icon-box__icon {
    fill: #f24f00;
    width: 60px;
    height: 60px;
    top: 50px;
    left: 50%;
    margin-left: -25px;
    margin-bottom: 0;
}
.icon-box__title {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
    color: #f24f00;
    text-transform: uppercase;
    padding: 0 45px;
}
.icon-box__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    padding: 0 30px;
}
.icon-items__headline {
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    color: #363738;
}
@media (max-width: 1024.98px) {
    .icon-box {
        padding-left: 10px;
        padding-right: 10px;
    }
    .icon-items__headline {
        font-size: 22px;
    }
}
@media (max-width: 767.98px) {
    .icon-box {
        height: auto;
        margin-bottom: 10px;
    }
}
@media (max-width: 413.98px) {
    .icon-box {
        padding-top: 105px;
    }
}
.gradient-box {
    position: relative;
    overflow: hidden;
    padding: 40px 15px;
    box-shadow: 0 24px 40px rgba(26, 26, 26, 0.16);
    color: #fff;
}
@media (min-width: 768px) {
    .gradient-box {
        padding: 64px 20px;
    }
}
@media (min-width: 1440px) {
    .gradient-box {
        padding: 80px 64px;
    }
}
.gradient-box p {
    color: #fff;
}
.gradient-box:before {
    position: absolute;
    content: "";
    width: 200%;
    height: 200%;
    left: 0;
    top: 0;
    background: #f24f00;
    background: -moz-radial-gradient(center, ellipse cover, #f24f00 0, #fa6900 100%);
    background: -webkit-radial-gradient(center, ellipse cover, #f24f00 0, #fa6900 100%);
    background: radial-gradient(ellipse at center, #f24f00 0, #fa6900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f24f00",endColorstr="#fa6900",GradientType=1);
}
.gradient-box.gradient-box--bottom-overflow {
    margin-bottom: -50px;
}
@media (min-width: 768px) {
    .gradient-box.gradient-box--bottom-overflow {
        margin-bottom: -80px;
    }
}
.gradient-box.gradient-box--top-overflow {
    margin-top: -50px;
}
@media (min-width: 768px) {
    .gradient-box.gradient-box--top-overflow {
        margin-top: -80px;
    }
}
.gradient-box.gradient-box--style-2 {
    padding: 40px 30px;
}
@media (min-width: 768px) {
    .gradient-box.gradient-box--style-2 {
        padding: 48px;
    }
}
@media (min-width: 1025px) {
    .gradient-box.gradient-box--style-2 {
        padding: 64px;
    }
}
@media (min-width: 1440px) {
    .gradient-box.gradient-box--style-2 {
        padding-left: 96px;
        padding-right: 96px;
    }
}
.gradient-box.gradient-box--style-2 .gradient-box__headline {
    text-align: left;
    margin-bottom: 10px;
}
.gradient-box.gradient-box--style-3 {
    padding: 28px 64px;
}
.gradient-box.gradient-box--style-3 .gradient-box__headline {
    text-align: left;
    margin-bottom: 10px;
}
.gradient-box__content {
    position: relative;
}
.gradient-box__headline {
    font-family: RoobertCEZ, sans-serif;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
    margin-bottom: 30px;
}
@media (min-width: 1025px) {
    .gradient-box__headline {
        margin-bottom: 70px;
    }
}
.gradient-box__headline.gradient-box__headline--small {
    font-family: RoobertCEZ, sans-serif;
    color: #363738;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
}
.gradient-box__icon-text {
    position: relative;
    min-height: 48px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
@media (max-width: 413.98px) {
    .gradient-box__icon-text {
        flex-direction: column;
    }
}
.gradient-box__icon-text.gradient-box__icon-text--large {
    min-height: 72px;
}
.gradient-box__icon-text p {
    margin: 0;
    font-family: RoobertCEZ, sans-serif;
}
.gradient-box__icon-text p + p {
    margin-top: 10px;
}
.gradient-box__icon-text-icon {
    width: 48px;
    height: 48px;
    left: 0;
    top: 0;
    fill: #fff;
}
@media (max-width: 413.98px) {
    .gradient-box__icon-text-icon {
        margin-bottom: 30px;
    }
}
.gradient-box__icon-text-icon.gradient-box__icon-text-icon--large {
    width: 120px;
    height: 72px;
    margin-right: 5px;
    flex-shrink: 0.4;
}
.gradient-box__icon-text-icon.gradient-box__icon-text-icon--no-fill {
    fill: transparent;
}
.tile-box {
    margin-bottom: 20px;
}
.tile-box__margin {
    margin-bottom: 0;
}
@media (max-width: 1024.98px) {
    .tile-box__margin,
    .tile-box__margin--third {
        margin-bottom: 70px;
    }
}
@media (max-width: 767.98px) {
    .tile-box__margin--third {
        margin-bottom: 20px;
    }
}
.tile-box__container {
    padding: 38px 40px 30px 47px;
    height: 100%;
}
.tile-box__headline {
    margin-bottom: 10px;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}
.tile-box__text {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    margin-bottom: 0;
}
.tile-box__link {
    font-weight: 400;
    font-size: 20px;
    line-height: 20px;
    text-transform: none;
    margin-top: 20px;
}
.virtual-tour-box {
    padding-bottom: 0;
}
.virtual-tour-box__image {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    min-height: 430px;
}
.contacts-detail-map {
    position: relative;
    background-color: #d4d4d4;
}
.contacts-detail-map,
.contacts-detail-map p {
    font-family: RoobertCEZ, sans-serif;
}
@media (min-width: 768px) {
    .contacts-detail-map {
        height: 640px;
    }
}
.contacts-detail-map__iframe {
    height: 210px;
}
@media (min-width: 414px) {
    .contacts-detail-map__iframe {
        height: 300px;
    }
}
@media (min-width: 768px) {
    .contacts-detail-map__iframe {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }
}
.contacts-detail-map__box {
    background-color: #fff;
    padding: 40px 24px 16px;
}
@media (min-width: 768px) {
    .contacts-detail-map__box {
        position: absolute;
        width: 360px;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        padding: 56px 56px 26px;
        box-shadow: 0 24px 38px 3px rgba(0, 0, 0, 0.07), 0 9px 46px 8px rgba(0, 0, 0, 0.06), 0 11px 15px -7px rgba(0, 0, 0, 0.1);
    }
}
@media (min-width: 1440px) {
    .contacts-detail-map__box {
        width: 440px;
        padding-left: 64px;
        padding-right: 64px;
        left: calc((100vw - 1110px) / 2);
    }
}
@media (min-width: 414px) {
    .contacts-detail-map__box-container {
        max-width: 510px;
        margin: auto;
    }
}
@media (min-width: 768px) {
    .contacts-detail-map__box-container {
        max-width: unset;
        margin: 0;
    }
}
.contacts-detail-map__headline {
    font-family: RoobertCEZ, sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 700;
    color: #363738;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .contacts-detail-map__headline {
        margin-bottom: 30px;
    }
}
.contacts-detail-map__icon-block {
    position: relative;
    padding: 24px 0 24px 80px;
    border-top: 1px solid #d4d4d4;
}
@media (min-width: 768px) {
    .contacts-detail-map__icon-block {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
.contacts-detail-map__icon-block p {
    margin: 0;
}
.contacts-detail-map__icon-block p + p {
    margin-top: 1.5rem;
}
.contacts-detail-map__icon {
    position: absolute;
    width: 47px;
    height: 47px;
    fill: #f24f00;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ideas-container__info {
    display: block;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 34px;
    padding: 67px 0 70px;
}
.ideas-container__img {
    padding-left: 40px;
}
.reasons-icon-box__icon {
    fill: transparent;
    width: auto;
    margin: 40px auto 25px;
}
.virtualtour-container {
    height: 510px;
    width: 100%;
    padding-bottom: 0;
}
.visit-icon-box {
    padding-left: 70px;
}
@media (max-width: 1439.98px) {
    .visit-icon-box {
        padding-left: 50px;
    }
}
@media (max-width: 1024.98px) {
    .visit-icon-box {
        padding-left: 30px;
    }
}
@media (max-width: 767.98px) {
    .visit-icon-box {
        padding-left: 15px;
    }
}
.visit-icon-box__icon {
    width: 26px;
    height: 26px;
    left: 0;
    top: 50%;
    position: absolute;
    transform: translateY(-50%);
    fill: transparent;
}
.visit-icon-box__icon .visit-icon-box__icon--small {
    height: 18px;
}
.visit-icon-box__title {
    font-family: RoobertCEZ, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #737373;
    padding: 12px 15px 12px 48px;
    position: relative;
    margin-bottom: 0;
}
@media (max-width: 767.98px) {
    .person-icon-box {
        padding-bottom: 50px;
    }
}
.person-icon-box__title {
    font-family: RoobertCEZ, sans-serif;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    padding: 12px 15px 12px 94px;
    position: relative;
    margin-bottom: 0;
}
.person-icon-box__icon {
    width: 77px;
    height: 77px;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
}
@media (max-width: 767.98px) {
    .ideas-container__info {
        float: none;
        text-align: center;
    }
    .ideas-container__img {
        text-align: center;
    }
}
.references-box {
    padding: 44px 118px 69px;
    height: 100%;
}
.references-box.references-box--simple {
    margin-left: 0;
}
@media (min-width: 1025px) {
    .references-box {
        padding: 44px 118px;
        height: auto;
        width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media (max-width: 1439.98px) {
    .references-box {
        padding: 30px 68px 50px;
    }
}
@media (max-width: 1024.98px) {
    .references-box {
        margin-top: 0;
        margin-left: 0;
        padding: 22px 50px 24px;
    }
}
@media (max-width: 767.98px) {
    .references-box {
        padding: 22px 30px 35px;
        margin: 20px 0 0;
        height: auto;
    }
}
.references-box__text {
    font-family: RoobertCEZ, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 26px;
    margin: 0 0 15px;
    font-style: italic;
}
.references-box__quotes {
    width: 30px;
    height: 24px;
    fill: #dcdcdc;
    margin-bottom: 24px;
}
.references-box__signature {
    font-family: RoobertCEZ, sans-serif;
    font-size: 16px;
    line-height: 22px;
    padding-left: 44px;
    margin-bottom: 0;
}
.references-ic-swiper .swiper-wrapper .swiper-slide {
    transform: none;
}
@media (min-width: 1025px) {
    .references-ic-swiper .swiper-wrapper .swiper-slide {
        min-width: 300px;
        min-height: 225px;
        position: relative;
        width: 100%;
        height: 100%;
        display: block;
    }
}
@media (min-width: 1025px) {
    .references-ic-swiper {
        padding: 0;
        width: 100%;
        height: 100%;
    }
}
@media (max-width: 1024.98px) {
    .references-ic-swiper {
        background-color: #fff;
    }
}
.references-ic-swiper__container {
    position: relative;
    padding-bottom: 40px;
}
@media (min-width: 1025px) {
    .references-ic-swiper__container {
        padding-bottom: 0;
    }
}
.references-ic-swiper__slide {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: auto;
    justify-content: space-between;
}
@media (min-width: 768px) {
    .references-ic-swiper__slide {
        flex-direction: row;
    }
}
.references-box--combined__title {
    padding-left: 40px;
}
@media (max-width: 1072px) and (min-width: 1025px) {
    .references-box--combined__title {
        font-size: 26px;
    }
}
@media (max-width: 1024.98px) {
    .references-box--combined__title {
        padding-top: 30px;
        padding-left: 0;
    }
}
.references-box--simple--combined__title {
    padding-top: 100px;
    padding-left: 0;
}
@media (max-width: 1024.98px) {
    .references-box--simple--combined__title {
        padding-top: 20px;
    }
}
.references-box--simple--combined .references-ic-swiper__prev {
    left: -10px !important;
}
@media (min-width: 1440px) {
    .references-box--simple--combined .references-ic-swiper__prev {
        left: -30px !important;
    }
}
@media (min-width: 768px) {
    .references-box--simple--combined .references-ic-swiper__prev {
        top: 60%;
    }
}
@media (max-width: 1024.98px) {
    .references-box--simple--combined .references-ic-swiper__prev {
        top: 50%;
        left: -15px !important;
    }
}
@media (min-width: 768px) {
    .references-box--simple--combined .references-ic-swiper__next {
        top: 60%;
    }
}
@media (max-width: 1024.98px) {
    .references-box--simple--combined .references-ic-swiper__next {
        top: 50%;
    }
}
.references-box--combined {
    margin-left: 40px;
    height: 100%;
}
.references-box--combined.references-box--simple--combined {
    margin-left: 0;
    height: auto;
}
@media (max-width: 1024.98px) {
    .references-box--combined {
        margin-left: 0;
        height: auto;
    }
}
.references-box--combined .references-ic-swiper__prev {
    left: -70px;
    top: 56%;
}
.references-box--combined .references-ic-swiper__prev .references-ic-swiper__navigation-icon {
    left: 19px;
}
@media (min-width: 1440px) {
    .references-box--combined .references-ic-swiper__prev .references-ic-swiper__navigation-icon {
        left: 33px;
    }
}
@media (min-width: 1440px) {
    .references-box--combined .references-ic-swiper__prev {
        left: 13px;
    }
}
@media (max-width: 1439.98px) {
    .references-box--combined .references-ic-swiper__prev {
        left: 22px;
    }
}
@media (max-width: 1024.98px) {
    .references-box--combined .references-ic-swiper__prev {
        left: -15px;
    }
}
.references-box--combined .references-ic-swiper__next {
    right: -70px;
    top: 56%;
}
.references-box--combined .references-ic-swiper__next .references-ic-swiper__navigation-icon {
    left: 21px;
}
@media (min-width: 1440px) {
    .references-box--combined .references-ic-swiper__next .references-ic-swiper__navigation-icon {
        left: 36px;
    }
}
@media (min-width: 1440px) {
    .references-box--combined .references-ic-swiper__next {
        right: -30px;
    }
}
@media (max-width: 1439.98px) {
    .references-box--combined .references-ic-swiper__next {
        right: -10px;
    }
}
@media (max-width: 1024.98px) {
    .references-box--combined .references-ic-swiper__next {
        right: -15px;
    }
}
.references-ic-swiper__prev {
    left: -70px;
}
.references-ic-swiper__prev .references-ic-swiper__navigation-icon {
    left: 19px;
}
@media (min-width: 1440px) {
    .references-ic-swiper__prev .references-ic-swiper__navigation-icon {
        left: 33px;
    }
}
@media (min-width: 1440px) {
    .references-ic-swiper__prev {
        left: -40px;
    }
}
@media (max-width: 1439.98px) {
    .references-ic-swiper__prev {
        left: -25px;
    }
}
.references-ic-swiper__next {
    right: -70px;
}
.references-ic-swiper__next .references-ic-swiper__navigation-icon {
    left: 21px;
}
@media (min-width: 1440px) {
    .references-ic-swiper__next .references-ic-swiper__navigation-icon {
        left: 36px;
    }
}
@media (min-width: 1440px) {
    .references-ic-swiper__next {
        right: -40px;
    }
}
@media (max-width: 1439.98px) {
    .references-ic-swiper__next {
        right: -25px;
    }
}
.references-ic-swiper__navigation-icon {
    position: absolute;
    width: 10px;
    height: 18px;
    fill: #fff;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 1440px) {
    .references-ic-swiper__navigation-icon {
        height: 26px;
    }
}
@media (min-width: 768px) {
    .references-ic-swiper__next,
    .references-ic-swiper__prev {
        display: block;
        background-image: none;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        overflow: hidden;
        margin-top: 0;
        transition: all 0.3s ease;
    }
    .references-ic-swiper__next:before,
    .references-ic-swiper__prev:before {
        position: absolute;
        content: "";
        width: 200%;
        height: 200%;
        left: 0;
        top: 0;
        background-color: #bababa;
    }
    .references-ic-swiper__next:after,
    .references-ic-swiper__prev:after {
        position: absolute;
        content: "";
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background-color: rgba(0, 0, 0, 0.35);
    }
}
.references-ic-swiper__next:focus,
.references-ic-swiper__prev:focus {
    outline: none;
}
.references-ic-swiper__next:hover,
.references-ic-swiper__prev:hover {
    transform: scale(1.1);
}
@media (min-width: 1440px) {
    .references-ic-swiper__next,
    .references-ic-swiper__prev {
        width: 80px;
        height: 80px;
        top: 38%;
    }
}
.refetences-swiper__pagination {
    width: 100% !important;
    line-height: 0;
    bottom: 15px !important;
    left: 0;
}
.refetences-swiper__pagination .swiper-pagination-bullet {
    background-color: #b8b3ad;
    opacity: 1;
    margin: 0 0.4rem;
}
.refetences-swiper__pagination .swiper-pagination-bullet:focus {
    outline: none;
}
.refetences-swiper__pagination .swiper-pagination-bullet-active {
    background-color: #f24f00;
}
@media (min-width: 1025px) {
    .refetences-swiper__pagination {
        display: none;
    }
}
.header-pro {
    padding: 0;
}
.header__main-pro {
    padding: 0 15px 0 20px;
    display: flex;
    justify-content: space-between;
}
.header__main-right-pro {
    display: flex;
    align-items: center;
}
.header__logo-pro {
    width: 51px;
    height: 65px;
    color: #063 !important;
    font-size: 30px;
    font-weight: 700;
    line-height: 33px;
    max-width: 222px;
}
.header__logo-pro:before {
    background-image: url(../images/logo-profik.svg);
}
.header__lang-switch-pro {
    z-index: 10;
}
.logo__span-pro {
    color: #063;
    font-weight: 400;
    font-size: 13px;
    display: block;
    line-height: 18px;
    font-style: normal;
    text-transform: none;
    min-width: 222px;
}
@media (min-width: 1025px) {
    .nav-menu-pro {
        display: block;
        width: 100%;
    }
}
.nav-menu__slide-container-pro {
    width: 100%;
    overflow: hidden;
}
@media (min-width: 1025px) {
    .nav-menu__slide-container-pro {
        overflow: visible;
    }
}
.nav-menu__wrapper-pro {
    display: flex;
    justify-content: center;
    transition: transform 0.3s ease;
}
@media (min-width: 1025px) {
    .nav-menu__wrapper-pro {
        position: relative;
        display: block;
        width: 100%;
        transition: none;
    }
}
.nav-menu__container-pro {
    padding: 0 16px;
    overflow: hidden;
}
@media (min-width: 1025px) {
    .nav-menu__container-pro {
        position: relative;
        padding: 0;
        order: 1;
        flex-grow: 1;
        display: flex;
        justify-content: space-between;
        background-color: #fff;
        align-items: center;
    }
}
.nav-menu__list-pro {
    margin: 0;
    padding: 0;
}
@media (min-width: 1025px) {
    .nav-menu__list-pro {
        display: flex;
        padding-left: 7.5px;
        width: 100%;
        align-items: center;
    }
}
.nav-menu__item-pro {
    position: relative;
    list-style-type: none;
    padding: 10px 0 !important;
    padding-left: 0 !important;
}
.nav-menu__item-pro:first-of-type:before {
    display: none;
}
.nav-menu__item-pro:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 24px;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-color: #edecea;
}
.nav-menu__item-pro:after {
    color: #f24f00;
    content: "";
    width: 0;
    height: 3px;
    display: block;
    background: #f24f00;
    transition: all 0.5s ease-in-out;
    margin: 0 10px;
}
.nav-menu__item-pro:hover:after {
    width: 87.5%;
}
@media (max-width: 1439.98px) {
    .nav-menu__item-pro {
        text-align: center;
    }
    .nav-menu__item-pro:before {
        display: none;
    }
}
.nav-menu__item-external {
    text-decoration: none;
    margin-left: auto;
    padding: 0;
}
.nav-menu__item-external:before {
    display: none;
}
.nav-menu__link-pro {
    color: #363738;
    font-size: 16px;
    font-weight: 700;
    line-height: 17.6px;
    text-align: center;
    padding: 0 10px;
}
.nav-menu__link-pro:hover {
    color: #f24f00;
    text-decoration: none;
}
@media (max-width: 1024.98px) {
    .nav-menu__link-pro {
        color: #fff;
    }
}
.nav-menu_external-page {
    color: #fff;
    background-color: #f24f00;
    padding: 11px 15px 9px 10px;
    height: 60px;
    display: flex;
    align-items: center;
}
.nav-menu_external-page:hover {
    text-decoration: none;
    color: #fff;
}
.nav-menu_external-page:hover img {
    transform: rotateY(180deg);
}
.external-page__img {
    width: 38px;
    height: 42px;
    transition: transform 0.5s ease-in-out;
    transform-style: preserve-3d;
}
.nav-menu__inner-pro {
    border-top: 1px solid #edecea;
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.07), 0 7px 8px -4px rgba(0, 0, 0, 0.1);
}
@media (max-width: 1024.98px) {
    .nav-menu__inner-pro {
        border: unset;
        box-shadow: none;
    }
}
.carousel-pro {
    padding: 0;
    padding-top: 90px;
}
@media (max-width: 1024.98px) {
    .carousel-pro {
        padding-top: 0;
    }
}
.swiper-slide-pro {
    background-size: cover;
    background-repeat: no-repeat;
    height: 475px;
    background-position: 50%;
    background-color: #bababa;
}
.swiper-content-pro {
    max-width: 445px;
    margin-top: 150px;
}
.cb-article__headline,
.swiper-headline-pro {
    font-size: 32px;
    font-weight: 500;
    line-height: 20px;
    color: #063;
    font-style: normal;
}
@media (max-width: 1024.98px) {
    .cb-article__headline,
    .swiper-headline-pro {
        line-height: 45px;
    }
}
.swiper-text-pro {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.swiper-pagination-pro .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
    background-color: #f24f00;
    margin: 0 12px !important;
    margin-bottom: 52px !important;
}
.swiper-pagination-pro .swiper-pagination-bullets {
    bottom: 52px !important;
}
.cb-article {
    padding: 0;
}
.cb-article__headline {
    text-align: center;
    padding-bottom: 63px;
    padding-top: 96px;
    margin: 0;
}
.cb-article__text {
    text-align: center;
    margin: 0 auto;
    line-break: auto;
}
.cb-article--sizing {
    padding-bottom: 63px;
    padding-top: 96px;
}
.cb-tile__link {
    width: 100%;
    box-shadow: 0 16px 32px -8px rgba(0, 0, 0, 0.15);
    margin: 0 auto;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}
.cb-tile__link:hover {
    text-decoration: none;
}
.cb-tile__link:hover button {
    color: #363738;
}
.cb-tile__link:hover button:before {
    background-image: url("../images/arrow-right-black.svg");
}
.cb-tile__link:hover button:after {
    background-color: #000;
    transform-origin: left top;
    transform: scale(1);
}
.cb-tile__text-container {
    padding: 0 38px;
    padding-bottom: 42px;
    display: flex;
    flex-direction: column;
    flex: 1;
}
.cb-tile__img {
    background-color: #bababa;
    height: 245px;
}
.cb-tile__headline {
    color: #063;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    text-transform: none;
    padding-top: 36px;
}
.cb-tile__text {
    color: #363738;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    min-height: 48px;
}
.cb-footerTile {
    border-top: 1px solid #dadfe3;
    padding-top: 68px;
    padding-bottom: 0;
}
.cb-footerTile__link {
    background-color: #eef1f3;
    color: #363738;
    font-weight: 700;
    font-size: 20px;
    line-height: 22px;
    padding: 32px 30px 32px 60px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    width: 100%;
}
.cb-footerTile__link:hover img {
    transform: rotateY(1turn);
}
.cb-footerTile__img {
    margin-right: 30px;
    transition: transform 1s ease;
    transform-style: preserve-3d;
}
.cb-visual {
    padding-top: 90px;
    padding-bottom: 0;
}
.cb-visual .cb-visual__breadcrumb {
    padding-top: 25px;
}
.cb-visual .cb-visual__breadcrumb .col-md-2 {
    display: none;
}
.cb-visual .cb-visual__breadcrumb .breadcrumbs--next-to-btn {
    margin-left: 0;
}
@media (max-width: 1439.98px) {
    .cb-visual .cb-visual__breadcrumb {
        padding-top: 0;
    }
}
@media (max-width: 1024.98px) {
    .cb-visual {
        padding-top: 0;
    }
}
.cb-visual__container {
    height: 475px;
    width: 100%;
    position: relative;
    padding: 2rem 0 5rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    color: #fff;
    background-color: #dadfe3;
    transition: all 0.7s;
}
@media (min-width: 768px) {
    .cb-visual__container {
        padding: 3rem 0 7rem;
    }
}
@media (min-width: 1440px) {
    .cb-visual__container {
        padding: 0;
    }
}
.cb-visual__container:hover {
    transition: all 1s;
}
.cb-visual__container:hover .cb-visual__video-play-circle {
    transform: translate(-50%, -50%) rotate(-200deg) scale(1.1);
    background-image: url("/webpublic/ospol/img/svg/source/double-circle-full-orange.svg");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: 50%;
}
.cb-visual__container:hover .cb-visual__video-play {
    transform: translateY(-50%) scale(1.1);
}
.cb-visual__video {
    position: absolute;
    display: block;
    right: 1.5rem;
    bottom: 9rem;
    transform: translateX(-50%);
    width: 6rem;
    height: 6rem;
    bottom: 2rem;
}
.cb-visual__video:hover .cb-visual__video-play-circle {
    transform: translate(-50%, -50%) rotate(-200deg) scale(1.1);
}
.cb-visual__video:hover .cb-visual__video-play {
    transform: translateY(-50%) scale(1.1);
}
@media (min-width: 414px) {
    .cb-visual__video {
        right: 10%;
        bottom: 5rem;
    }
}
@media (min-width: 768px) {
    .cb-visual__video {
        width: 10rem;
        height: 10rem;
        left: 70%;
        bottom: auto;
        top: 12rem;
    }
}
@media (min-width: 1025px) {
    .cb-visual__video {
        top: 8rem;
        width: 10rem;
        height: 10rem;
    }
}
@media (min-width: 1440px) {
    .cb-visual__video {
        top: 8rem;
        width: 13rem;
        height: 13rem;
    }
}
.cb-visual__video-play-circle {
    width: 100%;
    height: 100%;
    fill: var(--primary-color);
    transform: translate(-50%, -50%);
}
.cb-visual__video-play,
.cb-visual__video-play-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transition: transform 0.3s ease;
}
.cb-visual__video-play {
    width: 1.5rem;
    height: 1.5rem;
    fill: #fff;
    transform: translateY(-50%);
    margin-left: -0.6rem;
}
@media (min-width: 768px) {
    .cb-visual__video-play {
        width: 3rem;
        height: 3rem;
        margin-left: -1.2rem;
    }
}
@media (min-width: 1440px) {
    .cb-visual__video-play {
        width: 3.2rem;
        height: 3.8rem;
    }
}
.cb-visual__content {
    max-width: 445px;
    padding-top: 125px;
}
.cb-visual__content-headline {
    font-size: 32px;
    font-weight: 500;
    line-height: 40px;
    color: #063;
    font-style: normal;
}
@media (min-width: 414px) {
    .cb-visual__content-headline {
        line-height: 20px;
    }
}
.cb-visual__content-text {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}
.cb-visual__img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    z-index: -1;
}
.cb-tabs {
    background-color: #fff;
    padding: 0;
}
.cb-tabs .content {
    background-color: #edecea;
}
.cb-tabs ol > li:last-child {
    padding-bottom: 28.5px;
}
.cb-tabs__container {
    padding-top: 115px;
}
.cb-tabs__nav {
    display: flex;
}
.cb-tabs__nav .tabs__nav-item {
    cursor: pointer;
    display: block;
    padding: 15px 20px;
    color: #363738;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
}
@media (min-width: 768px) {
    .cb-tabs__nav .tabs__nav-item {
        padding: 17.5px 48px;
        transition: background-color 0.35s ease;
    }
}
.cb-tabs__nav .tabs__nav-item--active {
    background-color: #fff;
    font-weight: 700;
    color: #f24f00;
}
.cb-tabs__content .tabs__pane {
    background-color: #fff;
    display: none;
}
.cb-tabs__content .tabs__pane--active {
    display: block;
}
.cb-tabs__headline {
    font-weight: 500;
    font-size: 32px;
    line-height: 20px;
    color: #063;
}
@media (max-width: 767.98px) {
    .cb-tabs__headline {
        line-height: 35px;
    }
}
.cb-tabs__preview {
    background-repeat: no-repeat;
    background-position: 50%;
    height: 283px;
    position: relative;
    text-align: center;
}
.cb-tabs__preview .preview__img {
    background-color: #bababa;
    width: 316px;
    height: 197px;
    margin-top: 38px;
}
.cb-tabs__box {
    position: relative;
    margin: 30px 0;
    display: flex;
    background-color: #f3f4f5;
    border-radius: 11px;
}
.cb-tabs__box:hover {
    text-decoration: none;
}
.cb-tabs__box:hover button {
    color: #363738;
}
.cb-tabs__box:hover button:before {
    background-image: url("../images/arrow-right-black.svg");
}
.cb-tabs__box:hover button:after {
    background-color: #000;
    transform-origin: left top;
    transform: scale(1);
}
.cb-tabs__box .box__img {
    position: absolute;
    top: -7%;
    left: 17%;
}
.cb-tabs__box .box__content {
    padding: 103px 29px 60px 38px;
    display: flex;
    flex-direction: column;
}
.cb-tabs__box .box__content .btn,
.cb-tabs__box .box__content .uni-banner__more-link {
    max-width: 116px;
}
.cb-tabs__box .box__headline {
    color: #363738;
    font-weight: 500;
    font-size: 22px;
    line-height: 24px;
}
.cb-tabs__box .box__text {
    color: #363738;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
}
.cb-tabs__list > .cb-tabs__list-item:before {
    content: counter(item) "";
}
.cb-tabs__list {
    padding: 0 15px;
    justify-content: space-between;
}
.cb-tabs__list-item {
    padding: 28.5px 0;
}
.cb-tabs__list-item:before {
    background-color: #f24f00;
    border-radius: 50%;
    width: 31px;
    height: 31px;
    color: #fff;
    font-weight: 400;
    font-size: 21px;
    line-height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 28.5px 0;
}
.cb-tabs__list-item p {
    color: #363738;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    padding-left: 40px;
}
.cb-tabs__list-item img {
    width: 100%;
}
.cb-tabs--sizing {
    padding-bottom: 90px;
}
.header__main {
    padding: 0 0 0 20px;
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
}
.header__hamburger-pro {
    margin-top: 0;
}
.cb-tabs__list-tile {
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cb-tabs__list-content,
.cb-tabs__list-main {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.cb-tabs__list-image__wrapper {
    position: relative;
    height: 275px;
    flex-shrink: 0;
}
@media (max-width: 1024.98px) {
    .cb-tabs__list-image__wrapper {
        height: 500px;
    }
}
@media (max-width: 767.98px) {
    .cb-tabs__list-image__wrapper {
        height: 350px;
    }
}
@media (max-width: 413.98px) {
    .cb-tabs__list-image__wrapper {
        height: 250px;
    }
}
.cb-tabs__list-image__wrapper img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
} /*!
 * https://github.com/YouCanBookMe/react-datetime
 */
.rdt {
    position: relative;
}
.rdtPicker {
    display: none;
    position: absolute;
    width: 250px;
    padding: 4px;
    margin-top: 1px;
    z-index: 99999 !important;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border: 1px solid #f9f9f9;
}
.rdtOpen .rdtPicker {
    display: block;
}
.rdtStatic .rdtPicker {
    box-shadow: none;
    position: static;
}
.rdtPicker .rdtTimeToggle {
    text-align: center;
}
.rdtPicker table {
    width: 100%;
    margin: 0;
}
.rdtPicker td,
.rdtPicker th {
    text-align: center;
    height: 28px;
}
.rdtPicker td {
    cursor: pointer;
}
.rdtPicker .rdtTimeToggle:hover,
.rdtPicker td.rdtDay:hover,
.rdtPicker td.rdtHour:hover,
.rdtPicker td.rdtMinute:hover,
.rdtPicker td.rdtSecond:hover {
    background: #eee;
    cursor: pointer;
}
.rdtPicker td.rdtNew,
.rdtPicker td.rdtOld {
    color: #999;
}
.rdtPicker td.rdtToday {
    position: relative;
}
.rdtPicker td.rdtToday:before {
    content: "";
    display: inline-block;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #428bca;
    border-top-color: rgba(0, 0, 0, 0.2);
    position: absolute;
    bottom: 4px;
    right: 4px;
}
.rdtPicker td.rdtActive,
.rdtPicker td.rdtActive:hover {
    background-color: #428bca;
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.rdtPicker td.rdtActive.rdtToday:before {
    border-bottom-color: #fff;
}
.rdtPicker td.rdtDisabled,
.rdtPicker td.rdtDisabled:hover {
    background: none;
    color: #999;
    cursor: not-allowed;
}
.rdtPicker td span.rdtOld {
    color: #999;
}
.rdtPicker td span.rdtDisabled,
.rdtPicker td span.rdtDisabled:hover {
    background: none;
    color: #999;
    cursor: not-allowed;
}
.rdtPicker th {
    border-bottom: 1px solid #f9f9f9;
}
.rdtPicker .dow {
    width: 14.2857%;
    border-bottom: none;
    cursor: default;
}
.rdtPicker th.rdtSwitch {
    width: 100px;
}
.rdtPicker th.rdtNext,
.rdtPicker th.rdtPrev {
    font-size: 21px;
    vertical-align: top;
}
.rdtNext span,
.rdtPrev span {
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rdtPicker th.rdtDisabled,
.rdtPicker th.rdtDisabled:hover {
    background: none;
    color: #999;
    cursor: not-allowed;
}
.rdtPicker thead tr:first-child th {
    cursor: pointer;
}
.rdtPicker thead tr:first-child th:hover {
    background: #eee;
}
.rdtPicker tfoot {
    border-top: 1px solid #f9f9f9;
}
.rdtPicker button {
    border: none;
    background: none;
    cursor: pointer;
}
.rdtPicker button:hover {
    background-color: #eee;
}
.rdtPicker thead button {
    width: 100%;
    height: 100%;
}
td.rdtMonth,
td.rdtYear {
    height: 50px;
    width: 25%;
    cursor: pointer;
}
td.rdtMonth:hover,
td.rdtYear:hover {
    background: #eee;
}
.rdtCounters {
    display: inline-block;
}
.rdtCounters > div {
    float: left;
}
.rdtCounter {
    height: 100px;
    width: 40px;
}
.rdtCounterSeparator {
    line-height: 100px;
}
.rdtCounter .rdtBtn {
    height: 40%;
    line-height: 40px;
    cursor: pointer;
    display: block;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.rdtCounter .rdtBtn:hover {
    background: #eee;
}
.rdtCounter .rdtCount {
    height: 20%;
    font-size: 1.2em;
}
.rdtMilli {
    vertical-align: middle;
    padding-left: 8px;
    width: 48px;
}
.rdtMilli input {
    width: 100%;
    font-size: 1.2em;
    margin-top: 37px;
}
.rdtTime td {
    cursor: default;
}
.rdtPicker {
    width: auto;
    background-color: #f24f00;
    width: 350px;
    font-size: 12px;
    line-height: 30px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    direction: ltr !important;
    -ms-touch-action: none;
    touch-action: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    border: 0;
    padding: 0;
}
.rdtPicker thead {
    padding: 10px;
}
.rdtPicker thead th {
    background-color: #d94700;
    color: #fff;
    font-size: 16px;
    line-height: 49px;
    font-weight: 400;
    border: 0;
    padding: 0;
}
.rdtPicker .rdtNext,
.rdtPicker .rdtPrev {
    padding: 15px 20px 10px;
}
.rdtPicker .dow {
    padding-bottom: 10px;
}
.rdtPicker thead tr:first-child th:hover {
    background-color: #d94700;
}
.rdtPicker tbody {
    padding: 10px;
}
.rdtPicker td {
    font-size: 16px;
    line-height: 49px;
    width: 47px;
    height: 47px;
    margin: 0;
    padding: 0;
    color: #fff;
    border: 0;
}
.rdtPicker td.rdtToday {
    background-color: #e84c00;
}
.rdtPicker td.rdtToday:before {
    display: none;
}
.rdtPicker td.rdtNew,
.rdtPicker td.rdtOld {
    color: #b53b00;
}
.rdtPicker td:hover {
    background-color: #d94700 !important;
}
.rdtPicker table td:first-child,
.rdtPicker table td:last-child {
    padding: 0;
}
.rdtPicker th.rdtSwitch {
    width: 150px;
    background-color: #d94700;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0;
}
.rdtPicker td.rdtActive {
    color: #f24f00 !important;
    background-color: #fff !important;
    text-shadow: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
    z-index: 1;
}
.rdtMonth,
.rdtYear {
    height: 87px !important;
}
.hp-landing {
    padding-top: 132px;
    padding-bottom: 48px;
}
@media (min-width: 768px) {
    .hp-landing {
        padding-top: 140px;
        padding-bottom: 65px;
    }
}
@media (min-width: 1440px) {
    .hp-landing {
        padding-bottom: 96px;
    }
}
.hp-landing__box {
    padding: 45px 32px;
    background-color: hsla(0, 0%, 100%, 0.85);
    margin-bottom: 24px;
}
@media (min-width: 768px) {
    .hp-landing__box {
        padding: 45px 48px 48px;
        margin-bottom: 65px;
    }
}
.hp-landing__headline {
    color: #363738;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    font-family: RoobertCEZ, sans-serif;
    font-size: 24px;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .hp-landing__headline {
        font-size: 32px;
    }
}
.hp-online-box-image {
    background-color: #fff;
    padding: 40px 32px 45px;
}
@media (min-width: 768px) {
    .hp-online-box-image {
        padding: 80px 50% 72px 50px;
        background-image: url("../images/online-box-image.jpg");
        background-size: auto 100%;
        background-repeat: no-repeat;
        background-position: 52%;
        background-color: #efefef;
    }
}
@media (min-width: 1440px) {
    .hp-online-box-image {
        padding: 75px 45% 67px 95px;
        background-position: 45%;
        height: 100%;
    }
}
.hp-online-box-image__headline {
    color: #f24f00;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.4;
    font-family: RoobertCEZ, sans-serif;
    font-size: 24px;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .hp-online-box-image__headline {
        padding-right: 50px;
    }
}
.hp-online-box-image__btn-toolbar {
    margin-top: 30px;
}
@media (min-width: 414px) {
    .hp-online-box-image__btn-toolbar {
        display: flex;
        align-items: center;
    }
}
.hp-online-box-image__btn {
    display: block;
    margin-bottom: 35px;
}
@media (min-width: 414px) {
    .hp-online-box-image__btn {
        margin-bottom: 0;
    }
}
.hp-online-box-image__btn-simple {
    display: block;
    text-align: center;
}
@media (min-width: 414px) {
    .hp-online-box-image__btn-simple {
        margin-left: 20px;
    }
}
.hp-online-box-list {
    padding: 45px 32px 20px;
    background-color: #f24f00;
}
@media (min-width: 768px) {
    .hp-online-box-list {
        padding: 50px 48px 35px;
    }
}
@media (min-width: 1440px) {
    .hp-online-box-list {
        height: 100%;
    }
}
.hp-online-box-list__headline {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.4;
    font-family: RoobertCEZ, sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}
@media (min-width: 1440px) {
    .hp-online-box-list__headline {
        padding-right: 90px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
}
.hp-online-box-list__link {
    position: relative;
    display: block;
    padding: 20px 15px 20px 0;
    color: #fff;
    font-weight: 700;
    border-bottom: 1px solid #f5773a;
}
.hp-online-box-list__link:visited {
    color: #fff;
}
.hp-online-box-list__link.hp-online-box-list__link--thin {
    font-weight: 400;
    border-bottom: 0;
}
.hp-online-box-list__link:hover {
    color: #fff;
}
.hp-online-box-list__link:hover .hp-online-box-list__link-arrow {
    transform: translate(5px, -50%);
}
@media (min-width: 768px) {
    .hp-online-box-list__link {
        padding-left: 45px;
    }
    .hp-online-box-list__link:last-child {
        border-bottom: 0;
    }
}
@media (min-width: 1440px) {
    .hp-online-box-list__link:last-child {
        border-bottom: 1px solid #f5773a;
    }
    .hp-online-box-list__link.hp-online-box-list__link--thin {
        border-bottom: 0;
    }
}
.hp-online-box-list__link-icon {
    display: none;
}
@media (min-width: 768px) {
    .hp-online-box-list__link-icon {
        display: block;
        position: absolute;
        width: 25px;
        height: 25px;
        fill: #fff;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}
.hp-online-box-list__link-arrow {
    position: absolute;
    fill: #fff;
    width: 15px;
    height: 15px;
    top: 50%;
    right: 5px;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hp-support {
    position: relative;
    padding: 55px 0 48px;
    background-image: url("../images/support.jpg");
    background-size: auto 500px;
    background-repeat: no-repeat;
    background-position: 65%;
}
@media (min-width: 768px) {
    .hp-support {
        padding: 90px 0 95px;
        background-size: cover;
        background-position: 80%;
    }
}
@media (min-width: 1025px) {
    .hp-support {
        background-position: 50%;
    }
}
.hp-support__headline {
    color: #f24f00;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-family: RoobertCEZ, sans-serif;
    text-align: center;
    margin-bottom: 48px;
}
@media (min-width: 768px) {
    .hp-support__headline {
        font-size: 32px;
        margin-bottom: 30px;
        text-align: left;
    }
}
.hp-support__chatbot {
    position: relative;
    padding-left: 88px;
    height: 64px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .hp-support__chatbot {
        margin-bottom: 20px;
    }
}
@media (min-width: 1440px) {
    .hp-support__chatbot {
        padding-left: 96px;
    }
}
.hp-support__chatbot-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
}
.hp-support__chatbot-circle {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    border: 1px solid hsla(33, 7%, 70%, 0.25);
    border-radius: 100%;
}
.hp-support__chatbot-circle:before {
    position: absolute;
    content: "";
    display: block;
    width: 38px;
    height: 28px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("/webpublic/ospol/img/svg/chatbot-black.svg");
    background-size: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    margin-top: -1px;
}
@media (min-width: 1440px) {
    .hp-support-boxes {
        padding-left: 96px;
    }
}
.hp-support-boxes__text {
    color: #fff;
    font-size: 18px;
    margin: 0 0 32px;
}
@media (min-width: 768px) {
    .hp-support-boxes__container {
        display: flex;
    }
}
.hp-support-boxes__container.hp-support-boxes__container--sm-hidden {
    display: none;
}
@media (min-width: 768px) {
    .hp-support-boxes__container.hp-support-boxes__container--sm-hidden {
        display: flex;
    }
}
@media (min-width: 768px) {
    .hp-support-boxes__container.hp-support-boxes__container--list {
        display: block;
    }
    .hp-support-boxes__container.hp-support-boxes__container--list .hp-support-boxes__box {
        padding: 28px 16px 28px 88px;
        display: flex;
        min-height: 80px;
        flex-direction: column;
        justify-content: center;
        text-align: left;
    }
    .hp-support-boxes__container.hp-support-boxes__container--list .hp-support-boxes__box + .hp-support-boxes__box {
        margin: 8px 0 0;
    }
    .hp-support-boxes__container.hp-support-boxes__container--list .hp-support-boxes__box:hover {
        transform: scale(1.04);
    }
    .hp-support-boxes__container.hp-support-boxes__container--list .hp-support-boxes__box-img {
        width: 35px;
        left: 30px;
        top: 50%;
        transform: translateY(-50%);
    }
    .hp-support-boxes__container.hp-support-boxes__container--list .hp-support-boxes__box-text {
        font-size: 18px;
    }
}
.hp-support-boxes__box-container + .hp-support-boxes__box-container {
    margin-top: 8px;
}
@media (min-width: 768px) {
    .hp-support-boxes__box-container + .hp-support-boxes__box-container {
        margin: 0 0 0 16px;
    }
}
@media (min-width: 768px) {
    .hp-support-boxes__box-container {
        flex-grow: 1;
        flex-basis: 0;
    }
}
@media (min-width: 1025px) {
    .hp-support-boxes__box-container {
        flex-basis: 152px;
        flex-grow: 0;
    }
}
.hp-support-boxes__box {
    position: relative;
    padding: 16px 16px 16px 100px;
    background-color: #fff;
    display: flex;
    min-height: 80px;
    flex-direction: column;
    justify-content: center;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    border-radius: 6px;
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.07), 0 5px 22px 4px rgba(0, 0, 0, 0.06), 0 7px 8px -4px rgba(0, 0, 0, 0.1);
    transform: scale(1.001);
}
.hp-support-boxes__box:hover {
    transform: scale(1.08);
}
.hp-support-boxes__box:active {
    transform: scale(0.95);
}
.hp-support-boxes__box + .hp-support-boxes__box {
    margin-top: 8px;
}
@media (min-width: 768px) {
    .hp-support-boxes__box + .hp-support-boxes__box {
        margin: 0 0 0 16px;
    }
}
@media (min-width: 768px) {
    .hp-support-boxes__box {
        padding: 102px 15px 30px;
        flex-grow: 1;
        flex-basis: 0;
        text-align: center;
    }
}
@media (min-width: 1025px) {
    .hp-support-boxes__box {
        flex-basis: 143px;
        flex-grow: 0;
    }
}
.hp-support-boxes__box-img {
    position: absolute;
    width: 35px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
@media (min-width: 768px) {
    .hp-support-boxes__box-img {
        width: 44px;
        top: 34px;
        left: 50%;
        transform: translateX(-50%);
    }
}
.hp-support-boxes__box-text {
    margin: 0;
    font-size: 18px;
    color: #363738;
    font-weight: 500;
    line-height: 1.3;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
@media (min-width: 768px) {
    .hp-support-boxes__box-text {
        font-size: 16px;
    }
}
.hp-support-boxes__dropdown {
    position: relative;
    border-radius: 6px;
    border: 1px solid hsla(33, 7%, 70%, 0.25);
}
@media (min-width: 768px) {
    .hp-support-boxes__dropdown.hp-support-boxes__dropdown--md-hidden {
        display: none;
    }
}
.hp-support-boxes__dropdown.hp-support-boxes__dropdown--opened .hp-support-boxes__dropdown-trigger .svg-icon {
    transform: translateY(-50%) rotate(-180deg);
}
.hp-support-boxes__dropdown.hp-support-boxes__dropdown--opened .hp-support-boxes__dropdown-window {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
}
.hp-support-boxes__dropdown-trigger {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 26px 45px 26px 88px;
    min-height: 80px;
}
.hp-support-boxes__dropdown-trigger .svg-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    fill: #f24f00;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hp-support-boxes__dropdown-img {
    position: absolute;
    width: 34px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
}
.hp-support-boxes__dropdown-text {
    margin: 0;
    font-size: 18px;
    font-weight: 500;
}
.hp-support-boxes__dropdown-window {
    position: absolute;
    top: calc(100% + 8px);
    left: -1px;
    width: calc(100% + 2px);
    background-color: #fff;
    z-index: 1;
    border-radius: 6px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-10px);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hp-support-boxes__dropdown-item {
    display: block;
    position: relative;
    padding: 22px 15px 22px 88px;
    color: #363738;
    font-size: 18px;
}
.hp-support-boxes__dropdown-item:visited {
    color: #363738;
}
.hp-support-boxes__dropdown-item + .hp-support-boxes__dropdown-item {
    border-top: 1px solid #dfddda;
}
.hp-support-boxes__dropdown-item:active .hp-support-boxes__dropdown-item-img {
    transform: translateY(-50%) scale(0.9);
}
.hp-support-boxes__dropdown-item-img {
    position: absolute;
    width: 30px;
    left: 30px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hp-image-fade-box {
    position: relative;
    padding: 65px 32px;
    background-color: #fff;
    background-size: 150%;
    background-repeat: no-repeat;
    background-position: 70% bottom;
}
.hp-image-fade-box:before {
    position: absolute;
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: hsla(0, 0%, 100%, 0.7);
}
.hp-image-fade-box * {
    position: relative;
}
.hp-image-fade-box p {
    margin: 0 0 30px;
}
@media (max-width: 1439.98px) {
    .hp-image-fade-box p {
        max-width: 75%;
    }
}
@media (min-width: 768px) {
    .hp-image-fade-box {
        padding: 64px 48px 130px;
        background-size: 100%;
        background-position: bottom;
        height: 100%;
    }
    .hp-image-fade-box:before {
        background-color: hsla(0, 0%, 100%, 0.4);
    }
}
@media (min-width: 1440px) {
    .hp-image-fade-box {
        padding: 100px 96px 245px;
    }
    .hp-image-fade-box:before {
        display: none;
    }
}
.hp-image-fade-box.hp-image-fade-box--wide {
    margin-bottom: 24px;
    background-size: auto 100%;
    background-position: 0 100%;
}
.hp-image-fade-box.hp-image-fade-box--wide:before {
    background-color: hsla(0, 0%, 100%, 0.85);
}
@media (min-width: 768px) {
    .hp-image-fade-box.hp-image-fade-box--wide {
        height: auto;
        padding: 85px 48px 80px 50%;
        background-position: 12% bottom;
        margin-bottom: 16px;
    }
    .hp-image-fade-box.hp-image-fade-box--wide:before {
        display: none;
    }
}
@media (min-width: 1440px) {
    .hp-image-fade-box.hp-image-fade-box--wide {
        padding: 100px 120px 95px 50%;
        background-position: 0 100%;
        margin-bottom: 32px;
    }
}
.hp-image-fade-box__headline {
    color: #f24f00;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-family: RoobertCEZ, sans-serif;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .hp-image-fade-box__headline {
        font-size: 32px;
    }
}
.hp-career {
    position: relative;
    background-color: #111;
    padding: 55px 32px 185px;
}
.hp-career:before {
    position: absolute;
    content: "";
    display: block;
    width: 242px;
    height: 130px;
    bottom: 30px;
    right: 0;
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/career-bg.svg");
    background-size: 100%;
}
@media (min-width: 768px) {
    .hp-career:before {
        display: none;
    }
}
@media (min-width: 1025px) {
    .hp-career:before {
        display: block;
        width: 300px;
        height: 162px;
        top: 130px;
        bottom: auto;
    }
}
@media (min-width: 1440px) {
    .hp-career:before {
        width: 367px;
        height: 200px;
        top: 96px;
    }
}
@media (min-width: 1025px) {
    .hp-career:after {
        position: absolute;
        content: "";
        display: block;
        width: 130px;
        height: 28px;
        top: 115px;
        right: 55px;
        background-repeat: no-repeat;
        background-position: 50%;
        background-image: url("../images/kde-jinde-logo.svg");
        background-size: 100%;
    }
}
@media (min-width: 1440px) {
    .hp-career:after {
        width: 131px;
        height: 24px;
        top: 90px;
        right: 64px;
    }
}
@media (min-width: 768px) {
    .hp-career {
        padding: 70px 48px 64px;
    }
}
@media (min-width: 1440px) {
    .hp-career {
        padding-left: 96px;
        padding-right: 96px;
    }
}
.hp-career__headline {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.2;
    font-family: RoobertCEZ, sans-serif;
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
}
@media (min-width: 768px) {
    .hp-career__headline {
        font-size: 32px;
        text-align: left;
        font-weight: 700;
    }
}
@media (min-width: 768px) {
    .power-plants {
        max-width: 720px;
        margin: auto;
        padding: 0 15px;
    }
}
@media (min-width: 1025px) {
    .power-plants {
        max-width: 960px;
    }
}
@media (min-width: 1440px) {
    .power-plants {
        max-width: 1140px;
    }
}
.power-plants__headline {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-family: RoobertCEZ, sans-serif;
    color: #f24f00;
    text-align: center;
    margin-bottom: 10px;
    padding: 0 40px;
}
@media (min-width: 768px) {
    .power-plants__headline {
        font-size: 32px;
        text-align: left;
        margin-bottom: 30px;
        padding: 0;
    }
}
@media (min-width: 1440px) {
    .power-plants__headline {
        margin-bottom: 45px;
    }
}
.power-plants__wrapper {
    overflow: auto;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    .power-plants__wrapper {
        overflow: visible;
    }
}
@media (min-width: 1440px) {
    .power-plants__wrapper {
        margin-top: -85px;
    }
}
.power-plants__container {
    position: relative;
    width: 680px;
    height: 320px;
}
.power-plants__container:after {
    position: absolute;
    content: "";
    display: block;
    width: 725px;
    height: 200px;
    bottom: 0;
    left: -30px;
}
.power-plants__container.power-plants__container--dukovany:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/dukovany.png");
    background-size: 100%;
}
.power-plants__container.power-plants__container--dukovany .power-plants__tower.power-plants__tower--1 {
    left: 51px;
}
.power-plants__container.power-plants__container--dukovany .power-plants__tower.power-plants__tower--1 .power-plants__tower-window {
    left: 1px;
}
.power-plants__container.power-plants__container--dukovany .power-plants__tower.power-plants__tower--2 {
    left: 175px;
}
.power-plants__container.power-plants__container--dukovany .power-plants__tower.power-plants__tower--3 {
    left: 300px;
}
.power-plants__container.power-plants__container--dukovany .power-plants__tower.power-plants__tower--3 .power-plants__tower-window {
    left: 4px;
}
.power-plants__container.power-plants__container--dukovany .power-plants__tower.power-plants__tower--4 {
    left: 428px;
}
.power-plants__container.power-plants__container--temelin:after {
    background-repeat: no-repeat;
    background-position: 50%;
    background-image: url("../images/temelin.png");
    background-size: 100%;
}
.power-plants__container.power-plants__container--temelin .power-plants__tower.power-plants__tower--1 {
    left: 175px;
}
.power-plants__container.power-plants__container--temelin .power-plants__tower.power-plants__tower--2 {
    left: 300px;
}
.power-plants__container.power-plants__container--temelin .power-plants__tower.power-plants__tower--2 .power-plants__tower-window {
    left: 4px;
}
@media (min-width: 768px) {
    .power-plants__container {
        margin: auto;
    }
}
@media (min-width: 1440px) {
    .power-plants__container {
        margin-right: 0;
    }
}
.power-plants__tower {
    position: absolute;
    width: 120px;
    height: 147px;
    top: 0;
}
.power-plants__tower.power-plants__tower--shut-down .power-plants__tower-smoke {
    display: none;
}
.power-plants__tower.power-plants__tower--shut-down .power-plants__tower-window {
    display: block;
}
.power-plants__tower.power-plants__tower--shut-down .power-plants__tower-number {
    color: #c6c6c6;
}
.power-plants__tower-smoke {
    position: absolute;
    width: 120px;
    left: 10px;
    top: -10px;
}
.power-plants__tower-window {
    display: none;
    position: absolute;
    width: 115px;
    left: 3px;
    bottom: 45px;
    background-color: #fff;
    border-radius: 8px;
    font-size: 12px;
    line-height: 16px;
    padding: 20px 16px;
    text-align: center;
    z-index: 1;
}
.power-plants__tower-window * {
    position: relative;
}
.power-plants__tower-window p {
    margin: 0;
}
.power-plants__tower-window:before {
    position: absolute;
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-color: #fff;
    transform: rotate(45deg);
    border-radius: 4px;
    left: 50%;
    bottom: -4px;
    margin-left: -10px;
}
.power-plants__tower-number {
    position: absolute;
    font-family: Oswald-Stencil, sans-serif;
    color: #65a500;
    font-size: 30px;
    z-index: 1;
    bottom: -35px;
    left: 55px;
}
.power-plants__date-container {
    padding: 0 15px;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 40px;
}
@media (min-width: 768px) {
    .power-plants__date-container {
        padding: 0;
    }
}
.power-plants__date {
    position: relative;
    padding-left: 24px;
    font-size: 12px;
}
.power-plants__date-icon {
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 1px;
    fill: #b2b2b2;
}
.hp-tabs {
    padding: 0 15px;
}
@media (min-width: 414px) {
    .hp-tabs {
        max-width: 540px;
        margin: auto;
    }
}
@media (min-width: 768px) {
    .hp-tabs {
        padding: 0;
        max-width: unset;
        margin: 0;
    }
}
.hp-tabs__container {
    position: relative;
}
.hp-tabs__container.hp-tabs__container--opened .hp-tabs__tabs {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}
.hp-tabs__container.hp-tabs__container--opened .hp-tabs__current-icon {
    transform: translateY(-50%) rotate(-180deg);
}
.hp-tabs__current {
    position: relative;
    padding: 26px 64px 26px 24px;
    background-color: #fff;
    color: #f24f00;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-family: RoobertCEZ, sans-serif;
    border-bottom: 1px solid #edecea;
}
@media (min-width: 768px) {
    .hp-tabs__current {
        display: none;
    }
}
.hp-tabs__current-icon {
    width: 15px;
    height: 15px;
    fill: #f24f00;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
}
.hp-tabs__current-icon,
.hp-tabs__tabs {
    position: absolute;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -ms-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
}
.hp-tabs__tabs {
    top: calc(100% - 1px);
    left: 0;
    width: 100%;
    display: block;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transform: translateY(10px);
    pointer-events: none;
}
@media (min-width: 768px) {
    .hp-tabs__tabs {
        position: relative;
        top: auto;
        left: auto;
        width: auto;
        display: flex;
        box-shadow: none;
        opacity: 1;
        transform: none;
        pointer-events: auto;
        background-color: transparent;
        transition: none;
    }
}
.hp-tabs__tabs-item {
    display: block;
    padding: 15px 24px;
    color: #363738;
}
.hp-tabs__tabs-item:focus,
.hp-tabs__tabs-item:hover,
.hp-tabs__tabs-item:visited {
    color: #363738;
}
.hp-tabs__tabs-item + .hp-tabs__tabs-item {
    border-top: 1px solid #edecea;
}
@media (min-width: 768px) {
    .hp-tabs__tabs-item {
        padding: 16px 48px;
        background-color: #dfddda;
        transition: background-color 0.35s ease;
    }
    .hp-tabs__tabs-item + .hp-tabs__tabs-item {
        border-top: 0;
    }
}
@media (min-width: 768px) {
    .hp-tabs__tabs-item.active {
        background-color: #fff;
        font-weight: 700;
        color: #f24f00;
    }
}
.hp-tabs__pane {
    padding: 40px 32px 45px;
    background-color: #fff;
}
.hp-tabs__pane p {
    margin: 0 0 25px;
}
@media (min-width: 768px) {
    .hp-tabs__pane {
        padding: 45px 48px;
    }
}
.hp-tabs__content {
    background-color: #fff;
}
.hp-news__headline {
    color: #f24f00;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-family: RoobertCEZ, sans-serif;
    text-align: center;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .hp-news__headline {
        font-size: 32px;
        text-align: left;
        margin-bottom: 0;
    }
}
@media (min-width: 768px) {
    .hp-news__header {
        margin-bottom: 48px;
    }
}
.hp-news__wrapper {
    overflow: auto;
    display: flex;
    padding: 32px 0 30px 15px;
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    .hp-news__wrapper {
        max-width: 720px;
        margin: auto;
        padding: 0 15px;
        overflow: visible;
    }
}
@media (min-width: 1025px) {
    .hp-news__wrapper {
        max-width: 960px;
    }
}
@media (min-width: 1440px) {
    .hp-news__wrapper {
        max-width: 1140px;
    }
}
.hp-news__item {
    position: relative;
    padding: 10px 10px 0px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex-basis: 220px;
    flex-grow: 1;
    flex-shrink: 0;
    margin-right: 15px;
    box-shadow: 0 12px 17px 2px rgba(0, 0, 0, 0.02), 0 5px 22px 4px rgba(0, 0, 0, 0.015), 0 7px 8px -4px rgba(0, 0, 0, 0.025);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hp-news__item:last-child {
    padding-right: 55px;
    flex-basis: 235px;
}
.hp-news__item:last-child:after {
    position: absolute;
    content: "";
    display: block;
    width: 15px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #ecebe8;
}
.hp-news__item:hover {
    transform: scale(1.05);
}
@media (min-width: 768px) {
    .hp-news__item {
        flex-basis: 0;
        margin: 0;
    }
    .hp-news__item:last-child {
        display: none;
    }
    .hp-news__item + .hp-news__item {
        margin-left: 16px;
    }
}
@media (min-width: 1440px) {
    .hp-news__item:last-child {
        display: flex;
        padding-right: 40px;
        flex-basis: 0;
    }
    .hp-news__item:last-child:after {
        display: none;
    }
    .hp-news__item + .hp-news__item {
        margin-left: 32px;
    }
}
.hp-news__item-headline {
    color: #f24f00;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.6;
    font-family: RoobertCEZ, sans-serif;
    margin-bottom: 35px;
    max-width: 100%;
}
.hp-news__item-date {
    color: #363738;
    font-weight: 700;
}
@media (min-width: 1440px) {
    .hp-investors {
        max-width: 1140px;
        margin: auto;
        padding: 0 15px;
        display: flex;
    }
}
.hp-investors__headline {
    color: #f24f00;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-family: RoobertCEZ, sans-serif;
    text-align: center;
    margin-bottom: 25px;
}
@media (min-width: 768px) {
    .hp-investors__headline {
        font-size: 32px;
        margin-bottom: 20px;
        text-align: left;
    }
}
.hp-investors__container-1 {
    padding-bottom: 30px;
    border-bottom: 1px solid #edecea;
}
@media (min-width: 1440px) {
    .hp-investors__container-1 {
        border: 0;
        flex-basis: 430px;
        padding: 0;
    }
}
.hp-investors__container-2 {
    padding-top: 50px;
}
@media (min-width: 768px) {
    .hp-investors__container-2 {
        padding-top: 70px;
    }
}
@media (min-width: 1440px) {
    .hp-investors__container-2 {
        flex-basis: auto;
        padding: 0;
        flex-grow: 1;
        margin-left: 140px;
    }
}
.hp-investors__arrow-links-container {
    max-width: 575px;
    padding: 0 15px;
    margin: auto;
}
@media (min-width: 1025px) {
    .hp-investors__arrow-links-container {
        max-width: 640px;
    }
}
@media (min-width: 1440px) {
    .hp-investors__arrow-links-container {
        max-width: unset;
        margin: 0;
        padding: 0;
    }
}
.hp-investors__arrow-links {
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .hp-investors__graph {
        max-width: 575px;
        padding: 0 15px;
        margin: auto;
    }
}
@media (min-width: 1025px) {
    .hp-investors__graph {
        max-width: 640px;
    }
}
@media (min-width: 1440px) {
    .hp-investors__graph {
        max-width: unset;
        margin: 0;
        padding: 0;
    }
}
.hp-investors__graph-headline {
    color: #f24f00;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.2;
    font-family: RoobertCEZ, sans-serif;
    text-align: center;
    margin-bottom: 10px;
}
@media (min-width: 768px) {
    .hp-investors__graph-headline {
        text-align: left;
    }
}
.hp-investors__graph-text {
    text-align: center;
    margin: 0;
}
@media (min-width: 768px) {
    .hp-investors__graph-text {
        text-align: left;
    }
}
@media (min-width: 1025px) {
    .hp-image-boxes {
        display: flex;
    }
}
.hp-image-boxes__box {
    position: relative;
    min-height: 320px;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
}
.hp-image-boxes__box:hover .hp-image-boxes__image {
    transform: scale(1.05);
}
@media (min-width: 768px) {
    .hp-image-boxes__box {
        justify-content: center;
    }
}
@media (min-width: 1025px) {
    .hp-image-boxes__box {
        flex-basis: 50%;
    }
}
@media (min-width: 1025px) {
    .hp-image-boxes__box:first-child {
        justify-content: flex-end;
    }
}
@media (min-width: 1440px) {
    .hp-image-boxes__box:first-child .hp-image-boxes__container {
        padding-right: 110px;
    }
}
@media (min-width: 1025px) {
    .hp-image-boxes__box:last-child {
        justify-content: flex-start;
    }
    .hp-image-boxes__box:last-child .hp-image-boxes__container {
        padding-right: 0;
        padding-left: 70px;
    }
}
@media (min-width: 1440px) {
    .hp-image-boxes__box:last-child .hp-image-boxes__container {
        padding-left: 110px;
    }
}
.hp-image-boxes__image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(1.001);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.hp-image-boxes__image,
.hp-image-boxes__image:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.hp-image-boxes__image:after {
    content: "";
    display: block;
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.6) 100%);
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.6));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0.6));
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#66000000",endColorstr="#99000000",GradientType=0);
}
.hp-image-boxes__container {
    position: relative;
    padding: 30px 30px 65px;
}
@media (min-width: 768px) {
    .hp-image-boxes__container {
        width: 545px;
        padding-left: 0;
        padding-right: 100px;
    }
}
@media (min-width: 1025px) {
    .hp-image-boxes__container {
        width: 465px;
    }
}
@media (min-width: 1440px) {
    .hp-image-boxes__container {
        width: 555px;
    }
}
.hp-image-boxes__label {
    display: inline-block;
    color: hsla(0, 0%, 100%, 0.9);
    background-color: rgba(0, 0, 0, 0.5);
    text-transform: uppercase;
    font-size: 12px;
    padding: 9px 16px 7px;
    margin-bottom: 28px;
}
.hp-image-boxes__headline {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 1.5;
    font-family: RoobertCEZ, sans-serif;
    margin-bottom: 25px;
}
.hp-image-boxes__btn {
    -webkit-transform: translateZ(0);
}
.hp-partner {
    padding: 64px 0 55px;
}
@media (min-width: 414px) {
    .hp-partner {
        padding: 48px 0 45px;
    }
}
@media (min-width: 414px) {
    .hp-partner__container {
        display: flex;
        justify-content: center;
    }
}
.hp-partner__image {
    display: block;
    width: 143px;
    margin: auto;
    margin-bottom: 35px;
}
@media (min-width: 414px) {
    .hp-partner__image {
        margin: 0 40px 0 0;
    }
}
.hp-partner__text {
    color: #363738;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    line-height: 1.5;
    font-family: RoobertCEZ, sans-serif;
    text-align: center;
}
@media (min-width: 414px) {
    .hp-partner__text {
        text-align: left;
        padding-left: 40px;
        border-left: 1px solid #edecea;
    }
}
.arrow-links {
    margin-bottom: 40px;
}
.arrow-links.arrow-links--black .arrow-links__item {
    color: #363738;
    border-color: #edecea;
}
.arrow-links.arrow-links--black .arrow-links__item:visited {
    color: #363738;
}
@media (min-width: 1025px) {
    .arrow-links {
        margin-bottom: 0;
    }
}
.arrow-links__item {
    position: relative;
    display: block;
    padding: 27px 25px 27px 18px;
    font-weight: 700;
    border-bottom: 1px solid #51504e;
    -webkit-transform: translateZ(0);
}
.arrow-links__item:last-child {
    border: 0;
}
.arrow-links__item:hover .arrow-links__icon {
    transform: translateY(-50%) translateX(8px);
}
.arrow-links__icon {
    position: absolute;
    fill: #f24f00;
    width: 16px;
    height: 16px;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.landing__headline--rozvoj {
    font-size: 60px;
    line-height: 1.2;
}
@media (min-width: 1025px) {
    .landing__headline--rozvoj {
        padding-right: 240px;
        padding-left: 100px;
    }
}
@media (max-width: 1439.98px) {
    .landing__headline--rozvoj {
        padding-right: 110px;
        padding-left: 120px;
    }
}
@media (max-width: 1024.98px) {
    .landing__headline--rozvoj {
        padding-left: 120px;
        padding-right: 20px;
    }
}
@media (max-width: 767.98px) {
    .landing__headline--rozvoj {
        padding-left: 60px;
        font-size: 32px;
    }
}
@media (max-width: 413.98px) {
    .landing__headline--rozvoj {
        font-size: 26px;
        padding-bottom: 40px;
        padding-left: 20px;
        padding-right: 20px;
    }
}
.landing-subpage--rozvoj {
    background-position: -650px top;
}
.landing__headline--rozvoj--white {
    color: #fff;
}
.landing__headline--rozvoj--black {
    color: #363738;
}
.landing__perex--rozvoj {
    font-size: 26px;
}
.tree-attachments {
    overflow-x: auto;
}
.tree-attachments__first-cell {
    width: 66px;
}
.tree-attachments__filter-wrapper {
    position: relative;
}
.tree-attachments__filter-item {
    opacity: 0.3;
    transition: all 0.5s ease;
    position: absolute;
    margin-left: 15px;
    color: #363738;
    text-decoration: none;
}
.tree-attachments__filter-item:hover {
    text-decoration: none;
    opacity: 1;
}
.tree-attachments__filter-item.tree-attachments__filter-item--asc {
    top: -8px;
}
.tree-attachments__filter-item.tree-attachments__filter-item--desc {
    top: 8px;
}
.tree-attachments__filter-item.tree-attachments__filter-item--active {
    opacity: 1;
}
.tree-attachments__icon {
    opacity: 0.5;
}
.support-wrapper.support-wrapper--padding-top {
    padding-top: 32px;
}
@media (min-width: 768px) {
    .support-wrapper.support-wrapper--padding-top {
        padding-top: 64px;
    }
}
.support-wrapper.support-wrapper--white-font,
.support-wrapper.support-wrapper--white-font * {
    color: #fff;
}
@media (min-width: 1440px) {
    .support-wrapper {
        padding: 0 90px;
    }
}
.support-wrapper p {
    margin-top: 0;
}
@media (min-width: 768px) {
    .support-wrapper.support-wrapper--3 {
        padding: 40px 90px 0;
    }
}
.support-info-box {
    position: relative;
    margin-top: 30px;
    padding: 120px 0 25px;
    border-top: 1px solid #e6e6e6;
}
@media (min-width: 768px) {
    .support-info-box {
        padding: 45px 0 45px 65px;
        margin-top: 45px;
    }
}
.support-info-box .svg-icon {
    position: absolute;
    width: 48px;
    height: 48px;
    fill: #f24f00;
    left: 0;
    top: 45px;
}
@media (min-width: 768px) {
    .support-info-box .svg-icon {
        top: 50%;
        transform: translateY(-50%);
    }
}
@media (min-width: 768px) {
    .school-reg-form {
        padding: 80px 95px !important;
    }
}
@media (max-width: 1024.98px) {
    .school-reg-form {
        padding: 40px 35px !important;
    }
}
.school-reg-form__headline {
    font-family: RoobertCEZ, sans-serif;
    text-transform: uppercase;
    color: #363738;
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
}
.school-reg-form__title {
    margin-bottom: 20px;
}
.school-reg-form__subtitle {
    margin-top: 10px;
    margin-bottom: 10px;
}
.school-reg-form__legal-claim {
    color: #737373;
    font-size: 13px;
    text-align: center;
    font-family: RoobertCEZ, sans-serif;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .school-reg-form__legal-claim {
        margin-top: 5px;
    }
}
@media (min-width: 1025px) {
    .school-reg-form__legal-claim {
        padding: 0 50px;
    }
}
@media (min-width: 1440px) {
    .school-reg-form__legal-claim {
        padding: 0 120px;
    }
}
.info--green {
    color: #fff;
    background-color: #8daf21;
}
.info--green,
.info--orange {
    font-weight: 700;
    font-size: 16px;
    padding: 10px;
}
.info--orange {
    color: #f24f00;
    background-color: #f8c5aa;
}
/*# sourceMappingURL=web.css.map*/
