@charset "UTF-8";
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;
-webkit-transform: translateZ(0);
transform: translateZ(0);
width: 100%;
z-index: 99992;
}
.fancybox-container * {
box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.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: .9;
transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
direction: ltr;
opacity: 0;
position: absolute;
transition: opacity .25s ease, visibility 0s ease .25s;
visibility: hidden;
z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
opacity: 1;
transition: opacity .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;
-webkit-transform: translateZ(0);
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: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
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--previous,
.fancybox-slide--current,
.fancybox-slide--next {
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 {
-webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
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;
-webkit-transform-origin: top left;
-ms-transform-origin: top left;
transform-origin: top left;
transition-property: opacity, -webkit-transform;
transition-property: transform, opacity;
transition-property: transform, opacity, -webkit-transform;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
cursor: -webkit-zoom-out;
cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
cursor: -webkit-zoom-in;
cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .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%;  object-fit: contain;
margin: 0;
max-height: none;
max-width: none;
padding: 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--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--iframe .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-video,
.fancybox-iframe {
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 .2s;
vertical-align: top;
visibility: inherit;
width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
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--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
display: none;
}
.fancybox-progress {
background: #ff5268;
height: 2px;
left: 0;
position: absolute;
right: 0;
top: 0;
-webkit-transform: scaleX(0);
-ms-transform: scaleX(0);
transform: scaleX(0);
-webkit-transform-origin: 0;
-ms-transform-origin: 0;
transform-origin: 0;
transition-property: -webkit-transform;
transition-property: transform;
transition-property: transform, -webkit-transform;
transition-timing-function: linear;
z-index: 99998;
} .fancybox-close-small {
background: transparent;
border: 0;
border-radius: 0;
color: #ccc;
cursor: pointer;
opacity: .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;
padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
padding: 31px 6px 31px 26px;
right: 0;
} .fancybox-caption {
bottom: 0;
color: #eee;
font-size: 14px;
font-weight: 400;
left: 0;
line-height: 1.5;
padding: 25px 44px 25px 44px;
right: 0;
text-align: center;
z-index: 99996;
}
.fancybox-caption::before {
background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAD6CAQAAADKSeXYAAAAYklEQVQoz42RwQ3AMAgDjfcfup8WoRykfBAK5mQHKSz5rbXJPis1hjiV3CIqgG0hLZPkVkA4p4x5oR1bVeDrdCLrW2Q0D5bcwY3TGMHbdw3mPRuOtaspYP1w//G1OIcW148H0DMCqI/3mMMAAAAASUVORK5CYII=);
background-repeat: repeat-x;
background-size: contain;
bottom: 0;
content: '';
display: block;
left: 0;
pointer-events: none;
position: absolute;
right: 0;
top: -44px;
z-index: -1;
}
.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 {
-webkit-animation: fancybox-rotate 1s linear infinite;
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: .7;
padding: 0;
position: absolute;
top: 50%;
width: 50px;
z-index: 99999;
}
@-webkit-keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes fancybox-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
} .fancybox-animated {
transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
} .fancybox-fx-slide.fancybox-slide--previous {
opacity: 0;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
opacity: 0;
-webkit-transform: translate3d(100%, 0, 0);
transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
opacity: 1;
-webkit-transform: translate3d(0, 0, 0);
transform: translate3d(0, 0, 0);
} .fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
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;
-webkit-transform: scale3d(1.5, 1.5, 1.5);
transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0.5, 0.5, 0.5);
transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1);
transform: scale3d(1, 1, 1);
} .fancybox-fx-rotate.fancybox-slide--previous {
opacity: 0;
-webkit-transform: rotate(-360deg);
-ms-transform: rotate(-360deg);
transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
opacity: 0;
-webkit-transform: rotate(360deg);
-ms-transform: rotate(360deg);
transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
opacity: 1;
-webkit-transform: rotate(0deg);
-ms-transform: rotate(0deg);
transform: rotate(0deg);
} .fancybox-fx-circular.fancybox-slide--previous {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
opacity: 0;
-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
opacity: 1;
-webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
} .fancybox-fx-tube.fancybox-slide--previous {
-webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
-webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
-webkit-transform: translate3d(0, 0, 0) scale(1);
transform: translate3d(0, 0, 0) scale(1);
} @media all and (max-height: 576px) {
.fancybox-caption {
padding: 12px;
}
.fancybox-slide {
padding-left: 6px;
padding-right: 6px;
}
.fancybox-slide--image {
padding: 6px 0;
}
.fancybox-slide--image .fancybox-close-small {
background: #4e4e4e;
color: #f2f4f6;
height: 36px;
opacity: 1;
padding: 6px;
right: 0;
top: 0;
width: 36px;
}
} .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 0;
}
.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 5px;
min-width: 130px;
padding: 0 15px;
text-decoration: none;
transition: all .2s;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
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 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 2px;
position: absolute;
right: 0;
-webkit-tap-highlight-color: transparent;
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: center center;
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: .5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
opacity: 1;
} .fancybox-container.fancybox-is-open {
z-index:99999;
} @media all and (max-width: 576px) {
.fancybox-thumbs {
width: 110px;
}
.fancybox-show-thumbs .fancybox-inner {
right: 110px;
}
.fancybox-thumbs__list a {
max-width: calc(100% - 10px);
}
}
.fancybox-content {
height: auto!important;
}
.slick-slider{position:relative;display:block;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;overflow:hidden;display:block;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translate3d(0,0,0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.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:#0f65b7!important}a.bg-primary:focus,a.bg-primary:hover,button.bg-primary:focus,button.bg-primary:hover{background-color:#0b4b88!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:#0f65b7!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:1.125rem!important}.rounded-top{border-top-left-radius:1.125rem!important;border-top-right-radius:1.125rem!important}.rounded-right{border-top-right-radius:1.125rem!important;border-bottom-right-radius:1.125rem!important}.rounded-bottom{border-bottom-right-radius:1.125rem!important;border-bottom-left-radius:1.125rem!important}.rounded-left{border-top-left-radius:1.125rem!important;border-bottom-left-radius:1.125rem!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{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:-ms-flexbox!important;display:flex!important}.d-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}@media (min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:-ms-flexbox!important;display:flex!important}.d-sm-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:-ms-flexbox!important;display:flex!important}.d-md-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:992px){.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:-ms-flexbox!important;display:flex!important}.d-lg-inline-flex{display:-ms-inline-flexbox!important;display:inline-flex!important}}@media (min-width:1200px){.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:-ms-flexbox!important;display:flex!important}.d-xl-inline-flex{display:-ms-inline-flexbox!important;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:-ms-flexbox!important;display:flex!important}.d-print-inline-flex{display:-ms-inline-flexbox!important;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{-ms-flex-direction:row!important;flex-direction:row!important}.flex-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-center{-ms-flex-align:center!important;align-items:center!important}.align-items-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}@media (min-width:576px){.flex-sm-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-sm-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-sm-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-sm-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-sm-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-sm-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-sm-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-sm-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-sm-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-sm-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-sm-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-sm-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-sm-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-sm-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-sm-center{-ms-flex-align:center!important;align-items:center!important}.align-items-sm-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-sm-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-sm-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-sm-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-sm-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-sm-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-sm-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-sm-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-sm-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-sm-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-sm-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-sm-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-sm-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-sm-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:768px){.flex-md-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-md-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-md-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-md-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-md-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-md-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-md-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-md-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-md-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-md-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-md-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-md-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-md-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-md-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-md-center{-ms-flex-align:center!important;align-items:center!important}.align-items-md-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-md-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-md-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-md-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-md-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-md-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-md-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-md-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-md-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-md-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-md-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-md-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-md-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-md-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:992px){.flex-lg-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-lg-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-lg-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-lg-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-lg-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-lg-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-lg-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-lg-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-lg-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-lg-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-lg-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-lg-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-lg-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-lg-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-lg-center{-ms-flex-align:center!important;align-items:center!important}.align-items-lg-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-lg-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-lg-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-lg-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-lg-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-lg-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-lg-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-lg-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-lg-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-lg-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-lg-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-lg-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-lg-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-lg-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}@media (min-width:1200px){.flex-xl-row{-ms-flex-direction:row!important;flex-direction:row!important}.flex-xl-column{-ms-flex-direction:column!important;flex-direction:column!important}.flex-xl-row-reverse{-ms-flex-direction:row-reverse!important;flex-direction:row-reverse!important}.flex-xl-column-reverse{-ms-flex-direction:column-reverse!important;flex-direction:column-reverse!important}.flex-xl-wrap{-ms-flex-wrap:wrap!important;flex-wrap:wrap!important}.flex-xl-nowrap{-ms-flex-wrap:nowrap!important;flex-wrap:nowrap!important}.flex-xl-wrap-reverse{-ms-flex-wrap:wrap-reverse!important;flex-wrap:wrap-reverse!important}.justify-content-xl-start{-ms-flex-pack:start!important;justify-content:flex-start!important}.justify-content-xl-end{-ms-flex-pack:end!important;justify-content:flex-end!important}.justify-content-xl-center{-ms-flex-pack:center!important;justify-content:center!important}.justify-content-xl-between{-ms-flex-pack:justify!important;justify-content:space-between!important}.justify-content-xl-around{-ms-flex-pack:distribute!important;justify-content:space-around!important}.align-items-xl-start{-ms-flex-align:start!important;align-items:flex-start!important}.align-items-xl-end{-ms-flex-align:end!important;align-items:flex-end!important}.align-items-xl-center{-ms-flex-align:center!important;align-items:center!important}.align-items-xl-baseline{-ms-flex-align:baseline!important;align-items:baseline!important}.align-items-xl-stretch{-ms-flex-align:stretch!important;align-items:stretch!important}.align-content-xl-start{-ms-flex-line-pack:start!important;align-content:flex-start!important}.align-content-xl-end{-ms-flex-line-pack:end!important;align-content:flex-end!important}.align-content-xl-center{-ms-flex-line-pack:center!important;align-content:center!important}.align-content-xl-between{-ms-flex-line-pack:justify!important;align-content:space-between!important}.align-content-xl-around{-ms-flex-line-pack:distribute!important;align-content:space-around!important}.align-content-xl-stretch{-ms-flex-line-pack:stretch!important;align-content:stretch!important}.align-self-xl-auto{-ms-flex-item-align:auto!important;align-self:auto!important}.align-self-xl-start{-ms-flex-item-align:start!important;align-self:flex-start!important}.align-self-xl-end{-ms-flex-item-align:end!important;align-self:flex-end!important}.align-self-xl-center{-ms-flex-item-align:center!important;align-self:center!important}.align-self-xl-baseline{-ms-flex-item-align:baseline!important;align-self:baseline!important}.align-self-xl-stretch{-ms-flex-item-align:stretch!important;align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width:576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width:768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width:992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width:1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.position-static{position:static!important}.position-relative{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:-webkit-sticky!important;position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports ((position:-webkit-sticky) or (position:sticky)){.sticky-top{position:-webkit-sticky;position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100{width:100%!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100{height:100%!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.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}.m-10{margin:.625rem!important}.mt-10,.my-10{margin-top:.625rem!important}.mr-10,.mx-10{margin-right:.625rem!important}.mb-10,.my-10{margin-bottom:.625rem!important}.ml-10,.mx-10{margin-left:.625rem!important}.m-20{margin:1.25rem!important}.mt-20,.my-20{margin-top:1.25rem!important}.mr-20,.mx-20{margin-right:1.25rem!important}.mb-20,.my-20{margin-bottom:1.25rem!important}.ml-20,.mx-20{margin-left:1.25rem!important}.m-30{margin:1.875rem!important}.mt-30,.my-30{margin-top:1.875rem!important}.mr-30,.mx-30{margin-right:1.875rem!important}.mb-30,.my-30{margin-bottom:1.875rem!important}.ml-30,.mx-30{margin-left:1.875rem!important}.m-40{margin:2.5rem!important}.mt-40,.my-40{margin-top:2.5rem!important}.mr-40,.mx-40{margin-right:2.5rem!important}.mb-40,.my-40{margin-bottom:2.5rem!important}.ml-40,.mx-40{margin-left:2.5rem!important}.m-50{margin:3.125rem!important}.mt-50,.my-50{margin-top:3.125rem!important}.mr-50,.mx-50{margin-right:3.125rem!important}.mb-50,.my-50{margin-bottom:3.125rem!important}.ml-50,.mx-50{margin-left:3.125rem!important}.m-60{margin:3.75rem!important}.mt-60,.my-60{margin-top:3.75rem!important}.mr-60,.mx-60{margin-right:3.75rem!important}.mb-60,.my-60{margin-bottom:3.75rem!important}.ml-60,.mx-60{margin-left:3.75rem!important}.m-70{margin:4.375rem!important}.mt-70,.my-70{margin-top:4.375rem!important}.mr-70,.mx-70{margin-right:4.375rem!important}.mb-70,.my-70{margin-bottom:4.375rem!important}.ml-70,.mx-70{margin-left:4.375rem!important}.m-90{margin:5.625rem!important}.mt-90,.my-90{margin-top:5.625rem!important}.mr-90,.mx-90{margin-right:5.625rem!important}.mb-90,.my-90{margin-bottom:5.625rem!important}.ml-90,.mx-90{margin-left:5.625rem!important}.m-100{margin:6.25rem!important}.mt-100,.my-100{margin-top:6.25rem!important}.mr-100,.mx-100{margin-right:6.25rem!important}.mb-100,.my-100{margin-bottom:6.25rem!important}.ml-100,.mx-100{margin-left:6.25rem!important}.m-160{margin:10rem!important}.mt-160,.my-160{margin-top:10rem!important}.mr-160,.mx-160{margin-right:10rem!important}.mb-160,.my-160{margin-bottom:10rem!important}.ml-160,.mx-160{margin-left:10rem!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:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.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}.p-10{padding:.625rem!important}.pt-10,.py-10{padding-top:.625rem!important}.pr-10,.px-10{padding-right:.625rem!important}.pb-10,.py-10{padding-bottom:.625rem!important}.pl-10,.px-10{padding-left:.625rem!important}.p-20{padding:1.25rem!important}.pt-20,.py-20{padding-top:1.25rem!important}.pr-20,.px-20{padding-right:1.25rem!important}.pb-20,.py-20{padding-bottom:1.25rem!important}.pl-20,.px-20{padding-left:1.25rem!important}.p-30{padding:1.875rem!important}.pt-30,.py-30{padding-top:1.875rem!important}.pr-30,.px-30{padding-right:1.875rem!important}.pb-30,.py-30{padding-bottom:1.875rem!important}.pl-30,.px-30{padding-left:1.875rem!important}.p-40{padding:2.5rem!important}.pt-40,.py-40{padding-top:2.5rem!important}.pr-40,.px-40{padding-right:2.5rem!important}.pb-40,.py-40{padding-bottom:2.5rem!important}.pl-40,.px-40{padding-left:2.5rem!important}.p-50{padding:3.125rem!important}.pt-50,.py-50{padding-top:3.125rem!important}.pr-50,.px-50{padding-right:3.125rem!important}.pb-50,.py-50{padding-bottom:3.125rem!important}.pl-50,.px-50{padding-left:3.125rem!important}.p-60{padding:3.75rem!important}.pt-60,.py-60{padding-top:3.75rem!important}.pr-60,.px-60{padding-right:3.75rem!important}.pb-60,.py-60{padding-bottom:3.75rem!important}.pl-60,.px-60{padding-left:3.75rem!important}.p-70{padding:4.375rem!important}.pt-70,.py-70{padding-top:4.375rem!important}.pr-70,.px-70{padding-right:4.375rem!important}.pb-70,.py-70{padding-bottom:4.375rem!important}.pl-70,.px-70{padding-left:4.375rem!important}.p-90{padding:5.625rem!important}.pt-90,.py-90{padding-top:5.625rem!important}.pr-90,.px-90{padding-right:5.625rem!important}.pb-90,.py-90{padding-bottom:5.625rem!important}.pl-90,.px-90{padding-left:5.625rem!important}.p-100{padding:6.25rem!important}.pt-100,.py-100{padding-top:6.25rem!important}.pr-100,.px-100{padding-right:6.25rem!important}.pb-100,.py-100{padding-bottom:6.25rem!important}.pl-100,.px-100{padding-left:6.25rem!important}.p-160{padding:10rem!important}.pt-160,.py-160{padding-top:10rem!important}.pr-160,.px-160{padding-right:10rem!important}.pb-160,.py-160{padding-bottom:10rem!important}.pl-160,.px-160{padding-left:10rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.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}.m-sm-10{margin:.625rem!important}.mt-sm-10,.my-sm-10{margin-top:.625rem!important}.mr-sm-10,.mx-sm-10{margin-right:.625rem!important}.mb-sm-10,.my-sm-10{margin-bottom:.625rem!important}.ml-sm-10,.mx-sm-10{margin-left:.625rem!important}.m-sm-20{margin:1.25rem!important}.mt-sm-20,.my-sm-20{margin-top:1.25rem!important}.mr-sm-20,.mx-sm-20{margin-right:1.25rem!important}.mb-sm-20,.my-sm-20{margin-bottom:1.25rem!important}.ml-sm-20,.mx-sm-20{margin-left:1.25rem!important}.m-sm-30{margin:1.875rem!important}.mt-sm-30,.my-sm-30{margin-top:1.875rem!important}.mr-sm-30,.mx-sm-30{margin-right:1.875rem!important}.mb-sm-30,.my-sm-30{margin-bottom:1.875rem!important}.ml-sm-30,.mx-sm-30{margin-left:1.875rem!important}.m-sm-40{margin:2.5rem!important}.mt-sm-40,.my-sm-40{margin-top:2.5rem!important}.mr-sm-40,.mx-sm-40{margin-right:2.5rem!important}.mb-sm-40,.my-sm-40{margin-bottom:2.5rem!important}.ml-sm-40,.mx-sm-40{margin-left:2.5rem!important}.m-sm-50{margin:3.125rem!important}.mt-sm-50,.my-sm-50{margin-top:3.125rem!important}.mr-sm-50,.mx-sm-50{margin-right:3.125rem!important}.mb-sm-50,.my-sm-50{margin-bottom:3.125rem!important}.ml-sm-50,.mx-sm-50{margin-left:3.125rem!important}.m-sm-60{margin:3.75rem!important}.mt-sm-60,.my-sm-60{margin-top:3.75rem!important}.mr-sm-60,.mx-sm-60{margin-right:3.75rem!important}.mb-sm-60,.my-sm-60{margin-bottom:3.75rem!important}.ml-sm-60,.mx-sm-60{margin-left:3.75rem!important}.m-sm-70{margin:4.375rem!important}.mt-sm-70,.my-sm-70{margin-top:4.375rem!important}.mr-sm-70,.mx-sm-70{margin-right:4.375rem!important}.mb-sm-70,.my-sm-70{margin-bottom:4.375rem!important}.ml-sm-70,.mx-sm-70{margin-left:4.375rem!important}.m-sm-90{margin:5.625rem!important}.mt-sm-90,.my-sm-90{margin-top:5.625rem!important}.mr-sm-90,.mx-sm-90{margin-right:5.625rem!important}.mb-sm-90,.my-sm-90{margin-bottom:5.625rem!important}.ml-sm-90,.mx-sm-90{margin-left:5.625rem!important}.m-sm-100{margin:6.25rem!important}.mt-sm-100,.my-sm-100{margin-top:6.25rem!important}.mr-sm-100,.mx-sm-100{margin-right:6.25rem!important}.mb-sm-100,.my-sm-100{margin-bottom:6.25rem!important}.ml-sm-100,.mx-sm-100{margin-left:6.25rem!important}.m-sm-160{margin:10rem!important}.mt-sm-160,.my-sm-160{margin-top:10rem!important}.mr-sm-160,.mx-sm-160{margin-right:10rem!important}.mb-sm-160,.my-sm-160{margin-bottom:10rem!important}.ml-sm-160,.mx-sm-160{margin-left:10rem!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:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.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}.p-sm-10{padding:.625rem!important}.pt-sm-10,.py-sm-10{padding-top:.625rem!important}.pr-sm-10,.px-sm-10{padding-right:.625rem!important}.pb-sm-10,.py-sm-10{padding-bottom:.625rem!important}.pl-sm-10,.px-sm-10{padding-left:.625rem!important}.p-sm-20{padding:1.25rem!important}.pt-sm-20,.py-sm-20{padding-top:1.25rem!important}.pr-sm-20,.px-sm-20{padding-right:1.25rem!important}.pb-sm-20,.py-sm-20{padding-bottom:1.25rem!important}.pl-sm-20,.px-sm-20{padding-left:1.25rem!important}.p-sm-30{padding:1.875rem!important}.pt-sm-30,.py-sm-30{padding-top:1.875rem!important}.pr-sm-30,.px-sm-30{padding-right:1.875rem!important}.pb-sm-30,.py-sm-30{padding-bottom:1.875rem!important}.pl-sm-30,.px-sm-30{padding-left:1.875rem!important}.p-sm-40{padding:2.5rem!important}.pt-sm-40,.py-sm-40{padding-top:2.5rem!important}.pr-sm-40,.px-sm-40{padding-right:2.5rem!important}.pb-sm-40,.py-sm-40{padding-bottom:2.5rem!important}.pl-sm-40,.px-sm-40{padding-left:2.5rem!important}.p-sm-50{padding:3.125rem!important}.pt-sm-50,.py-sm-50{padding-top:3.125rem!important}.pr-sm-50,.px-sm-50{padding-right:3.125rem!important}.pb-sm-50,.py-sm-50{padding-bottom:3.125rem!important}.pl-sm-50,.px-sm-50{padding-left:3.125rem!important}.p-sm-60{padding:3.75rem!important}.pt-sm-60,.py-sm-60{padding-top:3.75rem!important}.pr-sm-60,.px-sm-60{padding-right:3.75rem!important}.pb-sm-60,.py-sm-60{padding-bottom:3.75rem!important}.pl-sm-60,.px-sm-60{padding-left:3.75rem!important}.p-sm-70{padding:4.375rem!important}.pt-sm-70,.py-sm-70{padding-top:4.375rem!important}.pr-sm-70,.px-sm-70{padding-right:4.375rem!important}.pb-sm-70,.py-sm-70{padding-bottom:4.375rem!important}.pl-sm-70,.px-sm-70{padding-left:4.375rem!important}.p-sm-90{padding:5.625rem!important}.pt-sm-90,.py-sm-90{padding-top:5.625rem!important}.pr-sm-90,.px-sm-90{padding-right:5.625rem!important}.pb-sm-90,.py-sm-90{padding-bottom:5.625rem!important}.pl-sm-90,.px-sm-90{padding-left:5.625rem!important}.p-sm-100{padding:6.25rem!important}.pt-sm-100,.py-sm-100{padding-top:6.25rem!important}.pr-sm-100,.px-sm-100{padding-right:6.25rem!important}.pb-sm-100,.py-sm-100{padding-bottom:6.25rem!important}.pl-sm-100,.px-sm-100{padding-left:6.25rem!important}.p-sm-160{padding:10rem!important}.pt-sm-160,.py-sm-160{padding-top:10rem!important}.pr-sm-160,.px-sm-160{padding-right:10rem!important}.pb-sm-160,.py-sm-160{padding-bottom:10rem!important}.pl-sm-160,.px-sm-160{padding-left:10rem!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:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.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}.m-md-10{margin:.625rem!important}.mt-md-10,.my-md-10{margin-top:.625rem!important}.mr-md-10,.mx-md-10{margin-right:.625rem!important}.mb-md-10,.my-md-10{margin-bottom:.625rem!important}.ml-md-10,.mx-md-10{margin-left:.625rem!important}.m-md-20{margin:1.25rem!important}.mt-md-20,.my-md-20{margin-top:1.25rem!important}.mr-md-20,.mx-md-20{margin-right:1.25rem!important}.mb-md-20,.my-md-20{margin-bottom:1.25rem!important}.ml-md-20,.mx-md-20{margin-left:1.25rem!important}.m-md-30{margin:1.875rem!important}.mt-md-30,.my-md-30{margin-top:1.875rem!important}.mr-md-30,.mx-md-30{margin-right:1.875rem!important}.mb-md-30,.my-md-30{margin-bottom:1.875rem!important}.ml-md-30,.mx-md-30{margin-left:1.875rem!important}.m-md-40{margin:2.5rem!important}.mt-md-40,.my-md-40{margin-top:2.5rem!important}.mr-md-40,.mx-md-40{margin-right:2.5rem!important}.mb-md-40,.my-md-40{margin-bottom:2.5rem!important}.ml-md-40,.mx-md-40{margin-left:2.5rem!important}.m-md-50{margin:3.125rem!important}.mt-md-50,.my-md-50{margin-top:3.125rem!important}.mr-md-50,.mx-md-50{margin-right:3.125rem!important}.mb-md-50,.my-md-50{margin-bottom:3.125rem!important}.ml-md-50,.mx-md-50{margin-left:3.125rem!important}.m-md-60{margin:3.75rem!important}.mt-md-60,.my-md-60{margin-top:3.75rem!important}.mr-md-60,.mx-md-60{margin-right:3.75rem!important}.mb-md-60,.my-md-60{margin-bottom:3.75rem!important}.ml-md-60,.mx-md-60{margin-left:3.75rem!important}.m-md-70{margin:4.375rem!important}.mt-md-70,.my-md-70{margin-top:4.375rem!important}.mr-md-70,.mx-md-70{margin-right:4.375rem!important}.mb-md-70,.my-md-70{margin-bottom:4.375rem!important}.ml-md-70,.mx-md-70{margin-left:4.375rem!important}.m-md-90{margin:5.625rem!important}.mt-md-90,.my-md-90{margin-top:5.625rem!important}.mr-md-90,.mx-md-90{margin-right:5.625rem!important}.mb-md-90,.my-md-90{margin-bottom:5.625rem!important}.ml-md-90,.mx-md-90{margin-left:5.625rem!important}.m-md-100{margin:6.25rem!important}.mt-md-100,.my-md-100{margin-top:6.25rem!important}.mr-md-100,.mx-md-100{margin-right:6.25rem!important}.mb-md-100,.my-md-100{margin-bottom:6.25rem!important}.ml-md-100,.mx-md-100{margin-left:6.25rem!important}.m-md-160{margin:10rem!important}.mt-md-160,.my-md-160{margin-top:10rem!important}.mr-md-160,.mx-md-160{margin-right:10rem!important}.mb-md-160,.my-md-160{margin-bottom:10rem!important}.ml-md-160,.mx-md-160{margin-left:10rem!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:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.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}.p-md-10{padding:.625rem!important}.pt-md-10,.py-md-10{padding-top:.625rem!important}.pr-md-10,.px-md-10{padding-right:.625rem!important}.pb-md-10,.py-md-10{padding-bottom:.625rem!important}.pl-md-10,.px-md-10{padding-left:.625rem!important}.p-md-20{padding:1.25rem!important}.pt-md-20,.py-md-20{padding-top:1.25rem!important}.pr-md-20,.px-md-20{padding-right:1.25rem!important}.pb-md-20,.py-md-20{padding-bottom:1.25rem!important}.pl-md-20,.px-md-20{padding-left:1.25rem!important}.p-md-30{padding:1.875rem!important}.pt-md-30,.py-md-30{padding-top:1.875rem!important}.pr-md-30,.px-md-30{padding-right:1.875rem!important}.pb-md-30,.py-md-30{padding-bottom:1.875rem!important}.pl-md-30,.px-md-30{padding-left:1.875rem!important}.p-md-40{padding:2.5rem!important}.pt-md-40,.py-md-40{padding-top:2.5rem!important}.pr-md-40,.px-md-40{padding-right:2.5rem!important}.pb-md-40,.py-md-40{padding-bottom:2.5rem!important}.pl-md-40,.px-md-40{padding-left:2.5rem!important}.p-md-50{padding:3.125rem!important}.pt-md-50,.py-md-50{padding-top:3.125rem!important}.pr-md-50,.px-md-50{padding-right:3.125rem!important}.pb-md-50,.py-md-50{padding-bottom:3.125rem!important}.pl-md-50,.px-md-50{padding-left:3.125rem!important}.p-md-60{padding:3.75rem!important}.pt-md-60,.py-md-60{padding-top:3.75rem!important}.pr-md-60,.px-md-60{padding-right:3.75rem!important}.pb-md-60,.py-md-60{padding-bottom:3.75rem!important}.pl-md-60,.px-md-60{padding-left:3.75rem!important}.p-md-70{padding:4.375rem!important}.pt-md-70,.py-md-70{padding-top:4.375rem!important}.pr-md-70,.px-md-70{padding-right:4.375rem!important}.pb-md-70,.py-md-70{padding-bottom:4.375rem!important}.pl-md-70,.px-md-70{padding-left:4.375rem!important}.p-md-90{padding:5.625rem!important}.pt-md-90,.py-md-90{padding-top:5.625rem!important}.pr-md-90,.px-md-90{padding-right:5.625rem!important}.pb-md-90,.py-md-90{padding-bottom:5.625rem!important}.pl-md-90,.px-md-90{padding-left:5.625rem!important}.p-md-100{padding:6.25rem!important}.pt-md-100,.py-md-100{padding-top:6.25rem!important}.pr-md-100,.px-md-100{padding-right:6.25rem!important}.pb-md-100,.py-md-100{padding-bottom:6.25rem!important}.pl-md-100,.px-md-100{padding-left:6.25rem!important}.p-md-160{padding:10rem!important}.pt-md-160,.py-md-160{padding-top:10rem!important}.pr-md-160,.px-md-160{padding-right:10rem!important}.pb-md-160,.py-md-160{padding-bottom:10rem!important}.pl-md-160,.px-md-160{padding-left:10rem!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:992px){.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:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.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}.m-lg-10{margin:.625rem!important}.mt-lg-10,.my-lg-10{margin-top:.625rem!important}.mr-lg-10,.mx-lg-10{margin-right:.625rem!important}.mb-lg-10,.my-lg-10{margin-bottom:.625rem!important}.ml-lg-10,.mx-lg-10{margin-left:.625rem!important}.m-lg-20{margin:1.25rem!important}.mt-lg-20,.my-lg-20{margin-top:1.25rem!important}.mr-lg-20,.mx-lg-20{margin-right:1.25rem!important}.mb-lg-20,.my-lg-20{margin-bottom:1.25rem!important}.ml-lg-20,.mx-lg-20{margin-left:1.25rem!important}.m-lg-30{margin:1.875rem!important}.mt-lg-30,.my-lg-30{margin-top:1.875rem!important}.mr-lg-30,.mx-lg-30{margin-right:1.875rem!important}.mb-lg-30,.my-lg-30{margin-bottom:1.875rem!important}.ml-lg-30,.mx-lg-30{margin-left:1.875rem!important}.m-lg-40{margin:2.5rem!important}.mt-lg-40,.my-lg-40{margin-top:2.5rem!important}.mr-lg-40,.mx-lg-40{margin-right:2.5rem!important}.mb-lg-40,.my-lg-40{margin-bottom:2.5rem!important}.ml-lg-40,.mx-lg-40{margin-left:2.5rem!important}.m-lg-50{margin:3.125rem!important}.mt-lg-50,.my-lg-50{margin-top:3.125rem!important}.mr-lg-50,.mx-lg-50{margin-right:3.125rem!important}.mb-lg-50,.my-lg-50{margin-bottom:3.125rem!important}.ml-lg-50,.mx-lg-50{margin-left:3.125rem!important}.m-lg-60{margin:3.75rem!important}.mt-lg-60,.my-lg-60{margin-top:3.75rem!important}.mr-lg-60,.mx-lg-60{margin-right:3.75rem!important}.mb-lg-60,.my-lg-60{margin-bottom:3.75rem!important}.ml-lg-60,.mx-lg-60{margin-left:3.75rem!important}.m-lg-70{margin:4.375rem!important}.mt-lg-70,.my-lg-70{margin-top:4.375rem!important}.mr-lg-70,.mx-lg-70{margin-right:4.375rem!important}.mb-lg-70,.my-lg-70{margin-bottom:4.375rem!important}.ml-lg-70,.mx-lg-70{margin-left:4.375rem!important}.m-lg-90{margin:5.625rem!important}.mt-lg-90,.my-lg-90{margin-top:5.625rem!important}.mr-lg-90,.mx-lg-90{margin-right:5.625rem!important}.mb-lg-90,.my-lg-90{margin-bottom:5.625rem!important}.ml-lg-90,.mx-lg-90{margin-left:5.625rem!important}.m-lg-100{margin:6.25rem!important}.mt-lg-100,.my-lg-100{margin-top:6.25rem!important}.mr-lg-100,.mx-lg-100{margin-right:6.25rem!important}.mb-lg-100,.my-lg-100{margin-bottom:6.25rem!important}.ml-lg-100,.mx-lg-100{margin-left:6.25rem!important}.m-lg-160{margin:10rem!important}.mt-lg-160,.my-lg-160{margin-top:10rem!important}.mr-lg-160,.mx-lg-160{margin-right:10rem!important}.mb-lg-160,.my-lg-160{margin-bottom:10rem!important}.ml-lg-160,.mx-lg-160{margin-left:10rem!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:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.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}.p-lg-10{padding:.625rem!important}.pt-lg-10,.py-lg-10{padding-top:.625rem!important}.pr-lg-10,.px-lg-10{padding-right:.625rem!important}.pb-lg-10,.py-lg-10{padding-bottom:.625rem!important}.pl-lg-10,.px-lg-10{padding-left:.625rem!important}.p-lg-20{padding:1.25rem!important}.pt-lg-20,.py-lg-20{padding-top:1.25rem!important}.pr-lg-20,.px-lg-20{padding-right:1.25rem!important}.pb-lg-20,.py-lg-20{padding-bottom:1.25rem!important}.pl-lg-20,.px-lg-20{padding-left:1.25rem!important}.p-lg-30{padding:1.875rem!important}.pt-lg-30,.py-lg-30{padding-top:1.875rem!important}.pr-lg-30,.px-lg-30{padding-right:1.875rem!important}.pb-lg-30,.py-lg-30{padding-bottom:1.875rem!important}.pl-lg-30,.px-lg-30{padding-left:1.875rem!important}.p-lg-40{padding:2.5rem!important}.pt-lg-40,.py-lg-40{padding-top:2.5rem!important}.pr-lg-40,.px-lg-40{padding-right:2.5rem!important}.pb-lg-40,.py-lg-40{padding-bottom:2.5rem!important}.pl-lg-40,.px-lg-40{padding-left:2.5rem!important}.p-lg-50{padding:3.125rem!important}.pt-lg-50,.py-lg-50{padding-top:3.125rem!important}.pr-lg-50,.px-lg-50{padding-right:3.125rem!important}.pb-lg-50,.py-lg-50{padding-bottom:3.125rem!important}.pl-lg-50,.px-lg-50{padding-left:3.125rem!important}.p-lg-60{padding:3.75rem!important}.pt-lg-60,.py-lg-60{padding-top:3.75rem!important}.pr-lg-60,.px-lg-60{padding-right:3.75rem!important}.pb-lg-60,.py-lg-60{padding-bottom:3.75rem!important}.pl-lg-60,.px-lg-60{padding-left:3.75rem!important}.p-lg-70{padding:4.375rem!important}.pt-lg-70,.py-lg-70{padding-top:4.375rem!important}.pr-lg-70,.px-lg-70{padding-right:4.375rem!important}.pb-lg-70,.py-lg-70{padding-bottom:4.375rem!important}.pl-lg-70,.px-lg-70{padding-left:4.375rem!important}.p-lg-90{padding:5.625rem!important}.pt-lg-90,.py-lg-90{padding-top:5.625rem!important}.pr-lg-90,.px-lg-90{padding-right:5.625rem!important}.pb-lg-90,.py-lg-90{padding-bottom:5.625rem!important}.pl-lg-90,.px-lg-90{padding-left:5.625rem!important}.p-lg-100{padding:6.25rem!important}.pt-lg-100,.py-lg-100{padding-top:6.25rem!important}.pr-lg-100,.px-lg-100{padding-right:6.25rem!important}.pb-lg-100,.py-lg-100{padding-bottom:6.25rem!important}.pl-lg-100,.px-lg-100{padding-left:6.25rem!important}.p-lg-160{padding:10rem!important}.pt-lg-160,.py-lg-160{padding-top:10rem!important}.pr-lg-160,.px-lg-160{padding-right:10rem!important}.pb-lg-160,.py-lg-160{padding-bottom:10rem!important}.pl-lg-160,.px-lg-160{padding-left:10rem!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:1200px){.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:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.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}.m-xl-10{margin:.625rem!important}.mt-xl-10,.my-xl-10{margin-top:.625rem!important}.mr-xl-10,.mx-xl-10{margin-right:.625rem!important}.mb-xl-10,.my-xl-10{margin-bottom:.625rem!important}.ml-xl-10,.mx-xl-10{margin-left:.625rem!important}.m-xl-20{margin:1.25rem!important}.mt-xl-20,.my-xl-20{margin-top:1.25rem!important}.mr-xl-20,.mx-xl-20{margin-right:1.25rem!important}.mb-xl-20,.my-xl-20{margin-bottom:1.25rem!important}.ml-xl-20,.mx-xl-20{margin-left:1.25rem!important}.m-xl-30{margin:1.875rem!important}.mt-xl-30,.my-xl-30{margin-top:1.875rem!important}.mr-xl-30,.mx-xl-30{margin-right:1.875rem!important}.mb-xl-30,.my-xl-30{margin-bottom:1.875rem!important}.ml-xl-30,.mx-xl-30{margin-left:1.875rem!important}.m-xl-40{margin:2.5rem!important}.mt-xl-40,.my-xl-40{margin-top:2.5rem!important}.mr-xl-40,.mx-xl-40{margin-right:2.5rem!important}.mb-xl-40,.my-xl-40{margin-bottom:2.5rem!important}.ml-xl-40,.mx-xl-40{margin-left:2.5rem!important}.m-xl-50{margin:3.125rem!important}.mt-xl-50,.my-xl-50{margin-top:3.125rem!important}.mr-xl-50,.mx-xl-50{margin-right:3.125rem!important}.mb-xl-50,.my-xl-50{margin-bottom:3.125rem!important}.ml-xl-50,.mx-xl-50{margin-left:3.125rem!important}.m-xl-60{margin:3.75rem!important}.mt-xl-60,.my-xl-60{margin-top:3.75rem!important}.mr-xl-60,.mx-xl-60{margin-right:3.75rem!important}.mb-xl-60,.my-xl-60{margin-bottom:3.75rem!important}.ml-xl-60,.mx-xl-60{margin-left:3.75rem!important}.m-xl-70{margin:4.375rem!important}.mt-xl-70,.my-xl-70{margin-top:4.375rem!important}.mr-xl-70,.mx-xl-70{margin-right:4.375rem!important}.mb-xl-70,.my-xl-70{margin-bottom:4.375rem!important}.ml-xl-70,.mx-xl-70{margin-left:4.375rem!important}.m-xl-90{margin:5.625rem!important}.mt-xl-90,.my-xl-90{margin-top:5.625rem!important}.mr-xl-90,.mx-xl-90{margin-right:5.625rem!important}.mb-xl-90,.my-xl-90{margin-bottom:5.625rem!important}.ml-xl-90,.mx-xl-90{margin-left:5.625rem!important}.m-xl-100{margin:6.25rem!important}.mt-xl-100,.my-xl-100{margin-top:6.25rem!important}.mr-xl-100,.mx-xl-100{margin-right:6.25rem!important}.mb-xl-100,.my-xl-100{margin-bottom:6.25rem!important}.ml-xl-100,.mx-xl-100{margin-left:6.25rem!important}.m-xl-160{margin:10rem!important}.mt-xl-160,.my-xl-160{margin-top:10rem!important}.mr-xl-160,.mx-xl-160{margin-right:10rem!important}.mb-xl-160,.my-xl-160{margin-bottom:10rem!important}.ml-xl-160,.mx-xl-160{margin-left:10rem!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:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.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}.p-xl-10{padding:.625rem!important}.pt-xl-10,.py-xl-10{padding-top:.625rem!important}.pr-xl-10,.px-xl-10{padding-right:.625rem!important}.pb-xl-10,.py-xl-10{padding-bottom:.625rem!important}.pl-xl-10,.px-xl-10{padding-left:.625rem!important}.p-xl-20{padding:1.25rem!important}.pt-xl-20,.py-xl-20{padding-top:1.25rem!important}.pr-xl-20,.px-xl-20{padding-right:1.25rem!important}.pb-xl-20,.py-xl-20{padding-bottom:1.25rem!important}.pl-xl-20,.px-xl-20{padding-left:1.25rem!important}.p-xl-30{padding:1.875rem!important}.pt-xl-30,.py-xl-30{padding-top:1.875rem!important}.pr-xl-30,.px-xl-30{padding-right:1.875rem!important}.pb-xl-30,.py-xl-30{padding-bottom:1.875rem!important}.pl-xl-30,.px-xl-30{padding-left:1.875rem!important}.p-xl-40{padding:2.5rem!important}.pt-xl-40,.py-xl-40{padding-top:2.5rem!important}.pr-xl-40,.px-xl-40{padding-right:2.5rem!important}.pb-xl-40,.py-xl-40{padding-bottom:2.5rem!important}.pl-xl-40,.px-xl-40{padding-left:2.5rem!important}.p-xl-50{padding:3.125rem!important}.pt-xl-50,.py-xl-50{padding-top:3.125rem!important}.pr-xl-50,.px-xl-50{padding-right:3.125rem!important}.pb-xl-50,.py-xl-50{padding-bottom:3.125rem!important}.pl-xl-50,.px-xl-50{padding-left:3.125rem!important}.p-xl-60{padding:3.75rem!important}.pt-xl-60,.py-xl-60{padding-top:3.75rem!important}.pr-xl-60,.px-xl-60{padding-right:3.75rem!important}.pb-xl-60,.py-xl-60{padding-bottom:3.75rem!important}.pl-xl-60,.px-xl-60{padding-left:3.75rem!important}.p-xl-70{padding:4.375rem!important}.pt-xl-70,.py-xl-70{padding-top:4.375rem!important}.pr-xl-70,.px-xl-70{padding-right:4.375rem!important}.pb-xl-70,.py-xl-70{padding-bottom:4.375rem!important}.pl-xl-70,.px-xl-70{padding-left:4.375rem!important}.p-xl-90{padding:5.625rem!important}.pt-xl-90,.py-xl-90{padding-top:5.625rem!important}.pr-xl-90,.px-xl-90{padding-right:5.625rem!important}.pb-xl-90,.py-xl-90{padding-bottom:5.625rem!important}.pl-xl-90,.px-xl-90{padding-left:5.625rem!important}.p-xl-100{padding:6.25rem!important}.pt-xl-100,.py-xl-100{padding-top:6.25rem!important}.pr-xl-100,.px-xl-100{padding-right:6.25rem!important}.pb-xl-100,.py-xl-100{padding-bottom:6.25rem!important}.pl-xl-100,.px-xl-100{padding-left:6.25rem!important}.p-xl-160{padding:10rem!important}.pt-xl-160,.py-xl-160{padding-top:10rem!important}.pr-xl-160,.px-xl-160{padding-right:10rem!important}.pb-xl-160,.py-xl-160{padding-bottom:10rem!important}.pl-xl-160,.px-xl-160{padding-left:10rem!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}}.text-justify{text-align:justify!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-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:#0f65b7!important}a.text-primary:focus,a.text-primary:hover{color:#0b4b88!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-muted{color:#6c757d!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}.fade{opacity:0;transition:opacity .15s linear}.fade.show{opacity:1}.collapse{display:none}.collapse.show{display:block}tr.collapse.show{display:table-row}tbody.collapse.show{display:table-row-group}.collapsing{position:relative;height:0;overflow:hidden;transition:height .35s ease}.img-fluid{max-width:100%;height:auto}.img-thumbnail{padding:.25rem;background-color:#fff;border:1px solid #dee2e6;border-radius:1.125rem;max-width:100%;height:auto}.figure{display:inline-block}.figure-img{margin-bottom:.5rem;line-height:1}.figure-caption{font-size:90%;color:#6c757d}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-bottom:.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;font-weight:300;line-height:1.2}.display-2{font-size:5.5rem;font-weight:300;line-height:1.2}.display-3{font-size:4.5rem;font-weight:300;line-height:1.2}.display-4{font-size:3.5rem;font-weight:300;line-height:1.2}hr{margin-top:1rem;margin-bottom:1rem;border:0;border-top:1px solid rgba(0,0,0,.1)}.small,small{font-size:80%;font-weight:400}.mark,mark{padding:.2em;background-color:#fcf8e3}.list-unstyled{padding-left:0;list-style:none}.list-inline{padding-left:0;list-style:none}.list-inline-item{display:inline-block}.list-inline-item:not(:last-child){margin-right:.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 \00A0"}*,::after,::before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:transparent}@-ms-viewport{width:device-width}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-display: swap;display:swap;font-family:Mulish,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;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:.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{margin-bottom:1rem;font-style:normal;line-height:inherit}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#0f65b7;text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0090ff;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus,a:not([href]):not([tabindex]):hover{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.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:.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}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1420px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.row{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}.col{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-first{-ms-flex-order:-1;order:-1}.order-last{-ms-flex-order:13;order:13}.order-0{-ms-flex-order:0;order:0}.order-1{-ms-flex-order:1;order:1}.order-2{-ms-flex-order:2;order:2}.order-3{-ms-flex-order:3;order:3}.order-4{-ms-flex-order:4;order:4}.order-5{-ms-flex-order:5;order:5}.order-6{-ms-flex-order:6;order:6}.order-7{-ms-flex-order:7;order:7}.order-8{-ms-flex-order:8;order:8}.order-9{-ms-flex-order:9;order:9}.order-10{-ms-flex-order:10;order:10}.order-11{-ms-flex-order:11;order:11}.order-12{-ms-flex-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:576px){.col-sm{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-sm-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-sm-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-sm-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-sm-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-sm-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-sm-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-sm-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-sm-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-sm-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-sm-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-sm-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-sm-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-sm-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-sm-first{-ms-flex-order:-1;order:-1}.order-sm-last{-ms-flex-order:13;order:13}.order-sm-0{-ms-flex-order:0;order:0}.order-sm-1{-ms-flex-order:1;order:1}.order-sm-2{-ms-flex-order:2;order:2}.order-sm-3{-ms-flex-order:3;order:3}.order-sm-4{-ms-flex-order:4;order:4}.order-sm-5{-ms-flex-order:5;order:5}.order-sm-6{-ms-flex-order:6;order:6}.order-sm-7{-ms-flex-order:7;order:7}.order-sm-8{-ms-flex-order:8;order:8}.order-sm-9{-ms-flex-order:9;order:9}.order-sm-10{-ms-flex-order:10;order:10}.order-sm-11{-ms-flex-order:11;order:11}.order-sm-12{-ms-flex-order: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{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-md-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-md-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-md-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-md-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-md-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-md-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-md-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-md-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-md-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-md-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-md-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-md-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-md-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-md-first{-ms-flex-order:-1;order:-1}.order-md-last{-ms-flex-order:13;order:13}.order-md-0{-ms-flex-order:0;order:0}.order-md-1{-ms-flex-order:1;order:1}.order-md-2{-ms-flex-order:2;order:2}.order-md-3{-ms-flex-order:3;order:3}.order-md-4{-ms-flex-order:4;order:4}.order-md-5{-ms-flex-order:5;order:5}.order-md-6{-ms-flex-order:6;order:6}.order-md-7{-ms-flex-order:7;order:7}.order-md-8{-ms-flex-order:8;order:8}.order-md-9{-ms-flex-order:9;order:9}.order-md-10{-ms-flex-order:10;order:10}.order-md-11{-ms-flex-order:11;order:11}.order-md-12{-ms-flex-order: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:992px){.col-lg{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-lg-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-lg-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-lg-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-lg-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-lg-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-lg-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-lg-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-lg-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-lg-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-lg-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-lg-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-lg-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-lg-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-lg-first{-ms-flex-order:-1;order:-1}.order-lg-last{-ms-flex-order:13;order:13}.order-lg-0{-ms-flex-order:0;order:0}.order-lg-1{-ms-flex-order:1;order:1}.order-lg-2{-ms-flex-order:2;order:2}.order-lg-3{-ms-flex-order:3;order:3}.order-lg-4{-ms-flex-order:4;order:4}.order-lg-5{-ms-flex-order:5;order:5}.order-lg-6{-ms-flex-order:6;order:6}.order-lg-7{-ms-flex-order:7;order:7}.order-lg-8{-ms-flex-order:8;order:8}.order-lg-9{-ms-flex-order:9;order:9}.order-lg-10{-ms-flex-order:10;order:10}.order-lg-11{-ms-flex-order:11;order:11}.order-lg-12{-ms-flex-order: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:1200px){.col-xl{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1;max-width:100%}.col-xl-auto{-ms-flex:0 0 auto;flex:0 0 auto;width:auto;max-width:none}.col-xl-1{-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}.col-xl-2{-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}.col-xl-3{-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}.col-xl-4{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}.col-xl-5{-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}.col-xl-6{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}.col-xl-7{-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}.col-xl-8{-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}.col-xl-9{-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}.col-xl-10{-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}.col-xl-11{-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}.col-xl-12{-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}.order-xl-first{-ms-flex-order:-1;order:-1}.order-xl-last{-ms-flex-order:13;order:13}.order-xl-0{-ms-flex-order:0;order:0}.order-xl-1{-ms-flex-order:1;order:1}.order-xl-2{-ms-flex-order:2;order:2}.order-xl-3{-ms-flex-order:3;order:3}.order-xl-4{-ms-flex-order:4;order:4}.order-xl-5{-ms-flex-order:5;order:5}.order-xl-6{-ms-flex-order:6;order:6}.order-xl-7{-ms-flex-order:7;order:7}.order-xl-8{-ms-flex-order:8;order:8}.order-xl-9{-ms-flex-order:9;order:9}.order-xl-10{-ms-flex-order:10;order:10}.order-xl-11{-ms-flex-order:11;order:11}.order-xl-12{-ms-flex-order: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%}}.dropdown,.dropup{position:relative}.dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid;border-right:.3em solid transparent;border-bottom:0;border-left:.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:.5rem 0;margin:.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,.15);border-radius:1.125rem}.dropup .dropdown-menu{margin-top:0;margin-bottom:.125rem}.dropup .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:0;border-right:.3em solid transparent;border-bottom:.3em solid;border-left:.3em solid transparent}.dropup .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-menu{margin-top:0;margin-left:.125rem}.dropright .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-bottom:.3em solid transparent;border-left:.3em solid}.dropright .dropdown-toggle:empty::after{margin-left:0}.dropright .dropdown-toggle::after{vertical-align:0}.dropleft .dropdown-menu{margin-top:0;margin-right:.125rem}.dropleft .dropdown-toggle::after{display:inline-block;width:0;height:0;margin-left:.255em;vertical-align:.255em;content:""}.dropleft .dropdown-toggle::after{display:none}.dropleft .dropdown-toggle::before{display:inline-block;width:0;height:0;margin-right:.255em;vertical-align:.255em;content:"";border-top:.3em solid transparent;border-right:.3em solid;border-bottom:.3em solid transparent}.dropleft .dropdown-toggle:empty::after{margin-left:0}.dropleft .dropdown-toggle::before{vertical-align:0}.dropdown-divider{height:0;margin:.5rem 0;overflow:hidden;border-top:1px solid #e9ecef}.dropdown-item{display:block;width:100%;padding:.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:#0f65b7}.dropdown-item.disabled,.dropdown-item:disabled{color:#6c757d;background-color:transparent}.dropdown-menu.show{display:block}.dropdown-header{display:block;padding:.5rem 1.5rem;margin-bottom:0;font-size:.875rem;color:#6c757d;white-space:nowrap}.table{width:100%;max-width:100%;margin-bottom:1rem;background-color:transparent}.table td,.table th{padding:.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:.3rem}.table-bordered{border:1px solid #dee2e6}.table-bordered td,.table-bordered th{border:1px solid #dee2e6}.table-bordered thead td,.table-bordered thead th{border-bottom-width:2px}.table-striped tbody tr:nth-of-type(odd){background-color:rgba(0,0,0,.05)}.table-hover tbody tr:hover{background-color:rgba(0,0,0,.075)}.table-primary,.table-primary>td,.table-primary>th{background-color:#bcd4eb}.table-hover .table-primary:hover{background-color:#a8c7e5}.table-hover .table-primary:hover>td,.table-hover .table-primary:hover>th{background-color:#a8c7e5}.table-secondary,.table-secondary>td,.table-secondary>th{background-color:#d6d8db}.table-hover .table-secondary:hover{background-color:#c8cbcf}.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{background-color:#b1dfbb}.table-hover .table-success:hover>td,.table-hover .table-success:hover>th{background-color:#b1dfbb}.table-info,.table-info>td,.table-info>th{background-color:#bee5eb}.table-hover .table-info:hover{background-color:#abdde5}.table-hover .table-info:hover>td,.table-hover .table-info:hover>th{background-color:#abdde5}.table-warning,.table-warning>td,.table-warning>th{background-color:#ffeeba}.table-hover .table-warning:hover{background-color:#ffe8a1}.table-hover .table-warning:hover>td,.table-hover .table-warning:hover>th{background-color:#ffe8a1}.table-danger,.table-danger>td,.table-danger>th{background-color:#f5c6cb}.table-hover .table-danger:hover{background-color:#f1b0b7}.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{background-color:#ececf6}.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{background-color:#b9bbbe}.table-hover .table-dark:hover>td,.table-hover .table-dark:hover>th{background-color:#b9bbbe}.table-active,.table-active>td,.table-active>th{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover{background-color:rgba(0,0,0,.075)}.table-hover .table-active:hover>td,.table-hover .table-active:hover>th{background-color:rgba(0,0,0,.075)}.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:rgba(255,255,255,.05)}.table-dark.table-hover tbody tr:hover{background-color:rgba(255,255,255,.075)}@media (max-width:575.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:991.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:1199.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}}.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}.nav-tabs{display:-ms-flexbox;display:flex;padding-left:0;margin-bottom:0;list-style:none;font-size:.9375rem;border-bottom:2px solid #f4f4f4}.nav-tabs .nav-item{display:inline-block;-ms-flex:0 1 100%;flex:0 1 100%;text-align:center}@media (min-width:768px){.nav-tabs .nav-item{-ms-flex-preferred-size:0;flex-basis:0;-ms-flex-positive:1;flex-grow:1}}@media (min-width:768px){.nav-tabs .nav-item:first-of-type{text-align:left}}@media (min-width:768px){.nav-tabs .nav-item:last-of-type{text-align:right}}.nav-tabs .nav-link{display:block;position:relative;padding:.5rem 0}@media (min-width:768px){.nav-tabs .nav-link{padding:30px 0}}.nav-tabs .nav-link:focus,.nav-tabs .nav-link:hover{text-decoration:none}.nav-tabs .nav-link.active:after{content:'';display:inline-block;transition:all .2s ease-in-out;width:100%;height:4px;border-radius:2px;position:absolute;bottom:-2px;left:0;background-image:linear-gradient(to right,#07ae1c 0,#0f65b7 100%)}.nav-pills{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-left:0;margin:0 -1rem 0;list-style:none}.nav-pills .nav-item{padding:0 1rem 1rem}.nav-pills .nav-link.active,.nav-pills .show>.nav-link{background-color:#0f65b7;color:#fff}.tab-content>.tab-pane{display:none}.tab-content>.active{display:block}.navbar-toggler{border:none;background-color:#fff;margin:0;padding:0;margin-left:auto}@media (min-width:992px){.navbar-toggler{display:none}}.navbar-toggler-icon{display:inline-block;padding:4px;width:2.5rem;height:2.5rem;position:relative;vertical-align:middle;cursor:pointer;border:none;background-color:transparent}.no-js .navbar-toggler-icon{display:none}.navbar-toggler-icon span{position:absolute;left:4px;right:4px;opacity:1;display:block;height:4px;background:#86939a;transform:rotate(0);transition:.3s ease-in-out}.navbar-toggler-icon span:nth-child(1){top:6px}.navbar-toggler-icon span:nth-child(2),.navbar-toggler-icon span:nth-child(3){top:18px}.navbar-toggler-icon span:nth-child(4){top:30px}.navbar-active .navbar-toggler-icon span:nth-child(1),.navbar-active .navbar-toggler-icon span:nth-child(4){width:0%;left:50%}.navbar-active .navbar-toggler-icon span:nth-child(2){transform:rotate(45deg)}.navbar-active .navbar-toggler-icon span:nth-child(3){transform:rotate(-45deg)}.navbar{position:relative;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:.5rem 1rem;text-transform:uppercase}.navbar>.container,.navbar>.container-fluid{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.navbar-brand{display:inline-block;padding-top:.3125rem;padding-bottom:.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:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding-left:0;margin-bottom:0;list-style:none}.navbar-nav .nav-link{padding-right:0;padding-left:0}.navbar-nav .dropdown-menu{position:static;float:none}.navbar-text{display:inline-block;padding-top:.5rem;padding-bottom:.5rem}.navbar-collapse{-ms-flex-preferred-size:100%;flex-basis:100%;-ms-flex-positive:1;flex-grow:1;-ms-flex-align:center;align-items:center}@media (max-width:575.98px){.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:576px){.navbar-expand-sm{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-sm .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-sm .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-sm .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-sm .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-sm .navbar-nav .current-menu-item .nav-link{color:#0090ff}.navbar-expand-sm .navbar-nav .menu-item--btn .nav-link{padding:.625rem 3.125rem}.navbar-expand-sm .navbar-nav .current-menu-item.menu-item--btn .nav-link{color:#fff}.navbar-expand-sm .navbar-nav .current-menu-item.menu-item--btn .nav-link:focus,.navbar-expand-sm .navbar-nav .current-menu-item.menu-item--btn .nav-link:hover{color:#0f65b7}.navbar-expand-sm .navbar-nav--header{width:100%;-ms-flex-pack:justify;justify-content:space-between;padding:22px 0}.navbar-expand-sm>.container,.navbar-expand-sm>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-sm .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-sm .navbar-toggler{display:none}.navbar-expand-sm .dropup .dropdown-menu{top:auto;bottom:100%}}@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{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-md .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-md .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-md .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-md .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-md .navbar-nav .current-menu-item .nav-link{color:#0090ff}.navbar-expand-md .navbar-nav .menu-item--btn .nav-link{padding:.625rem 3.125rem}.navbar-expand-md .navbar-nav .current-menu-item.menu-item--btn .nav-link{color:#fff}.navbar-expand-md .navbar-nav .current-menu-item.menu-item--btn .nav-link:focus,.navbar-expand-md .navbar-nav .current-menu-item.menu-item--btn .nav-link:hover{color:#0f65b7}.navbar-expand-md .navbar-nav--header{width:100%;-ms-flex-pack:justify;justify-content:space-between;padding:22px 0}.navbar-expand-md>.container,.navbar-expand-md>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-md .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-md .navbar-toggler{display:none}.navbar-expand-md .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:991.98px){.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:992px){.navbar-expand-lg{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-lg .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-lg .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-lg .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-lg .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-lg .navbar-nav .current-menu-item .nav-link{color:#0090ff}.navbar-expand-lg .navbar-nav .menu-item--btn .nav-link{padding:.625rem 3.125rem}.navbar-expand-lg .navbar-nav .current-menu-item.menu-item--btn .nav-link{color:#fff}.navbar-expand-lg .navbar-nav .current-menu-item.menu-item--btn .nav-link:focus,.navbar-expand-lg .navbar-nav .current-menu-item.menu-item--btn .nav-link:hover{color:#0f65b7}.navbar-expand-lg .navbar-nav--header{width:100%;-ms-flex-pack:justify;justify-content:space-between;padding:22px 0}.navbar-expand-lg>.container,.navbar-expand-lg>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-lg .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-lg .navbar-toggler{display:none}.navbar-expand-lg .dropup .dropdown-menu{top:auto;bottom:100%}}@media (max-width:1199.98px){.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{padding-right:0;padding-left:0}}@media (min-width:1200px){.navbar-expand-xl{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand-xl .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand-xl .navbar-nav .dropdown-menu{position:absolute}.navbar-expand-xl .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand-xl .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand-xl .navbar-nav .current-menu-item .nav-link{color:#0090ff}.navbar-expand-xl .navbar-nav .menu-item--btn .nav-link{padding:.625rem 3.125rem}.navbar-expand-xl .navbar-nav .current-menu-item.menu-item--btn .nav-link{color:#fff}.navbar-expand-xl .navbar-nav .current-menu-item.menu-item--btn .nav-link:focus,.navbar-expand-xl .navbar-nav .current-menu-item.menu-item--btn .nav-link:hover{color:#0f65b7}.navbar-expand-xl .navbar-nav--header{width:100%;-ms-flex-pack:justify;justify-content:space-between;padding:22px 0}.navbar-expand-xl>.container,.navbar-expand-xl>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand-xl .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand-xl .navbar-toggler{display:none}.navbar-expand-xl .dropup .dropdown-menu{top:auto;bottom:100%}}.navbar-expand{-ms-flex-flow:row nowrap;flex-flow:row nowrap;-ms-flex-pack:start;justify-content:flex-start}.navbar-expand>.container,.navbar-expand>.container-fluid{padding-right:0;padding-left:0}.navbar-expand .navbar-nav{-ms-flex-direction:row;flex-direction:row}.navbar-expand .navbar-nav .dropdown-menu{position:absolute}.navbar-expand .navbar-nav .dropdown-menu-right{right:0;left:auto}.navbar-expand .navbar-nav .nav-link{padding-right:.5rem;padding-left:.5rem}.navbar-expand .navbar-nav .current-menu-item .nav-link{color:#0090ff}.navbar-expand .navbar-nav .menu-item--btn .nav-link{padding:.625rem 3.125rem}.navbar-expand .navbar-nav .current-menu-item.menu-item--btn .nav-link{color:#fff}.navbar-expand .navbar-nav .current-menu-item.menu-item--btn .nav-link:focus,.navbar-expand .navbar-nav .current-menu-item.menu-item--btn .nav-link:hover{color:#0f65b7}.navbar-expand .navbar-nav--header{width:100%;-ms-flex-pack:justify;justify-content:space-between;padding:22px 0}.navbar-expand>.container,.navbar-expand>.container-fluid{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.navbar-expand .navbar-collapse{display:-ms-flexbox!important;display:flex!important;-ms-flex-preferred-size:auto;flex-basis:auto}.navbar-expand .navbar-toggler{display:none}.navbar-expand .dropup .dropdown-menu{top:auto;bottom:100%}.navbar-light .navbar-brand{color:rgba(0,0,0,.9)}.navbar-light .navbar-brand:focus,.navbar-light .navbar-brand:hover{color:rgba(0,0,0,.9)}.navbar-light .navbar-nav .nav-link{color:rgba(0,0,0,.5)}.navbar-light .navbar-nav .nav-link:focus,.navbar-light .navbar-nav .nav-link:hover{color:rgba(0,0,0,.7)}.navbar-light .navbar-nav .nav-link.disabled{color:rgba(0,0,0,.3)}.navbar-light .navbar-nav .active>.nav-link,.navbar-light .navbar-nav .nav-link.active,.navbar-light .navbar-nav .nav-link.show,.navbar-light .navbar-nav .show>.nav-link{color:rgba(0,0,0,.9)}.navbar-light .navbar-toggler{color:rgba(0,0,0,.5);border-color:rgba(0,0,0,.1)}.navbar-light .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-light .navbar-text{color:rgba(0,0,0,.5)}.navbar-light .navbar-text a{color:rgba(0,0,0,.9)}.navbar-light .navbar-text a:focus,.navbar-light .navbar-text a:hover{color:rgba(0,0,0,.9)}.navbar-dark .navbar-brand{color:#fff}.navbar-dark .navbar-brand:focus,.navbar-dark .navbar-brand:hover{color:#fff}.navbar-dark .navbar-nav .nav-link{color:rgba(255,255,255,.5)}.navbar-dark .navbar-nav .nav-link:focus,.navbar-dark .navbar-nav .nav-link:hover{color:rgba(255,255,255,.75)}.navbar-dark .navbar-nav .nav-link.disabled{color:rgba(255,255,255,.25)}.navbar-dark .navbar-nav .active>.nav-link,.navbar-dark .navbar-nav .nav-link.active,.navbar-dark .navbar-nav .nav-link.show,.navbar-dark .navbar-nav .show>.nav-link{color:#fff}.navbar-dark .navbar-toggler{color:rgba(255,255,255,.5);border-color:rgba(255,255,255,.1)}.navbar-dark .navbar-toggler-icon{background-image:url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E")}.navbar-dark .navbar-text{color:rgba(255,255,255,.5)}.navbar-dark .navbar-text a{color:#fff}.navbar-dark .navbar-text a:focus,.navbar-dark .navbar-text a:hover{color:#fff}.about-content{text-align:left;color:#55666f}@media (min-width:992px){.about-content{max-width:70%}}.about-content__name{color:#0f65b7;font-weight:700;line-height:35px;font-size:30px}@media (min-width:768px){.about-content__name{margin-left:250px}}.about-content__position{color:#55666f;font-size:20px;font-weight:400}@media (min-width:768px){.about-content__position{margin-left:250px}}.about-footer{text-align:center;font-size:1.0625rem;color:#55666f}.about-footer h4{color:#0f65b7}@media (min-width:768px){.about-footer{text-align:left}}.about-footer ul{list-style:none;padding:0}.about-footer a[href*='.pdf']{padding-left:1.5rem;background-position:left center}.bg-faded{background-color:#f7f9fb}.bg-gradient{box-shadow:0 15px 40px rgba(15,101,183,.1);background-image:linear-gradient(to top,#f7f9fb 0,#fff 100%)}.bg-gradient+.bg-gradient{margin-top:40px}.bg-people{background-image:url("data:image/svg+xml;charset%3DUS-ASCII,%3Csvg%20width%3D%22796%22%20height%3D%22796%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20viewBox%3D%220%200%20796%20796%22%3E%3Cdefs%3E%3Cpath%20d%3D%22M1486.78%201328.106c-17.286%2029.94-6.53%2070.085%2023.412%2087.371%2029.941%2017.287%2070.085%206.53%2087.372-23.41%2017.286-29.942%206.53-70.086-23.412-87.373-31.438-18.15-69.22-8.027-87.371%2023.412zm88.688-174.355c-91.57%203.023-182.862%2040.14-258.613%20102.197-5.694-21.252-7.53-42.273-2.514-61.334%2077.819-44.895%20172.444-60.127%20261.127-40.863zm-430.97%20431.846zm0%200c-20.418-85.644-7.142-177.784%2041.029-257.76%2010.372-17.966%2021.376-33.569%2033.878-48.308-3.118%2026.145-.88%2053.386%206.712%2081.722-7.547%209.616-12.733%2018.598-17.92%2027.58-36.301%2062.877-57.401%20130.54-63.7%20196.766zm700.404%2021.13zm0%200c-8.705%2028.907-20.405%2056.086-31.24%2081.767-91.62%20158.69-285.949%20222.15-450.75%20154.946%208.66-66.86%2029.76-134.52%2065.429-199.76l12.1-20.958-11.976-6.915c-38.924-22.472-73.758-48.572-103.868-75.937l-10.372%2017.965c-39.76%2068.865-61.955%20141.882-65.491%20213.696-5.124-4.954-10.248-9.909-13.875-13.999%202.734-84.253%2025.856-172.704%2070.4-256.772%2035.003%2036.178%2078.587%2071.322%20129.488%20100.71%20151.203%2087.297%20321.671%2085.912%20410.155%205.256zm-136.766-392.349c28.213%2020.281%2053.832%2045.053%2073.232%2070.226l12.903-8.519c-30.913-39.805-69.142-73.853-115.551-100.647-190.128-109.77-433.352-44.598-543.122%20145.53-109.77%20190.127-44.598%20433.35%20145.53%20543.121%20190.127%20109.77%20433.35%2044.598%20543.121-145.53%2070.875-122.759%2069.598-269.21%204.5-384.642l-13.535%206.157c20.834%2039.975%2033.72%2083.344%2038.89%20126.25-.232%203.859-2.825%208.35-5.418%2012.841-42.352%2073.357-196.058%2066.454-341.273-17.386-44.912-25.93-83.373-56.12-114.75-88.207%2091.14-99.084%20206.973-157.961%20315.473-159.194z%22%20id%3D%22a%22%2F%3E%3C%2Fdefs%3E%3Cdesc%3EGenerated%20with%20Avocode.%3C%2Fdesc%3E%3Cg%20opacity%3D%22.75%22%20transform%3D%22translate%28-1082%20-1122%29%22%3E%3Ctitle%3Elogo%3C%2Ftitle%3E%3Cuse%20xlink%3Ahref%3D%22%23a%22%20fill%3D%22%23f7f9fb%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"),linear-gradient(to top,#f7f9fb 0,#fff 100%);background-position:top right;background-repeat:no-repeat}.breadcrumbs{color:#fff;font-size:.9rem;font-weight:400}.breadcrumbs a{color:#fff;text-decoration:none}.breadcrumbs--blue{color:#0f65b7}.breadcrumbs--blue a{color:#0f65b7}.btn,.header-menu .menu-item--btn a,.menu-item--btn .nav-link,.nav-pills .nav-link{display:inline-block;text-decoration:none;border:2px solid #07ae1c;border-radius:100px;background-color:#07ae1c;color:#fff;font-size:.8rem;font-size:1rem;line-height:1.5;font-weight:700;letter-spacing:.85px;text-transform:uppercase;padding:1rem;transition:all .2s ease-in-out}.btn:focus,.btn:hover,.header-menu .menu-item--btn a:focus,.header-menu .menu-item--btn a:hover,.menu-item--btn .nav-link:focus,.menu-item--btn .nav-link:hover,.nav-pills .nav-link:focus,.nav-pills .nav-link:hover{background-color:#fff;color:#07ae1c;border-color:#fff;text-decoration:none;cursor:pointer}@media (min-width:992px){.btn,.header-menu .menu-item--btn a,.menu-item--btn .nav-link,.nav-pills .nav-link{padding:11px 50px}}.btn--blue,a.btn--blue{color:#fff!important;background-color:#0f65b7;border-color:#0f65b7}.btn--blue:focus,.btn--blue:hover,a.btn--blue:focus,a.btn--blue:hover{color:#0f65b7!important}.btn--blue-nohover{color:#fff!important;background-color:#0f65b7;border-color:#0f65b7}.btn--blue-nohover:focus,.btn--blue-nohover:hover{color:#fff!important;background-color:#0f65b7;border-color:#0f65b7}.btn--white{background-color:#fff;border-color:#fff;color:#0f65b7}.btn--white:focus,.btn--white:hover{background-color:#0f65b7;border-color:#0f65b7;color:#fff}.btn--bordered,.nav-pills .nav-link{background-color:#fff;border-color:#0f65b7;color:#0f65b7}.btn--bordered:focus,.btn--bordered:hover,.nav-pills .nav-link:focus,.nav-pills .nav-link:hover{background-color:#0f65b7;border-color:#0f65b7;color:#fff}.btn__icon{display:inline-block;width:1rem;height:1rem;line-height:0;vertical-align:middle}.btn__icon svg{width:100%;height:auto}.btn-more{font-size:22px;line-height:40px;text-decoration:underline}.btn-more:focus,.btn-more:hover{text-decoration:none}.btn-more--condensed{font-size:1em;line-height:inherit}.card{display:block;color:#86939a;border-radius:1.125rem;overflow:hidden;background-color:#fff;box-shadow:0 30px 40px rgba(15,101,183,.1)}.card--blue{color:#0f65b7}.card--blue .card__body{color:#0f65b7}.card--blue .card__body:focus,.card--blue .card__body:hover{color:#0f65b7}.card--publication a:focus,.card--publication a:hover{text-decoration:none}.card--publication:focus,.card--publication:hover{text-decoration:none}.card--about{padding:30px 30px 80%;background-image:url(//www.transparency.cz/wp-content/themes/transparency/dist/img/about-card-profile.png),url(//www.transparency.cz/wp-content/themes/transparency/dist/img/about-card-background.png);background-position:bottom left,bottom right;background-repeat:no-repeat;background-size:100%}@media (min-width:768px){.card--about{background-size:contain,auto;padding-bottom:40%}}@media (min-width:992px){.card--about{padding:100px 100px 50px}}.card--help{background-position:bottom right}.card--job{max-width:880px;margin:0 auto}.card--job:focus,.card--job:hover{text-decoration:none}.card__header{display:block;position:relative;height:270px;overflow:hidden}.card__header--publication{height:200px;padding:20px 60px 0;text-align:center}.card__header--publication img{max-width:100%;max-height:100%;width:auto;height:auto}.card-labels-wrapper{position:absolute;top:0;left:0;width:100%}.card-labels{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;padding:15px 35px}@media (min-width:768px){.card-labels{-ms-flex-pack:justify;justify-content:space-between}}.card-labels--condensed{padding:15px}.card-labels--stacked{display:block;text-align:right}.card-label-list{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:576px){.card-label-list{-ms-flex-pack:end;justify-content:flex-end}}.card-label{display:inline-block;margin:0 .5rem .5rem;-ms-flex:0 1 auto;flex:0 1 auto;color:#0f65b7;font-size:.75rem;font-weight:700;letter-spacing:.75px;line-height:1;text-transform:uppercase;padding:.625rem;background-color:#fff;border:.125rem solid #fff;border-radius:100px;min-width:130px;text-align:center;transition:all .2s ease-in-out}@media (min-width:768px){.card-label{margin:0 0 .5rem .5rem}}.card-label--green{background-color:#6ccf79;border-color:#6ccf79;color:#fff}.card:hover .card-label--green{background-color:#c9cfd2;border-color:#c9cfd2}.card-label--blue{background-color:#0f65b7;border-color:#0f65b7;color:#fff}.card:hover .card-label--blue{background-color:#c9cfd2;border-color:#c9cfd2}.card-label--gray{background-color:#c9cfd2;border-color:#c9cfd2;color:#fff}.card-label--faded{background-color:#f7f9fb;border-color:#f7f9fb}.card-label--condensed{font-size:11px;padding:3px 25px}.card-thumbnail{width:100%;height:auto}.card-title{color:#0f65b7;font-size:17px;font-weight:700;margin-bottom:0}.card-title--background{color:#fff;padding:.625rem 1.25rem;min-height:4.375rem;position:absolute;bottom:0;left:0;width:100%;background-color:rgba(108,207,121,.85);transition:all .2s ease-in-out}.card:hover .card-title--background{background-color:rgba(15,101,183,.85)}.card__body{display:block;color:#86939a;font-size:15px;font-weight:400;line-height:35px;padding:35px}.card__body ul{line-height:1.5}.card__body:focus,.card__body:hover{text-decoration:none;color:#86939a}.card__body--condensed{padding:1.0625rem}.card-more{color:#0f65b7;font-size:15px;font-weight:700}.card__body--publication{padding:10px 20px;font-size:13px}.card-meta{font-size:9px;font-weight:400;letter-spacing:.4px;line-height:1.6}.card-excerpt{min-height:104px;overflow:hidden}.card-excerpt--large{min-height:172px}@media (min-width:1200px){.card-excerpt--publicaton{min-height:188px}}.card__footer{font-size:11px;font-weight:400;letter-spacing:.22px;padding:15px;border-top:2px solid #f9f9f9}.card-tags{font-size:.75rem}.category-list{margin:0;padding:0;list-style:none}.category-list li{display:inline-block}.category-list a{color:#86939a;text-decoration:none;margin-right:12px}.category-list a:focus,.category-list a:hover{text-decoration:underline}.counter-list-title{font-size:22px;font-weight:400;line-height:1.9}.counter-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center}@media (min-width:992px){.counter-list{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.counter-list--blue{color:#0f65b7}.counter-list__item{display:inline-block;-ms-flex:0 0 100%;flex:0 0 100%;padding:0 3.75rem;margin-bottom:2.5rem}@media (min-width:992px){.counter-list__item{-ms-flex:0 1 auto;flex:0 1 auto}.counter-list__item:not(:last-of-type){border-right:1px solid #fff}.counter-list--blue .counter-list__item:not(:last-of-type){border-color:#0f65b7}}.counter{font-weight:400}.counter__item{display:block}.counter__item--number{font-size:60px;font-weight:600;line-height:70px}.cta{background-color:#0f65b7;background-size:cover}@media (min-width:768px){.cta{background-size:contain}}.editor{color:#55666f;font-weight:400;line-height:30px}.editor p{margin-bottom:30px}.editor h2{font-size:24px;text-transform:uppercase;font-weight:700;margin-bottom:1em}.editor h3{color:#0f65b7;font-size:30px;font-weight:700;line-height:30px;margin-bottom:1em}.editor ol li,.editor ul li{margin:0 0 5px 0}.editor blockquote{display:block;color:#55666f;font-weight:700;font-style:italic;position:relative;padding:1rem}@media (min-width:768px){.editor blockquote{padding:2rem;margin:0 2.5rem}}.editor blockquote p:last-of-type{margin-bottom:0}.editor blockquote:after,.editor blockquote:before{content:'';background-image:url(//www.transparency.cz/wp-content/themes/transparency/dist/img/quotation-mark.png);background-size:contain;background-repeat:no-repeat;display:inline-block;width:55px;height:44px;position:absolute}.editor blockquote:before{top:0;left:0}.editor blockquote:after{bottom:0;right:0;transform:rotateZ(180deg)}.editor .table-responsive{margin:30px 0}.editor table{border:1px solid #0090ff}.editor table td{padding:20px 30px}.editor img{max-width:100%;height:auto;box-shadow:0 30px 40px rgba(15,101,183,.08)}.editor .alignleft{float:left;margin:0 15px 30px 0}.editor .aligncenter{display:block;margin:0 auto 30px auto}.editor .alignright{float:right;margin:0 0 30px 15px}.editor .alignnone{float:none;display:block;margin:0 0 30px 0}.editor .size-full{width:100%;height:auto;margin:0 0 30px 0}.editor p .alignleft{float:left;margin:5px 15px 30px 0}.editor p .aligncenter{display:block;margin:5px auto 30px auto}.editor p .alignright{float:right;margin:5px 0 30px 15px}.editor p .alignnone{float:none;display:block;margin:5px 0 30px 0}.editor p .size-full{width:100%;height:auto;margin:5px 0 30px 0}.editor .gallery{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:0 -1rem}.editor .gallery-item{display:inline-block;-ms-flex:0 1 100%;flex:0 1 100%;margin:0;padding:0 1rem 1rem;-ms-flex:0 1 50%;flex:0 1 50%}@media (min-width:576px){.editor .gallery-item{-ms-flex:0 1 25%;flex:0 1 25%}}@media (min-width:768px){.editor .gallery-item{-ms-flex:0 1 20%;flex:0 1 20%}}@media (min-width:768px){.gallery-columns-2 .editor .gallery-item{-ms-flex:0 1 50%;flex:0 1 50%}}@media (min-width:768px){.gallery-columns-3 .editor .gallery-item{-ms-flex:0 1 33.33%;flex:0 1 33.33%}}@media (min-width:768px){.gallery-columns-4 .editor .gallery-item{-ms-flex:0 1 25%;flex:0 1 25%}}@media (min-width:768px){.gallery-columns-5 .editor .gallery-item{-ms-flex:0 1 20%;flex:0 1 20%}}@media (min-width:768px){.gallery-columns-6 .editor .gallery-item{-ms-flex:0 1 100/6%;flex:0 1 100/6%}}@media (min-width:768px){.gallery-columns-7 .editor .gallery-item{-ms-flex:0 1 100/7%;flex:0 1 100/7%}}@media (min-width:768px){.gallery-columns-8 .editor .gallery-item{-ms-flex:0 1 100/8%;flex:0 1 100/8%}}@media (min-width:768px){.gallery-columns-9 .editor .gallery-item{-ms-flex:0 1 100/8%;flex:0 1 100/8%}}.editor .gallery-icon{display:block;width:100%;text-align:center;margin-bottom:.5rem}.editor .gallery-icon a{display:inline-block;line-height:0}.editor .gallery-icon img{max-width:100%;height:auto;line-height:1.5}.editor .wp-caption-text{text-align:center}blockquote.blockquote-green{color:#07ae1c}blockquote.blockquote-green:after,blockquote.blockquote-green:before{content:'';background-image:url(//www.transparency.cz/wp-content/themes/transparency/dist/img/quotation-mark-green.png)}.filter-button{display:inline-block;width:100%;text-align:center;color:#0f65b7;font-size:.75rem;font-weight:700;letter-spacing:.75px;line-height:1;text-transform:uppercase;background-color:#f7f9fb;border:.125rem solid #f7f9fb;border-radius:6.25rem;padding:.625rem;transition:all .2s ease-in-out}.bg-faded .filter-button{background-color:#fff}@media (min-width:768px){.filter-button:focus,.filter-button:hover{color:#fff;background-color:#0090ff;text-decoration:none}}.filter-button.active{color:#fff;background-color:#0090ff}.filter-button--white{background-color:#fff}.filter-button--enabled{border-color:#0090ff}.filter-button--disabled{display:none;pointer-events:none;cursor:not-allowed;color:#86939a}@media (min-width:768px){.filter-button--disabled{display:inline-block}}.filter-switcher{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;list-style:none;margin:0;padding:0;color:#0f65b7;font-size:17px;font-weight:700;letter-spacing:.85px;text-transform:uppercase}@media (min-width:768px){.filter-switcher{-ms-flex-wrap:nowrap;flex-wrap:nowrap;border-radius:100px;background-color:#fff}}.filter-switcher li{display:inline-block;-ms-flex:0 1 auto;flex:0 1 auto;padding:0}.filter-switcher li:not(:first-of-type):not(:last-of-type){margin:0 .5rem}@media (min-width:768px){.filter-switcher li{margin-bottom:0}.filter-switcher li:not(:first-of-type):not(:last-of-type){margin:0 30px}}.filter-switcher__link{display:inline-block;padding:.5rem;border-radius:100px;background-color:#fff}@media (min-width:768px){.filter-switcher__link{padding:15px;min-width:180px}}.filter-switcher__link:focus,.filter-switcher__link:hover{text-decoration:none}.filter-switcher__link.active{color:#fff;background-color:#0090ff}.filter-switcher__link--disabled{display:none;pointer-events:none;cursor:not-allowed;color:#86939a;border-color:#86939a}@media (min-width:768px){.filter-switcher__link--disabled{display:inline-block}}.filter-order{color:#86939a;font-size:15px;font-weight:400}.filter-order__button{color:#86939a;background:0 0;border:1px solid #86939a;border-radius:100px;padding:10px;margin-left:10px}.filter-items-wrapper{background-color:#f7f9fb;padding:30px 0}@media (min-width:768px){.filter-items-wrapper{padding:90px 0 50px}}.footer-menu{padding:0;margin:0;list-style:none;text-align:center}.footer-menu a:not([href*=transparency]):not([href^='#']){background-position:right center;padding-right:2rem}@media (min-width:992px){.footer-menu{text-align:left}}.input{display:block;width:100%;border:1px solid #86939a;border-radius:100px;padding:10px}.input--lg{border:2px solid #0f65b7;color:#0f65b7}@media (min-width:768px){.input--lg{font-size:40px}}.currency-input{position:relative;font-size:1.5em}.currency-input:after{content:'Kč';display:inline-block;position:absolute;right:3rem;bottom:50%;transform:translateY(50%);color:#0f65b7} .hamburger{padding:5px 5px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:.7}.hamburger.is-active:hover{opacity:.7}.hamburger.is-active .hamburger-inner,.hamburger.is-active .hamburger-inner::after,.hamburger.is-active .hamburger-inner::before{background-color:#444}.hamburger-box{width:28px;height:24px;display:inline-block;position:relative}.hamburger-inner{display:block;top:50%;margin-top:-2px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:28px;height:4px;background-color:#444;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-10px}.hamburger-inner::after{bottom:-10px}.hamburger--vortex .hamburger-inner{transition-duration:.2s;transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex .hamburger-inner::after,.hamburger--vortex .hamburger-inner::before{transition-duration:0s;transition-delay:.1s;transition-timing-function:linear}.hamburger--vortex .hamburger-inner::before{transition-property:top,opacity}.hamburger--vortex .hamburger-inner::after{transition-property:bottom,transform}.hamburger--vortex.is-active .hamburger-inner{transform:rotate(765deg);transition-timing-function:cubic-bezier(.19,1,.22,1)}.hamburger--vortex.is-active .hamburger-inner::after,.hamburger--vortex.is-active .hamburger-inner::before{transition-delay:0s}.hamburger--vortex.is-active .hamburger-inner::before{top:0;opacity:0}.hamburger--vortex.is-active .hamburger-inner::after{bottom:0;transform:rotate(90deg)}.hamburger{opacity:.7;margin:5px 0 0;font-size:18px;text-transform:uppercase}.hamburger-box{width:28px;height:24px;display:inline-block;position:relative;margin-bottom:2px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{background-color:#444;width:24px}.hamburger-inner:before{top:-8px}.hamburger-inner:after{bottom:-8px}.header-menu{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;list-style:none;margin:0;padding:0;color:#0f65b7;font-size:1.063rem;font-weight:700;letter-spacing:.053rem;text-transform:uppercase}@media (min-width:992px){.header-menu{-ms-flex-wrap:nowrap;flex-wrap:nowrap;-ms-flex-pack:justify;justify-content:space-between;margin:0 -5px;padding:10px 0}}.header-menu .menu-item{display:inline-block;-ms-flex:0 0 100%;flex:0 0 100%;padding:0 5px;padding:8px 0;position:relative;border-bottom:2px solid #f9f9f9}.header-menu .menu-item.current-menu-item:after{content:'';display:inline-block;width:80%;height:2px;position:absolute;bottom:-2px;left:0;background-image:linear-gradient(to right,#07ae1c 0,#0f65b7 100%);border-radius:2px}@media (min-width:992px){.header-menu .menu-item.current-menu-item:after{display:none}}@media (min-width:992px){.header-menu .menu-item{-ms-flex:0 1 auto;flex:0 1 auto;padding:0;border:none}.header-menu .menu-item:after{display:none}}.header-menu .menu-item--noborder{border-bottom:none}@media (max-width:991.98px){.header-menu .menu-item--btn a{padding:0;color:#07ae1c;border:none;background:0 0}}.header-search{display:inline-block}.header-search.active{padding:8px 10px 8px 30px}.header-search .search-form{-ms-flex-pack:end;justify-content:flex-end;width:auto}.header-search .search-form__label{display:inline-block;-ms-flex:0 1 auto;flex:0 1 auto;transition:all .2s ease-in-out;overflow:hidden}.js .header-search .search-form__label{max-width:0%}.js .header-search.active .search-form__label{max-width:100%}.header-search .search-form__field{background-color:#fff;padding:5px 10px;text-align:left}.header-logo{display:inline-block;line-height:0;width:100%;max-width:19.375rem}.header-logo__icon{display:inline-block;width:100%;height:0;padding-bottom:14.6%;background-size:contain;font-size:0;color:transparent}.header-report{display:inline-block;white-space:nowrap;text-transform:uppercase}.header-report:focus,.header-report:hover{text-decoration:none}.header-report:focus path,.header-report:hover path{fill:#0090ff}.header-report__icon{display:inline-block;width:24px;height:24px;vertical-align:middle;color:#86939a;margin:0 10px 0 0}.header-report__icon svg{width:100%;height:auto}@media (min-width:992px){.header-report__icon{width:33px;height:30px;margin-right:1.875rem;color:#0f65b7}}.header-report__text{display:inline-block;vertical-align:middle}.header-search-button{display:inline-block;border:none;background:0 0;padding:0;width:24px;height:24px;background-size:contain}@media (min-width:992px){.header-search-button{width:1.5rem;height:1.5rem}}.hero{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;min-height:30rem;color:#fff;background-color:#0f65b7;background-size:cover;background-position:center}@media (min-width:992px){.hero{height:calc(100vh - 153px);max-height:40rem;padding:3rem 0 13.75rem 0;position:relative}}.hero__slider{display:none}@media (min-width:992px){.hero__slider{display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0}.hero__slider .slick-list,.hero__slider .slick-slide,.hero__slider .slick-track{position:absolute;top:0;right:0;bottom:0;left:0;display:-ms-flexbox;display:flex}}.hero-slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center}.hero-slide:after{content:'';display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(15,101,183,.3)}.hero__content{display:inline-block;-ms-flex:1 1 43.4375rem;flex:1 1 43.4375rem;font-size:1.375rem;line-height:1.9;max-width:43.4375rem;margin:20px 0;padding:0 30px;z-index:1}@media (min-width:992px){.hero__content{margin:0}}.hero__counters{display:inline-block;-ms-flex:1 1 100%;flex:1 1 100%;padding:0 30px}@media (min-width:992px){.hero__counters{position:absolute;bottom:0;left:0;width:100%}}.homepage-about-item{font-size:13px;line-height:2}.homepage-about-item:focus .homepage-about-item__icon,.homepage-about-item:hover .homepage-about-item__icon{box-shadow:0 .625rem 1.563rem rgba(0,144,255,.08)}.homepage-about-item__icon{display:inline-block;width:150px;height:150px;background-size:contain;margin-bottom:10px;border-radius:50%;transition:all .2s ease-in-out}.icon-amplion--blue{color:#0f65b7}.iconlink__icon{display:inline-block;width:1rem;height:1rem;margin-right:.5rem;line-height:0;vertical-align:top}.iconlink__icon svg{width:100%;height:auto}.job{display:block;text-decoration:none;color:#0f65b7;font-size:25px;font-weight:600;line-height:50px;padding:50px 25px;transition:all .2s ease-in-out}.job:hover{text-decoration:none;box-shadow:0 12px 50px rgba(15,101,183,.1);border-radius:1.125rem;background-color:#f8fafb}.job--none{padding:80px;max-width:610px;margin:0 auto;box-shadow:0 12px 50px rgba(15,101,183,.1);background-color:#f8fafb}.job__icon{display:inline-block}.job__icon.icon-job{width:200px;height:200px}.job__icon.icon-internship{width:135px;height:135px}.job__title{color:#0f65b7;font-size:25px;font-weight:600;line-height:50px}.job__title--none{font-size:30px;line-height:55px}.js .js-expandable-content:not(.js-expandable-content--opened){display:none}.legal-question-wrapper{max-width:52.1875rem;margin:0 auto}.legal-questions-phone{color:#07ae1c}.legal-questions-phone a{color:inherit}.legal-question-title{color:#0f65b7;font-size:30px;line-height:30px;font-weight:700}.legal-question-title span{font-weight:400}.legal-question-item{display:block;border-radius:1.125rem;border:1px solid #0090ff;color:#55666f;font-size:17px;font-weight:400;letter-spacing:.34px;line-height:30px;padding:20px 15px;margin-bottom:1rem}@media (min-width:768px){.legal-question-item{padding:20px 30px}}.legal-question-item p{margin:0}.legal-question-item p:not(:last-of-type){margin-bottom:1rem}.legal-question-item:focus,.legal-question-item:hover{box-shadow:0 0 2px #0090ff;text-decoration:none}.legal-question-arrow{display:inline-block;width:10px;height:10px;border:1px solid #0090ff;transform:rotate(45deg);border-bottom:none;border-left:none}.legal-question-list-more{border:none;padding:0;background:0 0;color:#0f65b7;font-weight:400}.legal-question-list-more:focus,.legal-question-list-more:hover{cursor:pointer}.list-checks{list-style:none;padding:0}.list-checks__icon{display:inline-block;width:1rem;height:1rem;line-height:0;margin-right:.5rem}.list-checks__icon svg{width:100%;height:auto}.news-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.news-list__item{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;margin-bottom:3.125rem}@media (min-width:768px){.news-list__item{-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}}@media (min-width:992px){.news-list__item{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}}.people-anchor{display:inline-block;width:100%;color:#0f65b7;font-size:25px;font-weight:600;line-height:16px;box-shadow:0 12px 50px rgba(15,101,183,.06);border-radius:15px;background-color:#fff;padding:20px;transition:all .2s ease-in-out;border:1px solid #0f65b7;margin-bottom:1rem;text-align:center}.people-anchor:focus,.people-anchor:hover{color:#fff;background-color:#0090ff;text-decoration:none}@media (min-width:768px){.people-anchor{width:auto;padding:20px 70px;border:none}}.people-hero{background-image:linear-gradient(180deg,transparent 0,rgba(0,0,0,.5) 100%),url(//www.transparency.cz/wp-content/themes/transparency/dist/img/lide-v-ti.jpg);background-size:cover;background-position:top center;min-height:575px;margin-bottom:55px}.person{color:#0f65b7;font-size:15px}.person-image{border-radius:50%;box-shadow:0 20px 40px rgba(15,101,183,.1);margin-bottom:10px;max-width:100%;height:auto}.person-name{line-height:35px;font-size:25px;font-weight:700}.person-name a{color:#0f65b7}.person .person-name{font-size:20px;line-height:30px}.person-contact{font-style:italic}.person-section{text-transform:uppercase;font-weight:700}.person-position{font-size:17px;line-height:35px;font-style:italic}.posts-list-wrapper{max-width:63.75rem;margin:0 auto}.posts-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0 -.9375rem}@media (min-width:992px){.posts-list{margin:0 -1.5625rem}}@media (min-width:992px){.post-list--archive{-ms-flex-wrap:wrap;flex-wrap:wrap}}.posts-list__item{display:inline-block;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;padding:0 .9375rem;position:relative;width:100%;min-height:1px}@media (min-width:768px){.posts-list__item{-ms-flex:0 1 50%;flex:0 1 50%;max-width:50%;padding:0 1.5625rem}}@media (min-width:992px){.posts-list__item{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}}.projects-slider-wrapper{position:relative;min-height:25rem;min-height:calc(100vh - 153px);color:#fff}@media (min-width:992px){.projects-slider-wrapper{max-height:28.75rem}}.projects-slider-wrapper__breadcrumbs{position:absolute;top:0;left:0;right:0;z-index:999}.projects-slider-wrapper__content{position:absolute;top:0;right:0;bottom:0;left:0}.projects-slider-navigation{position:absolute;bottom:0;right:0;left:0}.projects-slider{position:absolute;top:0;right:0;bottom:0;left:0}.projects-slider .slick-list,.projects-slider .slick-track{position:absolute;top:0;right:0;bottom:0;left:0}.projects-slider__arrow{display:inline-block;padding:0;border:0;font-size:0;color:transparent;background-color:transparent;background-size:contain;background-position:center;width:28px;height:47px;margin:0 15px;position:absolute;bottom:50%;transform:translateY(50%);z-index:1000}@media (min-width:768px){.projects-slider__arrow{margin:0 30px}}.projects-slider__arrow:focus,.projects-slider__arrow:hover{cursor:pointer}.projects-slider__arrow--prev{left:0}.projects-slider__arrow--next{transform:rotateY(180deg) translateY(50%);right:0}.projects-slider__content{position:relative;padding:50px 30px;background-size:cover;background-position:center;background-repeat:no-repeat}.projects-slider__content:after{content:'';display:inline-block;position:absolute;top:0;right:0;bottom:0;left:0;background-color:rgba(15,101,183,.3)}@media (min-width:992px){.projects-slider__content{padding:50px 11.875rem}}.projects-slider__content-container{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;position:absolute;top:50px;right:60px;bottom:50px;left:60px;z-index:1}@media (min-width:768px){.projects-slider__content-container{top:50px;right:190px;bottom:50px;left:190px}}.projects-slider__content-container>div{display:inline-block;-ms-flex:0 0 100%;flex:0 0 100%}.projects-slider__title{font-size:1rem;font-weight:700;letter-spacing:.85px;text-transform:uppercase;margin-bottom:9px}.projects-slider__text{color:#f0f0f0;font-weight:600;margin-bottom:38px;font-size:1.25rem;letter-spacing:.85px}@media (min-width:992px){.projects-slider__text{font-size:40px;line-height:64px}}.projects-slider-navigation{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;list-style:none;margin:0;padding:0;background-color:#fff}@media (min-width:768px){.projects-slider-navigation{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.projects-slider-navigation li{display:inline-block;-ms-flex:0 1 100%;flex:0 1 100%;border-bottom:2px solid #f4f4f4;font-size:1.0625rem;font-weight:700;letter-spacing:.85px;text-transform:uppercase;position:relative}@media (min-width:768px){.projects-slider-navigation li{-ms-flex:1 1 33.33333%;flex:1 1 33.33333%}.projects-slider-navigation li:not(:last-of-type){border-right:2px solid #f4f4f4}}.projects-slider-navigation li:after{content:'';display:inline-block;width:0%;height:4px;border-radius:2px;background-image:linear-gradient(to right,#07ae1c 0,#0f65b7 100%);opacity:0;position:absolute;bottom:0;left:0;margin-bottom:-2px}.projects-slider-navigation .slick-active:after{width:100%;opacity:1}@media (min-width:768px){.projects-slider-navigation .slick-active:after{transition:width 5s linear .3s,opacity .3s linear}}.projects-slider-navigation button{display:block;width:100%;padding:1.375rem;background:0 0;border:none;color:#0f65b7;text-transform:uppercase}.projects-slider-navigation button:focus,.projects-slider-navigation button:hover{cursor:pointer}.radio-list-item input{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.radio-list-item__label{display:inline-block;text-decoration:none;border:2px solid #0f65b7;border-radius:100px;background-color:#fff;color:#0f65b7;font-size:.8rem;font-size:1.0625rem;line-height:1.5;font-weight:700;letter-spacing:.85px;text-transform:uppercase;padding:1rem;transition:all .2s ease-in-out}.radio-list-item__label:focus,.radio-list-item__label:hover{cursor:pointer}input:checked~.radio-list-item__label{background-color:#0f65b7;border-color:#0f65b7;color:#fff}.search-form-wrapper{display:inline-block;width:100%;max-width:27.063rem}.search-form{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;color:#0f65b7;font-weight:400;letter-spacing:.34px;width:100%;max-width:27.063rem}@media (min-width:992px){.search-form{color:#86939a}}.search-form--filter,.search-form-wrapper--main .search-form{border:1px solid #0090ff;border-radius:100px;padding:10px}.search-form--filter .search-form__field,.search-form-wrapper--main .search-form .search-form__field{text-align:center}.search-form__field{width:100%;border:none;background:0 0}@media (min-width:992px){.search-form__field{text-align:right}}.search-form--filter .search-form__field:-ms-input-placeholder{color:#0f65b7}.search-form--filter .search-form__field::placeholder{color:#0f65b7}.search-form__label{display:inline-block;-ms-flex:1 1 100%;flex:1 1 100%;margin:0 10px 0 0}@media (min-width:992px){.search-form__label{margin:0 30px 0 0}}.search-form__searched{display:inline-block;-ms-flex:0 1 auto;flex:0 1 auto;background-color:#f7f9fb;color:#0f65b7;text-decoration:none;padding:3px 5px;border-radius:.938rem;margin-right:2px;white-space:nowrap}.search-form__searched:focus,.search-form__searched:hover{text-decoration:none;color:#f7f9fb;background-color:#0f65b7}.search-form__submit{display:inline-block;-ms-flex:0 0 1.25rem;flex:0 0 1.25rem;line-height:0;color:transparent;border:none;background-color:transparent;width:1.25rem;height:1.25rem;padding:0}.search-form__submit:focus,.search-form__submit:hover{cursor:pointer}.social-list{padding:0}.social-list li{display:inline-block;margin-right:10px;background-size:contain;font-size:0;color:transparent;line-height:0}@media (min-width:768px){.social-list li{margin-right:20px}}.social-list li:last-of-type{margin-right:0}@media (min-width:768px){.social-list li:last-of-type{margin-right:0}}.social-list a{display:inline-block;width:40px;height:40px}.table-responsive{overflow:hidden}.table-responsive:before{content:'Tabulku posunete posunutím prstu';display:block;padding-left:30px;background-image:url(https://www.transparency.cz/wp-content/themes/transparency/dist/.https://www.transparency.cz/wp-content/themes/transparency/dist/icons/source-svg-min/swipe.svg);background-size:1rem 1rem;background-position:left center;background-repeat:no-repeat;line-height:1.35;margin-bottom:5px}@media (min-width:768px){.table-responsive:before{display:none}}.table-responsive__inner{display:block;width:100%;overflow-x:auto}.text-main{color:#55666f;font-weight:400;line-height:1.9}.text-green{color:#07ae1c}.text-15{font-size:15px}.timeline-background{background-image:url(//www.transparency.cz/wp-content/themes/transparency/dist/img/timeline-background.png);background-position:bottom right;background-repeat:no-repeat}.timeline__item{margin-bottom:5px}.timeline-line{position:relative}.timeline-line:after{content:'';display:inline-block;width:2px;height:100%;position:absolute;top:0;right:50%;z-index:1;margin-right:-1px;background-color:#0f65b7}.timeline__item:first-of-type .timeline-line:after{background-color:#07ae1c}.timeline-date-wrapper{position:relative;display:inline-block;border-bottom:5px solid #fff;z-index:2}.timeline-date{display:inline-block;width:32px;height:32px;line-height:32px;border-radius:50%;color:#fff;font-size:10px;font-weight:700;background-color:#0f65b7}.timeline__item:first-of-type .timeline-date{background-color:#07ae1c}.timeline-text{font-size:13px;font-weight:400;line-height:2;color:#55666f}.timeline__item:first-of-type .timeline-text{color:#07ae1c}.title{color:#0f65b7;font-size:36px;font-weight:700;text-align:center}.title--cta{color:#fff;font-weight:400}.title--sub{font-size:20px}@media (min-width:992px){.title--sub{font-size:25px}}.title--small{font-size:22px;font-weight:600;line-height:30px}.topic-description{font-size:17px;font-weight:400;line-height:30px}.topic-more{font-size:22px;font-weight:400;text-decoration:underline}.topic-more:focus,.topic-more:hover{text-decoration:none}.what-we-do-list-wrapper{max-width:795px;margin:0 auto;padding:0 15px}.what-we-do-list{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}@media (min-width:768px){.what-we-do-list{margin:-30px}}.what-we-do-list__item{display:inline-block;position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%;margin-bottom:30px}@media (min-width:768px){.what-we-do-list__item{-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%;padding:0 30px}}.what-we-do-button{display:inline-block;text-align:center;border-radius:1.125rem;background-color:#fff;width:100%;padding:25px 20px}.what-we-do-button:focus,.what-we-do-button:hover{box-shadow:0 20px 50px rgba(15,101,183,.08);text-decoration:none;color:#0f65b7}.what-we-do-button__icon{display:inline-block;width:100px;height:100px;margin:0 auto;background-size:contain}.what-we-do-button__title{font-size:24px;font-weight:600}.what-we-do-about-wrapper{background-image:url(//www.transparency.cz/wp-content/themes/transparency/dist/img/kdo-jsme.png);background-position:bottom center;background-repeat:no-repeat;background-size:0,300px;box-shadow:0 30px 40px rgba(15,101,183,.1);padding:50px 0 180px}@media (min-width:768px){.what-we-do-about-wrapper{background-position:bottom right;padding:50px 0 30px;background-size:0,50%}}@media (min-width:992px){.what-we-do-about-wrapper{background-image:url(//www.transparency.cz/wp-content/themes/transparency/dist/img/about-background.png),url(//www.transparency.cz/wp-content/themes/transparency/dist/img/kdo-jsme.png);background-position:bottom left,center right;background-repeat:no-repeat,no-repeat;background-size:auto auto,50% auto}}.what-we-do-about-wrapper a{text-decoration:underline}.what-we-do-about-wrapper a:focus,.what-we-do-about-wrapper a:hover{text-decoration:none}.wp-pagenavi{color:#0f65b7;font-size:1.0625rem;font-weight:700;letter-spacing:1.7px}.wp-pagenavi__item{display:inline-block;border-radius:50%;width:38px;height:38px;line-height:38px;margin:0 5px}.wp-pagenavi__item:focus,.wp-pagenavi__item:hover{text-decoration:none;color:#fff;background-color:#0f65b7}.wp-pagenavi__item--current{color:#fff;background-color:#0f65b7}.wp-pagenavi--previous{display:inline-block;width:14px;height:24px;background-size:contain;background-position:center;vertical-align:middle;margin:0 5px}.wp-pagenavi--next{display:inline-block;width:14px;height:24px;background-size:contain;background-position:center;transform:rotateY(180deg);vertical-align:middle;margin:0 5px}.first,.last,.pages{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;-webkit-clip-path:inset(50%);clip-path:inset(50%);border:0}.first:active,.first:focus,.last:active,.last:focus,.pages:active,.pages:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal;-webkit-clip-path:none;clip-path:none}.extend{font-weight:400;margin:0 5px}.footer{color:#86939a}.footer-items{display:-ms-flexbox;display:flex;-ms-flex-pack:start;justify-content:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:1200px){.footer-items{-ms-flex-wrap:nowrap;flex-wrap:nowrap}}.footer-item{display:inline-block;-ms-flex:0 0 100%;flex:0 0 100%;margin-bottom:2rem}@media (min-width:768px){.footer-item{-ms-flex:0 0 50%;flex:0 0 50%}}@media (min-width:1200px){.footer-item{-ms-flex:0 1 22%;flex:0 1 22%;margin-bottom:0}.footer-item:last-of-type{-ms-flex:1 1 auto;flex:1 1 auto;margin-right:0}}.footer-menu{padding-right:10px}.footer-menu li{margin-bottom:10px}.footer-menu a{color:#86939a}.footer-copyright{list-style:none;padding:0;text-align:center}@media (min-width:992px){.footer-copyright{text-align:right}}@media (min-width:992px){.footer-copyright li{display:inline-block;margin-right:70px;vertical-align:middle}.footer-copyright li:last-of-type{margin-right:0}}.footer-copyright a{color:#707070}.footer-logo-me{display:inline-block;width:68px;height:31px;background-size:contain}.footer-logo-picards{display:inline-block;width:146px;height:22px;background-size:contain}.site-header{background-color:#fff;font-size:1rem;font-weight:700;position:relative}.site-header__top{border-bottom:2px solid #f4f4f4;padding:6px 0}@media (min-width:992px){.site-header__top{padding:7px 0}}.site-header__menu{position:absolute;top:100%;right:0;width:100%;max-width:325px;z-index:1030;background-color:#fff}@media (min-width:992px){.site-header__menu{display:block;position:static;max-width:100%}}.site-header__mobile-search{background-color:#f9f9f9;padding:20px 0}@media (min-width:992px){.site-header__mobile-search{display:none}}@media (min-width:1200px){.container--small{max-width:1060px}}@media (min-width:768px){.container--800{max-width:1060px}}@media (min-width:768px){.container--975{max-width:975px}}@media (max-width:1199.98px){.site-header-row{margin-right:0;margin-left:0}.site-header-row>.col,.site-header-row>[class*=col-]{padding-right:0;padding-left:0}}.icon-job{display:inline-block;width:120px;height:120px;background-size:contain}#videa{
background: #000; 
position: relative;
margin: 0rem 0; 
padding: 0 120px;
}
.slick-arrow{
position: absolute;
top: 20px;
width: 9em;
font-size: 0.8em;
padding: 4px 15px!important;
left: -100px
}
.slick-arrow.slick-next{
left: auto;
right: -100px;
}
@media (max-width: 1199px){
#videa{
padding: 0 40px;
}    
.slick-arrow{
width: 1.2em;
padding: 4px 5px!important;
display: flex;
align-items:center;
justify-content:center; 
width:30px;
height: 30px;
top: 50px;
left: -40px          ;
bottom: 5%;
}
.slick-arrow.slick-next{
right: -40px;
}  
}
.slick-slide>div{
padding: 10px; 
}
.page-template-ptemplate-support .embed-container,
.include-videa .embed-container { 
position: relative; 
padding-top: 15%;
margin-bottom: 50px!important;
max-width: 100%;
height: auto;
} 
.page-template-ptemplate-support      .embed-responsive { position: initial; }
.page-template-ptemplate-support      .embed-container iframe,
.page-template-ptemplate-support      .embed-container object,
.page-template-ptemplate-support      .embed-container embed,
.include-videa .embed-container iframe,
.include-videa .embed-container object,
.include-videa .embed-container embed { 
position: absolute!important;
top: 0;
left: 0;
width: 100%;
height: 80%;
} 
.page-template-ptemplate-support .embed-container p, .include-videa .embed-container p{
position:absolute;
bottom: -50px; 
color: white;
width: 100%;
font-weight: 700;
text-align: center; 
}
.rowVideo{
padding-top: 4em;
} 
.untervid{
margin-bottom: 3em;
}
#menu-menu-hlavicka a{ text-transform: uppercase; font-size: 15px; }
#header-navbar{ padding:10px 0!important; }
.h2_max{ font-weight: 500; margin-bottom: 30px; font-size: 1.4em; }
@media (min-width: 992px) {
.navbar-expand-lg .navbar-nav .menu-item--btn .nav-link {
padding: 0.6rem 3.0625rem;
}
.title { line-height: 54px;
}
}
.card-label-list .card-label {
font-size: 0.65rem!important;
padding: 0.25rem;
}
.editor p.text-muted{
margin-bottom: 10px;
}
.tab-pane{
color: #55666f;
}
@media (min-width: 1200px){
.container {
padding-left: 30px;
padding-right: 30px;
}
}
.what-we-do-about-wrapper a,  #main .editor a, .single #main :not(.card) a, .card-more{color:#0090ff;text-decoration:underline}
.single #main .ajax-relatedposts-posts a, .single #main .ajax-singlemore-posts a, .card__body--publication a{color:#86939a;text-decoration:none}
#main .editor .person-name a, .single #main .nav-item a{color: #0f65b7; text-decoration: none;}
#main .editor .person-name a:hover, .single #main .ajax-relatedposts-posts a:hover, 
.single #main .ajax-singlemore-posts a:hover{text-decoration:underline}   
.editor a:focus,  #main .editor a:hover, .ajax-relatedposts-posts .card-more:hover{text-decoration:none} 
.editor a:visited{color:#043768}
.single #main a.btn{color:#fff;text-decoration:none} .single #main a.btn:hover{color: #07ae1c;}
.js .header-search:hover .search-form__label{
max-width: 100%; 
} 
.js .header-search:hover .search-form__label input{
border: 1px solid #eee; 
} 
.card-tags span:after{
content: ", ";
}
.card-tags span:last-child:after{
content: "";
}
.person {
color: #55666f;
}
.card__body{
line-height: 26px;
}
.card--blue .card__body p{
color: #55666f;
}
.slick-arrow{
top: 35%;	
}
@media (max-width: 767px){
.projects-slider__arrow--prev{
left: 0px;
}
.projects-slider__arrow--next{
right: 0px;
}
}
.slick-arrow{
z-index: 990;
}
.owl-nav > button, .owl-nav span{
width: 30px;
height: 30px;
display: flex;
align-items: center;
justify-content: center;
background: #0f65b7!important;
border-radius: 15px; 
overflow: hidden;
text-align: center; 
}
.owl-nav .owl-prev{
position: absolute;
top: calc(50% - 30px);
font-size: 2em!important; 
color: white!important;
}
.owl-nav .owl-next{
position: absolute;
top: calc(50% - 30px);
font-size: 2em!important; 
right: 0;
color: white!important; 
}
.page-template-ptemplate-support .embed-container{
padding-bottom: 0!important;
}
@media (max-width: 991px){
p iframe{
width: 100%!important;
min-height: 300px!important;
height: auto!important;
}
}
.table-responsive{
display: block;
width: 100%;
overflow-x: auto;
}
.table-responsive ._CookieScriptReportPageTable td{
padding: 4px;
line-height: 1.2em;
}
.table-responsive ._CookieScriptReportPageTable td:nth-child(4){
min-width: 250px;
}
._CookieScriptReportPageConsentKey{
margin-bottom: 30px;
} 
._CookieScriptReportPageCheckboxText{
font-size: 14px!important;
}
.fancybox-iframe {
min-height: 500px;
top: calc(50% - 250px);
}
@media (max-width: 992px){
.card--about{
padding: 30px 30px 300px;
background-size: auto 300px;
}
}
.btn, .header-menu .menu-item--btn a, .menu-item--btn .nav-link, .nav-pills .nav-link{
font-size: 0.9rem;
}
.hidden{
display: none;
}
.btn.btn__primary, .btn.btn__primary:focus, .btn.btn__primary:active{
background-color: #0f65b7;
color: white;
}
.btn.btn__primary:hover{
background-color: white;
color: #0f65b7;
}
p.person-contact {
font-size: 0.85em;
}
.icon-social-twitter:after, .icon-social-twitter{
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='125px' height='125px'%0AviewBox='0 0 42 42'%0Axmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil0 %7Bfill:%231C66B1%7D .fil1 %7Bfill:white%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Vrstva_x0020_1'%3E%3Ccircle cx='21' cy='21' r='21' class='fil0' /%3E%3Cpath id='Frame.svg' class='fil1' d='M28 10l3 0 -8 9 10 13 -8 0 -5 -8 -7 8 -4 0 9 -10 -9 -12 7 0 6 7 6 -7zm-2 19l2 0 -13 -17 -2 0 13 17z'/%3E%3C/g%3E%3C/svg%3E%0A")!important;
background-repeat: no-repeat;
}
.icon-social-threads:after, .icon-social-threads{
background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3C!DOCTYPE svg PUBLIC '-//W3C//DTD SVG 1.1//EN' 'http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd'%3E%3C!-- Creator: CorelDRAW X8 --%3E%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='391px' height='391px' version='1.1' style='shape-rendering:geometricPrecision; text-rendering:geometricPrecision; image-rendering:optimizeQuality; fill-rule:evenodd; clip-rule:evenodd'%0AviewBox='0 0 98 98' xmlns:xlink='http://www.w3.org/1999/xlink' aria-label='Threads'%3E%3Cdefs%3E%3Cstyle type='text/css'%3E%3C!%5BCDATA%5B .fil1 %7Bfill:%23FEFEFE%7D .fil0 %7Bfill:%231C66B1%7D %5D%5D%3E%3C/style%3E%3C/defs%3E%3Cg id='Vrstva_x0020_1'%3E%3Cmetadata id='CorelCorpID_0Corel-Layer'/%3E%3Ccircle class='fil0' cx='49' cy='49' r='49'/%3E%3Cg id='_1331678024576'%3E%3Cpath class='fil1' d='M62 47c0,0 0,0 0,0 -1,-8 -5,-13 -12,-13 0,0 0,0 0,0 -5,0 -8,2 -11,5l4 3c2,-2 5,-3 7,-3 0,0 0,0 0,0 2,0 4,1 5,2 1,1 1,3 2,4 -2,0 -5,0 -7,0 -7,0 -12,4 -11,10 0,3 1,5 4,7 2,1 4,2 7,2 4,0 7,-2 9,-4 1,-2 2,-5 2,-8 2,1 3,2 4,4 1,3 1,8 -2,11 -4,4 -8,5 -14,5 -6,0 -11,-2 -14,-6 -3,-4 -5,-10 -5,-17 0,-7 2,-13 5,-17 3,-4 8,-6 14,-6 7,0 12,2 16,6 1,2 3,5 3,8l5 -1c-1,-4 -2,-7 -5,-10 -4,-5 -10,-8 -19,-8l0 0c-8,0 -14,3 -18,8 -4,5 -6,12 -6,20l0 0 0 0c0,8 2,15 6,20 4,5 10,8 18,8l0 0c8,0 13,-2 17,-6 6,-6 5,-13 4,-17 -2,-3 -4,-5 -8,-7zm-12 12c-3,0 -6,-1 -6,-4 -1,-2 1,-5 6,-5 1,0 1,0 2,0 2,0 3,0 5,0 -1,7 -4,9 -7,9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A")!important;
background-repeat: no-repeat;
}
.mc-modal {
background: #fff!important;
}
.peop-heading{}
.peop-heading img{ width: 100%; }
.footer-logo-me {
height: 24px;
}
@media (max-width: 767px){
.footer-copyright li:nth-child(3){
margin-top: 30px;
margin-bottom: 15px;
}
.footer-copyright li:nth-child(3),
.footer-copyright li:nth-child(4),
.footer-copyright li:nth-child(5){
padding-top: 30px;
margin-top: 0px;
width: 33%;
display: inline-block;
float: left;
}
.footer-copyright li:nth-child(4){
width: 20%;
padding-left: 15px;
padding-right: 5px;
}
.footer-copyright li:nth-child(4) a,
.footer-copyright li:nth-child(5) a{
height: 15px;
}
.footer-copyright li:nth-child(3){
font-size: 11px;
line-height: 20px;
}
}
.smaller-card .person .person-name a {    font-size: 20px;    line-height: 30px; }
.smaller-card .person-image {  max-width: 190px;   height: auto; }
.smaller-card .editor h3 {  font-size: 27px;  }
.mw-245{ min-width: 245px; display: flex;   justify-content: end; }.lazy-hidden,.entry img.lazy-hidden, img.thumbnail.lazy-hidden {
background-color: #ffffff;
background-image: url(//www.transparency.cz/wp-content/plugins/a3-lazy-load/assets/css/loading.gif);
background-repeat: no-repeat;
background-position: 50% 50%;
}
figure.wp-block-image img.lazy-hidden {
min-width: 150px;
}
picture source[type="image/webp"] {
display: block;
}